 * {
   color: #fff ;
 }

 /* Hero-section */
 .main-div {
   background-color: #ecf0f0;
 }

 .hero {
   width: 100%;
   position: relative;
   display: flex;
   align-items: center;
   color: #fff;
   overflow: hidden;
   background-image: linear-gradient(95deg, rgba(0, 0, 0, 0.80) 0%, rgb(0 0 0 / 36%) 60%, rgba(0, 0, 0, 0.28) 100%),
     url("../images/banner.jpg");

   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 800px;
 }

 .hero-content {
   position: relative;
   z-index: 2;
   padding: 10%;
   animation: fadeUp 0.8s ease;
 }

 .hero-heading {
   font-size: 4rem;
   font-weight: 700;
   line-height: 1.15;
   margin-bottom: 25px;
 }
 .contact-btn{
  text-align: center;
 }

 .highlight {
   color: var(--cyan-color);
 }

 .hero-para {
   font-size: 1.15rem;
   max-width: 570px;
   line-height: 2rem;
   margin-bottom: 25px;
 }


 .header-btn:hover {
   color: #000 !important;
 }


 /* Brand Logos */

 .wrapper-card {
   display: flex;
   overflow: hidden;
   white-space: nowrap;
   max-width: 2000px;
   margin: auto;
   border-bottom: 1px solid #ececee;
 }

 .wrapper-card .track {
   display: flex;
   animation: scroll 20s linear infinite;
 }

 .logos-card {
   flex: 0 0 auto;
   width: 15rem;
   padding: 2rem 2rem;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-left: 50px;
   border: 2px solid #e8e8e8;
   border-radius: 10px;
   border: 1px solid var(--dark-cyan-color);
   background-color: #fff;
   /* border-left: 6px solid var(--dark-cyan-color);
   border-bottom: 6px solid var(--dark-cyan-color); */
   /* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; */
 }

 .logos-card img {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;

 }

 .business_progress {
   display: flex;
   justify-content: space-between;
   position: relative;
 }

 .img-container {
   position: relative;
   width: 50%;
 }

 .inside-container {
   width: 50%;
 }

 .img-container img {
   width: 100%;
   min-width: 500px;
 }

 .progress-card {
   position: absolute;
   bottom: 20px;
   left: 20px;
 }

 .progress-card {
   background: #fff;
   border-radius: 12px;
   padding: 20px 25px;
   width: 300px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }

 .progress-card h3 {
   font-size: 1.4rem;
   color: var(--black-color) !important;
   margin-bottom: 10px;
   text-align: center;
 }

 .progress-row {
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 0.95rem;
   margin-top: 10px;
   color: var(--black-color) !important;
 }

 .progress-row span {
   color: var(--black-color) !important;

 }

 .bar {
   position: relative;
   width: 100%;
   height: 8px;
   background: #2d333b;
   border-radius: 5px;
   overflow: hidden;
   margin-top: 5px;
 }

 .fill {
   position: absolute;
   height: 100%;
   background: linear-gradient(90deg, #00ffcc, #00bfa6);
   border-radius: 5px;
   width: 0;
   animation: grow 1.2s forwards;
 }

 .inside-container {
   padding: 50px;
 }

 .inside-container h3 {
   color: var(--yellow-color) !important;
   margin-bottom: 15px;
 }

 .inside-container h2 {
   font-size: 18px;
   margin-bottom: 20px;
 }
 .business_progress_card p {
   font-size: 16px;
   margin-bottom: 10px;
   color: #000 !important;
 }
 .business_progress_card li {
   font-size: 15px;
   margin-bottom: 5px;
   /* color: #000 !important; */
 }

 .business_progress_card {
   background-color: #fff;
   border-radius: 8px;
   padding: 20px;
   position: relative;
   overflow: hidden;
  }
 .overlay{
  position: absolute;
  bottom: -100px;
 }
 .overlay{
  position: absolute;
  bottom: 100px;
  background-color: #000;
 }


.business_progress_cards{
display: flex;
gap: 20px;
}
.progress-card{
  display: none;
}


.business_progress_card h3 {
  margin-bottom: 10px;
  color: #111;
}

.business_progress_card p {
  color: #333;
  font-size: 14px;
}

.img-container{

  background-image: url("../images/business_progress.webp");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;

}

/* === Overlay Effect === */
.overlay {
  position: absolute;
  bottom: -100%; /* hidden below */
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00bfa6, #00ffcc);
  color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: bottom 0.5s ease;
  border-radius: 8px;
}

.overlay ul {
  list-style: none;
  padding: 0;
 margin-bottom: 20px;    color: #fff !important;
}

.overlay li {
  margin: 5px 0;
  font-weight: 500;
}

/* Hover Animation */
.business_progress_card:hover .overlay{
  bottom: 0; /* slide up */
}


 /* Animate fill from 0 to width */
 @keyframes grow {
   from {
     width: 0;
   }

   to {
     width: var(--w);
   }
 }



 @keyframes scroll {
   from {
     transform: translateX(0%);
   }

   to {
     transform: translateX(-50%);
   }
 }


/* Container for responsive layout */
.why-choose-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  width: 80%;
  margin: auto;
}

/* Card Styling */
.why-choose-card {
  background: linear-gradient(145deg,var(--black-color), #007878);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: translateY(0);
}

.why-choose-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.6s ease;
}

.why-choose-card:hover::before {
  transform: scale(1);
}

.why-choose-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

/* Header */
.why-choose-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* SVG Icon */
.why-choose-icon {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: .5rem;
  margin-bottom: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.why-choose-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--yellow-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s ease, stroke 0.4s ease;
}

/* Icon hover pulse animation */
.why-choose-card:hover .why-choose-icon {
  background: #fff;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  transform: rotate(10deg);
}

.why-choose-card:hover .why-choose-icon svg {
  stroke:var(--black-color);
  transform: scale(1.2) rotate(-10deg);
}

/* Title */
.why-choose-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  position: relative;
}

.why-choose-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--yellow-color);
  transition: width 0.4s ease;
}

.why-choose-card:hover .why-choose-title::after {
  width: 60%;
}

/* Description */
.why-choose-desc {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .why-choose-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 480px) {
  .why-choose-container {
    width: 100%;
    padding: 1rem;
  }
}



.services-section {
  padding: 2rem; 
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
}

/* Card Styles */
.services-card {
  width: 280px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #4445;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.services-icon,
.services-heading,
.services-content {
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  color: var(--black-color) !important;
}

.services-icon {
  width: 40px;
  fill: #fff;
  margin-bottom: 20px;
  border: 2px solid #fff;
  background-color: var(--dark-cyan-color);
  padding: 10px;
}

.services-heading {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.services-number {
  position: absolute;
  top: -70px;
  right: -85px;
  padding: 80px 100px 30px 30px;
  background: var(--dark-cyan-color);
  border-radius: 100%;
  z-index: 5;
}

.services-number .services-text {
  font-size: 28px;
  font-weight: 600;
  color: #fff !important;
}

.services-number::after {
  content: "";
  width: 50px;
  height: 50px;
  background: var(--dark-cyan-color);
  position: absolute;
  border-radius: 100%;
  top: 50%;
  right: 50%;
  transition: all 0.5s;
  transform: translateX(50%) translateY(-50%);
  z-index: -1;
}

.services-card:hover {
  scale: 1.02;
  box-shadow: 0 5px 20px #444e;
}

.services-card:hover .services-number::after {
  width: 900px;
  height: 900px;
}

.services-card:hover .services-icon,
.services-card:hover .services-heading,
.services-card:hover .services-content {
  color: #f5f5f5 !important;
  fill: #f5f5f5 !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .services-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 600px) {
  .services-container {
    grid-template-columns: 1fr;
  }
}



 


 @media (min-width: 1000px) and (max-width:1200px) {

.inside-container{
padding-right: 0px;  
padding-left: 20px;  
}
.business_progress_card{
  height: 230px !important;
}
 }

 @media (max-width: 1200px) {
 .business_progress_card{
    height: 200px;
   } 
}
 @media (max-width: 997px) {
.img-container{
 display: none;
} 
.inside-container{
  width: 90%;
  margin: auto;

}
}
 
 @media (max-width: 768px) {
.inside-container{
  width: 95%;
  margin: auto;
  padding: 10px;
}
   .hero {
     justify-content: center;
     text-align: center;
     padding: 0 6%;
   }

   .hero-heading {
     font-size: 2.6rem;
   }

   .hero-para {
     font-size: 1rem;
   }
  
 }

 @media (max-width: 520px) {
.services-section{
  padding: 0;
}
   #contact-btn {
     display: none !important;
   }

   .nav-container {
     justify-content: center;
   }
   .business_progress_cards{
flex-direction: column;
}
.inside-container{
  padding: 10px;
}
.inside-container{
  width: 100%;
}
 }

 #services-section .services-content, #services-section .services-heading{
  color: var(--black-color)
 }

 .tech-stack-wrapper {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  max-width: 1560px;
  margin: auto;
  border-bottom: 1px solid #ececee;
}

.tech-stack-track {
  display: flex;
  animation: tech-scroll 45s linear infinite;
}

.tech-stack-card {
  flex: 0 0 auto;
  width: 6rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}

.tech-stack-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Animation */
@keyframes tech-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Text cards (optional overlay) */
.tech-stack-text-card1 {
  width: 9rem;
  height: 108px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  box-shadow: 8px 0 12px -5px rgba(0, 0, 0, 0.25);
  margin-left: -3px;
  text-wrap: wrap;
}

.tech-stack-text-card-21 {
  box-shadow: -8px 0 12px -4px rgba(0, 0, 0, 0.25);
  background: #4382F8;
  right: 0;
}

@media only screen and (max-width: 500px) { 
  .tech-stack-text-card1 {
    display: none;
  }
}



 .tech-stack-wrapper1 {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  max-width: 1560px;
  margin: auto;
  border-bottom: 1px solid #ececee;
}

.tech-stack-track1 {
  display: flex;
  animation: tech-scroll1 45s linear infinite;
}

.tech-stack-card1 {
  flex: 0 0 auto;
  width: 6rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}

.tech-stack-card1 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Animation */
@keyframes tech-scroll1 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

/* Text cards (optional overlay) */
.tech-stack-text-card1 {
  width: 9rem;
  height: 108px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  box-shadow: 8px 0 12px -5px rgba(0, 0, 0, 0.25);
  margin-left: -3px;
  text-wrap: wrap;
}

.tech-stack-text-card-2 {
  box-shadow: -8px 0 12px -4px rgba(0, 0, 0, 0.25);
  background: #4382F8;
  right: 0;
}

@media only screen and (max-width: 500px) { 
  .tech-stack-text-card1 {
    display: none;
  }
}

.report-container { 
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}

.report-left-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.report-stat-card {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* .report-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
    opacity: 0;
    transition: opacity 0.4s ease;
} */

.report-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
    border-color: rgba(59, 130, 246, 0.3);
}

.report-stat-card:hover::before {
    opacity: 1;
}

.report-stat-number {
    font-size: 56px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--dark-cyan-color) 0%, #00bfa6 50%, var(--cyan-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}

.report-stat-label {
    font-size: 18px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
    display: block;
}

.report-stat-description {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
}

.report-right-section {
    position: sticky;
    top: 40px;
}

.report-image-container {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.report-image-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    animation: report-shimmer 3s infinite;
}

@keyframes report-shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.report-image-container img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    max-height: 700px;
    position: relative;
    z-index: 1;
}

.report-image-overlay {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px 24px;
    border-radius: 12px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.report-image-overlay h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--cyan-color), var(--muted-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.report-image-overlay p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .report-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .report-right-section {
        position: relative;
        top: 0;
        order: -1;
    }

    .report-image-container img {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
 
    .report-left-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .report-stat-card {
        padding: 28px 24px;
    }

    .report-stat-number {
        font-size: 48px;
    }

    .report-stat-label {
        font-size: 16px;
    }

    .report-stat-description {
        font-size: 13px;
    }

    .report-image-container {
        padding: 16px;
    }

    .report-image-container img {
        max-height: 350px;
    }

    .report-image-overlay {
        bottom: 16px;
        left: 16px;
        right: 16px;
        padding: 16px 20px;
    }

    .report-image-overlay h2 {
        font-size: 20px;
    }

    .report-image-overlay p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .report-stat-number {
        font-size: 42px;
    }

    .report-stat-label {
        font-size: 15px;
    }

    .report-stat-card {
        padding: 24px 20px;
    }
}



/* Wrapper */
.faq-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 40px;
  animation: fadeIn 0.6s ease-out forwards;
}

.faq-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--cyan-color), var(--dark-cyan-color));
  color: white;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.faq-header h1 {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 16px;
}

.faq-header p {
  font-size: 20px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Container */
.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* FAQ items */
.faq-item {
  background: white;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(6, 128, 125, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-bottom: 25px;
}

.faq-item:hover {
  box-shadow: 0 8px 30px rgba(6, 128, 125, 0.12);
  /* transform: translateX(4px); */
}

.faq-item.active {
  border-color: var(--cyan-color);
  box-shadow: 0 8px 30px rgba(30, 215, 209, 0.15);
}

/* Question */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--black-color);
}

.faq-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--cyan-color), var(--dark-cyan-color));
  border-radius: 12px;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 32px 28px;
}

.faq-answer p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
}

/* Image and CTA */
.faq-image-card {
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(6, 128, 125, 0.1);
}

.faq-image-card img {
  width: 100%;
  border-radius: 16px;
  display: blok;
}

.faq-cta-card {
  background: linear-gradient(135deg, var(--cyan-color), var(--dark-cyan-color));
  border-radius: 24px;
  padding: 40px 32px;
  color: white;
  text-align: center;
  margin-top: 24px;
}

.faq-cta-button {
  background: white;
  color: var(--dark-cyan-color);
  padding: 14px 30px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Modal */
.faq-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.faq-modal-overlay.show {
  display: flex;
}

.faq-modal-content {
  background: white;
  border-radius: 24px;
  max-width: 550px;
  width: 100%;
  overflow: hidden;
}

.faq-modal-header {
  background: linear-gradient(135deg, var(--cyan-color), var(--dark-cyan-color));
  padding: 32px;
  color: white;
  position: relative;
}

.faq-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.faq-modal-close::before,
.faq-modal-close::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: white;
  left: 50%;
  top: 50%;
}

.faq-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Form */
.faq-modal-body {
  padding: 40px 32px;
}

.faq-form-group {
  margin-bottom: 24px;
}

.faq-form-group label {
  font-size: 14px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 8px;
  display: block;
}

.faq-form-group input,
.faq-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 16px;
  color: var(--black-color);
}

.faq-submit-button {
  width: 100%;
  background: linear-gradient(135deg, var(--cyan-color), var(--dark-cyan-color));
  color: white;
  padding: 16px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .faq-header h1 {
    font-size: 42px;
  }

  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .faq-header h1 {
    font-size: 32px;
  }

  .faq-header p {
    font-size: 16px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-answer p {
    font-size: 15px;
  }

  .faq-cta-card {
    padding: 24px 16px;
  }

  .faq-modal-content {
    width: 90%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
 

  .faq-question h3 {
    font-size: 17px;
  }

  .faq-icon {
    width: 64px;
    height: 36px;
  }
}
.faq-wrapper{
  width: 95%;
}

.faq-right{
  position:sticky;
  top: 50px;
}


/* ss */

.profile-card {
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .profile {
    height: 380px;
    overflow: hidden;
    cursor: pointer;
    background: var(--dark-cyan-color);
    border: 2px solid var(--cyan-color);
    border-radius: 10px;
    position: relative;
    transition: all 0.4s ease;
  }

  .profile:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 255, 255, 0.3);
  }

  .profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
    border-radius: 10px;
  }

  .profile:hover img {
    filter: brightness(40%) blur(2px);
    transform: scale(1.1);
  }

  .profile-info {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 5;
  }

  .profile:hover .profile-info {
    opacity: 1;
  }

  .profile-info p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
  }

  .social-icons {
    display: flex;
    gap: 15px;
  }

  .social-icons a {
    color: var(--cyan-color);
    transition: all 0.3s;
  }

  .social-icons a:hover {
    color: var(--yellow-color);
    transform: scale(1.2);
  }

  .social-icons svg {
    width: 28px;
    height: 28px;
  }

  /* Basic Info */
  .profile-basic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--cyan-color);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
    padding: 1.2em 0 0.8em;
    color: #fff;
    z-index: 10;
    transition: all 0.4s ease;
  }

  .profile-basic h3 {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }

  .profile-basic span {
    display: block;
    font-size: 0.9rem;
    color: #fff;
    margin-top: 4px;
  }

  /* Responsive */
  @media (max-width: 1200px) {
    .profile-card { grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 900px) {
    .profile-card { grid-template-columns: repeat(2, 1fr); }
    .profile { height: 340px; }
  }

  @media (max-width: 600px) {
    .profile-card {
      grid-template-columns: 1fr;
      max-width: 420px;
      margin: auto;
    }
    .profile { height: 300px; }
    .profile-basic h3 { font-size: 1rem; }
    .social-icons svg { width: 24px; height: 24px; }
  }

  .insights-section {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-header {
  text-align: center;
  margin-bottom: 50px;
}

.insights-header h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark-cyan-color);
  margin-bottom: 8px;
}

.insights-header p {
  font-size: 1rem;
  color: var(--muted-color);
}

/* ---------- Blog Grid ---------- */
.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

/* ---------- Blog Card ---------- */
.blog-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ---------- Image ---------- */
.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-date {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--dark-cyan-color);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.blog-date span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

/* ---------- Content ---------- */
.blog-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1px ;
  font-size: 14px;
}

.blog-meta span {
  background: #eaf4f4;
  color: var(--dark-cyan-color);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 500;
}

.blog-meta p {
  color: var(--muted-color);
  margin: 0;
}

.blog-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 12px;
  color: var(--text-color);
  margin-bottom: 24px;;
}

.blog-content p {
  color: var(--muted-color);
  font-size: 15px;
  line-height: 1.6; 
}

/* ---------- Read More ---------- */
.read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dark-cyan-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  margin-top: auto;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: var(--yellow-color);
}

.read-more svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.read-more:hover svg {
  transform: translateX(3px);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .insights-header h2 {
    font-size: 1.6rem;
  }

  .blog-content h3 {
    font-size: 18px;
  }
}

.blog-card:hover img{
  scale: 1.1;
  transition: 1s;
}
.blog-card img{
 transition: 1s;
}

.blog-card:hover .read-more{
color: var(--yellow-color);
}

    .cta-container { 
      width: 100%;
    background: var(--black-color);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    /* height: 400px; */
    }

    .cta-content {
      padding: 40px 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .cta-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.3;
      color: #fff;
      margin-bottom: 24px;
      text-align: center;
    }

    .cta-description {
      font-size: 18px;
      line-height: 1.7;
      color: #fff;
      margin-bottom: 40px;
    }

    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 18px 40px;
      background: #1a1a1a;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      border-radius: 12px;
      transition: all 0.3s ease;
      width: fit-content;
      margin: auto !important;
    }

    .cta-button:hover {
      background: #333;
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .cta-image {
      position: relative;
      overflow: hidden;
      display: none !important;
    }

    .cta-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .cta-container:hover .cta-image img {
      transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 968px) {
      .cta-container {
        grid-template-columns: 1fr;
      }

      .cta-content {
        padding: 60px 40px;
      }

      .cta-title {
        font-size: 36px;
      }

      .cta-image {
        min-height: 400px;
      }
      .cta-image img {
    display: none;
    }
  }
    @media (max-width: 640px) {
      .cta-content {
        padding: 40px 30px;
      }

      .cta-title {
        font-size: 32px;
      }

      .cta-description {
        font-size: 16px;
      }

      .cta-button {
        width: 100%;
      }

      .cta-image {
        min-height: 300px;
      }
      .cta-container{
        height: 450px;
      }
    }


    

    .container1 {
      max-width: 1400px;
      margin: 0 auto;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
    }

    .feature-card {
      background: #fff;
      border-radius: 20px;
      padding: 45px 35px;
      box-shadow: 0 4px 20px rgba(6, 128, 125, 0.08);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      cursor: pointer;
      border: 2px solid transparent;
    }

    .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px; 
      transform: scaleX(0); 
      transition: transform 0.4s ease;
    }

    .feature-card:hover::before {
      transform: scaleX(1);
    }

    .feature-card::after {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(30, 215, 209, 0.1) 0%, transparent 70%);
      border-radius: 50%;
      transition: all 0.6s ease;
      opacity: 0;
    }

     

    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(6, 128, 125, 0.2);
      border-color: var(--cyan);
    }

    .icon-wrapper {
      width: 65px;
      height: 65px;
      background: linear-gradient(135deg, var(--dark-cyan), var(--cyan));
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 28px;
      position: relative;
      animation: iconFloat 3s ease-in-out infinite;
    }

    @keyframes iconFloat {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-8px); }
    }

    .icon-wrapper svg {
      width: 32px;
      height: 32px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
    }

    .card-title {
      font-size: 24px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 16px;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1;
    }

    .feature-card:hover .card-title {
      color: var(--dark-cyan);
    }

    .card-description {
      font-size: 16px;
      line-height: 1.7;
      color: #666;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1;
    }

    .feature-card:hover .card-description {
      color: #555;
    }

    /* Stagger animation on load */
    .feature-card {
      opacity: 0;
      /* animation: fadeInUp 0.6s ease forwards; */
    }
/* 
    .feature-card:nth-child(1) { animation-delay: 0.1s; }
    .feature-card:nth-child(2) { animation-delay: 0.2s; }
    .feature-card:nth-child(3) { animation-delay: 0.3s; }
    .feature-card:nth-child(4) { animation-delay: 0.4s; }
    .feature-card:nth-child(5) { animation-delay: 0.5s; }
    .feature-card:nth-child(6) { animation-delay: 0.6s; } */

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Responsive */
    @media (max-width: 1200px) {
      .cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
      }

      .feature-card {
        padding: 35px 28px;
      }

      .icon-wrapper {
        width: 60px;
        height: 60px;
      }

      .icon-wrapper svg {
        width: 28px;
        height: 28px;
      }

      .card-title {
        font-size: 22px;
      }
    }

    .feature-card:hover .icon-wrapper{
    background:#fff;
    color: var(--black-color);
    }
    .feature-card .icon-wrapper{
    background:var(--dark-cyan-color);
  
    }
    .feature-card:hover .icon-wrapper svg{
   
    stroke: var(--black-color);
    }
    .feature-card .icon-wrapper svg{
   
    stroke: #fff;
    }
    .feature-card:hover .icon-wrapper svg{
    stroke: var(--black-color);
    }
    .feature-card:hover .card-description{
    color: #fff;
    }
    .feature-card:hover {
      background:var(--dark-cyan-color);
    }

        .steps-wrapper {
      display: flex;
      justify-content: center;
          align-items: center;

      gap: 20px;
      flex-wrap: wrap; 
      width: 100%;
    }

    .step-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 30px;
      width: 330px;
      text-align: left;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      position: relative;
      transition: all 0.4s ease;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 1s forwards;
    }

    /* Animation delays for each step */
    .step-card:nth-child(1) { animation-delay: 0.2s; }
    .step-card:nth-child(3) { animation-delay: 0.4s; }
    .step-card:nth-child(5) { animation-delay: 0.6s; }

    @keyframes fadeUp {
      0% { opacity: 0; transform: translateY(30px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .step-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .step-number {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #06807D;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 20px;
      animation: pulse 2s infinite ease-in-out;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(6, 128, 125, 0.5); }
      50% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(6, 128, 125, 0); }
    }

    .step-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 12px;
      color: #0c3b3b;
    }

    .step-desc {
      font-size: 16px;
      line-height: 1.6;
      color: var(--black-color) !important;
    }

    .step-arrow {
      font-size: 28px;
      color: var(--dark-cyan-color);
      position: relative;
        padding: 10px 18px;
    border-radius: 50%;
    background: #fff;
      animation: arrowBounce 1.5s infinite ease-in-out;
    }

    @keyframes arrowBounce {
      0%, 100% { transform: translateX(0); }
      50% { transform: translateX(6px); }
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .steps-wrapper {
        flex-direction: column;
        align-items: center;
      }

      .step-arrow {
        transform: rotate(90deg);
        top: 0;
        animation: arrowDown 1.5s infinite ease-in-out;
      }

      @keyframes arrowDown {
        0%, 100% { transform: rotate(90deg) translateY(0); }
        50% { transform: rotate(90deg) translateY(6px); }
      }
    }

    
.benefits-section {
  text-align: center;
  background-color: var(--black-color);
  color: #fff;
}

.benefits-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--yellow-color);
  margin-bottom: 0.5rem;
}

.benefits-subtitle {
  font-size: 1.2rem;
  color: var(--medium-cyan-color);
  margin-bottom: 2rem;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
   
  margin: 0 auto;
}

/* Card Design */
.benefit-card {
  background: linear-gradient(145deg, var(--dark-cyan-color), #04605f);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateY(0);
  transition: transform 0.8s ease;
}

.benefit-card:hover::before {
  transform: translateY(200%);
}

.benefit-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

/* Icon Styling */
.benefit-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.benefit-icon svg {
  width: 38px;
  height: 38px;
  stroke: var(--yellow-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s ease, stroke 0.4s ease;
}

.benefit-card:hover .benefit-icon {
  background: #fff;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.benefit-card:hover .benefit-icon svg {
  stroke: var(--dark-cyan-color);
  transform: scale(1.2) rotate(-5deg);
}

/* Title */
.benefit-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  position: relative;
}

.benefit-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: var(--yellow-color);
  transition: width 0.4s ease;
}

.benefit-card:hover .benefit-title::after {
  width: 60%;
}

/* Description */
.benefit-desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* Animation Effects */
.benefit-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--cyan-color) 10%, transparent 70%);
  opacity: 0;
  transform: scale(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.benefit-card:hover .benefit-icon::before {
  opacity: 0.3;
  transform: scale(1.5);
}

/* Responsive */
@media (max-width: 768px) {
  .benefits-container {
    width: 95%;
    gap: 1.5rem;
  }
  .benefit-card {
    padding: 1.5rem;
  }
}