.elementor-79 .elementor-element.elementor-element-aa5b780{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-525c2ad *//*==================================
        TERMS & CONDITIONS
===================================*/

.terms-page{

    padding:90px 20px;
    background:#F8FBFF;
    font-family:'Poppins',sans-serif;

}

.terms-page .container{

    max-width:1000px;
    margin:auto;

}

/* Header */

.terms-header{

    text-align:center;
    margin-bottom:60px;

}

.terms-header span{

    display:inline-block;
    color:#0B63B6;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;

}

.terms-header h1{

    font-size:46px;
    margin:18px 0;
    color:#111;

}

.terms-header p{

    color:#666;
    font-size:16px;

}

/* Content */

.terms-content{

    display:flex;
    flex-direction:column;
    gap:25px;

}

.terms-card{

    background:#fff;
    border:1px solid #E5ECF4;
    border-radius:12px;
    padding:35px;
    transition:.3s;

}

.terms-card:hover{

    border-color:#0B63B6;
    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.terms-card h2{

    color:#0B63B6;
    font-size:24px;
    margin-bottom:18px;

}

.terms-card p{

    color:#555;
    line-height:1.9;
    margin:0;

}

.terms-card ul{

    margin:15px 0 0;
    padding-left:22px;

}

.terms-card li{

    margin-bottom:12px;
    color:#555;
    line-height:1.8;

}

/* Responsive */

@media(max-width:768px){

.terms-page{

padding:60px 20px;

}

.terms-header h1{

font-size:34px;

}

.terms-card{

padding:25px;

}

.terms-card h2{

font-size:20px;

}

}/* End custom CSS */