﻿:root {
  --page-bg: #c7ecec;
  --surface: rgba(255, 255, 255, 0.95);
  --surface-soft: rgba(255, 255, 255, 0.85);
  --text: #051f1f;
  --muted: #4a6b6b;
  --light: #ffffff;
  --light-bg: #ABDDDC;
  --primary: #0d9488;
  --primary-dark: #0f766e;
  --primary-light: #14b8a6;
  --green: #012931;
  --accent: #000000;
  --white: #ffffff;
  --black: #0a2e2e;
  --border: rgba(6, 36, 37, 0.822);
  --shadow: 0 10px 40px rgba(13, 148, 136, 0.1);
  --theme-blue: #0d9488;
  --theme-dark: #0f766e;
  --theme-navy: #012931;
  --dark: #012931;
  --gold: #d1a618;
  --early-bird-bg: #ff6b35;
  --early-bird-text: #fff;
  
  /* Responsive typography */
  --fs-1: clamp(2.5rem, 5vw, 4rem);
  --fs-2: clamp(2rem, 4vw, 3.5rem);
  --fs-3: clamp(1.75rem, 3.5vw, 3rem);
  --fs-4: clamp(1.5rem, 3vw, 2.5rem);
  --fs-5: clamp(1.25rem, 2.5vw, 2rem);
  --fs-6: clamp(1rem, 2vw, 1.75rem);
}

/* Base responsive adjustments */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: var(--page-bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure Font Awesome icons display properly */
i[class^="fas"], 
i[class^="far"], 
i[class^="fab"], 
i[class*="fa-"] {
  display: inline-block !important;
  visibility: visible !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: var(page-bg) ;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hero slideshow animations */


@keyframes fadeInUp {
   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 @keyframes float {
   0% {
     transform: translateY(0px);
   }
   50% {
     transform: translateY(-20px);
   }
   100% {
     transform: translateY(0px);
   }
 }

 @keyframes marquee {
   0% {
      transform: translateX(0);
   }
   100% {
      transform: translateX(-100%);
   }
 }

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 1rem;
}

/* Responsive container adjustments */
@media (max-width: 1200px) {
  .container {
    width: min(1100px, calc(100% - 2rem));
  }
}

@media (max-width: 992px) {
  .container {
    width: min(960px, calc(100% - 2rem));
  }
}

@media (max-width: 768px) {
  .container {
    width: min(720px, calc(100% - 2rem));
  }
}

@media (max-width: 576px) {
  .container {
    width: min(540px, calc(100% - 2rem));
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--primary-dark);
  z-index: 9999;
  padding: 18px 0;
  box-shadow: 0 4px 20px rgba(13, 148, 136, 0.1);
  border-bottom: 1px solid rgba(13, 148, 136, 0.1);
}

@media (max-width: 860px) {
  .header {
    padding: 2px 0;
  }
  
  .navbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .ct-logo {
    height: 24px;
    margin: 0;
  }
  
  .ct-logo img {
    height: 24px !important;
    width: auto !important;
  }
  
  .ct-logo img:nth-child(2),
  .ct-logo img:nth-child(3) {
    height: 18px !important;
    width: auto !important;
  }
  
  .toll-free {
    font-size: 0.9rem;
    gap: 0.3rem;
  }
  
  .mobile-toggle {
    display: inline-flex;
    font-size: 20px;
    padding: 8px;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* .ct-logo img {
  height: 52px;
  width: auto;
} */
.ct-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width:100%;
  overflow: hidden;
}

.ct-logo img {
  height: 45px !important;
  width: auto !important;
  object-fit: contain;
  margin-left: 0px !important;
}

.ct-logo img:nth-child(2),
.ct-logo img:nth-child(3) {
  height: 40px !important;
  width: auto !important;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  position: relative;
}

.nav-link {
  color: var(--white) !important;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.25s ease;
  padding: 8px 0;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--text) !important;
    font-weight: 600 !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--text);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 250px;
  background: rgba(6, 16, 28, 0.98);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  z-index: 100;
}

.nav-item-dropdown:hover .dropdown-menu,
.nav-item-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a {
  display: block;
  color: var(--text);
  padding: 12px 18px;
  font-size: 0.94rem;
}

.dropdown-menu li a:hover {
  background: rgba(52,197,161,0.13);
  color: var(--primary);
}

.dropdown-divider {
  display: block;
  height: 1px;
  margin: 8px 0;
  background: rgba(255,255,255,0.12);
  pointer-events: none;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  border-radius: 14px;
  transition: background 0.25s ease;
  margin-left: auto;
}

.mobile-toggle:hover {
  background: rgba(52,197,161,0.14);
}

.toll-free {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.18rem;
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3);
  text-decoration: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
}

.section {
  padding: 100px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 800px;
  min-height: 80vh;
}

@media (max-width: 999px) {
  .hero {
    min-height: 80vh;
   height: auto;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 50vh;
    padding-top: 80px; /* Account for fixed header */
  }
  
  .hero::before,
  .hero::after {
    max-height: none;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 40vh;
  }
}

/* Desktop layout - full height */
@media (min-width: 1000px) {
  .hero {
    
    height: auto;
  min-height: 80vh;
  }
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  /*max-height:800px;*/
  background-image: url('assets/img/hero/pharma2.jpg');
  background-size: cover;
  background-position: center;
  animation: heroSlideshow 16s ease-in-out infinite;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 800px;
  /* background: var(--page-bg); */
  z-index: -1;
}
 
.hero-bg-mobile {
     display: none !important;
     
   }
.hero-grid {
   display: grid;
   grid-template-columns: 1.1fr 0.9fr;
   gap: 2.6rem;
   align-items: center;
   min-height: calc(100vh - 180px);
   position: relative;
   z-index: 1;
 }

    @media (max-width: 999px) {
    .hero {
      height: auto !important;
      min-height: auto !important;
    }
    
    .hero-grid {
      display: block;
      padding-top: 0 !important;
    }
    
    .hero-copy,
    .hero-panel {
      width: 100%;
      text-align: center;
    }
    
    .hero-panel {
      margin-top: 2rem;
    }
    
    .hero::before,
    .hero::after {
      display: none !important;
    }
    
    .hero-bg-mobile {
      display: block !important;
      width: 100%;
      height: auto;
      position: relative !important;
      top: 0;
      left: 0;
      z-index: auto !important;
      object-fit: cover;
      margin-bottom: 2rem;
    }
    
  }
    
    .hero-grid {
      display: block;
      padding-top: 0 !important;
    }
    
    .hero-copy,
    .hero-panel {
      width: 100%;
      text-align: center;
    }
    
    .hero-panel {
      margin-top: 2rem;
    }
    
    .hero::before,
    .hero::after {
      display: none !important;
    }
    
    .hero-bg-mobile {
      display: block !important;
      width: 100%;
      height: auto;
      position: relative !important;
      top: 0;
      left: 0;
      z-index: -2;
      object-fit: cover;
      margin-bottom: 2rem;
    }
  }
    
    .hero::before,
    .hero::after {
      display: none !important;
    }
    
    .hero-bg-mobile {
      display: block !important;
      width: 100%;
      /* min-height: 300px; */
      height: auto;
      position: absolute;
      /* top: 0; */
      left: 0;
      z-index: -2;
      object-fit: cover;
    }
 }

 @media (max-width: 768px) {
    .hero-grid {
      display: none;
    }
    
    .hero-copy,
    .hero-panel {
      width: 100%;
      text-align: center;
    }
    
    .hero-panel {
      margin-top: 1.5rem;
    }
 }
  
 @media (max-width: 480px) {
    .hero-grid {
      gap: 1rem;
    }
 }

/* Desktop layout - two columns */
@media (min-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.6rem;
  }
  
  .hero-copy,
  .hero-panel {
    width: auto;
    text-align: left;
  }
  
  .hero-panel {
    margin-top: 0;
  }
}

.eyebrow {
  display: inline-flex;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 0.82rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero-copy h1,
.about-copy h2,
.section-header h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  line-height: 1.03;
}

.hero-copy p,
.about-copy p,
.section-header p,
.stats-card p,
.award-card p,
.contact-card p {
  /*color: var(--muted);*/
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-primary {
  background: var(--primary);
  color: var(--light);
  padding: 0.95rem 1.8rem;
}
/* 
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.25);
} */

.btn-secondary {
  background: var(--primary);
  color: var(--white);
  padding: 0.95rem 1.8rem;
  border: 2px solid var(--primary);
}

.btn-secondary:hover,
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /*gap: 0.9rem;*/
  margin-top: 2.2rem;
  font-size:16px !important;
}

.hero-badges div {
  background: rgba(14, 12, 12, 0.1) !important;
  border: 1px solid rgba(7, 26, 24, 0.2) !important;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  width:250px;
  justify-content: flex-start !important;
}

.hero-badges strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.hero-panel {
  display: flex;
  justify-content: center;
}

/* Float the panel to the right side */
.hero-panel.float {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
}

/* Responsive adjustments */
@media (max-width: 999px) {
  .hero-panel.float {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 2rem;
  }
}

.hero-card {
  width: 100%;
  
  max-width: 450px;
  padding: 2rem;
  border-radius: 32px;
  /*background: var(--theme-navy);*/
  /* border: 1px solid rgba(13, 148, 136, 0.15); */
  box-shadow: 0 10px 40px rgba(13, 148, 136, 0.15);
  color: var(--white);
}

.hero-card h2 {
  color: var(--white);
}

.hero-card p {
  color: var(--light-bg);
}

@media (max-width: 1200px) {
  .hero-card {
    max-width: 90%;
    padding: 1.8rem;
    border-radius: 28px;
  }
}

@media (max-width: 992px) {
  .hero-card {
    max-width: 95%;
    padding: 1.6rem;
    border-radius: 24px;
    
  }
  
.hero-banner__img {
     width: 100%;
     /*height: auto !important;*/
     
     display: block;
     object-fit: contain;
}
}

@media (max-width: 768px) {
  .hero-card {
    max-width: 100%;
    padding: 1.5rem;
    border-radius: 20px;
    margin: 0 ;
    margin-top:40px !important;
    /*background: var(--theme-navy);*/
    /* border: 3px solid var(--primary); */
    box-shadow: 2px 4px 20px var(--muted) !important;
    color: var(--white);
  }
  .hero-card h2 {
    color: var(--white);
  }
  .hero-card p {
    color: var(--light-bg);
  }
  .hero-badges {
    font-size:12px !important;
  }
}
  .hero-badges {
  
  font-size:12px !important;
}
}

@media (max-width: 480px) {
  .hero-card {
    padding: 1.2rem;
    border-radius: 16px;
  }
  
  .hero-card h2 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  
  .hero-card p {
    font-size: 0.95rem;
  }
}

.hero-card h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: var(--text);
}

.hero-card p {
  color: var(--muted);
}

.hero-panel .hero-stat {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-panel .hero-stat div {
  background: rgba(13, 148, 136, 0.1);
  padding: 1rem 1.1rem;
  border-radius: 18px;
}

.hero-panel .hero-stat h3 {
  margin: 0;
  color: var(--primary);
  font-size: 2rem;
}
.about-modern {
  padding: 30px 0;
  background: var(--green);
  color: #fff;
}

/* HEADING */
.section-heading {
  text-align: center;
}

.section-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--green);
  position: relative;
  display: inline-block;
}

.section-heading h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--green);
  margin: 12px auto 0;
  border-radius: 2px;
}

.section-heading p {
  /* color: var(--muted); */
  margin-top: 12px;
  font-size: 15px;
}

/* LAYOUT */
.about-wrapper {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  margin-top: 60px;
}

/* GLASS BOX */
.glass-box {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TEXT */
.glass-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #ffd54f;
}

.glass-box p {
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* FEATURES */
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.about-features div {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
}

.about-features i {
  color: #00d4ff;
  font-size: 18px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-features div:hover {
  transform: translateX(5px);
  color: #00d4ff;
}

/* BUTTON */
.about-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  border-radius: 30px;
  background: linear-gradient(45deg, #ffb300, #ff6f00);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 179, 0, 0.4);
}

/* IMAGE SIDE */
.about-image {
  display: flex;
  height: 100%;
}

.image-wrapper {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 400px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

/* DECORATIVE SHAPES */
.shape {
  position: absolute;
  border-radius: 20px;
}

.shape1 {
  width: 80px;
  height: 80px;
  background: #ff3d3d;
  top: -20px;
  right: -20px;
}

.shape2 {
  width: 90px;
  height: 90px;
  background: #ffc107;
  bottom: -20px;
  left: -20px;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-wrapper {
    display: flex;
    flex-direction: column;
  }

  .about-features {
    grid-template-columns: 1fr;
  }
  
  .image-wrapper {
    min-height: 300px;
  }
}

/* ======================================
   NEW ABOUT SECTION STYLES
   ====================================== */

.about-container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  margin-top: 50px;
}

/* Left Side - Image Section */
.about-image-section {
  position: relative;
}

.about-img-wrapper {
  position: relative;
   
  border-radius: 24px;
  overflow: hidden;
  padding: 35px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.about-img-wrapper::before,
.about-img-wrapper::after {
  content: '';
  position: absolute;
 
  width: 80px;
  height: 80px;
  border: 3px solid var(--light);
  z-index: 2;
}

.about-img-wrapper::before {
  color:var(--primary) !important;
  top: 5px;
  left: 5px;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px;
}

.about-img-wrapper::after {
  color:var(--primary) !important;
  bottom: 5px;
  right: 5px;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 10px;
}

.about-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}



.about-img-overlay {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

/* Stats Overlay */
.about-stats {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  justify-content: center;
}

.stat-item {
  background: rgba(52, 197, 161, 0.12);
  border: 1px solid rgba(52, 197, 161, 0.3);
  border-radius: 16px;
  padding: 20px 25px;
  text-align: center;
  flex: 1;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(52, 197, 161, 0.2);
  transform: translateY(-5px);
}

.stat-number {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Right Side - Content Section */
.about-content-section {
  padding: 10px 0;
}

.about-header {
  margin-bottom: 25px;
}

.about-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.about-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin: 0;
}

.about-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

/* Features List */
.about-features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.about-features-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.about-features-list li:last-child {
  border-bottom: none;
}

.about-features-list li:hover {
  padding-left: 10px;
}

.feature-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: rgba(52, 197, 161, 0.15);
  border: 1px solid rgba(52, 197, 161, 0.3);
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  visibility: visible !important;
}

.about-features-list li:hover .feature-icon {
  background: var(--primary);
  color: var(--black);
}

.feature-icon i {
  font-size: 18px;
  color: var(--primary);
  transition: all 0.3s ease;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.about-features-list li:hover .feature-icon i {
  color: var(--black);
}

.about-features-list li span:not(.feature-icon) {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}

/* CTA Button */
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--primary-dark);
  color: var(--light);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  margin-top: 20px;
  text-decoration: none;
  border: 2px solid var(--primary-dark);
  cursor: pointer;
}

.about-cta-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.about-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(214, 179, 74, 0.4);
  background: var(--light);
  color: var(--primary-dark);
}

.about-cta-btn:hover i {
  transform: translateX(5px);
}

.about-cta-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1100px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-image-section,
  .about-content-section {
    width: 100%;
  }
  
  .about-stats {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-stats {
    flex-direction: column;
    gap: 15px;
  }
  
  .stat-item {
    padding: 15px 20px;
  }
  
  .stat-number {
    font-size: 24px;
  }
  
  .about-header h3 {
    font-size: 26px;
  }
  
  .about-features-list li {
    gap: 12px;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
  }
  
  .feature-icon i {
    font-size: 16px;
  }
}

/* Features Cards Grid */
.about-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-card:hover {
  background: rgba(52, 197, 161, 0.1);
  border-color: rgba(52, 197, 161, 0.3);
  /* transform: translateY(-5px); */
}

.feature-card-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 14px;
  margin-bottom: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-card-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(52, 197, 161, 0.4);
}

.feature-card-icon i {
  font-size: 25px;
  /* color: var(--black); */
  display: inline-block !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px 0;
  line-height: 1.4;
  align-items: center;
}

.feature-card p {
  font-size: 14px;
  color: var(--light);
  margin: 0;
  line-height: 1.6;
  align-items: center !important;
}

@media (max-width: 768px) {
  .about-features-grid {
    grid-template-columns: 1fr;
  }
  
.footer {
 font-size: 13px;
}
}

@media (max-width: 1100px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

.footer {
  padding: 1.5rem 0 2.5rem;
  background: var(--primary-dark);
  border-top: 1px solid rgba(13, 148, 136, 0.2);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}

.footer-inner span {
  color: var(--accent);
  font-weight: 600;
}

.mobile-sidebar,
    .sidebar-overlay {
      display: none;
    }

/* Early Bird Scholarship Badge */
.early-bird-badge {
   position: absolute;
   top: -10px;
   right: -10px;
   background: var(--primary);
   color: var(--white);
   font-size: 0.75rem;
   font-weight: 700;
   padding: 3px 8px;
   border-radius: 12px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   box-shadow: 0 2px 8px rgba(0,0,0,0.2);
   z-index: 10;
   display: inline-flex;
   align-items: center;
   gap: 3px;
}

/* Position the WhatsApp button relatively for the badge */
.whatsapp-btn {
   position: relative;
   display: inline-flex;
   align-items: center;
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-grid,
  .stats-grid,
  .awards-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 110px;
  }
}

@media (max-width: 999px) {
  .nav-menu,
  .toll-free {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .navbar {
    justify-content: center;
  }

  .ct-logo {
    height: 30px;
  }
  
  .ct-logo img {
    height: 35px !important;
    width: auto !important;
  }
  
  .ct-logo img:nth-child(2),
  .ct-logo img:nth-child(3) {
    height: 30px !important;
    width: auto !important;
  }
  
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    padding: 3rem 1.5rem;
    background: linear-gradient(180deg, var(--page-bg) 0%, var(--surface) 100%);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 10001;
    overflow-y: auto;
    box-shadow: -5px 0 25px rgba(13, 148, 136, 0.15);
    list-style: none;
  }
}

  .mobile-toggle {
    /* display: inline-flex; */
  }

  .ct-logo img {
    height: 40px;
  }

   .mobile-sidebar {
     display: block;
     position: fixed;
     top: 0;
     right: 0;
     width: 320px;
     height: 100vh;
     padding: 3rem 1.5rem;
     background: var(--page-bg) ;
     transform: translateX(100%);
     transition: transform 0.3s ease;
     z-index: 10001;
     overflow-y: auto;
     box-shadow: -5px 0 25px rgba(13, 148, 136, 0.15);
     list-style: none;
   }

  .mobile-sidebar.active {
    transform: translateX(0);
  }

  .sidebar-main-heading {
    color: var(--green);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--green);
  }

  .sidebar-course-heading {
    color: var(--green);
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.85;
  }

  .sidebar-course-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar-course-list li {
    margin-bottom: 0.5rem;
  }

  .sidebar-course-list a {
    color: #000;
    font-size: 0.95rem;
    text-decoration: none;
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
  }
  
  .sidebar-course-list a:hover {
    color: var(--green);
    background: var(--surface-soft);
    border-left-color: var(--green);
    padding-left: 1rem;
  }

  .sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(247, 233, 233, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 10000;
  }

  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Remove underline from all links */
  a {
    text-decoration: none;
  }
}

@media (max-width: 620px) {
   .hero-copy h1,
   .about-copy h2,
   .section-header h2 {
     font-size: 2.4rem;
   }

   .hero-actions,
   .hero-badges {
     display: grid;
   }

   .hero-actions a {
     width: 100%;
   }

   .course-table {
     min-width: 100%;
   }
 }

/* Courses Section Styles */
.course-table {
   width: 100%;
   border-collapse: separate;
   border-spacing: 0;
   /*margin-top: 1.5rem;*/
   background: var(--white);
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 4px 15px rgba(13, 148, 136, 0.1);
}

.course-table th,
.course-table td {
   padding: 1rem 1.5rem;
   text-align: left;
   border-bottom: 1px solid rgba(13, 148, 136, 0.1);
}

.course-table th {
   background: var(--green);
   color: var(--white);
   font-weight: 600;
   text-transform: uppercase;
   font-size: 0.9rem;
   letter-spacing: 0.05em;
}

.course-table td {
   color: var(--text);
   background: var(--white);
}

.course-table tr:hover td {
   background: rgba(13, 148, 136, 0.05);
}

.course-table h4 {
   margin: 0;
   color: var(--text);
   font-size: 1.1rem;
}

/* Programs Tabs Styles */
.programs-tabs {
   margin-top: 2rem;
}
    
.tab-content {
   margin-top: 1.5rem;
}

.tab-pane {
   padding: 1rem;
   background: var(--white);
   border-radius: 12px;
   box-shadow: 0 14px 20px rgba(17, 17, 17, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Placements - Luxury Hotel Management Theme */
.placements {
    background: var(--primary);
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.placements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-gold);
}

.placements .tech-partner-header h2 {
    color: var(--white);
    /*font-family: 'Sora', serif;*/
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.placements .tech-partner-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 40px;
}

.placements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-gold);
}

.placements img {
    transition: all 0.4s ease;
    padding: 15px;
    opacity: 1;
}

.placements img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Marquee enhanced */
.marquee-container {
    overflow: hidden;
    width: 100%;
}

.marquee-content {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    width: max-content;
}

/* .marquee-left {
    animation: scroll-left 50s linear infinite;
}

.marquee-right {
    animation: scroll-right 50s linear infinite;
} */

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.marquee-content img.company-logo {
    height: 80px;
    width: 160px;
    object-fit: contain;
    flex-shrink: 0;
    transition: all 0.4s ease;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(0%);
    opacity: 1;
}

.marquee-content img.company-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.marquee-content img.company-logo {
    height: 80px;
    width: 160px;
    object-fit: contain;
    flex-shrink: 0;
    transition: all 0.4s ease;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(0%);
    opacity: 1;
}

.marquee-content img.company-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Responsive Placements Section */
@media (max-width: 991px) {
    .placements {
        padding: 50px 0;
    }
    
    .placements .tech-partner-header h2 {
        font-size: 28px;
    }
    
    .marquee-content {
        gap: 20px;
    }
    
    .marquee-content img.company-logo {
        height: 70px;
        width: 140px;
    }
}

@media (max-width: 767px) {
    .placements .tech-partner-header h2 {
        font-size: 24px;
    }
    
    .placements .tech-partner-header p {
        font-size: 14px;
    }
    
    .marquee-content {
        gap: 15px;
    }
    
    .marquee-content img.company-logo {
        height: 60px;
        width: 120px;
        padding: 10px 15px;
    }
}

@media (max-width: 576px) {
    .placements {
        padding: 40px 0;
    }
    
    .marquee-content {
        gap: 10px;
    }
    
    .marquee-left,
    .marquee-right {
        animation-duration: 20s;
    }
    
    .marquee-content img.company-logo {
        height: 55px;
        width: 110px;
        padding: 8px 12px;
    }
}

/* ============================
   COURSES SECTION STYLES
   ============================ */

.courses-section {
 
    position: relative;
  
}

.courses-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
   
}

.courses-section .section-header {
    text-align: center;
    margin-bottom: 50px;
    /* padding: 0 20px; */
}

.courses-section .section-header .section-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    /* padding: 8px 20px; */
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3);
}

.courses-section .section-header h2 {
    font-size: 42px;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.courses-section .section-header h2 span {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.courses-section .section-header h2 .text-gold {
    color: var(--primary);
}

.courses-section .section-header p {
    /* color: var(--muted); */
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* Programs Tabs */
.programs-tabs {
    margin-top: 60px;
}

.programs-tabs .nav-pills {
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

.programs-tabs .nav-pills .nav-link {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.programs-tabs .nav-pills .nav-link i {
    font-size: 16px;
    margin-right: 8px;
}

.programs-tabs .nav-pills .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #d6b34a;
}

.programs-tabs .nav-pills .nav-link.active {
    background: linear-gradient(90deg, #d6b34a, #f0b800);
    color: #0f2744;
    border-color: #d6b34a;
    box-shadow: 0 4px 15px rgba(214, 179, 74, 0.4);
}

/* Course Table Styles */
.table-responsive {
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--surface);
    background: var(--surface);
    
}

/* Custom scrollbar for table responsive */
.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: var(--surface-soft);
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

.course-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--surface);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 20 4px 20px rgba(56, 61, 61, 0.15);
}

.course-table thead {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    
}

.course-table thead th {
    padding: 18px 24px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.course-table tbody tr {
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}

.course-table tbody tr:hover {
    background: rgba(13, 148, 136, 0.08);
}

.course-table tbody tr:nth-child(even) {
    background: var(--surface-soft);
}

.course-table tbody tr:nth-child(even):hover {
    background: rgba(13, 148, 136, 0.08);
}

.course-table tbody tr:last-child {
    border-bottom: none;
}

.course-table tbody td {
    padding: 18px 24px;
    vertical-align: middle;
    color: var(--text);
}

.course-table tbody td:first-child {
    font-weight: 700;
    color: var(--green);
    width: 60px;
    font-size: 15px;
}

.course-table tbody td:nth-child(3) {
    color: var(--green);
    font-weight: 700;
    font-size: 14px;
}

.course-table tbody h4 {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.course-table tbody h4 small {
    font-size: 13px;
    color: var(--muted);
    font-weight: 400;
    display: block;
    margin-top: 4px;
}

/* Tab Pane */
.programs-tabs .tab-pane {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
    .courses-section {
        padding: 60px 0;
    }
    
    .courses-section .section-header h2 {
        font-size: 32px;
    }
    
    .programs-tabs .nav-pills {
        flex-wrap: wrap;
    }
    
    .programs-tabs .nav-pills .nav-link {
        padding: 12px 24px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .courses-section {
        padding: 0 0px !important;
    }
       
    .courses-section .section-header {
        padding-top:0px !important;
        margin-top:0px !important;
        text-align: center;
        padding: 0 10px;
    }
    
    .courses-section .section-header h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .courses-section .section-header p {
        font-size: 15px;
        padding: 0 10px;
    }
    
    .table-responsive {
        margin: 0 -12px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    
    /* Mobile table - responsive with word-wrap */
    .course-table {
        min-width: 100%;
        display: block;
        overflow-x: auto;
    }
    
    .course-table thead th {
        padding: 18px 8px !important;
        font-size: 11px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .course-table tbody td {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Column widths for mobile - Course name gets more space */
    .course-table thead th:first-child {
        width: 10px !important;
        min-width: 10px !important;
        /*padding:2px !important;*/
    }
    
    .course-table thead th:nth-child(2) {
        width: auto;
        min-width: 120px;
    }
    
    .course-table thead th:nth-child(3),
    .course-table thead th:nth-child(4) {
        width: 100px;
        min-width: 80px;
    }
    
    .course-table tbody td {
        padding: 8px 6px;
        font-size: 13px;
    }
    
    .course-table tbody td:first-child {
      
        font-size: 12px;
        width: 20px !important;
        min-width: 20px !important;
        text-align:center;
    }
    
    .course-table tbody td:nth-child(3),
    .course-table tbody td:nth-child(4) {
        font-size: 12px;
    }
    
    .course-table tbody h4 {
        font-size: 12px;
        line-height: 1.3;
        word-wrap:break-word;
    }
    
    .course-table tbody h4 small {
        font-size: 11px;
    }
    
    /* Programs tabs mobile */
    .programs-tabs {
        margin-top: 30px;
    }
    
    .programs-tabs .nav-pills {
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .programs-tabs .nav-pills {
        flex-direction: column;
        align-items: center;
    }
    
    .programs-tabs .nav-pills .nav-link {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}


/* CT Group Legacy Stats Icons - Equal Alignment Fix */
.home-stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.home-stats-wrapper .flex-child {
    flex: 0 0 calc(16.666% - 20px);
    min-width: 150px;
    max-width: calc(16.666% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 10px;
}

.home-stats-wrapper .stats-icon {
    width: 120px !important;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.home-stats-wrapper .stats-icon img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home-stats-wrapper .home-stats-text {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-stats-wrapper .home-stats-text h4 {
    margin: 0;
    line-height: 1.2;
}

.home-stats-wrapper .home-stats-text span {
    margin: 5px 0;
    line-height: 1.2;
}

.home-stats-wrapper .home-stats-text p {
    margin: 8px 0 0 0;
    line-height: 1.3;
    font-size: 0.9rem;
}

/* CT Group Legacy: show 3 boxes per row on medium/small screens */
@media (max-width: 1101px) {
	.home-stats-wrapper {
		justify-content: center;
	}
	.home-stats-wrapper .flex-child {
		flex: 0 0 calc(33.333% - 20px) !important;
		max-width: calc(33.333% - 20px) !important;
		box-sizing: border-box;
	}
}

@media (max-width: 757px) {
	.home-stats-wrapper {
		gap: 12px;
	}
	.home-stats-wrapper .flex-child {
		flex: 0 0 calc(50% - 12px) !important;
		max-width: calc(50% - 12px) !important;
	}
	.home-stats-wrapper .stats-icon {
		width: 100px !important;
		height: 100px;
		min-width: 100px;
		min-height: 100px;
		max-width: 100px !important;
	}
	.home-stats-wrapper .stats-icon img {
		max-width: 50px;
		max-height: 50px;
	}
	.home-stats-wrapper .stats-icon img,
	.home-stats-wrapper .stats-icon {
		/* max-width: 100%; */
		height: auto;
	}
	.home-stats-wrapper .home-stats-text h4 { font-size: 1rem; }
	.home-stats-wrapper .home-stats-text p { font-size: 0.85rem; }
}

@media (max-width: 500px) {
    .home-stats-wrapper {
        gap: 15px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
    .home-stats-wrapper .flex-child {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding: 20px 15px;
    }
    .home-stats-wrapper .stats-icon {
        width: 100px !important;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        max-width: 100px !important;
        margin: 0 auto 15px auto;
    }
    .home-stats-wrapper .stats-icon img {
        max-width: 50px;
        max-height: 50px;
    }
    .home-stats-wrapper .home-stats-text h4 { font-size: 1.4rem; }
    .home-stats-wrapper .home-stats-text p { font-size: 1rem; }
    .home-stats-wrapper .home-stats-text span { font-size: 1.1rem; }
}

@media (max-width: 380px) {
    
    .home-stats-wrapper {
        gap: 12px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
    .home-stats-wrapper .flex-child {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding: 18px 12px;
    }
    .home-stats-wrapper .stats-icon {
        width: 90px !important;
        height: 90px;
        min-width: 90px;
        min-height: 90px;
        max-width: 90px !important;
        margin: 0 auto 12px auto;
    }
    .home-stats-wrapper .stats-icon img {
        max-width: 45px;
        max-height: 45px;
    }
    .home-stats-wrapper .home-stats-text h4 { font-size: 1.2rem; }
    .home-stats-wrapper .home-stats-text p { font-size: 0.9rem; }
    .home-stats-wrapper .home-stats-text span { font-size: 1rem; }
}

/* Counter Section - Luxury Hotel Management Theme */
.ultra-glossy-bg {
    position: relative;
    background: var(--theme-blue);
    overflow: hidden;
    padding: 80px 0;
}

/* Decorative elements */
.ultra-glossy-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23c9a227' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 0;
}

/* Golden shine effect */
.ultra-glossy-bg::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background:
        radial-gradient(circle at top left, rgba(201,162,39,0.3) 0%, transparent 50%),
        radial-gradient(circle at bottom right, rgba(114,47,55,0.3) 0%, transparent 50%),
        linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 60%); */
    z-index: 0;
    pointer-events: none;
}

.stats-icon img {
    margin: 0 auto;
    max-width: 50%;
    filter: brightness(0) invert(1);
}

img {
    max-width: 100%;
}

.wrapper-1200 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.stats-icon {
    background: rgba(201,162,39,0.15);
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    margin: 10px auto;
    max-width: 140px;
    border: 2px solid rgba(201,162,39,0.3);
    transition: all 0.4s ease;
}

.stats-icon:hover {
    background: rgba(142,142,110,0.25);
    transform: scale(1.1);
    border-color: var(--gold);
}

.flex-box, .mob-flex-box, .flex-box-720 {
    display: flex;
    
    flex-wrap: wrap;
}

/* Enhanced stat boxes */
.home-stats-wrapper .flex-child {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201,162,39,0.2);
    border-radius: var(--radius-lg);
    padding: 30px 20px;
    transition: all 0.4s ease;
}

.home-stats-wrapper .flex-child:hover {
    background: rgba(201,162,39,0.1);
    border-color: var(--gold);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Ensure content is above overlays */
.ultra-glossy-bg > .container {
  position: relative;
  z-index: 1;
}

/* Counter section title */
.section-counter-title {
    /*font-family: 'Sora', serif;*/
    /*color: var(--gold) !important;*/
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.ultra-glossy-bg p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 18px;
    font-weight: 400;
}

/* Counter Section - White Background with Dark Text */
.counter-section {
    position: relative;
    padding: 80px 0;
    /* border-top: 5px solid var(--border);
    border-bottom: 5px solid var(--border); */
    background: var(--page-bg);
    overflow: hidden;
}

.counter-bg {
    background: linear-gradient(135deg, var(--page-bg) 0%, var(--light-bg) 100%);
    border: 1px solid var(--primary-dark);
    position: relative;
    padding: 60px 0;
}

.counter-bg .container {
    position: relative;
    z-index: 1;
}

.counter-title {
    /*font-family: 'Sora', serif;*/
    font-size: 38px;
    font-weight: 700;
    color: var(--primary-dark);
    text-align: center;
    margin-bottom: 10px;
}

.counter-subtitle {
    font-size: 1.2em;
    font-weight: 500;
    color: var(--muted);
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    max-width: 2000px;
    margin: 0 auto;
}

.stat-card {
    background: var(--light-bg);
    border: 1px solid var(--primary-dark);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(13, 148, 136, 0.08);
}

.stat-card:hover {
    /* background: var(--surface-soft);
    border-color: var(--primary-light); */
    /* transform: translateY(-8px); */
    box-shadow: 0 8px 25px rgba(16, 22, 22, 0.637);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
}

.stat-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.stat-content {
    text-align: center;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0;
    line-height: 1.2;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    display: block;
    margin: 5px 0;
}

.stat-desc {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 8px 0 0 0;
    line-height: 1.4;
}

/* Tablet */
@media (max-width: 1100px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-desc {
        font-size: 0.75rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .counter-section {
        padding: 50px 0;
    }
    
    .counter-bg {
        padding: 40px 0;
    }
    
    .counter-title {
        font-size: 28px;
    }
    
    .counter-subtitle {
        font-size: 1em;
        margin-bottom: 35px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .stat-card {
        padding: 20px 12px;
    }
    
    .stat-icon {
        width: 55px;
        height: 55px;
    }
    
    .stat-icon img {
        width: 26px;
        height: 26px;
    }
    
    .stat-number {
        font-size: 1.4rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .stat-desc {
        font-size: 0.7rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .stat-icon img {
        width: 24px;
        height: 24px;
    }
}

/* end counter */  


/* Placements - Luxury Hotel Management Theme */
.placements {
    background: var(--green);
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    /* margin-bottom: 30px; */
}

.placements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-gold);
}

.placements .tech-partner-header h2 {
    color: var(--white);
    /*font-family: 'Sora', serif !important;*/
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.placements .tech-partner-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 40px;
}

.placements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-gold);
}

.placements img {
    transition: all 0.4s ease;
    padding: 15px;
    filter: grayscale(0%);
    opacity: 1;
}

.placements img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Marquee enhanced */
.marquee-content {
    display: flex;
    gap: 30px;
    animation: scroll-left 9s  linear infinite;
    padding: 20px 0;
}

.marquee-right {
    animation: scroll-right 7s linear infinite;
}

.marquee-content img.company-logo {
    height: 80px;
    width: 160px;
    object-fit: contain;
    flex-shrink: 0;
    transition: all 0.4s ease;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(0%);
    opacity: 1;
}

.marquee-content img.company-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Responsive Placements Section */
@media (max-width: 991px) {
    .placements {
        padding: 50px 0;
    }
    
    .placements .tech-partner-header h2 {
        font-size: 28px;
    }
    
    .marquee-content {
        gap: 20px;
    }
    
    .marquee-content img.company-logo {
        height: 70px;
        width: 140px;
    }
}

@media (max-width: 767px) {
    .placements .tech-partner-header h2 {
        font-size: 24px;
    }
    
    .placements .tech-partner-header p {
        font-size: 14px;
    }
    
    .marquee-content {
        gap: 15px;
    }
    
    .marquee-content img.company-logo {
        height: 60px;
        width: 120px;
        padding: 10px 15px;
    }
}

@media (max-width: 576px) {
    .placements {
        padding: 40px 0;
    }
    
    .marquee-content {
        gap: 10px;
        animation-duration: 90s;
    }
    
    .marquee-right {
        animation-duration: 65s;
    }
    
    .marquee-content img.company-logo {
        height: 55px;
        width: 110px;
        padding: 8px 12px;
    }
}
/* ================= HERO SECTION LAYOUT ================= */
.hero.section {
  padding: 80px 0;
  position: relative;
}

.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* ================= LEFT CONTENT ================= */
.hero-copy {
  flex: 1;
  min-width: 300px;
}

.hero-copy h1 {
  /*font-size: 42px !important;*/
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-copy p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ================= RIGHT FORM PANEL ================= */
.hero-panel {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
}

/* ================= FORM CARD ================= */
.hero-card {
  width: 100%;
  /*max-width: 420px;*/
  /*background: rgba(255, 255, 255, 0.15);*/
  backdrop-filter: blur(12px);
  /*border: 2px solid var(--muted);*/
  border-radius: 16px;
  /*padding: 20px;*/
  box-shadow: 0 10px 40px var(--muted);

  /* VERY IMPORTANT FIX */
  overflow: hidden !important;
}

/* Heading */
.hero-card h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align:center;
}

/* ================= WIDGET FIX ================= */
.npf_wgts {
  width: 100% !important;
  /*min-height: 500px !important;*/
  display: block !important;
  position: relative;
  z-index: 1;
}

/* iframe inside widget */
.npf_wgts iframe {
  width: 100% !important;
  /*min-height: 500px !important;*/
  border: none;
  display: block;
}

/* ================= REMOVE CONFLICTS ================= */
.hero-stat {
  width: 100%;
  overflow: hidden !important;
}
@media (max-width: 1400px) {
    
    
    .npf_wgts {
  top: 5%  !important;
  width: 100% !important;
  /*min-height: 40px !important;*/
  display: block !important;
  position: relative;
  z-index: 1;
}

/* iframe inside widget */
/*.npf_wgts iframe {*/
/*  width: 100% !important;*/
/*  min-height: 500px !important; */
/*  border: none;*/
/*  display: block;*/
/*}*/

    
}

/* ================= RESPONSIVE ================= */
@media (max-width: 999px) {
  .hero-grid {
    flex-direction: column;
  }

  .hero-card {
    max-width: 100%;
  }

  .npf_wgts {
    min-height: 550px !important;
  }

  /*.npf_wgts iframe {*/
  /*  min-height: 550px !important;*/
  /*}*/
}

@media (max-width: 576px) {
   .hero-copy h1 {
     font-size: 28px;
   }
   /* Heading */
.hero-card h2 {
  font-size: 22px;
  
  
}
   .hero-card {
     padding: 15px;
   }
   
   .npf_wgts {
     height:100% !important;
    
   }
   
   /*.npf_wgts iframe {*/
   /*  min-height: 600px !important;*/
   /*}*/
 }

/* WhatsApp Button Styles */
.whatsapp-btn {
   animation: zoomPulse 2s infinite !important;
   position: fixed !important;
   bottom: 30px !important;
   right: 30px !important;
   width: 60px !important;
   height: 60px !important;
   box-shadow: 0 26px 20px rgba(48, 107, 87, 0.897);
   background: #25D366 !important;
   border: 2px solid #217070 !important;
   color: #1a2222 !important;
   /* color: white !important; */
   border-radius: 50% !important;
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
   font-size: 24px !important;
   z-index: 9999 !important;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
   transition: all 0.3s ease !important;
   text-decoration: none !important;
}

.whatsapp-btn:hover {
   background: #1a745a !important;
     color: #fff !important;
   border: 2px solid #1e3131 !important;
   /* transform: translateY(-13px); */
   box-shadow: 0 6px 20px rgba(69, 116, 105, 0.87);
}

.whatsapp-icon {
   animation: zoomPulse 5s infinite !important;
   font-weight: 900 !important;
   display: inline-block !important;
   width: 1em !important;
   height: 1em !important;
   vertical-align: -0.125em !important;
   /* color: #1a2222 !important; */
   font-size: 28px !important;
   line-height: 1 !important;
   opacity: 1 !important;
   visibility: visible !important;
}

@keyframes zoomPulse {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.1);
   }
   100% {
      transform: scale(1);
   }
}

/* Student Projects Section Styles */
.projects-section {
   padding: 50px 0;
   position: relative;
   background: var(--page-bg);
   overflow: hidden;
}

.projects-section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 5px;
   background: var(--gradient-gold);
}

.projects-section .section-header.text-center {
   margin-bottom: 50px;
}

.projects-section .section-header .section-title {
   font-size: 40px;
   color: var(--green);
   font-weight: 700;
   margin-bottom: 15px;
   line-height: 1.2;
   letter-spacing: -0.5px;
   position: relative;
   display: inline-block;
}

.projects-section .section-header .section-title::after {
   content: '';
   display: block;
   width: 60px;
   height: 3px;
   background: var(--primary-dark);
   margin: 12px auto 0;
   border-radius: 2px;
}

.projects-section .section-header .section-subtitle {
   /* color: var(--muted); */
   font-size: 17px;
   max-width: 600px;
   margin: 0 auto;
   line-height: 1.6;
   font-weight: 400;
}

.projects-section .projects-content {
   display: grid;
   gap: 24px;
   margin-top: 30px;
}

.projects-section .project-item {
   background: var(--surface);
   border-radius: 16px;
   padding: 24px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.301);
   transition: all 0.3s ease;
   border-left: 4px solid var(--green);
    /* border-right: 4px solid var(--green); */
}

.projects-section .project-item:hover {
   /* transform: translateY(-5px); */
   /* box-shadow: 0 8px 10px rgba(79, 80, 80, 0.733); */
   border-left-color: var(--primary-dark);
}

.projects-section .project-title {
   font-size: 1.25rem;
   font-weight: 600;
   color: var(--text);
   margin: 0;
   line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 991px) {
   .projects-section {
      padding: 60px 0;
   }
   
   .projects-section .section-header .section-title {
      font-size: 32px;
   }
   
   .projects-section .section-header .section-subtitle {
      font-size: 16px;
   }
   
   .projects-section .projects-content {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 767px) {
   .projects-section .section-header .section-title {
      font-size: 24px;
      margin-bottom: 10px;
   }
   
   .projects-section .section-header .section-subtitle {
      font-size: 13px;
   }
   
   .projects-section .project-item {
      padding: 20px;
   }
   
   .projects-section .project-title {
      font-size: 0.8rem;
   }
}


/* ================= HERO SECTION ================= */

.hero-banner-with-form {
    position: relative;
    width: 100%;
    margin-top: 70px;
}

.hero-banner {
    position: relative;
    width: 100%;
}

.hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #73bcec;
    opacity: 0.1;
    z-index: 1;
}

.hero-banner__img {
     width: 100%;
     height: auto;
     display: block;
     object-fit: contain;
}

/* ================= DESKTOP OVERLAY FORM ================= */

.hero-form-container {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    width: 480px;
    max-width: 95%;
    z-index: 5;
}

/* Form Card */
.hero-card {
    background : #fff !important;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.25);
  
}



/* Fix iframe */
/*.npf_wgts iframe {*/
/*    width: 100% !important;*/
    /*min-height: 490px;*/
/*    border: none;*/
/*    display: block;*/
/*}*/



.hero-card {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    border : 1px solid #0290EC;
    /*height: 470px !important;*/
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    overflow: hidden;   /* ADD THIS */
    position: relative; /*  IMPORTANT for iframe clipping */
}

/*.npf_wgts iframe {*/
/*    width: 100% !important;*/
/*    min-height: 550px !important;*/
/*    height:100% !important;*/
/*    border: none;*/
/*    display: block;*/
/*}*/


/* Form responsive for 1200px to 1399px */
@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-form-container {
        position: absolute;
        top: 50%;
        right: 4.5%;
        transform: translateY(-50%);
        width: 380px;
        
        max-width: 90%;
        z-index: 5;
    }
    .hero-card {
        background: #1c589b;
        padding: 20px;
        border-radius: 12px;
        overflow: hidden !important;  
        height: 440px !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    .npf_wgts iframe {
        width: 100% !important;
        min-height: 380px !important;
        height: 100% !important;
        border: none;
        display: block;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    
    .navbar, .nav-link, .toll-free {
      color: var(--white) !important;
      font-size: 0.85rem !important;
      
    }
    .ct-logo img {
    height: 35px !important;
    width: auto !important;
    object-fit: contain;
    margin-left: 0px !important;
   }
    .ct-logo img:nth-child(2),
    .ct-logo img:nth-child(3) {
      height: 30px !important;
      width: auto !important;
   }
    .hero-form-container {
        position: absolute;
        top: 60%;
        right: 4%;
        transform: translateY(-60%);
        width: 380px;
        max-width: 90%;
        z-index: 5;
    }
    .hero-card {
        background: #1c589b;
        padding: 10px;
        border-radius: 12px;
        overflow: hidden !important; 
        height:100% !important;
        min-height: 310px !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    .hero-card h2 {
     
        font-weight: 700;
        margin-bottom: 0.1rem;
        padding-bottom: 8px;
        font-size: 1.25rem !important;
    }
    
    .npf_wgts iframe {
        width: 100% !important;
        min-height: 300px !important;
        height:100% !important;
        border: none;
        display: block;
    }
   
}


@media (min-width: 1400px) and (max-width: 1599px) {
    .hero-form-container {
        position: absolute;
        /*top: 45%;*/
        right: 6%;
        transform: translateY(-50%);
        width: 410px;
        max-width: 90%;
        z-index: 5;
    }
    .hero-card {
        background: #1c589b;
        padding: 20px;
        border-radius: 12px;
        overflow: hidden !important;
        height: 550px !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    
}
/* Hide desktop form, show mobile form */
@media (max-width: 999px) {

    .hero-form-container {
        display: none !important;
    }

    .mobile-form-section {
        display: block!important;
    }

    .hero-banner-with-form {
        margin-top: 20px !important;
    }
}



/* ================= MOBILE FORM SECTION ================= */

.mobile-form-section {
    display: none;
    padding: 40px 15px 60px;
    background: #fff;
}

.mobile-form-section .hero-card {
    max-width: 520px;
    margin: auto;
}


@media (max-width: 577px) and (max-width: 999px) {
    .mobile-form-section {
        padding: 40px 12px 0px;
    }

    .hero-card {
        padding: 18px;
        border-radius: 12px;
    }
  
}

@media (min-width: 380px) and  (max-width: 576px) {
    .hero-card {
        padding: 15px;
        border-radius: 10px;
    }
    
}


/* CT Group Legacy Stats Icons - Equal Alignment Fix */
.home-stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.home-stats-wrapper .flex-child {
    flex: 0 0 calc(16.666% - 20px);
    min-width: 150px;
    max-width: calc(16.666% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 10px;
    border-radius:12px !important;
}

.home-stats-wrapper .stats-icon {
    width: 120px !important;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.home-stats-wrapper .stats-icon img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home-stats-wrapper .home-stats-text {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-stats-wrapper .home-stats-text h4 {
    margin: 0;
    line-height: 1.2;
}

.home-stats-wrapper .home-stats-text span {
    margin: 5px 0;
    line-height: 1.2;
}

.home-stats-wrapper .home-stats-text p {
    margin: 8px 0 0 0;
    line-height: 1.3;
    font-size: 0.9rem;
}

/* CT Group Legacy: show 3 boxes per row on medium/small screens */
@media (max-width: 1101px) {
	.home-stats-wrapper {
		justify-content: center;
		gap: 15px;
	}
	.home-stats-wrapper .flex-child {
		flex: 0 0 calc(33.333% - 15px) !important;
		max-width: calc(33.333% - 15px) !important;
		box-sizing: border-box;
		padding: 20px 15px;
	}
	.home-stats-wrapper .stats-icon {
		width: 80px !important;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
		max-width: 80px !important;
	}
	.home-stats-wrapper .stats-icon img {
		max-width: 40px;
		max-height: 40px;
	}
}

@media (max-width: 757px) {
	.home-stats-wrapper {
		gap: 12px;
	}
	.home-stats-wrapper .flex-child {
		flex: 0 0 calc(50% - 12px) !important;
		max-width: calc(50% - 12px) !important;
		padding: 20px 10px;
	}
	.home-stats-wrapper .stats-icon {
		width: 70px !important;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
		max-width: 70px !important;
	}
	.home-stats-wrapper .stats-icon img {
		max-width: 35px;
		max-height: 35px;
	}
	.home-stats-wrapper .home-stats-text h4 { 
		font-size: 1.4rem; 
	}
	.home-stats-wrapper .home-stats-text span { 
		font-size: 0.9rem; 
	}
	.home-stats-wrapper .home-stats-text p { 
		font-size: 0.85rem; 
	}
}

@media (max-width: 500px) {
    .home-stats-wrapper {
        gap: 15px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        padding: 0 10px;
    }
    .home-stats-wrapper .flex-child {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px 15px;
    }
    .home-stats-wrapper .stats-icon {
		width: 90px !important;
		height: 90px;
		min-width: 90px;
		min-height: 90px;
		max-width: 90px !important;
	}
	.home-stats-wrapper .stats-icon img {
		max-width: 45px;
		max-height: 45px;
	}
    .home-stats-wrapper .home-stats-text h4 { 
		font-size: 1.6rem; 
	}
	.home-stats-wrapper .home-stats-text span { 
		font-size: 1rem; 
	}
	.home-stats-wrapper .home-stats-text p { 
		font-size: 0.95rem; 
	}
}

@media (max-width: 500px) {
    .home-stats-wrapper {
        gap: 15px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
    .home-stats-wrapper .flex-child {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding: 20px 15px;
    }
    .home-stats-wrapper .stats-icon {
        width: 100px !important;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        max-width: 100px !important;
        margin: 0 auto 15px auto;
    }
    .home-stats-wrapper .stats-icon img {
        max-width: 50px;
        max-height: 50px;
    }
    .home-stats-wrapper .home-stats-text h4 { font-size: 1.4rem; }
    .home-stats-wrapper .home-stats-text p { font-size: 1rem; }
    .home-stats-wrapper .home-stats-text span { font-size: 1.1rem; }
}

@media (max-width: 380px) {
    .home-stats-wrapper {
        gap: 12px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
    .home-stats-wrapper .flex-child {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding: 18px 12px;
    }
    .home-stats-wrapper .stats-icon {
        width: 90px !important;
        height: 90px;
        min-width: 90px;
        min-height: 90px;
        max-width: 90px !important;
        margin: 0 auto 12px auto;
    }
    .home-stats-wrapper .stats-icon img {
        max-width: 45px;
        max-height: 45px;
    }
    .home-stats-wrapper .home-stats-text h4 { font-size: 1.2rem; }
    .home-stats-wrapper .home-stats-text p { font-size: 0.9rem; }
    .home-stats-wrapper .home-stats-text span { font-size: 1rem; }
}

/* Counter Section - Hotel Management Theme */
.ultra-glossy-bg {
    position: relative;
    background: var(--theme-navy);
    overflow: hidden;
    padding: 80px 0;
}

/* Decorative elements */
.ultra-glossy-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23366682' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 0;
}

/* Golden shine effect */
.ultra-glossy-bg::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background:
        radial-gradient(circle at top left, rgba(201,162,39,0.3) 0%, transparent 50%),
        radial-gradient(circle at bottom right, rgba(114,47,55,0.3) 0%, transparent 50%),
        linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 60%); */
    z-index: 0;
    pointer-events: none;
}

.stats-icon img {
    margin: 0 auto;
    max-width: 50%;
    filter: brightness(0) invert(1);
}

img {
    max-width: 100%;
}

.wrapper-1200 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.stats-icon {
    background: rgba(54,102,130,0.15);
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    margin: 10px auto;
    max-width: 140px;
    border: 2px solid rgba(54,102,130,0.3);
    transition: all 0.4s ease;
}

.stats-icon:hover {
    background: rgba(54,102,130,0.25);
    transform: scale(1.1);
    border-color: var(--theme-teal);
}

.flex-box, .mob-flex-box, .flex-box-720 {
    display: flex;
    
    flex-wrap: wrap;
}

/* Enhanced stat boxes */
.home-stats-wrapper .flex-child {
    background: rgba(244, 245, 255, 0.05);
    border: 1px solid rgba(54,102,130,0.3);
    border-radius: var(--radius-lg);
    padding: 30px 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.home-stats-wrapper .flex-child:hover {
    background: rgba(54,102,130,0.15);
    border-color: var(--theme-teal);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(4, 5, 7, 0.3);
}

.home-stats-wrapper .flex-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 215, 0, 0.1),
        transparent
    );
    transition: all 0.5s ease;
}

.home-stats-wrapper .flex-child:hover::before {
    left: 100%;
}

.home-stats-wrapper .stats-icon {
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    background: rgba(1, 90, 71, 0.623);
    border: 2px solid rgba(0, 255, 200, 0.514);
}

.home-stats-wrapper .flex-child:hover .stats-icon {
    transform: rotate(15deg) scale(1.1);
    background: rgba(0, 255, 200, 0.2);
    border-color: rgba(0, 255, 221, 0.582);
    box-shadow: 0 0 15px rgba(0, 255, 179, 0.616);
}

.home-stats-wrapper .stats-icon img {
    transition: all 0.4s ease;
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px;
}

.home-stats-wrapper .flex-child:hover .stats-icon img {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.home-stats-wrapper .home-stats-text h4 {
    /*font-family: 'Sora', serif;*/
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.2;
    color: var(--primary-light) !important;
    text-shadow: 0 2px 4px rgb(24, 24, 23);
    transition: all 0.3s ease;
}

.home-stats-wrapper .flex-child:hover .home-stats-text h4 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.3), 0 0 10px rgba(255,215,0,0.5);
    transform: translateY(-2px);
}

.home-stats-wrapper .home-stats-text span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 5px 0;
    font-size: 1rem;
    color: rgba(255,255,255,0.8) !important;
    transition: all 0.3s ease;
}

.home-stats-wrapper .flex-child:hover .home-stats-text span {
    color: rgba(255,255,255,0.9) !important;
    letter-spacing: 0.8px;
}

.home-stats-wrapper .home-stats-text p {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 8px 0 0 0;
    transition: all 0.3s ease;
}

.home-stats-wrapper .flex-child:hover .home-stats-text p {
    color: rgba(255,255,255,0.8) !important;
}

/* Ensure content is above overlays */
.ultra-glossy-bg > .container {
  position: relative;
  z-index: 1;
}

/* Counter section title */
.section-counter-title {
    /*font-family: 'Sora', serif !important;*/
    color: var(--primary-light) !important;
    font-size: 40px;
    /* text-align: center !important; */
    margin-bottom: 15px;
    font-weight: 700;
    /*text-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 0 8px rgba(255,215,215,0.5);*/
    letter-spacing: -0.5px;
    position: relative;
    /* display: inline-block; */
    /* background: linear-gradient(45deg, #ffd700, #ffff00); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /*background-clip: text;*/
}

.ultra-glossy-bg p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 17px;
    font-weight: 400;
}

/* end counter */  



/* ================= HERO SECTION ================= */

.hero-banner-with-form {
    position: relative;
    width: 100%;
    margin-top: 70px;
}

.hero-banner {
    position: relative;
    width: 100%;
}
/* 
.hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #73bcec;
    opacity: 0.1;
    z-index: 1;
} */

.hero-banner__img {
     width: 100%;
     height: auto;
     display: block;
     object-fit: contain;
}

/* ================= DESKTOP OVERLAY FORM ================= */

.hero-form-container {
    position: absolute;
    top: 47%;
    right: 8%;
    transform: translateY(-50%);
    width: 480px;
    max-width: 95%;
    z-index: 5;
}

/* Form Card */
.hero-card {
    background : #fff !important;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.25);
  
}
.hero-card h2 {
       text-align: center !important;
    }


 /*Fix iframe */
/*.npf_wgts iframe {*/
/*    width: 100% !important;*/
/*    min-height: 590px !important;*/
/*    border: none;*/
/*    display: block;*/
/*}*/



.hero-card {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    border : 1px solid #0290EC;
    /*height: 470px !important;*/
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    overflow: hidden;   /* ADD THIS */
    position: relative; /*  IMPORTANT for iframe clipping */
}

.npf_wgts iframe {
    width: 100% !important;
    min-height: 580px !important;
    height:100% !important;
    border: none;
    display: block;
}


/* Form responsive for 1200px to 1399px */
@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-form-container {
        position: absolute;
        top: 50%;
        right: 4.5%;
        transform: translateY(-50%);
        width: 380px;
        
        max-width: 90%;
        z-index: 5;
    }
    .hero-card {
        background: #1c589b;
        padding: 20px;
        border-radius: 12px;
        overflow: hidden !important;  
        height: 440px !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    .npf_wgts iframe {
        width: 100% !important;
        min-height: 350px !important;
        height: 100% !important;
        border: none;
        display: block;
    }
    
    .hero-card h2 {
        font-weight: 700;
        margin-bottom: 0.1rem;
        padding-bottom: 8px;
        font-size: 1.10rem !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    
    .navbar, .nav-link, .toll-free {
      color: var(--white) !important;
      font-size: 0.85rem !important;
      
    }
    .ct-logo img {
    height: 35px !important;
    width: auto !important;
    object-fit: contain;
    margin-left: 0px !important;
   }
    .ct-logo img:nth-child(2),
    .ct-logo img:nth-child(3) {
      height: 30px !important;
      width: auto !important;
   }
    .hero-form-container {
        position: absolute;
        top: 60%;
        right: 4%;
        transform: translateY(-60%);
        width: 380px;
        max-width: 90%;
        z-index: 5;
    }
    .hero-card {
        background: #1c589b;
        padding: 10px;
        border-radius: 12px;
        overflow: hidden !important; 
        height:100% !important;
        min-height: 310px !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    .hero-card h2 {
        font-weight: 700;
        margin-bottom: 0.1rem;
        padding-bottom: 8px;
        font-size: 1.05rem !important;
    }
    
    .npf_wgts iframe {
        width: 100% !important;
        min-height: 300px !important;
        height:100% !important;
        border: none;
        display: block;
    }
   
}


@media (min-width: 1400px) and (max-width: 1599px) {
    .hero-form-container {
        position: absolute;
        /*top: 45%;*/
        right: 6%;
        transform: translateY(-50%);
        width: 410px;
        max-width: 90%;
        z-index: 5;
    }
    .hero-card {
        background: #1c589b;
        padding: 20px;
        border-radius: 12px;
        overflow: hidden !important;
        height: 550px !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    
    .npf_wgts iframe {
        width: 100% !important;
        min-height: 480px !important;
        height:100% !important;
        border: none;
        display: block;
    }
    
}
/* Hide desktop form, show mobile form */
@media (max-width: 999px) {

    .hero-form-container {
        display: none !important;
    }

    .mobile-form-section {
        display: block!important;
    }

    .hero-banner-with-form {
        margin-top: 20px !important;
    }
}



/* ================= MOBILE FORM SECTION ================= */

.mobile-form-section {
    display: none;
    padding: 40px 15px 60px;
    background: #fff;
}

.mobile-form-section .hero-card {
    max-width: 520px;
    margin: auto;
}


@media (max-width: 577px) and (max-width: 999px) {
    .mobile-form-section {
        padding: 40px 12px 0px;
    }

    .hero-card {
        padding: 18px;
        border-radius: 12px;
    }
    .npf_wgts iframe {
        width: 100% !important;
        min-height: 620px !important;
        height:100% !important;
        border: none;
        display: block;
    }
   
  
}

@media (min-width: 380px) and  (max-width: 576px) {
    .hero-card {
        padding: 15px;
        border-radius: 10px;
    }
    
}

/* testimonial section */

/* Custom Testimonial Slider Styles */
.testimonial-section-3 {position: relative; background: var(--page-bg); padding: 40px 0 60px;}
.slider-container {overflow: hidden; width: 100%;}
.slider {display: flex; gap: 14px; transition: transform 0.4s ease; will-change: transform;}
.slider-card {flex: 0 0 calc(33.333% - 9px); background: #fff; border: px solid var(--muted); border-radius: 14px; padding: 20px; box-shadow: 0 4px 15px rgba(21, 29, 27, 0.712);}
.slider-card-inner img {width: 100%; height: auto; display: block; border-radius: 10px;}
.progress-indicators {margin-top: 18px; display: flex; justify-content: center; gap: 8px;}
.progress-indicator {width: 10px; height: 10px; border-radius: 50%; background: #d7d7d7; transition: background-color 0.35s ease, transform 0.3s ease;}
.progress-indicator.active {background: var(--green); transform: scale(1.1);}
@media (max-width: 1024px) { .slider-card {flex: 0 0 calc(50% - 8px);}}
@media (max-width: 767px) { .slider-card {flex: 0 0 100%;}}