/* **************************** Abstracts ****************************
   ** Functions
   ** Mixins
   ** Variables

   /* **************************** Components **************************** 
   ** Accordion
   ** Button
   ** Form
   ** Swiper
   ** Tab
   ** Table
   ** Toast

   /* **************************** Layout **************************** 
   ** Custom Cursor
   ** Header
   ** Mobile nav menu
   ** Preloader
   ** Range slider
   ** Scroll top
   ** Slick

   /* **************************** Utilities **************************** 
   ** Aspect
   ** Bg img
   ** Bg
   ** Border
   ** Classes
   ** Colors hover
   ** Colors
   ** Cursor
   ** Duration
   ** Font size
   ** Font
   ** Gap
   ** Grid
   ** Group
   ** Height
   ** Hover Animation White
   ** Inset
   ** Line clamp
   ** Line height
   ** Margin
   ** Max height
   ** Max width
   ** Outline
   ** Overlay
   ** Padding
   ** Placeholder
   ** Rotate
   ** Rounded
   ** Scale
   ** Scrollbar
   ** Shadow
   ** Transform
   ** Transition
   ** Translate
   ** Typography
   ** Underline
   ** Width
   ** Z index
   ** Animation

   /* **************************** Partials **************************** 
   ** RTL

   ================================== Css table of contents End======================================== */
/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap");

@import url("https://fonts.cdnfonts.com/css/satoshi");

/* ========================= Variable Css Start ======================== */
:root {
    /* Font Family Variable */
    --heading-font: "Marcellus", serif;
    --body-font: "Satoshi", sans-serif;
    /* Font Size Variable Start */
    --heading-one: clamp(2rem, -0.0733rem + 6.3692vw, 4.25rem);
    --heading-two: clamp(1.75rem, 0.7133rem + 2.8846vw, 2.875rem);
    --heading-three: clamp(1.5rem, 0.3353rem + 2.1661vw, 2.5rem);
    --heading-four: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
    --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.75rem);
    --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);
    /* Font Size End */
    /* template main primary color */
    --main-h: 39;
    --main-s: 100%;
    --main-l: 69%;
    --main: var(--main-h) var(--main-s) var(--main-l);
    /* template main secondary  color */
    --main-two-h: 249;
    --main-two-s: 63%;
    --main-two-l: 15%;
    --main-two: var(--main-two-h) var(--main-two-s) var(--main-two-l);
    /* template main secondary  color */
    --main-three-h: 187;
    --main-three-s: 100%;
    --main-three-l: 37%;
    --main-three: var(--main-three-h) var(--main-three-s) var(--main-three-l);
    /* White Color */
    --white: 0 0% 100%;
    --black: 203 46% 15%;
    --body: 60 1% 36%;
    --heading-color: var(--black);
    --body-color: var(--body);
    --translate-x-50: translateX(-50%);
    --translate-y-50: translateY(-50%);
    --size-05: 0.125rem;
    --size-1: 0.25rem;
    --size-105: 0.375rem;
    --size-2: 0.5rem;
    --size-205: 0.625rem;
    --size-3: 0.75rem;
    --size-305: 0.875rem;
    --size-315: 0.9375rem;
    --size-4: 1rem;
    --size-405: 1.125rem;
    --size-5: 1.25rem;
    --size-505: 1.375rem;
    --size-6: 1.5rem;
    --size-605: 1.625rem;
    --size-7: 1.75rem;
    --size-705: 1.875rem;
    --size-8: 2rem;
    --size-808: 2.125rem;
    --size-9: 2.25rem;
    --size-10: 2.5rem;
    --size-11: 2.75rem;
    --size-12: 3rem;
    --size-120: 3.125rem;
    --size-13: 3.25rem;
    --size-14: 3.5rem;
    --size-140: 3.625rem;
    --size-15: 3.75rem;
    --size-16: 4rem;
    --size-17: 4.25rem;
    --size-18: 4.5rem;
    --size-19: 4.75rem;
    --size-20: 5rem;
    --size-21: 5.25rem;
    --size-22: 5.5rem;
    --size-23: 5.75rem;
    --size-24: 6rem;
    --size-25: 6.25rem;
    --size-26: 6.5rem;
    --size-27: 6.75rem;
    --size-28: 7rem;
    --size-29: 7.25rem;
    --size-30: 7.5rem;
    --size-196: 12.25rem;
    --main-50: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.9));
    --main-100: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.8));
    --main-200: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.7));
    --main-300: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.6));
    --main-400: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.5));
    --main-500: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.4));
    --main-600: hsl(var(--main-h), var(--main-s), var(--main-l));
    --main-700: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.1));
    --main-800: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.2));
    --main-900: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.3));
    --main-two-50: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.9));
    --main-two-100: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.8));
    --main-two-200: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.7));
    --main-two-300: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.6));
    --main-two-400: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.5));
    --main-two-500: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.4));
    --main-two-600: hsl(var(--main-two-h), var(--main-two-s), var(--main-two-l));
    --main-two-700: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.1));
    --main-two-800: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.2));
    --main-two-900: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.3));
    --main-three-50: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.9));
    --main-three-100: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.8));
    --main-three-200: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.7));
    --main-three-300: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.6));
    --main-three-400: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.5));
    --main-three-500: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.4));
    --main-three-600: hsl(var(--main-three-h), var(--main-three-s), var(--main-three-l));
    --main-three-700: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) - var(--main-three-l) * 0.1));
    --main-three-800: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) - var(--main-three-l) * 0.2));
    --main-three-900: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) - var(--main-three-l) * 0.3));
    --neutral-50: #f9fafb;
    --neutral-100: #f3f4f6;
    --neutral-200: #e5e7eb;
    --neutral-300: #f8eeda;
    --neutral-400: #F7F7EE;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #B99D75;
    --neutral-900: #111827;
    --neutral-950: #030712;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 1.875rem;
}

/* ========================= Variable Css End ======================== */
/* Media Breakpoint for Each Device End */
/* =========================== Accordion Css start ============================= */
.common-accordion .accordion-item:not(:last-child) {
    margin-block-end: 20px;
}

.common-accordion:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.common-accordion:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.common-accordion .accordion-button::after {
    background-image: none;
}

.common-accordion .accordion-button:focus {
    box-shadow: none;
}

.common-accordion .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none;
    color: var(--main-600);
}

.common-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: var(--main-600);
}

.common-accordion .accordion-button[aria-expanded=true]::after,
.common-accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Phosphor";
    font-weight: 900;
    content: "\f106";
    color: var(--main-600);
    display: inline-block;
    position: absolute;
    inset-block-start: 50%;
    transform: translateY(-50%);
    inset-inline-end: 30px;
    height: unset;
    text-align: center;
}

@media screen and (max-width: 575px) {

    .common-accordion .accordion-button[aria-expanded=true]::after,
    .common-accordion .accordion-button[aria-expanded=false]::after {
        inset-inline-end: 20px;
    }
}

.common-accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    color: hsl(var(--heading-color));
}

/* ================================= Accordion Css End =========================== */
/* ========================== Button Css Start =============== */
.hover-btn-circle .hover-btn-wrapper {
    display: inline-block;
}

.hover-btn-circle .hover-btn-circle-dot {
    position: absolute;
    left: 42px !important;
    bottom: -15px;
    width: 20px;
    height: 20px;
    transition: all 0.6s;
    border-radius: 50%;
    background-color: var(--main-600);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hover-btn-circle:hover .hover-btn-circle-dot {
    width: 420px;
    height: 420px;
}

.hover-btn-circle:hover span {
    color: var(--wt-common-black);
}

.tw-btn-hover-yellow,
.tw-btn-hover-white,
.tw-btn-hover-black {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 500ms;
}

.tw-btn-hover-yellow::before,
.tw-btn-hover-white::before,
.tw-btn-hover-black::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--main-600);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tw-btn-hover-yellow:hover,
.tw-btn-hover-white:hover,
.tw-btn-hover-black:hover {
    color: hsl(var(--heading-color));
}

.tw-btn-hover-yellow:hover::before,
.tw-btn-hover-white:hover::before,
.tw-btn-hover-black:hover::before {
    height: 550%;
}

.tw-btn-hover-white::before {
    background-color: hsl(var(--white));
}

.tw-btn-hover-white:hover {
    color: hsl(var(--black)) !important;
}

.tw-btn-hover-black::before {
    background-color: hsl(var(--black));
}

.tw-btn-hover-black:hover {
    color: hsl(var(--white));
}

/* =========================== Button Css End =================== */
/* ================================= Form Css Start =========================== */
/* input File Start */
.common-file[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.common-file[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--main)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-inline-start: 15px;
    color: hsl(var(--body-color)) !important;
}

.common-file[type=file]::file-selector-button:hover {
    background-color: var(--main-600);
    border: 1px solid var(--main-600);
    color: hsl(var(--black));
}

/* input File End */
/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--heading-color)) !important;
    caret-color: hsl(var(--heading-color));
}

/* Autofill Css End */
/* Number Arrow None */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Custom Checkbox & Radio Css Start */
.common-check {
    display: flex;
    align-items: center;
    margin-block-end: 16px;
}

.common-check:last-child {
    margin-block-end: 0;
}

.common-check a {
    display: inline;
}

.common-check.common-radio .form-check-input {
    border-radius: 50%;
}

.common-check.common-radio .form-check-input:checked {
    background-color: transparent !important;
}

.common-check.common-radio .form-check-input:checked::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.common-check.common-radio .form-check-input:checked::before {
    display: none;
}

.common-check .form-check-input {
    transition: 0.2s linear;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid hsl(var(--black)/0.4);
    cursor: pointer;
    transition: 0.2s linear;
    margin-block-start: 0;
}

.common-check .form-check-input::before {
    position: absolute;
    content: "\e182";
    font-family: "Phosphor";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 12px;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.common-check .form-check-input::after {
    position: absolute;
    content: "";
    inset-block-start: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    width: 10px;
    height: 10px;
    background-color: var(--main-600);
    border-radius: 50%;
    transition: 0.2s linear;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.common-check .form-check-input:checked {
    background-color: hsl(var(--main)) !important;
    border-color: hsl(var(--main)) !important;
    box-shadow: none;
}

.common-check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.common-check .form-check-input:checked::before {
    visibility: visible;
    opacity: 1;
}

/* Custom Checkbox & Radio Css End */
/* Switch Css Start */
.form-switch {
    padding-inline-start: 0;
}

.form-switch .form-check-input {
    box-shadow: none !important;
    margin: 0;
    position: relative;
    background-color: var(--gray-100);
    border: 0;
    background-image: none !important;
    width: 30px;
    height: 18px;
}

.form-switch .form-check-input:checked {
    background-color: var(--primary-600);
}

.form-switch .form-check-input:checked::before {
    inset-inline-start: calc(100% - 15px);
    transition: 0.2s linear;
}

.form-switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 3px;
    transition: 0.2s linear;
}

/* Switch Css End */
/* ================================= Form Css End =========================== */
/* ================================= Tab Css Start =========================== */
.common-tab .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--main)) !important;
}

.common-tab .nav-item .nav-link:hover {
    color: var(--main-600);
}

/* ================================= Tab Css End =========================== */
/* ======================= Common Table Css Start ======================= */
.table> :not(caption)>*>* {
    border-bottom: 0;
}

.table tr th:first-child {
    padding-inline-start: 0;
}

.table tr th:last-child {
    padding-inline-end: 0;
}

.table tr th,
.table tr td {
    vertical-align: middle;
}

.table tr th:first-child,
.table tr td:first-child {
    text-align: left;
}

.table tr th:last-child,
.table tr td:last-child {
    text-align: right;
    padding-inline-end: 0;
}

/* ======================= Common Table Css End ======================= */
/* Toast Message Css start  */
:root {
    --success-600: #16A34A;
    /* Green */
    --danger-600: #DC2626;
    /* Red */
    --warning-600: #D97706;
    /* Amber */
    --info-600: #0284C7;
    /* Sky Blue */
}

#toast-container {
    position: fixed;
    inset-block-start: 20px;
    inset-inline-end: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 9999;
}

.toast-message {
    position: relative;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
    width: 300px;
    transform: translateX(calc(100% + 20px));
    overflow: hidden;
    background-color: #fff;
    border-inline-start: 3px solid var(--success-600);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding-block: 12px;
    padding-inline: 16px;
    border-radius: 6px;
}

.toast-message.active {
    transform: translateX(0);
}

.toast-message.active .progress__bar::before {
    animation: progress-bar 3.5s linear forwards;
    visibility: visible;
    opacity: 1;
}

.toast-message:hover .progress__bar::before {
    animation-play-state: paused;
}

.toast-message__content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.toast-message__icon {
    font-size: 24px;
    color: var(--success-600);
    line-height: 1;
}

.toast-message__title {
    margin-bottom: 0;
    font-size: 18px !important;
}

.toast-message__close {
    background-color: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.toast-message__text {
    color: #42494f;
    font-size: 14px;
}

.progress__bar {
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    height: 3px;
    width: 100%;
    background: #fff;
}

.progress__bar::before {
    content: "";
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-color: var(--success-600);
    visibility: hidden;
    opacity: 0;
}

@keyframes progress-bar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.success {
    border-color: var(--success-600);
}

.success .toast-message__icon {
    color: var(--success-600) !important;
}

.success .progress__bar::before {
    background-color: var(--success-600);
}

.danger {
    border-color: var(--danger-600);
}

.danger .toast-message__icon {
    color: var(--danger-600) !important;
}

.danger .progress__bar::before {
    background-color: var(--danger-600);
}

.warning {
    border-color: var(--warning-600);
}

.warning .toast-message__icon {
    color: var(--warning-600) !important;
}

.warning .progress__bar::before {
    background-color: var(--warning-600);
}

.info {
    border-color: var(--info-600);
}

.info .toast-message__icon {
    color: var(--info-600) !important;
}

.info .progress__bar::before {
    background-color: var(--info-600);
}

/* Toast Message Css End  */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ================================= Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}

span {
    display: inline-block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.2;
    font-weight: 700;
}

h1,
.h1 {
    font-size: var(--heading-one);
}

h2,
.h2 {
    font-size: var(--heading-two);
}

h3,
.h3 {
    font-size: var(--heading-three);
}

h4,
.h4 {
    font-size: var(--heading-four);
}

h5,
.h5 {
    font-size: var(--heading-five);
}

h6,
.h6 {
    font-size: var(--heading-six);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s linear;
    line-height: inherit;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: var(--main-600);
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: #0661e9;
}

a:hover {
    color: #1d72f2;
}

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

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

input:focus,
input:focus-visible {
    box-shadow: none;
}

/* ================================= Typography Css End =========================== */
/* Bg Image Css Start */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Bg Image Css End */
/* hover bg class start */
.bg-main-50 {
    background-color: var(--main-50) !important;
}

.bg-main-100 {
    background-color: var(--main-100) !important;
}

.bg-main-200 {
    background-color: var(--main-200) !important;
}

.bg-main-300 {
    background-color: var(--main-300) !important;
}

.bg-main-400 {
    background-color: var(--main-400) !important;
}

.bg-main-500 {
    background-color: var(--main-500) !important;
}

.bg-main-600 {
    background-color: var(--main-600) !important;
}

.bg-main-700 {
    background-color: var(--main-700) !important;
}

.bg-main-800 {
    background-color: var(--main-800) !important;
}

.bg-main-900 {
    background-color: var(--main-900) !important;
}

.bg-main-two-50 {
    background-color: var(--main-two-50) !important;
}

.bg-main-two-100 {
    background-color: var(--main-two-100) !important;
}

.bg-main-two-200 {
    background-color: var(--main-two-200) !important;
}

.bg-main-two-300 {
    background-color: var(--main-two-300) !important;
}

.bg-main-two-400 {
    background-color: var(--main-two-400) !important;
}

.bg-main-two-500 {
    background-color: var(--main-two-500) !important;
}

.bg-main-two-600 {
    background-color: var(--main-two-600) !important;
}

.bg-main-two-700 {
    background-color: var(--main-two-700) !important;
}

.bg-main-two-800 {
    background-color: var(--main-two-800) !important;
}

.bg-main-two-900 {
    background-color: var(--main-two-900) !important;
}

.bg-main-three-50 {
    background-color: var(--main-three-50) !important;
}

.bg-main-three-100 {
    background-color: var(--main-three-100) !important;
}

.bg-main-three-200 {
    background-color: var(--main-three-200) !important;
}

.bg-main-three-300 {
    background-color: var(--main-three-300) !important;
}

.bg-main-three-400 {
    background-color: var(--main-three-400) !important;
}

.bg-main-three-500 {
    background-color: var(--main-three-500) !important;
}

.bg-main-three-600 {
    background-color: var(--main-three-600) !important;
}

.bg-main-three-700 {
    background-color: var(--main-three-700) !important;
}

.bg-main-three-800 {
    background-color: var(--main-three-800) !important;
}

.bg-main-three-900 {
    background-color: var(--main-three-900) !important;
}

.bg-neutral-50 {
    background-color: var(--neutral-50) !important;
}

.bg-neutral-100 {
    background-color: var(--neutral-100) !important;
}

.bg-neutral-200 {
    background-color: var(--neutral-200) !important;
}

.bg-neutral-300 {
    background-color: var(--neutral-300) !important;
}

.bg-neutral-400 {
    background-color: var(--neutral-400) !important;
}

.bg-neutral-500 {
    background-color: var(--neutral-500) !important;
}

.bg-neutral-600 {
    background-color: var(--neutral-600) !important;
}

.bg-neutral-700 {
    background-color: var(--neutral-700) !important;
}

.bg-neutral-800 {
    background-color: var(--neutral-800) !important;
}

.bg-neutral-900 {
    background-color: var(--neutral-900) !important;
}

.bg-neutral-950 {
    background-color: var(--neutral-950) !important;
}

.hover-bg-main-50:hover {
    background-color: var(--main-50) !important;
}

.hover-bg-main-100:hover {
    background-color: var(--main-100) !important;
}

.hover-bg-main-200:hover {
    background-color: var(--main-200) !important;
}

.hover-bg-main-300:hover {
    background-color: var(--main-300) !important;
}

.hover-bg-main-400:hover {
    background-color: var(--main-400) !important;
}

.hover-bg-main-500:hover {
    background-color: var(--main-500) !important;
}

.hover-bg-main-600:hover {
    background-color: var(--main-600) !important;
}

.hover-bg-main-700:hover {
    background-color: var(--main-700) !important;
}

.hover-bg-main-800:hover {
    background-color: var(--main-800) !important;
}

.hover-bg-main-900:hover {
    background-color: var(--main-900) !important;
}

.hover-bg-main-two-50:hover {
    background-color: var(--main-two-50) !important;
}

.hover-bg-main-two-100:hover {
    background-color: var(--main-two-100) !important;
}

.hover-bg-main-two-200:hover {
    background-color: var(--main-two-200) !important;
}

.hover-bg-main-two-300:hover {
    background-color: var(--main-two-300) !important;
}

.hover-bg-main-two-400:hover {
    background-color: var(--main-two-400) !important;
}

.hover-bg-main-two-500:hover {
    background-color: var(--main-two-500) !important;
}

.hover-bg-main-two-600:hover {
    background-color: var(--main-two-600) !important;
}

.hover-bg-main-two-700:hover {
    background-color: var(--main-two-700) !important;
}

.hover-bg-main-two-800:hover {
    background-color: var(--main-two-800) !important;
}

.hover-bg-main-two-900:hover {
    background-color: var(--main-two-900) !important;
}

.hover-bg-main-three-50:hover {
    background-color: var(--main-three-50) !important;
}

.hover-bg-main-three-100:hover {
    background-color: var(--main-three-100) !important;
}

.hover-bg-main-three-200:hover {
    background-color: var(--main-three-200) !important;
}

.hover-bg-main-three-300:hover {
    background-color: var(--main-three-300) !important;
}

.hover-bg-main-three-400:hover {
    background-color: var(--main-three-400) !important;
}

.hover-bg-main-three-500:hover {
    background-color: var(--main-three-500) !important;
}

.hover-bg-main-three-600:hover {
    background-color: var(--main-three-600) !important;
}

.hover-bg-main-three-700:hover {
    background-color: var(--main-three-700) !important;
}

.hover-bg-main-three-800:hover {
    background-color: var(--main-three-800) !important;
}

.hover-bg-main-three-900:hover {
    background-color: var(--main-three-900) !important;
}

.hover-bg-neutral-50:hover {
    background-color: var(--neutral-50) !important;
}

.hover-bg-neutral-100:hover {
    background-color: var(--neutral-100) !important;
}

.hover-bg-neutral-200:hover {
    background-color: var(--neutral-200) !important;
}

.hover-bg-neutral-300:hover {
    background-color: var(--neutral-300) !important;
}

.hover-bg-neutral-400:hover {
    background-color: var(--neutral-400) !important;
}

.hover-bg-neutral-500:hover {
    background-color: var(--neutral-500) !important;
}

.hover-bg-neutral-600:hover {
    background-color: var(--neutral-600) !important;
}

.hover-bg-neutral-700:hover {
    background-color: var(--neutral-700) !important;
}

.hover-bg-neutral-800:hover {
    background-color: var(--neutral-800) !important;
}

.hover-bg-neutral-900:hover {
    background-color: var(--neutral-900) !important;
}

.hover-bg-neutral-950:hover {
    background-color: var(--neutral-950) !important;
}

.hover-bg-white:hover {
    background-color: hsl(var(--white)) !important;
}

.bg-white-08 {
    background-color: hsl(var(--white)/0.08);
}

.bg-white-13 {
    background-color: hsl(var(--white)/0.13);
}

.bg-white-7 {
    background-color: hsl(var(--white)/0.7);
}

.bg-white-06 {
    background-color: hsl(var(--white)/0.06);
}

/* hover bg class end */
.border-main-50 {
    border-color: var(--main-50) !important;
}

.border-main-100 {
    border-color: var(--main-100) !important;
}

.border-main-200 {
    border-color: var(--main-200) !important;
}

.border-main-300 {
    border-color: var(--main-300) !important;
}

.border-main-400 {
    border-color: var(--main-400) !important;
}

.border-main-500 {
    border-color: var(--main-500) !important;
}

.border-main-600 {
    border-color: var(--main-600) !important;
}

.border-main-700 {
    border-color: var(--main-700) !important;
}

.border-main-800 {
    border-color: var(--main-800) !important;
}

.border-main-900 {
    border-color: var(--main-900) !important;
}

.border-main-two-50 {
    border-color: var(--main-two-50) !important;
}

.border-main-two-100 {
    border-color: var(--main-two-100) !important;
}

.border-main-two-200 {
    border-color: var(--main-two-200) !important;
}

.border-main-two-300 {
    border-color: var(--main-two-300) !important;
}

.border-main-two-400 {
    border-color: var(--main-two-400) !important;
}

.border-main-two-500 {
    border-color: var(--main-two-500) !important;
}

.border-main-two-600 {
    border-color: var(--main-two-600) !important;
}

.border-main-two-700 {
    border-color: var(--main-two-700) !important;
}

.border-main-two-800 {
    border-color: var(--main-two-800) !important;
}

.border-main-two-900 {
    border-color: var(--main-two-900) !important;
}

.border-main-three-50 {
    border-color: var(--main-three-50) !important;
}

.border-main-three-100 {
    border-color: var(--main-three-100) !important;
}

.border-main-three-200 {
    border-color: var(--main-three-200) !important;
}

.border-main-three-300 {
    border-color: var(--main-three-300) !important;
}

.border-main-three-400 {
    border-color: var(--main-three-400) !important;
}

.border-main-three-500 {
    border-color: var(--main-three-500) !important;
}

.border-main-three-600 {
    border-color: var(--main-three-600) !important;
}

.border-main-three-700 {
    border-color: var(--main-three-700) !important;
}

.border-main-three-800 {
    border-color: var(--main-three-800) !important;
}

.border-main-three-900 {
    border-color: var(--main-three-900) !important;
}

.border-neutral-50 {
    border-color: var(--neutral-50) !important;
}

.border-neutral-100 {
    border-color: var(--neutral-100) !important;
}

.border-neutral-200 {
    border-color: var(--neutral-200) !important;
}

.border-neutral-300 {
    border-color: var(--neutral-300) !important;
}

.border-neutral-400 {
    border-color: var(--neutral-400) !important;
}

.border-neutral-500 {
    border-color: var(--neutral-500) !important;
}

.border-neutral-600 {
    border-color: var(--neutral-600) !important;
}

.border-neutral-700 {
    border-color: var(--neutral-700) !important;
}

.border-neutral-800 {
    border-color: var(--neutral-800) !important;
}

.border-neutral-900 {
    border-color: var(--neutral-900) !important;
}

.border-neutral-950 {
    border-color: var(--neutral-950) !important;
}

.hover-border-main-50:hover {
    border-color: var(--main-50) !important;
}

.hover-border-main-100:hover {
    border-color: var(--main-100) !important;
}

.hover-border-main-200:hover {
    border-color: var(--main-200) !important;
}

.hover-border-main-300:hover {
    border-color: var(--main-300) !important;
}

.hover-border-main-400:hover {
    border-color: var(--main-400) !important;
}

.hover-border-main-500:hover {
    border-color: var(--main-500) !important;
}

.hover-border-main-600:hover {
    border-color: var(--main-600) !important;
}

.hover-border-main-700:hover {
    border-color: var(--main-700) !important;
}

.hover-border-main-800:hover {
    border-color: var(--main-800) !important;
}

.hover-border-main-900:hover {
    border-color: var(--main-900) !important;
}

.hover-border-main-two-50:hover {
    border-color: var(--main-two-50) !important;
}

.hover-border-main-two-100:hover {
    border-color: var(--main-two-100) !important;
}

.hover-border-main-two-200:hover {
    border-color: var(--main-two-200) !important;
}

.hover-border-main-two-300:hover {
    border-color: var(--main-two-300) !important;
}

.hover-border-main-two-400:hover {
    border-color: var(--main-two-400) !important;
}

.hover-border-main-two-500:hover {
    border-color: var(--main-two-500) !important;
}

.hover-border-main-two-600:hover {
    border-color: var(--main-two-600) !important;
}

.hover-border-main-two-700:hover {
    border-color: var(--main-two-700) !important;
}

.hover-border-main-two-800:hover {
    border-color: var(--main-two-800) !important;
}

.hover-border-main-two-900:hover {
    border-color: var(--main-two-900) !important;
}

.hover-border-main-three-50:hover {
    border-color: var(--main-three-50) !important;
}

.hover-border-main-three-100:hover {
    border-color: var(--main-three-100) !important;
}

.hover-border-main-three-200:hover {
    border-color: var(--main-three-200) !important;
}

.hover-border-main-three-300:hover {
    border-color: var(--main-three-300) !important;
}

.hover-border-main-three-400:hover {
    border-color: var(--main-three-400) !important;
}

.hover-border-main-three-500:hover {
    border-color: var(--main-three-500) !important;
}

.hover-border-main-three-600:hover {
    border-color: var(--main-three-600) !important;
}

.hover-border-main-three-700:hover {
    border-color: var(--main-three-700) !important;
}

.hover-border-main-three-800:hover {
    border-color: var(--main-three-800) !important;
}

.hover-border-main-three-900:hover {
    border-color: var(--main-three-900) !important;
}

.hover-border-neutral-50:hover {
    border-color: var(--neutral-50) !important;
}

.hover-border-neutral-100:hover {
    border-color: var(--neutral-100) !important;
}

.hover-border-neutral-200:hover {
    border-color: var(--neutral-200) !important;
}

.hover-border-neutral-300:hover {
    border-color: var(--neutral-300) !important;
}

.hover-border-neutral-400:hover {
    border-color: var(--neutral-400) !important;
}

.hover-border-neutral-500:hover {
    border-color: var(--neutral-500) !important;
}

.hover-border-neutral-600:hover {
    border-color: var(--neutral-600) !important;
}

.hover-border-neutral-700:hover {
    border-color: var(--neutral-700) !important;
}

.hover-border-neutral-800:hover {
    border-color: var(--neutral-800) !important;
}

.hover-border-neutral-900:hover {
    border-color: var(--neutral-900) !important;
}

.hover-border-neutral-950:hover {
    border-color: var(--neutral-950) !important;
}

.focus-border-main-50:focus {
    border-color: var(--main-50) !important;
}

.focus-border-main-100:focus {
    border-color: var(--main-100) !important;
}

.focus-border-main-200:focus {
    border-color: var(--main-200) !important;
}

.focus-border-main-300:focus {
    border-color: var(--main-300) !important;
}

.focus-border-main-400:focus {
    border-color: var(--main-400) !important;
}

.focus-border-main-500:focus {
    border-color: var(--main-500) !important;
}

.focus-border-main-600:focus {
    border-color: var(--main-600) !important;
}

.focus-border-main-700:focus {
    border-color: var(--main-700) !important;
}

.focus-border-main-800:focus {
    border-color: var(--main-800) !important;
}

.focus-border-main-900:focus {
    border-color: var(--main-900) !important;
}

.focus-border-main-two-50:focus {
    border-color: var(--main-two-50) !important;
}

.focus-border-main-two-100:focus {
    border-color: var(--main-two-100) !important;
}

.focus-border-main-two-200:focus {
    border-color: var(--main-two-200) !important;
}

.focus-border-main-two-300:focus {
    border-color: var(--main-two-300) !important;
}

.focus-border-main-two-400:focus {
    border-color: var(--main-two-400) !important;
}

.focus-border-main-two-500:focus {
    border-color: var(--main-two-500) !important;
}

.focus-border-main-two-600:focus {
    border-color: var(--main-two-600) !important;
}

.focus-border-main-two-700:focus {
    border-color: var(--main-two-700) !important;
}

.focus-border-main-two-800:focus {
    border-color: var(--main-two-800) !important;
}

.focus-border-main-two-900:focus {
    border-color: var(--main-two-900) !important;
}

.focus-border-main-three-50:focus {
    border-color: var(--main-three-50) !important;
}

.focus-border-main-three-100:focus {
    border-color: var(--main-three-100) !important;
}

.focus-border-main-three-200:focus {
    border-color: var(--main-three-200) !important;
}

.focus-border-main-three-300:focus {
    border-color: var(--main-three-300) !important;
}

.focus-border-main-three-400:focus {
    border-color: var(--main-three-400) !important;
}

.focus-border-main-three-500:focus {
    border-color: var(--main-three-500) !important;
}

.focus-border-main-three-600:focus {
    border-color: var(--main-three-600) !important;
}

.focus-border-main-three-700:focus {
    border-color: var(--main-three-700) !important;
}

.focus-border-main-three-800:focus {
    border-color: var(--main-three-800) !important;
}

.focus-border-main-three-900:focus {
    border-color: var(--main-three-900) !important;
}

.focus-border-neutral-50:focus {
    border-color: var(--neutral-50) !important;
}

.focus-border-neutral-100:focus {
    border-color: var(--neutral-100) !important;
}

.focus-border-neutral-200:focus {
    border-color: var(--neutral-200) !important;
}

.focus-border-neutral-300:focus {
    border-color: var(--neutral-300) !important;
}

.focus-border-neutral-400:focus {
    border-color: var(--neutral-400) !important;
}

.focus-border-neutral-500:focus {
    border-color: var(--neutral-500) !important;
}

.focus-border-neutral-600:focus {
    border-color: var(--neutral-600) !important;
}

.focus-border-neutral-700:focus {
    border-color: var(--neutral-700) !important;
}

.focus-border-neutral-800:focus {
    border-color: var(--neutral-800) !important;
}

.focus-border-neutral-900:focus {
    border-color: var(--neutral-900) !important;
}

.focus-border-neutral-950:focus {
    border-color: var(--neutral-950) !important;
}

.tw-border-dashed {
    border-style: dashed !important;
}

.border-transparent {
    border-color: transparent !important;
}

/* Colors class start */
.text-main-50 {
    color: var(--main-50);
}

.text-main-100 {
    color: var(--main-100);
}

.text-main-200 {
    color: var(--main-200);
}

.text-main-300 {
    color: var(--main-300);
}

.text-main-400 {
    color: var(--main-400);
}

.text-main-500 {
    color: var(--main-500);
}

.text-main-600 {
    color: var(--main-600);
}

.text-main-700 {
    color: var(--main-700);
}

.text-main-800 {
    color: var(--main-800);
}

.text-main-900 {
    color: var(--main-900);
}

.text-main-two-50 {
    color: var(--main-two-50);
}

.text-main-two-100 {
    color: var(--main-two-100);
}

.text-main-two-200 {
    color: var(--main-two-200);
}

.text-main-two-300 {
    color: var(--main-two-300);
}

.text-main-two-400 {
    color: var(--main-two-400);
}

.text-main-two-500 {
    color: var(--main-two-500);
}

.text-main-two-600 {
    color: var(--main-two-600);
}

.text-main-two-700 {
    color: var(--main-two-700);
}

.text-main-two-800 {
    color: var(--main-two-800);
}

.text-main-two-900 {
    color: var(--main-two-900);
}

.text-main-three-50 {
    color: var(--main-three-50);
}

.text-main-three-100 {
    color: var(--main-three-100);
}

.text-main-three-200 {
    color: var(--main-three-200);
}

.text-main-three-300 {
    color: var(--main-three-300);
}

.text-main-three-400 {
    color: var(--main-three-400);
}

.text-main-three-500 {
    color: var(--main-three-500);
}

.text-main-three-600 {
    color: var(--main-three-600);
}

.text-main-three-700 {
    color: var(--main-three-700);
}

.text-main-three-800 {
    color: var(--main-three-800);
}

.text-main-three-900 {
    color: var(--main-three-900);
}

.text-neutral-50 {
    color: var(--neutral-50);
}

.text-neutral-100 {
    color: var(--neutral-100);
}

.text-neutral-200 {
    color: var(--neutral-200);
}

.text-neutral-300 {
    color: var(--neutral-300);
}

.text-neutral-400 {
    color: var(--neutral-400);
}

.text-neutral-500 {
    color: var(--neutral-500);
}

.text-neutral-600 {
    color: var(--neutral-600);
}

.text-neutral-700 {
    color: var(--neutral-700);
}

.text-neutral-800 {
    color: var(--neutral-800);
}

.text-neutral-900 {
    color: var(--neutral-900);
}

.text-neutral-950 {
    color: var(--neutral-950);
}

.text--white {
    color: hsl(var(--white));
}

.text-heading {
    color: hsl(var(--heading-color));
}

.text-body {
    color: hsl(var(--body-color)) !important;
}

.text-main {
    color: var(--main-600);
}

/* Colors class End */
/* Hover color class start */
.hover-text-main-50:hover {
    color: var(--main-50) !important;
}

.hover-text-main-100:hover {
    color: var(--main-100) !important;
}

.hover-text-main-200:hover {
    color: var(--main-200) !important;
}

.hover-text-main-300:hover {
    color: var(--main-300) !important;
}

.hover-text-main-400:hover {
    color: var(--main-400) !important;
}

.hover-text-main-500:hover {
    color: var(--main-500) !important;
}

.hover-text-main-600:hover {
    color: var(--main-600) !important;
}

.hover-text-main-700:hover {
    color: var(--main-700) !important;
}

.hover-text-main-800:hover {
    color: var(--main-800) !important;
}

.hover-text-main-900:hover {
    color: var(--main-900) !important;
}

.hover-text-main-two-50:hover {
    color: var(--main-two-50) !important;
}

.hover-text-main-two-100:hover {
    color: var(--main-two-100) !important;
}

.hover-text-main-two-200:hover {
    color: var(--main-two-200) !important;
}

.hover-text-main-two-300:hover {
    color: var(--main-two-300) !important;
}

.hover-text-main-two-400:hover {
    color: var(--main-two-400) !important;
}

.hover-text-main-two-500:hover {
    color: var(--main-two-500) !important;
}

.hover-text-main-two-600:hover {
    color: var(--main-two-600) !important;
}

.hover-text-main-two-700:hover {
    color: var(--main-two-700) !important;
}

.hover-text-main-two-800:hover {
    color: var(--main-two-800) !important;
}

.hover-text-main-two-900:hover {
    color: var(--main-two-900) !important;
}

.hover-text-main-three-50:hover {
    color: var(--main-three-50) !important;
}

.hover-text-main-three-100:hover {
    color: var(--main-three-100) !important;
}

.hover-text-main-three-200:hover {
    color: var(--main-three-200) !important;
}

.hover-text-main-three-300:hover {
    color: var(--main-three-300) !important;
}

.hover-text-main-three-400:hover {
    color: var(--main-three-400) !important;
}

.hover-text-main-three-500:hover {
    color: var(--main-three-500) !important;
}

.hover-text-main-three-600:hover {
    color: var(--main-three-600) !important;
}

.hover-text-main-three-700:hover {
    color: var(--main-three-700) !important;
}

.hover-text-main-three-800:hover {
    color: var(--main-three-800) !important;
}

.hover-text-main-three-900:hover {
    color: var(--main-three-900) !important;
}

.hover-text-neutral-50:hover {
    color: var(--neutral-50) !important;
}

.hover-text-neutral-100:hover {
    color: var(--neutral-100) !important;
}

.hover-text-neutral-200:hover {
    color: var(--neutral-200) !important;
}

.hover-text-neutral-300:hover {
    color: var(--neutral-300) !important;
}

.hover-text-neutral-400:hover {
    color: var(--neutral-400) !important;
}

.hover-text-neutral-500:hover {
    color: var(--neutral-500) !important;
}

.hover-text-neutral-600:hover {
    color: var(--neutral-600) !important;
}

.hover-text-neutral-700:hover {
    color: var(--neutral-700) !important;
}

.hover-text-neutral-800:hover {
    color: var(--neutral-800) !important;
}

.hover-text-neutral-900:hover {
    color: var(--neutral-900) !important;
}

.hover-text-neutral-950:hover {
    color: var(--neutral-950) !important;
}

/* Text Color */
.hover-text-white:hover {
    color: #fff !important;
}

.hover-text-heading:hover {
    color: hsl(var(--heading-color)) !important;
}

.hover-text-body:hover {
    color: hsl(var(--body-color)) !important;
}

/* Hover color class end */
.cursor-pointer {
    cursor: pointer;
}

.cursor-grab {
    cursor: grab;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 180px;
    height: 180px;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: hsl(var(--heading-color));
    opacity: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 18px;
}

.cursor-inner span>span {
    margin-top: 0px;
    display: inline-block;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 180px;
    height: 180px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--main-600);
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
}

.cursor-4.cursor-big {
    background: none;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.tp-cursor-point-area {
    cursor: none;
}

.cursor-inner.cursor-big {
    overflow: hidden;
}

.cursor-inner.cursor-big .inner-text-2 {
    display: none;
    background: none;
}

.cursor-inner.cursor-big .inner-text-2 span {
    color: var(--tp-theme-primary);
}

.cursor-inner.cursor-big .inner-text-1 {
    display: inline-block;
}

.cursor-inner.cursor-big.active {
    overflow: hidden;
    background: none;
    width: 100px;
    height: 100px;
}

.cursor-inner.cursor-big.active .inner-text-2,
.cursor-inner.cursor-big.active .inner-text-3,
.cursor-inner.cursor-big.active .inner-text-4 {
    display: inline-block;
    background: none;
}

.cursor-inner.cursor-big.active .inner-text-1 {
    display: none;
}

.focus-outline-0:focus-visible,
.focus-outline-0:focus {
    outline: 0 !important;
}

/* ================================= Classes Css Start =========================== */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xs-6 {
        width: 50%;
    }
}

.tw-leading-none {
    line-height: 1;
}

.opacity-05 {
    opacity: 0.05;
}

.opacity-1 {
    opacity: 0.1;
}

/* ================================= Classes Css End =========================== */
/* Font Size Class Start */
.text-inherit {
    font-size: inherit;
}

.tw-text-xs {
    font-size: 0.75rem;
}

.tw-text-sm {
    font-size: 0.875rem;
}

.tw-text-base {
    font-size: 1rem;
}

.tw-text-lg {
    font-size: 1.125rem;
}

.tw-text-xl {
    font-size: 1.25rem;
}

.tw-text-2xl {
    font-size: 1.5rem;
}

.tw-text-3xl {
    font-size: 1.875rem;
}

/* Font Size Class End */
.tw-text-05 {
    font-size: 0.125rem;
}

.tw-text-1 {
    font-size: 0.25rem;
}

.tw-text-105 {
    font-size: 0.375rem;
}

.tw-text-2 {
    font-size: 0.5rem;
}

.tw-text-205 {
    font-size: 0.625rem;
}

.tw-text-3 {
    font-size: 0.75rem;
}

.tw-text-305 {
    font-size: 0.875rem;
}

.tw-text-315 {
    font-size: 0.9375rem;
}

.tw-text-4 {
    font-size: 1rem;
}

.tw-text-405 {
    font-size: 1.125rem;
}

.tw-text-5 {
    font-size: 1.25rem;
}

.tw-text-505 {
    font-size: 1.375rem;
}

.tw-text-6 {
    font-size: 1.5rem;
}

.tw-text-605 {
    font-size: 1.625rem;
}

.tw-text-7 {
    font-size: 1.75rem;
}

.tw-text-705 {
    font-size: 1.875rem;
}

.tw-text-8 {
    font-size: 2rem;
}

.tw-text-808 {
    font-size: 2.125rem;
}

.tw-text-9 {
    font-size: 2.25rem;
}

.tw-text-10 {
    font-size: 2.5rem;
}

.tw-text-11 {
    font-size: 2.75rem;
}

.tw-text-12 {
    font-size: 3rem;
}

.tw-text-120 {
    font-size: 3.125rem;
}

.tw-text-13 {
    font-size: 3.25rem;
}

.tw-text-14 {
    font-size: 3.5rem;
}

.tw-text-140 {
    font-size: 3.625rem;
}

.tw-text-15 {
    font-size: 3.75rem;
}

.tw-text-16 {
    font-size: 4rem;
}

.tw-text-17 {
    font-size: 4.25rem;
}

.tw-text-18 {
    font-size: 4.5rem;
}

.tw-text-19 {
    font-size: 4.75rem;
}

.tw-text-20 {
    font-size: 5rem;
}

.tw-text-21 {
    font-size: 5.25rem;
}

.tw-text-22 {
    font-size: 5.5rem;
}

.tw-text-23 {
    font-size: 5.75rem;
}

.tw-text-24 {
    font-size: 6rem;
}

.tw-text-25 {
    font-size: 6.25rem;
}

.tw-text-26 {
    font-size: 6.5rem;
}

.tw-text-27 {
    font-size: 6.75rem;
}

.tw-text-28 {
    font-size: 7rem;
}

.tw-text-29 {
    font-size: 7.25rem;
}

.tw-text-30 {
    font-size: 7.5rem;
}

.tw-text-196 {
    font-size: 12.25rem;
}

/* Font Size Class End */
.font-heading {
    font-family: var(--heading-font);
}

.font-body {
    font-family: var(--body-font);
}

/* Height Css Class Start */
.tw-h-05 {
    height: 0.125rem;
}

.tw-h-1 {
    height: 0.25rem;
}

.tw-h-105 {
    height: 0.375rem;
}

.tw-h-2 {
    height: 0.5rem;
}

.tw-h-205 {
    height: 0.625rem;
}

.tw-h-3 {
    height: 0.75rem;
}

.tw-h-305 {
    height: 0.875rem;
}

.tw-h-315 {
    height: 0.9375rem;
}

.tw-h-4 {
    height: 1rem;
}

.tw-h-405 {
    height: 1.125rem;
}

.tw-h-5 {
    height: 1.25rem;
}

.tw-h-505 {
    height: 1.375rem;
}

.tw-h-6 {
    height: 1.5rem;
}

.tw-h-605 {
    height: 1.625rem;
}

.tw-h-7 {
    height: 1.75rem;
}

.tw-h-705 {
    height: 1.875rem;
}

.tw-h-8 {
    height: 2rem;
}

.tw-h-808 {
    height: 2.125rem;
}

.tw-h-9 {
    height: 2.25rem;
}

.tw-h-10 {
    height: 2.5rem;
}

.tw-h-11 {
    height: 2.75rem;
}

.tw-h-12 {
    height: 3rem;
}

.tw-h-120 {
    height: 3.125rem;
}

.tw-h-13 {
    height: 3.25rem;
}

.tw-h-14 {
    height: 3.5rem;
}

.tw-h-140 {
    height: 3.625rem;
}

.tw-h-15 {
    height: 3.75rem;
}

.tw-h-16 {
    height: 4rem;
}

.tw-h-17 {
    height: 4.25rem;
}

.tw-h-18 {
    height: 4.5rem;
}

.tw-h-19 {
    height: 4.75rem;
}

.tw-h-20 {
    height: 5rem;
}

.tw-h-21 {
    height: 5.25rem;
}

.tw-h-22 {
    height: 5.5rem;
}

.tw-h-23 {
    height: 5.75rem;
}

.tw-h-24 {
    height: 6rem;
}

.tw-h-25 {
    height: 6.25rem;
}

.tw-h-26 {
    height: 6.5rem;
}

.tw-h-27 {
    height: 6.75rem;
}

.tw-h-28 {
    height: 7rem;
}

.tw-h-29 {
    height: 7.25rem;
}

.tw-h-30 {
    height: 7.5rem;
}

.tw-h-196 {
    height: 12.25rem;
}

.tw-h-px {
    height: 1px;
}

.tw-h-screen {
    height: 100vh;
}

.tw-h-75-px {
    height: 75px;
}

.tw-h-84-px {
    height: 84px;
}

.tw-h-92-px {
    height: 92px;
}

.tw-h-135-px {
    height: 135px;
}

.tw-h-180-px {
    height: 180px;
}

.tw-h-224-px {
    height: 224px;
}

.tw-h-320-px {
    height: 320px;
}

.tw-h-542-px {
    height: 542px;
}

.tw-min-h-184-px {
    min-height: 184px;
}

.tw-min-h-210-px {
    min-height: 210px !important;
}

/* Height Css Class End */
/* Hover animation white css start */
.hover-animation-white {
    position: relative;
    overflow: hidden;
}

.hover-animation-white:after {
    content: "";
    position: absolute;
    width: 250%;
    height: 0%;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.hover-animation-white:hover:after {
    height: 250%;
    transition: all 0.6s linear;
    background-color: transparent;
}

/* Hover animation white css end */
/* Gap Css start */
.tw-gap-05 {
    gap: var(--size-05);
}

.tw-gap-1 {
    gap: var(--size-1);
}

.tw-gap-105 {
    gap: var(--size-105);
}

.tw-gap-2 {
    gap: var(--size-2);
}

.tw-gap-205 {
    gap: var(--size-205);
}

.tw-gap-3 {
    gap: var(--size-3);
}

.tw-gap-305 {
    gap: var(--size-305);
}

.tw-gap-315 {
    gap: var(--size-315);
}

.tw-gap-4 {
    gap: var(--size-4);
}

.tw-gap-405 {
    gap: var(--size-405);
}

.tw-gap-5 {
    gap: var(--size-5);
}

.tw-gap-505 {
    gap: var(--size-505);
}

.tw-gap-6 {
    gap: var(--size-6);
}

.tw-gap-605 {
    gap: var(--size-605);
}

.tw-gap-7 {
    gap: var(--size-7);
}

.tw-gap-705 {
    gap: var(--size-705);
}

.tw-gap-8 {
    gap: var(--size-8);
}

.tw-gap-808 {
    gap: var(--size-808);
}

.tw-gap-9 {
    gap: var(--size-9);
}

.tw-gap-10 {
    gap: var(--size-10);
}

.tw-gap-11 {
    gap: var(--size-11);
}

.tw-gap-12 {
    gap: var(--size-12);
}

.tw-gap-120 {
    gap: var(--size-120);
}

.tw-gap-13 {
    gap: var(--size-13);
}

.tw-gap-14 {
    gap: var(--size-14);
}

.tw-gap-140 {
    gap: var(--size-140);
}

.tw-gap-15 {
    gap: var(--size-15);
}

.tw-gap-16 {
    gap: var(--size-16);
}

.tw-gap-17 {
    gap: var(--size-17);
}

.tw-gap-18 {
    gap: var(--size-18);
}

.tw-gap-19 {
    gap: var(--size-19);
}

.tw-gap-20 {
    gap: var(--size-20);
}

.tw-gap-21 {
    gap: var(--size-21);
}

.tw-gap-22 {
    gap: var(--size-22);
}

.tw-gap-23 {
    gap: var(--size-23);
}

.tw-gap-24 {
    gap: var(--size-24);
}

.tw-gap-25 {
    gap: var(--size-25);
}

.tw-gap-26 {
    gap: var(--size-26);
}

.tw-gap-27 {
    gap: var(--size-27);
}

.tw-gap-28 {
    gap: var(--size-28);
}

.tw-gap-29 {
    gap: var(--size-29);
}

.tw-gap-30 {
    gap: var(--size-30);
}

.tw-gap-196 {
    gap: var(--size-196);
}

.tw-gap-26-px {
    gap: clamp(1rem, 0.0938rem + 4.5vw, 1.625rem);
}

.tw-gap-42-px {
    gap: clamp(1.5rem, 0.0938rem + 4.5vw, 2.625rem);
}

.tw-gap-56-px {
    gap: clamp(1.5rem, -4.48rem + 7.98vw, 3.5rem);
}

.tw-gap-74-px {
    gap: clamp(1.5rem, -24.8393rem + 28.0952vw, 4.625rem);
}

/* Gap Css end */
/* ======================== Group Css Start =============================== */
.group:hover .group-hover-text-white {
    color: hsl(var(--white)) !important;
}

.group:hover .group-hover-text-main-600 {
    color: var(--main-600) !important;
}

.group:hover .group-hover-bg-white {
    background-color: hsl(var(--white)) !important;
}

.group:hover .group-hover-bg-main-600 {
    background-color: var(--main-600) !important;
}

.group-hover-text-transition {
    transition: inherit;
}

.tw-invisible {
    visibility: hidden;
}

.group-item:hover .group-hover-item-visible {
    visibility: visible;
}

.group-item:hover .group-hover-item-opacity-1 {
    opacity: 1 !important;
}

.group-item:hover .group-hover-item-mt-0 {
    margin-top: 0;
}

.group-item:hover .group-hover-item-scale-12 {
    transform: scale(1.2);
}

.group-item:hover .group-hover-item-scale-1 {
    transform: scale(1);
}

.group-item:hover .group-hover-item-translate-x-0 {
    transform: translateX(0);
}

.group-item:hover .group-hover-item-d-block {
    display: block !important;
}

.group-item:hover .group-hover-item-d-none {
    display: none !important;
}

.group-item:hover .group-hover-item-text-invert-white {
    filter: brightness(0) invert(1);
}

.group-item:hover .group-hover-item-text-invert-black {
    filter: brightness(0) invert(0);
}

/* ======================== Group Css End =============================== */
/* grid css start */
.grid-cols-2 {
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 425px) {
    .xs-grid-cols-2 {
        grid-template-columns: 1fr 1fr;
    }
}

.grid-col-5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* grid css end */
/* Inset class start */
.tw-start-0 {
    inset-inline-start: 0;
}

.tw-start-50 {
    inset-inline-start: 50%;
}

.tw-start-100 {
    inset-inline-start: 100%;
}

.tw-start-auto {
    inset-inline-start: auto;
}

.tw-end-0 {
    inset-inline-end: 0;
}

.tw-end-100 {
    inset-inline-end: 100%;
}

.tw-end-auto {
    inset-inline-end: auto;
}

/* Inset class End */
/* Line Clamp start */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.tw-lh-212 {
    line-height: 212%;
}

/* Line Clamp End */
/* ================================= Margin Css Start =========================== */
.tw-m-05 {
    margin: var(--size-05);
}

.tw-m-1 {
    margin: var(--size-1);
}

.tw-m-105 {
    margin: var(--size-105);
}

.tw-m-2 {
    margin: var(--size-2);
}

.tw-m-205 {
    margin: var(--size-205);
}

.tw-m-3 {
    margin: var(--size-3);
}

.tw-m-305 {
    margin: var(--size-305);
}

.tw-m-315 {
    margin: var(--size-315);
}

.tw-m-4 {
    margin: var(--size-4);
}

.tw-m-405 {
    margin: var(--size-405);
}

.tw-m-5 {
    margin: var(--size-5);
}

.tw-m-505 {
    margin: var(--size-505);
}

.tw-m-6 {
    margin: var(--size-6);
}

.tw-m-605 {
    margin: var(--size-605);
}

.tw-m-7 {
    margin: var(--size-7);
}

.tw-m-705 {
    margin: var(--size-705);
}

.tw-m-8 {
    margin: var(--size-8);
}

.tw-m-808 {
    margin: var(--size-808);
}

.tw-m-9 {
    margin: var(--size-9);
}

.tw-m-10 {
    margin: var(--size-10);
}

.tw-m-11 {
    margin: var(--size-11);
}

.tw-m-12 {
    margin: var(--size-12);
}

.tw-m-120 {
    margin: var(--size-120);
}

.tw-m-13 {
    margin: var(--size-13);
}

.tw-m-14 {
    margin: var(--size-14);
}

.tw-m-140 {
    margin: var(--size-140);
}

.tw-m-15 {
    margin: var(--size-15);
}

.tw-m-16 {
    margin: var(--size-16);
}

.tw-m-17 {
    margin: var(--size-17);
}

.tw-m-18 {
    margin: var(--size-18);
}

.tw-m-19 {
    margin: var(--size-19);
}

.tw-m-20 {
    margin: var(--size-20);
}

.tw-m-21 {
    margin: var(--size-21);
}

.tw-m-22 {
    margin: var(--size-22);
}

.tw-m-23 {
    margin: var(--size-23);
}

.tw-m-24 {
    margin: var(--size-24);
}

.tw-m-25 {
    margin: var(--size-25);
}

.tw-m-26 {
    margin: var(--size-26);
}

.tw-m-27 {
    margin: var(--size-27);
}

.tw-m-28 {
    margin: var(--size-28);
}

.tw-m-29 {
    margin: var(--size-29);
}

.tw-m-30 {
    margin: var(--size-30);
}

.tw-m-196 {
    margin: var(--size-196);
}

.tw-mx-05 {
    margin-inline: var(--size-05);
}

.tw-mx-1 {
    margin-inline: var(--size-1);
}

.tw-mx-105 {
    margin-inline: var(--size-105);
}

.tw-mx-2 {
    margin-inline: var(--size-2);
}

.tw-mx-205 {
    margin-inline: var(--size-205);
}

.tw-mx-3 {
    margin-inline: var(--size-3);
}

.tw-mx-305 {
    margin-inline: var(--size-305);
}

.tw-mx-315 {
    margin-inline: var(--size-315);
}

.tw-mx-4 {
    margin-inline: var(--size-4);
}

.tw-mx-405 {
    margin-inline: var(--size-405);
}

.tw-mx-5 {
    margin-inline: var(--size-5);
}

.tw-mx-505 {
    margin-inline: var(--size-505);
}

.tw-mx-6 {
    margin-inline: var(--size-6);
}

.tw-mx-605 {
    margin-inline: var(--size-605);
}

.tw-mx-7 {
    margin-inline: var(--size-7);
}

.tw-mx-705 {
    margin-inline: var(--size-705);
}

.tw-mx-8 {
    margin-inline: var(--size-8);
}

.tw-mx-808 {
    margin-inline: var(--size-808);
}

.tw-mx-9 {
    margin-inline: var(--size-9);
}

.tw-mx-10 {
    margin-inline: var(--size-10);
}

.tw-mx-11 {
    margin-inline: var(--size-11);
}

.tw-mx-12 {
    margin-inline: var(--size-12);
}

.tw-mx-120 {
    margin-inline: var(--size-120);
}

.tw-mx-13 {
    margin-inline: var(--size-13);
}

.tw-mx-14 {
    margin-inline: var(--size-14);
}

.tw-mx-140 {
    margin-inline: var(--size-140);
}

.tw-mx-15 {
    margin-inline: var(--size-15);
}

.tw-mx-16 {
    margin-inline: var(--size-16);
}

.tw-mx-17 {
    margin-inline: var(--size-17);
}

.tw-mx-18 {
    margin-inline: var(--size-18);
}

.tw-mx-19 {
    margin-inline: var(--size-19);
}

.tw-mx-20 {
    margin-inline: var(--size-20);
}

.tw-mx-21 {
    margin-inline: var(--size-21);
}

.tw-mx-22 {
    margin-inline: var(--size-22);
}

.tw-mx-23 {
    margin-inline: var(--size-23);
}

.tw-mx-24 {
    margin-inline: var(--size-24);
}

.tw-mx-25 {
    margin-inline: var(--size-25);
}

.tw-mx-26 {
    margin-inline: var(--size-26);
}

.tw-mx-27 {
    margin-inline: var(--size-27);
}

.tw-mx-28 {
    margin-inline: var(--size-28);
}

.tw-mx-29 {
    margin-inline: var(--size-29);
}

.tw-mx-30 {
    margin-inline: var(--size-30);
}

.tw-mx-196 {
    margin-inline: var(--size-196);
}

.tw-my-05 {
    margin-block: var(--size-05);
}

.tw-my-1 {
    margin-block: var(--size-1);
}

.tw-my-105 {
    margin-block: var(--size-105);
}

.tw-my-2 {
    margin-block: var(--size-2);
}

.tw-my-205 {
    margin-block: var(--size-205);
}

.tw-my-3 {
    margin-block: var(--size-3);
}

.tw-my-305 {
    margin-block: var(--size-305);
}

.tw-my-315 {
    margin-block: var(--size-315);
}

.tw-my-4 {
    margin-block: var(--size-4);
}

.tw-my-405 {
    margin-block: var(--size-405);
}

.tw-my-5 {
    margin-block: var(--size-5);
}

.tw-my-505 {
    margin-block: var(--size-505);
}

.tw-my-6 {
    margin-block: var(--size-6);
}

.tw-my-605 {
    margin-block: var(--size-605);
}

.tw-my-7 {
    margin-block: var(--size-7);
}

.tw-my-705 {
    margin-block: var(--size-705);
}

.tw-my-8 {
    margin-block: var(--size-8);
}

.tw-my-808 {
    margin-block: var(--size-808);
}

.tw-my-9 {
    margin-block: var(--size-9);
}

.tw-my-10 {
    margin-block: var(--size-10);
}

.tw-my-11 {
    margin-block: var(--size-11);
}

.tw-my-12 {
    margin-block: var(--size-12);
}

.tw-my-120 {
    margin-block: var(--size-120);
}

.tw-my-13 {
    margin-block: var(--size-13);
}

.tw-my-14 {
    margin-block: var(--size-14);
}

.tw-my-140 {
    margin-block: var(--size-140);
}

.tw-my-15 {
    margin-block: var(--size-15);
}

.tw-my-16 {
    margin-block: var(--size-16);
}

.tw-my-17 {
    margin-block: var(--size-17);
}

.tw-my-18 {
    margin-block: var(--size-18);
}

.tw-my-19 {
    margin-block: var(--size-19);
}

.tw-my-20 {
    margin-block: var(--size-20);
}

.tw-my-21 {
    margin-block: var(--size-21);
}

.tw-my-22 {
    margin-block: var(--size-22);
}

.tw-my-23 {
    margin-block: var(--size-23);
}

.tw-my-24 {
    margin-block: var(--size-24);
}

.tw-my-25 {
    margin-block: var(--size-25);
}

.tw-my-26 {
    margin-block: var(--size-26);
}

.tw-my-27 {
    margin-block: var(--size-27);
}

.tw-my-28 {
    margin-block: var(--size-28);
}

.tw-my-29 {
    margin-block: var(--size-29);
}

.tw-my-30 {
    margin-block: var(--size-30);
}

.tw-my-196 {
    margin-block: var(--size-196);
}

.tw-ms-05 {
    margin-inline-start: var(--size-05);
}

.tw-ms-1 {
    margin-inline-start: var(--size-1);
}

.tw-ms-105 {
    margin-inline-start: var(--size-105);
}

.tw-ms-2 {
    margin-inline-start: var(--size-2);
}

.tw-ms-205 {
    margin-inline-start: var(--size-205);
}

.tw-ms-3 {
    margin-inline-start: var(--size-3);
}

.tw-ms-305 {
    margin-inline-start: var(--size-305);
}

.tw-ms-315 {
    margin-inline-start: var(--size-315);
}

.tw-ms-4 {
    margin-inline-start: var(--size-4);
}

.tw-ms-405 {
    margin-inline-start: var(--size-405);
}

.tw-ms-5 {
    margin-inline-start: var(--size-5);
}

.tw-ms-505 {
    margin-inline-start: var(--size-505);
}

.tw-ms-6 {
    margin-inline-start: var(--size-6);
}

.tw-ms-605 {
    margin-inline-start: var(--size-605);
}

.tw-ms-7 {
    margin-inline-start: var(--size-7);
}

.tw-ms-705 {
    margin-inline-start: var(--size-705);
}

.tw-ms-8 {
    margin-inline-start: var(--size-8);
}

.tw-ms-808 {
    margin-inline-start: var(--size-808);
}

.tw-ms-9 {
    margin-inline-start: var(--size-9);
}

.tw-ms-10 {
    margin-inline-start: var(--size-10);
}

.tw-ms-11 {
    margin-inline-start: var(--size-11);
}

.tw-ms-12 {
    margin-inline-start: var(--size-12);
}

.tw-ms-120 {
    margin-inline-start: var(--size-120);
}

.tw-ms-13 {
    margin-inline-start: var(--size-13);
}

.tw-ms-14 {
    margin-inline-start: var(--size-14);
}

.tw-ms-140 {
    margin-inline-start: var(--size-140);
}

.tw-ms-15 {
    margin-inline-start: var(--size-15);
}

.tw-ms-16 {
    margin-inline-start: var(--size-16);
}

.tw-ms-17 {
    margin-inline-start: var(--size-17);
}

.tw-ms-18 {
    margin-inline-start: var(--size-18);
}

.tw-ms-19 {
    margin-inline-start: var(--size-19);
}

.tw-ms-20 {
    margin-inline-start: var(--size-20);
}

.tw-ms-21 {
    margin-inline-start: var(--size-21);
}

.tw-ms-22 {
    margin-inline-start: var(--size-22);
}

.tw-ms-23 {
    margin-inline-start: var(--size-23);
}

.tw-ms-24 {
    margin-inline-start: var(--size-24);
}

.tw-ms-25 {
    margin-inline-start: var(--size-25);
}

.tw-ms-26 {
    margin-inline-start: var(--size-26);
}

.tw-ms-27 {
    margin-inline-start: var(--size-27);
}

.tw-ms-28 {
    margin-inline-start: var(--size-28);
}

.tw-ms-29 {
    margin-inline-start: var(--size-29);
}

.tw-ms-30 {
    margin-inline-start: var(--size-30);
}

.tw-ms-196 {
    margin-inline-start: var(--size-196);
}

.tw-me-05 {
    margin-inline-end: var(--size-05);
}

.tw-me-1 {
    margin-inline-end: var(--size-1);
}

.tw-me-105 {
    margin-inline-end: var(--size-105);
}

.tw-me-2 {
    margin-inline-end: var(--size-2);
}

.tw-me-205 {
    margin-inline-end: var(--size-205);
}

.tw-me-3 {
    margin-inline-end: var(--size-3);
}

.tw-me-305 {
    margin-inline-end: var(--size-305);
}

.tw-me-315 {
    margin-inline-end: var(--size-315);
}

.tw-me-4 {
    margin-inline-end: var(--size-4);
}

.tw-me-405 {
    margin-inline-end: var(--size-405);
}

.tw-me-5 {
    margin-inline-end: var(--size-5);
}

.tw-me-505 {
    margin-inline-end: var(--size-505);
}

.tw-me-6 {
    margin-inline-end: var(--size-6);
}

.tw-me-605 {
    margin-inline-end: var(--size-605);
}

.tw-me-7 {
    margin-inline-end: var(--size-7);
}

.tw-me-705 {
    margin-inline-end: var(--size-705);
}

.tw-me-8 {
    margin-inline-end: var(--size-8);
}

.tw-me-808 {
    margin-inline-end: var(--size-808);
}

.tw-me-9 {
    margin-inline-end: var(--size-9);
}

.tw-me-10 {
    margin-inline-end: var(--size-10);
}

.tw-me-11 {
    margin-inline-end: var(--size-11);
}

.tw-me-12 {
    margin-inline-end: var(--size-12);
}

.tw-me-120 {
    margin-inline-end: var(--size-120);
}

.tw-me-13 {
    margin-inline-end: var(--size-13);
}

.tw-me-14 {
    margin-inline-end: var(--size-14);
}

.tw-me-140 {
    margin-inline-end: var(--size-140);
}

.tw-me-15 {
    margin-inline-end: var(--size-15);
}

.tw-me-16 {
    margin-inline-end: var(--size-16);
}

.tw-me-17 {
    margin-inline-end: var(--size-17);
}

.tw-me-18 {
    margin-inline-end: var(--size-18);
}

.tw-me-19 {
    margin-inline-end: var(--size-19);
}

.tw-me-20 {
    margin-inline-end: var(--size-20);
}

.tw-me-21 {
    margin-inline-end: var(--size-21);
}

.tw-me-22 {
    margin-inline-end: var(--size-22);
}

.tw-me-23 {
    margin-inline-end: var(--size-23);
}

.tw-me-24 {
    margin-inline-end: var(--size-24);
}

.tw-me-25 {
    margin-inline-end: var(--size-25);
}

.tw-me-26 {
    margin-inline-end: var(--size-26);
}

.tw-me-27 {
    margin-inline-end: var(--size-27);
}

.tw-me-28 {
    margin-inline-end: var(--size-28);
}

.tw-me-29 {
    margin-inline-end: var(--size-29);
}

.tw-me-30 {
    margin-inline-end: var(--size-30);
}

.tw-me-196 {
    margin-inline-end: var(--size-196);
}

.tw-mt-05 {
    margin-block-start: var(--size-05);
}

.tw-mt-1 {
    margin-block-start: var(--size-1);
}

.tw-mt-105 {
    margin-block-start: var(--size-105);
}

.tw-mt-2 {
    margin-block-start: var(--size-2);
}

.tw-mt-205 {
    margin-block-start: var(--size-205);
}

.tw-mt-3 {
    margin-block-start: var(--size-3);
}

.tw-mt-305 {
    margin-block-start: var(--size-305);
}

.tw-mt-315 {
    margin-block-start: var(--size-315);
}

.tw-mt-4 {
    margin-block-start: var(--size-4);
}

.tw-mt-405 {
    margin-block-start: var(--size-405);
}

.tw-mt-5 {
    margin-block-start: var(--size-5);
}

.tw-mt-505 {
    margin-block-start: var(--size-505);
}

.tw-mt-6 {
    margin-block-start: var(--size-6);
}

.tw-mt-605 {
    margin-block-start: var(--size-605);
}

.tw-mt-7 {
    margin-block-start: var(--size-7);
}

.tw-mt-705 {
    margin-block-start: var(--size-705);
}

.tw-mt-8 {
    margin-block-start: var(--size-8);
}

.tw-mt-808 {
    margin-block-start: var(--size-808);
}

.tw-mt-9 {
    margin-block-start: var(--size-9);
}

.tw-mt-10 {
    margin-block-start: var(--size-10);
}

.tw-mt-11 {
    margin-block-start: var(--size-11);
}

.tw-mt-12 {
    margin-block-start: var(--size-12);
}

.tw-mt-120 {
    margin-block-start: var(--size-120);
}

.tw-mt-13 {
    margin-block-start: var(--size-13);
}

.tw-mt-14 {
    margin-block-start: var(--size-14);
}

.tw-mt-140 {
    margin-block-start: var(--size-140);
}

.tw-mt-15 {
    margin-block-start: var(--size-15);
}

.tw-mt-16 {
    margin-block-start: var(--size-16);
}

.tw-mt-17 {
    margin-block-start: var(--size-17);
}

.tw-mt-18 {
    margin-block-start: var(--size-18);
}

.tw-mt-19 {
    margin-block-start: var(--size-19);
}

.tw-mt-20 {
    margin-block-start: var(--size-20);
}

.tw-mt-21 {
    margin-block-start: var(--size-21);
}

.tw-mt-22 {
    margin-block-start: var(--size-22);
}

.tw-mt-23 {
    margin-block-start: var(--size-23);
}

.tw-mt-24 {
    margin-block-start: var(--size-24);
}

.tw-mt-25 {
    margin-block-start: var(--size-25);
}

.tw-mt-26 {
    margin-block-start: var(--size-26);
}

.tw-mt-27 {
    margin-block-start: var(--size-27);
}

.tw-mt-28 {
    margin-block-start: var(--size-28);
}

.tw-mt-29 {
    margin-block-start: var(--size-29);
}

.tw-mt-30 {
    margin-block-start: var(--size-30);
}

.tw-mt-196 {
    margin-block-start: var(--size-196);
}

.tw-mb-05 {
    margin-block-end: var(--size-05);
}

.tw-mb-1 {
    margin-block-end: var(--size-1);
}

.tw-mb-105 {
    margin-block-end: var(--size-105);
}

.tw-mb-2 {
    margin-block-end: var(--size-2);
}

.tw-mb-205 {
    margin-block-end: var(--size-205);
}

.tw-mb-3 {
    margin-block-end: var(--size-3);
}

.tw-mb-305 {
    margin-block-end: var(--size-305);
}

.tw-mb-315 {
    margin-block-end: var(--size-315);
}

.tw-mb-4 {
    margin-block-end: var(--size-4);
}

.tw-mb-405 {
    margin-block-end: var(--size-405);
}

.tw-mb-5 {
    margin-block-end: var(--size-5);
}

.tw-mb-505 {
    margin-block-end: var(--size-505);
}

.tw-mb-6 {
    margin-block-end: var(--size-6);
}

.tw-mb-605 {
    margin-block-end: var(--size-605);
}

.tw-mb-7 {
    margin-block-end: var(--size-7);
}

.tw-mb-705 {
    margin-block-end: var(--size-705);
}

.tw-mb-8 {
    margin-block-end: var(--size-8);
}

.tw-mb-808 {
    margin-block-end: var(--size-808);
}

.tw-mb-9 {
    margin-block-end: var(--size-9);
}

.tw-mb-10 {
    margin-block-end: var(--size-10);
}

.tw-mb-11 {
    margin-block-end: var(--size-11);
}

.tw-mb-12 {
    margin-block-end: var(--size-12);
}

.tw-mb-120 {
    margin-block-end: var(--size-120);
}

.tw-mb-13 {
    margin-block-end: var(--size-13);
}

.tw-mb-14 {
    margin-block-end: var(--size-14);
}

.tw-mb-140 {
    margin-block-end: var(--size-140);
}

.tw-mb-15 {
    margin-block-end: var(--size-15);
}

.tw-mb-16 {
    margin-block-end: var(--size-16);
}

.tw-mb-17 {
    margin-block-end: var(--size-17);
}

.tw-mb-18 {
    margin-block-end: var(--size-18);
}

.tw-mb-19 {
    margin-block-end: var(--size-19);
}

.tw-mb-20 {
    margin-block-end: var(--size-20);
}

.tw-mb-21 {
    margin-block-end: var(--size-21);
}

.tw-mb-22 {
    margin-block-end: var(--size-22);
}

.tw-mb-23 {
    margin-block-end: var(--size-23);
}

.tw-mb-24 {
    margin-block-end: var(--size-24);
}

.tw-mb-25 {
    margin-block-end: var(--size-25);
}

.tw-mb-26 {
    margin-block-end: var(--size-26);
}

.tw-mb-27 {
    margin-block-end: var(--size-27);
}

.tw-mb-28 {
    margin-block-end: var(--size-28);
}

.tw-mb-29 {
    margin-block-end: var(--size-29);
}

.tw-mb-30 {
    margin-block-end: var(--size-30);
}

.tw-mb-196 {
    margin-block-end: var(--size-196);
}

.tw-ms-auto {
    margin-inline-start: auto;
}

.tw-me-auto {
    margin-inline-end: auto;
}

.my-120 {
    margin-block-start: 60px;
    margin-block-end: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-block-start: 80px;
        margin-block-end: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-block-start: 120px;
        margin-block-end: 120px;
    }
}

.mt-120 {
    margin-block-start: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-block-start: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-block-start: 120px;
    }
}

.mb-120 {
    margin-block-end: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-block-end: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-block-end: 120px;
    }
}

.mt-60 {
    margin-block-start: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-block-start: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-block-start: 60px;
    }
}

.mb-60 {
    margin-block-end: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-block-end: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-block-end: 60px;
    }
}

/* ================================= Margin Css End =========================== */
/* Max Height Css Class Start */
.tw-max-h-screen {
    max-height: 100vh;
}

/* Max Height Css Class End */
/* Max width Css Class Start */
.max-w-200-px {
    max-width: 200px;
}

.max-w-630-px {
    max-width: 630px;
}

.max-w-1140-px {
    max-width: 1140px;
}

.max-w-1290-px {
    max-width: 1290px;
}

/* Max width Css Class End */
/* Overlay Start */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    inset-inline-start: 0;
    inset-block-start: 0;
    background-color: #000000bd;
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.side-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    inset-inline-start: 0;
    inset-block-start: 0;
    background-color: #000000bd;
    z-index: 999;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.side-overlay.show {
    visibility: visible;
    opacity: 1;
}

/* Overlay End */
/* ================================= Padding Css Start =========================== */
.tw-p-05 {
    padding: var(--size-05);
}

.tw-p-1 {
    padding: var(--size-1);
}

.tw-p-105 {
    padding: var(--size-105);
}

.tw-p-2 {
    padding: var(--size-2);
}

.tw-p-205 {
    padding: var(--size-205);
}

.tw-p-3 {
    padding: var(--size-3);
}

.tw-p-305 {
    padding: var(--size-305);
}

.tw-p-315 {
    padding: var(--size-315);
}

.tw-p-4 {
    padding: var(--size-4);
}

.tw-p-405 {
    padding: var(--size-405);
}

.tw-p-5 {
    padding: var(--size-5);
}

.tw-p-505 {
    padding: var(--size-505);
}

.tw-p-6 {
    padding: var(--size-6);
}

.tw-p-605 {
    padding: var(--size-605);
}

.tw-p-7 {
    padding: var(--size-7);
}

.tw-p-705 {
    padding: var(--size-705);
}

.tw-p-8 {
    padding: var(--size-8);
}

.tw-p-808 {
    padding: var(--size-808);
}

.tw-p-9 {
    padding: var(--size-9);
}

.tw-p-10 {
    padding: var(--size-10);
}

.tw-p-11 {
    padding: var(--size-11);
}

.tw-p-12 {
    padding: var(--size-12);
}

.tw-p-120 {
    padding: var(--size-120);
}

.tw-p-13 {
    padding: var(--size-13);
}

.tw-p-14 {
    padding: var(--size-14);
}

.tw-p-140 {
    padding: var(--size-140);
}

.tw-p-15 {
    padding: var(--size-15);
}

.tw-p-16 {
    padding: var(--size-16);
}

.tw-p-17 {
    padding: var(--size-17);
}

.tw-p-18 {
    padding: var(--size-18);
}

.tw-p-19 {
    padding: var(--size-19);
}

.tw-p-20 {
    padding: var(--size-20);
}

.tw-p-21 {
    padding: var(--size-21);
}

.tw-p-22 {
    padding: var(--size-22);
}

.tw-p-23 {
    padding: var(--size-23);
}

.tw-p-24 {
    padding: var(--size-24);
}

.tw-p-25 {
    padding: var(--size-25);
}

.tw-p-26 {
    padding: var(--size-26);
}

.tw-p-27 {
    padding: var(--size-27);
}

.tw-p-28 {
    padding: var(--size-28);
}

.tw-p-29 {
    padding: var(--size-29);
}

.tw-p-30 {
    padding: var(--size-30);
}

.tw-p-196 {
    padding: var(--size-196);
}

.tw-px-05 {
    padding-inline: var(--size-05);
}

.tw-px-1 {
    padding-inline: var(--size-1);
}

.tw-px-105 {
    padding-inline: var(--size-105);
}

.tw-px-2 {
    padding-inline: var(--size-2);
}

.tw-px-205 {
    padding-inline: var(--size-205);
}

.tw-px-3 {
    padding-inline: var(--size-3);
}

.tw-px-305 {
    padding-inline: var(--size-305);
}

.tw-px-315 {
    padding-inline: var(--size-315);
}

.tw-px-4 {
    padding-inline: var(--size-4);
}

.tw-px-405 {
    padding-inline: var(--size-405);
}

.tw-px-5 {
    padding-inline: var(--size-5);
}

.tw-px-505 {
    padding-inline: var(--size-505);
}

.tw-px-6 {
    padding-inline: var(--size-6);
}

.tw-px-605 {
    padding-inline: var(--size-605);
}

.tw-px-7 {
    padding-inline: var(--size-7);
}

.tw-px-705 {
    padding-inline: var(--size-705);
}

.tw-px-8 {
    padding-inline: var(--size-8);
}

.tw-px-808 {
    padding-inline: var(--size-808);
}

.tw-px-9 {
    padding-inline: var(--size-9);
}

.tw-px-10 {
    padding-inline: var(--size-10);
}

.tw-px-11 {
    padding-inline: var(--size-11);
}

.tw-px-12 {
    padding-inline: var(--size-12);
}

.tw-px-120 {
    padding-inline: var(--size-120);
}

.tw-px-13 {
    padding-inline: var(--size-13);
}

.tw-px-14 {
    padding-inline: var(--size-14);
}

.tw-px-140 {
    padding-inline: var(--size-140);
}

.tw-px-15 {
    padding-inline: var(--size-15);
}

.tw-px-16 {
    padding-inline: var(--size-16);
}

.tw-px-17 {
    padding-inline: var(--size-17);
}

.tw-px-18 {
    padding-inline: var(--size-18);
}

.tw-px-19 {
    padding-inline: var(--size-19);
}

.tw-px-20 {
    padding-inline: var(--size-20);
}

.tw-px-21 {
    padding-inline: var(--size-21);
}

.tw-px-22 {
    padding-inline: var(--size-22);
}

.tw-px-23 {
    padding-inline: var(--size-23);
}

.tw-px-24 {
    padding-inline: var(--size-24);
}

.tw-px-25 {
    padding-inline: var(--size-25);
}

.tw-px-26 {
    padding-inline: var(--size-26);
}

.tw-px-27 {
    padding-inline: var(--size-27);
}

.tw-px-28 {
    padding-inline: var(--size-28);
}

.tw-px-29 {
    padding-inline: var(--size-29);
}

.tw-px-30 {
    padding-inline: var(--size-30);
}

.tw-px-196 {
    padding-inline: var(--size-196);
}

.tw-py-05 {
    padding-block: var(--size-05);
}

.tw-py-1 {
    padding-block: var(--size-1);
}

.tw-py-105 {
    padding-block: var(--size-105);
}

.tw-py-2 {
    padding-block: var(--size-2);
}

.tw-py-205 {
    padding-block: var(--size-205);
}

.tw-py-3 {
    padding-block: var(--size-3);
}

.tw-py-305 {
    padding-block: var(--size-305);
}

.tw-py-315 {
    padding-block: var(--size-315);
}

.tw-py-4 {
    padding-block: var(--size-4);
}

.tw-py-405 {
    padding-block: var(--size-405);
}

.tw-py-5 {
    padding-block: var(--size-5);
}

.tw-py-505 {
    padding-block: var(--size-505);
}

.tw-py-6 {
    padding-block: var(--size-6);
}

.tw-py-605 {
    padding-block: var(--size-605);
}

.tw-py-7 {
    padding-block: var(--size-7);
}

.tw-py-705 {
    padding-block: var(--size-705);
}

.tw-py-8 {
    padding-block: var(--size-8);
}

.tw-py-808 {
    padding-block: var(--size-808);
}

.tw-py-9 {
    padding-block: var(--size-9);
}

.tw-py-10 {
    padding-block: var(--size-10);
}

.tw-py-11 {
    padding-block: var(--size-11);
}

.tw-py-12 {
    padding-block: var(--size-12);
}

.tw-py-120 {
    padding-block: var(--size-120);
}

.tw-py-13 {
    padding-block: var(--size-13);
}

.tw-py-14 {
    padding-block: var(--size-14);
}

.tw-py-140 {
    padding-block: var(--size-140);
}

.tw-py-15 {
    padding-block: var(--size-15);
}

.tw-py-16 {
    padding-block: var(--size-16);
}

.tw-py-17 {
    padding-block: var(--size-17);
}

.tw-py-18 {
    padding-block: var(--size-18);
}

.tw-py-19 {
    padding-block: var(--size-19);
}

.tw-py-20 {
    padding-block: var(--size-20);
}

.tw-py-21 {
    padding-block: var(--size-21);
}

.tw-py-22 {
    padding-block: var(--size-22);
}

.tw-py-23 {
    padding-block: var(--size-23);
}

.tw-py-24 {
    padding-block: var(--size-24);
}

.tw-py-25 {
    padding-block: var(--size-25);
}

.tw-py-26 {
    padding-block: var(--size-26);
}

.tw-py-27 {
    padding-block: var(--size-27);
}

.tw-py-28 {
    padding-block: var(--size-28);
}

.tw-py-29 {
    padding-block: var(--size-29);
}

.tw-py-30 {
    padding-block: var(--size-30);
}

.tw-py-196 {
    padding-block: var(--size-196);
}

.tw-ps-05 {
    padding-inline-start: var(--size-05);
}

.tw-ps-1 {
    padding-inline-start: var(--size-1);
}

.tw-ps-105 {
    padding-inline-start: var(--size-105);
}

.tw-ps-2 {
    padding-inline-start: var(--size-2);
}

.tw-ps-205 {
    padding-inline-start: var(--size-205);
}

.tw-ps-3 {
    padding-inline-start: var(--size-3);
}

.tw-ps-305 {
    padding-inline-start: var(--size-305);
}

.tw-ps-315 {
    padding-inline-start: var(--size-315);
}

.tw-ps-4 {
    padding-inline-start: var(--size-4);
}

.tw-ps-405 {
    padding-inline-start: var(--size-405);
}

.tw-ps-5 {
    padding-inline-start: var(--size-5);
}

.tw-ps-505 {
    padding-inline-start: var(--size-505);
}

.tw-ps-6 {
    padding-inline-start: var(--size-6);
}

.tw-ps-605 {
    padding-inline-start: var(--size-605);
}

.tw-ps-7 {
    padding-inline-start: var(--size-7);
}

.tw-ps-705 {
    padding-inline-start: var(--size-705);
}

.tw-ps-8 {
    padding-inline-start: var(--size-8);
}

.tw-ps-808 {
    padding-inline-start: var(--size-808);
}

.tw-ps-9 {
    padding-inline-start: var(--size-9);
}

.tw-ps-10 {
    padding-inline-start: var(--size-10);
}

.tw-ps-11 {
    padding-inline-start: var(--size-11);
}

.tw-ps-12 {
    padding-inline-start: var(--size-12);
}

.tw-ps-120 {
    padding-inline-start: var(--size-120);
}

.tw-ps-13 {
    padding-inline-start: var(--size-13);
}

.tw-ps-14 {
    padding-inline-start: var(--size-14);
}

.tw-ps-140 {
    padding-inline-start: var(--size-140);
}

.tw-ps-15 {
    padding-inline-start: var(--size-15);
}

.tw-ps-16 {
    padding-inline-start: var(--size-16);
}

.tw-ps-17 {
    padding-inline-start: var(--size-17);
}

.tw-ps-18 {
    padding-inline-start: var(--size-18);
}

.tw-ps-19 {
    padding-inline-start: var(--size-19);
}

.tw-ps-20 {
    padding-inline-start: var(--size-20);
}

.tw-ps-21 {
    padding-inline-start: var(--size-21);
}

.tw-ps-22 {
    padding-inline-start: var(--size-22);
}

.tw-ps-23 {
    padding-inline-start: var(--size-23);
}

.tw-ps-24 {
    padding-inline-start: var(--size-24);
}

.tw-ps-25 {
    padding-inline-start: var(--size-25);
}

.tw-ps-26 {
    padding-inline-start: var(--size-26);
}

.tw-ps-27 {
    padding-inline-start: var(--size-27);
}

.tw-ps-28 {
    padding-inline-start: var(--size-28);
}

.tw-ps-29 {
    padding-inline-start: var(--size-29);
}

.tw-ps-30 {
    padding-inline-start: var(--size-30);
}

.tw-ps-196 {
    padding-inline-start: var(--size-196);
}

.tw-pe-05 {
    padding-inline-end: var(--size-05);
}

.tw-pe-1 {
    padding-inline-end: var(--size-1);
}

.tw-pe-105 {
    padding-inline-end: var(--size-105);
}

.tw-pe-2 {
    padding-inline-end: var(--size-2);
}

.tw-pe-205 {
    padding-inline-end: var(--size-205);
}

.tw-pe-3 {
    padding-inline-end: var(--size-3);
}

.tw-pe-305 {
    padding-inline-end: var(--size-305);
}

.tw-pe-315 {
    padding-inline-end: var(--size-315);
}

.tw-pe-4 {
    padding-inline-end: var(--size-4);
}

.tw-pe-405 {
    padding-inline-end: var(--size-405);
}

.tw-pe-5 {
    padding-inline-end: var(--size-5);
}

.tw-pe-505 {
    padding-inline-end: var(--size-505);
}

.tw-pe-6 {
    padding-inline-end: var(--size-6);
}

.tw-pe-605 {
    padding-inline-end: var(--size-605);
}

.tw-pe-7 {
    padding-inline-end: var(--size-7);
}

.tw-pe-705 {
    padding-inline-end: var(--size-705);
}

.tw-pe-8 {
    padding-inline-end: var(--size-8);
}

.tw-pe-808 {
    padding-inline-end: var(--size-808);
}

.tw-pe-9 {
    padding-inline-end: var(--size-9);
}

.tw-pe-10 {
    padding-inline-end: var(--size-10);
}

.tw-pe-11 {
    padding-inline-end: var(--size-11);
}

.tw-pe-12 {
    padding-inline-end: var(--size-12);
}

.tw-pe-120 {
    padding-inline-end: var(--size-120);
}

.tw-pe-13 {
    padding-inline-end: var(--size-13);
}

.tw-pe-14 {
    padding-inline-end: var(--size-14);
}

.tw-pe-140 {
    padding-inline-end: var(--size-140);
}

.tw-pe-15 {
    padding-inline-end: var(--size-15);
}

.tw-pe-16 {
    padding-inline-end: var(--size-16);
}

.tw-pe-17 {
    padding-inline-end: var(--size-17);
}

.tw-pe-18 {
    padding-inline-end: var(--size-18);
}

.tw-pe-19 {
    padding-inline-end: var(--size-19);
}

.tw-pe-20 {
    padding-inline-end: var(--size-20);
}

.tw-pe-21 {
    padding-inline-end: var(--size-21);
}

.tw-pe-22 {
    padding-inline-end: var(--size-22);
}

.tw-pe-23 {
    padding-inline-end: var(--size-23);
}

.tw-pe-24 {
    padding-inline-end: var(--size-24);
}

.tw-pe-25 {
    padding-inline-end: var(--size-25);
}

.tw-pe-26 {
    padding-inline-end: var(--size-26);
}

.tw-pe-27 {
    padding-inline-end: var(--size-27);
}

.tw-pe-28 {
    padding-inline-end: var(--size-28);
}

.tw-pe-29 {
    padding-inline-end: var(--size-29);
}

.tw-pe-30 {
    padding-inline-end: var(--size-30);
}

.tw-pe-196 {
    padding-inline-end: var(--size-196);
}

.tw-pt-05 {
    padding-block-start: var(--size-05);
}

.tw-pt-1 {
    padding-block-start: var(--size-1);
}

.tw-pt-105 {
    padding-block-start: var(--size-105);
}

.tw-pt-2 {
    padding-block-start: var(--size-2);
}

.tw-pt-205 {
    padding-block-start: var(--size-205);
}

.tw-pt-3 {
    padding-block-start: var(--size-3);
}

.tw-pt-305 {
    padding-block-start: var(--size-305);
}

.tw-pt-315 {
    padding-block-start: var(--size-315);
}

.tw-pt-4 {
    padding-block-start: var(--size-4);
}

.tw-pt-405 {
    padding-block-start: var(--size-405);
}

.tw-pt-5 {
    padding-block-start: var(--size-5);
}

.tw-pt-505 {
    padding-block-start: var(--size-505);
}

.tw-pt-6 {
    padding-block-start: var(--size-6);
}

.tw-pt-605 {
    padding-block-start: var(--size-605);
}

.tw-pt-7 {
    padding-block-start: var(--size-7);
}

.tw-pt-705 {
    padding-block-start: var(--size-705);
}

.tw-pt-8 {
    padding-block-start: var(--size-8);
}

.tw-pt-808 {
    padding-block-start: var(--size-808);
}

.tw-pt-9 {
    padding-block-start: var(--size-9);
}

.tw-pt-10 {
    padding-block-start: var(--size-10);
}

.tw-pt-11 {
    padding-block-start: var(--size-11);
}

.tw-pt-12 {
    padding-block-start: var(--size-12);
}

.tw-pt-120 {
    padding-block-start: var(--size-120);
}

.tw-pt-13 {
    padding-block-start: var(--size-13);
}

.tw-pt-14 {
    padding-block-start: var(--size-14);
}

.tw-pt-140 {
    padding-block-start: var(--size-140);
}

.tw-pt-15 {
    padding-block-start: var(--size-15);
}

.tw-pt-16 {
    padding-block-start: var(--size-16);
}

.tw-pt-17 {
    padding-block-start: var(--size-17);
}

.tw-pt-18 {
    padding-block-start: var(--size-18);
}

.tw-pt-19 {
    padding-block-start: var(--size-19);
}

.tw-pt-20 {
    padding-block-start: var(--size-20);
}

.tw-pt-21 {
    padding-block-start: var(--size-21);
}

.tw-pt-22 {
    padding-block-start: var(--size-22);
}

.tw-pt-23 {
    padding-block-start: var(--size-23);
}

.tw-pt-24 {
    padding-block-start: var(--size-24);
}

.tw-pt-25 {
    padding-block-start: var(--size-25);
}

.tw-pt-26 {
    padding-block-start: var(--size-26);
}

.tw-pt-27 {
    padding-block-start: var(--size-27);
}

.tw-pt-28 {
    padding-block-start: var(--size-28);
}

.tw-pt-29 {
    padding-block-start: var(--size-29);
}

.tw-pt-30 {
    padding-block-start: var(--size-30);
}

.tw-pt-196 {
    padding-block-start: var(--size-196);
}

.tw-pb-05 {
    padding-block-end: var(--size-05);
}

.tw-pb-1 {
    padding-block-end: var(--size-1);
}

.tw-pb-105 {
    padding-block-end: var(--size-105);
}

.tw-pb-2 {
    padding-block-end: var(--size-2);
}

.tw-pb-205 {
    padding-block-end: var(--size-205);
}

.tw-pb-3 {
    padding-block-end: var(--size-3);
}

.tw-pb-305 {
    padding-block-end: var(--size-305);
}

.tw-pb-315 {
    padding-block-end: var(--size-315);
}

.tw-pb-4 {
    padding-block-end: var(--size-4);
}

.tw-pb-405 {
    padding-block-end: var(--size-405);
}

.tw-pb-5 {
    padding-block-end: var(--size-5);
}

.tw-pb-505 {
    padding-block-end: var(--size-505);
}

.tw-pb-6 {
    padding-block-end: var(--size-6);
}

.tw-pb-605 {
    padding-block-end: var(--size-605);
}

.tw-pb-7 {
    padding-block-end: var(--size-7);
}

.tw-pb-705 {
    padding-block-end: var(--size-705);
}

.tw-pb-8 {
    padding-block-end: var(--size-8);
}

.tw-pb-808 {
    padding-block-end: var(--size-808);
}

.tw-pb-9 {
    padding-block-end: var(--size-9);
}

.tw-pb-10 {
    padding-block-end: var(--size-10);
}

.tw-pb-11 {
    padding-block-end: var(--size-11);
}

.tw-pb-12 {
    padding-block-end: var(--size-12);
}

.tw-pb-120 {
    padding-block-end: var(--size-120);
}

.tw-pb-13 {
    padding-block-end: var(--size-13);
}

.tw-pb-14 {
    padding-block-end: var(--size-14);
}

.tw-pb-140 {
    padding-block-end: var(--size-140);
}

.tw-pb-15 {
    padding-block-end: var(--size-15);
}

.tw-pb-16 {
    padding-block-end: var(--size-16);
}

.tw-pb-17 {
    padding-block-end: var(--size-17);
}

.tw-pb-18 {
    padding-block-end: var(--size-18);
}

.tw-pb-19 {
    padding-block-end: var(--size-19);
}

.tw-pb-20 {
    padding-block-end: var(--size-20);
}

.tw-pb-21 {
    padding-block-end: var(--size-21);
}

.tw-pb-22 {
    padding-block-end: var(--size-22);
}

.tw-pb-23 {
    padding-block-end: var(--size-23);
}

.tw-pb-24 {
    padding-block-end: var(--size-24);
}

.tw-pb-25 {
    padding-block-end: var(--size-25);
}

.tw-pb-26 {
    padding-block-end: var(--size-26);
}

.tw-pb-27 {
    padding-block-end: var(--size-27);
}

.tw-pb-28 {
    padding-block-end: var(--size-28);
}

.tw-pb-29 {
    padding-block-end: var(--size-29);
}

.tw-pb-30 {
    padding-block-end: var(--size-30);
}

.tw-pb-196 {
    padding-block-end: var(--size-196);
}

.tw-p-36-px {
    padding: clamp(1rem, -6.1013rem + 9.4763vw, 2.25rem);
}

.tw-p-48-px {
    padding: clamp(1.5rem, -12.1677rem + 32.9177vw, 3rem);
}

.tw-p-60-px {
    padding: clamp(1.5rem, -12.1677rem + 32.9177vw, 3.75rem);
}

.py-120 {
    padding-block-start: 60px;
    padding-block-end: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-block-start: 80px;
        padding-block-end: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-block-start: 120px;
        padding-block-end: 120px;
    }
}

.pt-120 {
    padding-block-start: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-block-start: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-block-start: 120px;
    }
}

.pb-120 {
    padding-block-end: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-block-end: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-block-end: 120px;
    }
}

.py-60 {
    padding-block-start: 30px;
    padding-block-end: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-block-start: 40px;
        padding-block-end: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-block-start: 60px;
        padding-block-end: 60px;
    }
}

.pt-60 {
    padding-block-start: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-block-start: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-block-start: 60px;
    }
}

.pb-60 {
    padding-block-end: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-block-end: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-block-end: 60px;
    }
}

/* ================================= Padding Css End =========================== */
/* Placeholder Classes Start */
.tw-placeholder-text-neutral-100::placeholder {
    color: var(--neutral-100);
}

.tw-placeholder-text-neutral-200::placeholder {
    color: var(--neutral-200);
}

.tw-placeholder-text-neutral-300::placeholder {
    color: var(--neutral-300);
}

.tw-placeholder-text-neutral-400::placeholder {
    color: var(--neutral-400);
}

.tw-placeholder-text-neutral-500::placeholder {
    color: var(--neutral-500);
}

.tw-placeholder-text-neutral-600::placeholder {
    color: var(--neutral-600);
}

.tw-placeholder-text-neutral-700::placeholder {
    color: var(--neutral-700);
}

.tw-placeholder-text-neutral-800::placeholder {
    color: var(--neutral-800);
}

.tw-placeholder-text-neutral-900::placeholder {
    color: var(--neutral-900);
}

.focus-tw-placeholder-text-hidden:focus::placeholder {
    opacity: 0;
}

.tw-placeholder-transition-2::placeholder {
    transition: 0.2s linear;
}

/* Placeholder Classes End */
/* Border Radius Css Start */
.tw-rounded {
    border-radius: 0.25rem;
    /* 4px */
}

.tw-rounded-none {
    border-radius: 0px;
}

.tw-rounded-sm {
    border-radius: 0.125rem;
    /* 2px */
}

.tw-rounded-md {
    border-radius: 0.375rem;
    /* 6px */
}

.tw-rounded-lg {
    border-radius: 0.5rem;
    /* 8px */
}

.tw-rounded-xl {
    border-radius: 0.75rem;
    /* 12px */
}

.tw-rounded-2xl {
    border-radius: 1rem;
    /* 16px */
}

.tw-rounded-3xl {
    border-radius: 1.5rem;
    /* 24px */
}

/* Border Radius Css End */
/* Rotate Css Start */
.tw-hover-rotate-360:hover {
    transform: rotate(260deg);
}

/* Rotate Css End */
/* Hover Scale Css start */
.tw-scale-04 {
    transform: scale(0.4);
}

.tw-scale-08 {
    transform: scale(0.8);
}

.hover-scale-09:hover {
    transform: scale(0.9);
}

.hover-scale-094:hover {
    transform: scale(0.94);
}

.hover-scale-098:hover {
    transform: scale(0.98);
}

.hover-scale-102:hover {
    transform: scale(1.02);
}

.hover-scale-104:hover {
    transform: scale(1.04);
}

.hover-scale-106:hover {
    transform: scale(1.06);
}

.hover-scale-108:hover {
    transform: scale(1.08);
}

.hover-scale-2:hover {
    transform: scale(1.2);
}

.hover-scale-20:hover {
    transform: scale(2);
}

.hover-scale-30:hover {
    transform: scale(3);
}

/* Hover Scale Css End */
/* Active Scale Css End */
.active-scale-09:active {
    transform: scale(0.9);
}

.active-scale-094:active {
    transform: scale(0.94);
}

.active-scale-098:active {
    transform: scale(0.98);
}

.active-scale-102:active {
    transform: scale(1.02);
}

/* Active Scale Css End */
/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-inline-end: 17px;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-inline-end: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: calc(100% - 0px);
}

/* Hide Scroll bar Css For Custom Modal End */
.scroll-sm::-webkit-scrollbar {
    width: 6px;
}

.scroll-sm::-webkit-scrollbar-track {
    background: hsl(var(--white));
}

.scroll-sm::-webkit-scrollbar-thumb {
    background: #e4e4e4;
    background: hsl(var(--white));
    border-radius: 50px;
}

@media (max-width: 992px) {
    .scroll-sm::-webkit-scrollbar-thumb {
        background: #e4e4e4;
    }
}

.scroll-sm::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1 !important;
}

.scroll-sm:hover::-webkit-scrollbar-thumb {
    background: #e4e4e4;
}

.scroll-sm-horizontal::-webkit-scrollbar {
    height: 6px;
}

/* Box shadow start */
.common-shadow {
    box-shadow: 0 6px 30px 0px #0000000a;
}

/* Box shadow End */
/* transition Css Class start */
.tw-transition {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tw-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* transition Css Class End */
.tw-duration-75 {
    transition-duration: 75ms;
}

.tw-duration-100 {
    transition-duration: 100ms;
}

.tw-duration-150 {
    transition-duration: 150ms;
}

.tw-duration-200 {
    transition-duration: 200ms;
}

.tw-duration-300 {
    transition-duration: 300ms;
}

.tw-duration-500 {
    transition-duration: 500ms;
}

/*================================== Translate Css Start ==================================*/
/* Translate X */
.tw-translate-x-50 {
    transform: var(--translate-x-50);
}

.tw--translate-x-full {
    transform: translateX(-100%);
}

.tw--translate-middle {
    transform: var(--translate-x-50) var(--translate-y-50);
}

/* Translate Y */
.tw--translate-y-50 {
    transform: var(--translate-y-50);
}

.active--translate-y-scale-9:active {
    transform: translateY(-4px) scale(0.94);
    transition: 0.06s;
}

.hover--translate-y-05:hover {
    transform: translateY(-2px);
}

.hover--translate-y-1:hover {
    transform: translateY(-4px);
}

.hover--translate-y-2:hover {
    transform: translateY(-8px);
}

.active--translate-y-05:active {
    transform: translateY(-2px);
}

.active--translate-y-1:active {
    transform: translateY(-4px);
}

/* Translate X */
.hover--translate-x-05:hover {
    transform: translateX(-2px);
}

.hover--translate-x-1:hover {
    transform: translateX(-4px);
}

.hover--translate-x-2:hover {
    transform: translateX(-8px);
}

/*================================== Translate Css End  ==================================*/
/* Transform Css Start */
.origin-left {
    transform-origin: left;
}

.object-top {
    object-position: top;
}

/* Transform Css End */
/* Text Decoration Start */
.hover-underline:hover {
    text-decoration: underline;
}

.hover-underline-none:hover {
    text-decoration: none;
}

/* Text Decoration End */
/* width Css Class start */
.tw-w-05 {
    width: 0.125rem;
}

.tw-w-1 {
    width: 0.25rem;
}

.tw-w-105 {
    width: 0.375rem;
}

.tw-w-2 {
    width: 0.5rem;
}

.tw-w-205 {
    width: 0.625rem;
}

.tw-w-3 {
    width: 0.75rem;
}

.tw-w-305 {
    width: 0.875rem;
}

.tw-w-315 {
    width: 0.9375rem;
}

.tw-w-4 {
    width: 1rem;
}

.tw-w-405 {
    width: 1.125rem;
}

.tw-w-5 {
    width: 1.25rem;
}

.tw-w-505 {
    width: 1.375rem;
}

.tw-w-6 {
    width: 1.5rem;
}

.tw-w-605 {
    width: 1.625rem;
}

.tw-w-7 {
    width: 1.75rem;
}

.tw-w-705 {
    width: 1.875rem;
}

.tw-w-8 {
    width: 2rem;
}

.tw-w-808 {
    width: 2.125rem;
}

.tw-w-9 {
    width: 2.25rem;
}

.tw-w-10 {
    width: 2.5rem;
}

.tw-w-11 {
    width: 2.75rem;
}

.tw-w-12 {
    width: 3rem;
}

.tw-w-120 {
    width: 3.125rem;
}

.tw-w-13 {
    width: 3.25rem;
}

.tw-w-14 {
    width: 3.5rem;
}

.tw-w-140 {
    width: 3.625rem;
}

.tw-w-15 {
    width: 3.75rem;
}

.tw-w-16 {
    width: 4rem;
}

.tw-w-17 {
    width: 4.25rem;
}

.tw-w-18 {
    width: 4.5rem;
}

.tw-w-19 {
    width: 4.75rem;
}

.tw-w-20 {
    width: 5rem;
}

.tw-w-21 {
    width: 5.25rem;
}

.tw-w-22 {
    width: 5.5rem;
}

.tw-w-23 {
    width: 5.75rem;
}

.tw-w-24 {
    width: 6rem;
}

.tw-w-25 {
    width: 6.25rem;
}

.tw-w-26 {
    width: 6.5rem;
}

.tw-w-27 {
    width: 6.75rem;
}

.tw-w-28 {
    width: 7rem;
}

.tw-w-29 {
    width: 7.25rem;
}

.tw-w-30 {
    width: 7.5rem;
}

.tw-w-196 {
    width: 12.25rem;
}

.min-w-max {
    min-width: max-content;
}

.tw-w-px {
    width: 1px;
}

.tw-w-106-px {
    max-width: 106px;
}

.tw-w-180-px {
    width: 180px;
}

.tw-w-288-px {
    width: 288px;
}

.tw-w-300-px {
    width: 300px;
}

.tw-w-450-px {
    width: 450px;
}

.tw-w-526-px {
    width: 526px;
}

.tw-w-730-px {
    width: 730px;
}

@media screen and (max-width: 1399px) {
    .tw-w-730-px {
        width: 668px;
    }
}

@media screen and (max-width: 1199px) {
    .tw-w-730-px {
        width: 100%;
    }
}

.tw-w-w-max {
    width: max-content;
}

/* width Css Class End */
/* Z index css start */
.tw-z-99 {
    z-index: 99;
}

.tw-z-991 {
    z-index: 991;
}

.tw-z-999 {
    z-index: 999;
}

/* Z index css End */
/* ======================== Animation Css Start ==================================== */
/* Raw animations start here */
.animation-item:hover .animate__bounce {
    animation: bounce 1.5s;
}

.animation-item:hover .animate__wobble {
    animation: wobble 1.5s ease-in-out;
}

.animation-item:hover .animate__heartBeat {
    animation: heartbeat 1.5s ease-in-out;
}

.animation-item:hover .animate__flipInY {
    animation: flipInY 1.5s ease-in-out;
}

.animation-item:hover .animate__swing {
    animation: swing 1.5s ease-in-out;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.animation-scalation {
    animation: scalation 8s linear infinite;
}

.animation-upDown {
    animation: animationUpDown 8s linear infinite;
}

.animation-rotate-scale {
    animation: scaleRotate 4.5s ease-in-out infinite;
}

@keyframes scaleRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.2) rotate(180deg);
    }

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

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

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

    50% {
        transform: scale(0.5);
    }

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

@keyframes animationUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0px);
    }
}

.animation-delay-1 {
    animation-delay: 1s !important;
}

.animation-delay-2 {
    animation-delay: 2s;
}

.animation-delay-3 {
    animation-delay: 3s;
}

.animation-rotate-right {
    animation: rotateRight 30s linear infinite;
}

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

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

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-24px);
    }

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

.animated-upDown {
    animation: floatAnimation 3s ease-in-out infinite;
}

.left-right-animation {
    animation: 2.6s leftRightAnimation linear infinite;
}

@keyframes leftRightAnimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-24px);
    }

    100% {
        transform: translateX(0px);
    }
}

.scale-animation {
    animation: 4s scaleAnimation linear infinite;
}

@keyframes scaleAnimation {

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

    50% {
        transform: scale(1.2);
    }
}

.animate__wobble__two {
    animation: wobble 2.4s ease-in-out infinite;
}

/* ======================== Animation Css End ==================================== */
.tw-container-1580-px {
    max-width: 1580px;
}

.tw-container-1630-px {
    max-width: 1630px;
}

.tw-container-1650-px {
    max-width: 1650px;
}

.tw-container-1680-px {
    max-width: 1680px;
}

.tw-container-1720-px {
    max-width: 1720px;
}

.tw-container-1750-px {
    max-width: 1780px;
}

.breadcrumb-area {
    padding-block: 247px 210px;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: linear-gradient(156deg, #000 0%, rgba(0, 0, 0, 0.66) 59.25%, rgba(0, 0, 0, 0.07) 100%);
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .breadcrumb-title {
        font-size: 70px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-title {
        font-size: 68px;
    }
}

/* ================================= preload Css Start =========================== */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--white));
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: transparent;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

.loading-screen .animation-preloader {
    z-index: 1000;
    width: 70%;
    margin: auto;
    text-align: center;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 4rem "Marcellus", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: var(--main-600);
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--main-two-600);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Marcellus", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner img {
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Marcellus", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner img {
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Marcellus", sans-serif;
    }
}

.loader-border {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    border-top: 4px solid var(--main-600);
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;
    z-index: 11;
}

.loader-border::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-bottom: 4px solid hsl(var(--black));
    border-left: 4px solid transparent;
}

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

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

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
@media screen and (max-width: 991px) {
    .header {
        padding: 10px 0;
    }
}

.header.fixed-header {
    position: sticky;
    padding: 20px 0px;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 100%;
    z-index: 9;
    backdrop-filter: blur(24px);
    animation: slideDown 0.35s ease-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    .header.fixed-header {
        inset-block-start: -1px;
    }
}

.header-right {
    gap: 20px;
}

@media screen and (max-width: 1399px) {
    .header-right {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .header-btn-wrap {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .header-button {
        display: none !important;
    }
}

@media screen and (max-width: 1399px) {
    .header-call {
        display: none !important;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Header Menu and Submenu Css Start */
@media screen and (max-width: 1199px) {
    .nav-menu {
        gap: 20px !important;
    }
}

.nav-menu__item.activePage>a {
    color: var(--main-600) !important;
}

.nav-menu__item.activePage>a::before {
    color: var(--main-600);
}

.nav-menu__item:hover>a {
    color: hsl(var(--heading-color));
}

@media (min-width: 992px) {
    .nav-menu__item:hover>a {
        color: var(--main-600);
    }
}

.has-submenu.active>a,
.has-submenu.active>a::before {
    color: var(--main-600);
}

.has-submenu.active>a::before {
    transform: translateY(-50%) rotate(180deg) !important;
}

.has-submenu:hover .nav-submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

@media (min-width: 992px) {
    .has-submenu:hover>a::before {
        color: var(--main-600);
        transform: translateY(-50%) rotate(180deg);
    }
}

.has-submenu>a {
    position: relative;
}

.has-submenu>a::before {
    position: absolute;
    content: "\e136";
    inset-inline-end: 0;
    inset-block-start: 50%;
    transform: translateY(-50%);
    font-family: "Phosphor";
    font-weight: 400;
    color: hsl(var(--white));
    transition: 0.2s linear;
    font-size: 12px;
}

/* Submenu Start */
.nav-submenu {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    min-width: 210px;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transition: 0.4s ease;
    transform-origin: top center;
}

@media (min-width: 992px) {
    .nav-submenu {
        max-height: 400px;
        overflow-y: auto;
    }
}

.nav-submenu__item.activePage .nav-submenu__link {
    color: var(--main-600) !important;
}

.nav-submenu__item:hover a {
    color: hsl(var(--heading-color));
}

.header-transparent {
    position: absolute;
    width: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 9;
    padding: 20px 0px;
}

@media screen and (max-width: 767px) {
    .header-two-button {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .header-two-button a {
        padding-inline: var(--size-9);
    }
}

.header-top-three {
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
    padding-block: 10px;
}

.header-three.header-transparent {
    inset-block-start: 41px;
}

@media screen and (max-width: 767px) {
    .header-three.header-transparent {
        inset-block-start: 0;
    }
}

.header-three .nav-menu__link {
    font-size: 15px;
}

.header-three .logo {
    transform: translateX(-160px);
}

@media screen and (max-width: 1499px) {
    .header-three .logo {
        transform: translateX(-100px);
    }
}

@media screen and (max-width: 1399px) {
    .header-three .logo {
        transform: translateX(-30px);
    }
}

@media screen and (max-width: 1199px) {
    .header-three .logo {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header-three .logo {
        display: block;
        transform: translateX(0);
    }
}

.fixed-header.header-three.header-transparent {
    inset-block-start: 0;
}

.home-four-bg {
    background-color: hsl(var(--white)) !important;
}

.header-top-four {
    padding-block: 16px;
}

@media screen and (max-width: 991px) {
    .header-top-four {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .header-four {
        padding: 0 0;
        background: #f2f1ef;
    }
}

@media screen and (max-width: 1399px) {
    .header-four-nav {
        padding-inline: var(--size-4);
    }
}

@media screen and (max-width: 991px) {
    .header-four-nav {
        padding-inline: 0;
        border-radius: 0;
        padding-block: 16px;
    }
}

.header-four .has-submenu>a::before {
    color: hsl(var(--heading-color)) !important;
}

@media screen and (max-width: 1199px) {
    .header-four .header-right {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .header-four .header-right {
        display: block !important;
    }
}

@media screen and (max-width: 1399px) {
    .header-four-call {
        display: flex !important;
        margin-inline-end: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header-four-call {
        display: none !important;
    }
}

.header-four.fixed-header {
    background: #f2f1ef;
}

/* Submenu End */
/* Header Menu and Submenu Css End */
/* ================================= Header Css End =========================== */
/* Mega menu css start */
.mega-menu {
    position: absolute;
    inset-block-start: 100%;
    background-color: #fff;
    width: 100%;
    inset-inline-start: 0;
    z-index: 99;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .mega-menu {
        margin-block: 16px !important;
        margin-inline-start: 0 !important;
        padding-inline-end: 4px !important;
    }
}

.mega-menu-item__buttons {
    transition: all 0.5s;
}

.mega-menu-item__overlay {
    background-color: #0000008c;
    transition: all 0.25s;
}

.mega-menu-item__buttons {
    margin-top: -60px;
    transform: scale(0.8);
}

.mega-menu-item:hover .mega-menu-item__buttons {
    transition-delay: 0.1s;
    margin-top: 0px;
    transform: scale(1);
}

/* Mega menu css end */
/* Mobile Menu Sidebar Start */
.mobile-menu.active {
    transform: translateX(0%);
}

.nav-menu--mobile .nav-menu__item>a::before {
    transform: translateY(-50%) rotate(0deg);
}

.nav-menu--mobile .nav-menu__link {
    border-bottom: 1px solid var(--neutral-200) !important;
    position: relative;
    padding: 12px 0;
    padding-inline-end: 16px;
    color: hsl(var(--black)) !important;
}

.nav-menu--mobile .nav-menu__link::before {
    color: hsl(var(--black));
}

.nav-menu--mobile .nav-submenu {
    position: static !important;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    width: 100%;
    margin-block-start: 0;
    padding: 0;
    margin-inline-start: 16px;
    display: none;
    transition: 0s;
}

.nav-menu--mobile .nav-submenu__link {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--neutral-200) !important;
}

.nav-menu--mobile .nav-submenu__item:hover {
    background-color: transparent;
    color: var(--main-600);
}

.nav-menu--mobile .nav-submenu__item::before {
    display: none;
}

/* Mobile Menu Sidebar Start */
/* ===================== Scroll to Top Start ================================= */
.progress-wrap {
    position: fixed;
    inset-inline-end: 16px;
    inset-block-end: 16px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: #fff;
    mix-blend-mode: difference;
}

@media screen and (max-width: 991px) {
    .progress-wrap {
        inset-inline-end: 24px;
        inset-block-end: 24px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:hover {
    transform: scale(1.06);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Phosphor";
    font-weight: 900;
    content: "\e08e";
    text-align: center;
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 18px;
    inset-inline-start: 0;
    inset-block-start: 0;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    color: hsl(var(--main)) !important;
}

@media screen and (max-width: 991px) {
    .progress-wrap::after {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--main-600);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* ===================== Scroll to Top End ================================= */
/* Custom Cursor Css Start */
.cursor,
.dot {
    width: 32px;
    height: 32px;
    border: 1px solid hsl(var(--white));
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    visibility: hidden;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    mix-blend-mode: difference;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: hsl(var(--white));
    mix-blend-mode: difference;
}

/* Custom Cursor Css End */
.search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--main-600);
    z-index: 100;
    padding-top: 70px;
    padding-bottom: 100px;
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(calc(-100% - 80px));
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
    z-index: 9999;
}

.search_popup.search-opened {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.search_popup.search-opened .search_form .search_input {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.search_popup.search-opened .search_form .search_input::after {
    width: 100%;
    transition-delay: 0.5s;
}

.search_wrapper .search_top {
    margin-bottom: 80px;
}

.search_wrapper .search_top .search_logo {
    max-width: 210px;
}

.search_wrapper .search_top .search_logo a {
    display: block;
}

.search_wrapper .search_top .search_logo a img {
    filter: brightness(0) invert(1);
}

.search_wrapper .search_top .search_close .search_close_btn {
    font-size: 25px;
    color: hsl(var(--white));
    transition: all 0.3s ease-in-out 0s;
}

.search_wrapper .search_top .search_close .search_close_btn svg {
    width: 30px;
    height: 30px;
}

.search_wrapper .search_top .search_close .search_close_btn:hover {
    color: var(--main-two-600);
    transform: rotate(90deg);
}

.search_wrapper .search_form .search_input {
    position: relative;
    height: 80px;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
}

.search_wrapper .search_form .search_input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-delay: 0.3s;
    transition: all 0.3s ease-in-out;
}

.search_wrapper .search_form .search_input input {
    width: 100%;
    height: 100% !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    outline: 0;
    font-size: 20px;
    border-bottom: 1px solid hsl(var(--white)) !important;
    padding: 0 !important;
    padding-right: 0px;
    padding-right: 30px !important;
    color: hsl(var(--white)) !important;
}

.search_wrapper .search_form .search_input input::placeholder {
    font-size: 24px;
    color: var(--tj-color-common-white) !important;
}

.search_wrapper .search_form .search_input input~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tj-color-common-black);
    transition: all 0.5s;
}

.search_wrapper .search_form .search_input input:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.5s;
}

.search_wrapper .search_form .search_input button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: hsl(var(--white));
}

.search-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 99;
    opacity: 0.7;
    cursor: zoom-out;
    transform: translateY(calc(-100% - 80px));
    transition: all 0.5s ease-in-out 0s;
    transition-delay: 0.3s;
}

.search-popup-overlay.search-popup-overlay-open {
    transform: translateY(0);
}

.section-subtitle {
    color: #CF8D10;
    letter-spacing: 0.09em;
}

.section-title {
    font-size: 65px;
    line-height: 111%;
}

@media screen and (max-width: 1399px) {
    .section-title {
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 1399px) {
    .section-two-title {
        font-size: 53px;
    }
}

@media screen and (max-width: 767px) {
    .section-two-title {
        font-size: 44px;
    }
}

.custom-control.custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-control.custom-checkbox input {
    display: none;
}

.custom-control.custom-checkbox input:checked~label::after {
    background-color: var(--main-600);
    border-color: var(--main-600);
}

.custom-control.custom-checkbox input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.custom-control.custom-checkbox label {
    position: relative;
    padding-inline-start: 26px;
    z-index: 1;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #848f93;
}

.custom-control.custom-checkbox label::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(6, 7, 40, 0.2);
    z-index: -1;
    transition: 0.3s;
    border-radius: 3px;
    transform: translateY(-50%);
}

.custom-control.custom-checkbox label::before {
    content: "\e182";
    position: absolute;
    top: 50%;
    left: 3px;
    font-size: 10px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: hsl(var(--white));
    transition: 0.3s;
    font-family: "Phosphor";
    transform: translateY(-50%);
}

.widget-pagination ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.widget-pagination ul li {
    cursor: pointer;
    transition: 0.4s;
}

.widget-pagination ul li i {
    font-size: 14px;
}

.widget-pagination ul li a {
    width: 56px;
    height: 52px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    color: hsl(var(--black));
}

.widget-pagination ul li a:hover {
    background: var(--main-600);
    color: hsl(var(--white));
    border: 1px solid var(--main-600);
}

/* ================================== rtl css start ================================== */
.text-start {
    text-align: start !important;
}

.form-check {
    padding-left: 0;
}

.form-check {
    padding-inline-start: 1.5em;
}

.form-check .form-check-input {
    margin-left: 0;
}

[dir=rtl] .tw-translate-x-50 {
    transform: translateX(50%);
}

[dir=rtl] .select-domain {
    margin-inline-end: 0;
}

[dir=rtl] .pricing-plan .form-check {
    padding-left: 0 !important;
}

[dir=rtl] .common-check-two .form-check-input::before {
    transform: translate(50%, -50%);
}

[dir=rtl] .distraction-icon.seven {
    transform: translate(50%, -50%);
}

[dir=rtl] .translate-middle-x {
    transform: translateX(50%) !important;
}

[dir=rtl] .translate-x-100-16 {
    transform: translateX(calc(100% - 105px));
}

[dir=rtl] .toast-message {
    transform: translateX(-110%);
}

[dir=rtl] .toast-message.active {
    transform: translateX(0) !important;
}

[dir=rtl] .arrow-long {
    transform: scaleX(-1);
}

[dir=rtl] .common-check .form-check-input::before {
    transform: translate(50%, -50%);
}

[dir=rtl] .form-check .form-check-input {
    margin-right: -1.5em;
}

[dir=rtl] .top-features-slider {
    direction: rtl;
}

[dir=rtl] .left-right-gradient::before {
    background: linear-gradient(-90deg, #fff, transparent);
}

[dir=rtl] .left-right-gradient::after {
    background: linear-gradient(-90deg, transparent, #ffffff);
}

[dir=rtl] .tw--translate-x-full {
    transform: translateX(100%);
}

[dir=rtl] .image-animation:after {
    transform: translate(50%, -50%) rotate(-45deg);
}

[dir=rtl] .ph-bold.ph-caret-right:before {
    content: "\e138";
}

[dir=rtl] .ph-bold.ph-arrow-up-right:before {
    content: "\e090";
}

[dir=rtl] .ph.ph-caret-right:before {
    content: "\e138";
}

[dir=rtl] .ph.ph-caret-left:before {
    content: "\e13a";
}

[dir=rtl] .ph.ph-arrow-right:before {
    content: "\e058";
}

[dir=rtl] .ph-bold.ph-caret-left:before {
    content: "\e13a";
}

[dir=rtl] .ph-bold.ph-caret-left:before {
    content: "\e13a";
}

/* ================================== rtl css End ================================== */
.progress-container,
.progress {
    background-color: #dce0ee;
    border-radius: 5px;
    position: relative;
    height: 7px;
    width: 100%;
}

.progress {
    width: 0;
    height: 7px;
    top: 50%;
    left: 0;
    transition: 0.8s linear;
    transform: translateY(-50%);
    background-color: var(--main-600);
}

.progress.active {
    width: 0 !important;
}

.percentage {
    background-color: var(--main-600);
    border-radius: 5px;
    box-shadow: 0 4px 5px #00000033;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    bottom: 20px;
    inset-inline-start: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    text-align: center;
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
}

.percentage::after {
    background-color: var(--main-600);
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    height: 10px;
    width: 10px;
    z-index: -1;
}

.progress.active,
.percentage.active {
    inset-inline-start: 0 !important;
}

.banner-area {
    /* padding: 270px 0 290px; */
    padding: 220px 0 140px;
}

@media screen and (max-width: 767px) {
    .banner-area {
        padding: 200px 0 160px;
    }
}

.banner-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.63) 51.06%, rgba(0, 0, 0, 0.58) 100%);
}

@media screen and (max-width: 575px) {
    .banner-subtitle {
        font-size: 18px;
        margin-block-end: var(--size-5);
    }
}

.banner-title {
    letter-spacing: -0.01em;
    line-height: 96%;
}

@media screen and (max-width: 1399px) {
    .banner-title {
        font-size: 95px;
        line-height: 98%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-title {
        font-size: 80px;
        line-height: 102%;
    }
}

@media screen and (max-width: 767px) {
    .banner-title {
        font-size: 65px;
    }
}

@media screen and (max-width: 575px) {
    .banner-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-play-button {
        justify-content: left !important;
        margin-block-start: 60px;
    }
}

.play-now-two {
    width: 110px;
    height: 110px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--white));
    color: hsl(var(--black));
    border-radius: 50%;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.play-now-two::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.1);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.play-now-two::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    transform: scale(1.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: borderanimate2 2s linear infinite;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.checkout-area {
    margin-top: -80px;
}

.checkout-bg {
    box-shadow: 0 4px 72px 17px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1399px) {
    .checkout-bg {
        padding-inline-start: 30px;
        padding-inline-end: 10px;
    }
}

.checkout-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .checkout-main-wrapper {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .checkout-main-wrapper {
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: center;
    }
}

.checkout-wrapper {
    max-width: 312px;
    width: 100%;
    border-right: 0.8px solid rgba(35, 28, 37, 0.14);
    padding-inline-end: 30px;
    padding-inline-start: 13px;
}

@media screen and (max-width: 767px) {
    .checkout-wrapper {
        max-width: 230px;
    }
}

.checkout-wrapper:first-child {
    max-width: 165px;
    padding-inline-start: 0;
    padding-inline-end: 10px;
}

.checkout-wrapper:nth-child(2) {
    max-width: 240px;
}

@media screen and (max-width: 991px) {
    .checkout-wrapper:nth-child(2) {
        border: none;
        padding-left: 0;
    }
}

.checkout-wrapper:nth-child(3) {
    max-width: 200px;
}

@media screen and (max-width: 1199px) {
    .checkout-wrapper:nth-child(3) {
        border: none;
    }
}

@media screen and (max-width: 991px) {
    .checkout-wrapper:nth-child(3) {
        border-right: 0.8px solid rgba(35, 28, 37, 0.14);
        padding-left: 0;
    }
}

.checkout-wrapper:nth-child(4) {
    border: none;
}

@media screen and (max-width: 1199px) {
    .checkout-wrapper:nth-child(4) {
        border-right: 0.8px solid rgba(35, 28, 37, 0.14);
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .checkout-wrapper:nth-child(4) {
        border-right: none;
    }
}

.checkout-wrapper:last-child {
    border: none;
    padding-inline-end: 0;
    max-width: 212px;
}

@media screen and (max-width: 991px) {
    .checkout-wrapper:last-child {
        padding-inline-start: 0;
    }
}

.checkout-wrapper label {
    color: #6B7280;
    margin-bottom: 2px;
}

.checkout-wrapper .nice-select {
    font-family: var(--heading-font);
    font-weight: 400;
    color: hsl(var(--heading-color));
    font-size: 18px;
    border-radius: 0;
    border: none;
    padding: 0 0 0 36px;
    line-height: 1;
    height: inherit;
}

.checkout-wrapper .nice-select::after {
    border-bottom: 1px solid hsl(var(--black));
    border-right: 1px solid hsl(var(--black));
    height: 8px;
    width: 8px;
    top: -5px;
}

.checkout-wrapper .nice-select .list {
    width: 100%;
}

.checkout-button {
    margin-top: -8px;
}

.checkout-three-bg {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(71.5999984741px);
}

.checkout-three-label span {
    filter: brightness(0) invert(1);
}

.checkout-three-nice-select::after {
    border-bottom: 1px solid hsl(var(--white)) !important;
    border-right: 1px solid hsl(var(--white)) !important;
}

.checkout-three-nice-select .option {
    color: hsl(var(--heading-color));
}

.advance-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 1199px) {
    .advance-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .advance-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .advance-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.advance-item {
    background: hsl(var(--white));
    padding: 3px;
    box-shadow: 0 9px 20px 0 rgba(50, 69, 93, 0.04);
    border-radius: 17px;
}

.advance-thumb img {
    border-radius: 17px;
}

.advance-btn {
    border: 1px solid rgba(0, 83, 98, 0.1);
}

.advance-two-area {
    background: #00A8BE;
    padding-block-start: 180px;
}

@media screen and (max-width: 991px) {
    .advance-two-area .gallery-two-btn {
        justify-content: left !important;
        margin-block-end: 0;
        margin-block-start: 30px;
    }
}

@media screen and (max-width: 1499px) {
    .advance-two-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1199px) {
    .advance-two-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .advance-two-wrap {
        grid-template-columns: 1fr 1fr;
        margin-block-start: -40px;
    }
}

@media screen and (max-width: 575px) {
    .advance-two-wrap {
        grid-template-columns: 1fr;
    }
}

.advance-two-item {
    position: relative;
}

.advance-two-item:nth-of-type(3) {
    z-index: 1;
}

.advance-two-item:nth-of-type(4) {
    z-index: -1;
}

.advance-two-item:nth-of-type(5) {
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .advance-two-thumb img {
        width: 100%;
    }
}

.offer-wrapper:hover .offer-title {
    background: var(--main-600);
}

.offer-wrapper.active .offer-title {
    background: var(--main-600);
}

.offer-title {
    rotate: -90deg;
    position: absolute;
    inset-block-start: 197px;
    inset-inline-start: -198px;
    background: hsl(var(--white));
    padding: 34px 30px;
    width: 111%;
    text-align: center;
    transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1399px) {
    .offer-title {
        inset-block-start: 143px;
        inset-inline-start: -146px;
        padding: 39px 34px;
    }
}

@media screen and (max-width: 1199px) {
    .offer-title {
        inset-block-start: 193px;
        inset-inline-start: -202px;
    }
}

@media screen and (max-width: 991px) {
    .offer-title {
        inset-block-start: 132px;
        inset-inline-start: -135px;
    }
}

@media screen and (max-width: 767px) {
    .offer-title {
        inset-block-start: 160px;
        inset-inline-start: -235px;
    }
}

@media screen and (max-width: 575px) {
    .offer-title {
        inset-block-start: 169px;
        inset-inline-start: -168px;
    }
}

@media screen and (max-width: 1399px) {
    .offer-title-inner {
        font-size: 26px;
    }
}

.offer-tag {
    position: absolute;
    inset-block-start: 16px;
    inset-inline-start: 81px;
    rotate: -38.76deg;
}

.offer-tag span {
    padding: 3px 34px;
    clip-path: polygon(17% 0, 79% 0, 100% 100%, 0% 100%);
}

.feature-area {
    padding-block-end: 180px;
}

@media screen and (max-width: 1199px) {
    .feature-wrapper {
        flex-wrap: wrap;
    }
}

.feature-item {
    max-width: 298px;
    width: 100%;
    transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1399px) {
    .feature-item {
        padding-inline-end: 0;
        padding-inline-start: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-item {
        padding-inline-start: var(--size-14);
        padding-inline-end: var(--size-14);
    }
}

@media screen and (max-width: 767px) {
    .feature-item {
        max-width: 262px;
        padding-inline-start: var(--size-10);
        padding-inline-end: var(--size-10);
    }
}

@media screen and (max-width: 767px) {
    .feature-item {
        max-width: 100%;
    }
}

.feature-item:hover {
    background: var(--main-600) !important;
}

.feature-item:hover .feature-icon span img {
    filter: brightness(0) invert(0);
}

.feature-item.active {
    background: var(--main-600) !important;
}

.feature-item.active .feature-icon span img {
    filter: brightness(0) invert(0);
}

@media screen and (max-width: 575px) {
    .feature-two-item {
        margin-block-end: 30px;
    }
}

.feature-four-title-box {
    margin-bottom: 75px;
}

.feature-four-list-thumb-wrap {
    width: 87%;
    height: 100%;
    transform: scale(0.8);
    margin: auto;
}

@media screen and (max-width: 991px) {
    .feature-four-list-thumb-wrap {
        width: 416px;
        height: 100%;
        transform: scale(0.6);
        margin: 0 0 0 -80px;
    }
}

.feature-four-list-thumb-1,
.feature-four-list-thumb-2,
.feature-four-list-thumb-3,
.feature-four-list-thumb-4,
.feature-four-list-thumb-5,
.feature-four-list-thumb-6 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
    position: absolute;
}

@media screen and (max-width: 1399px) {
    .feature-four-title {
        font-size: 30px;
    }
}

.feature-four-list-wrap {
    margin-inline-start: 80px;
}

@media screen and (max-width: 767px) {
    .feature-four-list-wrap {
        margin-inline-start: 0;
    }
}

.feature-four-list-wrap .feature-four-list-item:first-child {
    padding-top: 0;
}

.feature-four-list-item {
    border-bottom: 1px solid #e8e8e8;
}

.feature-four-list-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: hsl(var(--heading-color));
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-out 0s;
}

.feature-four-list-item:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    right: 0;
}

#feature-four-thumb.feature-four-list-thumb-1 .feature-four-list-thumb-1 {
    opacity: 1;
    visibility: visible;
    transform: scale(0.9);
}

#feature-four-thumb.feature-four-list-thumb-2 .feature-four-list-thumb-2 {
    opacity: 1;
    visibility: visible;
}

#feature-four-thumb.feature-four-list-thumb-3 .feature-four-list-thumb-3 {
    opacity: 1;
    visibility: visible;
}

#feature-four-thumb.feature-four-list-thumb-4 .feature-four-list-thumb-4 {
    opacity: 1;
    visibility: visible;
}

#feature-four-thumb.feature-four-list-thumb-5 .feature-four-list-thumb-5 {
    opacity: 1;
    visibility: visible;
}

#feature-four-thumb.feature-four-list-thumb-6 .feature-four-list-thumb-6 {
    opacity: 1;
    visibility: visible;
}

.feature-two-area {
    padding-block-start: 200px;
    padding-block-end: 80px;
    clip-path: polygon(50% 0, 100% 19%, 100% 100%, 0 99%, 0 19%);
}

.feature-two-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    inset-block-end: -2px;
    inset-inline-start: 0;
    background: #f1ece5;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 19%, 100% 100%, 0 99%, 0 19%);
}

.feature-two-active {
    margin-inline: -100px;
    padding-block: 20px 100px;
}

.feature-two-wrapper {
    background: #f8eedb;
}

.feature-two-title-wrap {
    margin-block-start: -100px;
}

.package-price {
    border-radius: 0 0 15px 0;
}

@media screen and (max-width: 1199px) {
    .package-wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .package-wrap {
        flex-wrap: wrap;
    }
}

.package-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-block-end: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #080101 100%);
}

@media screen and (max-width: 1699px) {
    .package-title {
        font-size: 29px;
    }
}

@media screen and (max-width: 1499px) {
    .package-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1399px) {
    .package-title {
        font-size: 23px;
        margin-bottom: 4px;
    }
}

.package-content {
    margin-inline: 20px;
}

@media screen and (max-width: 1499px) {
    .package-content {
        margin-inline: 20px;
    }
}

.package-list ul li {
    border-right: 1px solid;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
}

@media screen and (max-width: 1399px) {
    .package-list ul li {
        font-size: 16px;
    }
}

.package-list ul li:first-child {
    padding-inline-start: 0;
}

.package-list ul li:last-child {
    border: none;
    padding-inline-end: 0;
}

.package-four-panel-area {
    margin-right: -260px;
}

.package-four-wrapper {
    background: #f1ece5;
}

.counter-right {
    width: 281px;
    height: 281px;
}

@media screen and (max-width: 1199px) {
    .counter-right {
        width: 230px;
        height: 230px;
    }
}

.counter-title {
    letter-spacing: -0.03em;
}

.counter-paragraph {
    color: #73777D;
}

@media screen and (max-width: 1399px) {
    .counter-two-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .counter-two-title {
        font-size: 68px;
    }
}

.counter-two-title span {
    margin-inline-start: -28px;
}

/* .about-area {
    padding: 0 0 170px;
} */

/* .about-thumb {
    margin-inline-start: -64px;
} */

@media screen and (max-width: 1499px) {
    .about-thumb {
        margin-inline-start: 0;
    }
}

@media screen and (max-width: 1199px) {
    .about-thumb {
        margin-block-end: 170px;
    }
}

.about-thumb-2 {
    inset-block-start: 160px;
    inset-inline-end: 0;
}

.about-list {
    max-width: 270px;
}

.about-two-thumb {
    text-align: right;
}

@media screen and (max-width: 1199px) {
    .about-two-thumb {
        text-align: left;
        margin-block-start: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .about-two-thumb img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .about-two-cursor-content {
        margin-inline-start: 0;
    }
}

@media screen and (max-width: 1499px) {
    .about-two-cursor-text {
        font-size: 52px;
    }
}

@media screen and (max-width: 1399px) {
    .about-two-cursor-text {
        font-size: 43px;
    }
}

@media screen and (max-width: 767px) {
    .about-two-cursor-text {
        font-size: 32px;
    }
}

.about-three-button {
    text-align: right;
}

@media screen and (max-width: 1199px) {
    .about-three-button {
        text-align: left;
        margin-block-start: 30px;
    }
}

@media screen and (max-width: 991px) {
    .about-three-wrapper {
        flex-wrap: wrap;
    }
}

.about-three-thumb-1 {
    margin-block-start: -90px;
}

@media screen and (max-width: 991px) {
    .about-three-thumb-1 {
        margin-block-start: 0;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .about-three-thumb-1 img {
        width: 100%;
    }
}

.about-three-thumb-3 {
    margin-block-start: -155px;
}

@media screen and (max-width: 991px) {
    .about-three-thumb-3 {
        margin-block-start: 0;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .about-three-thumb-3 img {
        width: 100%;
    }
}

.about-four-area {
    padding-block-start: 200px;
    margin-block-start: -70px;
}

.about-four-img {
    inset-block-start: 290px;
}

@media screen and (max-width: 1199px) {
    .about-four-img {
        display: none;
    }
}

@media screen and (max-width: 1699px) {
    .about-four-img img {
        width: 400px;
    }
}

@media screen and (max-width: 1499px) {
    .about-four-img img {
        width: 310px;
    }
}

@media screen and (max-width: 991px) {
    .about-four-title {
        font-size: 36px;
    }
}

.about-four-thumb img {
    max-width: inherit;
}

@media screen and (max-width: 1499px) {
    .about-four-thumb img {
        height: 500px;
    }
}

@media screen and (max-width: 1699px) {
    .about-four-panel-wrapper {
        margin-inline-start: 0;
    }
}

.about-four-list ul li {
    line-height: 100%;
}

@media screen and (max-width: 1399px) {
    .about-four-list ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cta-area {
        margin-inline: 0;
        border-radius: 0;
    }
}

.cta-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-block-end: 0;
    background: linear-gradient(180deg, #1a1a1a 0%, rgba(22, 22, 22, 0.85) 53.06%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.cta-title {
    line-height: 96%;
}

@media screen and (max-width: 1699px) {
    .cta-title {
        font-size: 90px;
        line-height: 111%;
    }
}

@media screen and (max-width: 1399px) {
    .cta-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 767px) {
    .cta-title {
        font-size: 60px;
    }
}

.cta-form input {
    border: none;
    border-bottom: 1px solid hsl(var(--white));
    height: 40px;
}

.cta-form input::placeholder {
    color: hsl(var(--white));
}

.cta-form input:focus {
    border: none;
    border-bottom: 1px solid hsl(var(--white));
    outline: 0;
}

.cta-three-wrapper {
    background: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
}

@media screen and (max-width: 575px) {
    .cta-three-wrapper {
        padding-inline: var(--size-5);
    }
}

@media screen and (max-width: 424px) {
    .cta-three-wrapper {
        padding-inline: var(--size-5);
    }
}

.service-top-button {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .service-top-button {
        text-align: left;
        margin-block-end: 30px;
    }
}

.service-location {
    color: #6B7280;
    letter-spacing: -0.03em;
}

.service-location i {
    color: #015FC9;
}

.service-paragraph {
    color: #6B7280;
    font-size: 15px;
}

.service-wrap {
    background: #f3f3f3;
}

.service-wrap span {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
}

.service-wrap span i {
    color: #FB5B32;
    font-size: 16px;
}

.service-star {
    border-bottom: 1px dashed rgba(103, 103, 103, 0.32);
}

.service-price h6 {
    font-size: 22px;
    letter-spacing: -0.02em;
}

.service-price p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #6B7280;
}

.service-two-area {
    background: linear-gradient(180deg, rgba(248, 238, 218, 0) 0%, #f8eeda 100%);
}

.service-two-container {
    max-width: 1750px;
}

@media screen and (max-width: 1199px) {
    .service-two-wrapper {
        margin-block-end: 30px;
    }
}

.service-two-btn {
    background: #f7f7ee;
    display: inline-flex;
    padding: 22px;
    border-radius: 26px 26px 0 0;
}

.service-two-btn::before {
    content: "";
    position: absolute;
    inset: calc(100% - 1.3em) 0 0 -1.3em;
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.3em 0.3em 0 0.3em #f7f7ee;
    bottom: 0;
    left: -21px;
    width: 1.25em;
    height: 1.25em;
}

.service-two-btn::after {
    content: "";
    position: absolute;
    inset: 5.4em 0 0 16.6em;
    border-bottom-left-radius: 1.25em;
    box-shadow: -0.3em 0.3em 0 0.3em #f7f7ee;
    width: 1.25em;
    height: 1.25em;
}

.service-three-active .swiper-slide-visible:first-child {
    transform: scale(0.7);
}

.service-three-active .swiper-slide-visible:last-child {
    transform: scale(0.7);
}

.service-four-area {
    background: #f7f7ee;
}

.service-five-wrapper {
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.07);
}

.service-five-content {
    padding-inline: 40px;
    padding-block: 0 40px;
}

@media screen and (max-width: 1399px) {
    .service-five-title {
        font-size: 30px;
    }
}

.service-ip-area {
    background: #edf0e6;
}

.service-ip-thumb img {
    height: 268px;
}

.service-ip-icon span {
    background: rgba(4, 27, 52, 0.04);
    transition: 0.3s;
}

.service-ip-icon span img {
    filter: brightness(0) invert(0);
    transition: 0.3s;
}

.service-ip-number span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsl(var(--heading-color));
}

.service-ip-button {
    border-top: 1px solid rgba(4, 27, 52, 0.1);
    padding-block-start: 20px;
    transition: 0.4s;
}

.relaxing-thumb {
    margin-inline-start: -20px;
}

@media screen and (max-width: 1199px) {
    .relaxing-thumb {
        margin-inline-start: 0;
        margin-block-end: 200px;
    }
}

.relaxing-thumb-1 img {
    border: 7px solid hsl(var(--white));
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.08);
}

.relaxing-thumb-2 {
    inset-block-end: -140px;
    inset-inline-end: 10px;
}

.relaxing-thumb-2 img {
    border: 7px solid hsl(var(--white));
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.08);
}

.relaxing-wrapper {
    margin-inline-start: 40px;
}

@media screen and (max-width: 1399px) {
    .relaxing-wrapper {
        margin-inline-start: 0;
    }
}

@media screen and (max-width: 1399px) {
    .relaxing-list ul li {
        font-size: 20px;
    }
}

.relaxing-list ul li span {
    background: #00BA00;
}

.relaxing-four-area {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.39) 0%, rgba(255, 200, 96, 0.17) 100%);
    padding-block-end: 250px;
}

@media screen and (max-width: 1199px) {
    .relaxing-four-area {
        padding-block-end: 90px;
    }
}

.relaxing-four-list ul li span {
    background: #F6F7F9;
    transition: 0.4s;
}

.relaxing-four-list ul li:hover span {
    background: var(--main-600);
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .gallery-two-btn {
        justify-content: left !important;
        margin-block-end: 50px;
    }
}

.gallery-two-wrapper:hover .gallery-two-content {
    transform: perspective(400px) rotateX(0deg);
}

.gallery-two-content {
    transform: perspective(400px) rotateX(-90deg);
    transition: all 0.5s ease-in-out;
    width: 89%;
}

.pricing-two-wrapper.active {
    background-color: #f8eedb !important;
}

@media screen and (max-width: 575px) {
    .contact-two-form {
        padding-inline-end: var(--size-10);
    }
}

.contact-two-form .form-control {
    border: none;
}

.contact-three-area {
    background: #E5F4DC;
}

@media screen and (max-width: 1199px) {
    .contact-three-wrapper {
        margin-block-end: 30px;
    }
}

.contact-three-bg {
    width: 43%;
}

@media screen and (max-width: 1199px) {
    .contact-three-bg {
        width: 100%;
        position: static !important;
        height: 600px !important;
    }
}

.contact-three-nice-select::after {
    width: 12px;
    height: 12px;
    right: 32px;
}

.contact-four-area {
    margin-block-start: -460px;
}

@media screen and (max-width: 767px) {
    .contact-four-area {
        margin-block-start: -120px;
    }
}

.contact-four-wrapper {
    background: #f4f4f4;
}

@media screen and (max-width: 767px) {
    .contact-four-wrapper {
        padding-inline: var(--size-10);
    }
}

.contact-four-wrapper .tp-shop-quantity {
    padding: 20px 23px;
}

.counding-four-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    inset-block-end: 18px;
    inset-inline-start: 0;
    background-color: #d9d9d9;
    z-index: -1;
}

.counding-four-title {
    font-size: 180px;
}

@media screen and (max-width: 991px) {
    .counding-four-title {
        font-size: 100px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .counding-four-title {
        font-size: 70px;
    }
}

.gallery-ip-wrapper .experience-thumb img {
    border: none;
}

.gallery-ip-wrapper .experience-content-inner {
    width: 220px;
}

.appointment-ip-wrapper {
    padding-block: 80px 50px;
    padding-inline: 70px;
}

.appointment-ip-wrapper .contact-three-input {
    background: #f7f7ee;
}

.appointment-ip-wrapper .contact-three-nice-select {
    background: #f7f7ee !important;
}

.room-details-arrow-box button {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 30px;
    font-size: 24px;
    background-color: hsl(var(--white));
    color: var(--black);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.room-details-arrow-box button.slider-next {
    left: auto;
    right: 30px;
}

.room-details-arrow-box button {
    transition: 0.4s;
}

.room-details-arrow-box button:hover {
    background: var(--main-600);
}

@media screen and (max-width: 767px) {
    .room-details-title {
        font-size: 56px;
    }
}

.room-details-accordion-item {
    background: hsl(var(--white));
    margin-block-end: 20px;
    border: none;
    padding-inline: 22px;
}

.room-details-accordion-button {
    background: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 20px;
    padding-block-start: 24px;
    padding-block-end: 24px;
    border-radius: 0;
}

.room-details-accordion-button::after {
    width: 30px;
    height: 30px;
    content: "+";
    font-size: 20px;
    background-image: none;
    font-weight: 600;
    transition: 0.4s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(29, 29, 29, 0.1);
    border-radius: 50%;
}

.room-details-accordion-button:not(.collapsed) {
    background: hsl(var(--white));
    box-shadow: none !important;
}

.room-details-accordion-button:not(.collapsed)::after {
    content: "-";
    transform: translateY(-50%);
    font-size: 26px;
    background-image: none;
    transition: 0.4s;
    background: var(--main-600);
    border: 1px solid var(--main-600);
    color: var(--white);
}

.room-details-accordion-button:focus {
    box-shadow: none !important;
    border: none;
}

.room-details-accordion-body {
    background-color: hsl(var(--white));
    padding-block-start: 0;
    padding-block-end: 40px;
    padding-inline-end: 100px;
}

.room-details-accordion-body p {
    color: #83827f;
    line-height: 175%;
    font-weight: 400;
    font-family: var(--heading-font);
}

.room-details-client-review-thumb {
    max-width: 80px;
    width: 100%;
    height: 80px;
}

.room-details-sideber .checkout-wrapper:first-child {
    padding-inline-start: 12px;
    padding-inline-end: 8px;
}

.room-details-sideber .checkout-wrapper:last-child {
    padding-inline-end: 8px;
}

.room-details-sideber .tp-shop-quantity {
    padding: 15px 23px;
}

@media screen and (max-width: 1199px) {
    .destination-details-wrapper {
        margin-block-end: 30px;
    }
}

.destination-details-list ul li {
    list-style: disc;
}

.destination-details-list ul li::marker {
    color: var(--main-600);
    font-size: 20px;
}

@media screen and (max-width: 1199px) {
    .destination-details-sideber {
        margin-inline-start: 0;
    }
}

.pricing-area {
    padding-block-start: 260px;
    padding-block-end: 160px;
    clip-path: circle(80% at bottom);
}

.pricing-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 98%;
    inset-block-end: 0;
    inset-inline-start: 0;
    background: #f1ece5;
    z-index: -1;
    clip-path: circle(80% at bottom);
}

.pricing-wrapper {
    border: 1px dashed hsl(var(--heading-color));
    padding: 70px 56px 46px 18px;
    border-radius: 20px;
}

@media screen and (max-width: 575px) {
    .pricing-wrapper {
        padding: 70px 20px 46px 20px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .pricing-respon {
        width: 100%;
    }
}

.pricing-item {
    max-width: 624px;
    width: 100%;
    border-bottom: 1px dashed hsl(var(--heading-color));
    padding-inline-start: 14px;
    padding-inline-end: 14px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .pricing-item {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-item {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .pricing-item {
        margin-inline: 0;
    }
}

.pricing-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    background-image: url(../images/shapes/pricing-overlay.png);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.pricing-item:hover {
    background: var(--main-600);
}

.pricing-item:hover::before {
    visibility: visible;
    opacity: 1;
}

.pricing-item:hover .pricing-price {
    color: hsl(var(--heading-color));
}

.pricing-item.active {
    background: var(--main-600);
}

.pricing-item.active::before {
    visibility: visible;
    opacity: 1;
}

.pricing-item.active .pricing-price {
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
    .pricing-content {
        max-width: 360px;
    }
}

@media screen and (max-width: 1199px) {
    .pricing-content {
        max-width: 300px;
    }
}

@media screen and (max-width: 1399px) {
    .pricing-title {
        font-size: 22px;
        font-weight: 600 !important;
    }
}

@media screen and (max-width: 1199px) {
    .pricing-title {
        font-size: 18px;
        font-weight: 600 !important;
    }
}

.pricing-price {
    color: #D12525;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .pricing-price {
        font-size: 20px;
    }
}

@media screen and (max-width: 1399px) {
    .pricing-two-wrapper {
        padding-inline: var(--size-4);
    }
}

@media screen and (max-width: 767px) {
    .pricing-two-wrapper {
        padding-inline: var(--size-10);
    }
}

@media screen and (max-width: 1399px) {
    .pricing-two-wrapper .relaxing-list {
        padding-inline: 0;
    }
}

@media screen and (max-width: 1399px) {
    .pricing-two-wrapper .relaxing-list ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-two-wrapper .relaxing-list ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1399px) {
    .contact-two-wrap {
        padding-inline: var(--size-10);
    }
}

@media screen and (max-width: 991px) {
    .contact-two-right {
        margin-inline-start: 0;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-wrapper {
        flex-wrap: wrap;
        gap: var(--size-6);
    }
}

.testimonial-thumb {
    max-width: 253px;
    width: 100%;
}

.testimonial-paragraph {
    font-style: italic;
    font-weight: 400;
    font-size: 31px;
    line-height: 158%;
    color: hsl(var(--heading-color));
}

.testimonial-review {
    height: 48px;
}

.testimonial-bg-shape {
    inset-block-start: -113px;
    inset-inline-start: 0;
}

@media screen and (max-width: 1199px) {
    .testimonial-bg-shape {
        inset-block-start: -60px;
    }
}

.testimonial-two-paragraph {
    font-size: 26px;
    line-height: 165%;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 1399px) {
    .testimonial-two-paragraph {
        font-size: 22px;
    }
}

.testimonial-two-dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    margin: 0px 6px !important;
    transition: 0.3s;
    border: 2px solid transparent;
}

.testimonial-two-dots.dots-color .swiper-pagination-bullet {
    background-color: var(--main-600);
}

.testimonial-two-dots.dots-color .swiper-pagination-bullet-active {
    background-color: transparent;
    border-color: var(--main-600);
    transform: scale(1.4);
}

.marquee-title {
    font-size: 174px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #b99d75;
}

@media screen and (max-width: 1399px) {
    .marquee-title {
        font-size: 120px;
    }
}

@media screen and (max-width: 575px) {
    .marquee-title {
        font-size: 68px;
    }
}

.marquee-icon {
    margin-inline-start: 60px;
}

.marquee-four {
    margin-block-start: -106px;
}

@media screen and (max-width: 767px) {
    .blog-wrapper-sm {
        flex-wrap: wrap;
    }
}

.blog-title {
    max-width: 457px;
}

.blog-btn:hover span {
    background: var(--main-600);
    color: hsl(var(--heading-color));
    border-color: var(--main-600);
}

.blog-btn-arrow {
    border: 1px solid rgba(0, 83, 98, 0.1);
    transition: 0.4s;
}

.blog-thumb {
    max-width: 210px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .blog-thumb {
        max-width: 100%;
    }
}

.blog-thumb a {
    display: inline-block;
}

.blog-thumb a img {
    max-width: 210px;
}

@media screen and (max-width: 767px) {
    .blog-thumb a img {
        max-width: 100%;
        height: 300px !important;
    }
}

@media screen and (max-width: 1399px) {
    .blog-meta span {
        font-size: 14px;
    }
}

.blog-two-wrapper {
    background: #f6fcff;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 767px) {
    .blog-two-wrapper {
        flex-wrap: wrap;
        row-gap: 30px;
        padding-top: 40px;
    }
}

.blog-two-meta ul li {
    list-style: disc;
}

.blog-two-content {
    max-width: 620px;
    padding-inline-start: 60px;
}

@media screen and (max-width: 1399px) {
    .blog-two-content {
        max-width: 570px;
        padding-inline-start: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-two-content {
        padding-inline-start: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-two-title {
        font-size: 31px;
    }
}

@media screen and (max-width: 991px) {
    .blog-three-thumb a {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .blog-three-thumb a img {
        height: 354px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .blog-three-thumb a img {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .blog-three-title {
        font-size: 28px;
    }
}

.blog-four-area {
    padding-block-start: 355px;
    margin-block-start: -343px;
}

@media screen and (max-width: 1399px) {
    .blockquote {
        margin-inline-end: 0;
    }
}

.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.97) 0%, rgba(6, 0, 0, 0.97) 100%);
    z-index: -1;
}

.footer-center-space {
    padding: 0 0 156px;
}

.footer-center-space::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 48%;
    transform: translateX(-50%);
    background: #2c2e34;
}

@media screen and (max-width: 1199px) {
    .footer-center-space::before {
        display: none;
    }
}

.footer-center-border {
    border-top: 1px solid #2c2e34;
    padding-block-start: 65px;
}

.footer-col-2 {
    margin-inline-start: 20px;
}

@media screen and (max-width: 1199px) {
    .footer-col-2 {
        margin-inline-start: 100px;
    }
}

@media screen and (max-width: 991px) {
    .footer-col-2 {
        margin-inline-start: 0;
    }
}

.footer-col-3 {
    margin-inline-start: 54px;
}

@media screen and (max-width: 1399px) {
    .footer-col-3 {
        margin-inline-start: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-col-3 {
        margin-inline-start: 0;
    }
}

.footer-col-4 {
    margin-inline-start: 75px;
}

@media screen and (max-width: 1399px) {
    .footer-col-4 {
        margin-inline-start: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-col-4 {
        margin-inline-start: 100px;
    }
}

@media screen and (max-width: 991px) {
    .footer-col-4 {
        margin-inline-start: 0;
    }
}

.footer-bottom {
    border-top: 1px solid #2c2e34;
}

@media screen and (max-width: 1199px) {
    .footer-bottom-social {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .footer-bottom-wrap {
        justify-content: center !important;
    }
}

.footer-three-area {
    background: #181818;
}

.footer-three-center-space {
    padding: 0 0 87px;
}

.footer-three-center-space::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 29%;
    transform: translateX(-50%);
    background: #2c2e34;
}

@media screen and (max-width: 1699px) {
    .footer-three-center-space::before {
        inset-inline-start: 22%;
    }
}

@media screen and (max-width: 1199px) {
    .footer-three-center-space::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .footer-three-center-space::before {
        display: none;
    }
}

.footer-three-center-space::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    inset-block-start: 0;
    inset-inline-end: 29%;
    transform: translateX(-50%);
    background: #2c2e34;
}

@media screen and (max-width: 1699px) {
    .footer-three-center-space::after {
        inset-inline-end: 22%;
    }
}

@media screen and (max-width: 991px) {
    .footer-three-center-space::after {
        display: none;
    }
}

.footer-three-col-3 {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .footer-three-col-3 {
        text-align: left;
    }
}

.footer-three-address {
    margin-block-end: 190px;
}

@media screen and (max-width: 991px) {
    .footer-three-address {
        margin-block-end: 0;
        text-align: left !important;
    }
}

@media screen and (max-width: 991px) {
    .footer-three-telk {
        font-size: 40px;
    }
}

.banner-two-area {
    padding-block: 230px 200px;
}

.banner-two-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: linear-gradient(156deg, #000 0%, rgba(0, 0, 0, 0.66) 59.25%, rgba(0, 0, 0, 0.07) 100%);
    z-index: -1;
}

.banner-two-content {
    padding-inline-start: 170px;
}

@media screen and (max-width: 1599px) {
    .banner-two-content {
        padding-inline-start: 90px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-two-content {
        padding-inline-start: 20px;
    }
}

@media screen and (max-width: 1699px) {
    .banner-two-title {
        font-size: 90px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-two-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 767px) {
    .banner-two-title {
        font-size: 60px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-title {
        font-size: 43px;
    }
}

.banner-two-form {
    max-width: 500px;
    width: 100%;
    margin-inline-start: auto;
}

@media screen and (max-width: 1399px) {
    .banner-two-form {
        margin-inline-start: 0;
        padding-inline: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-two-form {
        margin-inline-start: 32px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-form {
        margin-inline-start: 0;
    }
}

.banner-two-input {
    color: hsl(var(--black)) !important;
}

.banner-two-input::placeholder {
    color: hsl(var(--black)) !important;
}

.banner-two-form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: -7px;
    inset-inline-start: -8px;
    border-radius: 10px;
    z-index: -1;
}

.tp-shop-quantity {
    background: hsl(var(--white));
    padding: 10px 23px;
}

@media screen and (max-width: 1399px) {
    .tp-shop-quantity {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.tp-quantity {
    width: 80px;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1399px) {
    .tp-quantity {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .tp-quantity {
        margin: 0 0 0 auto;
    }
}

.tp-quantity input {
    width: 82px;
    height: 34px;
    text-align: center;
    border: 1px solid rgba(7, 32, 50, 0.09) !important;
    border-radius: 6px;
}

.tp-quantity .cart-minus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    cursor: pointer;
}

.tp-quantity .cart-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    cursor: pointer;
}

.experience-wrapper:hover .experience-content {
    transform: perspective(400px) rotateX(0deg);
}

.experience-wrapper:hover .experience-tag a {
    background: var(--main-600) !important;
}

.experience-thumb img {
    box-shadow: 0 9px 20px 0 rgba(50, 69, 93, 0.04);
    border: 3px solid hsl(var(--white));
}

.experience-content {
    background-color: hsl(var(--white));
    padding: 20px 25px;
    transform-origin: center;
    transition: all 0.5s ease-in-out;
    transform: perspective(400px) rotateX(-90deg);
}

@media screen and (max-width: 1399px) {
    .experience-content {
        flex-wrap: wrap;
        row-gap: 10px;
        margin-inline-end: 12px;
    }
}

.experience-content-inner {
    width: 237px;
    max-width: 100%;
}

.experience-four-area {
    clip-path: circle(71% at bottom);
    padding-block-start: 180px;
}

.experience-four-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 97%;
    inset-block-end: 3px;
    inset-inline-start: 0;
    background: #f1ece5;
    z-index: -1;
    clip-path: circle(71% at bottom);
}

.experience-four-active::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 240px;
    inset-inline-start: -20px;
    inset-block-end: 0;
    background: #f1ece5;
    z-index: 2;
    rotate: -10deg;
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 98%, 0 100%, 0% 50%);
}

@media screen and (max-width: 767px) {
    .experience-four-active::before {
        display: none;
    }
}

.experience-four-active::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 240px;
    inset-inline-end: -20px;
    inset-block-end: 0;
    background: #f1ece5;
    z-index: 2;
    rotate: 10deg;
    clip-path: polygon(0 30%, 47% 0, 100% 0, 100% 98%, 0 100%, 0 100%);
}

@media screen and (max-width: 767px) {
    .experience-four-active::after {
        display: none;
    }
}

.experience-four-thumb img {
    box-shadow: 0 9px 20px 0 rgba(50, 69, 93, 0.04);
    border: 3px solid hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .experience-four-thumb img {
        width: 100%;
    }
}

.experience-four-content {
    margin-block-start: -60px;
    position: relative;
}

.instagram-area {
    background: #F8EEDA;
    padding: 90px 0 30px;
}

@media screen and (max-width: 1199px) {
    .instagram-wrapper {
        margin-bottom: 30px;
    }
}

.instagram-wrapper:hover .instagram-thumb::before {
    opacity: 1;
    visibility: visible;
}

.instagram-wrapper:hover .instagram-btn {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.instagram-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 58, 117, 0.84);
    border-radius: 0.5rem;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1199px) {
    .instagram-thumb img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .instagram-thumb img {
        width: 100%;
    }
}

.instagram-btn {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.banner-three-area {
    padding: 270px 0 220px;
}

@media screen and (max-width: 767px) {
    .banner-three-area {
        padding: 200px 0 120px;
    }
}

.banner-three-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: linear-gradient(0deg, rgba(1, 43, 69, 0.31) 16.95%, rgba(1, 55, 88, 0.31) 44.68%, rgba(3, 107, 171, 0.31) 100%);
    z-index: -1;
}

.banner-three-title {
    font-size: 160px;
    line-height: 99%;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 1499px) {
    .banner-three-title {
        font-size: 156px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-three-title {
        font-size: 128px;
    }
}

@media screen and (max-width: 991px) {
    .banner-three-title {
        font-size: 119px;
    }
}

@media screen and (max-width: 767px) {
    .banner-three-title {
        font-size: 89px;
    }
}

@media screen and (max-width: 575px) {
    .banner-three-title {
        font-size: 69px;
    }
}

.brand-three-wrapper {
    height: 182px;
}

.brand-three-wrapper:hover .brand-three-active-media {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
}

.brand-three-wrapper:hover .brand-three-hover-media {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.brand-three-hover-media {
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
    transform: translateY(30%);
    border-radius: 50%;
    position: absolute;
}

.brand-three-active-media {
    transition: all 0.7s ease-in-out;
    transform: translateY(0%);
}

@media screen and (max-width: 991px) {
    .banner-four-main {
        padding-block-start: var(--size-28);
    }
}

.banner-four-area {
    background: #f2f1ef;
}

.banner-four-content {
    margin-inline-start: 210px;
    padding-block: 150px 190px;
}

@media screen and (max-width: 1799px) {
    .banner-four-content {
        margin-inline-start: 130px;
        padding-block: 180px;
    }
}

@media screen and (max-width: 1699px) {
    .banner-four-content {
        margin-inline-start: 70px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-four-content {
        margin-inline-start: 20px;
    }
}

@media screen and (max-width: 991px) {
    .banner-four-content {
        padding-block: 120px 176px;
    }
}

@media screen and (max-width: 1699px) {
    .banner-four-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-four-title {
        font-size: 70px;
    }
}

@media screen and (max-width: 575px) {
    .banner-four-title {
        font-size: 56px;
    }
}

.banner-four-paragraph {
    max-width: 691px;
}

.banner-four-thumb {
    width: 43%;
}

@media screen and (max-width: 1799px) {
    .banner-four-thumb {
        width: 41%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-four-thumb {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .banner-four-thumb {
        display: none;
    }
}





/* ========== NEW CSS ========== */

.aster-about-section {
    background: #ffffff;
}

.aster-about-text {
    color: #666;
    margin-bottom: 15px;
}

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

.aster-about-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aster-about-list li i {
    color: #c89b3c;
    font-size: 18px;
}

.aster-why-section {
    background: #f4e1b8;
    /* same theme tone */
}

.aster-feature-item {
    transition: all 0.3s ease;
    text-align: left;
}

.aster-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.aster-feature-text {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

/* ===== Kitchen MEP Section Fix ===== */

/* ===== Kitchen MEP Modern Section ===== */

.kitchen-mep-section {
    padding: 120px 0;
    background: #f8f6f2;
}

.kitchen-mep-content {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.kitchen-mep-section.active .kitchen-mep-content {
    opacity: 1;
    transform: translateY(0);
}

.kitchen-mep-tag {
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8a165;
    margin-bottom: 15px;
}

.kitchen-mep-title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.kitchen-mep-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}

.kitchen-mep-features {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.kitchen-mep-feature-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    flex: 1;
    min-width: 220px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.kitchen-mep-feature-box:hover {
    transform: translateY(-5px);
}

.kitchen-mep-icon {
    font-size: 28px;
    color: #c8a165;
    margin-bottom: 12px;
}

.kitchen-mep-image img {
    width: 100%;
    border-radius: 12px;
}

.kitchen-mep-btn-wrap {
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .kitchen-mep-title {
        font-size: 30px;
    }
}

/* Experience Counter Section */
.aster-experience-section {
    background: #f8f7f3;
}

.aster-counter-card {
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.aster-counter-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}



/* ==================== Ultra Modern Bar Consultancy Styles ==================== */

/* Main Section */
.barcraft-signature-section {
    position: relative;
    background: linear-gradient(160deg, #f8f5f0 0%, #ffffff 50%, #faf8f5 100%);
    padding: 120px 0;
    overflow: hidden;
}

.barcraft-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* ========== Floating Particles Animation ========== */
.barcraft-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.barcraft-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    border-radius: 50%;
    opacity: 0;
    animation: barcraft-particle-float 15s infinite ease-in-out;
}

.barcraft-particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.barcraft-particle:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 14s;
}

.barcraft-particle:nth-child(3) {
    top: 40%;
    left: 50%;
    animation-delay: 1s;
    animation-duration: 16s;
}

.barcraft-particle:nth-child(4) {
    top: 80%;
    left: 30%;
    animation-delay: 5s;
    animation-duration: 13s;
}

.barcraft-particle:nth-child(5) {
    top: 30%;
    left: 70%;
    animation-delay: 2s;
    animation-duration: 15s;
}

@keyframes barcraft-particle-float {

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

    10% {
        opacity: 0.6;
    }

    50% {
        transform: translate(100px, -100px) scale(1.5);
        opacity: 0.8;
    }

    90% {
        opacity: 0.3;
    }
}

/* ========== Grid Layout ========== */
.barcraft-grid-layout {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 80px;
    align-items: center;
    position: relative;
}

/* ========== Visual Column (Left) ========== */
.barcraft-visual-column {
    position: relative;
}

/* Blob Shape Background */
.barcraft-shape-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.08), rgba(240, 215, 140, 0.12));
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    top: -50px;
    left: -50px;
    z-index: 1;
    animation: barcraft-blob-morph 20s ease-in-out infinite;
    filter: blur(40px);
}

@keyframes barcraft-blob-morph {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        transform: rotate(0deg) scale(1);
    }

    33% {
        border-radius: 47% 53% 42% 58% / 63% 52% 48% 37%;
        transform: rotate(120deg) scale(1.1);
    }

    66% {
        border-radius: 58% 42% 61% 39% / 48% 59% 41% 52%;
        transform: rotate(240deg) scale(0.95);
    }
}

/* Image Stack */
.barcraft-image-stack {
    position: relative;
    z-index: 5;
}

.barcraft-primary-visual {
    position: relative;
}

.barcraft-img-frame {
    position: relative;
    border-radius: 30px 200px 30px 30px;
    overflow: hidden;
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(200, 155, 60, 0.1),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
    /* transform: rotate(-2deg); */
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.barcraft-img-frame:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow:
        0 40px 120px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(200, 155, 60, 0.3);
}

.barcraft-img-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

.barcraft-img-frame:hover img {
    transform: scale(1.08);
}

/* Scan Line Effect */
.barcraft-scan-line {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(200, 155, 60, 0.3) 50%,
            transparent 100%);
    animation: barcraft-scan 4s ease-in-out infinite;
}

@keyframes barcraft-scan {

    0%,
    100% {
        top: -100%;
    }

    50% {
        top: 100%;
    }
}

/* Floating Stat Cards */
.barcraft-stat-float {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(200, 155, 60, 0.3);
    border-radius: 20px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    animation: barcraft-float-gentle 4s ease-in-out infinite;
}

.barcraft-stat-1 {
    top: 30px;
    right: -30px;
    animation-delay: 0s;
}

.barcraft-stat-2 {
    bottom: 50px;
    left: -40px;
    animation-delay: 1s;
}

@keyframes barcraft-float-gentle {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

.barcraft-stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.barcraft-stat-data {
    display: flex;
    flex-direction: column;
}

.barcraft-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.barcraft-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Decorative Circles */
.barcraft-deco-circle {
    position: absolute;
    border: 3px solid rgba(200, 155, 60, 0.3);
    border-radius: 50%;
    animation: barcraft-rotate-circle 20s linear infinite;
}

.barcraft-circle-1 {
    width: 120px;
    height: 120px;
    top: -40px;
    left: -40px;
    border-style: dashed;
}

.barcraft-circle-2 {
    width: 80px;
    height: 80px;
    bottom: -30px;
    right: 50px;
}

@keyframes barcraft-rotate-circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Decorative Line */
.barcraft-deco-line {
    position: absolute;
    width: 2px;
    height: 150px;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(200, 155, 60, 0.5) 50%,
            transparent 100%);
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

/* ========== Content Column (Right) ========== */
.barcraft-content-column {
    position: relative;
    padding-left: 20px;
}

/* Rotating Badge */
.barcraft-badge-wrapper {
    margin-bottom: 25px;
}

.barcraft-rotating-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #c89b3c 0%, #f0d78c 100%);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 8px 25px rgba(200, 155, 60, 0.3);
    position: relative;
    overflow: hidden;
}

.barcraft-rotating-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    animation: barcraft-badge-shine 3s linear infinite;
}

@keyframes barcraft-badge-shine {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.barcraft-badge-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: barcraft-dot-pulse 2s ease-in-out infinite;
}

@keyframes barcraft-dot-pulse {

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

    50% {
        transform: scale(1.4);
        opacity: 0.7;
    }
}

/* Title Block */
.barcraft-title-block {
    margin-bottom: 30px;
    position: relative;
}

.barcraft-mega-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.barcraft-title-line {
    display: block;
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.barcraft-line-1 {
    animation: barcraft-slide-in 0.8s ease-out 0.2s backwards;
}

.barcraft-line-2 {
    animation: barcraft-slide-in 0.8s ease-out 0.4s backwards;
}

.barcraft-line-3 {
    animation: barcraft-slide-in 0.8s ease-out 0.6s backwards;
}

@keyframes barcraft-slide-in {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

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

.barcraft-gradient-word {
    background: linear-gradient(135deg, #c89b3c 0%, #f0d78c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.barcraft-gradient-word::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #c89b3c, #f0d78c);
    border-radius: 3px;
}

.barcraft-title-accent {
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, #c89b3c, #f0d78c);
    border-radius: 3px;
    margin-top: 20px;
    animation: barcraft-accent-grow 1s ease-out 0.8s backwards;
}

@keyframes barcraft-accent-grow {
    from {
        width: 0;
    }

    to {
        width: 80px;
    }
}

/* Description */
.barcraft-description {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 45px;
    max-width: 600px;
}

/* ========== Expertise Grid ========== */
.barcraft-expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.barcraft-expertise-item {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.barcraft-expertise-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.barcraft-expertise-item:hover {
    transform: translateY(-8px);
    border-color: #c89b3c;
    box-shadow: 0 20px 50px rgba(200, 155, 60, 0.2);
}

.barcraft-expertise-item:hover::before {
    opacity: 1;
}

.barcraft-item-featured {
    grid-column: span 2;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-color: #c89b3c;
}

.barcraft-item-featured .barcraft-item-title,
.barcraft-item-featured .barcraft-item-text {
    color: #fff;
}

.barcraft-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.barcraft-item-icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.15), rgba(240, 215, 140, 0.15));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #c89b3c;
    transition: all 0.4s ease;
}

.barcraft-expertise-item:hover .barcraft-item-icon-box {
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    color: #fff;
    transform: scale(1.15) rotate(10deg);
}

.barcraft-item-featured .barcraft-item-icon-box {
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    color: #fff;
}

.barcraft-item-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.barcraft-item-text {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.barcraft-item-glow {
    position: absolute;
    bottom: -50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(200, 155, 60, 0.2), transparent 70%);
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.6s ease;
}

.barcraft-expertise-item:hover .barcraft-item-glow {
    bottom: -20%;
    opacity: 1;
}

/* ========== Action Area ========== */
.barcraft-action-area {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.barcraft-cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    padding: 4px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    box-shadow: 0 15px 40px rgba(200, 155, 60, 0.3);
    transition: all 0.4s ease;
}

.barcraft-cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(200, 155, 60, 0.5);
}

.barcraft-btn-bg {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.barcraft-cta-button:hover .barcraft-btn-bg {
    left: 100%;
}

.barcraft-btn-content {
    position: relative;
    z-index: 2;
    background: #1a1a1a;
    padding: 20px 40px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.barcraft-btn-label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.barcraft-btn-arrow {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 18px;
    transition: transform 0.4s ease;
}

.barcraft-cta-button:hover .barcraft-btn-arrow {
    transform: translate(5px, -5px) rotate(45deg);
}

/* Mini Stats */
.barcraft-mini-stats {
    display: flex;
    gap: 25px;
}

.barcraft-mini-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.barcraft-mini-stat i {
    font-size: 20px;
    color: #c89b3c;
}

/* ========== Wave Decoration ========== */
.barcraft-wave-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 1;
}

.barcraft-wave-decoration svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* ========== Responsive Design ========== */
@media (max-width: 1200px) {
    .barcraft-mega-title {
        font-size: 52px;
    }

    .barcraft-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .barcraft-item-featured {
        grid-column: span 2;
    }
}

@media (max-width: 991px) {
    .barcraft-grid-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .barcraft-content-column {
        padding-left: 0;
    }

    .barcraft-mega-title {
        font-size: 46px;
    }

    .barcraft-stat-1 {
        right: 10px;
    }

    .barcraft-stat-2 {
        left: 10px;
    }
}

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

    .barcraft-signature-section {
        padding: 80px 0;
    }

    .barcraft-mega-title {
        font-size: 38px;
    }

    .barcraft-expertise-grid {
        grid-template-columns: 1fr;
    }

    .barcraft-item-featured {
        grid-column: span 1;
    }

    .barcraft-action-area {
        flex-direction: column;
        align-items: flex-start;
    }

    .barcraft-cta-button {
        width: 100%;
        justify-content: center;
    }

    .barcraft-stat-float {
        padding: 15px 20px;
    }

    .barcraft-stat-num {
        font-size: 24px;
    }

    .barcraft-img-frame {
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .barcraft-mega-title {
        font-size: 32px;
    }

    .barcraft-description {
        font-size: 16px;
    }

    .barcraft-mini-stats {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
}

/* ==================== Premium Brand Partnerships Section Styles ==================== */

/* Main Section Container */
.alliance-hub-section {
    position: relative;
    background: linear-gradient(165deg, #0a0e1a 0%, #1a1f35 50%, #0f1728 100%);
    padding: 140px 0;
    overflow: hidden;
}

/* ========== Animated Background Elements ========== */
.alliance-bg-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.alliance-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(200, 155, 60, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 155, 60, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.4;
}

.alliance-gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    animation: alliance-sphere-drift 20s ease-in-out infinite;
}

.alliance-sphere-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #c89b3c 0%, transparent 70%);
    top: -200px;
    right: -200px;
    animation-delay: 0s;
}

.alliance-sphere-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #f0d78c 0%, transparent 70%);
    bottom: -150px;
    left: -150px;
    animation-delay: 5s;
}

@keyframes alliance-sphere-drift {

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

    33% {
        transform: translate(50px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-30px, 30px) scale(0.95);
    }
}

.alliance-light-beam {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(200, 155, 60, 0.3) 50%,
            transparent 100%);
    transform: translate(-50%, -50%) rotate(-25deg);
    animation: alliance-beam-sweep 15s linear infinite;
}

@keyframes alliance-beam-sweep {

    0%,
    100% {
        transform: translate(-50%, -50%) rotate(-25deg);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, -50%) rotate(25deg);
        opacity: 1;
    }
}

/* ========== Header Section ========== */
.alliance-header-zone {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.alliance-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(200, 155, 60, 0.1);
    border: 1px solid rgba(200, 155, 60, 0.3);
    color: #f0d78c;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.alliance-badge-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(200, 155, 60, 0.2),
            transparent);
    animation: alliance-badge-shimmer 3s linear infinite;
}

@keyframes alliance-badge-shimmer {
    to {
        left: 100%;
    }
}

.alliance-badge-pulse {
    width: 8px;
    height: 8px;
    background: #c89b3c;
    border-radius: 50%;
    position: relative;
    animation: alliance-pulse-ring 2s ease-out infinite;
}

@keyframes alliance-pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(200, 155, 60, 0.7);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(200, 155, 60, 0);
    }
}

.alliance-main-heading {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #ffffff;
}

.alliance-heading-line {
    display: block;
}

.alliance-highlight-line {
    margin-top: 10px;
}

.alliance-gradient-text {
    background: linear-gradient(135deg, #c89b3c 0%, #f0d78c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.alliance-gradient-text::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c89b3c, #f0d78c);
    border-radius: 2px;
}

.alliance-lead-text {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    max-width: 750px;
    margin: 0 auto;
}

/* ========== Content Grid Layout ========== */
.alliance-content-grid {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

/* ========== Logo Showcase Column ========== */
.alliance-logos-column {
    position: relative;
}

.alliance-logos-wrapper {
    position: relative;
    padding: 30px;
}

/* Featured Badge */
.alliance-featured-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    padding: 20px 28px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 60px rgba(200, 155, 60, 0.4);
    z-index: 10;
    animation: alliance-badge-float 4s ease-in-out infinite;
}

@keyframes alliance-badge-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.alliance-featured-badge i {
    font-size: 32px;
    color: #0a0e1a;
}

.alliance-featured-info {
    display: flex;
    flex-direction: column;
}

.alliance-featured-count {
    font-size: 28px;
    font-weight: 900;
    color: #0a0e1a;
    line-height: 1;
}

.alliance-featured-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(10, 14, 26, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Logo Showcase Grid */
.alliance-logo-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.alliance-brand-tile {
    position: relative;
    aspect-ratio: 1;
    cursor: pointer;
}

.alliance-tile-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    /* padding: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.alliance-brand-tile:hover .alliance-tile-inner {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(200, 155, 60, 0.4);
    transform: translateY(-8px) scale(1.05);
}

/* Make front container fill tile */
.alliance-tile-front {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Make image fully cover tile */
.alliance-tile-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* fills area without distortion */
    object-position: center;
    transition: all 0.5s ease;
}


/* .alliance-tile-front img {
    max-width: 100%;
    height: 50px;
    object-fit: cover;
    filter: grayscale(100%) brightness(2);
    opacity: 0.6;
    transition: all 0.5s ease;
} */

.alliance-brand-tile:hover .alliance-tile-front img {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    transform: scale(1.1);
}

/* Tile Glow Effect */
.alliance-tile-glow {
    position: absolute;
    bottom: -100%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle,
            rgba(200, 155, 60, 0.3) 0%,
            transparent 60%);
    transform: translateX(-50%);
    transition: bottom 0.6s ease;
    pointer-events: none;
}

.alliance-brand-tile:hover .alliance-tile-glow {
    bottom: -30%;
}

/* Connection Lines SVG */
.alliance-connection-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.alliance-line {
    stroke: rgba(200, 155, 60, 0.1);
    stroke-width: 2;
    stroke-dasharray: 10 5;
    animation: alliance-line-dash 30s linear infinite;
}

@keyframes alliance-line-dash {
    to {
        stroke-dashoffset: 1000;
    }
}

/* ========== Services Column ========== */
.alliance-services-column {
    position: relative;
}

.alliance-services-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.alliance-service-block {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 30px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.alliance-service-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(200, 155, 60, 0.05),
            transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.alliance-service-block:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(200, 155, 60, 0.3);
    transform: translateX(8px);
}

.alliance-service-block:hover::before {
    opacity: 1;
}

/* Accent Block (Featured) */
.alliance-block-accent {
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.12), rgba(240, 215, 140, 0.08));
    border-color: rgba(200, 155, 60, 0.3);
}

.alliance-block-header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.alliance-service-icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.2), rgba(240, 215, 140, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.alliance-service-block:hover .alliance-service-icon {
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    transform: rotate(10deg) scale(1.1);
}

.alliance-service-icon i {
    font-size: 26px;
    color: #c89b3c;
    transition: color 0.4s ease;
    z-index: 2;
    position: relative;
}

.alliance-service-block:hover .alliance-service-icon i {
    color: #0a0e1a;
}

/* Icon Ripple Effect */
.alliance-icon-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(200, 155, 60, 0.4);
    border-radius: 16px;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: alliance-ripple-pulse 3s ease-out infinite;
}

@keyframes alliance-ripple-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.alliance-service-text {
    flex: 1;
}

.alliance-service-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.alliance-service-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

/* Service Stats (for accent block) */
.alliance-service-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(200, 155, 60, 0.2);
}

.alliance-stat-item {
    display: flex;
    flex-direction: column;
}

.alliance-stat-value {
    font-size: 28px;
    font-weight: 800;
    color: #f0d78c;
    line-height: 1;
}

.alliance-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* ========== CTA Zone ========== */
.alliance-cta-zone {
    position: relative;
}

.alliance-cta-content {
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.1), rgba(240, 215, 140, 0.05));
    border: 2px solid rgba(200, 155, 60, 0.3);
    border-radius: 30px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.alliance-cta-content::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(200, 155, 60, 0.1), transparent 60%);
    border-radius: 50%;
    animation: alliance-cta-glow 8s ease-in-out infinite;
}

@keyframes alliance-cta-glow {

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

    50% {
        transform: translate(-50px, 50px) scale(1.2);
        opacity: 0.8;
    }
}

.alliance-cta-left {
    flex: 1;
}

.alliance-cta-heading {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.alliance-cta-subtext {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.alliance-cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

/* CTA Button */
.alliance-cta-button {
    position: relative;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    padding: 18px 45px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0a0e1a;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 50px rgba(200, 155, 60, 0.3);
}

.alliance-cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(200, 155, 60, 0.5);
    color: #0a0e1a;
}

.alliance-btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: left 0.6s ease;
}

.alliance-cta-button:hover .alliance-btn-shine {
    left: 150%;
}

.alliance-btn-text {
    position: relative;
    z-index: 2;
}

.alliance-btn-icon {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: rgba(10, 14, 26, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform 0.4s ease;
}

.alliance-cta-button:hover .alliance-btn-icon {
    transform: translate(5px, -5px) rotate(45deg);
}

/* Trust Badges */
.alliance-trust-badges {
    display: flex;
    gap: 20px;
}

.alliance-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.alliance-trust-item i {
    font-size: 18px;
    color: #c89b3c;
}

/* ========== Responsive Design ========== */
@media (max-width: 1199px) {
    .alliance-main-heading {
        font-size: 48px;
    }

    .alliance-content-grid {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .alliance-hub-section {
        padding: 100px 0;
    }

    .alliance-content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .alliance-main-heading {
        font-size: 42px;
    }

    .alliance-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .alliance-cta-right {
        align-items: center;
    }

    .alliance-trust-badges {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .alliance-hub-section {
        padding: 80px 0;
    }

    .alliance-main-heading {
        font-size: 36px;
    }

    .alliance-lead-text {
        font-size: 16px;
    }

    .alliance-logo-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .alliance-featured-badge {
        position: static;
        margin-bottom: 30px;
    }

    .alliance-services-stack {
        gap: 15px;
    }

    .alliance-service-block {
        padding: 20px;
    }

    .alliance-block-header {
        gap: 15px;
    }

    .alliance-service-icon {
        width: 50px;
        height: 50px;
    }

    .alliance-service-icon i {
        font-size: 22px;
    }

    .alliance-service-title {
        font-size: 18px;
    }

    .alliance-service-desc {
        font-size: 14px;
    }

    .alliance-cta-content {
        padding: 30px 25px;
    }

    .alliance-cta-heading {
        font-size: 24px;
    }

    .alliance-cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .alliance-main-heading {
        font-size: 30px;
    }

    .alliance-logo-showcase {
        grid-template-columns: 1fr;
    }

    .alliance-service-stats {
        gap: 20px;
    }
}


.footer-links a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}

.footer-links a:hover {
    color: #c89b3c !important;
}

.footer-area ul li {
    color: #cbd5e1 !important;
    margin-bottom: 10px !important;
}

.footer-social a {
    font-size: 20px;
    color: #cbd5e1;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #c89b3c;
    transform: translateY(-2px);
}

.footer-widget {
    padding-right: 20px !important;
}


/* ==================== Premium Why Choose Us Section Styles ==================== */

/* Main Section */
.prowess-showcase-arena {
    position: relative;
    background: linear-gradient(165deg, #fdfbf7 0%, #ffffff 50%, #f9f7f4 100%);
    padding: 140px 0;
    overflow: hidden;
}

/* ========== Sophisticated Background ========== */
.prowess-atmosphere {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.prowess-gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(200, 155, 60, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(240, 215, 140, 0.08) 0%, transparent 50%);
}

.prowess-dots-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(200, 155, 60, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.4;
}

/* Wave Decorations */
.prowess-wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0.15;
}

.prowess-wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0.15;
}

.prowess-wave-top svg,
.prowess-wave-bottom svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* ========== Header Section ========== */
.prowess-header-central {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 90px;
    position: relative;
}

/* Tag Badge */
.prowess-tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(200, 155, 60, 0.3);
}

.prowess-badge-beam {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: prowess-beam-slide 3s linear infinite;
}

@keyframes prowess-beam-slide {
    to {
        left: 200%;
    }
}

.prowess-tag-badge i {
    font-size: 16px;
}

/* Supreme Title */
.prowess-supreme-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 35px;
}

.prowess-highlight-wrap {
    position: relative;
    display: inline-block;
}

.prowess-highlight-bg {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    border-radius: 12px;
    transform: skewX(-5deg);
    z-index: -1;
}

.prowess-highlight-text {
    position: relative;
    color: #1a1a1a;
    padding: 0 10px;
    font-weight: 700;
}

/* Separator */
.prowess-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.prowess-sep-line {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c89b3c, transparent);
}

.prowess-sep-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    animation: prowess-icon-spin 20s linear infinite;
}

@keyframes prowess-icon-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Lead Paragraph */
.prowess-lead-para {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    max-width: 780px;
    margin: 0 auto;
}

/* ========== Balanced Features Grid ========== */
.prowess-features-deck {
    max-width: 1300px;
    margin: 0 auto 90px;
    padding: 0 20px;
}

/* Row 1: 3 Cards */
.prowess-row-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

/* Row 2: 2 Cards Centered */
.prowess-row-duo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 880px;
    margin: 0 auto;
}

/* Achievement Card */
.prowess-achievement-card {
    position: relative;
    background: #fff;
    border: 2px solid rgba(200, 155, 60, 0.15);
    border-radius: 28px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    cursor: pointer;
    animation: prowess-card-rise 0.8s ease-out backwards;
}

.prowess-card-animate-1 {
    animation-delay: 0.1s;
}

.prowess-card-animate-2 {
    animation-delay: 0.2s;
}

.prowess-card-animate-3 {
    animation-delay: 0.3s;
}

.prowess-card-animate-4 {
    animation-delay: 0.4s;
}

.prowess-card-animate-5 {
    animation-delay: 0.5s;
}

@keyframes prowess-card-rise {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

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

.prowess-achievement-card:hover {
    transform: translateY(-15px) scale(1.03);
    border-color: #c89b3c;
    box-shadow:
        0 30px 80px rgba(200, 155, 60, 0.25),
        0 0 0 1px rgba(200, 155, 60, 0.1);
}

/* Card Shine Effect */
.prowess-card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent 30%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 70%);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.prowess-achievement-card:hover .prowess-card-shine {
    opacity: 1;
    animation: prowess-shine-sweep 1.5s ease-in-out;
}

@keyframes prowess-shine-sweep {
    from {
        transform: translateX(-100%) rotate(45deg);
    }

    to {
        transform: translateX(100%) rotate(45deg);
    }
}

/* Card Border Animation */
.prowess-card-border {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #c89b3c, #f0d78c, #c89b3c);
    border-radius: 28px;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.prowess-achievement-card:hover .prowess-card-border {
    opacity: 1;
    animation: prowess-border-rotate 3s linear infinite;
}

@keyframes prowess-border-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Icon Orb */
.prowess-icon-orb {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(200, 155, 60, 0.1), rgba(240, 215, 140, 0.15));
    border: 3px solid rgba(200, 155, 60, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.6s ease;
}

.prowess-achievement-card:hover .prowess-icon-orb {
    background: linear-gradient(135deg, #c89b3c, #f0d78c);
    border-color: #c89b3c;
    transform: scale(1.15) rotate(360deg);
}

.prowess-orb-pulse {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(200, 155, 60, 0.3);
    border-radius: 50%;
    animation: prowess-pulse-wave 3s ease-out infinite;
}

@keyframes prowess-pulse-wave {

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

    50% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.prowess-icon-orb i {
    font-size: 42px;
    color: #c89b3c;
    transition: color 0.6s ease;
    z-index: 2;
    position: relative;
}

.prowess-achievement-card:hover .prowess-icon-orb i {
    color: #fff;
}

/* Counter Zone */
.prowess-counter-zone {
    margin-bottom: 22px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.prowess-big-num {
    font-size: 56px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
    font-family: 'Arial', sans-serif;
}

.prowess-num-suffix {
    font-size: 42px;
    font-weight: 700;
    color: #c89b3c;
    margin-top: 8px;
}

.prowess-infinity-icon {
    font-size: 52px;
    color: #c89b3c;
}

/* Card Heading & Detail */
.prowess-card-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.prowess-card-detail {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Card Glow */
.prowess-card-glow {
    position: absolute;
    bottom: -60%;
    left: 50%;
    width: 250%;
    height: 250%;
    background: radial-gradient(circle, rgba(200, 155, 60, 0.2) 0%, transparent 60%);
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.8s ease;
    pointer-events: none;
}

.prowess-achievement-card:hover .prowess-card-glow {
    bottom: -40%;
    opacity: 1;
}

/* ========== Mission Banner ========== */
.prowess-mission-banner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.prowess-banner-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200, 155, 60, 0.15), transparent 70%);
    transform: translate(-50%, -50%);
    filter: blur(60px);
    pointer-events: none;
    animation: prowess-glow-pulse 8s ease-in-out infinite;
}

@keyframes prowess-glow-pulse {

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

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
    }
}

.prowess-banner-content {
    position: relative;
    background: linear-gradient(135deg, #c89b3c, #e8b84d);
    border-radius: 30px;
    padding: 55px 60px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(200, 155, 60, 0.35);
}

.prowess-banner-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Banner Icon */
.prowess-banner-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    animation: prowess-banner-icon-float 4s ease-in-out infinite;
}

@keyframes prowess-banner-icon-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.prowess-banner-icon i {
    font-size: 32px;
    color: #fff;
}

/* Mission Text */
.prowess-mission-text {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 2;
}

.prowess-accent-pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 700;
    margin: 0 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Banner Particles */
.prowess-banner-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.prowess-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: prowess-dot-drift 20s ease-in-out infinite;
}

.prowess-dot-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.prowess-dot-2 {
    top: 25%;
    right: 15%;
    animation-delay: 2s;
}

.prowess-dot-3 {
    top: 60%;
    left: 20%;
    animation-delay: 4s;
}

.prowess-dot-4 {
    top: 70%;
    right: 25%;
    animation-delay: 6s;
}

.prowess-dot-5 {
    top: 40%;
    left: 50%;
    animation-delay: 8s;
}

.prowess-dot-6 {
    top: 80%;
    right: 40%;
    animation-delay: 10s;
}

@keyframes prowess-dot-drift {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.4;
    }

    25% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }

    50% {
        transform: translate(-20px, 40px);
        opacity: 0.5;
    }

    75% {
        transform: translate(25px, 25px);
        opacity: 0.9;
    }
}

/* ========== Responsive Design ========== */
@media (max-width: 1199px) {
    .prowess-supreme-title {
        font-size: 48px;
    }

    .prowess-row-trio,
    .prowess-row-duo {
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .prowess-showcase-arena {
        padding: 100px 0;
    }

    .prowess-supreme-title {
        font-size: 42px;
    }

    .prowess-lead-para {
        font-size: 17px;
    }

    .prowess-row-trio {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .prowess-row-duo {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .prowess-achievement-card {
        padding: 40px 30px;
    }

    .prowess-mission-text {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .prowess-showcase-arena {
        padding: 80px 0;
    }

    .prowess-header-central {
        margin-bottom: 70px;
    }

    .prowess-tag-badge {
        padding: 12px 24px;
        font-size: 11px;
    }

    .prowess-supreme-title {
        font-size: 36px;
    }

    .prowess-lead-para {
        font-size: 16px;
    }

    .prowess-sep-line {
        width: 70px;
    }

    .prowess-features-deck {
        margin-bottom: 70px;
    }

    .prowess-achievement-card {
        padding: 35px 25px;
    }

    .prowess-icon-orb {
        width: 80px;
        height: 80px;
    }

    .prowess-icon-orb i {
        font-size: 36px;
    }

    .prowess-big-num {
        font-size: 48px;
    }

    .prowess-num-suffix {
        font-size: 36px;
    }

    .prowess-infinity-icon {
        font-size: 44px;
    }

    .prowess-card-heading {
        font-size: 22px;
    }

    .prowess-card-detail {
        font-size: 14px;
    }

    .prowess-banner-content {
        padding: 45px 35px;
    }

    .prowess-mission-text {
        font-size: 24px;
    }

    .prowess-accent-pill {
        padding: 5px 14px;
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .prowess-supreme-title {
        font-size: 30px;
    }

    .prowess-lead-para {
        font-size: 15px;
    }

    .prowess-achievement-card {
        padding: 30px 20px;
    }

    .prowess-banner-content {
        padding: 35px 25px;
    }

    .prowess-mission-text {
        font-size: 20px;
    }

    .prowess-accent-pill {
        display: inline;
        padding: 3px 10px;
        font-size: 20px;
        margin: 0 3px;
    }

    .prowess-banner-icon {
        width: 60px;
        height: 60px;
    }

    .prowess-banner-icon i {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .prowess-supreme-title {
        font-size: 26px;
    }

    .prowess-mission-text {
        font-size: 18px;
    }
}





/* ===================== kitchen Section Styles ==================== */
/* Aster Kitchen Design Unique Styles */

/* Aster Premium Kitchen Design Styles */

/* Glassmorphism for Hero Stats */
.glass-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Elegant Timeline/Workflow Line */
.workflow-premium-process {
    position: relative;
    z-index: 1;
}

.workflow-premium-process::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: repeating-linear-gradient(to right, #E5E7EB 0, #E5E7EB 5px, transparent 5px, transparent 10px);
    z-index: -1;
}

@media (max-width: 991px) {
    .workflow-premium-process::before {
        display: none;
    }
}

/* Overlapping Image Effect for Dark Section */
.overlap-img-container {
    position: relative;
}

.overlap-img-main {
    border-radius: 16px;
    position: relative;
    z-index: 2;
    width: 85%;
}

.overlap-img-accent {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 50%;
    border-radius: 12px;
    border: 6px solid #141616;
    /* Matches dark background */
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* Premium Hover Cards */
.premium-hover-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premium-hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--main-color, #f3c23e);
    /* Adjust to your yellow/gold */
}

/* High-End CTA Background */
.cta-premium-bg {
    background: linear-gradient(135deg, #141616 0%, #2a2d2d 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.cta-premium-bg::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(243, 194, 62, 0.1) 0%, transparent 60%);
    pointer-events: none;
}






/* ===========================
         Bar Consultancy  DESIGN SYSTEM
        =========================== */
:root {
    --gold: #C9A55A;
    --gold-light: #E2C27A;
    --gold-dark: #9E7B35;
    /* Dark palette — used only in hero, process, CTA, footer */
    --dark: #0E0D0B;
    --dark-2: #161410;
    --dark-3: #1E1B15;
    --dark-4: #252018;
    /* Light palette — used for most sections */
    --bg-page: #FAFAF8;
    --bg-light: #F5F0E8;
    --bg-light-2: #EDE6D6;
    --bg-white: #FFFFFF;
    --cream: #F5F0E8;
    --cream-2: #EAE3D5;
    /* Text */
    --text-dark: #1A1713;
    --text-body: #3D3830;
    --text-muted: #8A8070;
    --text-muted-dark: #8A8070;
    --white: #FFFFFF;
    --border: rgba(201, 165, 90, 0.22);
    --border-light: rgba(201, 165, 90, 0.15);
    --border-dark-section: rgba(201, 165, 90, 0.18);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif;
    background-color: var(--bg-page);
    color: var(--text-body);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
}

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

/* ===========================
           HEADER / NAV
        =========================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 18px 0;
    background: rgba(14, 13, 11, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s;
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold);
}

.logo span {
    color: var(--cream);
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
}

.nav-links a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cream-2);
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--gold);
}

.nav-cta {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11px 28px;
    border: 1px solid var(--gold);
    color: var(--gold);
    transition: all 0.3s;
}

.nav-cta:hover {
    background: var(--gold);
    color: var(--dark);
}

/* ===========================
           HERO
        =========================== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?w=1800&q=80') center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(14, 13, 11, 0.97) 0%, rgba(14, 13, 11, 0.85) 50%, rgba(14, 13, 11, 0.4) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
}

.hero-label::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--gold);
}

.hero h1 {
    font-size: clamp(52px, 6vw, 88px);
    line-height: 1.0;
    color: #bfbfbf;
    margin-bottom: 28px;
    font-weight: 300;
}

.hero h1 em {
    font-style: italic;
    color: var(--gold);
}

.hero p {
    font-size: 16px;
    line-height: 1.8;
    color: #c9a55a;
    max-width: 480px;
    margin-bottom: 48px;
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: var(--gold);
    color: var(--dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-primary-gold:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
}

.btn-outline-cream {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border: 1px solid rgba(201, 165, 90, 0.4);
    color: #c9a55a;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-outline-cream:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.hero-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.hero-stat-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 6px;
}

.hero-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
}

.hero-img-card {
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.hero-img-card:nth-child(1) {
    grid-column: 1 / -1;
    height: 260px;
}

.hero-img-card:nth-child(2) {
    height: 200px;
}

.hero-img-card:nth-child(3) {
    height: 200px;
}

.hero-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-img-card:hover img {
    transform: scale(1.05);
}

.hero-img-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(14, 13, 11, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-img-badge i {
    color: var(--gold);
    font-size: 14px;
}

.hero-img-badge span {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cream-2);
}

/* ===========================
           INTRO MARQUEE STRIP
        =========================== */
.marquee-strip {
    background: var(--gold);
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-inner {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}

.marquee-inner span {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dark);
    padding: 0 30px;
}

.marquee-inner span::after {
    content: '◆';
    font-size: 8px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===========================
           SECTION COMMONS
        =========================== */
.section {
    padding: 120px 0;
}

.section-sm {
    padding: 80px 0;
}

.container-xl {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.section-tag::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--gold);
}

.section-title {
    font-size: clamp(38px, 4.5vw, 66px);
    line-height: 1.05;
    font-weight: 300;
    color: #5b5448;
    /* color: var(--cream); */
}

.section-title em {
    font-style: italic;
    color: var(--gold);
}

.section-title strong {
    font-weight: 700;
}

.section-desc {
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-muted);
}

.gold-line {
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin: 28px 0;
}

/* ===========================
           WHAT WE DO (SERVICES GRID)
        =========================== */
.services-section {
    background: var(--bg-white);
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: 'BAR';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 280px;
    font-weight: 700;
    color: rgba(201, 165, 90, 0.09);
    pointer-events: none;
    white-space: nowrap;
}

.services-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border-light);
}

.service-card {
    background: var(--bg-white);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    cursor: pointer;
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.4s ease;
}

.service-card:hover::after {
    width: 100%;
}

.service-card:hover {
    background: var(--bg-warm);
    box-shadow: 0 6px 30px rgba(201, 165, 90, 0.1);
}

.service-card:hover .service-icon {
    color: var(--gold);
    background: rgba(201, 165, 90, 0.12);
    border-color: rgba(201, 165, 90, 0.35);
}

.service-icon {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(201, 165, 90, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--gold-dark);
    margin-bottom: 28px;
    background: rgba(201, 165, 90, 0.06);
    transition: all 0.4s;
}

.service-num {
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 700;
    color: rgba(201, 165, 90, 0.09);
    line-height: 1;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 14px;
    line-height: 1.2;
}

.service-card p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-dark);
    transition: gap 0.3s;
}

.service-card:hover .service-link {
    gap: 14px;
    color: var(--gold);
}

/* ===========================
           FEATURED VISUAL SPLIT
        =========================== */
.visual-split {
    background: var(--bg-warm);
    overflow: hidden;
}

.visual-split-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 680px;
}

.vs-image {
    position: relative;
    overflow: hidden;
}

.vs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.vs-image:hover img {
    transform: scale(1.04);
}

.vs-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, var(--bg-warm) 100%);
}

.vs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 72px;
}

.vs-feature-list {
    list-style: none;
    margin-top: 40px;
}

.vs-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(201, 165, 90, 0.2);
}

.vs-feature-list li:first-child {
    border-top: 1px solid rgba(201, 165, 90, 0.2);
}

.vs-feature-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: rgba(201, 165, 90, 0.12);
    border: 1px solid rgba(201, 165, 90, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--gold);
    margin-top: 2px;
}

.vs-feature-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.vs-feature-text p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* ===========================
           PROCESS TIMELINE
        =========================== */
.process-section {
    background: var(--bg-warm-2);
}

.process-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 80px;
}

.process-header .section-title {
    color: var(--text-dark);
}

.process-header .section-desc {
    color: var(--text-muted);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 34px;
    left: calc(100% / 12);
    right: calc(100% / 12);
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.process-step {
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.step-dot {
    width: 68px;
    height: 68px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 20px;
    color: var(--text-muted);
    background: var(--bg-warm-2);
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    cursor: default;
}

.step-dot:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 165, 90, 0.08);
    transform: translateY(-4px);
}

.process-step h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.process-step p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--text-muted);
}

.step-number {
    position: absolute;
    top: -8px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: var(--gold);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===========================
           WHY CHOOSE ASTER
        =========================== */
.why-section {
    background: var(--bg-white);
}

.why-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    align-items: center;
}

.why-image-stack {
    position: relative;
    height: 600px;
}

.why-img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 80%;
    overflow: hidden;
}

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

.why-img-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 50%;
    overflow: hidden;
    border: 4px solid var(--bg-white);
}

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

.why-experience-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}

.why-experience-badge .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
}

.why-experience-badge .lbl {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--dark);
    margin-top: 2px;
}

.why-points {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
}

.why-point {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid rgba(201, 165, 90, 0.15);
    transition: all 0.3s;
    background: var(--bg-page);
}

.why-point:hover {
    border-color: rgba(201, 165, 90, 0.4);
    background: rgba(201, 165, 90, 0.05);
    box-shadow: 0 4px 20px rgba(201, 165, 90, 0.08);
}

.why-point-icon {
    font-size: 24px;
    color: var(--gold);
    min-width: 24px;
    margin-top: 2px;
}

.why-point h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.why-point p {
    font-size: 13px;
    line-height: 1.75;
    color: var(--text-muted);
}

/* ===========================
           STATS BAND
        =========================== */
.stats-band {
    background: var(--gold);
    padding: 70px 0;
}

.stats-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.stat-item {
    background: var(--gold);
    text-align: center;
    padding: 0 30px;
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
}

.stat-unit {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: var(--dark);
}

.stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(14, 13, 11, 0.6);
    margin-top: 10px;
}

/* ===========================
           TESTIMONIALS
        =========================== */
.testimonials-section {
    background: var(--dark-2);
    position: relative;
    overflow: hidden;
}

.testimonials-section::after {
    content: '"';
    position: absolute;
    top: -40px;
    right: 60px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 400px;
    color: rgba(201, 165, 90, 0.04);
    line-height: 1;
    pointer-events: none;
}

.testimonials-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: var(--dark-3);
    border: 1px solid var(--border);
    padding: 40px 32px;
    position: relative;
    transition: all 0.3s;
}

.testimonial-card:hover {
    border-color: rgba(201, 165, 90, 0.35);
    transform: translateY(-4px);
}

.testimonial-card:first-child {
    grid-row: span 1;
    background: rgba(201, 165, 90, 0.10);
    border-color: rgba(201, 165, 90, 0.3);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.testimonial-stars i {
    color: var(--gold);
    font-size: 13px;
}

.testimonial-card blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    color: var(--cream);
    margin-bottom: 28px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--dark-3);
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
}

.author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--cream);
}

.author-title {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

/* ===========================
           PACKAGES
        =========================== */
.packages-section {
    background: var(--bg-page);
}

.packages-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 70px;
}

.packages-header .section-title {
    color: var(--text-dark);
}

.packages-header .section-desc {
    color: var(--text-muted);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border-light);
}

.package-card {
    background: var(--bg-white);
    border: 1px solid rgba(201, 165, 90, 0.15);
    padding: 52px 40px;
    position: relative;
    transition: all 0.4s;
}

.package-card.featured {
    background: var(--text-dark);
    border-top: 2px solid var(--gold);
}

.package-badge {
    position: absolute;
    top: 0;
    right: 36px;
    background: var(--gold);
    padding: 5px 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark);
    transform: translateY(-1px);
}

.package-icon {
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 24px;
}

.package-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 8px;
}

.package-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.package-desc {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-muted);
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.package-features {
    list-style: none;
    margin-bottom: 40px;
}

.package-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 13px;
    color: var(--text-body);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.package-features li i {
    color: var(--gold);
    font-size: 12px;
}

/* ===========================
           CTA SECTION
        =========================== */
.cta-section {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1572116469696-31de0f17cc34?w=1600&q=80') center/cover no-repeat;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(14, 13, 11, 0.97), rgba(14, 13, 11, 0.75));
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.cta-title {
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 300;
    color: var(--cream);
    line-height: 1.1;
}

.cta-title em {
    font-style: italic;
    color: var(--gold);
}

.cta-subtitle {
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 16px;
    max-width: 540px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 220px;
    text-align: center;
}

.cta-contact-info {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.cta-contact-info a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 13px;
    transition: color 0.3s;
    margin-bottom: 10px;
}

.cta-contact-info a:hover {
    color: var(--gold);
}

.cta-contact-info i {
    color: var(--gold);
    width: 16px;
}


/* ===========================
           ANIMATIONS
        =========================== */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.fade-up {
    opacity: 0;
    animation: fadeUp 0.7s ease forwards;
}

.delay-1 {
    animation-delay: 0.15s;
}

.delay-2 {
    animation-delay: 0.30s;
}

.delay-3 {
    animation-delay: 0.45s;
}

.delay-4 {
    animation-delay: 0.60s;
}

.delay-5 {
    animation-delay: 0.75s;
}

/* =========================================================
   13. RESPONSIVE MEDIA QUERIES (TABLET & MOBILE)
========================================================= */

/* --- LARGE TABLETS & SMALL DESKTOPS (Max 1200px) --- */
@media (max-width: 1200px) {
    .hero-content {
        padding: 120px 32px 80px;
        gap: 40px;
    }

    .vs-content {
        padding: 60px 40px;
    }

    .why-inner {
        gap: 60px;
    }
}

/* --- TABLET (Max 992px) --- */
@media (max-width: 992px) {

    /* General Settings */
    .section {
        padding: 80px 0;
    }

    /* Hero */
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 140px;
    }

    .hero-label,
    .hero-btns,
    .hero-stats {
        justify-content: center;
    }

    .hero-label::before {
        display: none;
        /* Hide decorative line on center alignment */
    }

    .hero p {
        margin: 0 auto 40px;
    }

    .hero-right {
        max-width: 700px;
        margin: 40px auto 0;
    }

    /* Services Section */
    .services-header {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-section::before {
        font-size: 180px;
        /* Shrink background text */
    }

    /* Visual Split */
    .visual-split-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .vs-image {
        height: 450px;
    }

    .vs-image-overlay {
        /* Change gradient to bottom-up instead of right-left */
        background: linear-gradient(to bottom, transparent 60%, var(--bg-warm) 100%);
    }

    /* Process Timeline */
    .process-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }

    .process-steps::before {
        display: none;
        /* Hide horizontal connecting line when wrapped */
    }

    /* Why Choose */
    .why-inner {
        grid-template-columns: 1fr;
    }

    .why-image-stack {
        height: 500px;
        max-width: 600px;
        margin: 0 auto;
    }

    /* Stats Band */
    .stats-band-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item {
        padding: 40px 20px;
        /* Add padding since we are stacking */
    }

    /* Testimonials & Packages */
    .testimonials-grid,
    .packages-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-section::after {
        display: none;
        /* Hide giant quote mark to save space */
    }

    /* CTA Section */
    .cta-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-subtitle {
        margin: 16px auto 0;
    }

    .cta-actions {
        align-items: center;
    }

    .cta-contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* --- MOBILE PORTRAIT (Max 768px) --- */
@media (max-width: 768px) {

    /* Services & Process */
    .services-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-section::before {
        display: none;
        /* Completely hide background text on mobile */
    }

    /* Why Choose */
    .why-image-stack {
        height: 380px;
    }

    /* Feature Adjustments */
    .vs-content {
        padding: 60px 24px;
    }

    .package-card {
        padding: 40px 24px;
    }
}

/* --- SMALL MOBILE (Max 576px) --- */
@media (max-width: 576px) {
    .section {
        padding: 60px 0;
    }

    /* Hero adjustments */
    .hero-right {
        grid-template-columns: 1fr;
    }

    .hero-img-card:nth-child(1) {
        height: 220px;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
    }

    .hero-btns a,
    .hero-btns button {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    /* Make final grids 1-column */
    .stats-band-inner,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .vs-image {
        height: 300px;
    }

    .why-image-stack {
        height: 300px;
    }

    .why-experience-badge {
        width: 90px;
        height: 90px;
    }

    .why-experience-badge .num {
        font-size: 32px;
    }
}

/* ===========================
           FLOATING ENQUIRY FORM
        =========================== */
.enquiry-form-section {
    background: var(--bg-warm);
    position: relative;
    overflow: hidden;
}

.enquiry-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 600px;
}

.enquiry-left {
    background: var(--gold);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enquiry-left h2 {
    font-size: 48px;
    font-weight: 300;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 20px;
}

.enquiry-left p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(14, 13, 11, 0.7);
    margin-bottom: 40px;
}

.enquiry-contact-list {
    list-style: none;
}

.enquiry-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: rgba(14, 13, 11, 0.8);
    margin-bottom: 14px;
}

.enquiry-contact-list li i {
    font-size: 16px;
    color: var(--dark);
}

.enquiry-right {
    background: var(--bg-white);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.form-group label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    background: var(--bg-page);
    border: 1px solid rgba(201, 165, 90, 0.2);
    padding: 14px 18px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: var(--text-dark);
    outline: none;
    transition: border-color 0.3s;
    -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--gold);
}

.form-group select option {
    background: var(--bg-white);
    color: var(--text-dark);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}


/* ===========================
           LIGHT SECTION TEXT FIXES
        =========================== */
.services-section .section-title,
.services-section .section-tag,
.process-section .section-title,
.process-section .section-tag,
.why-section .section-title,
.why-section .section-tag,
.packages-section .section-title,
.packages-section .section-tag,
.enquiry-right .section-tag {
    color: var(--text-dark);
}

.services-section .section-title em,
.process-section .section-title em,
.why-section .section-title em,
.packages-section .section-title em {
    color: var(--gold);
}

.services-section .gold-line,
.process-section .gold-line,
.why-section .gold-line,
.packages-section .gold-line {
    background: var(--gold);
}

/* Fix process step dot border */
.process-section .step-dot {
    border-color: rgba(201, 165, 90, 0.25);
    background: var(--bg-warm-2);
    color: var(--text-muted);
}

.process-section .step-dot:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 165, 90, 0.08);
}

.process-section .process-step p {
    color: var(--text-muted);
}

/* Fix vs-content text */
.visual-split .section-title {
    color: var(--text-dark);
}

.visual-split .section-desc {
    color: var(--text-muted);
}

.visual-split .section-tag {
    color: var(--gold);
}

/* Fix why section desc */
.why-section .section-desc {
    color: var(--text-muted);
}

.why-section .why-point p {
    color: var(--text-muted);
}

/* Package card non-featured text */
.package-card:not(.featured) .package-title {
    color: var(--text-dark);
}

.package-card:not(.featured) .package-desc {
    color: var(--text-muted);
}

.package-card:not(.featured) .package-name {
    color: var(--gold-dark);
}

.package-card.featured .package-title {
    color: var(--cream);
}

.package-card.featured .package-desc {
    color: rgba(245, 240, 232, 0.7);
}

.package-card.featured .package-name {
    color: var(--gold-light);
}

.package-card.featured .package-features li {
    color: var(--cream-2);
}

.package-card.featured .package-features li {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Enquiry right */
.enquiry-right h3 {
    color: var(--text-dark) !important;
}

/* Section desc on light bg */
.why-section .section-title {
    color: var(--text-dark);
}

/* Hover glow on service cards */
.service-card:nth-child(1) .service-num {
    color: rgba(201, 165, 90, 0.08);
}




/* ========== ABOUT PAGE SPECIFIC STYLES ========== */

:root {
    --gold: #C9A55A;
    --gold-light: #E2C27A;
    --gold-dark: #9E7B35;
    --gold-pale: #F5EDD8;
    /* Darks */
    --dark: #0E0D0B;
    --dark-2: #161410;
    --dark-3: #1E1B15;
    --dark-4: #252018;
    /* Lights */
    --bg-page: #FAFAF8;
    --bg-white: #FFFFFF;
    --bg-warm: #F5F0E8;
    --bg-warm-2: #EDE7D6;
    --bg-warm-3: #E6DCC8;
    --cream: #F5F0E8;
    --cream-2: #EAE3D5;
    /* Text */
    --text-dark: #1A1713;
    --text-body: #3D3830;
    --text-muted: #7A7060;
    --white: #FFFFFF;
    /* Borders */
    --border: rgba(201, 165, 90, 0.22);
    --border-light: rgba(201, 165, 90, 0.15);
    --border-dark: rgba(201, 165, 90, 0.18);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif;
    background: var(--bg-page);
    color: var(--text-body);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
}

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

/* =============================
           HEADER
        ============================= */
.au-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 18px 0;
    background: rgba(14, 13, 11, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-dark);
    transition: padding 0.3s;
}

.au-header-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.au-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold);
}

.au-logo span {
    color: var(--cream);
}

.au-nav-links {
    display: flex;
    gap: 34px;
    list-style: none;
}

.au-nav-links a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cream-2);
    transition: color 0.3s;
}

.au-nav-links a:hover,
.au-nav-links a.active {
    color: var(--gold);
}

.au-nav-cta {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11px 26px;
    border: 1px solid var(--gold);
    color: var(--gold);
    transition: all 0.3s;
}

.au-nav-cta:hover {
    background: var(--gold);
    color: var(--dark);
}

/* =============================
           UTILITIES
        ============================= */
.au-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
}

.au-section {
    padding: 110px 0;
}

.au-section-sm {
    padding: 80px 0;
}

.au-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}

.au-tag::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--gold);
}

.au-title-xl {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 300;
    line-height: 1.0;
    color: var(--text-dark);
}

.au-title-xl em {
    font-style: italic;
    color: var(--gold);
}

.au-title-xl strong {
    font-weight: 700;
}

.au-title-lg {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3.8vw, 58px);
    font-weight: 300;
    line-height: 1.05;
    color: var(--text-dark);
}

.au-title-lg em {
    font-style: italic;
    color: var(--gold);
}

.au-title-lg-light {
    color: var(--cream);
}

.au-title-lg-light em {
    color: var(--gold-light);
}

.au-body-text {
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-muted);
}

.au-body-text-light {
    color: rgba(245, 240, 232, 0.65);
}

.au-gold-rule {
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin: 24px 0;
}

.au-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: var(--gold);
    color: var(--dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.au-btn-gold:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
}

.au-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border: 1px solid var(--border);
    color: var(--text-dark);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.au-btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold-dark);
}

.au-btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border: 1px solid rgba(201, 165, 90, 0.4);
    color: var(--cream-2);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.au-btn-outline-light:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* scroll au-reveal */
.au-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.au-reveal.au-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =============================
           1. HERO — DARK, CINEMATIC
        ============================= */
.au-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.au-hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?w=1800&q=80') center/cover no-repeat;
}

.au-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(14, 13, 11, 0.96) 0%, rgba(14, 13, 11, 0.80) 55%, rgba(14, 13, 11, 0.45) 100%);
}

/* Diagonal gold accent line */
.au-hero-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, rgba(201, 165, 90, 0.3) 40%, rgba(201, 165, 90, 0.3) 60%, transparent 100%);
}

.au-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 130px 48px 90px;
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 80px;
    align-items: center;
}

.au-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}

.au-hero-eyebrow-line {
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.au-hero-eyebrow span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--gold);
}

.au-hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(54px, 6.5vw, 96px);
    font-weight: 300;
    line-height: 0.95;
    color: var(--cream);
    margin-bottom: 32px;
}

.au-hero-h1 em {
    font-style: italic;
    color: var(--gold);
}

.au-hero-lead {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(234, 227, 213, 0.7);
    max-width: 480px;
    margin-bottom: 48px;
}

.au-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.au-hero-right-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.au-hero-fact-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 165, 90, 0.2);
    backdrop-filter: blur(6px);
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s;
}

.au-hero-fact-card:hover {
    background: rgba(201, 165, 90, 0.08);
    border-color: rgba(201, 165, 90, 0.4);
}

.au-hero-fact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(201, 165, 90, 0.15);
    border: 1px solid rgba(201, 165, 90, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--gold);
}

.au-hero-fact-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.au-hero-fact-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cream-2);
    margin-top: 3px;
}

.au-hero-brand-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.au-brand-tag {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid rgba(201, 165, 90, 0.2);
    color: rgba(234, 227, 213, 0.5);
}

/* Scroll indicator */
.au-scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 3;
}

.au-scroll-hint span {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(201, 165, 90, 0.5);
}

.au-scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(201, 165, 90, 0.5), transparent);
    animation: scrollDown 1.5s ease-in-out infinite;
}

@keyframes scrollDown {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
    }

    51% {
        transform: scaleY(1);
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/* =============================
           2. INTRO / STORY — WHITE + DIAGONAL IMAGE
        ============================= */
.au-story-section {
    background: var(--bg-white);
    overflow: hidden;
}

.au-story-inner {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    min-height: 700px;
}

.au-story-image-col {
    position: relative;
    overflow: hidden;
}

.au-story-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.au-story-image-col:hover img {
    transform: scale(1.04);
}

/* Slanted overlay on right edge */
.au-story-image-col::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, var(--bg-white) 100%);
}

.au-story-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 72px 80px 60px;
}

.au-story-founded-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold-pale);
    border: 1px solid rgba(201, 165, 90, 0.3);
    padding: 8px 18px;
    margin-bottom: 36px;
}

.au-story-founded-badge i {
    color: var(--gold);
    font-size: 13px;
}

.au-story-founded-badge span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-dark);
}

.au-story-body {
    margin-top: 28px;
}

.au-story-body p {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.au-story-body p:first-child {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.65;
}

.au-story-signature {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid rgba(201, 165, 90, 0.15);
    display: flex;
    align-items: center;
    gap: 18px;
}

.au-sig-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--gold);
    background: var(--bg-warm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.au-sig-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.au-sig-avatar-placeholder {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--gold);
}

.au-sig-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
}

.au-sig-title {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* =============================
           3. MARQUEE STRIP
        ============================= */
.au-marquee-strip {
    background: var(--gold);
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
}

.au-marquee-inner {
    display: inline-flex;
    animation: marquee 22s linear infinite;
}

.au-marquee-inner span {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dark);
    padding: 0 28px;
}

.au-marquee-inner span::after {
    content: '◆';
    font-size: 7px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* =============================
           4. DIRECTOR PROFILE — WARM BG, ASYMMETRIC
        ============================= */
.au-director-section {
    background: var(--bg-warm);
    overflow: hidden;
}

.au-director-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.au-director-content {
    padding: 100px 72px 100px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.au-director-visual {
    position: relative;
    overflow: hidden;
    min-height: 620px;
}

.au-director-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating gold quote box */
.au-director-quote-box {
    position: absolute;
    bottom: 40px;
    left: -32px;
    background: var(--dark);
    border: 1px solid rgba(201, 165, 90, 0.3);
    padding: 28px 32px;
    max-width: 300px;
    z-index: 3;
}

.au-director-quote-box blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1.6;
    color: var(--cream);
}

.au-director-quote-box cite {
    display: block;
    margin-top: 14px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    font-style: normal;
}

/* Gold ribbon behind image */
.au-director-visual::before {
    content: '';
    position: absolute;
    top: 40px;
    right: -20px;
    width: 80px;
    bottom: 40px;
    background: rgba(201, 165, 90, 0.12);
    z-index: 0;
}

.au-director-exp-list {
    margin-top: 40px;
}

.au-dir-exp-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(201, 165, 90, 0.15);
}

.au-dir-exp-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    background: var(--gold);
    margin-top: 7px;
}

.au-dir-exp-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.au-dir-exp-item p {
    font-size: 13px;
    color: var(--text-muted);
}

.au-dir-brands-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-top: 32px;
    margin-bottom: 14px;
}

.au-dir-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.au-dir-brand-pill {
    padding: 7px 16px;
    background: var(--bg-white);
    border: 1px solid rgba(201, 165, 90, 0.2);
    font-size: 12px;
    font-weight: 500;
    color: var(--text-dark);
    letter-spacing: 0.5px;
}

/* =============================
           5. VISION + MISSION — DARK, SIDE-BY-SIDE CARDS
        ============================= */
.au-vision-section {
    background: var(--dark-2);
}

.au-vision-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 70px;
}

.au-vision-header .au-title-lg {
    color: var(--cream);
}

.au-vision-header .au-title-lg em {
    color: var(--gold-light);
}

.au-vision-header .au-body-text {
    color: rgba(245, 240, 232, 0.55);
    margin-top: 16px;
}

.au-vision-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(201, 165, 90, 0.12);
}

.au-vision-card {
    background: var(--dark-3);
    padding: 52px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.au-vision-card:hover {
    background: var(--dark-4);
}

.au-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: background 0.4s;
}

.au-vision-card:hover::before {
    background: var(--gold);
}

.au-vision-card-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(201, 165, 90, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gold);
    margin-bottom: 30px;
    background: rgba(201, 165, 90, 0.06);
}

.au-vision-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 14px;
}

.au-vision-card p {
    font-size: 14px;
    line-height: 1.85;
    color: rgba(245, 240, 232, 0.55);
}

.au-vision-card .au-bg-letter {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 120px;
    font-weight: 700;
    color: rgba(201, 165, 90, 0.04);
    line-height: 1;
    pointer-events: none;
}

/* =============================
           6. SERVICES — WHITE, ALTERNATING ROWS
        ============================= */
.au-services-section {
    background: var(--bg-white);
}

.au-services-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
}

/* Tab navigation */
.au-service-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(201, 165, 90, 0.15);
    margin-bottom: 60px;
}

.au-stab {
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: -1px;
}

.au-stab.active,
.au-stab:hover {
    color: var(--gold-dark);
    border-bottom-color: var(--gold);
}

/* Service rows — alternating layout */
.au-service-row {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 0;
    padding: 40px 0;
    border-bottom: 1px solid rgba(201, 165, 90, 0.1);
    transition: background 0.3s;
    cursor: default;
}

.au-service-row:hover {
    background: rgba(201, 165, 90, 0.025);
}

.au-service-row:first-of-type {
    border-top: 1px solid rgba(201, 165, 90, 0.1);
}

.au-sr-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 700;
    color: rgba(201, 165, 90, 0.18);
    line-height: 1;
    padding-top: 4px;
}

.au-sr-left {
    padding-right: 40px;
}

.au-sr-icon-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.au-sr-icon {
    width: 40px;
    height: 40px;
    background: rgba(201, 165, 90, 0.1);
    border: 1px solid rgba(201, 165, 90, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--gold);
}

.au-sr-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
}

.au-sr-tagline {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold-dark);
}

.au-sr-right {
    padding-left: 40px;
    border-left: 1px solid rgba(201, 165, 90, 0.1);
}

.au-sr-desc {
    font-size: 14px;
    line-height: 1.85;
    color: var(--text-muted);
}

.au-sr-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.au-sr-feature-tag {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    background: var(--bg-warm);
    border: 1px solid rgba(201, 165, 90, 0.15);
    color: var(--text-muted);
}

/* =============================
           7. KITCHEN DESIGN — WARM BG, FULL-BLEED DIAGRAM STYLE
        ============================= */
.au-kitchen-section {
    background: var(--bg-warm-2);
    overflow: hidden;
}

.au-kitchen-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.au-kitchen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.au-kitchen-image-wrap {
    position: relative;
}

.au-kitchen-image-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.au-kitchen-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--gold);
    padding: 10px 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dark);
}

.au-kitchen-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.au-kitchen-spec-card {
    background: var(--bg-white);
    border: 1px solid rgba(201, 165, 90, 0.15);
    padding: 28px 24px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.au-kitchen-spec-card:hover {
    border-color: rgba(201, 165, 90, 0.35);
    box-shadow: 0 6px 24px rgba(201, 165, 90, 0.1);
}

.au-kitchen-spec-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gold);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s;
}

.au-kitchen-spec-card:hover::after {
    transform: scaleY(1);
}

.au-ks-icon {
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 14px;
}

.au-ks-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.au-ks-list {
    list-style: none;
}

.au-ks-list li {
    font-size: 12px;
    color: var(--text-muted);
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.au-ks-list li::before {
    content: '—';
    color: var(--gold);
    font-size: 10px;
}

/* FOR au-section */
.au-for-section {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.au-for-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--gold-pale);
    border: 1px solid rgba(201, 165, 90, 0.2);
    font-size: 12px;
    color: var(--text-dark);
}

.au-for-pill i {
    color: var(--gold);
    font-size: 12px;
}

/* =============================
           8. STATS BAND — GOLD
        ============================= */
.au-stats-band {
    background: var(--gold);
    padding: 72px 0;
}

.au-stats-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.au-stat-item {
    background: var(--gold);
    text-align: center;
    padding: 0 32px;
}

.au-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 74px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
}

.au-stat-unit {
    font-size: 42px;
}

.au-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(14, 13, 11, 0.55);
    margin-top: 10px;
}

/* =============================
           9. MANUFACTURED EQUIPMENT — DARK DIAGONAL
        ============================= */
.au-equipment-section {
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

.au-equipment-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background: url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=900&q=80') center/cover no-repeat;
    opacity: 0.25;
}

.au-equipment-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.au-equipment-content {
    padding: 100px 0;
}

.au-equipment-slogan {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.au-equipment-slogans {
    margin-top: 48px;
}

.au-eslog {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(201, 165, 90, 0.1);
    cursor: default;
    transition: all 0.3s;
}

.au-eslog:first-child {
    border-top: 1px solid rgba(201, 165, 90, 0.1);
}

.au-eslog:hover {
    padding-left: 8px;
}

.au-eslog-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: var(--gold);
}

.au-eslog span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    color: var(--cream);
    line-height: 1.2;
}

.au-eslog:hover span {
    color: var(--gold-light);
}

.au-equipment-img-col {
    position: relative;
}

.au-equip-img-main {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 1px solid rgba(201, 165, 90, 0.15);
}

.au-equip-img-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--gold);
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.au-equip-img-badge .n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
}

.au-equip-img-badge .l {
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(14, 13, 11, 0.6);
    margin-top: 4px;
}

/* =============================
           10. WHY CHOOSE — WARM, ICON GRID
        ============================= */
.au-why-section {
    background: var(--bg-warm);
}

.au-why-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 72px;
}

.au-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.au-why-card {
    background: var(--bg-white);
    border: 1px solid rgba(201, 165, 90, 0.12);
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s;
}

.au-why-card:hover {
    border-color: rgba(201, 165, 90, 0.35);
    box-shadow: 0 10px 40px rgba(201, 165, 90, 0.1);
    transform: translateY(-4px);
}

.au-why-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.au-why-card:hover::after {
    transform: scaleX(1);
}

.au-why-icon {
    width: 52px;
    height: 52px;
    background: rgba(201, 165, 90, 0.08);
    border: 1px solid rgba(201, 165, 90, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--gold);
    margin-bottom: 22px;
    transition: all 0.3s;
}

.au-why-card:hover .au-why-icon {
    background: rgba(201, 165, 90, 0.15);
}

.au-why-card h4 {
    font-size: 21px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.au-why-card p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--text-muted);
}

/* =============================
           11. PROCESS TIMELINE — PAGE BG
        ============================= */
.au-process-section {
    background: var(--bg-page);
}

.au-process-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 80px;
}

.au-process-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.au-process-track::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(100%/10);
    right: calc(100%/10);
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
}

.au-pstep {
    text-align: center;
    padding: 0 16px;
    position: relative;
}

.au-pstep-dot {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid rgba(201, 165, 90, 0.25);
    background: var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 22px;
    color: var(--text-muted);
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    cursor: default;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.au-pstep-dot:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 165, 90, 0.06);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(201, 165, 90, 0.15);
}

.au-pstep-n {
    position: absolute;
    top: -8px;
    right: -4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: var(--dark);
}

.au-pstep h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.au-pstep p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* =============================
           12. CTA — DARK CINEMATIC
        ============================= */
.au-cta-section {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.au-cta-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?w=1600&q=80') center/cover no-repeat;
}

.au-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(14, 13, 11, 0.96), rgba(14, 13, 11, 0.6));
}

.au-cta-content {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.au-cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 62px);
    font-weight: 300;
    color: var(--cream);
    line-height: 1.1;
}

.au-cta-title em {
    font-style: italic;
    color: var(--gold);
}

.au-cta-sub {
    font-size: 15px;
    color: rgba(245, 240, 232, 0.6);
    margin-top: 16px;
    max-width: 520px;
    line-height: 1.8;
}

.au-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 220px;
}

.au-cta-contact {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(201, 165, 90, 0.15);
}

.au-cta-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(245, 240, 232, 0.55);
    margin-bottom: 8px;
    transition: color 0.3s;
}

.au-cta-contact a:hover {
    color: var(--gold);
}

.au-cta-contact i {
    color: var(--gold);
    width: 14px;
}

/* =========================================================
   13. RESPONSIVE QUERIES (TABLET & MOBILE)
========================================================= */

/* --- TABLET LANDSCAPE & SMALL DESKTOPS (Max 1200px) --- */
@media (max-width: 1200px) {
    .au-hero-content {
        padding: 100px 32px 60px;
        gap: 40px;
    }

    .au-story-content-col,
    .au-director-content {
        padding: 60px 40px;
    }
}

/* --- TABLET PORTRAIT (Max 992px) --- */
@media (max-width: 992px) {

    /* Hero Section */
    .au-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 140px;
    }

    .au-hero-overlay::after {
        display: none;
        /* Hide the vertical accent line on stacked layout */
    }

    .au-hero-eyebrow {
        justify-content: center;
    }

    .au-hero-lead {
        margin: 0 auto 40px;
    }

    .au-hero-btns {
        justify-content: center;
    }

    .au-hero-right-panel {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Split Sections (Story, Director, Equipment, Kitchen) */
    .au-story-inner,
    .au-director-inner,
    .au-equipment-inner,
    .au-kitchen-grid {
        grid-template-columns: 1fr;
    }

    .au-story-image-col::after {
        background: linear-gradient(to bottom, transparent 60%, var(--bg-white) 100%);
    }

    .au-director-visual {
        min-height: 400px;
    }

    /* Reposition floating quote box to sit naturally */
    .au-director-quote-box {
        position: relative;
        bottom: auto;
        left: auto;
        margin: -40px auto 40px;
        transform: none;
        width: 85%;
        max-width: none;
    }

    /* Grids (Vision, Stats, Why Choose) */
    .au-vision-cards,
    .au-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .au-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Headers with side-by-side content */
    .au-services-header,
    .au-why-header {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    /* Services Rows */
    .au-service-row {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
    }

    .au-sr-num {
        display: none;
        /* Hide the large background number on mobile to save space */
    }

    .au-sr-left {
        padding-right: 0;
    }

    .au-sr-right {
        padding-left: 0;
        border-left: none;
        padding-top: 20px;
        border-top: 1px solid rgba(201, 165, 90, 0.1);
    }

    /* Process Timeline (Convert horizontal to vertical) */
    .au-process-track {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .au-process-track::before {
        /* Convert horizontal line to vertical line */
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: auto;
        transform: translateX(-50%);
        background: linear-gradient(to bottom, transparent, var(--gold) 10%, var(--gold) 90%, transparent);
    }
}

/* --- MOBILE DEVICES (Max 768px) --- */
@media (max-width: 768px) {

    /* Stack remaining 2-column grids */
    .au-vision-cards,
    .au-why-grid,
    .au-kitchen-specs {
        grid-template-columns: 1fr;
    }

    .au-cta-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 24px;
    }

    .au-cta-sub {
        margin: 16px auto 0;
    }

    /* Adjust tabs so they don't break the layout */
    .au-service-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .au-stab {
        flex: 1 1 40%;
        text-align: center;
    }

    /* Adjust Equipment badge position */
    .au-equip-img-badge {
        right: 10px;
        bottom: -10px;
        width: 90px;
        height: 90px;
    }

    .au-equip-img-badge .n {
        font-size: 28px;
    }

    /* Global Padding reductions for mobile */
    .au-story-content-col,
    .au-director-content {
        padding: 40px 24px;
    }
}

/* --- SMALL MOBILE (Max 576px) --- */
@media (max-width: 576px) {
    .au-stats-grid {
        grid-template-columns: 1fr;
    }

    .au-hero-right-panel {
        flex-direction: column;
        width: 100%;
    }

    .au-stat-item {
        padding: 40px 20px;
    }

    .au-kitchen-image-wrap img,
    .au-equip-img-main {
        height: 350px;
    }
}

/* --- KITCHEN SPECS MOBILE FIX --- */
@media (max-width: 768px) {

    /* 1. Collapse the main card container to 1 column */
    .au-kitchen-specs {
        grid-template-columns: 1fr !important;
    }

    /* 2. Override the inline 'grid-column: span 2' on the Gas System card */
    .au-kitchen-spec-card {
        grid-column: span 1 !important;
    }

    /* 3. Override the inline '1fr 1fr' grid on the Gas System list */
    .au-kitchen-spec-card .au-ks-list {
        grid-template-columns: 1fr !important;
    }
}


/* =============================
           13. FOOTER — DARK
        ============================= */
/* .au-site-footer {
    background: var(--dark-2);
    padding: 80px 0 0;
    border-top: 1px solid rgba(201, 165, 90, 0.1);
}

.au-footer-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.au-footer-brand p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 260px;
    margin-top: 18px;
}

.au-footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.au-fsoc {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(201, 165, 90, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 14px;
    transition: all 0.3s;
}

.au-fsoc:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.au-footer-col h5 {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
}

.au-footer-col ul {
    list-style: none;
}

.au-footer-col ul li {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 12px;
    cursor: pointer;
    transition: color 0.3s;
}

.au-footer-col ul li:hover {
    color: var(--cream-2);
}

.au-footer-col ul li i {
    color: var(--gold);
    margin-right: 8px;
    width: 14px;
}

.au-footer-bottom {
    border-top: 1px solid rgba(201, 165, 90, 0.1);
    padding: 24px 48px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.au-footer-bottom p {
    font-size: 12px;
    color: var(--text-muted);
}

.au-footer-bottom a {
    color: var(--gold);
} */

/* =============================
           ANIMATIONS
        ============================= */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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

.au-anim-1 {
    animation: fadeUp 0.7s 0.1s ease both;
}

.au-anim-2 {
    animation: fadeUp 0.7s 0.25s ease both;
}

.au-anim-3 {
    animation: fadeUp 0.7s 0.40s ease both;
}

.au-anim-4 {
    animation: fadeUp 0.7s 0.55s ease both;
}

.au-anim-5 {
    animation: fadeUp 0.7s 0.70s ease both;
}


/* 
=============== Contact us styles ===============  */

/* ===================================================
   Aster Hospitality - Unique Contact Page Styles
   =================================================== */

/* Hero Section */
.aster-contact-hero {
    background: linear-gradient(rgba(20, 22, 22, 0.85), rgba(20, 22, 22, 0.85)), url('assets/images/thumbs/contact-bg.jpg') center/cover no-repeat;
    padding: 160px 0 120px;
}

/* Contact Info Cards */
.aster-contact-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    height: 100%;
    text-align: center;
}

.aster-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: #f3c23e;
    /* Adjust to match your template's main-600 yellow/gold */
}

.aster-contact-icon-box {
    width: 70px;
    height: 70px;
    background: rgba(243, 194, 62, 0.1);
    color: #f3c23e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.aster-contact-card:hover .aster-contact-icon-box {
    background: #f3c23e;
    color: #ffffff;
}

/* Premium Form Area */
.aster-contact-form-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #F3F4F6;
}

.aster-contact-label {
    font-weight: 600;
    color: #141616;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.aster-contact-input {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #F9FAFB;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #4B5563;
}

.aster-contact-input:focus {
    outline: none;
    border-color: #f3c23e;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(243, 194, 62, 0.1);
}

.aster-contact-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234B5563' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

textarea.aster-contact-input {
    resize: vertical;
    min-height: 150px;
}

/* Fix for Select Dropdown Vertical Alignment */
select.aster-contact-input,
.aster-contact-select {
    height: 58px !important;
    /* Forces it to match the height of other inputs */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 56px !important;
    /* This vertically centers the text perfectly */
    display: block;
}


/* ===================================================
   Aster Hospitality - Premium Services Page Styles
   =================================================== */

/* 1. Hero Section */
.aster-srv-hero {
    position: relative;
    padding: 200px 0 140px;
    background-color: #141616;
    overflow: hidden;
}

.aster-srv-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* UPDATE THIS IMAGE PATH TO A NICE HOTEL LOBBY */
    background: url('assets/images/thumbs/banner-bg.jpg') center/cover no-repeat;
    opacity: 0.3;
    /* Keeps it visible but allows text to pop */
    z-index: 0;
}

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

/* 2. Overlapping Value Cards */
.aster-srv-overlap {
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.aster-srv-val-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #f3c23e;
    /* Matches your yellow theme */
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.aster-srv-val-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* 3. Edge-to-Edge Split Service Rows */
.aster-srv-split-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.aster-srv-img-col {
    width: 50%;
    min-height: 550px;
    background-size: cover;
    background-position: center;
}

.aster-srv-text-col {
    width: 50%;
    padding: 100px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

/* Alternating Background for text columns */
.aster-srv-split-row:nth-child(even) .aster-srv-text-col {
    background: #F9FAFB;
}

/* Reversing the order on desktop for alternating look */
@media (min-width: 992px) {
    .aster-srv-split-row:nth-child(even) .aster-srv-text-col {
        order: -1;
    }
}

@media (max-width: 991px) {

    .aster-srv-img-col,
    .aster-srv-text-col {
        width: 100%;
    }

    .aster-srv-img-col {
        min-height: 400px;
    }

    .aster-srv-text-col {
        padding: 60px 20px;
    }
}

.aster-srv-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(243, 194, 62, 0.1);
    color: #f3c23e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 30px;
}

/* 4. Horizontal Timeline Steps */
.aster-srv-step {
    text-align: center;
    position: relative;
    padding: 20px;
}

.aster-srv-step::after {
    content: '';
    position: absolute;
    top: 60px;
    right: -50%;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #D1D5DB;
    z-index: -1;
}

.aster-srv-step:last-child::after {
    display: none;
}

@media (max-width: 991px) {
    .aster-srv-step::after {
        display: none;
    }
}

.aster-srv-step-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 2px solid #f3c23e;
    color: #141616;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    box-shadow: 0 10px 20px rgba(243, 194, 62, 0.2);
    z-index: 2;
    position: relative;
}



/* ==========================================================
   BRAND TIE-UPS PAGE
   All classes & IDs prefixed: btp-
   Zero conflicts with bar-consultancy, about-us, other pages
   ========================================================== */

/* ---- Reset scoped to this page ---- */
.btp-pg *,
.btp-pg *::before,
.btp-pg *::after {
    box-sizing: border-box;
}

.btp-pg {
    font-family: 'DM Sans', sans-serif;
    background: #F9F8F5;
    color: #28231C;
    overflow-x: hidden;
}

.btp-pg a {
    text-decoration: none;
    color: inherit;
}

.btp-pg img {
    display: block;
    max-width: 100%;
}

.btp-pg h1,
.btp-pg h2,
.btp-pg h3,
.btp-pg h4 {
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
}

.btp-pg p {
    margin: 0;
}

.btp-pg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ---- Tokens ---- */
:root {
    --btp-gold: #C9A55A;
    --btp-gold-lt: #E2C27A;
    --btp-gold-dk: #9E7B35;
    --btp-gold-bg: #F8F1E3;
    --btp-dark: #0E0D0B;
    --btp-dark2: #161410;
    --btp-dark3: #1E1A13;
    --btp-dark4: #26211A;
    --btp-white: #FFFFFF;
    --btp-page: #F9F8F5;
    --btp-warm: #F3EDE4;
    --btp-warm2: #EAE3D3;
    --btp-warm3: #DDD4C0;
    --btp-text: #28231C;
    --btp-text2: #4E4638;
    --btp-muted: #877D6D;
    --btp-cream: #F4EFE7;
    --btp-border: rgba(201, 165, 90, 0.2);
    --btp-blt: rgba(201, 165, 90, 0.1);
}

/* ---- Layout ---- */
.btp-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 52px;
}

.btp-sec {
    padding: 120px 0;
}

.btp-sec-lg {
    padding: 148px 0;
}

/* ---- Typography helpers ---- */
.btp-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--btp-gold);
    margin-bottom: 18px;
}

.btp-tag::before {
    content: '';
    width: 26px;
    height: 1px;
    background: var(--btp-gold);
}

.btp-h2 {
    font-size: clamp(36px, 4.2vw, 64px);
    font-weight: 300;
    line-height: 1.02;
    color: var(--btp-text);
}

.btp-h2 em {
    font-style: italic;
    color: var(--btp-gold);
}

.btp-h2-lt {
    color: var(--btp-cream);
}

.btp-h2-lt em {
    color: var(--btp-gold-lt);
}

.btp-lead {
    font-size: 15px;
    line-height: 1.9;
    color: var(--btp-text2);
}

.btp-lead-lt {
    color: rgba(244, 239, 231, 0.62);
}

.btp-body {
    font-size: 13.5px;
    line-height: 1.88;
    color: var(--btp-muted);
}

.btp-rule {
    width: 52px;
    height: 1px;
    background: var(--btp-gold);
    margin: 22px 0;
}

.btp-rule-c {
    margin: 22px auto;
}

/* ---- Buttons ---- */
.btp-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    background: var(--btp-gold);
    color: var(--btp-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    transition: all .32s;
    cursor: pointer;
    border: 0;
}

.btp-btn-gold:hover {
    background: var(--btp-gold-lt);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 165, 90, .3);
}

.btp-btn-ghost-lt {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border: 1px solid rgba(201, 165, 90, .38);
    color: var(--btp-cream);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    transition: all .32s;
}

.btp-btn-ghost-lt:hover {
    border-color: var(--btp-gold);
    color: var(--btp-gold);
}

.btp-btn-ghost-dk {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border: 1px solid rgba(201, 165, 90, .22);
    color: var(--btp-text);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    transition: all .32s;
}

.btp-btn-ghost-dk:hover {
    border-color: var(--btp-gold);
    color: var(--btp-gold-dk);
}

/* ---- Scroll reveal ---- */
.btp-sr {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .75s ease, transform .75s ease;
}

.btp-sl {
    opacity: 0;
    transform: translateX(-32px);
    transition: opacity .75s ease, transform .75s ease;
}

.btp-sr2 {
    opacity: 0;
    transform: translateX(32px);
    transition: opacity .75s ease, transform .75s ease;
}

.btp-sf {
    opacity: 0;
    transition: opacity .7s ease;
}

.btp-in {
    opacity: 1 !important;
    transform: none !important;
}

/* ====================================================
   HEADER
   ==================================================== */
#btp-hdr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    background: rgba(14, 13, 11, .9);
    backdrop-filter: blur(18px) saturate(150%);
    border-bottom: 1px solid rgba(201, 165, 90, .1);
    transition: padding .35s, background .35s;
}

#btp-hdr.btp-scrolled {
    padding: 13px 0;
    background: rgba(14, 13, 11, .98);
}

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

.btp-hdr-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--btp-gold);
}

.btp-hdr-logo span {
    color: var(--btp-cream);
}

.btp-hdr-nav {
    display: flex;
    gap: 32px;
}

.btp-hdr-nav a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(234, 227, 213, .72);
    transition: color .3s;
}

.btp-hdr-nav a:hover,
.btp-hdr-nav a.btp-cur {
    color: var(--btp-gold);
}

.btp-hdr-cta {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1px solid var(--btp-gold);
    color: var(--btp-gold);
    transition: all .3s;
}

.btp-hdr-cta:hover {
    background: var(--btp-gold);
    color: var(--btp-dark);
}

/* ====================================================
   SECTION 1 — HERO (Full viewport dark, mountain bg)
   Layout: diagonal text over cinematic resort imagery
   ==================================================== */
#btp-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Background image */
.btp-hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=85') center 35%/cover no-repeat;
}

/* Rich multi-layer dark overlay */
.btp-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(14, 13, 11, 1) 0%, rgba(14, 13, 11, .78) 35%, rgba(14, 13, 11, .3) 65%, rgba(14, 13, 11, .08) 100%),
        linear-gradient(105deg, rgba(14, 13, 11, .88) 0%, transparent 55%);
}

/* Diagonal gold line accent */
.btp-hero-geo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.btp-hero-geo::before {
    content: '';
    position: absolute;
    top: 100px;
    right: 60px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(201, 165, 90, .13);
    transform: rotate(12deg);
}

.btp-hero-geo::after {
    content: '';
    position: absolute;
    top: 124px;
    right: 84px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(201, 165, 90, .07);
    transform: rotate(25deg);
}

/* Location pin floating top-right */
.btp-hero-pin {
    position: absolute;
    top: 132px;
    right: 72px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(14, 13, 11, .65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(201, 165, 90, .22);
    padding: 11px 20px;
}

.btp-hero-pin i {
    color: var(--btp-gold);
    font-size: 14px;
}

.btp-hero-pin span {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--btp-cream);
}

/* Main content */
.btp-hero-main {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.btp-hero-content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 48px 90px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: flex-end;
}

/* Headline group */
.btp-hero-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.btp-hero-kicker-bar {
    width: 44px;
    height: 1px;
    background: var(--btp-gold);
}

.btp-hero-kicker-txt {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--btp-gold);
    font-weight: 500;
}

.btp-hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(60px, 9vw, 124px);
    font-weight: 300;
    line-height: .9;
    color: var(--btp-cream);
    margin-bottom: 30px;
}

.btp-hero-h1 em {
    font-style: italic;
    color: var(--btp-gold);
    display: block;
}

.btp-hero-desc {
    font-size: 16px;
    line-height: 1.88;
    color: rgba(234, 227, 213, .6);
    max-width: 500px;
    margin-bottom: 44px;
}

.btp-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Contract chips row */
.btp-hero-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(201, 165, 90, .12);
    padding-top: 36px;
}

.btp-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border: 1px solid rgba(201, 165, 90, .18);
    background: rgba(201, 165, 90, .05);
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(234, 227, 213, .62);
    transition: all .3s;
}

.btp-chip i {
    font-size: 11px;
    color: var(--btp-gold);
}

.btp-chip:hover {
    border-color: var(--btp-gold);
    color: var(--btp-gold);
    background: rgba(201, 165, 90, .09);
}

/* Right panel — stat tower */
.btp-hero-stats {
    background: rgba(14, 13, 11, .7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 165, 90, .15);
    border-bottom: none;
}

.btp-hstat {
    padding: 28px 32px;
    border-bottom: 1px solid rgba(201, 165, 90, .1);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: background .3s;
}

.btp-hstat:hover {
    background: rgba(201, 165, 90, .06);
}

.btp-hstat-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid rgba(201, 165, 90, .22);
    background: rgba(201, 165, 90, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--btp-gold);
}

.btp-hstat-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--btp-gold);
    line-height: 1;
}

.btp-hstat-l {
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(234, 227, 213, .48);
    margin-top: 3px;
}

/* Scroll hint */
.btp-scroll-ind {
    position: absolute;
    bottom: 44px;
    right: 52px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.btp-scroll-ind span {
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(201, 165, 90, .42);
}

.btp-scroll-bar {
    width: 1px;
    height: 46px;
    background: linear-gradient(to bottom, rgba(201, 165, 90, .5), transparent);
    animation: btp-sbpulse 1.65s ease-in-out infinite;
}

@keyframes btp-sbpulse {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
    }

    50.1% {
        transform: scaleY(1);
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/* Ticker strip */
.btp-ticker {
    background: var(--btp-gold);
    overflow: hidden;
    white-space: nowrap;
    padding: 13px 0;
    position: relative;
    z-index: 2;
}

.btp-ticker-inner {
    display: inline-flex;
    animation: btp-ktick 22s linear infinite;
}

.btp-ticker-inner span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--btp-dark);
    padding: 0 26px;
}

.btp-ticker-inner span::after {
    content: '◆';
    font-size: 6px;
}

@keyframes btp-ktick {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ====================================================
   SECTION 2 — INTRO STATEMENT
   White, two-col editorial with stat grid
   ==================================================== */
#btp-intro {
    background: var(--btp-white);
}

.btp-intro-grid {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    gap: 80px;
    align-items: start;
}

.btp-intro-div {
    background: linear-gradient(to bottom, transparent, var(--btp-gold) 25%, var(--btp-gold) 75%, transparent);
    align-self: stretch;
    margin-top: 12px;
}

.btp-intro-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: rgba(201, 165, 90, .1);
    margin-top: 36px;
}

.btp-istat {
    background: var(--btp-warm);
    padding: 22px 18px;
    text-align: center;
}

.btp-istat-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--btp-gold);
    line-height: 1;
}

.btp-istat-l {
    font-size: 9px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--btp-muted);
    margin-top: 6px;
}

/* ====================================================
   SECTION 3 — WHY UTTARAKHAND
   Dark, full-bleed mountain bg, 4-col feature grid
   ==================================================== */
#btp-uk {
    background: var(--btp-dark2);
    position: relative;
    overflow: hidden;
}

#btp-uk::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1501854140801-50d01698950b?w=1600&q=70') center/cover no-repeat;
    opacity: .1;
}

/* Angled white clip from previous section */
#btp-uk::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: var(--btp-white);
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
}

.btp-uk-inner {
    position: relative;
    z-index: 2;
}

.btp-uk-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 72px;
}

.btp-uk-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(201, 165, 90, .08);
    border: 1px solid rgba(201, 165, 90, .22);
    padding: 10px 20px;
    margin-bottom: 28px;
}

.btp-uk-badge i {
    color: var(--btp-gold);
    font-size: 15px;
}

.btp-uk-badge span {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--btp-gold);
}

.btp-uk-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: rgba(201, 165, 90, .1);
}

.btp-uk-card {
    background: var(--btp-dark3);
    padding: 38px 30px;
    position: relative;
    overflow: hidden;
    transition: background .4s;
}

.btp-uk-card:hover {
    background: var(--btp-dark4);
}

.btp-uk-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--btp-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.btp-uk-card:hover::after {
    transform: scaleX(1);
}

.btp-uk-card-icon {
    font-size: 26px;
    color: var(--btp-gold);
    margin-bottom: 18px;
    transition: transform .4s;
}

.btp-uk-card:hover .btp-uk-card-icon {
    transform: translateY(-4px);
}

.btp-uk-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 600;
    color: var(--btp-cream);
    margin-bottom: 10px;
}

.btp-uk-card p {
    font-size: 12.5px;
    line-height: 1.8;
    color: rgba(244, 239, 231, .45);
}

/* ====================================================
   SECTION 4 — CONTRACT TYPES
   Warm bg, 4 large premium cards — each distinct
   ==================================================== */
#btp-contracts {
    background: var(--btp-warm);
}

.btp-ct-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 80px;
}

.btp-ct-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* Base card */
.btp-ct-card {
    background: var(--btp-white);
    border: 1px solid rgba(201, 165, 90, .12);
    padding: 52px 48px;
    position: relative;
    overflow: hidden;
    transition: all .42s;
}

.btp-ct-card:hover {
    border-color: rgba(201, 165, 90, .35);
    box-shadow: 0 22px 64px rgba(201, 165, 90, .12);
    transform: translateY(-5px);
}

/* Top shimmer line */
.btp-ct-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--btp-gold), transparent);
    opacity: 0;
    transition: opacity .4s;
}

.btp-ct-card:hover::before {
    opacity: 1;
}

/* Background ghost number */
.btp-ct-ghost {
    position: absolute;
    bottom: -10px;
    right: 14px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    color: rgba(201, 165, 90, .045);
    pointer-events: none;
    transition: color .4s;
}

.btp-ct-card:hover .btp-ct-ghost {
    color: rgba(201, 165, 90, .09);
}

/* Icon */
.btp-ct-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: rgba(201, 165, 90, .08);
    border: 1px solid rgba(201, 165, 90, .2);
    font-size: 26px;
    color: var(--btp-gold);
    margin-bottom: 28px;
    transition: all .4s;
}

.btp-ct-card:hover .btp-ct-icon {
    background: rgba(201, 165, 90, .15);
    border-color: rgba(201, 165, 90, .4);
}

.btp-ct-label {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--btp-gold-dk);
    margin-bottom: 8px;
    font-weight: 600;
}

.btp-ct-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 600;
    color: var(--btp-text);
    margin-bottom: 14px;
    line-height: 1.08;
}

.btp-ct-desc {
    font-size: 13.5px;
    line-height: 1.85;
    color: var(--btp-muted);
    margin-bottom: 26px;
}

.btp-ct-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(201, 165, 90, .08);
    font-size: 12.5px;
    color: var(--btp-text2);
    line-height: 1.5;
}

.btp-ct-points li:last-child {
    border-bottom: none;
}

.btp-ct-points li i {
    color: var(--btp-gold);
    font-size: 10px;
    min-width: 13px;
    margin-top: 4px;
}

.btp-ct-footer {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(201, 165, 90, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btp-ct-foot-tag {
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--btp-muted);
    max-width: 70%;
    line-height: 1.5;
}

.btp-ct-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid rgba(201, 165, 90, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--btp-gold-dk);
    transition: all .3s;
}

.btp-ct-card:hover .btp-ct-arrow {
    background: var(--btp-gold);
    color: var(--btp-dark);
    border-color: var(--btp-gold);
}

/* Featured card — dark */
.btp-ct-card.btp-ct-feat {
    background: var(--btp-dark);
    border-color: rgba(201, 165, 90, .15);
}

.btp-ct-feat .btp-ct-title {
    color: var(--btp-cream);
}

.btp-ct-feat .btp-ct-desc {
    color: rgba(244, 239, 231, .48);
}

.btp-ct-feat .btp-ct-points li {
    color: rgba(244, 239, 231, .6);
    border-bottom-color: rgba(201, 165, 90, .1);
}

.btp-ct-feat .btp-ct-footer {
    border-top-color: rgba(201, 165, 90, .1);
}

.btp-ct-feat .btp-ct-foot-tag {
    color: rgba(244, 239, 231, .35);
}

.btp-ct-feat:hover {
    background: var(--btp-dark3);
}

/* ====================================================
   SECTION 5 — PROCESS (White, 5-step horizontal)
   ==================================================== */
#btp-process {
    background: var(--btp-white);
}

.btp-proc-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 84px;
}

.btp-proc-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}

.btp-proc-row::before {
    content: '';
    position: absolute;
    top: 34px;
    left: calc(10% + 16px);
    right: calc(10% + 16px);
    height: 1px;
    background: linear-gradient(to right, transparent, var(--btp-gold) 12%, var(--btp-gold) 88%, transparent);
}

.btp-pstep {
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.btp-pdot {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--btp-page);
    border: 1px solid rgba(201, 165, 90, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 20px;
    color: var(--btp-muted);
    position: relative;
    z-index: 2;
    cursor: default;
    transition: all .38s cubic-bezier(.34, 1.56, .64, 1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
}

.btp-pdot:hover {
    border-color: var(--btp-gold);
    color: var(--btp-gold);
    background: rgba(201, 165, 90, .05);
    transform: translateY(-7px);
    box-shadow: 0 14px 34px rgba(201, 165, 90, .2);
}

.btp-pnum {
    position: absolute;
    top: -8px;
    right: -3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--btp-gold);
    color: var(--btp-dark);
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btp-pstep h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--btp-text);
    margin-bottom: 8px;
}

.btp-pstep p {
    font-size: 11.5px;
    line-height: 1.72;
    color: var(--btp-muted);
}

/* ====================================================
   SECTION 6 — WHAT ASTER BRINGS (Dark cinematic split)
   Left: content; Right: tall image with overlay stat
   ==================================================== */
#btp-split {
    background: var(--btp-dark);
    overflow: hidden;
}

.btp-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px;
}

.btp-split-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 80px 100px 52px;
}

.btp-split-pts {
    margin-top: 44px;
}

.btp-spt {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(201, 165, 90, .1);
    transition: padding .3s;
}

.btp-spt:first-child {
    border-top: 1px solid rgba(201, 165, 90, .1);
}

.btp-spt:hover {
    padding-left: 6px;
}

.btp-spt-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid rgba(201, 165, 90, .2);
    background: rgba(201, 165, 90, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--btp-gold);
    margin-top: 2px;
}

.btp-spt-ttl {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--btp-cream);
    margin-bottom: 4px;
}

.btp-spt-body {
    font-size: 12.5px;
    line-height: 1.72;
    color: rgba(244, 239, 231, .45);
}

.btp-split-right {
    position: relative;
    overflow: hidden;
}

.btp-split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s ease;
}

.btp-split-right:hover img {
    transform: scale(1.04);
}

.btp-split-right::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, var(--btp-dark) 0%, transparent 35%);
}

.btp-split-stat {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: rgba(14, 13, 11, .88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 165, 90, .25);
    padding: 20px 30px;
    text-align: center;
    white-space: nowrap;
}

.btp-split-stat-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 700;
    color: var(--btp-gold);
    line-height: 1;
}

.btp-split-stat-l {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(244, 239, 231, .48);
    margin-top: 4px;
}

/* ====================================================
   SECTION 7 — WHY CHOOSE ASTER (Warm2 bg, bento grid)
   ==================================================== */
#btp-why {
    background: var(--btp-warm2);
}

.btp-why-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 72px;
}

.btp-why-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.btp-why-cell {
    background: var(--btp-white);
    border: 1px solid rgba(201, 165, 90, .1);
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.btp-why-cell:hover {
    border-color: rgba(201, 165, 90, .3);
    box-shadow: 0 14px 50px rgba(201, 165, 90, .1);
    transform: translateY(-5px);
}

.btp-why-cell::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--btp-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.btp-why-cell:hover::after {
    transform: scaleX(1);
}

/* Wide cell */
.btp-why-wide {
    grid-column: span 2;
    display: flex;
    gap: 36px;
    align-items: center;
}

.btp-why-wide img {
    width: 210px;
    min-width: 210px;
    height: 175px;
    object-fit: cover;
    flex-shrink: 0;
}

.btp-why-icon {
    width: 50px;
    height: 50px;
    background: rgba(201, 165, 90, .07);
    border: 1px solid rgba(201, 165, 90, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--btp-gold);
    margin-bottom: 18px;
    transition: all .4s;
}

.btp-why-cell:hover .btp-why-icon {
    background: rgba(201, 165, 90, .14);
    border-color: rgba(201, 165, 90, .35);
}

.btp-why-cell h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--btp-text);
    margin-bottom: 10px;
}

.btp-why-cell p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--btp-muted);
}

/* ====================================================
   SECTION 8 — TRUST / CREDENTIALS (Page bg)
   Left: testimonials; Right: brand badges
   ==================================================== */
#btp-trust {
    background: var(--btp-page);
}

.btp-trust-grid {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
    gap: 70px;
    align-items: start;
}

.btp-trust-div {
    background: linear-gradient(to bottom, transparent, var(--btp-gold) 22%, var(--btp-gold) 78%, transparent);
    align-self: stretch;
    margin-top: 18px;
}

/* Testimonial */
.btp-testi {
    padding: 10px 0;
}

.btp-testi+.btp-testi {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(201, 165, 90, .12);
}

.btp-testi-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.btp-testi-stars i {
    color: var(--btp-gold);
    font-size: 12px;
}

.btp-testi-q {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.6;
    color: var(--btp-text);
    margin-bottom: 20px;
}

.btp-testi-auth {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btp-testi-av {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--btp-warm2);
    border: 2px solid rgba(201, 165, 90, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--btp-gold);
}

.btp-testi-name {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--btp-text);
}

.btp-testi-role {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--btp-muted);
}

/* Brand badges */
.btp-badges-lbl {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--btp-gold-dk);
    margin-bottom: 20px;
    font-weight: 600;
}

.btp-badge-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btp-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 18px;
    background: var(--btp-white);
    border: 1px solid rgba(201, 165, 90, .12);
    transition: all .3s;
}

.btp-badge:hover {
    border-color: rgba(201, 165, 90, .3);
    background: var(--btp-warm);
}

.btp-badge-ic {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: rgba(201, 165, 90, .07);
    border: 1px solid rgba(201, 165, 90, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--btp-gold);
}

.btp-badge-txt h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--btp-text);
    margin-bottom: 2px;
}

.btp-badge-txt p {
    font-size: 11px;
    color: var(--btp-muted);
}

/* ====================================================
   SECTION 9 — GOLD STATS BAND
   ==================================================== */
#btp-statsband {
    background: var(--btp-gold);
    padding: 70px 0;
}

.btp-sband-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0, 0, 0, .1);
}

.btp-sband-cell {
    background: var(--btp-gold);
    text-align: center;
    padding: 10px 20px;
}

.btp-sband-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 74px;
    font-weight: 700;
    color: var(--btp-dark);
    line-height: 1;
}

.btp-sband-n sup {
    font-size: 38px;
    vertical-align: super;
}

.btp-sband-l {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(14, 13, 11, .52);
    margin-top: 8px;
    font-weight: 500;
}

/* ====================================================
   SECTION 10 — CTA (Dark cinematic)
   ==================================================== */
#btp-cta {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.btp-cta-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=1600&q=80') center/cover no-repeat;
}

.btp-cta-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(108deg, rgba(14, 13, 11, .97) 0%, rgba(14, 13, 11, .84) 55%, rgba(14, 13, 11, .52) 100%);
}

.btp-cta-body {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 64px;
    align-items: center;
    padding: 92px 0;
}

.btp-cta-h {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 4.8vw, 70px);
    font-weight: 300;
    color: var(--btp-cream);
    line-height: 1.02;
}

.btp-cta-h em {
    font-style: italic;
    color: var(--btp-gold);
}

.btp-cta-sub {
    font-size: 15px;
    color: rgba(244, 239, 231, .55);
    margin-top: 16px;
    max-width: 520px;
    line-height: 1.82;
}

.btp-cta-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 238px;
}

.btp-cta-contacts {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(201, 165, 90, .12);
}

.btp-cta-contacts a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(244, 239, 231, .46);
    margin-bottom: 10px;
    transition: color .3s;
}

.btp-cta-contacts a:hover {
    color: var(--btp-gold);
}

.btp-cta-contacts i {
    color: var(--btp-gold);
    width: 14px;
}



/* ====================================================
   RESPONSIVE
   ==================================================== */
@media(max-width:1100px) {
    .btp-wrap {
        padding: 0 28px;
    }

    .btp-hero-content {
        grid-template-columns: 1fr;
    }

    .btp-hero-stats {
        display: none;
    }

    .btp-intro-grid,
    .btp-trust-grid {
        grid-template-columns: 1fr;
    }

    .btp-intro-div,
    .btp-trust-div {
        display: none;
    }

    .btp-uk-head,
    .btp-why-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-uk-cards {
        grid-template-columns: 1fr 1fr;
    }

    .btp-ct-grid {
        grid-template-columns: 1fr;
    }

    .btp-proc-row {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .btp-proc-row::before {
        display: none;
    }

    .btp-split-grid {
        grid-template-columns: 1fr;
    }

    .btp-split-right {
        height: 400px;
    }

    .btp-why-bento {
        grid-template-columns: 1fr 1fr;
    }

    .btp-why-wide {
        grid-column: span 1;
        flex-direction: column;
    }

    .btp-why-wide img {
        width: 100%;
        min-width: auto;
        height: 200px;
    }

    .btp-sband-row {
        grid-template-columns: 1fr 1fr;
    }

    .btp-cta-body {
        grid-template-columns: 1fr;
    }

    .btp-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .btp-hero-h1 {
        font-size: clamp(52px, 12vw, 90px);
    }
}



/* ===================================================
   Aster Hospitality - Homepage Lead Popup Styles (FIXED)
   =================================================== */