/* =====================================================
   TERMS PAGE
   MATCHED WITH CONTACT PAGE THEME
===================================================== */


/* =====================================================
   HERO
===================================================== */

.terms-page-hero {

    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}


.terms-page-hero-overlay {

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.58);

}


.terms-page-hero-content {

    position: relative;

    z-index: 2;

    padding: 150px 0 80px;

    max-width: 1050px;

}


.terms-page-hero-content h1 {

    margin: 0;

    color: #ffffff;

    font-size: 58px;

    line-height: 1.15;

    font-weight: 700;

}


.terms-page-hero-content h1 span {

    color: #f58220;

}


.terms-page-hero-content p {

    margin: 18px 0 0;

    max-width: 650px;

    color: #eeeeee;

    font-size: 16px;

    line-height: 1.7;

}



/* =====================================================
   MAIN SECTION
===================================================== */

.terms-main-section {

    padding: 90px 0;

    background: #ffffff;

}


.terms-content {

    max-width: 1050px;

    margin: 0 auto;

}



/* =====================================================
   UPDATED DATE
===================================================== */

.terms-updated {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 45px;

    padding: 10px 16px;

    background: #fff6ed;

    border-left: 3px solid #f58220;

    color: #777777;

    font-size: 13px;

}


.terms-updated i {

    color: #f58220;

}


.terms-updated strong {

    color: #333333;

}



/* =====================================================
   TERMS ITEM
===================================================== */

.terms-item {

    padding: 0 0 38px;

    margin-bottom: 38px;

    border-bottom: 1px solid #eeeeee;

}


.terms-item:last-child {

    margin-bottom: 0;

}



/* =====================================================
   HEADING
===================================================== */

.terms-item-heading {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 18px;

}


.terms-item-heading span {

    width: 38px;

    height: 38px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f58220;

    color: #ffffff;

    border-radius: 4px;

    font-size: 14px;

    font-weight: 700;

}


.terms-item-heading h2 {

    margin: 0;

    color: #222222;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 700;

}



/* =====================================================
   PARAGRAPH
===================================================== */

.terms-item p {

    margin: 0 0 14px;

    color: #666666;

    font-size: 15px;

    line-height: 1.85;

}


.terms-item p:last-child {

    margin-bottom: 0;

}


.terms-item strong {

    color: #333333;

}



/* =====================================================
   LIST
===================================================== */

.terms-item ul {

    margin: 12px 0 0;

    padding-left: 23px;

}


.terms-item li {

    margin-bottom: 13px;

    padding-left: 6px;

    color: #666666;

    font-size: 15px;

    line-height: 1.8;

}


.terms-item li::marker {

    color: #f58220;

}


.terms-item li:last-child {

    margin-bottom: 0;

}



/* =====================================================
   CONTACT BOX
===================================================== */

.terms-contact {

    padding: 30px;

    margin-top: 10px;

    background: #fafafa;

    border: 1px solid #eeeeee;

    border-left: 4px solid #f58220;

}


.terms-contact .terms-item-heading {

    margin-bottom: 14px;

}


.terms-contact a {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 15px;

    color: #f58220;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;

}


.terms-contact a:hover {

    color: #d96d12;

}



/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 768px) {

    .terms-page-hero {

        min-height: 300px;

    }


    .terms-page-hero-content {

        padding: 70px 20px;

    }


    .terms-page-hero-content h1 {

        font-size: 42px;

    }


    .terms-page-hero-content p {

        font-size: 14px;

    }


    .terms-main-section {

        padding: 60px 20px;

    }


    .terms-item-heading h2 {

        font-size: 22px;

    }


    .terms-item p,
    .terms-item li {

        font-size: 14px;

        line-height: 1.75;

    }

}


@media (max-width: 480px) {

    .terms-page-hero-content {

        padding: 60px 15px;

    }


    .terms-page-hero-content h1 {

        font-size: 34px;

    }


    .terms-main-section {

        padding: 45px 15px;

    }


    .terms-updated {

        font-size: 12px;

    }


    .terms-item-heading {

        gap: 10px;

    }


    .terms-item-heading span {

        width: 34px;

        height: 34px;

        font-size: 12px;

    }


    .terms-item-heading h2 {

        font-size: 20px;

    }


    .terms-item ul {

        padding-left: 20px;

    }


    .terms-contact {

        padding: 22px 18px;

    }


    .terms-contact a {

        font-size: 13px;

        word-break: break-word;

    }

}