body { font-family: 'Montserrat', sans-serif; }
.hero-slider, .carousel-inner, .carousel-item { height: 85vh; min-height: 550px; }
.carousel-item { background-size: cover; background-position: center; position: relative; }
.carousel-item::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.carousel-caption { z-index: 2; top: 50%; transform: translateY(-50%); bottom: auto; }
.carousel-caption h1 { font-weight: 800; font-size: 3.5rem; text-transform: uppercase; }
.slide-1 { background-image: url('../img/slide-1.jpg'); }
.slide-2 { background-image: url('../img/slide-2.jpg'); }
.slide-3 { background-image: url('../img/slide-3.jpg'); }
.price-box { background: #004aad; color: white; border-radius: 10px; padding: 20px; }
.service-card { border: none; box-shadow: 0 10px 25px rgba(0,0,0,0.05); transition: 0.3s; height: 100%; }