:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   BHUTAN FIRST TOUCH
   THANK YOU PAGE
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

.bt-ty-page {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    color: #173f3d;
    background: #f8f6f0;
}

.bt-ty-page *,
.bt-ty-page *::before,
.bt-ty-page *::after {
    box-sizing: border-box;
}

.bt-ty-container {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.bt-ty-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(11, 48, 47, .10);
}

.bt-ty-header-inner {
    min-height: 100px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* ---------- LOGO ---------- */

.bt-ty-logo {
    display: flex;
    align-items: center;

    gap: 12px;

    text-decoration: none;

    flex-shrink: 0;
}

.bt-ty-logo img {
    display: block;

    width: 68px;
    height: 68px;

    object-fit: contain;

    margin: 4px 0 0;
}

.bt-ty-logo-text {
    display: flex;
    flex-direction: column;

    justify-content: center;

    line-height: 1;
}

.bt-ty-logo-text strong {
    display: block;

    color: #d6a243;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
    font-weight: 700;

    letter-spacing: 1px;

    white-space: nowrap;
}

.bt-ty-logo-text small {
    display: block;

    margin-top: 7px;

    color: #d6a243;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 2.5px;

    white-space: nowrap;
}


/* ---------- HEADER BUTTONS ---------- */

.bt-ty-header-actions {
    display: flex;
    align-items: center;

    gap: 14px;
}

.bt-ty-header-actions a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 0 22px;

    border-radius: 3px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: all .25s ease;
}

.bt-ty-call {
    color: #173f3d;
}

.bt-ty-whatsapp {
    color: #173f3d !important;

    border: 1px solid #173f3d;
}

.bt-ty-whatsapp:hover {
    background: #173f3d;
    color: #ffffff !important;
}

.bt-ty-quote {
    background: #173f3d;
    color: #ffffff !important;
}

.bt-ty-quote:hover {
    background: #d6a243;
}


/* =========================================================
   MAIN THANK YOU
   ========================================================= */

.bt-ty-main {
    width: 100%;
}

.bt-ty-thankyou {
    min-height: 650px;

    padding: 100px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            rgba(11, 48, 47, .94),
            rgba(11, 48, 47, .94)
        );
}


/* ---------- CARD ---------- */

.bt-ty-card {
    width: min(700px, 100%);

    padding: 65px 60px;

    text-align: center;

    background: #f8f6f0;

    border-radius: 4px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}


/* ---------- CHECK ---------- */

.bt-ty-check {
    width: 64px;
    height: 64px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d6a243;
    color: #ffffff;

    font-size: 27px;
    font-weight: 700;
}


/* ---------- LABEL ---------- */

.bt-ty-label {
    display: block;

    margin-bottom: 14px;

    color: #d6a243;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* ---------- TITLE ---------- */

.bt-ty-card h1 {
    margin: 0 0 20px;

    color: #0b302f;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(52px, 7vw, 76px);

    line-height: 1;

    font-weight: 500;
}


/* ---------- LEAD ---------- */

.bt-ty-lead {
    max-width: 560px;

    margin: 0 auto 14px;

    color: #173f3d;

    font-size: 20px;

    line-height: 1.6;
}


/* ---------- DESCRIPTION ---------- */

.bt-ty-description {
    max-width: 560px;

    margin: 0 auto;

    color: #667673;

    font-size: 16px;

    line-height: 1.8;
}


/* ---------- ACTIONS ---------- */

.bt-ty-actions {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    margin-top: 35px;
}

.bt-ty-actions a {
    min-width: 155px;

    min-height: 50px;

    padding: 14px 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 3px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: all .25s ease;
}


/* HOME */

.bt-ty-home-btn {
    background: #0b302f;
    color: #ffffff !important;
}

.bt-ty-home-btn:hover {
    background: #164845;
}


/* WHATSAPP */

.bt-ty-wa-btn {
    background: #d6a243;
    color: #ffffff !important;
}

.bt-ty-wa-btn:hover {
    background: #c49236;
}


/* ---------- NOTE ---------- */

.bt-ty-note {
    margin: 30px 0 0;

    color: #89928f;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   FOOTER
   ========================================================= */

.bt-ty-footer {
    width: 100%;

    background: #061817;

    color: rgba(255,255,255,.72);
}


/* ---------- FOOTER GRID ---------- */

.bt-ty-footer-grid {
    padding: 65px 0;

    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1.2fr;

    gap: 45px;
}


/* ---------- FOOTER COMPANY ---------- */

.bt-ty-footer-logo {
    margin-bottom: 18px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    font-weight: 600;
}

.bt-ty-footer-logo span {
    color: #d6a243;
}

.bt-ty-footer-company p {
    max-width: 440px;

    margin: 0;

    color: rgba(255,255,255,.62);

    font-size: 14px;

    line-height: 1.8;
}


/* ---------- FOOTER COLUMNS ---------- */

.bt-ty-footer-column h4 {
    margin: 0 0 22px;

    color: #d6a243;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.bt-ty-footer-column a {
    display: block;

    width: fit-content;

    margin-bottom: 13px;

    color: rgba(255,255,255,.68);

    text-decoration: none;

    font-size: 14px;

    line-height: 1.6;

    transition: color .25s ease;
}

.bt-ty-footer-column a:hover {
    color: #d6a243;
}


/* ---------- CONTACT ---------- */

.bt-ty-contact p {
    margin: 0 0 16px;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.7;
}

.bt-ty-contact p strong {
    color: #ffffff;
}


/* ---------- FOOTER BOTTOM ---------- */

.bt-ty-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}

.bt-ty-footer-bottom .bt-ty-container {
    padding: 20px 0;

    color: rgba(255,255,255,.45);

    font-size: 12px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .bt-ty-container {
        width: min(100% - 40px, 600px);
    }


    /* HEADER */

    .bt-ty-header-inner {
        min-height: 80px;

        gap: 15px;
    }

    .bt-ty-logo {
        gap: 7px;
    }

    .bt-ty-logo img {
        width: 52px;
        height: 52px;

        margin-top: 4px;
    }

    .bt-ty-logo-text strong {
        font-size: 12px;
        letter-spacing: .7px;
    }

    .bt-ty-logo-text small {
        margin-top: 5px;

        font-size: 7px;
        letter-spacing: 1.2px;
    }

    .bt-ty-header-actions {
        gap: 6px;
    }

    .bt-ty-header-actions a {
        min-height: 42px;

        padding: 0 10px;

        font-size: 11px;
    }

    .bt-ty-call {
        display: none !important;
    }


    /* THANK YOU */

    .bt-ty-thankyou {
        min-height: 560px;

        padding: 60px 16px;
    }

    .bt-ty-card {
        padding: 50px 24px;
    }

    .bt-ty-check {
        width: 56px;
        height: 56px;

        font-size: 24px;
    }

    .bt-ty-card h1 {
        font-size: 52px;
    }

    .bt-ty-lead {
        font-size: 18px;
    }

    .bt-ty-description {
        font-size: 15px;
    }

    .bt-ty-actions {
        flex-direction: column;

        width: 100%;
    }

    .bt-ty-actions a {
        width: 100%;
    }


    /* FOOTER */

    .bt-ty-footer-grid {
        padding: 50px 0;

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .bt-ty-footer-column a {
        margin-bottom: 10px;
    }

    .bt-ty-footer-bottom .bt-ty-container {
        padding: 18px 0;
    }

}
/* =========================================================
   THANK YOU PAGE - SAME FULL WIDTH SYSTEM AS HOME PAGE
   ========================================================= */

/* Remove Elementor HTML widget spacing */
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}


/* ---------- FULL WIDTH BREAKOUT ---------- */

.bt-ty-page {
    width: 100vw !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    overflow: hidden !important;
}


/* Header + main + footer full width */
.bt-ty-page .bt-ty-header,
.bt-ty-page .bt-ty-main,
.bt-ty-page .bt-ty-footer {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =========================================================
   HEADER - NARROW
   ========================================================= */

.bt-ty-header-inner {
    min-height: 70px !important;
    height: 70px !important;
}


/* Logo */
.bt-ty-logo img {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
}


/* Logo text */
.bt-ty-logo-text strong {
    font-size: 16px !important;
}

.bt-ty-logo-text small {
    margin-top: 5px !important;
    font-size: 9px !important;
}


/* Header buttons */
.bt-ty-header-actions a {
    min-height: 42px !important;
    padding: 0 17px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .bt-ty-page {
        width: 100vw !important;
        max-width: none !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .bt-ty-header-inner {
        min-height: 70px !important;
        height: 70px !important;
    }

    .bt-ty-logo img {
        width: 48px !important;
        height: 48px !important;
    }

    .bt-ty-logo-text strong {
        font-size: 11px !important;
    }

    .bt-ty-logo-text small {
        font-size: 7px !important;
        letter-spacing: 1.2px !important;
    }

    .bt-ty-header-actions {
        gap: 6px !important;
    }

    .bt-ty-header-actions a {
        min-height: 38px !important;
        padding: 0 9px !important;
        font-size: 10px !important;
    }
}/* End custom CSS */