:root {
  --primary-color: #3d8c95;
  --secondary-color: #00455E; 
  --third-color: #ff6f61;
}

html,body{
    max-width:100%;
    overflow-x:hidden !important;
}
.background-top-header {
  background-color:var(--primary-color);
}
#herobar-section{
  background-image:url('../images/top-banner.webp');
  background-size:cover;
  min-height: 535px;
}
.popular-places{
 background-size: cover;
 position:relative;
 color:#fff;
 background-repeat: no-repeat;
 background-position: 0 0;
 animation: moveBackground 10s linear infinite;
 padding-top:15px;
}
@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 100% 0;
  }
}
.footer-widgets {
    position: relative;
}
.widget-categories ul li + li {
  border-top: none;
  line-height: 30px;
}

.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:var(--secondary-color);;
}
.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:var(--secondary-color);;
}

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

.link-wrapper
{
    background:#03202b;
}
.footer-meta {
  padding: 0px 0;
  background-color: #03202b;
  border-top: 1px solid #ffffff1c;
  padding-top: 30px;
}
.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: var(--rhird-color);;
}
    #primary-menu .navbar-nav{
      margin-top: 20px !important;
      margin-left: auto;
      float: none;
      margin-right: auto;
      display: table;
    }
    
      #megamenu{
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 55px;
}
    
    .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:var(--third-color);;
      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;   
}

/* General code start here */

.site-logo{
  width:100%;
}
        /* Container Styling */
.swiper-container-full {
width: 100%;
max-width: 100%;
height: 500px;    /* Adjust based on desired slider height */
margin: auto;
}
/* Initial zoomed-in effect for all slides */
.swiper-container-full .swiper-slide {
  background-size: cover;          /* Ensures image covers the entire slide */
  background-position:0px 0px;     /* Centers the image within the slide */
  background-repeat: no-repeat;    /* Prevents image from repeating */
  height: 100%;                    /* Matches the container height */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;                     /* Ensures any text is visible on background */
  font-size: 24px;    
}
/* General code end here  */


/* Features Section (Alternative Style) */
.features-alt {
background-color: #f7f7f7;
    padding: 60px 0;
    padding-top: 0;
}

.feature-item {
  position: relative; /* Added for icon positioning */
  text-align: center;
  padding: 40px 20px 20px; /* Adjusted padding for icon space */
  background:#fff; /* Ensures a clean background for the box */
  border-radius: 24px; /* Rounded corners for a modern look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation */
  margin-top:20px;
  border-top:3px solid #ff6f61;
}
.mt-2{
  margin-top:20px;  
}
.mt-3{
  margin-top:30px;  
}
.feature-item:hover {
  transform: translateY(-5px); /* Subtle lift effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.feature-icon {
  position: absolute;
  top: -35px; /* Moves the icon higher */
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #ff6f61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-item:hover .feature-icon {
  transform: translateX(-50%) scale(1.1); /* Icon enlarges slightly on hover */
  box-shadow: 0px 8px 16px rgba(25, 2, 49, 0.3); /* More prominent hover shadow */
}

.feature-item h4 {
  font-size: 18px;
  color: #000;
  margin-top: 25px; /* Added spacing to account for icon */
  margin-bottom: 10px;
  font-weight: 700;
}

.feature-item p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .feature-item {
    padding: 30px 15px 15px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
/* feature section code end here  */

/* About company css start here */

.trip-boxes {
  height: 430px;
}

/* About company css end here  */

/* Taxi pages css start here  */

.hero-section {
  position: relative;
  color: white;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  background: #04daf3;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 84%);
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  color:#fff;
}
.hero-section p {
  font-size: 20px;
  max-width: 600px;
  margin: 20px auto;
}

/* Feature Box Styling */
.feature-box {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 210px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-box .icon i {
  color:var(--secondary-color);
}

/* Feature Box Heading */
.feature-box h3 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #222;
}

/* Feature Box Text */
.feature-box p {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
/* Taxi pages css end here  */

/* Section Title Container */
.section-title-container {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

/* Section Title Container */
.section-title-container {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

/* Artistic Title */
.section-title {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  display:block;
  text-align:center;
  margin-top: 0px;
  color:#3d8b94;
  margin-bottom: 40px;
}

.section-title-white {
  color:#fff !important;
}

.section-title-white::after {
  background:#fff !important;
}

/* Decorative Bottom Line */
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background:#3d8b94;
  margin: 10px auto 0;
  border-radius: 50px;
}

/* Highlighted Word */
.section-title span {
  color: #fff;
}

/* Subtle Decorations Around Title */
.section-title-container::before,
.section-title-container::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background: var(--secondary-color);
}

.section-title-container::before {
  left: calc(50% - 130px); /* Position on the left */
}

.section-title-container::after {
  right: calc(50% - 130px); /* Position on the right */
}

/* form design start here  */

/* Centered Heading */
h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Form Glow Effect */
.glow-input {
  border: 1px solid #ddd;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.glow-input:focus {
  border-color: #3d8c95;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

/* Button Styling */
.btn-glow {
  background: linear-gradient(90deg, #cb5527, var(--third-color));
  border: none;
  padding: 9px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0px 6px 15px rgba(0, 123, 255, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
  margin: 0 auto;
  min-width: 150px;
  border-radius: 15px !important;
}

.form-container{
  max-width: 1100px;
  margin-top: 50px;
  position: relative;
  z-index: 99;
}

/* Responsive Fields */
@media (min-width: 768px) {
  .form-group {
      margin-bottom: 20px;
  }
}

.form-heading{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    color: #F88804;
    background: rgb(255 255 255);
    padding: 12px;
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    display: block;
    border-radius: 15px 15px 0px 0px;
    text-align:center;
}
.form-wrapper{
  background: #fff;
  padding: 30px;
  border-radius:0px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
  border-bottom: 2px solid #b6b6b6;
}
/* form design end here  */

/* 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  */



.about-tour-section{
  position: relative;
  background-image:url('../images/home_bg.jpg');
  background-size: cover;
}
.about-tour-container{
  position: relative;
  z-index:99;
}
.about-tour-container p{
  text-align:justify;
}
.about-tour-overlay{
  position:absolute;
  width:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:99;
  background:#ffffffeb;
}

.about-tour-section img{
  border-radius: 10px;
  width: 50%;
  float: right;
  margin-left: 10px;
}

.highlight {
  color: #ffa600;
}

/* Service Card Styling */
.service-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
  overflow: hidden;
  height: 400px;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-image {
  width: 100%;
  border-bottom: 5px solid #ffa600;
  height: 200px;
}

.service-content {
  padding: 20px;
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-description {
  font-size: 14px;
  color: #000;
  text-align:justify;
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-card {
      margin-bottom: 15px;
  }
}

.section-divider{
  border-top: 1px solid #e0d6d6;
  border-bottom: 1px solid #e0d6d6;
}
.btn-wrapper{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-wrapper .btn{
    color:#fff;
    margin:10px;
    width: 170px;
    font-size: 18px;
}

.btn-wrapper .btn-glow:hover{
  color:#fff;
}
.fa-phone{
  transform: rotate(45deg);
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff7f4c;
  border-color: #ff7f4c;
}

/* Card Styling */
.tourist-place-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  box-shadow: 0 8px 20px rgba(40, 40, 40, 0.1);
  background: #f4f4f4;
  border-radius: 0px;
}
.tourist-place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px #ababab;
}

/* Image Styling */
.place-image-wrapper {
  height: 200px;
  overflow: hidden;
}
.place-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 6px ridge #ff6f61;
  padding: 0;
  border-top: 6px ridge #ff6f61;
}

/* Info Section */
.place-info {
  padding: 15px;
  text-align:justify;
}
.place-title {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-align:center;
}
.place-description {
  color: #000;
  margin-bottom: 15px;
}

/* Testimonial Card */
.testimonial-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Stars */
.stars {
  margin-bottom: 10px;
  color: #ffcc00;
}
.stars .fa {
  font-size: 1.2rem;
}

/* Testimonial Text */
.testimonial-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

/* Testimonial Footer */
.testimonial-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.user-photo img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.user-info .user-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #ff6f61;
}
.user-info .user-title {
  font-size:15px;
  color: #666;
  margin: 0;
}
.testimonial-bg{
  background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
  position: relative;
  overflow: hidden;
}
.contact-btn{
   min-width: 180px !important;
   font-size: 18px !important; 
}
.faq-container {
    max-width: 700px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#faq-booking{
    background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
    position: relative;
    overflow: hidden;
}
#faq-booking .faq-container {
    max-width:100%;
}

#faq-booking .accordion-content {
    padding: 0 15px !important;
}

.accordion-title {
    background: #ffffff;
    color: #333;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s ease, background 0.3s ease;
    border-radius: 5px;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-title:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    color: #555;
    font-size: 14px;
    padding: 0 15px !important;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
    margin: 10px 0;
}

.accordion-title .icon {
    font-weight: bold;
    transition: transform 0.3s ease;
}

.accordion-title.active .icon {
    transform: rotate(45deg);
}
.faq-bg{
    border-top: 1px solid grey;
}
.animate-on-scroll {
  opacity: 0;
  transform: scale(0.8); /* Slightly shrink the element initially */
  transition: opacity 0.5s, transform 0.5s;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: scale(1); /* Original size for zoom effect */
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.nav-tabs .active a {
    color: #3d8c95;
    font-weight: bold;
}

/*about css start here*/

.about_us-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.about_us-title {
    margin-bottom: 10px;
}

.about_us-subtitle {
    display: block;
}

.about_us-highlight {
    color: #1c5d99;
}
.about_us-feature-title{
    font-weight: bold;
    font-size: 19px;
}
.about_us-summary {
    line-height: 1.8;
    margin-top: 20px;
}
.about_us-section p{
    text-align:justify;
}

.about_us-features {
    margin-top: 40px;
}

.about_us-feature-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition:transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.about_us-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/*about css end here */

.major-title {
    color: #ffa600;
}

.major-subtitle {
    display: block;
    color: #555;
    font-size: 1rem;
    margin-top: 5px;
}

.section-divider {
    border-top: 2px solid #ddd;
    width: 80px;
    margin: 20px auto;
}

.trip-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 425px;
}

.trip-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.trip-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 240px;
}
.trip-title{
    font-weight: bold;
    font-size: 18px;
}
.trip-description{
    text-align:justify;
}
.about-bg {
position:relative;
}
.about-bg .container{
position:relative;
z-index:99;
}
.about-page-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background:#3d8c95cf;
}
.hero-section-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    display: block;
    text-align: center;
    margin-top: -20px;
    color:#fff;
}
.about-img{
  border-radius: 50px;
  width: 513px;
  float: left;
  padding-right: 0px;
  border-top: 6px ridge #ff6f61;
  margin-right: 20px;
  box-shadow: 2px 5px 1px rgba(0, 0, 0, 0.3), 1px -1px 8px rgba(0, 255, 255, 0.2);
  margin-bottom: 10px;
}

.rate_page {
    font-family: Arial, sans-serif;
    color: #000;
}
.rate_page table th,
.rate_page table td {
    text-align: center; 
    vertical-align: middle !important;
}


.rate_page-header {
    background-color: #fef7e6;
    padding:0;
    text-align: center;
}

.rate_page-header .section-title {
 margin-top:0 !important;
}

.rate_page-header .section-title span {
    color: #3d8c95;
}

.rate_page-header small {
    font-size: 16px;
    color: #555;
    display: block;
    margin-top: 10px;
}

.rate_page-header .section-divider {
    border-top: 2px solid #ddd;
    margin: 20px auto;
    width: 50%;
}

.description {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.table-wrapper {
    margin-top: 20px;
    overflow-x: auto;
}

.card {
    border: none;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.card-body{
 padding: 15px; 
 background-color: #fff;
 margin: 0 0 10px;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 padding-bottom: 0;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-header img:hover {
transform: scale(1.05);
}
.v_name{
    text-decoration: none; 
    color: #333;
}
.car_img_style{
    background: #efefef8f;
    transition: all 0.3s ease-in-out;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.card-title{
    background-color: #ff6f61; 
    color: #fff; 
    text-align: center; 
    padding: 10px 15px; 
    font-size: 18px; 
    font-weight: bold;
}
.no-top-border{
    border-top: none !important;
    color: #ff6f61;
}
.table-striped thead {
    background-color:#3d8c95;
    color: #fff;
}

.table-striped tbody tr:hover {
    background-color: #fef7e6;
}

.table-striped img {
    width: 100px;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.booking-btn {
    font-size:16px !important;
    min-width: 130px !important;
    transition: 0.3s;
    border-radius: 4px;
}

.booking-btn:hover {
    background-color: #e67e00;
    color: #fff;
}

.info-box {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.info-box i {
    font-size: 40px;
    color: #f88804;
}

.info-box h4 {
    margin-top: 10px;
    color: #000;
    font-weight: bold;
}

.info-box p {
    color: #555;
    margin-top: 10px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
.custom-fade {
    opacity: 1 !important;
}

/*booking page css start here */

.thumbnail-car-card.no-border {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.meta-info-table td {
    text-align: center;
    background: #f88804;
    color:#fff !important;
    vertical-align: middle;
    padding:0 !important;

}

.trip-btn{
    color: #000000;
    background: linear-gradient(135deg, #ffffff, #eeeeee);
    border: 2px solid #ffa600;
    padding: 14px 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 36px !important;
    box-shadow: 0 4px 8px rgb(255 255 255 / 40%), 0 0 10px rgb(252 249 243 / 50%);
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.trip-btn:hover {
    background: linear-gradient(135deg, #ffa600, #ff4500); /* Gradient changes on hover */
    color: #ffffff; /* Text color changes to white */
    box-shadow: 0 8px 16px rgba(255, 69, 0, 0.6), 0 0 20px rgba(255, 166, 0, 0.8); /* Stronger glow on hover */
}
.thumbnail-car-card.no-border.hover, .thumbnail-car-card.no-border:hover {
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #f88804 !important;
}
.thumbnail-car-card.no-border {
    border: solid 2px #eee;
    background-color: #f1f1f1;
    border-radius: 20px;
}
.button{
    border-radius: 0px 0px 20px 0px;
}
.from-padding{
padding: 10px;
line-height: 22px;
}
.trip-list-img{
    border-right: 1px solid #dedede;
    width: 375px !important;
    height:220px !important;
}
.trip-grid-space{
    margin-top:0px !important;
    margin-left:-34px !important;
    margin-bottom:10px !important;
}
.trip-table td {
   table-layout:fixed;
}
.trip-table td {
    text-align: center;
    background: inherit;
    color: #000000 !important;
    vertical-align: middle;
    padding: 0 !important;
    padding: 0 !important;
    border-left: none !important;
    line-height: 35px !important;
    border-top: 1px solid #d7d7d7 !important;
}
.td-price{
    width: 28%;
}

/* General Card Container */

/* Panels */
.card-container .panel-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none;
}

.card-container .panel-heading {
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Specific Panel Heading Colors */
.card-container .panel-heading-pickup {
    background-color: #3d8c95;
}

.card-container .panel-heading-drop {
    background-color: #28A745;
}

.card-container .panel-heading-departure {
    background-color: #f88804;
}

/* Panel Body */
.card-container .panel-body {
    font-size: 16px;
    color: #333;
    padding: 15px;
}

/* Icons */
.card-container .icon-pickup {
    color: #3d8c95;
    margin-right: 5px;
}

.card-container .icon-drop {
    color: #28A745;
    margin-right: 5px;
}

.card-container .icon-departure {
    color: #f88804;
    margin-right: 5px;
}

/*booking page css end here */

.field-wrapper{
  padding: 20px;  
}
.formcss{
    padding: 20px; 
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.formtitle{
    border-bottom: 2px solid #ffa600; 
    display: inline-block;
    margin-bottom: 20px;
}

#sidebar .widget-content p{
    font-size:15px;
    text-align:justify;
}
.boxshadow{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.margin-bottom{
    margin-bottom:20px;
}
.result-page{
    background: #f6f6f6;
}

.info-section {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    padding-bottom: 0;
}

.icon-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}

.icon-container {
    text-align: center;
}

.circle-icon {
    width: 50px;
    height: 50px;
    background-color: #ff6f61;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

.icon-label {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.form-section {
    margin-top: 15px;
}
.button-wrapper-booking{
    display: flex;
    justify-content: center;
}
.btn-select {
    background-color: #ff6f61;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 30px;
}

.btn-select:hover {
  box-shadow:0px 1px 0px 8px rgba(255, 165, 0, 0.3);
}
.circle-icon:hover{
 box-shadow:0px 1px 0px 8px rgba(255, 165, 0, 0.3);    
}
.panel-header-style{
background: #ffffff !important;
color: #000 !important;
box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.15);
}
.trip-page-hero-bar{
background-image:url('../images/taxi-bg.jpg');
color: #fff;
position:relative;
}
.trip-overlay{
background:#383d3dd1;
position:absolute;
width:100%;
left:0;
right:0;
top:0;
bottom:0;
}
.trip-page-info{
    padding:28px;
}
.important-notes li{
    margin-bottom:12px;
}
.billing-summary-container {
height: 0; 
overflow: hidden; 
padding: 0; 
transition: height 0.3s ease-out, padding 0.3s ease-out;
margin-top: 20px;
text-align: left;
}

.know-more-btn {
    background-color: #3d8c95;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 30px;
}

.booking-form-wrapper{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
}
.booking-form-wrapper img{
    max-height:300px;
}

.toggle-button-round-trip,.localbtn {
    background-color: #3d8c95;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 30px;
}

.billing-summary-container strong{
    display: block;
    border-top: 1px solid #dedede;
    padding: 0px;
    font-size: 13px;
}
.trip-cab-info{
    color:#ff0000; 
    font-size:13px
}
/* form design start here */

.container.form-wrapper {
  max-width: 700px;
  margin: 0 auto 10px 31px;
  padding: 20px 20px 0px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

h4.text-center {
  margin-bottom: 20px;
  color: #ff6f61;
  font-weight: bold;
}

.tab-btn {
  background: #ff6f61;
  border: none;
  padding: 9px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  box-shadow: -1px 1px 3px 0px #000000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
  margin: 0 auto;
  min-width: 150px;
  border-radius: 15px !important;
}

.tab-content {
  padding: 0px;
  margin: 30px auto;
}

.btn-group .btn {
  font-weight: bold;
  border-radius: 10px;
  padding: 8px;
  font-size: 17px;
}

.btn-group .btn-warning {
  background-color: #ff6f61;
  color: white;
}

.btn-group .btn-default {
  background-color: #f5f5f5;
  color: black;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #ff6f61;
  color:#fff !important;
}

.btn-block {
  font-weight: bold;
}
.catchy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.catchy-title .icon {
  font-size: 36px;
  margin-right: 8px;
  animation: bounce 1.5s infinite;
}

.catchy-title .text-gradient {
  background: linear-gradient(90deg, #ff6f61, #FFAE00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* form design end here  */


/* footer code */

.taxi-services {
  text-align: center;
}

.taxi-services h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005f73;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  transition: background 0.3s ease;
}

.service-item:hover {
  background: #0a9396;
}

.service-item i {
  position: absolute; 
  left: 15px;
  color: #94d2bd;
  font-size: 1.5rem;
}

.service-item a {
  color: #e9d8a6;
  text-decoration: none;
  font-weight: bold;
  margin-left:20px;
}

.service-item a:hover {
  text-decoration: underline;
}

/* footer code end here  */


/* new menu code start here  */

/* Navbar styling */
.navbar {
margin-bottom:0px;
}

.navbar .navbar-nav > li > a {
  color: #000 !important; /* Dark text */
  font-size: 16px !important;
  font-weight: 600 !important; /* Slightly bolder text */
  text-transform: uppercase !important; /* Modern text style */
  padding: 8px 20px !important;
  letter-spacing: 0.5px !important; /* Add slight spacing */
  transition: all 0.3s ease-in-out !important; /* Smooth hover effect */
  position: relative !important;
}

.navbar .navbar-nav > li > a:hover {
  color: #ff6f61 !important; /* Blue text on hover */
  text-decoration: none !important;
}

.navbar .navbar-nav > li > a::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  width: 0 !important;
  height: 2px !important;
  background: #ff6f61 !important; /* Blue underline effect */
  transition: width 0.3s ease-in-out !important;
}

.navbar .navbar-nav > li > a:hover::after {
  width: 100% !important; /* Expand underline on hover */
}

/* Highlight active menu item */
.navbar .navbar-nav > .active > a {
  color: #ff6f61 !important; /* Blue text for active menu */
  background: transparent !important;
  border-bottom: 2px solid #ff6f61 !important; /* Active underline */
}

/* Dropdown menu styling */
.dropdown-menu {
  background: #ffffff !important; /* White background */
  border: 1px solid #eaeaea !important; /* Light border */
  border-radius: 6px !important; /* Rounded corners */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow */
  padding: 15px !important;
}

.dropdown-menu > li > a {
  color: #000 !important; /* Dark text */
  padding: 10px 15px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: background 0.3s ease-in-out !important, color 0.3s ease-in-out !important;
}

.dropdown-menu > li > a:hover {
  background: #f8f9fa !important; /* Light gray hover background */
  color: #ff6f61 !important; /* Blue text */
}

/* Mega menu styling */
.mega-dropdown-menu .col-sm-4 ul li a:hover {
  color: #ff6f61 !important; /* Blue hover text */
}

/* Navbar toggle button styling for mobile */
.navbar-toggle {
  border: 1px solid #ddd !important;
  background: transparent !important;
  color: #000 !important;
}

.navbar-toggle .icon-bar {
  background: #000 !important;
}

/* Media query for better responsiveness */
@media (max-width: 768px) {
  .dropdown-menu {
      width: 100% !important; /* Full width dropdown on mobile */
  }

  .navbar-nav > li > a {
      padding: 10px 15px !important;
      font-size: 14px !important;
  }
}


/* new menu code end here  */


.swiper-button-prev .fa, .swiper-button-next .fa {
  color: #e56244;
}

/* Section Styling */
/* Artistic Border Below Section */
.service-section {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(135deg, #fefefe, #f4f4f9);
  text-align: center;
  overflow: hidden;
}

/* Services Grid */
.service-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

/* Service Card Styling */
.service-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  height:260px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}
.section-subheading{
  text-align:center;
}
.service-icon {
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: #fff;
  font-size: 2.5em;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(255, 152, 0, 0.4);
}

.service-section .service-title {
  color: #333;
  text-transform: uppercase;
}

.service-section .service-description {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  text-align:center;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  text-align: left;
  background:transparent !important;
  border:none !important;
}
.strong-style{
    font-size: 18px;
    text-align: left;
    display: block;
    padding-left: 15px;
    padding-bottom: 10px;
}
        .trip-container {
            background: #fff;
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-top: 30px;
            transition: all 0.3s ease-in-out;
        }
        .trip-header {
            font-size: 22px;
            font-weight: bold;
            background: linear-gradient(135deg, #3d8c95, #283b3d);
            color: #fff;
            padding: 12px;
            text-align: center;
            border-radius: 12px 12px 0 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .trip-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px;
            font-size: 17px;
            border-bottom: 1px solid #ddd;
            transition: background 0.3s ease-in-out;
        }
        .trip-row:last-child {
            border-bottom: none;
        }
        .trip-row:hover {
            background: rgba(0, 123, 255, 0.1);
        }
        .trip-column {
            width: 50%;
            text-align: center;
            font-weight: bold;
            color: #333;
        }
        .trip-column span {
            display: block;
            font-size: 20px;
            font-weight: 700;
            color:#3d8c95;
        }
        @media (max-width: 480px) {
            .trip-row {
                flex-direction: column;
                text-align: center;
            }
            .trip-column {
                width: 100%;
                padding: 10px 0;
            }
        }
        
.from-color{
    color: #ff6f61 !important;
}

.to-color{
    color: #ff6f61 !important;
}
.trip-wrapper-margin{
    margin-bottom: 20px;
}
.trip-image-info{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-bottom: 40px;
}
.infowrapper{
height: 0;
overflow: hidden;
transition: height 0.4s ease;
padding: 0;
}
.know-more-btn {
    background-color: #3d8c95;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 30px;
}
.know-more-btn:hover {
    background-color: #007bff;
    color: white;
}

.toggle-icon {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: #007bff;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
}

.know-more-btn:hover .toggle-icon {
    background-color: #fff;
    color: #007bff;
}
.no-padding{
    padding:0 !important;
}
.caption-text{
    padding: 10px;
}
.billing-summary strong::before {
    content: "\2713"; 
    color: #28a745;
    font-weight: bold;
    margin-right: 8px;
}

.cab-price-list{
  background: url('../images/cab-price.jpg') no-repeat center center;
            background-size: cover;
            padding: 60px 20px;
            color: white;
            text-align: center;
            margin-bottom: 15px;   
}
.cab-price-list-wrapper{
  background: #000000ab;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 30px;   
}
.cab-price-list-wrapper p, .cab-price-list-wrapper h1,.cab-price-list-wrapper small{
color:#fff !important; 
}
.cab-price-list-wrapper h1{
font-weight: bold;
}
        .intro-section {
            background: url('../images/tajmahal.jpg') no-repeat center center;
            background-size: cover;
            padding: 60px 20px;
            color: white;
            text-align: center;
            margin-bottom: 15px;
        }
        .intro-section h2 {
            font-size: 36px;
            font-weight: bold;
            color:#fff !important;
        }
        .intro-section p {
            font-size: 18px;
            max-width: 900px;
            margin: 10px auto;
        }
.intro-content-wrapper{
    background: #000000ab;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 30px;
}
 /* Travel Tips Section */
    .travel-tips {
        background: #f2f2f2; /* Light Grey Background */
        padding: 60px 20px;
        text-align: center;
    }
    .travel-tips h3 {
        font-size: 32px;
        margin-bottom: 40px;
        font-weight: bold;
        text-transform: uppercase;
        color: #00455e; /* Heading Color */
    }
    .tip-box {
        background: white;
        padding: 30px;
        border-radius: 15px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        height: 300px;
    }
    .tip-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }
    .tip-box img {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }
    .tip-box h4 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #00455e; /* Matching Heading Color */
    }
    .tip-box p {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }
    #faq-about .faq-container {
    max-width: 100%;
    }
    #faq-about .accordion-content {
    padding: 0 15px !important;
    }
    #contact-box-wrapper .fa{
     color:#ff6f61;
    }
    .local-billing-summary{
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    }
    .local-billing-summary ul li::before {
    content: "\2713";
    color: #28a745;
    font-weight: bold;
    margin-right: 8px;
}
.mission-vision {
            background: url('../images/mission-vision.jpg') no-repeat center center;
            background-size: cover;
            padding: 60px 20px;
            color: #fff;
        }
        .content-container {
            background: rgb(0 0 0 / 80%);
            padding: 30px;
            border-radius: 8px;
        }
        
    .mission-vision h2{
    color: #fff;
    text-align: center;
    }    
    
        .image-container {
            text-align: center;
            margin-top: 20px;
        }
        .image-container img {
            width: 100%;
            max-width: 300px; /* Adjust as needed */
            border-radius: 5px;
            transition: transform 0.3s ease-in-out;
            height: 200px;
            object-fit: cover;
        }
        .image-container img:hover {
            transform: scale(1.05);
        }   
        .top-trip-service{
            padding: 25px;
        }
        
@media (max-width: 767px) {

.about-img {
    width: 100%;
}

.btn-group-justified {
    display: flex !important;
    flex-wrap: wrap;
  }

  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    flex: 1 1 45%;
    margin-bottom: 5px;
  }
  
  .container.form-wrapper {
    max-width: 100%;
    margin: 10px;
}

/*.feature-item:not(:last-child) {*/
/*    margin-bottom: 60px;*/
/*}*/

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

.why_us{
    margin-bottom: -35px;
}

.vehicle-modern-section {
    padding-top: 25px;
}

.view-all-btn-wrapper {
    text-align: center;
}
.hero-section-title {
    font-size: 35px;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 50px;
}
}





