
   @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    h1,h2,h3,h4,h5,h6,title,a {
        font-family: "Oxanium", sans-serif !important;

    }
    body, button, input, select, textarea {
        font-family: "Poppins", sans-serif !important;
    }
    
    .contact-info{
        background: #00000024;
        padding: 30px;
    }
    .form-control, .form-select {
	border-radius: 30px!important;
	border: none;
	padding: 12px 20px;
}
    .form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
	background: #fff;
	/* border-radius: 30px; */
}


.btn {

	border-color: #7a007a !important;
}

/* Mega menu style for laptop view */
.dropdown-menu.mega-menu {
  width: 900px;
  padding: 25px 30px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-top: 100px;
  background-color: #fff;
}

.mega-menu .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu .row ul li {
  margin-bottom: 10px;
}

.mega-menu .row ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.mega-menu .row ul li a:hover {
  color: #007bff;
}

    
    
    /* General Reset */
    body, html {
      margin: 0;
      padding: 0;
  
      overflow-x: hidden;
    }

    /* Navbar floating over hero */
    .navbar {
      background: #fff;
      border-radius: 16px;
      padding: 10px 30px;
      max-width: 95%;
      margin: 20px auto;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      z-index: 1000;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      
  
    }
    .navbar-brand img {
      height: 114px;
    }
    .nav-link {
      color: #4b004b !important;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin: 0 12px;
    }
    .nav-link:hover {
      color: #7a007a !important;
    }
    .btn-contact {
      background-color: #4b004b;
      color: #fff;
      border-radius: 8px;
      font-weight: 600;
      padding: 8px 20px;
      border: none;
    }
    .btn-contact:hover {
      background-color: #7a007a;
    }


      @media (max-width: 767px) {
    .hide-mobile {
      display: none !important;
      
    }
  }

    /* Hero Section */
    .hero-section {
      background: url(../img/car/aero.webp) center center/cover no-repeat;
      position: relative;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }
    .hero-overlay {
      /* background: rgba(75, 0, 75, 0.85); */
      position: absolute;
      inset: 0;
    }
    .hero-content {
      position: relative;
      text-align: left;
      z-index: 2;
      max-width: 1000px;
      width: 100%;
      padding: 60px 20px;
      margin-top: 80px; /* to avoid overlap with navbar */
    }
    .hero-content h1 {
      font-weight: 700;
      letter-spacing: 1.5px;
      margin-bottom: 40px;
    }

    /* Form Styling */
    .booking-form {
      background-color: transparent;
      background-image: linear-gradient(180deg, #6211549e 0%, #621154ad 70%);

      border-radius: 10px;
      padding: 30px;
    }
    
    .booking-form h1 {
      color: #fff;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 30px;
      font-size: 1.8rem;
    }
    .form-control, .form-select {
      border-radius: 30px;
      border: none;
      padding: 12px 20px;
    }
    label.form-label {
      font-weight: 500;
      color: #fff;
      font-size: 0.9rem;
      margin-bottom: 6px;
    }
    .btn-quotes {
      background-color: #7a007a;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 40px;
      font-weight: 600;
      letter-spacing: 1px;
      width: 100%;
      max-width: 100%;
    }
    .btn-quotes:hover {
      background-color: #4b004b;
    }

    @media (max-width: 992px) {
      .navbar {
        border-radius: 0;
        margin: 0;
        top: 0;
        max-width: 100%;
      }
      .hero-content {
        margin-top: 120px;
      }
    }


    /* //second section */

     .features-section {
      padding: 50px 0;
      background-color: #fff;
    }
    .feature-box {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 20px 20px;
      transition: all 0.3s ease;
    }
    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    .feature-title {
      font-weight: 700;
      text-transform: uppercase;
      color: #212529;
      font-size: 16px;
      margin-bottom: 10px;
    }
    .feature-text {
      color: #555;
      font-size: 15px;
    }

    /* about us section */
    .about-section {
  background-color: #fff;
}
.about-section h2 {
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left!important;
}
.about-section p {
  font-size: 15px;
  line-height: 1.7;
}
.text-primary {
  color: #66124c !important;
}
.btn-primary:hover {
  background-color: #4d0e3a !important;
}

/* why choose us  */


.why-choose-us {
  /* Base background */
  background: url('img/bg-pattern.jpg') no-repeat center/cover,
              linear-gradient(90deg, #e1d2e3 0%, #c6a6cb 100%);
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Transparent purple background behind car */
.car-bg {
  background-color: transparent;
      background-image: linear-gradient(180deg, #621154 0%, #F1F1F100 70%);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  display: inline-block;
}

.icon-box {
  width: 50px;
  height: 50px;
  background-color: #66124c;
  flex-shrink: 0;
}

.why-choose-us h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

.car-image {
  max-width: 598px;
  padding-top:83px;
}

.bg-purple {
  background-color: #66124c !important;
}

@media (max-width: 992px) {
  .why-choose-us {
    text-align: center;
  }
  .why-choose-us h2 {
    text-align: center;
  }
  .car-image {
    margin-top: 30px;
    max-width: 400px;
  }
}

/* how its wor */

.how-it-works {
  background-color: #ffffff;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.step-box {
  padding-top: 60px;
  padding-bottom: 30px;
  transition: all 0.3s ease;
}

.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.step-number {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}

.bg-purple {
  background-color: #66124c !important;
}

h2 {
  font-weight: 700;
  color: #000;
}


/* by the number */

.by-numbers {
  background-color: #d7c0d4;
  background-image: url("your-bg.png"); /* optional bg */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 70px 0;
}

/* -------- HEADING + PARAGRAPH -------- */
.by-numbers h2 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.by-numbers p {
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
}

/* -------- COUNTER BOX -------- */
.counter-box {
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.counter-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 1.5rem;
}

.icon-purple { background-color: #69144a; }
.icon-dark { background-color: #2e2e2e; }

.counter-text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #000;
  text-align: left;
}

.counter-text span {
  font-size: 14px;
  color: #777;
}

/* -------- RESPONSIVE -------- */
@media (max-width: 992px) {
  .heading-row { text-align: center; }
  .heading-row .col-lg-6:first-child { margin-bottom: 20px; }
  .counter-box { margin-bottom: 20px; }
}


/* testimonials */


.testimonial-section {
  padding: 80px 0;
}

.testimonial-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.testimonial-section p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.contact-btn {
  background: #5e0948;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #000;
  color: #fff;
}

.testimonial-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 30px 20px 60px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}

.testimonial-box.active {
  background: #5e0948;
  color: #fff;
}

.testimonial-box p {
  font-style: italic;
  margin-bottom: 0;
}

.testimonial-box.active p {
  color: #fff;
}

.customer {
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.customer img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  object-fit: cover;
}

.customer h5 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.testimonial-box.active .customer h5 {
  color: #000;
}

@media (max-width: 991px) {
  .testimonial-section .row.align-items-center {
    text-align: center;
  }

  .testimonial-section h2 {
    margin-bottom: 15px;
  }

  .testimonial-section .contact-btn {
    margin-top: 20px;
  }
}



@media (max-width: 992px) {
  .testimonial-section {
    padding: 60px 20px;

  }

  .testimonial-section h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-section p {
    text-align: center;
  }

  .contact-btn {
    display: block;
    margin: 20px auto 0;
  }
}

/* Mobile Devices */
@media (max-width: 576px) {
  .testimonial-section {
    padding: 50px 15px;
  }

  .testimonial-section h2 {
    font-size: 26px;
  }

  .testimonial-box {
    padding: 25px 20px;
   
  }

  .testimonial-box p {
    font-size: 15px;
    
  }

  .customer img {
    width: 60px;
    height: 60px;
   
  }

  /* Hide Contact Button on Mobile */
  .contact-btn {
    display: none;
  }
}


/* FAQ Banner */
.faq-banner {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url(../img/car/faq.jpg); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax scroll effect */
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(122, 0, 122, 0.6); /* Purple overlay with transparency */
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-banner h2 {
  position: relative;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
}

@media (max-width: 768px) {
  .faq-banner {
    height: 150px;
  }

  .faq-banner h2 {
    font-size: 30px;
  }
}


/* accordian */


.faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-heading {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-bottom: 20px;
}

.faq-text {
  color: #666;
  font-size: 16px!important;
  line-height: 1.7;
}

.accordion-button {
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: #39393d;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-body {
  color: #555;
  font-size: 15px;
  background-color: #fff;
  border-left: 3px solid #1e1e1e;
  padding: 15px 20px;
}

/* footer */


.footer-section {
  background: #d5bfd4;
  padding: 60px 100px 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;

}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #231f20;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #231f20;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #6a2a6b;
}

.footer-column p {
  color: #231f20;
  font-size: 14px;
  line-height: 1.6;
}

.footer-tagline {
  margin-top: 20px;
  font-weight: 500;
  color: #6a2a6b;
}

.social-icons a {
  color: #231f20;
  margin-right: 10px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #6a2a6b;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.footer-bottom p {
  font-size: 14px;
  color: #231f20;
}

.footer-brand {
  font-weight: 600;
  color: #6a2a6b;
  text-decoration: none;
}

.footer-brand:hover {
  text-decoration: underline;
  color: #231f20;
}









/* ============ Responsive Footer ============ */

@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-section {
    padding: 50px 50px 25px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-section {
    padding: 40px 25px 20px;
    border-radius: 0;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-column h4 {
    margin-bottom: 15px;
  }

  .footer-logo {
    margin: 0 auto 15px;
  }

  .footer-column ul li {
    margin-bottom: 8px;
  }

  .footer-column ul li a {
    font-size: 14px;
  }

  .footer-column p {
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-column i {
    margin-right: 5px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .social-icons a {
    margin: 0 6px;
    font-size: 18px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 15px;
    margin-top: 20px;
  }

  .footer-bottom p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .footer-section {
    padding: 30px 15px 15px;
  }

  .footer-column h4 {
    font-size: 16px;
  }

  .footer-column ul li a {
    font-size: 13px;
  }

  .footer-column p {
    font-size: 12px;
  }

  .social-icons a {
    font-size: 16px;
  }

  .footer-logo {
    width: 100px;
  }
}






@media (min-width: 992px){

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
}



/* about us page css */


  .how-it-works {
      padding: 80px 0;
      text-align: center;
    }

    .how-it-works h2 {
      font-weight: 700;
      color: #222;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .how-it-works p.lead {
      color: #666;
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 16px;
    }

    .step-box {
      background: #fff;
      border-radius: 15px;
      padding: 40px 25px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      height: 100%;
      position: relative;
    }

    .step-box:hover {
      transform: translateY(-5px);
    }

    .step-icon {
      width: 70px;
      height: 70px;
      background-color: #3e003e;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 28px;
      margin: 0 auto 20px;
    }

    .step-box h4 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #222;
    }

    .step-box p {
      color: #666;
      font-size: 15px;
    }

    .step-number {
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #3e003e;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media (max-width: 767px) {
      .step-box {
        margin-bottom: 40px;
      }
    }





     .about-section .image-box img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      object-fit: cover;
      margin-bottom:30px !important;
    }
@media (min-width: 1024px) and (max-width: 1366px) {

.about-section{
      margin-left:60px !important;
    }
  }

@media (max-width: 480px){
    .about-section{
      margin-left:0px !important;
    }
  } 