@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;
}

.whatsapp-section {
    background:#ffffff;
    padding: 60px 0;
    text-align: center;
}
    .whatsapp-section h2 {
    font-size: 32px;
    font-weight: 700;
}
.whatsapp-feature-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: left;
    height: 100px;
}
   .whatsapp-feature-box i {
    font-size: 24px;
    color: #034737;
}
.whatsapp-btn {
    background: #034737;
    color: #fff;
    font-size: 15px;
    padding: 12px 26px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}
.whatsapp-btn:hover {
    background: #026a3a;
    color: #fff;
}

 .wa-result-card .wa-icon {
  line-height: 1;
}
.numera-p {
    color: #000000!important;
    font-weight: 500!important;
    font-size:18px;
}
.numera-small {
    font-size: 16px;
    color: #5d6570!important;
    line-height:1.5;
}
.numera-number{
    color:#4b4949!important;
    font-size:18px;
    font-weight:500;
}


.why-whatsapp-section {
  background: #fff7f2; /* soft peach background */
}

.stat-card {
  background: #fff;
  border: 1px solid #f0d8cd;
  transition: all 0.3s ease;
}
.stat-card:hover {
  background-color: #fff0e6;
  transform: translateY(-5px);
}

.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #f57c00; /* deep orange */
  margin-bottom: 0.3rem;
}

.stat-label {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}
.card-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  /* Gradient background classes */
  .icon-ads { background: linear-gradient(45deg, #FF6B6B, #FF8E53); }
  .icon-broadcast { background: linear-gradient(45deg, #6a11cb, #2575fc); }
  .icon-drip { background: linear-gradient(45deg, #43e97b, #38f9d7); }
  .icon-flows { background: linear-gradient(45deg, #f7971e, #ffd200); }
  .icon-chatbot { background: linear-gradient(45deg, #e94057, #f27121); }
  .icon-inbox { background: linear-gradient(45deg, #30cfd0, #330867); }
  .icon-ai { background: linear-gradient(45deg, #667eea, #764ba2); }
  .icon-payments { background: linear-gradient(45deg, #00c6ff, #0072ff); }

  .learn-more {
    color: #034737;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .learn-more i {
    transition: transform 0.2s ease;
  }

  .learn-more:hover i {
    transform: translateX(3px);
  }
.useca a:hover{
    color:#fff!important;
}
.usecase-section {
  background: #fffaeb;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}
   .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;
}


.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .use-cases-grid {
    grid-template-columns: 1fr;
  }
}

.use-case-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.use-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 28px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Gradient backgrounds */
.edu    { background: linear-gradient(135deg, #ff9a9e, #fad0c4); }
.bank   { background: linear-gradient(135deg, #89f7fe, #66a6ff); }
.health { background: linear-gradient(135deg, #fbc2eb, #a6c1ee); }
.events { background: linear-gradient(135deg, #ffecd2, #fcb69f); }
.auto   { background: linear-gradient(135deg, #f6d365, #fda085); }
.real   { background: linear-gradient(135deg, #84fab0, #8fd3f4); }
.it     { background: linear-gradient(135deg, #fccb90, #d57eeb); }
.retail { background: linear-gradient(135deg, #ff8177, #ff867a, #ff8c7f); }
.travel { background: linear-gradient(135deg, #a1c4fd, #c2e9fb); }
.retails   { background: linear-gradient(135deg, #84fab0, #8fd3f4); }

.use-case-card h3 {
  font-weight:bold;
  margin-bottom: 10px;
}

.use-case-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.explore-btn {
  background: linear-gradient(135deg, #007b55, #00a86b);
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.explore-btn:hover {
  background: linear-gradient(135deg, #009f72, #00c285);
  transform: scale(1.05);
}
.whatsapp-timeline-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }

  .whatsapp-timeline-icon:hover {
    transform: scale(1.1);
  }

  .timeline-connector {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    border-top: 2px dashed #999;
    z-index: 0;
  }

  .timeline-icons-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 0 10%;
  }

  @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;
}

.api-list li {
  position: relative;
  padding-left: 28px; /* space for checkmark */
  margin-bottom: 10px;
}

.api-list li::before {
  content: "✔"; /* checkmark symbol */
  position: absolute;
  left: 0;
  top: 0;
  color: #26829C; /* your brand color */
  font-weight: bold;
}

.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: 18px!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: 18px;
    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;
  }

@media (min-width: 991px) and (max-width: 1199px) { 
    .card-box h3{
        font-size:18px;
    }
    p.mb-3.text-secondary.small {
    font-size: 12px !important;
    line-height: 1.75;
}
.icon-circle {
    width: 40px;
    height: 40px;
    font-size: 20px;
   
}
}
@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;
    }
}