:root {
    /* Central Gold & Background Gradients */
    --gold-grad-title: linear-gradient(135deg, #FFF0CA 0%, #E5C158 40%, #D4AF37 70%, #AA771C 100%);
    --gold-grad-signature: linear-gradient(135deg, #FFE49E 0%, #D4AF37 50%, #E6C280 100%);
    --gold-grad-btn: linear-gradient(90deg, #BF953F 0%, #FCF6BA 50%, #AA771C 100%);
    --gold-grad-btn-hover: linear-gradient(135deg, #FFF2D2 0%, #E6BF48 50%, #C99718 100%);
    --gold-grad-timeline: linear-gradient(180deg, #D4AF37 0%, rgba(212, 175, 55, 0.4) 50%, #AA771C 100%);
    --bg-dark-section: linear-gradient(180deg, #0a0a0a 0%, #0d0c0a 50%, #0a0a0a 100%);
}

html,
body {
    overflow-x: clip !important;
}

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06KnTOig.woff2") format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

/* @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/xn7gYHE41ni1AdIRggexSg.woff2") format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
} */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    color: #ffffffe6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 94px;
    background: linear-gradient(180deg, #0a0a0a 0%, #111111 60%, #161616 100%);
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e7c96f;
}

::selection {
    color: #fff;
    background-color: #e7c96f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Cormorant Garamond", sans-serif;
    font-variant: lining-nums;
}

.error-msg {
    position: absolute;
    bottom: -12px;
    background: transparent;
    display: flex;
    line-height: 11px;
    padding: 0 4px;
    background-color: #f00;
    color: #fff;
    font-size: 9px;
}

.overflow-visible {
    overflow: visible !important;
}

a {
    color: #fff;
}

a:hover {
    color: #e7c96f;
}

a,
button {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.columns.gap-7 {
    margin-left: -96px !important;
    margin-right: -96px !important;
}

.gap-7>.column {
    padding-left: 96px;
    padding-right: 96px;
}

.columns.gap-6 {
    margin-left: -84px !important;
    margin-right: -84px !important;
}

.gap-6>.column {
    padding-left: 84px;
    padding-right: 84px;
}

.columns.gap-5 {
    margin-left: -72px !important;
    margin-right: -72px !important;
}

.gap-5>.column {
    padding-left: 72px;
    padding-right: 72px;
}

.columns.gap-4 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}

.gap-4>.column {
    padding-left: 60px;
    padding-right: 60px;
}

.columns.gap-3 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}

.gap-3>.column {
    padding-left: 48px;
    padding-right: 48px;
}

.columns.gap-2 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}

.gap-2>.column {
    padding-left: 36px;
    padding-right: 36px;
}

.columns.gap-1 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}

.gap-1>.column {
    padding-left: 24px;
    padding-right: 24px;
}

.is-gap-0 {
    gap: 0 !important;
}

.is-gap-1 {
    gap: 4px !important;
}

.is-gap-2 {
    gap: 8px !important;
}

.is-gap-3 {
    gap: 12px !important;
}

.is-gap-4 {
    gap: 16px !important;
}

.is-gap-5 {
    gap: 24px !important;
}

.is-gap-6 {
    gap: 32px !important;
}

.is-gap-7 {
    gap: 40px !important;
}

.is-gap-8 {
    gap: 48px !important;
}

.is-gap-9 {
    gap: 56px !important;
}

.is-gap-10 {
    gap: 64px !important;
}

/*** Modal CSS ***/
.theme-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    visibility: hidden;
}

.theme-modal.is-active {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.theme-modal-card {
    position: relative;
    top: calc(50% + 30px);
    max-width: 600px;
    width: 100%;
    padding: 40px;
    max-height: inherit;
    transition: all 0.3s linear;
    background-color: #1a1a18;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.modal-title {
    color: #e7c96f;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

html.is-active {
    overflow: hidden;
}

html:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

html.is-active:before {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
    top: 50%;
}

.theme-modal-background {
    background-color: #000;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal-card-body {
    border: 0;
    position: relative;
    overflow: visible;
}

.theme-modal-card-body {
    background-color: transparent;
}

.close {
    color: #fff;
    width: 52px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    background: transparent;
    position: absolute;
    border: navajowhite;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.close:hover {
    background-color: transparent;
    color: #e7c96f;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*** End Modal CSS ***/
.columns.row-register {
    margin-bottom: -12px !important;
}

.sticky-bottom-form .col-form .form-control::-webkit-input-placeholder,
.theme-modal .col-form .form-control::-webkit-input-placeholder {
    color: #e7c96f;
    font-family: "Roboto", sans-serif;
}

.sticky-bottom-form .col-form .form-control:-ms-input-placeholder,
.theme-modal .col-form .form-control:-ms-input-placeholder {
    color: #e7c96f;
    font-family: "Roboto", sans-serif;
}

.sticky-bottom-form .col-form .form-control::placeholder,
.theme-modal .col-form .form-control::placeholder {
    color: #e7c96f font-family: "Roboto", sans-serif;
}

.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

ul:last-child {
    margin-bottom: 0;
}

section,
.section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.full-width {
    width: 100%;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.section-title:last-child {
    margin-bottom: 0;
}

.section-title h1,
.section-title h2 {
    font-size: 70px;
    line-height: 1;
    color: #e7c96f;
    margin: 0;
    position: relative;
    display: inline-block;
    font-variant: lining-nums;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
    color: #fff;
}

.dark a:hover {
    color: #e7c96f;
}

video,
picture {
    display: block;
}

.container {
    position: relative;
    z-index: 1;
}

.btn {
    position: relative;
    font-family: "Roboto", sans-serif;
    border: 1px solid;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn.btn-primary {
    background-color: #e7c96f;
    border-color: #e7c96f;
    color: #111;
}

.btn.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111;
}

.btn.btn-primary-outline {
    background: transparent;
    color: #E8C86D;
    border: 1px solid #B88A2F;
    transition: .35s ease;
}

.btn.btn-primary-outline:hover {
    background: linear-gradient(180deg,
            rgba(231, 200, 112, .10),
            rgba(183, 138, 47, .08));
    border-color: #E8C86D;
    color: #F4E2A0;
    box-shadow: 0 0 18px rgba(212, 175, 55, .18);
}

.btn.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #e7c96f;
}

.btn.btn-white:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #e7c96f;
}

.btn.btn-white-outline {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-white-outline:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #174c6b;
}

.col-form {
    position: relative;
}

.col-middle {
    display: table;
    width: 100%;
}

.col-middle-inner {
    display: table-cell;
    vertical-align: middle;
}

button:focus {
    outline: 0;
}

.thankyou-msg {
    font-size: 16px !important;
    color: #fff !important;
    background: 0 0 !important;
}

.thankyou-logo img {
    margin: 30px auto 0;
    height: 100px;
    width: auto;
}

.form-group,
.form-group-wrapper {
    position: relative;
}

.thankyou-block {
    height: 100vh;
}

.thankyou-block h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.list-point {
    padding: 0;
}

.list-point li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

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

.list-point li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #e7c96f;
    border-radius: 100%;
    left: 0;
    top: 8px;
}

.arrow-bottom .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.arrow-bottom .splide__arrow {
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.splide__pagination {
    margin-top: 30px;
}

.splide.pagination .splide__pagination {
    counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.splide.pagination .splide__pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: unset;
    font-size: 18px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.splide__arrow svg {
    fill: transparent;
    height: 45px;
    transition: fill 0.2s linear;
    width: 45px;
    -webkit-transition: fill 0.2s linear;
    -moz-transition: fill 0.2s linear;
    -ms-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
}

.splide__arrow:hover:not(:disabled) svg {
    fill: transparent;
}

.splide {
    padding: 0;
}

.splide__slide img {
    width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.splide__arrow {
    width: 45px;
    height: 45px;
    padding: 10px;
    color: #000;
    border: 1px solid #e7c96f;
    background-color: #e7c96f;
    opacity: 1;
}

.splide__arrow:hover {
    background-color: #fff;
    border: 1px solid #e7c96f;
    color: #000;
    opacity: 1;
}

.splide__arrow svg {
    font-size: 24px;
}

.splide__arrow--prev {
    left: 60px;
}

.splide__arrow--next {
    right: 60px;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    background: #e7c96f;
    opacity: 0.5;
}

.splide__pagination__page.is-active {
    transform: none;
    background: #e7c96f;
    opacity: 1;
}

.splide__pagination {
    position: static;
    transform: none;
}

.form-control {
    font-family: "Roboto";
    display: block;
    width: 100%;
    border: none;
    padding: 15px 0;
    background-color: transparent;
    border-radius: 0;
    resize: none;
    color: #e7c96f;
    font-size: 14px;
    border-bottom: 1px solid #e7c96f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}

.form-control:focus {
    outline: 0;
}

.pl-80 {
    padding-left: 80px !important;
}

.modal-card-body {
    padding: 30px;
}

.col-form label span {
    color: #ff0000;
}

.title-tagline {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    font-style: italic;
}

header {
    position: fixed;
    z-index: 9999;
    padding: 12px 200px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#header.sticky {
    background-color: #111111;
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    animation: slide-down 1s !important;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px solid #e7c96f29;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.theme-menu ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.menu-link {
    font-size: 16px;
}

.menu-link.active {
    color: #e7c96f;
}

.theme-logo img {
    width: auto;
    max-height: 70px;
    max-width: 210px;
}

.col-header:first-child {
    width: 240px;
    flex: 0 0 auto;
}

.menu-item {
    padding: 16px 10px;
}

.theme-padding {
    padding-left: 200px;
    padding-right: 200px;
}

.js-scroll {
    opacity: 0;
}

.scrolled.fade-in {
    animation: 2s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
    animation: 2s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
    animation: 2s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
    animation: 2s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
    animation: 2s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.zoom-out {
    opacity: 0;
    transition-duration: 3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom-out.scrolled {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.zoom-out {
    transition-property:
        opacity,
        transform,
        -webkit-transform;
    transition-timing-function: ease-out;
}

.delay1 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.delay2 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.delay3 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay4 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

/* Js Scroll End */
.sticky-btn-enquire {
    position: fixed !important;
    top: 210px;
    right: -44px;
    z-index: 999 !important;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.sticky-btn-enquire:hover {
    color: #fff;
}

#scontactform h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
}

.sticky-bottom-form {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 0;
    width: 100%;
    z-index: 999;
    background: #e7c96f;
    max-width: 1344px;
    margin: 0 auto;
    right: 0;
    border: 1px solid rgb(255 255 255 / 60%);
    border-bottom: 0;
}

.sticky-bottom-form .col-form {
    position: relative;
    width: 20%;
    float: left;
    padding: 0 15px;
    margin: 0 0 10px !important;
}

.col-form-title {
    display: none;
}

.sticky-bottom-form .col-form .form-control {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 19px;
}

.copyright-detail p {
    display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
    position: absolute;
    color: white;
    top: 50%;
    letter-spacing: 10px;
    font-size: 14px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer {
    padding: 30px 0;
    background-color: #202020;
}

#footer {
    padding: 0 0 30px;
}

.col-copyright:last-child {
    text-align: right;
}

.theme-block-img {
    position: relative;
    overflow: hidden;
}

.theme-block-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e7c96f;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: 9;
}

.theme-block .theme-block-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.theme-block:hover .theme-block-img:before {
    opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
    opacity: 1;
}

.section-cms {
    min-height: calc(100vh - 161px);
}

.sticky-notice {
    background-color: #b50000;
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.sticky-notice span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.counter {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
}

.counter-block h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #e7c96f;
    font-style: italic;
    font-family: "Roboto";
}

.counter-block p {
    margin-top: 6px;
    font-style: italic;
    color: #e7c96f;
    font-size: 16px;
}

/* Counter Section */

.about-company-cols {
    justify-content: center;
}

/* .about-company-col>div {
    border: none;
    height: 100%;
    position: relative;
    border-right: 1px solid;
    border-image: linear-gradient(180deg,
            #8c6a1d 0%,
            #c9a227 30%,
            #f4d97a 50%,
            #d4af37 75%,
            #8c6a1d 100%) 1;
} */

/* .about-company-col:last-child>div {
    border-right: none;
} */
.about-company-col {
    position: relative;
}

.about-company-col::before {
    content: "";
    position: absolute !important;
    top: 0;
    border: none;
    height: 100%;
    position: relative;
    border-right: 1px solid;
    border-image: linear-gradient(180deg,
            #8c6a1d 0%,
            #c9a227 30%,
            #f4d97a 50%,
            #d4af37 75%,
            #8c6a1d 100%) 1;
    right: 0;
}

.about-company-col:last-child::before {
    display: none;
}

.counter-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: block;
}

/* Services / Coaching Packages */


.section-services .section-title h2 {
    text-transform: uppercase;
}

.service-cols {
    justify-content: center;
}

.service-card {
    position: relative;
    background: linear-gradient(180deg, #151412 0%, #0a0a08 100%);
    padding: 35px 25px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(212, 175, 55, 0.2);
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.service-card:hover {
    border: 1px solid transparent;
    border-image: linear-gradient(135deg, #FFF0CA 0%, #E5C158 40%, #D4AF37 70%, #AA771C 100%) 1;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    transform: translateY(-5px);
}

/* Popular Card Highlight (Package 2) */
.service-card.is-popular {
    border: 1px solid transparent;
    border-image: linear-gradient(135deg, #FFF0CA 0%, #E5C158 40%, #D4AF37 70%, #AA771C 100%) 1;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.35), inset 0 0 15px rgba(212, 175, 55, 0.12);
}

.popular-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 105px;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
}

.popular-ribbon span {
    position: absolute;
    display: block;
    width: 145px;
    padding: 5px 0;
    background: linear-gradient(180deg, #F4D97A 0%, #C9A227 100%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    color: #000;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    transform: rotate(45deg);
    right: -32px;
    top: 19px;
}

.service-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.service-content h4 {
    color: #e7c96f;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
}

.service-subtitle {
    font-style: italic;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 12px !important;
    text-align: center;
    line-height: 1.3;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #e7c96f;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 0.5px;
}

.list-point {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.list-point li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #d8d8d8;
    line-height: 1.4;
}



.service-action {
    margin-top: auto;
    padding-top: 10px;
}

.btn-gold-card {
    background: var(--gold-grad-btn, linear-gradient(180deg, #F4D97A 0%, #C9A227 50%, #8C6A1D 100%));
    color: #000 !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    display: block;
    text-align: center;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-gold-card:hover {
    background: var(--gold-grad-btn-hover, linear-gradient(180deg, #FFF0CA 0%, #D4AF37 50%, #A37E28 100%));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* Accordion Css Start */

.collapse {
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
    transition-property: opacity, height;
    will-change: opacity, contents;
}

.collapse:not(.is-active) {
    height: 0;
    opacity: 0;
}

.accordion .card {
    overflow: hidden;
    margin: -1px -1px 1px;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;
}

.accordion .card:last-child {
    margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
    border-bottom-color: transparent;
}

.accordion .card.is-active {
    background: #fff;
}

.accordion .card.is-active+.card {
    border-top-color: transparent;
}

.accordion .accordion-header {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    margin: 0;
    padding: 16px 0 16px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.theme-light-bg .accordion-header {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.accordion .accordion-header:hover .icon {
    opacity: 0.8;
}

.accordion .accordion-header.is-active .icon {
    transform: rotateX(180deg);
    opacity: 1;
}

.accordion .accordion-header .icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
    opacity: 0.3;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: -0.25rem;
}

.accordion .accordion-content {
    padding: 20px 0 4px;
}

/* Accordion Css End */
.theme-light-bg {
    background-color: #e6f5ff;
}

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

.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #f8f8f8;
}

.theme-text {
    color: #e7c96f !important;
}

.white-text {
    color: #fff !important;
}

.call-btn {
    position: fixed;
    bottom: 74px;
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 888;
    display: block;
    text-align: center;
    border-color: #e7c96f;
    background-color: #e7c96f;
    animation: theme-pulse 2s infinite;
    border-radius: 100%;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.call-btn svg {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 7px;
}

@keyframes theme-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(29 87 163);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.theme-img-animation>picture>img {
    filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.theme-block.theme-img-animation {
    overflow: hidden;
}

.plan-inquire-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: fit-content;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sticky-btn-enquire.sticky-brochure {
    top: 380px;
    right: -70px;
}

.scroll-to-top {
    position: fixed;
    bottom: 74px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 89;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
    background-color: #e7c96f;
    color: #000;
    border-radius: 100%;
    border: 1px solid #ffffff30;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.scroll-to-top:hover {
    background: #000;
    border: 1px solid #ffffff8f;
    color: #fff;
}

.scroll-to-top.showBtn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.tab-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-list .tab a {
    position: relative;
    display: block;
    line-height: 1;
    padding: 14px 24px;
    border: 1px solid #c3c3c3;
    text-align: center;
    width: 200px;
    background: transparent;
    cursor: pointer;
    user-select: none;
}

.tab-list .tab a:hover,
.tab-list .tab.is-active a {
    background: #e7c96f;
    border: 1px solid #e7c96f;
    color: #ffffff;
}

.stock-image,
.actual-image,
.artistic-impression {
    position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
    content: "Artistic Impression";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
    max-width: fit-content;
    z-index: 9;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
}

.stock-image::after {
    content: "Stock Image";
}

.actual-image::after {
    content: "Actual Image";
}

.tab-list-block {
    margin-bottom: 40px;
}

.social-media {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon {
    position: relative;
    color: #fff;
    display: block;
    max-width: 30px;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.social-icon:hover {
    transform: scale(1.2);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.list-point li:not(:last-child) {
    margin-bottom: 8px;
}

.theme-element {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
}

.banner-wrapper {
    position: relative;
    z-index: 9;
}

.leader-name {
    color: #e7c96f !important;
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.banner-wrapper .section-title {
    margin-bottom: 50px;
}

.about-quote p {
    text-transform: uppercase;
    font-size: 20px;
    color: #c5b379;
    font-weight: 600;
    margin-bottom: 10px;
}

.is-visible {
    overflow: visible;
}

#section-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            #8c6a1d3d 0%,
            #c9a22766 30%,
            #f4d97a69 50%,
            #d4af37a8 75%,
            #8c6a1d33 100%);
}

.about-quote span {
    font-style: italic;
}

/* About Us Image Frame */

/* .about-us-img::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid;
    border-image: linear-gradient(90deg, #8C6A1D 0%, #C9A227 30%, #F4D97A 50%, #D4AF37 75%, #8C6A1D 100%) 1;
    pointer-events: none;
    z-index: 1;
} */

/* .about-us-img picture,
.about-us-img img {
    position: relative;
    z-index: 2;
} */

.about-us-img {
    position: relative;
    padding: 12px;
    background: linear-gradient(135deg,
            #d4af3747,
            #000000 40%,
            #000000 60%,
            #d4af3759);
    max-width: 450px;
    margin: 0 auto;
}

.about-us-img::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 2px;
    pointer-events: none;
}

.section-why-work-with-me {
    background-image: url(../images/discovery-call/black-bg.webp);
    /* background-size: cover; */
}

.section-discovery-call::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/discovery-call/call-bg.webp);
    opacity: 0.3;
    background-size: cover;
    background-position: center;
}

.phone-img {
    max-width: fit-content;
    margin-left: auto;
}

.call_btn {
    padding: 14px 30px;
    font-size: 18px;
}

.ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.ribbon {
    --f: 0.5em;
    /* control the folded part*/
    --r: 0.8em;
    /* control the ribbon shape */
    position: absolute;
    left: 20px;
    top: calc(-1 * var(--f));
    padding: 0.2em;
    background: #bf4d28;
    border-left: var(--f) solid #0005;
    border-bottom: var(--r) solid #0000;
    clip-path: polygon(var(--f) 0,
            100% 0,
            100% 100%,
            calc(50% + var(--f) / 2) calc(100% - var(--r)),
            var(--f) 100%,
            var(--f) var(--f),
            0 var(--f));
}

.service-title {
    margin-bottom: 30px;
}


.hero-content-container {
    position: relative;
    z-index: 2;
}

/* Left Hero Portrait Box */
.hero-portrait-box {
    position: relative;
}

/* Single Elegant Golden Ring Halo matching reference mockup */
.hero-halo-ring {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid rgba(212, 175, 55, 0.7);
    background: transparent !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.25), inset 0 0 20px rgba(212, 175, 55, 0.05);
    z-index: 1;
    pointer-events: none;
}

/* Soft golden radial glow behind portrait head */
.hero-portrait-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 0;
    pointer-events: none;
}

.hero-portrait-img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.8));
    transition: transform 0.4s ease;
    top: 20px;
    margin-bottom: -20px;
}

.hero-signature-overlay {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 3;
    font-family: 'Great Vibes', cursive;
    font-size: 42px;
    background: var(--gold-grad-signature);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    letter-spacing: 1px;
    transform: rotate(-4deg);
    white-space: nowrap;
}

/* Right Hero Text & Content */

.hero-main-title {
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 30px;
    line-height: 1.5;
}

.hero-title {
    display: block;
    font-size: 60px;
    line-height: 64px;
    font-weight: 500;
    background: linear-gradient(135deg, #FFF0CA 0%, #E5C158 40%, #D4AF37 70%, #AA771C 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #e7c96f;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-title-main {
    display: block;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(135deg, #FFF0CA 0%, #E5C158 40%, #D4AF37 70%, #AA771C 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #e5c158;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.hero-tagline-text {
    font-style: italic;
    font-size: 28px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.hero-speaker-info {
    margin-bottom: 35px;
}

.hero-speaker-name {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #e7c96f;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.hero-speaker-title {
    font-size: 22px;
    color: #D1D1D1;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Action Buttons */
.hero-cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-gold-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    background: var(--gold-grad-btn);
    color: #0E0D0B !important;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-gold-primary:hover {
    background: var(--gold-grad-btn-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5);
    color: #000 !important;
}

.btn-gold-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 28px;
    background: transparent;
    border: 1px solid #BF953F;
    color: #BF953F !important;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-gold-outline:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: #F5D77F;
    color: #F5D77F !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25);
}

.play-icon-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #D4AF37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-icon-circle svg {
    width: 10px;
    height: 10px;
    fill: #D4AF37;
    margin-left: 2px;
    transition: all 0.3s ease;
}

.btn-gold-outline:hover .play-icon-circle {
    border-color: #F5D77F;
}

.btn-gold-outline:hover .play-icon-circle svg {
    fill: #F5D77F;
}

/* ==========================================
   COUNTER SECTION LUXURY GLASS CARD
   ========================================== */
.section-counter-luxury {
    position: relative;
    z-index: 5;
    margin-top: -79px;
}

.counter-glass-card {
    background: rgba(14, 13, 12, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgb(212 175 55 / 52%);
    padding: 30px 20px;
}

.counter-item-col {
    position: relative;
}

.counter-item-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgb(212 175 55 / 56%) 50%, transparent 100%);
}

.counter-item-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 10px;
}

.counter-svg-icon {
    width: 54px;
    height: 55px;
}

.counter-svg-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-svg-icon svg {
    width: 100%;
    height: 100%;
    stroke: url(#gold-grad-icon);
    fill: none;
    filter: drop-shadow(0 2px 6px rgba(212, 175, 55, 0.4));
}

.counter-text-wrapper {
    text-align: left;
}

.counter-number-val {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    background: var(--gold-grad-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-variant: lining-nums;
}

.counter-label-desc {
    font-size: 18px;
    color: #C2B69D;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.section-banner-luxury::before {
    content: "";
    background-image: url(../images/banner/bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}

.hero-text-box {
    margin-left: 80px;
}

/* ==========================================
   LUXURY ABOUT US / ABOUT ME SECTION
   ========================================== */


.about-me-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    background: var(--gold-grad-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.about-me-text {
    font-size: 16px;
    line-height: 1.7;
    color: #cccccc;
    margin-bottom: 20px;
    font-weight: 300;
}

.about-me-text strong {
    color: #ffffff;
    font-weight: 600;
}



/* Timeline Styles */
.about-timeline-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.about-timeline {
    position: relative;
    padding-left: 36px;
}

.about-timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    bottom: 18px;
    width: 2px;
    background: var(--gold-grad-timeline);
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-node {
    position: absolute;
    left: -36px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0d0c0a;
    border: 1px solid #e7c96f;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-node::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFE49E;
    box-shadow: 0 0 6px #FFE49E;
}

.timeline-year {
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 24px;
    font-weight: 700;
    color: #e7c96f;
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.timeline-desc {
    font-size: 14px;
    color: #b8b8b8;
    line-height: 1.35;
    font-weight: 300;
    margin-bottom: 0;
}

/* Framed Photo & Quote */
.about-profile-card {
    max-width: 420px;
    margin: 0 auto;
}

.about-photo-frame {
    position: relative;
    padding: 6px;
    border: 2px solid #d4af3729;
    background: rgba(212, 175, 55, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), inset 0 0 15px rgba(212, 175, 55, 0.15);
    padding-bottom: 0;
    max-width: 400px;
    margin: 0 auto 10px;
}

/* .about-photo-frame picture,
.about-photo-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
} */

/* Sparkles on corner of frame */
.sparkle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 12px 4px #FFE49E, 0 0 20px 8px rgba(212, 175, 55, 0.8);
    z-index: 4;
}

.sparkle-tr {
    top: -4px;
    right: -4px;
}

.sparkle-bl {
    bottom: 20%;
    right: -4px;
}

/* Quote Block */
.about-quote-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 5px;
}

.quote-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #D4AF37;
}

.quote-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.4));
}

.quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
    background: var(--gold-grad-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

/* ==========================================
   WHY WORK WITH ME SECTION & INFINITE ROTATING BORDER HEXAGONS
   ========================================== */


.section-why-work-with-me::before,
.section-why-work-with-me::after {
    content: '';
    position: absolute;
    left: 2%;
    right: 2%;
    height: 1.5px;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.4) 20%, #FCF6BA 50%, rgba(212, 175, 55, 0.4) 80%, transparent 100%);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
    z-index: 5;
}

.section-why-work-with-me::before {
    top: 0;
}

.section-why-work-with-me::after {
    bottom: 0;
}

.hex-grid-cols {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hexagon-card-wrapper {
    position: relative;
    width: 245px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), filter 0.35s ease;
    will-change: transform, opacity;
    cursor: pointer;
}

.hexagon-card-wrapper:hover {
    transform: translateY(-8px) scale(1.03);
    filter: drop-shadow(0 15px 30px rgba(212, 175, 55, 0.4));
}

/* Outer Border Box clipped to Hexagon */
.hexagon-border-box {
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #181612;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Infinite Rotating Gold Gradient Border Animation */
.hexagon-border-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg,
            #AA771C 0deg,
            #FCF6BA 60deg,
            #BF953F 130deg,
            rgba(212, 175, 55, 0.08) 200deg,
            #FFE49E 270deg,
            #AA771C 360deg);
    animation: rotateHexBorder 4s linear infinite;
}

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

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

/* Inner Content clipped to slightly smaller Hexagon */
.hexagon-inner-content {
    position: relative;
    z-index: 2;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: linear-gradient(180deg, #11100d 0%, #080706 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 14px;
    text-align: center;
    transition: background 0.3s ease;
}

.hexagon-card-wrapper:hover .hexagon-inner-content {
    background: linear-gradient(180deg, #1a1814 0%, #0d0c0a 100%);
}

.hex-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
    color: #e7c96f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hex-icon svg {
    width: 100%;
    height: 100%;
    stroke: url(#gold-grad-icon);
    fill: none;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.4));
}

.hex-highlight {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #e7c96f;
    margin-bottom: 4px;
    background: var(--gold-grad-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hex-text {
    font-size: 16px;
}

/* ==========================================
   TESTIMONIAL / WHAT LEADERS ARE SAYING
   ========================================== */
.section-story {
    position: relative;
}

.testimonial-card {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 30px 25px;
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(5px);
    height: 100%;
}

.testimonial-quote-icon {
    width: 30px;
    height: 30px;
    line-height: 1;
}

.testimonial-quote-icon img {
    width: 30px;
    height: auto;
    opacity: 0.8;
}

.testimonial-quote-icon.open {
    position: absolute;
    top: 15px;
    left: 20px;
}

.testimonial-quote-icon.close {
    position: absolute;
    bottom: 15px;
    right: 20px;
    top: unset;
}

.testimonial-quote-icon.close img {
    transform: rotate(180deg);
}

.testimonial-stars {
    color: #d4af37;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-align: center;
}




/* ==========================================
   LUXURY FOOTER
   ========================================== */
.footer-luxury {
    padding: 0;
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, #111111 60%, #161616 100%);

}

.footer-gold-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #AA771C 20%, #D4AF37 50%, #AA771C 80%, transparent 100%);
}

.footer-cols {
    padding-top: 40px;
    padding-bottom: 0;
}



.footer-logo img {
    max-width: 300px;
    height: auto;
}

.footer-heading {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #e7c96f;
    margin-bottom: 18px;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #d4af37;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7c96f;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: #d4af37;
    color: #d4af37;
}

.footer-social-icon svg {
    stroke: #e7c96f;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    color: #888;
}

/* ==========================================
   GSAP SPLITTEXT SECTION TITLE ANIMATIONS
   ========================================== */
h1 .word,
h2 .word {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

h1 .char,
h2 .char {
    display: inline-block;
    will-change: transform, opacity;
}

.service-wrapper {
    margin-top: 40px;
}