/*Write Css*/
.barberShop_testimonial_area .container {
    max-width: 100%;
    
}

.services-thumb .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .services-thumb {
    padding-left: 10px;
    padding-right: 10px;
  }


.singleBlog-global .blogCaption .tittle {
    font-weight: bold !important;
    color: #44302e !important;
}

.header-wrapper .headermid-wrapper {
    padding: 0 !important;
}

 .mango-product-container .product-row {
    padding: 0 !important;  /* <-- set this */
 }

.mango-product-tabs-container .mango-section-title {
    margin-bottom: 0 !important;
}

/* Add this to your stylesheet or in cPanel custom CSS */
.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 */
}


/* 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;
  }
}

.agency_banner img {
    height: 150px !important;
    max-height: 150px !important;
}


/* for brand */

.agency_banner .brand-slider-marquee img {
    height: 150px;
    object-fit: contain !important;
    width: auto; /* or 150px if you want a fixed width */
}


