@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('fonts/NeueHaasGroteskDisplayPro.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('fonts/NeueHaasGroteskDisplayPro.woff2') format('woff2'),
       url('fonts/NeueHaasGroteskDisplayPro.woff') format('woff'),
       url('fonts/NeueHaasGroteskDisplayPro.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }


    body {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      background: #ecebeb;
      color: #12232d;
      overflow-x: hidden;
      
       
    }
    h1, h2 ,h3 ,h4{
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;

}

    a {
      text-decoration: none;
      color: inherit;
      display: inline-block;
      transition: transform 0.4s ease, color 0.3s ease;
    }

    .nav-links a:hover {
      color: #cd292a;
      transform: translateX(5px);
    }

    header {
      position: sticky;
      top: 0;
      z-index: 999;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 5%;
      background-color: #12232d;
      color: #ffffff;
      flex-wrap: wrap;
    }

    .logo {
      font-size: 1.8rem;
      font-weight: bold;
    }
    .logo img{width: 260px;}

    .logo span {
      color: #cd292a;
    }

      .logo-2 img{width: 40px;display: none;}


    .nav-links {
      display: flex;
      list-style: none;
      gap: 2rem;
      align-items: center;
    }

    .nav-links a {
      font-weight: 400;
      font-size: 1.2rem;
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      margin-left: auto;
    }

    .menu-toggle span {
      height: 3px;
      width: 25px;
      background: white;
      margin: 4px 0;
      border-radius: 2px;
    }

    .buttons {
  display: flex;
  gap: 0.8rem;
}

#forBusinessBtn{padding: 10px 20px;}

.btn-outline,
.btn-solid {
  display: inline-block; 
  text-decoration: none; 
  padding: 0.5rem 1.1rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-outline {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #5b5b5b;
}

.btn-outline:hover {
  background: #ffffff;
  color: #000000;
}

.btn-solid {
  background: #cd292a;
  border: none;
  color: #ffffff;
}

.btn-solid:hover {
  background: #e63a2d;
}

    .hero {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 15% 12%;
      background: url('assests/final.jpg') no-repeat center/cover;
      

    }


    .hero-text, .hero-img {
      flex: 1 1 45%;
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.8s ease;
      
    }

    .hero-text.visible, .hero-img.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .hero-text h1 {
      font-size: 3rem;
      font-weight: normal;
      line-height: 1.3;
      color: #12232d;
    }

    .hero-text h1 span {
      color: #cd292a;
    }

    .hero-text p {
      font-size: 1.3rem;
      margin: 1.5rem 0 3rem;
      color: #5b5b5b;
    }

    .hero-img {
      position: relative;
      perspective: 1200px;
      
    }

    .hero-img img {
      width: 65%;
      margin-left: 200px;
      
      border-radius: 12px;
      /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      transform-style: preserve-3d; */
      will-change: transform;
    }

    .hero-img img:hover {
      filter: brightness(1.05);
    }

    .hero-img.visible img {
      animation: floatIn 1s ease forwards;
    }

    @keyframes floatIn {
      0% {
        opacity: 0;
        transform: translateX(100px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }



.nav-links a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #CD292A;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}


    /* Responsive Adjustments */

/* Tablets & smaller desktops */
@media (max-width: 1024px) {
  .hero {
    padding: 5%;
  }
  .hero-text h1 {
    font-size: 3rem;
  }
  .hero-img img {
    width: 70%;
    margin-left: 100px;
  }
}

/* Medium devices (820px, 912px, etc.) */
@media (max-width: 912px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .hero-text, .hero-img {
    flex: 1 1 100%;
  }
  .hero-text h1 {
    font-size: 2.7rem;
  }
  .hero-text p {
    font-size: 1.1rem;
  }
  .hero-img img {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .hero {
    background-position:  bottom;
    padding: 60px 20px;
  }
}
/* Small devices (414px, 390px, 375px, etc.) */
@media (max-width: 540px) {
  .hero {
    padding: 180px 20px;
    background-position: left;
  }
  .hero-text h1 {
    font-size: 2.2rem;
  }
  .hero-text p {
    font-size: 1rem;
    margin: 1rem 0 2rem;
  }
  .hero-img img {
    width: 90%;
    margin: 15px auto 0;
  }
}

/* Extra small devices (344px, 360px) */
@media (max-width: 360px) {
  .hero-text h1 {
    font-size: 1.9rem;
  }
  .hero-text p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .top-header {
    flex-direction: row;
    flex-wrap: wrap; /* allow wrapping if needed */
    justify-content: space-between;
    align-items: center;
  }
  .top-header .contact-right{margin-left: -800px;}
  .top-header .contact-left{margin-right: -800px;}
  .top-header .contact-left,
  .top-header .contact-right {
     width: auto;               /* no full width */
    display: flex;
    flex-wrap: wrap;
   
  
  }
}


    @media (max-width: 768px) {
      .menu-toggle {
        display: flex;
      }
      .logo{display: none;}
      .logo-2 img{display: block;}
      

      .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #12232d;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 1rem;
        z-index: 10;
      }

      .nav-links.show {
        display: flex;
      }

      .nav-links li {
        margin-bottom: 1rem;
      }

      .navbar {
        flex-direction: row;
        align-items: center;
      }

      .buttons {
        flex-direction: column;
        margin-top: 1rem;
        width: 100%;
      }

      .buttons button {
        width: 100%;
      }

      .hero {
        flex-direction: column;
        text-align: center;
      }

      .hero-text, .hero-img {
        transform: none !important;
        opacity: 1 !important;
      }

      .top-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.7rem 5%;
      }
      .top-header .contact-left,
      .top-header .contact-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        
      }

      .top-header .contact-right {
        justify-content: flex-end;
       
        width: 150px;
        margin-right: -190px;
        margin-top: -50px;
      }

      .top-header .contact-left span {
        margin-bottom: 0.3rem;
      }
      .top-header .contact-left{justify-content: flex-start;width: 170px;margin-left: -180px;}

    }

    .top-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #cd292a;
      color: #ffffff;
      font-size: 0.9rem;
      padding: 0.5rem 5%;
      flex-wrap: wrap;
    }

    .top-header .contact-info span {
      margin-right: 1.5rem;
    }

    .top-header a {
      color: #ffffff;
      font-weight: 500;
    }

    .top-header a:hover {
      text-decoration: underline;
    }

    .top-header .contact-left span {
      margin-right: 1.5rem;
    }

    .top-header .contact-right a {
      margin-left: 1rem;
      font-size: 1rem;
      color: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 50%;
      padding: 0.3rem 0.5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      text-align: center;
    }

    .top-header .contact-right a:hover {
      opacity: 0.8;
    }









    /* coming soon */
/* Coming Soon Overlay */
.coming-soon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 35, 45, 0.85);
  display: flex;
  align-items: center;  /* vertical center */
  justify-content: center;  /* horizontal center */
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.coming-soon-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.coming-soon-modal {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  max-width: 350px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


/* Content Box */
.coming-soon-content {
  background: #fff;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  animation: slideUp 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Title */
.coming-soon-content h2 {
  margin-bottom: 0.5rem;
  color: #12232d;
  font-size: 1.8rem;
}

/* Text */
.coming-soon-content p {
  color: #555;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* Button */
.coming-soon-content button {
  background: #CD292A;
  color: white;
  border: none;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.coming-soon-content button:hover {
  background: #a92020;
}

/* Show Modal */
.coming-soon-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Animation */
@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}



/* Responsive tweaks for small devices */
/* Mobile: up to 480px */

@media (max-width: 480px) {
  .coming-soon-content {
    padding: 1rem; /* compact spacing */
    border-radius: 8px;
    padding: 1rem;
    width: 320px;
    
  }

  .coming-soon-content h2 {
    font-size: 1.3rem; 
  }

  .coming-soon-content p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .coming-soon-content button {
    width: 100%;
    font-size: 0.95rem;
    padding: 0.6rem;
  }
}











    /* pricing section */
        h2 {
      text-align: center;
  font-size: clamp(2rem, 5vw, 3rem);
      color: #070707;
      margin-bottom: 10px;
      margin-top: 80px;
      font-weight: normal;

    }
    h2 span{
      color: #cd292a;
    }

    p.subheading {
      text-align: center;
      font-size: clamp(1rem, 2.5vw, 1.3rem);
      color: #666;
      margin-bottom: 40px;
    }

    .pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 40px;
  max-width: 1400px;
  margin: auto;
}

/* Base card glow (always visible) */
.pricing-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px;
  border: 1px solid rgba(205, 41, 42, 0.2);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transform: translateX(-60px);
  opacity: 0;
  width: 100%;
  max-width: 340px;
  flex: 1 1 300px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  /* Soft ambient glow */
  box-shadow:
    0 0 15px rgba(205, 41, 42, 0.15),
    0 0 40px rgba(205, 41, 42, 0.1);
  
  animation: glowBreath 4s ease-in-out infinite;
}

/* Hover: elevate & brighten */
.pricing-card:hover {
  transform: scale(1.04);
  border-color: rgba(205, 41, 42, 0.4);
  box-shadow:
    0 0 25px rgba(205, 41, 42, 0.25),
    0 0 60px rgba(205, 41, 42, 0.15);
}

/* Gentle breathing glow animation */
@keyframes glowBreath {
  0% {
    box-shadow:
      0 0 15px rgba(205, 41, 42, 0.15),
      0 0 40px rgba(205, 41, 42, 0.1);
  }
  50% {
    box-shadow:
      0 0 25px rgba(205, 41, 42, 0.25),
      0 0 50px rgba(205, 41, 42, 0.15);
  }
  100% {
    box-shadow:
      0 0 15px rgba(205, 41, 42, 0.15),
      0 0 40px rgba(205, 41, 42, 0.1);
  }
}



    .pricing-card.show {
      transform: translateX(0);
      opacity: 1;
    }

    .pricing-card:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .pricing-card.popular {
      border-color: #cd292a;
      position: relative;
    }

    .pricing-card.popular::before {
      content: 'Most Popular';
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: #cd292a;
      color: white;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: normal;
    }

    .icon {
  width: 64px;
  height: 64px;
  background: rgba(252, 233, 233, 0.3); /* light tint with transparency */
  backdrop-filter: blur(8px); /* adds the blur effect */
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cd292a;
  margin-bottom: 15px;
  padding: 10px;
  transition: transform 0.3s ease;
}

.pricing-card:hover .icon {
  transform: scale(1.1);
}


    h3 {
      font-size: clamp(1.2rem, 2.5vw, 1.5rem);
      font-weight: normal;
      margin-bottom: 10px;
    }

    .price {
      font-size: clamp(1.5rem, 3vw, 2rem);
      color: #cd292a;
      font-weight: normal;
      margin: 10px 0;
    }

    .label {
      display: inline-block;
      padding: 6px 14px;
      border: 2px solid #cd292a;
      border-radius: 30px;
      font-size: 0.8rem;
      color: #cd292a;
      margin-bottom: 15px;
      width: 100%; /* ✅ fluid */
      max-width: 319px;
      text-align: left;
      margin: 20px 0;
    }

    .duration {
      color: #666;
      font-size: 0.9rem;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .features {
      list-style: none;
      text-align: left;
      padding: 0;
      margin-bottom: 20px;
    }

    .features li {
      padding-left: 30px;
      margin: 10px 0;
      position: relative;
      color: #333;
      line-height: 1.5rem;
      font-size: small;
    }

    .features li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      background-image: url('https://unpkg.com/feather-icons/dist/icons/check-circle.svg');
      background-repeat: no-repeat;
      background-size: contain;
      filter: invert(22%) sepia(87%) saturate(590%) hue-rotate(344deg) brightness(93%) contrast(94%);
    }
    .features-p{
      color: #333;
      font-size: 0.8rem;
      line-height: 20px;
      margin-bottom: 20px;
    }

    .enroll-btn {
  display: inline-block;
  background: #cd292a;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 0.95rem;
  transition: background 0.3s ease;
}

.enroll-btn:hover {
  background: #a21f21;
}

/* Medium screens */
@media (max-width: 1024px) {
  .pricing-container {
    gap: 25px;
  }
  .pricing-card {
    max-width: 320px;
    min-height: 520px;
  }
}

/* Tablet screens */
@media (max-width: 820px) {
  .pricing-card {
    max-width: 100%;
    min-height: auto;
    padding: 25px 18px;
  }
}

/* Mobile screens */
@media (max-width: 540px) {
  .pricing-container {
    gap: 20px;
    padding: 20px;
  }
  .pricing-card {
    padding: 20px 15px;
  }
  .pricing-card h3 {
    font-size: 1.2rem;
  }
  .price {
    font-size: 1.5rem;
  }
  .label, .duration, .features li {
    font-size: 0.85rem;
  }
  h2{padding: 4px;}
}

/* Extra small devices */
@media (max-width: 375px) {
  .pricing-card {
    padding: 18px 12px;
  }
  .price {
    font-size: 1.4rem;
  }
}
    @media (max-width: 500px) {
      h2 {
        font-size: 2rem;
      }

      .price {
        font-size: 1.6rem;
      }
    }
    /* 📱 Small devices */
@media (max-width: 480px) {
  .pricing-container {
    gap: 20px;
  }
  .pricing-card {
    padding: 20px 15px;
  }
  .label, .enroll-btn {
    max-width: 100%;
  }
}

/* 📱 Very small devices */
@media (max-width: 360px) {
  h2 {
    font-size: 1.8rem;
  }
  .price {
    font-size: 1.4rem;
  }
  .features li {
    font-size: 0.85rem;
  }
}

/* 💻 Medium screens (tablet) */
@media (max-width: 820px) {
  h2 {
    font-size: 2.5rem;
  }
  .pricing-container{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

}

/* 💻 Larger tablets / small desktops */
@media (max-width: 1024px) {
  .pricing-container {
    max-width: 90%;
    
  }

}

   /* Why Choose Us */
#why-us-section {
  margin: 8% 0 auto;
  background: #dedede;
  padding: 5% 9%;
}

.why-title {
  text-align: center;
  margin-bottom: 70px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #070707;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 40px auto;
  padding: 0 15px;
  justify-items: center;
}

.why-card {
  background: white;
  padding: 30px 25px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(50px);
  opacity: 0;
  transition: 0.6s ease;
  width: 100%;
  min-height: 280px;
  margin: 20px auto;
}

.why-card.reveal {
  transform: translateY(0);
  opacity: 1;
}

.why-icon {
  width: clamp(55px, 8vw, 85px);
  height: clamp(55px, 8vw, 85px);
  border-radius: 50%;
  background: #cd292a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(22px, 4vw, 42px);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}

.why-icon:hover {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 18px rgba(230, 57, 70, 0.6);
}

.why-heading {
  margin-top: clamp(55px, 10vw, 65px);
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #12232d;
}

.why-para {
  color: #333;
  line-height: 1.6;
  max-width: 270px;
  margin: 20px auto 0;
  padding: 0 5px;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
}


/* Medium screens: 2 cards per row */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small screens: 1 card per row */
@media (max-width: 768px) {
  .why-title {
    font-size: 1.5rem;
    margin-bottom: 50px;
    
  }
  .why-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
  .why-card {
    padding: 25px 20px;
    min-height: auto;
  }
  .why-heading {
    font-size: 1rem;
  }


}

/* Extra small screens */
@media (max-width: 480px) {
  .why-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .why-heading {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Place the 7th card in middle column of last row */
  .why-card:nth-child(7) {
    grid-column: 2;
  }
}

/* highlight-section */
        .highlight-section {
      background: linear-gradient(135deg, #cd292a, #d62828);
      border-radius: 25px;
      padding: 30px 30px;
      text-align: center;
      max-width: 1400px;
      margin: 50px auto;
      overflow: hidden;
    }

    .highlight-section h2 {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
      font-weight: normal;
      margin-bottom: 20px;
      color: #fff;
    }

    .highlight-section p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
      max-width: 900px;
      margin: 0 auto 40px auto;
      color: #fff;
    }

    .stats-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  gap: clamp(20px, 5vw, 40px);
    }

    .stat-box {
      flex: 1 1 200px;
      min-width: 200px;
      max-width: 250px;
      transition: all 0.8s ease;
      opacity: 0;
      transform: translateX(-50px);
        padding: 15px;

    }

    .stat-box.active {
      opacity: 1;
      transform: translateX(0);
    }

    .stat-box h3 {
  font-size: clamp(1.4rem, 4vw, 2rem);
      font-weight: normal;
      margin-bottom: 10px;
      color: #fff;
    }

    .stat-box p {
  font-size: clamp(0.85rem, 2vw, 1rem);
      color: #fff;
    }


  @media (max-width: 768px) {
      .highlight-section h2 {
        font-size: 1.4rem;
       
      }
    }

    @media (max-width: 600px) {
      .highlight-section h2 {
        font-size: 1.4rem;
      }

      .highlight-section p {
        font-size: 1rem;
      }

      .stat-box h3 {
        font-size: 1.6rem;
      }
    }
    @media (max-width: 480px) {
  .why-card {
    min-height: auto;
    padding: 15px;
  }
  
  .why-para {
    max-width: 100%;
  }
}


    /* contact */

   .contact-section {
      display: flex;
      flex-direction: column;
      padding: 5% 6%;
      background-color: #12232d;
    }

    .contact-section h1.section-heading {
      text-align: center;
      font-size: 3rem;
      margin-bottom: 40px;
      color: #cd292a;
      font-weight: normal;
    }
    .section-pgph{text-align: center;color: #fff;font-size: 1.2rem;}

    .contact-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .contact-box, .location-box {
      flex: 1 1 45%;
      margin-bottom: 40px;
    }

    .contact-box h2, .location-box h2 {
      font-size: 1.7rem;
      margin-bottom: 50px;
      font-weight: normal;
      color: #fff;
      text-align: left;
    }

    .contact-box p, .location-box p {
      margin-bottom: 20px;
      font-size: 1rem;
      color: #ccc;
    }

    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      color: #fff;
    }
     .quick-card{width: 600px;margin-top: 30px;}
    .icon-glass {
      width: 50px;
      height: 50px;
      background: rgba(255, 0, 0, 0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 0, 0, 0.2);
    }

    .icon-glass i {
      color: #cd292a;
      font-size: 30px;
    }

    .contact-item span {
      font-size: 16px;
      line-height: 25px;
    }

    .location-card {
      background: #1a323f;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 25px;
      transition: 0.3s;
    }
    

    .location-card:hover {
      transform: translateY(-5px);
    }
    .india-card:hover{
       transform: translateY(-5px);
      border-color: #29cd42;
    }
    .uae-card:hover{
       transform: translateY(-5px);
      border-color: #0c08f5;
    }

    .location-header {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .location-icon {
      width: 50px;
      height: 50px;
      background: rgba(0, 255, 0, 0.1);
      border: 1px solid rgba(0, 255, 0, 0.2);
      backdrop-filter: blur(10px);
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 15px;
    }
    .location-header strong{color: #fff; font-size: 1.4rem;font-weight: normal;}

    .location-icon i {
      color: #00c853;
      font-size: 32px;

    }
    .quick-icon{
      width: 50px;
      height: 50px;
      background: rgba(255, 0, 0, 0.1);
      border: 1px solid rgba(255, 0, 0, 0.2);
      backdrop-filter: blur(10px);
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 15px;
      
    }
    .quick-icon i{
      color: #c80000;
      font-size: 22px;
    }
    .location-label {
      background: #006400;
      padding: 2px 8px;
      font-size: 12px;
      border-radius: 5px;
      margin-left: 10px;
      color: #fff;
    }

    .location-label.blue {
      background: #1e3a8a;
    }

    .location-body {
      margin-top: 30px;
      font-size: 19px;
      color: #fff;
    }

    .get-directions-btn {
      display: inline-block;
      margin-top: 10px;
      background: #00e676;
      color: #000;
      padding: 10px 20px;
      border-radius: 10px;
      font-weight: normal;
      text-decoration: none;
      transition: 0.3s;
    }

    .get-directions-btn:hover {
      background: #00c853;
    }

    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
      }

      .contact-box, .location-box {
        flex: 1 1 100%;
      }
    }
    
    /* Base adjustments */
.quick-card {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.location-card {
  height: auto; /* Let content define height on small screens */
  min-height: 200px;
}

/* Tablet & small desktop (max-width: 1280px) */
@media (max-width: 1280px) {
  .contact-section h1.section-heading {
    font-size: 3rem;
  }
}

/* Large tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .contact-container {
    gap: 20px;
  }
  .contact-box h2, .location-box h2 {
    font-size: 1.8rem;
  }
  .contact-item span {
    font-size: 18px;
  }
}

/* Medium tablets (max-width: 912px / 853px / 820px) */
@media (max-width: 912px) {
  .contact-container {
    flex-direction: column;
  }
  .contact-box, .location-box {
    flex: 1 1 100%;
  }
  .quick-card {
    max-width: 100%;
  }
}

/* Large phones & small tablets (max-width: 768px) */
@media (max-width: 768px) {
  .contact-section {
    padding: 8% 5%;
  }
  .contact-section h1.section-heading {
    font-size: 2.5rem;
  }
  .section-pgph {
    font-size: 1rem;
  }
  .location-card {
    padding: 15px;
  }
}

/* Medium phones (max-width: 540px) */
@media (max-width: 540px) {
  .contact-section h1.section-heading {
    font-size: 2rem;
  }
  .contact-box h2, .location-box h2 {
    font-size: 1.5rem;
  }
  .contact-item span {
    font-size: 16px;
  }
  .icon-glass, .quick-icon, .location-icon {
    width: 40px;
    height: 40px;
  }
  .icon-glass i, .quick-icon i, .location-icon i {
    font-size: 22px;
  }
}

/* Small phones (max-width: 430px / 414px / 412px / 390px / 375px / 360px / 344px) */
@media (max-width: 430px) {
  .contact-section {
    padding: 10% 4%;
  }
  .contact-section h1.section-heading {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .section-pgph {
    font-size: 0.9rem;
  }
  .contact-item {
    flex-direction: row;
    align-items: flex-start;
  }
  .contact-item span {
    font-size: 14px;
  }
  .location-body {
    font-size: 16px;
  }
  .get-directions-btn {
    padding: 8px 14px;
    font-size: 0.85rem;
  }
}






    /* footer */
     footer {
      background:  #12232d;
      padding: 50px ;
     
    }
    .Footer-para{color: #eee;font-size: clamp(12px, 0.5vw, 14px); ;line-height: 18px;font-weight: 50;font-stretch: 90%;letter-spacing: 0.5px;}

    .footer-top {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 40px;
      margin-bottom: 40px;
    }
    .footer-line {
        border-top: 1px solid #626262; /* single line */
        margin: 20px 0;
      }
    .footer-logo img{
      width: 260px;
      margin-top: -12px;
      margin-left: -10px;
    }

    .footer-section p {
      font-size: 19px;
      color: #ccc;
      line-height: 1.5;
    }
    .footer-feature span{color: #ccc;margin-top: 22px;}
    .footer-feature i{margin-top: 22px;}
    .footer-section h4 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #fff;
    }
     .footer-links{margin-left: 60px;}
    .footer-links a {
      display: block;
      color: #ccc;
      font-size: 19px;
      margin-bottom: 8px;
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease;
      left: 0;
      line-height: 31px;
    }

    .footer-links a:hover {
      color: #cd292a;
      left: 5px;
    }

    .footer-contact i {
      color: #cd292a;
      margin-right: 10px;
      width: 20px;
      text-align: center;
     
    }

    .footer-contact div {
      margin-bottom: 10px;
      font-size: 19px;
      color: #ccc;
      
    }

    .footer-courses a {
      display: block;
      margin-bottom: 8px;
      font-size: 19px;
      color: #ccc;
      position: relative;
      transition: all 0.3s ease;
      left: 0;
       line-height: 31px;
    }

    .footer-courses a span {
      color: #cd292a;
    }

    .footer-courses a:hover {
      color: #cd292a;
      left: 5px;
    }

    .footer-bottom {
      
      flex-wrap: wrap;
      text-align: center;
      border-top: 1px solid #222;
      padding-top: 20px;
      font-size: 14px;
      color: #ccc;
    }

    .footer-feature {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
    }
    .footer-feature i {
      font-size: 18px;
      color: #cd292a;
    }

    @media (max-width: 768px) {
      .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }
    }
    /* ===== Responsive Tweaks ===== */

/* Tablet & small laptop */
@media (max-width: 1024px) {
  footer {
    padding: 40px 30px;
  }
}

/* Large phones & portrait tablets */
@media (max-width: 820px) {
  .footer-links {
    margin-left: 0;
  }
  .footer-section p,
  .footer-links a,
  .footer-contact div,
  .footer-courses a {
    font-size: 17px;
  }
}

/* Most mobile screens (375–430px) */
@media (max-width: 430px) {
  footer {
    padding: 30px 20px;
  }
  .footer-top {
    gap: 25px;
  }
  .footer-section h4 {
    font-size: 18px;
  }
  .footer-section p,
  .footer-links a,
  .footer-contact div,
  .footer-courses a {
    font-size: 16px;
  }
  .footer-bottom {
    font-size: 13px;
  }
  .footer-logo img {
    width: 200px;
  }
}

/* Very small devices (344–360px) */
@media (max-width: 360px) {
  .footer-section h4 {
    font-size: 16px;
  }
  .footer-section p,
  .footer-links a,
  .footer-contact div,
  .footer-courses a {
    font-size: 15px;
  }
  .footer-logo img {
    width: 180px;
  }
}



    /* who we are */

        .fxm-hero-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 60px 10%;
      background: url('https://www.transparenttextures.com/patterns/cubes.png');
      position: relative;
    }

    .fxm-visual-box {
      flex: 1;
      min-width: 300px;
      padding: 20px;
      position: relative;
    }

    .fxm-curved-frame {
      position: relative;
      width: 100%;
      max-width: 100%;
    }

    .fxm-curved-frame img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 20px;
      display: block;
    }



    .fxm-text-block {
      flex: 1;
      min-width: 300px;
      padding: 20px;
    }

    .fxm-text-block h1 {
      font-size: 3rem;
      font-weight: normal;
      line-height: 1.3;
      color: #000000;
      
    }

    .fxm-text-block h1 span {
      color: #bc2e2e;
    }

    .fxm-text-block p {
      margin-top: 20px;
      font-size: 1.1rem;
      color: #555;
    }

    @media (max-width: 768px) {
      .fxm-hero-wrap {
        flex-direction: column-reverse;
        padding: 40px 5%;
        text-align: center;
      }

      .fxm-text-block h1 {
        font-size: 2rem;
      }
    }

    /* area */
        .who-section {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 9%;
      align-items: center;
      justify-content: space-between;
      background: #ffffff;
    }

    .who-text {
      flex: 1;
      min-width: 300px;
      padding: 0 20px;

    }

    .who-text h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
      color: #12232d;
      margin-bottom: 20px;
      text-align: left;
      font-weight: normal;
     
    }

    .who-text p {
  font-size: clamp(0.7rem, 1.1vw, 1rem);
      line-height: 1.7;
      color: #555;
      text-align: left;
      margin-bottom: 18px;
      
    }

    .who-image {
      flex: 1;
      min-width: 300px;
      padding: 20px;
      text-align: center;
      text-align: center;
      display: flex;               /* enables centering */
      align-items: center;         /* vertical center */
      justify-content: center;  

      height: 720px;
    }

    .who-image img {
      max-width: 100%;
      height: auto;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .who-quote {
  font-size: clamp(1rem, 2vw, 1rem);
      font-style: italic;
      color: #cd292a;
      border-left: 4px solid #cd292a;
      padding-left: 15px;
      margin-top: 40px;
      line-height: 1.6;
    }
    .qe-name{text-align: end;font-style: italic;font-weight:100; color: #6e6e6e;}

    /* Tablet & small laptop adjustments */
@media (max-width: 1024px) {
  .who-section {
    padding: 50px 3%;
    gap: 20px;
  }
}

/* Mobile & phablets */
@media (max-width: 820px) {
  .who-section {
    flex-direction: column;
    text-align: center;
  }
  .who-text h2 {
    text-align: center;
  }
  .who-text p {
    text-align: center;
  }
  .who-quote {
    border-left: none;
    border-top: 2px solid #cd292a;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}

/* Very small devices */
@media (max-width: 480px) {
  .who-section {
    padding: 40px 5%;
  }
  .who-text {
    padding: 10px;
  }
  .who-image {
    padding: 10px;
  }
  .who-text p {
    font-size: 0.95rem;
  }
}


    @media (max-width: 768px) {
      .who-section {
        flex-direction: column;
        text-align: center;
      }

      .who-text h2 {
        font-size: 2rem;
      }
      .who-quote {
        font-size: 1rem;
        text-align: center;
        border-left: none;
        border-top: 2px solid #cd292a;
        padding-left: 0;
        padding-top: 10px;
      }
    }



/* mission */
.trading-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 10%;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.trading-image {
  flex: 1;
  min-width: 280px;
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s ease 0.2s;

}

.trading-image.animate {
  opacity: 1;
  transform: translateX(0);
}

.trading-image img {
  max-width: 100%;
  height: auto;
  width: clamp(250px, 40vw, 800px);
  filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  margin-top: 80px;


}

.trading-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s ease 0.6s;
}

.trading-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.trading-text h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #12232d;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: left;
}

.trading-text h2 span {
  color: #cd292a;
}

.trading-text h3 {
  color: #12232d;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  margin-top: 30px;
}

.trading-text p {
  font-size: clamp(0.7rem, 2vw, 1rem);
  color: #444;
  margin-top: 10px;
  line-height: 1.6;
}

/* Tablet & small laptop adjustments */
@media (max-width: 1024px) {
  .trading-section {
    gap: 40px;
    padding: 60px 15px;
  }
}

/* Medium tablets & big mobiles */
@media (max-width: 820px) {
  .trading-section {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .trading-text {
    padding: 10px;
  }
  .trading-image img {
    width:700px;
  }
  .trading-text h2 {
    text-align: center;
  }
}

/* Most mobile devices */
@media (max-width: 540px) {
  .trading-section {
    padding: 50px 15px;
    gap: 20px;
  }
  .trading-image img {
    width: clamp(220px, 70vw, 320px);
  }
  .trading-text h3 {
    margin-top: 20px;
  }
}

/* Very small devices (344px, 360px, etc.) */
@media (max-width: 375px) {
  .trading-section {
    padding: 40px 10px;
  }
  .trading-text h2 {
    font-size: 1.6rem;
  }
  .trading-text p {
    font-size: 0.95rem;
  }
}








    /*  */
#why-choose-us {
  background: linear-gradient(rgba(0, 0, 0, 0.053), rgba(0, 0, 0, 0.285)), url('https://www.transparenttextures.com/patterns/cubes.png');
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section-title {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #020202;
}

.section-title span {
  color:  #cd292a;
  display: inline-block;
  padding-left: 10px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

.info-card {
  background: #1b1b1b;
  padding: 40px 20px;
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.info-card.highlight {
  background:  #cd292a;
  color: #ffffff;
  font-weight: normal;
  transform: scale(1.05);
}

.info-card h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 1rem;
  color: #ccc;
}

.info-card.highlight p {
  color: #fcfafa;
}

.contact-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 0.95rem;
  margin-top: 20px;
  color: #090909;
}

.contact-strip i {
  margin-right: 8px;
  color: #ff0000;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .info-card h3 {
    font-size: 2rem;
  }
  .info-card p {
    font-size: 0.9rem;
  }
}



/* faq */
    .faq-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      max-width: 1300px;
      margin: auto;
      gap: 40px;
      margin-bottom: 80px;
      margin-top: 80px;
      
    }

    .faq-content {
      flex: 1;
      min-width: 300px;
      max-width: 700px;
      animation: slideLeft 1s ease forwards;
      margin-left: 60px;
      

      
    }

    .faq-image-wrapper {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: slideRight 1s ease forwards;
      margin-top: 17%;
     
    }

    .faq-image-wrapper img {
      width: 100%;
      max-width: 550px;
      justify-content: center;
      align-items: center;
      text-align: center;
      border-radius: 12px;
      height: 470px;
      /* border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
    }

    @keyframes slideLeft {
      from {
        transform: translateX(-50px);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes slideRight {
      from {
        transform: translateX(50px);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .faq-content h2 {
      text-align: center;
      color: #12232d;
      margin-bottom: 30px;
      font-size: 3rem;
      text-align: left;
    }

    .faq-item {
      background: #fff;
      border-radius: 12px;
      margin-bottom: 16px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      transition: all 0.3s ease;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 0.8s ease forwards;
    }

    .faq-item:nth-child(2) { animation-delay: 0.2s; }
    .faq-item:nth-child(3) { animation-delay: 0.4s; }
    .faq-item:nth-child(4) { animation-delay: 0.6s; }
    .faq-item:nth-child(5) { animation-delay: 0.8s; }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .faq-title {
      display: flex;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      position: relative;
      background: #f7f7fb;
    }

    .faq-index {
      font-size: 27px;
      font-weight: normal;
      margin-right: 15px;
      color: #da9696;
      flex-shrink: 0;
    }

    .faq-question-text {
      flex: 1;
      font-size: 21px;
      color: #12232d;
    }

    .faq-icon {
      font-size: 24px;
      color: #aaa;
      transition: transform 0.4s ease;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      color: #12232d;
    }

    .faq-response {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #555;
      font-size: 16px;
      line-height: 1.6;
      transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
    }

    .faq-item.open .faq-response {
      max-height: 400px;
      opacity: 1;
      padding: 15px 20px 25px;
    }

    @media (max-width: 768px) {
      .faq-question-text {
        font-size: 16px;
      }
      .faq-content h2 {
        font-size: 20px;
        margin-top: 0;
      }
      .faq-content{margin-left: 0;}
      
    }

    @media (max-width: 768px) {
      .faq-container {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
      }
      .faq-content{margin-left: 0;}
      .faq-content h2{margin-top: 0;}
    }

    @media (max-width: 480px) {
      .faq-title {
        flex-direction: column;
        align-items: flex-start;
      }
      .faq-index {
        margin-bottom: 5px;
      }
      .faq-icon {
        position: absolute;
        right: 20px;
        top: 20px;
      }
      .faq-content{margin-left: 0;}
      .faq-content h2{margin-top: 0;}
    }



/* About Section */
.about-section {
  padding: 5% 5%;
  background: #fdfdfd;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.about-text {
  flex: 1 1 500px;
  color: #12232d;
}

.about-title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: normal;
  color: #12232d;
  margin-bottom: 15px;
  text-align: left;
}

.about-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.7;
  color: #444;
}

.about-img {
  flex: 1 1 400px;
  text-align: center;
}

.about-img img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Alumni Section */
.alumni-support-section {
  padding: 5% 5%;
  background: #fff;
}

.alumni-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.alumni-content {
  flex: 1 1 500px;
  color: #12232d;
}

.alumni-title {
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  font-weight: normal;
  color: #d3d3d3;
  text-align: left;
}

.alumni-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: #444;
  margin-bottom: 30px;
}

.alumni-points p {
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  color: #fff;
  background: linear-gradient(to right, #c42020, #e04343);
  padding: 12px 20px;
  margin-bottom: 15px;
  border-radius: 30px 0 0 30px;
  max-width: 650px;
}

.alumni-image {
  flex: 1 1 400px;
  text-align: center;
}

.alumni-image img {
  max-width: 100%;
  height: auto;
}

/* Animations */
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s ease;
}

.slide-in-left {
  transform: translateX(-60px);
}

.slide-in-left.visible,
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive Breakpoints */

/* Small laptops & tablets */
@media (max-width: 1024px) {
  .about-container,
  .alumni-container {
    gap: 30px;
  }
}

/* iPads, tablets, foldables */
@media (max-width: 820px) {
  .about-container,
  .alumni-container {
    flex-direction: column;
    text-align: center;
  }
  .about-title,
  .alumni-title {
    text-align: center;
  }
}

/* Large phones */
@media (max-width: 540px) {
  .about-section,
  .alumni-support-section {
    padding: 40px 15px;
  }
  .alumni-points p {
    border-radius: 20px;
    padding: 10px 15px;
  }
  .about-text{margin-bottom: -200px;}
  .alumni-image{margin-bottom: -200px;}
}

/* Small phones */
@media (max-width: 375px) {
  .about-title,
  .alumni-title {
    font-size: 1.6rem;
  }
  .about-description,
  .alumni-points p {
    font-size: 0.95rem;
  }
}




  /* contact page */
 .csec-wrapper {
      max-width: 1300px;
      margin: auto;
      padding: 2rem;
      text-align: center;
    }

    .csec-wrapper h5 {
      color: #CD292A;
      font-weight: normal;
      margin-bottom: 0.5rem;
      font-size: 2rem;
    }

    .csec-wrapper h2 {
      font-size: 2.5rem;
      margin-bottom: 2rem;
      color: #12232d;
    }

    .csec-info-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      margin-bottom: 3rem;
      font-size: 1.1rem;
    }

    .csec-card {
      background: #fff;
      padding: 1.5rem 2rem;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      flex: 1 1 250px;
      transition: transform 0.3s ease;
      border-top: 4px solid #CD292A;
      line-height: 25px;
      font-size: 1rem;
    }

    .csec-card:hover {
      transform: translateY(-5px);
    }







    main {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      /* padding: 20px; */
      max-width: 1600px;
      margin: auto;
    }
    .csec-form-box {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .csec-form-text, .csec-form-fields {
      flex: 1 1 400px;
      padding: 20px;
    }
    .csec-form-text {
      flex: 1 1 400px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      background: url('assests/contact.jpg') center/cover no-repeat;
      color: white;
      position: relative;
    }
    .csec-form-text img {
      max-width: 100%;
      border-radius: 8px;
      margin-top: 15px;
    }
    .csec-stat-btn {
      background: #e63946;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 50px;
      font-size: 1rem;
    }
    .csec-form-text h3 {
      font-size: clamp(1.5rem, 2.5vw, 2.2rem);
      margin: 15px 0;
      color:  #12232d;
    }
    form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    input, textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
    }
    .csec-submit-btn {
      background: #CD292A;
      color: #fff;
      padding: 12px;
      border: none;
      border-radius: 6px;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .csec-submit-btn:hover {
      background: #cd2929eb;
    }
    .form-success-msg, .form-error-msg {
      display: none;
      font-size: 0.95rem;
      padding: 10px;
      border-radius: 6px;
      margin-top: 10px;
    }
    .form-success-msg.show {
      display: block;
      background: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb;
    }
    .form-error-msg.show {
      display: block;
      background: #f8d7da;
      color: #721c24;
      border: 1px solid #f5c6cb;
    }
    @media (max-width: 768px) {
      main {
        padding: 10px;
      }
      .csec-form-box {
        flex-direction: column;
      }
    }










    /* .csec-form-box {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      background: #f2f2f7;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .csec-form-text {
      flex: 1 1 100px;
      text-align: left;
    }
    .csec-form-text img{width: 350px;border-radius: 10px;}

    .csec-stat-btn {
      background: #f0f0f0;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      border: none;
      margin-bottom: 1rem;
    }

    .csec-form-text h3 {
      margin-bottom: 1rem;
      color: #12232d;
      font-size: 2rem;
    }

    .csec-form-text p {
      font-size: 0.95rem;
      color: #666;
    }

    .csec-form-fields {
      flex: 2 1 500px;
    }

    form {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }

    input,
    textarea {
      padding: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      width: calc(50% - 0.5rem);
      font-size: 1rem;
    }

    textarea {
      width: 100%;
      resize: none;
    }

    .csec-submit-btn {
      width: 100%;
      padding: 1rem;
      background: linear-gradient(90deg, #12232d, #CD292A);
      color: white;
      font-weight: normal;
      font-size: 1rem;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .csec-submit-btn:hover {
      background: linear-gradient(90deg, #0e1a24, #b92323);
    }

    button,
    a {
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .csec-form-fields input {
        width: 100%;
      }

      .csec-form-box {
        flex-direction: column;
      }
    }


    .csec-animate-fade,
    .csec-animate-left,
    .csec-animate-right {
      opacity: 0;
      transition: all 0.8s ease;
    }

    .csec-animate-fade {
      transform: translateY(30px);
    }

    .csec-animate-left {
      transform: translateX(-50px);
    }

    .csec-animate-right {
      transform: translateX(50px);
    }

    .in-view {
      opacity: 1 !important;
      transform: translate(0) !important;
    } */












    /* ====== Popup Styles ====== */
    .popup-overlay {
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    .popup-box {
      background: #fff;
      border-radius: 16px;
      width: 90%;
      max-width: 850px;
      display: flex;
      overflow: hidden;
      position: relative;
      box-shadow: 0 12px 30px rgba(0,0,0,0.25);
      animation: slideDown 0.45s ease;
    }
    .close-btn {
      position: absolute;
      top: 12px;
      right: 16px;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      transition: all 0.3s;
      z-index: 10;
    }
    .close-btn:hover { background: #CD292A; }
    .close-btn svg line {
      stroke: #1a2a44;
      stroke-width: 2;
      transition: stroke 0.3s;
    }
    .close-btn:hover svg line { stroke: #fff; }
    .popup-left {
      flex: 1;
      padding: 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left;
    }
    .popup-left h2 { font-size: 22px; margin-bottom: 10px; color: #222; font-weight: 700; }
    .popup-left p { font-size: 15px; margin-bottom: 20px; color: #555; line-height: 1.5; }
    .form-group { margin-bottom: 12px; }
    .form-group label { display: block; font-size: 14px; margin-bottom: 4px; }
    .form-group input {
      width: 100%; padding: 10px 12px; border: 1px solid #ccc;
      border-radius: 6px; font-size: 14px;
    }
    .popup-btn {
      width: 100%; padding: 12px; background: #CD292A; border: none;
      border-radius: 6px; color: #fff; font-size: 15px; cursor: pointer;
      transition: background 0.3s;
    }
    .popup-btn:hover { background: #CD292A; }
    .popup-right {
      flex: 1; background: #f3f6ff; position: relative;
      display: flex; align-items: center; justify-content: center;

    }
    .popup-right img { width: 100%; height: 80%; object-fit: cover; }
    .badge {
      position: absolute; top: 20px; right: 20px;
      background: #CD292A; color: #fff;
      padding: 15px 20px; border-radius: 50%;
      font-size: 14px; font-weight: bold; transform: rotate(-15deg);
    }
    @media(max-width: 768px) {
      .popup-box { flex-direction: column; max-width: 95%; }
      .popup-right { order: -1; padding: 20px; }
    }
    @keyframes slideDown {
      from { transform: translateY(-50px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }