body {
    font-family: "Poppins", sans-serif;
    background-color: #FFFDF5;
  
}
.navbar {
    background-color: #FFFDF5;
}
.navbar-brand img {
    height: 40px;
}

/* home CSS */
.hero-img{
    width: 400px;
    height: 200px;
}
.nav-link {
    color: #2b2b2b !important;
    font-weight: bold;
}
.btn-chat {
    background-color: #FFFDF5;
    color: #2b2b2b;
    border: 2px solid #2b2b2b;
    font-weight: bold;
}
.btn-signin {
    background-color: #2b2b2b;
    color: #FFFDF5;
    font-weight: bold;
}

.modal-content {
  background-color: #ffd93b;
  color: #333;
  padding: 20px;
  border-radius: 10px;
}
.modal-header, .modal-footer {
  border: none;
}
.form-label {
  font-weight: bold;
}
.form-control::placeholder {
  color: #888;
}
.btn-custom {
  background-color: #333;
  color: #fff;
  border: none;
}
.btn-custom:hover {
  background-color: #555;
}
.custom-link {
  color: #007bff;
  text-decoration: none;
}
.custom-link:hover {
  text-decoration: underline;
}

.hero-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}
.Dallas{
    color: #ffda50;
}
.car-info-title{
    background: #2b2b2b;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.card{
    border: none;
}
.bg-img-one{
  position: relative;
}
.bg-img-one img{
  z-index: -1;
  position: absolute;
  width: 740px;
  bottom: -157px;
  left: -5px;
}
.hero-subtext {
    font-size: 1.5rem;
    font-weight: bold;    
}
.form-control {
    background-color: #ffda50;
    border: none;
    color: #2b2b2b;
}
.btn-offer {
    background-color: #2b2b2b;
    color: #FFFDF5;
    font-weight: bold;
}
.btn-offer:hover{
  border: 1px solid #2b2b2b;
}
.input-group input{
    background: #FFFDF5;
}
.input-group button{
    background-color: #2b2b2b;
    border: none;
    color: white;
}
.sAndb p{
    width: 75%;
}
 



.places{
    background-color: #ffda50;
    z-index: 11;
}

.header-section {
  background-color: #333;
  color: #ffd700;
  text-align: center;
  padding: 50px 20px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0px 0px 100px 100px;
}

/* Main Content Section */
.content-section {
  background-color: #ffefb5;
  padding: 30px 20px;
  max-width: 60%;
  margin: 0 auto;
  border-radius: 0px 0px 50px 50px;
   
}
.content-section3{
    background-color: #ffefb5;
    padding: 30px 20px;
    max-width: 60%;
    margin: 10px auto;
    border-radius: 50px 50px 50px 50px;
}
.s2btn1{
   background:#ffefb5 ; 
}

.content-section p {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}

/* Button Section */
.button-section {
  margin-top: 10px;
  display: flex;
  justify-content: center;
} 
.yellow-section {
  background-color: #FFD43B;
  border-radius: 10px;
  padding: 15px 20px;
  transition: max-height 0.4s ease, padding-bottom 0.4s ease;
  overflow: hidden;
  max-height: 60px; /* Collapsed height */
  position: relative;
  width: 100%;
}

.yellow-section.expanded {
  max-height: 500px; /* Expanded height */
  padding-bottom: 15px;
}

 
.learn-more-btn {
  background-color: #333;
  color: #FFD43B;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 0.9em;
  margin-left: 10px; /* 10px gap */
  align-self: center;
}

.learn-more-btn:hover {
  background-color: #555;
}


.details {
  opacity: 0;
  transition: opacity 0.4s ease;
  font-size: 0.95em;
  color: #333;
  margin-top: 10px;
  visibility: hidden;
}


.yellow-section.expanded .details {
  opacity: 1;
  visibility: visible;
}

.pText{
    display: flex;
    align-items: center;
 justify-content: center;
}
.pText h1{
    border-radius: 10px;
    width: 55%;
}
.pText button , .content-container button{
    border: none;
    background-color:#2b2b2b;
    color: #ffda50;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 8px;
    margin-left: 20px;
    transition: background-color 0.4s ease;     
}
.pText button:hover{
    color: #2b2b2b;
    background-color: white;
}

.imgCc{
    position: relative;
}
.imgCc .img1{
    width: 300px;
    position: absolute;
    bottom: 350px;
    z-index: 0;
}
.imgCc .img2{
    width: 400px;
    position: absolute;
    bottom: 350px;
    right: 0px;
    z-index: 0;
}
.imgCc .img3{
    width: 400px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}

 .more-text {
    display: none; /* Initially hides the extended content */
  }
  
  .more-text2 {
    display: none; /* Initially hides the extended content */
} 
.faqQuestions{
    max-width: 80%;
    margin: 0 auto;
}
.bg-img-two{
    background-image: url('/asset/images/Theme IMG 01 to 09/FAQ-Home-IMG-09.png'); /* path to your image */
    background-size: contain; /* change this to 'contain', 'cover', or specific dimensions */
    background-position: center; /* change this to desired position (e.g., 'top', 'bottom', 'left', 'right', or specific coordinates) */
    background-repeat: no-repeat; /
}
.container-section4{
    background-color: #2b2b2b;
}
.container-section4 h1{
    color: #ffda50;
}

/* image Carosoul */
.carousel2 {
    width: 100%;
    max-width: 1000px; /* Adjust as needed */
    overflow: hidden;
    
    margin: auto;
  }
  
  /* Track for images */
  .carousel-track2 {
    display: flex;
    animation: scroll 60s linear infinite; /* Adjust timing as needed */
  }
  
  /* Individual carousel items */
  .carousel-item2{
    min-width: 100px;  
    padding: 5px;  
  }
  
  .carousel-item2 img {
    width: 100%; 
    display: block;
  }
  
  /* Keyframes for infinite scroll */
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-4600px); } /* 46 images x 100px */
  }

 /* Accordion Container */
.accordion-container {
  width: 80%;
  max-width: 1000px;
  margin: auto;
  font-family: Arial, sans-serif;
}

/* Accordion Item */
.accordion-item {
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Accordion Header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #2b2b2b40;
  cursor: pointer;
  color: #ffda50;
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* Accordion Header Hover */
.accordion-header:hover {
  background-color: #ffda50;
  color: #2b2b2b;
}

/* Icon Styling */
.accordion-header::after {
  content: "➕";
  font-size: 1.2em;
  transition: transform 0.4s ease;
}

/* Accordion Content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 0 15px;
  font-size: 0.95em;
  color: #2b2b2b;
  transition: max-height 0.6s ease, padding 0.4s ease;
}

/* accordion Visible */
.accordion-item input:checked ~ .accordion-header::after {
  transform: rotate(45deg);
}

.accordion-item input:checked ~ .accordion-content {
  max-height: 500px;  
  padding: 15px;
}

/* Hidden Checkbox */
.accordion-item input {
  display: none;
}

/* Gallery Section  */
.gallery-section {
    background-color: #2b2b2b;
    padding: 50px 0;
    color: #ffda50;
    text-align: center;
  }
  .gallery-section h2 {
    color: #ffda50;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    border: 2px solid #ffda50;
    border-radius: 8px;
  }
  .gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  .gallery-item:hover img {
    transform: scale(1.1);
  }
  .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffda50;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }

/* testtimonal */ /* Testimonials Section Styling */
.testimonial-section {
    background-color: #2b2b2b;
    color: #ffda50;
    padding: 50px 0;
  }
  .testimonial-section h2 {
    color: #ffda50;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .testimonial-slide {
    color: #fff;
    padding: 20px;
    background-color: #2b2b2b;
    border: 1px solid #ffda50;
    border-radius: 8px;
    text-align: center;
    height: 100%;
  }
  .testimonial-content {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 20px;
  }
  .testimonial-author {
    font-weight: bold;
    color: #ffda50;
  }
  
  /* Responsive Styling */
  @media (max-width: 767px) {
    .carousel-inner .row {
      display: flex;
      flex-direction: column;
    }
  }
  
 
   /*  footer styles */
   .footer {
    background-color: #2b2b2b;
    color: #fff;
    padding: 40px 0;
  }
  .footer h5 {
    color: #ffda50;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .footer a {
    color: #fff;
    text-decoration: none;
  }
  .footer a:hover {
    color: #ffda50;
  }
  .footer .social-icons a {
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
  }
  .footer .social-icons a:hover {
    color: #ffda50;
  }
  .footer-bottom {
    text-align: center;
    color: #ffda50;
    padding: 20px 0;
    font-size: 0.9rem;
  }

@media (max-width: 768px) {
    .bg-img-one {
        background-image: none; 
    }
    .sAndb p{
        width: 100%;
    }
    .imgCc img{
        display: none;
    }
   
    .content-section {
        background-color: #ffefb5;        
        padding: 20px;        
        max-width: 90%;
        margin: 0 auto;
        border-radius: 50px 50px 50px 50px;
      }
      .content-section3{
        background-color: #ffefb5;        
        padding: 20px;    
        max-width: 90%;
        margin: 0 auto;
        border-radius: 50px 50px 50px 50px;
      }
      .pi2{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
         
      }
      .header-section {
        background-color: #333;
        color: #ffd700;
        text-align: center;
        padding: 20px 20px;      
        font-weight: bold;
        border-radius: 0px 0px 100px 100px;
      }
      
 
}

 