body {
  font-family: "Poppins", sans-serif;
}

:root {
  --dark-blue: #031925;
  --orange-theme: #ff7e5f;
  --cyan-theme: #40c4cc;
}

/* Top Bar Styling */
.top-bar {
  background-color: var(--dark-blue);
  font-size: 13px;
}

.social-links a {
  color: white;
  margin-left: 12px;
  font-size: 14px;
  opacity: 0.8;
  transition: 0.3s;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
}

.social-links a:hover {
  opacity: 1;
  background: var(--orange-theme);
}

/* Navbar Styling */
.nav-link {
  padding: 10px 15px !important;
  font-size: 15px;
}

.text-orange {
  color: var(--orange-theme);
}

/* Buttons Styling */
.btn-book {
  background-color: var(--orange-theme);
  color: white;
  border-radius: 25px;
  padding: 8px 25px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.btn-book:hover {
  background-color: #b55a1a;
  color: white;
  box-shadow: 0 4px 15px rgba(211, 110, 34, 0.4);
}

.btn-pay {
  background: linear-gradient(to right, #40c4cc, #2a9ba1);
  color: white;
  border-radius: 25px;
  padding: 8px 25px;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 10px rgba(64, 196, 204, 0.3);
}

.btn-pay:hover {
  color: white;
  transform: translateY(-2px);
}

/* Mobile Friendly Dropdown */
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 20px 0;
  }
  .nav-item {
    width: 100%;
    text-align: center;
  }
  .btn-book,
  .btn-pay {
    display: block;
    width: 200px;
    margin: 5px auto;
  }
}

/* Banner Slider */
.carousel-item {
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-caption {
  z-index: 2;
  bottom: 30%;
}
/* About Section */
/* Action Buttons Styling */
.btn-action {
  border-radius: 15px; /* High rounding as per image */
  padding: 12px 30px;
  font-weight: 600;
  color: white !important;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  border: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* WhatsApp Green Gradient */
.btn-whatsapp {
  background: linear-gradient(to right, #25d366, #128c7e);
}

/* Email Blue Gradient */
.btn-email {
  background: linear-gradient(to right, #1d8cf8, #106cf2);
}

/* Call Orange Gradient */
.btn-call {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
}

/* Responsive adjustment for small screens */
@media (max-width: 576px) {
  .btn-action {
    width: 100%; /* Mobile par full width buttons */
    justify-content: center;
  }
}
/* Service Cards */
.service-card {
  transition: transform 0.3s ease;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card img {
  height: 180px;
  object-fit: cover;
}

/* Tour Overlay */
.tour-item {
  height: 200px;
}

.tour-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tour-item:hover img {
  transform: scale(1.1);
}

.tour-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 15px;
  color: white;
}

/* ====== */
.swiper {
  width: 100%;
  padding-bottom: 40px !important; /* Dots ke liye space */
}

.tour-card img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .tour-card h6 {
    font-size: 13px;
  }
  .tour-card img {
    height: 110px;
  }
}

/* content section */
#rental-info h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--dark-blue);
}

.text-orange {
  color: var(--orange-theme) !important;
}

#rental-info .fa-2x {
  width: 50px;
  height: 50px;
  background: rgba(211, 110, 34, 0.1); /* Light orange background for icons */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #rental-info h2 {
    font-size: 1.8rem;
  }
  #rental-info .col-md-6 {
    margin-bottom: 15px;
  }
}

/* Testimonial Section */

.review-card {
  border: 1px solid #ebebeb;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.review-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  flex-grow: 1; /* Text kam ho ya zyada, card balance rahega */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Max 3 lines text dikhayega */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-img img {
  border: 1px solid #eee;
}

.swiper-pagination-bullet-active {
  background: var(--orange-theme) !important;
}

/* === */
/* Why Choose Us Custom Styles */
.feature-icon i {
  font-size: 1.5rem;
  width: 45px;
  height: 45px;
  background: rgba(211, 110, 34, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--orange-theme);
  color: white;
  padding: 15px 25px;
  border-radius: 20px;
  text-align: center;
}

/* Accordion Customization */
.accordion-button:not(.collapsed) {
  background-color: rgba(211, 110, 34, 0.05);
  color: var(--orange-theme);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(211, 110, 34, 0.1);
}

.accordion-item {
  border-bottom: 1px solid #eee !important;
}

/* ===contact info home */
/* Contact Section Specifics */
.contactSwiper {
  height: 100%;
  min-height: 400px; /* Tablet/Mobile par height fix */
}

.contact-form-card,
.contact-info-card {
  transition: 0.3s;
  background: #fff;
}

.icon-circle {
  width: 45px;
  height: 45px;
  background-color: var(--orange-theme);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.1rem;
}

.icon-circle.bg-whatsapp {
  background-color: #25d366;
}
.icon-circle.bg-email {
  background-color: #007bff;
}

.form-control,
.form-select {
  border: 1px solid #e0e0e0;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.form-control:focus {
  border-color: var(--orange-theme);
  box-shadow: 0 0 0 0.2rem rgba(211, 110, 34, 0.1);
}

@media (max-width: 991px) {
  .contactSwiper {
    min-height: 300px;
  }
}

footer{
  background-color: var(--dark-blue);
}
footer i {
  color: var(--orange-theme);
}
/* Desktop Floating Buttons */
.desktop-floating {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
}

.float-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 30px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.whatsapp-float {
  background-color: #25d366;
}
.call-float {
  background-color: #ff8c00;
}

.float-btn:hover {
  transform: scale(1.1);
  color: white;
}

/* Mobile Web-App Bottom Bar */
.mobile-webapp-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-webapp-nav .nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.call-bg {
  background-color: #ff8c00;
}
.whatsapp-bg {
  background-color: #25d366;
}

.mobile-webapp-nav i {
  font-size: 1.2rem;
  margin-bottom: 2px;
}

/* Footer link hover */
footer .social-links a {
  font-size: 1.2rem;
  transition: 0.3s;
}

footer .social-links a:hover {
  color: var(--orange-theme) !important;
}
footer ul li,
a,
p {
  font-size: 14px;
}
/* Extra padding for body so footer doesn't hide behind mobile nav */
@media (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }
}



/* ===about page=== */
.bg-orange {
    background-color: var(--orange-theme);
}

.border-orange {
    border: 2px solid var(--orange-theme);
}

.about-header .breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

/* Statistics text spacing */
#why-choose-us, #rental-info, #reviews {
    scroll-margin-top: 80px;
}

/* Hero section height for About */
.about-header {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===contact page=== */
/* Contact Cards Icon Circle */
.icon-circle {
    width: 60px;
    height: 60px;
    background-color: var(--orange-theme);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
}

.bg-whatsapp { background-color: #25d366 !important; }

/* Form Label Style */
.form-label {
    color: #555;
    margin-bottom: 5px;
}

.form-control:focus, .form-select:focus {
    border-color: var(--orange-theme);
    box-shadow: 0 0 0 0.2rem rgba(211, 110, 34, 0.1);
}


/* ====blog.html=== */
/* Blog Card Styling */
.blog-card {
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card img {
    height: 180px;
    object-fit: cover;
}

.bg-orange {
    background-color: var(--orange-theme) !important;
}

/* Pagination Styling */
.pagination .page-link {
    color: var(--dark-blue);
    border: none;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: 600;
}

.pagination .page-item.active .page-link {
    background-color: var(--orange-theme);
    border-color: var(--orange-theme);
}

.pagination .page-link:hover {
    background-color: rgba(211, 110, 34, 0.1);
    color: var(--orange-theme);
}

/* ====blog-details==== */
.border-orange {
    border-color: var(--orange-theme) !important;
}

.category-list li a:hover {
    color: var(--orange-theme) !important;
    padding-left: 5px;
    transition: 0.3s;
}

.content-text p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.blog-post h1 {
    font-size: 2.2rem;
    color: var(--dark-blue);
}

@media (max-width: 768px) {
    .blog-post h1 {
        font-size: 1.6rem;
    }
}

.share-icons .btn {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* ===service-single page=== */
.bg-orange {
    background-color: var(--orange-theme) !important;
}

.breadcrumb-item a {
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: var(--orange-theme) !important;
}

.price-tag {
    min-width: 180px;
}

.table-bordered th {
    background-color: var(--dark-blue) !important;
    color: white;
}

/* Sidebar sticky adjustment */
@media (max-width: 991px) {
    .sticky-top {
        position: static !important;
    }
}

/* ===delhi to agra page=== */
.bg-orange {
    background-color: var(--orange-theme) !important;
}

.text-orange {
    color: var(--orange-theme) !important;
}

.itinerary-box {
    border-left: 4px solid var(--orange-theme);
}

.table thead {
    background-color: var(--dark-blue);
}

.btn-success {
    background-color: #25d366;
    border: none;
}

/* Ensure form is responsive */
@media (max-width: 991px) {
    .sticky-top {
        position: static !important;
        margin-top: 30px;
    }
}

/* ===modal form=== */
/* Modal Header Color (Using your theme variable) */
.bg-orange {
    background-color: var(--orange-theme) !important;
}

/* Modal form adjustments */
#bookingModal .form-control {
    border-radius: 0 8px 8px 0;
    padding: 10px;
}

#bookingModal .input-group-text {
    border-radius: 8px 0 0 8px;
}

#bookingModal .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

/* Close button style */
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}