.customization-all-services img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cust__builder-for-agencies {
  background: linear-gradient(90deg, #005DAC 0%, #B82025 100%);
}

.cust__builder-for-agencies > div {
  width: calc(100% + 32px);
}

.customization-all-services .panel-group .panel {
  border-radius: 6px;
}

.cust__hero img {
  height: 450px;
}

.cust__hero-overlay {
  width: 50%;
}

@media (max-width: 768px) {
  .cust__hero-overlay {
    width: 100%;
  }
}

[id$="CustomizationCarousel"] {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.cust__freq-asked-questions .panel-heading[aria-expanded="true"] a {
  color: #fff;
}

.cust__freq-asked-questions .panel-heading[aria-expanded="true"] a:hover{
  color: #fff;
}

.customization-all-services .slick-dots {
  width: 100%;
}

@media (max-width: 768px) {
  .customization-all-services .slick-dots {
    bottom: -25px; /* Move dots slightly down on mobile */
  }
}

@media (min-width: 769px) {
  .customization-all-services .slick-dots {
    bottom: -25px; /* Move dots further down on larger screens */
  }
}

.customization-all-services .slick-prev,
.customization-all-services .slick-next {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.customization-all-services .slick-prev {
  left: 10px;
  top: 120px;
}

.customization-all-services .slick-next {
  right: 10px;
  top: 120px;
}

.customization-all-services .slick-prev::before,
.customization-all-services .slick-next::before {
  font-size: 20px;
  color: black;
  opacity: 1;
}

/* Responsive Fix for Mobile */
@media (max-width: 768px) {
  .customization-all-services .slick-prev, 
  .customization-all-services .slick-next {
    width: 30px;
    height: 30px;
  }

  .customization-all-services .slick-prev {
    left: 5px;
    top: 120px;
  }

  .customization-all-services .slick-next {
    right: 5px;
    top: 120px;
  }

  .customization-all-services .slick-prev::before, 
  .customization-all-services .slick-next::before {
    font-size: 16px;
  }
}

.cust__all-services-carousels img {
  max-height: 260px;
}

.cust__all-services-carousels a,
a.cust__shop-from-services,
a.cust__need-help {
  color: black;
  text-decoration: underline;
}

.cust__all-services-carousels a:hover,
a.cust__shop-from-services:hover,
a.cust__need-help:hover {
  text-decoration: underline;
}

.cust__customization-services {
  height: 646px;
}

.cust__freq-asked-questions-accordions,
.cust__custom-form {
  max-width: 800px;
}

@media (max-width: 768px) {
  .cust__freq-asked-questions {
    margin-top: 96px !important;
  }
}

