:root {
    --footer-bg: #2c2b3c;
    /* --footer-text: #f8f2e7; */
    --footer-text: #FFF8E6;
    /* --footer-link: #f8f2e7; */
    --footer-link: #FFF8E6;
    --footer-link-hover: #fff;
    --footer-border: #444;
    --footer-input-bg: #232326;
    --footer-input-text: #fff;
    --footer-btn-bg: transparent;
    --footer-btn-border: #fff;
    --footer-btn-hover-bg: #fff;
    --footer-btn-hover-text: #29292b;
    --smallHeaderHeight: 45px;
    --headerHeight: 130px;
    --headerMinHeight: 60px;
    --swiper-navigation-size: 24px;
    --bs-btn-font-size: 16px;
    --bs-accordion-btn-padding-x: 16px;
    --bs-accordion-btn-padding-y: 16px;
    --bs-border-color: #ddd;
}

@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight-Bold.woff2") format("woff2"),
        url("../fonts/InterTight-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight-SemiBold.woff2") format("woff2"),
        url("../fonts/InterTight-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight-Medium.woff2") format("woff2"),
        url("../fonts/InterTight-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight-Regular.woff2") format("woff2"),
        url("../fonts/InterTight-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela Deck";
    src: url("../fonts/CanelaDeck-Medium.woff2") format("woff2"),
        url("../fonts/CanelaDeck-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela Deck";
    src: url("../fonts/CanelaDeck-Regular.woff2") format("woff2"),
        url("../fonts/CanelaDeck-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela Deck";
    src: url("../fonts/CanelaDeck-Bold.woff2") format("woff2"),
        url("../fonts/CanelaDeck-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*  */
@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('../fonts/TTRamillasTrl-ExtraBold.woff2') format('woff2'),
        url('../fonts/TTRamillasTrl-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('../fonts/TTRamillasTrl-Medium.woff2') format('woff2'),
        url('../fonts/TTRamillasTrl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('../fonts/TTRamillasTrl-Bold.woff2') format('woff2'),
        url('../fonts/TTRamillasTrl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('../fonts/TTRamillasTrl-Regular.woff2') format('woff2'),
        url('../fonts/TTRamillasTrl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('../fonts/TTRamillasTrl-Light.woff2') format('woff2'),
        url('../fonts/TTRamillasTrl-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





html {
    font-size: 10px;
}

.container{
    max-width: calc(100% - 10px);;
}

.font-ivy-mode,
.faq-data-section .container .row > .col-12 h1,
.faq-data-section .container .row > .col-12 h2,
.faq-data-section .container .row > .col-12 h3,
.faq-data-section .container .row > .col-12 h4,
.faq-data-section .container .row > .col-12 h5 {
    /* font-family: "Canela Deck", serif; */
    font-family: 'TT Ramillas Trl', sans-serif;
}

.font-libre-franklin {
    /* font-family: "Inter Tight", sans-serif; */
    font-family: 'TT Ramillas Trl', sans-serif;
}

.font-ramillas-trl {
    font-family: 'TT Ramillas Trl', sans-serif;
}

.color-theme {
    color: #487763;
}

.bg-theme {
    background-color: #487763;
}

.bg-light-theme,
.light-theme.bg-light-theme {
    /* background-color: #f8f2e7; */
    background-color: #FFF8E6;
}

.bg-theme-dark {
    /* background-color: #2c2b3c !important; */
    background-color: #FFF8E6 !important;
}
.section-space-top {
    padding-bottom: 10rem;
}
.section-space {
    padding-bottom: 10rem;
}

body {
    /* font-family: "Inter Tight", sans-serif; */
    font-family: 'TT Ramillas Trl', sans-serif;  
    font-size: 14px;
}

/* .navbar-brand img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9));
} */

a {
    text-decoration: none;
}

/* FONT SIZE */
.h1,
h1 {
    font-size: 4rem;
}

.h2,
h2 {
    font-size: 3.4rem;
}

.h3,
h3 {
    font-size: 3rem;
}

h3.small,
.h3.small {
    font-size: 2.8;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5,
.h5-initial {
    font-size: 22px;
}

.h6.big,
h6.big {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}
p,
.p {
    font-size: 16px;
}

p.small,
.p.small,
.small {
    font-size: 14px;
}

span,
.span {
    font-size: 14px;
}

.min-w-auto,
.w-auto.min-w-auto {
    min-width: auto;
}

.min-h-inherit {
    min-height: inherit;
}

.footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    font-size: 14px;
    padding: 0 12px;
    position: relative;
    z-index: 3;
}

.footer h6 {
    font-size: 16px;
    color: var(--footer-link-hover);
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    line-height: 140%;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-list li {
    margin-bottom: 16px;
}

.footer-list a {
    color: var(--footer-link);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-list a:hover {
    color: var(--footer-link-hover);
    text-decoration: underline;
}

.footer-social a {
    color: var(--footer-link);
    margin-right: 16px;
    font-size: 20px;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: var(--footer-link-hover);
}

.footer-location img {
    vertical-align: middle;
    margin-right: 16px;
}

.footer-newsletter .btn {
    background: var(--footer-btn-bg);
    color: var(--footer-btn-border);
    border: 1px solid var(--footer-btn-border);
    transition: background 0.3s, color 0.3s;
}

.footer-newsletter .btn:hover {
    background: var(--footer-btn-hover-bg);
    color: var(--footer-btn-hover-text);
}

/* Footer bottom section */
.footer-bottom {
    border-color: var(--footer-border) !important;
    color: #aaa;
    font-size: 16px;
    padding-bottom: 20px;
    background: var(--footer-bg);
}

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

.footer-link {
    color: var(--footer-link);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    padding: 0;
}

.footer-link:hover {
    color: var(--footer-link-hover);
    text-decoration: underline;
}

.footer-certificates,
.footer-payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.8rem;
}

.footer-certificates img {
    height: 32px;
    filter: grayscale(1) brightness(2);
    opacity: 0.85;
    background: transparent;
    margin-bottom: 10px;
}

/* Newsletter form styles */
.footer-newsletter .form-control {
    color: var(--footer-input-text);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 16px 16px;
    margin-bottom: 16px;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #757575;
    margin-bottom: 16px;
    background: transparent !important;
    color-scheme: dark;
}

.footer-newsletter .form-control:focus {
    background: var(--footer-input-bg);
    color: var(--footer-input-text);
    /* border-color: transparent; */
    box-shadow: 0 0 0 2px var(--footer-link-hover, #fff);
}

.footer-newsletter .form-control::placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.footer-newsletter .btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 500;
    padding: 16px 16px;
    transition: background 0.3s, color 0.3s;
}

.footer-newsletter .btn:hover,
.footer-newsletter .btn:focus {
    background: #fff;
    color: var(--footer-bg);
    border-color: #fff;
}

.footer-newsletter .form-floating label {
    color: #fff !important;
}

.footer-newsletter .form-floating label:after {
    background: transparent !important;
}

.footer-newsletter .form-floating label {
    color: #fff !important;
}

.footer-newsletter .form-floating label:after {
    background: transparent !important;
}

/* Instagram Swiper Section Styles */
.insta-heading {
    color: #333335;
    font-weight: 400;
    margin-bottom: 0;
}

.insta-handle {
    color: #487763;
}

.insta-swiper {
    padding: 0 0 20px 0;
}

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

.bespoke-section {
    /* background-image: url("../images/Bespoke-bg.jpg"); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
}

.bespoke-section img{
    width: 100%;
    min-height: inherit;
}

.bespoke-content {
       max-width: 450px;
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
}
.bespoke-title em {
    font-style: italic;
    color: #4b3f2a;
}

.bespoke-desc {
    color: #333335;
    font-size: 16px;
}

.bespoke-btn {
    background: #487763;
    color: #fff;
    border: none;
}

.bespoke-btn:hover {
    background: #e48e70;
    color: #fff;
}

.bespoke-img {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 12px;
    border-radius: 8px;
}

/* Custom showroom tab styling */
.showroom-pills .nav-link {
    font-size: 20px;
    padding: 1.8rem 2.4rem;
    background: transparent;
    color: #222;
    border-radius: 0;
    border-left: 4px solid transparent;
    text-align: left;
    font-weight: 400;
    transition: background 0.3s, border-color 0.3s;
    box-shadow: none;
    /* border-right: 4px solid #f8f2e7; */
    border-right: 4px solid #FFF8E6;
    text-transform: capitalize;
}

.showroom-pills .nav-link.active,
.showroom-pills .nav-link:focus,
.showroom-pills .nav-link:hover {
    background: #fcf5f0;
    border-right: 4px solid #487763;
    color: #222;
}
.most-loved-card.card {
    padding: 0;
    transition: all 0.3s;
}
.most-loved-card.card:hover .card-title-custom {
    color: #487763;
}
.most-loved-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.most-loved-card .most-loved-heart {
    background: #fff;
    border: none;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    transition: all 0.3s;
}

.most-loved-card .most-loved-heart:hover {
    background-color: #487763;
}

.most-loved-card .most-loved-heart i {
    color: #487763;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.most-loved-card .most-loved-heart:hover i {
    color: #ffffff;
}

.most-loved-card .card-img {
    background-color: #f5f5f7;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.most-loved-card .card-img img {
    mix-blend-mode: multiply;
}

.most-loved-card .card-body {
    padding-top: 16px;
    padding-bottom: 20px;
}

.most-loved-section {
    padding: 0 0 5rem;
}

/* .most-loved-section .swiper-button-next,
.most-loved-section .swiper-button-prev {
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: #222;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px #0001;
    opacity: 0.85;
}

.most-loved-section .swiper-button-next:after,
.most-loved-section .swiper-button-prev:after {
    font-size: 1.5em;
    color: #1a73e8;
}

.most-loved-section .swiper-button-next {
    right: -48px;
}

.most-loved-section .swiper-button-prev {
    left: -48px;
}
  font-size: 1.5em;
  color: #1a73e8;
} */

/* .most-loved-section .swiper-button-next {
  right: -48px;
}

.most-loved-section .swiper-button-prev {
  left: -48px;
} */

.customer-reviews-section .card {
    border: 0;
    background: #f8f9fa;
    font-size: 14px;
    color: #1f2936;
}

.brands {
    background-color: #487763;
    padding: 25px 0;
    margin-bottom: 5rem;
}

.brands img {
    max-width: 100px;
}

.lab-grown-section {
    /* background-color: #f8f2e7; */
    background-color: #FFF8E6;
    padding: 5rem 0;
}

.shop-category-img {
    width: 100%;
    background-color: #f5f5f7;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 300px; */
    border-radius: 15px;
}

.shop-category-img img {
    /* max-width: 290px; */
    /* max-height: 245px; */
    object-fit: cover;
}

.shop-category-row a img {
    border-radius: inherit;
}

.promo-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.promo-pagination .swiper-pagination-bullet {
    background-color: #957127;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0 !important;
}

.promo-pagination .swiper-pagination-bullet-active {
    background-color: #957127;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.promo-pagination-white .swiper-pagination-bullet {
    background-color: #ffffff;
}

.brands-swiper .promo-pagination {
    margin: 25px 0 0;
}
.brands-swiper .swiper-pagination-lock {
    margin: 0 0;
}

/* --- HEADER STYLES --- */
.zj-header {
    color: #000;
    font-size: 16px;
    /* font-family: 'Libre Franklin', Arial, sans-serif; */
    letter-spacing: 0.01em;
    z-index: 1000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--headerHeight);
    transform: translate(0);
        /* background-color: #030304; */
        background-color: #FFF8E6;
    transition: all 0.4s;
}

.zj-header.header-show-bg {
    background-color: var(--footer-bg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0;
}

.zj-header.header-hide {
    transform: translateY(-100%);
}

.zj-header-topbar {
    background: #2c2b3c;
    text-align: center;
    min-height: var(--smallHeaderHeight);
    position: relative;
    /* z-index: 1; */
}

.zj-header-topbar .topbar-flex {
    /* gap: 2rem; */
    gap: 3px;
}

.zj-header-sale-timer {
    font-weight: 700;
}

.zj-header-divider {
    color: #fff;
    width: 1px;
    display: block;
    height: 35px;
    background-color: #fff9f2;
    opacity: 0.4;
}

.zj-header-mainnav {
    /* background: rgba(255, 255, 255, 0.24); */
    background: #FFF8E6;
    /* backdrop-filter: blur(60.2px); */
    position: relative;
    z-index: 9999;
    min-height: calc(var(--headerHeight) - var(--headerMinHeight));
}

.header-show-bg .zj-header-mainnav{
    /* background-color: #2c2b3c; */
    background-color: #FFF8E6;
}

.zj-header-logo span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #fff;
}

.zj-header-logo img {
    max-height: 65px;
}
.header-profile-picture-wrap {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
    padding: 5px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
    /* border: 0; */
}
/* --- HEADER SEARCH BAR (Smaller & Responsive) --- */
.zj-header-search {
    background: transparent;
    border-radius: 0;
    align-items: center;
    padding: 5px 16px;
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(44.55px);
}

.zj-header-search .form-control {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: none;
    padding-left: 25px;
    padding-right: 0;
    height: 18px;
    line-height: 1.1;
}
.text-white{
    color: #fff !important;
}
.zj-header-search .form-control::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.zj-header-search .btn {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    z-index: 2;
    line-height: 1;
}

.zj-header-search .btn:focus {
    box-shadow: none;
}

.zj-header-search .bi-search {
    font-size: 16px;
}

.zj-header-search .form-control:focus {
    border-color: #bfa14a;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.zj-header-search .btn-outline-light {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.zj-header-search .btn-outline-light:hover,
.zj-header-search .btn-outline-light:focus {
    background: #fff;
    color: #232323;
}

.zj-header-icons .bi {
    font-size: 20px;
    vertical-align: middle;
    transition: color 0.3s;
}

.zj-header-icons .text-white:hover .bi,
.zj-header-icons .text-white:focus .bi {
    color: #487763;
}

.zj-header-appointment {
    background: #487763;
    border: none;
    color: #fff;
    transition: all 0.3s;
    border-radius: 0;
    padding: 12px 24px;
}

.zj-header-appointment:hover,
.zj-header-appointment:focus {
    background: #ffffff;
}

.zj-header-menu {
    /* background: rgba(255, 255, 255, 0.2); */
    background: #FFF8E6;
    /* backdrop-filter: blur(43.8px); */
}

.zj-header-menu .nav-link {
    /* color: #fff !important; */
    color: #000 !important;
    font-weight: 500;
    transition: color 0.3s;
    padding: 12px 0;
    font-size: 16px;
}

.zj-header-menu .nav-link:hover,
.zj-header-menu .nav-link:focus {
    color: #487763 !important;
    /* text-decoration: underline; */
}

.zj-header-cart-menu {
    max-width: 350px;
    width: 100%;
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: absolute;
    min-width: 350px;
    z-index: 99;
    right: -10px;
    top: 20px;
    padding: 5px 15px 10px;
    display: none;
    visibility: hidden;
}

.cart-view-list:hover .zj-header-cart-menu {
    display: block;
    visibility: visible;
}

.bi-bag-count-box {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #487763;
    position: absolute;
    top: -12px;
    left: 8px;
}

.zj-header-cart-img {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.zj-header-cart-img img {
    object-fit: cover;
}

.zj-header-cart-flex-box {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.zj-header-cart-flex-box .minus,
.zj-header-cart-flex-box .plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.zj-header-cart-flex-box input {
    height: 34px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.hero {
    height: 100%;
    /* min-height: calc(100svh - var(--smallHeaderHeight)); */
    /* padding-top: calc(var(--headerHeight)); */
    /* background-image: url('../images/hero.jpg'); */
    background-color: #000;
    display: flex;
}

.hero .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* min-height: calc(100svh - var(--headerHeight) * 1); */
      max-height: calc(100svh - var(--headerHeight) * 1);
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-color: #487763;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    background-color: #285046;
}

.swiper .small-btn.swiper-button-next,
.swiper .small-btn.swiper-button-prev {
    width: 30px;
    height: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 700;
}

.swiper .small-btn.swiper-button-next:after,
.swiper .small-btn.swiper-button-prev:after {
    --swiper-navigation-size: 16px;
}

/* .hero .swiper-slide::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */

/* --- HERO BANNER --- */
/* .zj-hero-banner {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    padding: calc(50% - var(--headerHeight) * 1.5) 0 0;
    z-index: 1;
} */

.zj-hero-banner{
        position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.zj-hero-text {
    color: #fff;
}

.zj-hero-subtitle {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.zj-hero-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.zj-hero-link {
    color: #fff;
    font-size: 4rem;
    text-decoration: underline;
    transition: color 0.3s;
    font-weight: 300;
}

.zj-hero-link:hover {
    color: #bfa14a;
    text-decoration: underline;
}

/* Mega Menu Base */
.mega-menu-parent {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 16px;
    max-height: calc(100svh - 200px);
    overflow-y: auto;
}

.mega-menu .mega-menu-title {
    font-weight: bold;
    color: #957127;
    margin-bottom: 16px;
}

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

.mega-menu-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333335;
}

.mega-menu-list img {
    max-width: 32px;
    min-width: 32px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.mega-menu-link {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    color: #957127;
    font-weight: 500;
}

.mega-menu-info {
    font-size: 16px;
}

.mega-menu-info-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-info-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    color: #333335;
    width: 50%;
}

.mega-menu-categories {
    padding: 16px 0;
}

.mega-menu-right a {
    text-decoration: none;
}

.mega-menu-right {
    padding: 16px 16px;
    background-color: #f7f2e7;
}

/* Show on hover (desktop) */

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Hide menu and show burger on mobile */
.zj-burger-btn {
    border: none;
    background: none;
    font-size: 2rem;
    /* color: #fff; */
    color: #000;
    margin-left: 16px;
}

.zj-header-menu-collapse {
    display: block;
}

.mega-menu-list svg {
    flex-shrink: 0;
}

.mega-menu-list a,
.mega-menu-info-list a,
.mega-menu-link a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.mega-menu-list a:hover,
.mega-menu-info-list a:hover,
.mega-menu-link a:hover {
    color: #957127;
}

/* Custom hamburger icon for Bootstrap's .navbar-toggler-icon */
.navbar-toggler-icon {
    display: inline-block;
    width: 28px;
    height: 22px;
    position: relative;
    background: none;
    border: none;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    /* background: #fff; */
    background: #000;
    /* gold/brown color, change as needed */
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.navbar-toggler-icon::before {
    top: 0;
}

.navbar-toggler-icon span {
    top: 9px;
}

.navbar-toggler-icon::after {
    bottom: 0;
}

/* For the middle bar */
.navbar-toggler-icon span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.trusted-section {
    padding: 5rem 0;
}

.trusted-logo {
    max-width: 9rem;
        object-fit: contain;
}

/* Form Styles */
.login-section,
.register-section,
.forgot-password-section {
    background-color: #f8f9fa;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.login-form-container,
.register-form-container,
.forgot-password-form-container {
    background: white;
    padding: 4rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.login-form-container h2,
.register-form-container h2,
.forgot-password-form-container h2 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Floating Label Styles */
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 0 16px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.form-group .form-control,
.form-group .form-select,
.dataTables_wrapper .form-control {
    width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
}

.form-group .form-control:hover,
.form-group .form-control:focus,
.form-group .form-select:focus,
.dataTables_wrapper .form-control:hover,
.dataTables_wrapper .form-control:focus {
    border-color: #487763;
    box-shadow: none;
    outline: none;
}

/* Label animation when input is focused or has value */
.form-group .form-control:focus + .form-label,
.form-group .form-control:not(:placeholder-shown) + .form-label,
.form-group .form-select:focus + .form-label,
.form-group .form-select:not([value=""]) + .form-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 016px;
    color: #487763;
    font-weight: 500;
}

/* Required field indicator */
.form-label .text-danger {
    color: #dc3545 !important;
}

/* Button Styles */
.login-form .btn,
.register-form .btn,
.forgot-password-form .btn {
    background-color: #487763;
    border-color: #487763;
    padding: 16px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.login-form .btn:hover,
.register-form .btn:hover,
.forgot-password-form .btn:hover {
    background-color: #b8654a;
    border-color: #b8654a;
    transform: translateY(-1px);
}

/* Link Styles */
.login-form a,
.register-form a {
    color: #487763;
    text-decoration: none;
    font-size: 16px;
}

.login-form a:hover,
.register-form a:hover {
    color: #b8654a;
    text-decoration: underline;
}

/* Checkbox Styles */
.register-form .form-check {
    margin-bottom: 16px;
}

.register-form .form-check-input:checked {
    background-color: #487763;
    border-color: #487763;
}

.register-form .form-check-label {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    font-weight: 500;
}

/* Forgot Password Description */
.forgot-password-form p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.wishlist-section {
    background-color: #f8f9fa;
}

.most-loved-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.most-loved-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.remove-wishlist {
    transition: all 0.3s ease;
}

.remove-wishlist:hover {
    background-color: #dc3545 !important;
    color: white !important;
}

.remove-wishlist:hover i {
    color: white !important;
}

.ring-filter .swiper {
    padding: 0 20px;
}

.ring-filter .swiper-slide {
    font-size: 14px;
}

.ring-filter .swiper-button-next,
.ring-filter .swiper-button-prev {
    color: #487763;
    font-size: 24px;
    background-color: transparent;
    width: auto;
    height: auto;
}
.ring-filter .swiper-button-next:hover,
.ring-filter .swiper-button-prev:hover {
    background-color: transparent;
}

.ring-filter .swiper-button-next {
    right: 0;
}

.ring-filter .swiper-button-prev {
    left: 0;
}

.ring-filter .swiper-button-next:after,
.ring-filter .swiper-button-prev:after {
    font-size: 18px;
}

/* Ring Filter Dropdowns Styles */
.ring-filter-dropdowns {
    background: white;
    padding: 2rem 0;
    position: relative;
}

.zj-dropdown {
    position: relative;
}

.zj-dropdown-btn {
    background: #eee;
    border: none;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    position: relative;
}

.zj-dropdown-btn:hover,
.zj-dropdown-btn:focus,
.zj-dropdown-btn:active {
    background: #f5f5f7;
    border: none;
    box-shadow: none;
}

.zj-dropdown-btn::after {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

.zj-dropdown-menu {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 4px;
    max-height: 250px;
    overflow-y: auto;
}

.zj-dropdown-item,
.zj-dropdown-menu .dropdown-item {
    padding: 8px 16px;
    font-size: 16px;
    color: #333;
    border: none;
    transition: all 0.3s ease;
}

.zj-dropdown-item:hover,
.zj-dropdown-menu .dropdown-item:hover,
.zj-dropdown-item:focus,
.zj-dropdown-menu .dropdown-item:focus {
    /* background: #f8f2e7; */
    background: #FFF8E6;
    color: #487763;
}

/* Responsive styles for dropdowns */

.color-swatches {
    display: inline-flex;
    gap: 8px;
}

.color-swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: border 0.3s;
    display: inline-block;
    box-sizing: border-box;
}

.color-swatch.active {
    border: 2px solid #b89b5e;
    box-shadow: 0 0 0 2px #fff, 0 0 4px #b89b5e;
}

/* Card badge for SALE */
.sale-badge {
    color: #b89b5e;
    font-weight: 600;
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.03em;
}

/* Card product image */
.card-ring-img {
    max-width: 80%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

/* Card product title */
.card-title-custom {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

/* Card price */
.card-price-custom {
    font-size: 1.16px;
    color: #222;
}

/* Color swatch backgrounds */
.color-swatches .color-swatch:nth-child(1) {
    background: #f5f5f7;
}

.color-swatches .color-swatch:nth-child(2) {
    background: #f7e7c5;
}

.color-swatches .color-swatch:nth-child(3) {
    background: #fbe8d3;
}

.color-swatches .color-swatch:nth-child(4) {
    background: #fdefe7;
}

/* Card shadow */
.card-shadow {
    box-shadow: 0 2px 12px #0001;
}

/* Custom Bootstrap Accordion Styles */
.accordion.bg-light {
    /* background: #f8f2e7; */
    background: #FFF8E6;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.accordion-item {
    /* background: #f8f2e7; */
    background: #FFF8E6;
    border: none;
    border-bottom: 1px solid #eee2cc;
}

.accordion-button {
    /* background: #f8f2e7; */
    background: #FFF8E6;
    font-weight: 600;
    color: #232326;
    box-shadow: none;
    font-size: 18px;
    padding: 2rem;
}

.accordion-button:not(.collapsed) {
    color: #232326;
    background: #f3e8d7;
    box-shadow: none;
}

.accordion-body {
    /* background: #f8f2e7; */
    background: #FFF8E6;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.panel-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.spec-label {
    font-weight: 600;
    color: #333;
}

.config-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.config-section div {
    flex-wrap: wrap;
}

.config-section div:first-child {
    min-width: 100px;
}

.config-btn,
.config-btn-circle,
.config-btn-small {
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.config-btn:hover,
.config-btn-circle:hover,
.config-btn-small:hover {
    background-color: #f0f0f0;
    border-color: #d0d0d0;
}

.config-btn.selected,
.config-btn-circle.selected,
.config-btn-small.selected {
    background-color: #487763;
    color: white;
    border-color: #487763;
}

.config-btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.config-btn-small {
    padding: 6px 12px;
    font-size: 12px;
    min-width: 50px;
}

.config-btn {
    min-width: 120px;
}

/* Info icon styling */
.config-section .bi-info-circle {
    color: #487763;
    font-size: 14px;
    cursor: help;
}

/* Form select styling */
.config-section .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
}

.config-section .form-select:focus {
    border-color: #487763;
    box-shadow: 0 0 0 10px rgba(139, 69, 19, 0.25);
}

/* Product Details Page Styles */
.product-detail-section .swiper {
    margin: 0 auto;
}

.product-details-swiper .swiper-slide img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.thumbnail-swiper {
    margin-top: 20px;
    max-width: 400px;
}

.thumbnail-swiper .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
}

.thumbnail-swiper .swiper-slide-thumb-active {
    border: 1px solid #487763;
    opacity: 1;
}

.product-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.product-icons button {
    background: none;
    border: none;
    font-size: 20px;
    color: #487763;
    cursor: pointer;
    transition: all 0.3s;
}

.product-icons button:hover {
    color: #000;
}

.try-on-btn {
    background: #487763;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.breadcrumb {
    padding: 20px 0;
}
.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb-item a {
    color: #487763;
    text-decoration: none;
}

.breadcrumb-item.active a {
    color: #666;
}

/* Inline Style Replacements */
.swiper-button-prev,
.swiper-button-next {
    color: #bfa16a;
}

.try-on-container {
    text-align: center;
}

.image-note {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.product-title {
    color: #333;
    line-height: 1.3;
}

.save-badge {
    /* background-color: #f8f2e7 !important; */
    background-color: #FFF8E6 !important;
    color: #487763 !important;
}

.info-icon-small {
    font-size: 16px;
}

.product-code-value {
    color: #487763 !important;
}

.star-rating {
    color: #487763;
}

.config-info-icon {
    color: #487763;
    font-size: 14px;
}

.band-width-img {
    filter: unset;
}

.ring-size-select {
    width: 200px;
}

.shape-cushion {
    border-radius: 8px;
}

.deposit-slider {
    accent-color: #487763;
}

.finance-icon {
    color: #487763;
    font-size: 14px;
}

.accordion-bg {
    /* background: #f8f2e7; */
    background: #FFF8E6;
}

.accordion-button-bg {
    /* background: #f8f2e7; */
    background: #FFF8E6;
    font-weight: 600;
}

.v12-icon {
    height: 25px;
    margin-right: 10px;
}

.thmarch-icon {
    height: 25px;
    margin-right: 10px;
}

.specs-dimension {
    margin-top: 16px;
    font-weight: 600;
}

/* Product Configuration Styles */
.config-section {
    margin-bottom: 20px;
}

.config-btn,
.config-btn-circle,
.config-btn-small {
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    margin: 2px;
}

.config-btn:hover,
.config-btn-circle:hover,
.config-btn-small:hover,
.btn.whatsapp:hover {
    background-color: #e8e8e8;
    border-color: #487763;
}

.config-btn.selected,
.config-btn-circle.selected,
.config-btn-small.selected {
    background-color: #487763;
    color: white;
    border-color: #487763;
}

.config-btn.selected .band-width-img,
.config-btn-circle.selected .band-width-img,
.config-btn-small.selected .band-width-img {
    filter: brightness(0) invert(1);
}

.config-btn.selected .band-width-img,
.config-btn-circle.selected .band-width-img,
.config-btn-small.selected .band-width-img {
    filter: brightness(0) invert(1);
}

.config-btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.config-btn-small {
    padding: 6px 12px;
    font-size: 16px;
}

.config-info-icon {
    color: #487763;
    font-size: 14px;
}

.ring-size-select {
    width: 200px;
}

/* Finance Configuration Styles */
.finance-config {
    margin-bottom: 16px;
}

.finance-section {
    margin-bottom: 20px;
}

.finance-disclaimer {
    margin-top: 16px;
}

/* Product Information Section */
.product-info-section {
    margin-bottom: 20px;
}

.pricing-section {
    margin-bottom: 16px;
}

/* Product Configuration Interface */
.product-configuration {
    margin-top: 20px;
}

/* Specs Section */
.specs-section {
    margin-top: 16px;
}

.specs-grid {
    display: grid;
    gap: 16px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}

.spec-label {
    font-weight: 500;
    color: #666;
}

.spec-value {
    font-weight: 600;
    color: #333;
    text-align: right;
}

/* FAQ Section */
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
}

.faq-question:hover {
    color: #487763;
}

.faq-icon {
    font-size: 16px;
    font-weight: bold;
    color: #487763;
}

.faq-answer {
    display: none;
    padding-bottom: 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.faq-item.active .faq-answer {
    display: block;
}

/* shipping and payment css start  */
.checkout-form {
    background: white;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
}

.shiping-section {
    margin-bottom: 30px;
}

.shiping-section h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
}

.option-group {
    display: flex;
    flex-direction: column;
}

.radio-option {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    cursor: pointer;
    /* border-bottom: 1px solid #f0f0f0; */
    position: relative;
}

.radio-option:last-child {
    border-bottom: none;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.radio-option.active .radio-custom {
    border-color: #b8860b;
    background-color: #fff;
}

.radio-option.active .radio-custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #b8860b;
    border-radius: 50%;
}

.option-text {
    font-size: 16px;
    color: #333;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.finance-logo {
    margin-left: 8px;
    height: 14px;
}

/* Payment Content Styles */
.payment-content {
    margin: 20px 0 0 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.payment-content.hidden {
    display: none;
}

/* Cheque Content */
.cheque-details {
    font-size: 14px;
    line-height: 1.5;
}

.detail-item {
    margin-bottom: 18px;
}

.detail-item strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}

.detail-item p {
    margin: 0;
    color: #666;
}

.order-notice {
    margin-top: 20px;
    padding: 12px 16px;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    color: #856404;
    font-size: 14px;
}

/* Bank Transfer Content */
.bank-instructions {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.bank-instructions p {
    margin-bottom: 12px;
}

.bank-instructions strong {
    color: #333;
}

/* Finance Content */
.finance-slider {
    background: white;
    padding: 0;
}

.month-markers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 8px;
    flex-wrap: wrap;
}

.marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 6px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    background: white;
    min-width: 50px;
    flex: 1;
    transition: all 0.3s ease;
}

.marker.active {
    border-color: #b8860b;
    background-color: #fff8e1;
}

.marker .months {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.marker .rate {
    font-size: 12px;
    font-weight: bold;
    color: #4caf50;
}

.marker .apr {
    font-size: 10px;
    color: #999;
}

.deposit-section {
    margin-bottom: 25px;
}

.deposit-section h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.deposit-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.deposit-btn {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 60px;
}

.deposit-btn.active {
    background-color: #b8860b;
    border-color: #b8860b;
    color: white;
}

.deposit-btn:hover {
    border-color: #b8860b;
}

.finance-summary {
    margin-bottom: 20px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row span:first-child {
    color: #666;
}

.summary-row .amount {
    color: #333;
    font-weight: 600;
}

.finance-warning {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 12px 16px;
    color: #721c24;
    font-size: 13px;
    text-align: center;
}

/* Card Payment Styles */
.card-payment-section {
    background: #f8f9fa;
    margin-left: 30px;
}

.payment-tabs {
    display: flex;
    margin-bottom: 20px;
    gap: 1px;
}

.tab {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 15px 12px;
    background: white;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab:first-child {
    border-radius: 4px 0 0 4px;
}

.tab:last-child {
    border-radius: 0 4px 4px 0;
}

.tab.active {
    background-color: #fff8e1;
    border-color: #b8860b;
    position: relative;
    z-index: 1;
}

.tab-radio {
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.tab-radio.active {
    border-color: #b8860b;
}

.tab-radio.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #b8860b;
    border-radius: 50%;
}

.tab-text {
    font-size: 16px;
    color: #333;
    margin-right: auto;
}

.card-icons {
    display: flex;
    gap: 4px;
    align-items: center;
}

.card-icons img {
    height: 14px;
}

.paypal-logo {
    height: 14px;
}

.card-form {
    background: white;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 20px;
}

.card-form.hidden {
    display: none;
}

.card-input-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-number-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: #f9f9f9;
}

.card-extra-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-expiry,
.card-cvv {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: #f9f9f9;
}

.card-number-input:focus,
.card-expiry:focus,
.card-cvv:focus {
    outline: none;
    border-color: #b8860b;
    background: white;
}

.paypal-message {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 20px;
}

.payment-total {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.pay-with-card-btn {
    width: 100%;
    padding: 15px;
    background-color: #b8860b;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
}

.pay-with-card-btn:hover {
    background-color: #996f0a;
}

.briqpay-text {
    text-align: center;
    font-size: 12px;
    color: #999;
}

/* Place Order Button */
.place-order-btn {
    width: 100%;
    padding: 18px;
    background-color: #b8860b;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.place-order-btn:hover {
    background-color: #996f0a;
}

.place-order-btn.hidden {
    display: none;
}

/* Footer */
.footer-text {
    text-align: center;
    margin-bottom: 20px;
}

.footer-text p {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
}

.footer-text a {
    color: #b8860b;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

.back-link {
    text-align: left;
}

.back-link a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.back-link a:hover {
    color: #b8860b;
}

.footer .container .row {
    gap: 0;
}

/* shipping and payment css end */
/* shop-category-row css start */
.shop-category-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-top: 25px;
}
.shop-category-row-3 {
    grid-template-columns: repeat(3, 1fr);
}

.shop-category-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
    margin-top: 2.5rem;
}

.shop-category-row-1 {
    grid-template-columns: repeat(1, 1fr);
}
.shop-category-content-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    height: max-content;
    bottom: 0;
    top: unset;
    padding: 2.5rem 10px;
    border-radius: 0 0 15px 15px;
}
/* shop-category-row css end */
.shop-category-section,
.skip-middleman-section {
    padding: 5rem 0;
}
.showrooms-section,
.customer-reviews-section,
.bespoke-main-section {
    padding-bottom: 5rem;
}
.text-orange {
    color: #487763;
}
.text-orange-hover:hover {
    color: #000000;
}
.transition-all-03 {
    transition: all 0.3s;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-item:hover p {
    color: #487763;
}
.custom-btn {
    min-width: 130px;
    min-height: 50px;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 500;
    color: #fff;
    background-color: #487763;
    border: 1px solid #487763;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: all 0.3s;
}

.custom-btn:hover {
    background: #ffffff;
    color: #487763;
}
.secondary-btn {
    background-color: #b1adac;
    border-color: #b1adac;
}
.secondary-btn:hover {
    background-color: #cf9c8b;
    border-color: #cf9c8b;
    color: #ffffff;
}
.bg-success-custom {
    background-color: rgb(25, 135, 84);
    border-color: rgb(25, 135, 84);
}
.custom-btn.bg-success-custom:hover {
    background-color: transparent;
    color: rgb(25, 135, 84);
}
.card {
    padding: 15px;
}
.card-new-wrap .card-header {
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
/* 04-0-2025 start */
.product-img {
    background-color: #eee;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.product-img img,
.product-img video {
    object-fit: contain;
    max-width: 100%;
}
.product-details-right-col {
    position: sticky;
    top: 0;
    height: 100%;
}
/* 04-0-2025 end */
th {
    font-weight: 500;
    font-size: 14px;
}
td {
    font-size: 14px;
}
table.table thead th,
table.table tbody td {
    padding: 10px;
}
/* table thead th,
table tbody td {
    min-width: 100px;
} */
.form-range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    background-color: #487763;
}
.form-range::-webkit-slider-runnable-track {
    height: 10px;
    background-color: #c0c9d3;
}
.accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.error {
    color: red;
}

.btn.whatsapp {
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
}

.form-check-input {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
}

.form-check .form-check-input {
    margin-left: -32px;
    margin-top: 2px;
}
.form-check {
    padding-left: 32px;
    cursor: pointer;
}
.form-check-label {
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #487763;
    border-color: #487763;
}
.lh-0 {
    line-height: 0;
}
.btn:active,
.btn.show {
    outline: none;
    box-shadow: none;
    border: none;
}
button.most-loved-heart.wishlist-btn.active {
    background-color: #487763;
}
button.most-loved-heart.wishlist-btn.active i {
    color: #fff;
}

.faq-data-section .container .row > .col-12 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #ccc;
    padding: 4rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.faq-data-section .container .row > .col-12 p,
.faq-data-section .container .row > .col-12 span,
.faq-data-section .container .row > .col-12 li,
.faq-data-section .container .row > .col-12 div {
    font-size: 18px;
    font-weight: 400;
}
.faq-data-section .container .row > .col-12 table {
    width: 100%;
}
.faq-data-section .container .row > .col-12 table th,
.faq-data-section .container .row > .col-12 table td {
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 18px;
}
.faq-data-section .container .row > .col-12 .tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-data-section .nav-tabs .nav-link {
    color: var(--footer-bg);
}
.faq-data-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #487763;
}
.faq-data-section .container .row > .col-12 .group.flex.w-fit.flex-col-reverse {
    width: 100%;
    overflow: scroll;
}
/* login-with-google css start */
.login-with-google-btn.google-btn,
.login-with-google-btn.google-btn:hover {
    color: #34a853;
    border: 1px solid #34a853;
    text-decoration: none;
}
.login-with-google-btn.facebook-btn,
.login-with-google-btn.facebook-btn:hover {
    color: #1877f2;
    border: 1px solid #1877f2;
    text-decoration: none;
}
.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
/* login-with-google css end */
/* back top css start */
.backToTopBtn {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #000;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}
/* back top css end */
.order-success {
    padding: 60px 0;
    text-align: center;
}
.success-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 30px;
}
.order-details {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}
.order-info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background: white;
    border-radius: 5px;
}

/* one page load subscribe popup css start */
.close-btn {
    width: 40px;
    height: 40px;
    background-color: #487763;
    border-radius: 100%;
    border: 1px solid #487763;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: normal;
}
.subscribe-svg-vector {
    max-width: 30rem;
    max-height: 30rem;
    margin: 0 auto;
}
/* one page load subscribe popup css end */
.footer-newsletter .error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.footer-newsletter .form-control.is-invalid {
    border-color: #dc3545;
}

.footer-newsletter .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.footer-newsletter #footerSubscribeBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.card-new-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_length .form-control {
    min-width: 300px;
}
.dataTables_length label {
    display: flex;
    align-items: center;
}
.dataTables_wrapper select {
    min-width: 60px;
    min-height: 25px;
    margin: 0 5px;
    font-size: 16px;
}
label {
    font-size: 16px;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 500;
}
.dataTables_length,
.dataTables_filter {
    padding: 10px 0 0;
}
.dataTables_wrapper > .row > div {
    align-self: center;
}
.badge {
    min-width: 50px;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 5px 5px 0;
    border: 1px solid;
}
.btn-group {
    display: flex;
    align-items: center;
    gap: 5px;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 16px;
}
.paginate_button a {
    min-width: 50px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.paginate_button.page-item.active a {
    background-color: #487763;
    border-color: #487763;
}
.users-orders-table-wrap .table-responsive {
    min-height: 350px;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0 0 10px;
}
.dataTables_processing.card {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}
table.dataTable > tbody > tr.child span.dtr-title {
    font-size: 14px;
}
.dataTables_filter label {
    white-space: unset;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}
.profile-left-col {
    /* top: var(--headerHeight); */
}
.profile-right-col {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.profile-pic-container {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #eee;
    margin: 0 auto 20px;
}
.profile-pic-container img {
    object-fit: cover;
}
.word-break-word {
    word-break: break-all;
}
.list-group-flush > .list-group-item {
    min-height: 45px;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}
.list-group-item.active {
    background-color: #487763;
    border-color: #487763;
}
.custom-form-control,
textarea.custom-form-control,
select.custom-form-control {
    width: 100%;
    border: none;
    border: 2px solid #e0e0e0;
    padding: 0 15px;
    min-height: 50px;
    font-size: 14px;
    color: #000;
    background: transparent;
    outline: none;
    font-weight: 400;
}
select.form-select {
    width: 100%;
    border: none;
    border: 2px solid #e0e0e0;
    padding: 0 15px;
    min-height: 50px;
    font-size: 14px;
    color: #000;
    outline: none;
    font-weight: 400;
}

/* .checkout-section .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
} */

.custom-form-control:focus,
textarea.custom-form-control:focus,
select.custom-form-control:focus {
    border-color: #487763;
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
    transform: translateY(-1px);
}

.custom-form-control:hover,
textarea.custom-form-control:hover,
select.custom-form-control:hover {
    border-color: #ffc72f;
}
/* product detail css start */
.config-info-icon {
    color: #d4af37;
    cursor: help;
    font-size: 16px;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.config-info-icon:hover {
    color: #b8941f;
}

/* Custom tooltip styling */
.tooltip {
    font-size: 14px;
}

.tooltip-inner {
    max-width: 300px;
    text-align: left;
    background-color: #333;
    color: #fff;
    border-radius: 6px;
    padding: 10px 12px;
    line-height: 1.4;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #333;
}
/* product detail css end */
.zj-header-topbar {
    --zj-header-topbar: 120px;
}
.zj-header-topbar-left {
    width: var(--zj-header-topbar);
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.zj-header-topbar-center {
    width: calc(100% - var(--zj-header-topbar) * 2);
}
.zj-header-topbar-right {
    /* width: var(--zj-header-topbar); */
}
.zj-header-topbar-center .zj-header-sale-timer {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.border-orange {
    border-color: #487763;
}
.bg-orange {
    background-color: #487763;
}
.cart-card-wrap {
    max-width: 800px;
}
.line-through {
    text-decoration: line-through;
}
/* fixed social*/
.fixed-social,.social-share-mobile-icon {
    position: fixed;
    top: calc(var(--headerHeight) + var(--smallHeaderHeight) + 15px);
    left: 0;    
    z-index: 2;
    transition: all 0.3s;
}

.fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    margin-bottom: 2px;
    z-index: 2;
    background: #487763;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.fixed-social a i {
    font-size: 18px;
    line-height: 0;
}
.fixed-social a:hover > span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}
.fixed-social a:hover {
    background-color: #2c2b3c;
}

/*end fixed social*/
.space-top-5rem {
    padding-top: 5rem;
}
.space-bottom-5rem {
    padding-bottom: 5rem;
}
.product-review-profile-img-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eee;
    border: 1px solid #ccc;
}
.product-review-profile-img-wrap img {
    object-fit: cover;
    border-radius: inherit;
}

/*  */
.subscription-slider-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.slider-overlay {
    /* background: rgba(0, 0, 0, 0.4); */
    height: 100%;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
}

.carousel-indicators .active {
    background: #fff;
}
 
.form-group .form-label {
    position: absolute;
    top: 12px;
    left: 15px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-group .form-control:focus + .form-label,
.form-group .form-control:not(:placeholder-shown) + .form-label {
    top: -8px;
    font-size: 12px; 
}
 

 

@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
    }
    
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .subscription-slider-container {
        min-height: 250px;
    }
}
/*  */
/* search modal css start */

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1050;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
    color: inherit;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
    flex-shrink: 0;
}

.search-result-details {
    flex: 1;
}

.search-result-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-result-meta {
    font-size: 12px;
    color: #666;
}

.search-result-code {
    font-weight: 500;
    color: #007bff;
}

.search-no-results {
    padding: 20px;
    text-align: center;
    color: #999;
}

.search-loading {
    padding: 20px;
    text-align: center;
    color: #666;
}

/* search modal css end */
/* product video css start */
.product-video {
    cursor: pointer;
}

.product-video:hover {
    opacity: 0.9;
}
/*  */
/* order card view css start    */
.chat-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.chat-header {
    background: rgb(25, 135, 84);
    color: white;
    padding: 20px 30px;
    border-bottom: none;
}

.chat-header h4 {
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-info {
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.order-info p {
    margin: 5px 0;
    font-size: 14px;
}

.chat-messages {
    height: 500px;
    overflow-y: auto;
    padding: 20px;
    background: #f8f9fa;
    scroll-behavior: smooth;
}

.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.message {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.message.user-message {
    flex-direction: row-reverse;
}

.message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
}

.user-message .message-avatar {
    background: rgb(25, 135, 84);
}

.admin-message .message-avatar {
    background: rgb(25, 135, 84);
}

.message-content {
    max-width: 70%;
    padding: 15px 20px;
    border-radius: 20px;
    position: relative;
    word-wrap: break-word;
}

.user-message .message-content {
    background: rgb(25, 135, 84);
    color: white;
    border-bottom-right-radius: 5px;
}

.admin-message .message-content {
    background: white;
    color: #333;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.message-time {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 5px;
    text-align: right;
}

.admin-message .message-time {
    text-align: left;
}

.file-attachment {
    margin-top: 10px;
    padding: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-message .file-attachment {
    background: #f8f9fa;
}

.file-icon {
    font-size: 20px;
}

.file-info {
    flex: 1;
}

.file-name {
    font-weight: 500;
    font-size: 14px;
}

.file-size {
    font-size: 12px;
    opacity: 0.7;
}

.chat-input {
    padding: 20px 30px;
    background: white;
    border-top: 1px solid #e9ecef;
}

.input-group {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.message-input {
    flex: 1;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    padding: 12px 20px;
    resize: none;
    font-family: inherit;
    transition: all 0.3s ease;
}

.message-input:focus {
    outline: none;
    border-color: rgb(25, 135, 84);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.file-input-wrapper {
    position: relative;
    display: inline-block;
}

.file-input {
    display: none;
}

.file-input-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgb(25, 135, 84);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-input-label:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.send-button {
    width: 50px;
    height: 50px;
    background: rgb(25, 135, 84);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.send-button:hover:not(:disabled) {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.send-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.typing-indicator {
    display: none;
    padding: 10px 20px;
    color: #666;
    font-style: italic;
    font-size: 14px;
}

.online-indicator {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #fff;
}

.online-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

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

.message-status {
    font-size: 10px;
    opacity: 0.7;
    margin-top: 2px;
}

.sent {
    color: #28a745;
}

.delivered {
    color: #17a2b8;
}

.read {
    color: #007bff;
}
/* order card view css end */
/* gold prices popover css start */
.gold-prices-popover {
    min-width: 200px;
    padding: 10px;
}

.gold-prices-popover h6 {
    color: #333;
    font-weight: 600;
}

.gold-prices-popover .border {
    border-color: #e9ecef !important;
}

.gold-prices-popover .text-success {
    color: #28a745 !important;
}
/* gold prices popover css end */

/* Prevent Layout Shifts - Critical CSS */
/* Reserve space for header container */
.position-relative.z-3 {
    min-height: 80px;
}

/* Prevent star images from causing layout shift */
img[alt="star"] {
    width: 24px !important;
    height: 24px !important;
    display: inline-block;
    vertical-align: middle;
}

/* Reserve space for images in skip-middleman-section */
.skip-middleman-section img.img-fluid {
    aspect-ratio: 1 / 1;
    max-width: 300px;
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.dropdown-menu-diamond{
    min-width: 100px;
}

/* ============================================
   Full Page Loader with Rotating Logo
   ============================================ */
.loader-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #487763;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.loader-section.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-content img {
    width: 80px;
    height: 80px;
    animation: rotateLogo 2s linear infinite;
    object-fit: contain;
}

.subscriber-carousel.carousel-indicators button{
     width: 13px;
    height: 13px;
     border-top: unset;
    border-bottom: unset
}

.carousel-details-wrap{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-slider-container .slider-image{
    height: 100%;
}
.subscription-slider-container  .slider-image img {
    height: 100%;
}

/* Rotating animation for logo */
@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Combine rotation with pulse for more dynamic effect */
.loader-content img {
    animation: rotateLogo 5s linear infinite, pulseLogo 5s ease-in-out infinite;
}


.ring-filter .swiper-slide .filter-item {
    min-height: 86px !important;
}

.blog-details-wrap h1{
    font-size: 4rem;
    font-weight: 700;
    line-height: 150%;
}
.blog-details-wrap p,.blog-details-wrap ul li,
.blog-details-wrap span,
.blog-details-wrap .card-text{
    font-size: 16px;
        line-height: 160%;
}
.blog-details-wrap h2,
.blog-details-wrap .card-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
.blog-details-wrap h2,
.blog-details-wrap h3,
.blog-details-wrap h4,
.blog-details-wrap h5,
.blog-details-wrap h6{
    margin-bottom: 10px;
}
.blog-details-wrap .blog-img{
    max-height: 700px;
    border-radius: 15px;
    
}
.blog-details-wrap.blog-content ul li p{
    margin-bottom: 0;
}
.blog-details-wrap.blog-content li:not(:last-child){
    margin-bottom: 10px;
}
.blog-details-wrap.blog-content li{
    list-style: none;
    position: relative;
}
.blog-content li {
    padding-left: 10px;
}

.blog-details-wrap.blog-content li::after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Blog Category Tabs Styles */
#blogTabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
    gap: 1rem;
    color: #000;
    display: flex;
    justify-content: center;
    border: none;
}

#blogTabs .nav-link {
    border: 1px solid #487763;
    border-radius: 0;
    color: #487763;
    background-color: transparent;
    font-weight: 500;
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

#blogTabs .nav-link:hover {
    background-color: #FFF8E6;
    border-color: #487763;
    color: #487763;
}

#blogTabs .nav-link.active {
    background-color: #487763;
    color: #fff;
    border-color: #487763;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    transform: scale(.85) translateY(-20px) translateX(0);
}
.contact-info-icon i{
    font-size: 24px;
}
.contact-us-section .form-floating > .form-control{
    font-size: 16px;
}
.contact-us-section .contact-form-card {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding: 2.5rem;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .contact-us-section .form-floating > .form-control {
        border: none;
        border-bottom: 1px solid #dee2e6;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        background: transparent;
        min-height: 40px;
    }

    .contact-us-section .form-floating > .form-control:focus {
        box-shadow: none;
        border-color: #f7941d;
    }

    .contact-us-section .form-floating > label {
        padding-left: 0;
        color: #6c757d;
        font-weight: 500;
    }

    .contact-us-section .contact-info-item {
        margin-bottom: 1.5rem;
        display: flex;
        gap: 1rem;
    }

  .contact-us-section  .contact-info-icon {
        width: 45px;
        height: 45px;
        background: #fff8f0;
        color: #f7941d;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

 .contact-us-section   .business-hours-card {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 1.5rem;
        border-left: 4px solid #f7941d;
    }

.contact-us-section .why-contact-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-us-section .bg-light-orange {
        background-color: #fff8f0;
    }
.small, small{
    font-size: 14px;
}
.contact-us-section form{
    margin-top: 20px;
}
.borer-none{
    border: none;
}
.order-item-card a:hover{
    color: rgb(25, 135, 84);
}

/*  */
 .sitemap-header-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 60px 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .sitemap-title {
        color: rgb(25, 135, 84);
        font-size: 3rem;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .sitemap-breadcrumb {
        color: #666;
        font-size: 14px;
    }
    .sitemap-breadcrumb a {
        color: rgb(25, 135, 84);
        text-decoration: none;
    }
    .faq-data-section img{
        max-width: 100%;
        height: auto;
    }