/*Write Css*/

.barberShop_testimonial_area .container {
    max-width: 100%;
    padding: 0 12px;
}

.newClass {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
li.breadcrumb-item{
    font-size: 21px;
    font-weight: 700 !important;       /* force bold */
    line-height: 1.5;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;  /* system fonts with bold available */
}
 
.singleBlog-global .blogCaption .tittle {
    
    font-weight: bold !important;
   
   }







@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) {
  /* Make item itself small and round */
  .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; /* spacing between items */
  }

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

  /* Make the stage display flex so items wrap nicely */
  .owl-stage {
    display: flex !important;
    justify-content: start;
    gap: 5px; /* space between items */
  }

  /* Optional: remove Owl Carousel inline width */
  .owl-item {
    width: auto !important;
  }
}  



/** For Heading Part */
.header-top-entry .title {
    display: flex !important;         /* forces flexbox layout */
    align-items: center !important;   /* vertically centers the items */
    gap: 8px !important;              /* space between icon, text, and number */
    justify-content: flex-start !important; /* aligns the content to the left */
    white-space: nowrap !important;   /* prevents text from wrapping to next line */
    flex-wrap: nowrap;                /* ensure no wrapping */
}

.header-top-entry .title a {
    margin: 0 !important;             /* remove any margin */
    color: #fff !important;           /* change color if needed */
    text-decoration: none !important; /* remove underline */
}
