﻿.rc-main-container {
    background: linear-gradient(to bottom, #35B9E0 480px, #171717 200px);
    padding: 60px 20px 30px 20px;
    color: #fff;
}

.rc-main-terms {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 20px;
}

.rc-main-faqs {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
}

.rc-container {
    padding: 30px 60px;
}

.rc-title {
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    letter-spkacing: 0.5px;
    font-family: 'Sofia Sans Condensed';
}

    .rc-title b {
        font-weight: 600;
    }

.rc-subtitle {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin: 8px 0 24px;
    letter-spacing: 0.3px;
}

.rc-faq-subtitle {
    font-size: 20px;
    line-height: 1.4;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}

.rc-card {
    background-color: #1E1D1E;
    border-radius: 16px;
    padding: 30px 20px 30px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
}

.rc-inner-card {
    max-height: 620px;
    overflow-y: auto;
}

    /* Scrollbar */
    .rc-inner-card::-webkit-scrollbar {
        width: 8px;
    }

    .rc-inner-card::-webkit-scrollbar-track {
        background: #222;
        border-radius: 4px;
        margin: 4px 0;
    }

    .rc-inner-card::-webkit-scrollbar-thumb {
        background-color: #36C3E7;
        border-radius: 4px;
        border: 2px solid #1A1A1A;
    }

/* Text */
.rc-paragraph {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.rc-section-title {
    font-size: 22px;
    font-weight: 600;
    margin: 28px 0 16px;
    color: #FFFFFF;
}

.rc-terms-section-title {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 2px;
    color: #FFFFFF;
}

.rc-section-subtitle {
    margin-bottom: 15px;
}

.rc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

    .rc-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.6;
    }

        .rc-list li::before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #36C3E7;
            border-radius: 50%;
            top: 12px;
            left: 0;
        }

.rc-terms-list {
    list-style: none;
}

    .rc-terms-list li {
        color: #858585;
        font-size: 14px;
        font-weight: 300;
    }

.rc-cta {
    margin-top: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.terms-scroll-bar {
    overflow: auto;
    max-height: 100%;
    height: 300px
}

    .terms-scroll-bar::-webkit-scrollbar {
        width: 8px;
    }

    .terms-scroll-bar::-webkit-scrollbar-track {
        background: #F9F9F9;
        border-radius: 10px;
    }

    .terms-scroll-bar::-webkit-scrollbar-thumb {
        background: var(--color-aqua);
        border-radius: 10px;
    }

.download-container-pp {
    background-color: var(--color-aqua);
    padding: 80px 0;
    border-radius: 16px;
    color: var(--text-white);
}

.dark-section-pp {
    background-color: var(--color-dark);
    padding: 0px 85px 60px 85px;
    text-align: center;
}

.download-heading-pp {
    font-size: 40px;
    font-family: Sofia Sans Condensed;
    font-weight: 300;
    color: var(--text-white);
}

.download-title-pp {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins';
    font-family: 'Poppins';
    margin-bottom: 18px;
}

.buttons-row-pp {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.google-play-btn-pp,
.apple-play-btn-pp {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px 14px;
    text-decoration: none;
    transition: transform 0.3s ease;
    min-width: 220px;
    justify-content: center;
}

    .google-play-btn-pp:active,
    .apple-play-btn-pp:active {
        transform: scale(0.97);
    }

.play-icon-pp,
.appstore-icon-pp {
    width: 35px;
    height: 43px;
    margin-right: 8px;
}

.text-container-download-app-pp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.get-it-on-pp {
    width: 65px;
    margin-bottom: 3px;
}

.download-on-pp {
    width: 130px;
    margin-left: 5px;
}

.google-play-text-pp,
.apple-play-text-pp {
    height: 30px;
    margin-top: 5px;
}

.brand-icon-pp {
    position: relative;
    bottom: 135px;
    width: 100px;
    height: auto;
    left: 38%;
}

.scroll-bar {
    height: 100%;
    max-height: 75vh;
    overflow-y: auto;
}

    .scroll-bar::-webkit-scrollbar {
        width: 8px;
    }

    .scroll-bar::-webkit-scrollbar-track {
        background: #2e2e2e;
        border-radius: 10px;
    }

    .scroll-bar::-webkit-scrollbar-thumb {
        background: var(--color-aqua);
        border-radius: 10px;
    }

.categories-card-terms {
    background: white;
    text-align: left;
    padding: 20px;
    width: 100%;
    border-radius: 25px;
    /*margin-top: 10px;*/
    /* margin-left: 7%; */
    height: 100%;
    color: black;
    max-height: 46vh;
    overflow: hidden;
}

.terms-scroll-bar {
    overflow: auto;
    max-height: 100%;
    height: 300px;
}

.categories-heading-terms {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    padding: 10px;
    color: var(--color-dark);
}

.categories-list-terms {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}

.categories-item-terms.active {
    color: var(--color-aqua);
}

.categories-item-terms {
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #808C9F;
}

.terms-btn {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.decline-btn {
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    max-width: 16%;
    border: 1px solid #E9E9E9;
    background: transparent;
    color: var(--text-white);
    cursor: pointer;
}

.accept-btn {
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    max-width: 16%;
    border: none;
    background: var(--color-aqua);
    color: var(--text-white);
    cursor: pointer;
}

.cbx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: white;
    padding-top: 15px;
    gap: 10px;
}

.hero-section-input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.search-box {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #1E1D1E;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    max-width: 75%;
}

    .search-box .search-icon {
        margin-right: 10px;
    }

    .search-box input {
        background-color: #1E1D1E;
        border: none;
        width: 100%;
        color: var(--text-white);
    }

.categories-card-faq {
    background: #1E1D1E;
    text-align: left;
    padding: 20px;
    width: 100%;
    border-radius: 25px;
    margin-top: 10px;
    height: 100%;
}

.categories-heading-faq {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    padding: 10px;
    color: var(--text-white);
}

.categories-list-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px;
}

.categories-item-faq.active {
    background-color: var(--color-aqua);
}

.categories-item-faq {
    background-color: #272627;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-white);
}
.rc-faqs-title {
    font-size: 32px;
    color: #35B9E0;
    font-weight:400;
    font-family:Poppins;
}
.scroll-bar {
    height: 100% !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    padding: 0 15px;
}
.faqs-title p {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-white);
}
.toggle {
    cursor: pointer;
    display: flex;
}
.border-line {
    border-top: 1px solid #E9E9E9;
    margin-block: 15px;
}
.faqs-answer {
    color: #858585;
}
@media (max-width: 768px) {
    .rc-title {
        font-size: 36px;
    }

    .rc-subtitle {
        font-size: 18px;
    }

    .rc-main-container {
        padding: 80px 20px;
    }

    .rc-container, .dark-section-pp {
        padding: 0;
    }

    .rc-section-title {
        font-size: 18px;
    }

    .rc-section-subtitle {
        font-size: 14px;
    }

    .rc-paragraph {
        font-size: 14px;
    }

    .rc-list li {
        font-size: 14px;
    }

    .rc-main-terms {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
    }
    .rc-main-faqs {
        display: grid;
        grid-template-columns: auto;
        gap: 30px;
    }
    .search-box{
        width:100%;
        max-width:100%;
    }
    .rc-faq-subtitle {
        font-size: 14px;
        line-height: 1.4;
        opacity: 0.9;
        color: #fff;
        text-align: center;
    }
    .decline-btn {
        width: 100%;
        max-width: 30%;
    }

    .accept-btn {
        width: 100%;
        max-width: 30%;
    }

    .dark-section-pp {
        background-color: var(--color-dark);
        text-align: center;
    }

    .privacy-policy-box-heading {
        font-size: 14px;
        font-family: 'Poppins';
        font-weight: 300;
        text-align: left;
        line-height: 20px;
    }

    .privacy-policy-box-heading2 {
        font-family: 'Poppins';
        font-size: 15px;
        margin: 10px 0;
        text-align: left;
        font-weight: 600;
    }

    .privacy-policy-box ul {
        padding: 10px;
        font-family: 'Poppins';
        font-weight: 400;
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-size: 15px;
    }

    .hero-title-pp {
        font-size: 36px;
    }

    .hero-description-pp {
        font-size: 18px;
    }

    .privacy-policy-content {
        padding: 20px 20px
    }

    .privacy-policy-box {
        height: 100vh;
        max-height: 55vh;
        padding: 20px;
        padding-left: 35px
    }

    .brand-icon-pp {
        display: none !important;
        padding-bottom: 12px;
    }

    .download-container-pp {
        background-color: var(--color-aqua);
        padding: 80px 0;
        border-radius: 0px;
        color: var(--text-white);
    }
}
.search-box input:focus-visible {
    outline-offset: -100px;
}
.toggle svg {
    width: 26px;
    height: 26px;
    color: #35B9E0;
    cursor: pointer;
}