*{
  box-sizing:border-box;
}

html,body{
  overflow-x:hidden;
  width:100%;
  max-width:100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;   /* Prevent horizontal scroll */
  background: url("../images/OIP.jpg") no-repeat center fixed;
background-size: cover;
  font-family: Arial, sans-serif;
}

 

/* 🔔 Topbar */
.small{
  backdrop-filter: blur(30px);
  box-shadow: 0px 0px 30px rgba(227,228,237,0.37);
  border: 2px solid rgba(255,255,255,0.18);
  color:white;
  font-size: 14px;
  padding: 6px 20px;
  display: flex;
/* gap: 300px; */
gap:20px;
flex-wrap:wrap;
justify-content:space-between;
  font-weight: bolder;
  margin-top: 1%; 
}

.small i {
  margin-right: 6px;
}

/* 🎥 Video Hero Section */
.video-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;

}
.video-section video {
   width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 40%;
  transform: translateY(-40%);
  color: #fff;
}
.video-content h1 {
  font-size: 5rem;
  margin: 10px 0;
}
.video-content small {
  display: block;
  margin: 20px 0;
  font-size: 1.2rem;
}
.btn {
  display:inline-block;
      background:transparent;
      color:var(--muted);
      border:1px solid rgba(255,255,255,0.25);
      padding:10px 18px;border-radius:8px;
      text-decoration:none;
      font-weight:600;
}


/* 📌 Navbar */
.navbar {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 30px;
  position: relative;
  z-index: 2;
  font-weight: bolder;
}
.hfe-site-logo-img
{
  position: relative;
  margin-left: 5%;
}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
.navbar ul li {
  position: relative;
}
.navbar ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 8px;
  display: block;
}
.navbar ul li:hover ul {
  display: block;
}
.navbar ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
  min-width: 150px;
}
.navbar ul ul li a {
  padding: 10px 15px;
  color: white;
}
/* Sidebar inside navbar (for mobile or menu icon) */
.navbar .sidebar {
  position: fixed;
  top: 0;
  left: 1100px;
  width: 280px;
  height: 100vh;
  background:#222;
  color: #eee;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 1100;
  flex-direction: column;
}
.sidebar img {
  width: 60px;
  margin-bottom: 1rem;
}

.sidebar h2, .sidebar h3 {
  margin-bottom: 0.5rem;
}

.sidebar ul {
  list-style: disc inside;
  margin-bottom: 1rem;
  color: #ccc;
}

.sidebar hr {
  border: 0;
  border-top: 1px solid #444;
  margin: 1rem 0;
}
.appointment-btn {
  background: red;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.appointment-btn:hover {
  background: darkred;
}
.video-overlay 
{
  color: white;

}
.video-overlay h1
{
font-size: 6vw;
   font-weight: 100;
  letter-spacing: 5px;
  margin: 0.2em 0;
  font-family:'Orbitron', sans-serif;

}


/* ==== Clients Logo Section ==== */
.clients-logo-section {
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
  background: #121212;
}

/* Logos in one row */
.clients-logo-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  row-gap: 4px;
  animation: slider 32s scroll infinite; /* 16 logos = 16 steps */
}

/* Each logo */
 .swiper-slide {
flex: 0 0 20%; /* 5 logos visible at a time (100 / 5 = 20%) */
  display: flex;
  justify-content: center;
  align-items: center;
}

 .swiper-slide img {
 max-width: 100px;
  border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;

}

.clients-logo-slider .swiper-slide img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.1);
}


@keyframes slider {
  from { transform: translateX(0); }
  to   { transform: translateX(-320%); } /* 16 logos * 20% = 320% */
}

/*about*/
/* About Section Layout */
.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 80px 10%;
  background: #121212;
  color: #fff;  
  background-size: 900PX;
}

/* Images */
.about-images {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.about-images img {
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.image 
{
  position: relative;
  margin-bottom:20% ;
}
.ima {
    position: relative;
  margin-top:20% ;
}
.about-images img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Text Content */
.about-content {
  max-width:500px;

}

.about-subtitle {
  display: inline-block;
  color: #190e0e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  font-family:'Times New Roman', Times, serif;
}

.about-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ccc;
}

/* Button */
.btn-read-more {
  display: inline-block;
  background: #ff4444;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  background: #e63939;
  transform: translateY(-2px);
}



/* Stats Section Wrapper */
.stats-section {
  padding: 60px 0;
  background: #121212; /* dark background */
  color: #fff;
  text-align: center;
}

/* Flexbox container */
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Each stat */
.stat-item {
  flex: 1 1 200px;
  padding: 20px;

}

.stat-item:hover {
  transform: translateY(-10px);
}

/* Icon */
.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;              /* box width */
  height: 20px;             /* box height */

  border: 3px solid #d62828;/* matching border */
  border-radius: 1px;       /* slightly rounded box */

  color: #fff;              /* icon/text color */
  font-size: 4px;          /* icon size */
  margin: 0 auto 15px;      /* center + spacing */
  transition: all 0.3s ease;
}
/* Number */
.stat-number {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* Label */
.stat-label {
  font-size: 16px;
  opacity: 0.8;
}
/* Wrapper section */
.fullwidth-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Container */
.banner-container {
  width: 100%;
  max-width: 2560px; /* matches your image size */
}

/* Responsive image */
.banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* 🛠 Services Section */
.car-detailing {
  text-align: center;
  padding: 50px 20px;
  background-color:#222;
}
.car-detailing .header h1 {
  font-size: 3rem;
  color: white;
}
.car-detailing .header p {
  color: white;
}
.car-detailing .description {
  font-size: 16px;
  color: #777;
  max-width: 650px;
  /* margin: 0 auto 40px auto; */
  line-height: 1.5;
  text-align: center;
}

/* 🛠 Services Section */
.services {
  display: grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap: 50px;
  column-gap: 2px;
  background-color:#222;     /*solid black background */
  padding: 50px 20px;
  position: relative;
}

.service-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: 0;
  width: 100%;  
}


.service-card:hover {
  transform: translateY(-8px); /* lift on hover */
}

.service-card img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Dark overlay */
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
  
}
.service-card  :hover::after {
  filter: blur(6px) brightness(0.6); /* blur + darken */
  transform: scale(1.1); 
}
.service-card:hover img   {
  filter: blur(6px) brightness(0.6);
  transform: scale(1.1);
}

/* Number tag */
.service-card .number {
  position: absolute;
  top: 12px;
  left: 15px;
  font-weight: bold;
  background: rgba(0,0,0,0.6);
  padding: 4px 8px;
  border-radius: 4px;
}

/* Title */
.service-card h3 {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 2;
}

/* Description */
.service-card p {
  position: absolute;  
  top: 150px;
  right: auto;
  font-size: 0.9rem;
  color: transparent;  
  transition: color 0.3s ease;
  z-index: 2;
  padding: 20px;
}
.service-card:hover p {
  color: #fff;
}
/* Button */
.service-card button {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #e63946;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;

  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

/* Show button on hover */
.service-card:hover button {
  opacity: 1;
  visibility: visible;
  bottom: 100px;       /* slide up a little */
  
}

/* Hover effect on button */
.service-card button:hover {
  background: #d62828;         /* darker red */
  transform: translateX(-50%) scale(1.05);
}

.service-card h3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px); /* slight slide down */
  transition: all 0.4s ease;
}

/* On hover, title becomes visible */
.service-card:hover h3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0); /* slide up smoothly */
}

/* Section Layout */
 .testimonials-section {
      max-width: 10000%;
      height: 500px;
      padding: 0 20px;
      display: flex;
      justify-content: space-around;
      background-color:#000;
    }
    .section-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 40px;
    }
    .section-header .subtitle {
      color: #ff3b3b;
      font-size: 12px;
      letter-spacing: 3px;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 2px;
    }
    .section-header h2 {
      font-size: 36px;
      margin-left: -90%;
      margin-top: 40%;
      font-weight: 600;
      font-family: 'Orbitron', sans-serif; /* Futuristic style */
      color: #fff;
    }
    .testimonial-slider {
  overflow: hidden;
  width: 100%;
  max-width: 900px; /* Adjust as needed */
  position: relative;
  margin-top: 10%;
     }
    .slides {
  width: 90%; /* Since 4 testimonials, each 25% */
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;

}
    .testimonial {
      background-color: #121212;
  flex: 0 0 50%; /* show 2 slides at a time */
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 10px;
}
    .testimonial-header {
      display: flex;
        align-items: center;

      gap: 100px;
    }
    .author-info {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .author-photo {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
    }
    .author-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .author-name-date {
      display: flex;
      flex-direction: column;
      font-size: 14px;
      color: #bbb;
    }
    .author-name-date .name {
      font-weight: 700;
      color: #fff;
    }
    .company-logo img {
      width: 30px;
      height: 36px;
      
      
    }
    .rating {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #ff3b3b;
      font-weight: 700;
      user-select: none;
    }
    .stars {
      display: flex;
      gap: 4px;
    }
    .stars svg {
      width: 20px;
      height: 20px;
      fill: #ff3b3b;
    }
    .rating-value {
      font-size: 18px;
    }
    .testimonial-text {
      color: #ddd;
      font-size: 15px;
      line-height: 1.4;
      white-space: pre-line;
    }
.dots {
      margin-top: 25px;
      display: flex;
      justify-content: center;
      gap: 12px;
    }
    .dot {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #555;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .dot.active {
      background: #ff3b3b;
      box-shadow: 0 0 6px #ff3b3b;
    }
/* Stars */
.stars {
  color: gold;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Text */
.testimonial-card p {
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Dots */
/* --- Dots Container --- */
.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

/* --- Individual Dot --- */
.dots span {
  width: 12px;
  height: 12px;
  background: #555;        /* Inactive color */
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* --- Hover Effect --- */
.dots span:hover {
  background: #ffcc00;     /* Highlight on hover */
  transform: scale(1.2);
}

/* --- Active Dot --- */
.dots span.active {
  background: #ffcc00;     /* Highlight active dot */
  transform: scale(1.3);
}

.hr{
  position: relative;
  margin-right: 100%;
  width: 93px;
  border: 1px solid red; 

  

}
.hr1{
  position: relative;
  margin-left: 35%;
  margin-bottom: 1%;
  border: 1px solid red; 
  width: 80px;
}
.hr2{
  position: relative;
  margin-left: 15%;
  margin-bottom: -3%;
  width: 80px;
    border: 1px solid red; 

}
.hr3{
  position: relative;
  margin-left: -1%;
  width: 80px;
    border: 1px solid red; 

}

/* Auto-Slide Animation */
@keyframes slide {
  0%, 20% { transform: translateX(0); }
  33%, 53% { transform: translateX(-50%); }
  66%, 86% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}
/* CTA Container */
.cta-inner {
  display: flex;
  flex-wrap: wrap;           /* Make responsive on smaller screens */
  align-items: center;
  justify-content: space-between;
  background: red;       /* Dark background */
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  gap: 20px;                 /* Space between heading and button */
}

/* CTA Heading */
.cta-heading h3 {
  font-size: 28px;
  color: #fff;
  margin: 0  10px;
  line-height: 1.3;
  font-weight: 600;
}

/* CTA Button */
.cta-button .rts-main-btn {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid  white;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Button Hover Effect */
.cta-button .rts-main-btn:hover {
  background: #ff7875;       /* Lighter on hover */
  transform: translateY(-2px);
}

.cta-button .rts-main-btn span {
  position: relative;
  z-index: 2;
}
.cta-button
{
  position: relative;
  margin-right: 10%;
}
/* Optional: Hover text effect (data-hover attribute) */
.cta-button .rts-main-btn::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 600;
}

.cta-button .rts-main-btn:hover::after {
  opacity: 1;
}
/* Section Container */
.why-choose-section {
  padding: 80px 20px;
  background:#000;
  font-family: Arial, sans-serif;
}

/* Container */
.why-choose-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Heading */
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.section-title {
  font-size: 36px;
  margin: 0 0 20px;
  font-weight: 700;
  color: white;
}

.section-description {
  font-size: 16px;
  color: white;
  max-width: 700px;
  margin: 0 auto;
}

/* Features Grid */
.why-choose {
      text-align: center;
      padding: 60px 20px;
      max-width: 1900px;
      margin: auto;
    }

    .why-choose .tagline {
      font-size: 14px;
      letter-spacing: 3px;
      color: #ccc;
      text-transform: uppercase;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
    }

    .why-choose .tagline::after {
      content: "";
      display: block;
      height: 2px;
      width: 60px;
      background: red;
      margin: 6px auto 0;
    }

    .why-choose h2 {
      font-size: 32px;
      margin: 10px 0 20px;
      font-weight: bold;
      color: #ccc;
    }

    .why-choose p {
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 16px;
      line-height: 1.6;
      color: #bbb;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .feature-item {
      background: #1a1a1a;
      padding: 25px;
      border-radius: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.5);
    }

    .feature-item h3 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #fff;
    }

    .feature-item p {
      font-size: 14px;
      line-height: 1.6;
      color: #ccc;
    }
    .container {
      max-width: 900px;
      margin: 40px auto 60px;
      padding: 0 20px;
      font-family: 'Exo 2', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Small heading above main title */
    .subheading {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: #bbb;
      margin-bottom: 10px;
      position: relative;
      width: fit-content;
    }
    .subheading::before {
  content: "";
  display: block;
  height: 2px;
  width: 130px;
  background: #e63946; /* subtle red line */
  margin-bottom: 4px;  /* spacing below the line */
  border-radius: 1px;
}


    .subheading::after {
      content: "";
      display: block;
      height: 2px;
      width: 130px;
      background: #e63946; /* subtle red line */
      margin-top: 4px;
      border-radius: 1px;
      
    }

    .main-title {
      font-weight: 700;
      font-size: 3rem;
      line-height: 1.1;
      margin-bottom: 40px;
      color: #111;
    }

    /* FAQ container */
    .container 
    {
    background-color: #000;
    }
    
    .faq-item {
      border-bottom: 1px solid #333;
      padding: 15px 0;
      cursor: pointer;
      position: relative;
    }

    .faq-question {
      font-weight: 600;
      font-size: 1.1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      user-select: none;
      border: none;
      width: 100%;
      text-align: left;
      cursor: pointer;
      padding: 0;
      background-color: #000;
      color: white;
    }

    

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      color: #555;
      font-size: 0.95rem;
      line-height: 1.5;
      margin-top: 8px;
      transition: max-height 0.4s ease, margin-top 0.4s ease;
    }

    .faq-item.active .faq-answer {
      max-height: 200px; /* enough for answer text */
      margin-top: 12px;
    }

    /* Arrow icon styling */
    /* Default arrow (closed → up) */
.faq-question .arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-left: 12px;
  transform: rotate(-135deg); /* ▲ points up */
  transition: transform 0.3s ease;
}

/* Active arrow (open → down) */
.faq-item.active .faq-question .arrow {
  transform: rotate(45deg); /* ▼ points down */
}


  .container1 {
    width:100%;
  max-width:1200px;
  margin:auto;
    text-align: center;
    background-color: #000;
   
  }

  /* Instagram Heading Section */
  .heading-small {
    font-weight: 600;
    letter-spacing: 0.3em;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    color: #bbb;
    position: relative;
    display: inline-block;
  }

  .heading-small::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #f44336;
    margin: 0.35rem auto 0;
    border-radius: 1px;
  }

  .instagram-handle {
    font-family: 'Courier New', Courier, monospace;
    margin-top: 0.7rem;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #eee;
    display: inline-block;
   
    user-select: text;
  }

  /* Image Gallery */
 .gallery {
  margin-top: 2rem;
  display: grid;
  grid: auto/auto auto auto auto auto auto;
  justify-content: center;
  gap: 0; /* ✅ No gap */
  overflow-x: auto;
  padding-bottom: 0; /* ✅ Remove padding under images */
}

.gallery img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 0; /* ✅ Removes spacing caused by rounding */
  border: none;     /* ✅ Removes border spacing */
  transition: transform 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}


  .gallery::-webkit-scrollbar {
    height: 8px;
  }
  .gallery::-webkit-scrollbar-thumb {
    background: #f44336;
    border-radius: 4px;
  }
  .gallery::-webkit-scrollbar-track {
    background: #222;
  }
  .gallery img:hover,
  .gallery img:focus {
    transform: scale(1.08);
    outline: none;
  }
  /* Base styles */

  

/* Footer styles */
.footer {
    background-color: #1f1f1f;
    padding: 40px 60px 20px;
    font-size: 14px;
    color: #ddd;
}

.footer-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
}

.footer-about {
    flex: 1.5;
    max-width: 400px;
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.logo i.fas.fa-car {
    color: #d32f2f; /* Red color for car icon */
    font-size: 28px;
    margin-right: 10px;
}

.footer-about p {
    line-height: 1.6;
    color: #bbb;
    margin-bottom: 20px;
}

.social-icons a {
    background-color: #2c2c2c;
    color: #bbb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    margin-right: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #d32f2f;
    color: white;
}

/* Links Columns */
.footer-links {
    display: flex;
    flex: 2;
    justify-content: space-between;
    color: #ddd;
}

.links-section, .contact-section {
    min-width: 180px;
}

.links-section h3, .contact-section h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}

.links-section ul,
.contact-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-section ul li,
.contact-section ul li {
    margin-bottom: 10px;
}

.links-section ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.links-section ul li a:hover {
    color: #d32f2f;
}

.contact-list li i.fas.fa-square {
    color: #d32f2f;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-list li {
    margin-bottom: 12px;
}

.contact-list p {
    margin: 2px 0 0 18px;
    color: #bbb;
    font-size: 13px;
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid #333;
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aaa;
    font-size: 13px;
}

.footer-bottom p {
    margin: 0;
}

.bottom-links a {
    margin-left: 25px;
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bottom-links a:hover {
    color: #d32f2f;
}

/* Red button on bottom-right */
.red-btn {
    background-color: #d32f2f;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .bottom-links {
        margin-left: 10px;
    }
    
}



/* ========================================= */
/* ✅ RESPONSIVE MOBILE OPTIMIZATION */
/* ========================================= */

/* ----------- TABLET ----------- */
@media (max-width: 1024px) {

  .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .service-card {
    margin-left: 0;
    width: 100%;
  }

  .about-section {
    flex-direction: column;
    text-align: center;
  }

  .about-images {
    justify-content: center;
  }

  .about-content {
    max-width: 100%;
  }

  .car-detailing .description {
    padding-left: 0 !important;
    margin: 0 auto 30px;
  }

  .container1 {
    width: 100%;
  }

}


/* ----------- MOBILE ----------- */
@media (max-width: 768px) {

  /* Navbar */
  .navbar {
    display: flex;
    margin: 0;
    flex-direction:column ;
    align-items: center;
   
  }
.navbar ul li a{
color: gold;
font-size: 10px;
}
  .navbar ul {
    flex-direction: row;
    gap: 1px;
    margin: 0;
  
  
  }

  /* Hero Section */
  .video-overlay h1 {
    font-size: 8vw;
    letter-spacing: 2px;
  }

  .video-section {
    height: 80vh;
  }

  /* About Section */
  .about-images {
    flex-direction: column;
    align-items: center;
  }

  .about-images img {
    width: 90%;
  }

  .image,
  .ima {
    margin: 0;
  }

  /* Services */
  .services {
    grid-template-columns: 1fr;
  }

  .service-card img {
    width: 100%;
    height: 250px;
  }

  .service-card p {
    position: static;
    color: #fff;
    padding: 15px 0;
  }

  .service-card h3 {
    position: static;
    margin-top: 10px;
  }

  .service-card button {
    position: static;
    transform: none;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
  }

  /* Stats */
  .stats-container {
    flex-direction: column;
    gap: 25px;
  }

  /* Why Choose */
  .features {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .main-title {
    font-size: 2rem;
  }

  /* Instagram */
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery img {
    width: 100%;
    height: 140px;
  }

  /* Footer */
  .footer-container {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

}


/* ----------- SMALL MOBILE ----------- */
@media (max-width: 480px) {

  .video-overlay h1 {
    font-size: 9vw;
  }

  .car-detailing .header h1 {
    font-size: 1.8rem;
  }

  .about-title {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .instagram-handle {
    font-size: 1.5rem;
  }

}




/* FINAL MOBILE SAFETY */

img,
video,
iframe{
max-width:100%;
height:auto;
}

.video-section{
min-height:100vh;
}

.gallery{
grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
}