/* Public site — light theme */
:root {
    --header-scroll-color: #ffffff !important;
    --header-text-color: #1a2330 !important;
    --dark-color: #1e2a3a;
}

body {
    background: #faf8f4;
    color: #1a2330;
}

.main-header-solid,
.main-header-solid.scrolled,
.main-header-new.scrolled {
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(26, 35, 48, 0.08) !important;
}

.main-header-solid .nav-link-new,
.main-header-solid .navbar-brand-new,
.main-header-solid .brand-text-new,
.main-header-solid .dropdown-toggle.nav-link-new,
.main-header-solid .mobile-toggle,
.main-header-solid .mobile-toggle i,
.main-header-new.scrolled .nav-link-new,
.main-header-new.scrolled .mobile-toggle,
.main-header-new.scrolled .mobile-toggle i {
    color: #1a2330 !important;
}

.main-header-solid .nav-link-new:hover,
.main-header-new.scrolled .nav-link-new:hover {
    background: rgba(232, 119, 34, 0.1) !important;
    color: #e87722 !important;
}

.main-header-solid .mobile-toggle {
    border-color: rgba(26, 35, 48, 0.2) !important;
}

.main-header-solid .navbar-collapse,
.main-header-new.scrolled .navbar-collapse {
    background: #fff;
}

@media (max-width: 991px) {
    .main-header-new .navbar-collapse,
    .main-header-solid .navbar-collapse {
        background: #ffffff !important;
        box-shadow: 0 12px 30px rgba(26, 35, 48, 0.12);
    }

    .main-header-new .navbar-collapse .nav-link-new,
    .main-header-new .at-nav-drawer .nav-link-new,
    .main-header-new .at-nav-drawer .nav-link-new span,
    .main-header-solid .at-nav-drawer .nav-link-new,
    .main-header-solid .at-nav-drawer .nav-link-new span {
        color: #1a2330 !important;
    }
}

.dropdown-menu-new {
    background: #ffffff !important;
    border: 1px solid #eadfd0 !important;
}

.dropdown-menu-new .dropdown-item {
    color: #1a2330 !important;
}

.dropdown-menu-new .dropdown-item:hover {
    background: #f7f3ec !important;
    color: #e87722 !important;
}

.site-footer {
    background: #f4efe6 !important;
    color: #1a2330 !important;
}

.site-footer p,
.site-footer .footer-title,
.site-footer li,
.site-footer a,
.footer-links a,
.footer-bottom,
.footer-bottom a {
    color: #1a2330 !important;
}

.footer-links a {
    opacity: 0.78;
}

.footer-links a:hover {
    color: #e87722 !important;
    opacity: 1;
}

.footer-social a {
    background: #fff !important;
    color: #1a2330 !important;
    border: 1px solid #eadfd0;
}

.footer-social a:hover {
    background: #e87722 !important;
    color: #fff !important;
    border-color: #e87722;
}

.footer-bottom {
    background: rgba(26, 35, 48, 0.05) !important;
}

.newsletter-form .form-control {
    background: #fff;
    border-color: #eadfd0;
    color: #1a2330;
}

/* Redesigned footer */
.at-footer {
    margin-top: 0;
    border-top: 1px solid #eadfd0;
    background: linear-gradient(180deg, #fbf8f2 0%, #f3eee4 100%) !important;
}

.at-footer-top {
    padding: 64px 0 36px;
}

.at-footer-intro {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px 40px;
    align-items: center;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eadfd0;
}

.at-footer-brand {
    display: inline-flex;
}

.at-footer .footer-logo {
    max-height: 108px;
    width: auto;
    filter: none;
    margin: 0;
}

.at-footer-lead {
    margin: 0;
    max-width: 520px;
    color: #5c6b7a !important;
    font-size: 0.98rem;
    line-height: 1.7;
}

.at-footer .footer-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.at-footer .footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0;
    line-height: 1;
}

.at-footer-grid {
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 1.2fr 1.1fr;
    gap: 32px 28px;
}

.at-footer .footer-title {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0e2a56 !important;
    margin-bottom: 18px;
}

.at-footer .footer-title::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    margin-top: 10px;
    border-radius: 99px;
    background: linear-gradient(90deg, #e87722, #f4b942);
}

.at-footer .footer-links {
    margin: 0;
}

.at-footer .footer-links li {
    margin-bottom: 9px;
}

.at-footer .footer-links a {
    color: #3d4c5c !important;
    text-decoration: none;
    font-size: 0.95rem;
}

.at-footer .footer-links a:hover {
    color: #e87722 !important;
    padding-left: 4px;
}

.at-footer .footer-contact {
    margin: 0 0 18px;
}

.at-footer .footer-contact li {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #3d4c5c !important;
    font-size: 0.95rem;
}

.at-footer-ico {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eadfd0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e87722;
}

.at-footer .footer-contact i {
    color: #e87722;
    font-size: 14px;
    margin: 0;
}

.at-footer .footer-contact a {
    color: #1a2330 !important;
    text-decoration: none;
}

.at-footer .footer-contact a:hover {
    color: #e87722 !important;
}

.at-footer .footer-pay-pill {
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428 !important;
    border: 0;
    box-shadow: 0 10px 22px rgba(232, 119, 34, 0.22);
    padding: 10px 18px;
}

.at-footer .footer-pay-pill i {
    color: #071428;
}

.at-footer-note {
    color: #5c6b7a !important;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.at-news-field {
    display: flex;
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(26, 35, 48, 0.05);
}

.at-news-field .form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 16px;
    background: transparent;
}

.at-news-field .btn {
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
    padding: 0 18px;
}

.at-footer-bottom {
    background: #fff !important;
    border-top: 1px solid #eadfd0;
    margin-top: 0;
    padding: 18px 0;
}

.at-footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.at-footer-bottom p {
    color: #5c6b7a !important;
    font-size: 0.88rem;
}

.at-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.at-footer-legal a {
    color: #3d4c5c !important;
    font-size: 0.88rem;
    text-decoration: none;
    font-weight: 600;
}

.at-footer-legal a:hover {
    color: #e87722 !important;
}

@media (max-width: 991px) {
    .at-footer-intro {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .at-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .at-footer-top {
        padding: 48px 0 24px;
    }

    .at-footer-grid {
        grid-template-columns: 1fr;
    }

    .at-footer-bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
