@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.compatibility-hero {
    min-height: 683px;
    background: url('../img/privarcy-bg.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0 60px;
    background-position: bottom center;
}

.compatibility-hero-content {
    max-width: 720px;
    margin-top: -180px;
}

.compatibility-hero-title {
    font-size: 60px;
    font-weight: 600;
    color: #111;
    letter-spacing: -1px;
}

.compatibility-hero-subtitle {
    font-size: 15px;
    color: #6c757d;
    margin-top: 12px;
    line-height: 1.6;
}

.compatibility-devices {
    background: #fff;
    padding: 60px 0 100px;
    height: 100%;
}

.devices-wrapper {
    max-width: 1000px;
}

.compatibility-device-heading {
    font-weight: 600;
    font-size: 15px;
    color: #6b6b6b;
    margin-bottom: 6px;
}

.compatibility-sub-heading {
    color: #6b6b6b;
}

.compatibility-device-list {
    list-style: disc;
    padding-left: 30px;
    color: #6b6b6b;
    font-size: 13.5px;
    line-height: 1.9;
}

.compatibility-section {
    height: 100%;
}

.compat-wrapper {
    max-width: 600px;
}

.compat-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.compat-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

.compat-subtitle span {
    font-size: 13px;
    color: #888;
}

.compat-btn {
    display: inline-block;
    margin-top: 20px;

    padding: 14px 40px;

    background: url('../img/Btn.png') no-repeat center;
    background-size: 100% 100%;

    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;

    transition: all 0.3s ease;
}

.compat-btn:hover {
    background-image: url('../img/Btn_hov.png');
    background-size: 100%;

    transform: scale(1.08);
}

.section-divider {
    width: 100%;
    height: 15px;
    background: url('../img/privarcy-divider.png') repeat-x;
    background-size: contain;
    margin-top: -5px;
}

@media (max-width: 1024px) {
.compatibility-hero-content{
    margin-top: -125px;
}
    .compatibility-devices {
        padding: 40px 15px 200px;
    }

    .compatibility-devices .col-lg-4 {
        padding: 0;
        margin-bottom: 0 !important;
    }

    .devices-wrapper {
        max-width: 100%;
    }

    .compatibility-device-heading {
        font-size: 16px;
        margin-top: 12px;
    }

    .compatibility-sub-heading {
        font-size: 14px;
        margin-top: 6px;
    }

    .compatibility-device-list {
        font-size: 13px;
        padding-left: 18px;
    }
}


@media (max-width: 768px) {

    /* HERO */
    .compatibility-hero {
        min-height: 370px;

        margin-top: 80px;
    }

    .compatibility-hero-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .compatibility-hero-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    /* DEVICES */
    .compatibility-devices {
        padding: 40px 15px 80px;
    }

    .devices-wrapper {
        max-width: 100%;
    }

    .compatibility-devices .col-lg-4 {
        padding: 0;
    }

    .compatibility-devices .mb-4 {
        margin-bottom: 0 !important;
    }

    .compatibility-device-heading {
        font-size: 16px;
        margin-top: 15px;
    }

    .compatibility-sub-heading {
        font-size: 14px;
    }

    .compatibility-device-list {
        font-size: 13px;
        line-height: 1.8;
        margin: 0;
    }

    .compatibility-device-list li {
        margin-bottom: 4px;
    }

    .section-divider {
        height: 50px;
        background: url('../img/privarcy-mobile-divider.png') no-repeat center;
        background-size: contain;
    }

    .compatibility-section {
        padding: 40px 15px !important;
    }
    .compatibility-section .container{
        padding: 0px;
    }

    .compat-title {
        font-size: 24px;
    }

    .compat-subtitle {
        font-size: 13px;
    }

    .compat-btn {
        padding: 10px 20px;
        font-size: 12px;
        background-size: 100%;
    }

    .compat-btn:hover {
        transform: scale(1.05);
        background-size: 100%;
    }
}

@media (max-width: 991px) {

    .compatibility-devices .row {
        display: block !important;
    }

    .compatibility-devices .col-lg-4,
    .compatibility-devices .col-md-6,
    .compatibility-devices .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: block !important;
    }
}

.terms-hero {
    min-height: 646px;
    background: url('../img/terms-bg.png') no-repeat center center/cover;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 100px 20px 80px;
    background-color: #f8f8f8 !important;

}

.terms-hero-content {
    max-width: 700px;
    margin-top: 80px;
}

.terms-title {
    color: var(--base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Cal Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 76.8px */
    text-transform: capitalize;
    margin-bottom: 16px;
}

.terms-subtitle {
    color: var(--base-02, #727272);
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-family: "Cabin";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    margin-bottom: 0px;
}

.terms-content {
    /* 25.6px */
    background: #f8f8f8;
    height: 100%;
    padding-bottom:104px;
}

.terms-content .container {
    display: flex;
    justify-content: center;
}

.terms-wrapper {
    width:100%;
    max-width: 1200px;
}

.terms-content p {
      color: var(--base-02, #727272);
    font-family: "Cabin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .terms-hero {
        background: url(../img/terms_mo_bg.png);
        background: url(../img/terms_mo_bg.png);
        background-repeat: no-repeat;
        min-height: 500px;
    }

    .terms-title {
        font-size: 32px;
        margin-bottom:8px;
    }

    .terms-subtitle {
        font-size: 20px;
    }

    .terms-content {
        padding: 40px 24px 40px;
        height: 100%;
        background: none;
    }

    .terms-wrapper {
        max-width: 100%;
    }

    .terms-content p {
        font-size: 13px;
    }
}

.error-404 {
    min-height: 100%;
    padding: 100px 15px 40px;
}

.error-404-main h2 {
    font-size: 42px;
    font-weight: 600;
}

.error-404-main p {
    font-size: 15px;
    color: #666;
}

.erro-btn-warp {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.erro-btn-warp .btn {
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn-green {
    background: #2e7d32;
    color: #fff;
    border: none;
}

@media (max-width: 576px) {

    .error-404 {
        padding: 60px 15px 40px;
    }

    .error-404-main h2 {
        font-size: 28px;
    }

    .error-404-main p {
        font-size: 13px;
    }

    .erro-btn-warp {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .erro-btn-warp .btn {
        width: auto;
        min-width: 120px;
        padding: 10px 12px;
        font-size: 11px;
    }
}