html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #202124;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: "Poppins", sans-serif;
}

.top-bar {
    padding: 7px 0;
    color: #ffffff;
    background-color: #212529;
}

    .top-bar a {
        color: #ffffff;
        text-decoration: none;
    }

        .top-bar a:hover {
            color: #dddddd;
        }

.main-navbar {
    min-height: 76px;
    z-index: 1030;
}

.site-logo {
    height: 65px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}


.navbar-nav .nav-link {
    position: relative;
    margin: 0 4px;
    padding: 26px 10px;
    color: #252525;
    font-weight: 500;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #c51c2c;
    }

        .navbar-nav .nav-link.active::after {
            position: absolute;
            right: 10px;
            bottom: 17px;
            left: 10px;
            height: 2px;
            content: "";
            background-color: #c51c2c;
        }

.admin-link {
    color: #c51c2c !important;
}

.header-search {
    width: 190px;
}

    .header-search .form-control {
        border-radius: 25px 0 0 25px;
    }

    .header-search .btn {
        border-radius: 0 25px 25px 0;
    }

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #222222;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .cart-link:hover {
        color: #c51c2c;
    }

    .cart-link .bi-cart3 {
        font-size: 1.25rem;
    }

.cart-count {
    display: inline-flex;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #c51c2c;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 600;
}

.dropdown-menu {
    padding: 8px;
    border-radius: 10px;
}

.dropdown-item {
    padding: 9px 14px;
    border-radius: 7px;
}

    .dropdown-item:hover {
        background-color: #f3f3f3;
    }

.site-footer {
    color: #ffffff;
    background-color: #141414;
}

.footer-logo {
    height: 55px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-heading {
    margin-bottom: 18px;
    font-weight: 600;
}

.site-footer a {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease;
}

    .site-footer a:hover {
        color: #ffffff;
    }

.footer-muted {
    color: rgba(255, 255, 255, 0.68);
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

    .social-links a {
        display: inline-flex;
        width: 38px;
        height: 38px;
        margin: 0;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

        .social-links a:hover {
            background-color: #c51c2c;
        }

.footer-divider {
    margin: 35px 0 20px;
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

    .footer-bottom-links a {
        display: inline;
        margin: 0;
        font-size: 0.85rem;
    }

.alert {
    border: 0;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .main-navbar {
        min-height: auto;
        padding: 10px 0;
    }

    .navbar-nav {
        padding-top: 12px;
    }

        .navbar-nav .nav-link {
            margin: 0;
            padding: 10px 5px;
        }

            .navbar-nav .nav-link.active::after {
                display: none;
            }

    .header-search {
        width: 100%;
        margin-top: 8px;
    }

    .cart-link {
        padding: 7px 0;
    }
}

@media (max-width: 575.98px) {
    .top-bar {
        display: none;
    }

    .site-logo {
        height: 45px;
        max-width: 155px;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}


/* =========================================================
   HOME PAGE
   ========================================================= */

.section-space {
    padding: 85px 0;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 42px;
}

    .section-heading h2,
    .section-heading-row h2 {
        margin-bottom: 12px;
        color: #161616;
        font-size: clamp(1.9rem, 4vw, 2.7rem);
        font-weight: 700;
    }

    .section-heading p,
    .section-heading-row p {
        margin-bottom: 0;
        color: #737373;
        line-height: 1.8;
    }

.section-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #c51c2c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-heading-row {
    display: flex;
    margin-bottom: 36px;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.view-all-button {
    min-width: 170px;
    padding: 11px 20px;
    border-radius: 30px;
}

/* Hero */

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 65px 0 80px;
    background: radial-gradient( circle at 85% 30%, rgba(197, 28, 44, 0.12), transparent 35% ), linear-gradient( 135deg, #fff8f5 0%, #ffffff 55%, #f6f2ee 100% );
}

    .home-hero::before {
        position: absolute;
        top: -120px;
        left: -120px;
        width: 350px;
        height: 350px;
        content: "";
        background-color: rgba(197, 28, 44, 0.04);
        border-radius: 50%;
    }

.hero-row {
    min-height: 570px;
}

.hero-label {
    display: inline-flex;
    padding: 9px 16px;
    align-items: center;
    color: #9f1725;
    background-color: rgba(197, 28, 44, 0.1);
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-title {
    max-width: 650px;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: clamp(3rem, 6vw, 5.3rem);
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1.03;
}

    .hero-title span {
        display: block;
        color: #c51c2c;
    }

.hero-description {
    max-width: 610px;
    margin-top: 24px;
    color: #686868;
    font-size: 1.12rem;
    line-height: 1.85;
}

.hero-button {
    min-width: 190px;
    padding: 13px 25px;
    border-radius: 30px;
    font-size: 0.96rem;
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

    .hero-benefits div {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #4b4b4b;
        font-size: 0.88rem;
        font-weight: 600;
    }

    .hero-benefits i {
        color: #c51c2c;
        font-size: 1.1rem;
    }

.hero-image-wrapper {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-circle {
    position: absolute;
    width: 470px;
    height: 470px;
    background: radial-gradient( circle, rgba(197, 28, 44, 0.16), rgba(197, 28, 44, 0.04) );
    border-radius: 50%;
}

.hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.18));
    transition: transform 0.4s ease;
}

.hero-image-wrapper:hover .hero-image {
    transform: translateY(-8px);
}

.hero-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    width: 215px;
    padding: 14px;
    align-items: center;
    gap: 12px;
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.13);
}

.hero-floating-card-left {
    bottom: 80px;
    left: 5px;
}

.hero-floating-card-right {
    top: 75px;
    right: 0;
}

.floating-icon {
    display: inline-flex;
    min-width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #c51c2c;
    border-radius: 50%;
}

.hero-floating-card strong,
.hero-floating-card small {
    display: block;
}

.hero-floating-card strong {
    color: #202020;
    font-size: 0.85rem;
}

.hero-floating-card small {
    margin-top: 2px;
    color: #777777;
    font-size: 0.72rem;
}

/* Service highlights */

.service-highlights {
    position: relative;
    z-index: 5;
    margin-top: -35px;
}

.service-highlight-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.09);
}

.service-highlight-item {
    display: flex;
    min-height: 115px;
    padding: 26px;
    align-items: center;
    gap: 16px;
    border-right: 1px solid #ededed;
}

    .service-highlight-item:last-child {
        border-right: 0;
    }

.service-icon {
    display: inline-flex;
    min-width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #c51c2c;
    background-color: rgba(197, 28, 44, 0.09);
    border-radius: 50%;
    font-size: 1.25rem;
}

.service-highlight-item h6 {
    margin-bottom: 4px;
    font-weight: 700;
}

.service-highlight-item p {
    margin: 0;
    color: #777777;
    font-size: 0.8rem;
}

/* Categories */

.category-section {
    background-color: #ffffff;
}

.category-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.category-card {
    position: relative;
    overflow: hidden;
    padding: 30px 24px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .category-card::before {
        position: absolute;
        top: -70px;
        right: -70px;
        width: 150px;
        height: 150px;
        content: "";
        background-color: rgba(197, 28, 44, 0.05);
        border-radius: 50%;
        transition: transform 0.4s ease;
    }

    .category-card:hover {
        transform: translateY(-8px);
        border-color: rgba(197, 28, 44, 0.3);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
    }

        .category-card:hover::before {
            transform: scale(1.3);
        }

.category-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    color: #c51c2c;
    background-color: rgba(197, 28, 44, 0.09);
    border-radius: 50%;
    font-size: 1.8rem;
}

.category-card h5 {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    color: #202020;
    font-weight: 700;
}

.category-card p {
    position: relative;
    z-index: 2;
    min-height: 48px;
    margin-bottom: 18px;
    color: #777777;
    font-size: 0.85rem;
    line-height: 1.6;
}

.category-explore {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #c51c2c;
    font-size: 0.82rem;
    font-weight: 700;
}

/* Products */

.featured-product-section {
    background-color: #f8f8f8;
}

.product-card {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
    }

.product-image-area {
    position: relative;
    overflow: hidden;
    height: 260px;
    background-color: #f4f2ef;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.product-card:hover .product-image {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 6px 11px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.new-badge {
    background-color: #198754;
}

.offer-badge {
    background-color: #c51c2c;
}

.best-badge {
    background-color: #e29b14;
}

.product-quick-view {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #242424;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    text-decoration: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.product-card:hover .product-quick-view {
    opacity: 1;
    transform: translateY(0);
}

.product-quick-view:hover {
    color: #ffffff;
    background-color: #c51c2c;
}

.product-card-body {
    padding: 21px;
}

.product-brand {
    margin-bottom: 6px;
    color: #8a8a8a;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.product-title-link {
    color: inherit;
    text-decoration: none;
}

    .product-title-link h5 {
        min-height: 48px;
        margin-bottom: 8px;
        color: #202020;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .product-title-link:hover h5 {
        color: #c51c2c;
    }

.product-short-description {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    margin-bottom: 14px;
    color: #777777;
    font-size: 0.8rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-price-area {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
    gap: 10px;
}

.current-price {
    color: #161616;
    font-size: 1.24rem;
    font-weight: 800;
}

.old-price {
    color: #9a9a9a;
    font-size: 0.9rem;
    text-decoration: line-through;
}

.product-view-button {
    padding: 11px 18px;
    border-radius: 30px;
}

/* Mattress sizes */

.mattress-size-section {
    background: linear-gradient( 135deg, #fffaf8, #ffffff );
}

.size-card {
    display: flex;
    min-height: 165px;
    padding: 24px 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

    .size-card i {
        margin-bottom: 14px;
        color: #c51c2c;
        font-size: 2rem;
    }

    .size-card strong {
        font-size: 1rem;
    }

    .size-card small {
        margin-top: 7px;
        color: #888888;
        font-size: 0.75rem;
    }

    .size-card:hover {
        color: #c51c2c;
        transform: translateY(-7px);
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.09);
    }

/* Promotion */

.promotion-banner {
    position: relative;
    overflow: hidden;
    padding: 55px 65px;
    color: #ffffff;
    background: linear-gradient( 120deg, #191919 0%, #303030 65%, #c51c2c 180% );
    border-radius: 25px;
}

    .promotion-banner::before {
        position: absolute;
        top: -160px;
        right: -80px;
        width: 390px;
        height: 390px;
        content: "";
        background-color: rgba(255, 255, 255, 0.06);
        border-radius: 50%;
    }

.promotion-small-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffb1ba;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.promotion-banner h2 {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-bottom: 18px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.2;
}

.promotion-banner p {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.promotion-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.4));
}

/* Why choose us */

.why-section {
    background-color: #ffffff;
}

.why-image-wrapper {
    position: relative;
}

.why-image {
    width: 100%;
    min-height: 530px;
    object-fit: cover;
    border-radius: 24px;
}

.why-experience-card {
    position: absolute;
    right: -20px;
    bottom: 35px;
    display: flex;
    width: 185px;
    padding: 24px;
    flex-direction: column;
    color: #ffffff;
    background-color: #c51c2c;
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}

    .why-experience-card strong {
        font-size: 1.7rem;
    }

    .why-experience-card span {
        margin-top: 4px;
        font-size: 0.8rem;
    }

.why-title {
    margin-bottom: 18px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

.why-description {
    margin-bottom: 30px;
    color: #727272;
    line-height: 1.8;
}

.why-feature {
    display: flex;
    margin-bottom: 23px;
    align-items: flex-start;
    gap: 16px;
}

.why-feature-icon {
    display: inline-flex;
    min-width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: #c51c2c;
    background-color: rgba(197, 28, 44, 0.09);
    border-radius: 50%;
    font-size: 1.25rem;
}

.why-feature h5 {
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 700;
}

.why-feature p {
    margin-bottom: 0;
    color: #777777;
    font-size: 0.85rem;
    line-height: 1.65;
}

/* Reviews */

.review-section {
    background-color: #f7f7f7;
}

.review-card {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .review-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.09);
    }

.review-stars {
    margin-bottom: 18px;
    color: #efaa20;
    letter-spacing: 2px;
}

.review-card > p {
    min-height: 98px;
    margin-bottom: 24px;
    color: #5f5f5f;
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.8;
}

.review-customer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #c51c2c;
    border-radius: 50%;
    font-weight: 700;
}

.review-customer strong,
.review-customer small {
    display: block;
}

.review-customer strong {
    font-size: 0.9rem;
}

.review-customer small {
    margin-top: 2px;
    color: #8a8a8a;
    font-size: 0.72rem;
}

/* Contact call-to-action */

.home-contact-section {
    padding: 30px 0 20px;
}

.home-contact-box {
    display: flex;
    padding: 40px 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #ffffff;
    background-color: #c51c2c;
    border-radius: 20px;
}

    .home-contact-box span {
        display: block;
        margin-bottom: 6px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .home-contact-box h3 {
        max-width: 650px;
        margin-bottom: 0;
        font-size: clamp(1.5rem, 3vw, 2.3rem);
        font-weight: 700;
    }

.empty-home-section {
    padding: 45px 20px;
    color: #777777;
    background-color: #f8f8f8;
    border: 1px dashed #cccccc;
    border-radius: 16px;
    text-align: center;
}

/* Responsive */

@media (max-width: 1199.98px) {
    .hero-floating-card-left {
        left: -15px;
    }

    .hero-floating-card-right {
        right: -15px;
    }

    .service-highlight-item {
        padding: 20px;
    }
}

@media (max-width: 991.98px) {
    .section-space {
        padding: 65px 0;
    }

    .home-hero {
        padding-top: 30px;
    }

    .hero-row {
        min-height: auto;
    }

    .hero-image-wrapper {
        min-height: 400px;
        margin-bottom: 25px;
    }

    .hero-circle {
        width: 360px;
        height: 360px;
    }

    .hero-image {
        max-height: 390px;
    }

    .hero-title {
        letter-spacing: -2px;
    }

    .service-highlights {
        margin-top: 25px;
    }

    .service-highlight-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-highlight-item:nth-child(2) {
        border-right: 0;
    }

    .service-highlight-item:nth-child(-n+2) {
        border-bottom: 1px solid #ededed;
    }

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .promotion-banner {
        padding: 45px;
    }

    .why-image {
        min-height: 420px;
    }

    .why-experience-card {
        right: 20px;
    }

    .home-contact-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 55px 0;
    }

    .home-hero {
        padding-bottom: 50px;
    }

    .hero-title {
        font-size: 3.1rem;
        letter-spacing: -1.5px;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-benefits {
        gap: 12px;
        flex-direction: column;
    }

    .hero-floating-card {
        display: none;
    }

    .service-highlight-wrapper {
        grid-template-columns: 1fr;
    }

    .service-highlight-item {
        min-height: 95px;
        border-right: 0;
        border-bottom: 1px solid #ededed;
    }

        .service-highlight-item:last-child {
            border-bottom: 0;
        }

    .product-image-area {
        height: 230px;
    }

    .promotion-banner {
        padding: 35px 25px;
        border-radius: 18px;
    }

    .why-image {
        min-height: 350px;
    }

    .why-experience-card {
        right: 15px;
        bottom: 20px;
    }

    .home-contact-box {
        padding: 30px 25px;
    }
}

@media (max-width: 575.98px) {
    .hero-image-wrapper {
        min-height: 300px;
    }

    .hero-circle {
        width: 270px;
        height: 270px;
    }

    .hero-image {
        max-height: 290px;
    }

    .hero-title {
        font-size: 2.65rem;
    }

    .hero-button {
        width: 100%;
    }

    .category-card {
        padding: 24px 15px;
    }

    .category-icon {
        width: 62px;
        height: 62px;
        font-size: 1.45rem;
    }

    .category-card p {
        display: none;
    }

    .category-explore {
        font-size: 0.72rem;
    }

    .product-card-body {
        padding: 16px;
    }

    .product-image-area {
        height: 190px;
    }

    .size-card {
        min-height: 145px;
        padding: 20px 10px;
    }

    .home-contact-box .btn {
        width: 100%;
    }
}


/* =========================================================
   SLIDING HERO CAROUSEL
   ========================================================= */

.hero-slider-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

    .hero-slider-section .carousel-item {
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }

.hero-slide {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .hero-slide::before {
        position: absolute;
        top: -180px;
        right: -150px;
        width: 520px;
        height: 520px;
        content: "";
        background-color: rgba(220, 53, 69, 0.06);
        border-radius: 50%;
    }

    .hero-slide::after {
        position: absolute;
        bottom: -220px;
        left: -180px;
        width: 500px;
        height: 500px;
        content: "";
        background-color: rgba(220, 53, 69, 0.04);
        border-radius: 50%;
    }

.hero-slide-one {
    background: radial-gradient( circle at 80% 35%, rgba(220, 53, 69, 0.15), transparent 36% ), linear-gradient( 135deg, #fff9f7 0%, #ffffff 55%, #f7efec 100% );
}

.hero-slide-two {
    background: radial-gradient( circle at 78% 35%, rgba(210, 155, 76, 0.16), transparent 38% ), linear-gradient( 135deg, #fffdf7 0%, #ffffff 55%, #f5eee3 100% );
}

.hero-slide-three {
    background: radial-gradient( circle at 80% 38%, rgba(80, 80, 80, 0.12), transparent 38% ), linear-gradient( 135deg, #f8f8f8 0%, #ffffff 50%, #f3eeee 100% );
}

.hero-slider-row {
    position: relative;
    z-index: 2;
    min-height: 650px;
}

.hero-slide-content {
    position: relative;
    z-index: 3;
    padding: 55px 0;
}

.hero-slide-label {
    display: inline-flex;
    padding: 9px 17px;
    align-items: center;
    color: #a61d2c;
    background-color: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.14);
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.hero-slide-title {
    max-width: 720px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #171717;
    font-family: "Poppins", sans-serif;
    font-size: clamp(3rem, 5.7vw, 5.2rem);
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1.04;
}

    .hero-slide-title span {
        display: block;
        margin-top: 5px;
        color: #dc3545;
    }

.hero-slide-description {
    max-width: 630px;
    margin-top: 24px;
    margin-bottom: 0;
    color: #686868;
    font-size: 1.08rem;
    line-height: 1.85;
}

.hero-slider-button {
    min-width: 190px;
    padding: 13px 25px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
}

.hero-slider-benefits {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

    .hero-slider-benefits span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #424242;
        font-size: 0.85rem;
        font-weight: 600;
    }

    .hero-slider-benefits i {
        color: #dc3545;
        font-size: 1.05rem;
    }

.hero-slider-image-wrapper {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-circle {
    position: absolute;
    width: 480px;
    height: 480px;
    background: radial-gradient( circle, rgba(220, 53, 69, 0.17), rgba(220, 53, 69, 0.02) );
    border: 1px solid rgba(220, 53, 69, 0.09);
    border-radius: 50%;
}

    .hero-slider-circle::before {
        position: absolute;
        top: 32px;
        right: 32px;
        bottom: 32px;
        left: 32px;
        content: "";
        border: 1px dashed rgba(220, 53, 69, 0.2);
        border-radius: 50%;
    }

.hero-slider-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 680px;
    max-height: 510px;
    object-fit: contain;
    filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.2));
    animation: heroFloat 4s ease-in-out infinite;
}

.hero-slider-photo {
    width: 90%;
    height: 430px;
    object-fit: cover;
    border-radius: 40px 10px 40px 10px;
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.hero-slider-info-card {
    position: absolute;
    z-index: 4;
    display: flex;
    width: 220px;
    padding: 15px;
    align-items: center;
    gap: 12px;
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

    .hero-slider-info-card > i {
        display: inline-flex;
        min-width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background-color: #dc3545;
        border-radius: 50%;
        font-size: 1.15rem;
    }

    .hero-slider-info-card strong,
    .hero-slider-info-card small {
        display: block;
    }

    .hero-slider-info-card strong {
        color: #202020;
        font-size: 0.88rem;
    }

    .hero-slider-info-card small {
        margin-top: 3px;
        color: #777777;
        font-size: 0.72rem;
    }

.info-card-one {
    bottom: 70px;
    left: 10px;
}

.info-card-two {
    top: 80px;
    right: 5px;
}

.info-card-three {
    right: 15px;
    bottom: 75px;
}

/* Carousel arrows */

.hero-slider-section .carousel-control-prev,
.hero-slider-section .carousel-control-next {
    width: 70px;
    opacity: 1;
}

.hero-carousel-control {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #202020;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.14);
    font-size: 1.15rem;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .hero-carousel-control:hover {
        color: #ffffff;
        background-color: #dc3545;
        transform: scale(1.08);
    }

/* Carousel dots */

.hero-slider-section .carousel-indicators {
    bottom: 24px;
    z-index: 5;
}

    .hero-slider-section .carousel-indicators button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #777777;
        border: 0;
        border-radius: 50%;
        opacity: 0.45;
        transition: width 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
    }

        .hero-slider-section .carousel-indicators button.active {
            width: 32px;
            background-color: #dc3545;
            border-radius: 10px;
            opacity: 1;
        }

/* Slide content animation */

.carousel-item.active .hero-slide-content {
    animation: slideContentIn 0.9s ease both;
}

.carousel-item.active .hero-slider-image-wrapper {
    animation: slideImageIn 1s ease both;
}

@keyframes slideContentIn {
    from {
        opacity: 0;
        transform: translateX(-45px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideImageIn {
    from {
        opacity: 0;
        transform: translateX(45px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Responsive */

@media (max-width: 1199.98px) {
    .hero-slide-title {
        font-size: 4rem;
    }

    .hero-slider-circle {
        width: 410px;
        height: 410px;
    }

    .hero-slider-info-card {
        width: 205px;
    }
}

@media (max-width: 991.98px) {
    .hero-slide,
    .hero-slider-row {
        min-height: auto;
    }

    .hero-slider-image-wrapper {
        min-height: 410px;
        margin-top: 20px;
    }

    .hero-slider-image {
        max-height: 390px;
    }

    .hero-slider-photo {
        height: 350px;
    }

    .hero-slider-circle {
        width: 350px;
        height: 350px;
    }

    .hero-slide-content {
        padding: 20px 0 85px;
        text-align: center;
    }

    .hero-slide-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-slide-content .d-flex,
    .hero-slider-benefits {
        justify-content: center;
    }

    .hero-slide-title {
        font-size: 3.6rem;
        letter-spacing: -2px;
    }

    .hero-slider-section .carousel-control-prev,
    .hero-slider-section .carousel-control-next {
        width: 55px;
    }
}

@media (max-width: 767.98px) {
    .hero-slider-image-wrapper {
        min-height: 330px;
    }

    .hero-slider-circle {
        width: 285px;
        height: 285px;
    }

    .hero-slider-image {
        max-height: 310px;
    }

    .hero-slider-photo {
        width: 92%;
        height: 280px;
    }

    .hero-slide-title {
        font-size: 2.9rem;
        letter-spacing: -1.5px;
    }

    .hero-slide-description {
        font-size: 0.98rem;
    }

    .hero-slider-benefits {
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .hero-slider-info-card {
        display: none;
    }

    .hero-carousel-control {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575.98px) {
    .hero-slider-image-wrapper {
        min-height: 280px;
    }

    .hero-slider-circle {
        width: 240px;
        height: 240px;
    }

    .hero-slider-image {
        max-height: 255px;
    }

    .hero-slider-photo {
        height: 235px;
    }

    .hero-slide-content {
        padding-bottom: 80px;
    }

    .hero-slide-title {
        font-size: 2.35rem;
        letter-spacing: -1px;
    }

    .hero-slider-button {
        width: 100%;
    }

    .hero-slider-section .carousel-control-prev,
    .hero-slider-section .carousel-control-next {
        display: none;
    }

    .hero-slide-label {
        font-size: 0.68rem;
    }
}
