body, h1, h2, h3, h4, h5, h6,body, button, input, select, textarea,p, div, li,a {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  }
  
  .amc-banner {
    background: url('https://www.aanddindia.in/wp-content/themes/aanddindia/assets/img/amc/bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
  }

  section {
    padding-bottom: 0px !important;
}

.section-title {
    text-align: left !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    }
  
  .amc-banner h1 {
    font-size: 2.0rem;
    text-transform: capitalize;
  }
  
  .amc-banner p.lead {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .amc-banner .col-lg-6 .mb-4{
        margin-bottom: 2.2rem !important;
  }
  
  .hexagon-container {
    position: relative;
    max-width: 100%;
  }
  
  .hexagon-img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
  }

  .testimonial-section .owl-item{
    height: 420px !important;
  }
  
  .amc-banner a:visited {
    color: #000028 !important;
}

  
  .maintenance-section {
    background-color: #fff;
  }
  
  .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000; /* pink color similar to your heading */
  }
  
  .highlight-title {
    font-size: 1.6rem;
    color: #000;
    /* text-decoration: underline; */
    margin-bottom: 15px;
  }
  
  .icon-img {
    max-width: 100px;
    height: auto;
  }


  /* Section Title */
.section-title {
    color: #000;
    font-weight: 600;
  }
  
  /* Hexagon Grid */
  .hex-grid {
    gap: 20px;
  }
  
  .hex {
    width: 190px;
    height: 170px;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    background-color: #dcdcdc; /* fallback gray background */
    background-size: cover;
    background-position: center;
    margin: 10px;
  }
  
  /* Step box with icons */
  .step-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  
  .step-icon {
    background-color: #d8f5f1;
    border-radius: 12px;
    padding: 12px;
    font-size: 24px;
    color: #002855;
    min-width: 50px;
    text-align: center;
  }

  
  /* Title */
.section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
  }
  
  /* Hex Grid */
  .hex-grid {
    gap: 20px;
  }
  

  /* Mint background */
  .mint-bg {
    background-color: #d2f5d0;
  }
  
  /* Maintenance step layout */
  .maint-step {
    display: flex;
    align-items: stretch; /* Makes line fill full height of text */
    gap: 15px;
  }
  
  .step-line {
    width: 6px;
    background-color: #a6d785;
    border-radius: 10px;
    flex-shrink: 0;
    margin-top: 5px;
  }
  
  
  .step-line {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #f25278;
  }
  
  /* Icon Styling */
  .icon-box {
    font-size: 2.5rem;
    color: #e67cd6; /* magenta-pink shade */
  }
  
  /* Hexagon Grid */
  .hex-grid {
    gap: 20px;
    margin-top: 30px;
  }
  


  .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
  }
  
  .amc-benefits .card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  .amc-benefits ul li {
    padding: 10px 0;
    font-size: 1rem;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .amc-benefits ul li:last-child {
    border-bottom: none;
  }

  
  .client-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #212529;
  }
  
.logo-box {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 0; /* No external spacing */
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Optional: Remove owl-carousel spacing */
.client-logo .owl-item {
  margin: 0 !important;
  padding: 0 !important;
}


  .testimonial-heading {
    font-weight: 700;
    font-size: 1.5rem;
    color: #212529;
  }
  
  .testimonial-carousel .testimonial-item {
    border: 1px solid #444;
    padding: 20px;
    width: 250px;
    margin: auto;
    background-color: #fff;
  }
  
  .testimonial-info {
    color: purple;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .testimonial-quote {
    color: #0056b3;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 10px;
  }

  
  .section-title {
    font-size: 2.3rem;
    font-weight: 600;
  }
  
  .nationwide-presence p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .city-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .city-icon img {
    max-width: 95%;
    height: auto;
  }
  
  .city-name {
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }
  
  .step-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  
  /* Chevron Icon Styling */
  .chevron-icon {
    width: 60px;
    height: 80px;
    background-color: #d8f5f1;
    color: #002855;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    flex-shrink: 0;
  }
.chevron-icon {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
}

.chevron-icon .bi{
    width: auto;
    font-size: inherit;
}
  
  
/* .faq-section .accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
}
.faq-section .accordion-body li {
  margin-bottom: 1rem;
} */

@media screen and (orientation: portrait) {
  .section-title {
    font-size: 1.7rem;
  }
  .highlight-title {
    font-size: 1.16rem;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .chevron-icon {
    width: 30px;
    height: 35px;
    font-size: 20px;
    display: inline-flex;
  }
  .step-line {
    margin-right: 10px;
  }

  .border-bottom-custom-mobile {
      border-bottom: 1px solid #ddd; /* light gray line */
  }
}
.maint-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.hex-img-icon img {
  width: 85px;
  height: 100%;
  object-fit: cover;
}

.hex-img img {
  width: 120px;
  height: 100%;
  object-fit: cover;
  min-width: 126px;
}
.classic-icon {
  width: 100px;
}

.border-end {
  border-right: 1px solid #ddd; /* light gray line */
}

.border-bottom-custom {
  border-bottom: 1px solid #ddd; /* light gray line */
}

/* 
 summary {
    list-style: none;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  .faq-category {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .category-title {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
  }

  .faq-item {
    background-color: #e6f3fe;
    border: 1px solid #c8e0f6;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
    font-weight: 500;
  }

  .toggle-icon {
    transition: transform 0.3s ease;
  }

  .faq-category[open] .toggle-icon {
    transform: rotate(180deg);
  } */

.faq-box {
    background-color: #e6f3fe;
    padding: 15px;
  }
  .accordion-button::after {
    transition: transform 0.3s ease;
  }
  .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
  }
  .accordion-button:focus {
    z-index: 3;
    outline: none;
    box-shadow: none !important;
}

.accordion-button {
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background-color: #8eb3d1 !important;
}

#faqMainAccordion .accordion-item .accordion-header.main .accordion-button:not(.collapsed){
  background-color: #0782d4 !important;
  color: #fff !important;
}
.accordion-item {
  margin-bottom: 10px;
}

.testimonial-owl-carousel .testimonial-item {
  min-height: 350px;
  max-height: 100%;
}
.testimonial-text {
  font-size: 0.95rem;
  color: #333;
}

.testimonial-owl-carousel .owl-item img {
  width: 80px !important;
}


.send-enquiry {
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 2222;
}

.send-enquiry .btn {
    background: #2490e0;
    color: #fff;
    padding: 8px 18px;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #333;
}

.owl-theme .owl-nav [class*='owl-']:hover{
  background: unset !important;
      border: unset !important;
}

.faq-section{
  padding-bottom: 50px !important;
}


@media (max-width: 576px) {
.amc-banner h1 {
margin-top: 3%;
        font-size: 1.8rem;
}
.amc-banner p.lead{
      font-size: 1.1rem;
}
.testimonial-section .owl-item{
    height: 450px !important;
  }

      .send-enquiry {
        bottom: 0;
        width: 100%;
        top: initial;
    }

        .send-enquiry .btn {
        width: 100%;
        padding: 10px;
    }

    .testimonial-section .owl-carousel .owl-stage-outer{
      padding-bottom: 0px !important;
    }

    .mb-5 {
    margin-bottom: 2.0rem !important;
}

.owl-carousel .owl-nav .custom-prev,
.owl-carousel .owl-nav .custom-next {
  font-size: 42px;
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: transparent;
  border: none;
  padding: 0;
}

button.owl-prev{
      margin-left: 0 !important;
          left: -30px !important;
}

button.owl-next{
        padding-right: 0px !important;
    margin-right: 0 !important;
    right: -28px !important;
  }

.hex-img-icon img, .hex-img img {
    height: auto;
}


}


