/*Write Css*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


h1,h2,h3,h4,h5,h6,.btn {

    font-family: 'Playfair Display', serif !important;
}


a,p,small,li,span {
    font-family: 'Poppins', sans-serif !important;
}

/* ########## Menu ########## */
.headermid-wrapper .main-nav li a {
    font-family: 'Playfair Display', serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: black !important;
}
.headermid-wrapper .main-nav li a:hover {
    color: #3B2935 !important;
}




/* ########### Homepage ########### */
.furniture .headermid-wrapper {
    padding:1px 0px !important;
}


/* ########### Removing login ########### */
.form-Wrapper .cmn-btn-outline0 {
    display: none !important;
}

/* ############ Aboutus page ########## */
.aboutCaption-global .pera {
    color: black !important;
}


/* ########### Produts ############ */
.mango-product-tabs-container .product-container .product-card-content .tag {
    font-size: 13px !important;
    Font-weight: 600 !important;
}

.promo-banner-box, .promo-banner-box .cat-contents {
    height: 204px !important;
    weight: 236px !important;
}
   

/* ############# Misiion Vision ############ */
/* --- Global Brand Colors --- */
:root {
    --yoli-red: #633058;
    --yoli-blue: #2E212B;
}

/* Container Spacing */
.wedding_bannerbottom_area {
    background-color: #f8f9fa !important;
}

/* Individual Card Styling */
.wedding_bannerbottom__single {
    background: #ffffff !important;
    border-radius: 40px !important; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    padding: 40px 30px !important;
    margin-top: 50px !important;
    position: relative !important;
    overflow: visible !important;
    border: none !important;
}
.wedding_bannerbottom__single__contents a {
    display: block !important;
    text-decoration: none !important;
    width: 200px !important;
    height: 60px !important;
    line-height: 50px !important;
    text-align: center !important;
    position: absolute !important;
    top: -45px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 25px 25px 0 0 !important;
    z-index: 2 !important;
}
.col-lg-6:first-child .wedding_bannerbottom__single__contents a {
    background-color: var(--yoli-red) !important;
}

.col-lg-6:last-child .wedding_bannerbottom__single__contents a {
    background-color: var(--yoli-blue) !important;
}

.wedding_bannerbottom__single__contents a::after {
    content: "" !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 50% !important;
    margin-left: -15px !important;
    border-width: 15px 15px 0 !important;
    border-style: solid !important;
}

.col-lg-6:first-child .wedding_bannerbottom__single__contents a::after {
    border-color: var(--yoli-red) transparent transparent transparent !important;
}

.col-lg-6:last-child .wedding_bannerbottom__single__contents a::after {
    border-color: var(--yoli-blue) transparent transparent transparent !important;
}


.wedding_bannerbottom__single__title {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}


.wedding_bannerbottom__single__flex {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}


.wedding_bannerbottom__single__thumb {
    flex: 0 0 80px !important;
    text-align: center !important;
    font-size: 45px !important;
}


.wedding_bannerbottom__single__contents {
    border-left: 2px solid #eee !important; 
    padding-left: 25px !important;
}

.wedding_bannerbottom__single__para {
    color: black !important;
    line-height: 1.8 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .wedding_bannerbottom__single__flex {
        flex-direction: column !important;
        text-align: center !important;
    }
    .wedding_bannerbottom__single__contents {
        border-left: none !important;
        border-top: 1px solid #eee !important;
        padding-left: 0 !important;
        padding-top: 20px !important;
    }
}




/* ############## Footer ############## */
.footer-columns-entry * {
    font-weight: 400 !important;
}

/* ############ Testimonial ############# */

/* Title styling + width control */
.barberShop_sectionTitle .title {
    margin: 0 auto !important;
}

/* testimonial section full width control */
.barberShop_testimonial_area .container {
    max-width: 1400px !important;
    width: 100% !important;
}


/* ########## Blog Of Homepage ############# */
.construction_blog_area.featured-blog .construction_sectionTitle__two {
    justify-content: center !important;
    padding-bottom: 10px;
}

.construction_blog_area.featured-blog .construction_sectionTitle__two .title {
    margin: 0 auto !important;
}

.construction_blog_area .container {
    max-width: 1400px !important;
    width: 100% !important;
}
.construction_blog__contents__title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


/* ########## Blog page ############ */
.singleBlog-global .blogCaption .tittle {
    font-weight: 600 !important;
}




/*########  Hide search icon/button #######  */
a#search {
    display: none !important;
}

/* ########### Product shop page ########### */
.coupon-contents-details-list-item {
    color: black !important;
}



/* ############ Footer icon ############ */
/* Force Font Awesome icons to show properly */

.footer-widget .listing-info .singleLinks2 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
}

/* Main icon fix */
.footer-widget .listing-info .singleLinks2 i {
    display: inline-block !important;
    font-family: "Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-size: 18px !important;
    width: 22px !important;
    text-align: center !important;
    line-height: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Phone icon */
.footer-widget .listing-info li:nth-child(1) i:before {
    content: "\f095" !important;
}

/* Email icon */
.footer-widget .listing-info li:nth-child(2) i:before {
    content: "\f0e0" !important;
}

/* Location icon */
.footer-widget .listing-info li:nth-child(3) i:before {
    content: "\f3c5" !important;
}




 

  
/* ############# Mobile Responisve ############### */
@media (max-width: 576px) {
    .furniture .header-top .topheader-wrapper .title a {
        line-height: 0.2 !important;
    }
    .furniture .header-middle .logo-wrapper img {
        height: 40px !important;
    }
     .tabsproducts-listing {
        margin-top: -33px !important;
       
    }
    .mango-product-tabs-container .product-row, .mango-product-container .product-row {
        padding: -4px 0 1px 0;
    }
    .offer-area-info-block .button.style-6 {
        padding: 4px 7px !important;
        font-size: 12px !important;
        border-radius: 35px !important;
    }
    
    
}




/* ######### Category########## */
@media (max-width: 576px){
    .tabsproducts-listing .section-title h2 {
        font-size: 26px !important;
    }
    .logo-wrapper {
        
    }
    .item{
        width:100px;
        height:178px;
    }
    .nav-item{
            padding: 0 30px;
    }
}
 
/* Mobile carousel items round and small */
@media (max-width: 430px) {
 .promo-banner-box,
 .promo-banner-box .cat-contents { 
   height: 110px !important; 
   width: 110px !important; 
   border-radius: 50%; 
   overflow: hidden;
   margin: auto;
 }

 .promo -banner-box img { 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: cover; 
   border-radius: 50%; 
     
 }
}

@media (max-width: 430px) {
  .owl-item .item {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px; 
  }

  .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }


  .owl-stage {
    display: flex !important;
    justify-content: start;
    gap: 0px; 
  }

  
  .owl-item {
    width: auto !important;
  }
}



@media (max-width: 430px) {
   .mango-product-container {
      padding-bottom: 0 !important;
   }
    
    
}