:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-359f7a7 *//*==========================================================
  TAGVOLT FAQ
  PART 1 / 2
==========================================================*/

.tv-faq-page{

    --tv-blue:#1D6DF2;
    --tv-orange:#FF6B00;
    --tv-navy:#081633;

    --tv-text:#55657F;
    --tv-soft:#F6F9FE;
    --tv-border:#E5EDF8;

    font-family:"Inter",sans-serif;

    background:
        radial-gradient(circle at top left,
        rgba(29,109,242,.05),
        transparent 28%),

        radial-gradient(circle at bottom right,
        rgba(29,109,242,.04),
        transparent 30%),

        #fff;

    overflow:hidden;

}


/*==========================================================*/

.tv-faq-container{

    width:min(1180px,calc(100% - 40px));

    margin:auto;

}


/*==========================================================
  HERO
==========================================================*/

.tv-faq-hero{

    padding:140px 0 90px;

    text-align:center;

}


/*==========================================================*/

.tv-faq-eyebrow{

    display:inline-flex;

    align-items:center;

    gap:14px;

    margin-bottom:26px;

    font-size:15px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.tv-faq-number{

    color:var(--tv-orange);

}


/*==========================================================*/

.tv-faq-title{

    margin:28px 0 0;

    color:var(--tv-navy);

    font-size:clamp(52px,6vw,86px);

    line-height:1.05;

    letter-spacing:-.05em;

    font-weight:800;

}

.tv-faq-title span{

    color:var(--tv-blue);

}

.tv-orange{

    color:var(--tv-orange)!important;

}


/*==========================================================*/

.tv-faq-line{

    width:110px;

    height:4px;

    margin:32px auto;

    border-radius:999px;

    background:
    linear-gradient(
        90deg,
        rgba(255,107,0,.2),
        var(--tv-orange),
        rgba(255,107,0,.2)
    );

}


/*==========================================================*/

.tv-faq-description{

    max-width:760px;

    margin:auto;

    color:var(--tv-text);

    font-size:21px;

    line-height:1.9;

}


/*==========================================================
  CONTENT
==========================================================*/

.tv-faq-content{

    padding-bottom:120px;

}


/*==========================================================*/

.tv-faq-category{

    margin-bottom:80px;

}


/*==========================================================*/

.tv-faq-category-title{

    display:flex;

    align-items:center;

    gap:22px;

    margin-bottom:32px;

}


/*==========================================================*/

.tv-faq-category-title span{

    width:58px;
    height:58px;

    border-radius:50%;

    background:

        linear-gradient(
            180deg,
            #2D7CFF,
            #0F5DFF
        );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:800;

    font-size:18px;

    box-shadow:

        0 16px 34px rgba(29,109,242,.25);

}


/*==========================================================*/

.tv-faq-category-title h2{

    margin:0;

    color:var(--tv-navy);

    font-size:38px;

    font-weight:800;

    letter-spacing:-.04em;

}


/*==========================================================*/

.tv-faq-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}


/*==========================================================*/

.tv-faq-item{

    background:#fff;

    border:1px solid var(--tv-border);

    border-radius:22px;

    overflow:hidden;

    box-shadow:

        0 12px 34px rgba(18,40,90,.05);

    transition:

        border-color .3s,

        transform .3s,

        box-shadow .3s;

}

.tv-faq-item:hover{

    border-color:#D7E4FB;

    transform:translateY(-3px);

    box-shadow:

        0 20px 48px rgba(18,40,90,.08);

}

/*==========================================================
  TAGVOLT FAQ
  PART 2 / 2
==========================================================*/


/*==========================================================
  ACCORDION
==========================================================*/

.tv-faq-question{

    width:100%;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    padding:28px 34px;

    background:transparent;

    border:none;

    cursor:pointer;

    text-align:left;

    font:inherit;

}

.tv-faq-question span{

    color:var(--tv-navy);

    font-size:20px;

    font-weight:700;

    line-height:1.5;
    
    color: #FFF;

}

.tv-faq-question i{

    width:42px;
    height:42px;

    flex-shrink:0;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#F4F8FF;

    color:var(--tv-blue);

    font-size:15px;

    transition:.35s ease;

}


/*==========================================================*/

.tv-faq-answer{

    max-height:0;

    overflow:hidden;

    opacity:0;

    transition:

        max-height .4s ease,

        opacity .3s ease,

        padding .35s ease;

    padding:0 34px;

}

.tv-faq-answer p{

    margin:0;

    color:var(--tv-text);

    font-size:18px;

    line-height:1.9;

    padding-bottom:28px;

}


/*==========================================================*/

.tv-faq-item.active{

    border-color:#D6E4FD;

}

.tv-faq-item.active .tv-faq-answer{

    max-height:300px;

    opacity:1;

}

.tv-faq-item.active .tv-faq-question i{

    background:var(--tv-blue);

    color:#fff;

    transform:rotate(45deg);

}


/*==========================================================
  CTA
==========================================================*/

.tv-faq-cta{

    padding:0 0 120px;

}

.tv-faq-cta-card{

    background:

        linear-gradient(
            135deg,
            #081633,
            #11254D
        );

    border-radius:30px;

    padding:80px 60px;

    text-align:center;

    color:#fff;

    overflow:hidden;

    position:relative;

}

.tv-faq-cta-card::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    background:

        radial-gradient(
            rgba(29,109,242,.25),
            transparent 70%
        );

    right:-140px;

    top:-180px;

}

.tv-faq-cta-card h2{

    margin:0;

    font-size:58px;

    line-height:1.05;

    letter-spacing:-.04em;

    font-weight:800;

}

.tv-faq-cta-card h2 span{

    color:var(--tv-blue);

}

.tv-faq-cta-card p{

    margin:26px auto 40px;

    max-width:520px;

    font-size:20px;

    line-height:1.8;

    color:rgba(255,255,255,.82);

}


/*==========================================================
  BUTTON
==========================================================*/

.tv-faq-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:999px;

    background:

        linear-gradient(
            180deg,
            #FF7A18,
            var(--tv-orange)
        );

    color:#fff;

    font-size:17px;

    font-weight:700;

    text-decoration:none;

    transition:.3s ease;

    box-shadow:

        0 16px 34px rgba(255,107,0,.28);

}

.tv-faq-btn:hover{

    transform:translateY(-3px);

    box-shadow:

        0 22px 44px rgba(255,107,0,.35);

}

.tv-faq-btn i{

    transition:.3s ease;

}

.tv-faq-btn:hover i{

    transform:translateX(5px);

}


/*==========================================================
  RESPONSIVE
==========================================================*/

@media(max-width:991px){

    .tv-faq-hero{

        padding:120px 0 80px;

    }

    .tv-faq-category-title h2{

        font-size:32px;

    }

    .tv-faq-question{

        padding:24px;

    }

    .tv-faq-answer{

        padding:0 24px;

    }

    .tv-faq-cta-card{

        padding:60px 40px;

    }

    .tv-faq-cta-card h2{

        font-size:46px;

    }

}


@media(max-width:768px){

    .tv-faq-title{

        font-size:48px;

    }

    .tv-faq-description{

        font-size:18px;

    }

    .tv-faq-category{

        margin-bottom:60px;

    }

    .tv-faq-category-title{

        gap:16px;

    }

    .tv-faq-category-title span{

        width:50px;
        height:50px;

        font-size:16px;

    }

    .tv-faq-category-title h2{

        font-size:28px;

    }

    .tv-faq-question span{

        font-size:18px;

    }

    .tv-faq-answer p{

        font-size:16px;

    }

    .tv-faq-cta-card{

        border-radius:24px;

        padding:50px 28px;

    }

    .tv-faq-cta-card h2{

        font-size:38px;

    }

}


@media(max-width:480px){

    .tv-faq-hero{

        padding:100px 0 60px;

    }

    .tv-faq-title{

        font-size:38px;

    }

    .tv-faq-description{

        font-size:16px;

    }

    .tv-faq-question{

        padding:20px;

    }

    .tv-faq-question span{

        font-size:17px;

    }

    .tv-faq-question i{

        width:36px;
        height:36px;

        font-size:13px;

    }

    .tv-faq-answer{

        padding:0 20px;

    }

    .tv-faq-answer p{

        font-size:15px;

        line-height:1.8;

    }

    .tv-faq-cta-card h2{

        font-size:30px;

    }

    .tv-faq-btn{

        width:100%;

        justify-content:center;

    }

}/* End custom CSS */