/*Write Css*/
.barberShop_testimonial_area .container {
    max-width: 100%;
    
}

/*.construction_blog_area .featured-blog .container{*/
/*    max-width: 100%;*/

/*}*/

.construction_blog_area .container {
    max-width: 100%;
    padding: 0 12px;
}

.brand-slider-marquee {
    height: 150px; /* adjust based on how tall you want the section */
    display: flex;
    align-items: center;   /* center logos vertically */
    overflow: hidden;
}

.singleBlog-global .blogCaption .tittle {
    font-weight: bold !important;
}

.header-wrapper .headermid-wrapper {
    padding: 0 !important;
}

.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: #000000 !important;           /* change color if needed */
    text-decoration: none !important; /* remove underline */
}

.progressParent.rn-backto-top-active {
    display: none;
}

.eventListing #listproducttop {
    margin: 0 !important;
}

.bags .singleProduct .productCap .global-card-contents-title a {
    color: #222 !important;
    font-size: 18px !important;
}

.bags .singleProduct .productCap .global-card-contents-title a:hover {
    color: var(--heading-color) !important;
}

.bags .singleProduct .productCap .global-card-contents-title {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.tabsproducts-listing .tag {
    /* height: auto !important; */
    color: #222 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.categoryListing h2,
.categoryListing h5{
    font-size: 21px;
    color: #222;
    font-weight: 500;
}

.top-mobcategory .category-lists li .cat-no {
    display: block !important;
}

.categoryListing .shop-left-list .category-lists .singleOption {
    flex-direction: row !important;
    background: #f1f1f1;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
}

.categoryListing .shop-left-list .category-lists .singleOption a {
    color: #222 !important;
    font-weight: 600;
}

.mango-product-tabs-container .product-container img {
    height: 210px;
}

.bags .footer-widget .newsletter-footer input.email {
    height: auto !important;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #ddd !important;
    padding-right: 80px !important;
}

.newsletter-footer {
    position: relative;
}

.newsletter-footer .footer_tenant_newsletter_submit {
    position: initial !important;
    background: var(--button-color) !important;
    height: auto;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter-footer .form-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.footer-wrapper.style-3 .copyright a {
    color: #222 !important;
}

.footer-wrapper hr {
    display: none;
}

.footer-wrapper .footer-columns-entry {
    padding-bottom: 0 !important;
}

.agro_banner_temp2 .sliderArea .slick-slider {
    margin: 0;
}

.tabsproducts-listing h2,
.mango-product-container .mango-section-title h2{
    padding: 0 !important;
} 

.tabs-container {
    margin: 0 !important;
}

.tabs-container .products-gridall:before,
.tabsproducts-listing .swiper-tabs:before{
    display: none;
}

.mango-product-tabs-container .product-container .product-card-content .price {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 5px;
}

.mango-product-tabs-container .product-container .product-card-content .price .prev {
    color: #222;
    font-size: 12px;
}

.furniture-footer-1:before,
.footer-bottom-navigation:before{
    display: none !important;
}

.footer-wrapper,
.footer-bottom-navigation{
    background: #f1f1f1 !important;
}

.footer-columns-entry .listing li {
    margin: 0 0 20px 0;
}

footer .footer-tittle .listing-info a {
    line-height: 1.5;
    font-size: 14px !important;
}

.footer-columns-entry .row > div {
    width: 20%;
}

.footer-columns-entry .row {
    display: flex;
}

.footer-columns-entry .listing li a,
.footer-wrapper.style-3 .footer-columns-entry p {
    font-size: 14px !important;
}

.newsletter-footer .footer_tenant_newsletter_submit {
    font-size: 12px;
    padding: 12px 12px;
}

.newsletter-footer .form-message-show {
    position: absolute;
    right: 0;
    width: 280px;
    top: 50px;
}

.dashboard-left-content .close-bars {
    display: none !important;
}

.navigation-footer .socials-box a .fa-whatsapp:before {
    content: "\f232";
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.navigation-copyright {
    text-align: right;
    font-size: 12px;
}

.navigation-copyright p {
    color: #fff;
}

@media (max-width: 1200px){
    .sliderAreaInner .breadcrumb {
        padding: 0;
    }

    .bags .bags-bradcrumb-nav ul li {
        border: none;
        display: flex;
        align-items: center;
    }
}