.theme-inline-alerts {
    position: relative;
    z-index: 6;
}

.theme-inline-alerts .alert {
    border-radius: 18px;
    border: 1px solid #e8e8ef;
    box-shadow: 0 15px 35px rgba(17, 17, 17, 0.06);
}

.theme-topbar-actions,
.togo-header-2-top-info a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.togo-header-2-top-info {
    display: flex;
    align-items: center;
}

.togo-header-2-top-info a svg {
    flex: 0 0 auto;
}

.togo-header-2-top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.theme-topbar-actions a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.theme-topbar-actions a:hover {
    color: var(--togo-theme-primary);
    border-color: rgba(255, 255, 255, 0.35);
}

.theme-footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.theme-footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.theme-footer-socials a:hover {
    color: var(--togo-theme-primary);
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

.js-theme-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    width: 100%;
}

.js-theme-header-spacer {
    width: 100%;
    flex: 0 0 auto;
    min-height: 140px;
}

.js-theme-topbar {
    transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease;
    max-height: 80px;
    opacity: 1;
    overflow: hidden;
}

.js-theme-mainbar {
    transition: transform 0.28s ease;
}

.js-theme-mainbar .togo-header-6-wrapper {
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.js-theme-mainbar .togo-header-menu nav > ul > li > a,
.js-theme-mainbar .togo-header-right,
.js-theme-mainbar .offcanvas-open-btn,
.js-theme-mainbar .offcanvas-open-btn i,
.js-theme-mainbar .togo-header-logo a {
    color: #111111;
}

.js-theme-mainbar .togo-header-menu nav > ul > li:hover > a,
.js-theme-mainbar .togo-header-menu nav > ul > li.active > a {
    color: var(--togo-theme-primary);
}

.js-theme-header.is-sticky .js-theme-topbar {
    max-height: 0;
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
}

.js-theme-header .togo-header-6-top {
    background: rgba(17, 17, 17, 0.88);
    backdrop-filter: blur(10px);
}

.js-theme-header .togo-header-6-top-content a {
    display: inline-flex;
    align-items: center;
}

.js-theme-header .togo-header-6-btn .togo-btn-primary {
    min-width: 148px;
    justify-content: center;
}

.theme-gtranslate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    position: relative;
    z-index: 3;
}

.theme-gtranslate .gtranslate_wrapper,
.theme-gtranslate .gt_container,
.theme-gtranslate .gt_switcher_wrapper,
.theme-gtranslate .gt_switcher {
    display: inline-flex;
    align-items: center;
}

.theme-gtranslate select,
.theme-gtranslate .gt_selector {
    min-width: 128px;
    height: 42px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background-color: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    outline: none;
    cursor: pointer;
}

.theme-gtranslate a,
.theme-gtranslate button {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .theme-gtranslate {
        margin-right: 10px;
        transform: scale(0.92);
        transform-origin: right center;
    }
}

.togo-breadcrumb-area {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden;
}

.togo-breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 30, 0.46) 0%, rgba(10, 18, 30, 0.66) 100%);
    z-index: 0;
}

.togo-breadcrumb-area .container {
    position: relative;
    z-index: 1;
}

.togo-breadcrumb-title,
.togo-breadcrumb-content p {
    color: #ffffff;
}

.theme-page-shell {
    min-height: 100%;
}

.togo-tour-details-booking-item-input select,
.togo-tour-details-booking-item-input input[type="number"],
.togo-tour-details-booking-item-input input[type="text"],
.togo-tour-details-booking-item-input input[type="date"] {
    width: 100%;
    height: 58px;
    border: 0;
    background: transparent;
    font-size: 15px;
    color: #111111;
    padding-left: 38px;
}

.theme-flatpickr-input,
.admin-flatpickr-input {
    background: #fff !important;
    color: #111111 !important;
}

.theme-booking-date-trigger .flatpickr-input[readonly] {
    cursor: pointer;
}

.flatpickr-calendar {
    border: 1px solid #ececf3;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(17, 17, 17, 0.12);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--togo-theme-primary);
    border-color: var(--togo-theme-primary);
}

.flatpickr-day.today {
    border-color: var(--togo-theme-primary);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: #c0c2cc;
}

.admin-app .flatpickr-input[readonly] {
    background: #ffffff;
}

.togo-from-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.togo-from-checkbox input {
    display: inline-block !important;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    flex: 0 0 18px;
    accent-color: var(--togo-theme-primary);
    cursor: pointer;
}

.togo-from-checkbox label {
    padding-left: 0 !important;
    cursor: pointer;
}

.togo-from-checkbox label::before,
.togo-from-checkbox label::after {
    display: none !important;
    content: none !important;
}

.form-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.form-check .form-check-input {
    float: none;
    margin: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    accent-color: var(--togo-theme-primary);
    cursor: pointer;
}

.form-check .form-check-label {
    cursor: pointer;
    margin: 0;
}

.togo-tour-details-booking-item-input select:focus,
.togo-tour-details-booking-item-input input:focus,
.theme-form-control:focus,
.theme-select:focus {
    outline: none;
    box-shadow: none;
}

.togo-tour-details-booking-item-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.theme-room-rates {
    display: none;
    margin-top: 12px;
}

.theme-room-rates.is-visible {
    display: block;
}

.theme-room-rate {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    padding: 16px 0;
}

.theme-room-rate:first-child {
    border-top: 0;
    padding-top: 0;
}

.theme-room-rate-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.theme-room-rate-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.theme-room-rate-text {
    color: #5a5a5a;
    font-size: 14px;
}

.theme-room-rate-price {
    text-align: right;
}

.theme-room-rate-price del {
    color: #ef4444;
    display: block;
    font-size: 14px;
}

.theme-room-rate-price strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.theme-booking-campaign,
.theme-booking-note,
.theme-booking-empty,
.theme-booking-empty-small,
.theme-booking-error {
    border-radius: 18px;
    background: #fff7f1;
    border: 1px solid #f4d7c1;
    padding: 14px 16px;
}

.theme-booking-campaign {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.theme-booking-campaign strong {
    font-size: 15px;
}

.theme-booking-campaign span,
.theme-booking-note,
.theme-booking-empty p,
.theme-booking-empty-small {
    color: #5f5b58;
    font-size: 14px;
}

.theme-booking-departure-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.theme-booking-meta-pill {
    border: 1px solid #ececf3;
    border-radius: 18px;
    background: #fff;
    padding: 12px 14px;
}

.theme-booking-meta-pill span {
    display: block;
    font-size: 12px;
    color: #7b7a86;
    margin-bottom: 4px;
}

.theme-booking-meta-pill strong {
    font-size: 14px;
    color: #111;
}

.theme-booking-extras {
    margin: 18px 0;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.theme-booking-extras h6 {
    font-size: 15px;
    margin-bottom: 12px;
}

.theme-booking-extras ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-booking-extras li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #5b5b63;
}

.theme-included-list,
.theme-excluded-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-included-list li,
.theme-excluded-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.theme-included-list li:last-child,
.theme-excluded-list li:last-child {
    border-bottom: 0;
}

.theme-check-icon,
.theme-close-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    flex: 0 0 24px;
    margin-top: 1px;
}

.theme-check-icon {
    background: rgba(52, 199, 89, 0.12);
    color: #1d8f44;
}

.theme-close-icon {
    background: rgba(239, 68, 68, 0.12);
    color: #d72828;
}

.theme-overview-list,
.theme-overview-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-overview-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.theme-overview-list li:last-child {
    border-bottom: 0;
}

.theme-overview-list span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.55;
}

.togo-tour-card-meta,
.togo-tour-card-review,
.togo-footer-widget-info-item a,
.togo-contact-widget-add a,
.togo-checkout-summary-option span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.theme-overview-list span i.fa-light,
.togo-tour-card-meta span,
.togo-tour-card-rating i,
.togo-footer-widget-info-item a span,
.togo-checkout-summary-option span i {
    flex: 0 0 auto;
}

.theme-overview-list i {
    font-style: normal;
}

.theme-tour-summary-overview {
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff 0%, #fff7f1 100%);
    padding: 22px 24px;
    margin-bottom: 18px;
}

.theme-tour-summary-overview span {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff4d24;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.theme-tour-summary-overview p {
    margin: 0;
    color: #343434;
    font-size: 16px;
    line-height: 1.75;
}

.theme-overview-list-balanced {
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 28px;
}

.theme-overview-list-balanced li {
    width: calc(50% - 14px);
    display: grid;
    grid-template-columns: 24px minmax(112px, max-content) minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    min-height: 46px;
    padding: 11px 0;
}

.theme-overview-list-balanced .theme-overview-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff4d24;
    font-size: 17px;
}

.theme-overview-list-balanced .theme-overview-label {
    color: #515151;
    font-weight: 700;
    line-height: 1.35;
}

.theme-overview-list-balanced .theme-overview-label::after {
    content: ":";
}

.theme-overview-list-balanced strong {
    min-width: 0;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.theme-highlights-list {
    margin-bottom: 0 !important;
}

.theme-highlights-section {
    display: block;
}

.theme-booking-schedule-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.theme-booking-schedule-line strong {
    color: #111;
    min-width: 92px;
}

.theme-booking-schedule-line span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #fff;
    color: #444;
    font-size: 12px;
    font-weight: 700;
}

.togo-tour-card-thumb,
.togo-tour-2-card-thumb {
    width: 100%;
    height: 248px;
    overflow: hidden;
    border-radius: 22px;
    background: #f4f4f4;
}

.togo-tour-card-thumb img,
.togo-tour-2-card-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.togo-tour-card.style-9 .togo-tour-2-card-thumb {
    height: 270px;
}

.theme-whatsapp-fixed {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #25d366;
    box-shadow: 0 14px 30px rgba(37, 211, 102, .35);
    transition: transform .2s ease, box-shadow .2s ease;
}

.theme-whatsapp-fixed:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(37, 211, 102, .42);
}

.theme-whatsapp-fixed i {
    font-size: 30px;
    line-height: 1;
}

@media (max-width: 767px) {
    .theme-overview-list-balanced li {
        width: 100%;
        grid-template-columns: 24px minmax(98px, max-content) minmax(0, 1fr);
    }

    .togo-tour-card-thumb,
    .togo-tour-2-card-thumb,
    .togo-tour-card.style-9 .togo-tour-2-card-thumb {
        height: 230px;
    }
}

@media (max-width: 575px) {
    .theme-whatsapp-fixed {
        left: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }
}

.theme-form-control,
.theme-select {
    width: 100%;
    min-height: 56px;
    border: 1px solid #e8e8ef;
    border-radius: 16px;
    background: #ffffff;
    padding: 14px 16px;
    font-size: 15px;
    color: #111111;
}

textarea.theme-form-control {
    min-height: 140px;
}

.theme-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.theme-contact-card {
    border: 1px solid #ececf3;
    border-radius: 24px;
    background: #ffffff;
    padding: 32px;
}

.theme-contact-hero {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: center;
}

.theme-contact-hero-image {
    border-radius: 22px;
    overflow: hidden;
    min-height: 220px;
}

.theme-contact-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-contact-hero-copy p {
    margin-bottom: 0;
}

.theme-checkout-allocation,
.theme-extra-row {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    padding: 22px 0;
}

.theme-checkout-allocation:first-child,
.theme-extra-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.theme-extra-row:last-child {
    padding-bottom: 0;
}

.theme-qty-input {
    width: 90px;
}

.theme-contact-faq-head p {
    margin-bottom: 0;
}

.theme-page-card,
.theme-admin-card {
    border: 1px solid #ececf3;
    border-radius: 24px;
    background: #ffffff;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.theme-article-image {
    border-radius: 28px;
    overflow: hidden;
}

.theme-article-image img {
    width: 100%;
    display: block;
}

.theme-grid-card {
    height: 100%;
}

.theme-pagination-wrap .pagination {
    justify-content: center;
    gap: 8px;
}

.theme-pagination-wrap .page-link {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ececf3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-richtext,
.theme-richtext p,
.theme-richtext li {
    color: #5b5b63;
    line-height: 1.85;
}

.theme-richtext ul,
.theme-richtext ol {
    margin: 0 0 18px;
    padding-left: 1.3rem;
}

.theme-richtext ul ul,
.theme-richtext ol ol,
.theme-richtext ul ol,
.theme-richtext ol ul {
    margin-top: 10px;
}

.theme-richtext li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.theme-accordion-list {
    margin: 14px 0 0;
    padding-left: 1.1rem;
}

.theme-accordion-list li {
    margin-bottom: 12px;
}

.togo-tour-details-faq .accordion-items {
    border: 1px solid #ececf3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    background: #fff;
}

.togo-tour-details-faq .accordion-buttons {
    align-items: center;
    gap: 16px;
}

.togo-tour-details-faq .accordion-buttons .togo-accordion-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f7f6f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.togo-tour-details-faq .accordion-buttons:not(.collapsed) .togo-accordion-icon {
    background: #111;
    color: #fff;
}

.togo-tour-details-faq .accordion-body {
    padding-top: 6px;
}

.theme-highlights-card {
    border-radius: 24px;
    border: 1px solid #ececf3;
    background: #fff;
    padding: 24px;
}

.theme-highlight-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.theme-highlight-item p {
    margin: 0;
}

.theme-route-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.theme-route-fact {
    border-radius: 20px;
    border: 1px solid #ececf3;
    background: #fff;
    padding: 18px;
}

.theme-route-fact span {
    display: block;
    font-size: 13px;
    color: #7d7d86;
    margin-bottom: 6px;
}

.theme-route-fact strong {
    font-size: 17px;
    font-weight: 600;
}

.theme-tour-top-meta {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.theme-tour-top-chip {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 0 16px;
    background: #f7f6f2;
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.theme-tour-top-chip.is-accent {
    background: #fff2e7;
    color: #f66f24;
}

.theme-home-hero-slider .swiper-slide {
    overflow: hidden;
}

.theme-home-hero-slider .togo-hero-ptb {
    position: relative;
}

.theme-home-hero-slider-wrap {
    position: relative;
    z-index: 1;
}

.theme-home-hero-slider .container {
    position: relative;
    z-index: 1;
}

.theme-home-hero-pagination {
    position: absolute;
    z-index: 2;
    bottom: 34px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    transform: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    pointer-events: none;
}

.theme-home-hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    opacity: 1;
    pointer-events: auto;
}

.theme-home-hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.theme-hero-frame {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.theme-hero-frame-line {
    position: absolute;
    width: 26%;
    height: 1px;
    background: rgba(255, 255, 255, 0.65);
}

.theme-hero-frame .line-top-left { top: 80px; left: 5%; }
.theme-hero-frame .line-top-right { top: 80px; right: 5%; }
.theme-hero-frame .line-bottom-left { bottom: 80px; left: 5%; }
.theme-hero-frame .line-bottom-right { bottom: 80px; right: 5%; }

.theme-hero-frame-badge {
    position: absolute;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.12em;
    font-size: 15px;
}

.theme-hero-frame-badge-top { top: 54px; left: 50%; transform: translateX(-50%); }
.theme-hero-frame-badge-bottom { bottom: 48px; right: 26%; }

.theme-home-cta-card {
    border-radius: 28px;
    background: #111;
    color: #fff;
    padding: 38px 42px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.theme-home-cta-card h3 {
    color: #fff;
    margin-bottom: 8px;
}

.theme-home-cta-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.75);
}

.theme-grid-sidebar {
    border: 1px solid #ececf3;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
}

.theme-card-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff2e7;
    color: #f66f24;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.theme-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    margin-top: 8px;
}

.theme-card-link:hover {
    color: var(--togo-theme-primary);
}

.theme-destination-card,
.theme-journal-card {
    height: 100%;
    border: 1px solid #ececf3;
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.theme-destination-card:hover,
.theme-journal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.theme-destination-card-thumb,
.theme-journal-card-thumb {
    margin-bottom: 0 !important;
    overflow: hidden;
}

.theme-destination-card-thumb img,
.theme-journal-card-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.theme-destination-card:hover img,
.theme-journal-card:hover img {
    transform: scale(1.05);
}

.theme-destination-card-content,
.theme-journal-card-content {
    padding: 24px 24px 26px;
}

.theme-destination-card-content h4,
.theme-journal-card-content h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.theme-destination-card-content p,
.theme-journal-card-content p {
    margin-bottom: 0;
    color: #63636d;
}

.theme-tour-detail-shell {
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 18%);
}

.theme-tour-hero-summary {
    background: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.06);
}

.theme-tour-gallery-grid .row {
    --bs-gutter-y: 10px;
}

.theme-tour-gallery-primary,
.theme-tour-gallery-secondary {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.theme-tour-gallery-primary img,
.theme-tour-gallery-secondary img {
    width: 100%;
    object-fit: cover;
}

.theme-tour-detail-main > .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}

.theme-tour-content-card {
    border: 1px solid #ececf3;
    border-radius: 28px;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.06);
}

.theme-tour-content-card .togo-tour-details-content {
    padding: 28px 26px 24px;
}

.theme-tour-booking-sidebar {
    position: sticky;
    top: 120px;
}

.theme-tour-booking-card {
    border: 1px solid #ececf3;
    border-radius: 28px;
    background: #ffffff;
    padding: 28px 24px 24px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.theme-tour-booking-card .togo-tour-details-booking-item-from {
    display: block;
    margin-bottom: 18px;
    padding: 0;
    border-radius: 20px;
    overflow: visible;
    border: 0;
}

.theme-tour-booking-card .togo-tour-details-booking-item-from::after {
    display: none;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    background: #ffffff;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input + .togo-tour-details-booking-item-input {
    border-top: 0;
    border-left: 0;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input span {
    position: absolute;
    top: 22px;
    left: 18px;
    z-index: 2;
    transform: none;
    pointer-events: none;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input select,
.theme-tour-booking-card .togo-tour-details-booking-item-input input[type="text"],
.theme-tour-booking-card .togo-tour-details-booking-item-input input[type="number"] {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 34px;
    padding: 0 16px 14px 50px;
    border: 0;
    background: transparent !important;
    color: #141414 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input input[type="text"] {
    cursor: pointer;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input.date {
    z-index: 4;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input.date.is-error input[type="text"] {
    color: #b42318;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input .nice-select {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 58px;
    line-height: 1;
    padding: 0 42px 0 46px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input .nice-select::after {
    right: 18px;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input .nice-select .current {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-tour-booking-card .togo-tour-details-booking-item-input.date .datepicker {
    top: calc(100% + 4px);
    left: 0;
    right: auto;
    width: min(680px, calc(100vw - 48px));
    max-width: min(680px, calc(100vw - 48px));
    z-index: 30;
}

.theme-booking-field-note {
    margin: -4px 0 16px;
    color: #5f5b58;
    font-size: 13px;
    line-height: 1.5;
}

.theme-booking-field-note.is-error {
    color: #b42318;
}

.theme-action-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.theme-tour-booking-card .togo-btn-primary {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.theme-tour-booking-card .bdr-style-black {
    border-width: 1px;
}

.theme-tour-booking-card .togo-tour-details-booking-item-title {
    line-height: 1.15;
}

.theme-tour-booking-card .togo-tour-details-booking-item-text {
    margin-bottom: 18px;
}

.theme-tour-booking-card .theme-booking-note {
    margin-bottom: 16px;
}

.theme-tour-booking-sidebar .togo-tour-details-booking-list {
    border-radius: 24px;
    border: 1px solid #ececf3;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

@media (max-width: 991px) {
    .theme-contact-hero {
        grid-template-columns: 1fr;
    }

    .theme-booking-departure-meta,
    .theme-route-facts {
        grid-template-columns: 1fr;
    }

    .theme-tour-top-meta {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .theme-tour-booking-sidebar {
        position: static;
    }

    .theme-destination-card-content h4,
    .theme-journal-card-content h4 {
        font-size: 24px;
    }

    .theme-tour-hero-summary,
    .theme-tour-content-card .togo-tour-details-content,
    .theme-tour-booking-card {
        padding: 22px;
    }

    .theme-tour-booking-card .togo-tour-details-booking-item-input.date .datepicker {
        width: calc(100vw - 36px);
        max-width: calc(100vw - 36px);
        left: 0;
        right: auto;
    }
}

.admin-section-card {
    border: 1px solid #e9e9ef;
    border-radius: 24px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.admin-list-card {
    border: 1px solid #eceaf5;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.admin-list-card .table thead th {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    border-bottom-width: 1px;
}

.admin-form-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.admin-media-field {
    display: flex;
    gap: 12px;
    align-items: center;
}

.admin-media-preview {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    flex: 0 0 76px;
}

.admin-media-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-picker-tile {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: .2s ease;
}

.media-picker-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.media-picker-tile img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.media-picker-tile span {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
}

.admin-tab-panel {
    border: 1px solid #eceaf5;
    border-radius: 24px;
    background: #fff;
    padding: 32px;
}

.admin-content-shell {
    width: 100%;
    max-width: none;
    padding: 0 18px 0 12px;
}

.togo-dashboard-booking-ptb,
.togo-dashboard-setting-wrap {
    max-width: none;
}

.togo-dashboard-booking-ptb {
    width: 100%;
}

.togo-dashboard-setting-wrap {
    width: 100% !important;
    padding: 34px;
}

.admin-content-shell > form,
.admin-content-shell > div,
.admin-tab-panel,
.admin-list-card {
    width: 100%;
    max-width: none;
}

.togo-dashboard-booking-tab .nav-tabs {
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 0;
}

.togo-dashboard-booking-tab .nav-tabs .nav-link {
    border: 1px solid #eceaf5;
    border-radius: 999px;
    padding: 10px 18px;
    color: #374151;
    background: #fff;
}

.togo-dashboard-booking-tab .nav-tabs .nav-link.active {
    color: #fd4621;
    border-color: rgba(253, 70, 33, 0.18);
    background: rgba(253, 70, 33, 0.08);
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.admin-form-grid > * {
    min-width: 0;
}

.admin-span-12 { grid-column: span 12; }
.admin-span-8 { grid-column: span 8; }
.admin-span-6 { grid-column: span 6; }
.admin-span-4 { grid-column: span 4; }
.admin-span-3 { grid-column: span 3; }

.admin-subtle-text {
    color: #6b7280;
    margin-bottom: 0;
}

.admin-content-shell .form-control,
.admin-content-shell .form-select,
.admin-content-shell input[type=text],
.admin-content-shell input[type=email],
.admin-content-shell input[type=tel],
.admin-content-shell input[type=number],
.admin-content-shell input[type=password],
.admin-content-shell input[type=url],
.admin-content-shell input[type=date],
.admin-content-shell textarea,
.admin-content-shell select {
    min-height: 52px;
    height: 52px;
    line-height: 1.35;
    padding: 12px 16px;
    color: #111827 !important;
    background: #ffffff !important;
    border: 1px solid #d9deea !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.admin-content-shell textarea.form-control,
.admin-content-shell textarea {
    min-height: 120px;
    height: auto;
    line-height: 1.7;
    padding-top: 14px;
    padding-bottom: 14px;
}

.admin-content-shell .form-control::placeholder,
.admin-content-shell input::placeholder,
.admin-content-shell textarea::placeholder {
    color: #8a94a6 !important;
    opacity: 1;
}

.admin-content-shell .form-control:focus,
.admin-content-shell .form-select:focus,
.admin-content-shell input:focus,
.admin-content-shell textarea:focus,
.admin-content-shell select:focus {
    color: #111827 !important;
    background: #ffffff !important;
    border-color: #fd4621 !important;
    box-shadow: 0 0 0 3px rgba(253, 70, 33, 0.12) !important;
}

.admin-content-shell input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    padding-right: 12px;
}

.admin-content-shell input[type=number]::-webkit-outer-spin-button,
.admin-content-shell input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.admin-room-rates-wrapper {
    display: grid;
    gap: 14px;
}

.admin-room-rate-row {
    display: grid;
    gap: 12px;
}

.admin-room-rate-fields {
    display: grid;
    grid-template-columns: minmax(100px, 0.75fr) repeat(3, minmax(130px, 1fr)) minmax(92px, 0.7fr);
    gap: 12px;
    align-items: end;
}

.admin-room-rate-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(20, 20, 20, .08);
}

.admin-room-rate-check {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.admin-pax-tier-grid {
    display: grid;
    grid-template-columns: minmax(100px, 0.75fr) repeat(3, minmax(130px, 1fr)) minmax(92px, 0.7fr);
    gap: 12px;
    align-items: end;
}

.admin-pax-tier-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(20, 20, 20, .08);
}

.admin-departure-card {
    display: grid;
    gap: 20px;
}

.admin-date-rule-card,
.admin-scheduled-dates-card {
    border: 1px solid #eceaf5;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #fff8f4 100%);
    padding: 18px 20px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.admin-date-rule-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.admin-date-rule-meta {
    display: grid;
    gap: 8px;
    min-width: 230px;
    color: #374151;
    font-size: 13px;
}

.admin-date-rule-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.admin-scheduled-date-list {
    display: grid;
    gap: 10px;
}

.admin-scheduled-date-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid #f0edf7;
    border-radius: 16px;
    background: #fff;
    padding: 12px 14px;
}

.admin-scheduled-date-row strong,
.admin-scheduled-date-row span {
    display: block;
}

.admin-scheduled-date-row > div > span {
    color: #6b7280;
    font-size: 13px;
    margin-top: 2px;
}

.admin-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.admin-card-actions .admin-inline-actions {
    margin-left: auto;
}

.admin-gallery-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
}

.admin-form-stack {
    display: grid;
    gap: 22px;
}

.admin-inline-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn.btn-outline-dark,
.btn.btn-outline-secondary,
.btn.btn-outline-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.admin-repeat-card {
    border: 1px solid #eceaf5;
    border-radius: 20px;
    padding: 18px;
    background: #fcfcff;
}

.room-rate-item .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 0;
    align-items: end;
}

.room-rate-item .admin-form-label {
    display: block;
    min-height: 18px;
    color: #4b5563;
}

.room-rate-item .form-check {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
}

.room-rate-item .btn-outline-danger,
.room-rate-item .btn-outline-dark {
    min-height: 46px;
}

.room-rate-item .col-md-1 {
    flex: 0 0 auto;
    width: 11%;
}

.room-rate-item .col-md-2 {
    flex: 0 0 auto;
    width: 16%;
}

.room-rate-item .col-md-3 {
    flex: 0 0 auto;
    width: 22%;
}

.room-rate-item .col-md-10 {
    flex: 0 0 auto;
    width: 84%;
}

.admin-page-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.admin-page-eyebrow,
.admin-header-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 700;
    color: #fd4621;
    margin-bottom: 6px;
}

.admin-page-title {
    margin: 0 0 6px;
    font-size: 32px;
    line-height: 1.1;
}

.admin-page-subtitle {
    margin: 0;
    color: #6b7280;
    max-width: 780px;
}

.admin-stat-card {
    border: 1px solid #eceaf5;
    border-radius: 24px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(253, 70, 33, 0.12), transparent 38%),
        #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.admin-data-table tbody td {
    vertical-align: middle;
}

.admin-room-setup-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 460px;
    max-height: 74px;
    overflow: hidden;
}

.admin-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: #f3f4f6;
    color: #111827;
}

.admin-pill.is-success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.admin-pill.is-muted {
    background: rgba(107, 114, 128, 0.12);
    color: #4b5563;
}

.admin-inline-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px auto;
    gap: 10px;
    align-items: center;
}

.admin-sticky-card {
    position: sticky;
    top: 110px;
}

.admin-simulator-result {
    border-top: 1px solid #eceaf5;
    padding-top: 16px;
}

.admin-sim-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    color: #111827;
}

.admin-sim-line.total {
    border-top: 1px solid #eceaf5;
    margin-top: 10px;
    padding-top: 12px;
    font-weight: 700;
}

.admin-sim-success,
.admin-sim-error {
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.admin-sim-success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.admin-sim-error {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.togo-dashboard-nav-menu a.active {
    color: #FD4621;
}

.togo-dashboard-header-back {
    display: flex;
    gap: 12px;
    align-items: center;
}

.togo-dashboard-header-back .dashboard-nav-open {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.togo-dashboard-header {
    padding: 22px 26px;
    border-bottom: 1px solid #eceaf5;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
    backdrop-filter: blur(10px);
}

.togo-dashboard-main-wrap {
    background: #f7f8fc;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.togo-dashboard-nav {
    background: linear-gradient(180deg, #ffffff 0%, #fff9f7 100%);
    border-right: 1px solid #f1e7e2;
}

.togo-dashboard-sidebar {
    padding: 22px 20px;
}

.togo-dashboard-nav-logo img {
    max-width: 150px;
    width: auto;
    height: auto;
}

.togo-dashboard-nav-top {
    margin-bottom: 24px;
}

.togo-dashboard-nav-menu {
    padding: 8px;
}

.togo-dashboard-nav-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.25;
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 10px 14px;
}

.togo-dashboard-nav-menu a.active,
.togo-dashboard-nav-menu a:hover {
    background: rgba(253, 70, 33, 0.08);
}

.togo-dashboard-nav-menu a .togo-svg-icon {
    width: 20px;
    min-width: 20px;
    margin-right: 0;
}

.admin-header-shortcuts {
    gap: 10px;
    margin-right: 20px;
}

.admin-header-shortcuts a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #eceaf5;
    border-radius: 999px;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
}

.admin-header-shortcuts a:hover {
    border-color: rgba(253, 70, 33, 0.35);
    color: #fd4621;
}

.theme-home-reviews-section {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,244,235,0.92) 100%);
}

.theme-review-card {
    height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
    display: flex;
    flex-direction: column;
}

.theme-review-card-top,
.theme-review-author,
.theme-newsletter-form {
    display: flex;
    align-items: center;
}

.theme-review-card-top {
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.theme-review-source {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #705634;
}

.theme-review-source img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.theme-review-stars {
    color: #fd9a19;
    display: inline-flex;
    gap: 4px;
}

.theme-review-stars .is-muted {
    opacity: 0.25;
}

.theme-review-copy {
    margin-bottom: 26px;
    color: #373737;
    font-size: 17px;
    line-height: 1.8;
    flex: 1 1 auto;
}

.theme-review-author {
    gap: 14px;
}

.theme-review-author img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.theme-review-avatar-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff2e7;
    color: #fd4621;
    font-size: 18px;
    font-weight: 700;
    flex: 0 0 54px;
}

.theme-review-card-placeholder {
    border: 1px dashed #eadccc;
}

.theme-review-author h5 {
    margin: 0 0 4px;
    font-size: 18px;
}

.theme-review-author span {
    color: #757575;
    font-size: 14px;
}

.theme-pagination-wrap nav {
    display: flex;
    justify-content: center;
}

.theme-pagination-wrap .pagination {
    gap: 8px;
}

.theme-pagination-wrap .page-link {
    border: none;
    border-radius: 999px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.theme-pagination-wrap .active .page-link {
    background: #fd4621;
    color: #fff;
}

.theme-home-newsletter-card {
    background: #fff;
    border-radius: 32px;
    padding: 38px 42px;
    box-shadow: 0 25px 60px rgba(17, 17, 17, 0.08);
}

.theme-home-newsletter-card h3 {
    margin-bottom: 12px;
}

.theme-home-newsletter-card p {
    margin-bottom: 0;
    color: #6b6b6b;
}

.theme-traveler-rows {
    display: grid;
    gap: 18px;
}

.theme-traveler-card {
    border: 1px solid #ececf3;
    border-radius: 24px;
    background: #fff;
    padding: 24px;
}

.theme-traveler-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.theme-traveler-card-head h5 {
    margin: 0;
}

.theme-traveler-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff2e7;
    color: #fd4621;
    font-size: 12px;
    font-weight: 700;
}

.theme-newsletter-form {
    gap: 14px;
}

.theme-newsletter-form .form-control {
    min-height: 58px;
    border-radius: 999px;
    border: 1px solid #e8dece;
    padding: 0 20px;
}

.theme-newsletter-form .togo-btn-primary {
    flex-shrink: 0;
}

.theme-review-summary-badge {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    border: 1px solid #ececf3;
    border-radius: 22px;
    background: #fff;
    padding: 18px 22px;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.05);
}

.theme-review-summary-badge strong {
    font-size: 28px;
    line-height: 1;
}

.theme-review-summary-badge span {
    color: #5d6471;
    font-size: 14px;
}

.theme-tripadvisor-embed {
    border: 1px solid #ececf3;
    border-radius: 24px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.05);
}

.theme-tripadvisor-embed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.theme-tripadvisor-embed-head span {
    color: #6b7280;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.theme-tripadvisor-embed-body {
    overflow: hidden;
}

.theme-booking-date-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
    position: relative;
}

.theme-booking-date-grid.is-error .togo-tour-details-booking-item-input {
    border-color: #ef4444;
}

.theme-booking-date-grid .togo-tour-details-booking-item-input,
.theme-booking-pax-field {
    min-height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.theme-booking-field-card {
    cursor: pointer;
    border: 1px solid #e8eaf0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.theme-booking-field-card:hover,
.theme-booking-field-card:focus-within {
    border-color: rgba(255, 88, 63, .45);
    box-shadow: 0 14px 32px rgba(255, 88, 63, 0.10);
    transform: translateY(-1px);
}

.theme-booking-field-card:focus {
    outline: none;
    border-color: var(--togo-theme-primary);
    box-shadow: 0 0 0 4px rgba(255, 88, 63, 0.12);
}

.theme-booking-date-grid .togo-tour-details-booking-item-input input,
.theme-booking-pax-field input {
    height: auto;
    padding-top: 0;
    padding-bottom: 14px;
}

.theme-booking-field-label {
    display: block;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 14px;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    color: #64748b;
    text-transform: uppercase;
    line-height: 1.25;
}

.theme-booking-field-icon {
    color: var(--togo-theme-primary);
    font-size: 16px;
}

.theme-tour-booking-card .theme-booking-pax-field input[type="number"] {
    cursor: text;
}

.theme-tour-booking-card .theme-flatpickr-input::placeholder,
.theme-tour-booking-card .theme-booking-pax-field input::placeholder {
    color: #9ca3af;
    opacity: 1;
}

@media (max-width: 1199px) {
    .theme-tour-booking-card .theme-booking-date-grid {
        grid-template-columns: 1fr;
    }
}

.admin-list-card {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    margin-top: 20px;
}

.admin-list-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 0;
}

.admin-list-card-heading p {
    color: #6b7280;
}

.admin-list-card > .table-responsive {
    padding: 0 24px 8px;
}

.admin-list-card > .p-4,
.admin-list-card > .mt-20,
.admin-list-card > .d-flex,
.admin-list-card > form {
    padding-left: 24px;
    padding-right: 24px;
}

.admin-list-card > form {
    padding-top: 24px;
    padding-bottom: 24px;
}

.admin-newsletter-summary-card {
    padding: 24px;
}

.admin-newsletter-summary-card h5 {
    margin-bottom: 0;
}

.admin-newsletter-summary-card .admin-stat-card {
    min-height: 100%;
}

.admin-list-card .table {
    margin-bottom: 0;
}

.admin-list-card .table thead th {
    padding: 16px 14px;
    white-space: nowrap;
}

.admin-data-table tbody td {
    padding: 16px 14px;
}

.admin-list-card .table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-section-card form.row,
.admin-list-card form.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 16px;
}

.admin-media-card {
    padding: 18px;
}

.admin-media-card-image {
    height: 150px;
    object-fit: cover;
}

.admin-empty-state {
    padding: 36px 24px;
    text-align: center;
}

.admin-empty-state.is-compact {
    padding: 24px 18px;
}

.admin-empty-state h5 {
    margin-bottom: 8px;
    color: #111827;
}

.admin-empty-state p {
    margin: 0 auto;
    max-width: 620px;
    color: #6b7280;
}

.admin-room-rate-row > div {
    min-width: 0;
}

.admin-inline-alert {
    border-radius: 22px;
    border: 1px solid #f4d7c1;
    background: #fff8f4;
    padding: 18px 20px;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
}

.admin-inline-alert.is-danger {
    border-color: #f4c2c2;
    background: #fff5f5;
}

.admin-inline-alert.is-warning {
    border-color: #f7dfac;
    background: #fffaf0;
}

.admin-inline-alert-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
}

.admin-inline-alert-text {
    color: #4b5563;
    font-size: 14px;
}

.admin-inline-alert-list {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #374151;
}

.admin-inline-alert-list li + li {
    margin-top: 6px;
}

.admin-summary-stack {
    display: grid;
    gap: 16px;
}

.admin-summary-card {
    border: 1px solid #eceaf5;
    border-radius: 22px;
    background: #fff;
    padding: 22px 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.admin-summary-card h6 {
    margin-bottom: 12px;
    color: #111827;
}

.admin-readonly-note {
    border: 1px dashed #d8deea;
    border-radius: 16px;
    padding: 14px 16px;
    color: #4b5563;
    background: #fbfcff;
}

.admin-toast-stack {
    z-index: 1200;
}

.admin-success-toast {
    min-width: 320px;
    border-radius: 20px;
    overflow: hidden;
}

.admin-success-toast .toast-header {
    background: #fd4621;
    color: #fff;
    border-bottom: 0;
}

.admin-success-toast .btn-close {
    filter: invert(1);
}

.admin-success-toast .toast-body {
    background: #fff;
    color: #111827;
}

.admin-content-shell .invalid-feedback {
    font-size: 13px;
    margin-top: 6px;
}

.admin-app .btn,
.admin-app .togo-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.admin-content-shell .form-control.is-invalid,
.admin-content-shell .form-select.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}

.togo-footer-ptb .togo-footer-widget-title,
.togo-footer-ptb .togo-footer-widget-info-item a,
.togo-footer-ptb .togo-footer-widget-menu ul li a,
.togo-footer-ptb .togo-footer-widget-info-item,
.togo-footer-ptb .togo-footer-widget-menu ul li,
.togo-footer-ptb .theme-newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.togo-footer-ptb .togo-footer-widget p {
    color: rgba(255, 255, 255, 0.82);
}

.togo-footer-ptb .togo-footer-widget-menu ul li a:hover,
.togo-footer-ptb .togo-footer-widget-info-item a:hover {
    color: #ffffff;
}

.togo-footer-ptb .togo-footer-widget-info-item a span,
.togo-footer-ptb .togo-footer-widget-menu ul li a::before {
    color: inherit;
}

.js-hcaptcha-widget {
    min-height: 0;
}

@media (max-width: 991px) {
    .admin-list-card-heading {
        flex-direction: column;
        align-items: stretch;
    }

    .theme-contact-card,
    .theme-page-card,
    .theme-admin-card {
        padding: 24px;
    }

    .theme-room-rate-price {
        text-align: left;
        margin-top: 12px;
    }

    .admin-page-heading {
        flex-direction: column;
    }

    .admin-date-rule-card,
    .admin-scheduled-date-row {
        grid-template-columns: 1fr;
    }

    .admin-date-rule-card {
        flex-direction: column;
    }

    .admin-date-rule-meta {
        min-width: 0;
    }

    .admin-sticky-card {
        position: static;
    }

    .admin-inline-split {
        grid-template-columns: 1fr;
    }

    .admin-form-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .admin-span-12,
    .admin-span-8,
    .admin-span-6,
    .admin-span-4,
    .admin-span-3 {
        grid-column: span 1;
    }

    .admin-room-rate-fields,
    .admin-pax-tier-grid,
    .admin-gallery-row {
        grid-template-columns: 1fr;
    }

    .admin-room-rate-actions,
    .admin-pax-tier-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .theme-booking-date-grid {
        grid-template-columns: 1fr;
    }

    .room-rate-item .col-md-1,
    .room-rate-item .col-md-2,
    .room-rate-item .col-md-3,
    .room-rate-item .col-md-10 {
        width: 100%;
    }

    .theme-home-newsletter-card {
        padding: 28px 24px;
    }

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