 h1,h2,h3,h4,h5,h6{
  font-family:'Rajdhani' !important;
}
 body {
        margin: 0;
        padding: 0;
        background: #ffffff;
        font-family: 'Poppins', sans-serif;
     
      }

    
/* Banner Section css start */
    .banner {
      position: relative;
      height: 150px;
      background: url('../images/sec.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
    }
    .banner-overlay {
      position: absolute;
      inset: 0;
        background: rgba(18, 160, 150, 0.2);
    }
    .banner-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInDown 1.2s ease;
    }
    .banner-content h1 {
    
      font-size: 2rem;
      font-weight: bold;
    }
    .breadcrumb a {
      text-decoration: none;
      color: #fff;
    }
    @media (max-width: 768px) {
     
      .banner-content h1 {
        font-size: 1.5rem;
      }
    }

    /* description section start css */

    .section-tags{
 display: inline-block;
  padding: 2px 4px;
  color: #21cdc0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
  background: #E7F7EE;
  border: 1px solid #21cdc0;
  border-radius: 6px;
}

     .seo-description-section {
    background-color: #f8fafc;
  }

  .seo-text h2 {
    color: #003049;
  }

  .seo-text p {
    line-height: 1.7;
  }

  .seo-points li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
  }

  .seo-points i {
    color: #1F6F8B;
    font-size: 1.2rem;
  }

 

  .highlight {
    color: #1F6F8B;
    font-weight: 600;
  }

  .seo-image {
    max-width: 90%;
    transition: transform 0.5s ease;
  }

  .seo-image:hover {
    transform: scale(1.05);
  }
  @media (max-width: 768px) {
    .seo-text {
      text-align: center;
    }
    .seo-points {
      text-align: left;
      display: inline-block;
    }
  }

  /* benefits section start css */

     .benefits-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #fff;
 
}



.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 50px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #21cdc0;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 16px 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 20px;
  color: #fff;
  font-size: 28px;
}

.icon.blue { background: #2196f3; }
.icon.green { background: #21cdc0; }
.icon.orange { background: #ff9800; }

.benefit-card , .benefit-p {
  font-size: 18px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
   font-family:'Rajdhani' !important;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* testimonial section start css */
.client-reviews {
  background: #f8f9fb;
 
}

.section-tag {
  display: inline-block;
  padding: 2px 4px;
  color: #21cdc0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
  background: #E7F7EE;
  border: 1px solid #21cdc0;
  border-radius: 6px;
}


.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.review-tabs .tab-btn {
  background: #fff;
  border: 2px solid #ccc;
  color: #333;
  padding: 8px 20px;
  border-radius: 50px;
  margin: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.review-tabs .tab-btn.active,
.review-tabs .tab-btn:hover {
  background: #21cdc0;
  color: #fff;
  border-color: #21cdc0;
}

.tab-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-pane.active {
  display: block;
}

.review-text {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  margin: 20px 0;
}

.review-text .highlight {
  color: #ff6a00;
  font-weight: 600;
}

.brand {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.reviewer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #21cdc0;
}

.reviewer p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}

.reviewer p {
  margin: 0;
  font-size: 13px;
  color: #666 !important;
}

.review-image {
  width: 90%;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.review-image:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}

@media (max-width: 768px) {
  .reviewer {
    flex-direction: column;
    text-align: center;
  }
  .review-image {
    width: 100%;
    margin-top: 20px;
  }
}

/* card overlay section css start */

.solutions-section {
  background: #fff;
}
.solution-card {
  position: relative;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 100%;
  border-top-width: 5px;
  border-top-style: solid;
  
}
.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  
 
}
.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-color);
  opacity: 0;
  
 
  transition: opacity 0.5s ease;
  z-index: 1;
}
.solution-card:hover::before,
.solution-card:hover::after {
  opacity: 1;
 
}

/*.solution-card:hover .overlay-h5,*/
/*.solution-card:hover .overlay-p {*/
/*    color: #ffffff;*/
/*}*/

/* .solution-card:hover,h5,p{*/
/*color: #fff !important;*/
/*} */
.solution-content {
  position: relative;
  z-index: 2;
  text-align: left;
}
.solution-content, .ph {
  margin-bottom: 10px;
  color: #000 !important;
   font-family:'Rajdhani' !important;
   font-size : 20px !important;
}
.solution-content p {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 20px;
}
.btn-view {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s;
  font-size : 16px !important;
}
.btn-view i {
  margin-left: 6px;
}
.solution-card:hover .btn-view {
  background: rgba(255,255,255,0.85);
}
.border-top-blue { border-top-color: #007bff; }
.border-top-green { border-top-color: #40D56F; }
.border-top-orange { border-top-color: #ff8c00; }

@media (max-width: 768px) {
  .solution-content {
    text-align: center;
  }
}

.solution-card:hover .btn-view {
  color : #222 !important;
}


/* industries section css start */

.industry-section {
  background: #f8f9fb;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}
.slide {
  min-width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}
.slide img {
  width: 100%;
  height: 230px;
  object-fit: cover;
 
  transition: transform 0.4s ease;
 
}
.slide:hover img {
  transform: scale(1.05);
}
.slide h5 {
  background: #fff;
  margin: 0;
  padding: 15px;
  border-bottom : 4px solid #21cdc0;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.dots {
  margin-top: 15px;
  text-align: center;
}
.dot {
  display: inline-block;
  height: 5px;
  width: 5px;
  margin: 4px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background: #222;
}
@media (max-width: 992px) {
  .slide { min-width: 50%; }
}
@media (max-width: 576px) {
  .slide { min-width: 100%; }
  .slide img { height: 200px; }
}

/* faq section css start */

.faq-section {
    background: #ffffff;
    color: #222;
   
    padding: 80px 0;
   
  }

  
  .faq-box {
    max-width: 800px;
    margin: 0 auto;
  }

  .faq-item {
    background: linear-gradient(135deg, #F0F7FF 0%, #D9EAFD 100%);

    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #1AAFCD;
  }

  .faq-item:hover {
    box-shadow: 0 0 25px rgba(0, 255, 183, 0.2);
    transform: scale(1.02);
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 7px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    background: rgba(0, 255, 183, 0.08);
    transition: background 0.3s ease;
  }

  .faq-question:hover {
    background: rgba(0, 255, 183, 0.2);
  }

  .toggle-icon {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1AAFCD;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
 background: #ffffff;
    padding: 0 20px;
  }

  .faq-answer p {
    margin: 15px 0;
    color: #222;
    line-height: 1.6;
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 5px 20px;
  }

  .faq-item.active .toggle-icon {
    transform: rotate(45deg);
    color: #EA3842;
  }

  @media (max-width: 768px) {
    .faq-question {
      font-size: 1rem;
      padding: 15px;
    }
    .toggle-icon {
      font-size: 1.5rem;
    }
  }

  /* order */

  @media (max-width: 767px) {
  .seo-description-section .row {
    display: flex;
    flex-direction: column;
  }
  
  .seo-description-section .seo-text {
    order: 1;
  }

  .seo-description-section img {
    order: 2;
    margin-top: 20px;
  }

}

