.seo-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.tour-search-wrap {
    margin-top: -34px;
    position: relative;
    z-index: 4;
}

.tour-search-form {
    display: grid;
    grid-template-columns: minmax(220px, 2fr) repeat(4, minmax(120px, 1fr)) auto;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(13, 24, 37, 0.14);
    align-items: center;
}

.tour-search-field {
    position: relative;
}

.tour-search-field i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #60768e;
    font-size: 16px;
}

.tour-search-form input,
.tour-search-form select {
    width: 100%;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    padding: 10px 12px 10px 36px;
    height: 46px;
    color: #203447;
    background: #fff;
}

.tour-search-form input:focus,
.tour-search-form select:focus {
    outline: none;
    border-color: #1b5f9f;
    box-shadow: 0 0 0 3px rgba(27, 95, 159, 0.1);
}

.tour-search-form button {
    height: 46px;
    white-space: nowrap;
}

.tour-filter-warning {
    border-radius: 10px;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .tour-search-form {
        grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(120px, 1fr));
    }

    .tour-search-form button {
        grid-column: 1 / -1;
    }
}

.tour-grid-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.tour-grid-head h2 {
    margin: 0;
    font-size: 24px;
}

.tour-grid-head p {
    margin: 0;
}

.tour-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.empty-state-tour {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e7edf4;
}

.tour-summary-strip {
    background: #0f1a27;
    padding: 14px 0;
}

.tour-summary-strip .container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tour-summary-pill {
    color: #d3ddec;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
}

.quote-box-lite {
    background: #f8f9fa;
    border-radius: 8px;
}

.tour-trust-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.tour-trust-points li {
    margin-bottom: 8px;
    font-size: 14px;
}

.tour-trust-points i {
    color: #2e9e53;
    margin-right: 5px;
}

.tour-tabs-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vehicle-head-strip {
    margin-top: -26px;
}

.vehicle-summary-strip {
    background: #132234;
}

.plan-tour-hero .wrapper {
    background: linear-gradient(135deg, rgba(7, 20, 33, 0.84), rgba(17, 42, 67, 0.72));
}

.plan-tour-hero .wizard-form {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.news-card-pro {
    margin-bottom: 24px;
}

.news-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px;
}

.news-pagination-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.contact-card-pro {
    height: 100%;
}

.contact-list-pro {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.contact-list-pro li {
    margin-bottom: 10px;
    color: #333;
}

.contact-list-pro i {
    margin-right: 8px;
    color: #1b3f67;
}

@media (max-width: 767px) {
    .tour-search-wrap {
        margin-top: 10px;
    }

    .tour-search-form {
        grid-template-columns: 1fr;
    }
}

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* ===============================
   CATEGORY FILTER – DESKTOP
   =============================== */
.switch-field label {
    font-size: 15px;        /* better readability */
    padding: 10px 18px;     /* better click area */
    font-weight: 500;
}

.switch-field input:checked + label {
    font-weight: 600;
}

/* ===============================
   CATEGORY FILTER – MOBILE
   =============================== */
@media (max-width: 767px) {

    .switch-field {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .switch-field label {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 12px;
        line-height: 1.2;
    }

    /* Sticky filter on scroll */
    .mobile-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Prevent content jump when sticky */
    .mobile-sticky + .container {
        margin-top: 80px;
    }
}

/* ===============================
   TOUR CARD META (DURATION)
   =============================== */
.tour-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    margin: 6px 0 10px;
}

/* ===============================
   FADE ANIMATION ON FILTER (FIXED)
   =============================== */
.tour-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

.tour-item.show {
    opacity: 1;
    visibility: visible;
}
/* WhatsApp icon-only CTA */
.whatsapp-icon {
    color: #25D366;
    font-size: 30px;
    display: inline-flex;
    align-items: center;

}

.whatsapp-icon:hover {
    color: #1ebe5d;
}

.swiper {
    padding-bottom: 40px;
}

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

@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
/* ===============================
   SWIPER 3D FOCUS EFFECT (FINAL)
   =============================== */

.popularToursSwiper {
    perspective: 1200px;
}

.popularToursSwiper .swiper-slide {
    transform: scale(0.85) translateZ(-120px);
    opacity: 0.5;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.popularToursSwiper .swiper-slide-active {
    transform: scale(1) translateZ(0);
    opacity: 1;
    z-index: 3;
}

.popularToursSwiper .swiper-slide-prev,
.popularToursSwiper .swiper-slide-next {
    transform: scale(0.92) translateZ(-60px);
    opacity: 0.8;
    z-index: 2;
}
/* TOUR DETAIL TAB SECTIONS */
.tour-tab-section {
    display: none;
    animation: fadeIn 0.35s ease;
}

.tour-tab-section.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Make tabs bigger on detail page */
.secondary_nav .switch-field label {
    font-size: 15px;
    padding: 10px 18px;
}
/* ===============================
   ITINERARY TIMELINE TWEAKS
   =============================== */

.cbp_tmtimeline {
    margin-top: 25px;
}

.cbp_tmlabel h4 {
    margin-bottom: 8px;
    font-weight: 600;
}

.cbp_tmlabel p {
    color: #555;
    line-height: 1.7;
}

.thumb_visit {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
/* ===============================
   TOUR INCLUSION LIST
   =============================== */

.tour-inclusion-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.tour-inclusion-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.tour-inclusion-list i {
    color: #28a745;
    font-size: 16px;
    margin-top: 2px;
}
/* ===============================
   TOUR EXCLUSION LIST
   =============================== */

.tour-exclusion-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.tour-exclusion-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}

.tour-exclusion-list i {
    color: #dc3545;
    font-size: 16px;
    margin-top: 2px;
}
/* Gallery grid spacing */
.pictures_grid figure {
    position: relative;
}

.pictures_grid figure span {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.policy-block h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.policy-block p {
    color: #555;
    line-height: 1.6;
}
.tour-summary {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.tour-summary li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #555;
}
/* FIX: Force Summernote to display correctly in AdminLTE */
.note-editor.note-frame {
    border: 1px solid #ced4da !important;
}

.note-editor .note-editable {
    min-height: 200px;
}

.note-toolbar {
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

/* Fix Summernote content list styles */
.tour-content ul {
    list-style: disc;
    padding-left: 20px;
}

.tour-content ol {
    list-style: decimal;
    padding-left: 20px;
}

.tour-content li {
    margin-bottom: 6px;
}
/* ===============================
   FINAL GALLERY STANDARDIZATION
   =============================== */
.vehicle-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.vehicle-meta li {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.popular-vehicles .vehicle-card .price {
  margin: 10px 0;
  font-size: 15px;
}


.box_grid .price strong {
    font-size: 20px;
    color: #e74c3c;
}

/* ================================
   RENT A CAR – HOME (POPULAR VEHICLES)
================================ */

/* VEHICLE CARD */
.vehicle-card {
  position: relative;
  transition: all 0.3s ease;
}

/* PRICE RIBBON (TOP-RIGHT) */
.price-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #ff5a5f, #ff3d3d);
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  z-index: 2;
}

/* PRICE TEXT */
.price-ribbon .price {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}

/* UNIT TEXT (/ HOUR, / KM etc.) */
.price-ribbon .unit {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
  text-transform: uppercase;
  margin-top: 2px;
}

/* POPULAR BADGE (TOP-LEFT) */
.badge-popular {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #28a745;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 2;
}

/* VEHICLE INFO TEXT */
.vehicle-card .info h3 {
  text-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.vehicle-meta {
  display: block;
  font-size: 13px;
  opacity: 0.8;
  margin-top: 4px;
}

/* IMAGE READABILITY OVERLAY */
.vehicle-card figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 55%,
    rgba(0,0,0,0.55) 100%
  );
  z-index: 1;
}

.vehicle-card .info {
  position: relative;
  z-index: 2;
}

/* HOVER EFFECT */
.vehicle-card:hover {
  transform: translateY(-6px);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {
  .price-ribbon {
    padding: 6px 8px;
    min-width: 64px;
  }

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

  .price-ribbon .unit {
    font-size: 10px;
  }

  .badge-popular {
    font-size: 10px;
    padding: 3px 6px;
  }
}
.vehicle-card figure {
  position: relative;
  overflow: hidden;
}

/* Gradient overlay */
.vehicle-card figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 55%,
    rgba(0,0,0,0.55) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* WhatsApp button */
.whatsapp-overlay {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  background: #25D366;
  border-radius: 50%;
  display: flex;                 /* IMPORTANT */
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
  z-index: 10;                    /* FORCE ABOVE */
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* Hover effect only */
.whatsapp-overlay:hover {
  background: #1ebe5d;
  transform: scale(1.08);
}

.read_more_card {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.read_more_card:hover {
  background: #fff;
  color: #111;
}
/* vehicle details  */
.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.35);
  z-index: 999;
}
.vehicle-tab-section {
  display: none;
}
.vehicle-tab-section.active {
  display: block;
}
/* specification table  */

/* Vehicle Specifications */
.spec-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.spec-card table th {
  width: 40%;
  font-weight: 600;
  color: #333;
}

.spec-card table td {
  color: #555;
}

.spec-card table tr {
  border-bottom: 1px solid #eee;
}

.spec-card table tr:last-child {
  border-bottom: none;
}
/* make my tour */
.planner-step {
  display: none;
  animation: fadeSlide 0.4s ease;
}

.planner-step.active {
  display: block;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.progress {
  height: 8px;
  background: #eee;
  border-radius: 10px;
}

.progress-bar {
  background: linear-gradient(90deg, #28a745, #20c997);
  transition: width 0.4s ease;
  font-size: 11px;
}
/* tour enquiry */
.bs-wizard {
  display: flex;
  justify-content: space-between;
}

.bs-wizard-step {
  flex: 1;
  text-align: center;
  float: none !important;
}

.bs-wizard-step.disabled { opacity: .4; }
.bs-wizard-step.active .progress-bar { width: 100%; }

/* Transparent form */
.wizard-form {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 25px;
}

/* Inputs */
.form-control {
  background: rgba(255,255,255,0.85);
  border-radius: 6px;
}

.form-control.error {
  border-color: #dc3545;
  background: #fff5f5;
}

/* Steps */
.planner-step { display:none; }
.planner-step.active { display:block; animation:fade .3s ease; }

/* Thank you */
.thank-you h3 { color:#28a745; }

@keyframes fade {
  from {opacity:0; transform:translateY(10px);}
  to {opacity:1; transform:translateY(0);}
}
/* Textarea polish */
textarea.form-control {
  resize: none;
}

/* Step labels highlight */
.bs-wizard-step.active .bs-wizard-stepnum {
  font-weight: 600;
  color: #fff;
}

/* Mobile spacing fix */
@media (max-width: 767px) {
  .wizard-form .row > div {
    margin-bottom: 15px;
  }
}

/* ===============================
   LUXURY HEADER + FOOTER SYSTEM
   =============================== */
.luxury-header .luxury-topbar {
  background: #091018;
  color: #d7dee8;
  font-size: 12px;
  padding: 7px 0;
}

.luxury-topbar a {
  color: #d7dee8;
  margin-right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.luxury-topbar a:hover {
  color: #fff;
}

.luxury-whatsapp {
  background: linear-gradient(135deg, #0f9f5e, #0a7d49);
  border-radius: 999px;
  padding: 6px 12px;
  color: #fff !important;
  margin-right: 0 !important;
}

.luxury-header {
  border-bottom: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(6px);
}

.luxury-header .main-menu > ul > li > a {
  font-weight: 600;
  letter-spacing: .02em;
}

.luxury-header .main-menu > ul > li > a.active,
.luxury-header .main-menu > ul > li > a:hover {
  color: #c6a96f !important;
}

.btn_top_call,
.btn_top_plan {
  border-radius: 999px;
  font-weight: 600;
  padding: 9px 16px !important;
}

.btn_top_call {
  background: #102131;
  color: #fff !important;
}

.btn_top_plan {
  background: linear-gradient(135deg, #c6a96f, #ae8f4f);
  color: #0f1824 !important;
}

.luxury-footer {
  background: radial-gradient(1200px 500px at 20% -20%, #1d2f44 0, #0d1825 45%, #070f17 100%);
  color: #cdd6e2;
}

.luxury-footer h5,
.luxury-footer h6 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .02em;
}

.luxury-footer .links li a,
.luxury-footer .contacts li,
.luxury-footer .contacts li a {
  color: #cdd6e2;
}

.luxury-footer .links li a:hover,
.luxury-footer .contacts li a:hover {
  color: #c6a96f;
}

.luxury-footer .footer-copy {
  color: #b8c3d2;
  max-width: 430px;
}

.luxury-footer .footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0f9f5e, #0b7d4a);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
}

.luxury-footer #additional_links li a,
.luxury-footer #additional_links li span {
  color: #aeb9c9;
}

.floating-whatsapp-luxury {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #0f9f5e, #0b7d4a);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(6, 22, 34, .34);
  z-index: 999;
  font-size: 26px;
}

.floating-whatsapp-luxury:hover {
  transform: translateY(-2px);
  color: #fff;
}

.newsletter-form-luxury {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.newsletter-form-luxury input {
  flex: 1;
  max-width: 320px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
}

.newsletter-form-luxury input::placeholder {
  color: #c4cfdf;
}

.newsletter-form-luxury button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #c6a96f, #ae8f4f);
  color: #142236;
}

@media (max-width: 991px) {
  .luxury-topbar {
    display: none;
  }

  .newsletter-form-luxury {
    margin-top: 12px;
    justify-content: flex-start;
  }

  .newsletter-form-luxury input {
    max-width: 100%;
  }
}
/* ===============================
   INDIA MARKET HOMEPAGE SYSTEM
   =============================== */
.india-header-shell {
  box-shadow: 0 8px 28px rgba(10, 28, 48, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.india-topbar-strip {
  background: linear-gradient(90deg, #0c2746, #12355f);
  color: #d8e5f7;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.india-topbar-row {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.india-topbar-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.india-topbar-contact a {
  color: #d8e5f7;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.india-topbar-contact a:hover {
  color: #ffffff;
}

.india-topbar-note {
  color: #f4c57a;
  font-weight: 600;
}

.india-header-main {
  position: relative;
}

.india-top-menu {
  display: flex;
  gap: 8px;
  align-items: center;
}

.india-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 9px 14px !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.india-call-btn {
  background: #0f2a47;
  color: #ffffff !important;
}

.india-whatsapp-btn {
  background: linear-gradient(135deg, #149b5f, #0f7e4d);
  color: #ffffff !important;
}

.india-plan-btn {
  background: linear-gradient(135deg, #f3b646, #e59726);
  color: #13243a !important;
}

.india-main-menu > ul > li > a {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.india-main-menu > ul > li > a.active,
.india-main-menu > ul > li > a:hover {
  color: #f0a937 !important;
}

.india-home-page {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fc 38%, #ffffff 100%);
}

.india-slider-shell {
  border-bottom: 1px solid #d9e5f2;
}

.india-slider-shell #layerslider {
  width: 100% !important;
}

.india-slider-shell #layerslider .ls-slide .ls-bg {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.india-slider-shell #layerslider.india-static-slider-active {
  position: relative;
  width: 100% !important;
  height: 760px !important;
  overflow: hidden;
}

.india-slider-shell #layerslider.india-static-slider-active .ls-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: opacity 0.75s ease;
}

.india-slider-shell #layerslider.india-static-slider-active .ls-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.india-slider-shell #layerslider.india-static-slider-active .ls-slide > .ls-l {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 4;
  margin: 0;
  text-align: center;
}

.india-slider-shell #layerslider.india-static-slider-active .ls-slide .india-hero-chip {
  width: auto;
  max-width: calc(100% - 40px);
}

.india-slider-shell #layerslider.india-static-slider-active .ls-slide .india-hero-title,
.india-slider-shell #layerslider.india-static-slider-active .ls-slide .india-hero-subtitle {
  width: min(94%, 1080px);
  max-width: min(94%, 1080px);
}

.india-hero-chip {
  background: rgba(17, 45, 77, 0.74);
  color: #f7d7a1;
  border: 1px solid rgba(247, 215, 161, 0.3);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.india-hero-title {
  text-shadow: 0 7px 26px rgba(0, 0, 0, 0.34);
}

.india-hero-subtitle {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.india-hero-btn {
  background: linear-gradient(135deg, #f3b646, #e59a2f);
  color: #12233a !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 28px rgba(10, 20, 32, 0.22);
}

.india-home-actions {
  margin-top: -52px;
  position: relative;
  z-index: 7;
}

.india-action-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #dce8f3;
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 14px 28px rgba(15, 40, 66, 0.1);
  display: block;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.india-action-card i {
  font-size: 36px;
  color: #d0861c;
}

.india-action-card h3 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 20px;
  color: #14314f;
}

.india-action-card p {
  color: #4f637a;
  margin-bottom: 0;
}

.india-action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(15, 40, 66, 0.16);
}

.india-action-contact a {
  display: block;
  color: #0d4a78;
  font-weight: 600;
  margin-top: 8px;
}

.india-section {
  position: relative;
}

.tours-block .main_title_2,
.india-vehicles-wrap .main_title_3,
.india-trust-strip .main_title_2,
.india-news-wrap .main_title_2 {
  margin-bottom: 34px;
}

.india-tour-card .wrapper h3 a {
  line-height: 1.35;
}

.india-tour-card .wrapper p {
  margin-bottom: 12px;
  color: #4b6178;
}

.india-tour-card .price strong {
  color: #ca4f1b;
}

.india-tour-card ul {
  border-top: 1px solid #ebf1f7;
}

.india-tour-card ul li {
  color: #35506e;
}

.india-tour-card ul li i {
  color: #de8f1f;
  margin-right: 5px;
}

.india-vehicles-wrap {
  border-top: 1px solid #e4edf7;
  border-bottom: 1px solid #e4edf7;
}

.india-vehicle-card .info h3 {
  font-size: 18px;
}

.india-banner-pro {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 36px rgba(12, 32, 53, 0.2);
}

.india-banner-pro .wrapper {
  min-height: 320px;
}

.india-banner-pro h3 {
  max-width: 520px;
}

.india-call-panel {
  margin-top: 25px;
}

.india-footer-shell {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1400px 520px at 10% -20%, #233f62 0, #112744 44%, #0b1a2d 100%);
  color: #d4dfec;
}

.india-footer-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(240, 177, 67, 0.12), transparent 68%),
    radial-gradient(420px 220px at 90% 100%, rgba(85, 160, 255, 0.14), transparent 70%);
}

.india-footer-container {
  position: relative;
  z-index: 1;
}

.india-footer-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(204, 223, 243, 0.26);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 14px 18px;
  margin-bottom: 24px;
}

.india-footer-topline-text {
  color: #d5e3f5;
  font-size: 14px;
  line-height: 1.55;
}

.india-footer-topline-text strong {
  color: #ffffff;
}

.india-footer-topline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(248, 188, 85, 0.6);
  background: linear-gradient(135deg, #f0b143, #df9025);
  color: #162f4c;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 16px;
}

.india-footer-topline-btn:hover {
  color: #122742;
  transform: translateY(-1px);
}

.india-footer-panel {
  height: 100%;
  border: 1px solid rgba(206, 222, 242, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 14px 34px rgba(6, 19, 34, 0.22);
}

.india-footer-logo-wrap {
  margin-bottom: 14px;
}

.india-footer-shell h5,
.india-footer-shell h6 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
}

.india-footer-shell .footer-copy {
  color: #bed0e4;
  line-height: 1.7;
  margin-bottom: 14px;
}

.india-footer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.india-footer-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(206, 222, 242, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #e8f0fa;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
}

.india-footer-highlights span i {
  color: #f0c27a;
  margin-right: 0;
}

.india-footer-links,
.india-footer-contacts,
.india-footer-extra-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.india-footer-shell .links li a,
.india-footer-shell .contacts li,
.india-footer-shell .contacts li a {
  color: #cfdded;
}

.india-footer-shell a i {
  margin-right: 0;
}

.india-footer-shell ul.links li a:after {
  content: none !important;
}

.india-footer-shell ul.links li a:hover {
  transform: none;
}

.india-footer-links li + li {
  margin-top: 8px;
}

.india-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.india-footer-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f0b143;
  opacity: 0.74;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.india-footer-links a:hover::before {
  transform: scale(1.18);
  opacity: 1;
}

.india-footer-shell .links li a:hover,
.india-footer-shell .contacts li a:hover {
  color: #ffffff;
}

.india-footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.india-footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.india-footer-pill:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.india-footer-pill-whatsapp {
  background: linear-gradient(135deg, #149b5f, #0f7e4d);
}

.india-footer-contacts li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
}

.india-footer-contacts li i {
  margin-top: 3px;
  margin-right: 0;
  color: #f0b143;
}

.india-footer-newsletter-title {
  margin: 8px 0 10px;
  color: #b8ccdf;
  font-size: 13px;
  line-height: 1.5;
}

.india-footer-social-wrap {
  margin: 6px 0 10px;
}

.india-footer-social-wrap h6 {
  margin: 0 0 7px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9eb7cf;
}

.india-footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.india-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.22s ease;
}

.india-footer-social a i {
  margin: 0;
  font-size: 15px;
}

.india-footer-social a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.newsletter-form-luxury {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.newsletter-form-luxury input {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(206, 222, 242, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 12px;
  padding: 11px 13px;
}

.newsletter-form-luxury input:focus {
  outline: none;
  border-color: rgba(240, 177, 67, 0.7);
  box-shadow: 0 0 0 3px rgba(240, 177, 67, 0.16);
}

.newsletter-form-luxury input::placeholder {
  color: #c5d2e4;
}

.newsletter-form-luxury button {
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #f0b143, #df9025);
  color: #163150;
  white-space: nowrap;
}

.newsletter-form-luxury button:hover {
  transform: translateY(-1px);
}

.india-footer-divider {
  border-color: rgba(208, 223, 243, 0.24);
  margin: 24px 0 16px;
}

.india-footer-payment-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.india-footer-payment-wrap > span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #b4c6db;
}

.india-footer-shell ul#footer-selector {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  float: none;
}

.india-footer-shell ul#footer-selector li {
  float: none;
  margin: 0;
}

.india-footer-shell ul#footer-selector img {
  max-height: 24px;
  width: auto;
  opacity: 0.92;
}

.india-footer-shell ul#additional_links {
  margin: 0;
  padding: 0;
  float: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.india-footer-shell ul#additional_links li {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.india-footer-shell ul#additional_links li:after {
  display: none;
}

.india-footer-shell ul#additional_links li a,
.india-footer-shell ul#additional_links li span {
  color: #c0cede;
  opacity: 1;
}

.india-footer-shell ul#additional_links li a:hover {
  color: #ffffff;
}

.floating-whatsapp-luxury {
  background: linear-gradient(135deg, #149b5f, #0f7e4d);
}

.india-mobile-dock {
  display: none;
}

@media (max-width: 1199px) {
  .india-home-actions {
    margin-top: -34px;
  }
}

@media (max-width: 991px) {
  .india-topbar-strip {
    display: none;
  }

  .india-top-menu {
    gap: 6px;
  }

  .india-top-btn {
    padding: 8px 11px !important;
    font-size: 11px;
  }

  .india-home-actions {
    margin-top: 12px;
  }

  .india-footer-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .india-footer-shell ul#additional_links {
    justify-content: flex-start;
  }

  .newsletter-form-luxury {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form-luxury button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .india-top-menu {
    display: none;
  }

  body {
    background: linear-gradient(180deg, #f0f6fd 0%, #edf4fb 100%);
  }

  #page-content {
    overflow-x: clip;
    padding-bottom: 86px;
  }

  .india-hero-chip {
    display: none;
  }

  header.india-header-shell .india-header-main {
    backdrop-filter: saturate(140%) blur(10px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #d6e3f0;
    box-shadow: 0 10px 24px rgba(9, 31, 51, 0.11);
    padding-left: 10px;
    padding-right: 10px;
  }

  header.india-header-shell #logo img {
    max-height: 30px;
  }

  header.india-header-shell .open_close.btn_mobile {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid #d3e2f0;
    background: #f7fbff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .india-action-card {
    border-radius: 14px;
  }

  .india-mobile-hero,
  .india-search-card,
  .india-stat-card,
  .india-offer-card,
  .india-review-card,
  .india-footer-panel,
  .tour-item .box_grid,
  .vehicle-card-pro {
    border-radius: 16px;
  }

  .india-mobile-hero {
    border-bottom: 0;
    margin: 8px 10px 0;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(9, 31, 51, 0.2);
  }

  .india-search-card {
    box-shadow: 0 12px 24px rgba(10, 29, 47, 0.12);
  }

  .india-mobile-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1002;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid rgba(196, 214, 233, 0.75);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: saturate(155%) blur(12px);
    box-shadow: 0 16px 32px rgba(8, 24, 40, 0.22);
    padding: 7px 6px;
  }

  .india-mobile-dock-item {
    border-radius: 12px;
    color: #5c7895;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 51px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .india-mobile-dock-item i {
    font-size: 17px;
    margin-right: 0;
    line-height: 1;
  }

  .india-mobile-dock-item.active {
    background: linear-gradient(145deg, #184a73, #0f3558);
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(12, 39, 64, 0.24);
  }

  .india-mobile-dock-item.active i {
    color: #f3c270;
  }

  #toTop {
    bottom: 148px !important;
    right: 12px !important;
  }

  .floating-whatsapp-luxury {
    bottom: 86px !important;
    right: 12px !important;
  }

  .india-banner-pro .wrapper {
    min-height: 280px;
  }

  .india-footer-panel {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .india-footer-topline {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .india-footer-topline-btn {
    width: 100%;
    justify-content: center;
  }

  .india-footer-cta-row {
    margin-bottom: 4px;
  }
}

/* ===============================
   INDIA PREMIUM HEADER + HOME UPGRADE
   =============================== */
header.india-header-shell,
header.india-header-shell.sticky {
  padding: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
}

header.india-header-shell #logo,
header.india-header-shell ul#top_menu,
header.india-header-shell .main-menu {
  float: none;
}

header.india-header-shell .india-topbar-strip {
  overflow: hidden;
  max-height: 50px;
  opacity: 1;
  transition: max-height 0.32s ease, opacity 0.24s ease;
}

header.india-header-shell.sticky .india-topbar-strip {
  max-height: 0;
  opacity: 0;
}

header.india-header-shell .india-header-main {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #dbe6f2;
  min-height: 82px;
  padding: 12px 28px;
  transition: min-height 0.28s ease, padding 0.28s ease, box-shadow 0.28s ease;
}

header.india-header-shell #logo {
  margin-right: 6px;
  order: 1;
}

header.india-header-shell #logo img {
  max-height: 44px;
  width: auto;
  margin: 0;
}

header.india-header-shell .india-main-menu {
  flex: 1 1 auto;
  margin-left: 8px;
  top: 0;
  order: 2;
}

header.india-header-shell .india-main-menu > ul > li > a {
  color: #2a3d52;
  padding: 0 10px;
  line-height: 1.2;
}

header.india-header-shell ul#top_menu.india-top-menu {
  margin: 0 0 0 12px;
  order: 3;
}

header.india-header-shell ul#top_menu.india-top-menu li {
  margin-right: 10px;
}

header.india-header-shell ul#top_menu.india-top-menu li:last-child {
  margin-right: 0;
}

header.india-header-shell .hamburger-inner,
header.india-header-shell .hamburger-inner::before,
header.india-header-shell .hamburger-inner::after {
  background-color: #223a54;
}

header.india-header-shell .btn_mobile {
  order: 4;
  margin-left: auto;
}

header.india-header-shell.sticky .india-header-main {
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 14px 28px rgba(8, 24, 38, 0.14);
}

.india-slider-shell .slide_typo,
.india-slider-shell .slide_typo strong,
.india-slider-shell .slide_typo b,
.india-slider-shell .slide_typo span,
.india-slider-shell .slide_typo_2,
.india-slider-shell .slide_typo_2 strong,
.india-slider-shell .slide_typo_2 b,
.india-slider-shell .slide_typo_2 span {
  color: #ffffff !important;
}

.india-slider-shell .slide_typo {
  white-space: normal !important;
  max-width: 980px;
  text-shadow: 0 7px 24px rgba(0, 0, 0, 0.45);
}

.india-slider-shell .slide_typo_2 {
  white-space: normal;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}

.india-hero-search {
  margin-top: -34px;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}

.india-search-card {
  background: #ffffff;
  border: 1px solid #d9e5f2;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(14, 36, 61, 0.16);
  padding: 22px 24px;
  overflow: hidden;
}

.india-search-copy h2 {
  margin-bottom: 4px;
  color: #142f4d;
  font-size: 29px;
}

.india-search-copy p {
  margin-bottom: 16px;
  color: #5a6f85;
}

.india-search-form {
  display: grid;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 12px;
  min-width: 0;
}

.india-search-form > * {
  min-width: 0;
}

.india-search-form.is-no-month {
  grid-template-columns: minmax(230px, 2fr) repeat(3, minmax(120px, 1fr)) minmax(165px, auto) minmax(145px, auto);
}

.india-search-form.is-basic {
  grid-template-columns: minmax(240px, 1fr) minmax(165px, auto) minmax(145px, auto);
}

.india-search-input-wrap {
  position: relative;
  flex: 1 1 auto;
}

.india-search-input-wrap i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #60768e;
  font-size: 17px;
}

.india-search-input-wrap input,
.india-search-input-wrap select {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #cad8e8;
  padding: 0 16px 0 44px;
  color: #1f3347;
  font-weight: 500;
  background: #fff;
}

.india-search-input-wrap input:focus,
.india-search-input-wrap select:focus {
  outline: none;
  border-color: #1a5f9f;
  box-shadow: 0 0 0 3px rgba(26, 95, 159, 0.1);
}

.india-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  height: 52px;
  border: 0;
  padding: 0 18px;
  box-shadow: 0 11px 22px rgba(9, 24, 41, 0.16);
}

.india-search-btn .india-search-btn-label {
  display: inline-block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  opacity: 1 !important;
}

.india-search-btn-alt {
  background: #163a5e;
  color: #ffffff;
}

.india-search-btn-alt:hover,
.india-search-btn-alt:focus {
  background: #112e4a;
  color: #ffffff;
}

.india-tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.india-tag-row span {
  font-size: 13px;
  font-weight: 600;
  color: #415f7d;
}

.india-tag-row a {
  border-radius: 999px;
  background: #eef4fb;
  border: 1px solid #d5e2f0;
  color: #26496e;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
}

.india-tag-row a em {
  font-style: normal;
  font-size: 11px;
  color: #0f7c4d;
  margin-left: 5px;
}

.india-tag-row a:hover {
  background: #dceaf8;
  color: #123f69;
}

.india-home-actions {
  margin-top: 0;
}

.india-home-stats {
  padding: 10px 0 25px;
}

.india-stat-card {
  min-height: 108px;
  border-radius: 15px;
  background: linear-gradient(145deg, #16385b, #0f2b46);
  box-shadow: 0 14px 28px rgba(10, 26, 45, 0.2);
  color: #f3f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.india-stat-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #ffd48a;
}

.india-stat-card span {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  .india-hero-search {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  header.india-header-shell .india-header-main {
    min-height: 68px;
    padding: 11px 14px 10px;
    gap: 10px;
  }

  header.india-header-shell #logo {
    position: static;
    left: auto;
    width: auto;
    text-align: left;
  }

  header.india-header-shell #logo img {
    max-height: 34px;
    margin: 0;
  }

  header.india-header-shell .india-main-menu {
    margin-left: 0;
  }

  header.india-header-shell ul#top_menu.india-top-menu {
    margin-left: auto;
  }

  .india-hero-search {
    margin-top: 12px;
  }

  .india-search-form,
  .india-search-form.is-no-month,
  .india-search-form.is-basic {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .india-search-input-wrap {
    min-width: 0;
  }

  .india-search-btn,
  .india-search-btn-alt {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  header.india-header-shell .india-header-main {
    min-height: 64px;
    padding: 10px 12px;
  }

  .india-search-card {
    padding: 14px 12px;
    border-radius: 15px;
  }

  .india-search-copy h2 {
    font-size: 19px;
    line-height: 1.2;
  }

  .india-search-copy p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .india-search-form.is-no-month {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    grid-template-areas:
      "keyword date"
      "adults children"
      "search search"
      "all all";
    gap: 9px;
    margin-bottom: 10px;
  }

  .india-search-form.is-basic {
    grid-template-columns: 1fr;
    grid-template-areas:
      "keyword"
      "search"
      "all";
    gap: 9px;
    margin-bottom: 10px;
  }

  .india-search-form.is-no-month .india-search-keyword,
  .india-search-form.is-basic .india-search-keyword {
    grid-area: keyword;
  }

  .india-search-form.is-no-month .india-search-date {
    grid-area: date;
  }

  .india-search-form.is-no-month .india-search-adults {
    grid-area: adults;
  }

  .india-search-form.is-no-month .india-search-children {
    grid-area: children;
  }

  .india-search-form .india-search-submit {
    grid-area: search;
  }

  .india-search-form .india-search-all {
    grid-area: all;
  }

  .india-search-input-wrap input,
  .india-search-input-wrap select {
    height: 48px;
    border-radius: 11px;
    font-size: 16px;
    padding-left: 40px;
  }

  .india-search-btn,
  .india-search-btn-alt {
    width: 100%;
    min-width: 0;
    height: 48px;
    text-align: center;
    justify-content: center;
    padding: 0 14px;
  }

  .india-search-btn .india-search-btn-label {
    font-size: 15px;
  }

  .india-search-btn-alt {
    background: #153f65;
  }

  .india-search-btn-alt:hover,
  .india-search-btn-alt:focus {
    background: #0f2f4d;
  }

  .india-guest-badge {
    margin-top: 2px;
  }

  .india-tag-row {
    gap: 6px;
    margin-top: 8px;
  }

  .india-tag-row span {
    width: 100%;
    font-size: 12px;
  }

  .india-tag-row a {
    font-size: 11px;
    padding: 6px 10px;
  }

  .india-stat-card strong {
    font-size: 28px;
  }
}

/* ===============================
   GUEST BADGES + HOME POLISH
   =============================== */
.india-guest-badge,
.tour-guest-badge {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #eef5fd;
  border: 1px solid #d2e1f1;
  color: #31506e;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
}

.india-guest-badge strong,
.tour-guest-badge strong {
  color: #0f5f9b;
  font-size: 14px;
}

.tour-guest-badge {
  margin-left: 2px;
}

.tour-grid-head {
  background: linear-gradient(135deg, #f7fbff, #eef5fd);
  border: 1px solid #d6e3f1;
  border-radius: 14px;
  padding: 14px 16px;
}

.tour-item .box_grid {
  border: 1px solid #d8e5f2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 24px rgba(11, 30, 50, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tour-item .box_grid:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(11, 30, 50, 0.16);
}

.tour-item .box_grid figure {
  margin: 0;
}

.tour-item .box_grid figure img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tour-item .box_grid:hover figure img {
  transform: scale(1.06);
}

.tour-item .box_grid .wrapper {
  padding: 16px 16px 9px;
}

.tour-item .box_grid ul {
  margin: 0;
  padding: 11px 14px 13px;
  border-top: 1px solid #e4edf7;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.india-tour-card {
  border: 1px solid #d9e5f1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 26px rgba(14, 33, 54, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.india-tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 32px rgba(14, 33, 54, 0.18);
}

.india-tour-card figure {
  margin: 0;
  overflow: hidden;
}

.india-tour-card figure img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.india-tour-card:hover figure img {
  transform: scale(1.06);
}

.india-tour-rank {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: linear-gradient(135deg, #f0b64e, #db8a21);
  color: #17314f;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 10px;
}

.india-tour-card .wrapper {
  padding: 16px 16px 8px;
}

.india-tour-card ul {
  margin: 0;
  padding: 10px 16px 13px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.india-vehicle-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e4f0;
  box-shadow: 0 14px 26px rgba(12, 30, 49, 0.13);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.india-vehicle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 32px rgba(12, 30, 49, 0.2);
}

.india-vehicle-card figure img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.india-vehicle-card:hover figure img {
  transform: scale(1.05);
}

.india-vehicle-chip {
  margin-top: 8px;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 9px;
}

.india-news-wrap a.box_news.india-news-card {
  padding-left: 0;
  min-height: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8e4f1;
  background: #fff;
  box-shadow: 0 14px 26px rgba(12, 30, 49, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.india-news-wrap a.box_news.india-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px rgba(12, 30, 49, 0.15);
}

.india-news-wrap a.box_news.india-news-card figure {
  position: relative;
  width: 100%;
  height: 170px;
}

.india-news-wrap a.box_news.india-news-card figure img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
}

.india-news-wrap a.box_news.india-news-card:hover figure img {
  transform: scale(1.08);
}

.india-news-wrap a.box_news.india-news-card ul,
.india-news-wrap a.box_news.india-news-card h4,
.india-news-wrap a.box_news.india-news-card p {
  padding-left: 18px;
  padding-right: 18px;
}

.india-news-wrap a.box_news.india-news-card ul {
  padding-top: 10px;
}

.india-news-wrap a.box_news.india-news-card p {
  margin-bottom: 6px;
}

.india-news-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f5f9b;
  font-size: 13px;
  font-weight: 600;
  padding: 0 18px 12px;
}

/* Floating controls separation */
#toTop {
  right: 22px !important;
  bottom: 92px !important;
  z-index: 998 !important;
}

.floating-whatsapp-luxury {
  right: 20px !important;
  bottom: 20px !important;
  z-index: 9999 !important;
}

.floating-offer-luxury {
  position: fixed;
  left: 20px;
  right: auto;
  bottom: 20px;
  z-index: 10001;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1b4f7a, #0f3658);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 24px rgba(6, 22, 34, 0.3);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  animation: india-offer-pulse 2.3s ease-in-out infinite;
}

.floating-offer-luxury i {
  font-size: 15px;
}

.floating-offer-luxury:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  animation-play-state: paused;
}

@keyframes india-offer-pulse {
  0% {
    box-shadow: 0 12px 24px rgba(6, 22, 34, 0.3);
  }
  55% {
    box-shadow: 0 14px 30px rgba(16, 54, 88, 0.48);
  }
  100% {
    box-shadow: 0 12px 24px rgba(6, 22, 34, 0.3);
  }
}

/* Premium offer popup */
.india-offer-swal {
  width: min(620px, calc(100vw - 28px)) !important;
  max-width: min(620px, calc(100vw - 28px)) !important;
  max-height: min(82vh, 700px) !important;
  border-radius: 18px !important;
  padding: 16px 14px 12px !important;
  overflow: hidden !important;
}

.india-offer-swal .swal2-title {
  margin: 0 0 10px !important;
  font-size: clamp(23px, 2.2vw, 34px) !important;
  line-height: 1.18 !important;
  color: #163a5e !important;
  padding-right: 34px !important;
}

.india-offer-swal .swal2-html-container {
  margin: 0 !important;
  padding: 0 !important;
  max-height: calc(min(82vh, 700px) - 190px);
  overflow: auto;
}

.india-offer-swal .swal2-actions {
  margin-top: 10px !important;
  gap: 0;
}

.india-offer-swal .swal2-close {
  font-size: 34px !important;
  color: #8ea3b8 !important;
  transition: color .2s ease;
}

.india-offer-swal .swal2-close:hover {
  color: #163a5e !important;
}

.india-offer-popup-card {
  text-align: left;
  display: grid;
  gap: 10px;
}

.india-offer-popup-image {
  width: 100%;
  height: clamp(210px, 36vh, 360px);
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  margin: 0 0 2px;
}

.india-offer-popup-subtitle {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #0f5f9b;
}

.india-offer-popup-description {
  margin: 0;
  color: #4a6078;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.india-offer-confirm {
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  padding: 10px 18px;
  margin: 2px 0 0;
  background: linear-gradient(135deg, #f0b64e, #db8a21);
  color: #132842;
}

.india-offer-confirm:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(147, 88, 13, 0.25);
}

.india-offer-popup-hide {
  border: 0;
  background: transparent;
  color: #6b7f95;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  margin-top: -2px;
  width: fit-content;
}

.india-offer-popup-hide:hover {
  color: #163a5e;
}

body.offer-popup-open #toTop,
body.offer-popup-open .floating-whatsapp-luxury,
body.offer-popup-open .floating-offer-luxury,
body.offer-popup-open .india-mobile-dock {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(10px) !important;
  transition: opacity .2s ease, transform .2s ease;
}

@media (max-width: 767px) {
  #toTop {
    right: 12px !important;
    bottom: 148px !important;
  }

  .floating-whatsapp-luxury {
    right: 12px !important;
    bottom: 86px !important;
  }

  .floating-offer-luxury {
    left: 12px;
    right: auto;
    bottom: 86px;
    min-width: 108px;
    justify-content: center;
  }

  .india-offer-swal {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: 82vh !important;
    padding: 12px 10px 10px !important;
  }

  .india-offer-swal .swal2-title {
    font-size: 22px !important;
    margin-bottom: 8px !important;
  }

  .india-offer-swal .swal2-html-container {
    max-height: calc(82vh - 168px);
  }

  .india-offer-popup-image {
    height: clamp(170px, 30vh, 250px);
  }

  .india-offer-popup-description {
    -webkit-line-clamp: 3;
  }

  .india-news-wrap a.box_news.india-news-card figure {
    height: 150px;
  }
}

/* ===============================
   TOUR DETAILS PRO PAGE
   =============================== */
.tour-pro-page {
  background: linear-gradient(180deg, #f8fbff 0, #f2f7fc 35%, #ffffff 100%);
}

.tour-pro-hero {
  position: relative;
  min-height: 470px;
  background-position: center;
  background-size: cover;
}

.tour-pro-hero-overlay {
  min-height: 470px;
  background: linear-gradient(120deg, rgba(8, 23, 39, 0.78), rgba(11, 37, 63, 0.6));
  display: flex;
  align-items: flex-end;
  padding: 105px 0 48px;
}

.tour-pro-breadcrumb {
  margin-bottom: 10px;
  color: #c6d5e6;
  font-size: 13px;
}

.tour-pro-breadcrumb a {
  color: #d8e5f2;
}

.tour-pro-breadcrumb span {
  opacity: 0.75;
  margin: 0 6px;
}

.tour-pro-chip {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffd899;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 7px 12px;
  margin-bottom: 12px;
}

.tour-pro-hero h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 54px);
  margin-bottom: 10px;
  line-height: 1.12;
}

.tour-pro-hero p {
  color: #dde7f2;
  max-width: 760px;
  font-size: 17px;
}

.tour-pro-hero-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tour-pro-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #eaf2fa;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
}

.tour-pro-hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tour-pro-ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  font-weight: 600;
  padding: 10px 14px;
}

.tour-pro-ghost-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.tour-pro-topstrip {
  margin-top: -30px;
  position: relative;
  z-index: 5;
}

.tour-pro-topstrip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tour-pro-top-item {
  border: 1px solid #d8e5f3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 24px rgba(14, 31, 52, 0.12);
  padding: 15px 14px;
}

.tour-pro-top-item h6 {
  margin: 0 0 4px;
  color: #5f7690;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tour-pro-top-item p {
  margin: 0;
  color: #17314d;
  font-weight: 700;
}

.tour-pro-tabs {
  border-radius: 12px;
  background: #eaf2fb;
  border: 1px solid #cfdeef;
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.tour-pro-tabs button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  color: #284869;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 13px;
}

.tour-pro-tabs button.active {
  background: #12395f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 41, 67, 0.24);
}

.tour-pro-panel {
  display: none;
  border: 1px solid #d7e3f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(13, 33, 54, 0.09);
  padding: 22px 22px 18px;
  margin-bottom: 14px;
}

.tour-pro-panel.active {
  display: block;
}

.tour-pro-panel h2 {
  font-size: 29px;
  margin-bottom: 14px;
}

.tour-pro-upcoming-wrap {
  border-top: 1px solid #e6eef7;
  margin-top: 14px;
  padding-top: 14px;
}

.tour-pro-upcoming-wrap h4 {
  margin-bottom: 10px;
  font-size: 17px;
}

.tour-pro-date-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tour-pro-date-list.compact {
  gap: 6px;
}

.tour-pro-date-chip {
  border: 1px solid #cfdff0;
  background: #f4f9ff;
  color: #1b446a;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  line-height: 1.2;
  text-align: left;
}

.tour-pro-date-chip small {
  display: block;
  color: #607994;
  font-weight: 600;
  margin-top: 2px;
}

.tour-pro-date-chip:hover {
  background: #e7f1fb;
}

.tour-pro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour-pro-list li {
  border-bottom: 1px solid #edf3fa;
  padding: 10px 0;
  color: #304b66;
}

.tour-pro-list li:last-child {
  border-bottom: 0;
}

.tour-pro-list-ok i {
  color: #17905a;
  margin-right: 5px;
}

.tour-pro-list-no i {
  color: #cc4533;
  margin-right: 5px;
}

.tour-pro-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tour-pro-policy-grid article {
  border: 1px solid #e1ebf7;
  border-radius: 12px;
  padding: 14px;
  background: #f9fcff;
}

.tour-pro-policy-grid article h4 {
  margin-bottom: 8px;
  font-size: 17px;
  color: #173e62;
}

.tour-pro-policy-grid article p {
  margin: 0;
  color: #45617d;
}

.tour-pro-booking {
  border-radius: 16px;
  border: 1px solid #d8e5f2;
  background: #fff;
  box-shadow: 0 16px 30px rgba(13, 33, 54, 0.13);
}

.tour-pro-booking-price {
  border-radius: 12px;
  background: linear-gradient(135deg, #103153, #0c2744);
  color: #eaf2fb;
  padding: 12px 14px;
  text-align: center;
  margin-bottom: 12px;
}

.tour-pro-booking-price span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a9c0d9;
}

.tour-pro-booking-price strong {
  display: block;
  font-size: 34px;
  color: #ffd28b;
  line-height: 1;
  margin: 6px 0;
}

.tour-pro-booking-price small {
  color: #d1dfed;
}

.tour-pro-guest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.tour-pro-guest-grid label {
  font-size: 12px;
  font-weight: 600;
  color: #526a82;
  margin-bottom: 4px;
  display: block;
}

.tour-pro-total {
  border-radius: 10px;
  background: #edf4fd;
  border: 1px solid #d3e1f1;
  color: #2f4e6c;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.tour-pro-total strong {
  color: #0f5f9b;
  font-size: 15px;
}

.tour-pro-booking-dates h6 {
  margin-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
  color: #5f7892;
}

.tour-pro-quote-box {
  border-radius: 10px;
  border: 1px solid #dce7f4;
  background: #f8fbff;
  padding: 10px 11px;
  margin-top: 8px;
}

.tour-pro-status {
  font-size: 13px;
  font-weight: 600;
}

.tour-pro-status.neutral {
  color: #5d758f;
}

.tour-pro-status.ok {
  color: #138654;
}

.tour-pro-status.warn {
  color: #b46b16;
}

.tour-pro-status.bad {
  color: #c54435;
}

.tour-pro-quote-summary {
  margin-top: 8px;
  color: #38536f;
  font-size: 13px;
}

.tour-pro-quote-summary .total {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #143b61;
}

.tour-pro-booking .btn_1.outline {
  background: #fff;
  border: 1px solid #0e6e42;
  color: #0e6e42 !important;
}

.tour-pro-call-link {
  margin-top: 11px;
  display: block;
  color: #173f64;
  font-weight: 600;
}

.tour-pro-copy-link {
  margin-top: 7px;
  width: 100%;
  border: 1px solid #d2e1f1;
  background: #f4f9ff;
  color: #285172;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 10px;
}

.tour-pro-copy-link:hover {
  background: #e9f3fe;
}

.tour-pro-similar-wrap {
  border-top: 1px solid #e1ebf6;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.tour-pro-similar-card {
  border: 1px solid #d5e3f1;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 28px rgba(11, 32, 52, 0.12);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tour-pro-similar-wrap .row {
  row-gap: 24px;
}

.tour-pro-similar-card:hover {
  transform: translateY(-7px);
  border-color: #c3d7eb;
  box-shadow: 0 22px 36px rgba(11, 32, 52, 0.19);
}

.tour-pro-similar-card .tour-card-media {
  margin: 0;
  position: relative;
  height: clamp(188px, 15vw, 232px);
  overflow: hidden;
  background: #d9e8f5;
}

.tour-pro-similar-card .tour-card-media > a {
  display: block;
  width: 100%;
  height: 100%;
}

.tour-pro-similar-card .tour-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 28, 47, 0.08) 28%, rgba(8, 28, 47, 0.5) 100%);
  pointer-events: none;
}

.tour-pro-similar-card .tour-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .42s ease;
}

.tour-pro-similar-card:hover .tour-card-media img {
  transform: scale(1.08);
}

.tour-pro-similar-card .tour-card-category,
.tour-pro-similar-card .tour-card-popular {
  position: absolute;
  top: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .045em;
  line-height: 1;
  padding: 7px 11px;
  white-space: nowrap;
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-pro-similar-card .tour-card-category {
  left: 12px;
  background: rgba(8, 26, 43, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f5f8fc;
}

.tour-pro-similar-card .tour-card-popular {
  right: 12px;
  background: linear-gradient(135deg, #f3bf58, #df8d24);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #1d3551;
}

.tour-pro-similar-card .tour-card-readmore {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  transition: all .28s ease;
}

.tour-pro-similar-card .tour-card-readmore span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #14385f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 7px 11px;
}

.tour-pro-similar-card:hover .tour-card-readmore {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tour-pro-similar-card .tour-card-body {
  padding: 11px 13px 10px;
  background: #fff;
}

.tour-pro-similar-card .tour-card-title {
  margin: 0;
  font-size: clamp(17px, 1.04vw, 21px);
  line-height: 1.28;
}

.tour-pro-similar-card .tour-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #193f67;
  text-decoration: none;
  transition: color .2s ease;
}

.tour-pro-similar-card .tour-card-title a:hover {
  color: #0f5f9b;
}

.tour-pro-similar-card .tour-line-clamp {
  margin: 0;
  color: #546b84;
  font-size: 14px;
  line-height: 1.42;
  min-height: 0;
  -webkit-line-clamp: 2;
}

.tour-pro-similar-card .tour-card-price-row {
  margin-top: 3px;
  border-top: 1px dashed #d9e6f3;
  padding-top: 8px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}

.tour-pro-similar-card .tour-card-price-label {
  font-size: 15px;
  color: #6b8098;
  font-weight: 600;
}

.tour-pro-similar-card .tour-card-price-value {
  font-size: 29px;
  line-height: 1;
  color: #d45418;
  font-weight: 800;
  letter-spacing: .01em;
}

.tour-pro-similar-card .tour-card-price-unit {
  font-size: 14px;
  color: #7f8f9f;
  font-weight: 600;
}

.tour-pro-similar-card .tour-card-meta-list {
  margin: auto 0 0;
  padding: 10px 13px 11px;
  border-top: 1px solid #deebf6;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.tour-pro-similar-card .tour-card-meta-list li {
  margin: 0;
  width: 100%;
  float: none;
}

.tour-pro-similar-card .tour-card-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #2e4e6d;
  font-size: 13px;
  line-height: 1.35;
}

.tour-pro-similar-card .tour-card-meta-item i {
  color: #d58c22;
  margin-top: 2px;
}

.tour-pro-similar-card .tour-card-meta-item span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-pro-similar-card .tour-card-meta-action {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tour-pro-similar-card .tour-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #154976;
  background: linear-gradient(135deg, #174a77, #0f5f9b);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
  padding: 9px 12px;
  line-height: 1;
  white-space: nowrap;
}

.tour-pro-similar-card .tour-card-cta:hover {
  color: #fff;
  box-shadow: 0 10px 18px rgba(15, 73, 117, 0.3);
}

.tour-pro-similar-card .whatsapp-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #23c760;
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(21, 104, 45, 0.27);
}

.tour-pro-similar-card .whatsapp-icon:hover {
  color: #fff;
  background: #1bb354;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .tour-pro-similar-card .tour-card-media {
    height: clamp(180px, 28vw, 220px);
  }
}

@media (max-width: 767px) {
  .tour-pro-similar-wrap .row {
    row-gap: 16px;
  }

  .tour-pro-similar-card .tour-card-body {
    padding: 12px 12px 9px;
  }

  .tour-pro-similar-card .tour-card-price-value {
    font-size: 25px;
  }

  .tour-pro-similar-card .tour-card-meta-list {
    padding: 10px 12px 11px;
  }
}

@media (max-width: 991px) {
  .tour-pro-topstrip {
    margin-top: 12px;
  }

  .tour-pro-topstrip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-pro-policy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tour-pro-hero,
  .tour-pro-hero-overlay {
    min-height: 420px;
  }

  .tour-pro-hero-overlay {
    padding-top: 95px;
    padding-bottom: 36px;
  }

  .tour-pro-topstrip-grid {
    grid-template-columns: 1fr;
  }

  .tour-pro-panel {
    padding: 18px 15px 14px;
  }

  .tour-pro-tabs {
    gap: 5px;
  }

  .tour-pro-tabs button {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.tour-pro-booking.attention {
  box-shadow: 0 0 0 3px rgba(240, 177, 67, 0.42), 0 20px 34px rgba(13, 33, 54, 0.16);
  transition: box-shadow 0.25s ease;
}

.tour-pro-mobile-bar {
  display: none;
}

@media (max-width: 991px) {
  .tour-pro-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .tour-pro-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(9, 25, 43, 0.96);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .tour-pro-mobile-meta {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tour-pro-mobile-meta small {
    display: block;
    color: #b3c9e0;
    font-size: 11px;
    line-height: 1.2;
  }

  .tour-pro-mobile-meta strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tour-pro-mobile-meta span {
    display: block;
    color: #f0c27a;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
  }

  .tour-pro-mobile-book {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0b64e, #db8a21);
    color: #152d47;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    white-space: nowrap;
  }

  .tour-pro-mobile-call {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0f7e4d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: 0 0 42px;
  }

  .tour-pro-mobile-call:hover {
    color: #fff;
    background: #0d6b41;
  }

  .tour-pro-page-active #toTop {
    bottom: 146px !important;
  }

  .tour-pro-page-active .floating-whatsapp-luxury {
    bottom: 82px !important;
  }
}

/* ===============================
   RENT VEHICLE PRO LISTING
   =============================== */
.rent-pro-page {
  background: linear-gradient(180deg, #f6f9fd 0%, #edf3f9 35%, #ffffff 100%);
}

.rent-pro-hero .wrapper {
  background: linear-gradient(120deg, rgba(8, 30, 54, 0.86), rgba(14, 52, 86, 0.64));
}

.rent-pro-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #ffd38f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 7px 12px;
}

.rent-pro-hero p {
  max-width: 780px;
}

.rent-pro-hero-points {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rent-pro-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e6eef8;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
}

.rent-pro-filter-wrap {
  margin-top: -42px;
  position: relative;
  z-index: 6;
}

.rent-pro-filter-card {
  border: 1px solid #d5e2ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(12, 31, 52, 0.14);
  padding: 18px;
}

.rent-pro-filter-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.rent-pro-filter-head h2 {
  margin: 0;
  font-size: 25px;
}

.rent-pro-filter-head p {
  margin: 4px 0 0;
  color: #4c6884;
}

.rent-pro-filter-meta {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.rent-pro-filter-meta span {
  border: 1px solid #d5e2ef;
  border-radius: 999px;
  background: #eff5fb;
  color: #2c4e70;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 7px 11px;
}

.rent-pro-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.rent-pro-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rent-pro-field-wide {
  grid-column: span 2;
}

.rent-pro-field label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #4c6783;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rent-pro-field input,
.rent-pro-field select {
  border: 1px solid #d6e3f1;
  border-radius: 10px;
  background: #fff;
  color: #17324d;
  height: 46px;
  padding: 10px 12px;
}

.rent-pro-field input:focus,
.rent-pro-field select:focus {
  outline: none;
  border-color: #1d629f;
  box-shadow: 0 0 0 3px rgba(29, 98, 159, 0.12);
}

.rent-pro-filter-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.rent-pro-filter-actions .btn_1 {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rent-pro-filter-actions .btn_1.outline {
  background: #fff;
  border: 1px solid #355d83;
  color: #355d83 !important;
}

.rent-pro-filter-actions .btn_1.green {
  background: linear-gradient(135deg, #0e8e53, #0a7a45);
}

.rent-pro-card {
  border: 1px solid #d5e3f1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 13px 26px rgba(10, 27, 45, 0.12);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rent-pro-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 34px rgba(10, 27, 45, 0.18);
}

.rent-pro-card figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.rent-pro-card figure::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.58) 100%);
}

.rent-pro-card figure img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.rent-pro-card:hover figure img {
  transform: scale(1.05);
}

.rent-pro-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffce73, #f0a734);
  color: #12304e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
}

.rent-pro-price-tag {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f3558, #113f69);
  box-shadow: 0 10px 18px rgba(8, 22, 36, 0.32);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 11px;
}

.rent-pro-price-tag small {
  display: block;
  color: #ffce7d;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}

.rent-pro-card-body {
  padding: 14px;
}

.rent-pro-card-title-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}

.rent-pro-card-title-row h3 {
  margin: 0;
  color: #14304a;
  font-size: 21px;
  line-height: 1.2;
}

.rent-pro-card-title-row span {
  border-radius: 999px;
  border: 1px solid #d3e0ee;
  background: #eef5fd;
  color: #214c72;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 9px;
}

.rent-pro-meta-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rent-pro-meta-grid span {
  border: 1px solid #dee8f4;
  border-radius: 10px;
  background: #f8fbff;
  color: #365572;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
}

.rent-pro-card-note {
  margin: 10px 0 0;
  color: #4f6c88;
  font-size: 13px;
  font-weight: 600;
}

.rent-pro-card-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.rent-pro-card-actions .btn_1 {
  flex: 1;
  min-height: 40px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rent-pro-card-actions .btn_1.outline {
  background: #fff;
  border: 1px solid #0f7848;
  color: #0f7848 !important;
}

.rent-pro-empty {
  border-radius: 14px;
  border: 1px solid #d9e5f3;
  box-shadow: 0 12px 24px rgba(12, 29, 46, 0.11);
}

@media (max-width: 1199px) {
  .rent-pro-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rent-pro-field-wide {
    grid-column: span 3;
  }
}

@media (max-width: 991px) {
  .rent-pro-filter-wrap {
    margin-top: 10px;
  }

  .rent-pro-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rent-pro-field-wide {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .rent-pro-filter-card {
    border-radius: 14px;
    padding: 14px;
  }

  .rent-pro-filter-grid {
    grid-template-columns: 1fr;
  }

  .rent-pro-field-wide {
    grid-column: span 1;
  }

  .rent-pro-card figure img {
    height: 220px;
  }

  .rent-pro-card-actions {
    flex-direction: column;
  }
}

/* ===============================
   VEHICLE DETAIL PRO PAGE
   =============================== */
.vehicle-pro-page {
  background: linear-gradient(180deg, #f8fbff 0, #f1f6fc 36%, #ffffff 100%);
}

.vehicle-pro-hero {
  position: relative;
  min-height: 460px;
  background-position: center;
  background-size: cover;
}

.vehicle-pro-hero-overlay {
  min-height: 460px;
  background: linear-gradient(120deg, rgba(8, 24, 42, 0.82), rgba(13, 43, 72, 0.62));
  display: flex;
  align-items: flex-end;
  padding: 110px 0 46px;
}

.vehicle-pro-breadcrumb {
  margin-bottom: 10px;
  color: #cad8e8;
  font-size: 13px;
}

.vehicle-pro-breadcrumb a {
  color: #dae6f4;
}

.vehicle-pro-breadcrumb span {
  margin: 0 6px;
  opacity: 0.75;
}

.vehicle-pro-chip {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.12);
  color: #ffd892;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 7px 12px;
  margin-bottom: 12px;
}

.vehicle-pro-hero h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 54px);
  margin-bottom: 10px;
  line-height: 1.12;
}

.vehicle-pro-hero p {
  color: #dce6f2;
  max-width: 760px;
  font-size: 16px;
}

.vehicle-pro-hero-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vehicle-pro-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #eaf2fb;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
}

.vehicle-pro-hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vehicle-pro-ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  font-weight: 600;
  padding: 10px 14px;
}

.vehicle-pro-ghost-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.vehicle-pro-topstrip {
  margin-top: -30px;
  position: relative;
  z-index: 5;
}

.vehicle-pro-topstrip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-pro-top-item {
  border: 1px solid #d7e4f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 24px rgba(14, 31, 52, 0.12);
  padding: 15px 14px;
}

.vehicle-pro-top-item h6 {
  margin: 0 0 4px;
  color: #5f7790;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vehicle-pro-top-item p {
  margin: 0;
  color: #17314d;
  font-weight: 700;
}

.vehicle-pro-tabs {
  border-radius: 12px;
  background: #e9f2fb;
  border: 1px solid #cfdeee;
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.vehicle-pro-tabs button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  color: #284868;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 13px;
}

.vehicle-pro-tabs button.active {
  background: #12395f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 41, 67, 0.24);
}

.vehicle-pro-panel {
  display: none;
  border: 1px solid #d7e3f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(13, 33, 54, 0.09);
  padding: 22px 22px 18px;
  margin-bottom: 14px;
}

.vehicle-pro-panel.active {
  display: block;
}

.vehicle-pro-panel h2 {
  font-size: 29px;
  margin-bottom: 14px;
}

.vehicle-pro-feature-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vehicle-pro-feature-grid article {
  border: 1px solid #dfebf7;
  border-radius: 12px;
  background: #f8fbff;
  padding: 12px;
}

.vehicle-pro-feature-grid article h4 {
  margin: 0 0 7px;
  color: #184267;
  font-size: 16px;
}

.vehicle-pro-feature-grid article h4 i {
  color: #159158;
  margin-right: 5px;
}

.vehicle-pro-feature-grid article p {
  margin: 0;
  color: #49647d;
  font-size: 13px;
}

.vehicle-pro-spec-card {
  border: 1px solid #dce8f4;
  border-radius: 12px;
  overflow: hidden;
}

.vehicle-pro-spec-card table th {
  width: 38%;
  color: #1c3f62;
  font-weight: 700;
  border-bottom: 1px solid #e8eff8;
}

.vehicle-pro-spec-card table td {
  color: #435f7a;
  border-bottom: 1px solid #e8eff8;
}

.vehicle-pro-spec-card table tr:last-child th,
.vehicle-pro-spec-card table tr:last-child td {
  border-bottom: 0;
}

.vehicle-pro-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-pro-policy-grid article {
  border: 1px solid #e1ebf7;
  border-radius: 12px;
  background: #f9fcff;
  padding: 14px;
}

.vehicle-pro-policy-grid article h4 {
  margin-bottom: 8px;
  font-size: 17px;
  color: #173e62;
}

.vehicle-pro-policy-grid article p {
  margin: 0;
  color: #45617d;
}

.vehicle-pro-booking {
  border-radius: 16px;
  border: 1px solid #d8e5f2;
  background: #fff;
  box-shadow: 0 16px 30px rgba(13, 33, 54, 0.13);
}

.vehicle-pro-booking-price {
  border-radius: 12px;
  background: linear-gradient(135deg, #103153, #0c2744);
  color: #eaf2fb;
  padding: 12px 14px;
  text-align: center;
  margin-bottom: 12px;
}

.vehicle-pro-booking-price span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a9c0d9;
}

.vehicle-pro-booking-price strong {
  display: block;
  font-size: 30px;
  color: #ffd28b;
  line-height: 1;
  margin: 6px 0;
}

.vehicle-pro-booking-price small {
  color: #d1dfed;
}

.vehicle-pro-quote-box {
  border-radius: 10px;
  border: 1px solid #dce7f4;
  background: #f8fbff;
  padding: 10px 11px;
  margin-top: 8px;
}

.vehicle-pro-fare-summary {
  color: #214a70;
  font-size: 13px;
  font-weight: 600;
}

.vehicle-pro-fare-summary strong {
  color: #133d63;
}

.vehicle-pro-fare-hint {
  margin-top: 5px;
  color: #5d758f;
  font-size: 12px;
}

.vehicle-pro-call-link {
  margin-top: 11px;
  display: block;
  color: #173f64;
  font-weight: 600;
}

.vehicle-pro-copy-link {
  margin-top: 7px;
  width: 100%;
  border: 1px solid #d2e1f1;
  background: #f4f9ff;
  color: #285172;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 10px;
}

.vehicle-pro-copy-link:hover {
  background: #e9f3fe;
}

.vehicle-pro-booking.attention {
  box-shadow: 0 0 0 3px rgba(240, 177, 67, 0.42), 0 20px 34px rgba(13, 33, 54, 0.16);
  transition: box-shadow 0.25s ease;
}

.vehicle-pro-similar-wrap {
  border-top: 1px solid #e1ebf6;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5fd 100%);
}

.vehicle-pro-similar-card {
  border: 1px solid #d4e4f2;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 15px 28px rgba(9, 30, 49, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.vehicle-pro-similar-wrap .row {
  row-gap: 24px;
}

.vehicle-pro-similar-card:hover {
  transform: translateY(-6px);
  border-color: #bfd6ea;
  box-shadow: 0 22px 36px rgba(9, 30, 49, 0.19);
}

.vehicle-pro-similar-card figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: clamp(182px, 13.6vw, 220px);
}

.vehicle-pro-similar-card figure::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 28, 47, 0.06) 36%, rgba(8, 28, 47, 0.36) 100%);
}

.vehicle-pro-similar-card figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.vehicle-pro-similar-card:hover figure img {
  transform: scale(1.06);
}

.vehicle-pro-similar-card .rent-pro-plan-chip,
.vehicle-pro-similar-card .rent-pro-badge,
.vehicle-pro-similar-card .rent-pro-price-tag {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  line-height: 1;
}

.vehicle-pro-similar-card .rent-pro-plan-chip {
  left: 12px;
  top: 12px;
  right: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(8, 27, 45, 0.74);
  color: #f3f8ff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 7px 10px;
  max-width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vehicle-pro-similar-card .rent-pro-badge {
  left: auto;
  right: 12px;
  top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #f3bf58, #df8d24);
  color: #1b3553;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 7px 10px;
}

.vehicle-pro-similar-card .rent-pro-price-tag {
  left: 12px;
  bottom: 12px;
  right: auto;
  top: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(8, 28, 46, 0.88);
  box-shadow: 0 10px 18px rgba(8, 22, 36, 0.24);
  color: #fff;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  max-width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px 7px;
  border-radius: 12px;
}

.vehicle-pro-similar-card .rent-pro-price-tag strong {
  font-size: 20px;
  color: #ffd89f;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.vehicle-pro-similar-card .rent-pro-price-tag small {
  display: inline;
  color: #d3e4f6;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vehicle-pro-similar-card .rent-pro-price-tag::before,
.vehicle-pro-similar-card .rent-pro-price-tag::after {
  content: none !important;
  display: none !important;
}

.vehicle-pro-similar-card .wrapper {
  padding: 11px 13px 11px;
}

.vehicle-pro-similar-card .rent-pro-card-title {
  margin: 0;
  font-size: clamp(17px, 1.04vw, 21px);
  line-height: 1.28;
}

.vehicle-pro-similar-card .rent-pro-card-title a {
  color: #1a436b;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vehicle-pro-similar-card .rent-pro-card-title a:hover {
  color: #0f5f9b;
}

.vehicle-pro-similar-card .rent-pro-card-type {
  margin-top: 6px;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid #d3e0ee;
  background: #eef5fd;
  color: #214c72;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 9px;
}

.vehicle-pro-similar-card .rent-pro-card-spec {
  margin: 8px 0 0;
  color: #57728b;
  font-size: 13px;
  line-height: 1.4;
}

.vehicle-pro-similar-card .rent-pro-card-spec strong {
  color: #2e5273;
  font-weight: 700;
}

.vehicle-pro-similar-card .rent-pro-card-note {
  margin: 4px 0 0;
  padding-top: 8px;
  border-top: 1px dashed #d8e6f3;
  color: #627c95;
  font-size: 12px;
  font-weight: 600;
}

.vehicle-pro-similar-card .rent-pro-card-actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.vehicle-pro-similar-card .rent-pro-card-actions .btn_1 {
  flex: 0 0 auto;
  min-height: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 13px;
}

.vehicle-pro-similar-card .rent-pro-card-actions .btn_1.outline {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid #1aaa50;
  background: #24c15f;
  color: #fff !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  box-shadow: 0 8px 16px rgba(20, 104, 47, 0.24);
}

.vehicle-pro-similar-card .rent-pro-card-actions .btn_1.outline i {
  font-size: 17px;
  margin: 0;
}

.vehicle-pro-similar-card .rent-pro-card-actions .btn_1.outline:hover {
  background: #1cb154;
  border-color: #179849;
  color: #fff !important;
}

@media (max-width: 767px) {
  .vehicle-pro-similar-wrap .row {
    row-gap: 16px;
  }

  .vehicle-pro-similar-card figure {
    height: 184px;
  }

  .vehicle-pro-similar-card .rent-pro-card-title {
    font-size: 18px;
  }

  .vehicle-pro-similar-card .rent-pro-card-spec {
    font-size: 12px;
  }

  .vehicle-pro-similar-card .rent-pro-card-actions .btn_1 {
    padding: 9px 12px;
  }
}

.vehicle-pro-mobile-bar {
  display: none;
}

@media (max-width: 991px) {
  .vehicle-pro-topstrip {
    margin-top: 12px;
  }

  .vehicle-pro-topstrip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicle-pro-policy-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-pro-feature-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-pro-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .vehicle-pro-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(9, 25, 43, 0.96);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .vehicle-pro-mobile-meta {
    flex: 1 1 auto;
    min-width: 0;
  }

  .vehicle-pro-mobile-meta small {
    display: block;
    color: #b3c9e0;
    font-size: 11px;
    line-height: 1.2;
  }

  .vehicle-pro-mobile-meta strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vehicle-pro-mobile-meta span {
    display: block;
    color: #f0c27a;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
  }

  .vehicle-pro-mobile-book {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0b64e, #db8a21);
    color: #152d47;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    white-space: nowrap;
  }

  .vehicle-pro-mobile-call {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0f7e4d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: 0 0 42px;
  }

  .vehicle-pro-mobile-call:hover {
    color: #fff;
    background: #0d6b41;
  }

  .vehicle-pro-page-active #toTop {
    bottom: 146px !important;
  }

  .vehicle-pro-page-active .floating-whatsapp-luxury {
    bottom: 82px !important;
  }
}

@media (max-width: 767px) {
  .vehicle-pro-hero,
  .vehicle-pro-hero-overlay {
    min-height: 420px;
  }

  .vehicle-pro-hero-overlay {
    padding-top: 95px;
    padding-bottom: 36px;
  }

  .vehicle-pro-topstrip-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-pro-panel {
    padding: 18px 15px 14px;
  }

  .vehicle-pro-tabs {
    gap: 5px;
  }

  .vehicle-pro-tabs button {
    font-size: 12px;
    padding: 7px 10px;
  }
}

/* ===============================
   MOBILE PRIME POLISH (ALL PAGES)
   =============================== */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  #page-content {
    overflow-x: hidden !important;
  }

  main {
    overflow-x: clip;
  }

  .margin_60_35 {
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .tour-pro-hero-meta span,
  .vehicle-pro-hero-meta span {
    font-size: 12px;
    padding: 7px 10px;
  }

  .tour-pro-topstrip,
  .vehicle-pro-topstrip {
    margin-top: 8px;
  }

  .tour-pro-topstrip-grid,
  .vehicle-pro-topstrip-grid {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .tour-pro-topstrip-grid::-webkit-scrollbar,
  .vehicle-pro-topstrip-grid::-webkit-scrollbar {
    display: none;
  }

  .tour-pro-top-item,
  .vehicle-pro-top-item {
    min-width: 210px;
    flex: 0 0 auto;
    border-radius: 13px;
    padding: 13px 12px;
  }

  .tour-pro-tabs,
  .vehicle-pro-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 6px;
  }

  .tour-pro-tabs::-webkit-scrollbar,
  .vehicle-pro-tabs::-webkit-scrollbar {
    display: none;
  }

  .tour-pro-tabs button,
  .vehicle-pro-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .tour-pro-panel,
  .vehicle-pro-panel {
    border-radius: 14px;
    padding: 16px 13px 12px;
  }

  .tour-pro-panel h2,
  .vehicle-pro-panel h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .tour-pro-booking,
  .vehicle-pro-booking {
    border-radius: 14px;
  }
}

/* Prevent occasional horizontal overflow from slider/carousel clones */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

#page-content {
  max-width: 100%;
  overflow-x: clip;
}
