/*Author: Rahul Bhardwaj*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 14px;
    padding-top: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 400ms;
}

img {
    max-width: 100%;
}

input,
button {
    outline: none;
    box-shadow: none;
}

.colorOrange {
    color: rgb(244, 109, 107) !important;
}


/* SHOW BANNER IMMEDIATELY */
/* Show only first slide before carousel loads */
.bannerSlider .item {
    display: none;
}

.bannerSlider .item:first-child {
    display: block;
}

/* Prevent white space */
.bannerSlider img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
}

.owl-carousel {
    display: block !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.mobile {
    display: none !important;
}

.text-end {
    text-align: right;
}

.navbar-brand a {
    outline: none;
    box-shadow: none;
    /* background: #7d0808; */
    /* padding: 10px; */
    /* border-radius: 15px; */
    position: relative;
}

section {
    padding: 40px 30px;
}

.padding-top {
    padding-top: 100px;
}

.sectionHeading {
    margin-bottom: 26px;
}

.sectionHeading h2 {
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    /* margin: 10px 0px 35px; */
}

.sectionHeading h2 i {
    color: #7d0808;
    font-style: normal;
}

.sectionHeading h4 {
    color: rgb(123, 123, 123);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.sectionHeading h3 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(103, 116, 137);
    line-height: 1.4;
}

.sectionHeading p span {
    display: inline-flex;
    padding: 10px 25px;
    border: 2px solid rgb(227, 232, 239);
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255);
    border-radius: 30px;
}

.para {
    font-size: 16px;
    color: rgb(255 255 255);
    font-weight: 400;
}

/* header.mainHeader ul.navbar-nav.m-auto {
    position: relative;
    left: 10%;
} */

.listInline {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    gap: 10px;
}

.unorderList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.gap20 {
    gap: 20px;
}

header.mainHeader {
    /* position: fixed;
    left: 0px;
    top: 40px;
    width: 100%;
    z-index: 99999;
    transform: translateY(0px);
    transition: 500ms; */
    /* background: #fff; */
}

/* .mainHeader.fixedHeader {
    transform: translateY(-40px);
    transition: 500ms;
    background: #ffffff;
    box-shadow: 0 0 10px #0000003d;
} */

/* .navbar-brand.p-0.desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-brand img {
    min-width: 90px;
    position: absolute;
    padding: 10px;
    border-radius: 15px;
    left: 0;
    bottom: -45px;
    display: block;
    height: auto;
    transition: all 500ms ease;
}
.mainHeader.fixedHeader .navbar-brand img {
    bottom: -43px;
    min-width: 70px;
    transition: all 500ms ease;
} */
/* nav#mainNav .container {
    background: transparent;
    padding: 15px 20px;
    border-radius: 20px;
} */

nav#mainNav .nav-item>a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 10px 5px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    /* text-transform: uppercase; */
}

nav#mainNav .nav-item>a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #7d0808;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover::after {
    width: 100%;
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover {
    color: rgb(2, 165, 255);
}

/* header.mainHeader .container {
    background: rgb(255 255 255) !important;
} */

img.logoScrollBottom {
    display: none;
}

nav#mainNav .nav-item {
    padding: 0px 12px;
}

.dropmenu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(255, 255, 255);
}

.dropmenuWrp {
    position: absolute;
    left: 70px;
    right: 70px;
    top: 100%;
    background: rgb(249 249 249);
    min-width: 80%;
    padding: 20px;
    display: none;
    list-style: none;
    border-radius: 0px;
    z-index: 9;
    box-shadow: 0 2px 3px #0003;
    border-top: 2px solid #e5e5e5;
    /* min-height: calc(100vh - 200px); */
}

.dropmenu {
    position: static;
}

.dropmenu>i {
    color: #000;
}

.dropmenuWrp li a {
    display: block;
    color: #555;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 600;
}

.dropmenu:hover .dropmenuWrp {
    display: block;
}

.dropmenuWrp h3 {
    color: #7d0808;
    font-size: 18px;
    font-weight: 600;
}

nav#mainNav .nav-item>a:hover,
.dropmenu:hover>a {
    color: #7d0808;
}

/* .dropmenuWrp li a:hover {
    background: rgb(240 120 41);
    color: rgb(255, 255, 255);
} */

.dropmenuToggle {
    position: absolute;
    right: 0px;
    top: 19px;
    color: rgb(255, 255, 255);
}

.topBar {
    padding: 10px;
    background: #7d0808;
}

.topBar a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.topBar li:not(:last-child) {
    border-right: 2px solid rgba(0, 0, 0, .1);
    padding-right: 10px;
}

.cursor {
    display: inline-block;
    animation: 0.7s ease 0s infinite normal none running blink;
    font-weight: 300;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

.searchWrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchBx .form-control {
    min-width: 700px;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #333;
    /* height: 36px; */
    line-height: 36px;
    padding: 0.6em 1em;
    border: 1px solid #999;
}

.searchBx {
    position: relative;
}

.searchBx button {
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    position: absolute;
    right: 9px;
    top: 15px;
}

.searchWrp ul.listInline a {
    color: #666;
    font-weight: 600;
    font-size: 16px;
}

.searchWrp ul.listInline {
    gap: 30px;
}

.searchWrp ul.listInline a i {
    margin-right: 5px;
    color: #7d0808;
}

.searchWrp ul.listInline a sup {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #333;
    top: 0;
    right: 10px;
}

.whiteBg {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    border-radius: 10px;
}

.lineBtn,
.colorBtn,
.whiteBtn,
.greyBtn {
    display: inline-flex;
    padding: 8px 25px;
    background: #7d0808;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid transparent;
    font-weight: 500;
    color: rgb(255 255 255) !important;
    border-radius: 50px !important;
}

.colorBtn:hover {
    background: transparent;
    border: 1px solid #7d0808;
    color: #7d0808 !important;
}

.lineBtn {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.whiteBtn {
    background: #fff;
    color: #7d0808 !important;
}

.blackBtn:hover {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.colorBtn svg,
.whiteLineBtn svg,
.blackBtn svg,
.colorBtn svg {
    width: 16px;
    height: 16px;
    position: relative;
    left: 0px;
    transition: 500ms;
}

.greyBtn {
    background: rgb(234, 236, 253);
    text-transform: none;
    border: none;
    font-size: 12px;
    color: rgb(97, 97, 103) !important;
    outline: none !important;
}

.btn-style-three {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-color: #7d0808;
    transition: all 0.3s ease;
}

.btn-style-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #000;
}

.btn-style-three:hover:before {
    top: -40%;
}

.btn-style-three .text-one {
    position: relative;
    display: block;
    color: #ffffff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateY(0%);
    z-index: 1;
}

.btn-style-three .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .text-one {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    transition: all 0.3s ease;
}

.btn-style-three:hover .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease;
}

.btn-style-three:hover .text-two {
    color: #ffffff;
}

.banner {
    padding: 0px;
}

.banner {
    /* background: #7d0808; */
}

.banner .bannerSlider img {
    width: 100% !important;
}

.blackOverlay {
    background: #0000009e;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.freeDelivery {
    padding: 60px 30px;
    background: #ffffff;
    /*background: #f6f6f6;*/
    border-top: 1px solid #ebe5e2;
    border-bottom: 1px solid #ebe5e2;
}

.freeDelivery p {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
}

.thumbBx h3 {
    padding: 10px;
    font-size: 19px;
    color: #333;
    /* display: flex; */
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.thumbBx img {
    width: 100%;
}

.cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.cards .card {
    width: calc(100% / 4 - 24px);
    border: none;
}

.cardImg {
    overflow: hidden;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    gap: 20px;
}

.tabs .filter-btn {
    border: 1px solid #E0E0E0;
    color: #848484;
    font-size: 1rem;
    padding: 8px 26px;
    border-radius: 50px;
    font-weight: 600;
}

.tabs .filter-btn.active {
    border: solid 1px #FF7035;
    color: #ff7035;
    background-color: #fbe9ea;
}

.testimonialSec {
    background: #f6f6f6a6;
}

.testimonialWrp {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonialContent h3 {
    font-size: 13px;
    line-height: 1.6;
    font-style: italic;
}

.testimonialContent h4 {
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonialContent ul {
    gap: 3px;
    font-size: 12px;
    color: orange;
}

.testimonialContent {
    /* padding-right: 130px; */
}

.testimonialProduct {
    position: absolute;
    right: 0;
    max-width: 110px;
    top: 10px;
    transform: rotate(15deg);
}

.testimonialAuthor img {
    min-width: 60px;
}

.fullBanner {
    padding: 0px 30px;
}

.fullBanner img {
    width: 100%;
}

.craftSec .thumbBx {
    background: #f6f6f6;
}

.craftSec .thumbBx h3 {
    color: #e82228;
    padding: 10px;
    margin: 0;
    font-size: 13px;
    justify-content: center;
    text-align: center;
    display: block;
}

.testimonialHeading h3 {
    font-size: 28px;
    font-weight: 700;
    color: #e82228;
}

.testimonialHeading h4 {
    font-size: 16px;
}

.testimonialHeading {
    padding: 13%;
}

.testimonialHeading i {
    color: #e82228;
    font-size: 32px;
}

.testimonialHeading .fa-quote-left {
    position: relative;
    left: -30px;
    top: -10px;
}

.newsletter input {
    font-size: 14px;
    color: #767676;
    padding: 0 2.6em 0 1em;
    border: 1px solid #e6e6e6;
    width: 100%;
    outline-offset: -2px;
    border-radius: 9px;
    padding: 12px 15px;
}

.newsletter {
    position: relative;
}

.newsletter button {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    border: none;
    font-size: 20px;
    background: none;
}

.bottomCP p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.bottomCP {
    background: #000;
    padding: 12px 15px;
    text-align: center;
}




.mainFooter {
    background: #ffffff;
    padding: 30px 30px 0px;
    background-size: cover !important;
}

.footerLogo p {
    font-size: 17px;
    color: #D6D6D8;
    margin: 20px 0 0;
}

.footerLinks h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Barlow Condensed", sans-serif;
}

.footerLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerLinks ul li {
    margin: 0 0 5px;
    color: #000000;
    font-size: 14px;
}

.footerLinks ul li a {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.copyright>span,
.copyright a {
    color: #f1f1f0bf;
}

.companyName {
    font-weight: 800 !important;
    color: #fff !important;
}

.copyright {
    border-top: solid 1px #00000021;
    padding-top: 15px;
    margin-top: 60px;
    font-size: 13px;
}

.socialIcons li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #7d0808;
    line-height: 1;
    border-radius: 50%;
}


.footerLogo p {
    font-size: 15px;
    color: #D6D6D8;
    margin: 20px 0 0;
}

.socialIcons {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.rs-breadcrumbs.img1 {
    position: relative;
    background: url(../images/sub-banner.jpg) center center / cover no-repeat;
}

.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top left !important;
}

.rs-breadcrumbs.img1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 32%) z-index: 1;
}

.rs-breadcrumbs.img1 * {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1330px;
    }
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 70px 10px 120px 10px;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 18px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
    background: rgb(0 0 0 / 60%);
    padding: 13px 30px;
    max-width: fit-content;
    margin: 0 auto;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a {
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: 10px;
    top: 5px;
}

.about-layout {
    position: relative;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.bg1 {
    background: url(../images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-layout__img {
    width: 100%;
    border-radius: 14px;
    position: relative;
    z-index: 2;
}

.edge-top-left {
    top: -60px;
    left: 38px;
    box-shadow: 10px 0 0 #7d0808, 20px 0 0 #7d0808;
}

.edge-lines {
    position: absolute;
    width: 2px;
    height: 120px;
    background: #7d0808;
    z-index: 3;
    transform: rotate(130deg);
}

.about-layout__image {
    position: relative;
    display: inline-block;
}

.about-layout__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #7d0808;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.about-layout__title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-bottom: 26px;
}

.about-layout__text {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 22px;
    text-align: justify;
}

.mvv-card {
    background: #f9f9f9;
    border-radius: 22px;
    padding: 48px 44px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    z-index: 1;
    border-top: 5px solid #7d0808;
}

.cta-section {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.bg4 {
    background-color: #010D14;
    background: url(../images/sub-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-wrapper {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(240, 120, 41, 0.15);
    color: #7d0808;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 15px;
}

.cta-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 15px;
}

.cta-desc {
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 10px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #7d0808;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 52%);
    z-index: 1;
}

.apart-section {
    background: #f9f9f9;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.apart-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #7d0808;
    display: block;
    margin-bottom: 10px;
}

.apart-heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
}

.apart-intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

.apart-visual {
    position: relative;
    max-width: 720px;
}

.apart-visual {
    position: relative;
    max-width: 720px;
}

.line-left {
    top: 60px;
    left: -16px;
    width: 2px;
    height: 120px;
}

.apart-frame {
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    z-index: 1;
}

.apart-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.apart-visual .overlay-img {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 45%;
    border-radius: 14px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.apart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apart-statement {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 3px solid #7d0808;
    font-size: 15px;
    /* font-weight: 600; */
    color: #333;
}

.apart-visual .overlay-img {
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 60%;
    background: #fff;
    padding: 4px;
}

.apart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apart-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.check-dot {
    width: 10px;
    height: 10px;
    background: #7d0808;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.apart-list p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

.advantageSec,
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.customSec {
    padding: 20px 30px;
}

.advantageSec {
    /* background: url(../images/advatnge-banner.webp) center center / cover no-repeat; */
}

.advantageSec::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(9, 92, 47, 0.9), rgba(3, 48, 25, 0.88)); */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 50%, rgba(0, 0, 0, .65) 100%); */
    z-index: 1;
}

.sectionHeading h2 {
    font-size: 44px;
    color: #023019;
    font-weight: 400;
}

.advantageSec .sectionHeading p {
    font-size: 30px;
    color: #7d0808;
    font-weight: 600;
}

.otherSectionHeading p,
.sectionHeading p {
    font-size: 20px;
    color: #626d84;
    font-weight: 500;
    margin-top: 20px;
}

.advantageSec .liteBx,
.advisorBx,
.card,
.formBx,
.mapBx {
    /* padding: 25px !important; */
}

.liteBx {
    background: #ffffff;
    border: 2px solid #e2e4e9;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: .5s;
    padding: 25px !important;
}

.advantageSec .liteBx,
.advisorBx,
.card,
.formBx,
.mapBx {
    background: #ffffff;
    border: 2px solid #e2e4e9;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: .5s;
    padding: 25px !important;
}

/* Hover Effect */
.liteBx:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #7d0808;
}

.about-layout {
    padding: 60px;
}

.p-60 {
    padding: 60px;
}

.liteBx .iconBx {
    width: 64px;
    height: 64px;
    color: #5d6532;
    margin: 0 auto 20px;
}

.iconBx {
    width: 40px;
    height: 40px;
    /* background: #d5c263; */
    background: #7d0808;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.aboutSecNew h3,
.liteBx h3 {
    font-size: 20px;
    font-weight: 600;
}

.aboutSecNew p,
.liteBx p {
    font-size: 14px;
    font-weight: 400;
    color: #626d84;
}

.semiHeading {
    text-align: center;
}

.product-card {
    background: #ffffff;
    border: 2px solid #e2e4e9;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: .5s;
}

.product-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* Heart Icon */
.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7d0808;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Show on hover */
.product-card:hover .wishlist-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Optional hover effect */
.wishlist-icon:hover {
    background: #7d0808;
    color: #fff;
}

.product-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.35s ease;
}

/* Card lift + shadow */
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Image zoom effect */
.product-card img {
    transition: transform 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

/* Wishlist Heart */
.wishlist-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7d0808;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Show heart on hover */
.product-card:hover .wishlist-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Heart hover */
.wishlist-icon:hover {
    background: #7d0808;
    color: #fff;
}

.product-card a {
    transition: all 0.3s ease;
}

.product-card a:hover {
    opacity: 0.9;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
}

.checkout-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 365px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 999999;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    background: red;
    color: #fff;
    border-radius: 23px;
    padding: 0px 10px;
}

.new-releases h2,
.newsletter-section h2,
.titleBackground h2,
.feedbackSec h2,
.aboutSec h2,
.checkout-sidebar h2 {
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    /* text-align: center; */
    margin-bottom: 1px;
    margin-top: 1px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

.stickyButton {
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    padding: 5px 10px;
    line-height: 1.625rem !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    outline: 0 !important;
    border: solid 1px #3b5998;
    background: linear-gradient(to bottom, #000, #0e0e0e);
    font-size: 13px;
    position: fixed;
    transform: rotate(0deg);
    left: 0;
    top: 85%;
    z-index: 9999;
    right: 15px;
    left: auto;
    align-items: center;
    gap: 10px;
    display: none;
}

.checkout-sidebar.active {
    right: 0;
}

.thumbBx {
    background-color: #e9e5e0;
    border-radius: 10px;

}

.product-card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform .3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img {
    position: relative;
}

.product-img img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
}

.badge-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e53935;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
}

.product-body {
    padding: 16px;
}

.brand {
    font-size: 12px;
    text-transform: uppercase;
    color: #e53935;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}

.title {
    font-size: 16px;
    font-weight: 600;
    color: #1e2a5a;
    margin-bottom: 4px;
}

.color {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.price-new {
    font-size: 22px;
    font-weight: 700;
    color: #e53935;
}

.price-old {
    font-size: 15px;
    text-decoration: line-through;
    color: #999;
}

.discount {
    font-size: 12px;
    color: #2e7d32;
    font-weight: 600;
}

.btn-cart {
    width: 100%;
    background: #e53935;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s;
}

.btn-cart:hover {
    background: #c62828;
}

.emi {
    font-size: 13px;
    color: #555;
    text-align: center;
    margin-top: 12px;
}

.emi a {
    color: #1e2a5a;
    text-decoration: underline;
}

.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.wishlist-btn i {
    color: #e53935;
    font-size: 16px;
}

.wishlist-btn:hover {
    background: #e53935;
}

.wishlist-btn:hover i {
    color: #fff;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
    transition: opacity .4s ease, transform .4s ease;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card:hover .img-hover {
    opacity: 1;
}

.product-card:hover .img-main {
    opacity: 0;
}

.product-card:hover img {
    transform: scale(1.05);
}
.checkBox{
    width: 80px !important;
}

@media (max-width: 576px) {
    .checkBox{
        width: 220px !important;
    }
    .title {
        font-size: 15px;
    }

    .price-new {
        font-size: 20px;
    }

    .btn-cart {
        padding: 10px;
        font-size: 14px;
    }

    .product-img img {
        height: 180px;
    }
}

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(229, 57, 53, .08), transparent);
    opacity: 0;
    transition: .35s;
}

.service-card:hover::after {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    background: rgba(229, 57, 53, .12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img {
    width: 32px;
}

.service-card h3 {
    font-size: 20px;
    color: #1e2a5a;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-card p {
    font-size: 15px;
    color: #5f6c7b;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .service-card {
        padding: 24px 18px;
    }

    .service-card h3 {
        font-size: 18px;
    }

    .service-card p {
        font-size: 14px;
    }
}

.luxury-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.luxury-card {
    background: #fdfbf8;
    border-radius: 22px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease;
}

.luxury-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #eb060a9d, #eb0609);
    transform: translateX(-50%);
    opacity: 0;
    transition: .35s ease;
}

.luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .12);
}

.luxury-card:hover::before {
    opacity: 1;
}

.luxury-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #c8181b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxury-icon img {
    width: 32px;
}

.luxury-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: #1f2937;
    margin-bottom: 14px;
    font-weight: 600;
}

.luxury-card p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 260px;
    margin: 0 auto;
}

.price-match,
.sign-up {
    padding: 0px 30px;
}

@media screen and (min-width: 1566px) {
    .container {
        max-width: 1530px;
    }
}

.flash-sales-bg .container-fluid {
    background: #eeeae4;
    border-radius: 15px;
    box-shadow: 0px 3px 32px #23232340;
    padding: 50px;
}

.feature-product-Sec .container-fluid {
    background: url(../images/gd-bg.png) 0 0 repeat;
    padding-bottom: 200px;
    background-size: contain;
    color: #fff;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000040;
    margin: 0px 0 20px;
    padding: 50px;

}


.product-card-neo2 {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
    padding-bottom: 16px;
    /* space below the floating panel shadow */
}

/* IMAGE: full bleed (no padding, no margin) */
.neo2-media {
    position: relative;
    height: 360px;
    /* tune if needed */
    overflow: hidden;
    background: #eee;
}

.neo2-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* fill area fully */
    transition: opacity .28s ease, transform .35s ease;
    transform: scale(1.01);
}

.neo2-img-hover {
    opacity: 0;
}

.product-card-neo2:hover .neo2-img-main {
    opacity: 0;
}

.product-card-neo2:hover .neo2-img-hover {
    opacity: 1;
}

.product-card-neo2:hover .neo2-img {
    transform: scale(1.04);
}

/* badge */
.neo2-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #7d0808;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(255, 59, 48, .22);
    z-index: 5;
}

/* GLASS PANEL: overlaps image slightly */
.neo2-panel {
    position: relative;
    margin: -52px 16px 0;
    padding: 18px 18px 16px;
    border-radius: 22px;

    /* REAL GLASS */
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, .55),
            rgba(255, 255, 255, .35));

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    border: 1px solid rgba(255, 255, 255, .45);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .6);
}


/* SAME STRUCTURE AS NEO */
.neo2-brand {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7d0808;
    font-weight: 800;
}

.neo2-title {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 20px;          /* FIXED line height */
    height: 40px;           /* 2 lines × 20px */
    max-height: 40px;           /* 2 lines × 20px */
    color: #12203a;
    font-weight: 700;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}

.neo2-sub {
    margin: 0 0 10px;
    color: rgba(18, 32, 58, .75);
    font-weight: 700;
    font-size: 13px;
}

.neo2-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.neo2-new {
    font-size: 28px;
    font-weight: 950;
    color: #7d0808;
}

.neo2-old {
    font-size: 16px;
    color: rgba(18, 32, 58, .45);
    text-decoration: line-through;
    font-weight: 800;
}

.neo2-off {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 59, 48, .12);
    color: #7d0808;
    font-weight: 900;
}

.neo2-cta {
    width: 100%;
    border: 0;
    border-radius: 16px;
    padding: 12px 14px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
    background: #716058;
    box-shadow: 0 14px 30px #71605838;
    transition: transform .15s ease, filter .15s ease;
}

.neo2-cta:hover {
    transform: translateY(-1px);
    filter: brightness(.99);
}

.neo2-emi {
    margin: 12px 0 0;
    font-size: 12.5px;
    color: rgba(18, 32, 58, .7);
}

.neo2-emi a {
    color: #12203a;
    font-weight: 400;
    text-decoration: underline;
}
.neo2-emi img {
    width: 25px;
}
.flexitiCardEmi{
    width: 25px;
}
.neo2-panel {
    position: relative;
    margin: -52px 16px 0;
    padding: 18px 18px 16px;
    border-radius: 22px;

    /* glass always */
    background: rgba(255, 255, 255, .42);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);

    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.neo2-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .12) 100%);
    pointer-events: none;
}

/* slider area */
.neo2-slider {
    position: absolute;
    inset: 0;
}

.neo2-track {
    height: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.neo2-track::-webkit-scrollbar {
    display: none;
}

.neo2-slide {
    flex: 0 0 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* full bleed */
    scroll-snap-align: start;
}

/* optional dots */
.neo2-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 6;
}

.neo2-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
}

.neo2-dot.active {
    width: 18px;
    background: rgba(255, 255, 255, .92);
}


.neo2-square {
    aspect-ratio: 1 / 1;
    /* makes it square */
    height: auto !important;
}

.neo2-media {
    position: relative;
    overflow: hidden;
    background: #eee;
    border-radius: 28px 28px 0 0;
}

/* all images stacked */
.neo2-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* square cover */
    opacity: 0;
    transition: opacity .25s ease, transform .35s ease;
    transform: scale(1.01);
}

/* default image visible */
.neo2-img-1 {
    opacity: 1;
}

/* on hover, start cycling */
.product-card-neo2:hover .neo2-img {
    transform: scale(1.04);
}

/* hide image 1 on hover so cycle can appear */
.product-card-neo2:hover .neo2-img-1 {
    opacity: 0;
}

/* image 2 appears immediately */
.product-card-neo2:hover .neo2-img-2 {
    opacity: 1;
    transition-delay: 0s;
}

/* image 3 appears after 0.7s */
.product-card-neo2:hover .neo2-img-3 {
    opacity: 1;
    transition-delay: .7s;
}

/* image 4 appears after 1.4s (optional) */
.product-card-neo2:hover .neo2-img-4 {
    opacity: 1;
    transition-delay: 1.4s;
}

.neo2-panel {
    position: relative;
    margin: -52px 16px 0;
    padding: 18px 18px 16px;
    border-radius: 22px;
    height: 335px;

    background: rgba(255, 255, 255, .42);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .55);

    box-shadow: 0 20px 50px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .6);
}
@media (max-width: 1465px) {
    .neo2-panel {
        height: 350px;
    }
}
@media (max-width: 1265px) {
    .neo2-panel {
        height: 360px;
    }
}
@media (max-width: 1230px) {
    .neo2-panel {
        height: 400px;
    }
}
@media (max-width: 1130px) {
    .neo2-panel {
        height: 430px;
    }
}

@media (max-width: 860px) {
    .neo2-panel {
        height: 380px;
    }
}
.bottomRequest{
    position: absolute;
    bottom: 19px;
    width: 85%;
}

.disabled,
.is-disabled {
    pointer-events: none !important;     /* blocks clicks */
    cursor: not-allowed !important;      /* shows disabled cursor */
    user-select: none;
    opacity: 0.6;
}


.product-card-neo2 {
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-card-neo2:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}

.flash-sales {
    padding: 70px 0;
    background: linear-gradient(to bottom, #f3f0eb, #f6f4ef);
}

.flash-sales {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.neo2-cta {
    background: #7a6b63;
    transition: all .2s ease;
}

.neo2-cta:hover {
    background: #64564f;
    transform: translateY(-2px);
}

.neo2-badge {
    animation: pulse 2s infinite;
}

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

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

.blog-card2 {
    display: block;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .10);
    transition: transform .22s ease, box-shadow .22s ease;
    height: 100%;
}

.blog-card2:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .14);
}

/* image */
.blog-img2 {
    position: relative;
    height: 260px;
    /* adjust for your layout */
    overflow: hidden;
    background: #f3f3f3;
}

.blog-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.blog-card2:hover .blog-img2 img {
    transform: scale(1.06);
}

/* tag pill */
.blog-tag2 {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #7d0808;
    color: #fff;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    box-shadow: 0 14px 30px rgba(229, 28, 28, .22);
}

/* content */
.blog-content2 {
    padding: 18px 18px 16px;
}

.blog-content2 h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content2 p {
    margin: 0 0 16px;
    color: rgba(16, 24, 40, .65);
    font-size: 15px;
    line-height: 1.45;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* meta + readmore row */
.blog-meta2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.blog-date2 {
    color: rgba(16, 24, 40, .55);
    font-weight: 700;
    font-size: 14px;
}

.blog-date2 i {
    color: #7d0808;
    margin-right: 6px;
}

.blog-read2 {
    color: #7d0808;
    font-weight: 900;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog-arrow2 {
    transition: transform .2s ease;
}

.blog-card2:hover .blog-arrow2 {
    transform: translateX(4px);
}

.blog-img2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .18), rgba(0, 0, 0, 0) 55%);
    pointer-events: none;
}

/* .customSec {
    padding: 55px 0;
    background: #f4f0ea;
} */

.pd3-wrap {
    max-width: 100%;
    margin: 0 auto;
}

.pd3-back {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(16, 24, 40, .75);
    text-decoration: none;
    font-weight: 800;
}

.pd3-back:hover {
    text-decoration: underline;
}

/* gallery */
.pd3-gallery {}

.pd3-main {
    height: 100%;
    border-radius: 26px;
    /* background: #fff; */
    /* box-shadow: 0 18px 45px rgba(0, 0, 0, .10); */
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

/* .pd3-main img {
    width: 100%;
    max-height: 470px;
    object-fit: cover;
    transition: transform .15s ease;
    transform-origin: center;
} */

/* thumbs under main image (cleaner than right-side floating) */
.pd3-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.pd3-thumb {
    width: 86px;
    height: 70px;
    border-radius: 16px;
    border: 2px solid transparent;
    background: #fff;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .10);
}

.pd3-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.pd3-thumb.active {
    border-color: #ff3b30;
}

/* sticky right */
.pd3-sticky {
    position: sticky;
    top: 110px;
    /* adjust if your navbar height differs */
    background: linear-gradient(to bottom, rgba(255, 255, 255, .55), rgba(255, 255, 255, .35));
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .10), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.pd3-head {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.pd3-pill {
    background: rgba(255, 59, 48, .12);
    color: #d12726;
    font-weight: 900;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
}

.pd3-brand {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #d12a2a;
}

.pd3-title {
    margin: 10px 0 6px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.12;
    color: #12203a;
}

.pd3-sub {
    font-weight: 800;
    color: rgba(18, 32, 58, .65);
    margin-bottom: 10px;
}

.pd3-price {
    display: flex;
    gap: 12px;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.pd3-new {
    font-size: 20px;
    font-weight: 950;
    color: #d12726;
}

.pd3-old {
    font-size: 13px;
    font-weight: 800;
    color: rgba(18, 32, 58, .45);
    text-decoration: line-through;
}

.pd3-off {
    font-size: 12px;
    font-weight: 950;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 59, 48, .12);
    color: #d12726;
}

.pd3-divider {
    height: 1px;
    background: rgba(16, 24, 40, .08);
    margin: 12px 0;
}

.pd3-row {
    margin-bottom: 12px;
}

.pd3-label {
    font-weight: 950;
    color: #12203a;
    margin-bottom: 8px;
    font-size: 13px;
}

.pd3-chips {
    display: flex;
    gap: 10px;
}

.pd3-chip {
    border: 1px solid rgba(16, 24, 40, .12);
    background: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
    color: rgba(16, 24, 40, .75);
}

.pd3-chip.active {
    border-color: #d12726;
    background: rgba(255, 59, 48, .10);
    color: #d12726;
}

.pd3-row-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd3-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .12);
    border-radius: 14px;
    padding: 6px;
}

.pd3-step {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: rgba(16, 24, 40, .06);
    font-weight: 950;
    cursor: pointer;
}

.pd3-stepper input {
    width: 40px;
    text-align: center;
    border: 0;
    outline: 0;
    font-weight: 950;
    background: transparent;
}

/* ONE main CTA only */
.pd3-cta {
    width: 100%;
    border: 0;
    padding: 12px 14px;
    border-radius: 16px;
    font-weight: 950;
    cursor: pointer;
    background: #d12726;
    color: #fff;
    box-shadow: 0 14px 30px rgba(255, 59, 48, .18);
    transition: transform .15s ease, filter .15s ease;
}

.pd3-cta:hover {
    transform: translateY(-1px);
    filter: brightness(.99);
}

/* small secondary actions */
.pd3-secondary {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
}

.pd3-link {
    color: #12203a;
    text-decoration: none;
}

.pd3-link:hover {
    text-decoration: underline;
}

.pd3-dot {
    color: rgba(16, 24, 40, .35);
}

/* compact trust row */
.pd3-trust {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(16, 24, 40, .08);
    display: grid;
    gap: 6px;
    color: rgba(16, 24, 40, .65);
    font-size: 13px;
}

/* tabs */
.pd3-tabs {
    margin-top: 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);
    overflow: hidden;
}

.pd3-tab-head {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(16, 24, 40, .08);
    background: rgba(255, 255, 255, .55);
}

.pd3-tab-btn {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 14px 12px;
    font-weight: 950;
    color: rgba(18, 32, 58, .7);
    cursor: pointer;
}

.pd3-tab-btn.active {
    color: #12203a;
    box-shadow: inset 0 -3px 0 #ff3b30;
}

.pd3-tab-body {
    padding: 16px;
    color: rgba(16, 24, 40, .7);
    line-height: 1.6;
}

.pd3-tab-panel {
    display: none;
}

.pd3-tab-panel.active {
    display: block;
}

@media(max-width: 991px) {
    /* .pd3-main {
        height: 360px;
    } */

    .pd3-sticky {
        position: static;
    }
}

/* gallery layout: main + right thumbs */
.pd3-gallery-rightthumbs{
  display: grid;
  grid-template-columns: 1fr 88px;
  gap: 14px;
  align-items: start;
}

/* vertical thumbs */
.pd3-thumbs-vert{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

/* keep thumb size consistent */
.pd3-thumb{
  width: 86px;
  height: 70px;
  border-radius: 16px;
  border: 2px solid transparent;
  background:#fff;
  padding: 8px;
  cursor:pointer;
  box-shadow: 0 12px 26px rgba(0,0,0,.10);
}
.pd3-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 12px;
}
.pd3-thumb.active{ border-color:#ff3b30; }

.pd3-main img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* makes it square */
  object-fit: cover;
  transition: transform .35s ease;
  transform-origin: center;
  transform: scale(1);
}

.pd3-cta-row{
  display:flex;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}

.pd3-stepper-compact{
  flex: 0 0 auto;
}

.pd3-cta{
  flex: 1 1 auto; /* button takes remaining space */
}

.pd3-secondary-btns{
  display:flex;
  gap: 10px;
  margin-top: 10px;
}

.pd3-btn-sm{
  flex:1;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease;
}
.pd3-btn-sm:hover{ transform: translateY(-1px); filter: brightness(.99); }

.pd3-btn-ghost{
  border: 0;
  background: rgba(18,32,58,.08);
  color: #12203a;
}

.pd3-btn-outline{
  background: #fff;
  border: 1px solid rgba(16,24,40,.16);
  color: #12203a;
}

/* keep gallery + thumbs as one neat block */
.pd3-gallery-rightthumbs{
  display: grid;
  grid-template-columns: 1fr 86px; /* fixed thumb rail */
  gap: 14px;
  align-items: start;
}

/* thumbs rail */
.pd3-thumbs-vert{
  display:flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

/* thumb size a bit tighter + consistent */
.pd3-thumb{
  width: 86px;
  height: 70px;
  padding: 1px;
  border-radius: 16px;
}

/* OPTIONAL: if you want thumbs vertically centered w.r.t main image */
.pd3-thumbs-vert{
  margin-top: 10px;
}
.pd3-main{
  /* background:#fff; */
  border-radius: 26px;
  overflow:hidden;
  /* box-shadow: 0 18px 45px rgba(0,0,0,.10); */
}

/* remove extra inner padding */
.pd3-main img{
  padding: 0 !important;
}
.pd3-secondary-btns{
  display:flex;
  gap: 10px;
  margin-top: 10px;
}

.pd3-btn-sm{
  flex: 1;
  /* height: 42px;                  */
  border-radius: 14px;
  font-weight: 950;
}

/* Buy now: slightly stronger filled */
.pd3-btn-ghost{
  background: rgba(18,32,58,.10);
  border: 1px solid rgba(18,32,58,.08);
}

/* Quote: outline but more visible */
.pd3-btn-outline{
  border: 1px solid rgba(255,59,48,.30);
  color: #d12726;
}
.pd3-btn-outline:hover{
  background: rgba(255,59,48,.08);
}
.pd3-main img{
  will-change: transform;   /* helps smoothness */
}


/* Gallery layout stays main + right thumbs on ALL sizes */
.pd3-gallery-rightthumbs{
  display: grid;
  grid-template-columns: 1fr 86px;
  gap: 12px;
  align-items: start;
}

/* Thumb rail scrolls vertically if more thumbs */
.pd3-thumbs-vert{
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 520px; /* will be synced below in mobile */
  padding-right: 2px;
}

/* Mobile tuning */
@media (max-width: 575px){
  .pd3-gallery-rightthumbs{
    grid-template-columns: 1fr 74px; /* slimmer rail */
    gap: 10px;
    display: block;
  }

  /* .pd3-main{
    height: 360px;   /* ensures main image has height */
  } */

  .pd3-thumbs-vert{
    max-height: 360px;  /* match main image height */
    flex-direction: row;
  }

  .pd3-thumb{
    width: 80px;
    height: 80px;
    border-radius: 14px;
    padding: 2px;
  }

  .pd3-thumb img{
    border-radius: 12px;
  }
}


/* ===== MEGA MENU WRAPPER ===== */
.dropmenuWrp {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 35px 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-top: 1px solid #eee;
    z-index: 999;
}

/* ===== MEGA MENU GRID ===== */
.mega-menu {
    max-width: 1400px;
    margin: auto;
}

/* ===== LEFT SIDE (SUB CATEGORY) ===== */
.subcat-left {
    border-right: 1px solid #f0f0f0;
    padding-right: 25px;
}

.subcat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subcat-list li {
    padding: 12px 0;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #111;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
}

/* Hover + Active */
.subcat-list li:hover,
.subcat-list li.active {
    color: #000;
    font-weight: 600;
}

/* Left Indicator Line */
.subcat-list li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.25s ease;
}

.subcat-list li:hover::before,
.subcat-list li.active::before {
    width: 12px;
}

/* ===== RIGHT SIDE (SUB SUB CATEGORY) ===== */
.subsubcat-right {
    padding-left: 30px;
}

/* Grid spacing */
.subsubcat-grid {
    row-gap: 30px;
}

/* Card */
.subsub-card {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subsub-card h5 {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 10px;
    color: #111;
    text-transform: uppercase;
}

/* Image (if you add later) */
.subsub-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.4s ease;
}

/* Hover Effects */
.subsub-card:hover img {
    transform: scale(1.05);
}

.subsub-card:hover h5 {
    color: #000;
}

/* ===== SMOOTH SHOW/HIDE ===== */
.subsub-item {
    animation: fadeUp 0.35s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* MOBILE ONLY */
@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}

.mobile-subcat-list,
.mobile-subsubcat-list {
    list-style: none;
    padding-left: 15px;
    display: none;
}

.mobile-main-toggle,
.mobile-subcat-toggle {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #000;
    font-weight: 500;
    font-size: 13px;

}

.mobile-subsubcat-list li a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: #555;
}


/* Invisible hover bridge (prevents flicker) */
.nav-item.dropmenu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 22px;
    top: 100%;
}
.cart-popup-body {
    display: block;              /* required for scrolling tbody */
    max-height: 500px;           /* height for ~5 products */
    overflow-y: auto;
    width: 100%;
}

/* Keep table layout intact */
.cart-popup-body tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.cart-popup-body {
    scroll-behavior: smooth;
}
.lux-order-item span{
    max-width: 300px;          /* adjust as needed */
    word-break: break-word;
    overflow-wrap: break-word;
}
.contact-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.contact-header h3 {
    font-size:18px;
    font-weight:600;
    margin:0;
}

.signin-link {
    font-size:14px;
    color:#1a73e8;
    text-decoration:none;
}

.signin-link:hover {
    text-decoration:underline;
}

.checkout-input {
    width:100%;
    padding:14px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    font-size:14px;
}
.radio-card {
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    margin-bottom:10px;
    cursor:pointer;
    background:#fff;
}

.radio-card input {
    display:none;
}

.radio-ui {
    width:18px;
    height:18px;
    border:2px solid #bbb;
    border-radius:50%;
    position:relative;
}

.radio-card input:checked + .radio-ui {
    border-color:#1a73e8;
}

.radio-card input:checked + .radio-ui::after {
    content:"";
    width:8px;
    height:8px;
    background:#1a73e8;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.radio-card:has(input:checked) {
    border-color:#1a73e8;
    background:#f3f7ff;
}

.payment-form {
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:16px;
    margin-bottom:16px;
}

.grid-2 {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.checkbox-row {
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    margin-top:10px;
}

.card-icons img {
    height:20px;
    margin-left:6px;
}

.more-cards {
    font-size:12px;
    background:#eee;
    padding:2px 6px;
    border-radius:6px;
}
.menu-right {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    outline: none;
}

/* Scrollbar */
.menu-right::-webkit-scrollbar {
    width: 6px;
}
.menu-right::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* =======================
   BASE TAB STYLES
======================= */
.pd3-tabs {
    margin-top: 30px;
}

.pd3-tab-head {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
}

.pd3-tab-btn {
    background: none;
    border: none;
    padding: 12px 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.pd3-tab-btn.active {
    font-weight: 600;
    /* border-bottom: 2px solid #000; */
}

.pd3-tab-panel {
    display: none;
    padding: 20px 0;
}

.pd3-tab-panel.active {
    display: block;
}

/* =======================
   MOBILE VIEW (Accordion)
======================= */
@media (max-width: 768px) {

    .pd3-tab-head {
        display: none; /* hide tab buttons */
    }

    .pd3-tab-panel {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding: 0;
    }

    .pd3-tab-panel::before {
        content: attr(data-title);
        display: block;
        padding: 14px;
        font-weight: 600;
        cursor: pointer;
        background: #f8f8f8;
    }

    .pd3-tab-panel > * {
        display: none;
        padding: 15px;
    }

    .pd3-tab-panel.active > * {
        display: block;
    }
}


/* ===============================
   FINAL MOBILE CART FIX
   =============================== */
@media (max-width: 576px) {

    /* Prevent horizontal scroll */
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Cart grid fix */
    .lux-cart-grid {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Cart items & summary full width */
    .lux-cart-items,
    .lux-cart-summary {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    /* Disable sticky / fixed summary */
    .lux-cart-summary {
        position: relative !important;
        left: 0;
        right: 0;
        margin-top: 20px;
        padding: 16px;
    }

    /* Coupon row fix */
    .coupon-row {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }

    .coupon-row input {
        flex: 1 1 auto;
        min-width: 0;          /* 🔑 IMPORTANT */
        max-width: 100%;
        box-sizing: border-box;
    }

    .coupon_apply_btn{
        padding: 10px !important;
    }
    .coupon-row button {
        flex-shrink: 0;        /* prevent breaking */
        padding: 10px 14px;
        white-space: nowrap;
        max-width: 100%;
    }

    /* Cart item row safety */
    .cart-item,
    .cart-item * {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Image scaling */
    .cart-item img {
        max-width: 70px;
        height: auto;
    }

    /* Checkout button safe */
    .checkout-btn {
        width: 100%;
        max-width: 100%;
    }
}

.login-wrapper {
    width: 100%;
    padding: 20px;
}

.login-card {
    border: 1px solid #eee;
    padding: 40px 30px;
    text-align: center;
    border-radius: 4px;
}

.login-card h1 {
    color: #1a237e;
    font-size: 34px;
    margin-bottom: 10px;
}

.subtitle {
    color: #444;
    margin-bottom: 30px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group input {
    width: 100%;
    padding: 14px 15px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.form-group input:focus {
    border-color: #1a237e;
    outline: none;
}

.btn-login {
    width: 100%;
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
}

.btn-login:hover {
    background: #e60000;
}

.captcha-text {
    font-size: 13px;
    color: #666;
    margin: 25px 0;
    line-height: 1.5;
}

.captcha-text a {
    color: #000;
    text-decoration: none;
}

.login-links p {
    margin: 8px 0;
    font-size: 15px;
}

.login-links a {
    color: #ff0000;
    text-decoration: none;
    font-weight: 500;
}

.login-links a:hover {
    text-decoration: underline;
}

.shop-checkout {
  background:#f6f6f7;
  padding:40px 0;
}

.checkout-grid {
  display:grid;
  grid-template-columns: 1.3fr 1fr;
  gap:40px;
  max-width:1200px;
  margin:auto;
}

.checkout-card {
  background:#fff;
  border-radius:10px;
  padding:20px;
  margin-bottom:20px;
}

.checkout-card h3 {
  font-size:16px;
  margin-bottom:12px;
}

input, select {
  width:100%;
  padding:14px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:14px;
  margin-bottom:12px;
}

.grid-2 {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.grid-3 {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
}

.radio-box {
  border:1px solid #ddd;
  padding:14px;
  border-radius:8px;
  cursor:pointer;
  margin-bottom:10px;
}

.radio-box.active {
  border-color:#3b82f6;
  background:#eff6ff;
}

.checkout-summary {
  background:#fff;
  padding:20px;
  border-radius:10px;
  position:sticky;
  top:20px;
}

.pay-btn {
  background:#0a58ca;
  color:#fff;
  padding:16px;
  border:none;
  width:100%;
  font-size:16px;
  border-radius:10px;
}
.radio-card {
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    padding:14px;
    margin-bottom:10px;
    cursor:pointer;
    background:#fff;
    transition:.2s;
}

.radio-card input {
    display:none;
}

.radio-ui {
    width:18px;
    height:18px;
    border:2px solid #bbb;
    border-radius:50%;
    position:relative;
}

.radio-card input:checked + .radio-ui {
    border-color:#1a73e8;
}

.radio-card input:checked + .radio-ui::after {
    content:"";
    width:8px;
    height:8px;
    background:#1a73e8;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.radio-card input:checked ~ .radio-text {
    font-weight:600;
}

.radio-card input:checked ~ * {
    color:#000;
}

.radio-card:has(input:checked) {
    border-color:#1a73e8;
    background:#f3f7ff;
}
@media (max-width: 768px) {

  /* Force container width */
  .checkout-grid {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  /* Left form full width */
  .checkout-form,
  .submit-data {
    width: 100%;
  }

  /* Order summary goes BELOW */
  .checkout-summary {
    position: static !important;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  /* Cards fit screen */
  .checkout-card {
    width: 100%;
    box-sizing: border-box;
  }
}

/* =========================
   USER PROFILE MENU
========================= */
.user-menu {
    position: relative;
}

.user-toggle {
    cursor: pointer;
    font-size: 20px;
}

.user-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    min-width: 180px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    list-style: none;
    padding: 8px 0;
    display: none;
    z-index: 999;
}

.user-dropdown li a {
    display: block;
    padding: 10px 16px;
    color: #000;
    font-weight: 500;
}

.user-dropdown li a:hover {
    background: #f4f4f4;
}

/* Show on hover (desktop) */
@media (min-width: 992px) {
    .user-menu:hover .user-dropdown {
        display: block;
    }
}

/* Mobile friendly */
@media (max-width: 991px) {
    .user-dropdown {
        position: static;
        box-shadow: none;
        border-radius: 0;
        display: block;
    }
}
.page-link{
    color: #000 !important;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: #7d0808;
    border-color: #7d0808;
}
.page-link:focus{
    box-shadow: none !important;
}

/* FULL SCREEN POPUP */
.popup {
  position: fixed;
  inset: 0;
  background: #f8f6f2f7;
  z-index: 100570;
  display: flex;
}

/* CENTER CONTENT */
.popup-content {
  margin: auto;
  width: 100%;
  max-width: 900px;
  text-align: center;
  position: relative;
}

/* CLOSE BUTTON */
.close-btn-popup {
  position: fixed;      /* FIXED TO SCREEN */
  top: 20px;            /* TOP RIGHT */
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 8px 14px;
  background: #222;
  color: #fff;
  border-radius: 6px;
  z-index: 100571;      /* ABOVE POPUP */
}
/* STEPS */
.step { display: none; }
.step.active { display: block; }

/* GRID */
.cities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* IMAGE ONLY RADIO */
.city-image {
  cursor: pointer;
  transition: transform .3s ease, opacity .3s ease;
}

.city-image img {
  width: 100%;
    height: 200px;
    object-fit: fill;
    opacity: 1;
}

/* HIDE RADIO */
.city-image input {
  display: none;
}

/* SELECTED IMAGE */
.city-image input:checked + img {
  opacity: 1;
  transform: scale(1.08);
}

/* HOVER */
.city-image:hover img {
  opacity: .85;
}

/* INPUTS */
.popupInputs {
  width: 100%;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #000;
}

/* BUTTON */
.popupButton {
  width: 100%;
  padding: 15px;
  background: #222;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* RESPONSIVE */
@media(max-width:992px){
  .cities { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:768px){
  .cities { grid-template-columns: 1fr; }
}


/* 🔹 MOBILE POPUP FIX */
@media (max-width: 768px) {

  .popup {
    padding: 20px 10px;
    overflow-y: auto;   /* allow scrolling */
  }

  .popup-content {
    margin: 40px auto;
    max-width: 100%;
    padding: 15px;
  }

  /* Close button spacing */
  .close-btn-popup {
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    font-size: 18px;
  }

  /* City grid */
  .cities {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* City images responsive */
  .city-image img {
    height: auto;
    max-height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Headings scale */
  .popup-content h2 {
    font-size: 20px;
  }

  .popup-content h3 {
    font-size: 16px;
  }

  /* Inputs & buttons */
  .popupInputs,
  .popupButton {
    padding: 12px;
    font-size: 14px;
  }

}

#pageLoader {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999999;

  display: none;              /* hidden by default */
  align-items: center;        /* vertical center */
  justify-content: center;    /* horizontal center */

  text-align: center;
}

/* Spinner */
.loader-spinner {
    margin-left: 50% !important;
    margin-top: 20%;
  width: 50px;
  height: 50px;
  border: 4px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 947px) {
    .pd3-thumbs-vert {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* side by side */
    gap: 10px;

    max-height: 520px;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-right: 2px;
    }

    /* Button reset + sizing */
    .pd3-thumb {
        padding: 0;
        border: 2px solid transparent;
        border-radius: 10px;
        background: none;
        cursor: pointer;
    }

    /* Active state (red border like image) */
    .pd3-thumb.active {
        border-color: #ff3b3b;
    }

    /* Image styling */
    .pd3-thumb img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
        display: block;
    }
}

.coupon-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #000;
  border-radius: 0.25rem;
  overflow: hidden;
}

.coupon-icon {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  background: transparent;
}

.coupon-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0px;
}

.coupon-input:focus {
  outline: none;
  box-shadow: none;
}

.coupon-divider {
  width: 1px;
  height: 24px;
  background: #000;
  margin: 0 0.75rem;
}

.coupon-btn {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  background: transparent;
  border: 0;
  color: #212529;
}

.coupon-btn:hover,
.coupon-btn:focus {
  text-decoration: underline;
  color: #212529;

}
