body{font-family:'Poppins',sans-serif;}

.breadcrumb{
    padding: 15px 0 !important;
}

/*==============================
FAQ HERO
==============================*/

.faq-hero{
    position:relative;
    overflow:hidden;
    background:#fff;
    padding:70px 0;
}

.hero-circle{
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    background:radial-gradient(circle,#ffeaf3 0%,transparent 70%);
    right:-250px;
    top:-120px;
    z-index:0;
}

.faq-hero .container{
    position:relative;
    z-index:2;
}

.small-breadcrumb{
    font-size:14px;
    color:#777;
}

.small-breadcrumb a{
    text-decoration:none;
    color:#777;
}

.small-breadcrumb span{
    margin:0 6px;
}

.small-breadcrumb .active{
    color:#ff2d7a;
    font-weight:600;
}

.hero-badge{
    display:inline-block;
    background:#fff1f6;
    color:#ff2d7a;
    font-size:13px;
    font-weight:700;
    padding:7px 16px;
    border-radius:50px;
}

.hero-title{
    font-size:45px;
    font-weight:700;
    line-height:1.2;
    color:#18243d;
}

.hero-title span{
    display:block;
    color:#ff2d7a;
}

.hero-text{
    color:#666;
    margin-top:18px;
    font-size:16px;
    max-width:420px;
}

.hero-search .form-control{
    height:58px;
    border-radius:12px 0 0 12px;
    border:1px solid #eee;
    box-shadow:none;
    padding-left:20px;
}

.hero-search .btn-search{
    width:60px;
    border:none;
    background:linear-gradient(135deg,#ff4f86,#ff2d7a);
    color:#fff;
    border-radius:0 12px 12px 0;
}

.hero-image{
    max-width:100%;
    /* animation:float 4s ease-in-out infinite; */
}

/* @keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0);
}

} */

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.hero-title{
font-size:42px;
text-align:center;
}

.hero-text{
margin:auto;
text-align:center;
}

.small-breadcrumb{
text-align:center;
}

.hero-badge{
display:table;
margin:auto;
}

.hero-search{
max-width:500px;
margin:auto;
}

}

@media(max-width:767px){

.faq-hero{
padding:50px 0;
}

.hero-title{
font-size:34px;
}

.hero-text{
font-size:15px;
}

.hero-search .form-control{
height:52px;
}

.hero-search .btn-search{
width:55px;
}

}

@media(max-width:576px){

.hero-title{
font-size:30px;
}

.hero-circle{
width:350px;
height:350px;
right:-150px;
}

}


/*=========================
FAQ CATEGORY
=========================*/

.faq-category{
    background:#fff;
}

.section-title{
    font-size:24px;
    font-weight:700;
    color:#1f2746;
}

.section-title span{
    color:#ff2d7a;
}

.title-line{
    width:60px;
    height:4px;
    background:#ff2d7a;
    margin:12px auto 0;
    border-radius:30px;
}

.category-card{
    background:#fff;
    border:1px solid #f3e7ee;
    border-radius:18px;
    padding:8px 12px;
    text-align:center;
    transition:.35s;
    height:100%;
    cursor:pointer;
    box-shadow:0 8px 25px rgba(255,50,120,.05);
}

.category-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(255,50,120,.15);
    border-color:#ff2d7a;
}

.category-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff5f8;
    color:#ff2d7a;
    font-size:38px;
    margin-bottom:15px;
    transition:.3s;
}

.category-card:hover .category-icon{
    background:#ff2d7a;
    color:#fff;
    transform:rotate(8deg);
}

.category-card h5{
    font-size:16px;
    font-weight:600;
    color:#1d2340;
    margin-bottom:10px;
}

.category-card p{
    margin:0;
    color:#666;
    font-size:11px;
    font-weight: 600px;
}

/*=========================
Responsive
=========================*/

@media (max-width:1199px){

.category-card{
    padding: 8px 10px;
}

}

@media (max-width:991px){

.section-title{
    font-size:23px;
}

.category-icon{
    width:59px;
    height:59px;
    font-size:32px;
}

.category-card h5{
    font-size:16px;
}

}

@media (max-width:767px){

.section-title{
    font-size:26px;
}

.category-card{
    padding:20px 15px;
}

.category-icon{
    width:65px;
    height:65px;
    font-size:28px;
}

}

@media (max-width:575px){

.category-card{
    max-width:300px;
    margin:auto;
}

.section-title{
    font-size:20px;
}

}


.faq-section{
    background:#fff;
}

.faq-contact-card{
    border:1px solid #f2dede;
    border-radius:20px;
    background:#fff;
    padding:35px 25px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.faq-img{
    max-width:220px;
}

.faq-contact-card h3{
    font-size:26px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.faq-contact-card p{
    color:#666;
    line-height:28px;
    margin-bottom:30px;
}

.faq-btn{
    background:linear-gradient(90deg,#ff2d78,#ff5a4f);
    color:#fff;
    border:none;
    border-radius:10px;
    padding:14px 28px;
    font-weight:600;
    width:70%;
}

.faq-btn:hover{
    color:#fff;
}

.contact-info{
    margin-top:10px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#555;
    font-weight:500;
    font-size: 14px;
}

.contact-item i{
    color:#ff2d78;
}

/* Accordion */

.custom-faq .accordion-item{
    border:1px solid #ededed;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:16px;
}

.custom-faq .accordion-button{
    background:#fff;
    font-weight:600;
    font-size:16px;
    padding:15px;
    box-shadow:none;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#fff;
    color:#222;
}

/* .custom-faq .accordion-button::after{
    background-size:16px;
} */


/* Toggle Icon */
/* FAQ Toggle Icon */
.custom-faq .accordion-button::after{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff2d7a'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size:16px;
    transition:transform .35s ease;
    transform:rotate(0deg);
}

/* Open State */
.custom-faq .accordion-button:not(.collapsed)::after{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff2d7a'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform:rotate(180deg);
}


.faq-number{
    width:30px;
    height:30px;
    background:#ff2d78;
    color:#fff;
    border-radius:50%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    margin-right:15px;
    flex-shrink:0;
}

.accordion-body{
    background:#fff5f6;
    margin:0 20px 20px;
    border-radius:12px;
    color:#666;
    line-height:28px;
    padding:20px;
}

/* Responsive */

@media(max-width:991px){

.faq-contact-card{
    margin-bottom:25px;
}

.contact-info{
    justify-content:center;
}

}

@media(max-width:767px){

.faq-contact-card{
    padding:25px 20px;
}

.faq-img{
    max-width:180px;
}

.faq-contact-card h3{
    font-size:26px;
}

.faq-contact-card p{
    font-size:15px;
}

.custom-faq .accordion-button{
    font-size:15px;
    padding:18px;
}

.faq-number{
    width:26px;
    height:26px;
    font-size:11px;
    margin-right:10px;
}

.accordion-body{
    margin:0 15px 15px;
    font-size:14px;
    line-height:24px;
}

.contact-info{
    flex-direction:column;
    align-items:center;
}

}

@media(max-width:480px){

.faq-btn{
    font-size:15px;
    padding:12px;
}

.custom-faq .accordion-button{
    font-size:14px;
    padding:16px;
}

}


/* ======================faq cta ========================= */

.question-section{
    background:#fff;
}

.question-box{

    position:relative;
    overflow:hidden;

    border:1px solid #f4e3e6;
    border-radius:18px;

    background:linear-gradient(90deg,#fff8fa 0%,#ffffff 55%,#fff7fa 100%);

    padding:18px 72px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.question-content{
    display:flex;
    align-items:center;
}

.question-icon .icon-circle{

    width:90px;
    height:90px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 8px 25px rgba(255,60,120,.12);

    border:1px solid #f8dfe6;

}

.question-icon i{

    font-size:38px;
    color:#ff2d78;

}

.question-box h2{

    font-size:28px;
    font-weight:700;
    color:#222;

    margin-bottom:8px;

}

.question-box p{

    margin:0;
    color:#666;
    font-size:18px;

}

.question-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 17px;

    border-radius:10px;

    background:#ff2d78;

    color:#fff;
    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.question-btn:hover{

    color:#fff;
    transform:translateY(-3px);

}

.dots{

    position:absolute;

    width:120px;
    height:120px;

    right:-10px;
    top:-10px;

    background-image:radial-gradient(#ff8ab5 1.8px, transparent 1.8px);
    background-size:12px 12px;

    opacity:.45;

}

/* Laptop */

@media (max-width:1199px){

.question-box{

    padding:25px;

}

.question-box h2{

    font-size:32px;

}

}

/* Tablet */

@media (max-width:991px){

.question-box{

    padding:30px 25px;
    text-align:center;

}

.question-content{

    flex-direction:column;

}

.question-icon{

    margin-bottom:20px;

}

.question-box h2{

    font-size:28px;

}

.question-box p{

    font-size:16px;

}

.question-btn{

    margin-top:10px;

}

.dots{

    width:90px;
    height:90px;

}

}

/* Mobile */

@media (max-width:576px){

.question-box{

    padding:22px 18px;

}

.question-icon .icon-circle{

    width:70px;
    height:70px;

}

.question-icon i{

    font-size:28px;

}

.question-box h2{

    font-size:22px;
    line-height:1.4;

}

.question-box p{

    font-size:14px;
    line-height:24px;

}

.question-btn{

    width:100%;
    padding:14px 18px;
    font-size:15px;

}

.dots{

    width:70px;
    height:70px;
    right:-20px;

}

}