/*Blog Page CSS*/

.blogBtn {
	align-items: center;
    display: flex;
    justify-content: center;
	gap:4px;
}
.blogBtn .fas{
	font-weight:400 !important;
}


.blogFaq .repeater {
    display: flex;
    flex-direction: column;
    gap: 8px;
	width:700px
}

.blogFaq .repeater-row {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
}

.blogFaq .repeater-field.title {
	position: relative;
    padding: 24px 50px 24px 24px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    font-family: 'Inter';
	display:block !important;
}

.blogFaq .repeater-field.title::before {
    content: "" !important;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 18px;
    background-image: url(/wp-content/uploads/2026/08/Ac-SVG.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.blogFaq .repeater-field.title::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 300;
}

.blogFaq .repeater-field.description {
    display: none !important;
    padding: 0 50px 20px 24px;
    color: #FFFFFFCC;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
	font-family: 'Inter' !important;

}

.blogFaq .repeater-field.description p {
    margin: 0;
}

.blogFaq .repeater-row.active .repeater-field.description {
    display: block !important;
}

.blogFaq .repeater-row.active .repeater-field.title::after {
    content: "×";
}
.blogFaq .repeater-row.active {
    background: #1D1D1D !important;
    border: 1px solid rgba(255, 255, 255, 0.17) !important;
}
.blog-contentP h3{
	font-size:28px !important;
	line-height:38px !important;
	margin-bottom:14px !important;
	padding-top:0 !important;
}

.blog-contentP h2{
color: #F8FAFC;
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    font-family: 'DM Sans';
    padding-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 10px;
}
.blog-contentP p,
.blog-contentP li {
    font-size: 16px !important;
    font-weight: 400;
    line-height: normal;
    color: #A4A4A4;
}
.blog-contentP strong{
	color: #F8FAFC !important;
}
.blogGridTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px){
	.blogFaq .repeater {
		width:100% !important;
	}
	.blog-contentP h2 {
		font-size: 26px !important;
        line-height: normal !important;
        padding-bottom: 18px !important;
        margin-bottom: 18px !important;
	}
	.blog-contentP h3 {
		font-size:20px !important;
		line-height:normal !important;
	}
	.blogFaq .repeater-field.title {
		padding: 24px 24px 24px 15px !important;
    	color: #FFFFFF;
    	font-size: 16px !important;
	}
	.blogFaq .repeater-field.title::before {
		margin-right:4px !important;
	}
	.blogFaq .repeater-field.title::after {
		right:8px !important;
	}
	.blogSWrapp {
		flex-flow:wrap !important;
		gap:10px !important;
	}
	.pouchBlogGrid .nav-links {
		justify-content:center !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
		.blog-contentP h2 {
		font-size: 32px !important;
        line-height: normal !important;
        padding-bottom: 18px !important;
        margin-bottom: 18px !important;
	}
		.pouchBlogGrid .nav-links {
		justify-content:center !important;
	}
}
