@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Anek+Malayalam:wght@100..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Geologica:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");

* {
    padding: 0;

    margin: 0;

    box-sizing: border-box;
    font-family: serif !important;
}

@font-face {
    font-family: fonnts_com_CordaBol;
    /* src: url("../fonts/fonnts.com-CordaBol.otf"); */
    src: url("../fonts/Corda-Bold.otf");
}

@font-face {
    font-family: fonnts_com_CordaMed;
    /* src: url("../fonts/fonnts.com-CordaMed.otf"); */
    src: url("../fonts/Corda-Medium.otf");
}

@font-face {
    font-family: fonnts_com_CordaReg;
    /* src: url("../fonts/fonnts.com-CordaReg.otf"); */
    src: url("../fonts/Corda-Regular.otf");
}

@font-face {
    font-family: fonnts_com_CordaLig;
    /* src: url("../fonts/fonnts.com-CordaLig.otf"); */
    src: url("../fonts/Corda-Light.otf");
}

@font-face {
    font-family: 'TOPLUXURY';
    src: url('../fonts/TOPLUXURY.woff2') format('woff2'),
        url('../fonts/TOPLUXURY.woff') format('woff'),
        url('../fonts/TOPLUXURY.ttf') format('truetype'),
        url('../fonts/TOPLUXURY.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header {
    background: #000 !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0px 0;
    /* Add some padding for a more substantial feel */
}

@font-face {
    font-family: qlassyb;
    src: url('../fonts/Qlassy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: qlassyr;
    src: url('../fonts/Qlassy-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: qlassysm;
    src: url('../fonts/Qlassy-Semibold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --100svh: 607px;
}

:root {
    --text-color: #c68e3c;

    --text-color1: #000;

    --text-color2: #ffeab0;

    --text-color3: #d3d3d3;

    --text-color4: #929292;

    --text: #06182e;

    --blue: #2a3291;

    --bg-color: #fffa76;

    --bg-color1: #000;

    --bg-color2: #bebebe;

    --bg-color3: #1d1c1c;
    --theme-color: #bd9855;
    --text1: #f5e2b8;
    --text2: #ffdcc0;
    --text3: #b09368;
    --text4: #feefcc;
    --bg-1: #0b244f;
    --fonnts_com_CordaBol: fonnts_com_CordaBol;
    --fonnts_com_CordaMed: fonnts_com_CordaMed;
    --fonnts_com_CordaReg: fonnts_com_CordaReg;
    --fonnts_com_CordaLig: fonnts_com_CordaLig;
    --Cardo_Font: "Cardo", serif;

    --gradient: linear-gradient(122deg,
            rgba(199, 87, 40, 1) 0%,
            rgba(234, 117, 68, 1) 30%,
            rgba(250, 112, 54, 1) 58%);
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    width: 100%;

    min-height: 100svh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;

    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: hidden;

    overflow-x: hidden;

    overflow-y: scroll; */
    /* font-family: var(--fonnts_com_CordaLig); */
    font-family: qlassyr;
    letter-spacing: 1px;

    background-color: #000 !important;
    letter-spacing: 1px;
}

html.lenis {
    height: auto;
}

/* .lenis.lenis-smooth.no-scroll {
  scroll-behavior: unset !important;
  height: 100svh;
  overflow: hidden;
} */

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
    height: auto;
    overflow: unset;
}

/* .no-scroll body {
  overflow: hidden;
  height: 100svh;
} */

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.top {
    padding-top: 120px;
}

.top_inner_page {
    padding-top: 150px;
}

.bottom {
    padding-bottom: 120px;
}

.button_all_css {
    background-color: var(--text);
    color: #fff;
    font-family: var(--PPRightGothic_Light);
    font-size: 16px;
    text-decoration: none;
    display: block;
    width: fit-content;
    border-radius: 50px;
}

.button_all_css span {
    padding: 8px 60px;
    display: block;
}

.p-l-r {
    padding-left: 50px;
    padding-right: 50px;
}

.p-l-r-1 {
    padding-left: 60px;
    padding-right: 60px;
}

section {
    isolation: isolate;
    /* Prevents blend mode issues */
}

.heading-2 {
    font-size: 40px;
    font-family: var(--Cardo_Font);
    width: fit-content;
}

.heading-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
    flex-direction: column;
}

.heading-img-box-3 {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 0;
    text-align: center;
    flex-direction: column;
}

.heading-img-box img {
    width: 140px;
}

.heading-img-box-the-craft img {
    width: 160px;
}

.heading-img-box-3 img {
    width: 180px;
    margin-top: 5px;
}

.paragraph {
    font-size: 18px;
    font-family: var(--fonnts_com_CordaLig);
    color: var(--text1);
    font-weight: 300;
}

.paragraph1 {
    font-size: 20px;
    font-family: var(--fonnts_com_CordaLig);
    color: var(--text1);
    font-style: italic;
}

.heading-4 {
    font-size: 70px;
    font-family: var(--steradian_bold);
}

.heading-5 {
    font-size: 80px;
    font-family: var(--steradian_bold);
}

.tagline {
    font-family: var(--Cardo_Font);
    font-size: 16px;
    text-transform: uppercase;
    color: var(--text1);
}

.tagline-img-box {
    position: relative;
}

.tagline-img-box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 25%;
}

.typing-text {
    display: inline-block;
    /* overflow: hidden; */
}

.typing-text .char {
    display: inline-block;
    transform: translateY(100%);
}

.typing-text1 {
    opacity: 0;
}

/* .typing-text1::after {
  content: "|";
  animation: blink 0.8s infinite;
}
@keyframes blink {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
} */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1111;
    /* height: 40%; */
    display: flex;
    align-items: center;
    padding: 10px 0px;
    transition: top 0.4s ease;
    /* transition: 0.5s ease-in-out; */
    /* mix-blend-mode: exclusion; */
    /* display: none; */
}

header.hide {
    top: -170px;
}

header.active {
    height: 10em;
}

header .navbar-brand {
    display: none;
}

header .navbar-brand .logo-box {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.6s ease-in-out;
    /* smooth transition */
}

header.active .navbar-brand .logo-box {
    transform: translateX(-100px);
    opacity: 0;
    transition-delay: 0.8s;
}

.bg-body-tertiary {
    background-color: transparent !important;
    padding: 12px 20px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    border: none;
    backdrop-filter: none;
}

@-webkit-keyframes Floatingx {
    0% {
        -webkit-transform: translateY(50px);
    }

    65% {
        -webkit-transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(50px);
    }
}

@keyframes Floatingx {
    0% {
        -webkit-transform: translateY(50px);
    }

    65% {
        -webkit-transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(50px);
    }
}

.navbar-brand {
    position: relative;
}

.navbar-brand .logo-box {
    position: relative;
}

.navbar-brand .logo-box img {
    width: 155px;
}

.navbar-brand .logo-box h4 {
    font-size: 22px;
    font-family: var(--Inter_18pt_Medium);
}

.navbar-brand .logo-box h4 span {
    color: #555;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: var(--fonnts_com_CordaLig);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--bs-white);
    padding: 0 20px !important;
    transition: 0.5s;
}

.sub-menu-link {
    position: relative;
}

.sub-menu-link .sub-menu {
    position: absolute;
    padding-top: 20px;
    top: 100%;
    left: 0;
    width: 250px;
    max-height: 0;
    overflow: hidden;
    transform-origin: top;
    transition: max-height 0.5s ease;
}

.sub-menu-link:hover .sub-menu {
    max-height: 300px;
    /* visibility: visible; */
}

.sub-menu-link .sub-menu ul {
    background-color: #ffffff24 !important;
    border: 1px solid #ffffff59;
    backdrop-filter: blur(16px);
    padding-left: 0;
    text-align: left;
    list-style: none;
    border-radius: 8px;
    padding: 20px 10px;
    position: relative;
}

.sub-menu-link .sub-menu ul::after {
    position: absolute;
    content: "";
    top: -6px;
    right: 65%;
    width: 10px;
    height: 10px;
    background-color: #ffffff !important;
    border: 1px solid #ffffff59;
    backdrop-filter: blur(16px);
    transform: rotate(45deg);
    display: none;
}

.sub-menu-link:hover .sub-menu ul::after {
    display: block;
}

.sub-menu-link .sub-menu ul li a {
    font-family: var(--fonnts_com_CordaLig);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--bs-white);
    padding: 5px 20px !important;
    transition: 0.5s;
    text-decoration: none;
    display: block;
}

.sub-menu-link .fa-angle-up {
    display: none;
}

.navbar-expand-lg .navbar-nav .log-box-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    width: 16%;
}

.navbar-expand-lg .navbar-nav .log-box-middle a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .log-box-middle img {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav a:hover {
    color: #222 !important;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
    width: 24%;
    text-align: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
}

.navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
    z-index: 11;
}

/* .navbar-expand-lg .navbar-nav .nav-item.header-btn-book {
    margin-left: 14px;
}

.navbar-expand-lg .navbar-nav .nav-item.header-btn-book .nav-link {
    background: var(--theme-color);
    border-radius: 50px;
    padding: 8px 35px !important;
} */

.navbar-nav .home-menu-btn {
    position: relative;
}

.navbar-nav .home-menu-btn button {
    position: relative;
    width: 2.2em;
    height: 12px;
    background: transparent;
    border: none;
    outline: none;
}

.navbar-nav .home-menu-btn button span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0px;
    background: rgb(255, 255, 255);
}

.navbar-nav .home-menu-btn button span:nth-child(1) {
    top: 0;
}

.navbar-nav .home-menu-btn button span:nth-child(2) {
    top: 5px;
    width: 60%;
}

.navbar-nav .home-menu-btn button span:nth-child(3) {
    top: 10px;
    width: 85%;
}

.navbar-expand-lg .navbar-nav {
    position: relative;
    border-radius: 50px;
    /* overflow: hidden; */
    padding-right: 55px;
    width: 100%;
}

.navbar-expand-lg .navbar-nav::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #000;
    border-radius: 50px;
    transition: 0.5s;
}

header.active .navbar-expand-lg .navbar-nav::after {
    width: 100%;
}

.banner-section-box {
    top: 0;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 0;
    transition: none;
    /* position: sticky; */
    margin-top: 0;
    z-index: 1;
    position: relative;
}

.banner-section-box .texture_img {
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    /* background: #000; */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 1) 100%); */
}

#bannerHeading {
    transition: 1s;
    padding-top: 70px;
}

/* #bannerHeading.heading-active {
  transform: translateX(44%);
  text-align: left;
} */

.banner-section-box .banner-heading {
    color: #fff;
    /* font-family: var(--fonnts_com_CordaMed); */

    /* font-family: 'TOPLUXURY', serif; */
    /* font-family: serif, sans-serif; */
    font-family: qlassyr;

    font-size: 60px;
    line-height: 76px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    transition: 1s;
    font-style: italic;
}

.banner-section-box .banner-heading br {
    display: none;
}

/* #bannerHeading.heading-active .banner-heading,
#bannerHeading.heading-active p {
  text-align: left !important;
} */

inner_section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inner_section .banner-content-1 {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
    width: 100%;
    position: relative;
}

.banner-content {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background-color: #ca61033b; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url('../images/png.png'); */
    /* background-repeat: repeat; */
}

.banner-video-section {
    height: 100svh;
    position: relative;
    left: 0;
    width: 100%;
    z-index: -1;
    will-change: top, clip-path;
}

.banner-video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    z-index: 1;
}

.play_video_btn {
    position: absolute;
    right: 2%;
    bottom: 3%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff24 !important;
    backdrop-filter: blur(16px);
    border: 1px solid #ffffff59;
    display: none;
    z-index: 2;
}

.play_video_btn p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}

.play_video_btn span {
    font-size: 16px;
    color: #fff;
}

.play_video_btn span svg {
    position: relative;
}

.banner-section-box {
    top: 0;
    /* height: 100svh; */
    overflow: hidden;
    border-radius: 0;
    transition: none;
    position: relative;
}

.bird {
    background-image: url("../images/bird-cells-new.svg");
    filter: invert(10%) sepia(55%) saturate(427%) hue-rotate(141deg) brightness(93%) contrast(91%);
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;

    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
}

.bird-one {
    animation-duration: 1s;
    animation-delay: -0.5s;
}

.bird-two {
    animation-duration: 0.9s;
    animation-delay: -0.75s;
}

.bird-three {
    animation-duration: 1.25s;
    animation-delay: -0.25s;
}

.bird-four {
    animation-duration: 1.1s;
    animation-delay: -0.5s;
}

.bird-container {
    position: absolute;
    top: 12%;
    left: -3%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    animation-name: fly-right-one;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 4;
}

.bird-container-one {
    animation-duration: 15s;
    animation-delay: 0;
}

.bird-container-two {
    animation-duration: 16s;
    animation-delay: 1s;
}

.bird-container-three {
    animation-duration: 14.6s;
    animation-delay: 9.5s;
}

.bird-container-four {
    animation-duration: 16s;
    animation-delay: 10.25s;
}

/* @keyframes fly-cycle {
    100%{
        background-position: -3600px 0;
    }
} */
@keyframes fly-cycle {
    100% {
        background-position: -900px 0;
    }
}

@keyframes fly-right-one {
    0% {
        transform: scale(0.3) translateX(-10vw);
    }

    10% {
        transform: translateY(2vh) translateX(10vw) scale(0.4);
    }

    20% {
        transform: translateY(0vh) translateX(30vw) scale(0.5);
    }

    30% {
        transform: translateY(4vh) translateX(50vw) scale(0.6);
    }

    40% {
        transform: translateY(2vh) translateX(70vw) scale(0.6);
    }

    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.6);
    }

    60% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }

    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
}

@keyframes fly-right-two {
    0% {
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }

    10% {
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }

    20% {
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }

    30% {
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }

    40% {
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }

    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }

    51% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }

    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}

/* .banner-section-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  content: "";
  background: linear-gradient(180deg,
      rgb(255 255 255 / 0%) 0%,
      rgb(0 0 0 / 0%) 50%,
      rgb(0 0 0 / 93%) 117%);
  z-index: 2;
  display: none;
} */

.banner-section-box .image-2 {
    width: 85%;
    /* height: 100%; */
    /* object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* transform: translate(14%, -8%); */
    animation: imgUp 6s ease-out forwards;
    -webkit-animation: imgUp 6s ease-out forwards;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* animation-delay: 0.8s;   */
    /* -webkit-animation-delay: 0.8s; */
    will-change: transform, opacity;
}

@-webkit-keyframes imgUp {
    0% {
        transform: translate(14%, 0%);
    }

    100% {
        transform: translate(14%, -8%);
    }
}

@keyframes imgUp {
    0% {
        transform: translate(14%, 0%);
    }

    100% {
        transform: translate(14%, -10%);
    }
}

body.loaded .image-2 {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

.banner-section-box .image-3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transform: translate(-210px, -4px);
    animation: fadeSmooth 8s ease-in-out infinite;
}

@keyframes fadeSmooth {
    0% {
        opacity: 0.4;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

.banner-section-box .bird-image {
    width: 8%;
    position: absolute;
    top: 7%;
    right: 15%;
    z-index: 1;
    transform: translate(-100%, -100%);
    opacity: 0.5;
}

.banner-section-box .cloud-image {
    width: 8%;
    position: absolute;
    top: 7%;
    right: 24%;
    z-index: 4;
    transform: translate(-100%, -100%);
    opacity: 0.5;
}

.banner-section-box .rice-box {
    width: 30%;
    position: absolute;
    bottom: -27%;
    right: -25%;
    z-index: 5;
    transform: translate(-100%, -100%);
    opacity: 1;
}

.banner-section-box .rice-box-m {
    display: none;
}

.banner-section-box .river {
    width: 59%;
    position: absolute;
    top: 85%;
    left: 85%;
    z-index: 4;
    transform: translate(-100%, -100%);
    opacity: 1;
    filter: url("#turbulence");
}

.banner-section-box svg {
    position: absolute;
    top: 0;
}

.banner-section-box .light-image {
    width: 3%;
    position: absolute;
    bottom: 50.2%;
    left: 12.4%;
    z-index: 7;
    transform: translate(-100%, -100%);
    opacity: 1;
    animation: fadeInOut 4s infinite ease-in-out;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.banner-section-box .image-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.banner-section-box .container-fluid {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    left: 26px;
    z-index: 5;
}

.banner-section-box .banner-heading span {
    font-weight: bold;
    position: relative;
}

.banner-section-box .banner-heading img {
    width: 94px;
    margin-top: 0;
    position: absolute;
    left: 110%;
    top: 32%;
    transform: translate(-100%, -100%);
}

.banner-section-box p {
    /* color: var(--text1); */
    color: #fff;
    margin: 10px 0 25px;
    text-align: center;
    font-size: 34px;
    /* font-family: var(--fonnts_com_CordaLig); */
    /* font-family: 'TOPLUXURY', serif; */
    /* font-family: serif, sans-serif; */
    font-family: qlassyr;

}

.all-btn-box a {
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #000;
    text-decoration: none;
    background-color: var(--text1);
    padding: 12px 20px;
    border-radius: 50px;
}

.all-btn-box a img {
    width: 8%;
    /* display: none; */
    filter: invert(1);
    margin-bottom: 8px;
}

.all-btn-box a span {
    position: relative;
    width: auto;
    text-align: left;
    font-size: 18px;
}

.banner-section-box.active {
    /* position: relative; */
    /* sticky se relative feel */
    /* --var-bigborderradius: 120px; */
    /* top: 0; */
    /* border-radius: 0 0 var(--var-bigborderradius) var(--var-bigborderradius); */
}

.about-section-new {
    position: relative;
    margin-top: -20%;
}

.particle-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.dust-section {
    position: absolute;
    left: 85%;
    top: 77%;
    transform: translate(-100%, -100%);
    width: 800px;
    height: 80vh;
}

.dust-particle {
    position: absolute;
    background: #9b7239ff;
    /* Tune opacity for subtlety (0.3–0.6) */
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    /* Above images/overlays */
    /* Soft glow to enhance dust on dark fade */
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

.about-section-new::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 1) 0%,
            rgb(0 0 0 / 20%) 50%,
            rgb(0 0 0 / 24%) 100%);
    z-index: 2;
    display: none;
}

.about-section-new::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000028;
    z-index: 1;
    display: none;
}

.about-section-new .about-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: url(#turbulenceCloud_2);
}

.about-section-new svg {
    position: absolute;
    top: 0;
}

.about-section-new .water-b {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 4;
    transform: translate(-100%, -100%);
    opacity: 0;
    /* filter: url(#turbulenceCloud_2); */
    z-index: 1;
    display: none;
}

.about-section-new .frame {
    position: absolute;
    z-index: 11;
    transform: translate(-100%, -100%);
    left: 74.7%;
    top: 63%;
    width: 14%;
}

.about-section-new .container-fluid {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.about-section-new .container-fluid .about-section-content {
    text-align: center;
    color: var(--text1);
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 40%);
    border-radius: 40px;
    height: 590px;
    padding: 40px;
    position: relative;
    margin-left: 5%;
}

.about-section-new .container-fluid .about-section-content::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--text1);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-4deg);
    z-index: 1;
    border-radius: 40px;
}

.about-section-new .container-fluid .about-section-content h6 {
    color: var(--text1);
    font-size: 26px;
    margin: 8px 0 25px;
}

.about-section-new .container-fluid .about-section-content p {
    color: var(--text2);
}

.shap-img-box {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-90%);
}

.shap-img-box img {
    width: 100%;
}

.about-section-craft {
    position: relative;
    margin-top: -3%;
    z-index: 1;
    overflow: hidden;
}

.book {
    position: absolute;
    width: 100px;
    height: 264px;
    margin: 0 auto;
    overflow: hidden;
    left: 30%;
    top: 17%;
}

.star {
    position: absolute;
    top: 10px;
    left: 10px;
    contet: "*";
    color: red;
    font-size: 20px;
    z-index: 11;
}

.about-section-craft::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
    position: absolute;
    background: #fff;
    background: linear-gradient(180deg,
            rgb(255 255 255 / 0%) 22%,
            rgb(255 255 255 / 0%) 38%,
            rgb(0 0 0 / 78%) 100%);
    z-index: 1;
    display: none;
}

.about-section-craft .about-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.overlay-layer img {
    width: 100%;
}

.overlay-layer .dark-space {
    display: block;
    width: 100%;
    height: 130px;
    background-color: #000;
}

.about-section-craft .container-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding-top: 230px;
}

.about-section-craft .container-fluid .about-section-content {
    margin: 0 5% 0 auto;
    text-align: center;
    color: var(--text1);
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: hsl(0deg 0% 0% / 76%);
    border-radius: 40px;
    height: 530px;
    padding: 40px;
    position: relative;
}

.about-section-craft .container-fluid .about-section-content::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--text1);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-4deg);
    z-index: 1;
    border-radius: 40px;
}

.about-section-craft .container-fluid .about-section-content p {
    color: var(--text1);
}

.about-section-craft .container-fluid .about-section-content ul {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 88px;
    list-style: none;
    padding-left: 0;
}

.about-section-craft .container-fluid .about-section-content ul li {
    padding: 10px;
    width: 100%;
}

.about-section-craft .container-fluid .about-section-content ul li:nth-child(1) {
    transform: translateY(0);
}

.about-section-craft .container-fluid .about-section-content ul li:nth-child(2) {
    transform: translateY(40px);
}

.about-section-craft .container-fluid .about-section-content ul li:nth-child(3) {
    transform: translateY(20px);
}

.about-section-craft .container-fluid .about-section-content ul li:nth-child(4) {
    transform: translateY(57px);
}

.about-section-craft .container-fluid .about-section-content ul li .craft-img-box {
    border: 2px solid var(--text1);
    border-radius: 20px;
    overflow: hidden;
}

.about-section-craft .container-fluid .about-section-content ul li img {
    width: 100%;
}

.video-section {
    position: relative;
    height: 100%;
}

.video-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #00000066;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.banner-section-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: sticky;
    top: 0; */
}

.banner-section-box .top-layer-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 30%;
    transform-origin: top;
    z-index: 11;
    display: none;
}

.banner-section-box .bottom-layer-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 20%;
    z-index: 11;
    display: none;
}

.video-banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
    /* 1s delay after logo hides */
}

header.active~.video-banner-content {
    opacity: 0;
}

.video-banner-content .banner-heading {
    font-size: 80px;
    font-family: var(--Cardo_Font);
    color: #fff;
    font-weight: 800;
    line-height: 85px;
}

.video-banner-content p {
    font-size: 20px;
    color: #fff;
    width: 50%;
    margin-top: 30px;
}

/* .second-section-box {
    position: relative;
    margin-top: -130vh;
    padding-top: 0;
    color: #fff;
    mix-blend-mode: difference;
}

.second-section-box .header-title {
    position: relative;
    padding-left: 200px;
}

.second-section-box .header-title .big-heading-1 {
    position: relative;
}

.second-section-box .header-title .big-heading-1 .heading-3-1 {
    position: relative;
    font-family: var(--PPRightGothic_Light);
    font-size: 11vw;
    line-height: 124px;
} */

.section-explore {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0;
}

.section-explore .explore-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 60%;
    transform: translateY(0px);
    transition: all 0.4s ease-in-out;
}

.section-explore .explore-btn-box:hover {
    width: 65%;
}

.section-explore.active .explore-btn-box {
    transform: translateY(-140px);
}

.section-explore .explore-btn-box a {
    background-color: var(--blue);
    color: #fff;
    line-height: normal;
    padding: 20px 20px 20px 40px;
    border-radius: 200px;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-explore .explore-btn-box h5 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-family: var(--Cardo_Font);
}

.section-explore .explore-btn-box a span {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.whitesection-wrap#shop .right-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.big_heading_1 {
    padding-left: 100px;
}

.second-section-box .header-title-2 {
    position: relative;
    padding-left: 0;
    padding-top: 40px;
}

.second-section-box .header-title-2 .big-heading-2 .heading-3-2 {
    position: relative;
    font-family: var(--Inter_18pt_Bold);
    font-size: 6vw;
    line-height: 100px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    color: #f1f1f1;
}

.header-anim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    pointer-events: none;
    z-index: -3;
}

.about-section-home {
    padding-left: 0;
}

.about-section-home .container-fluid {
    padding-left: 0 !important;
}

.about-section-home .container-fluid .row {
    margin-left: 0 !important;
}

.about-section-home .left-section {
    overflow: hidden;
    padding-right: 50px;
    height: 100%;
}

.about-section-home .left-section .year-box {
    margin-left: -10px;
    font-size: 570px;
    font-family: var(--Cardo_Font);
    font-weight: 900;
    color: #ded6cf;
    line-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.about-section-home .left-section .year-box span {
    font-size: 40px;
    position: absolute;
    right: -16px;
    bottom: -75px;
    color: #000;
}

.about-section-home .right-section a {
    background-color: var(--text);
    color: #fff;
    font-family: var(--PPRightGothic_Light);
    font-size: 16px;
    text-decoration: none;
    display: block;
    width: fit-content;
    border-radius: 50px;
}

.about-section-home .right-section a span {
    padding: 8px 60px;
    display: block;
}

.two-section-in-one {
    position: relative;
    /* height: 200vh;  */
}

.about-section-home-two {
    position: sticky;
    z-index: 2;
    /* background: #000; */
    width: 100%;
    top: 60px;
}

.sticky-img-container-main {
    position: sticky;
    z-index: 1;
    background: #000;
    top: 60px;
}

.about-section-home-two {
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* .about-section-home-two.active {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
} */

.about-section-home-t {
    width: 80%;
    margin: auto;
    text-align: center;
}

.about-section-home-t h4 {
    font-family: var(--Cardo_Font);
    font-size: 50px;
    color: var(--text1);
    /* line-height: 50px; */
}

/* .sticky-img-container-main {
    position: sticky;
    top: 50px;
} */

.sticky-img-container {
    width: 90%;
    margin: auto;
}

.sticky-img-container ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.sticky-img-container ul li {
    width: 100%;
    /* position: sticky;
    top: 80px; */
}

.sticky-img-container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sticky-img-container ul li::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000036;
    z-index: 1;
    position: absolute;
    transition: 0.6s;
    opacity: 0;
}

.about-section-home-two ul li:hover:after {
    opacity: 1;
}

.two-box-section {
    position: relative;
    top: 0;
    z-index: 11;
    background-color: #000;
    /* height: 140vh; */
}

.two-box-section .two-box-card {
    width: 100%;
    position: relative;
}

.two-box-section .two-box-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.two-box-section .two-box-card .two-box-card-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #00000073;
    padding: 40px;
    transition: 0.5s;
}

.two-box-section .two-box-card .two-box-card-content:hover {
    background: #0000008b;
}

.two-box-section .two-box-card .two-box-card-content h4 {
    color: var(--text1);
    font-size: 30px;
    font-family: var(--Cardo_Font);
    text-transform: uppercase;
}

.two-box-section .two-box-card .two-box-card-content p {
    color: var(--text1);
    font-family: var(--Cardo_Font);
    font-size: 16px;
    width: 80%;
}

.shop-section-box {
    /* background-color: #000; */
    z-index: 111;
    position: relative;
    padding-top: 40px;
    background-image: url(../images/shop-bg-1.png);
    /* border-top: 10px solid var(--text1); */
    height: 110vh;
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    margin-top: 0;
}

.shop-section-box .bg-img-7 {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-section-box .container-fluid {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1; */
    height: 100%;
    z-index: 3;
    position: relative;
}

.shop-section-box .container-fluid .row {
    height: 100%;
}

.shop-section-box .right-section {
    color: var(--text1);
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}

.shop-section-box .right-section p {
    color: var(--text1);
}

.shop-section-box .right-section h6 {
    color: var(--text4);
    font-size: 35px;
    margin-top: 6px;
}

.the-craft-section {
    background-color: #000;
    position: relative;
    z-index: 11;
    color: var(--text1);
}

.the-craft-section p {
    color: var(--text1);
}

.row-one .img-box img {
    width: 100%;
    border-radius: 20px;
}

.row-one .craft-hading-box {
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.row-one .craft-hading-box h4 {
    font-size: 5vw;
    font-family: var(--Cardo_Font);
    line-height: 90px;
    text-transform: uppercase;
    color: var(--text1);
}

.row-one .craft-hading-box h6 {
    font-size: 5vw;
    font-family: var(--Cardo_Font);
    line-height: 20px;
    color: var(--text1);
}

.row.row-two.first-box {
    padding-top: 120px;
}

.row.row-two {
    padding-top: 0;
}

.row-two .right-section {
    display: flex;
    justify-content: end;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.row-two .right-section .craft-img-box {
    width: 90%;
    overflow: hidden;
    border-radius: 20px;
}

.row-two .right-section img {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(0);
    will-change: transform;
    border-radius: 20px;
    /* better performance */
}

.row-two .right-section.right_section_t {
    display: flex;
    justify-content: start;
}

.row-two .right-section.right_section_t2 {
    display: flex;
    justify-content: start;
}

.row-two .right-section img {
    width: 100%;
}

.row-two .left-section {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-two .left-section .row-two-img-box-left {
    position: absolute;
    bottom: -50%;
}

.row-two .left-section .row-two-img-box-left img {
    width: 80%;
}

.about-section-home-three {
    position: relative;
    padding-left: 20px;
}

.about-section-home-three .craft-img-box-1 {
    position: absolute;
    right: 0;
    top: 0;
}

.about-section-home-three .big-text-content {
    position: relative;
}

.about-section-home-three .big-text-content h3 {
    font-size: 9.416667vw;
}

.about-section-home-three .craft-img-box-1 img {
    width: 100%;
}

.slider-section-home {
    margin-top: 80px;
}

.slider-section-box {
    position: relative;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* .slider-section-box .swiper-slide {
    width: 80%;
}

.slider-section-box .swiper-slide:nth-child(2n) {
    width: 60%;
}

.slider-section-box .swiper-slide:nth-child(3n) {
    width: 40%;
} */

.slider-section-box .swiper-slide {
    height: 85vh;
    width: auto;
    border-radius: 50px;
    overflow: hidden;
    opacity: 0;
    transition: 0.75s all ease;
    transition-property: transform, opacity;
    margin: 0 6em;
    transform: scale(0.6);
}

.slider-section-box .swiper .swiper-slide:first-child,
.slider-section-box .swiper .swiper-slide:last-child {
    width: 90%;
}

.slider-section-box .swiper .swiper-slide:first-child img,
.slider-section-box .swiper .swiper-slide:last-child img {
    width: 100%;
}

.slider-section-box .swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.slider-section-box .swiper .swiper-slide-next,
.slider-section-box .swiper .swiper-slide-prev {
    opacity: 0.5;
    transform: scale(0.8);
}

.slider-section-box .swiper-slide .slider-box-1 {
    height: 100%;
}

.slider-section-box .swiper-slide .slider-box-1 img {
    height: 100%;
    width: auto;
}

.slider-btn-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    z-index: 11;
    padding: 0 50px;
}

.slider-btn-arrow .swiper-button-next,
.slider-btn-arrow .swiper-button-prev {
    background: #000;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.slider-btn-arrow .swiper-button-next::after,
.slider-btn-arrow .swiper-button-prev::after {
    font-size: 20px;
}

.about-section-box-new-o {
    /* position: sticky; */
    /* top: -100px; */
    /* height: 300vh; */
    background-color: #fff;
}

.clients-section {
    position: relative;
    z-index: 3;
    background-image: url(../images/footer-bg.png);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 0;
    height: 80vh;
    display: flex;
    align-items: center;
    /* height: 100svh;
  top: 0;
  display: flex;
  align-items: center; */
    background-color: #000;
}

.client-section1 {
    position: relative;
    z-index: 3;
    background: none !important;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 0;
    height: auto !important;
    display: flex;
    align-items: center;
    /* height: 100svh;
  top: 0;
  display: flex;
  align-items: center; */
    background-color: #000 !important;
}

.clients-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0c1a08;
    background: linear-gradient(180deg,
            rgba(12, 26, 8, 1) 0%,
            rgba(255, 255, 255, 0) 50%);
    display: none;
}

.clients-section .heading-2 {
    color: var(--text1);
    text-align: center;
}

.clients-section .container-fluid {
    position: relative;
    z-index: 11;
}

.clients-section .client-list {
    height: 100%;
    display: flex;
    align-items: end;
}

.clients-section .client-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}

.clients-section .client-list li {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.clients-section .client-list li img {
    width: 60%;
}

.clients-section .left-section {
    position: relative;
}

.clients-section .left-section img {
    width: 140px;
    margin-bottom: 50px;
}

.clients-section .left-section p {
    font-size: 18px;
    color: #fff;
    /* text-transform: ; */
    margin-top: 24px;
    margin-bottom: 0;
}

.clients-section .left-section span {
    font-size: 16px;
    color: var(--text1);
    margin-top: 0;
}

.clients-section .left-section form {
    margin-top: 20px;
}

.clients-section .left-section form .input-field {
    border-bottom: 1px solid #ffffff;
    width: 60%;
    display: flex;
    align-items: center;
}

.clients-section .left-section form .input-field input {
    border: none;
    outline: none;
    background: transparent;
    color: var(--text1);
    font-size: 14px;
    width: 95%;
}

.clients-section .left-section form .input-field input::placeholder {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.clients-section .left-section form .input-field button {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--text1);
    font-size: 22px;
}

.clients-section .left-section ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
    list-style: none;
    gap: 14px;
}

.clients-section .left-section ul li a {
    font-size: 22px;
    color: var(--text1);
    display: flex;
    /* background-color: #0000001f; */
    backdrop-filter: blur(16px);
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.middle-section {
    position: relative;
}

.middle-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.middle-section ul li {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: calc(100% / 3 - 2px);
    border-radius: 200px;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 50px;
    height: 15em;
    justify-content: center;
}

.middle-section ul li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.middle-section ul li:nth-child(3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

.middle-section ul li h4 {
    font-size: 30px;
    font-family: var(--Cardo_Font);
}

.middle-section ul li span {
    font-size: 30px;
    color: var(--theme-color);
}

.about-section-home-with-video {
    position: relative;
}

.about-section-home-with-video .left-section {
    position: relative;
}

.about-section-home-with-video .left-section img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 9999px 9999px 0;
    height: 100svh;
}

.about-section-home-with-video .left-section video {
    position: relative;
    width: 100%;
    height: 120vh;
    object-fit: cover;
    border-radius: 0 9999px 9999px 0;
}

.about-section {
    position: relative;
    background-color: #fff;
}

.about-section .about-content-box {
    width: 100%;
}

.about-section .about-content-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); */
    /* transition: 0.5s; */
    border-top-right-radius: 100px;
}

.about-content-box-one img {
    /* clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); */
}

.about-section .about-content-box-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-right-radius: 100px;
    /* clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); */
}

.about-section .about-section-box {
    position: relative;
    padding: 50px 0 40px;
}

.about-section .about-section-box h5 {
    font-size: 2.8vw;
    font-family: var(--PPRightGothic_Medium);
    color: var(--text);
}

.about-section .about-section-box p {
    font-size: 16px;
    font-family: var(--Inter_18pt_Light);
    padding: 16px 0 16px;
    color: var(--text);
}

.about-section .about-section-box a {
    background-color: var(--text);
    color: #fff;
    font-family: var(--PPRightGothic_Light);
    font-size: 16px;
    text-decoration: none;

    display: block;
    width: fit-content;
    border-radius: 50px;
}

.about-section .about-section-box a span {
    padding: 8px 60px;
    display: block;
}

.about-content-box-next {
    position: relative;
}

.vertical-heading {
    font-size: 120px;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    position: relative;
    font-family: var(--PPRightGothic_Medium);
    color: var(--text);
}

.about-content-box-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.projects-section {
    position: relative;
}

.projects-section .header-title-section {
    position: relative;
}

.projects-section .header-title-section h3 {
    position: relative;
    font-family: var(--Cardo_Font);
    font-size: 5vw;
    line-height: 100px;
    color: var(--text);
}

.projects-section .header-title-section h3 .font-change {
    font-family: var(--Inter_18pt_Bold);
    text-transform: uppercase;
    font-size: 5.5vw;
    margin-top: -18px;
    display: block !important;
}

.projects-section {
    position: relative;
    background-color: #fff;
}

.projects-section-bew-box .container-fluid {
    background-color: #f6fcff;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 80px;
}

.projects-section .header-title-section h5 {
    position: relative;
    font-family: var(--PPRightGothic_Light);
    font-size: 3vw;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--text);
}

.project-card-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
}

.project-card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.middle_row {
    margin: 25px 0;
}

.project-card-box h6 {
    font-family: var(--Cardo_Font);
    font-size: 16px;
    border: 1px solid #4e4e4e;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    padding: 3px 15px 3px 15px;
    text-transform: uppercase;
}

.project-card-box h3 {
    font-size: 1.5vw;
    line-height: 2vw;
    font-family: var(--Cardo_Font);
    /* text-transform: uppercase; */
    text-align: center;
    color: var(--text);
    padding-top: 22px;
}

.parallax-section {
    position: relative;
    height: 10vh;
    overflow: hidden;
}

.parallax-bg {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-image: url("../images/strip-img.jpg");
    width: 100%;
    height: 100%;
}

.parallax-bg img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    transform: translateY(0);
    will-change: transform;
}

.content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 40%;
    font-size: 1.5rem;
}

.service-list {
    margin-top: 0;
}

.service-list,
.service-list ul li {
    position: relative;
    background-color: #2a3291;
}

.service-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.service-list ul li {}

.service-list ul li a {
    border-bottom: 1px solid #fff;
    padding: 60px 100px;
    position: relative;
    transition: 0.5s;
    color: #fff;
    font-family: var(--PPRightGothic_Medium);
    text-decoration: none;
    font-size: 80px;
    line-height: normal;
    display: block;
}

.service-list ul li a p {
    margin-bottom: 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    text-transform: uppercase;
}

.service-list ul li a:after {
    background-color: #3d8dda;
    background-color: var(--bg-color2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: 0.5s;
    width: 100%;
}

.service-list ul li a:after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: 0.5s;
    width: 100%;
}

.service-list ul li a span {
    font-family: var(--Inter_18pt_Bold);
    font-size: 24px;
    left: -34px;
    position: absolute;
    top: 0;
}

.service-list ul li a:hover:after {
    transform: none;
}

.service-list ul li a:hover {
    color: #000;
}

.services-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.services-btn-box a {
    background-color: transparent;
    color: var(--text);
    font-family: var(--Inter_18pt_Medium);
    font-size: 16px;
    text-decoration: none;
    display: block;
    width: fit-content;
    border-radius: 50px;
    border: 2px solid var(--text);
    text-transform: uppercase;
}

.services-btn-box a span {
    padding: 8px 60px;
    display: block;
}

.video-section-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    /* background-image: url(../images/footer-bg.png); */
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 0;
}

.video-section-footer div {
    border-radius: 80px;
    max-height: fit-content;
    object-fit: cover;
    width: 82%;
    z-index: 1;
    height: 75vh;
    position: relative;
}

.video-section-footer div::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--text1);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-2deg);
    z-index: 1;
    border-radius: 40px;
}

.video-section-footer video {
    border-radius: 80px;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 1;
}

footer {
    position: relative;
    background-color: #000;
    padding-bottom: 50px;
    z-index: 3;
}

.footer-form-box {
    position: relative;
}

.footer-form-box form {
    position: relative;
}

.footer-form-box form .input-field-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    border-bottom: 1px solid var(--text);
}

.footer-form-box form .input-field-box input {
    width: 75%;
    height: 60px;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--text1);
}

.footer-form-box form .input-field-box button {
    width: fit-content;
    height: 60px;
    border: none;
    outline: none;
    background-color: transparent;
}

.footer-form-box h5 {
    font-size: 38px;
    font-family: var(--Cardo_Font);
    margin-bottom: 18px;
    color: var(--text1);
}

footer .custom-html-widget {
    padding-top: 100px;
}

footer .custom-html-widget p {
    margin-bottom: 8px;
    font-family: var(--Cardo_Font);
    text-transform: uppercase;
    font-size: 20px;
    color: var(--text1);
}

footer .custom-html-widget p img {
    width: 30px;
    margin-right: 15px;
    filter: invert(1);
}

.footer-form-box form .form-check {
    margin-top: 20px;
}

.footer-form-box form .form-check input {
    border-radius: 0 !important;
    border: 1px solid var(--text);
}

.footer-form-box form .form-check label {
    margin-left: 5px;
    font-family: var(--Cardo_Font);
    color: var(--text1);
}

footer .right-section {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 90px;
}

footer .right-section .footer-link-box {
    width: 50%;
}

footer .right-section .footer-link-box h5 {
    font-family: var(--Cardo_Font);
    color: var(--text1);
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
}

footer .right-section .footer-link-box ul {
    padding-left: 0;
    /* margin-bottom: 0; */
    list-style: none;
}

footer .right-section .footer-link-box ul li a {
    font-family: var(--Cardo_Font);
    color: var(--text1);
    font-size: 16px;
    /* text-transform: uppercase; */
    padding: 5px 0;
    text-decoration: none;
    display: block;
    position: relative;
    width: fit-content;
}

footer .right-section .footer-link-box ul li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--text1);
    transition: 0.5s;
}

footer .right-section .footer-link-box ul li a:hover::after {
    width: 100%;
}

.copy-write-box {
    padding: 25px 0;
    position: relative;
    z-index: 1;
    background-color: #000;
    z-index: 2;
}

.copy-write-box p {
    text-align: center;
    font-family: var(--fonnts_com_CordaLig);
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.copy-write-box p a {
    text-decoration: none;
    color: #fff;
}

.footer-link-box {
    position: relative;
}

.footer-link-box .get_in_t {
    cursor: pointer;
    width: 145px;
    height: 145px;
    background-color: var(--blue);
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 143px;
    border-radius: 100%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    transition: 0.5s;
}

.footer-link-box .get_in_t:hover {
    transform: scale(1.1);
}

.footer-link-box .get_in_t .child_text {
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
}

.footer-link-box .get_in_t svg {
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    /* width: 68px; */
    display: flex;
    font-size: 26px;
    transition: 0.5s;
}

.footer-link-box .get_in_t:hover svg {
    transform: rotate(0deg);
}

.reveal-type-2,
.reveal-type-8 {
    will-change: transform, opacity;
}

.reveal-type-2 .char {
    transform: translateY(315px);

    transition: transform 0.5s;

    opacity: 0;
}

.reveal-type-8 .char {
    transform: translateX(-80px);

    transition: transform 0.5s;

    opacity: 0;
}

.blog-section {
    background-color: #f6fcff;
}

.bolg-thumb-box {
    position: relative;
}

.bolg-thumb-box .blog-img-box {
    width: 100%;
}

.bolg-thumb-box .blog-img-box img {
    width: 100%;
    transition: 0.5s;
    border-radius: 20px;
}

.bolg-thumb-box .blog-img-box img:hover {
    border-top-right-radius: 50px;
}

.blog-content-box {
    position: relative;
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.blog-content-box h5 {
    font-size: 22px;
    font-family: var(--PPRightGothic_Medium);
    color: var(--text);
    line-height: 30px;
}

.blog-content-box p {
    font-size: 16px;
    color: var(--text);
    font-family: var(--Inter_18pt_Light);
}

.mobile-logo {
    position: relative;
    display: none;
}

.menu-close-btn {
    display: none;
}

.projects-section-bew-box .container-fluid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fixed_video_banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    z-index: 11111;
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0);
    transition: 1s 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#overlay img {
    width: 100%;
    height: 100svh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.inner-loader {
    position: relative;
    width: 30%;
    z-index: 2;
}

#progress {
    height: 30px;
    background: var(--text1);
    /* position: absolute; */
    width: 0;
    /* top: 50%; */
    transition: 1s;
    border-radius: 20px;
}

#progstat {
    font-size: 14px;
    letter-spacing: 3px;
    /* position: absolute; */
    /* top: 50%; */
    margin-top: 0;
    width: 100%;
    text-align: center;
    color: var(--text1);
    margin-bottom: 10px;
    font-family: var(--CondensedLight);
    text-transform: uppercase;
}

.fixed_video_banner video {
    transition: opacity 4s ease;
    opacity: 1;
}

.fixed_video_banner video.hide-video {
    opacity: 0;
    pointer-events: none;
}

.fixed_video_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    z-index: 11111;
}

.fixed_video_banner video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.fixed_video_banner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#continueBtn {
    position: absolute;
    bottom: 5%;
    left: 51%;
    transform: translateX(-50%);
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    background: var(--text1);
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 2s;
}

/* Fade + zoom animation */
#continueBtn.active {
    /* animation: bounceLR 1.2s ease-in-out infinite; */
    /* animation-delay: 2s; */
    /* wait 2 seconds before animation starts */
    opacity: 1;
    /* final opacity */
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
    z-index: 99999;
}

.loader-content {
    text-align: center;
    color: #fff;
    width: 90vw;
    /* Ensure full width availability */
    max-width: 1000px;
}

#mountain-svg {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

/* River Flow Animation */
.river-flow {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: riverDraw 2.5s ease-in-out infinite;
}

@keyframes riverDraw {
    0% {
        stroke-dashoffset: 60;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -60;
    }

    /* Flow out */
}

/* Text Sequence */
.text-sequence {
    position: relative;
    height: 60px;
    /* Space for text */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    /* Pull text UP closer to river */
}

.fill-text {
    position: absolute;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    /* Base dull color */
    background: linear-gradient(to bottom,
            #2196f3 50%,
            rgba(255, 255, 255, 0.3) 50%);
    background-size: 100% 200%;
    background-position: bottom;
    /* Start with grey (bottom half of gradient) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    /* Forces text to single line */
}

/* Sequential Animation */
.fill-text:nth-child(1) {
    animation: textFillCycle 3.5s ease-in-out forwards;
    animation-delay: 0.5s;
}

.fill-text:nth-child(2) {
    animation: textFillCycle 3.5s ease-in-out forwards;
    animation-delay: 4s;
}

.fill-text:nth-child(3) {
    animation: textFillCycle 3.5s ease-in-out forwards;
    animation-delay: 7.5s;
}

.fill-text:nth-child(4) {
    animation: textFillCycle 4s ease-in-out forwards;
    animation-delay: 11s;
}

@keyframes textFillCycle {
    0% {
        opacity: 0;
        background-position: bottom;
    }

    10% {
        opacity: 1;
        /* Fade in */
    }

    40% {
        background-position: top;
        /* Blue slides down from top */
    }

    80% {
        opacity: 1;
        background-position: top;
    }

    100% {
        opacity: 0;
        /* Fade out */
        background-position: top;
    }
}

.show-product-section {
    position: relative;
    height: 100svh;
    top: 0;
    background-color: #000;
    z-index: 1;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.show-product-section .container-fluid,
.show-product-section .container-fluid .row {
    height: 100%;
}

.show-product-section .left-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url('../images/bg-1.jpeg'); */
    padding: 0;
    border-radius: 10px;
    height: 100%;
}

.show-product-section .left-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-product-section .left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-product-section .right-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
    padding-left: 14px;
    text-decoration: none;
}

.show-product-section .right-section img {
    width: 65%;
    max-width: 260px;
    /* margin: 35px auto; */
}

.show-product-section .right-section p {
    position: relative;
    font-size: 24px;
    /* font-family: var(--fonnts_com_CordaLig); */
    color: #c4963d !important;
    margin-bottom: 0;
    width: 75%;
    margin: 0 auto;
    /* background: linear-gradient(135deg,
            #5b4312 0%,
            #8f6a1f 20%,
            #c9a23f 45%,
            #e0c35a 55%,
            #c9a23f 70%,
            #8f6a1f 85%,
            #5b4312 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; */

    /* subtle depth */
    /* text-shadow:
        0 1px 1px rgba(0, 0, 0, 0.25),
        0 -1px 0 rgba(255, 255, 255, 0.15); */

}

.show-product-section .right-section h5 {
    /* text-transform: uppercase; */
    color: var(--text1);
    font-family: var(--fonnts_com_CordaLig);
    font-size: 18px;
}

.show-product-section .right-section h5 br {
    display: none;
}

.show-product-section .right-section a {
    color: #fff;
    font-family: var(--fonnts_com_CordaLig);
    font-size: 18px;
    background: transparent;
    border: 1px solid goldenrod;
    padding: 14px 38px;
    border-radius: 3px;
    margin-top: 20px;
    transition: 0.6s;
    text-decoration: none;
    display: block;
}

.show-product-section .right-section a:hover {
    background-color: goldenrod;
    color: #000;
}

.shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
}

.shop-btn_new {
    gap: 20px;
}

.shop-btn a {
    color: #fff;
    font-family: var(--fonnts_com_CordaLig);
    font-size: 18px;
    background: transparent;
    border: 1px solid goldenrod;
    padding: 14px 38px;
    border-radius: 3px;
    margin-top: 20px;
    transition: 0.6s;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.shop-btn a:hover {
    background-color: goldenrod;
    color: #000;
}

.section-what-make {
    /* height: 100svh; */
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: #000;
}

.content-main-section {
    position: relative;
    margin-bottom: 65px;
}

.content-main-section h4 {
    color: var(--text1);
    font-family: var(--fonnts_com_CordaLig);
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    transition: 1s;
}

/* ===== THE ORIGIN SECTION ===== */
.show-product-section.the-origin {
    position: relative;
    height: auto;
    padding: 80px 20px;
}

.show-product-section.the-origin .origin-premium-card {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    /* background: linear-gradient(135deg, rgba(20, 20, 20, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%); */
    border: 1px solid rgba(189, 152, 85, 0.2);
    border-radius: 25px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.show-product-section.the-origin .origin-premium-card:hover {
    border-color: rgba(189, 152, 85, 0.5);
    box-shadow: 0 30px 90px rgba(189, 152, 85, 0.15);
    transform: translateY(-5px);
}

.show-product-section.the-origin .origin-card-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    min-height: 500px;
}

.show-product-section.the-origin .origin-text-wrapper {
    position: relative;
    padding: 60px 50px;
    z-index: 2;
}

.show-product-section.the-origin .origin-title {
    color: var(--text1);
    font-family: var(--fonnts_com_CordaLig);
    font-size: 28px;
    line-height: 50px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    transition: all 0.5s ease;
}

.show-product-section.the-origin .origin-text-body {
    position: relative;
}

.show-product-section.the-origin .paragraph {
    color: var(--text1);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
    font-weight: 300;
    transition: all 0.4s ease;
}

.show-product-section.the-origin .paragraph:last-child {
    margin-bottom: 0;
}

.show-product-section.the-origin .paragraph.highlight {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    padding-left: 16px;
    border-left: 3px solid var(--text-color);
    margin: 20px 0;
}

.show-product-section.the-origin .origin-image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.show-product-section.the-origin .origin-image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.show-product-section.the-origin .origin-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.show-product-section.the-origin .origin-premium-card:hover .origin-image-frame img {
    transform: scale(1.08);
}

.show-product-section.the-origin .image-overlay-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.show-product-section.the-origin .origin-card-border {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(189, 152, 85, 0.15);
    border-radius: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.show-product-section.the-origin .origin-premium-card:hover .origin-card-border {
    opacity: 1;
}

@media (max-width: 1024px) {
    .show-product-section.the-origin .origin-card-content {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .show-product-section.the-origin .origin-text-wrapper {
        padding: 50px 40px;
    }

    .show-product-section.the-origin .origin-image-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .show-product-section.the-origin {
        padding: 60px 15px;
    }

    .show-product-section.the-origin .origin-premium-card {
        border-radius: 20px;
    }

    .show-product-section.the-origin .origin-text-wrapper {
        padding: 40px 30px;
    }

    .show-product-section.the-origin .origin-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .show-product-section.the-origin .paragraph {
        font-size: 14px;
        line-height: 1.6;
    }

    .show-product-section.the-origin .origin-image-wrapper {
        min-height: 300px;
    }
}

/* ===== THE CREATOR SECTION - PREMIUM LUXURY EDITION ===== */
.show-product-section.the-creater {
    position: relative;
    height: auto;
    padding: 80px 20px;
    overflow: hidden;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(189, 152, 85, 0.03) 50%,
            rgba(0, 0, 0, 0) 100%);
}

.show-product-section.the-creater::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(189, 152, 85, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: floatGlow 8s ease-in-out infinite;
}

.show-product-section.the-creater::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(189, 152, 85, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: floatGlow 8s ease-in-out infinite 2s;
}

@keyframes floatGlow {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(20px, -20px) scale(1.1);
        opacity: 1;
    }
}

.creator-inner-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.show-product-section.the-creater .creator-image-section {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

.show-product-section.the-creater .creator-portrait {
    position: relative;
    height: 280px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative Corner Accents */
.show-product-section.the-creater .creator-portrait::before,
.show-product-section.the-creater .creator-portrait::after {
    content: "◆";
    position: absolute;
    font-size: 10px;
    color: rgba(189, 152, 85, 0.6);
    transition: all 0.6s ease;
}

.show-product-section.the-creater .creator-portrait::before {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.show-product-section.the-creater .creator-portrait::after {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.show-product-section.the-creater .creator-portrait:hover::before,
.show-product-section.the-creater .creator-portrait:hover::after {
    color: rgba(189, 152, 85, 1);
    transform: translateX(-50%) scale(1.3);
}

.show-product-section.the-creater .portrait-frame {
    position: relative;
    height: 240px;
    width: 240px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(189, 152, 85, 0.1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.320, 1);
    border: 3px solid rgba(189, 152, 85, 0.25);
}

/* Shine Effect Overlay */
.show-product-section.the-creater .portrait-frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.2) 50%,
            transparent 100%);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
    z-index: 5;
    pointer-events: none;
}

.show-product-section.the-creater .portrait-frame:hover {
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(189, 152, 85, 0.4),
        0 0 40px rgba(189, 152, 85, 0.15);
    border-color: rgba(189, 152, 85, 0.6);
}

.show-product-section.the-creater .portrait-frame:hover::after {
    left: 120%;
}

.show-product-section.the-creater .portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
    filter: grayscale(20%) contrast(1.05);
}

.show-product-section.the-creater .portrait-frame:hover img {
    transform: scale(1.12);
    filter: grayscale(0%) contrast(1.1) brightness(1.05);
}

/* Disable hover effects specifically for the video frame */
.show-product-section.the-creater .portrait-frame.video-frame:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(189, 152, 85, 0.1);
    border-color: rgba(189, 152, 85, 0.25);
}

.show-product-section.the-creater .portrait-frame.video-frame:hover::after {
    left: -100%;
}

.show-product-section.the-creater .portrait-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(189, 152, 85, 0.15);
    animation: glowPulse 4s ease-in-out infinite;
    pointer-events: none;
}

/* Second Glow Ring */
.show-product-section.the-creater .portrait-glow::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 1px dashed rgba(189, 152, 85, 0.1);
    animation: rotateRing 30s linear infinite;
}


@keyframes rotateRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes glowPulse {

    0%,
    100% {
        box-shadow:
            0 0 30px rgba(189, 152, 85, 0.08),
            inset 0 0 30px rgba(189, 152, 85, 0.03);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        box-shadow:
            0 0 60px rgba(189, 152, 85, 0.12),
            inset 0 0 40px rgba(189, 152, 85, 0.06);
        transform: translate(-50%, -50%) scale(1.02);
    }
}

.show-product-section.the-creater .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.show-product-section.the-creater .creator-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.5s ease;
}

/* Decorative Quote Marks */
.show-product-section.the-creater .creator-content::before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    font-family: Georgia, serif;
    color: rgba(189, 152, 85, 0.08);
    line-height: 1;
    pointer-events: none;
}

.show-product-section.the-creater .creator-title {
    position: relative;
    color: var(--text1);
    font-family: var(--fonnts_com_CordaLig);
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    transition: all 0.5s ease;
    letter-spacing: 2px;
}

.show-product-section.the-creater .creator-quote {
    color: var(--text1);
    font-size: 19px;
    line-height: 2;
    margin-bottom: 45px;
    font-weight: 300;
    max-width: 750px;
    font-style: italic;
    opacity: 0.9;
    letter-spacing: 0.3px;
}

.creator-signature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 35px;
    margin-top: 35px;
}

/* Decorative Signature Line */
.creator-signature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(189, 152, 85, 0.5) 50%,
            transparent 100%);
}

/* Signature Dot */
.show-product-section.the-creater .creator-signature::after {
    content: "◆";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    color: rgba(189, 152, 85, 0.6);
}

.show-product-section.the-creater .creator-name {
    color: var(--text1);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0;
    font-family: var(--fonnts_com_CordaReg);
}

.show-product-section.the-creater .creator-location {
    color: rgba(189, 152, 85, 0.8);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .show-product-section.the-creater {
        padding: 80px 20px;
    }

    .show-product-section.the-creater .creator-title {
        font-size: 28px;
    }

    .show-product-section.the-creater .portrait-frame {
        width: 260px;
        height: 260px;
    }

    .show-product-section.the-creater .creator-portrait {
        width: 280px;
        height: 280px;
    }

    .show-product-section.the-creater .portrait-glow {
        width: 300px;
        height: 300px;
    }

    .show-product-section.the-creater .creator-quote {
        font-size: 16px;
        line-height: 1.8;
    }

    .show-product-section.the-creater .creator-content::before {
        font-size: 80px;
    }


    .section-what-make-card .card_img {
        width: 80% !important;
        margin: 0 auto !important;
    }
}

.section-what-make .container-fluid {
    position: relative;
    z-index: 2;
}

.section-what-make-card {
    position: relative;
}

.section-what-make-card .card_img {
    width: 88%;
    /* height: 450px; */
    overflow: hidden;
    border-radius: 20px;
    border: 0px !important;
}

.section-what-make-card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.section-what-make-card:hover .card_img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.section-what-make-card h4 {
    font-size: 22px;
    color: #fff;
    font-family: var(--fonnts_com_CordaLig);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 14px;
}

.section-what-make-card p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.section-what-make-card .readmore {
    font-family: var(--fonnts_com_CordaLig);
    font-size: 12px;
    background: transparent;
    border: 1px solid goldenrod;
    padding: 8px 14px;
    border-radius: 3px;
    margin-top: 20px;
    transition: 0.6s;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: auto;
    color: #fff;
}

.section-what-make-card .readmore:hover {
    background-color: goldenrod;
    color: #000;
}

.about-bg-img-last {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-round {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    /* -50px possible nahi hota CSS me */
    overflow: hidden;

    transition: border-radius 0.8s ease;
}

.section-round {
    transition: border-radius 1.2s cubic-bezier(0.6, 0, 0.2, 1);
}

.section-round.radius-zero {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.space_height {
    height: 60vh;
    display: none;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 20%;
    max-width: 25%;
    padding: 0 5px;
}

.gallery-card {
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
    display: block;
}

.gallery-card:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.column img {
    vertical-align: middle;
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#formSection .left-section {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

#formSection .left-section img {
    width: 80%;
}

.all_button_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_button_contact img {
    width: 24px;
    margin-left: 10px;
}

.inner-section-content {
    width: 70%;
    margin: auto;
}

.inner-section-content h4 {
    font-size: 40px;
    text-align: center;
    font-family: var(--fonnts_com_CordaReg);
    text-transform: uppercase;
    color: var(--text1);
    margin-bottom: 40px;
}

.inner-section-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.inner-section-content ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.inner-section-content ul li .left-section {
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 50px;
}

.inner-section-content ul li .left-section p {
    font-size: 22px;
    text-align: left;
}

.inner-section-content ul li:nth-child(2n + 1) .left-section {
    padding-right: 50px;
    padding-left: 0;
}

.inner-section-content ul li:nth-child(2n + 1) .left-section p {
    text-align: left;
}

.inner-section-content ul li .right-section img {
    width: 100%;
    border-radius: 10px;
}

.inner-section-content ul li .right-section {
    position: relative;
    width: 26%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-section-content_2 {
    padding-top: 30px;
}

.inner-section-content_2 .right-section {
    display: none !important;
}

.inner-section-content_2 ul li {
    padding: 20px 0;
}

.inner-section-content_2 ul li:first-child {
    padding-top: 0;
}

.inner-section-content_2 ul li:last-child {
    padding-bottom: 0;
}

.inner-section-content_2 ul li .left-section {
    width: 100%;
    padding-left: 0 !important;
}

.inner-section-content_2 ul li .right-section {
    width: 100%;
    padding-right: 0 !important;
}

.inner-section-content_2 ul li .left-section p {
    font-size: 18px;
    text-align: center;
}

/* Refund Policy Section Styles */
/* .refund-policy-section {
  padding-top: 0;
} */

.policy-content {
    max-width: 900px;
    margin: 0 auto;
}

.policy-content h4 {
    margin-bottom: 15px;
}

.policy-updated {
    text-align: center;
    color: rgba(189, 152, 85, 0.8);
    font-size: 14px;
    font-style: italic;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.policy-intro {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background: rgba(189, 152, 85, 0.05);
    border: 1px solid rgba(189, 152, 85, 0.15);
    border-radius: 10px;
}

.policy-intro .paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text1);
    margin: 0;
}

.policy-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(189, 152, 85, 0.1);
}

.policy-block:last-of-type {
    border-bottom: none;
}

.policy-block h5 {
    font-size: 24px;
    font-family: var(--fonnts_com_CordaReg);
    color: var(--text1);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.policy-block h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, rgba(189, 152, 85, 1) 0%, rgba(189, 152, 85, 0.3) 100%);
    border-radius: 2px;
}

.policy-block .paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text1);
    opacity: 0.9;
    margin-bottom: 15px;
}

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

.policy-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text1);
    opacity: 0.9;
}

.policy-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(189, 152, 85, 0.7);
    font-size: 10px;
    line-height: 1.7;
    padding-top: 3px;
}

.policy-list li:last-child {
    margin-bottom: 0;
}

.policy-note {
    text-align: center;
    padding: 30px;
    background: rgba(189, 152, 85, 0.05);
    border: 1px solid rgba(189, 152, 85, 0.15);
    border-radius: 10px;
    margin-top: 20px;
}

.policy-note .paragraph {
    font-size: 16px;
    margin: 0;
    color: rgba(189, 152, 85, 0.9);
}

.policy-link {
    color: rgba(189, 152, 85, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(189, 152, 85, 0.4);
    transition: all 0.3s ease;
}

.policy-link:hover {
    color: rgba(189, 152, 85, 0.8);
    border-bottom-color: rgba(189, 152, 85, 0.8);
}

@media (max-width: 768px) {
    .policy-content {
        width: 100%;
        padding: 0 15px;
    }

    .policy-block h5 {
        font-size: 20px;
    }

    .policy-intro .paragraph,
    .policy-block .paragraph,
    .policy-list li {
        font-size: 15px;
    }
}

.goverlay {
    background: rgb(0 0 0 / 13%) !important;
    will-change: opacity;
    backdrop-filter: blur(16px) !important;
}

.glightbox-clean .gslide-media {
    box-shadow: none !important;
}

.gslide-image img {
    border-radius: 10px !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
    border-radius: 50px !important;
    width: 55px !important;
    height: 55px !important;
    transition: 0.6s;
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
    background-color: goldenrod !important;
    color: #000 !important;
}

.home_link {
    display: none !important;
}

.gallery-section h4 {
    font-size: 40px;
    text-align: center;
    font-family: var(--fonnts_com_CordaReg);
    text-transform: uppercase;
    color: var(--text1);
    margin-bottom: 40px;
}

/* =========================================================
   TOASTR - PREMIUM HERITAGE DESIGN
   ========================================================= */

/* Base toast styling */
#toast-container>div {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
    font-family: var(--fonnts_com_CordaReg), sans-serif !important;
    border-radius: 8px !important;
    padding: 15px 20px 15px 50px !important;
    opacity: 1 !important;
    min-height: 50px !important;
    width: 340px !important;
    background-size: 22px !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
}

#toast-container>div:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important;
}

/* Error toast - Premium dark with golden accents */
#toast-container>.toast-error {
    background-color: rgba(25, 18, 12, 0.97) !important;
    border: 1px solid rgba(218, 165, 32, 0.35) !important;
    border-left: 4px solid goldenrod !important;
}

/* Success toast - Premium dark with green accents */
#toast-container>.toast-success {
    background-color: rgba(12, 25, 18, 0.97) !important;
    border: 1px solid rgba(76, 175, 80, 0.35) !important;
    border-left: 4px solid #4CAF50 !important;
}

/* Toast message text */
.toast-message {
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    line-height: 1.5 !important;
}

/* Style the toast icon - make it golden for error */
#toast-container .toast-error .toast-message::before {
    color: goldenrod !important;
}

/* Toast close button styling */
#toast-container .toast-close-button {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
    right: -0.1em !important;
    top: -0.1em !important;
}

#toast-container .toast-close-button:hover {
    color: goldenrod !important;
    opacity: 1 !important;
}

/* Toast progress bar */
.toast-progress {
    background: linear-gradient(90deg, goldenrod, rgba(218, 165, 32, 0.5)) !important;
    height: 3px !important;
    opacity: 0.8 !important;
}

@media (max-width: 1200px) {
    .column {
        flex: 40%;
        flex-wrap: wrap;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .column {
        flex: 50%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}

@media (min-width: 1440px) {}

@media (min-width: 1750px) {}

@media only screen and (min-width: 2000px) {}

@media (max-width: 1366px) {
    .shop-section-box {
        /* background-position: 24% 50%; */
    }
}

@media (max-width: 1199px) {
    .show-product-section.the-origin .left-section-1 {
        width: 100%;
    }

    .show-product-section.the-origin .right-section-1 img {
        width: 100%;
    }

    .show-product-section.the-creater .container-fluid {
        width: 80%;
    }

    .show-product-section.the-creater {
        padding-bottom: 74px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .home_link {
        display: block !important;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-toggler {
        background-color: #0000;
        border: none;
        flex-direction: column;
        align-items: end;
        gap: 6px;
        width: 35px;
        display: flex;
    }

    .navbar-toggler span {
        background-color: #fff;
        border-radius: 50px;
        width: 35px;
        height: 1px;
        transition: all 0.5s;
        display: inline-block;
    }

    .navbar-toggler span:nth-child(2),
    .navbar-toggler:hover span {
        width: 35px;
    }

    .navbar-toggler:hover span:nth-child(2) {
        width: 35px;
    }

    .navbar-toggler.active span:nth-child(2) {
        display: none;
    }

    .navbar-toggler.active span:first-child {
        transform: translateX(0px) rotate(45deg);
    }

    .navbar-toggler.active span:last-child {
        transform: translateX(0px) rotate(-45deg);
    }

    .navbar-toggler-icon {
        filter: invert(1) brightness(1.5);
    }

    .bg-body-tertiary {
        width: 100%;
        padding: 10px 6px;
        /* background-color: #ffffff24 !important; */
        background-color: transparent !important;
        border-radius: 0px;
        width: 80%;
        margin: auto;
        /* border: 1px solid #ffffff59; */
        border: 0px;
        /* backdrop-filter: blur(16px); */
    }

    .bottom {
        padding-bottom: 100px;
    }

    .top {
        padding-top: 100px;
    }

    .about-content-box {
        margin-bottom: 30px;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .order_3 {
        order: 3;
    }

    .vertical-heading {
        writing-mode: unset;
    }

    .about-section .about-section-box {
        position: relative;
        padding: 18px 0 50px;
    }

    .projects-section .header-title-section h3 {
        line-height: 118px;
    }

    .project-card-box {
        margin-bottom: 35px;
        height: auto;
    }

    footer .right-section {
        padding-left: 0;
        padding-top: 50px;
    }

    .vertical-heading {
        font-size: 80px;
    }

    .second-section-box .header-title .big-heading-1 .heading-3-1 {
        font-size: 18vw;
        line-height: 150px;
    }

    .second-section-box .header-title {
        position: relative;
        padding-left: 50px;
    }

    .second-section-box .header-title-2 .big-heading-2 .heading-3-2 {
        font-size: 8vw;
        line-height: 106px;
    }

    .about-section .about-section-box h5 {
        font-size: 5vw;
    }

    .about-section .about-section-box p {
        font-size: 20px;
    }

    .projects-section .header-title-section h5 {
        font-size: 5vw;
    }

    .project-card-box h3 {
        font-size: 4.8vw;
    }

    .project-card-box h6 {
        font-size: 26px;
    }

    .navbar-toggler {
        padding: 0 !important;
        border: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* .navbar-collapse {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    backdrop-filter: blur(16px);
  } */

    /* .collapse:not(.show) {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } */

    .mobile-logo {
        display: block;
        width: 200px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 36px;
        color: #222 !important;
        padding: 10px 0px !important;
    }

    .menu-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-color: var(--text);
        color: #fff;
        font-family: var(--PPRightGothic_Medium);
        border: none;
        border-radius: 50px;
    }

    .about-section-new {
        margin-top: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner-section-box .rice-box {
        display: none;
    }

    .banner-section-box .rice-box-m {
        display: block;
        width: 50%;
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 5;
        transform: none;
        opacity: 1;
    }

    /* #navbarSupportedContent {
    transition: 0.5s;
    left: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;

  }

  #navbarSupportedContent.active {
    left: 0%;
    opacity: 1;
    height: auto;
    padding: 40px 20px;
    overflow: unset;
  } */

    .menu-close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-section-new .about-bg-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .about-section-new .container-fluid {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        z-index: 3;
    }

    .about-section-craft {
        position: relative;
        margin-top: 0;
        z-index: 1;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-section-craft .about-bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about-section-craft .container-fluid {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
        padding-top: 0;
    }

    .banner-section-box .container-fluid {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 26px;
        z-index: 5;
        height: 100%;
        display: flex;
        align-items: end;
    }

    header .navbar-brand {
        display: block;
    }

    .navbar-brand .logo-box img {
        width: 75px;
    }

    .p-l-r {
        padding-left: 50px;
        padding-right: 50px;
    }

    header {
        top: 0;
        padding: 0px 0px;
    }

    .banner-section-box {
        height: 100svh;
    }

    .about-section-new .frame {
        display: none;
    }

    .section-what-make-card {
        position: relative;
        margin-bottom: 40px;
    }

    .log-box-middle {
        display: none !important;
    }

    .sub-menu-link {
        display: flex;
        flex-direction: column;
    }

    .sub-menu-link .sub-menu {
        position: relative;
        padding-top: 0px;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* .navbar-expand-lg .navbar-nav a {
    color: #000 !important;
  }

  .navbar-expand-lg .navbar-nav a:hover {
    color: #000 !important;
  } */

    .sub-menu-link .sub-menu ul::after {
        display: none !important;
    }

    .sub-menu-link .sub-menu ul li a {
        text-align: center;
        font-size: 20px;
    }

    .sub-menu-link:hover .sub-menu {
        max-height: 0;
    }

    .sub-menu.active {
        max-height: 300px !important;
    }

    .sub-menu-link .nav-link {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-link-sub-menu.active .fa-angle-down {
        display: none;
    }

    .nav-link-sub-menu.active .fa-angle-up {
        display: block;
    }

    header.hide {
        top: 0;
    }

    .top_inner_page {
        padding-top: 100px;
    }

    .inner-section-content {
        width: 100%;
        margin: auto;
    }

    .inner-section-content ul li {
        flex-direction: column;
    }

    .inner-section-content ul li .left-section {
        width: 100%;
        padding: 40px 20px;
    }

    .inner-section-content ul li .right-section {
        width: 100%;
    }

    .inner-section-content ul li:nth-child(2n + 1) .left-section {
        padding-right: 0;
    }

    .inner-section-content ul li:nth-child(2n + 1) .left-section p {
        text-align: center;
    }

    .inner-section-content ul li .left-section p {
        text-align: center;
    }

    .inner-section-content ul li .left-section {
        padding-left: 0;
    }

    .inner-section-content ul li:nth-child(2n + 1) .left-section {
        order: 2;
    }

    .inner-section-content ul li .left-section p {
        font-size: 18px;
    }

    .inner-section-content_2 ul li .left-section {
        width: 100%;
        padding: 0 20px;
    }

    .show-product-section.the-origin .right-section-1 {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .service-list ul li a {
        font-size: 50px;
    }
}


@media (max-width: 576px) {

    .second-section-box .header-title {
        position: relative;
        padding-left: 0;
    }

    .second-section-box .header-title .big-heading-1 .heading-3-1 {
        line-height: 60px;
    }

    .second-section-box .header-title-2 .big-heading-2 .heading-3-2 {
        line-height: 40px;
    }

    .vertical-heading {
        font-size: 50px;
    }

    .p-l-r {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bottom {
        padding-bottom: 50px;
    }

    .top {
        padding-top: 50px;
    }

    .about-section .about-section-box h5 {
        font-size: 6.8vw;
    }

    .projects-section .header-title-section h5 {
        font-size: 6vw;
    }

    .projects-section .header-title-section h3 {
        line-height: 54px;
        font-size: 12vw;
    }

    .projects-section .header-title-section h3 .font-change {
        margin-top: -5px;
    }

    .mt-5.pt-5.row {
        margin-top: 0 !important;
    }

    .project-card-box h3 {
        font-size: 5.8vw;
    }

    .service-list ul li a {
        padding: 30px 50px;
    }

    .service-list ul li a {
        font-size: 25px;
    }

    .banner-section-box .top-layer-box {
        height: 20%;
    }

    .footer-form-box form .input-field-box {
        width: 100%;
    }

    .banner-section-box .top-layer-box {
        height: 0;
    }

    .banner-section-box video {
        height: 100svh;
    }

    .about-section-craft .container-fluid .about-section-content,
    .about-section-new .container-fluid .about-section-content {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .banner-section-box .bottom-layer-box {
        display: none;
    }

    .second-section-box {
        margin-top: 0vh;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 20px;
        padding: 10px 0px !important;
    }

    .mobile-logo {
        width: 100px;
    }

    .navbar-brand .logo-box img {
        width: 110px;
    }

    .video-section::after {
        top: -6px;
    }

    header {
        padding-top: 0px !important;
    }

    .banner-section-box.active {
        position: relative;
    }

    .p-l-r {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-section-box {
        height: 100svh;
    }

    .clients-section .client-list li {
        padding: 0;
    }

    .banner-section-box .container-fluid {
        left: 0;
    }

    .banner-section-box .banner-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-section-box .banner-heading br {
        display: block;
    }

    .banner-section-box .banner-heading img {
        width: 65px;
        left: 105%;
        top: 32%;
    }

    .banner-section-box .river {
        width: 69%;
        top: 85%;
        left: 89%;
    }

    .banner-video-section {
        height: 100svh;
    }

    .bg-body-tertiary {
        width: 100%;
    }

    .show-product-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-content {
        padding: 20px;
    }

    .show-product-section .right-section {
        padding-left: 0;
        text-decoration: none;
        padding-top: 30px;
        padding-bottom: 50px;
        height: auto;
        margin: 0 !important;
    }

    .banner-section-box p {
        line-height: 1.2;
        font-size: 20px;
    }

    .show-product-section .right-section p {
        font-size: 20px;
        line-height: 1.2;
    }

    .show-product-section .right-section h5 br {
        display: block;
    }

    .show-product-section .right-section h5 {
        font-size: 18px;
    }

    .section-what-make {
        border-top: 1px solid goldenrod;
    }

    .content-main-section h4 {
        line-height: 40px;
        padding-top: 10px;
    }

    .section-what-make-card {
        position: relative;
        margin-bottom: 100px;
    }

    .section-what-make-card h4 {
        font-size: 16px;
    }

    .section-what-make .col-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .shop-btn {
        margin-top: 10px;
    }

    .clients-section {
        background-position: center;
        height: auto;
        padding: 80px 20px !important;
    }

    .clients-section .left-section p {
        font-size: 15px;
    }

    .clients-section .left-section {
        position: relative;
        padding-bottom: 50px;
    }

    .copy-write-box p {
        font-size: 14px;
    }

    /* Creator Portrait Circle Fix */
    .show-product-section.the-creater .creator-portrait {
        width: 200px;
        height: 200px;
    }

    .show-product-section.the-creater .portrait-frame {
        width: 180px;
        height: 180px;
        min-width: 180px;
        min-height: 180px;
        aspect-ratio: 1 / 1;
    }

    .show-product-section.the-creater .portrait-glow {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 375px) {}

/* =========================================================
   RAISE REQUEST MODAL – HERITAGE THEME
   ========================================================= */

/* Modal backdrop (softer, cinematic) */
.modal {
    background-color: #0000001f;
    backdrop-filter: blur(16px);
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.75);
}

/* Modal container */
#raiseRequestModal .modal-dialog {
    max-width: 1100px;
    padding: 20px;
}

/* Main card */
#raiseRequestModal .modal-content {
    background: #ffffff24;
    border-radius: 10px;
    border: 1px solid #ffffff59;
    padding: 40px;
    position: relative;
    color: var(--text1);
    overflow: hidden;
    backdrop-filter: blur(16px);
}

/* Tilted outer frame */
/* #raiseRequestModal .modal-content::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--text1);
  border-radius: 40px;
  transform: rotate(-3.5deg);
  z-index: 0;
  pointer-events: none;
} */

/* Ensure content stays above frame */
#raiseRequestModal .modal-header,
#raiseRequestModal .modal-body {
    position: relative;
    z-index: 1;
}

/* =========================================================
   HEADER
   ========================================================= */

#raiseRequestModal .modal-header {
    border-bottom: none;
    padding: 0 0 8px;
}

#raiseRequestModal .modal-title {
    font-size: 26px;
    color: var(--text1);
    margin: 0;
    font-family: var(--fonnts_com_CordaLig);
}

/* Close button refinement */
#raiseRequestModal .btn-close {
    filter: invert(1);
    opacity: 0.7;
    position: absolute;
    right: -12px;
    top: -14px;
    font-size: 20px;
}

#raiseRequestModal .btn-close:hover {
    opacity: 1;
}

/* =========================================================
   LEFT CONTENT (EDITORIAL)
   ========================================================= */

#raiseRequestModal .modal-body p {
    color: var(--text2);
    font-size: 15px;
    line-height: 1.8;
}

#raiseRequestModal .modal-body img {
    /* width: 100%; */
    /* border-radius: 20px; */
    object-fit: contain;
}

/* =========================================================
   FORM FIELDS
   ========================================================= */

#raiseRequestModal .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgb(169 169 169 / 35%);
    border-radius: 5px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--text1);
    font-family: none;
}

#raiseRequestModal .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#raiseRequestModal .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--text1);
}

/* Spacing refinement */
#raiseRequestModal .row.g-3>* {
    margin-top: 16px;
}

/* =========================================================
   CHECKBOX – HERITAGE CONSENT
   ========================================================= */

.heritage-consent {
    display: flex;
    gap: 14px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text2);
    cursor: pointer;
    align-items: flex-start;
}

.heritage-consent input {
    display: none;
}

.heritage-consent .tick {
    width: 38px;
    height: 20px;
    border-radius: 6px;
    border: 1.5px solid var(--text1);
    position: relative;
    margin-top: 3px;
    background: transparent;
}

/* Simple handcrafted fill */
.heritage-consent .tick::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: var(--text1);
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.heritage-consent input:checked+.tick::after {
    opacity: 1;
}

.heritage-consent a {
    color: var(--text1);
    text-decoration: underline;
}

/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

#raiseRequestModal .btn-primary {
    background: transparent;
    border: 1.5px solid goldenrod;
    color: var(--text1);
    border-radius: 999px;
    padding: 12px 30px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px !important;
}

#raiseRequestModal .btn-primary:hover {
    background: goldenrod;
    color: #000;
}

/* =========================================================
   SUCCESS STATE
   ========================================================= */

#successSection {
    text-align: center;
    color: var(--text1);
}

#successSection img {
    margin-bottom: 25px;
    width: 245px !important;
}

#successSection p {
    color: var(--text2);
    font-size: 15px;
}

#successSection h4 {
    margin-bottom: 40px;
    color: #fff !important;
}

/* =========================================================
   PRODUCT QUANTITY ROW (MODAL)
   ========================================================= */

.product-quantity-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgb(169 169 169 / 35%);
    border-radius: 5px;
    padding: 10px 14px;
}

.product-quantity-row .product-name {
    color: var(--text1);
    font-size: 14px;
    font-family: none;
}

.product-quantity-row .quantity-control {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-quantity-row .qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(218, 165, 32, 0.5);
    background: transparent;
    color: var(--text1);
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
}

.product-quantity-row .qty-btn:hover {
    background: rgba(218, 165, 32, 0.15);
    border-color: goldenrod;
}

.product-quantity-row .qty-value {
    color: var(--text1);
    font-size: 16px;
    font-weight: 500;
    min-width: 24px;
    text-align: center;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    #raiseRequestModal .modal-content {
        padding: 30px 25px;
    }

    #raiseRequestModal .modal-content::after {
        transform: rotate(-2deg);
    }

    #raiseRequestModal .modal-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    #raiseRequestModal .modal-dialog {
        padding: 10px;
    }

    #raiseRequestModal .modal-content {
        border-radius: 10px;
    }

    #raiseRequestModal .modal-content::after {
        border-radius: 10px;
    }

    #raiseRequestModal .modal-content {
        padding: 30px 10px;
    }

    #raiseRequestModal .btn-close {
        right: 0;
    }

    #raiseRequestModal .modal-header {
        border-bottom: none;
        padding: 0 0 0;
    }

    .show-product-section.the-creater .container-fluid {
        width: 100%;
        padding: 30px 14px;
    }

    .show-product-section.the-creater .right-section-1 {
        height: 120px;
        width: 120px;
    }

    .show-product-section.the-creater .left-section-1 {
        padding: 30px 0;
    }

    .shop-btn_new {
        flex-direction: column;
    }
}

#captch_box {
    /* position: absolute;
    right: 0;
    bottom: 0; */
}

/* Premium Animated Underline Effect - Luxury Edition */
.premium-underline-wrapper {
    position: relative;
    display: inline-block;
    /* padding-bottom: 50px; */
}

/* Left expanding line - Premium gradient with glow */
.premium-line-left {
    position: absolute;
    bottom: -4px;
    right: calc(50% + 15px);
    /* Fixed 15px gap from center */
    width: 0;
    height: 2px;
    background: var(--text1);
    transform-origin: right center;
    opacity: 0;
}

/* Right expanding line - Premium gradient with glow */
.premium-line-right {
    position: absolute;
    bottom: -4px;
    left: calc(50% + 15px);
    /* Fixed 15px gap from center */
    width: 0;
    height: 2px;
    background: var(--text1);
    transform-origin: left center;
    opacity: 0;
}

/* Center dot - Premium appearance with glow */
.premium-underline-center {
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--text1);
    border-radius: 50%;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    box-shadow: 0 0 18px rgba(245, 226, 184, 0.7);
}

/* Left dot - Premium styling with glow */
.premium-underline-left-dot {
    display: none;
}

/* Right dot - Premium styling with glow */
.premium-underline-right-dot {
    display: none;
}

.premium-underline {
    display: none;
}

/* ===== PREMIUM IMAGE CARDS - LUXURY REDESIGN ===== */
.premium-image-card {
    position: relative;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(245 226 184 / 32%);
}

.premium-image-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    border-color: rgba(245, 226, 184, 0.15);
}

/* Background Image */
.premium-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.7s ease, transform 0.7s ease;
    filter: saturate(0.8);
}

.premium-image-card:hover .premium-img-bg {
    opacity: 0.5;
    transform: scale(1.05);
}

/* Premium Black Overlay */
.premium-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(0 0 0 / 20%) 0%, rgb(5 12 26 / 60%) 50%, rgb(0 0 0 / 20%) 100%);
    z-index: 2;
    backdrop-filter: blur(0.5px);
    border-radius: 16px;
}

/* Premium Border Accent */
.premium-image-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            var(--text1) 20%,
            var(--text1) 80%,
            transparent 100%);
    opacity: 0;
    z-index: 4;
    transition: opacity 0.6s ease;
}

.premium-image-card:hover::before {
    opacity: 0.6;
}

/* Card Content - Repositioned */
.premium-img-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 40px 35px;
    z-index: 3;
    transition: all 0.6s ease;
}

/* Title - Top Left with Creative Styling */
.premium-img-content h4 {
    color: var(--text1);
    font-family: var(--fonnts_com_CordaReg);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
    transition: all 0.6s ease;
    position: relative;
    text-transform: capitalize;
    max-width: 85%;
}

.premium-img-content h4::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--text1);
    transition: width 0.6s ease;
}

.premium-image-card:hover .premium-img-content h4::before {
    width: 40px;
}

.premium-image-card:hover .premium-img-content h4 {
    letter-spacing: 1.5px;
}

/* Description - Bottom Right with Premium Styling */
.premium-img-content p {
    color: var(--text1);
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    opacity: 0.75;
    transition: all 0.6s ease;
    margin: 0 0 15px 0;
    text-align: left;
    max-width: 90%;
    font-weight: 300;
}

.premium-image-card:hover .premium-img-content p {
    opacity: 1;
    letter-spacing: 0.6px;
}

/* Card Footer - Contains text and button */
.card-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

/* Read More Button */
.premium-img-content .readmore {
    align-self: flex-start;
    color: var(--text1);
    font-family: var(--fonnts_com_CordaReg);
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
    opacity: 0.7;
    padding: 8px 0;
    display: inline-block;
}

.premium-img-content .readmore::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--text1);
    transition: width 0.5s ease;
}

.premium-image-card:hover .premium-img-content .readmore {
    opacity: 1;
}

.premium-image-card:hover .premium-img-content .readmore::after {
    width: 100%;
}

/* Decorative Elements */
.premium-img-content::before {
    content: "◆";
    position: absolute;
    bottom: 38px;
    right: 35px;
    color: var(--text1);
    font-size: 12px;
    opacity: 0;
    transition: all 0.6s ease;
    transform: scale(0);
}

.premium-image-card:hover .premium-img-content::before {
    opacity: 0.5;
    transform: scale(1);
}

.premium-img-content::after {
    content: "";
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 0;
    height: 2px;
    background: var(--text1);
    transition: width 0.6s ease;
    opacity: 0;
}

.premium-image-card:hover .premium-img-content::after {
    width: 20px;
    opacity: 0.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .premium-image-card {
        height: 340px;
    }

    .premium-img-content {
        padding: 30px 25px;
    }

    .premium-img-content h4 {
        font-size: 20px;
        letter-spacing: 0.8px;
        max-width: 75%;
    }

    .premium-img-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .premium-img-content::before {
        font-size: 10px;
    }
}

.topluxury {
    font-family: "TOP LUXURY", sans-serif !important;
}


.w-80 {
    width: 80%;
    margin: 0 auto;
}

/* Golden Decorative Line */
.golden-line {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bd9855, transparent);
    box-shadow: 0 0 10px rgba(189, 152, 85, 0.3);
    margin-top: 10px;
}

/* Premium Gold Emboss Text Effect - Extra Sharp 3D Metallic (Top-to-Bottom) */
.text-emboss-gold {
    background: linear-gradient(180deg,
            #c68e3c 0%,
            #ffeab0 15%,
            #ffffff 30%,
            #bd9855 50%,
            #7a591e 65%,
            #bd9855 85%,
            #c68e3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    /* Heavier weight for better definition */
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;

    /* Sharper 3D definition using very tight vertical offsets */
    filter: drop-shadow(0px 1px 0px #ffeab0) drop-shadow(0px 2px 0px #8b6e2f) drop-shadow(0px 1.5px 1px rgba(0, 0, 0, 0.8));

    line-height: normal;
}

/* Farmer's Testimonial - Textual Design Only */
.origin-title {
    font-family: qlassyr;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
    text-align: center;
}

.premium-underline-wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.premium-underline-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bd9855, transparent);
}

.premium-underline-left-dot,
.premium-underline-right-dot {
    position: absolute;
    bottom: -2.5px;
    width: 6px;
    height: 6px;
    background: #bd9855;
    border-radius: 50%;
    box-shadow: 0 0 10px #bd9855;
}

.premium-underline-left-dot {
    left: -3px;
}

.premium-underline-right-dot {
    right: -3px;
}

.origin-text-body .paragraph {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--fonnts_com_CordaLig);
}

/* Signature Styling - Unit Separator Unit */
.creator-signature-premium {
    display: flex;
    align-items: center;
    justify-content: start;
    /* Centralized for the section */
    gap: 40px;
    text-align: left;
}

.signature-info-unit .creator-name {
    font-family: qlassyr;
    color: #bd9855;
    font-size: 22px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.signature-info-unit .creator-location {
    font-family: var(--fonnts_com_CordaLig);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.signature-separator-vertical {
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, transparent, #bd9855, transparent);
}

.signature-role-unit .role-text {
    font-family: qlassyr;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 6px;
    opacity: 0.8;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .origin-card-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .origin-title,
    .creator-signature-premium {
        text-align: center;
        justify-content: center;
    }

    .origin-premium-card {
        padding: 40px 20px;
    }

    .origin-image-wrapper {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .creator-signature-premium {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .signature-separator-vertical {
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #bd9855, transparent);
    }
}

.grecaptcha-badge {
    display: none !important;
}

/* ========================================
   Premium Heritage Banner Section
   ======================================== */
.heritage-banner-section {
    position: relative;
    width: 100%;
    min-height: 100svh;
    max-height: 1080px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    /* margin: 60px 0; */
    margin: 120px 0;
    padding: 0 0;
}

.heritage-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.heritage-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.heritage-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.heritage-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 580px;
    padding: 40px 20px;
    margin-right: 15%;
}

.heritage-card {
    position: relative;
    background: linear-gradient(145deg,
            rgba(15, 15, 15, 0.9) 0%,
            rgba(8, 8, 8, 0.95) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: visible;
    /* min-height: 350px; */
    /* box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3); */
}

/* True Black Glassmorphism Variant */
.heritage-card.dark-glass {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px) saturate(150%);
    -webkit-backdrop-filter: blur(4px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4); */
}

.heritage-card.dark-glass::before {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            transparent 40%,
            transparent 60%,
            rgba(255, 255, 255, 0.05) 100%);
}

.heritage-card.dark-glass::after {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Premium double border effect */
.heritage-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 25px;
    background: linear-gradient(145deg,
            rgba(189, 152, 85, 0.25) 0%,
            rgba(255, 255, 255, 0.05) 30%,
            rgba(255, 255, 255, 0.02) 70%,
            rgba(189, 152, 85, 0.15) 100%);
    z-index: -1;
}

/* Corner decorative accents */
.heritage-card::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    pointer-events: none;
}

.heritage-card-inner {
    padding: 80px 50px;
    text-align: center;
    position: relative;
}

.heritage-card-accent {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            var(--theme-color) 50%,
            transparent 100%);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 15px rgba(189, 152, 85, 0.3);
}

.heritage-tagline {
    display: inline-block;
    font-family: var(--fonnts_com_CordaMed);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--theme-color);
    margin-bottom: 25px;
    position: relative;
    padding: 10px 25px;
    border: 1px solid rgba(189, 152, 85, 0.5);
    border-radius: 30px;
    background: linear-gradient(135deg,
            rgba(189, 152, 85, 0.15) 0%,
            rgba(189, 152, 85, 0.05) 100%);
    box-shadow:
        0 0 20px rgba(189, 152, 85, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.heritage-tagline.cards {
    font-size: 22px !important;
    margin-bottom: 30px;
}

.heritage-title {
    /* font-family: 'TOPLUXURY', serif; */
    font-family: serif, sans-serif;
    font-size: 38px;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 20px;
    /* text-shadow:
        0 2px 30px rgba(0, 0, 0, 0.4),
        0 0 60px rgba(189, 152, 85, 0.15);
    background: linear-gradient(180deg,
            #ffffff 0%,
            #f5e2b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}

.heritage-title.cards {
    font-size: 20px;
    margin-bottom: 30px;
}

.heritage-title.cards.fs-inc {
    font-size: 26px !important;
    margin-bottom: 30px;
}

.heritage-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.heritage-divider .divider-dot {
    width: 5px;
    height: 5px;
    background: var(--theme-color);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(189, 152, 85, 0.6);
}

.heritage-divider .divider-line {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(189, 152, 85, 0.8) 50%,
            transparent 100%);
    box-shadow: 0 0 10px rgba(189, 152, 85, 0.3);
}

.heritage-description {
    font-family: var(--fonnts_com_CordaLig);
    font-size: 16px;
    line-height: 1.9;
    color: rgba(245, 226, 184, 0.85);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.highlight {
    color: var(--theme-color);
}

.heritage-card.dark-glass .heritage-description {
    color: rgba(255, 255, 255, 0.85);
    /* Slightly brighter for contrast */
}

.heritage-quote {
    font-family: var(--Cardo_Font);
    font-size: 18px;
    font-style: italic;
    color: var(--theme-color);
    margin-bottom: 30px;
    padding: 15px 30px;
    position: relative;
    line-height: 1.6;
    border-left: 2px solid rgba(189, 152, 85, 0.4);
    border-right: 2px solid rgba(189, 152, 85, 0.4);
    background: linear-gradient(90deg,
            rgba(189, 152, 85, 0.05) 0%,
            transparent 20%,
            transparent 80%,
            rgba(189, 152, 85, 0.05) 100%);
}

.heritage-quote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 50px;
    font-family: Georgia, serif;
    color: rgba(189, 152, 85, 0.3);
    line-height: 1;
}

.heritage-quote::after {
    content: '"';
    position: absolute;
    bottom: -30px;
    right: 15px;
    font-size: 50px;
    font-family: Georgia, serif;
    color: rgba(189, 152, 85, 0.3);
    line-height: 1;
}

.heritage-btn {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    font-family: var(--fonnts_com_CordaMed);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    text-decoration: none;
    background: linear-gradient(135deg,
            var(--theme-color) 0%,
            #d4a85a 50%,
            var(--theme-color) 100%);
    background-size: 200% 200%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow:
        0 10px 30px rgba(189, 152, 85, 0.3),
        0 0 20px rgba(189, 152, 85, 0.2);
}

.heritage-btn:hover {
    background-position: 100% 100%;
    transform: translateY(-3px);
    box-shadow:
        0 15px 40px rgba(189, 152, 85, 0.4),
        0 0 30px rgba(189, 152, 85, 0.3);
    color: #000;
}

.heritage-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.heritage-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Styles for Heritage Banner */

/* Large screens - reduce height to maintain better aspect ratio */
@media (min-width: 1600px) {
    .heritage-banner-section {
        min-height: 80vh;
        max-height: 850px;
    }
}

@media (min-width: 1920px) {
    .heritage-banner-section {
        min-height: 90vh;
        max-height: 1080px;
    }
}

@media (min-width: 2560px) {
    .heritage-banner-section {
        min-height: 60vh;
        max-height: 750px;
    }
}

@media (max-width: 991px) {
    .heritage-banner-section {
        min-height: 70vh;
        margin: 40px 0;
        padding: 0 40px;
    }

    .heritage-card-inner {
        padding: 50px 40px;
    }

    .heritage-title {
        font-size: 34px;
    }

    .heritage-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .heritage-banner-section {
        min-height: auto;
        padding: 0;
        margin: 30px 0;
        flex-direction: column;
        justify-content: flex-start;
    }

    .heritage-banner-bg {
        position: relative;
        height: 50vh;
        min-height: 300px;
    }

    .heritage-banner-bg img {
        filter: brightness(0.7);
    }

    .heritage-banner-overlay {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0.6) 100%);
    }

    .heritage-banner-content {
        position: relative;
        max-width: 100%;
        padding: 0 15px;
        margin-right: 0;
        margin-top: -60px;
        z-index: 5;
    }

    .heritage-card {
        border-radius: 25px;
    }

    .heritage-card.dark-glass {
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .heritage-card::after {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border-radius: 12px;
    }

    .heritage-card-inner {
        padding: 40px 25px 35px;
    }

    .heritage-tagline {
        font-size: 10px;
        letter-spacing: 3px;
        padding: 8px 18px;
        margin-bottom: 20px;
    }

    .heritage-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 12px;
    }

    .heritage-divider {
        margin-bottom: 20px;
    }

    .heritage-divider .divider-line {
        width: 60px;
    }

    .heritage-description {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .heritage-quote {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .heritage-quote::before,
    .heritage-quote::after {
        display: none;
    }

    .heritage-btn {
        padding: 14px 28px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}

.mobile-shop-btn {
    width: 40px;
    height: 40px;
    /* background: linear-gradient(135deg, rgba(189, 152, 85, 0.2) 0%, rgba(189, 152, 85, 0.1) 100%); */
    border: 0px solid #fff;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    color: white;
}

.mobile-shop-btn:hover,
.mobile-shop-btn:focus {
    background: linear-gradient(135deg, rgba(189, 152, 85, 0.4) 0%, rgba(189, 152, 85, 0.2) 100%);
    border-color: #fff;
    transform: scale(1.05);
}

.mobile-shop-btn i {
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
}

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

/* Premium Policy Links Styling */
.policy-links {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.policy-links a {
    color: var(--text1);
    text-decoration: none;
    font-family: var(--fonnts_com_CordaMed);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.7;
    display: flex;
    align-items: center;
}

.policy-links a:hover {
    opacity: 1;
    color: var(--theme-color);
    text-shadow: 0 0 10px rgba(189, 152, 85, 0.2);
}

.policy-links .link-separator {
    width: 1px;
    height: 12px;
    background: var(--theme-color);
    opacity: 0.3;
}

/* Luxury Animated Underline */
.policy-links a::after {
    content: \"\";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--theme-color), transparent);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(-50%);
    box-shadow: 0 0 10px var(--theme-color);
}

.policy-links a:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .policy-links {
        gap: 10px;
        justify-content: flex-start;
    }

    .policy-links a {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .policy-links .link-separator {
        height: 10px;
    }
}


.blue-prod-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 20px;
    display: block;
}

@media (max-width: 768px) {
    .blue-prod-img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .show-product-section.w-80 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0 !important;
    }

    .show-product-section.w-80 .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .show-product-section.w-80 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ========================================
   Premium Sticky Gallery Section
   ======================================== */
.premium-sticky-gallery {
    width: 100%;
    position: relative;
    background: #fff;
}

.sticky-gallery-item {
    position: relative;
    top: 0;
    width: 100%;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
}

.sticky-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-gallery-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.sticky-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sticky-gallery-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    align-items: center;
}

/* Staggered Alignment */
/* First two items on the right */
.sticky-gallery-item:nth-child(1) .sticky-gallery-content,
.sticky-gallery-item:nth-child(2) .sticky-gallery-content {
    justify-content: flex-end;
}

/* From item 3 onwards: odd items (3, 5, 7...) on left, even items (4, 6, 8...) on right */
.sticky-gallery-item:nth-child(n+3):nth-child(odd) .sticky-gallery-content {
    justify-content: flex-start;
}

.sticky-gallery-item:nth-child(n+3):nth-child(even) .sticky-gallery-content {
    justify-content: flex-end;
}

/* Ensure heritage card looks good here */
.sticky-gallery-content .heritage-card {
    /* max-width: 600px; */
    width: 600px;
    text-align: left;
}

.sticky-tagline {
    display: block;
    /* font-family: var(--fonnts_com_CordaMed); */
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.sticky-title {
    font-family: serif;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    line-height: 1.2;
}

.sticky-discover-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #fff;
    color: #000;
    text-decoration: none !important;
    /* font-family: var(--fonnts_com_CordaMed); */
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.sticky-discover-btn:hover {
    background: transparent;
    color: #fff;
    letter-spacing: 3px;
}

@media (max-width: 768px) {

    /* Mobile Sticky Gallery - Uses parent scroll-container for snap */
    .premium-sticky-gallery {
        height: auto;
        overflow: visible;
    }

    .sticky-gallery-item {
        height: 100svh;
        min-height: 500px;
        position: relative;
        padding: 0;
        margin-bottom: 0;
        display: block;
    }

    .sticky-gallery-item:last-child {
        margin-bottom: 0;
    }

    .sticky-gallery-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sticky-gallery-bg img {
        object-position: center center;
        background-attachment: scroll;
        /* filter: brightness(0.7); */
    }

    .sticky-overlay {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.2) 0%,
                rgba(0, 0, 0, 0.7) 100%);
        z-index: 1;
    }

    .sticky-gallery-content {
        /* position: absolute; */
        /* top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
        z-index: 5;
        justify-content: center !important;
        padding: 0 15px;
        margin: 50px 0 0 0;
        width: 100%;
    }

    .mobile-card-margin {
        margin: 120px 0 0 0 !important;
    }

    .sticky-gallery-content .heritage-card {
        background: #4b4b4b9e !important;
        max-width: 92%;
        margin: 45px auto 0 auto;
        min-height: auto;
    }

    .sticky-gallery-content .heritage-card-inner {
        padding: 20px 20px;
    }

    .heritage-tagline.cards {
        font-size: 14px !important;
        letter-spacing: 2px;
    }

    .heritage-title.cards {
        font-size: 16px !important;
        line-height: 1.4;
    }

    .heritage-btn {
        padding: 8px 18px;
        font-size: 10px;
    }

    .sticky-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

/* Limited Edition Image */
.limited-edition-img {
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
}



@media (max-width: 768px) {
    .limited-edition-img {
        width: 140px;
    }
}

@media (max-width: 480px) {
    .limited-edition-img {
        width: 120px !important;
    }
}

/* ========================================
   Creator Video Section
   ======================================== */
.the-creater-video .creator-inner-wrapper {
    flex-direction: column;
    max-width: 100% !important;
}

.the-creater-video .creator-video-section {
    width: 100%;
    margin-bottom: 40px;
    display: block;
}

.video-frame-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

/* Decorative Corner Dots for Video Frame */
.video-frame-wrapper::before,
.video-frame-wrapper::after {
    content: "◆";
    position: absolute;
    font-size: 10px;
    color: rgba(189, 152, 85, 0.6);
    transition: all 0.6s ease;
    z-index: 5;
}

.video-frame-wrapper::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.video-frame-wrapper::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Corner Dots - Left and Right using additional pseudo elements on inner */
.the-creater-video .portrait-frame.video-frame::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -28px;
    right: -28px;
    bottom: -28px;
    border: 1px solid rgba(189, 152, 85, 0.2);
    border-radius: 35px;
    /* 20px + 15px for the offset */
    pointer-events: none;
    z-index: -1;
}

.the-creater-video .portrait-frame.video-frame {
    width: auto !important;
    max-width: 100%;
    height: 500px !important;
    aspect-ratio: 16 / 9;
    border-radius: 20px !important;
    overflow: hidden;
    position: relative;
    border: 3px solid rgba(189, 152, 85, 0.25);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(189, 152, 85, 0.1);
}

.the-creater-video .portrait-frame.video-frame video,
.the-creater-video .portrait-frame.video-frame iframe,
.the-creater-video .portrait-frame.video-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}

.video-frame-wrapper .portrait-glow {
    width: 100%;
    left: 0;
    bottom: 0;
}

.video-frame-wrapper .video-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(((500px * 16 / 9)) + 56px);
    /* video width + 28px*2 for ::before offset */
    max-width: 100%;
    height: calc(500px + 56px);
    /* video height + 28px*2 for ::before offset */
    border-radius: 35px;
    /* match ::before border-radius */
    border: 1px solid rgba(189, 152, 85, 0.15);
    animation: glowPulseRect 4s ease-in-out infinite;
    pointer-events: none;
}

/* Second Glow Ring for Video - Rectangular */
.video-frame-wrapper .video-glow::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 45px;
    /* 35px + 10px for the offset */
    border: 1px dashed rgba(189, 152, 85, 0.1);
    animation: none;
}

@keyframes glowPulseRect {

    0%,
    100% {
        box-shadow:
            0 0 30px rgba(189, 152, 85, 0.08),
            inset 0 0 30px rgba(189, 152, 85, 0.03);
    }

    50% {
        box-shadow:
            0 0 60px rgba(189, 152, 85, 0.12),
            inset 0 0 50px rgba(189, 152, 85, 0.05);
    }
}

.video-frame-wrapper:hover::before,
.video-frame-wrapper:hover::after {
    color: rgba(189, 152, 85, 1);
    transform: translateX(-50%) scale(1.3);
}

@media (max-width: 768px) {
    .the-creater-video .creator-inner-wrapper {
        padding: 30px 15px;
    }

    .video-frame-wrapper {
        padding: 20px;
    }

    .the-creater-video .portrait-frame.video-frame {
        border-radius: 20px !important;
    }

    .the-creater-video .portrait-frame.video-frame::before {
        top: -23px;
        left: -23px;
        right: -23px;
        bottom: -23px;
        border-radius: 30px;
    }

    .the-creater-video .creator-video-section {
        margin-bottom: 25px;
    }

    .video-frame-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .video-frame-wrapper .portrait-frame.video-frame {
        height: 350px !important;
        width: auto !important;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 20px !important;
    }

    .video-frame-wrapper .portrait-frame.video-frame video,
    .video-frame-wrapper .portrait-frame.video-frame iframe {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border: none;
    }

    .creator-video-section {
        width: 100% !important;
        padding: 0 15px;
    }

    .creator-inner-wrapper {
        padding: 0 !important;
    }

    /* Video glow responsive styles */
    .video-frame-wrapper .video-glow {
        width: calc(((350px * 16 / 9)) + 46px);
        /* mobile video width + 23px*2 for ::before offset */
        max-width: calc(100% - 4px);
        height: calc(350px + 46px);
        /* mobile video height + 23px*2 for ::before offset */
        border-radius: 30px;
    }

    .video-frame-wrapper .video-glow::before {
        top: -12px;
        left: -12px;
        right: -12px;
        bottom: -12px;
        border-radius: 38px;
    }
}

/* ========================================
   Desktop Hamburger Menu Styles
   ======================================== */

/* Hide desktop menu elements on mobile */
.desktop-menu-toggler,
.desktop-menu-dropdown,
.desktop-center-logo {
    display: none;
}

/* Show desktop menu elements on large screens */
@media (min-width: 992px) {

    /* Hide mobile toggler and menu on desktop */
    .navbar-toggler,
    .collapse.navbar-collapse {
        display: none !important;
    }

    /* Hide the default navbar-brand on desktop */
    header .navbar-brand {
        display: none !important;
    }

    /* Increase navbar height on desktop for center logo */
    .bg-body-tertiary {
        padding: 20px 30px;
    }

    /* Desktop Center Logo */
    .desktop-center-logo {
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .desktop-center-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desktop-center-logo img {
        width: 110px;
        height: auto;
        transition: all 0.3s ease;
    }


    /* Desktop Hamburger Button - Left Side */
    .desktop-menu-toggler {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: auto;
        height: 45px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 10px 15px;
        margin-right: auto;
        position: relative;
        z-index: 1002;
        transition: all 0.3s ease;
        order: -1;
    }

    .menu-bars-container {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 25px;
        align-items: flex-start;
    }

    .desktop-menu-text {
        font-family: var(--fonnts_com_CordaMed);
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        transition: all 0.3s ease;
    }

    .desktop-menu-toggler:hover .desktop-menu-text {
        color: var(--theme-color);
    }

    /* Desktop Shop Button - Right Side */
    .desktop-shop-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
        background: transparent;
        /* border: 1px solid rgba(255, 255, 255, 0.5); */
        border-radius: 24px;
        /* font-family: var(--fonnts_com_CordaMed); */
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        letter-spacing: 2px;
        transition: all 0.3s ease;
        margin-left: auto;
    }

    .desktop-shop-btn:hover {
        background: rgba(189, 152, 85, 0.08) !important;
        border: 1px solid #bd9855 !important;
        color: #222 !important;
        transform: translateY(0px) !important;
        box-shadow: 0 4px 15px rgba(189, 152, 85, 0.15);
    }

    .menu-bars-container span {
        display: block;
        width: 25px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center;
    }

    .menu-bars-container span:nth-child(2) {
        width: 18px;
    }

    .menu-bars-container span:nth-child(3) {
        width: 22px;
    }

    /* Hamburger to X animation */
    .desktop-menu-toggler.active .menu-bars-container span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .desktop-menu-toggler.active .menu-bars-container span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .desktop-menu-toggler.active .menu-bars-container span:nth-child(3) {
        width: 25px;
        transform: translateY(-7px) rotate(-45deg);
    }

    .desktop-menu-toggler:hover .menu-bars-container span {
        background: var(--theme-color);
    }

    /* Desktop Dropdown Menu */
    .desktop-menu-dropdown {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 300px;
        max-height: 0;
        overflow: hidden;
        /* background-color: rgba(255, 255, 255, 0.14) !important; */
        background-color: rgb(6 6 6 / 61%) !important;
        border: 1px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 12px;
        margin-top: 15px;
        z-index: 1001;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.3s ease,
            transform 0.3s ease;
        opacity: 0;
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    .desktop-menu-dropdown.open {
        max-height: 500px;
        opacity: 1;
        transform: translateY(0);
    }

    /* Desktop Menu Navigation */
    .desktop-menu-nav {
        list-style: none;
        padding: 20px 0;
        margin: 0;
    }

    .desktop-nav-item {
        position: relative;
    }

    .desktop-nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 25px;
        font-family: var(--fonnts_com_CordaLig);
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
        letter-spacing: 1px;
    }

    .desktop-nav-link:hover {
        color: var(--theme-color);
        background: rgba(189, 152, 85, 0.1);
        padding-left: 30px;
    }

    .desktop-nav-link i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    /* Arrow toggle logic - hide up arrow by default */
    .desktop-nav-link-sub-menu i.fa-angle-up {
        display: none !important;
    }

    .desktop-nav-link-sub-menu i.fa-angle-down {
        display: inline-block !important;
    }

    /* When submenu is open: show up arrow, hide down arrow */
    .desktop-sub-menu-link.submenu-open .desktop-nav-link-sub-menu i.fa-angle-up {
        display: inline-block !important;
    }

    .desktop-sub-menu-link.submenu-open .desktop-nav-link-sub-menu i.fa-angle-down {
        display: none !important;
    }

    /* Submenu Styles */
    .desktop-sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: rgba(0, 0, 0, 0.2);
    }

    .desktop-sub-menu-link.submenu-open .desktop-sub-menu {
        max-height: 250px;
    }


    .desktop-sub-menu ul {
        list-style: none;
        padding: 10px 0;
        margin: 0;
    }

    .desktop-sub-menu ul li a {
        display: block;
        padding: 10px 25px 10px 40px;
        font-family: var(--fonnts_com_CordaLig);
        font-size: 13px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: all 0.3s ease;
        letter-spacing: 0.5px;
    }

    .desktop-sub-menu ul li a:hover {
        color: var(--theme-color);
        padding-left: 50px;
    }

    /* Container positioning for dropdown */
    .bg-body-tertiary .container-fluid {
        position: relative;
    }
}

/* Larger desktop screens - adjust logo size */
@media (min-width: 1200px) {
    .desktop-center-logo img {
        width: 120px;
    }

    .desktop-menu-dropdown {
        width: 320px;
    }
}

@media (min-width: 1400px) {
    .desktop-center-logo img {
        width: 190px;
    }
}

/* ========================================
   WHITE THEME OVERRIDES
   Migrated from white.php internal styles
   ======================================== */

* {
    font-family: serif !important;
    /* color: #222 !important; */
}

.shop-section-heading {
    color: #f5e2b8;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.ml15 {
    margin-left: 15%;
}

@media (max-width: 767px) {
    .ml15 {
        margin-left: 0;
    }

    html {
        overflow-x: hidden;
    }
}

/* Scroll Container */
.scroll-container {
    height: 100svh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

/* Sections - only add snap behavior, don't override existing styles */
.snap-section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

/* Each sticky gallery item should snap */
.premium-sticky-gallery .sticky-gallery-item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}



.testi-height {
    min-height: 100svh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

@media (min-width: 1000px) and (max-width: 1800px) {
    .sticky-gallery-content .heritage-card {
        max-width: 500px;
    }

    .origin-card1 {
        width: 650px !important;
        max-width: 700px !important;
        margin-top: 78px !important;
    }

    .origin-card2 {
        width: 510px !important;
        max-width: 700px !important;
        margin-top: 70px !important;
    }

    .origin-card1 .heritage-card-inner {
        padding: 30px 20px;
    }

    .copy-write-box {
        margin-top: 15px !important;
    }

}

.heritage-card-inner {
    padding: 60px 36px;
}

@media (max-width: 991px) {
    .navbar-toggler span {
        background-color: #000 !important;
    }
}

/* .show-product-section .right-section {
    margin-top: 25px;
} */

/* White Theme Overrides */
body {
    background-color: #ffffff !important;
    color: #222222 !important;
}

header {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid #eeeeee;
    backdrop-filter: blur(10px);
}

.desktop-menu-toggler .menu-bars-container span {
    background-color: #222 !important;
}

.desktop-menu-text,
.desktop-shop-btn i {
    color: #222 !important;
}

.desktop-menu-dropdown {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid #ddd;
}

.desktop-nav-link {
    color: #222 !important;
}

.banner-heading {
    color: #ffffffff !important;
    font-weight: 600 !important;
}

.banner-content p {
    color: #ffffffff !important;
}

.video-overlay {
    background: rgba(255, 255, 255, 0.15) !important;
}

.heritage-card,
.dark-glass {
    background: #ffffff24 !important;
    color: #222 !important;
    border: 1px solid #B08C6C !important;
    backdrop-filter: blur(16px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.heritage-card.dark-glass::after {
    border: 1px solid #B08C6C !important;
}

.heritage-card.dark-glass.footer::after {
    border: 0px !important;
}

.heritage-card::after {
    border: 1px solid #B08C6C !important;
}

.heritage-title,
.heritage-description,
.heritage-tagline,
.cards,
.origin-title,
.paragraph,
.creator-quote,
.creator-name,
.creator-location {
    color: #ffffff !important;
}

.heritage-tagline,
.heritage-tagline.cards {
    color: #ffffffff !important;
}

.heritage-description {
    color: rgba(245, 226, 184, 0.85) !important;
}

.clients-section .client-list {
    height: auto !important;
}

/* .heritage-divider .divider-line {
    background: #222 !important;
} */

.heritage-btn {
    background: #ffffffff !important;
    color: #000000ff !important;
    border: 1px solid #222 !important;
}

.heritage-btn span,
.heritage-btn i {
    color: #000000ff !important;
}

.heritage-btn:hover {
    background: #ffffffff !important;
    color: #000000ff !important;
}

/* .golden-line {
    background: #bd9855 !important;
    height: 2px !important;
} */

.premium-underline-wrapper {
    color: #222 !important;
}

.premium-underline-center {
    background: #222 !important;
}

.clients-section p,
.clients-section span {
    color: rgb(255, 255, 255) !important;
}

.clients-section .input-field input {
    color: #ffffff !important;
}

.clients-section .input-field button {
    color: #ffffff !important;
}

.policy-links a {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 9px !important;
}

#raiseRequestModal .modal-content {
    background-color: #2d2d2d4f !important;
    color: #fff !important;
}

#raiseRequestModal .btn-primary {
    color: #fff !important;
}

#raiseRequestModal .form-control {
    color: #fff !important;
}

.modal-title,
.product-name,
.product-name span,
.quantity-control .qty-value,
.quantity-control button,
.consent-text,
.consent-text a,
.consent-text strong {
    color: #fff !important;
}

.copy-write-box {
    margin-top: 140px;
    background-color: transparent !important;
    width: 100% !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    color: #ffffff !important;
}

.copy-write-box p {
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
}

.policy-links .link-separator {
    background: #ddd !important;
}

.space_height {
    background-color: #fff !important;
}

.show-product-section {
    background-color: #ffffffff !important;
}

.clients-section {
    background-image: url(../images/v3/footer-bg.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    height: 100svh;
    padding-bottom: 0 !important;
}

.client-section1 {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    height: auto !important;
    padding-bottom: 40px !important;
}

.clients-section .container-fluid {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.show-product-section.the-origin .origin-premium-card {
    background-color: rgba(189, 152, 85, 0.2) !important;
    box-shadow: none !important;
}

.show-product-section.the-origin .origin-premium-card:hover .origin-image-frame img {
    transform: none !important;
}

.show-product-section.the-origin .origin-card-border {
    border: 1px solid rgba(189, 152, 85, 0.2);
}

@media (min-width: 992px) {
    .desktop-menu-text {
        font-size: 16px !important;
    }
}

.clients-section .left-section ul li a {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .desktop-shop-btn {
        color: #000 !important;
    }

    .desktop-sub-menu {
        background-color: rgba(189, 152, 85, 0.1) !important;
    }

    .desktop-shop-btn:hover {
        background: rgba(189, 152, 85, 0.08) !important;
        border: 1px solid #bd9855 !important;
        color: #222 !important;
        box-shadow: 0 4px 15px rgba(189, 152, 85, 0.15) !important;
    }
}

@media (max-width: 576px) {
    .clients-section {
        height: auto !important;
        padding-bottom: 20px !important;
    }

    .clients-section .left-section {
        text-align: center;
    }

    .clients-section .left-section p {
        text-align: center;
    }

    .clients-section .left-section form .input-field {
        width: 100%;
        justify-content: center;
        margin: 0 auto;
    }

    .clients-section .left-section ul {
        justify-content: center;
    }

    .clients-section .left-section>div {
        display: flex;
        justify-content: center;
    }

    .clients-section .policy-links {
        text-align: center;
        justify-content: center;
    }
}

/* Limited Edition card - position on RIGHT */
.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .sticky-gallery-content {
    justify-content: flex-end !important;
    padding-right: 5% !important;
    padding-left: 0 !important;
}

/* Exclusivity card - position on LEFT */
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .sticky-gallery-content {
    justify-content: flex-start !important;
    padding-left: 5% !important;
    padding-right: 0 !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {

    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .sticky-gallery-content,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .sticky-gallery-content {
        justify-content: center !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.new-padding {
    padding: 120px 50px !important;
}

@media (max-width: 768px) {
    .new-padding {
        padding: 50px 20px !important;
    }
}

/* Limited Edition & Exclusivity Cards - Compact Centered Style */
.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-card,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-card {
    width: auto !important;
    max-width: 500px !important;
    min-width: 350px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-card-inner,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-card-inner {
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    /* min-height: 300px; */
}

/* Larger and more elegant title font for these two cards */
.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-title.cards,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-title.cards {
    font-size: 38px;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    margin-bottom: 25px;
    text-transform: none;
    font-family: 'Playfair Display', serif !important;
    /* Ensure a high-end serif look */
}


/* Refined divider for premium cards */
.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-divider,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-divider {
    justify-content: center;
    margin: 0 auto 30px auto;
    width: 60%;
}

.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-divider .divider-line,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-divider .divider-line {
    background: linear-gradient(90deg, transparent, #bd9855, transparent);
    height: 1px;
}

/* Center the button and make it more premium */
.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-btn,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-btn {
    margin: 20px auto 0 auto;
    padding: 12px 40px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-btn:hover,
.premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


/* Mobile adjustments for these cards */
@media (max-width: 768px) {

    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-card,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-card {
        min-width: 280px;
        max-width: 90% !important;
    }

    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-card-inner,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-card-inner {
        padding: 35px 30px !important;
    }

    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-title.cards,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-title.cards {
        gap: 5px;
        margin-bottom: 20px;
    }

    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-btn,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-btn {
        margin: 0px;
    }

}

/* ========================================
   TESTIMONIAL SECTION - LEFT RIGHT LAYOUT
   ======================================== */

.testimonial-section-standard {
    padding: 80px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f9f7f4 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* .testimonial-section-standard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(189, 152, 85, 0.3), transparent);
}

.testimonial-section-standard::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(189, 152, 85, 0.3), transparent);
} */

/* Centered Header */
.testimonial-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-header .testimonial-label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #bd9855 !important;
    margin-bottom: 12px;
    font-weight: 500;
}

.testimonial-header .testimonial-section-title {
    font-size: 32px;
    font-weight: 400;
    color: #222 !important;
    margin-bottom: 20px;
    line-height: 1.3;
}

.testimonial-header .testimonial-title-divider {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #bd9855, #d4af61);
    margin: 0 auto;
}

/* Two Column Layout */
.testimonial-row {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
}

/* Left Column - Image (Smaller) */
.testimonial-image-col {
    flex: 0 0 30%;
    max-width: 30%;
}

.testimonial-image-frame {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border: 3px solid rgba(189, 152, 85, 0.3);
}

.testimonial-image-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(189, 152, 85, 0.2);
    border-radius: 14px;
    pointer-events: none;
    z-index: 1;
}

.testimonial-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 5/5;
    object-fit: cover;
    object-position: center top;
}

/* Right Column - Content */
.testimonial-content-col {
    flex: 1;
}

.testimonial-label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #bd9855 !important;
    margin-bottom: 12px;
    font-weight: 500;
}

.testimonial-section-title {
    font-size: 32px;
    font-weight: 400;
    color: #222 !important;
    margin-bottom: 20px;
    line-height: 1.3;
}

.testimonial-title-divider {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #bd9855, #d4af61);
    margin-bottom: 30px;
    position: relative;
}

.testimonial-quote-icon {
    margin-bottom: 20px;
}

.testimonial-quote-icon svg {
    opacity: 0.8;
}

.testimonial-quote {
    font-size: 18px;
    line-height: 1.8;
    color: #444 !important;
    font-style: italic;
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
}

/* Author Styles - Inline */
.testimonial-author-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.testimonial-author-name {
    font-size: 18px;
    font-weight: 600;
    color: #222 !important;
    margin: 0;
}

.testimonial-author-separator {
    color: #bd9855 !important;
    font-weight: 300;
}

.testimonial-author-role {
    font-size: 14px;
    color: #bd9855 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.testimonial-author-location {
    font-size: 13px;
    color: #777 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.testimonial-author-location i {
    color: #bd9855 !important;
    font-size: 11px;
}

/* Responsive - Mobile Stacked */
@media (max-width: 991px) {
    .testimonial-header {
        margin-bottom: 35px;
    }

    .testimonial-header .testimonial-section-title {
        font-size: 26px;
    }

    .testimonial-row {
        flex-direction: column;
        gap: 30px;
    }

    .testimonial-image-col {
        flex: 0 0 100%;
        max-width: 250px;
    }

    .testimonial-content-col {
        text-align: center;
    }

    .testimonial-title-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-quote-icon {
        display: flex;
        justify-content: center;
    }

    .testimonial-author-inline {
        justify-content: center;
    }

    .testimonial-author-location {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .testimonial-section-standard {
        padding: 50px 15px;
    }

    .testimonial-section-title {
        font-size: 24px;
    }

    .testimonial-quote {
        font-size: 16px;
        line-height: 1.7;
    }

    .testimonial-image-col {
        max-width: 280px;
    }
}

/* ========================================
   MID-SECTION VIDEO
   ======================================== */

.mid-video-section {
    padding: 60px 60px 120px 60px;
    /* background: #f9f7f4; */
}

.mid-video-wrapper {
    position: relative;
    max-width: 1400px;
    /* height: 500px; */
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(189, 152, 85, 0.2);
}

.mid-video {
    width: 100%;
    height: auto;
    display: block;
    /* aspect-ratio: 16/9; */
    object-fit: contain;
}

.mid-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .mid-video-section {
        padding: 40px 15px;
    }

    .mid-video-wrapper {
        border-radius: 12px;
        height: auto;
    }
}

/* ========================================
   HERITAGE FEATURES SECTION - PREMIUM REVAMP
   ======================================== */

.heritage-features-section {
    padding: 100px 40px;
    /* background: linear-gradient(180deg, #ffffff 0%, #faf8f5 50%, #ffffff 100%); */
    position: relative;
    overflow: hidden;
}

/* Decorative Background Elements .heritage-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(189, 152, 85, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(189, 152, 85, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.heritage-features-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(189, 152, 85, 0.3), transparent);
} */

/* Section Header */
.heritage-features-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.heritage-features-label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #bd9855 !important;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 8px 20px;
    border: 1px solid rgba(189, 152, 85, 0.3);
    border-radius: 30px;
    background: rgba(189, 152, 85, 0.05);
}

.heritage-features-title {
    font-size: 42px;
    font-weight: 300;
    color: #bd9855 !important;
    margin-bottom: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
}

/* .heritage-features-divider {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bd9855, transparent);
    margin: 0 auto;
    position: relative;
}

.heritage-features-divider::before,
.heritage-features-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #bd9855;
    border-radius: 50%;
} */

.heritage-features-divider::before {
    left: 0;
}

.heritage-features-divider::after {
    right: 0;
}

/* Features Row Layout */
.heritage-features-grid {
    /* display: flex;
    flex-wrap: wrap;
    gap: 25px; */
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

/* Feature Card - Clean Minimal Design (Circle Icon Style) */
.heritage-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    height: 100%;
    padding: 20px;
    background: transparent;
    border: none;
    transition: all 0.4s ease;
    overflow: visible;
}

/* Large Circular Icon Wrapper - Images have their own circles */
.feature-icon-wrapper-circle {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.feature-icon-wrapper-circle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.heritage-feature-card:hover .feature-icon-wrapper-circle {
    transform: scale(1.05);
}

/* Featured Card (5th item) - Highlighted */
.heritage-feature-card.featured {
    grid-column: span 2;
    padding: 50px 60px 45px;
    background: linear-gradient(135deg, rgba(189, 152, 85, 0.06) 0%, #ffffff 50%, rgba(189, 152, 85, 0.03) 100%);
    border-color: rgba(189, 152, 85, 0.25);
}

.heritage-feature-card.featured .feature-content {
    max-width: 650px;
}

/* Feature Glow Effect */
.feature-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(189, 152, 85, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    pointer-events: none;
}

.heritage-feature-card:hover .feature-glow {
    transform: translate(-50%, -50%) scale(1.5);
}

/* Icon Wrapper - Larger Circular Design */
.feature-icon-wrapper {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff, #f8f6f3);
    border: 2px solid rgba(189, 152, 85, 0.25);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
}

.heritage-feature-card:hover .feature-icon-wrapper {
    background: linear-gradient(145deg, #fdf9f0, #ffffff);
    border-color: rgba(189, 152, 85, 0.5);
    box-shadow: 0 8px 25px rgba(189, 152, 85, 0.15);
    transform: translateY(-3px);
}

/* Feature Content */
.feature-content {
    position: relative;
    z-index: 1;
}

.feature-title {
    font-size: 22px;
    font-weight: 600;
    color: #bd9855 !important;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.feature-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666 !important;
    margin: 0;
}

.feature-description strong {
    color: #bd9855 !important;
    font-weight: 600;
}

/* Inline Logo */
.inline-logo {
    height: 26px;
    width: auto;
    vertical-align: middle;
    margin: 0 3px -2px 3px;
    display: inline-block;
}

/* Enhanced Card Animations - Staggered Entrance */
.heritage-feature-card {
    opacity: 0;
    animation: fadeSlideUp 0.6s ease forwards;
}

.heritage-feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.heritage-feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.heritage-feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

.heritage-feature-card:nth-child(4) {
    animation-delay: 0.4s;
}

.heritage-feature-card:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/* Floating Icon Animation on Hover */
.heritage-feature-card:hover .feature-icon-wrapper svg {
    animation: floatIcon 1s ease-in-out infinite;
}

@keyframes floatIcon {

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

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

/* Shimmer Effect on Featured Card */
.heritage-feature-card.featured::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.heritage-feature-card.featured:hover::after {
    left: 150%;
}

/* Enhanced Border Animation */
.heritage-feature-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, transparent 40%, rgba(189, 152, 85, 0.4) 50%, transparent 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* .heritage-feature-card:hover::after {
    opacity: 1;
} */

/* Pulse Effect on Icon */
.feature-icon-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(189, 152, 85, 0.2);
    opacity: 0;
    transform: scale(1);
    transition: all 0.4s ease;
}

.heritage-feature-card:hover .feature-icon-wrapper::after {
    opacity: 1;
    transform: scale(1.2);
    animation: pulseRing 1.5s ease-out infinite;
}

@keyframes pulseRing {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

.feature-icon-wrapper {
    position: relative;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .heritage-features-section {
        padding: 60px 15px;
    }

    .heritage-features-title {
        font-size: 28px;
    }

    /* .heritage-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    } */

    .heritage-feature-card.featured {
        grid-column: span 1;
    }

    .heritage-feature-card {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .heritage-features-header {
        margin-bottom: 40px;
    }

    .heritage-features-title {
        font-size: 24px;
    }

    .heritage-feature-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
    }

    .feature-icon-wrapper {
        width: 55px;
        height: 55px;
    }

    .feature-title {
        font-size: 16px;
    }

    .feature-description {
        font-size: 13px;
    }
}

/* ========================================
   PREMIUM FEATURES CARD SECTION
   ======================================== */

.premium-features-card-section {
    padding: 80px 20px;
    background: #fff;
}

.premium-features-card-section .container {
    max-width: 1200px;
}

.premium-features-card {
    /* border: 2px solid rgba(189, 152, 85, 0.5); */
    border-radius: 4px;
    padding: 45px 50px;
    background: #fefefe;
    position: relative;
}

/* Decorative corner accents */
/* .premium-features-card::before,
.premium-features-card::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #bd9855;
}

.premium-features-card::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
}

.premium-features-card::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
} */

/* Feature Item */
.premium-feature-item {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    position: relative;
}

.premium-feature-item:last-child {
    margin-bottom: 0;
}

/* Icon containers */
.feature-icon-left,
.feature-icon-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-left img,
.feature-icon-right img {
    max-width: 140px;
    max-height: 140px;
    object-fit: contain;
    opacity: 0.6;
    filter: sepia(30%) saturate(80%);
}

/* Feature text */
.feature-text {
    text-align: center;
}

.feature-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #777;
    margin: 0;
    font-family: inherit;
}

.feature-heading .highlight {
    color: #c9883c !important;
    font-weight: 600;
}

/* Inline logo small */
.inline-logo-sm {
    height: 32px;
    width: auto;
    vertical-align: middle;
    margin: 0 3px -2px 3px;
    display: inline-block;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .premium-features-card-section .container {
        max-width: 100%;
    }

    .premium-features-card {
        padding: 35px 30px;
    }

    .premium-feature-item {
        grid-template-columns: 50px 1fr 50px;
        gap: 10px;
    }

    .feature-icon-left,
    .feature-icon-right {
        width: 50px;
        height: 45px;
    }

    .feature-icon-left img,
    .feature-icon-right img {
        max-width: 45px;
        max-height: 40px;
    }

    .feature-heading {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .premium-features-card-section {
        padding: 50px 15px;
    }

    .premium-features-card {
        padding: 25px 20px;
    }

    .premium-feature-item {
        grid-template-columns: 40px 1fr 40px;
        gap: 8px;
    }

    .feature-icon-left,
    .feature-icon-right {
        width: 40px;
        height: 35px;
    }

    .feature-icon-left img,
    .feature-icon-right img {
        max-width: 35px;
        max-height: 30px;
    }

    .feature-heading {
        font-size: 12px;
        line-height: 1.6;
    }

    .inline-logo-sm {
        height: 14px;
    }
}

/* ========================================
   RESPONSIVENESS FIXES (1366x768 & Height-Based)
   ======================================== */
@media (max-width: 1400px) and (max-height: 800px) {

    .heritage-features-title {
        font-size: 30px;
    }

    .top {
        padding-top: 80px;
    }

    .bottom {
        padding-bottom: 80px;
    }

    .heritage-card-inner {
        padding: 40px 40px;
    }

    .heritage-title {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    .heritage-description {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        line-height: 1.6 !important;
    }

    .heritage-tagline.cards {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .heritage-divider {
        margin-bottom: 20px !important;
    }

    .sticky-gallery-content .heritage-card {
        width: 540px !important;
    }

    /* Origin Card 1 Specific (Long text) */
    .origin-card1 .heritage-title {
        font-size: 18px;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }

    /* Section 3 & 4 cards (Limited Edition & Exclusivity) */
    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-card-inner,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-card-inner {
        padding: 30px 40px !important;
    }

    .premium-sticky-gallery .sticky-gallery-item:nth-child(3) .heritage-title.cards,
    .premium-sticky-gallery .sticky-gallery-item:nth-child(4) .heritage-title.cards {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }

    /* Creator/Testimonial Section */
    .testi-height {
        min-height: auto !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .origin-premium-card {
        padding: 30px !important;
    }

    .origin-title {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .origin-text-body p {
        font-size: 16px !important;
    }

    /* Banner heading adjustment */
    .banner-section-box .banner-heading {
        font-size: 45px !important;
        line-height: 55px !important;
    }

    .limited-edition-img {
        width: 160px !important;
    }

    .bg-body-tertiary {
        padding: 10px 30px;
    }
}

/* ========================================
   RESPONSIVENESS FIXES (1000px - 1250px Width)
   ======================================== */
@media (min-width: 1000px) and (max-width: 1250px) {
    .heritage-card-inner {
        padding: 40px 30px !important;
    }

    .heritage-title {
        font-size: 26px !important;
    }

    .heritage-description {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .sticky-gallery-content .heritage-card {
        width: 480px !important;
    }

    .origin-card1 .heritage-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }

    .banner-section-box .banner-heading {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .bg-body-tertiary {
        padding: 10px 20px !important;
        width: 90% !important;
    }

    .limited-edition-img {
        width: 140px !important;
    }
}