/*----------------------------nave bar ----------------------------*/ 
.nave-logo{
    height: 35px;
}
body {
  padding-top: 58px;
}

.navbar {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  height: inherit;
}
/*----------------------------------Carousel-----------------------*/
.carousel-bg {
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;

  
  
}

/* Background images */
.slide1 {
  background-image: url('photos/car1.jpg');
    background-position: center right;
}

.slide2 {
  background-image: url('photos/car2.jpg');
  background-position: center left;
}
.slide3 {
  background-image: url('photos/car3.jpg');
  background-position: center center;
}

/* Dark overlay */
.carousel-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3)
  );
}

/* Front content */
.carousel-content {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 600px;
  padding: 60px;
  
}

.carousel-photo {
  /* position: relative; */
   padding-top: 0px;
}

/* BACKGROUND IMAGE */
.carousel-bg {
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  animation: kenBurns 12s ease-in-out infinite;
   filter: brightness(0.9) contrast(1.05);
}

/* BACKGROUND IMAGES */
.slide1 {
  background-image: url("photos/car1.jpg");
}

.slide2 {
  background-image: url("photos/car2.jpg");
}

.slide3 {
  background-image: url("photos/car3.jpg");
}

/* DARK OVERLAY */
.carousel-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* FIXED TEXT */
.carousel-fixed-content {
  position: absolute;
  top: 30%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  max-width: 800px;
}

.carousel-fixed-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.carousel-fixed-content ul {
  list-style: none;
  /* padding: 0; */
  text-align: center;
}

.carousel-fixed-content ul li {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

/* KEN BURNS EFFECT */
@keyframes kenBurns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.15) translate(-20px, -20px);
  }
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .carousel-bg {
    height: 260px;
    animation: kenBurnsMobile 12s ease-in-out infinite;
  }

  @keyframes kenBurnsMobile {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.08);
    }
  }

  .carousel-fixed-content {
    left: 5%;
    max-width: 90%;
  }

  .carousel-fixed-content h1 {
    font-size: 1.5rem;
  }

  .carousel-fixed-content ul li {
    font-size: 0.9rem;
  }
}


/* ---------------- content-section ---------------- */
.C-service-heading{
  text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
    padding-top: 20px;
}
.C-service-desc{
  max-width: 1000px;
    margin: 0 auto 10px;
    font-size: 1.1rem;
    color: #444;
    padding: 30px 0px;
  
}
/* ---------------- cards in content Section ---------------- */
.cards{
  background-color: rgb(220, 230, 239);
  padding: 20px;
  border-radius: 12px;
  margin: 15px;
}
.cards-heading{
  font-size: 14px;
  font-weight: bold;
}
.cards-para{
  text-align: start;
  font-size: 0.9rem;
  color: #444;
  padding: 8px 5px;
  font-weight: 550;
}
.para-ulist{
  text-align: start;
  font-size: 0.9rem;
  font-weight: 500;
}
.odrelist{
  text-align:start;
  font-weight: 400;
  list-style: none;
  padding-left: 10px;
  margin-left: 0;
}
.para-postList{
  text-align: start;
  font-size: 0.9rem;
  color: #444;
  padding: 8px 5px;
  font-weight: 550;
}



/* ---------------- About Section ---------------- */
.about-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.about-desc {
    max-width: 900px;
    margin: 0 auto 50px;
    font-size: 1.1rem;
    color: #444;
}

/* ---------------- About Cards ---------------- */
.about-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    cursor: pointer;
    height: 100%;
}

/* Icon */
.about-card .icon {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 12px;
}

/* Title */
.about-card h5 {
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

/* POP Hover Effect (Desktop) */
@media (hover: hover) {
    .about-card:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow: 0 25px 45px rgba(0,0,0,0.18);
    }
}

/* ---------------- Mobile Optimization ---------------- */
@media (max-width: 768px) {
    .about-section {
        padding: 50px 15px;
    }

    .about-title {
        font-size: 1.8rem;
    }

    .about-desc {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .about-card {
        padding: 25px 15px;
    }

    .about-card .icon {
        font-size: 1.8rem;
    }
}

.Status{
  text-align: center;
}
.statu{
  text-align: center;
}


/* ===========================
   FLOATING CALL & WHATSAPP
=========================== */

.floating-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ===========================
   FLOATING WHATSAPP & CALL
=========================== */

.floating-actions {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

/* Common style */
.fab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

/* WhatsApp */
.fab-whatsapp {
  background: #25D366;
  width: 150px;
  justify-content: center;
}

/* Call */
.fab-call {
  background: #0d6efd;
  width: 110px;
  justify-content: center;
}

/* Hover (desktop only) */
@media (hover: hover) {
  .fab:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.35);
  }
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .fab-whatsapp {
    width: 130px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .fab-call {
    width: 95px;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* =========================
   FOOTER BASE
========================= */

.footer {
  background-color: #2b2f33;
  color: #ffffff;
  padding: 60px 0 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f8c146;
  margin-bottom: 15px;
}

.footer-desc {
  color: #d1d1d1;
  line-height: 1.6;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #d1d1d1;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f8c146;
}

/* CONTACT ICONS */
.footer-box i {
  color: #f8c146;
  margin-right: 8px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 0.85rem;
  color: #cfcfcf;
}

/* =========================
   MOBILE ACCORDION
========================= */

.footer-toggle {
  display: none;
  background: none;
  border: none;
  color: #f8c146;
  font-size: 1.1rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.footer-toggle span {
  float: right;
  font-size: 1.3rem;
}

/* Mobile only */
@media (max-width: 768px) {
  .footer {
    text-align: left;
    padding: 50px 20px 20px;
  }

  .footer-toggle {
    display: block;
    margin-bottom: 10px;
  }

  .footer-title {
    text-align: center;
  }

  .footer-content {
    display: none;
  }

  .footer-accordion.active .footer-content {
    display: block;
    margin-top: 10px;
  }

  .footer-accordion.active .footer-toggle span {
    content: "-";
    transform: rotate(45deg);
  }

  .footer-container {
    gap: 25px;
  }
}
/*-------MOBILE NAVBAR OVERLAP-----------*/

@media (max-width: 768px) {
  .carousel-photo {
    padding-top: 70px;
  }
   body {
    padding-top: 0;
  }
  .carousel-photo {
    padding-top: 56px;
  }
  .carousel-fixed-content {
    top: 55%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 90%;
  }
  .carousel-fixed-content h1 {
    font-size: 1.6rem;
  }
  .carousel-fixed-content ul li {
    font-size: 0.95rem;
  }

}

/* ============================
   LOCATION + BOOKING SECTION
============================ */

.location-booking-section {
  background: #f8f9fa;
  padding: 70px 0;
}

.location-title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.location-address {
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 40px;
}

.location-address a {
  color: #0d6efd;
  text-decoration: none;
}

.map-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.booking-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.booking-form .form-control {
  height: 52px;
  border-radius: 10px;
  font-size: 1rem;
}

/* Mobile */
@media (max-width: 768px) {
  .location-title {
    font-size: 1.8rem;
  }

  .location-booking-section {
    padding: 50px 15px;
  }

  .booking-form {
    padding: 25px 20px;
  }
}
