/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/


/*-------------------------
    Fonts
-------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../css/fonts/helvetica/helvetica.ttf) format("truetype");
}


/*-------------------------
    Variables
-------------------------*/


/* Fonts */


/* Colors */


/* Transitions */


/* Border-Radius */


/* Gap */


/*-------------------------
    Responsive Styles
-------------------------*/


/*-------------------------
    Reset Styles
-------------------------*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: #ac8641;
}

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0;
    }
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-right: calc(var(--bs-gutter-x) / 2) !important;
    margin-left: calc(var(--bs-gutter-x) / 2) !important;
}

.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-left: calc(var(--bs-gutter-x) * 0.75);
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 5vw;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .container-fluid {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

#scroll-container {
    overflow-x: hidden;
}


/*-------------------------
  Typography
-------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #45474F;
    background: #FAFAFA;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: clamp(16px, 0.938vw, 22px);
    font-weight: 400;
    line-height: 140%;
    height: 100%;
    overflow-x: hidden;
}

@media (max-width: 490px) {
    body {
        font-size: clamp(12px, 0.729vw, 28px);
    }
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #45474F;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ac8641;
}

.body-bg {
    background-color: #FAFAFA;
}

a {
    display: inline-block;
    text-decoration: none;
    color: unset;
    transition: all 0.4s ease-in-out;
}

.alert-msg {
    position: relative;
    top: -36px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
hr {
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #141516;
    margin-bottom: 0;
}

h1,
.h1 {
    font-family: "helvetica", sans-serif;
    font-size: clamp(58px, 4.74vw, 169px);
    /* 91px */
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 96px */
}

@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: clamp(46px, 4.837vw, 69px);
        /* 58px */
    }
}

@media (max-width: 820px) {
    h1,
    .h1 {
        font-size: clamp(43px, 5.61vw, 58px);
        /* 46px */
    }
}

h2,
.h2 {
    font-family: "helvetica", sans-serif;
    font-size: clamp(52px, 3.594vw, 99px);
    /* 69px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 66px */
}

@media (max-width: 1199px) {
    h2,
    .h2 {
        font-size: clamp(39px, 2.24vw, 52px);
        /* 43px */
    }
}

@media (max-width: 820px) {
    h2,
    .h2 {
        font-size: clamp(33px, 1.979vw, 48px);
        /* 38px */
    }
}

h3,
.h3 {
    font-family: "helvetica", sans-serif;
    font-size: clamp(36px, 2.76vw, 125px);
    /* 53px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 1199px) {
    h3,
    .h3 {
        font-size: clamp(33px, 1.927vw, 48px);
        /* 37px */
    }
}

@media (max-width: 820px) {
    h3,
    .h3 {
        font-size: clamp(28px, 1.667vw, 38px);
        /* 32px */
    }
}

h4,
.h4 {
    font-family: "helvetica", sans-serif;
    font-size: clamp(30px, 2.083vw, 67px);
    /* 40px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 42px */
}

@media (max-width: 1199px) {
    h4,
    .h4 {
        font-size: clamp(28px, 1.719vw, 40px);
        /* 33px */
    }
}

@media (max-width: 820px) {
    h4,
    .h4 {
        font-size: clamp(20px, 1.406vw, 30px);
        /* 27px */
    }
}

h5,
.h5 {
    font-family: "helvetica", sans-serif;
    font-size: clamp(21px, 1.615vw, 62px);
    /* 31px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
}

@media (max-width: 1199px) {
    h5,
    .h5 {
        font-size: clamp(20px, 1.302vw, 32px);
        /* 25px */
    }
}

@media (max-width: 820px) {
    h5,
    .h5 {
        font-size: clamp(18px, 1.042vw, 24px);
        /* 20px */
    }
}

h6,
.h6 {
    font-family: "helvetica", sans-serif;
    font-size: clamp(18px, 1.25vw, 40px);
    /* 24px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 27.6px */
}

.text-18,
p {
    color: #45474F;
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 0.938vw, 32px);
    /* 18px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21.6px */
}

.eyebrow {
    color: #F3F4EC;
    text-transform: uppercase;
    font-size: clamp(10px, 0.729vw, 28px);
    /* 16px */
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
}

@media (max-width: 1199px) {
    .eyebrow {
        font-size: clamp(12px, 0.677vw, 32px);
        /* 15px */
    }
}

.subtitle {
    font-size: clamp(12px, 0.729vw, 28px);
    /* 14px */
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.caption {
    font-size: clamp(12px, 0.677vw, 28px);
    /* 13px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 1499px) {
    .caption {
        font-size: 10px;
    }
}

span {
    display: inline-block;
}

b,
strong {
    font-family: "Inter", sans-serif;
}

.hr-line {
    width: 100%;
    height: 1px;
    background: #92949F;
}

.hover-content {
    transition: all 0.4s ease-in-out;
}

.hover-content:hover {
    color: #ac8641 !important;
}


/*-------------------------
Helpers
-------------------------*/

.color-primary {
    color: #ac8641 !important;
}

.color-sec {
    color: #D9DBC2 !important;
}

.color-ter {
    color: #F3F4EC !important;
}

.black {
    color: #0C0C0D !important;
}

.medium-black {
    color: #1E1F20 !important;
}

.light-black {
    color: #141516 !important;
}

.dark-gray {
    color: #45474F !important;
}

.light-gray {
    color: #92949F !important;
}

.lightest-gray {
    color: #EAEAEC !important;
}

.white {
    color: #FAFAFA;
}

.bg-primary {
    background: #ac8641 !important;
}

.bg-sec {
    background: #D9DBC2 !important;
}

.bg-ter {
    background: #F3F4EC !important;
}

.bg-black {
    background: #0C0C0D !important;
}

.bg-medium-black {
    background: #1E1F20 !important;
}

.bg-light-black {
    background: #141516 !important;
}

.bg-dark-gray {
    background: #45474F !important;
}

.bg-light-gray {
    background: #92949F !important;
}

.bg-lightest-gray {
    background: #EAEAEC !important;
}

.bg-white {
    background: #FAFAFA !important;
}

.bg-white-bordered {
    background: #FAFAFA;
    border: 1px solid #EAEAEC;
    border-radius: clamp(8px, 0.625vw, 24px);
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.font-primary {
    font-family: "Inter", sans-serif;
}

.font-sec {
    font-family: "helvetica", sans-serif;
}

.font-heading {
    font-family: "Playfair Display", sans-serif;
}

.br-4 {
    border-radius: 4px;
}

.br-8 {
    border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
    border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
    border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
    border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
    border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
    border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
    border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
    border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
    border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
    border-radius: clamp(28px, 2.5vw, 68px);
}

.gap-6 {
    gap: clamp(3px, 0.313vw, 7px);
}

.order-6 {
    order: 6 !important;
}


/*----------------------------------------*/


/*  SPACE CSS START
/*----------------------------------------*/

.mb-160 {
    margin-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 767px) {
    .mb-160 {
        margin-bottom: 46px;
    }
}

.mb-90 {
    margin-bottom: clamp(32px, 4.688vw, 128px);
}

@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 48px;
    }
}

.mb-96 {
    margin-bottom: clamp(52px, 5vw, 128px);
}

@media (max-width: 767px) {
    .mb-96 {
        margin-bottom: 48px;
    }
}

.my-80 {
    margin: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
    .my-80 {
        margin: 40px 0;
    }
}

.mt-80 {
    margin-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-180 {
    margin-bottom: clamp(58px, 9.375vw, 260px);
}

@media (max-width: 575px) {
    .mb-180 {
        margin-bottom: 50px;
    }
}

.mb-64 {
    margin-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 40px;
    }
}

.mt-90 {
    margin-top: clamp(32px, 4.688vw, 128px);
}

@media (max-width: 767px) {
    .mt-90 {
        margin-top: 26px;
    }
}

.mt-64 {
    margin-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mt-64 {
        margin-top: 26px;
    }
}

.my-64 {
    margin: clamp(32px, 3.33vw, 128px) 0;
}

@media (max-width: 767px) {
    .my-64 {
        margin: 26px 0;
    }
}

.mt-48 {
    margin-top: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .mt-48 {
        margin-top: 20px;
    }
}

.mb-48 {
    margin-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 30px;
    }
}

.mb-40 {
    margin-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mt-32 {
    margin-top: 32px;
}

@media (max-width: 1599px) {
    .mt-32 {
        margin-top: 29px;
    }
}

@media (max-width: 1399px) {
    .mt-32 {
        margin-top: 27px;
    }
}

@media (max-width: 1199px) {
    .mt-32 {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .mt-32 {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .mt-32 {
        margin-top: 20px;
    }
}

.mb-36 {
    margin-bottom: clamp(24px, 1.875vw, 64px);
}

.mb-32 {
    margin-bottom: 32px;
}

@media (max-width: 1599px) {
    .mb-32 {
        margin-bottom: 29px;
    }
}

@media (max-width: 1399px) {
    .mb-32 {
        margin-bottom: 27px;
    }
}

@media (max-width: 1199px) {
    .mb-32 {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .mb-32 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .mb-32 {
        margin-bottom: 20px;
    }
}

.mt-24 {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .mt-24 {
        margin-top: 22px;
    }
}

@media (max-width: 991px) {
    .mt-24 {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .mt-24 {
        margin-top: 20px;
    }
}

.mb-120 {
    margin-bottom: clamp(60px, 6.25vw, 320px);
}

@media (max-width: 575px) {
    .mb-120 {
        margin-bottom: 48px;
    }
}

.mb-28 {
    margin-bottom: 28px;
}

@media (max-width: 1199px) {
    .mb-28 {
        margin-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .mb-28 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .mb-28 {
        margin-bottom: 20px;
    }
}

.mb-24 {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .mb-24 {
        margin-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .mb-24 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 20px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .mb-20 {
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .mb-20 {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .mb-20 {
        margin-bottom: 14px;
    }
}

.mt-16 {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .mt-16 {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .mt-16 {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .mt-16 {
        margin-top: 10px;
    }
}

.mb-18 {
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .mb-18 {
        margin-bottom: 14px;
    }
}

@media (max-width: 991px) {
    .mb-18 {
        margin-bottom: 13px;
    }
}

@media (max-width: 767px) {
    .mb-18 {
        margin-bottom: 10px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}

@media (max-width: 1199px) {
    .mb-16 {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .mb-16 {
        margin-bottom: 14px;
    }
}

.mb-12 {
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .mb-12 {
        margin-bottom: 11px;
    }
}

@media (max-width: 991px) {
    .mb-12 {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .mb-12 {
        margin-bottom: 8px;
    }
}

.mb-8 {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .mb-8 {
        margin-bottom: 4px;
    }
}

.mb-6 {
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .mb-6 {
        margin-bottom: 3px;
    }
}

.mb-4p {
    margin-bottom: 4px;
}

.py-160 {
    padding: clamp(96px, 8.32vw, 320px) 0;
}

@media (max-width: 575px) {
    .py-160 {
        padding: 80px 0;
    }
}

.pt-160 {
    padding-top: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pt-160 {
        padding-top: 80px;
    }
}

.pb-160 {
    padding-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pb-160 {
        padding-bottom: 80px;
    }
}

.py-80 {
    padding: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
    .py-80 {
        padding: 40px 0;
    }
}

.pt-80 {
    padding-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 40px;
    }
}

.pt-120 {
    padding-top: clamp(60px, 6.25vw, 320px);
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 48px;
    }
}

.pb-120 {
    padding-bottom: clamp(60px, 6.25vw, 320px);
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 48px;
    }
}

.pb-80 {
    padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.py-64 {
    padding: clamp(32px, 3.33vw, 128px) 0;
}

@media (max-width: 767px) {
    .py-64 {
        padding: 26px 0;
    }
}

.pt-64 {
    padding-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pt-64 {
        padding-top: 26px;
    }
}

.pb-64 {
    padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pb-64 {
        padding-bottom: 26px;
    }
}

.pb-48 {
    padding-bottom: 26px;
}

.py-48 {
    padding: clamp(24px, 2.5vw, 96px) 0;
}

@media (max-width: 767px) {
    .py-48 {
        padding: 20px 0;
    }
}

.pb-48 {
    padding-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .pb-48 {
        padding-bottom: 20px;
    }
}

.pt-48 {
    padding-top: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .pt-48 {
        padding-top: 20px;
    }
}

.py-40 {
    padding: clamp(24px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
    .py-40 {
        padding: 20px 0;
    }
}

.pt-40 {
    padding-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .pt-40 {
        padding-top: 20px;
    }
}

.pt-12 {
    padding-top: clamp(8px, 0.625vw, 24px);
}

@media (max-width: 575px) {
    .pt-12 {
        padding-top: 8px;
    }
}

.pb-40 {
    padding-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .pb-40 {
        padding-bottom: 20px;
    }
}

.py-32 {
    padding: 32px 0;
}

@media (max-width: 1599px) {
    .py-32 {
        padding: 29px 0;
    }
}

@media (max-width: 1399px) {
    .py-32 {
        padding: 27px 0;
    }
}

@media (max-width: 1199px) {
    .py-32 {
        padding: 25px 0;
    }
}

@media (max-width: 991px) {
    .py-32 {
        padding: 22px 0;
    }
}

@media (max-width: 767px) {
    .py-32 {
        padding: 20px 0;
    }
}

.p-32 {
    padding: 32px;
}

@media (max-width: 1599px) {
    .p-32 {
        padding: 29px;
    }
}

@media (max-width: 1399px) {
    .p-32 {
        padding: 27px;
    }
}

@media (max-width: 1199px) {
    .p-32 {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .p-32 {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .p-32 {
        padding: 20px;
    }
}

.py-24 {
    padding: 24px 0;
}

@media (max-width: 1199px) {
    .py-24 {
        padding: 22px 0;
    }
}

@media (max-width: 991px) {
    .py-24 {
        padding: 22px 0;
    }
}

@media (max-width: 767px) {
    .py-24 {
        padding: 20px 0;
    }
}

.pl-24 {
    padding-left: 32px;
}

@media (max-width: 1199px) {
    .pl-24 {
        padding-left: 22px;
    }
}

@media (max-width: 991px) {
    .pl-24 {
        padding-left: 22px;
    }
}

@media (max-width: 767px) {
    .pl-24 {
        padding-left: 20px;
    }
}

.pr-24 {
    padding-right: 24px;
}

@media (max-width: 1199px) {
    .pr-24 {
        padding-right: 22px;
    }
}

@media (max-width: 991px) {
    .pr-24 {
        padding-right: 22px;
    }
}

@media (max-width: 767px) {
    .pr-24 {
        padding-right: 20px;
    }
}

.pb-24 {
    padding-bottom: 24px;
}

@media (max-width: 1199px) {
    .pb-24 {
        padding-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .pb-24 {
        padding-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .pb-24 {
        padding-bottom: 20px;
    }
}

.p-24 {
    padding: 24px;
}

@media (max-width: 1199px) {
    .p-24 {
        padding: 22px;
    }
}

@media (max-width: 991px) {
    .p-24 {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .p-24 {
        padding: 20px;
    }
}

.py-16 {
    padding: clamp(12px, 0.833vw, 32px) 0;
}

@media (max-width: 1199px) {
    .py-16 {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .py-16 {
        padding: 14px 0;
    }
}

@media (max-width: 767px) {
    .py-16 {
        padding: 10px 0;
    }
}

.p-16 {
    padding: 16px;
}

@media (max-width: 1199px) {
    .p-16 {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .p-16 {
        padding: 14px;
    }
}

@media (max-width: 767px) {
    .p-16 {
        padding: 10px;
    }
}

.p-12 {
    padding: 12px;
}

@media (max-width: 1199px) {
    .p-12 {
        padding: 11px;
    }
}

@media (max-width: 991px) {
    .p-12 {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .p-12 {
        padding: 8px;
    }
}

.gap-4 {
    gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-8 {
    gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
    gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
    gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
    gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
    gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
    gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
    gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
    gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
    gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
    gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
    gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
    gap: clamp(48px, 3.333vw, 128px);
}


/*-------------------------
Elements
-------------------------*/


/*----------------------------------------*/


/*  Button CSS START
/*----------------------------------------*/

.cus-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: clamp(4px, 0.417vw, 16px);
    padding: clamp(14px, 0.807vw, 94px) clamp(40px, 2.677vw, 88px);
    font-size: clamp(14px, 0.833vw, 32px);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 120%;
    border: 1px solid #ac8641;
    background-color: #ac8641;
    color: #FAFAFA;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 500px;
}

.cus-btn svg {
    position: absolute;
    width: clamp(20px, 1.25vw, 48px);
    height: clamp(20px, 1.25vw, 48px);
    fill: #FAFAFA;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn .arr-1 {
    right: 29px;
}

.cus-btn .arr-2 {
    left: -25%;
}

.cus-btn .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(16px, 1.042vw, 40px);
    height: clamp(16px, 1.042vw, 40px);
    background-color: #D9DBC2;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn:hover {
    border: 0.2px solid #ac8641;
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.1) inset, 4px 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
    color: #FAFAFA;
}

.cus-btn:hover .arr-1 {
    right: -25%;
}

.cus-btn:hover .arr-2 {
    transform: rotate(88deg);
    left: 30px;
}

.cus-btn:hover .arr-2 path {
    fill: #FAFAFA;
}

.cus-btn:hover .text {
    transform: translateX(12px);
}

.cus-btn:hover .circle {
    background-color: #ac8641;
    width: 420px;
    height: 420px;
    opacity: 1;
}

.cus-btn-2 {
    position: relative;
    overflow: hidden;
    color: #ac8641;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    justify-content: center;
    padding: clamp(13px, 0.755vw, 94px) clamp(28px, 1.734vw, 88px);
    text-decoration: none;
    border-radius: 500px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ac8641;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: "Inter", sans-serif;
    color: #ac8641 !important;
    font-size: clamp(16px, 0.938vw, 36px);
    font-weight: 500;
    /* 21.6px */
    text-transform: capitalize;
}

.cus-btn-2 span:first-child {
    position: relative;
    transition: all 602ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 110;
}

.cus-btn-2 span:last-child {
    color: #FAFAFA;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}

.cus-btn-2:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ac8641;
    border: 0;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

.cus-btn-2:hover {
    border-radius: 500px;
}

.cus-btn-2:hover .text {
    color: #ac8641 !important;
}

.cus-btn-2:hover:after {
    transform-origin: bottom center;
    transform: skewY(6.3deg) scaleY(2);
}

.cus-btn-2:hover span:first-child {
    opacity: 0;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: translateX(-50%) translateY(-50%);
}

.cus-btn-2:hover span:last-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 600ms cubic-bezier(0.48, 0, 0.12, 1);
}


/*----------------------------------------*/


/* scroll to top
/*----------------------------------------*/

.scrollToTopBtn {
    background-color: #ac8641;
    border-radius: clamp(4px, 0.417vw, 16px);
    border: none;
    color: #FAFAFA;
    cursor: pointer;
    font-size: clamp(18px, 1.25vw, 48px);
    line-height: 48px;
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 2.5vw, 94px);
    height: clamp(40px, 2.5vw, 94px);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.scrollToTopBtn:hover {
    border: 1px solid #45474F;
    background: #45474F;
    color: #FAFAFA;
    transition: all 0.4s ease-in-out;
    transform: scale(0.99);
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.pagination #border-pagination {
    display: flex;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.pagination #border-pagination .l-arrow {
    margin-right: 8px;
}

.pagination #border-pagination .r-arrow {
    margin-left: 8px;
}

.pagination #border-pagination li {
    display: inline;
}

.pagination #border-pagination li span {
    color: #ac8641;
    transition: all 0.4s ease-in-out;
}

.pagination #border-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: clamp(40px, 2.5vw, 140px);
    height: clamp(40px, 2.5vw, 140px);
    background-color: transparent;
    border: 1px solid #ac8641;
    border-radius: 50%;
    color: #ac8641;
    float: left;
    transition: all 0.4s ease-in-out;
    font-size: clamp(14px, 0.833vw, 32px);
    font-weight: 400;
    line-height: 150%;
}

.pagination #border-pagination li a svg {
    width: clamp(16px, 1.042vw, 96px);
    height: clamp(16px, 1.042vw, 96px);
}

.pagination #border-pagination li a svg path {
    fill: #ac8641;
    transition: all 0.4s ease-in-out;
}

.pagination #border-pagination li a:hover,
.pagination #border-pagination li a.active {
    background-color: #ac8641;
    border: 1px solid #ac8641;
    color: #FAFAFA;
}

.pagination #border-pagination li a:hover svg path,
.pagination #border-pagination li a.active svg path {
    fill: #FAFAFA;
}


/*-------------------------
  Form Styling
-------------------------*/

textarea.form-control {
    min-height: 118px;
    height: 193px;
    padding-left: 0 !important;
}

@media (max-width: 578px) {
    textarea.form-control {
        min-height: 140px;
        max-height: 140px;
    }
}

.input-block .form-control {
    display: flex;
    gap: clamp(4px, 0.417vw, 16px);
    padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 72px);
    padding-left: 28px;
    border-bottom: 1px solid #92949F !important;
    background: transparent;
    font-family: "helvetica", sans-serif;
    font-size: clamp(16px, 0.938vw, 36px);
    font-weight: 400;
    line-height: 140%;
    position: relative;
    color: #141516;
    box-shadow: none;
    border: none;
    border-radius: 0;
    outline: 0;
}

.input-block .form-control:-webkit-autofill,
.input-block .form-control:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.input-block .form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    color: #141516 !important;
    background: transparent !important;
}

.input-block .form-control::placeholder {
    color: #92949F;
    opacity: 1;
}

.input-block svg {
    width: clamp(19px, 1.042vw, 48px);
    height: clamp(19px, 1.042vw, 48px);
}

.input-block {
    position: relative;
}

.input-block svg {
    position: absolute;
    top: clamp(12px, 0.8vw, 48px);
    left: 0;
    width: clamp(19px, 1.042vw, 48px);
    height: clamp(19px, 1.042vw, 48px);
}

input[type=file] {
    display: none;
}

label.error {
    color: #ff0000;
}

.cus-checkBox input {
    display: none;
    color: #141516;
}

.cus-checkBox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #92949F;
    font-size: clamp(15px, 0.833vw, 32px);
    font-weight: 400;
}

.cus-checkBox label::before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Pro";
    color: #92949F;
    font-size: clamp(16px, 1.042vw, 40px);
    font-weight: 400;
}

.cus-checkBox input[type=checkbox]:checked+label::before {
    content: "\f14a";
    color: #ac8641;
    font-weight: 600;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FAFAFA;
    z-index: 9999999;
    display: grid;
    align-content: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    /* common */
}

#preloader .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
    /* nanti gap di span */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1;
}

@media (max-width:576px) {
    #preloader .loading {
        letter-spacing: 0;
    }
    #preloader .loading span {
        font-size: 48px;
        margin: 0 -2px;
    }
}

#preloader .loading span {
    display: block;
    margin: 0;
    font-size: clamp(42px, 9vw, 110px);
}

#preloader .loading07 span {
    position: relative;
    color: rgba(146, 148, 159, 0.2);
}

#preloader .loading07 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #ac8641;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
}

#preloader .loading07 span:nth-child(2)::after {
    animation-delay: 0.1s;
}

#preloader .loading07 span:nth-child(3)::after {
    animation-delay: 0.2s;
}

#preloader .loading07 span:nth-child(4)::after {
    animation-delay: 0.3s;
}

#preloader .loading07 span:nth-child(5)::after {
    animation-delay: 0.4s;
}

#preloader .loading07 span:nth-child(6)::after {
    animation-delay: 0.5s;
}

#preloader .loading07 span:nth-child(7)::after {
    animation-delay: 0.6s;
}

#preloader .loading07 span:nth-child(8)::after {
    animation-delay: 0.7s;
}

#preloader .loading07 span:nth-child(9)::after {
    animation-delay: 0.8s;
}

#preloader .loading07 span:nth-child(10)::after {
    animation-delay: 0.9s;
}

@keyframes loading07 {
    0%,
    75%,
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.row>div {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
}

.drop-container {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wrapper-dropdown {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(4px, 0.417vw, 16px);
    position: relative;
    width: fit-content;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper-dropdown .selected-display {
    font-weight: 400;
    line-height: 150%;
}

.wrapper-dropdown svg {
    width: clamp(14px, 0.938vw, 36px);
    height: clamp(14px, 0.938vw, 36px);
    left: -26px;
    top: 4px;
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown .topbar-dropdown {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px #92949F;
    background: #FAFAFA;
    color: #92949F !important;
    transition: 0.3s;
    position: absolute;
    top: 100%;
    right: 0;
    left: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 16px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .topbar-dropdown li {
    color: #1E1F20 !important;
    font-weight: 500;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.wrapper-dropdown .topbar-dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .topbar-dropdown li:hover {
    transition: all 0.4s ease-in-out;
    background-color: #ac8641;
    color: #FAFAFA !important;
}

.wrapper-dropdown.active .topbar-dropdown {
    color: #0C0C0D;
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
}

.wrapper-dropdown .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.wrapper-dropdown .arrow {
    float: right;
    rotate: 180deg;
}

.wrapper-dropdown svg {
    transition: all 0.3s;
}

.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}


/*-------------------------
  layouts
-------------------------*/

.header {
    width: 100%;
    color: #FAFAFA;
    background-color: #FAFAFA;
    z-index: 2;
}

@media (max-width: 580px) {
    .header {
        padding: clamp(12px, 0.833vw, 32px) 0;
        /*16px */
    }
}

.header .main-menu__toggler {
    display: none !important;
}

@media (max-width: 1025px) {
    .header .main-menu__toggler {
        display: block !important;
    }
}

.header .navigation {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(16px, 1.042vw, 40px) 0;
}

@media (max-width: 680px) {
    .header .navigation {
        padding: 0;
    }
}

.header .navigation .header-logo {
    width: clamp(160px, 8.952vw, 432px);
}

@media (max-width: 1024px) {
    .header .navigation .header-logo {
        width: 99%;
        height: auto;
    }
}

@media (max-width: 440px) {
    .header .navigation .header-logo {
        width: 88%;
        height: auto;
    }
}

.header .navigation .menu-button-right {
    text-transform: capitalize;
    padding-top: 5px;
    padding: clamp(5px, 0.313vw, 7px) clamp(8px, 0.625vw, 24px);
    background-color: #F3F4EC;
    border-radius: clamp(28px, 2.5vw, 68px);
    height: clamp(48px, 2.917vw, 128px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5.313vw;
}

@media (max-width: 1399px) {
    .header .navigation .menu-button-right {
        margin-left: 0;
    }
}

@media (max-width: 1025px) {
    .header .navigation .menu-button-right {
        height: auto;
        display: none;
    }
}

.header .navigation .menu-button-right .main-menu__nav {
    margin-left: auto;
    margin-right: auto;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
    .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
        display: flex;
        gap: clamp(8px, 0.625vw, 24px);
    }
}

.header .navigation .menu-button-right .main-menu__nav .cf {
    display: flex;
    width: 26.563vw;
    justify-content: space-between;
    gap: 0 !important;
    zoom: 1;
}

@media (max-width: 1399px) {
    .header .navigation .menu-button-right .main-menu__nav .cf {
        width: auto !important;
    }
}

.header .navigation .menu-button-right .main-menu__nav .cf:before,
.header .navigation .menu-button-right .main-menu__nav .cf:after {
    content: " ";
    display: table;
}

.header .navigation .menu-button-right .main-menu__nav .cf:after {
    clear: both;
}

.header .navigation .menu-button-right .main-menu__nav #menu-main-menu {
    position: relative;
}

.header .navigation .menu-button-right .main-menu__nav #menu-slider {
    position: absolute;
    top: 0;
    height: clamp(26px, 1.979vw, 130px);
    width: 0;
    background: #ac8641;
    z-index: 1;
    border-radius: 100px;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li {
    float: left;
    margin: 0;
    position: relative;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a {
    padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
    border-radius: clamp(28px, 2.5vw, 68px);
    font-size: clamp(14px, 0.938vw, 36px);
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 120%;
    color: #0C0C0D;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all all 0.4s ease-in-out;
    z-index: 2;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a:hover {
    color: #FAFAFA;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a.active {
    color: #FAFAFA !important;
    background-color: #ac8641;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li .header-arrow {
    font-weight: 300;
    margin-left: -16px;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li:first-child a::before,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li:first-child a::before {
    display: none;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li.current,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li.current,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li:hover {
    color: #ac8641;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
    overflow: hidden;
    border-radius: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: clamp(200px, 10.938vw, 616px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    backface-visibility: hidden;
    transition: opacity all 0.4s ease-in-out, visibility all 0.4s ease-in-out, transform 700ms ease;
    z-index: 99;
    background: #FAFAFA;
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>a {
    font-size: clamp(14px, 0.833vw, 40px);
    line-height: 26px;
    color: #0C0C0D;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    display: flex;
    padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
    transition: 400ms;
    border-radius: 6px;
    text-transform: capitalize;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current>a,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover>a {
    background-color: #ac8641;
    color: #FAFAFA;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px);
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul.right-align,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul ul {
    display: flex;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover>ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover>ul {
    padding: 6px;
    opacity: 1;
    visibility: visible;
    gap: 0;
    transform: scaleY(1) translateZ(0px);
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li>ul,
    .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li>ul,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li>ul,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

.header .navigation .main-menu__right {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
}

.header .navigation .main-menu__right .main-menu-link-btn {
    position: relative;
}

.header .navigation .main-menu__right .main-menu-link-btn svg .icon {
    transition: all 0.4s ease-in-out;
}

.header .navigation .main-menu__right .main-menu-link-btn:hover svg .icon {
    fill: #ac8641;
    transition: all 0.4s ease-in-out;
}

.header.stricky-fixed {
    transform: translateY(0);
}

.header .sticky-header__content {
    width: 100%;
    padding: 0 0;
    background: #FAFAFA;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-120%);
    transition: transform 500ms ease;
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}

.stricky-header.main-menu {
    padding: 0 !important;
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
}

.stricky-header .cf {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 12px !important;
    zoom: 1;
}

.stricky-header .cf:before,
.stricky-header .cf:after {
    content: " ";
    display: table;
}

.stricky-header .cf:after {
    clear: both;
}

.stricky-header #menu-main-menu {
    position: relative;
}

.stricky-header .sticky-menu-slider {
    position: absolute;
    top: 0;
    height: clamp(26px, 1.979vw, 130px);
    width: 0;
    background: #ac8641;
    z-index: 1;
    border-radius: 100px;
}

.stricky-header #menu-slider {
    position: absolute;
    top: 0;
    height: clamp(26px, 1.979vw, 60px);
    width: 0;
    background: #ac8641;
    z-index: 1;
    border-radius: 100px;
}

.stricky-header .sticky-header__content {
    width: 100%;
    padding: 0;
    background: #FAFAFA;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stricky-header .sticky-header__content .navigation {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(16px, 1.042vw, 40px) 0;
}

@media (max-width: 680px) {
    .stricky-header .sticky-header__content .navigation {
        padding: 0;
    }
}

.stricky-header .sticky-header__content .navigation .header-logo {
    width: clamp(160px, 8.952vw, 432px);
}

@media (max-width: 1024px) {
    .stricky-header .sticky-header__content .navigation .header-logo {
        width: 99%;
        height: auto;
    }
}

@media (max-width: 440px) {
    .stricky-header .sticky-header__content .navigation .header-logo {
        width: 88%;
        height: auto;
    }
}

.stricky-header .sticky-header__content .navigation .menu-button-right {
    text-transform: capitalize;
    padding-top: 5px;
    padding: clamp(5px, 0.313vw, 7px) clamp(8px, 0.625vw, 24px);
    background-color: #F3F4EC;
    border-radius: clamp(28px, 2.5vw, 68px);
    height: clamp(48px, 2.917vw, 128px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5.313vw;
}

@media (max-width: 1399px) {
    .stricky-header .sticky-header__content .navigation .menu-button-right {
        margin-left: 0;
    }
}

@media (max-width: 1025px) {
    .stricky-header .sticky-header__content .navigation .menu-button-right {
        height: auto;
        display: none;
    }
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav {
    margin-left: auto;
    margin-right: auto;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list,
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
        display: flex;
        gap: clamp(8px, 0.625vw, 24px);
    }
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li {
    float: left;
    margin: 0;
    position: relative;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a {
    padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
    border-radius: clamp(28px, 2.5vw, 68px);
    font-size: clamp(14px, 0.938vw, 36px);
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 120%;
    color: #0C0C0D;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all all 0.4s ease-in-out;
    z-index: 2;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a:hover,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a:hover {
    color: #FAFAFA;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a.active,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a.active {
    color: #FAFAFA !important;
    background-color: #ac8641;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li .header-arrow,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li .header-arrow {
    font-weight: 300;
    margin-left: -16px;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li:first-child a::before,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li:first-child a::before {
    display: none;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li.current,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list>li:hover,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li.current,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li:hover {
    color: #ac8641;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
    overflow: hidden;
    border-radius: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: clamp(200px, 10.938vw, 616px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    backface-visibility: hidden;
    transition: opacity all 0.4s ease-in-out, visibility all 0.4s ease-in-out, transform 700ms ease;
    z-index: 99;
    background: #FAFAFA;
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>a {
    font-size: clamp(14px, 0.833vw, 40px);
    line-height: 26px;
    color: #0C0C0D;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    display: flex;
    padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
    transition: 400ms;
    border-radius: 6px;
    text-transform: capitalize;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current>a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover>a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current>a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover>a {
    background-color: #ac8641;
    color: #FAFAFA;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px);
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul.right-align,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul ul {
    display: flex;
}

.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover>ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover>ul {
    padding: 6px;
    opacity: 1;
    visibility: visible;
    gap: 0;
    transform: scaleY(1) translateZ(0px);
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li>ul,
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li>ul,
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li>ul,
    .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

.stricky-header .sticky-header__content .navigation .main-menu__right {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
}

.stricky-header .sticky-header__content .navigation .main-menu__right .main-menu-link-btn {
    position: relative;
}

.stricky-header .sticky-header__content .navigation .main-menu__right .main-menu-link-btn svg .icon {
    transition: all 0.4s ease-in-out;
}

.stricky-header .sticky-header__content .navigation .main-menu__right .main-menu-link-btn:hover svg .icon {
    fill: #ac8641;
    transition: all 0.4s ease-in-out;
}

.mobile-nav__toggler {
    font-size: 24px;
    font-weight: 200;
    color: #45474F;
    cursor: pointer;
    transition: 500ms;
    display: none;
}

@media (max-width: 1099px) {
    .mobile-nav__toggler {
        display: flex;
    }
}

.mobile-nav__toggler:hover {
    color: #ac8641;
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    border-radius: clamp(18px, 1.25vw, 48px);
    margin: 12px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__wrapper .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1E1F20;
    opacity: 0.3;
}

.mobile-nav__wrapper .mobile-nav__content {
    width: 300px;
    background: #FAFAFA;
    z-index: 10;
    position: relative;
    height: 96vh;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

@media (max-width: 490px) {
    .mobile-nav__wrapper .mobile-nav__content {
        width: clamp(250px, 55.102vw, 450px);
    }
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box {
    margin-top: 14px;
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box img {
    width: clamp(160px, 15.625vw, 320px);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
    border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #0C0C0D;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0.8px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
    color: #ac8641;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: #ac8641;
    border: none;
    outline: none;
    color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    border-radius: 4px;
    transition: transform 500ms ease;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #1E1F20;
    color: #F3F4EC;
}

.mobile-nav__wrapper .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #ac8641;
    cursor: pointer;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: #0C0C0D;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 20px;
}

.mobile-nav__social a:hover {
    color: #ac8641;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: #0C0C0D;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #ac8641;
}

.mobile-nav__contact li i {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #ac8641;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #FAFAFA;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

.nav-bar .nav-link li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-bar .nav-link li::before {
    width: clamp(4px, 0.417vw, 16px);
    height: clamp(4px, 0.417vw, 16px);
    border: 1px solid #F3F4EC;
    border-radius: clamp(4px, 0.417vw, 16px);
}

.nav-bar .nav-link li.active::before {
    display: none;
}


/* Desktop tetap seperti template */

@media (min-width: 992px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}


/* Mobile Sticky Header */

@media (max-width:991px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
    }
    .hero-banner {
        margin-top: 60px;
        /* sesuaikan dengan tinggi header */
        padding-top: 0;
    }
}

.hero-banner {
    padding: clamp(38px, 4.167vw, 160px) 0 clamp(60px, 8.698vw, 254px) 0;
    background: url("../media/hero/hero-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
}

.hero-banner .line-vec {
    width: clamp(340px, 33.594vw, 954px);
}

.hero-banner .h1 {
    font-size: clamp(44px, 3.4vw, 90px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
}

.hero-banner .img-wrapper {
    position: relative;
}

.hero-banner .img-wrapper .img-1 {
    position: absolute;
    left: 0;
    bottom: 2.708vw;
    z-index: 3;
    width: clamp(150px, 11.615vw, 498px);
    height: clamp(170px, 14.375vw, 498px);
    flex-shrink: 0;
    border-radius: 120px 120px 12px 12px;
    object-fit: cover;
    filter: drop-shadow(3px 7px 13px rgba(0, 0, 0, 0.2));
}

.hero-banner .img-wrapper .img-2 {
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    aspect-ratio: 16/9;
    flex-shrink: 0;
    border-radius: clamp(12px, 0.833vw, 32px);
    width: clamp(250px, 25.885vw, 898px);
    height: clamp(270px, 34.792vw, 998px);
    object-fit: cover;
    filter: drop-shadow(3px 7px 13px rgba(0, 0, 0, 0.2));
}

.hero-banner .img-wrapper .img-3 {
    filter: drop-shadow(3px 7px 13px rgba(0, 0, 0, 0.2));
    position: absolute;
    right: -5%;
    top: 4.063vw;
    z-index: 1;
    width: clamp(210px, 12.656vw, 498px);
    height: clamp(230px, 17.031vw, 498px);
    flex-shrink: 0;
    border-radius: clamp(12px, 0.833vw, 32px);
    object-fit: cover;
}

@media (max-width: 1025px) {
    .hero-banner .img-wrapper .img-3 {
        right: 0;
    }
}

footer {
    background-color: #F3F4EC;
    padding: clamp(38px, 3.333vw, 188px) 0 clamp(24px, 1.667vw, 94px) 0;
}

footer.footer-bg {
    background: url("../media/images/footer-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: clamp(58px, 7vw, 189px);
}

footer .footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4.427vw;
    flex-wrap: wrap;
    row-gap: 32px;
}

footer .news-letter-form {
    display: flex;
    align-items: end;
    gap: clamp(18px, 1.25vw, 48px) !important;
    padding-right: 4.167vw;
}

footer .news-letter-form .form-control {
    padding: clamp(10px, 0.573vw, 24px) clamp(10px, 0.729vw, 28px);
    padding-left: 0;
    background-color: transparent;
    color: #92949F !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #92949F;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

footer .news-letter-form .form-control::placeholder {
    font-size: clamp(16px, 0.938vw, 36px);
    color: #92949F !important;
}

footer .h6,
footer .underline-title {
    text-align: center;
    display: inline-flex;
    border-bottom: 4px solid #ac8641;
}

footer .links-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 821px) {
    footer .links-block {
        justify-content: start;
    }
}

footer .links-block ul li {
    font-size: clamp(16px, 0.938vw, 36px);
    color: #141516;
}

footer .time-block {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 821px) {
    footer .time-block {
        justify-content: start;
    }
}

footer .svg-block,
footer .clock-vector {
    width: clamp(18px, 1.25vw, 88px);
    height: clamp(18px, 1.25vw, 88px);
}

footer .svg-block svg,
footer .clock-vector svg {
    width: clamp(18px, 1.25vw, 88px);
    height: clamp(18px, 1.25vw, 88px);
}

footer .hover-content:hover {
    color: #ac8641 !important;
}

footer .footer-logo img {
    width: clamp(168px, 10.208vw, 604px);
}

footer .privacy-text {
    font-size: clamp(15px, 0.833vw, 32px);
}

.social-icons {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
}

.social-icons .icon {
    width: clamp(36px, 2.083vw, 84px);
    height: clamp(36px, 2.083vw, 84px);
    border-radius: 50%;
    border: 1px solid #ac8641;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons .icon svg {
    width: clamp(20px, 0.833vw, 52px);
    height: clamp(20px, 0.833vw, 52px);
}

.social-icons .icon svg path {
    fill: #ac8641;
    transform: all 0.4s ease-in-out;
}

.social-icons .icon:hover {
    border: 1px solid #ac8641;
    background-color: #ac8641;
}

.social-icons .icon:hover svg path {
    fill: #F3F4EC;
}

.title-banner {
    background: url("../media/images/title-banner.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(108px, 9.063vw, 628px) 0;
}

@media (max-width: 999px) {
    .title-banner {
        background-position-x: center;
    }
}

.title-banner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.042vw, 40px) !important;
}

.title-banner .title::before {
    content: "";
    display: block;
    width: clamp(62px, 3.75vw, 128px);
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='18' viewBox='0 0 83 18' fill='none'%3E%3Cpath d='M0.839746 9L9.5 17.6603L18.1603 9L9.5 0.339746L0.839746 9ZM81.5 10.5C82.3284 10.5 83 9.82843 83 9C83 8.17157 82.3284 7.5 81.5 7.5V10.5ZM9.5 10.5H81.5V7.5H9.5V10.5Z' fill='%23878C53'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
    transform: rotate(180deg);
}

.title-banner .title::after {
    content: "";
    display: block;
    width: clamp(62px, 3.75vw, 128px);
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='18' viewBox='0 0 83 18' fill='none'%3E%3Cpath d='M0.839746 9L9.5 17.6603L18.1603 9L9.5 0.339746L0.839746 9ZM81.5 10.5C82.3284 10.5 83 9.82843 83 9C83 8.17157 82.3284 7.5 81.5 7.5V10.5ZM9.5 10.5H81.5V7.5H9.5V10.5Z' fill='%23878C53'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.title-banner .title .h2 {
    flex-shrink: 0;
    font-size: clamp(29px, 2.552vw, 64px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: "Playfair Display", sans-serif;
}

.about-sec.about-pagesec {
    background: url("../media/images/about-circle.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(60px, 6.25vw, 154px) 0 66px 0;
    background-position: center;
}

.about-sec .img-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-sec .about-content {
    padding: 0 clamp(20px, 2.5vw, 54px);
}

@media (max-width: 590px) {
    .about-sec .about-content {
        padding: 0;
    }
}

.about-sec .about-content .heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    gap: clamp(16px, 1.042vw, 40px) !important;
}

.about-sec .about-content .heading .h2 {
    font-size: clamp(28px, 2.188vw, 54px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    font-family: "Playfair Display", sans-serif;
}

.about-sec .about-content .heading::after {
    content: "";
    display: block;
    width: clamp(92px, 5vw, 128px);
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107' height='18' viewBox='0 0 107 18' fill='none'%3E%3Cpath d='M106.66 9L98 17.6603L89.3397 9L98 0.339746L106.66 9ZM2 10.5C1.17157 10.5 0.5 9.82843 0.5 9C0.5 8.17157 1.17157 7.5 2 7.5V10.5ZM98 10.5H2V7.5H98V10.5Z' fill='%23D9DBC2'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.about-sec .about-content .num-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.about-sec .about-content .num-section .counter-count {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
}

.about-sec .about-content .num-section .counter-count .svg-block svg {
    width: clamp(28px, 2.5vw, 68px);
    height: clamp(28px, 2.5vw, 68px);
}

.blog-detail .blog-sidebar .gallery-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
}

.blog-detail .blog-sidebar .gallery-img img {
    width: clamp(118px, 9.167vw, 199px);
}

.blog-detail .blog-sidebar .categoriy-block a {
    display: block;
}

.google-map-container {
    border-radius: clamp(18px, 1.25vw, 48px);
    height: clamp(290px, 22.917vw, 1250px);
}

.google-map-container iframe {
    border-radius: clamp(18px, 1.25vw, 48px);
    width: 100%;
    height: clamp(290px, 22.917vw, 1250px);
}

.contact-info-wrapper .info-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: clamp(18px, 1.25vw, 48px) !important;
    padding-right: 64px;
    row-gap: 32px;
}

@media (max-width: 720px) {
    .contact-info-wrapper .info-block {
        padding-right: 0;
    }
    .contact-info-wrapper .info-block .mb-16 {
        margin-bottom: 8px;
    }
}

.wrapper-sec {
    background: url("../media/images/wrapper-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(40px, 2.083vw, 54px) 0;
    background-position: center;
}

.heading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.heading .title {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.042vw, 40px) !important;
}

.heading .title::before {
    content: "";
    display: block;
    width: clamp(52px, 3.75vw, 128px);
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='18' viewBox='0 0 83 18' fill='none'%3E%3Cpath d='M0.839746 9L9.5 17.6603L18.1603 9L9.5 0.339746L0.839746 9ZM81.5 10.5C82.3284 10.5 83 9.82843 83 9C83 8.17157 82.3284 7.5 81.5 7.5V10.5ZM9.5 10.5H81.5V7.5H9.5V10.5Z' fill='%23D9DBC2'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
    transform: rotate(180deg);
}

.heading .title::after {
    content: "";
    display: block;
    width: clamp(52px, 3.75vw, 128px);
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='18' viewBox='0 0 83 18' fill='none'%3E%3Cpath d='M0.839746 9L9.5 17.6603L18.1603 9L9.5 0.339746L0.839746 9ZM81.5 10.5C82.3284 10.5 83 9.82843 83 9C83 8.17157 82.3284 7.5 81.5 7.5V10.5ZM9.5 10.5H81.5V7.5H9.5V10.5Z' fill='%23D9DBC2'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.heading .h2 {
    font-size: clamp(28px, 2.188vw, 54px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    font-family: "Playfair Display", sans-serif;
    flex-shrink: 0;
}

.service-sec .service-card {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.service-sec .service-card .card-img {
    border-radius: clamp(8px, 0.625vw, 24px);
    width: 100%;
    overflow: hidden;
}

.service-sec .service-card .card-img img {
    transition: all 0.4s ease-in-out;
    border-radius: clamp(8px, 0.625vw, 24px);
    width: 100%;
}

@media (max-width: 720px) {
    .service-sec .service-card .card-img img {
        height: 250px;
        object-fit: cover;
    }
}

.service-sec .service-card .card-content {
    padding: clamp(18px, 1.25vw, 48px) clamp(12px, 0.833vw, 32px);
    text-align: center;
}

.service-sec .service-card:hover .card-img img {
    transform: scale(1.04);
}

.service-sec .service-card:hover .card-content .hover-content {
    color: #ac8641 !important;
}

.gallery-sec .galler-img {
    border-radius: clamp(12px, 0.833vw, 32px);
    width: 100%;
    overflow: hidden;
}

.gallery-sec .galler-img img {
    border-radius: clamp(12px, 0.833vw, 32px);
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 720px) {
    .gallery-sec .galler-img img {
        height: 250px;
        object-fit: cover;
    }
}

.gallery-sec .galler-img:hover img {
    transform: scale(1.05);
}

.counter-section {
    padding: clamp(68px, 5.521vw, 168px) 0;
}

.counter-section .counter-count {
    text-align: center;
}

.counter-section .counter-count h3 {
    font-family: "Playfair Display", sans-serif;
}

.testimonial-sec.about-testimonial-circle {
    background: url("../media/images/about-testimonial-circle.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 36px 0 6.25vw;
    background-position: center;
}

.testimonial-sec .star-block {
    padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
    border-radius: 500px;
    background-color: #FAFAFA;
    display: inline-flex !important;
    align-items: center;
}

.testimonial-sec .slider-arrows {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
}

@media (max-width: 720px) {
    .testimonial-sec .slider-arrows {
        justify-content: center;
    }
}

.testimonial-sec .slider-arrows .arrow-btn {
    width: clamp(40px, 2.5vw, 94px);
    height: clamp(40px, 2.5vw, 94px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #D9DBC2;
    transform: all 0.4s ease-in-out;
}

.testimonial-sec .slider-arrows .arrow-btn svg {
    width: clamp(16px, 1.042vw, 60px);
    height: clamp(16px, 1.042vw, 60px);
}

.testimonial-sec .slider-arrows .arrow-btn svg path {
    transform: all 0.4s ease-in-out;
}

.testimonial-sec .slider-arrows .arrow-btn:hover {
    background-color: #ac8641;
}

.testimonial-sec .slider-arrows .arrow-btn:hover svg path {
    stroke: #D9DBC2;
}

.testimonial-sec .testimonial-block {
    padding: clamp(28px, 1.875vw, 76px);
    border-radius: clamp(12px, 0.833vw, 32px);
    background-color: #F3F4EC;
}

.testimonial-sec .testimonial-block .test-user {
    width: clamp(48px, 3.333vw, 128px);
    height: clamp(48px, 3.333vw, 128px);
}

.testimonial-sec .testimonial-block .qoute-vec svg {
    width: clamp(48px, 3.125vw, 188px);
}

.testimonial-sec .testimonial-block .star {
    width: clamp(18px, 1.25vw, 48px);
    height: clamp(18px, 1.25vw, 48px);
}

.blog-sec {
    background: url("../media/images/bg-circle-3.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(60px, 6.25vw, 154px) 0 0 0;
    background-position: center;
}

.blog-sec.blog-page-sec {
    background: none;
    padding: 0;
}

.blog-sec .blog-card {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.blog-sec .blog-card .card-img {
    border-radius: clamp(8px, 0.625vw, 24px);
    width: 100%;
    overflow: hidden;
}

.blog-sec .blog-card .card-img img {
    transition: all 0.4s ease-in-out;
    border-radius: clamp(8px, 0.625vw, 24px);
    width: 100%;
}

@media (max-width: 720px) {
    .blog-sec .blog-card .card-img img {
        height: 250px;
        object-fit: cover;
    }
}

.blog-sec .blog-card .card-content {
    padding: clamp(12px, 0.833vw, 32px);
}

@media (max-width: 720px) {
    .blog-sec .blog-card .card-content {
        padding: 14px 0;
    }
}

.blog-sec .blog-card .card-content .h6,
.blog-sec .blog-card .card-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
}

.blog-sec .blog-card:hover .card-img img {
    transform: scale(1.04);
}

.blog-sec .blog-card:hover .card-content .hover-content {
    color: #ac8641 !important;
}

.quote-sec {
    background-color: #F3F4EC;
    padding: clamp(88px, 6.667vw, 198px) 0;
}

.quote-sec .quote-wrapper {
    padding: clamp(24px, 1.667vw, 64px) clamp(16px, 1.042vw, 40px);
    border-radius: clamp(12px, 0.833vw, 32px);
    background-color: #FAFAFA;
}

.learnig-journey-sec .img-block {
    position: relative;
}

.learnig-journey-sec .img-block .journey-img {
    width: 100%;
    border-radius: clamp(12px, 0.833vw, 32px);
    object-fit: cover;
}

.learnig-journey-sec .img-block .our-student-block {
    width: clamp(258px, 18.021vw, 648px);
    padding: clamp(22px, 1.25vw, 48px);
    border-radius: clamp(8px, 0.625vw, 24px);
    background-color: #ac8641;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: clamp(18px, 1.25vw, 48px);
    left: clamp(18px, 1.25vw, 48px);
}

.learnig-journey-sec .img-block .our-student-block .img-block {
    display: flex;
    align-items: center;
}

.learnig-journey-sec .img-block .our-student-block .img-block img {
    width: clamp(48px, 2.917vw, 140px);
    height: clamp(48px, 2.917vw, 140px);
}

.learnig-journey-sec .img-block .our-student-block .img-block img:nth-child(2),
.learnig-journey-sec .img-block .our-student-block .img-block img:nth-child(3),
.learnig-journey-sec .img-block .our-student-block .img-block img:nth-child(4) {
    margin-left: -22.4px;
}

@media (max-width: 1025px) {
    .learnig-journey-sec .img-block .our-student-block .img-block img:nth-child(2),
    .learnig-journey-sec .img-block .our-student-block .img-block img:nth-child(3),
    .learnig-journey-sec .img-block .our-student-block .img-block img:nth-child(4) {
        margin-left: -11.4px;
    }
}

.learnig-journey-sec .img-block .our-student-block .img-block .numicon {
    width: clamp(48px, 2.917vw, 140px);
    height: clamp(48px, 2.917vw, 140px);
    border-radius: 50%;
    border: 2px solid #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    color: #ac8641;
    font-weight: 600;
    line-height: 150%;
    font-size: clamp(15px, 0.833vw, 72px);
    margin-left: -22.4px;
}

@media (max-width: 1025px) {
    .learnig-journey-sec .img-block .our-student-block .img-block .numicon {
        margin-left: -11.4px;
    }
}

.learnig-journey-sec #learningjourney {
    padding: clamp(24px, 1.667vw, 64px);
}

.learnig-journey-sec .faq .faq-block .collapsed,
.learnig-journey-sec .faq .faq-block .collapse,
.learnig-journey-sec .faq .faq-block .show {
    transition: all 0.4s ease-in-out;
}

.learnig-journey-sec .faq .faq-block .accordion-button {
    transition: all 0.4s ease-in-out;
    margin: 0;
    position: relative;
    padding: 0;
    color: #0C0C0D !important;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.042vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.learnig-journey-sec .faq .faq-block .accordion-button.collapsed {
    transition: all 0.4s ease-in-out;
    color: #0C0C0D !important;
    border-radius: 0px;
    padding: 0;
    background: none;
    margin: 0;
}

.learnig-journey-sec .faq .faq-block .accordion-button.collapsed::after {
    transition: all 0.4s ease-in-out;
    background-image: none !important;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(0deg);
    color: #0C0C0D !important;
}

.learnig-journey-sec .faq .faq-block .accordion-button:not(.collapsed) {
    color: #0C0C0D;
    background: transparent;
    border: none;
    box-shadow: none;
}

.learnig-journey-sec .faq .faq-block .accordion-button:focus {
    transition: all 0.4s ease-in-out;
    border: none;
    box-shadow: none;
}

.learnig-journey-sec .faq .faq-block .accordion-button::after {
    content: "\f054";
    width: clamp(16px, 1.042vw, 96px);
    height: clamp(16px, 1.042vw, 96px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    font-family: "Font Awesome 6 Pro";
    background-image: none !important;
    position: absolute;
    right: 0px;
    font-weight: 400;
    color: #ac8641 !important;
    font-size: clamp(16px, 1.042vw, 96px);
    cursor: pointer;
    transform: rotate(-90deg);
}

.learnig-journey-sec .faq .faq-block .accordion-collapse p {
    color: #45474F !important;
    margin: 16px 0 0;
}

.out-team-sec .team-block {
    display: flex;
    flex-direction: column;
    border-radius: clamp(16px, 1.042vw, 40px);
    overflow: hidden;
    background-color: #FAFAFA;
    border: 1px solid #EAEAEC;
}

.out-team-sec .team-block .img-block {
    border-radius: clamp(16px, 1.042vw, 40px);
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.out-team-sec .team-block .img-block img {
    border-radius: clamp(16px, 1.042vw, 40px);
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.out-team-sec .team-block .team-content {
    padding: clamp(18px, 1.25vw, 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
}

.out-team-sec .team-block .team-content .links-icon {
    width: clamp(24px, 1.667vw, 108px);
    height: clamp(24px, 1.667vw, 108px);
    flex-shrink: 0;
}

.out-team-sec .team-block:hover .img-block img {
    transform: scale(1.03);
}

.background-sec {
    background: url("../media/images/bg-circle-2.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(40px, 2.083vw, 54px) 0;
    background-position: center;
}

.pricing-sec .pricing-card {
    padding: clamp(30px, 2.083vw, 54px) clamp(18px, 1.25vw, 48px);
    border-radius: clamp(12px, 0.833vw, 32px);
    border: 1px solid #92949F;
    background-color: #FAFAFA;
    transition: all 0.4s ease-in-out;
}

.pricing-sec .pricing-card .price-btn {
    display: flex;
    height: clamp(40px, 2.5vw, 84px);
    padding: clamp(8px, 0.625vw, 24px) clamp(24px, 1.667vw, 64px);
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #ac8641;
    border-radius: clamp(28px, 2.5vw, 68px);
    font-weight: 500;
    line-height: 120%;
    font-size: clamp(16px, 0.938vw, 36px);
    color: #ac8641;
    transition: all 0.4s ease-in-out;
}

.pricing-sec .pricing-card .tick-icon {
    width: clamp(24px, 1.667vw, 64px);
    height: clamp(24px, 1.667vw, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #D9DBC2;
    flex-shrink: 0;
    transition: all 0.4s ease-in-out;
}

.pricing-sec .pricing-card .tick-icon.cross {
    background-color: transparent;
    border: 1px solid #92949F;
}

.pricing-sec .pricing-card .tick-icon svg {
    width: clamp(12px, 0.833vw, 32px);
    height: clamp(12px, 0.833vw, 32px);
}

.pricing-sec .pricing-card .tick-icon svg path {
    transition: all 0.4s ease-in-out;
}

.pricing-sec .pricing-card h6,
.pricing-sec .pricing-card h3,
.pricing-sec .pricing-card p {
    transition: all 0.4s ease-in-out;
}

.pricing-sec .pricing-card:hover,
.pricing-sec .pricing-card.active {
    background-color: #ac8641;
}

.pricing-sec .pricing-card:hover h6,
.pricing-sec .pricing-card:hover h3,
.pricing-sec .pricing-card:hover p,
.pricing-sec .pricing-card.active h6,
.pricing-sec .pricing-card.active h3,
.pricing-sec .pricing-card.active p {
    color: #FAFAFA !important;
}

.pricing-sec .pricing-card:hover .price-btn,
.pricing-sec .pricing-card.active .price-btn {
    background-color: #FAFAFA;
    color: #ac8641;
}

.pricing-sec .pricing-card:hover .cros-text,
.pricing-sec .pricing-card.active .cros-text {
    color: #D9DBC2 !important;
}

.pricing-sec .pricing-card:hover .cross,
.pricing-sec .pricing-card.active .cross {
    border: 1px solid #FAFAFA;
}

.pricing-sec .pricing-card:hover .cross svg path,
.pricing-sec .pricing-card.active .cross svg path {
    fill: #FAFAFA;
}

.service-detail .tag-wrapper {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    flex-wrap: wrap;
}

.service-detail .tag-wrapper .tag {
    display: flex;
    padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #E5E8E3;
    font-weight: 400;
    line-height: 120%;
    color: #0C0C0D;
    font-size: clamp(10px, 0.573vw, 24px);
    font-family: "Inter", sans-serif;
}

@media (max-width: 720px) {
    .service-detail .tag-wrapper .tag {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.service-detail .nav-tabs {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    border: none;
}

.service-detail .nav-tabs .nav-item {
    border: none;
    width: 31.33%;
}

.service-detail .nav-tabs .nav-item .nav-link {
    width: 100%;
    flex-shrink: 0;
    padding: clamp(12px, 0.833vw, 32px);
    background-color: #EAEAEC;
    border-radius: clamp(28px, 2.5vw, 68px);
    border: none;
    font-weight: 400;
    line-height: 150%;
    font-size: clamp(16px, 0.938vw, 36px);
    font-family: "helvetica", sans-serif;
    color: #45474F;
    transition: all 0.4s ease-in-out;
}

.service-detail .nav-tabs .nav-item .nav-link:hover,
.service-detail .nav-tabs .nav-item .nav-link.active {
    background-color: #ac8641;
    color: #FAFAFA;
}

.service-detail .service-sidebar {
    padding: clamp(24px, 1.667vw, 64px) clamp(18px, 1.25vw, 48px);
    border-radius: clamp(8px, 0.625vw, 24px);
    border-radius: 1px solid #EAEAEC;
    background-color: #FAFAFA;
}

.service-detail .service-sidebar .user-block {
    padding: clamp(12px, 0.833vw, 32px);
    border-radius: clamp(4px, 0.417vw, 16px);
    background-color: #EAEAEC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-detail .service-sidebar .user-block svg {
    width: clamp(18px, 1.25vw, 48px);
    height: clamp(18px, 1.25vw, 48px);
}

.service-detail .service-sidebar .cus-btn {
    justify-content: center;
}

.service-detail .service-sidebar .cus-btn .arr-1 {
    right: 38%;
}

.service-detail .service-sidebar .cus-btn:hover .arr-1 {
    right: -98%;
}

.service-detail .service-sidebar .cus-btn:hover .arr-2 {
    left: 35%;
}

@media (max-width: 720px) {
    .mobile-img {
        height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 720px) {
    .mobile-svg {
        width: 84px;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    margin-bottom: 20px;
    background: rgba(172, 134, 65, 0.08);
    border: 1px solid rgba(172, 134, 65, 0.18);
    border-radius: 999px;
    color: #ac8641;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .3s ease;
    align-self: flex-start;
}


/*========================================
 FAQ
========================================*/

.custom-faq .accordion-item {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}

.custom-faq .accordion-button {
    background: #fff;
    padding: 24px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #fff;
    color: #ac8641;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    padding: 0 28px 24px;
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

.custom-faq .accordion-button::after {
    background-image: none;
    content: "+";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #F7F5EF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 300;
    color: #ac8641;
    transform: none;
}

.custom-faq .accordion-button:not(.collapsed)::after {
    content: "−";
    background: #ac8641;
    color: #fff;
}

@media(max-width:768px) {
    .custom-faq .accordion-button {
        font-size: 17px;
        padding: 18px 20px;
    }
    .custom-faq .accordion-body {
        padding: 0 20px 20px;
        font-size: 15px;
    }
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    cursor: pointer;
}

.card-img img {
    width: 100%;
    display: block;
    transition: .5s cubic-bezier(.22, .61, .36, 1);
}

.card-img:hover img {
    transform: scale(1.06);
}


/* ===========================
   Liquid Glass Overlay
=========================== */

.image-overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-radius: 18px;
    background: linear-gradient( 135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .10));
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12), inset 0 1px rgba(255, 255, 255, .45), inset 0 -1px rgba(255, 255, 255, .08);
    transition: .4s ease;
}

.card-img:hover .image-overlay {
    transform: translateY(-4px);
    background: linear-gradient( 135deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .14));
}

.overlay-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.overlay-text i {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(12px);
    font-size: 16px;
}

.overlay-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}


/* Hand */

.tap-animation {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(12px);
}

.tap-animation i {
    color: #fff;
    font-size: 18px;
    animation: pointer 1.6s infinite ease-in-out;
}

@keyframes pointer {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
}

.custom-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 99999;
}

.custom-lightbox.show {
    opacity: 1;
    visibility: visible;
}

.custom-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 16px;
    transform: scale(.8);
    transition: .35s;
}

.custom-lightbox.show img {
    transform: scale(1);
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    font-size: 22px;
}

.galler-img {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}

.galler-img img {
    transition: .5s;
}

.galler-img:hover img {
    transform: scale(1.06);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: .35s;
}

.galler-img:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 34px;
    margin-bottom: 12px;
}

.gallery-overlay span {
    font-size: 15px;
    font-weight: 500;
}

.gallery-tap-animation {
    margin-top: 18px;
    animation: galleryTap 1.3s infinite;
}

.gallery-tap-animation i {
    font-size: 32px;
    color: #fff;
}

@keyframes galleryTap {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-8px) scale(1.15);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 99999;
}

.gallery-lightbox.show {
    opacity: 1;
    visibility: visible;
}

.gallery-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 16px;
    transform: scale(.8);
    transition: .35s;
}

.gallery-lightbox.show img {
    transform: scale(1);
}

.gallery-close {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    font-size: 22px;
}

.modern-form {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    border: 1px solid #ECECEC;
}

.modern-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

.modern-form .input-block {
    position: relative;
}

.modern-form .input-block i,
.modern-form .input-block .bi {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #9ca3af;
    pointer-events: none;
    z-index: 10;
}

.modern-form input,
.modern-form select,
.modern-form textarea {
    width: 100%;
    border: 1.5px solid #e8e8e8;
    border-radius: 16px;
    background: #fafafa;
    padding-left: 56px !important;
    padding-right: 18px;
    color: #1f2937;
    font-size: 15px;
}

.modern-form textarea {
    padding-left: 20px !important;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.modern-form .input-block.textarea i {
    top: 22px;
    transform: none;
}

.modern-form .input-block {
    position: relative;
    width: 100%;
}

.modern-form input:focus,
.modern-form textarea:focus,
.modern-form select:focus {
    border-color: #e9ad28;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(233, 173, 40, .12);
    outline: none;
}

.modern-form input:hover,
.modern-form select:hover,
.modern-form textarea:hover {
    border-color: #d9d9d9;
}

.modern-form input::placeholder,
.modern-form textarea::placeholder {
    color: #b7b7b7;
}

.modern-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 5.5L8 10.3l4.8-4.8' stroke='%23999' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.modern-form input[type=date] {
    position: relative;
}

.modern-form input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.modern-form .cus-btn {
    height: 62px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.modern-form .row {
    --bs-gutter-y: 22px;
}

.modern-form input,
.modern-form select,
.modern-form textarea {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.modern-form input:invalid,
.modern-form select:invalid,
.modern-form textarea:invalid {
    box-shadow: none;
}

.modern-form input,
.modern-form select,
.modern-form textarea {
    box-sizing: border-box;
}

.modern-form .input-block {
    position: relative;
    display: block;
    overflow: visible;
}

.modern-form .input-block i,
.modern-form .input-block .bi {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 100;
}

.modern-form input,
.modern-form select {
    position: relative;
    z-index: 1;
}

.awasatas {
    margin-top: 30px;
}


/* Why Choose Section */

.choose-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
    border: 1px solid rgba(172, 134, 65, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.choose-icon {
    width: 75px;
    height: 75px;
    background: rgba(172, 134, 65, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: all 0.35s ease;
}

.choose-icon i {
    font-size: 32px;
    color: #ac8641;
    transition: all 0.35s ease;
}

.choose-card h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 0.35s ease;
}

.choose-card p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.7;
    transition: all 0.35s ease;
}


/* Hover */

.choose-card:hover {
    background: #ac8641;
    transform: translateY(-10px);
}

.choose-card:hover .choose-icon {
    background: #ffffff;
}

.choose-card:hover .choose-icon i {
    color: #ac8641;
}

.choose-card:hover h4,
.choose-card:hover p {
    color: #ffffff;
}

.contact-info-wrapper .bi {
    color: #ac8641;
    transition: .3s ease;
}

.contact-info-wrapper a:hover .bi {
    transform: translateY(-4px);
    color: #8d6b30;
}


/* Dropdown Jenis Acara */

.input-block .drop-container {
    padding-left: 52px;
    /* ruang untuk icon */
    display: flex;
    align-items: center;
}


/* Posisi icon */

.input-block>i {
    left: 18px;
    z-index: 10;
    pointer-events: none;
}


/* Wrapper dropdown */

.wrapper-dropdown {
    width: 100%;
}


/* Teks dropdown */

.wrapper-dropdown .selected-display {
    padding-left: 0;
}


/* ============================================
    CONSULTATION SECTION STYLES - PREMIUM GOLD THEME
    ============================================ */

.consultation-sec {
    position: relative;
    overflow: hidden;
}

.consultation-form-wrapper {
    padding: 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* HEADER */

.consultation-header {
    text-align: left;
}

.consultation-badge {
    display: inline-block;
    background: rgba(172, 134, 65, 0.15);
    color: #8f6b32;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.consultation-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.consultation-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}


/* STEP INDICATOR */

.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: rgba(172, 134, 65, 0.08);
    border-radius: 12px;
}

.step-dots {
    display: flex;
    gap: 8px;
    flex: 1;
}

.step-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E0E0E0;
    transition: all 0.3s ease;
    cursor: default;
}

.step-dot.active {
    background: #ac8641;
    width: 24px;
    border-radius: 4px;
}

.step-counter {
    font-size: 14px;
    color: #666;
    margin: 0;
    white-space: nowrap;
    margin-left: 16px;
}


/* FORM STEP */

.form-step {
    display: none;
    animation: fadeIn 0.3s ease;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}


/* RADIO CARDS */

.radio-cards-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.radio-card {
    position: relative;
    cursor: pointer;
}

.radio-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    text-align: center;
}

.radio-card input[type="radio"]:checked+.radio-card-content {
    border-color: #ac8641;
    background: rgba(172, 134, 65, 0.08);
    box-shadow: 0 4px 12px rgba(172, 134, 65, 0.15);
    transform: translateY(-3px);
}

.radio-icon {
    font-size: 32px;
}

.radio-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.radio-card input[type="radio"]:checked+.radio-card-content .radio-label {
    color: #ac8641;
    font-weight: 700;
}


/* CHECKBOX CARDS */

.checkbox-cards-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.checkbox-card {
    position: relative;
    cursor: pointer;
}

.checkbox-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    text-align: center;
}

.checkbox-card input[type="checkbox"]:checked+.checkbox-card-content {
    border-color: #ac8641;
    background: rgba(172, 134, 65, 0.08);
    box-shadow: 0 4px 12px rgba(172, 134, 65, 0.15);
    transform: translateY(-3px);
}

.checkbox-icon {
    font-size: 32px;
}

.checkbox-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.checkbox-card input[type="checkbox"]:checked+.checkbox-card-content .checkbox-label {
    color: #ac8641;
    font-weight: 700;
}


/* CHIPS */

.chip-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.chip {
    position: relative;
    cursor: pointer;
}

.chip input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.chip-label {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #EEEEEE;
    border-radius: 24px;
    background: #FAFAFA;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.chip input[type="radio"]:checked+.chip-label {
    border-color: #ac8641;
    background: #ac8641;
    color: white;
    box-shadow: 0 4px 12px rgba(172, 134, 65, 0.25);
}


/* INFORMATION BOX */

.consultation-info-box {
    padding: 24px;
    background: rgba(172, 134, 65, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(172, 134, 65, 0.3);
}

.info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #8f6b32;
    line-height: 1.5;
}

.info-icon {
    font-size: 18px;
    flex-shrink: 0;
}


/* FORM NAVIGATION */

.form-navigation {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}


/* FORM LABEL IMPROVEMENT */

.consultation-form-wrapper .subtitle.black {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.2px;
}

.nav-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn-primary {
    background: #ac8641;
    color: white;
}

.nav-btn-primary:hover {
    background: #8f6b32;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(172, 134, 65, 0.3);
}

.nav-btn-secondary {
    background: #E0E0E0;
    color: #333;
}

.nav-btn-secondary:hover {
    background: #BDBDBD;
}


/* SUBMIT BUTTON */

.cus-btn.w-100 {
    width: 100%;
}


/* RIGHT SIDE - IMAGE & CARDS */

.consultation-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 600px;
}

.consultation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}


/* FLOATING CARDS */

.floating-card {
    position: absolute;
    padding: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(172, 134, 65, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 3s ease-in-out infinite;
    z-index: 10;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

.floating-card:nth-child(2) {
    animation-delay: 0.2s;
}

.floating-card:nth-child(3) {
    animation-delay: 0.4s;
}

.floating-card:nth-child(4) {
    animation-delay: 0.6s;
}

.floating-card:nth-child(5) {
    animation-delay: 0.8s;
}

.card-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.card-text {
    min-width: 0;
}

.card-value {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.card-label {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}


/* SPECIFIC CARD POSITIONS */

.card-rating {
    top: 40px;
    right: 30px;
}

.card-success {
    top: 160px;
    left: 20px;
}

.card-service {
    bottom: 140px;
    right: 40px;
}

.card-location {
    bottom: 60px;
    left: 30px;
}

.card-whatsapp {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}


/* RESPONSIVE ADJUSTMENTS */

@media (max-width: 1200px) {
    .consultation-form-wrapper {
        padding: 32px;
    }
    .consultation-title {
        font-size: 26px;
    }
    .radio-cards-group {
        grid-template-columns: 1fr 1fr;
    }
    .checkbox-cards-group {
        grid-template-columns: 1fr 1fr;
    }
    .floating-card {
        padding: 12px;
        font-size: 12px;
    }
    .card-rating {
        top: 20px;
        right: 20px;
    }
    .card-success {
        top: 120px;
        left: 10px;
    }
    .card-service {
        bottom: 120px;
        right: 20px;
    }
    .card-location {
        bottom: 40px;
        left: 10px;
    }
}

@media (max-width: 992px) {
    .consultation-sec .row {
        flex-direction: column;
    }
    .consultation-image-wrapper {
        min-height: 400px;
    }
    .info-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .consultation-form-wrapper {
        padding: 24px;
    }
    .consultation-title {
        font-size: 22px;
    }
    .consultation-header {
        margin-bottom: 32px;
    }
    .step-indicator {
        padding: 16px;
        margin-bottom: 24px;
    }
    .step-dots {
        gap: 6px;
    }
    .step-dot {
        width: 6px;
        height: 6px;
    }
    .step-dot.active {
        width: 20px;
    }
    .step-counter {
        font-size: 12px;
    }
    .consultation-image-wrapper {
        min-height: 350px;
    }
    .floating-card {
        padding: 10px;
    }
    .card-rating {
        top: 15px;
        right: 15px;
    }
    .card-success {
        top: 100px;
        left: 5px;
    }
    .card-service {
        bottom: 100px;
        right: 15px;
    }
    .card-location {
        bottom: 25px;
        left: 5px;
    }
    .card-whatsapp {
        display: none;
    }
}

@media (max-width: 576px) {
    .consultation-form-wrapper {
        padding: 16px;
    }
    .consultation-title {
        font-size: 18px;
    }
    .consultation-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
    .step-indicator {
        flex-direction: column;
        gap: 12px;
    }
    .step-dots {
        width: 100%;
    }
    .step-counter {
        width: 100%;
        text-align: center;
    }
    .radio-cards-group {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
    .radio-card-content {
        padding: 14px 8px !important;
        min-height: 90px;
    }
    .checkbox-cards-group {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
    .checkbox-card-content {
        padding: 14px 8px !important;
        min-height: 90px;
    }
    .radio-icon,
    .checkbox-icon {
        font-size: 22px !important;
    }
    .radio-label,
    .checkbox-label {
        font-size: 12px !important;
    }
    .chip-group {
        gap: 8px;
    }
    .chip-label {
        padding: 10px 16px;
        font-size: 12px;
    }
    .consultation-info-box {
        padding: 16px;
        margin-bottom: 20px;
    }
    .info-content {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .info-item {
        font-size: 13px;
    }
    .form-navigation {
        gap: 8px;
    }
    .nav-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    .consultation-image-wrapper {
        min-height: 300px;
        margin-top: 24px;
    }
    .floating-card {
        padding: 8px;
        font-size: 11px;
    }
    .card-icon {
        font-size: 20px;
    }
    .card-rating,
    .card-success,
    .card-service,
    .card-location {
        display: none;
    }
}

.mobile-nav__buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 30px 20px;
}

.mobile-nav__buttons .mobile-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
}

.mobile-nav__buttons .mobile-btn-outline {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
}


/* rapihin khusus mobile */

@media(max-width:768px) {
    .mobile-nav__buttons {
        margin-top: 25px;
    }
    .cus-btn svg,
    .cus-btn .circle {
        display: none;
    }
    .cus-btn .text {
        transform: none;
    }
}

.social-icons .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons .icon i {
    font-size: 20px;
    line-height: 1;
}

.social-icons .icon:hover {
    transform: translateY(-4px);
}

.wa-float {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    border-radius: 50%;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
}

.wa-float:hover {
    transform: scale(1.1);
}

.wa-float img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.wa-popup {
    position: fixed;
    bottom: 75px;
    left: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 220px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: sans-serif;
}

.wa-popup-text {
    font-size: 14px;
    color: #222;
    z-index: 99999;
}

.wa-popup-close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.whatsapp-ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #25D366;
    /* Warna khas WhatsApp */
    animation: ripple 2s infinite;
    z-index: -1;
    opacity: 0.5;
    z-index: -9999;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media (max-width:900px) {
    .wa-float {
        bottom: 30px;
    }
    .wa-popup {
        bottom: 95px;
    }
}


/* ==========================
   Legalitas
========================== */

.legal-wrapper {
    max-width: 900px;
    margin: auto;
}

.legal-image {
    width: 100%;
    border-radius: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    transition: .35s;
    background: #fff;
}

.legal-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
}

.catalog-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.pdf-wrapper {
    width: 100%;
    height: 900px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
    border: 1px solid #ececec;
}

.pdf-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}.distance-card{
    background:#fff;
    border-radius:22px;
    padding:40px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    border:1px solid #ececec;
}

.distance-icon{
    width:72px;
    height:72px;
    background:#ac8641;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:auto;
}

.distance-badge{
    display:inline-block;
    margin-top:20px;
    background:#f8f2e8;
    color:#ac8641;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.distance-title{
    margin-top:18px;
    font-weight:700;
    text-align:center;
}

.distance-desc{
    text-align:center;
    color:#777;
    margin:15px 0 30px;
    line-height:1.8;
}

.distance-input{
    position:relative;
}

.distance-input i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#ac8641;
    font-size:18px;
}

.distance-input input{
    width:100%;
    height:58px;
    border-radius:14px;
    border:1px solid #ddd;
    padding-left:50px;
    transition:.3s;
    outline:none;
}

.distance-input input:focus{
    border-color:#ac8641;
    box-shadow:0 0 0 4px rgba(172,134,65,.15);
}

.loading-box{
    margin-top:30px;
    background:#fafafa;
    border-radius:14px;
    padding:20px;
}

.loading-header{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    color:#ac8641;
}

.progress{
    height:12px;
    border-radius:30px;
    overflow:hidden;
}

.progress-bar{
    background:#ac8641;
}

.loading-box small{
    display:block;
    margin-top:10px;
    color:#888;
}