body {
    background-color:#ffffff;
    color:  #000000 !important;
    font-family:'Georgia', serif;
}


/* Buttons */
.btn-primary-custom {
  background-color: #13286b;
  color: #ffffff;
  padding: 8px 20px; 
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 8px;
  font-size: 0.9rem; 
}

.btn-primary-custom:hover {
    background-color: #558ac8;
    color: white;
}

.btn-hero-custom {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-hero-custom:hover {
    background-color: #13286b;
    color: white;
}
/* End Buttons */

.section-title {
    color: #0f2f66;
    font-weight: bold;
    margin-bottom: 20px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Hero Section - Enhanced Responsive */
.hero-section {
    background: url('../img/service1.jpg') center center no-repeat;
    background-size: cover;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    text-align: left;
    padding: 80px 20px 40px;
    padding-left: 8rem;
    min-height: 80vh;
    position: relative; 
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

.hero-section > * {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 5rem;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
}

.hero-section p {
    font-size: 2rem;
    color:#fffef7;
    font-family: 'Bebas Neue', sans-serif;
}

/* Hero Responsive */
@media (max-width: 1200px) {
    .hero-section {
        padding-left: 4rem;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding-left: 3rem;
        min-height: 60vh;
    }
    .hero-section h1 {
        font-size: 4rem;
    }
    .hero-section p {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px 40px;
        align-items: center;
        text-align: center;
    }
    .hero-section h1 {
        font-size: 3rem;
    }
    .hero-section p {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .btn-hero-custom {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}
/* End Hero Section */

/* Top buttons section - Enhanced Responsive */
.top-buttons {
    padding: 20px 0;
    text-align: center;
}

.top-buttons .container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.top-btn {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 12px 20px;
    margin: 0;   
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

.btn-book {
    background-color: #13286b;
    color: white;
}

.btn-manage {
    background-color: transparent;
    color: #13286b;
    border: 2px solid #17a2b8;
}

.btn-location {
    background-color: #17a2b8;
    color: white;
}

/* Top Buttons Responsive */
@media (max-width: 768px) {
    .top-buttons .container {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }
    .top-btn {
        width: 100%;
        max-width: 400px;
        margin: 5px auto;
    }
}

/* DJ Services Features Section - Enhanced Responsive */
.dj-features-section {
    background-color: #ffffff;
    padding: 50px 0;
}

.feature-card {
    text-align: center;
    padding: 40px 20px;
}

.feature-icon i {
    font-size: 6rem;
    color: #13286b;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.feature-description {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

/* Features Responsive */
@media (max-width: 992px) {
    .feature-icon i {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .feature-card {
        padding: 30px 15px;
    }
    .feature-icon i {
        font-size: 3rem;
    }
    .feature-title {
        font-size: 1.3rem;
    }
}

/* SERVICES & PACKAGES carousel - Enhanced Responsive */
.sp-section { 
  background: #ffffff; 
  padding-top: 0rem !important;
}

.sp-slide {
  position: relative;
  height: 80vh;                
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;              
  align-items: center;        
  justify-content: center;    
  margin: 0 2rem;             
  border-radius: 20px;        
  overflow: hidden;          
  box-shadow: 0 4px 20px rgba(0,0,0,0.3); 
}

.sp-overlay {
  position: absolute;
  inset: 0;
  background:rgba(0,0,0,0.8);
}

.sp-content {
  position: relative;
  text-align: center;
  max-width: 780px;
  padding: 0rem 2rem;
  color: #fff;
  z-index: 2;
}

.sp-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: .5px;
  margin-bottom: .4rem;
}

.sp-sub {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  opacity: .95;
  margin-bottom: 1rem;
}

#servicesCarousel .carousel-indicators [data-bs-target] {
  width: 10px; 
  height: 10px; 
  border-radius: 50%;
}

/* Services Carousel Responsive */
@media (max-width: 768px) {
    .sp-slide {
        height: 60vh;
        min-height: 350px;
        margin: 0 1rem;
    }
    .sp-content {
        padding: 0 1.5rem;
    }
}

@media (max-width: 576px) {
    .sp-slide {
        height: 50vh;
        min-height: 300px;
        margin: 0 0.5rem;
    }
    .sp-content {
        padding: 0 1rem;
    }
}

/* DJ Section - Enhanced Responsive */
.promo-section { 
    background: #fff; 
}

.promo-img {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.promo-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.promo-copy { 
    max-width: 560px; 
}

.promo-title {
  font-weight: 800;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  margin-bottom: .25rem;
}

.promo-sub {
  font-weight: 600;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  margin-bottom: .75rem;
  color: #111;
}

.promo-text { 
    color: #444; 
}

.promo-row + .promo-row { 
    margin-top: 3rem; 
}

/* Promo Section Responsive */
@media (max-width: 991.98px) {
  .promo-row + .promo-row { 
      margin-top: 2rem; 
  }
  .promo-copy {
      text-align: center;
      margin: 0 auto;
  }
}

@media (max-width: 768px) {
    .promo-img img {
        aspect-ratio: 4 / 3;
    }
}

/* Clients Section - Enhanced Responsive */
.clients-section {
  background: #ffffff;
  min-height: 300px;
  padding: 3rem 0;
}

.clients-track {
  min-height: 220px;
  display: flex;
  align-items: center;      
  justify-content: center;  
}

#clientsCarousel {
  width: 100%;             
  max-width: 2000px;       
  margin: 0 auto;
  text-align: center;
}

.client-logo {
  max-height: 80px;
  width: auto;
  opacity: .9;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.client-logo:hover {
  filter: grayscale(0%) brightness(100%);
  opacity: 1;
  transform: translateY(-2px);
}

#clientsCarousel .carousel-control-prev-icon,
#clientsCarousel .carousel-control-next-icon {
  filter: invert(1) drop-shadow(0 0 4px rgba(0,0,0,.6));
}

/* Clients Responsive */
@media (max-width: 768px) {
    .client-logo {
        max-height: 60px;
    }
    .clients-track {
        min-height: 180px;
    }
}

@media (max-width: 576px) {
    .client-logo {
        max-height: 50px;
    }
    .clients-section h2 {
        font-size: 1.5rem;
    }
}

/* Reviews Section - Enhanced Responsive */
.reviews-section {
  color: #ffffff;
  background-color: #16336c; 
  border-radius: 20px;       
  padding: 3rem 2rem;        
  max-width: 1450px;
  margin: 2rem auto;        
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
}

/* Reviews Responsive */
@media (max-width: 768px) {
    .reviews-section {
        padding: 2rem 1.5rem;
        margin: 1rem auto;
    }
    .reviews-section h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .reviews-section {
        padding: 1.5rem 1rem;
        border-radius: 15px;
    }
    .reviews-section h2 {
        font-size: 1.2rem;
    }
}

/* General Responsive Utilities */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}