.elementor-6249 .elementor-element.elementor-element-4eaf0a8{--display:flex;--overlay-opacity:0.7;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6249 .elementor-element.elementor-element-4eaf0a8:not(.elementor-motion-effects-element-type-background), .elementor-6249 .elementor-element.elementor-element-4eaf0a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://iwiseeducation.com/wp-content/uploads/2026/03/Gemini_Generated_Image_we6zw4we6zw4we6z.webp");background-size:cover;}.elementor-6249 .elementor-element.elementor-element-4eaf0a8::before, .elementor-6249 .elementor-element.elementor-element-4eaf0a8 > .elementor-background-video-container::before, .elementor-6249 .elementor-element.elementor-element-4eaf0a8 > .e-con-inner > .elementor-background-video-container::before, .elementor-6249 .elementor-element.elementor-element-4eaf0a8 > .elementor-background-slideshow::before, .elementor-6249 .elementor-element.elementor-element-4eaf0a8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-6249 .elementor-element.elementor-element-4eaf0a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-6249 .elementor-element.elementor-element-92f6ccf{margin:45px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6249 .elementor-element.elementor-element-960f549{--display:flex;}/* Start custom CSS for html, class: .elementor-element-92f6ccf *//* --- Zong Green Theme Hero Banner --- */
.iwise-hero-banner {
    position: relative;
    width: 100%;
    min-height: 50vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Background Image Add Kar Di Gayi Hai *
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    color: #ffffff;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    margin-bottom: 50px; 
}

/* Overlay taake text image ke upar clear parha jaye */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Dark Navy Blue overlay thori si transparency ke sath */
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-content {
    max-width: 750px; 
    text-align: left; 
}

/* Typography Styles */
.hero-title {
    font-size: 52px; 
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    
    /* Yeh line theme ki auto-capitalization ko khatam kar de gi */
    text-transform: none !important; 
}

/* Zong Green Text Highlight (Agar aap kisi lafz ko green karna chahein) */
.text-highlight {
    color: #8CC63F; /* Zong Green */
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 650px;
}

/* Button Styles */
.hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-hero, .btn-secondary-hero {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

/* Primary Button (Zong Green Color) */
.btn-primary-hero {
    background-color: #8CC63F; /* Zong Green */
    color: #ffffff; /* White text */
    border: 2px solid #8CC63F;
}

.btn-primary-hero:hover {
    background-color: #7ab332; /* Hover par thora dark green */
    border-color: #7ab332;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(140, 198, 63, 0.4);
}

/* Secondary Button */
.btn-secondary-hero {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-secondary-hero:hover {
    background-color: #8CC63F; /* Hover par Zong Green ho jayega */
    border-color: #8CC63F;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .iwise-hero-banner {
        min-height: 70vh;
        text-align: center; 
    }
    
    .hero-content {
        text-align: center;
        margin: 0 auto;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-actions {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS */html, body {
    max-width: 100vw;
    overflow-x: hidden;
}/* End custom CSS */