/* Devfix revamp — complements main.css */

/* main.css sets .carousel-control { display:none } until hover — our prev/next icons use that class name */
#carousel-area .carousel-control-prev .carousel-control,
#carousel-area .carousel-control-next .carousel-control {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  background: #e74c3c;
  border-radius: 30px;
  line-height: 48px;
}

#carousel-area .carousel-control-prev,
#carousel-area .carousel-control-next {
  z-index: 30;
  opacity: 1;
}

#carousel-area .carousel-item .carousel-caption {
  z-index: 2;
}

#carousel-area .carousel-indicators {
  z-index: 25;
}

/* Hero CTAs: outline “ghost” button can disappear on bright slides */
.hero-slider .carousel-caption .btn-border.large_white {
  color: #fff !important;
  border-color: #fff !important;
  background: rgba(0, 0, 0, 0.35) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-slider .carousel-caption .btn-border.large_white:hover {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}

.hero-kicker {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.75rem;
}

#carousel-area .carousel-item .carousel-caption h1.hero-title {
  color: #fff !important;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

#carousel-area .carousel-item .carousel-caption h2.hero-headline {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  color: #fff !important;
  line-height: 1.15;
  margin-bottom: 1rem;
}

#carousel-area .carousel-item .carousel-caption .hero-lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  max-width: 36em;
  margin-bottom: 1.25rem;
}

.carousel-caption.text-left .hero-lead,
.carousel-caption.text-left .btn-wrap {
  max-width: 36em;
}

.pattern-strip {
  background: linear-gradient(135deg, #263238 0%, #37474f 100%);
  color: #fff;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 500;
}

.pattern-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.services-item .service-includes {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: left;
}

.services-item .service-includes ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 13px;
  line-height: 1.6;
  color: #546e7a;
}

.services-item .service-includes li {
  list-style: disc;
  margin-bottom: 0.35rem;
}

.service-cta {
  margin-top: 1rem;
}

.service-cta .btn {
  font-size: 12px;
  padding: 8px 18px;
}

#packages.pricing-section {
  background: #f9f9f9;
}

#packages .section-header .section-subtitle {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}

#packages .pricing-details ul {
  text-align: left;
}

#packages .pricing-details ul li strong {
  color: #37474f;
}

.packages-footnote {
  text-align: center;
  margin-top: 2rem;
  font-size: 14px;
  color: #78909c;
}

.pricing-table .price-custom {
  font-size: 28px;
  font-weight: 600;
  color: #263238;
  padding: 1rem 0 0.5rem;
  line-height: 1.3;
}

.pricing-table .price-custom small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #78909c;
  margin-top: 0.35rem;
}

.contact-lead {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.contact-lead strong {
  color: #263238;
}

#carousel-area .carousel-item .carousel-caption.text-start {
  text-align: left !important;
}

@media (max-width: 575px) {
  #carousel-area .carousel-item .carousel-caption .btn-wrap .btn {
    display: block;
    margin: 0.5rem 0 0 0 !important;
  }
}
