/* =========================================================
   HEADER LOGO
   ========================================================= */

.header-logo {
    height: 42px;
    width: auto;
}


/* =========================================================
   ACCOUNT DROPDOWN
   ========================================================= */

.account-menu-popover {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);

    width: 260px;

    background: #ffffff;

    border-radius: 12px;

    border: 1px solid #e2e8f0;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    z-index: 9999;

    overflow: hidden;

    font-family: inherit;
}


/* Open state */

.account-menu-popover.account-menu-open {
    display: block;
}


/* =========================================================
   ACCOUNT HEADER
   ========================================================= */

.account-menu-header {
    background: #f8fafc;

    padding: 14px 16px;

    border-bottom: 1px solid #e2e8f0;
}


.account-menu-label {
    font-size: 11px;

    font-weight: 700;

    color: #94a3b8;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    margin-bottom: 2px;
}


.account-menu-name {
    font-size: 13px;

    font-weight: 700;

    color: #1e293b;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


.account-menu-email {
    font-size: 12px;

    color: #64748b;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* =========================================================
   ACCOUNT NAVIGATION
   ========================================================= */

.account-menu-navigation {
    padding: 6px 0;

    background: #ffffff;
}


/* =========================================================
   MENU LINKS
   ========================================================= */

.acc-menu-link {
    display: flex;

    align-items: center;

    width: 100%;

    padding: 9px 16px;

    color: #334155;

    text-decoration: none;

    font-size: 13px;

    line-height: 1.4;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}


.acc-menu-link i {
    width: 18px;

    min-width: 18px;

    margin-right: 10px;

    text-align: center;

    color: #64748b;
}


.acc-menu-link:hover {
    background: #f8fafc;

    color: #2563eb;

    text-decoration: none;
}


.acc-menu-link:hover i {
    color: #2563eb;
}


/* =========================================================
   LOGOUT
   ========================================================= */

.account-menu-logout {
    border-top: 1px solid #f1f5f9;

    padding: 6px 0;

    background: #fff5f5;
}


.account-menu-logout .logout-link {
    color: #ce1212;

    font-weight: 600;
}


.account-menu-logout .logout-link i {
    color: #ce1212;
}


.account-menu-logout .logout-link:hover {
    background: #fee2e2;

    color: #b91c1c;
}


.account-menu-logout .logout-link:hover i {
    color: #b91c1c;
}


/* =========================================================
   SUBSCRIBE SECTION
   ========================================================= */

.subscribe-section {
    background: #f8cbb4;
}


.subscribe-content {
    margin: auto;
}


.subscribe-title {
    color: #2d3032 !important;
}


.subscribe-description {
    color: #2d3032 !important;
}


.subscribe-image-wrapper {
    position: relative;
}


.subscribe-image {
    height: 200px;

    position: absolute;

    bottom: -149px;

    right: 0;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer-main-row {
    align-items: center;

    padding: 25px 0;
}


.footer-logo {
    height: 42px;

    width: auto;

    margin-bottom: 10px;
}


.footer-company-name {
    font-size: 14px;

    font-weight: 600 !important;

    color: #000 !important;
}


.footer-contact {
    font-size: 14px;

    padding: 4px 8px;

    background: #c8cfff73;

    border-left: 2px solid #ee332f;
}


.footer-contact-phone {
    margin-bottom: 0;
}


.footer-contact-email {
    margin-bottom: 10px;

    border-top: 1px solid #b6badb;
}


.footer-address {
    font-size: 14px;
}


/* =========================================================
   FOOTER HEADINGS
   ========================================================= */

.footer-heading {
    color: #333 !important;
}


/* =========================================================
   SOCIAL / PAYMENT AREA
   ========================================================= */

.footer-social-payment {
    background: #ffffff;
}


.footer-social-list {
    margin-bottom: 20px !important;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.fContent {
    background: #3c3c3c;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .account-menu-popover {
        right: -20px;

        width: 250px;
    }


    .subscribe-image {
        position: relative;

        bottom: auto;

        right: auto;

        height: 150px;

        margin-top: 20px;
    }

}


@media (max-width: 575px) {

    .account-menu-popover {
        right: -50px;

        width: 240px;
    }

}
