/*====================================
        TERMS HERO
====================================*/

.terms-hero{

    width:100%;

    padding:180px 7% 100px;

    background:#fff;

}

.terms-container{

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 450px;

    gap:90px;

    align-items:center;

}

.terms-talk{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#5B3DF5;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    margin-bottom:28px;

}

.terms-tag{

    display:inline-block;

    background:#F3F4F6;

    color:#5B3DF5;

    padding:10px 22px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:28px;

}

.terms-content h1{

    font-size:72px;

    font-weight:700;

    color:#111;

    margin-bottom:25px;

    line-height:1.05;

}

.terms-date{

    display:flex;

    align-items:center;

    gap:12px;

    color:#666;

    font-size:18px;

    margin-bottom:30px;

}

.terms-date i{

    color:#5B3DF5;

    font-size:22px;

}

.terms-content p{

    font-size:20px;

    line-height:1.9;

    color:#555;

    max-width:760px;

}

.terms-image{

    display:flex;

    justify-content:center;

}

.terms-card{

    width:100%;

    max-width:380px;

    padding:55px 45px;

    background:#fff;

    border-radius:28px;

    border:1px solid #ececec;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

    text-align:center;

}

.terms-card i{

    font-size:70px;

    color:#5B3DF5;

    margin-bottom:25px;

}

.terms-card h3{

    font-size:30px;

    color:#111;

    margin-bottom:18px;

}

.terms-card p{

    font-size:17px;

    color:#666;

    line-height:1.8;

}

@media(max-width:992px){

    .terms-container{

        grid-template-columns:1fr;

        gap:50px;

    }

    .terms-image{

        order:-1;

    }

    .terms-content{

        text-align:center;

    }

    .terms-content p{

        margin:auto;

    }

}

@media(max-width:768px){

    .terms-content h1{

        font-size:46px;

    }

    .terms-content p{

        font-size:17px;

    }

}
/*=========================================
        TERMS DETAILS
=========================================*/

.terms-details{

    padding:100px 7%;

    background:#f8f9fc;

}

.terms-wrapper{

    max-width:1450px;

    margin:auto;

}

/*================ CARD ================*/

.term-card{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:45px;

    background:#fff;

    padding:55px;

    border-radius:30px;

    margin-bottom:35px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.4s ease;

}

/* Left Gradient Border */

.term-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:8px;

    height:100%;

    background:linear-gradient(180deg,#18A0FB,#0A617F);

}

/* Hover */

.term-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 70px rgba(0,0,0,.10);

}

/*================ NUMBER ================*/

.term-number{

    width:110px;

    min-width:110px;

    height:110px;

    border-radius:50%;

    background:linear-gradient(135deg,#18A0FB,#0A617F);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:42px;

    font-weight:700;

    transition:.45s;

}

.term-card:hover .term-number{

    transform:rotate(8deg) scale(1.05);

}

/*================ CONTENT ================*/

.term-content{

    flex:1;

}

.term-content h2{

    font-size:42px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111827;

}

.term-content p{

    font-size:20px;

    line-height:1.9;

    color:#5b6475;

    margin-bottom:18px;

}

.term-content strong{

    color:#111;

}

.term-content ul{

    margin-top:15px;

    padding-left:22px;

}

.term-content li{

    font-size:20px;

    line-height:1.9;

    color:#5b6475;

    margin-bottom:12px;

}

/*================ Hover Animation ================*/

.term-card:hover h2{

    color:#0A617F;

}

.term-card:hover::before{

    width:12px;

}

/*================ Responsive ================*/

@media(max-width:1200px){

.term-content h2{

font-size:34px;

}

.term-content p,

.term-content li{

font-size:18px;

}

}

/* Tablet */

@media(max-width:992px){

.term-card{

flex-direction:column;

gap:30px;

padding:45px;

}

.term-number{

width:90px;

height:90px;

min-width:90px;

font-size:34px;

}

.term-content h2{

font-size:30px;

}

}

/* Mobile */

@media(max-width:768px){

.terms-details{

padding:70px 20px;

}

.term-card{

padding:30px;

border-radius:22px;

}

.term-number{

width:75px;

height:75px;

min-width:75px;

font-size:28px;

}

.term-content h2{

font-size:24px;

margin-bottom:18px;

}

.term-content p,

.term-content li{

font-size:16px;

line-height:1.8;

}

}

/* Small Mobile */

@media(max-width:480px){

.term-card{

padding:25px;

}

.term-content h2{

font-size:22px;

}

.term-number{

width:65px;

height:65px;

font-size:24px;

}

}


.footer-column h3{

    font-size:25px;

    font-weight:700;

    color:#fff;

    margin-bottom:28px;

}

.footer-column a{

    font-size:17px;

    color:#BDBDBD;

    text-decoration:none;

    margin-bottom:16px;

    display:block;

    transition:.3s;

}

.footer-column a:hover{

    color:#fff;

    transform:translateX(6px);

}

/*==============================
      FOOTER BOTTOM
===============================*/

.footer-bottom{

    background:#050505;

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 7%;

}

.footer-bottom-wrap{

    max-width:1450px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.footer-bottom p{

    color:#bdbdbd;

    font-size:17px;

    margin:0;

}

.footer-bottom-links{

    display:flex;

    align-items:center;

    gap:60px;

}

.footer-bottom-links a{

    color:#bdbdbd;

    text-decoration:none;

    font-size:17px;

    transition:.3s;

}

.footer-bottom-links a:hover{

    color:#fff;

}

/* Mobile */

@media(max-width:768px){

.footer-bottom-wrap{

flex-direction:column;

text-align:center;

}

.footer-bottom-links{

gap:30px;

flex-wrap:wrap;

justify-content:center;

}

}

/*=========================================
            QIRO PREMIUM FOOTER
=========================================*/

.qf-footer{

    background:#050505;

    color:#fff;

    padding:90px 7% 0;

    overflow:hidden;

}

.qf-container{

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:380px 1fr;

    gap:90px;

    align-items:start;

}

/*==========================
        LEFT
===========================*/

.qf-logo{

    display:inline-block;

    margin-bottom:30px;

}

.qf-logo img{

    width:220px;

    display:block;

}

.qf-text{

    font-size:17px;

    line-height:1.9;

    color:#bfbfbf;

    margin-bottom:40px;

    max-width:330px;

}

/*==========================
        SOCIAL
===========================*/

.qf-social{

    display:flex;

    gap:15px;

}

.qf-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.12);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    text-decoration:none;

    font-size:20px;

    transition:.35s;

}

.qf-social a:hover{

    background:#0A84FF;

    border-color:#0A84FF;

    transform:translateY(-6px);

}

/*==========================
        RIGHT
===========================*/

.qf-right{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:60px 45px;

}

/*==========================
        COLUMN
===========================*/

.qf-column h3{

    font-size:25px;

    font-weight:700;

    margin-bottom:28px;

    color:#fff;

}

.qf-column a{

    display:block;

    text-decoration:none;

    color:#bdbdbd;

    font-size:17px;

    margin-bottom:16px;

    transition:.3s;

}

.qf-column a:hover{

    color:#fff;

    padding-left:8px;

}

.qf-column span{

    display:block;

    color:#7c7c7c;

    font-size:15px;

    margin-bottom:12px;

}

.qf-contact i{

    margin-right:10px;

    color:#25D366;

}

/*==========================
        BOTTOM
===========================*/

.qf-bottom{

    margin-top:80px;

    border-top:1px solid rgba(255,255,255,.08);

    padding:28px 0;

}

.qf-bottom-wrap{

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr auto 1fr;

    align-items:center;

}

.qf-copy{

    justify-self:start;

    color:#9b9b9b;

    font-size:17px;

    line-height:28px;

}

.qf-policy{

    justify-self:center;

}

.qf-terms{

    justify-self:end;

}

.qf-policy a,

.qf-terms a{

    text-decoration:none;

    color:#bdbdbd;

    font-size:17px;

    transition:.3s;

}

.qf-policy a:hover,

.qf-terms a:hover{

    color:#fff;

}

/*=========================================
        PREMIUM HOVER EFFECTS
=========================================*/

.qf-column a{

    position:relative;

    width:max-content;

}

.qf-column a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-3px;

    width:0;

    height:2px;

    background:#0A84FF;

    transition:.35s;

}

.qf-column a:hover::after{

    width:100%;

}

/*=============================
        LOGO EFFECT
==============================*/

.qf-logo img{

    transition:.35s;

}

.qf-logo:hover img{

    transform:scale(1.03);

}

/*=============================
      COLUMN TITLE
==============================*/

.qf-column h3{

    position:relative;

    padding-bottom:14px;

}

.qf-column h3::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:45px;

    height:3px;

    border-radius:20px;

    background:#0A84FF;

}

/*=============================
      SOCIAL EFFECT
==============================*/

.qf-social a{

    overflow:hidden;

    position:relative;

}

.qf-social a::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(135deg,#0A84FF,#00C6FF);

    transform:scale(0);

    transition:.35s;

    border-radius:50%;

}

.qf-social a i{

    position:relative;

    z-index:2;

}

.qf-social a:hover::before{

    transform:scale(1);

}

.qf-social a:hover{

    border-color:transparent;

}

/*=============================
      CONTACT LINKS
==============================*/

.qf-contact a{

    display:flex;

    align-items:center;

    gap:10px;

}

/*=============================
      BOTTOM LINKS
==============================*/

.qf-policy a,

.qf-terms a{

    position:relative;

}

.qf-policy a::after,

.qf-terms a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:#0A84FF;

    transition:.35s;

}

.qf-policy a:hover::after,

.qf-terms a:hover::after{

    width:100%;

}

/*=========================================
            TABLET
=========================================*/

@media(max-width:1200px){

.qf-container{

grid-template-columns:1fr;

gap:60px;

}

.qf-right{

grid-template-columns:repeat(2,1fr);

}

.qf-text{

max-width:100%;

}

}

/*=========================================
            MOBILE
=========================================*/

@media(max-width:768px){

.qf-footer{

padding:70px 25px 0;

}

.qf-right{

grid-template-columns:1fr;

gap:45px;

}

.qf-column h3{

font-size:22px;

}

.qf-column a{

font-size:16px;

}

.qf-social{

justify-content:flex-start;

}

.qf-bottom{

margin-top:50px;

}

.qf-bottom-wrap{

grid-template-columns:1fr;

row-gap:20px;

text-align:center;

}

.qf-copy{

justify-self:center;

}

.qf-policy{

justify-self:center;

}

.qf-terms{

justify-self:center;

}

}

/*=========================================
        SMALL MOBILE
=========================================*/

@media(max-width:480px){

.qf-logo img{

width:170px;

}

.qf-social a{

width:42px;

height:42px;

font-size:18px;

}

.qf-column h3{

font-size:20px;

}

.qf-column a{

font-size:15px;

}

.qf-copy{

font-size:15px;

}

.qf-policy a,

.qf-terms a{

font-size:15px;

}

}