.elementor-1738 .elementor-element.elementor-element-6aca055{--display:flex;}.elementor-1738 .elementor-element.elementor-element-6aca055.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1738 .elementor-element.elementor-element-255264a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1738 .elementor-element.elementor-element-255264a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1738 .elementor-element.elementor-element-cf54c54{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1738 .elementor-element.elementor-element-84d3d33{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1738 .elementor-element.elementor-element-84d3d33 .elementor-divider-separator{width:100%;}.elementor-1738 .elementor-element.elementor-element-84d3d33 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-1738 .elementor-element.elementor-element-2758dff{--display:flex;}.elementor-1738 .elementor-element.elementor-element-2758dff.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1738 .elementor-element.elementor-element-9c48ad9{--display:flex;}.elementor-1738 .elementor-element.elementor-element-9c48ad9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1738 .elementor-element.elementor-element-5f3d9a0{width:var( --container-widget-width, 102.626% );max-width:102.626%;--container-widget-width:102.626%;--container-widget-flex-grow:0;}.elementor-1738 .elementor-element.elementor-element-5f3d9a0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1738 .elementor-element.elementor-element-eb72571{--display:flex;}.elementor-1738 .elementor-element.elementor-element-eb72571.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-1738:not(.elementor-motion-effects-element-type-background), body.elementor-page-1738 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1738 .elementor-element.elementor-element-6aca055{--width:105.125%;}.elementor-1738 .elementor-element.elementor-element-2758dff{--width:91.782%;}.elementor-1738 .elementor-element.elementor-element-9c48ad9{--width:114.487%;}.elementor-1738 .elementor-element.elementor-element-eb72571{--width:108.317%;}}/* Start custom CSS for html, class: .elementor-element-255264a */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #0C1B3A;
            background: #ffffff;
            overflow-x: hidden;
        }

        .hero {
            background: linear-gradient(135deg, rgba(12, 27, 58, 0.95) 0%, rgba(12, 27, 58, 0.85) 100%),
                        url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80') center/cover;
            color: white;
            padding: 120px 20px 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(220, 165, 74, 0.15), transparent 50%),
                        radial-gradient(circle at 70% 50%, rgba(191, 28, 45, 0.15), transparent 50%);
            animation: pulse 8s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 0.5; }
            50% { opacity: 0.8; }
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            animation: fadeInUp 1s ease;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero h1 {
            font-size: 4rem;
            margin-bottom: 28px;
            font-weight: 800;
            letter-spacing: -2px;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
            background: linear-gradient(135deg, #ffffff 0%, #DCA54A 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero p {
            font-size: 1.5rem;
            max-width: 850px;
            margin: 0 auto;
            line-height: 1.9;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .decorative-line {
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #DCA54A, #BF1C2D);
            margin: 30px auto;
            border-radius: 2px;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 70px 20px;
        }

        .section-intro {
            text-align: center;
            max-width: 950px;
            margin: 0 auto 60px;
            animation: fadeInUp 1s ease 0.3s backwards;
        }

        .section-intro h2 {
            font-size: 3.2rem;
            color: #0C1B3A;
            margin-bottom: 28px;
            font-weight: 800;
            position: relative;
            display: inline-block;
        }

        .section-intro h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #DCA54A, #BF1C2D);
            border-radius: 2px;
        }

        .section-intro p {
            font-size: 1.3rem;
            color: #555;
            line-height: 2;
            margin-top: 30px;
        }

        /* SLIDER STYLES */
        .slider-container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 70px;
        }

        .slider-wrapper {
            overflow: hidden;
            border-radius: 24px;
            box-shadow: 0 15px 50px rgba(12, 27, 58, 0.12);
        }

        .slider {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .slide {
            min-width: 100%;
            display: flex;
            background: white;
            position: relative;
        }

        .slide-image {
            width: 45%;
            height: 450px;
            object-fit: cover;
            position: relative;
        }

        .slide-content {
            width: 55%;
            padding: 40px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(220,165,74,0.05) 100%);
        }

        .slide-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #DCA54A 0%, #BF1C2D 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            margin-bottom: 20px;
            color: white;
            box-shadow: 0 8px 25px rgba(220, 165, 74, 0.4);
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .slide-number {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 3.5rem;
            font-weight: 900;
            color: rgba(220, 165, 74, 0.08);
            line-height: 1;
        }

        .slide-title {
            font-size: 2rem;
            color: #0C1B3A;
            margin-bottom: 10px;
            font-weight: 800;
            line-height: 1.2;
        }

        .slide-subtitle {
            font-size: 1rem;
            color: #DCA54A;
            margin-bottom: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        .slide-description {
            color: #555;
            margin-bottom: 20px;
            line-height: 1.8;
            font-size: 1.05rem;
        }

        .slide-features {
            list-style: none;
            margin-top: 18px;
        }

        .slide-features li {
            padding: 8px 0;
            padding-left: 35px;
            position: relative;
            color: #0C1B3A;
            font-size: 0.98rem;
            line-height: 1.6;
        }

        .slide-features li::before {
            content: '➡️';
            position: absolute;
            left: 0;
            color: #DCA54A;
            font-size: 1.1rem;
        }

        /* Navigation buttons */
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
             transform: translateX(-6.5%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 10px;
            pointer-events: none;
            z-index: 10;
        }

        .nav-btn {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #DCA54A 0%, #BF1C2D 100%);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            pointer-events: all;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(220, 165, 74, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(220, 165, 74, 0.6);
        }

        /* Dots navigation */
        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
        }

        .dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .dot.active {
            background: linear-gradient(135deg, #DCA54A, #BF1C2D);
            transform: scale(1.3);
            border-color: #DCA54A;
        }

        .dot:hover {
            transform: scale(1.2);
            background: #DCA54A;
        }

        /* Stats Section */
        .stats-section {
            background: linear-gradient(135deg, #0C1B3A 0%, #1a2f5a 100%);
            padding: 60px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-top: 40px;
        }

        .stats-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(220, 165, 74, 0.1) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .stats-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 50px;
            position: relative;
            z-index: 2;
        }

        .stat-item {
            padding: 30px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(220, 165, 74, 0.2);
            transition: all 0.4s ease;
        }

        .stat-item:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.1);
            border-color: #DCA54A;
        }

        .stat-number {
            font-size: 3.5rem;
            background: linear-gradient(135deg, #DCA54A, #BF1C2D);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 800;
            margin-bottom: 15px;
        }

        .stat-label {
            font-size: 1.2rem;
            color: white;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }

       
        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, rgba(12, 27, 58, 0.95) 0%, rgba(191, 28, 45, 0.95) 100%),
                        url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=80') center/cover;
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-top: 60px;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

        .cta-content {
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease;
        }

        .cta-section h2 {
            font-size: 3.5rem;
            margin-bottom: 28px;
            font-weight: 800;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
            color: white;
        }

        .cta-section p {
            font-size: 1.4rem;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #DCA54A 0%, #BF1C2D 100%);
            color: white;
            padding: 20px 60px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 800;
            font-size: 1.2rem;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(220, 165, 74, 0.4);
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transition: left 0.5s ease;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 40px rgba(220, 165, 74, 0.6);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .slide {
                flex-direction: column;
            }

            .slide-image, .slide-content {
                width: 100%;
            }

            .slide-image {
                height: 400px;
            }

            .slide-content {
                padding: 40px;
            }

            .slider-container {
                padding: 50px 20px;
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.2rem;
            }

            .slide-title {
                font-size: 2rem;
            }

            .slide-content {
                padding: 30px;
            }

            .cta-section h2 {
                font-size: 2.5rem;
            }

            .section-intro h2 {
                font-size: 2.2rem;
            }

            .nav-btn {
                width: 45px;
                height: 45px;
                font-size: 1.2rem;
            }
        }
    </style>/* End custom CSS */