* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #e8e2f5 0%, #f5f0ff 30%, #fff5e6 70%, #ffe0e6 100%);
    min-height: 100vh;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}


/* About Us Hero Section - Exact Match */
.about-hero-exact-section {
    background: linear-gradient(135deg, #fefbf3 0%, #fff8f0 25%, #fef2f2 50%, #fce7f3 75%, #f3e8ff 100%);
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    min-height: 500px;
}

.about-hero-exact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
}

/* Left Side - Exact Match */
.about-hero-exact-left {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 20px;
}

.about-highlight-exact {
    background: #f8bbd0;
    color: #2d3748;
    font-size: 30px;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: -0.5px;
}

.about-btn-exact {
    background: #a8d5aa;
    color: #2f5233;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.about-btn-exact:hover {
    background: #8bc68f;
    transform: translateY(-2px);
}

/* Right Side - Exact Match */
.about-hero-exact-right {
    flex: 1;
    max-width: 700px;
}

.about-heading-exact {
    font-size: 54px;
    font-weight: 900;
    color: #2d3748;
    line-height: 1.1;
    margin: 0 0 50px 0;
    font-family: 'Georgia', serif;
    max-width: 650px;
}

/* Single Team Image - Centered */
.about-team-image-single {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-image-single {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 0;
    object-fit: cover;
    transition: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-hero-exact-container {
        gap: 60px;
    }
    
    .about-heading-exact {
        font-size: 48px;
        max-width: 550px;
    }
    
    .about-highlight-exact {
        font-size: 26px;
        padding: 12px 30px;
    }
    
    .team-image-single {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .about-hero-exact-section {
        padding: 60px 0;
    }
    
    .about-hero-exact-container {
        flex-direction: column;
        gap: 50px;
        align-items: flex-start;
    }
    
    .about-hero-exact-left {
        flex: none;
        width: 100%;
    }
    
    .about-heading-exact {
        font-size: 40px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .about-team-image-single {
        width: 100%;
        justify-content: center;
    }
    
    .team-image-single {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .about-hero-exact-section {
        padding: 50px 0;
    }
    
    .about-heading-exact {
        font-size: 32px;
    }
    
    .about-highlight-exact {
        font-size: 22px;
        padding: 10px 25px;
    }
    
    .about-btn-exact {
        padding: 10px 25px;
        font-size: 14px;
        margin-left: 10px;
    }
    
    .team-image-single {
        max-width: 100%;
    }
}




/* About Us Information Section - CENTERED */
/* ============================================== */
/* ABOUT US SECTION - EXACT IMAGE CLONE */
/* ============================================== */
/* ============================================== */
/* ABOUT US SECTION - FINAL VERSION */
/* ============================================== */

.about-us-info-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.about-us-main-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

/* ============================================== */
/* LEFT SECTION: Image + Text Below (WIDER IMAGE) */
/* ============================================== */

.left-section-wrapper {
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.image-frame-wrapper {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-frame-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.main-display-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.text-content-below {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.who-we-are-label {
  color: #8ea36f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bold-heading-title {
  font-family: 'Georgia', serif;
  font-size: 32px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

.description-text-para {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

/* ============================================== */
/* RIGHT SECTION: Expandable Mini Tabs */
/* ============================================== */

.desktop-only {
  display: flex !important;
}

.mobile-only {
  display: none !important;
}

.right-section-wrapper {
  flex: 1;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.expandable-mini-tab {
  background: white;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 18px 20px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
}

.expandable-mini-tab:hover,
.expandable-mini-tab.active {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transform: translateX(5px);
}

/* NUMBER BADGE - Top Left Rounded Corner */
.tab-number-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 45px;
  border-radius: 16px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  color: white;
  font-family: 'Arial', sans-serif;
  z-index: 5;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* TAB COLOR SCHEMES */
.expandable-mini-tab[data-color="red"] .tab-number-badge {
  background: linear-gradient(140deg, #b23838 0%, #d44444 100%);
}

.expandable-mini-tab[data-color="orange"] .tab-number-badge {
  background: linear-gradient(140deg, #e67e22 0%, #f39c12 100%);
}

.expandable-mini-tab[data-color="yellow"] .tab-number-badge {
  background: linear-gradient(140deg, #e8c547 0%, #f7dc6f 100%);
}

.expandable-mini-tab[data-color="green"] .tab-number-badge {
  background: linear-gradient(140deg, #a4b832 0%, #c5dd4f 100%);
}

.expandable-mini-tab[data-color="blue"] .tab-number-badge {
  background: linear-gradient(140deg, #4576a0 0%, #5a94c5 100%);
}

/* TAB PREVIEW CONTENT */
.tab-preview-content {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tab-preview-title {
  font-size: 16px;
  font-weight: 800;
  color: #2d3748;
  margin: 0;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
}

.tab-preview-subtitle {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}

.expandable-mini-tab[data-color="red"] .tab-preview-subtitle {
  color: #b23838;
}

.expandable-mini-tab[data-color="orange"] .tab-preview-subtitle {
  color: #e67e22;
}

.expandable-mini-tab[data-color="yellow"] .tab-preview-subtitle {
  color: #c9a831;
}

.expandable-mini-tab[data-color="green"] .tab-preview-subtitle {
  color: #a4b832;
}

.expandable-mini-tab[data-color="blue"] .tab-preview-subtitle {
  color: #4576a0;
}

/* FULL DESCRIPTION - Hidden by Default */
.tab-full-description {
  font-size: 12px;
  line-height: 1.7;
  color: #64748b;
  text-align: justify;
  font-weight: 400;
  margin: 8px 0 0 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.expandable-mini-tab:hover .tab-full-description,
.expandable-mini-tab.active .tab-full-description {
  opacity: 1;
  max-height: 250px;
}

/* ============================================== */
/* MOBILE CARDS */
/* ============================================== */

.service-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  padding: 0 20px;
}

.service-card-item {
  background: white;
  padding: 18px;
  border-radius: 14px;
  border: 2px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.service-card-item:hover {
  transform: translateY(-4px);
  border-color: #5093d1;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-icon-image {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.service-text-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-title-text {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.service-subtitle-text {
  font-size: 13px;
  font-weight: 500;
  color: #888888;
  line-height: 1.4;
}

/* ============================================== */
/* RESPONSIVE DESIGN */
/* ============================================== */

/* Laptop/Desktop (1025px+) */
@media (min-width: 1025px) {
  /* All styles remain as default */
}

/* Large Tablet (769px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .about-us-main-container {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }

  .left-section-wrapper {
    max-width: 550px;
    width: 100%;
    flex: none;
  }

  .right-section-wrapper {
    width: 100%;
    max-width: 700px;
  }

  .bold-heading-title {
    font-size: 34px;
  }

  .description-text-para {
    font-size: 15px;
  }
}

/* Tablet (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
  .about-us-info-section {
    padding: 60px 20px;
  }

  .about-us-main-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .left-section-wrapper {
    max-width: 500px;
    width: 100%;
    flex: none;
  }

  .image-frame-wrapper {
    border-radius: 16px;
  }

  .text-content-below {
    gap: 14px;
  }

  .who-we-are-label {
    font-size: 10px;
  }

  .bold-heading-title {
    font-size: 28px;
  }

  .description-text-para {
    font-size: 14px;
    line-height: 1.75;
  }

  .right-section-wrapper {
    width: 100%;
    max-width: 600px;
    gap: 12px;
  }

  .expandable-mini-tab {
    padding: 16px 18px;
    min-height: 75px;
  }

  .tab-number-badge {
    width: 65px;
    height: 42px;
    font-size: 24px;
  }

  .tab-preview-content {
    padding-left: 75px;
  }

  .tab-preview-title {
    font-size: 15px;
  }

  .tab-preview-subtitle {
    font-size: 9px;
  }

  .tab-full-description {
    font-size: 11px;
  }
}

/* Mobile (320px - 480px) */
@media (max-width: 480px) {
  .about-us-info-section {
    padding: 50px 15px;
  }

  .about-us-main-container {
    gap: 30px;
  }

  .left-section-wrapper {
    max-width: 100%;
    gap: 20px;
  }

  .image-frame-wrapper {
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .text-content-below {
    gap: 10px;
  }

  .who-we-are-label {
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .bold-heading-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .description-text-para {
    font-size: 13px;
    line-height: 1.7;
  }

  /* Hide desktop tabs on mobile */
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: grid !important;
  }

  /* Mobile Cards Grid */
  .service-cards-grid {
    gap: 14px;
    margin-top: 25px;
  }

  .service-card-item {
    padding: 16px;
    border-radius: 12px;
    gap: 10px;
  }

  .service-icon-image {
    width: 32px;
    height: 32px;
  }

  .service-title-text {
    font-size: 15px;
  }

  .service-subtitle-text {
    font-size: 12px;
  }
}

/* Extra Small Mobile (< 360px) */
@media (max-width: 360px) {
  .about-us-info-section {
    padding: 40px 12px;
  }

  .bold-heading-title {
    font-size: 20px;
  }

  .description-text-para {
    font-size: 12px;
  }

  .service-cards-grid {
    gap: 12px;
  }

  .service-card-item {
    padding: 14px;
  }

  .service-icon-image {
    width: 28px;
    height: 28px;
  }

  .service-title-text {
    font-size: 14px;
  }

  .service-subtitle-text {
    font-size: 11px;
  }
}





/* Purpose & Innovation Section - Full Viewport Green Background */
.purpose-section-viewport {
    background: #5e7eff;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 80px 40px 100px;
    color: white;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.purpose-container-viewport {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    width: 100%;
}

/* Left Content */
.left-content-viewport {
    flex: 1;
    max-width: 500px;
}

.main-heading-viewport {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: white;
}

.description-viewport {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Right Cards */
.right-cards-viewport {
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-viewport {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card-viewport:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-header-viewport {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.card-header-viewport h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.card-icon-viewport {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
}

.card-content-viewport {
    padding: 20px 25px;
}

.card-content-viewport p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Single Impact Image Section - Full Screen Width */
.impact-image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    width: 100%;
    padding: 0 40px;
}

.single-impact-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 0.3s ease;
    object-fit: cover;
}

.single-impact-image:hover {
    transform: scale(1.01);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .purpose-section-viewport {
        padding: 60px 30px 80px;
    }
    
    .purpose-container-viewport {
        gap: 60px;
    }
    
    .main-heading-viewport {
        font-size: 36px;
    }
    
    .impact-image-section {
        padding: 0 30px;
    }
    
    .single-impact-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .purpose-section-viewport {
        padding: 50px 20px 70px;
    }
    
    .purpose-container-viewport {
        flex-direction: column;
        gap: 40px;
    }
    
    .left-content-viewport,
    .right-cards-viewport {
        max-width: 100%;
    }
    
    .main-heading-viewport {
        font-size: 32px;
    }
    
    .card-header-viewport {
        padding: 18px 20px;
    }
    
    .card-content-viewport {
        padding: 18px 20px;
    }
    
    .impact-image-section {
        margin-top: 60px;
        padding: 0 20px;
    }
    
    .single-impact-image {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .purpose-section-viewport {
        padding: 40px 15px 60px;
    }
    
    .main-heading-viewport {
        font-size: 28px;
    }
    
    .description-viewport {
        font-size: 15px;
    }
    
    .card-header-viewport h3 {
        font-size: 16px;
    }
    
    .card-content-viewport p {
        font-size: 13px;
    }
    
    .impact-image-section {
        margin-top: 50px;
        padding: 0 15px;
    }
    
    .single-impact-image {
        width: 100%;
    }
}













/* Help Grow Section - Keep Desktop Original, Only Mobile Responsive */
.help-grow-section {
    background: #08012a;
    color: white;
    font-family: 'Inter', sans-serif;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.help-grow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
}

/* Left Content */
.help-grow-left {
    flex: 1;
    max-width: 600px;
}

.help-grow-heading {
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 60px 0;
    color: white;
}

.help-grow-highlight {
    font-weight: 400;
    color: white;
}

.help-grow-arrow {
    font-size: 54px;
    font-weight: 300;
    margin-left: 15px;
    opacity: 0.8;
    display: inline-block;
}

.help-grow-content {
    max-width: 450px;
}

.content-label {
    font-size: 22px;
    font-weight: 400;
    color: white;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.content-label:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.content-description {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
    transition: all 0.4s ease;
}

/* Right Kolam Pattern with Dark Gradients */
.help-grow-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 500px;
    height: 600px;
}

/* Dark Gradient Overlays - Matching Reference Image */
.dark-gradient-top {
    position: absolute;
    bottom: 650px;
    left: -850px;
    width: 350px;
    height: 280px;
    background: linear-gradient(135deg, 
        rgba(10, 255, 186, 0.6) 0%, 
        rgba(18, 182, 144, 0.8) 40%, 
        rgba(0, 20, 60, 0.9) 80%,
        rgba(0, 10, 40, 1) 100%);
    filter: blur(40px);
    border-radius: 50%;
    z-index: 1;
}

.dark-gradient-bottom {
    position: absolute;
    top: 300px;
    right: -250px;
    width: 350px;
    height: 280px;
    background: linear-gradient(135deg, 
        rgba(91, 8, 136, 0.8) 40%, 
        rgba(91, 8, 136, 0.8) 40%, 
        rgba(0, 20, 60, 0.9) 80%,
        rgba(0, 10, 40, 1) 100%);
    filter: blur(40px);
    border-radius: 50%;
    z-index: 1;
}

.kolam-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kolam-pattern {
    width: 350px;
    height: 450px;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.6);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.kolam-pattern:hover {
    filter: brightness(0) invert(1) opacity(0.8);
    transform: scale(1.02);
}

/* Content Animation Classes - Fixed for proper working */
.content-fade-out {
    opacity: 0.3 !important;
    transform: translateY(-10px) !important;
}

.content-fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* MOBILE RESPONSIVE CHANGES ONLY - Desktop layout preserved */
@media (max-width: 768px) {
    .help-grow-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .help-grow-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
        text-align: center;
    }
    
    .help-grow-left,
    .help-grow-right {
        max-width: 100%;
    }
    
    .help-grow-heading {
        font-size: clamp(32px, 8vw, 44px);
    }
    
    .help-grow-arrow {
        font-size: clamp(28px, 6vw, 36px);
        margin-left: 8px;
    }
    
    .help-grow-content {
        max-width: 100%;
    }
    
    .content-label {
        font-size: clamp(18px, 4vw, 20px);
    }
    
    .content-description {
        font-size: clamp(14px, 3vw, 16px);
    }
    
    .kolam-pattern {
        width: clamp(200px, 50vw, 280px);
        height: clamp(260px, 60vw, 360px);
    }
    
    .help-grow-right {
        height: auto;
    }
    
    .dark-gradient-top,
    .dark-gradient-bottom {
        display: none;
    }
}

@media (max-width: 480px) {
    .help-grow-section {
        padding: 40px 0;
    }
    
    .help-grow-container {
        gap: 30px;
        padding: 0 15px;
    }
    
    .help-grow-heading {
        font-size: clamp(28px, 7vw, 36px);
        margin-bottom: 40px;
    }
    
    .help-grow-arrow {
        font-size: clamp(24px, 5vw, 30px);
        margin-left: 6px;
    }
    
    .content-label {
        font-size: clamp(16px, 4vw, 18px);
        margin-bottom: 15px;
    }
    
    .content-description {
        font-size: clamp(13px, 3vw, 15px);
    }
    
    .kolam-pattern {
        width: clamp(180px, 45vw, 220px);
        height: clamp(230px, 55vw, 280px);
    }
}




/* ============ MODAL SCROLLBAR ONLY - NAVY BLUE (ENHANCED) ============ */

/* Modal specific scrollbar - Webkit browsers */
.team-modal-content::-webkit-scrollbar {
    width: 10px;
}

.team-modal-content::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #f9fafb 0%, #f0f1f3 100%);
    border-radius: 8px;
}

.team-modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2563eb 0%, #1e40af 100%);
    border-radius: 8px;
    border: 1px solid #f9fafb;
    box-shadow: inset 0 0 5px rgba(37, 99, 235, 0.3), 0 0 8px rgba(37, 99, 235, 0.2);
    min-height: 35px;
}

.team-modal-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #1e40af 0%, #1e3a8a 100%);
    box-shadow: inset 0 0 7px rgba(37, 99, 235, 0.5), 0 0 12px rgba(37, 99, 235, 0.3);
}

.team-modal-content::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #1e3a8a 0%, #172554 100%);
    box-shadow: inset 0 0 10px rgba(37, 99, 235, 0.6), 0 0 15px rgba(37, 99, 235, 0.4);
}

/* Firefox - Modal scrollbar only */
.team-modal-content {
    scrollbar-color: #2563eb #f9fafb;
    scrollbar-width: thin;
}

/* ============ TEAM COLLABORATION SECTION ============ */

.team-collaboration-section {
    position: relative;
    min-height: 100vh;
    background: 
        linear-gradient(90deg, rgba(255, 99, 132, 0.15) 0%, transparent 25%),
        linear-gradient(270deg, rgba(147, 51, 234, 0.15) 0%, transparent 25%),
        linear-gradient(180deg, rgba(59, 130, 246, 0.12) 0%, transparent 30%),
        #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    overflow: hidden;
}

.team-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.team-section-title {
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1f2937;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    order: 1;
}

.team-icons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    width: 100%;
    max-width: 300px;
    justify-items: center;
    order: 2;
}

.team-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 12px;
    outline: none;
    width: 100%;
}

.team-icon-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.3);
}

.team-icon-item:focus {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: 2px;
}

.team-icon-item:active {
    transform: translateY(-2px) scale(0.98);
}

.team-icon-circle {
    width: clamp(45px, 12vw, 70px);
    height: clamp(45px, 12vw, 70px);
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.team-icon-circle:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
}

.team-icon {
    width: clamp(20px, 5vw, 36px);
    height: clamp(20px, 5vw, 36px);
    object-fit: contain;
}

.team-icon-label {
    font-size: clamp(0.7rem, 2.5vw, 0.875rem);
    font-weight: 500;
    color: #6b7280;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.team-scrolling-text-container {
    position: relative;
    height: clamp(4rem, 12vw, 8rem);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: clamp(1rem, 4vw, 2rem) 0;
    order: 3;
}

.team-scrolling-text {
    font-size: clamp(3rem, 12vw, 7rem);
    font-weight: 900;
    color: #c3c8d0;
    white-space: nowrap;
    animation: team-scroll-straight 12s linear infinite;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform-origin: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

@keyframes team-scroll-straight {
    0% {
        transform: translateX(100vw) translateY(-50%);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(-100vw) translateY(-50%);
        opacity: 0;
    }
}

.team-doodle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 100%;
    order: 4;
}

.team-doodle-image {
    max-width: min(95vw, 450px);
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.08));
}

@media (max-width: 375px) {
    .team-collaboration-section {
        padding: 1.5rem 0.75rem;
        min-height: 90vh;
    }
    
    .team-icons-grid {
        max-width: 250px;
        gap: 0.75rem;
    }
    
    .team-icon-item {
        padding: 0.375rem;
    }
    
    .team-scrolling-text {
        font-size: clamp(2.5rem, 10vw, 6rem);
    }
    
    .team-doodle-image {
        max-width: min(90vw, 350px);
    }
}

@media (min-width: 376px) and (max-width: 600px) {
    .team-icons-grid {
        max-width: 350px;
    }
    
    .team-scrolling-text {
        font-size: clamp(3.5rem, 11vw, 6.5rem);
    }
    
    .team-doodle-image {
        max-width: min(90vw, 500px);
    }
}

@media (min-width: 601px) {
    .team-icons-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 500px;
        gap: clamp(1.5rem, 3vw, 2.5rem);
        order: 2;
    }
    
    .team-scrolling-text-container {
        order: 3;
    }
    
    .team-doodle-container {
        order: 4;
    }
    
    .team-collaboration-section {
        background: 
            linear-gradient(90deg, rgba(255, 99, 132, 0.2) 0%, transparent 30%),
            linear-gradient(270deg, rgba(147, 51, 234, 0.2) 0%, transparent 30%),
            linear-gradient(180deg, rgba(59, 130, 246, 0.15) 0%, transparent 35%),
            #f8f9fa;
    }
    
    .team-scrolling-text {
        font-size: clamp(4rem, 8vw, 6rem);
    }
    
    .team-doodle-image {
        max-width: min(85vw, 600px);
    }
}

@media (min-width: 901px) {
    .team-collaboration-section {
        padding: 3rem 2rem;
        background: 
            linear-gradient(90deg, rgba(255, 99, 132, 0.25) 0%, transparent 35%),
            linear-gradient(270deg, rgba(147, 51, 234, 0.25) 0%, transparent 35%),
            linear-gradient(180deg, rgba(59, 130, 246, 0.18) 0%, transparent 40%),
            #f8f9fa;
    }
    
    .team-icons-grid {
        grid-template-columns: repeat(6, 1fr);
        max-width: 800px;
        gap: clamp(2rem, 4vw, 3rem);
        order: 2;
    }
    
    .team-scrolling-text-container {
        order: 3;
    }
    
    .team-doodle-container {
        order: 4;
    }
    
    .team-icon-item:hover {
        transform: translateY(-8px);
    }
    
    .team-scrolling-text {
        font-size: clamp(5rem, 8vw, 9rem);
    }
    
    .team-scrolling-text-container {
        height: clamp(6rem, 10vw, 10rem);
    }
    
    .team-doodle-image {
        max-width: min(80vw, 800px);
    }
}

@media (min-width: 1200px) {
    .team-scrolling-text {
        animation: team-scroll-straight 15s linear infinite;
        font-size: clamp(6rem, 8vw, 9rem);
    }
    
    .team-doodle-image {
        max-width: min(75vw, 800px);
    }
}

@media (hover: none) {
    .team-icon-item:hover {
        transform: none;
        background: none;
    }
    
    .team-icon-item:active {
        transform: scale(0.95);
        transition: transform 0.1s ease;
    }
    
    .team-icon-circle:hover {
        transform: none;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .team-scrolling-text {
        animation: none;
        opacity: 0.6;
        position: static;
        transform: none;
    }
    
    .team-icon-item,
    .team-icon-circle {
        transition: none;
    }
}

.team-icon-item:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.team-icon-item:disabled:hover {
    transform: none;
    background: none;
}

/* ============ MODAL POPUP STYLES ============ */
.team-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: modalFadeIn 0.3s ease;
}

.team-modal-overlay.active {
    display: flex;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(4px);
    }
}

.team-modal-content {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.team-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.team-modal-close:hover {
    background: #e5e7eb;
    color: #1f2937;
    transform: scale(1.1);
}

.team-modal-header {
    padding: 30px 30px 20px;
    border-bottom: 2px solid #f3f4f6;
}

.team-modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
    font-family: 'Georgia', serif;
}

.team-modal-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-weight: 500;
}

.team-modal-body {
    padding: 30px;
}

.team-modal-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.team-info-item {
    background: #f9fafb;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.team-info-label {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.team-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.team-modal-description {
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 51, 234, 0.05) 100%);
    border-radius: 12px;
    border-left: 4px solid #3b82f6;
}

.team-desc-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

.team-modal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.team-form-input,
.team-form-textarea {
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    color: #1f2937;
    transition: all 0.3s ease;
    background: white;
}

.team-form-input:focus,
.team-form-textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.team-form-input::placeholder,
.team-form-textarea::placeholder {
    color: #9ca3af;
}

.team-form-textarea {
    resize: vertical;
    min-height: 100px;
    font-size: 14px;
}

.team-form-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.team-form-submit,
.team-form-cancel {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-form-submit {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.team-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}

.team-form-cancel {
    background: #f3f4f6;
    color: #6b7280;
}

.team-form-cancel:hover {
    background: #e5e7eb;
}

@media (max-width: 768px) {
    .team-modal-content {
        max-width: 95vw;
        border-radius: 16px;
        max-height: 85vh;
    }
    
    .team-modal-header {
        padding: 24px 20px 16px;
    }
    
    .team-modal-title {
        font-size: 24px;
    }
    
    .team-modal-body {
        padding: 20px;
    }
    
    .team-modal-info {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .team-modal-close {
        width: 32px;
        height: 32px;
        font-size: 20px;
        top: 16px;
        right: 16px;
    }
}

@media (max-width: 480px) {
    .team-modal-overlay {
        padding: 0;
    }
    
    .team-modal-content {
        max-width: 100vw;
        border-radius: 12px 12px 0 0;
        max-height: 95vh;
    }
    
    .team-modal-header {
        padding: 20px 16px 12px;
    }
    
    .team-modal-title {
        font-size: 20px;
    }
    
    .team-modal-body {
        padding: 16px;
    }
    
    .team-form-actions {
        flex-direction: column;
    }
}

.team-form-success {
    display: none;
    padding: 20px;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
    border-radius: 8px;
    color: #065f46;
    text-align: center;
    margin-bottom: 20px;
    animation: slideDown 0.3s ease;
}

.team-form-success.show {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-form-error {
    display: none;
    padding: 20px;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    color: #991b1b;
    text-align: center;
    margin-bottom: 20px;
}

.team-form-error.show {
    display: block;
}



/* Footer Section Complete - Modern Blue Theme */
.footer-section-complete {
    background: linear-gradient(135deg, #0f2862 0%, #1c3d7a 50%, #2a5298 100%);
    color: #e8f1ff;
    font-family: 'Inter', sans-serif;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

/* Decorative Circles - Blue Gradient Design */
.circle-left,
.circle-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: rgba(65, 105, 225, 0.12);
    border: 1px solid rgba(100, 149, 237, 0.25);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.6;
}

.circle-left::before,
.circle-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(70, 130, 255, 0.08);
    border: 1px solid rgba(100, 149, 237, 0.2);
    border-radius: 50%;
}

.circle-left::after,
.circle-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: rgba(135, 206, 250, 0.05);
    border: 1px solid rgba(100, 149, 237, 0.15);
    border-radius: 50%;
}

.circle-left {
    left: -200px;
}

.circle-right {
    right: -200px;
}

/* Footer Container */
.footer-container-complete {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* Footer Columns */
.footer-column-complete {
    display: flex;
    flex-direction: column;
}

.footer-column-complete h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-column-complete ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-complete ul li {
    margin-bottom: 16px;
}

.footer-column-complete ul li a {
    color: #b8d4ff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    line-height: 1.6;
    display: block;
}

.footer-column-complete ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
    text-shadow: 0 0 8px rgba(100, 149, 237, 0.5);
}

/* Brand Column */
.footer-brand-complete {
    max-width: 320px;
}

.brand-header-complete {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.brand-logo-complete {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4169e1, #1e90ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.4);
}

.brand-logo-complete img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.brand-header-complete h3 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.contact-text-complete {
    font-size: 14px;
    color: #b8d4ff;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.phone-number-complete {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0 0 35px 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Contact Info */
.contact-info-complete {
    margin-bottom: 35px;
}

.contact-item-complete {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon-complete {
    width: 24px;
    height: 24px;
    color: #87ceeb;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-label-complete {
    color: #b8d4ff;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}

.contact-value-complete {
    color: white;
    font-weight: 500;
    display: block;
}

/* Social Icons */
.social-icons-complete {
    display: flex;
    gap: 15px;
}

.social-link-complete {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8d4ff;
    text-decoration: none;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.05);
}

.social-link-complete:hover {
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    border-color: #00bfff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 144, 255, 0.5);
}

/* Footer Bottom */
.footer-bottom-complete {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 60px;
    padding: 30px 0;
    background: rgba(15, 38, 98, 0.5);
}

.footer-bottom-container-complete {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.copyright-complete {
    font-size: 14px;
    color: #a8c8e8;
    font-weight: 400;
}

.footer-links-complete {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.footer-links-complete a {
    color: #a8c8e8;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-links-complete a:hover {
    color: #00bfff;
    text-shadow: 0 0 8px rgba(0, 191, 255, 0.5);
}

.footer-links-complete span {
    color: #6b8bb3;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-container-complete {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        padding: 0 30px;
    }
    
    .circle-left,
    .circle-right {
        width: 350px;
        height: 350px;
    }
    
    .circle-left {
        left: -175px;
    }
    
    .circle-right {
        right: -175px;
    }
    
    .footer-bottom-container-complete {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .footer-section-complete {
        padding: 60px 0 0;
    }
    
    .footer-container-complete {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .circle-left,
    .circle-right {
        display: none;
    }
    
    .footer-bottom-container-complete {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0 20px;
    }
    
    .brand-header-complete h3 {
        font-size: 24px;
    }
    
    .phone-number-complete {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .footer-section-complete {
        padding: 50px 0 0;
    }
    
    .footer-container-complete {
        padding: 0 15px;
        gap: 35px;
    }
    
    .brand-logo-complete {
        width: 45px;
        height: 45px;
    }
    
    .brand-logo-complete img {
        width: 24px;
        height: 24px;
    }
    
    .brand-header-complete h3 {
        font-size: 22px;
    }
    
    .phone-number-complete {
        font-size: 18px;
    }
    
    .social-link-complete {
        width: 38px;
        height: 38px;
    }
    
    .footer-links-complete {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-bottom-container-complete {
        padding: 0 15px;
    }
}

/* Enhanced Visual Effects */
@media (prefers-reduced-motion: no-preference) {
    .circle-left,
    .circle-right {
        animation: subtleFloat 8s ease-in-out infinite alternate;
    }
    
    @keyframes subtleFloat {
        0% {
            transform: translateY(-50%) rotate(0deg);
            opacity: 0.5;
        }
        100% {
            transform: translateY(-52%) rotate(2deg);
            opacity: 0.7;
        }
    }
}
