@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* ============== Default Element Style ================ */
body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: #424242;
}

h1 {
    font-size: 56px;
    font-family: "Crimson Text", serif;
}

h2 {
    font-size: 50px;
    font-family: "Crimson Text", serif;
}

h3 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Crimson Text", serif;
}

h4 {
    font-size: 28px;
    font-family: "Crimson Text", serif;
}

h5 {
    font-size: 22px;
    font-family: "Crimson Text", serif;
}

h6 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.text-monto {
    font-family: "Montserrat", sans-serif;
}

.gap-line {
    line-height: 38px;
}
/*----font-size:16px----*/
@media (max-width: 1200px) {
    h1 {
        font-size: 45px;
    }

    /*----font-size:64px----*/
    h2 {
        font-size: 40px;
    }

    /*----font-size:40px----*/
    h3 {
        font-size: 30px;
        font-weight: 500;
    }

    /*----font-size:30px----*/
    h4 {
        font-size: 26px;
    }

    /*----font-size:26px----*/
    h5 {
        font-size: 20px;
    }

    /*----font-size:20px----*/
    h6 {
        font-size: 16px;
    }

    /*----font-size:16px----*/
}

@media (max-width: 992px) {
    h1 {
        font-size: 40px;
    }

    /*----font-size:64px----*/
    h2 {
        font-size: 40px;
    }

    /*----font-size:40px----*/
    h3 {
        font-size: 30px;
        font-weight: 500;
    }

    /*----font-size:30px----*/
    h4 {
        font-size: 26px;
    }

    /*----font-size:26px----*/
    h5 {
        font-size: 20px;
    }

    /*----font-size:20px----*/
    h6 {
        font-size: 16px;
    }

    /*----font-size:16px----*/
}

@media (max-width: 576px) {
    h1 {
        font-size: 35px;
    }

    /*----font-size:48px----*/
    h2 {
        font-size: 30px;
    }

    /*----font-size:32px----*/
    h3 {
        font-size: 26px;
        font-weight: 500;
    }

    /*----font-size:26px----*/
    h4 {
        font-size: 22px;
    }

    /*----font-size:22px----*/
    h5 {
        font-size: 18px;
    }

    /*----font-size:18px----*/
    h6 {
        font-size: 14px;
    }

    /*----font-size:14px----*/
}

p,
a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#shop-by-category ul {
    list-style: disc;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.btn {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 9px 35px;
    border: 0px;
}

    .btn:hover {
        color: white;
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn.color-1 {
        background-image: linear-gradient(to right, #336699, #03478a, #336699, #03478a);
    }

.section-padding {
    padding: 60px 0px;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.text-blue {
    color: #2c2c2c;
}

.text-yellow {
    color: #F7FF0B;
}

.bg-blue {
    background: #2c2c2c;
}

.bg-orange {
    background: #F07F00;
}

.btn_theme {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    color: #2920A8;
    font-weight: 600;
    background: #F7FF0B;
    text-decoration: none;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    transition: color 0.4s ease;
}

    .btn_theme::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        z-index: -1;
    }

    .btn_theme:hover::before {
        transform: scaleX(1);
    }

    .btn_theme:hover {
        color: #2920A8;
    }


/* Footer */
#footer a {
    color: #424242;
}

#footer {
    padding-top: 60px;
}

    #footer li {
        margin-bottom: 12px;
    }

#footer {
    background-image: image-set(url('../img/footer-bg.webp') type('image/webp'), url('../img/footer-bg-png') type('image/png'));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_icons .icons,
.btn_icon {
    background: transparent;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border: 1px solid #424242;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 0 0 transparent;
}

.btn_icon {
    color: #fff;
    background-color: #2920A8;
    border-color: #2920A8;
}

/* Hover effect for footer icons */
.footer_icons .icons:hover {
    background-color: #2c2c2c;
    color: #fff;
    border-color: #2c2c2c;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 15px rgba(41, 32, 168, 0.4);
}

    .footer_icons .icons:hover i {
        color: #fff;
    }

/* Hover effect for btn_icon */
.btn_icon:hover {
    background-color: #fff;
    color: #2920A8;
    border-color: #2920A8;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 15px rgba(41, 32, 168, 0.4);
}

    .btn_icon:hover i {
        color: #2920A8;
    }

#footer ul li a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

    #footer ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: transparent;
        transition: background-color 0.3s ease, transform 0.3s ease;
        transform: scaleX(0);
        transform-origin: left;
    }

    #footer ul li a:hover {
        color: #2c2c2c;
        font-weight: 600;
    }

        #footer ul li a:hover::after {
            background-color: #2c2c2c;
            transform: scaleX(1);
        }

#footer a {
    color: inherit;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

    #footer a:hover {
        color: #2c2c2c;
    }

.w_play {
    max-width: 170px;
}

/* wholesale-enquiry */
#wholesale-enquiry {
    background: #2c2c2c;
    color: #fff;
}

@media (max-width: 768px) {
    #wholesale-enquiry img {
        width: 35%;
    }
}

@media (max-width: 576px) {
    #wholesale-enquiry img {
        width: 50%;
    }
}

/*Header */


/*.navbar {
    background: linear-gradient(90deg, #F07F00 0%, #FD8D0F 100%);
}*/

.navbar {
    background: linear-gradient(90deg, #1f1f1f 0%, #2c2c2c 100%);
}



.dropdown_categ {
    position: absolute;
    left: 0px;
}

    .dropdown_categ .nav-link:hover {
        color: #fff !important;
    }

.dropdown-submenu a {
    position: relative;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 8px;
    padding-top: 6px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.navbar .list-unstyled a {
    border-bottom: 0px solid #e2e2e2 !important;
    white-space: break-spaces;
    display: flex;
    align-items: start;
    justify-content: start;
}

    .navbar .list-unstyled a i {
        font-size: 11px;
        padding-top: 5px;
    }

.dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -2px;
    display: none;
    position: absolute;
}

.main_anchor {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.offcanvas-body .nav-link {
    position: relative;
    padding-top: 1.5rem;
    font-weight: 500;
}

#mainNavbar {
    transition: all 0.3s ease-in-out;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.offcanvas-body .nav-link:hover::before,
.offcanvas-body .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #F07F00;
}

.offcanvas-body .nav-link.active,
.offcanvas-body .nav-link:hover {
    color: #F07F00;
}

.main_anchor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #F07F00;
    z-index: -1;
    transition: width 0.3s ease;
}

.main_anchor:hover,
.main_anchor:focus {
    color: #fff;
}

    .main_anchor:hover::before,
    .main_anchor:focus::before,
    .main_anchor.active::before {
        width: 100%;
    }

.nav-item.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border-radius: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    height: 100%;
}

.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-unstyled a:hover {
    color: #2920A8;
    font-weight: 600;
    background-color: unset;
}

.vertical-line {
    position: relative;
    padding-right: 20px;
}

    .vertical-line::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #efefef;
    }

.list-unstyled .dropdown-item::before {
    background: #fff;
}

.mw_500 {
    min-width: 700px;
}

.navbar .nav-link {
    color: #fff;
    padding: 15px 0;
}

@media (max-width: 992px) {
    .navbar .nav-link {
        color: #000;
    }

    .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }

    .navbar-toggler {
        padding: 6px 12px;
    }

        .navbar-toggler:focus {
            box-shadow: unset;
        }

    .navbar {
        background: #fff;
    }

    .top_header {
        background: linear-gradient(90deg, #F07F00 0%, #FD8D0F 100%);
    }

    .dropdown_categ {
        position: unset;
        background: unset;
    }

        .dropdown_categ .dropdown-toggle {
            padding-left: 0 !important;
        }

    .offcanvas-body .nav-link:hover::before,
    .offcanvas-body .nav-link.active::before {
        top: unset;
        bottom: 0px;
        width: 100%;
        right: unset;
    }

    .offcanvas-body .nav-link {
        margin-bottom: 3px;
        border-bottom: 1px solid #0000007a;
    }
}

@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
}

@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        display: none;
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0px;
        left: 0;
        min-width: 100%;
    }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }

    .dropdown_categ .nav-link:hover {
        color: #2920a8 !important;
    }
}

* {
    /*user-select: none;*/
}

img {
    pointer-events: none;
}

h2,
h3,
h4 {
    color: #000;
}

/*h3 {
    position: relative;
    width: fit-content;
}*/

@media (max-width: 992px) {
    h3 {
        margin: auto;
    }
}

/*h3::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 2px;
    background-image: url('../img/gredient-line.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}*/

.prize-box h3::after {
    display: none;
}


@media(max-width: 768px) {
    #shop-by-category li {
        width: fit-content;
        margin: auto;
    }

    #shop-by-category .home-garden-image {
        width: 160px;
    }
}

#shop-by-category .category-box {
    background-color: #F5F5F5;
    border-radius: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* light shadow */
    overflow: hidden; /* ensures zoomed image won’t overflow */
    transition: box-shadow 0.3s ease;
}

    #shop-by-category .category-box:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* stronger shadow */
    }

    /* Image zoom effect */
    #shop-by-category .category-box img {
        transition: transform 0.5s ease-in-out;
    }

    #shop-by-category .category-box:hover img {
        transform: scale(1.05); /* zoom in */
    }


#shop-by-category ol,
#shop-by-category ul {
    padding-left: 20px;
    margin-bottom: 0rem;
}


#shop-by-category li {
    margin-block: 5px;
}

@media (min-width: 768px) {
    #shop-by-category #home-and-garden .category-image {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    #shop-by-category .category-image {
        width: 300px;
    }
}

.packing-image img,
.frame-image img {
    height: 204px;
}

.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#deal-Of-the-day .text-red {
    color: #F07F00;
}

.owl-carousel .item {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

button.owl-prev {
    position: absolute;
    left: -50px;
    transition: 0.2s ease-in;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    transition: 0.2s ease-in;
}

@media (max-width: 1022px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    opacity: 1;
    padding: 10px 12px;
    border-radius: 0px;
    background: transparent;
    margin: 10px 29px;
    transform: translateY(-100%);
    top: 50%;
}

.owl-carousel .owl-nav .bi {
    color: #2c2c2c;
    font-size: 24px;
}

@media(max-width: 768px) {
    button.owl-prev {
        display: none !important;
    }

    button.owl-next {
        display: none !important;
    }
}

.text-box {
    position: relative;
    /*    background-color: #F5F5F5;*/
    border-radius: 0 0 20px 20px;
    /*margin-right: 30px;*/
    /*margin-top: -15px;*/
    color: #000;
    z-index: 998;
}

.offer-card {
    background-color: #F5F5F5;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto; /* keeps width logic but allows stretch */
}

.owl-carousel .item.offer-card {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.prize-box {
    color: #000 !important;
}

.cart-box i,
.wishlist-box i {
    font-size: 18px;
}

/*.image-box {
    border-radius: 20px 20px 0 0;
}

#our-top-brands .image-box {
    border-radius: 0 20px 0 20px;
}*/

/*.item:hover .prize-box p {
    color: #F07F00 !important;
    font-size: 16px !important;
}*/

.item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    opacity: 0;
    transform: scale(2.7) rotate(314deg);
    align-items: center;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

/* 
.item:hover .overlay {
	transform: scale(1) rotate(360deg);
	opacity: 1;
	transition: all 0.7s ease-in-out;
}

.item:hover .text-box {

	cursor: pointer;
}

.item:hover .text-box p {
	color: #382695;
	font-weight: bold !important;
	transition: all 0.5s ease-in-out;
}

.item .text-box p {
	transition: all 0.5s ease-in-out;
}

.item .text-box {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	transition: all 0.5s ease-in-out;

}

.item:hover .text-box i {
	color: #000;
} */

.offer-card .overlay,
.offer-card .text-box p,
.offer-card .text-box i,
.offer-card .text-box {
    transition: all 0.5s ease-in-out;
}

.offer-card .text-box {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.offer-card.hover .image-box .overlay {
    transform: scale(1) rotate(360deg);
    opacity: 1;
    transition: all 0.7s ease-in-out;
}

.offer-card.hover .text-box {
    cursor: pointer;
}
    /*
    .offer-card.hover .text-box p {
        color: #382695;
        font-weight: bold !important;
    }*/

    .offer-card.hover .text-box i {
        color: #000;
    }

.owl-prev,
.owl-next {
    background-color: #382695;
    color: white;
    border: none;
    border-radius: 50px !important;
    transition: box-shadow 1s ease-in-out;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

    .owl-prev i,
    .owl-next i {
        font-size: 24px;
        line-height: 0px;
        text-align: center;
        width: 100%;
        display: inline-block;
        border-radius: 50px !important;
        position: relative;
    }

.pulse {
    animation: pulseOnce 1s ease-out;
}

@keyframes pulseOnce {
    0% {
        box-shadow: 0 0 0 0 rgba(56, 38, 149, 1);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(56, 38, 149, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(56, 38, 149, 0);
    }
}

#shipping-payment-support {
    background-color: #2c2c2c;
}

.discount-card {
    background: #2c2c2c;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

#discount-deal .discount-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image transition */
#discount-deal .discount-card img {
    transition: transform 0.5s ease-in-out;
}

/* Image zoom on hover */
#discount-deal .discount-card:hover img {
    transform: scale(1.05); /* little zoom */
}

/* Dark gradient text effect */
#discount-deal h5.text-blue {
    font-weight: 700;
    font-size: 1.25rem;
    background: linear-gradient( 90deg, #ff9e00, /* bright orange */
    #ff4d4d, /* bright red */
    #00e5ff, /* cyan */
    #00ff85, /* neon green */
    #f72585, /* pink */
    #ffd600 /* bright yellow */
    );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transform: skewX(-5deg);
    animation: neonRainbowFlow 5s linear infinite, zoomPulse 2s ease-in-out infinite;
}

@keyframes darkRainbowFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Zoom in & out pulse */
@keyframes zoomPulse {
    0%, 100% {
        transform: scale(1) skewX(-5deg);
    }

    50% {
        transform: scale(1.1) skewX(-5deg);
    }
}

.btn_theme_blue {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    color: #FFFFFF;
    font-weight: 600;
    background: #F07F00;
    text-decoration: none;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    transition: color 0.4s ease;
    border: 1px solid #F07F00;
}

    .btn_theme_blue::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        z-index: -1;
    }

    .btn_theme_blue:hover::before {
        transform: scaleX(1);
    }

    .btn_theme_blue:hover {
        color: #F07F00;
    }

.btn_theme_orange {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    color: #FFFFFF;
    font-weight: 600;
    background: #F07F00;
    text-decoration: none;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    transition: color 0.4s ease;
    border: 1px solid #F07F00;
}

    .btn_theme_orange::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        z-index: -1;
    }

    .btn_theme_orange:hover::before {
        transform: scaleX(1);
    }

    .btn_theme_orange:hover {
        color: #F07F00;
    }


/*#our-top-brands .brands
{
	transform: translateY(0px) scale(1);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	transition: all 0.5s ease-in-out;
}
	#our-top-brands .brands:hover
	{
		transform: translateY(-10px) scale(1.02);
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px,rgba(0, 0, 0, 0.15) 0px 2px 8px;
		;
	}

*/
#our-top-brands .image-box {
    transform: scale(1) translateY(0px);
    filter: saturate(1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: all 0.5s ease-in-out;
}

/* Jab kisi image-box pe hover ho, sabka saturation kam ho jaaye */
#our-top-brands:has(.image-box:hover) .image-box {
    filter: saturate(0.1);
}

/* Sirf hovered image-box full saturation + zoom + shadow */
#our-top-brands .image-box:hover {
    filter: saturate(1) !important;
    transform: scale(1.02) translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px, rgba(0, 0, 0, 0.15) 0px 2px 8px;
    z-index: 2;
}


#best-selling-product .prize-box p, #trending-products .prize-box p, #deal-Of-the-day .prize-box p, .offer-card .prize-box .price-inc, #offers .prize-box p, #related-products .prize-box p {
    font-weight: 600 !important;
    color: #000 !important;
}

#best-selling-product .prize-box .smallh3, #trending-products .prize-box .smallh3, #deal-Of-the-day .prize-box .smallh3, .offer-card .prize-box .price-ex, #offers .prize-box .smallh3 {
    font-size: 15px !important;
}

#best-selling-product .image-box img {
    height: 350px;
    object-fit: contain;
}

#best-selling-product .text-box {
    height: 200px;
}

#trending-products .image-box img {
    height: 250px;
    object-fit: contain;
}

.offer-card .image-box img {
    height: 288px;
    object-fit: contain;
}

/*.offer-card .text-box {
    height: 255px;
}*/

.offer-card .text-grey-boxes {
    height: 230px;
}

/*#trending-products .text-box {
    height: 255px;
}*/

#best-selling-product .text-box {
    height: 205px;
}

/*#deal-Of-the-day .text-box {
    height: 270px;
}*/

/* floating animation */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

#shipping-payment-support picture img {
    animation: floatUpDown 4s ease-in-out infinite;
    filter: drop-shadow(0 8px 12px rgba(255, 255, 255, 0.4)); /* soft white glow */
}

#shipping-payment-support .col-11:nth-child(1) picture img {
    animation: floatUpDown 4s ease-in-out infinite;
    filter: drop-shadow(0 8px 12px rgba(255, 255, 255, 0.4));
}

#shipping-payment-support .col-11:nth-child(2) picture img {
    animation: floatUpDown 4s ease-in-out infinite 1s;
    filter: drop-shadow(0 8px 12px rgba(255, 255, 255, 0.4));
}

#shipping-payment-support .col-11:nth-child(3) picture img {
    animation: floatUpDown 4s ease-in-out infinite 2s;
    filter: drop-shadow(0 8px 12px rgba(255, 255, 255, 0.4));
}

.text-orange {
    color: #FD8D0F;
}

#inner-banner {
    background: url(../img/inner-banner.png), url('../cate-img/inner-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#offer-banner {
    background: url(../img/current-offers-banner-img.png), url('../cate-img/current-offers-banner-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#enquiry-banner {
    background: url(../img/enquiry-banner-img.png), url('../img/enquiry-banner-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#faq-banner {
    background: url(../img/FAQ-banner-img.png), url('../img/FAQ-banner-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#contact-banner {
    background: url(../img/contact-us-banner-img.png), url('../img/contact-us-banner-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#login-banner {
    background: url(../img/login-banner-img.png), url('../img/login-banner-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#cart-banner {
    background: url(../img/cart-banner-img.png), url('../img/cart-banner-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#terms-banner {
    background: url(../img/terms-and-condition-img.png), url('../img/terms-and-condition-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}

#privacy-banner {
    background: url(../img/privacy-policy-img.png), url('../img/privacy-policy-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}


#shipping-banner {
    background: url(../img/shipping-img.png), url('../img/shipping-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}
