/* ================================================================
   Raha Travels - Booking Form Styles
   ================================================================ */

/* ===== HERO ===== */
.raha-hero-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 135px 0 75px;
    background: url('../images/hero/sri-lanka-hero.jpg') center center / cover no-repeat;
    overflow: hidden;
}
.raha-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(8,28,32,0.92) 0%, rgba(12,52,56,0.7) 45%, rgba(12,52,56,0.25) 100%);
    z-index: 0;
}
.raha-hero-section .container {
    position: relative;
    z-index: 1;
}

/* ===== LEFT SIDE ===== */
.raha-hero-left {
    padding-right: 30px;
    padding-top: 25px;
}
.raha-hero-left .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(37,211,102,0.18);
    border: 1px solid rgba(37,211,102,0.55);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.raha-hero-left h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.raha-hero-left h1 span { color: #4fd1b5; }
.raha-hero-left p {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 520px;
}

/* ===== QUICK LINKS (shortcut tiles) ===== */
.raha-quick-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px;
    max-width: 420px;
}
.raha-quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 118px;
    padding: 14px 10px 12px;
    background: rgba(18, 32, 38, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.raha-quick-link-contact {
    grid-column: 2;
}
.raha-quick-link:hover {
    background: rgba(28, 48, 56, 0.88);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.raha-quick-link img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}
.raha-quick-link span {
    display: block;
    line-height: 1.25;
}

/* ===== TRUST BADGES ===== */
.raha-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin-top: 4px;
}
.raha-trust span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.raha-trust span:first-child {
    padding-left: 0;
}
.raha-trust span:last-child {
    padding-right: 0;
    border-right: none;
}
.raha-trust img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ===== BOOKING CARD ===== */
.raha-booking-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 22px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    max-height: 90vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd #f5f5f5;
}
.raha-booking-card::-webkit-scrollbar { width: 4px; }
.raha-booking-card::-webkit-scrollbar-track { background: #f5f5f5; }
.raha-booking-card::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

/* ===== CARD TITLE ===== */
.raha-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 6px;
}
.raha-card-title h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
.raha-card-title span {
    font-size: 12px;
    font-weight: 600;
    color: #1a7a6e;
    display: flex;
    align-items: center;
    gap: 5px;
}
.raha-card-title span i { color: #25D366; }

/* ===== CARD HEADER ===== */
.raha-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.raha-card-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
.raha-card-header .time-note {
    font-size: 12px;
    color: #999;
}
.raha-instant-note {
    font-size: 12px;
    color: #666;
    margin: 0 0 14px;
}

/* ===== STEP LABELS ===== */
.raha-step {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 10px;
}
.raha-step-num {
    width: 22px;
    height: 22px;
    background: #1a7a6e;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.raha-step-label {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== TRANSFER TABS ===== */
.raha-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}
.raha-tab {
    flex: 1;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 8px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    transition: all 0.2s;
    outline: none;
    font-family: inherit;
    /* Fixed height so all tabs same size */
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.raha-tab:hover {
    border-color: #1a7a6e;
}
.raha-tab.active {
    border-color: #1a7a6e;
    background: #f0faf8;
}
.raha-tab .tab-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 1.3;
}
.raha-tab.active .tab-title {
    color: #1a7a6e;
}
/* Subtitle only visible on active tab */
.raha-tab .tab-sub {
    font-size: 10px;
    color: #999;
    display: none;
    margin-top: 3px;
    line-height: 1.3;
}
.raha-tab.active .tab-sub {
    display: block;
    color: #1a7a6e;
}

/* ===== LABEL ===== */
.raha-label {
    font-size: 11px;
    color: #777;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ===== INPUTS & SELECTS ===== */
.raha-input,
.raha-select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    color: #1a1a1a;
    background: #fff;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.raha-input:focus,
.raha-select:focus {
    border-color: #1a7a6e;
    box-shadow: 0 0 0 3px rgba(26,122,110,0.08);
}
.raha-input::placeholder { color: #bbb; }
.raha-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

/* ===== FROM / TO ===== */
.raha-from-to {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 10px;
}
.raha-from-to .loc-wrap { flex: 1; min-width: 0; }
.raha-swap-btn {
    width: 36px;
    height: 42px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 13px;
    transition: all 0.2s;
    flex-shrink: 0;
    outline: none;
    margin-bottom: 0;
    align-self: flex-end;
}
.raha-swap-btn:hover { border-color: #1a7a6e; color: #1a7a6e; }

/* ===== TWO COL ROW ===== */
.raha-row-2 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.raha-row-2 .raha-field { flex: 1; min-width: 0; }

/* ===== FIELD ===== */
.raha-field { margin-bottom: 10px; }

/* ===== FLIGHT ROW ===== */
.raha-flight-row {
    margin-bottom: 10px;
    display: none;
}
.raha-flight-note {
    font-size: 11px;
    color: #1a7a6e;
    margin: 5px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ===== +/- COUNTER ===== */
.raha-counter-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 42px;
    transition: border-color 0.2s;
}
.raha-counter-wrap:focus-within {
    border-color: #1a7a6e;
    box-shadow: 0 0 0 3px rgba(26,122,110,0.08);
}
.raha-counter-btn {
    width: 42px;
    height: 100%;
    background: #f7f7f7;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
    outline: none;
    user-select: none;
    line-height: 1;
    font-family: inherit;
}
.raha-counter-btn:hover:not(:disabled) { background: #ebebeb; }
.raha-counter-btn:disabled { color: #ccc; cursor: not-allowed; }
.raha-counter-val {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    pointer-events: none;
    user-select: none;
}

/* ===== VEHICLE MSG ===== */
.raha-vehicle-msg {
    display: none;
    font-size: 12px;
    border-radius: 6px;
    padding: 9px 12px;
    margin-top: 7px;
    line-height: 1.5;
}
.raha-vehicle-msg.warning {
    color: #c0392b;
    background: rgba(192,57,43,0.07);
    border: 1px solid #e74c3c;
}
.raha-vehicle-msg.success {
    color: #1a7a40;
    background: rgba(37,211,102,0.07);
    border: 1px solid #25D366;
}
.raha-vehicle-msg.info {
    color: #1a5276;
    background: rgba(52,152,219,0.07);
    border: 1px solid #3498db;
}

/* ===== TEXTAREA ===== */
.raha-textarea {
    width: 100%;
    min-height: 68px;
    padding: 10px 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    color: #1a1a1a;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.raha-textarea:focus {
    border-color: #1a7a6e;
    box-shadow: 0 0 0 3px rgba(26,122,110,0.08);
}
.raha-textarea::placeholder { color: #bbb; }

/* ===== PRICE NOTE ===== */
.raha-price-note {
    background: #f8fffe;
    border: 1px solid #d0ede9;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.raha-price-note i { color: #1a7a6e; font-size: 14px; flex-shrink: 0; }

/* ===== SUBMIT ===== */
.raha-submit-btn {
    width: 100%;
    padding: 13px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
}
.raha-submit-btn:hover { background: #1da851; }
.raha-submit-btn:active { transform: scale(0.99); }

/* ===== RESPONSIVE ===== */
.raha-booking-card .book-tab-form {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
.raha-booking-card .book-tab-form * {
    box-sizing: border-box;
}
@media (max-width: 991px) {
    .raha-hero-section {
        padding: 90px 0 40px;
        min-height: auto;
    }
    .raha-hero-section .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .raha-hero-section .row {
        margin-left: 0;
        margin-right: 0;
    }
    .raha-hero-section [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: none;
    }
    .raha-hero-left {
        padding-right: 0;
        margin-bottom: 24px;
        text-align: center;
    }
    .raha-hero-left h1 { font-size: 32px; }
    .raha-hero-left p { margin-left: auto; margin-right: auto; }
    .raha-quick-links {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(2, 1fr);
    }
    .raha-quick-link-contact {
        grid-column: auto;
        max-width: none;
        margin: 0;
        width: auto;
    }
    .raha-quick-link { min-height: 108px; }
    .raha-quick-link img { width: 46px; height: 46px; }
    .raha-trust {
        justify-content: center;
        row-gap: 12px;
    }
    .raha-trust span {
        padding: 0 14px;
    }
    .raha-trust span:first-child {
        padding-left: 14px;
    }
    .raha-booking-card {
        max-height: none;
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .raha-hero-section { padding: 78px 0 28px; }
    .raha-hero-left h1 { font-size: 26px; }
    .raha-hero-left p { font-size: 15px; }
    .raha-quick-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 340px;
    }
    .raha-quick-link-contact {
        grid-column: auto;
        max-width: none;
        margin: 0;
    }
    .raha-quick-link { font-size: 11px; min-height: 100px; padding: 12px 8px 10px; }
    .raha-from-to { flex-direction: column; align-items: stretch; }
    .raha-swap-btn {
        width: 100%;
        height: 36px;
        align-self: stretch;
        margin-bottom: 4px;
    }
    .raha-row-2 { flex-direction: column; gap: 0; }
    .raha-booking-card {
        padding: 16px 12px;
        border-radius: 12px;
    }
    .raha-card-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .raha-tabs { gap: 4px; }
    .raha-tab {
        min-height: 46px;
        padding: 8px 4px;
    }
    .raha-tab .tab-title { font-size: 10px; line-height: 1.2; }
    .raha-input,
    .raha-select,
    .raha-counter-wrap { height: 44px; }
    .raha-textarea { min-height: 72px; }
    .raha-submit-btn { padding: 14px; font-size: 14px; }
}
@media (max-width: 380px) {
    .raha-tabs { flex-direction: column; }
    .raha-tab { width: 100%; }
}

/* ===== PROGRESS STEPS ===== */
.raha-progress {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.raha-progress-step {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.prog-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.prog-label {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    transition: color 0.2s;
}
.raha-progress-step.active .prog-num {
    background: #1a7a6e;
    color: #fff;
}
.raha-progress-step.active .prog-label {
    color: #1a7a6e;
    font-weight: 700;
}
.raha-progress-step.done .prog-num {
    background: #d0ede9;
    color: #1a7a6e;
}
.raha-progress-step.done .prog-label {
    color: #1a7a6e;
}
.raha-progress-line {
    flex: 1;
    height: 1.5px;
    background: #e0e0e0;
    margin: 0 8px;
}

/* ===== TABS — no subtitle inside ===== */
.raha-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 0;
}
.raha-tab {
    flex: 1;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 8px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    transition: all 0.2s;
    outline: none;
    font-family: inherit;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.raha-tab:hover { border-color: #1a7a6e; }
.raha-tab.active {
    border-color: #1a7a6e;
    background: #f0faf8;
}
.raha-tab .tab-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: block;
}
.raha-tab.active .tab-title { color: #1a7a6e; }

/* ===== TAB SUBTITLE (below tabs, outside) ===== */
.raha-tab-subtitle {
    font-size: 12px;
    color: #1a7a6e;
    margin: 8px 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 18px;
}
.raha-tab-subtitle i {
    font-size: 12px;
}

/* ================================================================
   INLINE FIELD VALIDATION + SUBMIT LOADING (index booking form)
   ================================================================ */
.raha-input.is-invalid,
.raha-select.is-invalid,
.raha-textarea.is-invalid,
.raha-counter-wrap.is-invalid {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 3px rgba(231,76,60,0.08) !important;
}
.raha-field-error {
    color: #c0392b;
    font-size: 11px;
    margin: 4px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.raha-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.raha-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: raha-spin 0.7s linear infinite;
    display: inline-block;
}
@keyframes raha-spin { to { transform: rotate(360deg); } }

/* ================================================================
   FLOATING WHATSAPP BUTTON (all pages)
   ================================================================ */
.rt-wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99998;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 12px 18px 12px 14px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 8px 24px rgba(37,211,102,0.45);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    animation: rt-wa-pulse 2.4s infinite;
}
.rt-wa-float:hover {
    background: #1da851;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37,211,102,0.55);
}
.rt-wa-float i { font-size: 26px; line-height: 1; }
.rt-wa-float-text { white-space: nowrap; }
@keyframes rt-wa-pulse {
    0%   { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.5); }
    70%  { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 16px rgba(37,211,102,0); }
    100% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 767px) {
    /* lift above the template's mobile bottom social bar */
    .rt-wa-float { bottom: 70px; right: 14px; padding: 13px; }
    .rt-wa-float-text { display: none; }
    .rt-wa-float i { font-size: 24px; }
}

/* ================================================================
   TOUR DETAILS - CITY ABOUT + GOOD TO KNOW
   ================================================================ */
.rt-city-about {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 10px;
}
.rt-city-about-main { flex: 1 1 auto; min-width: 0; }
.rt-city-highlights {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 22px;
}
.rt-city-highlights li {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}
.rt-city-highlights i { color: #2ecc71; margin-right: 8px; }
.rt-city-info {
    flex: 0 0 300px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px 22px 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    position: sticky;
    top: 90px;
}
.rt-city-info h4 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding-bottom: 12px;
    border-bottom: 2px solid #f8b81f;
}
.rt-city-info ul { list-style: none; padding: 0; margin: 0 0 18px; }
.rt-city-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.rt-city-info li:last-child { border-bottom: none; }
.rt-city-info li i {
    color: #f8b81f;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin-top: 3px;
}
.rt-city-info li span { display: flex; flex-direction: column; font-size: 14px; color: #555; }
.rt-city-info li strong { color: #111; font-size: 13px; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 2px; }
.rt-city-info-btn {
    display: block;
    text-align: center;
    background: #25D366;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}
.rt-city-info-btn:hover { background: #1da851; color: #fff; text-decoration: none; }
@media (max-width: 991px) {
    .rt-city-about { flex-direction: column; }
    .rt-city-info { flex-basis: auto; width: 100%; position: static; }
    .rt-city-highlights { grid-template-columns: 1fr; }
}

/* ================================================================
   GALLERY PAGE
   ================================================================ */
.rt-gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 28px;
}
.rt-gf-btn {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #444;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.rt-gf-btn:hover { border-color: #f8b81f; color: #111; }
.rt-gf-btn.active { background: #f8b81f; border-color: #f8b81f; color: #111; }
.rt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.rt-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    cursor: pointer;
}
.rt-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.rt-gallery-item:hover img { transform: scale(1.08); }
.rt-gallery-cap {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 28px 14px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s, transform 0.3s;
}
.rt-gallery-item:hover .rt-gallery-cap { opacity: 1; transform: translateY(0); }
.rt-gallery-cap i { font-size: 16px; }

/* Lightbox */
.rt-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.92);
}
.rt-lightbox.open { display: flex; }
.rt-lb-img {
    max-width: 88vw;
    max-height: 82vh;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}
.rt-lb-caption {
    position: absolute;
    bottom: 24px;
    left: 0; right: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.rt-lb-close, .rt-lb-prev, .rt-lb-next {
    position: absolute;
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
}
.rt-lb-close {
    top: 20px; right: 24px;
    width: 46px; height: 46px;
    font-size: 28px; line-height: 1;
}
.rt-lb-prev, .rt-lb-next {
    top: 50%;
    transform: translateY(-50%);
    width: 52px; height: 52px;
    font-size: 24px;
}
.rt-lb-prev { left: 20px; }
.rt-lb-next { right: 20px; }
.rt-lb-close:hover, .rt-lb-prev:hover, .rt-lb-next:hover { background: rgba(255,255,255,0.28); }
@media (max-width: 991px) {
    .rt-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
    .rt-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .rt-lb-prev, .rt-lb-next { width: 42px; height: 42px; }
}

/* ================================================================
   POPULAR ROUTES (airport-transfers page)
   ================================================================ */
.raha-routes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.raha-route-card {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 20px 18px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.raha-route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    border-color: #f8b81f;
    color: #333;
    text-decoration: none;
}
.raha-route-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #111;
    margin-bottom: 8px;
}
.raha-route-head i { color: #f8b81f; }
.raha-route-from { color: #777; font-weight: 600; font-size: 14px; }
.raha-route-to { color: #111; }
.raha-route-desc { font-size: 14px; color: #666; margin: 0 0 12px; }
.raha-route-meta {
    display: flex;
    gap: 18px;
    font-size: 13px;
    color: #555;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #eee;
}
.raha-route-meta i { color: #f8b81f; margin-right: 4px; }
.raha-route-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1da851;
    font-weight: 700;
    font-size: 14px;
}
@media (max-width: 991px) { .raha-routes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .raha-routes { grid-template-columns: 1fr; } }

/* ================================================================
   FLEET / VEHICLE CARDS (airport-transfers page)
   ================================================================ */
.raha-fleet {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 22px;
}
.raha-fleet-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 26px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}
.raha-fleet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.raha-fleet-img {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #f0faf8;
}
.raha-fleet-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.raha-fleet-card:hover .raha-fleet-img img { transform: scale(1.07); }
.raha-fleet-body { padding: 20px 22px 26px; }
.raha-fleet-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #f0faf8;
    color: #1a7a6e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 18px;
}
.raha-fleet-card h4 { font-size: 18px; margin: 0 0 6px; color: #1a1a1a; }
.raha-fleet-card .cap { color: #1a7a6e; font-weight: 600; font-size: 13px; margin-bottom: 12px; }
.raha-fleet-card p { color: #666; font-size: 13px; line-height: 1.6; margin: 0; }

/* ===== FEATURE ROW ===== */
.raha-features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.raha-feature {
    flex: 1 1 240px;
    max-width: 320px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.raha-feature i {
    color: #25D366;
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 3px;
}
.raha-feature h5 { margin: 0 0 5px; font-size: 16px; color: #1a1a1a; font-weight: 700; }
.raha-feature p { margin: 0; font-size: 13px; color: #666; line-height: 1.6; }

/* ================================================================
   BOOKING MODAL (tour-details + view-package)
   ================================================================ */
.rt-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15,30,35,0.6);
    backdrop-filter: blur(2px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}
.rt-modal-overlay.open { display: flex; }
.rt-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 70px rgba(0,0,0,0.35);
    animation: rt-modal-in 0.25s ease;
}
@keyframes rt-modal-in {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.rt-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    background: #f1f1f1;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    transition: background 0.2s;
}
.rt-modal-close:hover { background: #e2e2e2; }
.rt-modal-head {
    background: #1a7a6e;
    color: #fff;
    padding: 22px 24px;
    border-radius: 16px 16px 0 0;
}
.rt-modal-head h3 { margin: 0; font-size: 20px; font-weight: 700; color: #fff; }
.rt-modal-head p { margin: 6px 0 0; font-size: 13px; color: rgba(255,255,255,0.85); }
.rt-modal-form { padding: 20px 24px 24px; }
.rt-selected {
    background: #f0faf8;
    border: 1px solid #d0ede9;
    color: #1a7a6e;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rt-selected:empty { display: none; }
.rt-field { margin-bottom: 14px; }
.rt-field label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #777;
    margin-bottom: 5px;
}
.rt-field .rt-opt { text-transform: none; font-weight: 400; color: #bbb; }
.rt-field input,
.rt-field textarea {
    width: 100%;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #1a1a1a;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.rt-field input:focus,
.rt-field textarea:focus {
    border-color: #1a7a6e;
    box-shadow: 0 0 0 3px rgba(26,122,110,0.08);
}
.rt-row-2 { display: flex; gap: 12px; }
.rt-row-2 .rt-field { flex: 1; min-width: 0; }
.rt-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.rt-modal-submit {
    width: 100%;
    padding: 13px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
    font-family: inherit;
}
.rt-modal-submit:hover { background: #1da851; }
.rt-modal-note { text-align: center; font-size: 12px; color: #888; margin: 12px 0 0; }
@media (max-width: 480px) {
    .rt-row-2 { flex-direction: column; gap: 0; }
}

/* ================================================================
   INDEX PAGE — TOP DESTINATIONS GRID
   ================================================================ */
.rt-top-destinations {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.rt-top-destinations > [class*="col-"] {
    display: flex;
    margin-bottom: 20px;
}
.rt-top-destinations > [class*="col-"] > a {
    display: flex;
    width: 100%;
    text-decoration: none;
}
.rt-dest-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
}
.rt-dest-card .tour-mig-lc-img {
    flex: 1 1 auto;
    min-height: 0;
}
.rt-dest-card .tour-mig-lc-img img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
}
.rt-dest-card-lg .tour-mig-lc-img img { min-height: 420px; }
.rt-dest-card .tour-mig-lc-con,
.rt-dest-card .tour-mig-lc-con2 {
    position: absolute;
    margin-top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ================================================================
   INDEX — HOME TOUR PACKAGES (equal card heights)
   ================================================================ */
.rt-home-packages > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    margin: 0 -15px;
}
.rt-home-packages > ul > li {
    display: flex;
    float: none !important;
    margin-bottom: 24px;
}
.rt-home-packages .pack-new-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.rt-home-packages .to-ho-hotel-con-1 {
    flex: 1 1 auto;
}
.rt-home-packages .hom-pack-deta {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.rt-home-packages .pack-new-box .to-ho-hotel-con-1 img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
@media (max-width: 991px) {
    .rt-home-packages .pack-new-box .to-ho-hotel-con-1 img {
        height: 280px;
    }
}
@media (max-width: 600px) {
    .rt-home-packages > ul > li {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .rt-home-packages .pack-new-box .to-ho-hotel-con-1 img {
        height: 220px;
    }
}

/* ================================================================
   LOGO — remove white box / fix sizing
   ================================================================ */
.wed-logo {
    width: auto !important;
}
.wed-logo a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    background: transparent !important;
    text-decoration: none;
}
.wed-logo a img {
    width: auto !important;
    max-width: 200px;
    max-height: 50px;
    height: auto;
    padding: 0 !important;
    margin: 0;
    object-fit: contain;
    display: block;
    background: transparent;
    border: none;
}
.ed-mob-menu .ed-mm-left .wed-logo {
    float: none;
    width: auto;
    height: 55px;
    display: flex;
    align-items: center;
}
.ed-mob-menu .wed-logo a img {
    max-width: 150px;
    max-height: 42px;
}
.top-logo {
    padding: 6px 0;
}
.top-logo .wed-logo a img {
    max-width: 190px;
    max-height: 48px;
}

/* ================================================================
   WHY CHOOSE — swapped circles
   ================================================================ */
.rt-offer-r .or-1 .or-11 {
    font-size: 22px;
    line-height: 1.1;
    color: #f4364f;
}
.rt-offer-r .or-1 .or-12 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 1.2;
}
.rt-offer-r .or-2 .or-21 {
    font-size: 42px;
    line-height: 1;
}
.rt-offer-r .or-2 .or-23 {
    font-size: 22px;
    letter-spacing: 4px;
    display: block;
    margin-top: 8px;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Why Choose — Font Awesome icons (red theme) */
.offer-l ul li a.rt-offer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #f4364f;
    padding: 0;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.offer-l ul li a.rt-offer-icon:hover {
    background: #e02d47;
    transform: translateY(-2px);
}
.offer-l ul li a.rt-offer-icon i {
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

/* ================================================================
   TIPS & TESTIMONIALS ALIGNMENT
   ================================================================ */
.rt-tips-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.rt-tips-col,
.rt-testi-col {
    float: none !important;
}
.rt-tips-col h3,
.rt-testi-col h3 {
    margin-bottom: 18px;
}
.rt-testi-col .testi {
    margin-bottom: 22px;
    padding-left: 90px;
    min-height: 90px;
}
.rt-testi-col .testi:last-of-type {
    margin-bottom: 28px;
}
.rt-testi-col .arrange ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.rt-testi-col .arrange ul li {
    float: none;
    width: calc(50% - 6px);
    list-style: none;
}
.rt-testi-col .arrange ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    min-height: 56px;
    padding: 10px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.rt-testi-col .arrange ul li a:hover {
    border-color: #2ea5d3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.rt-testi-col .arrange ul li a img {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* ================================================================
   FOOTER CONTACT LINKS
   ================================================================ */
.rt-footer-contact {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}
.rt-footer-contact li {
    margin-bottom: 10px;
}
.rt-footer-contact li:last-child { margin-bottom: 0; }
.rt-footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a7a6e;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.rt-footer-contact a:hover {
    color: #25D366;
    text-decoration: none;
}
.rt-footer-contact a i {
    width: 18px;
    text-align: center;
    font-size: 16px;
}

/* ================================================================
   TOUR PACKAGES PAGE
   ================================================================ */
.inner_banner_packages {
    background-image: url('../images/destinations/sigiriya.jpg');
}
.rt-package-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.rt-package-cards > [class*="col-"] {
    display: flex;
    margin-bottom: 28px;
}
.rt-package-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
}
.rt-package-card .to-ho-hotel-con-23 {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.rt-package-card .to-ho-hotel-con-1 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.rt-package-card .tour_head1 {
    flex: 1 1 auto;
}
.rt-package-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}
.rt-package-actions .link-btn {
    flex: 1 1 0;
    float: none !important;
    width: auto !important;
    text-align: center;
    margin: 0;
    padding: 10px 12px;
    font-size: 13px;
    white-space: nowrap;
}
.rt-package-actions .rt-book-open {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}
.rt-package-actions .rt-book-open:hover {
    background: #1da851;
    border-color: #1da851;
    color: #fff;
}

/* ================================================================
   GALLERY FILTER BUTTONS
   ================================================================ */
.rt-gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px auto 28px;
    max-width: 900px;
    padding: 0 10px;
}
.rt-gf-btn {
    flex: 1 1 auto;
    min-width: 130px;
    max-width: 200px;
    text-align: center;
    line-height: 1.3;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ================================================================
   RESPONSIVE TWEAKS
   ================================================================ */
@media (max-width: 991px) {
    .rt-dest-card .tour-mig-lc-img img,
    .rt-dest-card-lg .tour-mig-lc-img img {
        min-height: 220px;
    }
    .rt-testi-col .arrange ul li {
        width: 100%;
    }
    .offer-r.rt-offer-r {
        display: table !important;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .rt-package-actions {
        flex-direction: column;
    }
    .rt-gf-btn {
        min-width: calc(50% - 10px);
        max-width: none;
    }
    .rt-testi-col .testi {
        padding-left: 0;
        padding-top: 70px;
    }
}
@media (max-width: 480px) {
    .rt-gf-btn {
        min-width: 100%;
    }
}

/* ================================================================
   SEO FAQ SECTION
   ================================================================ */
.rt-seo-faq {
    padding: 50px 0 60px;
    background: #f8fafa;
}
.rt-seo-faq .spe-title p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.rt-faq-list {
    max-width: 820px;
    margin: 0 auto;
}
.rt-faq-item {
    background: #fff;
    border: 1px solid #e8ecec;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.rt-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #1a3a3a;
    padding: 16px 0;
    list-style: none;
}
.rt-faq-item summary::-webkit-details-marker { display: none; }
.rt-faq-item summary::after {
    content: '+';
    float: right;
    font-size: 20px;
    color: #1a7a6e;
    font-weight: 400;
}
.rt-faq-item[open] summary::after { content: '−'; }
.rt-faq-item p {
    margin: 0 0 16px;
    color: #555;
    line-height: 1.65;
    font-size: 14px;
}
.rt-seo-cta {
    text-align: center;
    margin-top: 28px;
    font-size: 15px;
    color: #444;
}
.rt-seo-cta a {
    color: #1a7a6e;
    font-weight: 700;
}

/* ===== MOST LOVED BY TOURISTS (destinations.php) ===== */
.rt-loved-section .rows {
    background: #f8f9fa;
}
.rt-loved-section .rt-loved-grid ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.rt-loved-section .rt-loved-grid ul li {
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
}
.rt-loved-section .rt-loved-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rt-loved-section .rt-loved-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}
.rt-loved-section .rt-loved-card-im::before {
    display: none;
}
.rt-loved-section .rt-loved-card-im img {
    height: 200px;
}
.rt-loved-section .rt-loved-card-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 15px 12px;
    min-height: 0;
}
.rt-loved-section .rt-loved-card-title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    color: #1a3a3a;
    line-height: 1.35;
}
.rt-loved-section .rt-loved-card-txt span {
    width: 100%;
    float: none;
    display: block;
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
    padding-right: 0;
    line-height: 1.5;
    color: #506070;
    font-size: 14px;
}
.rt-loved-wa-btn {
    display: block;
    text-align: center;
    margin: auto 15px 18px;
    padding: 10px 16px;
    background: #25d366;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.rt-loved-wa-btn:hover {
    background: #1da851;
    color: #fff !important;
    text-decoration: none;
}
.rt-loved-wa-btn i {
    margin-right: 6px;
}

/* ================================================================
   GOOGLE REVIEWS (uses existing .testi cards + .link-btn)
   ================================================================ */
.rt-google-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: #333;
    font-weight: 600;
}
.rt-gr-stars {
    color: #e8a317;
    letter-spacing: 1px;
    font-weight: 700;
}
.rt-google-rating .rt-gr-stars {
    font-size: 16px;
}
.testi h4 .rt-gr-stars {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}
.rt-gr-score {
    color: #000;
}
.rt-gr-count,
.rt-gr-label {
    color: #727070;
    font-weight: 500;
}
.rt-google-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 8px 0 28px;
    padding: 20px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
}
.rt-google-cta-copy {
    flex: 1 1 220px;
}
.rt-google-cta-stars {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1;
}
.rt-google-cta-text {
    margin: 0 0 14px;
    color: #1e2021;
    font-size: 15px;
    line-height: 1.5;
}
.rt-google-cta-btn {
    margin: 0;
}
.rt-google-cta-qr {
    flex: 0 0 auto;
    text-align: center;
}
.rt-google-cta-qr img {
    display: block;
    width: 180px;
    height: 180px;
    max-width: 100%;
    margin: 0 auto 8px;
    image-rendering: auto;
}
.rt-google-cta-qr p {
    margin: 0;
    color: #727070;
    font-size: 13px;
}
@media (max-width: 767px) {
    .rt-google-cta {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 18px 14px;
    }
    .rt-google-cta-copy {
        flex: 1 1 auto;
        width: 100%;
    }
    .rt-google-cta-qr img {
        width: 160px;
        height: 160px;
    }
    .rt-google-rating {
        justify-content: flex-start;
    }
}
.rt-google-empty {
    margin: 8px 0 12px;
    color: #727070;
}
.rt-gr-attribution {
    margin: 0 0 16px;
    font-size: 13px;
}
.rt-gr-attribution a {
    color: #727070;
    text-decoration: underline;
}

/* ================================================================
   GOOGLE REVIEWS CAROUSEL (homepage, above FAQ)
   ================================================================ */
.rt-gr-feedback {
    padding: 64px 0 56px;
    background: #fff;
}
.rt-gr-feedback-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
}
.rt-gr-feedback-head h2 {
    margin: 0 0 12px;
    font-family: "Noto Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}
.rt-gr-feedback-head p {
    margin: 0;
    color: #8a8a8a;
    font-size: 14.5px;
    line-height: 1.6;
}
.rt-gr-carousel {
    margin: 0 -8px;
}
.rt-gr-slide {
    padding: 8px;
}
.rt-gr-card {
    display: flex;
    align-items: stretch;
    gap: 20px;
    min-height: 220px;
    height: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
}
.rt-gr-card-photo {
    flex: 0 0 132px;
    width: 132px;
    min-height: 188px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3eefc;
}
.rt-gr-card-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rt-gr-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 188px;
    font-size: 32px;
    font-weight: 700;
    color: #6d28d9;
    background: linear-gradient(180deg, #f3eefc 0%, #e8ddf8 100%);
}
.rt-gr-card-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.rt-gr-card-body h3 {
    margin: 0 0 8px;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}
.rt-gr-card-body > p {
    margin: 0 0 12px;
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rt-gr-card-stars {
    color: #e8a317;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 14px;
}
.rt-gr-card-meta strong {
    display: block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}
.rt-gr-card-meta span {
    display: block;
    margin-top: 2px;
    color: #6d28d9;
    font-size: 13px;
    font-weight: 500;
}
.rt-gr-carousel-nav {
    margin-top: 28px;
    text-align: center;
}
.rt-gr-progress {
    width: 220px;
    max-width: 70%;
    height: 3px;
    margin: 0 auto 10px;
    background: #ececec;
    border-radius: 3px;
    overflow: hidden;
}
.rt-gr-progress span {
    display: block;
    height: 100%;
    background: #6d28d9;
    border-radius: 3px;
    transition: width 0.25s ease;
}
.rt-gr-counter {
    margin: 0;
    color: #888;
    font-size: 13px;
    letter-spacing: 1px;
}
.rt-gr-feedback .slick-list {
    margin: 0;
}
@media (max-width: 767px) {
    .rt-gr-feedback {
        padding: 48px 0 40px;
    }
    .rt-gr-feedback-head h2 {
        font-size: 26px;
    }
    .rt-gr-card {
        flex-direction: column;
        gap: 14px;
        min-height: 0;
    }
    .rt-gr-card-photo,
    .rt-gr-avatar {
        width: 100%;
        flex-basis: auto;
        min-height: 180px;
        height: 180px;
    }
}