        /* ==========================================
   Verification Bar Styling
========================================== */
/* ==========================================
   Slim Verification Bar
========================================== */
.verification-bar {
    background: linear-gradient(90deg, #f0f9ff 0%, #f8f9fa 50%, #f0f9ff 100%);
    border-top: 1px solid #e9ecef;
    border-bottom: 2px solid #38bdf8;
    padding: 9px 0;
    text-align: center;
}

.verification-bar p {
    margin: 0;
    color: #0a192f; /* ডার্ক নেভি ব্লু */
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .01em;
}

.verification-bar strong {
    color: #0284c7;
    font-weight: 800;
}

/* ==========================================
   Slim & Horizontal Stat Cards
========================================== */
.stat-card-slim {
    background-color: #f8f9fa; /* হালকা গ্রে */
    border: 1.5px solid #e2e8f0;
    border-left: 4px solid #0284c7; /* আকাশি-নীল শেড Accent */
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.stat-card-slim:hover {
    background-color: #ffffff;
    border-color: #38bdf8;
    transform: translateY(-5px);
    box-shadow: 0 10px 22px rgba(2, 132, 199, 0.12) !important;
}

/* Base Mini Icon Circle Structure */
.stat-icon-mini {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(2, 132, 199, 0.08);
    transition: all 0.3s ease;
}

/* 1. Excellence Card Icon */
.stat-excellence .stat-icon-mini {
    border: 1.5px solid #0284c7;
    color: #0284c7;
}

.stat-excellence:hover .stat-icon-mini {
    background-color: #0284c7;
    color: #ffffff;
}

/* 2. Facebook Official Blue Icon */
.stat-fb .stat-icon-mini {
    border: 1.5px solid #1877f2;
    color: #1877f2; /* ফেসবুক আইকনিক ব্লু */
    background-color: rgba(24, 119, 242, 0.06); /* হালকা ব্লু টিন্ট */
}

.stat-fb:hover .stat-icon-mini {
    background-color: #1877f2;
    color: #ffffff;
}

/* 3. YouTube Official Red Icon */
.stat-yt .stat-icon-mini {
    border: 1.5px solid #ff0000;
    color: #ff0000; /* ইউটিউব আইকনিক রেড */
    background-color: rgba(255, 0, 0, 0.06); /* হালকা রেড টিন্ট */
}

.stat-yt:hover .stat-icon-mini {
    background-color: #ff0000;
    color: #ffffff;
}

/* Typography (Navy Blue & Bold) */
.stat-number-slim {
    color: #0a192f !important;
    font-weight: 800 !important;
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
}

.stat-title-slim {
    color: #0a192f !important;
    font-weight: 700 !important;
    font-size: 13.5px;
    margin: 0;
}

.stat-sub-slim {
    color: #64748b !important;
    font-weight: 600;
    font-size: 11.5px;
    display: block;
}

    /* Container & Wrapper */
/* Container & Background */
.coverflow-testimonial-section {
    background: #ffffff;
}

.coverflow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
}

/* Slider Track */
.coverflow-slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

/* Individual Cards Base Style */
.coverflow-card {
    position: absolute;
    width: 360px;
    max-width: 85%;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

/* Light Grey Background & Gradient Sky-Blue Border Wrapper */
.card-inner {
    background-color: #f3f4f6 !important; /* হালকা গ্রে (Light Grey) */
    border: 2px solid transparent !important;
    border-image: linear-gradient(135deg, #38bdf8, #0284c7, #0284c7) 1 !important; /* আকাশি-নীলের শেড বর্ডার */
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.1);
    /* CSS Border-Radius with border-image workaround */
    background-clip: padding-box;
}

/* Text Colors: Dark Navy Blue & Bold */
.reviewer-name {
    color: #0a192f !important; /* ডার্ক নেভি ব্লু */
    font-weight: 700 !important; /* বোল্ড */
}

.reviewer-role {
    color: #1e293b !important;
    font-weight: 600 !important;
}

.review-text {
    color: #0a192f !important; /* ডার্ক নেভি ব্লু */
    font-weight: 700 !important; /* বোল্ড */
    font-size: 15px;
    line-height: 1.6;
}

/* Avatars & Icons */
.reviewer-avatar,
.google-avatar-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px #eaf6fd;
}

.quote-bg {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 50px;
    color: rgba(2, 132, 199, 0.1);
}

/* 1. Center Active Card (Full size, clear) */
.coverflow-card.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0px);
    z-index: 10;
    pointer-events: auto;
}

/* 2. Left Side Card (30% smaller, blurred) */
.coverflow-card.prev {
    transform: translateX(-65%) scale(0.7); /* ৩০% ছোট */
    opacity: 0.65;
    filter: blur(4px); /* হালকা ব্লার */
    z-index: 5;
    pointer-events: auto;
    cursor: pointer;
}

/* 3. Right Side Card (30% smaller, blurred) */
.coverflow-card.next {
    transform: translateX(65%) scale(0.7); /* ৩০% ছোট */
    opacity: 0.65;
    filter: blur(4px); /* হালকা ব্লার */
    z-index: 5;
    pointer-events: auto;
    cursor: pointer;
}

/* Arrow Navigation Buttons */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 2px solid #38bdf8;
    border-radius: 50%;
    color: #0284c7;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background-color: #0284c7;
    color: #ffffff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.3) !important;
}

.prev-arrow { left: 10px; }
.next-arrow { right: 10px; }

/* Responsive adjustments */
@media (max-width: 768px) {
    .coverflow-slider {
        height: 380px;
    }
    .coverflow-card {
        width: 300px;
    }
    .coverflow-card.prev {
        transform: translateX(-40%) scale(0.68);
    }
    .coverflow-card.next {
        transform: translateX(40%) scale(0.68);
    }
    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .prev-arrow { left: 0; }
    .next-arrow { right: 0; }
}

        /* About Section Base */
.about-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

/* Stats Styling */
.about-stats {
    background: #ffffff;
    padding: 16px 22px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    display: inline-flex;
}

.stat-divider-line {
    width: 1px;
    height: 35px;
    background-color: #e0e0e0;
}

/* Quick Facts Box */
.about-facts-box {
    background: #ffffff;
    border-left: 5px solid #007bff !important; /* Theme Primary Color */
    border-radius: 12px;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease;
}

.about-facts-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 123, 255, 0.12) !important;
}

.fact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf5ff, #dcefff);
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.fact-item {
    padding-bottom: 8px;
    border-bottom: 1px dashed #e9ecef;
}

.fact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .about-stats {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
        width: 100%;
    }
    .stat-divider-line {
        display: none;
    }
}

/* ১. পুরো সেকশনটিকে মাঝামাঝি/সেন্টারে রাখা */
#destination-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* স্ক্রিনের মাঝামাঝি রাখার জন্য */
    padding: 60px 0;
}

/* ২. স্টিকে কার্ড নেভিগেশন বারের নিচে রাখার ফিক্স */
.sticky-destination-card {
    position: sticky;
    top: 100px; /* আপনার নেভবারের হাইট অনুযায়ী (দরকার হলে ৯০-১২০px অ্যাডজাস্ট করুন) */
    z-index: 10; /* নেভবারের z-index সাধারণত ১০৩০+ থাকে, তাই এটি ১০ দিলে নেভবারের নিচে থাকবে */
}

/* ৩. ৫টি কলাম এবং ৪টি রো-এর গ্রিড লেআউট */
.destination-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    width: 100%;
}

/* ৪. থাম্বনেইল সাইজ ও ডিজাইন */
.dest-thumb {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    height: 145px; /* বড় ও স্পষ্ট সাইজ */
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.3s ease;
    background-color: #111;
}

.dest-thumb:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

.dest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.dest-thumb .thumb-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 6px 8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dest-thumb:hover img,
.dest-thumb.active img {
    opacity: 1;
    transform: scale(1.08);
}

.dest-thumb.active {
    border-color: #007bff;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}

/* রেসপন্সিভ অ্যাডজাস্টমেন্ট */
@media (max-width: 991px) {
    .destination-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .dest-thumb {
        height: 125px;
    }
}

@media (max-width: 576px) {
    .destination-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .dest-thumb {
        height: 110px;
    }
}

/* ==========================================================
   "Book Car to Travel this" + Nearby Places Checkbox Box
   ========================================================== */
#card-display-btn{
    border-radius: 10px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#card-display-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 123, 255, 0.25);
}

.nearby-places-box{
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 14px 16px;
}

.nearby-places-title{
    font-size: .82rem;
    font-weight: 700;
    color: #0a192f;
    margin: 0 0 8px;
}

.nearby-places-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nearby-place-option{
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: .85rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.nearby-place-option input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin: 0;
    border: 2px solid #bfc8d4;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: .2s;
}

.nearby-place-option input[type="checkbox"]:hover{
    border-color: #007bff;
}

.nearby-place-option input[type="checkbox"]:checked{
    background: #007bff;
    border-color: #007bff;
}

.nearby-place-option input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.nearby-place-option input[type="checkbox"]:focus-visible{
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.15);
}

#book-nearby-btn{
    border-radius: 10px;
    font-weight: 700;
    font-size: .85rem;
}
  
  /* ==========================================================
   Why Choose Us Section - Unified Modern Styling
   ========================================================== */

.feature-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

/* Section Title & Subtitle */
.feature-section .section-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.feature-section .section-title::after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  border-radius:3px;
  background:linear-gradient(90deg,#007bff,#f7941d);
  margin:12px auto 0;
}

.feature-section .section-subtitle {
  font-size: 0.95rem;
  color: #6c757d;
  text-align: center;
  line-height: 1.5;
}

/* Unified Feature Card */
.feature-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 1.85rem 1.35rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 30px rgba(0, 123, 255, 0.14);
  border-color: #007bff;
}

/* Icon Box inside Card */
.feature-card .icon-box {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #eaf5ff, #dcefff);
  color: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.feature-card:hover .icon-box {
  background: linear-gradient(135deg, #007bff, #339aff);
  color: #ffffff;
  transform: scale(1.08) rotate(-4deg);
}

/* Card Titles & Description */
.feature-card .card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.feature-card .card-text {
  font-size: 0.88rem;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}

/* Promo Banner Text at Bottom */
.feature-promo-text {
  background: linear-gradient(90deg, #fff7ec 0%, #ffffff 55%);
  border-left: 4px solid #f7941d;
  padding: 1.25rem 1.5rem;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  font-size: 0.92rem;
  color: #444444;
  line-height: 1.6;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .feature-section {
    padding: 2.5rem 0;
  }
  .feature-card {
    padding: 1.25rem 1rem;
  }
  .feature-card .icon-box {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

/* ==========================================================
   Tour Sylhet — Transport Page Custom CSS
   Built on top of: bootstrap.min.css, layout.css, card.css, section.css
   Uses the same colour language as the shared design system:
   Blue #007bff | Orange #f7941d | Navy #0a192f | Sky #0284c7/#38bdf8
   ========================================================== */

:root {
  --ts-blue: #007bff;
  --ts-blue-d: #0056b3;
  --ts-blue-l: #eaf5ff;
  --ts-orange: #f7941d;
  --ts-orange-d: #d97c0a;
  --ts-black: #0a192f;
  --ts-gray: #64748b;
}

/* ----------------------------------------------------------
   Hero accent text / keyword strip
   ---------------------------------------------------------- */
.ts-accent {
  color: var(--ts-orange);
}

.hero-keyword-strip .badge {
  backdrop-filter: blur(2px);
}

/* ----------------------------------------------------------
   Hero search bar (Pick-up / Drop-off / Vehicle / Contact)
   ---------------------------------------------------------- */
.ts-search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.ts-route-cluster,
.ts-info-cluster {
  display: flex;
  align-items: stretch;
  flex: 1 1 320px;
  min-width: 280px;
  border: 2px solid #e5e9f0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ts-route-cluster:focus-within,
.ts-info-cluster:focus-within {
  border-color: var(--ts-orange);
  box-shadow: 0 0 0 4px rgba(247, 148, 29, 0.15);
}

.ts-search-field {
  flex: 1 1 50%;
  min-width: 0;
  padding: 8px 16px;
}

.ts-search-field + .ts-search-field {
  border-left: 1px solid #e5e9f0;
}

.ts-search-field label {
  display: block;
  font-size: 0.78rem;
  color: var(--ts-black);
  margin-bottom: 2px;
}

.ts-search-field input,
.ts-search-field select {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 700;
  color: var(--ts-black);
}

.ts-search-field input:focus,
.ts-search-field select:focus {
  outline: none;
  box-shadow: none;
}

.ts-swap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  background: var(--ts-blue-l);
  color: var(--ts-blue);
  border-left: 1px solid #e5e9f0;
  border-right: 1px solid #e5e9f0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .ts-route-cluster,
  .ts-info-cluster {
    min-width: 100%;
  }
}

/* ----------------------------------------------------------
   Step indicator (যাত্রার তথ্য / যোগাযোগ ও নিশ্চিতকরণ)
   ---------------------------------------------------------- */
.ts-step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ts-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #9aa4b2;
}

.ts-step.is-active {
  color: var(--ts-black);
}

.ts-step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef1f5;
  color: #9aa4b2;
  font-size: 0.8rem;
  font-weight: 800;
  transition: 0.25s;
}

.ts-step.is-active .ts-step-dot {
  background: var(--ts-orange);
  color: #fff;
}

.ts-step-line {
  width: 40px;
  height: 2px;
  background: #eef1f5;
}

/* ----------------------------------------------------------
   Trip type pill toggle (Both Way / One Way)
   ---------------------------------------------------------- */
.ts-trip-radio-group {
  display: flex;
  gap: 10px;
}

.ts-trip-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 2px solid #e5e9f0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ts-black);
  transition: 0.2s;
}

.ts-trip-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ts-radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #c3cbd8;
  position: relative;
  transition: 0.2s;
}

.ts-trip-radio input:checked ~ .ts-radio-dot {
  border-color: var(--ts-orange);
}

.ts-trip-radio input:checked ~ .ts-radio-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ts-orange);
  transform: translate(-50%, -50%);
}

.ts-radio-text {
  white-space: nowrap;
}

.ts-trip-radio:has(input:checked) {
  border-color: var(--ts-orange);
  background: #fff8ee;
}

/* ----------------------------------------------------------
   Edit link + confirm button (step 2)
   ---------------------------------------------------------- */
.ts-edit-btn {
  background: none;
  border: none;
  color: var(--ts-blue);
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}

.ts-edit-btn:hover {
  color: var(--ts-blue-d);
}

.ts-btn-confirm {
  background: var(--ts-orange);
  color: #fff;
}

.ts-btn-confirm:hover {
  background: var(--ts-orange-d);
  color: #fff;
}

/* ----------------------------------------------------------
   Hero call / whatsapp buttons
   ---------------------------------------------------------- */
.hero-contact-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.btn-hero-call,
.btn-hero-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero-call {
  background: #fff;
  color: var(--ts-black);
}

.btn-hero-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  color: var(--ts-black);
}

.btn-hero-wa {
  background: #25d366;
  color: #fff;
}

.btn-hero-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.4);
  color: #fff;
}

/* ----------------------------------------------------------
   Discount CTA bar ("Want to check Discounted rent offer?")
   ---------------------------------------------------------- */
.mtc-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--ts-orange);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.mtc-btn-primary:hover {
  background: var(--ts-orange-d);
  color: #fff;
}

.transition {
  transition: 0.25s ease;
}

/* ----------------------------------------------------------
   Package / vehicle cards (reuses card.css visual language)
   ---------------------------------------------------------- */
.package-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.square-box {
  aspect-ratio: 1 / 1;
}

.square-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-overlay-info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  font-size: 0.8rem;
  font-weight: 600;
}

.rate-check-box {
  border: 1px solid #eef1f5;
}

.rate-buttons {
  gap: 6px;
}

.btn-small-black {
  flex: 1;
  background: var(--ts-black);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 6px;
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  border: none;
}

.btn-small-black:hover {
  background: var(--ts-orange);
  color: #fff;
}

.rate-tooltip {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--ts-orange);
}

.btn-small-black:hover .rate-tooltip {
  color: #fff;
}

/* ----------------------------------------------------------
   Responsive rate table (uses section.css colour language)
   ---------------------------------------------------------- */
.custom-table-header {
  background-color: var(--ts-black) !important;
  display: table-header-group !important;
}

.custom-table-header th {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.05rem;
}

.custom-responsive-table tbody tr td {
  font-size: 1.05rem !important;
  padding: 12px 10px !important;
}

.route-arrow {
  color: var(--ts-gray);
  font-weight: bold;
  display: table-cell;
}

@media (max-width: 767.98px) {
  .custom-table-header {
    display: none !important;
  }
  .custom-responsive-table tr {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
  }
  .custom-responsive-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 10px !important;
  }
  .custom-responsive-table td.route-arrow {
    display: none !important;
  }
  .custom-responsive-table td:last-child {
    border-bottom: 0;
    margin-top: 5px;
  }
  .custom-responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
    color: #495057;
  }
  .w-100-mobile {
    width: 100% !important;
    display: block;
    font-size: 1.05rem !important;
  }
}
