
.nav-bar .logo {
    height: 48px;
    width: 230px;
    align-items: center;
}
.nav-bar .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
@media (max-width: 575.98px) {
    .nav-bar .logo {
        width: 170px;
        height: 38px;
    }
}
.footer .logo {
    width: 180px;
    height: 58px;
    align-items: center;
}
.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
@media (max-width: 575.98px) {
    .footer .logo {
        width: 158px;
        height: 50px;
    }
}

.header-image {
    background-position: center 52%;
}
.header-image::before {
    background: linear-gradient(90deg, rgba(0, 73, 96, 0.78) 0%, rgba(10, 29, 43, 0.60) 48%, rgba(0, 137, 173, 0.38) 100%) !important;
}
.header-image .header-title {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}
.header-image .header-text {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

.footer-payment {
    max-width: 220px !important;
    justify-content: flex-end;
    align-items: center;
}
.footer-payment img {
    width: 100% !important;
    max-height: 34px;
    object-fit: contain;
    object-position: right center;
}
@media (max-width: 575.98px) {
    .footer-payment {
        max-width: 180px !important;
        justify-content: flex-start;
    }
    .footer-payment img {
        max-height: 28px;
        object-position: left center;
    }
}

.header-bg {
    background-color: rgba(247, 249, 251, 0.72) !important;
}
.header-bg .header-bg-img {
    opacity: 0.32 !important;
    background-position: center center;
}
.header-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.48) 48%, rgba(255, 255, 255, 0.68) 100%);
    z-index: -1;
}

.payment-secure-icon,
.payment-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #007fa1;
    background: rgba(0, 137, 173, 0.1);
    flex: 0 0 44px;
}
.payment-empty-icon {
    width: 56px;
    height: 56px;
    font-size: 1.35rem;
}
.paytr-payment-shell {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
.paytr-payment-head {
    background: linear-gradient(135deg, #004960 0%, #0089ad 100%);
    color: #fff;
    padding: 22px;
}
.paytr-payment-head p {
    color: rgba(255, 255, 255, 0.78);
}
.paytr-security-note {
    background: rgba(0, 137, 173, 0.08);
    border: 1px solid rgba(0, 137, 173, 0.16);
    border-radius: 8px;
    padding: 14px;
}
.checkout-payment-note {
    border: 1px solid rgba(0, 137, 173, 0.16);
    background: rgba(0, 137, 173, 0.07);
    border-radius: 8px;
}

/* Professional typography pass across public site and customer panel */
body,
.section,
.dashboard,
.dashboard-body,
.card,
.table,
.form-control,
.form-select,
.btn {
    font-weight: 400;
    letter-spacing: 0 !important;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.dashboard-container h1,
.dashboard-container h2,
.dashboard-container h3,
.hero-title {
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

.btn,
.badge,
.nav-link,
.dropdown-item,
.form-label,
.table th,
.dashboard-sidebar a,
.dashboard-sidebar span,
.client-profile-card,
.payment-secure-icon,
.paytr-payment-head,
.paytr-security-note,
.checkout-payment-note {
    font-weight: 500 !important;
}

.btn,
.badge,
.table th,
.dashboard-container strong,
.dashboard-sidebar .active,
.dashboard-sidebar .current,
.client-profile-card strong,
.paytr-payment-head h1,
.paytr-payment-head h2 {
    font-weight: 600 !important;
}

.hero-title,
.home-hero h1,
.header h1,
.header-title h1,
.dashboard-container > .mb-4 .row h3 {
    font-weight: 650 !important;
}

.card,
.dashboard-card,
.payment-secure-icon,
.payment-empty-icon,
.paytr-payment-shell,
.checkout-payment-note {
    border-radius: 8px !important;
}
