/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2026 | 17:31:14 */
.faq-section{
    padding:90px 0;
}

.container{
    width:1320px;
    max-width:95%;
    margin:auto;
}

/* Heading */

.section-title{
    text-align:center;
    margin-bottom:65px;
}

.section-title h2{
    font-size:58px;
    color:#2F168F;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.section-title p{
    width:700px;
    max-width:100%;
    margin:auto;
    font-size:20px;
    color:#000000;
    line-height:1.8;
}

/* Grid */

.faq-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

}

/* Card */
.category-card {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 22px;
    padding: 25px;
    min-height: 300px;
    text-decoration: none;
    transition: .35s;
    display: flex;
    flex-direction: column;
}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(53,33,170,.08);

    border-color:#D8D2FF;

}

/* Icon */
.category-icon {
    width: 58px;
    height: 58px;
    background: #a2007e14;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.category-icon svg{

    width:26px;

    height:26px;

    stroke:#2F168F;

    fill:none;

    stroke-width:1.8;

    stroke-linecap:round;

    stroke-linejoin:round;

}

/* Title */
.category-card h3 {
    font-size: 22px;
    color: #a2007e;
    margin-bottom: 20px;
    font-weight: 700;
}
/* Text */

.category-card p{

    color:#000000;

    line-height:1.9;

    font-size:16px;

    flex:1;

}

/* Link */

.category-card span{

    margin-top:25px;

    color:#8a8a8a;

    font-size:15px;

    font-weight:500;

    transition:.3s;

}

.category-card:hover span{

    color:#2F168F;

    transform:translateX(5px);

}

/* Responsive */

@media(max-width:1200px){

.faq-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.faq-section{

padding:70px 0;

}

.section-title h2{

font-size:38px;

}

.section-title p{

font-size:16px;

}

.faq-grid{

grid-template-columns:1fr;

}

.category-card{

min-height:auto;

padding:30px;

}

}


.faq-list-section{
    max-width:1200px;
    margin:60px auto;
}

.faq-item{

    background:#fff;

    border:1px solid #ece9fb;

    border-radius:18px;

    display:flex;

    align-items:flex-start;

    gap:22px;

    padding:28px 24px;

    margin-bottom:18px;

    transition:.3s ease;

}

.faq-item:hover{

    border-color:#d7d0fb;

    box-shadow:0 12px 30px rgba(75,42,200,.06);

}
.faq-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #a2007e14;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-icon svg{

    width:22px;

    height:22px;

    stroke:#3217a4;

    stroke-width:1.8;

    fill:none;

    stroke-linecap:round;

    stroke-linejoin:round;

}

.faq-content{

    flex:1;

}

.faq-content h3{

    font-size:20px;

    font-weight:700;

    color:#000000;

    margin:0 0 10px;

    line-height:1.4;

}

.faq-content p{

    margin:0;

    color:#000000;

    font-size:17px;

    line-height:1.8;

}

.faq-arrow{

    font-size:32px;

    color:#b9aee7;

    line-height:1;

    margin-top:5px;

    font-weight:300;

}

@media(max-width:768px){

.faq-item{

flex-direction:column;

gap:18px;

padding:24px;

}

.faq-arrow{

display:none;

}

.faq-content h3{

font-size:18px;

}

.faq-content p{

font-size:15px;

}

}

@media(max-width:767px){
	.faqlistwrap {
		display: flex;
		flex-wrap: wrap;
	}
	.customsidebar {
		order: 2;
	}
}