/* Styling for social media icons */
.social-icon {
    display: inline-block;
    border-radius: 50%; /* Circular shape */
    padding: 10px; /* Padding inside the circle */
    transition: all 0.3s ease-in-out; /* Smooth transition on hover */
    font-size: 24px; /* Size of the icons */
    color: #fff; /* White color for the icons */
    background-color: #333; /* Dark background color for the icons */
}

.social-icon:hover {
    background-color: #25D366; /* Change background color on hover (green for WhatsApp example) */
    transform: scale(1.1); /* Slight zoom effect on hover */
}

/* Center footer quick links and social icons */
footer .container > .row.align-items-center {
    justify-content: center;
}

footer .container > .row.align-items-center > [class*="col-"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center !important;
}

footer .container > .row.align-items-center ul.list-inline {
    display: inline-flex !important;
    align-items: center;
    justify-content: center !important;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

footer .container > .row.align-items-center .list-inline-item {
    float: none;
}

/* Shared styling for static hero banners */
.hero-static-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 433px;
    width: 100%;
}

.hero-static-banner img {
    display: none;
}

/* Seller benefits layout */
.seller-benefits {
    padding: 2.5rem 0;
}

.seller-benefit-item {
    max-width: 360px;
    margin: 0 auto;
    padding: 0.75rem 0;
}

@media (max-width: 767.98px) {
    .seller-benefits {
        padding: 0.85rem 0;
    }

    .seller-benefits h2 {
        font-size: 1.35rem;
        margin-bottom: 0.6rem;
    }

    .seller-benefits .row.g-3 {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .seller-benefit-item {
        max-width: 100%;
        padding: 0.3rem 0;
    }

    .seller-benefit-item .fa-2x {
        font-size: 1.35rem !important;
    }

    .seller-benefit-item p {
        font-size: 0.9rem;
        margin-bottom: 0;
        line-height: 1.35;
    }
}

/* Brands section spacing */
.brands-section {
    padding: 2.5rem 0;
}

.brands-section .brand-title {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .brands-section {
        padding: 1.5rem 0 !important;
    }

    .brands-section .container {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .brands-section .row.text-center.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .brands-section .brand-title {
        font-size: 2rem;
    }

    .hero-static-banner {
        height: auto;
        background-image: none !important;
    }

    .hero-static-banner img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    #template-mo-zay-hero-carousel .carousel-inner {
        max-height: none !important;
    }

    #template-mo-zay-hero-carousel .carousel-item {
        height: auto !important;
        min-height: 0;
        background-image: none !important;
        background-color: transparent !important;
    }

    #template-mo-zay-hero-carousel .carousel-indicators {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #template-mo-zay-hero-carousel .carousel-inner {
        max-width: none !important;
        width: 100%;
        margin: 0;
    }

    .hero-static-banner img {
        display: none !important;
    }
}


.b2b2x-card-wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .b2b2x-card-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
