/* TERMS BANNER CSS START */

.terms-banner{
padding:160px 0 100px;
position:relative;
overflow:hidden;

background:
linear-gradient(
135deg,
rgba(0,0,0,.92),
rgba(20,20,20,.82)
),
url("../images/10.webp");

background-size:cover;
background-position:center;

}

.terms-banner::before{
content:"";
position:absolute;
width:700px;
height:700px;
background:#d8c371;
border-radius:50%;
top:-300px;
right:-250px;
opacity:.12;
filter:blur(130px);
}

.terms-tag{
display:inline-block;
padding:12px 26px;
border-radius:50px;
border:1px solid rgba(216,195,113,.25);
color:#d8c371;
margin-bottom:25px;
backdrop-filter:blur(10px);
}

.terms-title{
color:#ffffff;
font-size:clamp(45px,7vw,90px);
font-weight:900;
line-height:1.1;
margin-bottom:25px;
}

.terms-title span{
color:#d8c371;
}

.terms-description{
color:#d7d7d7;
font-size:20px;
line-height:1.9;
max-width:850px;
margin:auto;
}

.terms-breadcrumb{
margin-top:35px;
display:flex;
justify-content:center;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

.terms-breadcrumb a{
color:#d8c371;
text-decoration:none;
font-weight:600;
}

.terms-breadcrumb span{
color:#ffffff;
}

@media(max-width:576px){

.terms-banner{
    padding:130px 0 80px;
}

.terms-description{
    font-size:17px;
}

}

/* TERMS BANNER CSS END */




/* TERMS & CONDITIONS CSS START */

.terms-section{
    background:#050505;
    padding:60px 0;
    position:relative;
    overflow:hidden;
}

.terms-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#d8c371;
    border-radius:50%;
    top:-250px;
    right:-250px;
    opacity:.06;
    filter:blur(150px);
}

.terms-heading{
    margin-bottom:70px;
}

.terms-badge{
    display:inline-block;
    padding:10px 25px;
    border:1px solid rgba(216,195,113,.25);
    border-radius:50px;
    color:#d8c371;
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
}

.terms-title{
    color:#ffffff;
    font-size:56px;
    font-weight:900;
    margin-bottom:20px;
}

.terms-title span{
    color:#d8c371;
}

.terms-subtitle{
    color:#cfcfcf;
    font-size:18px;
    max-width:750px;
    margin:auto;
    line-height:1.8;
}

.terms-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.terms-card{
    background:
    linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.03)
    );

    border:1px solid rgba(216,195,113,.15);
    border-radius:25px;
    padding:35px;
    transition:.4s;
    position:relative;
}

.terms-card:hover{
    transform:translateY(-8px);
    border-color:#d8c371;
}

.terms-number{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#d8c371;
    color:#111111;
    font-size:22px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.terms-card h3{
    color:#ffffff;
    font-size:28px;
    font-weight:800;
    margin-bottom:18px;
}

.terms-card p{
    color:#cfcfcf;
    font-size:17px;
    line-height:1.9;
    margin:0;
}

@media(max-width:991px){

    .terms-wrapper{
        grid-template-columns:1fr;
    }

    .terms-title{
        font-size:42px;
    }

}

@media(max-width:576px){

    .terms-section{
        padding:70px 0;
    }

    .terms-title{
        font-size:34px;
    }

    .terms-card{
        padding:25px;
    }

    .terms-card h3{
        font-size:24px;
    }

    .terms-card p{
        font-size:16px;
    }

}

/* TERMS & CONDITIONS CSS END */





/* CONTACT INFORMATION CSS START */

.legal-contact-section{
    background:#050505;
    padding:60px 0;
}

.legal-contact-wrapper{
    background:
    linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.03)
    );
    border:1px solid rgba(216,195,113,.15);
    border-radius:35px;
    padding:60px;
}

.legal-contact-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    border:1px solid rgba(216,195,113,.25);
    color:#d8c371;
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
}

.legal-contact-title{
    color:#fff;
    font-size:52px;
    font-weight:900;
    line-height:1.2;
    margin-bottom:20px;
}

.legal-contact-title span{
    color:#d8c371;
}

.legal-contact-text{
    color:#cfcfcf;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.legal-contact-btn{
    background:#d8c371;
    color:#111;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    display:inline-block;
    transition:.3s;
}

.legal-contact-btn:hover{
    background:#fff;
    color:#111;
}

.legal-contact-card{
    background:#0f0f0f;
    border:1px solid rgba(216,195,113,.15);
    border-radius:25px;
    padding:35px;
    height:100%;
    transition:.4s;
}

.legal-contact-card:hover{
    transform:translateY(-8px);
    border-color:#d8c371;
}

.legal-contact-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#d8c371;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:25px;
}

.legal-contact-card h3{
    color:#fff;
    font-size:26px;
    font-weight:800;
    margin-bottom:12px;
}

.legal-contact-card p{
    color:#cfcfcf;
    line-height:1.8;
    margin-bottom:15px;
}

.legal-contact-card a{
    color:#d8c371;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.legal-contact-full{
    display:flex;
    align-items:center;
    gap:25px;
}

.legal-contact-full .legal-contact-icon{
    margin-bottom:0;
    flex-shrink:0;
}

@media(max-width:991px){

    .legal-contact-wrapper{
        padding:40px 25px;
    }

    .legal-contact-title{
        font-size:40px;
    }

    .legal-contact-full{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:576px){

    .legal-contact-section{
        padding:70px 0;
    }

    .legal-contact-title{
        font-size:32px;
    }

    .legal-contact-text{
        font-size:16px;
    }

    .legal-contact-card{
        padding:25px;
    }

}

/* CONTACT INFORMATION CSS END */




/* CONTACT INFORMATION CSS START */

.contact-info-section{
    background:#050505;
    padding:60px 0;
}

.contact-info-heading{
    margin-bottom:60px;
}

.contact-info-badge{
    display:inline-block;
    padding:10px 24px;
    border:1px solid rgba(216,195,113,.25);
    border-radius:50px;
    color:#d8c371;
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
}

.contact-info-title{
    color:#ffffff;
    font-size:52px;
    font-weight:900;
    margin-bottom:15px;
}

.contact-info-subtitle{
    color:#cfcfcf;
    max-width:700px;
    margin:auto;
    line-height:1.8;
    font-size:18px;
}

.contact-info-card{
    background:
    linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.03)
    );

    border:1px solid rgba(216,195,113,.15);
    border-radius:25px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    transition:.4s;
}

.contact-info-card:hover{
    transform:translateY(-8px);
    border-color:#d8c371;
}

.contact-info-card i{
    width:75px;
    height:75px;
    background:#d8c371;
    color:#111111;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:0 auto 25px;
}

.contact-info-card h3{
    color:#ffffff;
    font-size:24px;
    font-weight:800;
    margin-bottom:15px;
}

.contact-info-card a{
    color:#d8c371;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.contact-info-card a:hover{
    color:#ffffff;
}

@media(max-width:991px){

    .contact-info-title{
        font-size:40px;
    }

}

@media(max-width:576px){

    .contact-info-section{
        padding:70px 0;
    }

    .contact-info-title{
        font-size:32px;
    }

    .contact-info-subtitle{
        font-size:16px;
    }

    .contact-info-card{
        padding:30px 20px;
    }

}

/* CONTACT INFORMATION CSS END */





/* LAST UPDATED SECTION CSS START */

.last-updated-section{
    background:#050505;
    padding:60px 0;
}

.last-updated-box{

    background:
    linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.03)
    );

    border:1px solid rgba(216,195,113,.15);

    border-radius:25px;

    padding:40px;

    display:flex;

    align-items:center;

    gap:30px;

    transition:.4s;
}

.last-updated-box:hover{
    border-color:#d8c371;
    transform:translateY(-5px);
}

.last-updated-icon{
    width:90px;
    height:90px;
    min-width:90px;
    border-radius:50%;
    background:#d8c371;
    color:#111111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.last-updated-label{
    color:#d8c371;
    font-size:15px;
    font-weight:600;
    display:block;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.last-updated-content h3{
    color:#ffffff;
    font-size:32px;
    font-weight:800;
    margin-bottom:15px;
}

.last-updated-content p{
    color:#cfcfcf;
    font-size:17px;
    line-height:1.9;
    margin:0;
}

@media(max-width:768px){

    .last-updated-box{
        flex-direction:column;
        text-align:center;
        padding:30px 25px;
    }

    .last-updated-content h3{
        font-size:26px;
    }

}

@media(max-width:576px){

    .last-updated-section{
        padding:60px 0;
    }

    .last-updated-icon{
        width:75px;
        height:75px;
        min-width:75px;
        font-size:28px;
    }

    .last-updated-content h3{
        font-size:22px;
    }

    .last-updated-content p{
        font-size:15px;
    }

}

/* LAST UPDATED SECTION CSS END */