/*@import url("https://use.typekit.net/ajx5rqk.css");*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400&display=swap');



/*@font-face {
  font-family: 'AktivGrotesk';
  src: url('../../assets/fonts/aktiv-grotesk/AktivGroteskCorp-Hair.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../../assets/fonts/aktiv-grotesk/AktivGroteskCorp-Light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../../assets/fonts/aktiv-grotesk/AktivGroteskCorp-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../../assets/fonts/aktiv-grotesk/AktivGroteskCorp-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../../assets/fonts/aktiv-grotesk/AktivGroteskCorp-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}*/

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: 'AktivGrotesk', sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
    /*  font-family: aktiv-grotesk, sans-serif !important;*/
    background: #000;
}

html,
body,
.owl-carousel,
.luxury-property {
    height: 100%;
}

#load-section {
    height: 100%;
}

/* Core */

.register-your-interest {
    padding: 50px 0;
    text-align: center;
}

img,
a,
button,
input,
textarea {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    /* optional: removes grey flash */
}

/* Remove autofill background and apply correct font styles for INPUT */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffffab !important;
    /* Text color */
    font-size: 18px !important;
    /* ✅ Force font size */
    font-weight: 600 !important;
    /* ✅ Force font weight */
}

/* Remove autofill background and apply correct font styles for SELECT */
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffffab !important;
    /* Text color */
    font-size: 18px !important;
    /* ✅ Force font size */
    font-weight: 600 !important;
    /* ✅ Force font weight */
}

/* Popup overlay */
.lead-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    /* Dark transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #00000082;
    backdrop-filter: blur(10px);
}

/* Popup box */
.lead-popup-content {
    background-color: rgb(0 0 0 / 90%);
    padding: 50px 40px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    min-width: 320px;
    max-width: 90%;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Close button */
.lead-popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

/* Popup text */
.lead-popup-content p {
    margin: 0;
    font-size: 14px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    /* font-weight: 400; */
    /* color: #fff; */
    line-height: 1.5;
    margin-bottom: 20px;
    /* background-color: #00000082; */
    /* backdrop-filter: blur(10px); */
}

.vh {
    min-height: 100vh;
    /*    min-height: 100svh;*/
}

#fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: rgb(0 0 0 / 49%);
    display: none;
    /* initially hidden */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
    right: 0;
    bottom: 0;
    margin: auto;
}

#fullscreen-loader .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

#fullscreen-loader p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-auto {
    max-width: 100%;
    height: auto;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
    border-radius: 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.img {
    background-position: center !important;
    background-size: cover !important;
}

.custom-btn,
.custom-btn-2,
.custom-btn-full-width,
.custom-btn-full-width-mobile {
    display: inline-block;
    padding: 15px 20px;
    background-image: url('https://auraliusweb.imgix.net/web_button_bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    /* Adjust text color as needed */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    /* Optional for rounded corners */
    transition: all 0.3s ease-in-out;
    letter-spacing: 3px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: transparent !important;
    cursor: pointer;
}

.custom-btn,
.custom-btn-2 {
    /*    background-image: url('https://auraliusweb.imgix.net/web-button-big.svg');*/
}

.custom-btn-full-width {
    padding: 15px 0;
    width: 100%;
}

.xmark {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #353535;
    border: 1px solid #fff;
    transition: border 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    cursor: pointer;
}

.xmark i {
    color: #fff;
}

.xmark:hover {
    border: 4px solid #fff;
}

.btn-border {
    border: 1px solid rgb(255 255 255 / 80%);
}

/* Hide all popups by default */
.main-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    display: none;
    /* Ensure popups are hidden by default */
    flex-direction: row;
    flex-wrap: wrap;
    color: #fff;
    display: flex;
    align-content: center;
    display: none;
}

/* .main-popup .main-popup-box {
    background: rgba(14, 61, 34, 0.96);
} */

/* Specific popup styling */
.call-popup {
    display: none;
    /* Make sure call popup is hidden */
}


.main-popup-box {
    width: 40%;
    margin: 0 auto;
    /* background: #0e3d22; */
    border-radius: 16px;
    padding: 40px 40px 50px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.main-popup-box .call-popup-2,
.main-popup-box .call-popup-1 {
    color: #ffffff;
}

.main-popup h2 {
    font-size: 25px;
    font-weight: 100;
}

.main-popup h2 b {
    font-weight: 500;
}

.xmark {
    position: absolute;
    right: 30px;
    top: 30px;
}

.hide {
    display: none;
}

.text-1 {}

.main-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    /* Ensure the video stays in the background */
}

.main-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Make sure the video covers the full section */
}

.main-bg-video.fixed {
    position: fixed;
}

.text-center {
    text-align: center;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.lcp-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    /* âœ”ï¸ Still renders, but invisible */
    pointer-events: none;
    z-index: -1;
}

/* Show only one based on device */
.lcp-desktop {
    display: block;
}

.lcp-mobile {
    display: none;
}

@media (max-width: 767px) {
    .lcp-desktop {
        display: none;
    }

    .lcp-mobile {
        display: block;
    }
}

/*==================================
=            Call Popup            =
==================================*/
.call-popup-1 p a {
    /* font-family: aktiv-medium; */
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    margin-bottom: 47px;
    display: block;
}

.call-popup-1 {
    text-align: right;
    padding: 0 0 0 80px;
}

.call-popup .custom-btn {
    font-size: 12px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    background: #164a2b;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

/* .call-popup-2 {
    padding: 0 80px 0 0;
} */

.call-popup-2 button.custom-btn {
    margin-top: 30px;
}

.lead-in-popup .call-popup-1-box {
    display: none;
}

.call-popup-2 h2 {
    display: none;
}

.lead-in-popup .call-popup-2 h2 {
    display: block;
}

.call-popup-price {
    margin: 14px 0 28px;
    color: #d0f0cf;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.call-popup .form-input input,
.call-popup .form-input select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.call-popup .form-input input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/*==================================
=            Video Call            =
==================================*/

.video-call .main-popup-box {
    background-color: #00000061;
    padding: 30px 20px 40px 20px;
}

.video-call h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 30px 0;
}

.video-call-calendar * {
    background: #00000000;
    color: #fff !important;
}

.bvcm_time_slot {
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    border: solid 1px #e1e1e138;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

.time-slot-heading {
    border: 1px solid #e4e1e1;
    border-radius: 4px;
    color: white;
    padding: 5px 20px;
    margin-bottom: 5px;
}

.time-slot-heading {
    border: 1px solid #e4e1e1;
    border-radius: 4px;
    color: white;
    padding: 5px 20px;
    margin: 56px 0 10px 0;
}

.bvcm_time_slots {
    height: 258px;
    overflow-y: overlay;
    margin-top: 8px;
    border: 1px solid #e4e1e1;
    border-radius: 4px;
    padding: 10px;
}

.video-call-gmt {
    /* color: white; */
    font-size: 12px;
    /* font-family: "aktiv-medium"; */
    /* text-transform: uppercase; */
    margin: 36px 0 5px 0;
}

.bvcm_lead_two_submit {
    margin-top: 15px;
}

.bvcm_time_slot.selected {
    background-color: #ffffff;
    color: #000000;
    /* font-weight: bold; */
}

.bvcm_lead_two_meet_type.selected {
    background-color: #7f7f7f !important;
    color: white;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: #e6e6e600;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff700;
    border-color: #fff;
}

.flatpickr-day.today {
    background: #fff !important;
    color: #000 !important;
}

.flatpickr-innerContainer {
    justify-content: center;
}

.flatpickr-calendar.inline {
    width: 100%;
}

.video-call-calendar option {
    background: #000 !important;
}

.numInputWrapper span.arrowUp,
.numInputWrapper span.arrowDown {
    display: none;
}

/*=====  End of Video Call  ======*/


/*==========================================
=            Header/Mobile Menu            =
==========================================*/
.mobile-menu {
    top: 0;
    position: fixed;
    width: 50%;
    height: calc(100vh - 50px);
    background: #fff;
    left: -50%;
    transition: 1s;
    z-index: 101;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.604);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0 30px 40px;
}

.mobile-menu-active {
    left: 0 !important;
}

.main-header-logo .main-header-left {
    /* display: none; */
}

.mobile-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    height: 160px;
    width: 4px;
    border-radius: 10px;
    background: #ffffff7a;
}

.mobile-menu-logo img {
    display: none;
}

.mobile-menu-active:after {
    right: 0;
}

.mobile-menu ul li a {
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.mobile-menu ul li a.active {
    color: #fff;
}

.mobile-menu ul li ul {
    display: none;
}

.mobile-menu ul li ul {
    margin: 10px 0 -15px 0;
}

.mobile-menu ul li ul li a {
    font-size: 17px;
}

.main-menu {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: flex-end; */
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.main-menu li {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding: 0 0 15px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    list-style: none;
}

.mobile-menu.mobile-menu-active-li li {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu-active-li li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu-active-li li:nth-child(2) {
    transition-delay: 0.2s;
}

.mobile-menu-active-li li:nth-child(3) {
    transition-delay: 0.3s;
}

.mobile-menu-active-li li:nth-child(4) {
    transition-delay: 0.4s;
}

.mobile-menu-active-li li:nth-child(5) {
    transition-delay: 0.5s;
}

.mobile-menu-active-li li:nth-child(6) {
    transition-delay: 0.6s;
}

.mobile-menu-active-li li:nth-child(7) {
    transition-delay: 0.7s;
}

.mobile-menu-active-li li:nth-child(8) {
    transition-delay: 0.8s;
}

.mobile-menu-active-li li:nth-child(9) {
    transition-delay: 0.9s;
}

.mobile-menu-active-li li:nth-child(10) {
    transition-delay: 1s;
}

.mobile-menu-active-li li:nth-child(11) {
    transition-delay: 1.1s;
}


/* Menu Icon Container */
.menu-icon {
    width: 38px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    /* margin-top: 11px; */
    top: 22px;
}

/* Lines of the Menu */
.menu-icon span {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.menu-icon span:first-child {
    top: 1px;
}

/* Second Line */
.menu-icon.menu-active span:last-child {
    bottom: 12px;
}

.menu-icon.menu-active span:first-child {
    transform: translateY(10px) rotate(135deg);
}

.menu-icon.menu-active span:last-child {
    transform: translateY(-10px) rotate(-135deg);
}

.main-header {
    position: absolute;
    top: 40px;
    /* Initial Position */
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding: 40px 0;
}

/* Slide Up when hiding */
.main-header:not(.main-header-action) {
    transform: translateY(-100px);
    /* Moves header up */
    opacity: 0;
}

.main-header-action .main-header-left {
    /* display: none; */
}

.main-header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search-icon i {
    font-size: 30px;
    color: #fff;
    /* margin-top: 2px; */
}

.search-icon {
    margin: 2px 40px 0 0;
    position: relative;
    top: 2px;
    cursor: pointer;
}

/*=====================================
=            Search pop-up            =
=====================================*/

/* Search Pop-Up Overlay */
.search-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent dark overlay */
    height: 100%;
    width: 100%;
    display: none;
}

/* Content Box with Blur Effect */
.search-pop-up-content {
    width: 90%;
    position: relative;
    left: 5%;
    padding: 105px 0;
    text-align: center;
    background: transparent;
    border-radius: 0 0 16px 16px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 10;
}

/* Background blur layer */
.search-pop-up-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 0;
}

/* Heading */
.search-pop-up-content h3 {
    font-size: 3vw;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
}

.search-pop-up-content h3 b {
    font-weight: 600;
}

/* Navigation Links */
.search-pop-up-content a {
    font-size: 21px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 0 20px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    transition: all ease-in-out 0.5s;
    position: relative;
    z-index: 2;
}

/* Close button */
.search-pop-up .xmark {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}



/*=====  End of Search pop-up  ======*/


/*.search-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6); 
    height: 100%;
    width: 100%;
    display: none;
}

.search-pop-up-content {
    width: 90%;
    font-size: 25px;
    position: relative;
    top: 0;
    left: 5%;
    background: rgb(0 0 0 / 0%); 
    border-radius: 0 0 16px 16px;
    padding: 105px 0;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); 
    overflow: hidden; 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); 
    color: #fff;
    font-weight: 100;
    -webkit-text-fill-color: white;
}


.search-pop-up-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    z-index: -1;
}

.search-pop-up-content h1 {
    font-size: 3vw;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 100;
}

.search-pop-up-content a {
    font-size: 21px;
    color: #ffffffb2;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    background-color: transparent;
    border: none;
    padding: 40px 20px 0 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.search-pop-up-content h1 b {
    font-weight: 600;
}
.search-pop-up .xmark {
    position: absolute;
    right: 30px;
    top: 20px;
}*/

/* luxury property slider */
.luxury-properties,
.luxury-properties * {
    height: 100%;
}

.luxury-property {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.luxury-properties {
    position: relative;
}

.luxury-property h2 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 100;
    text-transform: uppercase;
}

.luxury-property h2 b {
    font-weight: 500;
}

.luxury-property-zoom-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    transition: transform 1.5s ease-out;
    z-index: -1;
}

.luxury-property h2,
.luxury-property a {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.luxury-property-slide-active h2,
.luxury-property-slide-active a {
    opacity: 1;
    transform: translateY(0);
}

.luxury-property-slide-active .luxury-property-zoom-image {
    transform: scale(1);
}

.luxury-property h2 {
    height: auto;
    position: absolute;
    top: 60px;
    margin: 0;
}

.luxury-property a {
    height: auto;
    position: absolute;
    bottom: 70px;
}

.luxury-property-arrow-left,
.luxury-property-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    /* width: 50px; */
    /* height: 50px; */
    height: auto;
    color: #fff;
    font-size: 75px;
}

.luxury-property-arrow-left {
    left: 8%;
}

.luxury-property-arrow-right {
    right: 8%;
}



/*========================================
=            Background Video            =
========================================*/

.background-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-video,
.mobile-video {
    display: none;
}

/*======================================
=            Project Slider            =
======================================*/

.project-slider .owl-carousel .animated {
    animation-duration: 3s !important;
    /* Slows down the slide transition */
}

.project-slider .owl-carousel .owl-stage {
    cursor: default !important;
    /* Sets cursor to default instead of 'not-allowed' */
}

.project-slider .disabled {
    pointer-events: none;
    opacity: 0.5;
    /* Optional: Visually indicate that button is disabled */
}

.project-slider-text h2,
.project-slider-text h3 {
    transform: translateX(-1200px);
    transition: transform 1s ease;
}

.project-slider-text h4 {
    transform: translateX(-1200px);
    transition: transform 1.5s ease;
}

.project-slider-text a {
    transform: translateX(-1200px);
    transition: transform 1.8s ease;
}

.project-bg-owl-carousel,
.project-bg-owl-carousel * {
    height: 100vh;
}

.project-slide-active h2,
.project-slide-active h3,
.project-slide-active h4,
.project-slide-active a {
    transform: translateX(0);
}

.project-slider-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    left: 0;
    right: 0;
}

.project-slider {
    position: relative;
}

.project-slider-area {
    position: relative;
}

.project-slider-arrow-left,
.project-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-size: 65px;
}

.project-slider-arrow-left {
    left: -80px;
}

.project-slider-arrow-right {
    right: -80px;
}

.project-slider-text {
    display: none;
}

.project-slider-text h2,
.project-slider-text h3 {
    /*    letter-spacing: 2px;*/
    line-height: 64px;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}

.project-slider-text h4 {
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 14px;
    /* margin: 10px 0; */
    margin-top: 10px;
    margin-bottom: 40px;
}

.project-slider-text h3 {
    font-weight: 500;
}

.project-slider-text-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.psti-0 {
    display: block;
}

/*==============================
=            Awards            =
==============================*/
.awards {
    height: 100%;
}

.awards {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.awards .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.award-fade-element {
    opacity: 0;
    transform: translateY(-900px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.award-fade-element-up-side {
    opacity: 0;
    transform: translateY(900px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.award-fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.award-heading {
    margin-bottom: 10%;
}

.award-heading {
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 1.5s ease, transform 1.5s ease;
    font-size: 48px;
    color: #ffffff;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}

.award-heading b {
    font-weight: 500;
}

.award-heading.heading-fade-in {
    opacity: 1;
    transform: translateY(0);
}

.awards {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
}

.awards .container {
    position: relative;
    z-index: 2;
}

.award-heading b {
    font-weight: 500;
}

/* branded slider */

.branded-slider {
    height: 100%;
    display: flex;
    align-content: space-around;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    text-align: center;
    color: #fff;
}

.branded-slider-container {
    position: relative;
    height: 560px;
    overflow: hidden;
}

.branded-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.branded-slide.branded-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.branded-slider h2 {
    font-size: 2.2rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

h2.branded-heading-active {
    opacity: 1;
    transform: translateY(0);
}

.branded-slider h2 b {
    font-weight: 500;
}

.branded-slider h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    font-weight: 400;
}

.branded-slider h4 {
    font-size: 0.98rem;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 300;
}

.branded-previous,
.branded-next {
    position: absolute;
    top: 56%;
    transform: translateY(-60%);
    cursor: pointer;
    z-index: 1;
    font-size: 90px;
    color: #fff;
    bottom: 90px;
}

.branded-previous i,
.branded-next i {
    font-size: 50px;
}

.branded-slider-area {
    position: relative;
}

.branded-previous {
    right: -60px;
}

.branded-next {
    left: -60px;
}

.branded-next img,
.branded-previous img {
    width: 17px;
}

.branded-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.branded-slide-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.branded-slide-zoom-image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    transform: scale(1.3);
    transition: transform 1.5s ease-out;
    z-index: -1;
}

.branded-zoom-branded-active {
    transform: scale(1);
}

.branded-active .branded-slide-zoom-image {
    transform: scale(1);
}

.branded-inactive .branded-slide-zoom-image {
    transform: scale(1.3);
}

.branded-slider .owl-theme .owl-dots .owl-dot span {
    background: url("https://auraliusweb.imgix.net/radio-button%20checked.png") no-repeat center center;
    background-size: contain;
    width: 14px;
    /* Adjust as needed */
    height: 14px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
}

.branded-slider .owl-dot.active {
    opacity: 0.5;
}


/*==========================================
=            About - Management            =
==========================================*/
.management {
    /* height: 100%; */
    display: flex;
    color: #fff;
    overflow: hidden;
}

.management,
.management .container,
.management .row,
.management .col-lg-7,
.management .col-lg-5,
.management-2,
.management-1 {
    /* height: 100%; */
}


.management-1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.management-1 img {
    /* max-width: 90%; */
}

.management-2-text h1 {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.3;
    font-weight: 100;
    margin-bottom: 40px;
}

.management-2-text h1 b {
    font-weight: 600;
}

.management-2-text p {
    /* font-size: 22px; */
    /* font-weight: 100; */
    /* margin-top: 40px; */
    /* line-height: 1.2; */
    margin: 0;
    /* line-height: 30px; */
    font-size: 23px;
    font-weight: 300;
    /* color: white; */
    /* margin-top: 40px; */
    line-height: 1.2;
}

.management-2-text p b {
    font-weight: 700;
}

.management-right .management-2-text {
    padding: 0 0 0 40px;
}

.management .col-lg-7 {
    display: flex;
    align-items: center;
}

.management {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 100px;
}

.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.management::after {
    content: "";
    display: block;
    clear: both;
}

.management {
    position: relative;
    z-index: 10;
    background: #000;
}

.scroll-container {
    position: relative;
    z-index: 5;
}



.hss-5 .horizontal-scroll-contant {
    width: 60%;
}

.hss-7 .horizontal-scroll-contant {
    width: 50%;
}

.horizontal-scroll.hss-10 h3 {
    margin-bottom: 5px;
}

.horizontal-scroll.hss-10 .horizontal-scroll-breaking {
    margin: 0 auto;
}

/* Animation setup for fade-left effect */
.horizontal-scroll-animated {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

/* Active state when visible */
.horizontal-scroll-animated.animated {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/*=========================================
=            Horizontal Scroll            =
=========================================*/
.section {
    height: 100vh;
    display: flex;
    background: #222;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-align: center;
}

.scroll-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.horizontal-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
}

.horizontal-scroll {
    flex: 0 0 50vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.horizontal-scroll-date {
    position: absolute;
    left: 0;
    bottom: 20px;
    transform: translateX(558px);
    z-index: 1;
}

.horizontal-scroll-contant {
    width: 50%;
    /* opacity: 0; */
    /* transform: translateX(200%); */
    /* transition: opacity 0.8s ease-out, transform 0.8s ease-out; */
}

.horizontal-scroll-date img {
    /* width: 70%; */
    max-width: 500px;
}

.horizontal-scroll-contant img {
    max-width: 100%;
    margin-bottom: 40px;
}

.horizontal-scroll p {
    /* font-size: 18px; */
    /* letter-spacing: 1px; */
    /* line-height: 27px; */
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
}

.horizontal-scroll.hss-10 p,
.horizontal-scroll.hss-11 p,
.horizontal-scroll.hss-13 p,
.horizontal-scroll.hss-15 p {
    text-align: center;
}

.horizontal-scroll h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 0;
}

.horizontal-scroll h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
    margin: 0;
}

.horizontal-scroll video {
    height: 100%;
    width: auto;
}

.horizontal-scroll-breaking-logo img {
    width: 25%;
}

.horizontal-scroll-breaking {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 670px;
    text-align: center;
    transform: translateY(-50%);
    /* margin: 0 auto; */
    z-index: 1;
}

.horizontal-scroll-breaking-logo {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}


/*===================================
=            Forging New            =
===================================*/
.forging-new-left {
    width: 65%;
    overflow: hidden;
}

.forging-new-right {
    width: 35%;
}

section.forging-new {
    display: flex;
    overflow: hidden;
    height: 100%;
    color: #fff;
}

.forging-new-left video {
    height: 100%;
    width: auto;
}

.forging-new-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.forging-new-right-content {
    width: 85%;
}

.forging-new-right-content h1 {
    font-size: 32px;
    letter-spacing: 0.6px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.forging-new-right-content h1 b {
    display: block;
    font-weight: 600;
}

.forging-new-right-content p {
    line-height: 27px;
    font-size: 18px !important;
    text-align: left !important;
    letter-spacing: 1px !important;
    font-weight: 100;
}

.forging-new-mobile-content-area h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 30px;
}

.forging-new-mobile-content-area h1 b {
    font-weight: 600;
}

.forging-new-mobile-content-area p {
    font-size: 14px;
    width: 100%;
    letter-spacing: 1px;
}

/*====================================
=            Contact List            =
====================================*/

.contact-list {
    position: fixed;
    bottom: 50px;
    right: 0;
    display: flex;
    border-radius: 25px 0 0 25px;
    flex-direction: column;
    z-index: 98;
}

.contact-list a i {
    color: #fff;
}

.contact-list a {
    background: #ffffff0a;
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 25px 0 0 25px;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 30;
    margin-top: 0;
    transition: transform 0.3s ease-in-out;
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
    border: 1px solid #ffffff99;
    border-right: none;
    cursor: pointer;
    text-decoration: none;
}

.contact-list a:hover {
    transform: translateX(10px);
    /* Moves element 10px to the left */
}

.whatsapp-custom-icon {
    font-size: 21px;
}


/*===================================
=            Luxury Page            =
===================================*/

.luxury-page .custom-btn-2 {
    bottom: 70px;
}

/*=============================================
=            Project Details Tab              =
=============================================*/

.project-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.project-tab-link {
    padding: 13px 30px;
    margin: 0 10px;
    color: #333;
    cursor: pointer;
    /* border-radius: 5px; */
    font-size: 16px;
    transition: 0.3s;
    /* background: #000000; */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 48px;
}

.project-tab-link:hover,
.project-tab-link.active {
    background: #000;
    color: #fff;
}

/* Project Tab Content */
.project-tab-content {
    position: absolute;
    width: 100%;
    /* max-width: 100%; */
    margin: auto;
    /* background: white; */
    /* border-radius: 10px; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.project-tab-content.active {
    opacity: 1;
    transform: translateX(0);
}

.project-tab-container {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
    overflow: hidden;
    transition: height 0.5s ease;
    max-width: 1000px;
}

.project-details-tab-slider-content {
    padding: 30px 0px 100px 0px;
}

.project-details-tab-slider-arrow-right {
    right: 20px;
}

.project-details-tab-slider-arrow-left {
    left: 20px;
}

.project-details-tab-google-map {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}

.project-details-slider-tabs,
.project-details-slider-tabs * {
    height: 100%;
}

.project-details-tab-slider-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.project-details-slider-tabs {
    position: relative;
}

.project-details-tab-slider-content h2 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 100;
    text-transform: uppercase;
}

.project-details-tab-slider-content h2 b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}

.project-details-tab-zoom-image {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    transition: transform 1.5s ease-out;
    z-index: -1;
}

.project-details-tab-slider-content h2,
.project-details-tab-slider-content a {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: .7s;
}

.project-details-tab-slide-active h2,
.project-details-tab-slide-active a {
    opacity: 1;
    transform: translateY(0);
}

.project-details-tab-slide-active .project-details-tab-zoom-image {
    transform: scale(1);
}

.project-details-tab-slider-content h2 {
    height: auto;
    position: absolute;
    margin: 0;
    bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.project-details-tab-slider-content a {
    height: auto;
    position: absolute;
    bottom: 0;
}

.project-details-tab-slider-arrow-left,
.project-details-tab-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    height: auto;
    color: #fff;
    font-size: 75px;
}

.project-details-tab-box {
    padding: 20px 0 0 0;
}

/*======================================
=            Project Banner            =
======================================*/

.project-banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.project-banner-image {
    height: 100%;
    width: 100vw;
    max-width: 100vw;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    transition: none;
}

@media only screen and (max-width: 768px) {
    .project-banner-image {
        /* height: 40vh !important; */
        min-height: 180px !important;
        transform: none !important;
        transition: none !important;

    }
}

.project-banner-active .project-banner-image {
    transform: scale(1);
}

.project-banner-details {
    background: #0000001f;
    position: absolute;
    bottom: 0;
    z-index: 98;
    width: 100%;
    backdrop-filter: blur(8px);
    color: #fff;
    background: rgba(15, 15, 15, 0.10);
    padding: 20px 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(100%);
}

.project-banner-active .project-banner-details {
    transition-delay: 1.5s;
    transform: translateY(0);
}

.project-banner-details-text h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    /* font-weight: 600; */
}

.project-banner-details-text h2 small {
    font-size: 12px;
    margin-right: 5px;
}

.project-banner-details-text-box {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-between;
}

.project-banner h1 {
    position: absolute;
    top: 50px;
    z-index: 1;
    /* right: 0; */
    text-align: center;
    /* margin: 0 auto; */
    /* display: block; */
    width: 100%;
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    /* transform: translateY(80px); */
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(50px);
    /* opacity: 0; */
    font-weight: 100;
}

.project-banner-active h1 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 2s;
}

.project-banner-active h1 b {
    font-weight: 500;
}

/*=======================================
=            Project Details            =
=======================================*/

.project-details {
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    position: relative;
}

.project-details-slider-arrow-left,
.project-details-slider-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.project-details-slider {
    position: relative;
}

.project-details-slider-arrow-left {
    left: -70px;
}

.project-details-slider-arrow-right {
    right: -70px;
}

.project-details .disabled {
    opacity: 0.5;
    pointer-events: none;
    /* Prevents clicks */
}

.project-details-text,
.project-details-text * {
    height: 100%;
}

.project-details-content h1 {
    height: auto;
}

.project-details-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    /* Centers the text */
    width: fit-content;
}

.project-details-content h1 {
    letter-spacing: 2px;
    line-height: 52px;
    text-transform: uppercase;
    color: white;
    font-size: 2.1rem;
    font-weight: 100;
}

.project-details-content h1 b {
    font-weight: 500;
}

.project-details-text .owl-carousel .animated {
    animation-duration: 2s !important;
    /* Slows down the slide transition */
}

.project-details-download-assets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-details-download-assets li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.project-details-download-assets svg {
    color: #9E9E9E;
    font-size: 40px;
    margin-right: 10px;
    /* width: 50px; */
}


.project-details-download-assets a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    flex-grow: 1;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    cursor: pointer;
}

.project-details-download-assets a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #363636;
    position: absolute;
    bottom: -2px;
    left: 0;
}


.project-details-download-assets a:hover::after {
    background-color: #ffffff;
}

.project-details-download-assets a.custom-btn {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    border-bottom: none;
}

/* Button hover effect */
.project-details-download-assets a.custom-btn:hover {
    background: #2E7D32;
}

.project-details-download-assets-box {
    width: 50%;
    margin: 0 auto;
}

.project-details-download-assets-box a.custom-btn {
    width: 100%;
    text-align: center;
}

/*===========================================
=            Branded  Collection            =
===========================================*/

.mb-revolution-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mb-revolution-video-main {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.mb-revolution-video-container video {
    width: 100vw;
    height: 100vh;
}

.mb-revolution-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.mb-revolution-id {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: "fino";
    font-weight: 100;
    font-family: 'Fino Sans', sans-serif;
}

.mb-revolution-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0;
}

.mb-revolution-heading span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 100;
}

.mb-revolution-desc {
    font-size: 19px;
    width: 33rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 2% 0;
    font-weight: 300;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-revolution-heading,
    .mb-revolution-heading span {
        font-size: 1.6rem;
    }

    .mb-revolution-desc {
        font-size: 16px;
        width: 19rem;
    }
}



/************************/

.concept-inspiration-main {
    position: relative;
    width: 100vw;
    margin-top: -40rem;
}

.mb-concept-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mb-concept-video-main {
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-concept-video-container video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.mb-concept-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007A;
    color: white;
    text-align: center;
}

.mb-concept-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0;
}

.mb-concept-heading span,
.mb-intricate-heading span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 100;
}

.mb-concept-desc {
    font-size: 19px;
    width: 37rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 2% 0;
    font-weight: 300;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-concept-heading,
    .mb-concept-heading span,
    .mb-concept-heading span,
    .mb-intricate-heading span {
        font-size: 1.6rem;
    }

    .mb-concept-desc {
        font-size: 16px;
        width: 16rem;
    }
}



/**********************/

.mb-intricate-main {
    position: relative;
    width: 100vw;
    margin-top: -40rem;
}

.mb-intricate-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-intricate-video-container video {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.mb-intricate-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #0000007A;
    text-align: center;
}

.mb-intricate-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0;
}

.mb-intricate-heading-span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 100;
}

.mb-intricate-desc {
    font-size: 19px;
    width: 36rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 2% 0;
    font-weight: 300;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-intricate-heading,
    .mb-intricate-heading-span {
        font-size: 1.6rem;
    }

    .mb-intricate-desc {
        font-size: 16px;
        width: 18rem;
    }
}

/* Section #4 */

.mb-complexity-main {
    position: relative;
    width: 100vw;
    margin-top: -40rem;
    height: 200vh;
}

.mb-complexity-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-complexity-video-container video {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.mb-complexity-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007A;
    color: white;
    text-align: center;
}

.mb-complexity-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0;
    font-weight: 100;
}

.mb-complexity-heading span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.mb-complexity-desc {
    font-size: 19px;
    width: 40rem;
    /* line-height: 1.2; */
    letter-spacing: 1px;
    margin: 2% 0;
    font-weight: 300;
    /* line-height: 25px; */
    line-height: 1.4;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-complexity-heading,
    .mb-complexity-heading span {
        font-size: 1.6rem;
    }

    .mb-complexity-desc {
        font-size: 16px;
        width: 18rem;
    }
}

.mb-intricate-main,
.mb-complexity-main,
.concept-inspiration-main {
    margin-top: calc(var(--vh)* -100);
}

/*================================================
=            Branded Collection Video            =
================================================*/

.branded-collection-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.branded-collection-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-video,
.mobile-video {
    display: none;
}

/*=============================================================
=            branded-collection-contact-ambassador            =
=============================================================*/

.branded-collection-contact {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branded-collection-contact-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.branded-collection-contact-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branded-collection-contact-details {
    position: relative;
    text-align: center;
    color: white;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    opacity: 0;
    transition: all ease-in-out 2s;
}

.branded-collection-contact-details h1 {
    /* font-size: 2.5rem; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 60px;
}

.branded-collection-contact-details h1 b {
    font-weight: 500;
}

.branded-collection-contact-details-active {
    opacity: 1;
    transform: translateY(0%);
}

/*===================================================
=            Branded Collection 360 Tabs            =
===================================================*/

.branded-360-tabs {
    position: relative;
    text-align: center;
}

.branded-360-tab {
    display: none;
    width: 100%;
    height: 100vh;
}

.branded-360-tab.active {
    display: block;
}

.branded-360-tab-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.branded-360-tab-btn .custom-btn {
    padding: 15px 110px;
    margin: 0 50px;
}

.b3t-next,
.b3t-previous {
    cursor: pointer;
    font-size: 20px;
}

.branded-360-tab-btn i {
    font-size: 40px;
    color: #fff;
}

/*=======================================
=            Property Search            =
=======================================*/

.property-search {
    color: #fff;
}

.property-search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.property-search-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.property-search {
    margin-top: 170px;
}

.property-search-area i {
    font-size: 30px;
}

.property-search select,
.property-result-filter select {
    padding: 13px 20px;
    background-color: #1b1b1b;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    width: 220px;
    appearance: none;
}

.property-search-line {
    background-color: #ffffff;
    height: 20px;
    width: 2px;
}

.property-search-link {
    text-align: center;
}

.property-search h1 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 30px;
}

.property-search-link span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 20px;
    border-right: solid 1px #ffffff73;
    color: #ffffff73;
    font-weight: 600;
    cursor: pointer;
}

.property-search-link {
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
}

.property-search-link span.active {
    color: #fff;
}

.property-search-area .custom-btn {
    padding: 10px 65px;
}

.property-search h1 b {
    font-weight: 500;
}

.property-search-link>span:nth-child(3) {
    border: none;
}

.property-available-img {
    height: 100%;
    width: auto;
    background-position: bottom !important;
    background-size: cover !important;
}

.property-available-text h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.property-available-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.property-available {
    color: #fff;
    margin-bottom: 30px;
}

.property-available-text h5 {
    font-size: 14px;
    /* color: #fff; */
    font-weight: 400;
    margin-top: 15px;
}

.property-available-text h5 a {
    color: #85b6ff;
    padding: 10px 10px 20px 0px;
    text-underline-offset: 4px;
    margin-left: 5px;
}

.property-available-content ul {
    padding: 20px 0 20px 0;
    list-style: none;
}

.property-available-content ul li {
    margin-bottom: 6px;
}

.property-available-content ul li svg {
    margin-right: 20px;
    width: 20px;
}

.property-available-btn .cus {
    padding: 0;
}

.property-available-btn .custom-btn {
    padding: 10px 0;
    width: 210px;
    margin-top: 15px;
    font-size: 12px;
}

.property-result-select {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    background-color: #1b1b1b;
    color: #fff;
    padding: 0px 0 0 20px;
    font-size: 13px;
}

.property-result-select label {
    white-space: nowrap;
    /* min-width: 120px; */
    /* adjust as needed */
}

.property-result-select select {
    font-size: 12px;
}

.property-result-select select {
    flex: 1;
}

.property-result-select select {
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.property-result-filter {
    margin-bottom: 70px;
    color: #fff;
}

.property-result-filter>div label {
    color: #ffffffb2;
    font-size: 14px;
    color: #ffffffb2;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.property-result-select label {
    margin-top: 0 !important;
    font-size: 13px !important;
    color: #fff !important;
}

.property-result-filter input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 2px;
    /* display: flex; */
    flex-direction: row;
    /* flex-wrap: nowrap; */
    /* align-content: space-around; */
}

.property-result-filter h2 {
    font-size: 20px;
}

.price-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: gray;
    border-radius: 3px;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 16px;
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.price-slider::-moz-range-thumb {
    width: 25px;
    height: 16px;
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.price-box {
    font-size: 14px;
}

.property-result-filter-popup-icon {
    margin-left: 10px;
}

.property-result-filter-popup .xmark {
    display: none;
}

/*=====  End of Property Search  ======*/


/*=======================================
=            Project Details            =
=======================================*/

.project-details-overview {
    color: #fff;
}

.project-details-overview {
    color: #fff;
    padding: 15px 0 0 40px;
}

.project-details-overview h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.project-details-tab-box h2 small {
    font-size: 16px;
    font-weight: 100;
    position: relative;
    top: -2px;
}

.project-details-overview ul {
    padding: 30px 0 20px 0;
    list-style: none;
}

.project-details-overview ul li {
    margin-bottom: 10px;
}

.project-details-overview ul li svg {
    margin-right: 25px;
    width: 25px;
}

.project-details-page {
    margin-top: 130px;
}

.project-details-page h1,
.project-details-page h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.project-details-page h1 {
    font-size: 2.2rem;
    font-weight: 100;
}

.project-details-page h3 {
    font-size: 16px;
    margin-bottom: 30px;
}

.project-details-page h1 b {
    font-weight: 500;
}

.project-details-overview .custom-btn {
    margin-top: 30px;
}

.bpsp-results.row {
    max-height: 1000px;
    overflow-y: scroll;
    margin-bottom: 50px;
}

.project-details-overview li {
    display: flex;
    align-items: center;
}

/*=====  End of Project Details  ======*/

/*================================
=            Checkout            =
================================*/

.checkout-details-img img {
    width: 100%;
    height: auto;
}

.checkout-details {
    margin: 170px 0 120px 0;
}

.checkout-details-form {
    padding: 0 0 0 40px;
}

.checkout-details-form .form-checkbox-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    margin: 30px 0 10px 0;
}

.checkout-details-form .custom-btn {
    /* text-align: center; */
    margin: 0 auto;
    display: block;
}

.heckout-details-text h3 {
    font-size: 16px;
}

.heckout-details-text {
    color: #fff;
    margin-top: 30px;
}

.heckout-details-text h4 {
    font-size: 14px;
    font-weight: 100;
}

.checkout-details-conditions {
    color: #fff;
    margin: 40px 0 0 0;
}

.checkout-details-conditions p,
.checkout-details-conditions h2 {
    text-align: center;
}

.checkout-details-conditions .form-checkbox-box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 40px;
}

.checkout-details-conditions p {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 30px;
}

.checkout-details-conditions p b {
    font-weight: 500;
}

.checkout-details-conditions h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
}

.checkout-details-conditions .custom-btn {
    margin: 50px auto 0 auto;
    display: block;
    min-width: 40%;
}

/*=====  End of Checkout  ======*/


/*=====================================
=            Find Boutique            =
=====================================*/

.find-boutique {
    margin-top: 120px;
    color: #fff;
    margin-bottom: 40px;
}

.find-boutique h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
}

.find-boutique h1 b {
    font-weight: 500;
}

.find-boutique-text {
    padding: 0px 0px;
    background-color: #28272767;
    color: #fff;
    margin-top: 10px;
    padding: 30px 0;
    text-align: center;
    display: block;
}

.find-boutique-text h2 {
    padding-left: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.find-boutique-text h3 a {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}

.find-boutique-text h2 a {
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
    color: #2196F3;
}

/*=====  End of Find Boutique  ======*/


/*==============================
=            Events            =
==============================*/

.events img {
    /* max-width: 100%; */
    /* height: auto; */
    /* padding: 0 20px; */
    /* margin-bottom: 30px; */
}

.events h1,
.events-blog h1 {
    font-size: 2.2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 100;
}

.events h1 b,
.events-blog h1 b {
    font-weight: 500;
}

.events {
    color: #fff;
    margin: 0 0 0 0;
    position: relative;
    padding: 60px 0 0 0;
}

.events h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.events h3 {
    font-size: 16px;
    font-weight: 100;
}

.events h3 b {
    font-size: 18px;
    font-weight: 500;
}

.events .col-lg-4 {
    text-align: right;
}

.events-blog {
    color: #fff;
    margin: 70px 0 0 0;
}

.events-blog-item span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-decoration: none;
}

.events-blog-item h4 {
    padding: 20px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.events-blog-item-img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 500px;
    min-height: 70vh;
}

.events-blog-item-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    z-index: 1;
}

.events-blog-item-img img {
    transition: transform 0.8s ease;
    transform-origin: center center;
    position: relative;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}

.events-blog-item-img:hover::before {
    background: rgba(0, 0, 0, 0.4);
}

.events-blog-item-img:hover img {
    transform: scale(1.1);
}

.events-blog-item {
    color: #fff;
    text-decoration: none;
}

.events-blog-arrow-left,
.events-blog-arrow-right,
.events-blog-two-arrow-left,
.events-blog-two-arrow-right,
.events-blog-three-arrow-left,
.events-blog-three-arrow-right {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    height: auto;
    color: #fff;
    font-size: 75px;
}

.events-blog-arrow-left,
.events-blog-two-arrow-left,
.events-blog-three-arrow-left {
    left: -30px;
}

.events-blog-arrow-right,
.events-blog-two-arrow-right,
.events-blog-three-arrow-right {
    right: -30px;
}

.events-blog-box {
    position: relative;
}

.events-blog-2-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.events-blog-2-text h4 {
    text-align: left;
}

.events-blog-2-date-link span {
    position: unset;
}

.events-blog-2-date-link {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.events-blog-2-text h4 {
    padding: 0 30px;
    margin: 0;
}

.events-blog-2 {
    padding: 0 0 100px 0;
}

.news-media-page .events-blog-2-text h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.events-img {
    min-height: 60vh;
    background-position: top center !important;
    background-size: cover !important;
    margin-bottom: 30px;
}

.single-event {
    color: #fff;
    margin-top: 150px;
}

.single-event-content h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    /* margin-top: 63px; */
    font-weight: 100;
    line-height: 60px;
    margin: 0 0 20px 0;
}

.single-event-content h1 b {
    display: block;
    font-weight: 500;
}

.single-event-content-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.single-event-content-time time {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-event-content-time .sep {
    font-size: 24px;
}

.single-event-content p {
    font-size: 20px;
    color: #FFFFFF;
    /* width: 74%; */
    margin: 0px auto;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 100;
}

.single-event-content {
    /* text-align: center; */
}

.single-event-content h2 {
    font-size: 28px;
    text-align: center;
}

.single-event-content a {
    color: #fff;
    font-size: 20px;
}

.single-event-content ul {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    padding: 0;
}

.single-event-content img {
    margin: 0 auto;
    display: block;
}

/*=====  End of Events  ======*/

/*==================================
=            News Media            =
==================================*/

.news-media-img {
    display: block;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.news-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.news-media-img:hover img {
    transform: scale(1.1);
}

.news-media {
    margin: 150px 0 150px 0;
}

.news-media-text {
    /* display: block; */
    height: 100%;
    color: #fff;
    position: relative;
    background: #101010b2;
    padding: 25px 30px;
}

.news-media-text h2 {
    text-align: left;
    /* font-family: "aktiv-thin"; */
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    width: 100%;
    line-height: 24px;
    margin: 0 0 30px 0;
}

.news-media-text time {
    margin-bottom: 20px;
    display: block;
}

a.news-media-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
}

.news-media-text a {
    text-decoration: none;
}

.news-media-media a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    border-radius: 100px;
    display: inline-flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.news-media-media a svg {
    width: 15px;
    height: 15px;
}

.news-media-details {
    margin-bottom: 20px;
}

@keyframes fadeInSlide {
    from {
        transform: translateY(-80px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.news-media h1 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(-80px);
    animation: fadeInSlide 1s ease-in-out 2s forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-media-details {
    opacity: 0;
    transform: translateY(200px);
    animation: fadeUp 1s ease-in-out 1s forwards;
}


/*=====  End of News Media  ======*/




























/*==============================
=            Footer            =
==============================*/

.grecaptcha-badge {
    visibility: hidden !important;
}

.main-footer {
    position: relative;
    overflow: hidden;
}

.main-footer,
.footer-details,
.footer-form {
    height: 100%;
    /* position: relative; */
}

.footer-details {
    background: #000;
    width: 40%;
    position: absolute;
    left: 0;
    padding: 160px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: none;
}

.footer-form {
    position: absolute;
    right: 0;
    width: 60%;
    background: rgb(0 0 0 / 80%);
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
    padding: 80px 80px 80px 40px;
    transform: none;
}

.main-footer h2 {
    color: #ffffff;
    font-weight: 100;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 50px;
}

.footer-details h2 b {
    font-weight: 500;
}

.footer-links a {
    font-size: 16px;
    color: #ffffff99 !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px;
    text-decoration: none;
    margin: 5px 0;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
}

.footer-links svg:hover {
    transition-duration: 0.5s;
}

.footer-links a:hover svg {
    margin-left: 5px;
    transition-duration: 0.5s;
}

.footer-links a svg {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.footer-highlights p {
    color: #ffffffcc;
    font-size: 14px;
    line-height: 1.8;
    max-width: 360px;
    margin-bottom: 24px;
}

.footer-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-highlights li {
    color: #ffffffcc;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
    position: relative;
    padding-left: 22px;
}

.footer-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d4af37;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.footer-contact-item span {
    display: block;
    color: #ffffffaa;
    letter-spacing: 1px;
    font-size: 11px;
    margin-bottom: 6px;
}

.footer-contact-item a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.form-input input {
    background: #000;
    /* border: navajowhite; */
    width: 100%;
    background-color: transparent;
    color: white;
    font-size: 18px !important;
    font-weight: 400;
    text-transform: uppercase;
    /* font-family: "Avenir Roman"; */
    border-bottom: 1px solid white;
    outline: none;
}

.form-input input.lead_name,
.form-input input.lead_from_call_name,
.form-input input.lead_email,
.form-input input.lead_from_call_email,
.form-input input.bvcm_lead_two_email {
    text-transform: none;

    outline-width: 0;
    height: 40px;
    border: none;
    border-bottom: 1px solid white;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-appearance: none;
    /* Removes default iOS styling */
    -moz-appearance: none;
    /* Removes default Firefox styling */
    appearance: none;
    border-radius: 0;
    /* Ensures no rounded corners */
    padding: 0;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-input-placeholder {
    color: #ffffffab;
    font-weight: 600;
}

/* Firefox */
input::-moz-placeholder {
    color: #ffffffab;
    font-weight: 600;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
    color: #ffffffab;
    font-weight: 600;
}

/* Microsoft Edge */
input::-ms-input-placeholder {
    color: #ffffffab;
    font-weight: 600;
}


.form-input {
    margin-bottom: 20px;
    width: 100%;
}

.footer-form-input {
    width: 100%;
    min-width: 0;
}

.form-input input,
.form-input select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.with-country-code {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.with-country-code select {
    flex: 0 0 30%;
    min-width: 100px;
    font-size: 18px;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: #ffffffab;
    font-weight: 600;
}

.with-country-code input {
    flex: 1 1 60%;
    min-width: 0;
    font-size: 14px;
}

.with-country-code select,
.with-country-code input {
    height: 60px;
}

.with-country-code option {
    background: #000;
    color: #fff;
    font-size: 14px;
}

.footer-form .custom-btn {
    width: 100%;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent !important;
}

.form-checkbox-box {
    margin-top: 50px;
}

.form-checkbox label {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    /* font-family: "Avenir Roman"; */
    margin: 0 0 0 5px;
    line-height: 0;
    position: relative;
    top: -2px;
}

.form-checkbox label span {
    text-decoration: underline;
    cursor: pointer;
}

.footer-social-media {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    transition: border 0.3s ease;
    text-decoration: none;
}

.footer-social-media a i {
    color: #fff;
}

.footer-social-media a:hover {
    border: 4px solid #fff;
}

.main-footer {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.main-footer-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease-in-out;
    /* main-footer-bg zoom-in time */
}

.project-bg-owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-footer-bg {
    position: absolute;
}

/* Background Zoom In */
.main-footer-bg-zoom-in {
    transform: scale(1.3);
}

/* Background Zoom Out - Increased transition time */
.main-footer-bg-zoom-out {
    transform: scale(1);
    transition: transform 4s ease-in-out;
    /* Increased main-footer-bg zoom-out Time */
}

/* privacy policy */
.privacy-policy {
    color: #fff;
}

/* Footer Text Styling */
.footer-connect {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%) scale(1);
    color: rgba(255, 255, 255, 0.5);
    /* Initially gray */
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 2s ease-in-out, color 2s ease-in-out;
    font-weight: 300 !important;
    color: #9E9E9E;
}

.footer-connect b {
    font-weight: 500 !important;
}

/* Move Up and Scale Up */
.footer-connect.active {
    color: rgba(255, 255, 255, 1);
    /* Turns white when up */
    opacity: 1;
    transform: translateX(-50%) translateY(-50vh) scale(1.4);
}

/* Smooth Scaling Down and Fade Out */
.footer-connect.fade-out {
    transform: translateX(-50%) translateY(-50vh) scale(0.8);
    /* Shrinks smoothly */
    opacity: 0;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.footer-form,
.footer-connect {
    /* position: relative; */
}

.main-footer-active .footer-form {
    animation: 1s ease 0s 1 normal forwards slideInRight;
}

.main-footer-active .footer-details {
    animation: 1s ease 0s 1 normal forwards slideInLeft;
}

/* footer bottom */

.footer-bottom {
    background: #000;
    padding: 24px 85px;
    display: block;
    text-align: center;
    color: #fff;
}

.footer-bottom p {
    margin: 0;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
}

.terms-and-conditions-result {
    overflow-y: scroll;
    height: 90vh;
    padding: 0 20px;
}

.agreement-content {
    font-size: 16px;
    text-align: justify;
    /* padding: 10px 20px; */
    color: #c8c2c2;
    line-height: 22px;
    font-weight: 100;
    font-size: 16px;
    word-spacing: 1px;
}

.terms-and-conditions-result strong {
    font-size: 22px;
    font-weight: bold;
    color: white;
    font-weight: 400;
    margin: 30px 0 0 0;
    display: block;
}

.terms-heading {
    font-size: 2.5rem;
    font-weight: 100;
    margin: 40px 0 0 40px;
}

.mercedes-benz-legal-terms .terms-heading {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .awards .col-lg-2 {
        width: 20%;
        margin: 35px 0;
    }

    .news-media-details>div>div:nth-child(1) {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .awards-recognitions .col-lg-2 {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .awards-recognitions {
        padding: 80px 0 !important;
    }

    .awards-recognitions {
        padding: 60px 0;
    }

    .desktop-video {
        display: block;
    }

    .property-search-area>div:nth-child(6) {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-video {
        display: block;
    }
}


.error {
    color: #FF5722 !important;
    ;
    font-size: 12px;
    margin-top: 5px;
}

.mobile-error {
    margin: -15px 0 15px 0;
}

.conditions-error {
    margin: 0px 10px 10px 4px;
}

.project-banner-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.85));
    z-index: 1;
}
/* ========================================
   Associate with E4CS label above form
   ======================================== */
.associate-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c9a96e;
    border-left: 3px solid #c9a96e;
    padding-left: 10px;
    margin-bottom: 10px;
}

/* ========================================
   Hide hamburger menu icon on desktop
   ======================================== */
@media (min-width: 992px) {
    .menu-icon {
        display: none !important;
    }
}


/* ============================================================
   E4CS CONTENT SECTIONS — Real Estate, Hospitality, Media etc.
   ============================================================ */

.e4cs-content-section {
    padding: 80px 0;
    position: relative;
}

.e4cs-content-section:nth-child(odd) {
    background: #faf8f5;
}

.e4cs-content-section:nth-child(even) {
    background: #fff;
}

/* Overrides for specific sections */
.e4cs-content-section.e4cs-realestate  { background: #fff !important; }
.e4cs-content-section.e4cs-hospitality { background: #2a1a0e !important; color: #f0e8dc; }
.e4cs-content-section.e4cs-media       { background: #1a1a2e !important; color: #e8e4ff; }
.e4cs-content-section.e4cs-legacy      { background: #f7f3ee !important; }
.e4cs-content-section.e4cs-industrial  { background: #fff !important; }

.e4cs-section-inner {
    max-width: 860px;
}

/* Section Tag Badge */
.e4cs-section-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a96e;
    border-left: 3px solid #c9a96e;
    padding-left: 12px;
    margin-bottom: 18px;
}

.e4cs-hospitality .e4cs-section-tag,
.e4cs-media .e4cs-section-tag {
    color: #c9a96e;
    border-color: #c9a96e;
}

/* Section Heading */
.e4cs-section-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #1a1208;
}

.e4cs-hospitality .e4cs-section-heading,
.e4cs-media .e4cs-section-heading {
    color: #fff;
}

.e4cs-section-heading span {
    color: #c9a96e;
}

/* Body paragraphs */
.e4cs-content-section p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 18px;
    color: #4a3f35;
}

.e4cs-hospitality p,
.e4cs-media p {
    color: rgba(255,255,255,0.82);
}

/* Highlight box (for ENTILLIA callout) */
.e4cs-highlight-box {
    margin-top: 28px;
    border-left: 4px solid #c9a96e;
    background: linear-gradient(to right, #fdf5e6, #fff);
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
}

.e4cs-highlight-box p {
    margin: 0;
    color: #2a1a0e;
    font-size: 15px;
}

/* ---- HOSPITALITY GRID ---- */
.e4cs-hospitality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 20px;
}

.e4cs-hospitality-text p {
    font-size: 15.5px;
    line-height: 1.9;
}

/* Person card */
.e4cs-person-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.e4cs-person-img-wrap {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #c9a96e;
    box-shadow: 0 8px 28px rgba(0,0,0,0.35);
    flex-shrink: 0;
}

.e4cs-person-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.e4cs-person-name {
    font-size: 17px;
    font-weight: 700;
    color: #c9a96e;
    margin-top: 12px;
}

.e4cs-stars {
    display: flex;
    gap: 3px;
    margin-top: 5px;
}

.e4cs-stars span {
    color: #f5c518;
    font-size: 20px;
}

/* ---- MEDIA SECTION ---- */
.e4cs-media-icons {
    display: flex;
    gap: 40px;
    margin-top: 36px;
}

.e4cs-media-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(201,169,110,0.3);
    border-radius: 12px;
    padding: 28px 36px;
    transition: transform 0.3s, background 0.3s;
}

.e4cs-media-item:hover {
    transform: translateY(-4px);
    background: rgba(201,169,110,0.12);
}

.e4cs-media-icon {
    font-size: 40px;
    color: #c9a96e;
}

.e4cs-media-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #c9a96e;
    text-transform: uppercase;
}

/* ---- PILLARS GRID (Diversified Legacy) ---- */
.e4cs-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.e4cs-pillar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 28px 16px;
    border: 1px solid #e8ddd1;
    border-radius: 12px;
    background: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.e4cs-pillar:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transform: translateY(-4px);
}

.e4cs-pillar-icon {
    font-size: 36px;
    color: #c9a96e;
}

.e4cs-pillar-name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #4a3f35;
}

/* ---- STAT ROW (Industrial) ---- */
.e4cs-stat-row {
    display: flex;
    gap: 0;
    margin-top: 48px;
    border-top: 1px solid #e8ddd1;
    border-bottom: 1px solid #e8ddd1;
}

.e4cs-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 10px;
    border-right: 1px solid #e8ddd1;
    text-align: center;
}

.e4cs-stat:last-child {
    border-right: none;
}

.e4cs-stat-num {
    font-size: 40px;
    font-weight: 800;
    color: #c9a96e;
    line-height: 1;
    margin-bottom: 8px;
}

.e4cs-stat-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7a6e65;
    font-weight: 600;
}

/* ---- QUOTE BANNER (Benchmark + Journey) ---- */
.e4cs-quote-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 260px;
}

.e4cs-quote-left {
    background: #2a1a0e;
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e4cs-quote-right {
    background: linear-gradient(135deg, #c9a96e 0%, #a07840 100%);
    padding: 56px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e4cs-quote-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 18px;
}

.e4cs-quote-text {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255,255,255,0.88);
    font-style: italic;
    margin: 0;
}

.e4cs-journey-quote {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: 0;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .e4cs-section-heading {
        font-size: 28px;
    }

    .e4cs-hospitality-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .e4cs-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .e4cs-media-icons {
        flex-direction: column;
        gap: 16px;
    }

    .e4cs-quote-banner {
        grid-template-columns: 1fr;
    }

    .e4cs-quote-left,
    .e4cs-quote-right {
        padding: 40px 24px;
    }

    .e4cs-stat-row {
        flex-direction: column;
    }

    .e4cs-stat {
        border-right: none;
        border-bottom: 1px solid #e8ddd1;
    }

    .e4cs-stat:last-child {
        border-bottom: none;
    }
}

@media (max-width: 576px) {
    .e4cs-content-section {
        padding: 50px 0;
    }

    .e4cs-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .e4cs-journey-quote {
        font-size: 17px;
    }
}
