/* =========================================================
   VeltrixHost WHMCS Twenty-One header/footer-only update
   Scope: main website header + footer only.
   The default WHMCS client-area header, cards, forms, tables,
   sidebars, and page body styles are intentionally not changed.
========================================================= */
:root {
    --vh-orange: #e58a12;
    --vh-orange-dark: #a95600;
    --vh-ink: #111111;
    --vh-muted: #596172;
    --vh-cream: #fff6ea;
    --vh-soft: #f9f9f9;
    --vh-line: rgba(229, 138, 18, .18);
}

.vh-main-site-wrap,
.vh-main-site-wrap * ,
.vh-main-footer,
.vh-main-footer * {
    box-sizing: border-box;
}

.vh-main-site-wrap a,
.vh-main-footer a {
    text-decoration: none;
}

.vh-main-topbar {
    background: var(--vh-orange);
    color: #111111;
    font-size: 14px;
    font-weight: 700;
}

.vh-main-topbar-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.vh-topbar-left,
.vh-topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.vh-topbar-left span,
.vh-topbar-right a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111111;
}

.vh-topbar-right a {
    padding: 8px 16px;
    border: 1px solid rgba(17, 17, 17, .14);
    border-radius: 999px;
    line-height: 1;
}

.vh-topbar-right a:hover {
    background: #111111;
    color: #ffffff;
}

.vh-website-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.vh-website-header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.vh-website-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.vh-website-logo img {
    display: block;
    height: 50px;
    width: auto;
    max-width: 245px;
    object-fit: contain;
}

.vh-website-nav {
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-left: auto;
}

.vh-website-nav > a,
.vh-website-dropdown > a {
    color: #111111;
    font-size: 16px;
    font-weight: 800;
    padding: 30px 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.vh-website-nav > a:hover,
.vh-website-dropdown > a:hover,
.vh-website-dropdown.show > a {
    color: var(--vh-orange);
}

.vh-website-dropdown .dropdown-toggle::after {
    border: 0;
    content: "▾";
    font-size: 12px;
    margin-left: 3px;
    vertical-align: 0;
}

.vh-website-dropdown .dropdown-menu {
    margin-top: 0;
    min-width: 245px;
    border: 1px solid var(--vh-line);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(17, 17, 17, .12);
    padding: 10px;
    background: #ffffff;
}

.vh-website-dropdown .dropdown-item {
    border-radius: 10px;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 13px;
}

.vh-website-dropdown .dropdown-item:hover,
.vh-website-dropdown .dropdown-item:focus {
    background: var(--vh-cream);
    color: var(--vh-orange-dark);
}

.vh-client-area-link {
    align-items: center;
    gap: 9px;
    padding: 14px 24px;
    border: 1px solid rgba(17, 17, 17, .13);
    border-radius: 999px;
    color: #111111;
    font-size: 15px;
    font-weight: 800;
    margin-left: 18px;
    background: #ffffff;
}

.vh-client-area-link:hover {
    background: #111111;
    color: #ffffff;
}

.vh-website-toggle {
    margin-left: auto;
    border: 1px solid rgba(17, 17, 17, .12);
    background: #ffffff;
    border-radius: 12px;
    width: 46px;
    height: 42px;
    color: #111111;
}

/* Main website-style footer */
.vh-main-footer.footer {
    background: var(--vh-cream) !important;
    border-top: 1px solid var(--vh-line);
    color: var(--vh-muted) !important;
    padding: 54px 0 26px;
}

.vh-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(130px, .8fr));
    gap: 34px;
    align-items: start;
}

.vh-footer-brand {
    background: #ffffff;
    border: 1px solid var(--vh-line);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(17, 17, 17, .04);
}

.vh-footer-logo img {
    height: 60px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    margin-bottom: 22px;
}

.vh-footer-brand p,
.vh-footer-payments p {
    color: var(--vh-muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.vh-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.vh-footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 17, 17, .10);
    border-radius: 50%;
    color: #111111;
    background: #ffffff;
}

.vh-footer-social a:hover {
    background: var(--vh-orange);
    color: #111111;
    border-color: var(--vh-orange);
}

.vh-footer-column h5,
.vh-footer-payments h5 {
    color: #111111;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.vh-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vh-footer-column li + li {
    margin-top: 12px;
}

.vh-footer-column a {
    color: #596172 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vh-footer-column a::before {
    content: "›";
    color: var(--vh-orange);
    font-size: 22px;
    line-height: 1;
}

.vh-footer-column a:hover {
    color: var(--vh-orange-dark) !important;
}

.vh-footer-payments {
    margin-top: 38px;
    background: #ffffff;
    border: 1px solid var(--vh-line);
    border-radius: 22px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.vh-payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.vh-payment-icons img {
    width: 132px;
    height: 41px;
    display: block;
}

.vh-footer-bottom {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid var(--vh-line);
    border-radius: 18px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vh-footer-bottom p {
    color: var(--vh-orange-dark) !important;
    font-weight: 800;
    margin: 0;
}

.vh-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.vh-footer-bottom-links a {
    color: #111111 !important;
    font-weight: 800;
}

.vh-footer-bottom-links a:hover {
    color: var(--vh-orange-dark) !important;
}

.vh-language-btn {
    border: 1px solid rgba(17, 17, 17, .12) !important;
    background: #ffffff !important;
    color: #111111 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    padding: 8px 13px !important;
}

@media (max-width: 1199px) {
    .vh-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .vh-main-topbar-inner,
    .vh-topbar-left,
    .vh-topbar-right {
        justify-content: center;
    }
    .vh-main-topbar-inner {
        padding-top: 8px;
        padding-bottom: 8px;
        flex-direction: column;
    }
    .vh-website-header-inner {
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
        flex-wrap: wrap;
    }
    .vh-website-nav {
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        padding-top: 12px;
        gap: 0;
    }
    .vh-website-nav > a,
    .vh-website-dropdown > a {
        width: 100%;
        padding: 12px 0;
    }
    .vh-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vh-footer-payments,
    .vh-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .vh-payment-icons {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .vh-website-logo img {
        height: 42px;
        max-width: 210px;
    }
    .vh-topbar-left,
    .vh-topbar-right {
        gap: 10px;
    }
    .vh-footer-grid {
        grid-template-columns: 1fr;
    }
    .vh-payment-icons img {
        width: 120px;
        height: 37px;
    }
}


/* =========================================================
   VeltrixHost header/footer width alignment
   Scope: added website header/footer only.
   Makes the added WHMCS website header and footer use the same
   full-width layout spacing as the main VeltrixHost website.
========================================================= */
.vh-main-site-wrap .container,
.vh-main-footer .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: clamp(32px, 4.6vw, 86px) !important;
    padding-right: clamp(32px, 4.6vw, 86px) !important;
}

.vh-main-topbar,
.vh-website-header,
.vh-main-footer.footer {
    width: 100% !important;
    max-width: none !important;
}

.vh-main-topbar-inner,
.vh-website-header-inner,
.vh-footer-grid,
.vh-footer-payments,
.vh-footer-bottom {
    max-width: none !important;
}

@media (max-width: 767px) {
    .vh-main-site-wrap .container,
    .vh-main-footer .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
