  html {
  scroll-behavior: smooth;
}

.main-logo {
  height: 80px;
  width: auto;
  margin-left: -100px;
  transition: 0.3s ease;
}

/* Navbar spacing fix */
.navbar .container {
  align-items: center;
}
.custom-navbar {
  transition: all 0.4s ease;
  background: transparent !important;
}

.custom-navbar.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.contact-box {
  background: rgba(223, 215, 249, 0.2);
  border-radius: 40px;
  backdrop-filter: blur(10px);
}

.custom-input {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-input:focus {
  border-color: #ff5a5f;
  box-shadow: 0 0 10px rgba(255, 90, 95, 0.3);
}

.contact-btn {
  padding: 12px 40px;
  font-weight: bold;
  border-radius: 30px;
  background: linear-gradient(45deg, #ff5a5f, #ff7e5f);
  border: none;
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 90, 95, 0.4);
}
.hero-banner {
  padding-top: 100px;
  margin-top:200px;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #181E4B;
}

.full-banner {
  height: 100vh;
  background: url('/mahadev-banner.jpeg') center/cover no-repeat;
  color: #fff;
  position: relative;
  margin-top:120px;
  margin-left:10px;
}

.full-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
}

.full-banner .container {
  position: relative;
  z-index: 2;
}
.about-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    text-align: center;
}

.about-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.about-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ddd;
}

.about-content {
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}

.features {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.feature-card {
    width: 300px;
    padding: 25px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: 0.4s;
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.03);
    background: rgba(255,255,255,0.2);
}

.feature-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
	color:white;
}

.feature-card p {
    font-size: 14px;
    color: #ddd;
}

.btn {
  padding: 12px 40px;
  font-weight: bold;
  border-radius: 30px;
  background: linear-gradient(45deg, #ff5a5f, #ff7e5f);
  border: none;
  width:280px;
  margin-top:40px;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 90, 95, 0.4);
}
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 25px rgba(0,0,0,0.3);
  color: white;
  text-decoration: none;
}
.more-btn {
  border-radius: 30px;
  transition: 0.3s;
}

.more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 90, 95, 0.4);
}

.cars-section {
  background: #f9f9f9;
}

.car-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.car-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.car-card h4 {
  margin-top: 15px;
  font-weight: bold;
}

.car-card p {
  font-size: 14px;
  color: #666;
}

.car-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.footer-section {
  background:white;
  color: #fff;
  padding: 60px 0 20px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: gray;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: #ff6f00;
}

.footer-brand p {
  font-size: 14px;
  color:gray;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #222;
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #ff6f00;
  transform: translateY(-5px);
}

/* Bottom */
.footer-bottom {
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color:gray;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .custom-navbar {
    padding: 10px 0;
  }
}
/* Desktop adjustment */
@media (min-width: 992px) {
  .navbar-brand {
    margin-left: 0;
  }
}

/* ===================== */
/* Mobile Responsive     */
/* ===================== */

@media (max-width: 768px) {

  .navbar {
    padding: 10px 0 !important;
  }

  .main-logo {
    height: 55px;   /* smaller logo */
    margin-left:0.0px;
  }

  .navbar-brand {
    margin-left: 0 !important;
  }

  .navbar-collapse {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
  }

}

/* Extra small devices */
@media (max-width: 480px) {
  .main-logo {
    height: 45px;
  }
}

@media (max-width: 768px) {
  .custom-navbar {
    padding: 15px 0;
  }

  .main-logo {
    height: 55px;
    
  }

  .custom-navbar.scrolled {
    padding: 10px 0;
  }
}

.extra-gallery {
    background: #f9fafc;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.gallery-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s;
}

/* Hover Zoom */
.gallery-card:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gallery-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.6);
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    opacity: 0;
    transition: 0.5s;
    text-align: center;
    padding: 20px;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    COLOR:WHITE;
}

.gallery-card p {
    font-size: 14px;
    margin-bottom: 15px;
}

/* Button style */
.gallery-card .btn {
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 30px;
}