/* =========================================================
   TERMS & CONDITIONS PAGE
========================================================= */


.terms-page {
    background-color: #f8f9fb;
}
.terms-breadcrumb {
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.terms-breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 14px;
}
.terms-breadcrumb .breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;

    font-weight: 500;
}
.terms-breadcrumb .breadcrumb a:hover {
    text-decoration: underline;
}
.terms-breadcrumb .breadcrumb span:last-child {
    color: var(--text-light);
}

/* =========================================================
   TERMS HEADER
========================================================= */

.terms-header {
    padding: 70px 0 50px;
    text-align: center;
}
.terms-header .container {
    max-width: 1100px;
}
.terms-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--primary-color);
}
.terms-header h1 {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--dark);
}
.terms-header p {
    max-width: 700px;
    margin: 0 auto 22px;
    font-size: 17px;
    line-height: 1.7;

    color: var(--text-light);
}
.terms-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-light);
}
.terms-updated i {
    color: var(--primary-color);
}



/* =========================================================
   TERMS CONTENT
========================================================= */



.terms-content-section {
    padding: 10px 0 90px;
}
.terms-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow:
        0 8px 30px
        rgba(0, 0, 0, 0.05);
}


/* =========================================================
   TERMS SECTION
========================================================= */


.terms-section {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom:
        1px solid rgba(0, 0, 0, 0.08);
}

.terms-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.terms-section h2 {
    margin-bottom: 18px;
    font-family:
        "Playfair Display",
        serif;
    font-size: 27px;
    color: var(--dark);
}
.terms-section p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
}
.terms-section p:last-child {
    margin-bottom: 0;
}




/* =========================================================
   LISTS
========================================================= */


.terms-section ul {
    margin: 20px 0 0;
    padding-left: 22px;
}

.terms-section li {
    margin-bottom: 12px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.7;

    color: var(--text-light);
}

.terms-section li:last-child {
    margin-bottom: 0;
}

/* =========================================================
   LINKS
========================================================= */

.terms-section a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.terms-section a:hover {
    text-decoration: underline;
}






/* =========================================================
   RESPONSIVE - TABLET
========================================================= */


@media (max-width: 991px) {

    .terms-header {
        padding:
            60px 0
            40px;
    }

    .terms-header h1 {
        font-size: 42px;
    }

    .terms-content {
        padding: 45px 40px;

        margin:
            0 20px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 768px) {

    .terms-breadcrumb {
        padding: 18px 0;
    }

    .terms-header {
        padding:
            50px 0
            35px;
    }

    .terms-header h1 {
        font-size: 36px;
    }

    .terms-header p {
        font-size: 16px;
    }

    .terms-content-section {
        padding:
            5px 0
            70px;
    }

    .terms-content {
        margin:
            0 15px;

        padding:
            35px 25px;
    }

    .terms-section {
        padding-bottom: 28px;

        margin-bottom: 28px;
    }

    .terms-section h2 {
        font-size: 24px;
    }

    .terms-section p,
    .terms-section li {
        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .terms-header {
        padding:
            40px 0
            30px;
    }

    .terms-header h1 {
        font-size: 30px;
    }

    .terms-header p {
        font-size: 15px;
    }

    .terms-content {
        margin:
            0 10px;

        padding:
            30px 20px;

        border-radius: 10px;
    }
 
    .terms-section h2 {   
        font-size: 22px;
    }

    .terms-section p,
    .terms-section li {
        font-size: 14px;

        line-height: 1.75;
    }

    .terms-breadcrumb .breadcrumb {
        font-size: 13px;
    }

}
