/* style.css - ALL INLINE STYLES MOVED HERE */
.top-header .contact-details h4,
.top-header .contact-details p,
.nav-menu-desktop a,
.dropdown-toggle,
#Urban-service-areas-title,
#Urban-service-areas-subtitle,
.reviews-section .quote,
.reviews-section .review-content p,
.reviews-section .reviewer-details h4,
.reviews-section .reviewer-details p,
.reviews-section .avatar,
.specials-icon svg,
.ac-horizontal-section h2,
.ac-horizontal-section p,
.Urban-area-card,
#Urban-google-reviews-title,
#Urban-google-reviews-subtitle,
#Urban-rating-number,
#Urban-rating-text {
  color: white;
}

.slide-content h1,
.slide-content p {
  color: #0f172a;
}

.review-card:nth-child(odd) {
  background-color: #020617;
}

.review-card:nth-child(odd) .quote,
.review-card:nth-child(odd) .review-content p,
.review-card:nth-child(odd) .reviewer-details h4,
.review-card:nth-child(odd) .reviewer-details p,
.review-card:nth-child(odd) .avatar {
  color: white;
}

.review-card:nth-child(even) .quote,
.review-card:nth-child(even) .review-content p,
.review-card:nth-child(even) .reviewer-details h4,
.review-card:nth-child(even) .reviewer-details p {
  color: #020617;
  font-weight: bold;
}

.review-card:nth-child(even) .avatar {
  color: #fff;
  font-weight: bold;
}

#Urban-service-areas-section,
#Urban-reviews-grid {
  background-color: #020617;
}

.specials-icon {
  background-color: #020617;
}

.specials-icon svg {
  color: #020617;
}
/* styles2.css - ADD THESE 9 LINES */
.ac-horizontal-section h2,
.ac-horizontal-section p { color: white; }
.slide-content h1, .slide-content p { color: #0f172a; }
.reviews-masonry .avatar { color: white; }
.hero-slider .slide { 
  background-size: cover; background-position: center; 
  min-height: 60vh;
}
.slide:nth-child(1) { background-image: url('myimg/technician.png'); }
.slide:nth-child(2) { background-image: url('myimg/split ac reapir.jpeg'); }
.slide:nth-child(3) { background-image: url('myimg/window ac repair.jpeg'); }



.hero-slider {
  position: relative;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important; /* Full viewport width */
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  margin-top: 0 !important; /* Nav ke bilkul niche */
  padding: 0 !important;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* IMAGE - NO WHITE ANYWHERE */
.slide-image {
  width: 100vw !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  display: block !important;
}

/* DARK OVERLAY */
.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.slide-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 12px rgba(0,0,0,1);
  max-width: 85%;
  padding: 0 20px;
  margin: 0 !important;
}

.slide-content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  margin-bottom: 15px;
  line-height: 1.1;
}

.slide-content h2 {
  font-size: clamp(1.8rem, 4.5vw, 2.5rem);
  margin-bottom: 25px;
}

.slide-content p {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
}

/* ARROWS */
.slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 4;
  transform: translateY(-50%);
  pointer-events: none; /* Text clickable rahe */
}

.arrow {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(15px);
  color: white;
  font-size: 24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,0.4);
  pointer-events: all; /* Arrows clickable */
  margin: 0 !important;
}

.arrow:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.15);
  border-color: white;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-slider { 
    height: 65vh; 
    min-height: 450px; 
  }
  .slide-content { top: 42%; }
  .arrow { width: 45px; height: 45px; font-size: 20px; }
}

@media (max-width: 480px) {
  .hero-slider { height: 60vh; min-height: 400px; }
}
/* Pehle wala CSS same, sirf ye add/update karo */

.slide-content {
  position: absolute;
  top: 50%; /* Center rakha */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 12px rgba(0,0,0,1);
  max-width: 85%;
  padding: 0 20px;
  margin: 0 !important;
}

.slide-content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  margin-bottom: 12px; /* Kam spacing */
  line-height: 1.1;
}

.slide-content h2 {
  font-size: clamp(1.8rem, 4.5vw, 2.5rem);
  margin-bottom: 18px; /* Kam spacing */
}

.slide-content p {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  line-height: 1.5; /* Thoda tight */
  max-width: 650px;
  margin: 0 auto;
}

/* 🔥 MOBILE - Text Height Kam */
@media (max-width: 768px) {
  .hero-slider { 
    height: 65vh; 
    min-height: 450px; 
  }
  
  .slide-content {
    top: 48%; /* Thoda upar mobile mein */
    padding: 0 15px;
    max-width: 90%;
  }
  
  .slide-content h1 {
    margin-bottom: 8px; /* Aur kam */
    font-size: clamp(2rem, 8vw, 3rem); /* Mobile specific */
  }
  
  .slide-content h2 {
    margin-bottom: 12px;
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
  
  .slide-content p {
    font-size: clamp(1rem, 4vw, 1.2rem);
    line-height: 1.4;
    padding: 0 10px;
  }
  
  .arrow { width: 45px; height: 45px; font-size: 20px; }
}

@media (max-width: 480px) {
  .hero-slider { height: 60vh; min-height: 400px; }
  
  .slide-content {
    top: 46%; /* Aur compact */
  }
  
  .slide-content h1 {
    margin-bottom: 6px;
  }
  
  .slide-content h2 {
    margin-bottom: 10px;
  }
}
