/* ====================================================
   Contact Sidebar Widget
   ==================================================== */

#contact-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9990;
    display: flex;
    flex-direction: column;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.18);
    width: 52px;
    transition: width 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#contact-sidebar:hover {
    width: 160px;
}

/* Each contact item row */
.cs-item {
    display: flex;
    align-items: center;
    gap: 0;
    background: #3cb0bc;
    /* background: linear-gradient(180deg, #f5a535 0%, #2c9ca7 55%, #d4720f 100%); */
    color: #fff;
    text-decoration: none;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    white-space: nowrap;
    overflow: hidden;
    transition: background 0.2s;
    min-height: 52px;
}

.cs-item:last-child {
    border-bottom: none;
}

/* .cs-item:hover {
    background: linear-gradient(180deg, #f8b347 0%, #2c9ca7 100%);
} */

/* Icon wrapper */
.cs-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    display: block;
}

/* Text label ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â hidden by default, fades in on hover */
.cs-label {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.22s 0.08s, transform 0.22s 0.08s;
    pointer-events: none;
}

#contact-sidebar:hover .cs-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* ====================================================
   Back to top button
   ==================================================== */
.backtotop {
    cursor: pointer;
    background: #2c9ca7;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 9991;
    border-radius: 4px;
}

.backtotop svg {
    width: 26px;
    height: 18px;
    margin-bottom: -1px;
}

.backtotop svg path {
    stroke: #fff;
}

.box-footer-section-member .page-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px 0px;
}

.box-footer-section-member .footer {
    border-radius: 6px;
    /* color: #fff; */
    color: #fde299;
}

.box-footer-section-member .top-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #11302d;
}

.box-footer-section-member .benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.box-footer-section-member .benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -3px;
    position: relative;
}

.box-footer-section-member .benefit-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #f7ab35;
    border-bottom: 2px solid #f7ab35;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}

.box-footer-section-member .benefit h4 {
    font-size: 16px;
    line-height: 20px;
    color: #f1f6f3;
    font-weight: 700;
    margin-bottom: 2px;
}

.box-footer-section-member .benefit p {
    font-size: 12px;
    line-height: 16px;
    color: #7f978d;
}

.box-footer-section-member .main-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 2fr 1fr 1.5fr;
    gap: 10px;
    padding: 20px 0 14px;
    border-bottom: 1px solid #ffffff40;
}

.box-footer-section-member .brand-block .logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    width: 200px;
}

.box-footer-section-member .logo-box {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #2ea15f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.box-footer-section-member .logo-text h3 {
    font-size: 28px;
    line-height: 28px;
    color: #f2f7f4;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.box-footer-section-member .logo-text span {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #849b90;
    letter-spacing: 1px;
    margin-top: 2px;
}

.box-footer-section-member .brand-desc {
    font-size: 14px;
    line-height: 26px;
    color: #d4e1d9;
    max-width: 340px;
    margin-bottom: 14px;
}

.box-footer-section-member .subscribe-title {
    font-size: 15px;
    color: #f2f7f4;
    margin-bottom: 15px;
    font-weight: 600;
    padding-top: 20px;
}



.box-footer-section-member .subscribe-wrap {
    display: flex;
    width: 100%;
    max-width: 340px;
    margin-bottom: 14px;
}

.box-footer-section-member .subscribe-wrap input {
    width: 100%;
    height: 40px;
    border: 1px solid #304741;
    border-right: none;
    background: #0d1e1c;
    color: #e8f0ec;
    padding: 0 12px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none;
    font-size: 15px;
}

.box-footer-section-member .subscribe-wrap input::placeholder {
    color: #5f756c;
}

.box-footer-section-member .subscribe-wrap button {
    width: 118px;
    height: 40px;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #f59f24;
    color: #0d1815;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.box-footer-section-member .app-title {
    color: #f2f7f4;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.box-footer-section-member .store-wrap {
    /* display: flex; */
    gap: 8px 30px;
    flex-wrap: wrap;
    color: #ffff;
}

.box-footer-section-member .store-btn {
    height: 38px;
    min-width: 134px;
    padding: 0 14px;
    border: 1px solid #334944;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #edf4ef;
    font-size: 13px;
    text-decoration: none;
    background: #0a1715;
}

.box-footer-section-member .store-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #203b35;
    border: 1px solid #45645c;
}

.box-footer-section-member .menu-col h5 {
    /* color: #f2f7f4; */
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left !important;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.box-footer-section-member .menu-col a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1px;
    color: #fde299;
}

.box-footer-section-member .menu-col a:hover {
    color: #2c9ca7;
}

.box-footer-section-member .meta-section {
    padding: 14px 0 0;
}

.box-footer-section-member .meta-section h3 {
    font-weight: 700;
    margin-bottom: 10px;
    /* color: #ffffff; */
    padding-bottom: 0px;
    font-size: 17px;
}

/* reset ul */

.box-footer-section-member .meta-section ul {
    list-style: none;
    margin: 0;
    padding: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    border-bottom: 1px solid #ffffff40;
    font-size: 14px;
}

/* item */

.box-footer-section-member .meta-section ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
    cursor: pointer;
}

.box-footer-section-member .meta-section ul li:hover {
    color: #3cb0bc;
}

.box-footer-section-member .meta-title {
    font-size: 15px;
    color: #e5efe9;
    margin-bottom: 8px;
    font-weight: 600;
}

.box-footer-section-member .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #11302d;
}

.box-footer-section-member .chips span {
    font-size: 13px;
    color: #8fa79d;
    white-space: nowrap;
}

.box-footer-section-member .sub-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid #ffffff40;
    font-size: 14px;
}

.box-footer-section-member .sub-row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.box-footer-section-member .sub-row li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 56px;
    padding: 0 18px;
    /* margin: 0 0px 10px 0; */
    border-radius: 8px;
    border: 1px solid #fde299;
    background: rgba(255, 255, 255, .02);
    /* color: #f3f7f5; */
    font-size: 10px;
    font-weight: 800;
    transition: .2s;
}

.box-footer-section-member .sub-row h3 {
    /* color: #ffffff; */
    padding-bottom: 10px;
    font-size: 17px;
}

.box-footer-section-member .small-line {
    font-size: 14px;
    line-height: 23px;
    color: #8ea79d;
}

.box-footer-section-member .small-line b {
    color: #e4eee8;
    font-weight: 600;
}

.box-footer-section-member .pay-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.box-footer-section-member .badge {
    border: 1px solid #3a514b;
    background: #0b1a18;
    color: #c6d7cf;
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
}

.box-footer-section-member .cert-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #ffffff40;
}

.box-footer-section-member .cert-left {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    /* color: #ffffff; */
    font-size: 14px;
}

.box-footer-section-member .cert-left li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 9px;
    margin: 0 8px 0px 0;
    border-radius: 50px;
    border: 1px solid #fde299;
    background: rgba(255, 255, 255, .02);
    /* color: #f3f7f5; */
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: .2s;
    gap: 0px 5px;
}

.box-footer-section-member .cert-pill {
    border: 1px solid #445c56;
    background: #0b1a18;
    color: #e7f0eb;
    border-radius: 14px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.box-footer-section-member .social {
    display: flex;
    gap: 8px;
}

.box-footer-section-member .social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fde299;
    border: 1px solid #fde299;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.box-footer-section-member .social a img {
    filter: brightness(0);
}

.box-footer-section-member .bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-top: 12px;
    font-size: 14px;
    flex-wrap: wrap;
}

.box-footer-section-member .bottom-row a {
    color: #fde299;
}

.box-footer-section-member .bottom-links {
    display: flex;
    flex-direction: row;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.box-footer-section-member .bottom-links li {
    display: flex;
    align-items: center;
}

.box-footer-section-member .bottom-links a {
    white-space: nowrap;
}

.box-footer-section-member .bottom-links li {
    display: inline-block;
    list-style: none;
}

.box-footer-section-member .bottom-links li {
    margin-right: 17px;
}

@media (max-width: 980px) {
    .home-section-affiliate .stat-value {
        font-size: 20px;
    }

    .home-section-affiliate .content li {
        font-size: 14px;
    }

    .box-footer-section-member .sub-row img {
        /* width: 28px; */
    }

    .box-footer-section-member .store-wrap .cs-row .row {
        flex-wrap: unset;
    }

    .box-footer-section-member .store-wrap .cs-col {
        width: max-content;
    }

    .box-footer-section-member .main-grid .menu-col {
        margin-bottom: 20px;
    }

    .box-footer-section-member .brand-block {
        margin-bottom: 20px;
    }

    .box-footer-section-member .top-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-footer-section-member .main-grid {
        grid-template-columns: 1fr;
        display: block;
        padding: 0;
    }

    .box-footer-section-member .brand-block {
        grid-column: -1;
    }

    .box-footer-section-member .sub-row {
        grid-template-columns: 1fr;
    }

    .box-footer-section-member .cert-row {
        flex-direction: column;
        align-items: start;
    }

    .box-footer-section-member .sub-row {
        display: block;
    }

    .box-footer-section-member .cert-left li {
        margin-bottom: 5px;
    }

    .box-footer-section-member .sub-row ul {
        /* display: block; */
    }
}

@media (max-width: 640px) {

    .box-footer-section-member .top-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .box-footer-section-member .main-grid {
        display: block;
    }

    .box-footer-section-member .brand-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .box-footer-section-member .menu-col h5 {
        font-size: 18px;
    }

    .box-footer-section-member .menu-col a {
        font-size: 14px;
        line-height: 26px;
    }

    .box-footer-section-member .bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }
}


section.box-footer-section-member {
    background: #161616;
}

.menu-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
}

.menu-col h3 {
    /* color: #f2f7f4; */
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.menu-col h3:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fde299;
    bottom: 0;
}


section.box-footer-section-member .col-md-6.cs-col img {
    height: 34px;
}

.cs-row {
    display: block;
}

.box-footer-section-member .store-wrap h3 {
    width: 100%;
}

.box-footer-section-member .menu-col h5:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fde299;
    bottom: 0;
}

.menu-col ul li {
    font-size: 14px;
}

.box-footer-section-member .store-wrap ul li {
    display: block;
    border: unset;
    height: 50px;
    width: auto;
    padding: unset;
    background: unset;
}

.box-footer-section-member .store-wrap ul {
    overflow: unset;
}

.box-footer-section-member .cert-left li img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(74%) saturate(864%) hue-rotate(359deg) brightness(95%) contrast(92%);
}

.footer-section {
    font-size: 14px;
}

@media(max-width:990px) {
    .sub-row-item {
        padding-bottom: 14px;
    }

    .store-wrap ul {
        display: flex !important;
    }

    .box-footer-section-member .bottom-links li {
        margin-right: 8px;
    }
}

/* ==========================================================================
   Newsletter signup section
   ========================================================================== */
.newsletter-signup-section {
    background-color: #ffffff;
    padding: 30px 0;
    border-top: 1px solid #e6eef0;
    border-bottom: 1px solid #e6eef0;
}

.newsletter-signup-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.newsletter-signup-left {
    flex: 1;
    max-width: 480px;
}

.newsletter-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 3px;
    line-height: 1.2;
}

.newsletter-desc {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.3;
    margin: 0;
}

.newsletter-signup-right {
    flex: 1.2;
    max-width: 820px;
    width: 100%;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-form-fields {
    display: flex;
    gap: 12px;
    width: 100%;
}

.form-group-custom {
    flex: 1;
}

.form-input-custom {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 14px;
    color: #1a1a1a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input-custom::placeholder {
    color: #718096;
}

.form-input-custom:focus {
    border-color: #3cb0bc;
    outline: none;
}

.newsletter-submit-btn {
    height: 48px;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    background-color: #3cb0bc;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.newsletter-submit-btn:hover {
    background-color: #2c9ca7;
}

.newsletter-submit-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.newsletter-consent-wrap {
    margin-top: 4px;
}

.consent-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.consent-checkbox-hidden {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #3cb0bc;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    /* margin-top: 2px; */
}

.consent-checkbox-hidden:checked+.custom-checkbox {
    background-color: #3cb0bc;
    color: #ffffff;
    border-color: #3cb0bc;
}

.custom-checkbox svg {
    width: 14px;
    height: 14px;
}

.consent-text {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.5;
}

.privacy-link {
    color: #3cb0bc;
    text-decoration: underline;
    font-weight: 600;
}

.privacy-link:hover {
    color: #003724;
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 991px) {
    .newsletter-signup-section {
        padding: 25px 0;
    }

    .newsletter-signup-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .newsletter-signup-left {
        max-width: 100%;
    }

    .newsletter-signup-right {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .newsletter-form-fields {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-submit-btn {
        width: 100%;
    }

    .newsletter-title {
        font-size: 22px;
    }

    #contact-sidebar {
        top: 80%;
    }
}