/*---------------------------------------------------------------

        Template Name: Shop Shine Landing Page
        Description: "Shop Shine brings you exclusive deals on premium electronic accessories. Discover headphones, smartwatches, mobiles, laptops, and more at unbeatable prices.!
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 2.0.0
----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ==================
Basic Styles 
================== */

[data-shopshine-theme="light"] {

    --body-color: #ffffff;
    --primary-color: #f45b1e;
    --secondary-color: #f3ab26;
    --alt-color: #fffbfb;
    --heart_bg: #f3f3f3;
    --light-color: #f1f7ff;
    --card-color: #fff;
    --white-color: #fff;
    --form-color-dark: #252f37;
    --form-color: #fdf3ee;

    /* text-colors */
    --primary-text: #f45b1e;
    --old-text: #457B9D;
    --heading-text: #1D3557;
    --para-text: #524e4e;
    --white-text: #fff;
    --danger-text: #fa5050;

    /* font family */
    --primaryfont: "Dancing Script", cursive;
    --secondaryfont: "Montserrat", sans-serif;
}

[data-shopshine-theme="dark"] {

    --body-color: #1b1c1f;
    --primary-color: #f45b1e;
    --secondary-color: #f3ab26;
    --alt-color: #272a2e;
    --heart_bg: #212326;
    --light-color: #232427;
    --card-color: #31353b;
    --white-color: #fff;
    --form-color-dark: #adadad;
    --form-color: #3c4247;

    /* text-colors */
    --primary-text: #f45b1e;
    --old-text: #fff;
    --heading-text: #ffffff;
    --para-text: #d8d8d8;
    --white-text: #fff;
    --danger-text: #fa5050;

    /* font family */
    --primaryfont: "Dancing Script", cursive;
    --secondaryfont: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
    font-family: var(--secondaryfont) !important;
    word-break: break-word;
}

body {
    background-color: var(--body-color);
    color: var(--heading-text);
    font-family: var(--secondaryfont);
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.fs-0 {
    font-size: 0px;
}

/* Background-Color*/

.body-color {
    background-color: var(--body-color) !important;
}

.primary-color {
    background-color: var(--primary-color) !important;
}

.alt-color {
    background-color: var(--alt-color) !important;
}

.light-color {
    background-color: var(--light-color) !important;
}

.card-color {
    background-color: var(--card-color) !important;
}

.primary-hover-color {
    background-color: var(--primary-hover-color) !important;
}

.white-color {
    background-color: var(--white-color) !important;
}

.secondary-color {
    background-color: var(--secondary-color) !important;
}

.form-color-dark {
    background: var(--form-color-dark) !important;
}

.dark-gradient {
    background: var(--dark-gradient) !important;
}

/* Text-Color*/

.primary-font {
    font-family: var(--primaryfont) !important;
}

.primary-text {
    color: var(--primary-text);
}

.heading-text {
    color: var(--heading-text);
}

.para-text {
    color: var(--para-text);
}

.white-text {
    color: var(--white-text);
}

.danger-text {
    color: var(--danger-text);
}

.primary-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
    border: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}

.primary-btn:hover {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    box-shadow: 0 6px 20px rgba(241, 150, 14, 0.219);
    color: #fff;
}

.btn-light-custom {
    display: inline-block;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-light-custom:hover {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    box-shadow: 0 6px 20px rgba(241, 150, 14, 0.219);
    color: #fff;
}

.secondary-btn {
    background-color: var(--white-color) !important;
    color: var(--secondary-color) !important;

}

.secondary-btn:hover {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
    transition: 0.5s ease-in-out;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 5s ease-out, visibility 0s linear 0.3s;
    z-index: 99999;
}

#spinner.show {
    visibility: visible;
    opacity: 1;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

/* ==================
Navbar and Header Style
================== */
.navbar .navbar-nav .nav-link {
    color: var(--heading-text);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.banner-text {
    width: 920px;
    /* max-width: 80%; */
    margin: auto;
}

/* .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary-color);
} */
.nav-item.active .nav-link, .nav-link:hover{
    color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* Dropdown item hover */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

/* Dropdown item click (while mouse pressed) */
.dropdown-menu .dropdown-item:active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

/* Dropdown item active class (Bootstrap adds .active when selected) */
.dropdown-menu .dropdown-item.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
@media (min-width: 992px) {
    .nav-main {
        position: relative;
        z-index: 2;
    }

    .header-carousel,
    .page-header {
        margin-top: -68px;
    }

    .menu-main {
        margin-top: -35px;
        z-index: 2;
        position: relative;
    }
}

/* ------------------------------------- */
.offcanvas-outer {
    position: relative;
    transition: position 0.5s ease-in-out;
    width: 100%;
}

.offcanvas-outer.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--card-color) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

@media (max-width: 991px) {
    .offcanvas-outer {
        overflow-y: auto;
    }
}


.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

/* ----------------------------------- */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 15px solid var(--primary-color);
}

.carousel-control-prev,
.carousel-control-next {
    width: 80px;
}

@media(max-width: 575px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--primary-color);
        border: 15px solid var(--primary-color);
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 25px;
        height: 50px;
        width: 50px;
        right: 6px !important;
    }

    .carousel-control-prev {
        left: unset !important;
        right: 75px !important;
    }
}

@media (max-width: 767px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ===== Carousel Banner Styling ===== */
#header-carousel {
    position: relative;
}

/* Carousel Items: Full Height Responsive */
#header-carousel .carousel-item {
    min-height: 750px;
    /* Desktop Default */
    position: relative;
}

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption Styling */
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background: rgba(27, 25, 23, 0.5); */
    /* Overlay */
    padding: 20px;
    z-index: 1;
}

.banner-text h1 {
    font-size: clamp(1.8rem, 5vw, 4rem);
    /* Responsive font */
    line-height: 1.2;
}

.banner-text h2 {
    font-size: clamp(1.2rem, 3vw, 2rem);
}

.banner-text p {
    /* max-width: 650px; */
    margin-bottom: 1rem;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 15px solid var(--primary-color);
}

.carousel-control-prev,
.carousel-control-next {
    width: 80px;
}

/* ===== Mobile Responsiveness ===== */
@media (max-width: 767px) {
    #header-carousel .carousel-item {
        min-height: 450px;
    }

    .banner-text p {
        font-size: 14px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        border: 10px solid var(--primary-color);
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: 7px;
        height: 40px;
        width: 40px;
    }

    .carousel-control-prev {
        left: unset !important;
        right: 50px !important;
    }
}

/* ===== Extra Small Devices ===== */
@media (max-width: 575px) {
    #header-carousel .carousel-item {
        min-height: 380px;
    }

    .banner-text h1 {
        font-size: 1.6rem;
    }

    .banner-text h2 {
        font-size: 1.1rem;
    }
}

/* Add overlay on the entire image area */
#header-carousel .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    /* Dark overlay */
    z-index: 1;
}

/* ==================
Navbar and Header Style
================== */

.title-heading h2 {
    font-size: 36px;
    color: var(--heading-text);
}

.title-heading p {
    display: inline-block;
    margin-top: 30px;
    width: 180px;
    height: 35px;
    text-transform: uppercase;
    line-height: 34px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}

.try_left_dots {
    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: 13px;
    top: 13px;
    border-radius: 100%;
}

.try_left_dots:after {
    content: '';
    border: 1px solid #e3e3e3;
    width: 16px;
    position: absolute;
    left: -13px;
    top: 4px;
}

.try_right_dots {
    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    right: 13px;
    top: 13px;
    border-radius: 100%;
}

.try_right_dots:after {
    content: '';
    border: 1px solid #e3e3e3;
    width: 16px;
    position: absolute;
    right: -13px;
    top: 4px;
}

.title-heading {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

/* ==================
LED Section Style
================== */
a[aria-label="heart-icon"]:hover,
a[aria-label="heart-icon"].active {
    color: var(--primary-color);
    transition: 0.5s ease-in;
}

.social-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: 0.3s ease-in;
    background: var(--primary-color) !important;
    border: none;
    text-decoration: none;
}

.social-btn:hover {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(172, 172, 172, 0.6);
    color: #fff;
}

.main-card {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    transition: 0.5 ease-in;
    overflow: hidden;
}

.image-content h5 {
    font-size: 10px;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    line-height: 12px;
    background-color: rgb(220, 53, 69);
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 7px;
    padding-top: 9px;
}

.image-content a {
    color: rgb(213, 207, 200);
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 0;
    font-size: 20px;
    transition: all 0.5s;
}

.main-card:hover {
    border: 1px solid var(--primary-color);
    transition: 0.5s ease-in;
}

.image-content a:hover {
    color: var(--primary-color);
    transition: 0.5s ease-in;
}

.footer .footer_ul li a {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    box-shadow: none;
    text-decoration: none;
}

.footer .footer_ul li a:hover {
    color: var(--primary-color);
}

.footer .footer_ul li a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer-background {
    background: url(../../assets/images/banner_img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ==================
Contact Section Styles
================== */

.contact-iconbg {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    outline: 2px dashed #ffffff;
    outline-offset: 6px;
}

.form-control:focus {
    border-color: var(--secondary-color) !important;
    box-shadow: none;
    color: var(--form-color-dark) !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--form-color-dark) !important;
    background-color: var(--form-color) !important;
}

.form-control::placeholder {
    color: var(--form-color-dark);
}

.error {
    color: var(--danger-text);
    padding-left: 15px;
    font-family: var(--secondaryfont) !important;
    padding-top: 4px;
}

#newsletter .error {
    color: var(--danger-text);
    padding-left: 22px;
    padding-top: 4px;
    font-family: var(--secondaryfont) !important;
}

/* ==================
Back to top Styles
================== */
#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
    border: 2px dotted var(--white-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: move 1.1s infinite ease-in-out;
    transition: 0.9s ease-in;
}

#backtotop .fa-angle-up {
    font-size: 25px;
    color: white;
    animation: upDown 1s ease-in-out infinite;
}

#backtotop:hover {
    transition: 0.3s ease-in;
    cursor: pointer;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .banner-cta-image img {
        width: 70%;
        object-fit: cover;
    }
}

#newsletter .error:not(.form-control) {
    position: absolute;
    top: 100%;
}

.sale-badge {
    position: absolute;
    top: -2px;
    left: -5px;
    background-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    font-weight: bold;
    padding: 7px 12px;
    border-radius: 5px;
}

.image-content a {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 0;
    font-size: 20px;
    transition: 0.5s;
}

.wishlist-notset {
    color: rgb(213, 207, 200);
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 22px;
}

.image-content {
    color: rgba(195, 134, 47, 0.32);
    text-align: center;
    min-height: 220px;
    line-height: 220px;
    position: relative;
    border-bottom-left-radius: 10px;
}

.offer-card {
    background: var(--card-color);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    border: 1px solid #A8DADC;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.offer-img img {
    max-width: 100px;
}

.shop-link {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 2px;
}

.shop-link:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Typography */
.cta-content h2 {
    line-height: 1.1;
    font-size: clamp(1.75rem, 1.2rem + 2.2vw, 3rem);
}

.cta-content h3 {
    font-size: clamp(1rem, .9rem + .8vw, 1.25rem);
}

.cta-content h4 {
    font-size: clamp(1rem, .9rem + .8vw, 1.25rem);
}

/* Button */
.cta-dark-gradient .btn-light {
    border-radius: 999px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cta-dark-gradient .btn-light:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(255, 255, 255, .12);
}

/* Image Styling */
.cta-media {
    position: relative;
    border-radius: var(--cta-radius);
    padding: clamp(.75rem, .5rem + 1vw, 1.25rem);
}

.cta-media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    aspect-ratio: 5 / 6;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .cta-dark-gradient .row {
        text-align: center;
    }

    .cta-content {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .cta-media img {
        max-height: 420px;
        aspect-ratio: 3 / 4;
    }
}

.section-dark-gradient {
    background: radial-gradient(circle at center, rgba(42, 47, 52, 0.9) 0%, rgba(15, 17, 19, 1) 100%);
    color: white;
}

.about-us .icon-box {
    background: var(--card-color);
    transition: all 0.3s ease;
}

.about-us .icon-box:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
    color: #fff !important;
}

.about-us .icon-box:hover .ele-icon,
.about-us .icon-box:hover h6 {
    color: #fff !important;
}

.about-us .icon-box {
    background: var(--card-color);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}

.banner-cta-image img {
    max-height: 460px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .banner-cta-image img {
        max-height: 350px;
    }
}

@media (max-width: 576px) {
    .banner-cta-image img {
        max-height: 300px;
    }
}

/* Decorative Theme Toggle */
.theme-toggle-decor {
    position: relative;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffcc33, #ff8800);
    /* sun look */
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    outline: none;
}

/* Hover Effect – glowing rays */
.theme-toggle-decor:hover {
    box-shadow: 0 0 15px 5px rgba(255, 193, 7, 0.6);
    transform: rotate(10deg) scale(1.1);
    transition: all 0.4s ease-in-out;
}

/* Active press effect */
.theme-toggle-decor:active {
    transform: scale(0.9);
}

/* When it's Moon (dark mode) */
.theme-toggle-decor.moon-mode {
    background: linear-gradient(145deg, #2c3e50, #1a252f);
    /* moon dark */
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.5) inset;
}

.category-card .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-color);
    color: var(--primary-color);
    font-size: 20px;
    border-radius: 8px;
    border: 2px solid var(--primary-color);

}

.category-card {
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.category-card:hover {
    border-bottom-color: var(--primary-color);
    transition: 0.3s ease-in;
    transform: translateY(-4px);
}

.category-card h6 {
    font-size: 13px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .category-card .icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .category-card h6 {
        font-size: 14px;
    }
}

/* Theme Toggle Fixed Bottom Left */
.theme-toggle-decor {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9999;
    border: none;
    border-radius: 50%;
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* By default text visible, icon hidden */
.buy-now-btn .btn-icon {
    display: none;
}

/* Mobile view: show icon, hide text */
@media (max-width: 768px) {
    .buy-now-btn .btn-text {
        display: none;
    }

    .buy-now-btn .btn-icon {
        display: inline-block;
    }

    .product-card-img img {
        width: 180px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* Mobile view: show icon, hide text */
@media (max-width: 500px) {
    .buy-now-btn .btn-text {
        display: none;
    }

    .buy-now-btn .btn-icon {
        display: inline-block;
    }

    .product-card-img img {
        width: 140px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* Mobile Offcanvas Nav Background */
@media (max-width: 991.98px) {
    #offcanvasNavbar2 {
        background-color: var(--primary-color) !important;
    }

    #home {
        background-color: var(--primary-color) !important;
    }
}

.btn-close {
    background-image: unset;
    color: var(--white-color);
    opacity: 1;
}

/* Gift Box Animations */
.anim {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    animation: blink 1.5s infinite;
}

.anim:nth-child(1) {
    bottom: 10%;
    left: 20%;
    animation-delay: 0s;
}

.anim:nth-child(2) {
    bottom: 15%;
    left: 50%;
    animation-delay: 1s;
}

.anim:nth-child(3) {
    bottom: 12%;
    left: 70%;
    animation-delay: 2s;
}

/* Sparkles */
.petal {
    position: absolute;
    width: 10px;
    height: 10px;
    background: gold;
    border-radius: 50%;
    animation: blink 1.5s infinite;
}

.petal:nth-child(4) {
    top: 10%;
    left: 15%;
    animation-delay: 0.5s;
}

.petal:nth-child(5) {
    top: 20%;
    left: 60%;
    animation-delay: 1.5s;
}

/* Blinking Animation */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(1.5);
    }
}

.anim {
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    /* simple modak shape */
    animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.petal {
    position: absolute;
    width: 15px;
    height: 15px;
    background: pink;
    border-radius: 50%;
    animation: petalFall 5s linear infinite;
}

@keyframes petalFall {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(200px) translateX(50px);
        opacity: 0;
    }
}

.christmas-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.christmas-decor span {
    position: absolute;
    display: block;
    font-size: 1.5rem;
    color: #fff;
    animation: floatChristmas 10s linear infinite;
    opacity: 0.8;
}

@keyframes floatChristmas {
    0% {
        transform: translateY(-100%) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(110vh) rotate(360deg);
        opacity: 0;
    }
}

/* Text festive glow */
.effect-text {
    color: var(--secondary-color);
    /* golden */
    text-shadow: 0 0 10px var(--secondary-color), 0 0 20px #f1bb07;
}

/* Fireworks effect */
.fireworks::before,
.fireworks::after {
    content: "🎆";
    position: absolute;
    top: 10%;
    left: 20%;
    font-size: 3rem;
    animation: burst 2s infinite ease-in-out;
}

.fireworks::after {
    left: 70%;
    animation-delay: 1s;
}

@keyframes burst {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 1;
    }

    100% {
        transform: scale(0) rotate(360deg);
        opacity: 0;
    }
}

/* Confetti falling */
.confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.confetti::before,
.confetti::after {
    content: "🎊";
    position: absolute;
    top: -10%;
    font-size: 1.5rem;
    animation: fall 5s linear infinite;
}

.confetti::after {
    left: 80%;
    animation-delay: 2s;
}

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(120vh) rotate(360deg);
        opacity: 0;
    }
}

/* .cta-background {
    background: url(../../assets/images/banner_img/background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
} */

.product-section {
    padding: 60px 0;
}

.product-card {
    border: 1px solid #A8DADC;
    border-radius: 20px;
    padding: 25px 15px 25px;
    text-align: center;
    background: var(--card-color);
    position: relative;
    transition: all 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Badge */
.badge-new {
    background: #FF5A5A;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 30px;
    position: absolute;
    top: 18px;
    left: 18px;
    font-weight: 500;
    z-index: 1;
}

/* Product image holder */
.img-holder {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: var(--light-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin-bottom: 20px;
}

.img-holder img {
    max-height: 148px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-card:hover .img-holder img {
    transform: scale(1.1);
    /* Zoom effect */
}

/* Product text */
.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--heading-text);
    text-align: left;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-text);
}

.product-old-price {
    text-decoration: line-through;
    color: var(--old-text);
    font-size: 16px;
    font-weight: 500;
    margin-left: 6px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: rgba(69, 123, 157, 0.35);
    text-decoration-color: rgba(69, 123, 157, 0.35);
}

/* Cart Button (hover show) */
.cart-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-card:hover .cart-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Wishlist Button */
.wishlist-btn {
    /* position: absolute; */
    bottom: 18px;
    right: 18px;
    background: var(--heart_bg);
    border: none;
    border-radius: 50%;
    max-width: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wishlist-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.modal-body {
    background-color: var(--card-color);
}

/* Darker background overlay */
.modal-backdrop.show {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Box */
.wishlist-modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

/* Modal Header (red top bar with cross) */
.wishlist-modal .modal-header {
    background: var(--primary-color);
    color: #fff;
    justify-content: center;
    position: relative;
    border-bottom: none;
    padding: 0px;
}

.wishlist-modal .close-icon {
    border: none;
    background: none;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

/* Success text */
.wishlist-modal .success-text {
    color: #4CAF50;
    font-weight: 500;
    margin-top: 10px;
}

/* Product image background */
.wishlist-modal .image-box {
    background: var(--light-color);
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
}

.wishlist-modal .image-box img {
    max-width: 200px;
    border-radius: 5px;
}

/* Product title */
.wishlist-modal .product-name {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--heading-text);
}

/* Section Title */
.section-title {
    margin-bottom: 56px;
}

.section-title .title {
    font-size: 48px;
    margin-bottom: 15px;
    margin-top: -10px;
    text-transform: capitalize;
}

.section-title p {
    font-size: 18px;
    line-height: 28px;
    max-width: 450px;
    margin: 0 auto;
}

.sale-section {
    background-color: var(--light-color);
    padding: 80px 0;
}

.sale-content h2 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
}

.sale-content p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.sale-btn {
    background: #323539;
    color: #fff;
    padding: 12px 35px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.sale-btn:hover {
    background: #343a40;
    color: #fff;
}

.buy-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 35px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.buy-btn:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.sale-img img {
    max-width: 100%;
}

.price-box {
    text-align: left;
}

@media (max-width: 991.98px) {
    .product-old-price {
        margin-left: 0px;
    }
}

@media (max-width: 767.98px) {
    .sale-section {
        padding: 20px 0;
    }

.sale-content {
    text-align: left;
}

.sale-content h2 {
    font-size: 30px;
}

.sale-content p {
    font-size: 16px;
}

.sale-img img {
    max-width: 220px;
    height: auto;
    float: left;
}

.sale-btn,
.buy-btn {
    padding: 10px 25px;
    font-size: 0.85rem;
}
}


.wishlist-toast {
    background: rgba(40, 167, 69, 0.9);
    /* success green with opacity */
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: slideInRight 0.5s ease;
}

.wishlist-toast .icon-wrap {
    background: #fff;
    color: #28a745;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
}

@keyframes slideInRight {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 450px) {
.img-holder {
    height: 120px;
}
.img-holder img {
    max-height: 70px;

}
}

.alertmsg{
    z-index: 9999;
}