

@font-face {
    font-family: "Vladimir Script";
    src: url("../fonts/VLADIMIR.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
}

span,
p,
li {
    box-sizing: border-box;
    color: #919191;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Vladimir Script" !important;
}
section {
    position: relative;
    padding-block: clamp(40px, 5vw, 80px);
}
.font-normal {
      font-family: "Poppins", sans-serif !important;
}

.home-hero-bg {
    height: 100vh;
    color: #fff;
    position: relative;

    z-index: 2;
    width: 100%;
}

.home-hero-img {
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media (max-width: 768px) {
    .home-hero-img {
        background: none !important;
        color: #fff;
        position: relative;
        z-index: 2;
        width: 100%;
    }
}

@media (max-width: 430px) {
    .home-hero-img {
        background: none !important;
        color: #fff;
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .modal-dialog {
        margin: auto 5% !important;
    }

    .about-heading h1 {
        margin-top: 30px !important;
    }
}
.home-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.home-abt-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}

.abt-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.abt-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.home-abt-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.about-hero-bg {
    background: url(/assets/img/aboutbg.webp) no-repeat center / cover !important;
    min-height: 100vh;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
    z-index: 2;
}

.about-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.about-abt-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}

.about-abt-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.about-hero-2 {
    background: #d2a381 url("/assets/img/girl-bg01.webp") no-repeat center;
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
}
.contact-hero-bg {
    background: url(/assets/img/contactbg.webp) no-repeat center / cover;
    min-height: 100vh;
    color: #fff;

    position: relative;
    padding-bottom: 3rem;
    z-index: 2;
}

.contact-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.feedback-hero-bg {
    background: url(/assets/img/feedback.png) no-repeat center / cover;
    min-height: 100vh;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
    z-index: 2;
}

.feedback-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.products-hero-bg {
    background: url(/assets/img/productbg.webp) no-repeat center / cover;
    min-height: 100vh;
    color: #fff;

    position: relative;
    padding-bottom: 3rem;
    z-index: 2;
}
.products-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}
.cart-hero-bg {
    background: #ffd2b0 no-repeat center / cover;
    min-height: 1vh;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
    z-index: 2;
}
.cart-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.checkout-hero-bg {
    background: #ffd2b0 no-repeat center / cover;
    min-height: 40vh;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
    z-index: 2;
}
.checkout-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}
.brand-name {
    font-size: 1.5rem;
}

.brand-name span {
    font-size: 1.2rem;
}

.hero-title {
    line-height: 1.3;
    font-weight: 900;
    color: rgb(255, 255, 255);
}

.abt-hero-title {
    font-size: clamp(30px, 5vw, 35px);
    line-height: 1.3;
    margin-top: 210px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

@media (max-width: 430px) {
    .abt-hero-title {
        line-height: 1.3;
        margin-top: 80px;
        font-weight: 900;
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 768px) {
    .abt-hero-title {
        line-height: 1.3;
        margin-top: 80px;
        font-weight: 900;
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 1024px) {
    .abt-hero-title {
        line-height: 1.3;
        margin-top: 80px;
        font-weight: 900;
        color: rgb(255, 255, 255);
    }
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
}

.hero-main-content {
    padding-top: 2rem;
}

.hero-footer-icons {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 3rem;
    align-items: center;
    z-index: 99;
}

.scroll-circle {
    background: white;
    color: black;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10 !important;
}

.icon-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-container i {
    font-size: 28px;
    color: black;
    position: relative;
}

.cart-icon {
    position: relative;
}

.badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #888;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

nav a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: black ;
}

/* nav a:hover {
    color: black !important;
} */

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}


@media (min-width: 768px) {
    .hamburger-menu {
        display: none !important;
        z-index: 10 !important;
    }
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #000;
    transition: all 0.3s linear;
    transform-origin: 1px;
}

.hamburger-menu:hover .hamburger-line {
    background-color: #333;
}

.mobile-header {
    padding: 10px;
    position: relative;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mobile-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.mobile-logo-img {
    width: clamp(170px, 17vw, 250px);
    height: auto;
}

.mobile-center-icons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    align-items: center;
}

.mobile-center-icons img {
    width: 40px;
    height: 40px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    display: none;
}

.mobile-center-icons img:hover {
    opacity: 1;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
}

.mobile-nav-overlay.show {
    display: block;
}

.mobile-nav-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.mobile-nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}

.mobile-nav-menu {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.mobile-nav-link {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-nav-link:last-child {
    border-bottom: none;
}

.mobile-nav-link:hover {
    color: #ffd2b0;
    transform: translateY(-2px);
}

.mobile-contact-btn {
    margin-top: 30px;
}

.mobile-contact-btn .btn {
    border: 2px solid white;
    color: white;
    background: transparent;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-contact-btn .btn:hover {
    background: white;
    color: #000;
}

.icon-circle {
    background-color: black;
    color: white;
    border-radius: 100%;
    padding: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
}
.about-us-section2 {
    background-color: #fff;
}

.about-title2 {
    font-size: 3rem;
    position: relative;
    z-index: 2;
}

.about-us-section2 {
    background-color: #fff;
}

.about-title2 {
    font-family: "Vladimir Script";
    font-size: 5rem;
    position: relative;
    z-index: 2;
}

.feedback-title2 {
    font-family: "Vladimir Script" !important;
    font-size: 4rem;
    font-weight: 900;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.cnt-heading {
    font-size: 4rem;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    color: #000 !important;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .feedback-title2 {
        font-size: 2rem;
    }

    .feedback-title2::after {
        display: none;
    }
}

.product-title-0 {
    font-size: 5rem;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    font-family: "Vladimir Script" !important;
}

@media screen and (max-width: 1024px) {
    .product-title-0 {
        font-size: 3.5rem;
        font-family: "Vladimir Script" !important;
    }
}

/* .product-title-0::after {
    content: "Our Product";
    position: absolute;
    top: calc(clamp(1px, 2vw, 30px) * -1);
    left: calc(clamp(1px, 2vw, 45px) * -1);
    font-size: clamp(70px, 15vw, 150px);
    color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
    font-family: "Vladimir Script" !important;
} */

.cnt-title2 {
    font-size: 5rem;
    position: relative;
    z-index: 2;
}

.feedback-subtitle2 {
    font-size: 1.25rem;
    color: #4a4a4a;
    position: relative;
    z-index: 2;
    margin-top: -10px;
    white-space: nowrap;
}

/* .feedback-title2::after {
    content: "Share Your Experience With Us!";
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 6rem;
    color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
    font-weight: 900;
} */

.testimonials-title2 {
    font-size: 5rem;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    margin: 40px;
}

.testimonials-title2::after {
    content: "See What Our Customers Are Saying About Us!";
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 12rem;
    color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
}

.about-subtitle2 {
    font-size: 3rem;
    color: #4a4a4a;
    position: relative;
    z-index: 2;
    margin-top: -10px;
}

/* .about-title2::after {
    content: "About Us";
    position: absolute;
    top: -80px;
    left: 0;
    font-size: 8rem;
    color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    line-height: 1;
} */
@media (max-width: 800px) {
    .about-title2::after {
        display: none;
    }
}
.img-container img {
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.img-6 {
    border: 1px solid rgb(255, 255, 255);
    box-sizing: outset 2px 10px 10px 10px red;
    border-radius: 50px;
    margin-top: 50px;
}


.testimonial-wrapper {
    background-color: #f2f2f2 !important;
    padding: 80px 53px;
    border-radius: 120px;
    position: relative;
    max-width: 1400px;
    overflow: hidden;
}

.heading::after {
    content: "Testimonials";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;

    color: #e3e3e3;
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
    white-space: nowrap;
}

.heading {
    text-align: center;
    font-size: 66px;

    position: relative;
    z-index: 200;
    padding-top: 70px !important;
}

.swiper {
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.swiper-slide {
    background-color: #fff;
    padding: 20px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


.open-btn {
    margin-top: 20px;
    display: block;
    background: none;
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
.custom-modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.custom-modal-left {
    padding: 2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-subtitle {
    color: #6c757d;
    font-style: italic;

    margin-bottom: 0.5rem;
    font-size: 3.4rem;
    white-space: nowrap;
}

.split-section {
    display: flex;
    justify-content: space-between !important;
    height: 80vh;
    width: 100%;
}
.left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    position: relative;
    left: -5px;
    width: 100%;
}

.left-section span {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    opacity: 1.1 !important;
    margin-bottom: 0px !important;
    color: #000 !important;
}

.left-section span {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    color: #000000 !important;
}

.left-section p {
    color: #000 !important;
    font-size: clamp(0.8rem, 6vw, 1.1rem);
}

.left-section p strong {
    font-weight: 700;
}

.form-control {
    border-radius: 25px;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.btn-submit {
    border-radius: 25px;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    width: fit-content;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-submit:hover {
    background: #333;
}
.right-section {
    flex: 1;
    width: 100%;
    height: 100% !important;
}

.right-section img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .split-section {
        flex-direction: column;
    }

    .right-section {
        height: 300px;
    }
}

.custom-title {
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.custom-title .highlight {
    color: #0d6efd;
}

.custom-text {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: #333;
}
.custom-form-group {
    margin-bottom: 1rem;
}

.custom-input {
    width: 100%;
    padding: 0.75rem 1.2rem;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
    transition: border 0.3s;
}

.custom-input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.custom-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 50px;
    border: none;
    background: #212529;
    color: #fff;
    font-weight: 600;
    transition: background 0.3s;
}

.custom-btn:hover {
    background: #0d6efd;
}
.custom-modal-right {
    position: relative;
}

.custom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-modal-left {
    padding: 2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-subtitle {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.custom-title {
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.custom-title .highlight {
    color: #0d6efd;
}

.custom-text {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: #333;
}
.custom-form-group {
    margin-bottom: 1rem;
}

.custom-input {
    width: 100%;
    padding: 0.75rem 1.2rem;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
    transition: border 0.3s;
}

.custom-input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.custom-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 50px;
    border: none;
    background: #212529;
    color: #fff;
    font-weight: 600;
    transition: background 0.3s;
}

.custom-btn:hover {
    background: #0d6efd;
}

.custom-modal-right {
    position: relative;
}

.custom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.custom-modal-content {
    background: #fff;
    border-radius: 4px;
    width: 910%;
    max-width: 900px;
    opacity: 0.9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: block !important;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}
.custom-modal-row {
    background: rgba(255, 255, 255, 0.6) url(/assets/img/pop-up-img.jpg)
        no-repeat center / cover;
    background-blend-mode: color;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
}
.modal-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.size-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.size-table th,
.size-table td {
    border: 1px solid #ccc;
    padding: 12px;
}

.size-table th {
    background: #000;
    color: #fff;
}

@media (max-width: 600px) {
    .modal-content {
        padding: 15px;
    }

    .size-table th,
    .size-table td {
        font-size: 14px;
        padding: 8px;
    }
}
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-overlay {
    position: absolute;
    top: 58% !important;
    left: 8%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 50px 80px !important;
    border-radius: 10px;
    max-width: 700px;
}

.faq-item div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 15px;
}

.faq-item div.show {
    max-height: 500px;
    padding: 15px;
}

.faq-item {
    border: 1px solid #ddd;
    border-top: none;
}

.faq-item:first-child {
    border-top: 1px solid #ddd;
}
.toggle-btn {
    width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    outline: none;
    padding: 15px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-btn:hover {
    background: #f9f9f9;
}
.faq-item div {
    padding: 15px;
    color: #555;
    line-height: 1.5;
    display: none;
}

.faq-item div.show {
    display: block;
}
.toggle-btn .icon {
    font-size: 1.2rem;
}

.section123 {
    max-width: 700px;
    margin: 50px 0;
    font-family: Arial, sans-serif;
}

.testimonial-Heading {
    font-size: 3rem;
}

.section123 h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0px;
}

.banner-overlay h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #d6d6d6;
}

.banner-overlay h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-overlay button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}

.banner-overlay button:hover {
    background-color: #ddd;
}
.checkout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.order-summary {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-left: 20px;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.order-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.order-item-details {
    flex: 1;
    font-size: 14px;
}

.order-price {
    font-weight: bold;
    text-align: right;
}

.order-price del {
    color: #6c757d;
    font-weight: normal;
}
.cart-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    table-layout: auto;
}

.cart-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    padding: 15px;
    border: none;
    white-space: nowrap;
}

.cart-table td {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.cart-totals {
    width: 100%;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.cart-totals td {
    padding: 15px;
    font-weight: 500;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-info img {
    border-radius: 8px;
    object-fit: cover;
}

.product-info div {
    font-weight: 500;
    min-width: 250px;
}

.remove-btn {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.remove-btn:hover {
    background: #c82333;
}

.qty-input {
    width: 80px;
    text-align: center;
}

.btn-update {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-update:hover {
    background-color: #0056b3;
}
.cart-summary {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.cart-summary h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 5px 0;
}

.summary-row.total {
    border-top: 2px solid #dee2e6;
    padding-top: 15px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.1em;
}

.checkout-btn {
    width: 100%;
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 15px;
}

.checkout-btn:hover {
    background-color: #218838;
}


html,
body {
    overflow-x: hidden;
    width: 100%;
    /* font-family: "proxima_novaregular", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

* {
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .container-fluid {
        padding: 0 20px;
    }

    .about-title,
    .about-title2 {
        font-size: 2.5rem;
    }

    .heading {
        font-size: 50px;
    }

    .testimonial-Heading {
        font-size: 2.5rem;
    }
}


@media (max-width: 768px) {
    .container,
    .container-fluid {
        padding: 0 20px !important;
        max-width: 100%;
        overflow-x: hidden;
    }

    .row {
        margin: 0 -10px;
        overflow-x: hidden;
    }

    .row > * {
        padding: 0 10px;
    }
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .about-hero-bg,
    .contact-hero-bg,
    .products-hero-bg,
    .cart-hero-bg,
    .checkout-hero-bg,
    .feedback-hero-bg {
        background-size: cover;
        padding: 15px 10px;
        text-align: center;
        min-height: 40vh;
    }
    .home-hero-bg {
        background-size: cover;
        padding: 15px 10px;
        text-align: center;
    }
    .brand-name {
        font-size: 1.2rem !important;
    }

    .brand-name span {
        font-size: 1rem !important;
    }

    header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start !important;
    }

    nav.d-none.d-md-flex {
        display: none !important;
    }

    .hero-main-content {
        padding-top: 2rem;
        text-align: center;
    }
    .hero-subtitle {
        font-size: 1rem !important;
    }

    .hero-footer-icons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: relative;
        bottom: auto;
        margin-top: 2rem;
    }

    .scroll-circle {
        width: 36px;
        height: 36px;
        z-index: 10 !important;
    }

    .icon-container {
        gap: 8px;
        justify-content: flex-start;
    }

    .d-md-flex {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .d-md-block {
        display: block !important;
    }

    .col-md-3.d-none.d-md-block,
    .col-md-3.d-none.d-md-flex {
        display: none !important;
    }

    .col-md-6.text-center.text-white {
        width: 100%;
        padding: 0 10px;
    }

    .testimonial-Heading {
        font-size: 2.5rem;
    }

    .split-section {
        height: auto;
    }
}

.logo-img {
    width: clamp(70px, 22vw, 300px);
}

.brand-name {
    font-size: 1.5rem;
    line-height: 1;
}

.brand-name span {
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .logo-img {
        display: none !important;
    }
}

@media (max-width: 768px) {
    section[style*="background-color: #000"] .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-start !important;
        padding: 10px 20px;
    }

    section[style*="background-color: #000"] .text-start {
        text-align: left !important;
    }

    section[style*="background-color: #000"] {
        margin: 40px 20px !important;
        padding: 20px 10px !important;
    }

    section[style*="background-color: #000"] .row {
        gap: 20px 0 !important;
    }

    section[style*="background-color: #000"] img {
        width: 60px !important;
        height: 60px !important;
    }

    section[style*="background-color: #000"] .fw-bold {
        font-size: 16px;
    }

    section[style*="background-color: #000"] div[style*="font-size: 14px"] {
        font-size: 13px !important;
    }
}

.hero-title {
    font-size: clamp(25px, 3.5vw, 60px) !important;
    line-height: 1.3;
    font-weight: 900;
    color: #000;
}
.banner-desc{
    font-size: clamp(16px,1.5vw,18px) !important;
}

.hero-subtitle {
    font-size: 0.9rem;

    color: rgb(255, 255, 255);
}

.hero-main-content {
    padding-top: 2rem;
}

.hero-footer-icons {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 3rem 3rem;
    align-items: center;
}

.scroll-circle {
    background: white;
    color: black;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 100 !important;
}

/* Main Product Image Styling */
.mainImage {
    width: 100%;
    height: 100% !important;
    min-height: 400px;
    max-height: 620px;
    object-fit: cover;
    display: block;
}

/* Mobile and iPhone fix */
@media (max-width: 768px) {
    .mainImage {
        min-height: 300px;
        max-height: 500px;
        height: auto !important;
    }
}

/* iPhone specific fix - nested in mobile query */
@media (max-width: 768px) {
    @supports (-webkit-touch-callout: none) {
        .mainImage {
            height: auto !important;
            min-height: 350px;
        }
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem !important;
        line-height: 1.3;
    }
    .about-subtitle {
        font-size: 18px !important;
        line-height: 1.5;
    }

    .about-features li {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-features .icon-circle {
        margin-bottom: 10px;
    }

    .about-features li div:last-child {
        font-size: 14px;
    }

    .img-container img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .btn {
        margin-top: 20px;
        width: fit-content;
    }
}
@media (max-width: 768px) {
    .about-title2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .about-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-features li {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-features .icon-circle {
        margin-bottom: 10px;
    }

    .about-features li div:last-child {
        font-size: 14px;
    }

    .img-container img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .swiper {
        margin-top: 20px;
    }

    .swiper-slide {
        height: auto !important;
        object-fit: cover;
        border-radius: 8px;
    }
}


.icon-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-container i {
    font-size: 28px;
    color: black;
    position: relative;
}

.cart-icon {
    position: relative;
}

.badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #888;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.img-6 {
    border: 1px solid rgb(255, 255, 255);
    box-sizing: outset 2px 10px 10px 10px red;
    border-radius: 50px;
    margin-top: 50px;
}

.about-features-section {
    padding: 40px 0;
    text-align: center;
}

.about-features {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.cnt-features {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    align-items: start;
}

.about-features li {
    max-width: 300px;
    text-align: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 24px;
}

.icon-circle12,
.icon-circle {
    background: #000;
    width: 50px;
    height: 50px;

    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 900%;
    font-size: 24px;
}

.about-features p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* .about-title::after {
    content: "About Us";
    position: absolute;
    top: calc(clamp(10px, 4vw, 40px) * -1);
    left: calc(clamp(1px, 4vw, 54px) * -1);
    font-size: clamp(80px, 15vw, 150px);
    color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    line-height: 1;
} */

.icon-circle {
    background-color: rgb(0, 0, 0);
    color: white;
    border-radius: 900%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 208px;
}

.img-container img {
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("your-image.jpg");
    background-size: cover;
    background-position: center;
}

.banner-overlay {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 71px 100px;
    border-radius: 10px;
    max-width: 700px;
}

.banner-overlay h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #d6d6d6;
}

.banner-overlay h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-overlay button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}

.banner-overlay button:hover {
    background-color: #ddd;
}

@media (max-width: 768px) {
    .banner-overlay {
        padding: 20px;
        max-width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-overlay h2 {
        font-size: 22px;
    }

    .banner-overlay h1 {
        font-size: 18px;
    }
}

.hero-2 {
    background: #d2a381 url("/assets/img/imgi_34_EXCLUSIVE-OVER.jpg") no-repeat
        center;
    background-size: cover;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
}

* {
    box-sizing: border-box;
}

.testimonial-wrapper {
    background-color: #f2f2f2 !important;
    padding: 80px 53px;
    border-radius: 120px;
    position: relative;
    max-width: 1400px;
    overflow: hidden;
}

.heading::after {
    content: "Testimonials";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 130px;
    font-family: cursive;
    color: #e3e3e3;
    opacity: 0.4;
    z-index: -999;
    pointer-events: none;
    white-space: nowrap;
}

.heart-btn {
    margin-left: 15px;
    border: 1px solid black;
    border-radius: 500px;
    padding: 10px;
}

.heading {
    text-align: center;
    font-size: 100px;
    font-family: cursive;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.swiper {
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.swiper-slide {
    background-color: white !important;
    border-radius: 20px;
    margin-top: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img1 {
    height: auto !important;
    width: auto !important;
    margin-right: 0 !important;
}

.hero-2 .banner {
    background: url("/assets/img/your-banner-image.jpg") no-repeat center
        center/cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 80px 60px;
    color: #fff;
    text-align: start;
    border-radius: 10px;
}

.banner-overlay h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.banner-overlay h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.banner-overlay button {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.banner-overlay button:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .hero-2 .banner {
        height: 350px;
        padding: 0 15px;
    }

    .banner-overlay {
        padding: 20px 15px;
    }

    .banner-overlay h2 {
        font-size: 28px;
    }

    .banner-overlay h1 {
        font-size: 18px;
    }

    .banner-overlay button {
        padding: 8px 20px;
        font-size: 14px;
    }
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.testimonial-person {
    display: flex;
    gap: 12px;
    align-items: center;
}

.testimonial-person img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.testimonial-person .info {
    display: flex;
    flex-direction: column;
}

.testimonial-person .info .name {
    font-weight: bold;
}

.testimonial-person .info .role {
    font-size: 14px;
    color: #000000;
}

.quote-icon {
    font-size: 52px;
    color: #c1c1c1;
    opacity: 0.5;
}

.swiper-pagination-bullets {
    bottom: 50px !important;
    z-index: 10;
}

.swiper-pagination-bullet {
    background: #000 !important;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .testimonial-wrapper {
        border-radius: 40px;
        padding: 60px 15px;
    }

    .testimonial-wrapper::before {
        font-size: 80px;
    }

    .swiper-slide {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}

.form-container {
    background: white;
    width: 600px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.form-container h1 {
    font-size: 52px;
    margin-bottom: 10px;
}

.form-container h2 {
    font-size: 42px;
    font-weight: bold;
    color: #555;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row input {
    flex: 1;
}

input,
textarea {
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    resize: none;
}

textarea {
    height: 130px;
    border-radius: 25px;
}

.submit-btn {
    margin-top: 20px;
    padding: 12px 30px;
    background: black;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.submit-btn:hover {
    background-color: #333;
}

.half-black0 {
    height: 200px;
    background-color: black !important;
}

.form123 {
    margin-top: 500px !important;
}

.opac-img {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.opac-img:active {
    opacity: 0;
}

.subscribe-section {
    text-align: center;
    justify-content: center;
    display: block;
    align-items: center;
    position: relative;
}

.subscribe-section-2 {
    text-align: center;
}

.subscribe-icon {
    width: 80px;
    height: 80px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 auto 15px;
}

@media screen and (max-width: 700px) {
    .verify-img {
        margin-top: 6px !important;
        margin-left: 4px !important;
    }
}

@media screen and (min-width: 500px) {
    .verify-img {
        margin-top: 13px !important;
        margin-left: 12px !important;
    }
}

.verify-img {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    margin-left: 15px;
    transition: transform 0.6s ease-in-out;
}

.verify-img:hover {
    transform: rotate(360deg);
}

.subscribe-input-group {
    max-width: 600px;
    margin: 20px auto;
}

.form-control {
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
}

.btn-subscribe {
    border-radius: 200px !important;
    border: 1px solid white;
    background-color: #d2a381 !important;
    color: black !important;
    padding: 15px 25px !important;
    font-weight: 600 !important;
    position: relative;
    top: -57px;
    right: -40%;
}

input1::before {
    content: "Subscribe";
    top: 0;
    right: 0;
    padding: 25px;
}

.input1 {
    border-radius: 900px !important;
    border: 1px solid white;
    padding: 15px !important;
    position: relative;
    right: -25px;
}

.btn-subscribe:hover {
    background-color: #d2a381;
}

.subscribe-note {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
}

@media (max-width: 1025px) {
    .btn-subscribe {
        position: static;
        margin-top: 30px;
        width: 100%;
        border-radius: 50px !important;
    }
}

.form-control.input1 {
    border-radius: 50px !important;
    position: static;
    width: 100%;
    margin-bottom: 0;
}

.subscribe-input-group {
    flex-direction: column;
    align-items: center;
}

.subscribe-section {

}

@media (max-width: 480px) {
    .subscribe-note {
        font-size: 13px;
    }

    .subscribe-icon {
        width: 60px;
        height: 60px;
    }
}
.footer-bottom {
    text-align: start;
    font-size: 10px;
    color: #000000;
    background-color: #e8e8e8;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards {
    background-color: #e8e8e8 !important;
    padding-bottom: 0 !important;
    text-align: end;
}

.color-option {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.size-option {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 900px;
}

.size-option.active,
.color-option.active {
    border: 2px solid #000;
}
.thankyou-hero-bg {
    background: #ffd3af url(/assets/img/qwe.jpg) no-repeat center / contain;
    min-height: 100vh;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
    font-family: "proxima_novaregular", sans-serif;
    z-index: 2;
}

.thankyou-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.subscribe-section123 {
    text-align: center;
}
.subscribe-button {
    background: gray !important;
    color: white !important;
    font-weight: 600;
    &:hover {
        background: black !important;
    }
}

.thankyou-content {
    text-align: center;
    padding: 2rem 0;
}

.thankyou-icon {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.thankyou-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.thankyou-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thankyou-details {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 500px;
    backdrop-filter: blur(10px);
}

.thankyou-actions {
    margin-top: 2rem;
}

.btn-thankyou {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.btn-thankyou:hover {
    background-color: #f8f9fa;
    color: #000;
    transform: translateY(-2px);
}

.btn-thankyou-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.btn-thankyou-outline:hover {
    background-color: #fff;
    color: #000;
}

.order-details-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin: 0;
}

.order-details-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 30px;
}

.order-summary-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.order-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.order-info-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #ffd3af;
}

.order-info-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.order-info-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.order-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.order-items-table th {
    background: #333;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.order-items-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.order-items-table tr:hover {
    background: #f8f9fa;
}

.order-total-section {
    background: #333;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.order-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-total-row.final {
    font-size: 1.3rem;
    font-weight: 700;
    border-top: 2px solid #ffd3af;
    padding-top: 15px;
    margin-top: 15px;
}

.shipping-info {
    background: linear-gradient(135deg, #ffd3af 0%, #f4c2a1 100%);
    color: #333;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
}

.shipping-info h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.shipping-address {
    line-height: 1.6;
    font-size: 1rem;
}

.prod-title {
}


.main-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.main-container img {
    width: 100%;
    transition: transform 0.2s ease;
}

.thumbnails {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.thumbnails img {
    margin-bottom: 5px;
    width: 140px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
}

.thumbnails img.active {
    border-color: #000000;
    opacity: 0.5;
}

.thumbnails img:hover {
    border-color: #000000;
    opacity: 0.5;
}

.scroll-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}

.scroll-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    z-index: 10 !important;
    border: 1px solid #fff;
}

.arrow {
    width: 12px;
    height: 12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(135deg);
    opacity: 0;
    animation: arrowUp 1.5s infinite;
}

.arrow:nth-child(1) {
    animation-delay: 0s;
}

.arrow:nth-child(2) {
    animation-delay: 0.3s;
}

.arrow:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes arrowUp {
    0% {
        opacity: 0;
        transform: translateY(8px) rotate(135deg);
    }

    50% {
        opacity: 1;
        transform: translateY(0) rotate(135deg);
    }

    100% {
        opacity: 0;
        transform: translateY(-8px) rotate(135deg);
    }
}

.fb-icon {
    margin-right: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
    position: relative;
    top: 6px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #000000;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.swiper-button-prev {
    left: 10px !important;
}

.swiper-button-next {
    right: 10px !important;
}

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 28px !important;
        height: 28px !important;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 13px !important;
    }
}

.heart-btn {
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.heart-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: #dc3545;
}

.heart-btn.active {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.heart-btn.active:hover {
    background: rgba(220, 53, 69, 0.15);
    color: #c82333;
}

.heart-btn.clicked {
    transform: scale(1.2);
    animation: heartBeat 0.3s ease;
}

.heart-icon {
    transition: all 0.2s ease;
}

.heart-path {
    transition: all 0.2s ease;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.1);
    }
}
.heart-btn.clicked .heart-icon {
    animation: heartPulse 0.3s ease;
}

@keyframes heartPulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2) rotate(-5deg);
    }

    50% {
        transform: scale(1.3) rotate(5deg);
    }

    75% {
        transform: scale(1.2) rotate(-2deg);
    }

    100% {
        transform: scale(1.1) rotate(0deg);
    }
}

.homeSlider {
    padding: 0%;
    margin: 0%;
}

.homeSlider .swiper-slide {
    padding: 0%;
    margin: 0%;
    width: 100%;
    min-height: 100vh;
    background-color: transparent;
}

.homeSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.home-Slider-Content {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0%;
    z-index: 10 !important;
    display: flex;
}

.homeSlider .swiper-button-next,
.homeSlider .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100 !important;
}
.homeSlider .swiper-button-next:after,
.homeSlider .swiper-button-prev:after {
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
    margin-left: 15px !important;
    position: relative;
    top: 6px !important;
    z-index: 100 !important;
}

.homeSlider .swiper-button-prev:hover,
.homeSlider .swiper-button-next:hover {
    z-index: 100 !important;
    background: #000000;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.homeSlider .swiper-button-prev {
    left: 10px !important;
}

.homeSlider .swiper-button-next {
    right: 10px !important;
}

@media (max-width: 768px) {
    .homeSlider .swiper-button-prev,
    .homeSlider .swiper-button-next {
        width: 28px !important;
        height: 28px !important;
    }

    .homeSlider .swiper-button-prev::after,
    .homeSlider .swiper-button-next::after {
        font-size: 13px !important;
    }
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 60px);
}
.custom-modal {
    overflow: hidden !important;
}

.contact-email {
    color: black !important;
    font-size: 18px !important;
}

.modal-form input {
    margin: 0%;
}

.body-types-section h5 {
    color: #000 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.body-types-section h6 {
    color: #000 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.star {
    font-size: 40px;
    color: #b3b3b3;
    transition: color 0.2s;
}

.star.selected {
    color: #dda17f !important;
}

.about-heading h1 {
    margin-top: 210px;
}
@media screen and (min-width: 1440px) {
    .home-hero-img {
       
    }
}

.scroll-to-top {
    display: none;
}
.inner-banner {
    min-height: var(--mobile-height, 50dvh);
    padding-top: 4rem;
    padding-bottom: 1rem;
    h1 {
        font-size: clamp(24px, 5vw, 35px);
    }
}

@media screen and (min-width: 1200px) {
    .inner-banner {
        min-height: 100dvh;
    }
}
.margin-heading {
    position: absolute;
    top: 60%;
    right: 0%;
    transform: translateY(-40%);
    text-align: center;
}

.colors > div[data-color="Black"] {
    order: 1;
}
.center-row {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* or parent height */
}
.payment-icons label{
    margin-top: 5px;
}
.payment-icons .btn-check:hover+.btn {
    cursor: pointer;
    background-color: #0d6efd;
}