.elementor-4177 .elementor-element.elementor-element-7ae3777{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-4177 .elementor-element.elementor-element-3f6a43e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4177 .elementor-element.elementor-element-caaebb9{--display:flex;}.elementor-4177 .elementor-element.elementor-element-12c9ff1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-4177 .elementor-element.elementor-element-a6d7d06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-4177 .elementor-element.elementor-element-12c9ff1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}}@media(min-width:768px){.elementor-4177 .elementor-element.elementor-element-7ae3777{--width:100%;}.elementor-4177 .elementor-element.elementor-element-3f6a43e{--width:100%;}.elementor-4177 .elementor-element.elementor-element-12c9ff1{--width:100%;}.elementor-4177 .elementor-element.elementor-element-a6d7d06{--width:100%;}}/* Start custom CSS */.hero {
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            padding: 2rem 0;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23fbbf24" stop-opacity="0.1"/><stop offset="100%" stop-color="%23fbbf24" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="150" fill="url(%23a)"/><circle cx="800" cy="300" r="200" fill="url(%23a)"/><circle cx="600" cy="700" r="180" fill="url(%23a)"/></svg>');
            z-index: 0;
        }

        .hero-container {
                z-index: 1;
        }
 .hero-content h1 {
            font-size: 4rem;
            color: #1e3a8a;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            font-weight: 800;
            background: linear-gradient(35deg, #1e3a8a 17%,
             #DCAA35 20%,
             #1e3a8a 23%,
            #3b82f6 40%,
             #1e3a8a 60%,
            #DCAA35 62%,  #1e3a8a 65%, #3b82f6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 2px 10px rgba(30,58,138,0.2); }
        .hero-content h2  {
            font-size: 2rem;
            color: #1e3a8a;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            font-weight: 800;
            background: linear-gradient(135deg, #1e3a8a, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 2px 10px rgba(30,58,138,0.2);
        }
        .hero-content .subtitle {
            font-size: 1.3rem;
            color: #64748b;
            margin-bottom: 2.5rem;
            font-weight: 500;
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            margin-bottom: 3rem;
        }

        .btn-primary {
            background: linear-gradient(135deg, #1e3a8a, #3b82f6);
            color: white;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(30,58,138,0.3);
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(30,58,138,0.4);
        }

        .btn-secondary {
            background: transparent;
            color: #1e3a8a;
            padding: 15px 30px;
            border: 2px solid #1e3a8a;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-secondary:hover {
            background: #1e3a8a;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(30,58,138,0.3);
        }

        /* Hero Image Section */
        .hero-image {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .image-wrapper {
            position: relative;
            width: 100%;
            max-width: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hero-image img {
            width: 100%;
            max-width: 450px;
            height: auto;
            border-radius: 30px;
            box-shadow: 
                0 25px 60px rgba(0,0,0,0.25),
                0 0 0 1px rgba(255,255,255,0.1);
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
        }

        .hero-image img:hover {
            transform: scale(1.03) rotateY(5deg);
            box-shadow: 
                0 35px 80px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.2);
        }
        /* Additional decorative elements behind image */
        .image-decoration {
            position: absolute;
            width: 120%;
            height: 120%;
            border: 3px solid rgba(251,191,36,0.3);
            border-radius: 35px;
            z-index: 1;
            animation: decorationRotate 15s linear infinite;
        }
        

        .image-decoration:nth-child(2) {
            width: 110%;
            height: 110%;
            border: 2px solid rgba(59,130,246,0.3);
            animation-direction: reverse;
            animation-duration: 20s;
        }
@keyframes decorationRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .hero-container {
                gap: 4rem;
            }
            
            .hero-content h1 {
                font-size: 3.2rem;
            }
        }
  /* Animation Classes */
        .fade-in {
            opacity: 0;
            transform: translateY(40px);
            animation: fadeIn 1.2s ease forwards;
        }

        .fade-in-delay {
            opacity: 0;
            transform: translateY(40px);
            animation: fadeIn 1.2s ease forwards;
            animation-delay: 0.3s;
        }

        .fade-in-delay-2 {
            opacity: 0;
            transform: translateY(40px);
            animation: fadeIn 1.2s ease forwards;
            animation-delay: 0.6s;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Success indicators */
        .achievement-badges {
            display: flex;
            gap: 1.5rem;
            margin-top: 2rem;
            flex-wrap: wrap;
        }

        .badge {
            background: linear-gradient(135deg, rgba(251,191,36,0.1), rgba(245,158,11,0.1));
            border: 2px solid rgba(251,191,36,0.3);
            padding: 0.8rem 1.5rem;
            border-radius: 25px;
            color: #92400e;
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .badge:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(251,191,36,0.2);
            background: linear-gradient(135deg, rgba(251,191,36,0.15), rgba(245,158,11,0.15));
        }

        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .floating-element {
            position: absolute;
            background: linear-gradient(135deg, #fbbf24, #f59e0b);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 10%;
            right: 10%;
            animation-delay: -1s;
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            bottom: 20%;
            left: 5%;
            animation-delay: -3s;
        }

        .floating-element:nth-child(3) {
            width: 40px;
            height: 40px;
            top: 60%;
            right: 20%;
            animation-delay: -2s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }
@media (max-width: 768px) {
            .hero {
                padding: 4rem 0;
            }

            .hero-container {
           
                gap: 4rem;
                text-align: center;
            }

            .hero-content h1 {
                font-size: 3rem;
                margin-bottom: 1.5rem;
            }
 .hero-content h2 {
                font-size: 1.4rem;
                margin-bottom: 1.5rem;
            }
            .hero-content .subtitle {
                font-size: 1.2rem;
                margin-bottom: 2.5rem;
            }

            .hero-buttons {
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }

            .btn-primary,
            .btn-secondary {
                width: 280px;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .hero-content h1 {
                font-size: 2.5rem;
           
            }
             .hero-content h2 {
                font-size: 1.3rem;
                
                margin-bottom: 1.5rem;
            }

            .hero-content .subtitle {
                font-size: 1.1rem;
            }

            .btn-primary,
            .btn-secondary {
                padding: 15px 30px;
                font-size: 1rem;
                width: 250px;
            }

            .floating-element {
                display: none;
            }
        }/* End custom CSS */