.bg-violet{
    background-color: #f1eef7;
}
.bg-orang{
    background-color: #fef4eb;
}
.bg-green{
    background-color: #f3fbe6;
}
.about.sec-02{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.about.sec-04{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.about .section-content .row-collapse{
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 30px;
}
.about .thumb .col-inner{
    padding:30px;   
}
.about .desc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .desc .col-inner{
    max-width: 520px;
    margin: 0 auto!important;
}
.about .desc .section-title {
    justify-content: center;
}
.about .desc .section-title span{
    font-size:28px;
    color: #2a0e14;
    letter-spacing: 0;
    line-height: 1.3;
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
}
.about .desc .section-title b{
    display: none;
}

.faqs .section-title-main {
    border-bottom: none;
    text-transform: none;
}
.faqs .section-title {
    border-bottom: none;
}
.faqs h3 {
    font-family: Nunito,sans-serif !important;
    font-size: 28px;
    color: #3c3c3c;
}
.faqs h2 {
    font-size: 34px;
    color: #3c3c3c;
}
.section.faqs.page-faq .row-collapse{
    padding: 0 250px;
} 
.faqs .section-title b {
    background-color: transparent;
}

.faqs button.toggle i {
    color: #3c3c3c !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.home-faq.faqs .accordion-title.plain {
    padding: 20px 80px 20px 0;
}
.faqs .search-faqs .flex-col.flex-grow {
    background-color: #ffffff !important;
    border: 1px solid !important;
}
.faqs .search-faqs .flex-col.flex-grow input {
    background-color: #ffffff !important;
}
.faqs .search-faqs .searchform .button.icon i {
    color: #3c3c3c !important;
}

.gallery-p .text .gallery-heading{
    color: #2f1010;
}
.gallery-p .text p{
    margin: auto;
    max-width: 600px;
}
.gallery-p #gallery-wrapper {
    display: grid;
}
.gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}
.gallery-p .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    aspect-ratio: 1 / 1;
    padding: 0 !important;
}
.gallery-p .gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: center;
}
.gallery-p .gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: hsla(132, 1%, 0%, 0.5);
    opacity: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    transition: opacity 0.3s ease;
    font-size: 14px;
    border-radius: 15px;
}
.gallery-p .gallery-overlay strong {
    font-size: 18px;
    line-height: 1.2;
}
.gallery-p .gallery-overlay span {
    font-size: 16px;
    line-height: 1.5;
}
.gallery-p .gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.gallery-p .gallery-item:hover img {
    transform: scale(1.05);
}
#load-more-gallery {
    margin: 20px auto;
    max-width: 140px;
    background: var(--fs-color-secondary);
    color: var(--white);
    font-size: 16px;
    border-radius: 30px;
    text-transform: none;
}
.gallery-p {
    padding: 0 !important;
}

.blog-p .search-blogs .site-menu-blogs {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 1rem;
    padding: 0;
    white-space: nowrap;
    font-size: 16px;
}
.blog-p .site-menu-blogs li:hover a,.blog-p .site-menu-blogs li.active a{
    color: var(--white) !important;
}
.blog-p .site-menu-blogs li:hover,.blog-p .site-menu-blogs li.active{
    background: #2f2f2f;
}
.blog-p .site-menu-blogs li{
    background: #fafafa;
    padding: 12px 18px;
    border-radius: 4px;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border: 1px solid #838282;
    margin: 0;
}
.blog-p  .is-divider {
    display: none;
}
.blog-p .box-image .image-cover {
    position: relative;
    display: block;
    padding-top: 360px;
}
.blog-p .box-image .image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.blog-p .box-image {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 26px;
}
.blog-p .box-text .post-meta {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}
.blog-p .box-text .post-title {
    font-family: "Nunito Sans", sans-serif !important;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #3c3c3c;
    font-size: 1.6rem;
}

.blog-p .trending-posts ul li {
    padding-right: 8px;
    font-weight: 600;
    color: #898888;
    margin: 0;
}
.blog-wrapper.blog-archive.page-wrapper > .row .blog-p{
    padding: 30px 0;
}
.blog-wrapper.blog-archive.page-wrapper > .row  .large-10.col{
    flex-basis: 100%;
    max-width: 100%;
    max-width: 1210px;
    padding: 0;
}
.blog-p .trending-posts{
    padding: 5px 0;
    margin-top: 20px;
}
.blog-p .trending-posts ul
 {
    justify-content: center;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 1rem;
    padding: 0;
    white-space: nowrap;
    font-size: 16px;
}
.blog-p .trending-posts ul li a {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
    color: #838282;
}
.blog-p .trending-posts ul li img {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 5px;
}
.single-blog-wrapper{
    max-width: 930px;
    margin: 0 auto;
}
.article__pagination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.article__pagination--prev {
    margin-right: auto;
    padding-right: 10px;
}
.article__pagination--next {
    margin-left: auto;
    padding-left: 10px;
}
.article__pagination--item {
    display: block;
    width: 100%;
    max-width: 170px;
}
.article__pagination .button.button--secondary{
    background: #ffa6c9;
    border-color: rgba(0,0,0,0);
    color: #3c3c3c;
    text-transform: capitalize;
    background-origin: border-box;
    transition: 500ms cubic-bezier(.25, .46, .45, .94);;
    transition-property: color, background, background-color, border;
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 130px;
    max-width: 100%;
    display: block;
    margin: 0;
}
.blog-product-carousel {
    overflow-x: hidden;
    padding-bottom: 10px;
    padding-top: 40px;
    position: relative;
}
.carousel-wrapper{
    display: flex;
    gap: 20px;
    overflow-x: hidden;
}
.blog-product-carousel .product-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    scroll-snap-align: start;
    position: relative;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
}
.blog-product-carousel .product-item p.product-title {
    padding: 15px 0 0 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.blog-product-carousel .product-item p.product-title a {
    text-decoration: none;
    font-weight: 400 !important;
}
.buy-now-button {
    margin-top: 10px;
    color: #3c3c3c;
    font-weight: 700;
    display: inline-block;
    background-color: #ffa6c9;
    padding: 6px 16px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
}
.article-body img {
    margin: 0 auto;
    width: 600px;
    border-radius: 24px;
    max-width: 100%;
    height: auto;
}
.breadcrumb {
    padding: 35px 0 10px;
}
.article-header {
    margin-bottom: 28px;
}
.article-header .title{
    padding-bottom: 0px;
    line-height: 44px;
    font-size: 34px;
    text-align: center;
    color: #e65d8e;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif !important;
}
.article-header .info{
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}
.related-posts-section{
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}
.related-posts-section > h3.title{
    font-size: 3.2rem;
    color: #232323;
    margin-bottom: 35px;
}
.related-posts-section .post-item h5.post-title{
    font-size: 2rem;
    font-family: "Nunito Sans", sans-serif !important;
    color: #3c3c3c;
}
.related-posts-section .post-item h5.post-title:hover{
    text-decoration: underline;
}
.related-posts-section .post-item .image-cover{
    padding-top: 356px;
    border-radius: 24px;
}
.related-posts-section .post-item .image-cover:hover img {
    transform: scale(1.06);
}
@media (min-width: 768px) {
    .blog-product-carousel .product-item {
        min-width: 32%;
        flex: 0 0.5 auto;
    }
}