body,
html {
    font-family: 'Montserrat', sans-serif !important;
}

.header-top {
    background-color: #3E4095 !important;
}

.header-top div {
    font-size: 16px;
    letter-spacing: 1.3px;
    color: #fff;
    font-weight: 550;
    font-family: 'Lato', sans-serif;
    padding-bottom: -1px !important;
}


.navbar-light .navbar-nav .nav-link {
    color: #3E4095 !important;
    font-weight: 400 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.navbar {
    padding: 0px !important;
}

.cartmenu {
    margin-top: 10px;
}

.cart-link {
    color: #3E4095 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.cart-icon {
    font-size: 21px !important;
}

.cart-count {
    position: absolute;
    top: 0px;
    right: -14px;
    background-color: #3E4095;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1;
}


.header-btn {
    line-height: 1;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 !important;
    text-transform: none !important;
    padding: 8px 20px !important;
    background-color: #27ae60 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
}



/* ===============================
   WRAPPER
================================ */
.package-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.package-content ul>li {
    list-style: none !important;
}

.product-features-content ul,
.product-features-content p {
    box-shadow: 0px 1px 6px 0px #e6e6e6;
    margin: 15px;
    padding: 20px !important;
}


/* ===============================
   TOP TAB BAR
================================ */
.package-tabs {
    display: flex;
    justify-content: center;
    gap: 36px;

    background: #ffffff;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;

    position: sticky;
    top: 70px;
    /* header height */
    z-index: 99;
}

/* TAB LINKS */
.package-tabs a {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    padding-bottom: 8px;
    position: relative;
}

.package-tabs a.active {
    font-weight: 600;
}

.package-tabs a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 2px;
    background: #e11c2a;
    /* red underline */
}

/* ===============================
   CONTENT SECTIONS
================================ */
.content-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 24px 20px;
    scroll-margin-top: 160px;
}

/* SECTION HEADINGS */
.content-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* PARAGRAPH */
.content-section p {
    font-size: 14px;
    line-height: 1.7;
    color: #222;
}

/* LIST STYLE */
.content-section ul {
    padding-left: 20px;
    margin-top: 12px;
}

.content-section li {
    font-size: 14px;
    margin-bottom: 8px;
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 768px) {
    .package-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 14px 16px;
        gap: 22px;
    }

    .content-section {
        padding: 40px 16px 20px;
    }
}

/* ===============================
   FOOTER FIX
================================ */

.copyrights {
    background-color: #3E4095 !important;
    padding: 15px 0;
    display: block;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /* or 600 */
    letter-spacing: 0.5px;
    text-transform: uppercase;

}

.copyrights ol,
ul {
    padding-left: 0rem !important;
}

.copyrights h3 {
    font-size: 24px;
}

.check,
.reach-list li {
    list-style: none !important;
    margin: 10px 0;
}

.copylinks p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 12px;
}


#floating-actions {
    position: fixed;
    bottom: 25px;
    left: 20px;
    z-index: 9999;

    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

#floating-actions a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ED2939 !important;
    border-color: #ED2939 !important;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 10px;
    text-decoration: none !important;
}

/* Hover */
#floating-actions a:hover {
    background-color: #c91f2e;
}


.copyrights i,
.copyrights p,
.copyrights .check li:hover a {
    color: #e4e4e4 !important;
}

#floating-support {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Common Icon Style */
.support-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.support-icon:hover {
    transform: scale(1.1);
}

/* Tawk */
.support-icon.tawk {
    background-color: #1E88E5;
}

/* WhatsApp */
.support-icon.whatsapp {
    background-color: #25D366;
}

.footer-heads:after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    border: 2px solid #ff0000;
    margin-top: 8px;
}

.copyrights h3 {
    text-transform: capitalize !important;
}
.check li {
    margin: 10px 0!important;
}