.navbar-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

.navbar-brand {
  color: #fff !important;
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: 0.3s;
  font-size: 15px;
}

.whatsapp-btn {
  background: transparent;
  color: #fff;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid white;
  border-radius: 5px;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .whatsapp-btn.d-lg-none {
    padding: 5px 8px;
    font-size: 14px;
  }
}

.btn-gradient {
  background: linear-gradient(to bottom, #e70d12, #81070a);
  color: #fff;
  padding:9px 20px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-box {
  position: absolute;
  top: 30%;
  right: 5%;
  background: rgba(0, 0, 0, 0.301);
  padding: 30px;
  max-width: 500px;
  border-radius: 10px;
  color: #fff;
  backdrop-filter: blur(8px);
}

.hero-section {
  position: relative;
  height: 90vh;
  overflow: visible;
}

/* SEARCH BOX PREMIUM */
.search-box {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 999 !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* DROPDOWN STYLE */
.search-box .form-select {
  background: #f1f1f1;
  border: none;
  height: 50px;
  font-size: 14px;
  color: black;
}

/* SEARCH BUTTON */
.search-box .btn {
  height: 50px;
  background: linear-gradient(to bottom, #e70d12, #81070a);
  border: none;
  color: #fff;
  font-weight: 600;
}

/* SECTION BELOW (OVERLAP FIX) */
.cars-section {
  background: #ffffff;
  margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 60px;
}

/* CARD DESIGN */
.car-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.car-card:hover {
  transform: translateY(-5px);
}

.car-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.badge-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
}
.custom-card {
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

/* Hover effect (premium feel) */
.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
/* Remove border */
.accordion-item {
  border: none !important;
  background: #fff;
}

/* Button normal state */
.accordion-button {
  background: #fff !important;
  color: #000;
  box-shadow: none;
  border: none;
}

/* Button active (open state) */
.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #000;
  box-shadow: none;
}

/* Remove blue/pink focus */
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* Remove divider line */
.accordion-body {
  border: none;
}

/* Remove icon background */
.accordion-button::after {
  filter: brightness(0); /* icon black */
}
.icon-why {
  height: 50px;
  width: 50px;
}

.stats-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Icon */
.stat-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.form-control {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid rgb(155, 155, 155) !important;
  color: black !important;
}

/* Mobile Fix */
@media (max-width: 767px) {
  .stat-item {
    justify-content: center;
    text-align: center;
  }
}
/* Divider (only desktop) */
@media (min-width: 768px) {
  .stat-item {
    position: relative;
  }

  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 90%;
    width: 1px;
    background: #0a0a0a;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .contact-section {
    margin-top: 200px !important; /* neeche thoda adjust */
  }
  .hero-box {
    display: none;
  }
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 1200px) {
  .contact-section {
    margin-top: 4rem;
  }
}

/* Large devices */
@media (min-width: 1200px) {
  .contact-section {
    margin-top: 5rem;
  }
}
.contact-map {
    margin-top: 400px !important; /* upar se 4rem ka gap */
}

/* Responsive adjustment (optional) */
@media (max-width: 768px) {
    .contact-map {
        margin-top: 700px !important; /* mobile ke liye thoda kam */
    }
}

  .pagination-custom {
        gap: 8px;
    }
    
    .pagination-custom .page-link {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        color: #333;
        background-color: #f8f9fa;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }
    
    .pagination-custom .page-link:hover {
        background-color: #e9ecef;
        transform: translateY(-2px);
    }
    
    .pagination-custom .page-item.active .page-link {
        background-color: #aa1e2c !important;
        color: white !important;
        
    }
    
    .pagination-custom .page-item.disabled .page-link {
        background-color: #f8f9fa;
        color: #6c757d;
        cursor: not-allowed;
    }
    
    /* Previous & Next buttons styling */
    .pagination-custom .page-item:first-child .page-link,
    .pagination-custom .page-item:last-child .page-link {
        width: 45px;
        height: 45px;
        background-color: #f8f9fa;
    }    footer a:hover {
        color: #dc3545 !important;
    }

    @media (max-width: 576px) {
        footer .row > div {
            text-align: center;
        }
        
        footer ul {
            padding-left: 0;
        }
    }
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px 25px 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
}