html,body{
    max-width:100%;
    overflow-x:hidden !important;
}
.popular-places{
 background-image:url('../img/footer-bg.jpg');
 background-size: cover;
 position:relative;
 color:#fff;
}
.footer-widgets {
    position: relative;
}

.popular-places .widget-categories ul li a, .widget-categories .widget-title, .footer-link-color{
      color:#fff !important;
}
.popular-places .section-title small + span {
    margin-top: 39px;
    color: #ff9e00;
}
.popular-places .footer-widgets .widget {
    margin-top: 10px;
}
.popular-places a,.popular-places small, .popular-places h2{
    color:#fff !important;
}
.popular-places .footer-widgets {
    padding-bottom: 0;
}
.footer-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background:#333333eb;
}

.quick-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.link-wrapper
{
    background: #343432;
}

.quick-link li a{
    padding:10px;
    border-right: 1px solid #ffffff21;
}
.text-alignment{
    text-align:center;
    margin-top: -18px;
    margin-bottom: 12px;
}
  .mega-dropdown {
      position: static !important;
    }
    .mega-dropdown-menu {
      padding: 20px 0px;
      width: 100%;
      box-shadow: none;
      -webkit-box-shadow: none;
    }
    .mega-dropdown-menu > li > ul {
      padding: 0;
      margin: 0;
    }
    .mega-dropdown-menu > li > ul > li {
      list-style: none;
    }
    .mega-dropdown-menu > li > ul > li > a {
      display: block;
      color: #222;
      padding: 3px 5px;
      font-size: 16px;
      line-height: 1.428571429;
      white-space: nowrap;
    }
   .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ff7801;
}
    #primary-menu .navbar-nav{
    margin-top: 20px;
    margin-left: 25px;
    }
    
      #megamenu{
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 70px;
}
    
    .web-logo{
       margin-top: 7px; 
    }
    .dropdown-header {
    font-size: 18px;
    color: #0c0c0c;
    white-space: nowrap;
    font-weight: bold;
}

#primary-menu .navbar-nav>li>a {
text-transform: uppercase;
}   
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

@media only screen and (max-width: 768px) {
  .quick-link {
    display: block;
    text-align: left;
    padding: 21px;
  }
  .quick-link li a {
    border-right: none;
}
#megamenu {
    position: static;
    width: 100%;
}
}


/*mobile menu start here*/

.dcb-menu-toggle {
      display: none;
      cursor: pointer;
      padding: 10px;
    }

    .dcb-menu-toggle span {
      width: 25px;
      height: 3px;
      background-color: #333;
      margin: 5px 0;
      display: block;
    }

    .dcb-close-icon {
      position: absolute;
      top: 0px;
      right: 10px;
      cursor: pointer;
      z-index: 99;
      color: red;
      font-size: 35px;
      font-weight: bold;
    }

    .dcb-menu {
      background-color: #f4f4f4;
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      transition: left 0.3s ease;
      overflow-y: auto;
    }

    .dcb-menu.active {
      left: 0;
    }

    .dcb-menu ul {
      list-style: none;
      padding: 0;
    }

    .dcb-menu li {
      position: relative;
      padding: 15px;
      border-bottom: 1px solid #ccc;
    }
    .dcb-menu li a:hover {
        color:#ffa600;
    }

    .dcb-menu li:last-child {
      border-bottom: none;
    }

    .dcb-menu li.dcb-dropdown .dcb-submenu {
      display: none;
    }

    .dcb-menu li.dcb-dropdown > a::after {
      content: '\203A';
      float: right;
      margin-left: 5px;
      font-size: 25px;
      margin-top: -10px;
    }

    .dcb-menu li.dcb-dropdown.open > a::after {
      content: '\2039';
    }

    .dcb-menu li.dcb-dropdown.open .dcb-submenu {
      display: block;
    }

    .dcb-submenu ul {
      list-style: none;
      padding: 0;
    }

    .dcb-submenu li {
      padding: 10px;
    }

    .dcb-mega-menu {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .dcb-mega-menu-column {
    flex: 0 0 100%;
    padding: 10px;
    min-width: 100px;
    font-size: 15px;
    }

    .dcb-mega-menu-column h3 {
      margin-top: 0;
      font-size: 18px;
    }

    /* Add styles for responsive design */
    @media screen and (max-width: 768px) {
      .dcb-menu {
        width: 70%;
        left: -100%;
        display:block !important;
        z-index: 99;

      }
      
    .imgeffect{
    width: 100% !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
      .dcb-menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;    
      }
      .navbar-toggle{
            display: none;
      }
    }

/*mobile menu end here */

.dropdown-menu>li>a {
    font-size: 16px;
}
.imgeffect{
    width: 50%;
    float: left;
    margin: 0px 16px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    padding: 8px;
}

.suggestions {
  max-height: 180px;
  overflow-y: auto;
  position: absolute;
  background-color: #e6e6e6;
  width: calc(100% - 22px);
  z-index: 9999;
}
.suggestion-item {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #d1cbcb;
}
.suggestion-item:hover {
  background-color: #f0f0f0;
}

#detailsid1{
 padding-left: 29px;   
}

/* Page Wrapper */
.thank_you_page .wrapper {
    background: linear-gradient(to bottom, #f8f9fa, #eaeaea);
    padding: 50px 15px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Section Styling */
.thank_you_page .page-section {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    max-width: 600px;
    margin: 0 auto;
}

/* Heading Styles */
.thank_you_page .section-title {
    color: #ffa600 !important;
    font-size: 40px !important;
    margin-bottom: 20px;
}

/* Subheading */
.thank_you_page .section-title small {
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 5px;
}

/* Text Styles */
.thank_you_page .panel-body p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Contact Section */
.thank_you_page .contact_us_for_info h3 {
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.thank_you_page .contact_us_for_info p {
    font-size: 16px;
    margin: 10px 0;
    color: #444;
    display: flex;
    align-items: center;
}

.thank_you_page .contact_us_for_info p strong {
    color: #ff6600;
    margin-right: 5px;
}

.thank_you_page .contact_us_for_info img, 
.thank_you_page .contact_us_for_info i {
    font-size: 20px;
    margin-right: 10px;
}

.thank_you_page .btn-success {
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ff6600; /* Using the orange color from the text */
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.thank_you_page .btn-success:hover {
    transform: translateY(-3px);
    background: #e65c00; /* Slightly darker shade for hover */
}

.thank_you_page .btn-success:active {
    transform: translateY(1px);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}
/* Icon Styling */
.thank_you_page .fa, 
.thank_you_page img {
    font-size: 20px;
    vertical-align: middle;
}
.form-group-two, .form-group-luxury-car{
    display:none;
}
#first_time_dropdown,#second_time_dropdown,#third_time_dropdown{
    position:relative;
}
  .time-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(0%);
    pointer-events: none;
    color: #666;
  }
  .trip_type_box4{
      margin:0 auto !important;
  }
  
  .self-drive-section {
            text-align: center;
            margin: 40px 0;
        }

        /* Background Banner */
        .self-drive-banner {
            position: relative;
            background: url('../img/selfdrive.jpg') no-repeat center center;
            background-size: cover;
            padding: 30px 20px;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: white;
        }

        /* Gradient Overlay */
        .self-drive-banner::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        /* Content Styling */
        .self-drive-content {
            position: relative;
            z-index: 2;
            max-width: 50%;
            padding: 20px;
            text-align: left;
        }

        .self-drive-content h2 {
            font-weight: bold;
            font-size: 36px;
            margin-bottom: 10px;
        }

        .self-drive-content p {
            font-size: 24px;
            margin-bottom: 0;
        }

        /* Subscribe Button */
        .subscribe-btn {
            position: relative;
            z-index: 2;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: black;
            border: none;
            font-weight: bold;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: 0.3s ease-in-out;
        }

        .subscribe-btn:hover {
            background: linear-gradient(135deg, #FFA500, #FFD700);
            transform: scale(1.05);
            box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .self-drive-banner {
                flex-direction: column;
                text-align: center;
            }
            .self-drive-content {
                max-width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }
        }
        
/* vehilce section start here */

/* Background Section */
/* Section Styles */
.vehicle-modern-section {
  background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
  position: relative;
  overflow: hidden;
}

.vehicle-modern-section .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

/* Vehicle Grid */
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

/* Vehicle Card */
.vehicle-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.vehicle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image Section */
.vehicle-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.vehicle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vehicle-image:hover {
  transform: scale(1.1);
}

/* Info Section */
.vehicle-info {
  padding: 20px;
  text-align: center;
  background: #f8f7f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  border-radius: 63px 59px 0px 0px;
  font-weight: bold;
}

.vehicle-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
  background: #ff6f61;
  margin-top: 0;
  padding: 11px;
}

.vehicle-price {
  font-size: 16px;
  color: #ff6f61;
  margin-bottom: 16px;
}

.vehicle-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: #666;
}

.vehicle-icons span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.vehicle-icons i {
  background: #ff6f61;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  font-size: 12px;
}

/* View All Button */
.view-all-btn-wrapper {
  margin-top: 40px;
}

.view-all-btn {
  padding: 12px 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  background: #ff6f61;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 6px 0px #fe523c, 0px 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}

.view-all-btn:hover {
  background:#fe523c;
  box-shadow: 0px 4px 0px #fe523c, 0px 12px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px) scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .vehicle-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-image-wrapper {
    height: 180px;
  }

  .vehicle-title {
    font-size: 18px;
  }

  .vehicle-price {
    font-size: 14px;
  }
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* vehilce section end here  */

.whatsapp-wrapper{
    position: fixed;
    width: auto;
    left: 2%;
    z-index: 99;
    bottom: 10%;
}
.whatsapp-wrapper img{
width:45px;
animation: zoomInOut 1.5s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}