.hero-slider-section{
    padding:0;
}

.hero-slider-section .container{
    width:100% !important;
    max-width:100% !important;
    margin:auto;
}

.hero-slider{

    overflow:hidden;

    visibility:hidden;

    opacity:0;

    transition:opacity .2s ease;

}

.hero-slider.slider-loaded{

    visibility:visible;

    opacity:1;

}

.hero-slider img{

    width:100%;

    display:block;

    height:auto;

}

.hero-slider .slide{

    outline:none;

}

.slick-dots{

    bottom:20px;

}

.slick-dots li button:before{

    color:#fff;

    opacity:.6;

    font-size:12px;

}

.slick-dots li.slick-active button:before{

    opacity:1;

}
div.container{
    width: 100%;
    max-width: 1240px;
    padding:0 20px;
}

.home-best-sellers{
    background-color: rgba(122, 30, 30, 0.1);
}



.why-choose-section{

    padding:90px 0;

    background:#fff;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr) !important;

    gap:30px;

}

.why-card{

    position:relative;

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    padding:35px 25px;

    box-shadow:0 8px 22px rgba(0,0,0,.12);

    transition:.3s;

}

.why-card:hover{

    transform:translateY(-5px);

}

.corner-shape{

    position:absolute;

    top:0;

    right:0;

    width:90px;

    height:90px;

    background:#d7b1b1;

    border-radius:0 0 0 100%;

}

.why-icon{

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.why-icon img{

    max-width:80px;

    height:auto;

}

.why-card h3{
    line-height:1.3;
    color:#7A1D1D;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif;
}

.why-card p{
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    margin:0;
font-weight: 600;
    line-height:1.7;
    color: #000000 !important;
font-size: 14px;
}

@media(max-width:991px){

    .why-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:767px){

    .why-grid{

        grid-template-columns:1fr;

    }

    .why-card{

        padding:30px 20px;

    }

}


.page-template-template-home-new h2 {
    font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #7a1e1e !important;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-align: center;
}

.page-template-template-home-new .why-card h3 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 28px;
      font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif;
}

.hot-products-section{
 padding-top:50px;
padding-bottom:80px;   
}

.bestseller-section {
padding-top:80px;
padding-bottom:80px;  
background-color: rgba(122, 30, 30, 0.1) !important;
}
.bestseller-wrapper{
 padding-top:20px;
}

.why-grid{
 padding-top:50px;
}

.why-choose-section{
padding-top:80px;
padding-bottom:80px;
}

.shop-category-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(122, 30, 30, 0.1) !important;
}

.shop-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    padding-top:20px; 
}

.all-products-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.all-products-section .ts-filter-buttons{
    padding-top:20px;
  padding-bottom:20px;
}
.view-all-wrapper {
    text-align: center;
    margin-top: 60px;
}

.view-all-btn {
    display: inline-block;
    max-width: 220px;
    width:100%;
    padding: 5px 20px;
    background: #8B2222;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #8B2222;
    font-family: inherit;
}

.view-all-btn:hover {
    background: #fff;
    border-color: #741b1b;
    color: #7a1e1e;
}

.about-section {
    padding: 80px 0;
    background: #f7f2f2;
}    
.about-subtitle {
    font-family: "Courgette";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.about-title{
    text-align:left !important;
}

.about-text {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: rgb(0, 0, 0);
}
.about-text p {
    margin: 0 0 20px;
}
.about-wrapper{
display:grid;
    grid-template-columns:1fr 1fr;
gap:30px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width:100%;
    padding: 10px 10px;
    background: #8B2222;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: 2px solid #8B2222;
    cursor: pointer;
}
.about-btn:hover {
    background: #fff;
    border-color: #741b1b;
    color: #7a1e1e;
}

.instagram-feed-section{
    padding:80px 0px;
    background-color: #7a1e1e !important; }

.instagram-feed-section .section-heading h2{
    color:white !important;
}

.marketplaces-section {
    padding:80px 0px;
}
.marketplaces-section .section-heading h2{
    color:#7a1e1e !important;   
}
.marketplaces-wrapper{
 display:flex;
 justify-content:center;
 align-items:center;
 gap: 30px;
padding-top:20px;
}


.testimonials-section {
    background-image: url("https://kaverimehendi.in/wp-content/uploads/2025/12/Section-1-scaled-1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0; /* Adjust as needed */
    position: relative;
}

.testimonials-subtitle {
    font-family: 'Courgette', handwriting;
    font-weight: 700;
    color:black;
width:100%;
    
}
.testimonials-heading{
 text-align:center;
    padding-bottom:20px;
}






.blogs-heading{
 text-align:center;   
}
.blogs-subtitle{
 font-family: 'Courgette', handwriting;
    font-weight: 700;
    color: black;
}

/* ===========================
   Blogs Section
=========================== */

.blogs-section{
    padding: 80px 0;
    background: #fff;
}

.blogs-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-top: 50px;
}

.blog-card{
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s ease;
}

.blog-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.blog-image{
    display:block;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.blog-card:hover .blog-image img{
    transform:scale(1.08);
}

.blog-content{
    padding:24px;
}

.blog-title{
    font-size:22px;
    font-weight:700;
    line-height:1.3;
  font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif !important;
    color: #000000 !important;
}

.blog-title a{
    color:#181818;
    text-decoration:none;
    transition:.3s;
}

.blog-title a:hover{
    color:#8b2222;
}

.blog-excerpt{
    font-size:14px;
    line-height:1.8;
    color:rgb(102, 102, 102);
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.blog-read-more{
    display:inline-block;
    position:relative;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    color:#8b2222;
    text-decoration:none;
    letter-spacing:.5px;
    padding-top:10px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}

.blog-read-more::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:48px;
    height:2px;
    background:#8b2222;
    transition:.3s;
}

.blog-read-more:hover::after{
    width:80px;
}

/* ===========================
   View More Button
=========================== */

.blogs-button{
    text-align:center;
    margin-top:40px;
}

.view-more-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    max-width:260px;
width:100%;
padding: 10px 20px;
    background:#8b2222;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    border-radius:3px;
    transition:.3s;
}

.view-more-btn:hover{
    background:#6d1818;
    color:#fff;
}


.marketplaces-wrapper .marketplace-logo {
    width: auto;
    max-width: 190px;
    transition: transform 0.2s ease;
    max-height: 100% !important; 
}



.hero-slider-section .slick-dots {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    position: absolute;
    left: 50%;
    top: 94%;
    transform: translate(-50%, -50%);
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    width: fit-content;
}
.hero-slider-section .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 3px solid #7a1e1e;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
.hero-slider-section .slick-dots li.slick-active button {
    background: #7a1e1e;
    border-color: #ffffff;
}
.hero-slider-section .slick-dots li button:before {
    content: unset;
}


/* ===========================
   Responsive
=========================== */

@media (max-width:991px){

    .blogs-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:767px){

    .blogs-section{
        padding:50px 0;
    }

    .blogs-wrapper{
        grid-template-columns:1fr;
        gap:24px;
    }

    .blog-image img{
        height:220px;
    }

    .blog-content{
        padding:20px;
    }

    .blog-title{
        font-size:22px;
    }

    .blog-excerpt{
        font-size:15px;
    }

    .view-more-btn{
        width:100%;
        max-width:280px;
    }

.marketplaces-wrapper .marketplace-logo {
    
    max-width: 100px;
   
}


}




/* responive */

/* Tablet */
@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    .shop-category-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 5 px;
        column-gap: 5 px;
    }
}

/* Mobile  */
@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

     .about-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-right {
        text-align: center;
    }

    .about-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    .instagram-feed-wrapper #sbi_images{
    grid-template-columns:1fr 1fr !important;
}
}


@media (max-width: 768px){
.page-template-template-home-new h2 {
    font-size:24px;
}

.page-template-template-home-new .why-card h3 {
    font-size:19px !important;

}

.testimonials-section .slick-dots li button:before {
   content: unset;
}

.hot-products-section,
.bestseller-section,
.why-choose-section,
.shop-category-section,
.all-products-section,
.about-section,
.instagram-feed-section,
.marketplaces-section,
.testimonials-section,
.blogs-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

}