/*start banner part*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .text {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100%;
        overflow-x: hidden;
    }

    .types {
          color: rgb(0 135 185);
        font-size: 3rem;
        font-weight: 500;
        overflow: hidden;
        /* white-space: nowrap; */
        position: relative;
    }

    @media (max-width: 767px) {
        .types {
                                         font-size: 20px !important;

        }

        .text {
            height: 100px;
            width: 100%;
        }
        .choose-content h2 {
            font-size: 21px !important;
        }
        .faq-section .accordion-button h5 {
    font-size: 20px !important;
        }
    }

    @media (max-width: 1024px) {
        .types {
         font-size: 28px;

            text-align: center;
            overflow-x: hidden;
        }

        .text {
            height: 100px;
            width: 100%;
        }
    }

    .our-promise {
        font-size: 20px;
        margin-left: 5px;
    }

  

    /*end banner part*/


    /* about page */
  
    .choose-section {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      max-width: 1200px;
      margin: 50px auto;
      padding: 20px;
      flex-wrap: wrap;
    }

   
    .choose-image {
      flex: 1;
      min-width: 300px;
      position: relative;
    }

    .choose-image img {
      width: 100%;
      border-radius: 6px;
      display: block;
    }

    .choose-image::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: -10px;
      width: 100%;
      height: 100%;
    
      border-radius: 6px;
      z-index: -1;
    }


    .choose-content {
      flex: 1;
      min-width: 320px;
    }

    .choose-content h5 {
      color: #1b5e20;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .choose-content h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
            color: #6c757d;
    }

    .choose-content p {
    font-size: 21px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    @media (max-width: 768px) {
      .choose-section {
        flex-direction: column;
        text-align: center;
      }
      .choose-image::after {
        left: 0;
        bottom: 0;
      }
      .features {
        grid-template-columns: 1fr;
        text-align: left;
      }
    }
.shopweb-site{
   color: #6c757d;
}
      /* service page */

.services-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.service-card {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 320px;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0087b9;
}

.card-header i {
  font-size: 22px;
  color: #b8436a;
 
}

.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.card-line {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #e44232, #4a44f2);
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .card-header h3 {
    font-size: 16px;
  }

  .card-header i {
    font-size: 20px;
  }

  .service-card p {
          font-size: 15px;
  }
}

    /* choose page */
   
  .pricing-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px;
}

.pricing-card {
  position: relative;
  width: 260px;
      height: 328px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pricing-card:hover {
  transform: translateY(-10px);
}


.basic {
 background: linear-gradient(180deg, #0087b9 0%, #f5cc00 100%)
}

.standard {
 background: linear-gradient(180deg, #0087b9 0%, #f5cc00 100%)
}

.premium {
  background: linear-gradient(180deg, #0087b9 0%, #f5cc00 100%)
}

.price-circle {
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 30px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-circle h2 {
  font-size: 24px;
  font-weight: 600;
}


.pricing-card p {
    font-size: 16px;
  margin-top: 4px;
  opacity: 0.9;
}

.divider {
  height: 2px;
  width: 80%;
  background: #fff;
  margin: 15px auto;
  opacity: 0.9;
}

/* Bottom white banner part */
.chs-btn {
 width: 100%;
    background: #fff;
    border: none;
    color: #0087b9;
    font-weight: 700;
    font-size: 17px;
    padding: 15px 0;
    clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 56%);
  cursor: pointer;
  transition: background 0.3s ease;
}

@media (max-width: 768px) {
  .pricing-card {
    width: 80%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .pricing-section {
    gap: 20px;
  }
  .pricing-card {
    width: 90%;
  }
}

  
/* testimonials */

.testimonial-section {
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  background: #f7f7f7;
  border-radius: 10px;
}

.testimonial-container {
  position: relative;
  overflow: hidden;
  min-height: 180px;
}

.testimonial {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.testimonial.active {
  display: block;
  opacity: 1;
}

.testimonial p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222;
}

.testimonial h3 {
  font-size: 1.1rem;
  font-weight: 600;
      color: #2090a1;
}

.testimonial span {
  font-size: 0.9rem;
  color: #777;
}

.navigation {
  margin-top: 30px;
}

.navigation button {
  border: 2px solid #333;
  background: transparent;
  color: #333;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 600px) {
  .testimonial p {
    font-size: 1rem;
  }
}

    /*Start FAQ part*/
    :root {
        --primary-text: #4f8f70;
        --secondary-text: #e9fff3;
        --white-text-white: #ffffff;
        --black-text-black: #000000;
    }

    .accordion-body ul li a {
        color: black;
        font-weight: 700;
    }

    .faq-section .accordion {
        width: 100%;
    }

    .accordion-button:not(.collapsed) {

        background-color: var(--secondary-text);
    }

    .accordion-button:not(.collapsed)::after {
        background-image: none;
        transform: none;
        display: none;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:before {
        content: "";
        position: absolute;
        right: 0.75rem;
        top: 1.25rem;
        height: 2px;
        width: 1rem;
        background-color: var(--primary-text);
    }

    .accordion-button.collapsed:after {
        content: "";
        position: absolute;
        right: 1.1875rem;
        top: 0.8125rem;
        height: 1.0625rem;
        width: 0.125rem;
        border-style: none;
        background-color: var(--primary-text);
    }

    .faq-section .accordion-button h5 {
       font-size: 25px;
           color: #198754;
        margin-right: 13px;
    }

    .accordion-body {
        background-color: var(--secondary-text);
        font-size: 20px;
    }

    ul {
        list-style-type: none;
        list-style-type: disc;
        margin-left: 20px;
    }

    ul li {
        margin-bottom: 5px;
    }

    .accordion-body ol {
        counter-reset: step-counter;
        list-style-type: none;
        padding-left: 0;
    }

    .accordion-body ol>li {
        counter-increment: step-counter;
        margin-bottom: 10px;
    }

    .accordion-body ol>li::before {
        content: "Steps "counter(step-counter) ": ";
        font-weight: bold;
    }

    @media (max-width: 768px) {
        .accordion-button:before {
            right: 0.75rem;
        }

        .accordion-button.collapsed:after {
            right: 1.1875rem;
        }

        .faq-section .accordion-button h5 {
            margin-right: 0px;
        }
    }

    /*end  FAQ part*/




   
    /* contact details */
  

.contact-section {
  padding: 40px 20px;
  background: #f9f9f9;
  color: gray;
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
color: #495057d6;
}


.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: auto;
}


.contact-info {
  flex: 1 1 45%;
  min-width: 280px;
}

.contact-info p {
  margin-bottom: 20px;
  line-height: 1.6;
      font-size: 19px;
  color: #444;
}


.info-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
}

.info-box i {
  font-size: 20px;
  color: #007BFF;
  flex-shrink: 0;
  margin-top: 4px;
}

.info-box strong {
  display: block;
  margin-bottom: 2px;
      font-size: 20px;
}

.info-box a {
      color: #0000008a;
  font-weight: bold;
  text-decoration: none;
  margin-left: 4px;
  word-break: break-word;
}

.info-box a:hover {
  color: #007BFF;
}


.contact-map {
  flex: 1 1 50%;
  min-width: 280px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-info, .contact-map {
    flex: 1 1 100%;
  }

  .info-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .info-box i {
    margin-bottom: 6px;
  }

  .phn-no {
    text-align: center;
  }
}