.px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
ection.featured .container > .row:last-child {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
section.featured .container > .row:last-child > div {
    margin-bottom: 0 !important;
    flex: 1;
    padding: 0;
    position: relative;
}
.home-section-2-categories-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

@media(max-width: 767px){
    #best-collection + section .slider-arrow {
        display: none;
    }
    .banner-features h4 {
        font-size: 14px !important;
    }
    .featured {
        padding-top: 0 !important;
    }
    .featured .container > .row:last-child {
        gap: 10px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .featured .container > .row:last-child > div {
        min-width: 130px;
    }
    /* #best-collection + section .slider-arrow{
        right: -20px;
        margin-top: -40px !important;
    } */
    .shop_slider {
        padding-left: 8px;
        padding-right: 8px;
    }
    .popular-categories {
        padding-left: 20px;
        padding-right: 20px;
    }
    section#best-collection,
    section#best-collection + section {
        padding-left: 8px;
        padding-right: 8px;
    }
    .donetion .business_with_us_row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .donetion .business_with_us_row > div {
        flex: 1;
        min-width: calc(100% / 3);
        padding: 0 !important;
        margin: 0 !important;
    }
}
.huzurr-blog-card{
        height: unset !important;
    }
@media(max-width: 500px){
    .product-cart-wrap .product-content-wrap .product-price span.old-price {
        font-size: 12px !important;
    }
    /* #best-collection + section .heading-tab {
        margin-bottom: 20px;
    } */
    .product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
        top: 0 !important;
        right: -15px !important;
    }
}

.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
}

@media(min-width: 1400px){
    .popular-categories .slider-arrow{
        right: -20px;
        margin-top: -10% !important;
    }
}

@media(min-width: 992px){
    /* #best-collection + section .slider-arrow{
        right: -20px;
        margin-top: -10% !important;
    } */
}

@media(min-width: 768px) and (max-width: 991px){
    /* #best-collection + section .slider-arrow{
        right: -20px;
        margin-top: -70px !important;
    } */
}

@media(max-width: 600px){
    #all-blogs {
        display: flex;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
    }
    .product-content-wrap button.btn {
        padding: 10px 12px !important;
        font-size: 12px;
    }
}

#best-collection + section .heading-tab {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
    top: 0 !important;
}
.product-cart-wrap .product-action-1.show {
    top: 15px !important;
}


/* fixed buttons css*/

.floating-buttons {
    position: fixed;
    bottom: 200px;
    display: flex;
    gap: 20px;
    z-index: 99;
    width: 100%;
    padding: 0 20px;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.floating-buttons .fa-solid {
    font-size: 15px;
}

/* Base button style */
.fab-btn {
position: relative;
width: 46px;
height: 46px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
font-size: 24px;
transition: transform 0.2s ease, box-shadow 0.2s ease;

/* thoda subtle float animation */
animation: fab-float 2.5s ease-in-out infinite;
}

/* Outer darker circle */
.fab-btn::before {
content: "";
position: absolute;
inset: -8px;
border-radius: 50%;
background: rgb(129 129 129 / 89%);
z-index: -1;

/* pulse animation for outer circle */
animation: fab-pulse 1.8s ease-out infinite;
}

/* Phone colors */
.fab-phone {
background: #000;
}

/* WhatsApp colors */
.fab-whatsapp {
background: #25d366;
}

/* Hover / active effects */
.fab-btn:hover {
transform: translateY(-3px) scale(1.03);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
.fab-btn:active {
transform: translateY(0) scale(1);
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

/* Keyframes – yahi animation banayenge */
@keyframes fab-pulse {
0% {
    transform: scale(1);
    opacity: 0.5;
}
70% {
    transform: scale(1.2);
    opacity: 0;
}
100% {
    transform: scale(1.2);
    opacity: 0;
}
}

@keyframes fab-float {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-2px);
}
100% {
    transform: translateY(0);
}
}

/* Responsive */
@media (max-width: 480px) {
.floating-buttons {
    bottom: 350px;
    gap: 20px;
    flex-direction: column;
}
.fab-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
}

.marketing-business h2.main-heading {
    font-weight: 700;
    color: #ee6910;
}
.service-stories .company-title {
    color: #ee6910;
}
.service-stories-slider .services-title {
    color: #ee6910;
}