/*start banner part*/
    
  .text {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100%;
       
        overflow-x: hidden;
    }

    .first-head {
          color: #0087b9;
        font-size: 25px;
        font-weight: 500;
        overflow: hidden;
        position: relative;
    }

    @media (max-width: 767px) {
        .first-head {
            font-size: 21px !important;
        }

        .text {
            height: 100px;
            width: 100%;
        }
    }

    @media (max-width: 1024px) {
        .first-head {
            font-size: 34px;
            text-align: center;
            overflow-x: hidden;
        }

        .text {
            height: 100px;
            width: 100%;
        }
    }


     /* about part */
    .benefits-section {
        max-width: 1200px;
        margin: auto;
        padding: 60px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 40px;
    }
.benefits-content h3{
   color: #343a40e8;
}
.benefits-content{
   font-size: 20px;
}
    .benefits-image {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .benefits-image img.main {
        width: 100%;
        max-width: 420px;
        border-radius: 50%;
        border: 8px solid #fff;
      box-shadow: 0 0 0 6px #0087b9;
    }

    .benefits-image img.small {
        position: absolute;
        top: 10%;
        left: -5%;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 6px solid #fff;
      box-shadow: 0 0 0 6px #0087b9;
    }


    @media (max-width: 992px) {
        .benefits-section {
            grid-template-columns: 1fr;
            text-align: center;
        }


        .benefits-image {
            margin-top: 40px;
        }

        .benefits-image img.small {
            position: absolute;
            top: -5%;
            left: 70%;
        }
    }

    @media (max-width: 576px) {
        .benefits-content h3 {
            font-size: 26px;
        }

        .benefits-image img.small {
            width: 80px;
            height: 80px;
            top: -8%;
            left: 65%;
        }
    }

     @media (max-width: 767px) {
       .benefits-section{
            margin-top: -50px;
       }
    }
   
  /* service page */
  .service{
    text-align: center;
      margin-bottom: 90px;
    color: #555;
    margin-top: 60px;
  }
    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }

    .card {
        background: #fff;
        padding: 2rem 1.5rem;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        text-align: center;
        position: relative;
    }

    .number {
        width: 40px;
        height: 40px;
        background: #f7931e;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
    }

    .card h3 {
       font-size: 20px;
        margin: 1.5rem 0 0.8rem;
        color: #0089b9;
    }

    .card p {
              font-size: 20px;
        color: #555;
        line-height: 1.4;
    }

    /*  choose part */
    .choose-section {
        text-align: center;
        padding: 60px 8%;
    }

    .choose-section h2 {
           font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .choose {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .choose-box {
        display: flex;
        align-items: center;
         box-shadow: 0 4px 20px rgb(0 0 0 / 43%);   
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .choose-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .choose-content {
        flex: 1;
        padding: 0 15px;
    }

    .choose-content h3 {
      font-size: 21px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #0089b9;
    }

    .choose-content p {
       font-size: 20px;
        color: #555;
    }



    @media (max-width: 992px) {
        .choose {
            grid-template-columns: 1fr;
        }
    }
.choose-part{
      font-size: 25px;
    color: #333333de;
    text-align: center;
  margin-bottom: 70px;
    margin-top: 60px;
}


 /* testimonials */
   .testimonial-section {
  padding: 40px 20px;
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1100px;
  margin: auto;
}

button.prev,
button.next {
  background: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

button.prev { left: -15px; }
button.next { right: -15px; }

.testimonial-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  padding: 10px 0;
}


.testimonial-wrapper::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  scroll-snap-align: start;
  min-width: calc(50% - 10px);
  background: #007bff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.5);
  color: white;
}

.testimonial-card p {
  font-size: 21px;
  line-height: 1.6;
}

.testimonial-card h4 {
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
}


@media (max-width: 768px) {
  .testimonial-card {
    min-width: 100%;
  }

  button.prev { left: 0; }
  button.next { right: 0; }
}



 /*Start FAQ part*/
.faq-section {
    padding: 50px 0;
}

.faq-title {
    text-align: center;
    margin-bottom: 40px;
    color:#495057;
}


.panel-title a {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 25px 10px 0;
    text-decoration: none !important;
    font-weight: 600;
    color: #28a745; 
}


.panel-title a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
   font-size: 25px;
    color: #28a745;
}

.panel-title a[aria-expanded="true"]:after {
    content: "−";
}

.panel-body {
    line-height: 1.7;
    font-size: 20px;
}


@media (max-width: 767px) {
    .faq-title h2 {
        font-size: 24px;
    }

    .panel-title a {
        padding: 12px 30px 12px 0;
    }
}

.faq-question a{
color: green !important;
font-size: 22px;
}
    /*end  FAQ part*/


  /* contact */
.contact-section {
  padding: 50px 20px;
  background: #fff;
}

.contact-section h3 {
  text-align: center;
     margin-bottom: 60px;
  font-weight: bold;
  color: #495057;
}


.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}


.contact-icon {
    width: 80px;
    height: 90px;
  background: #f8fbff;
  border: 1px solid #d0e3ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-icon img {
      width: 62px;
    height: 53px;
  object-fit: contain;
}

.contact-info h5 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #343a40de;
}

.contact-info p {
  margin: 0;
  color: #333;
     font-size: 20px;
}

.contact-info a {
  color: #0d6efd;
  text-decoration: none;
      font-size: 20px;
}


iframe {
  border: 0;
  width: 100%;
  min-height: 300px;
  border-radius: 8px;
}
.whatsapp a{
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .contact-info {
    align-items: flex-start;
  }

 @media (max-width: 768px) {
  .contact-icon {
  width: 26px;
            height: 26px;
  }

  .contact-icon img {
               width: 40px;
            height: 33px;
  }

  iframe {
    min-height: 250px;
  }
}

}