/**
 * Thank you / confirmation page (flight inquiry).
 */

/* Solid header + visible nav (default header is transparent with dark links). */
body.rr-thankyou-body .main-header.main-header--one,
body.rr-thankyou-body .sticky-header--cloned.main-header--one.active {
    margin-bottom: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

body.rr-thankyou-body .main-header--one .main-header__inner {
    background-color: #fff !important;
}

body.rr-thankyou-body .main-header--one .main-menu .main-menu__list > li > a,
body.rr-thankyou-body .sticky-header--cloned.main-header--one .main-menu .main-menu__list > li > a {
    color: #1d231f !important;
    text-shadow: none !important;
}

body.rr-thankyou-body .main-header--one .main-menu__list > li.current > a,
body.rr-thankyou-body .main-header--one .main-menu__list > li:hover > a,
body.rr-thankyou-body .sticky-header--cloned.main-header--one .main-menu__list > li:hover > a {
    color: var(--gotur-primary, #f7921e) !important;
}

body.rr-thankyou-body .main-header--one .mobile-nav__btn span,
body.rr-thankyou-body .sticky-header--cloned.main-header--one .mobile-nav__btn span {
    background-color: #1d231f !important;
}

.rr-thankyou-page {
    font-family: var(--gotur-font, "Plus Jakarta Sans", sans-serif);
    margin: 0;
    padding-top: 28px;
    background: #f6f8fb;
}

.rr-thankyou-page .breadcrumb-bar {
    background: #003366;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    border-radius: 12px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.rr-thankyou-page .breadcrumb-bar h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.rr-thankyou-page .breadcrumb {
    margin-top: 10px;
    font-size: 14px;
}

.rr-thankyou-page .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.rr-thankyou-page .breadcrumb a:hover {
    text-decoration: underline;
}

.rr-thankyou-page .page-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
    display: flex;
    gap: 40px;
}

.rr-thankyou-page .left-column {
    flex: 1;
    font-size: 15px;
    color: #333;
}

.rr-thankyou-page .left-column h3 {
    margin-top: 0;
    color: #003366;
}

.rr-thankyou-page .left-column h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #003366;
}

.rr-thankyou-page .powered-box {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.rr-thankyou-page .powered-box img {
    max-height: 55px;
    width: auto;
    margin-top: 8px;
}

.rr-thankyou-page .receipt-box {
    flex: 1.2;
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.rr-thankyou-page .icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 38px;
    margin: auto;
    font-weight: bold;
}

.rr-thankyou-page .success-icon {
    background: #42b653;
}

.rr-thankyou-page .receipt-title {
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0 0;
    color: #003366;
}

.rr-thankyou-page .receipt-lead {
    font-size: 16px;
    color: #444;
    margin: 8px 0 0;
}

.rr-thankyou-page .receipt-sub {
    font-size: 14px;
    color: #666;
    margin: 8px 0 0;
}

.rr-thankyou-page .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
    gap: 12px;
}

.rr-thankyou-page .info-row span:first-child {
    color: #666;
}

.rr-thankyou-page .info-details {
    margin-top: 25px;
    text-align: left;
}

.rr-thankyou-page .share-title {
    margin-top: 25px;
    font-weight: 600;
    font-size: 17px;
    color: #003366;
}

.rr-thankyou-page .share-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.rr-thankyou-page .share-icons img {
    width: 45px;
    margin: 6px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.rr-thankyou-page .share-icons img:hover {
    transform: scale(1.08);
}

.rr-thankyou-page .btn-home {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 28px;
    background: #003366;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.rr-thankyou-page .btn-home:hover {
    background: #002244;
    color: #fff !important;
}

.rr-thankyou-page .powered-mobile {
    display: none;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px 30px;
    font-size: 14px;
    color: #666;
}

.rr-thankyou-page .powered-mobile img {
    max-height: 55px;
    width: auto;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .rr-thankyou-page {
        padding-top: 16px;
    }

    .rr-thankyou-page .breadcrumb-bar {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .rr-thankyou-page .page-wrapper {
        display: block;
        padding: 15px;
    }

    .rr-thankyou-page .left-column {
        display: none;
    }

    .rr-thankyou-page .receipt-box {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        padding: 25px 18px;
    }

    .rr-thankyou-page .powered-mobile {
        display: block;
    }
}
