.pgt-about-box {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 25px;
}

.pgt-about-box p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

.pgt-highlight {
    font-weight: 700;
    font-size: 1.15em;
    color: #111;
}

.pgt-closing {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

/*=================================
FOOTER CSS 
================================*/

.custom-site-footer {
    background: #f4f6fa;
    border-top: 1px solid rgba(20, 33, 61, 0.08);
}

.custom-site-footer .footer-main-wrap {
    padding: 42px 0 38px;
    background: #f4f6fa;
}

.custom-site-footer .footer-main-row {
    align-items: stretch;
    row-gap: 24px;
}

.custom-site-footer .footer-widget-card {
    background: #ffffff;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    height: 100%;
}

.custom-site-footer .footer-help-card {
    max-width: 100%;
}

.custom-site-footer .footer-widget-title {
    font-size: 15px;
    font-weight: 800;
    color: #14213d;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.custom-site-footer .footer-widget-title:after {
    content: "";
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: #4c8bf5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.custom-site-footer .footer-widget-content,
.custom-site-footer .footer-widget-content p,
.custom-site-footer .footer-widget-content li,
.custom-site-footer .footer-widget-content span {
    color: #5b6475;
    font-size: 15px;
    line-height: 1.8;
}

.custom-site-footer .footer-widget-content a {
    color: #14213d;
    text-decoration: none;
}

.custom-site-footer .footer-widget-content a:hover {
    color: #4c8bf5;
}

.custom-site-footer .footer-widget-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-site-footer .footer-widget-content li {
    margin-bottom: 14px;
}

.custom-site-footer .footer-brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-site-footer .footer-brand-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 100%;
    min-height: 100%;
}

.custom-site-footer .footer-logo-text {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: #14213d;
}

.custom-site-footer .footer-brand-content {
    flex: 1 1 auto;
}

.custom-site-footer .footer-brand-heading-logo {
    margin: 0 0 14px;
}

.custom-site-footer .footer-brand-title-logo {
    display: block;
    max-width: 240px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.custom-site-footer .footer-brand-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #14213d;
}

.custom-site-footer .footer-brand-desc {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.8;
    color: #5b6475;
    max-width: 520px;
}

.custom-site-footer .footer-brand-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-site-footer .footer-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(76, 139, 245, 0.10);
    color: #1f4ea3;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.custom-site-footer .footer-bottom-bar {
    background: #142850;
    padding: 20px 0;
}

.custom-site-footer .footer-bottom-text,
.custom-site-footer .footer-bottom-text p,
.custom-site-footer .footer-bottom-text a,
.custom-site-footer .footer-bottom-text span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.custom-site-footer .footer-bottom-right {
    text-align: right;
}

@media (max-width: 991.98px) {
    .custom-site-footer .footer-brand-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-site-footer .footer-brand-title {
        font-size: 24px;
    }

    .custom-site-footer .footer-bottom-right {
        text-align: left;
        margin-top: 8px;
    }
}

@media (max-width: 767.98px) {
    .custom-site-footer .footer-main-wrap {
        padding: 34px 0 28px;
    }

    .custom-site-footer .footer-widget-card {
        padding: 22px 20px;
        border-radius: 16px;
    }

    .custom-site-footer .footer-brand-title-logo {
        max-width: 180px;
    }

    .custom-site-footer .footer-brand-title {
        font-size: 22px;
    }
}

/* ============================
TOURS SECTION
=============================== */

.bc-list-tour-custom {
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%) !important;
}

.promo-tour-modern {
    position: relative;
    padding: 30px 0 46px;
    overflow: hidden;
}

.promo-tour-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
    border-radius: 28px;
    z-index: 0;
}

.promo-tour-modern>* {
    position: relative;
    z-index: 1;
}

/* header */
.promo-tour-modern .promo-tour-header-wrap {
    margin-bottom: 28px;
}

.promo-tour-modern .promo-tour-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.promo-tour-modern .promo-tour-header-left {
    max-width: 760px;
}

.promo-tour-modern .promo-tour-title {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #14213d;
}

.promo-tour-modern .promo-tour-subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #667085;
}

.promo-tour-modern .promo-tour-header-right {
    flex: 0 0 auto;
}

.promo-tour-modern .promo-tour-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(31, 78, 163, 0.12);
    color: #1f4ea3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: all 0.2s ease;
}

.promo-tour-modern .promo-tour-view-all:hover {
    background: #1f4ea3;
    color: #ffffff;
    border-color: #1f4ea3;
    text-decoration: none;
}

/* chips */
.promo-tour-modern .promo-tour-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promo-tour-modern .promo-tour-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(31, 78, 163, 0.08);
    color: #1f4ea3;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(31, 78, 163, 0.08);
}

/* grid */
.promo-tour-modern .promo-tour-grid {
    row-gap: 28px;
    margin-left: 0;
    margin-right: 0;
}

.promo-tour-modern .promo-tour-col {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.promo-tour-modern .promo-tour-card-wrap {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* card */
.promo-tour-modern .modern-tour-card {
    background: #ffffff;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.promo-tour-modern .modern-tour-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
    border-color: rgba(31, 78, 163, 0.18);
}

/* image */
.promo-tour-modern .modern-tour-thumb {
    position: relative;
    overflow: hidden;
    background: #e9eef5;
}

.promo-tour-modern .modern-tour-image-link {
    display: block;
    position: relative;
    z-index: 1;
}

.promo-tour-modern .modern-tour-image-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 33, 61, 0.10), rgba(20, 33, 61, 0.00) 45%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.promo-tour-modern .modern-tour-card:hover .modern-tour-image-link::after {
    opacity: 1;
}

.promo-tour-modern .modern-tour-image {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.promo-tour-modern .modern-tour-card:hover .modern-tour-image {
    transform: scale(1.05);
}

/* badges */
.promo-tour-modern .modern-tour-badge-featured {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: #e11d48;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 8px 12px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(225, 29, 72, 0.20);
}

.promo-tour-modern .modern-tour-badge-sale {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background: rgba(20, 33, 61, 0.90);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 8px 12px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.16);
}

/* wishlist */
.promo-tour-modern .modern-tour-wishlist {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(20, 33, 61, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.promo-tour-modern .modern-tour-wishlist:hover {
    transform: scale(1.06);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.20);
}

.promo-tour-modern .modern-tour-wishlist i {
    color: #142850;
    font-size: 15px;
}

.promo-tour-modern .modern-tour-wishlist.active,
.promo-tour-modern .modern-tour-wishlist.service-wishlist.active {
    background: #ffe8ee;
    border-color: rgba(225, 29, 72, 0.12);
}

.promo-tour-modern .modern-tour-wishlist.active i,
.promo-tour-modern .modern-tour-wishlist.service-wishlist.active i {
    color: #e11d48;
}

/* content */
.promo-tour-modern .modern-tour-caption {
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.promo-tour-modern .modern-tour-top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.promo-tour-modern .modern-tour-content {
    flex: 1 1 auto;
    min-width: 0;
}

.promo-tour-modern .modern-tour-title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.promo-tour-modern .modern-tour-title a {
    color: #14213d;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promo-tour-modern .modern-tour-title a:hover {
    color: #1f4ea3;
}

.promo-tour-modern .modern-tour-meta {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #7b8794;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.promo-tour-modern .modern-tour-duration {
    font-weight: 700;
    color: #5f6c7b;
}

.promo-tour-modern .modern-tour-location {
    color: #8b95a5;
    font-style: italic;
}

.promo-tour-modern .modern-tour-meta-sep {
    color: #c1c8d2;
    font-style: normal;
}

/* price */
.promo-tour-modern .modern-tour-price-wrap {
    flex: 0 0 auto;
    min-width: 96px;
    text-align: right;
}

.promo-tour-modern .modern-tour-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

.promo-tour-modern .modern-tour-old-price {
    font-size: 14px;
    line-height: 1.2;
    color: #d14b61;
    text-decoration: line-through;
    font-weight: 700;
}

.promo-tour-modern .modern-tour-current-price {
    font-size: 18px;
    line-height: 1.1;
    color: #0f2d5c;
    font-weight: 800;
    letter-spacing: -0.01em;
}

/* bottom button */
.promo-tour-modern .modern-tour-bottom {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(20, 33, 61, 0.07);
}

.promo-tour-modern .modern-tour-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    background: #eef4ff;
    border: 1px solid rgba(31, 78, 163, 0.10);
    color: #1f4ea3;
    box-shadow: none;
    transition: all 0.2s ease;
    text-decoration: none;
}

.promo-tour-modern .modern-tour-book-btn:hover {
    background: #1f4ea3;
    color: #ffffff;
    border-color: #1f4ea3;
    text-decoration: none;
}

/* cleanup against old theme */
.promo-tour-modern .modern-tour-card .tour-book-now {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.promo-tour-modern .modern-tour-card .price .unit,
.promo-tour-modern .modern-tour-card .g-price .prefix,
.promo-tour-modern .modern-tour-card .service-wishlist:before,
.promo-tour-modern .modern-tour-card .service-wishlist:after {
    display: none !important;
}

.promo-tour-modern .modern-tour-caption .g-price {
    margin-bottom: 0 !important;
}

.promo-tour-modern .modern-tour-caption .title-address {
    margin-bottom: 6px !important;
}

.promo-tour-modern .modern-tour-card .caption {
    min-height: auto !important;
}

/* CTA strip */
.promo-tour-modern .promo-tour-cta {
    margin-top: 34px;
}

.promo-tour-modern .promo-tour-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: #ffffff;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 20px;
    padding: 24px 24px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.promo-tour-modern .promo-tour-cta-text h3 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #14213d;
}

.promo-tour-modern .promo-tour-cta-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #667085;
    max-width: 650px;
}

.promo-tour-modern .promo-tour-cta-action {
    flex: 0 0 auto;
}

.promo-tour-modern .promo-tour-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    background: #1f4ea3;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #1f4ea3;
    transition: all 0.2s ease;
}

.promo-tour-modern .promo-tour-cta-btn:hover {
    background: #142850;
    border-color: #142850;
    color: #ffffff;
    text-decoration: none;
}

/* responsive */
@media (max-width: 1199.98px) {
    .promo-tour-modern .promo-tour-title {
        font-size: 29px;
    }

    .promo-tour-modern .modern-tour-image {
        height: 235px;
    }
}

@media (max-width: 991.98px) {
    .promo-tour-modern::before {
        inset: 0;
        border-radius: 22px;
    }

    .promo-tour-modern .promo-tour-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-tour-modern .promo-tour-title {
        font-size: 27px;
    }

    .promo-tour-modern .modern-tour-image {
        height: 220px;
    }

    .promo-tour-modern .promo-tour-cta-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .promo-tour-modern {
        padding: 22px 0 28px;
    }

    .promo-tour-modern::before {
        inset: 0;
        border-radius: 18px;
    }

    .promo-tour-modern .promo-tour-header-wrap {
        margin-bottom: 22px;
    }

    .promo-tour-modern .promo-tour-header {
        margin-bottom: 14px;
    }

    .promo-tour-modern .promo-tour-title {
        font-size: 24px;
    }

    .promo-tour-modern .promo-tour-subtitle {
        font-size: 15px;
    }

    .promo-tour-modern .promo-tour-grid {
        row-gap: 18px;
    }

    .promo-tour-modern .promo-tour-chips {
        gap: 8px;
    }

    .promo-tour-modern .promo-tour-chip {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .promo-tour-modern .promo-tour-col {
        padding-left: 8px;
        padding-right: 8px;
    }

    .promo-tour-modern .modern-tour-image {
        height: 210px;
    }

    .promo-tour-modern .modern-tour-top {
        flex-direction: column;
        gap: 12px;
    }

    .promo-tour-modern .modern-tour-price-wrap {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .promo-tour-modern .modern-tour-price {
        align-items: flex-start;
    }

    .promo-tour-modern .modern-tour-current-price {
        font-size: 22px;
    }

    .promo-tour-modern .modern-tour-book-btn {
        width: 100%;
    }

    .promo-tour-modern .promo-tour-cta-content {
        padding: 20px;
        border-radius: 16px;
    }

    .promo-tour-modern .promo-tour-cta-text h3 {
        font-size: 20px;
    }

    .promo-tour-modern .promo-tour-cta-btn {
        width: 100%;
    }
}