h2, p {
    font-family: Inter, sans-serif;
}
.hero-title, h2 {
    font-weight: 700;
}
.hero-text, p {
    color: #23291fcc;
}
.api-list, li {
    list-style: none;
}
.api-list li, .solution-card p, p {
    font-style: normal;
}
.keydesign-container.e-con {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%}
.keydesign-container .entry-title {
    margin: 0 auto;
}
.page-header.title-bar-text-center {
    text-align: center;
    display: none;
}
.whatsapp-heading {
    font-size: 32px!important;
}
h2 {
    font-size: 32px;
    text-align: center;
}
p {
    font-weight: 400;
    line-height: 1.75;
    font-size: 18px;
}
ol, ul {
    padding-left: 0!important;
}
.hero-title {
    font-size: 38px;
    margin-bottom: 1rem;
}
.hero-section {
    padding: 60px 0;
    background-color: #f4f7f3;
}
.hero-text {
    font-size: clamp(16px,  2vw,  18px);
    font-weight: 400;
    line-height: 1.7;
}
.btn-book, .btn-call, .button1:hover {
    background-color: #034737;
    color: #fff;
}
.btn-call, .btn-book {
    background: linear-gradient(180deg, #024815 0%, #000801 100%);
    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;
    transition: 0.3s ease-in-out;
    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);
  }
}
.btn-book i, .btn-call i {
    margin-right: 8px;
}

.button1:hover {
    transform: scale(1.087);
}

.partners-slider {
    padding: 10px;
}
.swiper-slide img {
    width: 100%!important;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
}
.swiper-wrapper {
    position: relative;
    width: 100%!important;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    justify-content: space-between;
    align-items: center;
}
.swiper-slide {
    flex-shrink: 1!important;
}
.swiper-slide img:hover {
    filter: grayscale(0);
    scale: 1.1;
}
.solution-section, solution-section {
    padding: 60px 0;
    text-align: center;
    background: #f9f9f9;
}
.solution-title {
    font-weight: 700;
    margin-bottom: 40px;
}
.solution-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    transition: .3s;
}
.solution-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}
.solution-icon {
    font-size: 24px;
    color: #034737;
    margin-right: 10px;
}
.solution-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-card p {
    font-size: 18px;
    color: #23291fcc;
    font-weight: 400;
}
.solution-card a {
    font-weight: 700;
    color: #034737;
    text-decoration: none;
}
.solution-card a:hover {
    text-decoration: underline;
}
.bg-pink, .bg-yellow, .copy-button {
    background-color: #034737;
    color: #fff;
}
.bg-pink p, .bg-yellow p {
    color: #fff;
}
.bg-blue {
    background-color: #f4f7f3;
}
.step-box {
    transition: transform .2s;
}
/*.widget-container {*/
/*    max-width: 100%;*/
/*    margin: 2rem auto;*/
/*    padding: 2rem;*/
/*}*/
/*label {*/
/*    display: flex;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*}*/
/*.whatsapp-chat-widget-input {*/
/*    height: 35px!important;*/
/*    margin-bottom: 12px!important;*/
/*}*/
/*.form-select {*/
/*    padding: 0 21px!important;*/
/*}*/
/*.widget-label {*/
/*    cursor: text!important;*/
/*}*/
/*.iti__selected-flag {*/
/*    height: 70%!important;*/
/*    padding: 0 6px 0 3px!important;*/
/*}*/
/*.iti__flag-container {*/
/*    position: absolute;*/
/*    top: 8px!important;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    padding: 0 4px!important;*/
/*}*/
/*.iti {*/
/*    position: relative;*/
/*    display: block!important;*/
/*}*/
/*.speech-bubble, .speech-bubble::after {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    background-color: #034737;*/
/*}*/
/*.speech-bubble {*/
/*    top: 0;*/
/*    transform: translateX(-50%);*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    padding: 8px 20px;*/
/*    border-radius: 16px;*/
/*    font-size: 1.25rem;*/
/*    z-index: 10;*/
/*}*/
/*.speech-bubble::after {*/
/*    content: "";*/
/*    bottom: -8px;*/
/*    transform: translateX(-50%) rotate(45deg);*/
/*    width: 16px;*/
/*    height: 16px;*/
/*}*/
/*.phone-mockup {*/
/*    border-radius: 24px 24px 0 0;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);*/
/*    height: 400px;*/
/*}*/
/*.status-bar {*/
/*    background-color: #f8f9fa;*/
/*    padding: 8px 16px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-size: 12px;*/
/*}*/
/*.battery-icon, .signal-dot {*/
/*    height: 8px;*/
/*    display: inline-block;*/
/*}*/
/*.battery-icon {*/
/*    width: 16px;*/
/*    border: 1px solid #000;*/
/*    border-radius: 2px;*/
/*    position: relative;*/
/*    margin-right: 4px;*/
/*}*/
/*.battery-level {*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    left: 1px;*/
/*    bottom: 1px;*/
/*    width: 66%;*/
/*    background-color: #000;*/
/*}*/
/*.signal-dot {*/
/*    width: 8px;*/
/*    background-color: #000;*/
/*    border-radius: 50%;*/
/*    margin-left: 4px;*/
/*}*/
/*.chat-header {*/
/*    background-color: #fff;*/
/*    padding: 12px 16px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    border-bottom: 1px solid #dee2e6;*/
/*}*/
/*.business-icon {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background-color: #034737;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 18px;*/
/*    margin-right: 12px;*/
/*}*/
/*.business-info {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.business-name {*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    margin: 0;*/
/*}*/
/*.last-seen, .timestamp {*/
/*    font-size: 12px;*/
/*    color: #6c757d;*/
/*}*/
/*.last-seen {*/
/*    margin: 0;*/
/*}*/
/*.chat-actions i {*/
/*    color: #0d6efd;*/
/*    font-size: 20px;*/
/*    margin-left: 16px;*/
/*}*/
/*.chat-content {*/
/*    background-color: #e5ddd5;*/
/*    height: 400px;*/
/*    padding: 16px;*/
/*    position: relative;*/
/*    overflow-y: auto;*/
/*    background-image: url("data:image/svg+xml, %3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23bdbdbd' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");*/
/*}*/
/*.timestamp {*/
/*    text-align: center;*/
/*    margin-bottom: 16px;*/
/*}*/
/*.message {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.message-bubble {*/
/*    background-color: #dcf8c6;*/
/*    padding: 8px 12px;*/
/*    border-radius: 8px;*/
/*    max-width: 80%;*/
/*    font-size: 14px;*/
/*    text-align: start;*/
/*}*/
/*.preview-container {*/
/*    padding: 52px 50px 0;*/
/*    color: #000;*/
/*    position: relative;*/
/*    margin-top: 30px;*/
/*}*/
/*.text-xs {*/
/*    font-size: .75rem;*/
/*    line-height: 1rem;*/
/*    text-align: start;*/
/*}*/
/*.chat_emoji {*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
/*    font-size: 1.3rem;*/
/*    background-color: #f8f9fa;*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*}*/
/*.form-control {*/
/*    border-radius: 12px;*/
/*    background-color: #f1f1f1;*/
/*    color: #111;*/
/*}*/
/*.widget-label {*/
/*    font-weight: 700;*/
/*}*/
/*.emoji-picker__content {*/
/*    padding: .5em;*/
/*    height: var(--content-height);*/
/*    position: relative;*/
/*    font-size: 12px!important;*/
/*}*/
/*.link-genterator-form {*/
/*    border: 2px solid #000;*/
/*    padding: 30px;*/
/*    border-radius: 15px;*/
/*    background-color: #fff;*/
/*}*/
/*.generate-preview-btn {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.gb_link_generator_btn {*/
/*    background-color: #034737;*/
/*    color: #fff;*/
/*    width: 70%;*/
/*    padding: 1rem;*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    border-radius: 12px;*/
/*    border: none;*/
/*}*/
/*.gb_link_generator_btn:hover {*/
/*    transform: scale(1.087);*/
/*    background-color: #034737!important;*/
/*    color: #fff!important;*/
/*}*/
/*input#js-number, textarea#js-greeting {*/
/*    background: #ebebeb;*/
/*}*/
/*#link-container {*/
/*    max-width: 100%!important;*/
/*    display: flex!important;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*    border-top: 2px dashed #afafaf;*/
/*    margin-top: 30px;*/
/*}*/
/*input#links {*/
/*    background: #ebebeb!important;*/
/*    border-radius: 15px!important;*/
/*    padding: 10px!important;*/
/*    margin-bottom: 20px;*/
/*    box-shadow: none!important;*/
/*    margin-top: 20px;*/
/*    width: 66%}*/
/*.faq-item:hover, button#copy-button {*/
/*    background: #034737;*/
/*    color: #fff;*/
/*}*/
/*button#copy-button {*/
/*    margin-left: 8px;*/
/*    border-radius: 12px;*/
/*    padding: 8px;*/
/*}*/
.api-image {
    max-width: 100%;
    border-radius: 32px;
}
.api-content {
    margin-top: 15px;
}
.api-list {
    padding-left: 2rem!important;
}
.api-list li {
    font-size: 14px;
    color: #23291fcc;
    font-weight: 400;
    line-height: 1.75;
    list-style-type: disc;
}
.faq-section {
    background-color: #fff;
    padding: 60px 20px;
}
.faq-subtitle {
    text-align: center;
    margin-bottom: 30px;
}
.faq-item {
    background: #f4f7f3;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px;
    cursor: pointer;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px!important;
    color: #000;
    line-height: 1.75;
}
.faq-answer {
    background: #fff;
    padding: 20px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    border-left: 5px solid #034737;
    color: #23291fcc;
    line-height: 1.75!important;
}
.faq-toggle {
    font-size: 20px;
    font-weight: 700;
}
@media(max-width:768px) {
    .preview-container {
    padding: 77px 0 0;
    color: #000;
    position: relative;
    margin-top: 20px;
}
.speech-bubble {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #034737;
    color: #fff;
    font-weight: 700;
    padding: 3px 20px;
    border-radius: 16px;
    font-size: 1.25rem;
    z-index: 10;
}
}
  .custom-faq-accordion { margin-top:30px; }

.faq-itemm {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.faq-questionn {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-text {
    flex: 1;
    color: #333;
    font-size: 16px!important;
    margin-bottom:0px;
    font-weight:700;
}

.faq-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000901;
    border-bottom: 2px solid #024815;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.faq-question.open .faq-arrow {
    transform: rotate(-135deg);
}

.faq-answerr {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    background: #fff;
}

.faq-itemm p {
    font-size: 16px!important;
}

.faq-answerr.open {
    opacity: 1;
    padding: 15px 20px;
    border-top: 1px solid #eee;
}


    .getgabs-tools-section {
        padding: 60px 0px;
    }


    .getgabs-tools-button {
       
        background: linear-gradient(180deg, #024815 0%, #000801 100%);
        border-style: none;
        color: white;
        padding: 15px 25px;
        border-radius: 12px;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600;

        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        margin:0 auto;
    }

    .getgabs-tools-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    @media (max-width: 768px) {
        .getgabs-tools-section {
            padding: 40px 20px;
        }

        .getgabs-tools-button {
            padding: 12px 9px;
            font-size: 14px;
        }
    }
    .wa-chatlinks-wrap{
  padding:60px 0;
}

/* HEADING */
.wa-chatlinks-title span{
  color:#16a34a;
}

/* CARD */
.wa-chatlinks-card{
  background:#ffffff;
  border-radius:16px;
  padding:30px 28px;
  height:100%;
  border:1px solid #e5e7eb;
  transition:.3s ease;
}

.wa-chatlinks-card:hover{
  border-color:#16a34a;
  box-shadow:0 12px 30px rgba(22,163,74,.12);
  transform:translateY(-6px);
}

/* ICON */
.wa-chatlinks-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ecfdf3;
  color:#16a34a;
  font-size:20px;
}

/* TEXT */
.wa-chatlinks-card h3{
  margin-top:20px;
  font-weight:700;
  margin-bottom:12px;
}

.wa-chatlinks-card p{
  margin-top:8px;
  font-size:16px;

  line-height:1.6;
}

/* CTA */
.wa-chatlinks-cta{
  margin-top:50px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#16a34a;
  font-weight:600;
  text-decoration:none;
}

.wa-chatlinks-cta i{
  font-size:14px;
}

  .getgabs-steps {
    background: #eaf2fd;
    padding: 60px 20px;
    text-align: center;
  }
  .getgabs-steps .section-title {
    margin-bottom: 20px;
    
  }
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .step-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 25px 15px;
    position: relative;
    transition: all 0.3s ease;
  }
  .step-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  }
  .step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #034737;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 600;
  }
  .step-icon {
    background: #eaf2fd;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 15px auto;
    color: #034737;
    font-size: 1.4rem;
  }

  .step-box h3 {
    color: #034737;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  @media (max-width: 992px) {
    .steps-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .stats-area::before {
        display:none;
    }
  }
  @media (max-width: 600px) {
    .steps-grid {
      grid-template-columns: 1fr;
    }
    .getgabs-steps .section-title {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 768px) {
      
  }
   .stats-area {
    padding: 70px 0;
    background: #f7f9ff;
    font-family: "Inter", sans-serif;
    position: relative;
  }

  .stats-area::before {
    content: "CHAT LINK";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 140px;
    font-weight: 800;
    opacity: 0.05;
    letter-spacing: 15px;
    white-space: nowrap;
  }

  .stats-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }

  .stat-card {
    width: 220px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(90, 90, 255, 0.15);
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(90, 90, 255, 0.22);
  }

  .stat-number {
    font-size: 34px;
    font-weight: 700;
    background: #408155;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
  }

  .stat-label {
    font-size: 15px;
    color: #444;
  }
  .join-section {
    text-align: center;
    margin-top: 50px;
  }

  .join-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    text-align:center;
  }

  .join-sub {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align:center;
  }
    .how-it-works {
      padding:60px 0px;
      background: linear-gradient(180deg, #e9f5f0 0%, #ffffff 100%);
    }

    h2 {
      text-align: center;
      
      margin-bottom: 12px;
    }

    .section-subtitle {
      text-align: center;
     
      margin-bottom: 60px;

    }

    .steps-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 40px;
      position: relative;
    }

    .step-cardd {
      text-align: center;
      padding: 30px 20px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      position: relative;
    }

    .step-cardd:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .step-numberr {
      width: 50px;
      height: 50px;
      margin: 0 auto 20px;
         background: linear-gradient(180deg, #63d2a4 0, #34663a 100%);
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: 700;
    }

    .step-title {
      font-size: 1.25rem;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 12px;
    }

    .step-description {
      font-size: 0.95rem;
      color: #666;
      line-height: 1.6;
    }

    @media (max-width: 768px) {
      h2 {
        font-size: 2rem;
      }

      .section-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
      }

      .steps-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
      }

      .step-cardd {
        padding: 25px 20px;
      }
      
      .stats-area::before {
   display:none;
}
    }