  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

  body {
    font-family: 'Inter', sans-serif;
  }

  .keydesign-container.e-con {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .elementor-kit-21186 h2 {
    font-size: 32px !important;
  }

  .keydesign-container .entry-title {
    margin: 0 auto;
  }

  .page-header.title-bar-text-center {
    text-align: center;
    display: none;
  }


  h2 {
    font-size: 32px !important;
    text-align: center;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
  }

  p {
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    font-size: 16px !important;
    color: #23291fcc;
    font-family: 'Inter', sans-serif;
  }



  .hero-title {

    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .hero-section {
    padding: 60px 0;
    /* background-image: linear-gradient(180deg, #f4f7f3 25%, var(--e-global-color-primary) 75%); */

  }


  .hero-text {
    font-size: clamp(16px, 2vw, 18px);
    color: #23291fcc;
    font-weight: 400;
    line-height: 1.7;
  }



  .btn-group {
    margin-top: 20px;
    display: flex;

  }

  .btn-call,
  .btn-book {
    background-color: #034737;
    border-style: none;
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 500;
  }

  .btn-call i,
  .btn-book i {
    margin-right: 8px;
  }

  .video-container img {
    border-radius: 10px;
  }

  .cta-button {
    margin-top: 8px;
    color: #ffffff;
    padding: 10px 14px;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #024815 0%, #000801 100%);
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    width: max-content;
    border: none;
    margin: 0 auto;
    animation:2s infinite pulse;
  }
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 168, 107, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 168, 107, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 168, 107, 0);
    }
}
  .whatsapp-section {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
  }

  .whatsapp-section h2 {
    font-size: 32px;
    font-weight: 700;
  }

 

 
  @media (max-width: 767px) {
    h1 {
      font-size: 1.6rem !important;
    }

    p {
      font-size: 14px !important;
    }

    h2 {
      font-size: 1.4rem !important;
    }

    .timeline-icons-wrapper {
      flex-direction: column;
      gap: 40px;
    }

    .timeline-connector {
      display: none;
    }

    .whatsapp-timeline-icon {
      width: 60px;
      height: 60px;
      font-size: 20px;
    }

    .api-content {
      text-align: start;
      margin-bottom: 30px;
    }

    .swiper-slide img {
      max-width: 60px !important;
    }
  }

  .whatsapp-api-section h2 {
    color: #ffffff;
    line-height: 1.3;
  }

  .check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #ffffff !important;
    /* green check */
    font-size: 20px !important;
    font-weight: bold;
    border: none !important;
  }

  .check-circle::before {
    content: "✔";
  }

  .api-list {
    list-style: none;
    /* remove default dots */
    padding-left: 0;
  }

  

  .faq-section {
    background-color: #ffffff;
    padding: 60px 20px;
  }

  .faq-subtitle {
    text-align: center;

    margin-bottom: 30px;
  }

  /* FAQ Items */
  .faq-item {
    background: #f4f7f3;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px !important;
    color: black;
    line-height: 1.75;
  }

  .faq-item:hover {
    background: #034737;
    color: white;
  }

  /* Answer Box */
  .faq-answer {
    background: white;
    padding: 20px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 16px;
    display: block;
    /* Open by default */
    border-left: 5px solid #034737;
    color: #23291fcc;
    line-height: 1.75 !important;
  }

  /* Icon Styling */
  .faq-toggle {
    font-size: 20px;
    font-weight: bold;
  }

  p.mb-3.text-secondary.small {
    font-size: 16px !important;
    line-height: 1.75;
  }

  .breadcrumbs {
    padding: 0.75rem 0;
    font-size: 0.75rem;
    border-bottom: 1px solid #dadfe7;
  }

  /* Remove default bootstrap breadcrumb slash */
  .breadcrumb-item+.breadcrumb-item::before {
    content: "»";
    /* you can change this to "" (nothing) or "›" */
    color: #6c757d;
    /* grey like in your screenshot */
    padding: 0 5px;
    font-size: 12px;
  }

  .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .breadcrumb a {
    text-decoration: none;
    color: #034737;
    /* Bootstrap blue */
    font-weight: 700;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .breadcrumb-item.active {
    color: #6c757d;
    /* grey */
  }

  .breadcrumb-item {
    font-size: 12px;
  }



  p.mb-4.api-subtext {
    text-align: center;
  }


  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }

  .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    height: 100%;
  }


  .grid-item h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #034737;
  }

  .grid-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    flex-grow: 1;
  }

  .grid-item a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #034737;
    text-decoration: none;
  }

  .grid-item a:hover {
    text-decoration: underline;
  }
 .partners-section {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
  }

  .swiper-slide img {
    width: 100% !important;
    max-width: 90px;
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
  }

  .swiper-slide {
    flex-shrink: 1 !important;
  }

  .swiper-wrapper {
    align-items: center;
  }

  .swiper-slide img:hover {
    filter: grayscale(0);
    scale: 1.1;
  }


  @media (max-width: 600px) {
    .section-title {
      font-size: 22px;
    }
  }

  .broadcast-steps {
    background: linear-gradient(135deg, #f0f7ff, #ffffff);
    padding: 60px 20px;
    font-family: Arial, sans-serif;
  }

  .broadcast-steps .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #222;
  }


.how-it-works {
  background: linear-gradient(180deg, #034737 0%, #05684a 100%);
  padding: 50px 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.how-it-works h2 {
  
  color: #fff;
  margin-bottom: 15px;
}

.how-it-works p.section-subtitle {
  color: #fff!important;
  font-size: 16px;
  margin-bottom: 0px;
}

/* ---------- Steps Container ---------- */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  gap: 40px;
}

/* Progress line */
.steps-wrapper::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #fff;
  z-index: 1;
}

/* ---------- Step Card ---------- */
.step-card {

  color: #fff!important;
  border-radius: 16px;
  flex: 1;
  min-width: 230px;
  padding: 40px 20px 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  
}



/* Step Number Circle */
.step-number {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
  position: relative;
}

/* Step Title */
.step-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color:#fff!important;
}

/* Step Description */
.step-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff!important;
}

/* ---------- Responsive ---------- */

/* Tablet */
@media (max-width: 992px) {
  .steps-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .steps-wrapper::before {
    display: none;
  }

  .step-card {
    flex: 1 1 calc(50% - 30px);
    max-width: 48%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .how-it-works {
    padding: 60px 0;
  }

  .steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .step-card {
    width: 100%;
    max-width: 340px;
  }

  .step-card:hover {
    transform: translateY(-6px);
  }
}
  @media (min-width: 768px) and (max-width: 991px) {
    .whatsapp-feature-box {
      height: 180px;
    }
  }

  @media(max-width:767px) {
    .breadcrumbs {
      white-space: nowrap;
      overflow: scroll;
      padding: 0.75rem 0.75rem 0.75rem 0;
      margin: 0 0.75rem 0 0;
    }

    .innns-image {
      max-width: 400px !important;
    }
  }

  @media (max-width: 1400px) {
    .meta-partner {
      margin-top: 28px !important;
    }

  }

  @media (max-width: 768px) {
    .step {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .meta-partner {
      margin-bottom: 20px !important;
    }
  }


  @media (max-width: 600px) {
    .section-title {
      font-size: 22px;
    }
  }
  .ul {
    padding-left: 1em!important;
    margin-bottom: var(--content-spacing);
}