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

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

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

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

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Lato", sans-serif;
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 68px;
}

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

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

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

::selection {
    color: #fff;
    background-color: #476A50;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.error-msg {
    position: absolute;
    bottom: -12px;
    background: transparent;
    display: flex;
    line-height: 11px;
    /* background-color: #f00; */
    color: #f00;
    font-size: 13px;
    font-weight: 800;
}

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

a {
    color: #656565;
}

a:hover {
    color: #476a50;
}

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

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

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

p {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

html.is-active {
    overflow: hidden;
}

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

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

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

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

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

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

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

.theme-modal-card-body {
    padding: 30px;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
}

.close {
    color: #476a50;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    background-color: #f5f4ec;
    border: 1px solid #ffffff30;
    position: absolute;
    top: -22px;
    right: -22px;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.close:hover {
    background-color: #476a50;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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

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

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

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

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

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

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

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

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

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

.full-width {
    width: 100%;
}

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

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

.section-title h1,
.section-title h2 {
    font-size: 70px;
    line-height: 1;
    color: #121212;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: inline-block;
    font-family: "Cormorant", sans-serif;
    font-variant: lining-nums;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

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

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

video,
picture {
    display: block;
}

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

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

.btn.btn-primary {
    background-color: #006cb6;
    border-color: #006cb6;
    color: #ffffff;
}

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

.btn.btn-primary-outline {
    background-color: transparent;
    border-color: #006cb6;
    color: #006cb6;
}

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

.btn.btn-white {
    background-color: #f5f4ec;
    border-color: #ffffff;
    color: #476a50;
}

.btn.btn-white:hover {
    background-color: #476a50;
    border-color: #eeeeee;
    color: #ffff;
}

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

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

.col-form {
    position: relative;
}

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

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

button:focus {
    outline: 0;
}

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

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

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

.thankyou-block {
    height: 100vh;
}

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

.list-point {
    padding: 0;
}

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

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

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

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

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

.splide__pagination {
    margin-top: 30px;
}

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

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

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

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

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

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

.splide {
    padding: 0;
}

.splide__slide img {
    width: 100%;
}

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

.splide__arrow {
    width: 45px;
    height: 45px;
    padding: 10px;
    color: #fff;
    border: 1px solid #476a50;
    background-color: #476a50;
    opacity: 1;
    border-radius: 0;
}

.splide__arrow:hover {
    background-color: transparent;
    border: 1px solid #476a50;
    color: #476a50;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header.sticky {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

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

.menu-link {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 25px 14px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(131, 153, 136, 0.2) 100%);
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    z-index: 0;
}

.menu-link:hover,
.menu-link.active {
    border-bottom-color: #476a50;
    color: #476a50;
}

.menu-link:hover::before,
.menu-link.active::before {
    height: 100%;
}

.theme-logo img {
    width: auto;
    max-height: 80px;
    max-width: 200px;
    padding: 10px 0;
}

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

.menu-item {
    list-style: none;
}

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

.js-scroll {
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
    padding: 50px 0;
    background-color: #476a50;
}

#home #footer {
    padding: 50px 0 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.counter-block h3 {
    font-size: 32px;
    font-weight: 600;
}

.counter-block p {
    margin-top: 6px;
}

/* Accordion Css Start */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plan-inquire-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(71 106 80);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
    gap: 12px;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.plan-inquire-btn:hover {
    background-color: rgba(71, 106, 80, 1);
}

.plan-inquire-btn svg {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}

.plan-inquire-btn .plan-inquire-title {
    font-size: 15px;
    font-weight: 400;
    color: #f5f4ec;
    text-transform: uppercase;
    font-family: "Cormorant", serif;
    letter-spacing: 2px;
}

.plan-inquire-btn .plan-inquire-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #f5f4ec;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sticky-btn-enquire.sticky-brochure {
    bottom: 186px;
    right: 0;
}

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

.scroll-to-top:hover {
    background: #f5f4ec;
    color: #476a50;
}

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

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

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

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

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

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

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

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

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

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

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

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

.amenities-icon img {
    max-width: 60px;
    margin: 0 auto 12px;
}

.connectivity-detail {
    padding-left: 100px;
}

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

.highlight-item:not(:last-child) {
    margin-bottom: 12px;
}

.connectivity-detail .accordion-item.is-active svg path {
    stroke: #006cb6;
}

.connectivity-detail svg {
    width: 36px;
    height: 36px;
}

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

.column.col-header:last-child {
    width: 240px;
    flex: 0 0 auto;
    text-align: right;
}

/* Common Outline Green Button */
.btn.btn-outline-green {
    display: inline-flex;
    align-items: stretch;
    gap: 2px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0;
    padding: 0 0 16px;
}

.btn.btn-outline-green span {
    padding: 9px 20px;
    background: #8399881a;
    color: #476a50;
    border: 1px solid #476a50;
    display: block;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn.btn-outline-green svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 11px 10px;
    background-color: #476a50;
    color: #fff;
    border: 1px solid #f5f4ec;
}

.btn.btn-outline-green:hover span {
    background-color: #476a50;
    border-color: #f5f4ec;
    color: #fff;
}

.btn.btn-outline-green:hover svg {
    background-color: #476a50;
    color: #fff;
}

.section-about-us .section-title h1 {
    display: inline;
}

.section-about-us .section-title h1 span {
    font-size: 144px;
    font-weight: 500;
    line-height: 0;
    display: inline-block;
    margin-right: 20px;
    vertical-align: -8px;
}

.btn-outline-green.sticky-btn-enquire span {
    background: #f5f4ec;
    min-width: 120px;
}

.about-element {
    max-width: fit-content;
    margin: 40px auto 0;
}

.title-with-element img {
    max-width: 30px;
}

.section-title .title-with-element span {
    color: #476a50;
    text-transform: uppercase;
}

/* Overview Blocks */
.overview-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}

.overview-block {
    position: relative;
    background-color: #476a50;
    padding: 15px;
    overflow: hidden;
}

.overview-block .overview-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.overview-block h3 {
    font-size: 30px;
    color: #fff;
    font-family: "Cormorant", sans-serif;
    line-height: 1;
    font-variant: lining-nums;
}

.overview-block h3 sup {
    font-size: 34px;
    line-height: 0;
    vertical-align: super;
}

.overview-block .overview-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
}

/* Image Reveal Effect on Scroll */
.amenities-title {
    position: absolute;
    background-color: #294c3294;
    backdrop-filter: blur(10px);
    bottom: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.amenities-title h4 {
    font-size: 20px;
}

.section-masterplan .theme-block-img::before {
    display: none;
}

.section-masterplan .theme-block {
    border: 1px solid #65656533;
}

.theme-element {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 300px;
}

/* Location Tabs */
.location-tab-title {
    font-family: "Cormorant", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #476a50;
    margin-bottom: 20px;
    =: italic;
}

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

.location-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 16px;
}

.location-list li span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
}

.location-list li span:last-child {
    font-size: 18px;
    color: #476a50;
    font-weight: 500;
    white-space: nowrap;
    font-family: "Cormorant", sans-serif;
    font-variant: lining-nums;
}

.location-list li::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 10px;
    order: 0;
}

.location-list li span:first-child {
    order: -1;
}

.location-list li span:last-child {
    order: 1;
}

.location-tab-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px !important;
    flex-wrap: wrap;
}

.location-tab-list .tab a {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 16px;
    border: 1px solid #ddd;
    background-color: #f5f4ec;
}

.location-tab-list .tab.is-active a {
    background-color: #476a50;
    border-color: #476a50;
    color: #fff;
}

.location-tab-list .tab a:hover {
    background-color: #476a50;
    border-color: #476a50;
    color: #fff;
}

.location-tabs .tab-content {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.footer-logo {
    max-width: 220px;
    margin: 0 auto 40px;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.copyright-bar {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #f5f4ec3d;
}

/* Contact Section Form */

.section-contactus .contact-cols {
    align-items: center;
}

.contact-form-content {
    padding-left: 40px;
}



.contact-form-fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-field {
    position: relative;
}

.contact-label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-input {
    font-family: "Lato", sans-serif;
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    background-color: transparent;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    resize: none;
    color: #121212;
    font-size: 16px;
    outline: none;
}

.contact-input:focus {
    border-bottom-color: #476a50;
}

.contact-input::placeholder {
    color: #999;
    font-family: "Lato", sans-serif;
}

.contact-error {
    position: absolute;
    bottom: -16px;
    left: 0;
}

/* Phone Input with Country Flag */
.phone-input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.phone-input-wrapper:focus-within {
    border-bottom-color: #476a50;
}

.country-selector {
    position: relative;
    flex-shrink: 0;
}

.country-selected {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 10px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #65656533;
}

.country-flag {
    font-size: 22px;
    line-height: 1;
}

.dropdown-arrow {
    color: #656565;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}

.country-selector.open .dropdown-arrow {
    transform: rotate(180deg);
}

.country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    max-height: 250px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    z-index: 100;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.country-selector.open .country-dropdown {
    display: flex;
}

.country-search {
    font-family: "Lato", sans-serif;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    outline: none;
    width: 100%;
}

.country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: 200px;
}

.country-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    transition: background-color 0.2s;
}

.country-list li:hover {
    background-color: #f5f4ec;
}

.country-list li.active {
    background-color: #476a50;
    color: #fff;
}

.country-list li .cl-flag {
    font-size: 18px;
}

.country-list li .cl-name {
    flex: 1;
}

.country-list li .cl-code {
    font-weight: 600;
    font-size: 12px;
    color: #656565;
}

.country-list li.active .cl-code {
    color: #fff;
}

.phone-number-input {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px;
    padding: 12px;
    border: 1px solid #c3c3c3;
}

.phone-code {
    font-size: 16px;
    color: #121212;
    white-space: nowrap;
}

.phone-separator {
    color: #c3c3c3;
    font-size: 18px;
    font-weight: 300;
}

.phone-input-wrapper .phone-input {
    border: none;
    padding: 0;
}

.phone-input-wrapper .phone-input:focus {
    border-bottom: none;
}

/* Custom Checkbox */
.contact-checkbox-field {
    margin-top: 0;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1.5px solid #999;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: #476a50;
    border-color: #476a50;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark::after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}

.checkbox-text {
    font-size: 13px;
    color: #656565;
    line-height: 1.4;
}

.contact-submit-btn {
    margin-top: 10px;
}

/* Modal Phone Input Styles */
.modal-phone-wrapper {}

.modal-phone-wrapper .country-selected {
    padding: 10px 8px;
    border: 1px solid #F5F4EC;
}

.modal-phone-wrapper .dropdown-arrow {
    color: #fff;
}

.modal-phone-wrapper .phone-code {
    color: #fff;
}

.modal-phone-wrapper .phone-separator {
    color: rgba(255, 255, 255, 0.5);
}

.modal-phone-wrapper .phone-number-input .form-control {
    border: none;
    padding: 0;
}

.modal-phone-wrapper .country-dropdown {
    background-color: #fff;
}

/* Sticky Form Phone Input */
.sticky-phone-wrapper {
    border-bottom: 1px solid #fff !important;
}

.sticky-phone-wrapper .country-selected {
    padding: 6px 6px 6px 0;
}

.sticky-phone-wrapper .dropdown-arrow {
    color: #fff;
}

.sticky-phone-wrapper .phone-code {
    color: #fff;
    font-size: 14px;
}

.sticky-phone-wrapper .phone-separator {
    color: rgba(255, 255, 255, 0.5);
}

.sticky-phone-wrapper .phone-number-input .form-control {
    border-bottom: none !important;
    padding: 10px 0;
}

.sticky-phone-wrapper .country-dropdown {
    bottom: 100%;
    top: auto;
}

/* Modal Checkbox */
.modal-checkbox-field {
    margin-top: 5px;
}

.modal-checkbox .checkmark {
    border-color: rgba(255, 255, 255, 0.6);
}

.modal-checkbox .checkbox-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.modal-checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: #f5f4ec;
    border-color: #f5f4ec;
}

.modal-checkbox input[type="checkbox"]:checked~.checkmark::after {
    border-color: #476a50;
}

/* Flag Image Styles */
.flag-img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.country-flag {
    display: flex;
    align-items: center;
}

.country-flag .flag-img {
    width: 28px;
    height: 18px;
}

.cl-flag .flag-img {
    width: 22px;
    height: 15px;
}

/* Contact Image Overlay */
.contactus-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.contactus-image picture img {
    height: 100%;
    object-fit: cover;
}

.contact-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    padding: 30px 0 30px 30px;
}

.contact-overlay-icon {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
}

.contact-overlay-type {
    font-family: "Cormorant", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-variant: lining-nums;
}

.contact-overlay-label {
    font-size: 16px;
    font-weight: 600;
    color: #476a50;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-overlay-price {
    font-family: "Cormorant", sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #2c4a34;
    line-height: 1;
    margin-bottom: 4px;
    font-variant: lining-nums;
}

.contact-overlay-price span {
    font-size: 32px;
    vertical-align: super;
    line-height: 0;
}

.contact-overlay-sub {
    font-size: 16px;
    color: #476a50;
    font-weight: 400;
}

.theme-modal-card-body .contact-label {
    color: #F5F4EC;
}

.theme-modal-card-body .phone-number-input {
    border: 1px solid #F5F4EC;
    padding: 9px;
}

.theme-modal-card-body .error-msg,
.sticky-bottom-form .error-msg {
    background: #f00;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding: 0px;
}



.sticky-bottom-form-inner .phone-number-input {
    padding: 0;
    border: 0;
}

.contact-form-wrapper {
    padding: 30px;
    background-color: #F5F4EC;
}

.terms-anc-condition-title h3,
.privacy-policy-title h3 {
    font-size: 24px;
    color: #121212;
    margin-bottom: 15px;
}

.modal-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
    opacity: 0.08;
}


.res-sticky-btn-enquire {
    position: fixed !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    /* border-radius: 10px 0 0 10px; */
    white-space: nowrap;
    padding: 25px 10px;
    display: none;
}