/*
 Theme Name:   Virtfit Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* --- Metropolis Font Family --- */
@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Thin'), local('Metropolis-Thin'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Thin Italic'), local('Metropolis-ThinItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Extra Light'), local('Metropolis-ExtraLight'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Extra Light Italic'), local('Metropolis-ExtraLightItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-ExtraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Light'), local('Metropolis-Light'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Light Italic'), local('Metropolis-LightItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis'), local('Metropolis-Regular'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Italic'), local('Metropolis-RegularItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Medium'), local('Metropolis-Medium'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Medium Italic'), local('Metropolis-MediumItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Semi Bold'), local('Metropolis-SemiBold'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Semi Bold Italic'), local('Metropolis-SemiBoldItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Bold'), local('Metropolis-Bold'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Bold Italic'), local('Metropolis-BoldItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Extra Bold'), local('Metropolis-ExtraBold'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Extra Bold Italic'), local('Metropolis-ExtraBoldItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Black'), local('Metropolis-Black'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Black Italic'), local('Metropolis-BlackItalic'), url('/wp-content/themes/virtfit-child/assets/font/Metropolis-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
div {
    font-family: 'Metropolis', sans-serif !important;
}

p {
    margin-bottom: 20px;
}

.custom-p p {
    margin-bottom: 0;
}

button:focus,
input:focus,
select:focus,
optgroup:focus,
textarea:focus-within,
button:focus-within,
input:focus-within,
select:focus-within,
optgroup:focus-within {
    outline: none !important;
    box-shadow: none !important;
}

/* --- Header Pill Styling --- */

body {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.site-header {
    background-color: transparent;
    padding: 20px 30px 0;
    border: none;
    position: fixed;
    left: 0;
    z-index: 9;
    top: 0;
    -webkit-transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: background-color, padding;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.single-performance_partner .inside-header,
.page-template-templatespartners-listing-php .inside-header {
    margin-top: 30px;
}

/* The pill container */
.inside-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 10px clamp(1.375rem, 2.75vw, 2rem);

    max-width: 1440px;
    width: calc(100% - 60px);
    margin: 0 auto;

    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(29, 29, 29, 0.20);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(16px);

    transition:
        width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        border-radius 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);

    will-change: width, max-width;
}

.site-header.is-sticky .inside-header {
    width: 100%;
    max-width: calc(90% - 30px);
    background: rgba(10, 10, 10, 0.9);
}

.site-logo {
    display: flex;
    align-items: center;
    margin: 0;
}

.site-logo img {
    height: clamp(20px, 2.3vw, 24px);
    width: auto;
    display: block;
}

/* Navigation wrappers */
.main-navigation {
    background: transparent;
    display: flex;
    align-items: center;
}

#site-navigation {
    display: flex;
    align-items: center;
}

#primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

/* Desktop Layout Adjustments to center Nav */
@media screen and (min-width: 941px) {

    .site-logo {
        flex: 1;
        justify-content: flex-start;
        max-width: clamp(8.5rem, 14.7vw, 11.125rem);
    }

    .site-logo img {
        height: 24px;
        width: auto;
        display: block;
    }

    #site-navigation {
        flex: 2;
        justify-content: center;
    }

    .gp-menu-buttons {
        flex: 1;
        justify-content: flex-end;
        display: flex;
        max-width: clamp(8.5rem, 14.7vw, 11.125rem);
    }

    .main-navigation .main-nav>ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: clamp(0.75rem, 1.5vw, 1.75rem);
        list-style: none;
    }

    .main-navigation li {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .main-navigation .menu-item a {
        display: flex;
        align-items: center;
        color: #ffffff;
        text-decoration: none;
        font-size: clamp(0.85rem, 1.25vw, 1.125rem);
        font-weight: 500;
        padding: 0;
        background: transparent;
        line-height: 48px !important;
        transition: opacity 0.2s ease;
        padding: 0 !important;
    }

    .main-navigation .menu-item a:hover {
        opacity: 1;
        color: #fc6025 !important;
        background: transparent;
    }



    .desktop-hide {
        display: none !important;
    }
}

/* Button */
.gp-menu-buttons {
    margin-left: 0;
}

.gp-menu-buttons .btn-login {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    padding: clamp(0.85rem, 0.85vw, 0.95rem) clamp(1rem, 2.75vw, 2rem);
    text-decoration: none;
    font-size: clamp(0.85rem, 1.25vw, 1.125rem);
    font-weight: 700;
    display: flex;
    line-height: 1;
    border-radius: clamp(0.75rem, 1.2vw, 1rem);
    background: #FF6025;
    transition: color 0.3s ease;
    border: 1px solid #ff6025;
}

.gp-menu-buttons .btn-login::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.gp-menu-buttons .btn-login:hover::before {
    transform: scaleX(1);
}

.gp-menu-buttons .btn-login:hover {
    color: #fff;
    border-color: #fff;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #ffffff;
    background-color: transparent !important;
}

/* Hide desktop elements on mobile */
.custom-footer__copyright-wrap p.custom-footer__copyright {
    margin-bottom: 0;
}

/* --- Custom Footer Styling --- */
.custom-footer {
    background-color: #080808;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    color: #ffffff;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.custom-footer__inner {
    margin: 0 auto;
    box-sizing: border-box;
}

.custom-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.custom-footer__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-footer__logo img {
    width: 100%;
    display: block;
    height: clamp(24px, 9.25vw, 48.5px);
    aspect-ratio: 226 / 45;
}

.custom-footer__description {
    margin: 0;
}

.custom-footer__description p {
    margin: 0;
}

.custom-footer__description a {
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: clamp(16px, 1.5vw, 24px);
    color: #55c6ff;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.custom-footer__description a:hover {
    color: #fc6025;
}

.custom-footer__apps {
    display: flex;
    gap: clamp(8px, 1.2vw, 16px);
}

.custom-footer__app-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-footer__app-link:hover {
    transform: translateY(-0.25rem);
}

.custom-footer__app-img {
    height: clamp(32px, 10.5vw, 48px);
    width: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .custom-footer__app-img {
        height: 56px;
    }
}

.custom-footer__divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    margin: 0 0 24px 0;
}

.custom-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 30px;
}

.custom-footer__copyright-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.custom-footer__copyright {
    margin: 0;
    color: #96989e;
    font-size: clamp(14px, 1.15vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}



.custom-footer__links {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

.custom-footer__links::before {
    content: "•";
    color: #4A4E56;
    font-size: 16px;
    font-weight: 300;
}

.custom-footer__link {
    color: #96989E;
    text-decoration: none;
    transition: color 0.2s ease-in;
    font-size: clamp(14px, 1.15vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}



.custom-footer__link:hover {
    color: #FF6025;
}

.custom-footer__link:not(:first-child) {
    display: flex;
    align-items: center;
}



@media (min-width: 768px) {

    .custom-footer__copyright-wrap,
    .custom-footer__links {
        gap: 20px !important;
    }

    .custom-footer__link:not(:first-child)::before {
        margin-right: 20px;
    }

    .custom-footer__link:not(:first-child)::before {
        content: "•";
        color: #4A4E56;
        font-size: 16px;
        font-weight: 300;
    }
}



.custom-footer__socials {
    display: flex;
    gap: 12px;
}

.custom-footer__social-link {
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    display: flex;
    padding: clamp(12.275px, 1.468vw, 20.275px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: clamp(8.129px, 1.708vw, 12.9px);
    background: #232328;
}

.custom-footer__social-link:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.custom-footer__social-link img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;

}


.custom-footer__link {
    color: #96989E;
    transition: color 0.2s ease;
}

.custom-footer__link:hover {
    color: #fc6025;
}

.no-data-bg {
    background-size: 100% 100%;
}

/* Mobile Responsiveness for Footer */
@media screen and (max-width: 940px) {
    .inside-header {
        width: calc(100% - 0px);
    }

    .site-header {
        padding: 50px 20px 0;
    }

}

@media screen and (max-width: 940px) {
    #site-navigation {
        justify-content: start;
    }

    .site-header {
        background-color: transparent;
        padding: 20px 16px;
        border: none;
        position: fixed;
        margin: 0 auto;
        z-index: 2;
        width: 100%;
        transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-menu-open .site-header {
        background-color: rgb(0 0 0 / 70%);
        height: 100%;
        position: fixed;
        z-index: 2;
        backdrop-filter: blur(10px);
    }

    #site-navigation {
        display: block !important;
        width: 100%;
        flex-basis: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-top: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
    }

    #site-navigation.toggled {
        max-height: 80vh;
        height: 100%;
        opacity: 1;
        margin-top: 0 !important;
    }

    #site-navigation .main-nav>ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        margin: 12px 0 0 0;
        list-style: none;
        width: 100%;
    }

    #site-navigation .main-nav>ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #site-navigation .main-nav>ul li:nth-last-child(2) {
        border-bottom: none;
    }

    #site-navigation .main-nav>ul li:last-child {
        border-bottom: none;
        margin-top: 24px;
        padding-bottom: 24px;
    }

    #site-navigation .main-nav>ul a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        padding: 16px 0;
        font-weight: 500;
        background: transparent !important;
        line-height: 30px;
    }

    #site-navigation .main-nav>ul li:last-child a {
        background: #FF6025 !important;
        border-radius: 12px;
        justify-content: center;
        padding: 14px 24px;
        font-weight: 700;
        line-height: 100%;
    }



    #site-navigation .menu-toggle {
        display: none !important;
    }

    .gp-menu-buttons.mobile-hide {
        display: none;
    }

    .mobile-menu-control-wrapper {
        display: block;
    }

    .menu-toggle {
        background: transparent;
        border: none;
        padding: 0;
        color: white;
        display: flex;
        align-items: center;
        line-height: 0;
    }

    .menu-toggle .gp-icon {
        fill: white;
    }

    .menu-toggle svg {
        width: 20px;
        height: 20px;
        top: 0;
    }

    .menu-toggle .mobile-menu,
    .menu-toggle .screen-reader-text {
        display: none;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
        display: flex;
        padding: 14px 16px;
        justify-content: space-between;
        align-items: center;
        border-radius: 12px;
        width: 100%;
        height: 90%;
        position: relative;
        overflow: hidden;
        background-color: #08080800;
        margin-top: 0;
    }

    .has-inline-mobile-toggle .inside-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: scale(1.2);
        height: 100%;
        background-image: url('/wp-content/uploads/2026/08/BG-Trusted-Partners.webp');
        background-size: 100% 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .has-inline-mobile-toggle .inside-header:has(#site-navigation.toggled)::before {
        opacity: 1;
    }

    html.mobile-menu-open,
    html.mobile-menu-open body {
        overflow: hidden !important;
        height: 100vh !important;
    }

    .custom-footer {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .custom-footer__description {
        text-align: center;
    }

    .custom-footer__top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }

    .custom-footer__apps {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 12px;
    }


    .custom-footer__bottom {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .custom-footer__links {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .custom-footer__links::before {
        display: none;
    }

    .custom-footer__copyright-wrap {
        flex-direction: column-reverse;
        align-items: center;
        gap: 12px;
    }

    .custom-footer__copyright {
        text-align: center;
    }


}

@media (max-width: 767px) {
    .text-bold-custom b {
        font-size: 16px !important;
    }

    span.copy-icon svg {
        width: 20px;
        height: 20px;
    }

    .custom-footer__links {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:600px) {
    .custom-footer__social-link img {
        width: 15.188px;
        height: 15.188px;
        aspect-ratio: 1/1;
    }

    .custom-footer__copyright,
    .custom-footer__link {
        font-size: clamp(12px, 1.5vw, 14px);
    }

    .custom-footer__inner {
        padding-bottom: 50px;
    }
}

/* --- Terms & Privacy Policy Page --- */
.site-content {
    background: linear-gradient(326deg, rgba(255, 255, 255, 0.06) -0.53%, rgba(255, 255, 255, 0.00) 54.83%, rgba(255, 255, 255, 0.06) 104.85%, rgba(255, 255, 255, 0.06) 104.85%);
}

.terms-page {
    color: #ffffff;
    width: calc(100% - 60px);
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(120px, 12vw, 140px) 8px clamp(80px, 12vw, 120px);
    line-height: 1.6;
}

@media screen and (max-width:767px) {
    .terms-page {
        width: 100%;
    }
}

.terms-page .term-content {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: clamp(12px, 5vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.terms-page h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: #FF6025;
    margin-bottom: 24px;
    text-align: left;
    font-weight: 600;
    padding: 0 8px;
    line-height: 120%;
}

.terms-page .term-content h2 {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 600;
}

.terms-page .term-content p {
    color: #ffffff;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    margin-bottom: 16px;
    opacity: 0.9;
}

.terms-page .term-content p span {
    color: #ffffff;
}

.terms-page .term-content hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}

.terms-page .term-content ul,
.terms-page .term-content ol {
    color: #ffffff;
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
    opacity: 0.9;
}

.terms-page .term-content li {
    margin-bottom: 12px;
    position: relative;
    line-height: 1.6;
}

/* Custom bullet for unordered list */
.terms-page .term-content ul li {
    padding-left: 20px;
}

.terms-page .term-content ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #FF6025;
    border-radius: 50%;
}

/* Legal document nested numbers for ordered list */
.terms-page .term-content ol:not([style*="lower-alpha"]) {
    counter-reset: custom-counter;
}

.terms-page .term-content ol:not([style*="lower-alpha"])>li {
    padding-left: 0;
}

.terms-page .term-content ol:not([style*="lower-alpha"])>li::before {
    counter-increment: custom-counter;
    content: counters(custom-counter, ".") " ";
    position: static;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    margin-right: 4px;
}

.terms-page .term-content ol:not([style*="lower-alpha"])>li>h2 {
    display: inline;
    margin: 0;
}

.terms-page .term-content blockquote {
    border-left: 4px solid #FF6025;
    margin: 24px 0;
    font-style: italic;
    background: rgba(255, 96, 37, 0.05);
    padding: 16px 20px;
    border-radius: 0 12px 12px 0;
}

.terms-page .term-content blockquote p {
    margin-bottom: 0;
    color: #ffffff;
}

.terms-page .term-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 24px;
    color: #96989E;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.terms-page .term-content table th,
.terms-page .term-content table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.terms-page .term-content table th:last-child,
.terms-page .term-content table td:last-child {
    border-right: none;
}

.terms-page .term-content table tr:last-child th,
.terms-page .term-content table tr:last-child td {
    border-bottom: none;
}

.terms-page .term-content table th {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-weight: 600;
    width: 30%;
}

.terms-page .term-content table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.02);
}



/* Headings H3-H6 */
.terms-page .term-content h3 {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.terms-page .term-content h4 {
    font-size: clamp(1rem, 1.75vw, 1.25rem);
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}

.terms-page .term-content h5 {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}

.terms-page .term-content h6 {
    font-size: 0.875rem;
    color: #96989E;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Links */
.terms-page .term-content a {
    color: #FF6025;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.terms-page .term-content a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Floting button */

.floting-btn-list {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #ffffff;
    z-index: 990;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s;
}

.floting-btn-list.lift-up {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.floting-btn-list .banner-join-button {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    animation: pulse-border 6s infinite;
    transition: var(--transition-standard, all 0.3s ease);
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 0 0 0 rgb(244 96 39);
    }

    70% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 0 0 15px rgba(226, 30, 49, 0);
    }

    100% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(226, 30, 49, 0);
    }
}