.elementor-25 .elementor-element.elementor-element-e2ddbe9:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-e2ddbe9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://iwiseeducation.com/wp-content/uploads/2025/12/teamwork-human-resources-hr-management-technology-business-kudos_31965-617873.avif");background-position:0px 57px;background-repeat:no-repeat;background-size:100% auto;}.elementor-25 .elementor-element.elementor-element-e2ddbe9 > .elementor-background-overlay{background-color:var( --e-global-color-secondary );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25 .elementor-element.elementor-element-e2ddbe9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:100;}.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-25 .elementor-element.elementor-element-4fadf8f{width:var( --container-widget-width, 91.53% );max-width:91.53%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:100px 0px 100px 0px;--container-widget-width:91.53%;--container-widget-flex-grow:0;text-align:end;}.elementor-25 .elementor-element.elementor-element-4fadf8f .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:64px;font-weight:600;color:#FFFFFF;}.elementor-25 .elementor-element.elementor-element-a72c47c{--display:flex;}.elementor-25 .elementor-element.elementor-element-277c40e{--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-25 .elementor-element.elementor-element-ebb4271{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-25 .elementor-element.elementor-element-a7a2c73{--display:flex;}body.elementor-page-25:not(.elementor-motion-effects-element-type-background), body.elementor-page-25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:1025px){.elementor-25 .elementor-element.elementor-element-e2ddbe9:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-e2ddbe9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-25 .elementor-element.elementor-element-e2ddbe9:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-e2ddbe9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://iwiseeducation.com/wp-content/uploads/2025/12/teamwork-human-resources-hr-management-technology-business-kudos_31965-617873.avif");background-position:0px 0px;background-repeat:no-repeat;background-size:cover;}.elementor-25 .elementor-element.elementor-element-e2ddbe9{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:100;}.elementor-25 .elementor-element.elementor-element-4fadf8f .elementor-heading-title{font-size:43px;}}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-e2ddbe9:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-e2ddbe9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://iwiseeducation.com/wp-content/uploads/2025/12/teamwork-human-resources-hr-management-technology-business-kudos_31965-617873.avif");background-position:-49px 0px;background-repeat:no-repeat;background-size:cover;}.elementor-25 .elementor-element.elementor-element-e2ddbe9{padding:81px 81px 81px 81px;}.elementor-25 .elementor-element.elementor-element-4fadf8f{width:var( --container-widget-width, 353.175px );max-width:353.175px;padding:0px 0px 0px 0px;--container-widget-width:353.175px;--container-widget-flex-grow:0;text-align:center;}}/* Start custom CSS for html, class: .elementor-element-82ebbbb *//* Container Box */
.icef-premium-card {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    max-width: 1400px;
    margin: 20px auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    align-items: center;
}

/* --- Left Side: Image Gallery --- */
.icef-image-gallery {
    flex: 1;
    min-width: 300px;
    display: flex;
    gap: 15px;
}

.main-image-wrapper {
    flex: 2;
    min-width: 335px;
}

.side-images-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.img-main {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.img-sub {
    width: 100%;
    height: 168px; /* Roughly half of main image */
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* --- Right Side: Content Area --- */
.icef-content-area {
    flex: 1.2;
    min-width: 300px;
    color: #333;
}

.icef-heading {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.icef-description {
    font-size: 15.5px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

/* Features List */
.icef-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

/* Footer Section */
.icef-footer-section {
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.icef-badge-img {
    width: 140px;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.icef-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.icef-btn {
    background-color: #8DC63F;
    color: #ffffff;
    padding: 12px 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
    display: inline-block;
    max-width: max-content;
}

.icef-btn:hover {
    background-color: #7ab033;
}

.icef-email {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

/* =========================================
   BUTTON STYLES
   ========================================= */
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    border: none;
    border-radius: 0; 
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #8DC63F;
    color: var(--white);
    box-shadow: 0 4px 10px rgba(140, 198, 63, 0.3); /* Button shadow */
}

.btn-primary:hover {
    background-color: #7ab332; 
    transform: translateY(-2px); /* Hover par thora upar uthay ga */
}

/* UPDATED: Transparent ki jagah White background takay wazeh nazar aaye */
.btn-secondary {
    background-color: var(--white);
    border: 2px solid var(--leaf-green);
    color: #8DC63F;
}

.btn-secondary:hover {
    background-color: #8DC63F;
    color: #2A2E6B;
    transform: translateY(-2px);
}





/* Mobile Responsiveness */
@media (max-width: 768px) {
  .btn {
   
    font-size: 10px;
}

.banner-subtitle {
    
    font-size: 10px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0682c45 *//* ----- Global Variables & Reset ----- */
:root {
    --brand-green: #8DC63F; 
    --brand-green-light: rgba(141, 198, 63, 0.15);
    --text-dark: #1A1A1A;
    --text-muted: #555555;
    --bg-white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Background is now totally white */
.team-section {
    background-color: var(--bg-white);
    padding: 80px 0;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden; /* Important for carousel */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ----- Section Header ----- */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.section-header .highlight {
    color: var(--brand-green);
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* ----- Carousel Animation & Layout ----- */
.carousel-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0; /* Space for shadows */
}

.carousel-track {
    display: flex;
    gap: 30px;
    width: max-content; /* Lays out all 8 cards in a row */
    animation: scrollCarousel 20s linear infinite; /* Animation runs continuously */
}

/* Pause animation when user hovers */
.carousel-track:hover {
    animation-play-state: paused;
}

@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Move left by 50% of the total width + half the gap to loop perfectly */
        transform: translateX(calc(-50% - 15px)); 
    }
}

/* ----- Individual Team Card (White Theme) ----- */
.team-card {
    width: 280px; /* Fixed width so carousel scrolls smoothly */
    flex-shrink: 0;
    position: relative;
    border-radius: 20px;
    background-color: var(--bg-white);
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.card-content {
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ----- Image Styling ----- */
.image-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #F3F4F6;
    transition: all 0.4s ease;
    padding: 5px;
    background-color: var(--bg-white);
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

/* ----- Info Styling ----- */
.info-box h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.designation {
    font-size: 0.95rem;
    color: var(--brand-green);
    font-weight: 600;
    margin-bottom: 15px;
}

/* ----- Contact Info (Hidden initially) ----- */
.contact-info {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.contact-link i {
    color: var(--brand-green);
    font-size: 1rem;
}

.contact-link:hover {
    color: var(--brand-green);
}

/* =========================================
   HOVER EFFECTS (White Theme)
========================================= */

.team-card:hover {
    transform: translateY(-10px);
    border-color: var(--brand-green);
    box-shadow: 0 15px 35px var(--brand-green-light); /* Green shadow glow */
}

.team-card:hover .image-box {
    border-color: var(--brand-green);
    transform: scale(1.05);
}

.team-card:hover .contact-info {
    max-height: 100px; /* Shows the details */
    opacity: 1;
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c205c7 *//* Google Fonts Import for Open Sans Only */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f7f9fc; /* Very light cool background */
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* Color Variables */
:root {
    --main-green: #8DC63F; /* Aapka pasandeeda Green color */
    --light-gray-bg: #f7f9fc;
}

/* Container & Layout */
.about-section {
    padding: px 20px;
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* ----- Image Column Styling ----- */
.image-column {
    flex: 1;
    position: relative;
    padding-bottom: 50px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
}

.img-back {
    width: 70%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.img-front {
    width: 80%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    border: 8px solid var(--light-gray-bg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    z-index: 2;
}

/* ----- Content Column Styling ----- */
.content-column {
    flex: 1.2;
}

.subtitle {
    color: var(--main-green); 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    margin-bottom: 12px;
}

.title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 35px;
}

/* ----- Progress Bar ----- */
.progress-section {
    margin-bottom: 35px;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.progress-title {
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
}

.progress-percent {
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
}

.progress-bg {
    width: 100%;
    height: 12px;
    background-color: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.progress-fill {
    width: 95%; /* 95% Success Rate */
    height: 100%;
    background-color: var(--main-green); 
    border-radius: 6px;
}

/* ----- Features Grid ----- */
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-item .icon {
    color: var(--main-green); 
    font-size: 16px;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

.feature-item p {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
}

/* ----- Responsive Design for Mobile & Tablet ----- */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        gap: 40px;
    }
    
    /* Yeh line images ko tablet aur mobile par hide kar degi */
    .image-column {
        display: none; 
    }
    
    .title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr; /* Stack features in one column on small screens */
    }
}/* End custom CSS */
/* Start custom CSS */html, body {
    max-width: 100vw;
    overflow-x: hidden;
}/* End custom CSS */