@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    :root {
      --bs-primary: #C3A660;
    }

    body{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        margin: 0px;
        padding: 0px;
/*        float: left;*/
      }

    .bs-primary{
      background: var(--bs-primary);
    }
    .text-primary-custom {
      color: var(--bs-primary) !important;
    }
    .bs-primary:hover {
      background-color: #b2924f;
    }

    .input-group-text i {
      color: var(--bs-primary);
    }

    .selected-card {
      border: 2px solid #c3a660 !important; /* custom gold */
      box-shadow: 0 0 0 4px rgba(197, 164, 82, 0.3); /* soft glow */
    }
    .hero {
      height: 100vh;
      position: relative;
      color: white;
      top: -1px;
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: rgba(0, 0, 0, 0.6); */
    }
    .hero-content {
      position: relative;
      z-index: 2;
      padding-top: 120px;
    }

.start-now-btn {
  background-color: #000;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline-block;
}

    
    /* Hide top bar on mobile */
@media (max-width: 767.98px) {
  .top-bar {
    display: none !important;
  }
}

.mobile-top-bar {
  text-align: center;
}

/* Adjust LuxO brand */
.navbar-brand {
  font-size: 24px;
}

.navbar-toggler {
  border: none;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.3s;
}

 .navbar-nav .nav-link:hover:before {
    content: "...";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    font-size: 30px;
    color: #C3A660;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

   .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link.active::before {
    opacity: 1;
  }

.navbar .dropdown-menu {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .sticky-desktop {
    position: sticky;
    top: 0;
    z-index: 1050;
  }
}


.dropdown-menu{
    background: linear-gradient(135deg, #0f0f0fb0, #1e1e1e);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    color: #c4a660;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dropdown-item{
  color: #fff;
}

.dropdown-item:hover{
  color: #000 !important;
  background-color: #c4a660 !important;
}

    /* .booking-box {
      background: white;
      border-radius: 50px;
      padding: 15px;
      position: relative;
      top: -300px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    label {
    display: block !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
  }
    @media (max-width: 767.98px) {
      .booking-box {
        top: 0px !important;
      }
    }
    .circle-image {
      border-radius: 50%;
      border: 5px solid #000;
      overflow: hidden;
      width: 200px;
      height: 200px;
    } */


    .luxury-section {
      color: white;
      padding: 100px 0 180px; /* bottom padding to allow card overlap */
      position: relative;
    }

    .luxury-title {
      font-size: 2.25rem;
      font-weight: 600;
    }

    .luxury-description {
      font-size: 1rem;
      line-height: 1.7;
      max-width: 600px;
    }

    .cards-wrapper {
      position: relative;
      margin-top: -130px; /* pull cards upward to overlap */
      z-index: 10;
    }

    .card-custom {
      border: none;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .card-custom img {
      height: 360px;
      object-fit: cover;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }

    .card-title-custom {
      color: #b8923a;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }

    .card-text-custom {
      font-size: 0.95rem;
      color: #555;
    }
    


    .luxury-info-section {
      background-color: #fdf8f1;
      position: relative;
      padding: 100px 0;
      overflow: hidden;
    }


    .luxury-info-section::after {
      content: "";
      background: url('img/after\ 1.png') no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 180px;
      height: 180px;
      opacity: 0.5;
      z-index: 0;
    }

    /* Image Styles */
    .main-image-container {
      position: relative;
      display: inline-block;
      z-index: 1;
    }

    .main-image {
      border-radius: 15px;
      width: 100%;
      height: auto;
    }

    .floating-image {
      border-radius: 10px;
      border: 5px solid white;
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 65%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    /* Text Styling */
    .text-accent {
      color: #c8a44c;
      font-weight: 600;
      letter-spacing: 0.05em;
      font-size: 0.9rem;
      text-transform: uppercase;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .section-description {
      color: #555;
      font-size: 1rem;
      line-height: 1.7;
    }

    @media (max-width: 768px) {
      .floating-image {
        width: 75%;
        bottom: -20px;
      }
      .section-title {
        font-size: 1.7rem;
      }
    }

    @media (max-width: 576px) {
      .main-image-container {
        width: 90%;
        margin: auto;
      }

      .floating-image {
        width: 80%;
        bottom: -15px;
      }

      .dots-overlay {
        width: 70px;
        height: 70px;
        top: -10px;
        right: -10px;
      }

      .section-title {
        font-size: 1.5rem;
      }
    }



    .feature-section {
      padding: 60px 0;
      text-align: center;
    }

    .feature-line {
      border-top: 2px solid #c8a94f;
      position: absolute;
      top: 45%;
      left: -72px;
      right: -72px;
      z-index: 1;
    }

    .feature-item {
      position: relative;
      z-index: 2;
      background-color: #fff;
      border: 2px solid #c8a94f;
      border-radius: 50%;
      width: 220px;
      height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: auto;
      padding: 20px;
      text-align: center;
    }

    .feature-icon {
      width: 60px;
      height: 50px;
      margin-bottom: 10px;
    }

    .feature-btn {
      width: 40px;
      height: 40px;
      background-color: #c8a94f;
      color: black;
      border: 2px solid #000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50%;
      right: -75px;
      transform: translateY(-50%);
      z-index: 3;
    }

    .feature-title {
      font-weight: 600;
      margin-top: 10px;
      font-size: 18px;
    }

    .feature-desc {
      font-size: 14px;
      color: #666;
    }

    @media (max-width: 768px) {
      .feature-line {
        display: none;
      }

      .feature-btn {
        display: none;
      }

      .feature-item {
        margin-bottom: 30px;
      }
    }



    .bg-overlay {
      background: url('img/deals-bg.png') center center/cover no-repeat;
      height: 420px;
    }
    .car-wrapper {
      position: relative;
      max-width: 100%;
      margin-top: -80px;
    }
    .car-img {
      position: absolute;
      bottom: -200px;
      max-width: 50%;
    }
    .car-center {
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      max-width: 35%;
    }
    .car-left {
      left: 25%;
      z-index: 1;
    }
    .car-right {
      right: 0;
      z-index: 1;
    }

    @media (max-width: 768px) {
      .car-img {
        position: static;
        max-width: 80% !important;
        margin-bottom: 1rem;
      }
      .car-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
      }
    }



    .fleet-title {
      font-size: 2.2rem;
      font-weight: 700;
    }

    .fleet-filter {
      cursor: pointer;
      font-weight: 500;
    }

    .fleet-filter.active {
      color: #caa949;
    }

    .scroll-wrapper {
      position: relative;
      overflow: hidden;
    }

    .scroll-container {
      display: flex;
      overflow-x: scroll;
      scroll-behavior: smooth;
      scrollbar-width: none; /* Firefox */
    }

    .scroll-container::-webkit-scrollbar {
      display: none; /* Chrome */
    }

    .car-item {
      flex: 0 0 auto;
      width: 250px;
      margin: 0 15px;
    }

    .car-item img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .scroll-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background-color: #ccc;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 24px;
      cursor: pointer;
    }

    .scroll-button.left {
      left: 0;
    }

    .scroll-button.right {
      right: 0;
    }

    @media (max-width: 768px) {
      .car-item {
        width: 180px;
      }
    }



    .service-icon {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }

    .service-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .service-item h6 {
      font-weight: 600;
    }

    .app-image-wrapper {
      position: relative;
      width: 100%;
      max-width: 600px;
    }

    .phone-main {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 490px;
    }

    .phone-bg {
      position: absolute;
      left: 120px;
      top: 20px;
      width: 100%;
      max-width: 370px;
      z-index: 1;
    }

    .car-image {
      position: absolute;
      bottom: 30px;
      left: 200px;
      width: 100%;
      max-width: 420px;
      z-index: 3;
    }

    .map-icon {
      position: absolute;
      right: -40px;
      top: 60px;
      z-index: 4;
      width: 120px;
    }

    .store-buttons img {
      height: 50px;
      margin-right: 10px;
    }

    @media (max-width: 992px) {
      .app-image-wrapper {
        margin-top: 40px;
      }

      .car-image {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
      }

      .map-icon {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
      }

      .phone-main,
      .phone-bg {
        max-width: 0px;
      }
    }



    .bg-light {
        background: url('img/Rectangle 308.png') center center/cover no-repeat;
    }

.quote-bg {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  opacity: 0.1;
  z-index: 1;
}

.bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 300px;
  z-index: 1;
}

.woman-img {
  max-width: 400px;
  z-index: 2;
}

.happy-card {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media (max-width: 768px) {
  .quote-bg {
    display: none;
  }
  .bg-shape {
    width: 60%;
  }
  .woman-img {
/*    max-width: 250px;*/
  }
  .happy-card {
    bottom: 0;
/*    transform: translateX(-50%) translateY(50%);*/
    padding: 10px 15px;
  }
}



/* login-model */

.login-bg {
  background: url('img/boston-urban-buildings.png') no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: inherit;
}

.login-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.login-bg > * {
  position: relative;
  z-index: 2;
}


.brand .circle {
  font-weight: bold;
  color: white;
  background: #c5a049;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 18px;
  margin-left: 4px;
}

.brand .sub {
  background: white;
  color: black;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 4px;
}

.btn-gold {
  background-color: #c5a049;
  border: none;
  color: white;
  font-weight: bold;
  height: 45px;
  border-radius: 6px;
}

/* Signup */

.signup-bg {
  background: url('img/boston-urban-buildings.png') no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: inherit;
}

.signup-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.signup-bg > * {
  position: relative;
  z-index: 2;
}

.brand .circle {
  font-weight: bold;
  color: white;
  background: #c5a049;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 18px;
  margin-left: 4px;
}

.brand .sub {
  background: white;
  color: black;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 4px;
}

.btn-gold {
  background-color: #c5a049;
  border: none;
  color: white;
  font-weight: bold;
  height: 45px;
  border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

.swiper-button-next {
  right: -20px;
}

.swiper-button-prev {
  left: -20px;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.worksafe-section {
  background-color: #F9F6EF; /* cream background */
  position: relative;
  overflow: hidden;
}

.decorative-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 180px;
  z-index: 0;
  pointer-events: none;
}

/* about-us */

.border-gold {
  border: 5px solid #c5a049; /* gold border */
}

.custom-shape {
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  object-fit: cover;
}

.history-left {
  background-color: #C3A660; /* Use your exact gold shade */
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

/* contact-us */

.icon-wrapper {
  width: 100px;
  height: 100px;
}

.icon-wrapper img:first-child {
  width: 100%;
  height: auto;
}

.icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
}

::placeholder {
  color: white !important;
  opacity: 1; /* Ensure it's fully visible */
}

/* For better browser support */
::-webkit-input-placeholder {
  color: white !important;
}

:-ms-input-placeholder {
  color: white !important;
}

::-moz-placeholder {
  color: white !important;
  opacity: 1;
}

:-moz-placeholder {
  color: white !important;
  opacity: 1;
}

/* point to point */

 .accordion-button .icon::before {
    content: '+';
    font-size: 1.25rem;
    color: #000;
  }

  .accordion-button:not(.collapsed) .icon::before {
    content: '×'; /* close icon */
  }

  .accordion-button::after {
    display: none !important; /* hide default Bootstrap icon */
  }

  /* Blogs */

  .blog-header {
      background-color: #b89751;
      color: white;
      padding: 30px 20px;
      text-align: center;
    }
    .blog-card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      overflow: hidden;
      margin-bottom: 30px;
    }
    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .blog-card-body {
      padding: 20px;
    }
    .blog-card h5 {
      color: #b89751;
      font-weight: bold;
    }
    .costum-bg-color{
      border: 1px solid #c3a660;
    }
    .costum-bg-color:hover{
      background-color: #c3a660;
      color: white;
    }

    .blog-hero {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    .blog-title {
      color: #b89751;
      font-weight: bold;
    }
    .blog-content {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #333;
    }
    .related-title {
      color: #b89751;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .related-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      overflow: hidden;
      margin-bottom: 30px;
    }
    .related-card img {
      height: 180px;
      object-fit: cover;
      width: 100%;
    }
    .related-card-body {
      padding: 15px;
    }
    .related-card-title {
      font-size: 1rem;
      font-weight: bold;
      color: #b89751;
    }

    .costum-bg-color{
      border: 1px solid #c3a660;
    }
    .costum-bg-color:hover{
      background-color: #c3a660;
      color: white;
    }