.wow {
    visibility: hidden;
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

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

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

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

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

.swiper-pagination-progressbar {
    background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

@font-face {
    font-family: 'Castle T';
    src: url('../fonts/castle/CastleT-Book.woff2') format('woff2'),
        url('../fonts/castle/CastleT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RigSans-Medium';
    src: url('../fonts/rig/RigSans-Medium.woff2') format('woff2'),
        url('../fonts/rig/RigSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RigSans-Semibold';
    src: url('../fonts/rig/RigSans-Semibold.woff2') format('woff2'),
        url('../fonts/rig/RigSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RigSans-Black';
    src: url('../fonts/rig/RigSans-Black.woff2') format('woff2'),
        url('../fonts/rig/RigSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RigSans-Regular';
    src: url('../fonts/rig/RigSans-Regular.woff2') format('woff2'),
        url('../fonts/rig/RigSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RigSans-Bold';
    src: url('../fonts/rig/RigSans-Bold.woff2') format('woff2'),
        url('../fonts/rig/RigSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RigSans-Light';
    src: url('../fonts/rig/RigSans-Light.woff2') format('woff2'),
        url('../fonts/rig/RigSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    /* colors */
    --primary-color: #000000;
    --secondary-color: #CEA42D;
    --white-color: #FFFFFF;
    --highlight-color: #e1e4e8;
    --gray-color: #868686;
    --background-smoke: #fafbfc;
    --background-gray: #f6f8fa;
    --secondary-highlight-color: #0366D6;
    --black-color: #000000;
    /* font-sizes */
    --banner-title-font-size: 3.5rem;
    --section-title-big-font-size: 3.5rem;
    --section-title-font-size: 2.375rem;
    --section-subtitle-font-size: 2rem;
    --paragraph-font-size: 1.5rem;
    --content-font-size: 1.15rem;
    --link-font-size: 1rem;
    /* font-families */
    --light-font-family: "RigSans-Light";
    --regular-font-family: "RigSans-Regular";
    --medium-font-family: "RigSans-Medium";
    --semibold-font-family: "RigSans-Semibold";
    --bold-font-family: "RigSans-Bold";
    --black-font-family: "RigSans-Black";
    /* other */
    --common-transition: all 0.6s ease;
    --web-border-radius: 0.625rem;
    --mobile-border-radius: 0.6rem;
    --common-gap-size: 1rem;
    --small-gap-size: 1.5rem;
    --medium-gap-size: 3rem;
    --big-gap-size: 6rem;
}

.semibold-fonts {
    font-family: var(--semibold-font-family);
}

.bold-fonts {
    font-family: var(--bold-font-family) !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: var(--regular-font-family);
    color: var(--primary-color);
}

html {
    height: auto;
    font-size: 16px;
    scroll-behavior: smooth;
}

* {
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.2;
    width: 100%;
}

::-webkit-scrollbar {
    width: 0px !important;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #cccccc !important;
}

::-webkit-scrollbar-thumb {
    background: #000000 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000 !important;
}

body.no-scroll-body {
    overflow-y: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    background-color: transparent;
    color: unset;
    outline: none;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: unset;
    color: unset;
}

img {
    max-width: 100%;
    transition: var(--common-transition);
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

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

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}


.main-container-fluid {
    width: 95%;
    margin: 0 auto;
}

.main-container {
    width: 85%;
    margin: 0 auto;
}

.mini-container {
    width: 65%;
    margin: 0 auto;
}

.content_accordian {
    display: none;
}

.section-padding {
    padding: 8rem 0;
}

.section-padding-bottom {
    padding-bottom: 8rem;
}

.section-padding-small {
    padding: 2rem 0;
}

.hover-enable {
    display: none;
}

.hover-disable {
    display: inline-block;
}

.mobile-image {
    display: none;
}

.web-image {
    display: block;
}

div:focus-visible,
img:focus-visible,
button:focus-visible {
    outline: none;
    border: none;
}

body.no-scroll-body {
    overflow-y: hidden;
}

.visible-tab-mobile {
    display: none !important;
}

.hide-tab-mobile {
    display: block !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    gap: var(--common-gap-size);
    /* gap: 0.5rem; */

}

.inner-flex {
    display: flex;
    flex-direction: column;
    gap: var(--common-gap-size);
    /* gap: 0.5rem; */
}

.inner-flex-smallest {
    gap: 0.5rem;
}

.inner-flex-zero {
    gap: 0;
}

.inner-flex-small {
    gap: var(--small-gap-size);
}

.inner-flex-medium {
    gap: var(--medium-gap-size);
}

.inner-flex-big {
    gap: var(--big-gap-size);
}

.inner-flex-large {
    gap: 10rem;
}

.inner-flex-common {
    gap: var(--common-gap-size);
}

.inner-flex-center {
    text-align: center;
    align-items: center;
}

.white-color {
    color: var(--white-color) !important;
}

.black-color {
    color: var(--black-color) !important;
}

.highlight-color {
    color: var(--highlight-color) !important;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.gray-color {
    color: var(--gray-color) !important;
}

.secondary-highlight-color {
    color: var(--secondary-highlight-color) !important;
}

.j-c-sb {
    justify-content: space-between;
}

.mlauto {
    margin-left: auto
}

.mrauto {
    margin-right: auto;
}

.m0auto {
    margin: 0 auto;
}

.wfc {
    width: fit-content;
}

.w100 {
    width: 100% !important;
}

.w50 {
    width: 50% !important;
}

.h100 {
    height: 100%;
}

.j-c-c {
    justify-content: center;

}

.alc {
    align-items: center;
}

.alend {
    align-items: end;
}

.alstart {
    align-items: start;
}

.filterIcon {
    filter: invert(1);
}

.overflow {
    overflow: hidden;
}

.transition {
    transition: var(--common-transition);
}

.scaleOne {
    scale: 1;
    transition: var(--common-transition);
}

.scaleOne:hover {
    scale: 1.1
}

.flex-wrap {
    flex-wrap: wrap;
}

/* fonts css */



/* .material-symbols-outlined.filled-icon {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
} */

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

.regular-fonts {
    font-family: var(--regular-font-family) !important;
}

.medium-fonts {
    font-family: var(--medium-font-family) !important;
}

.semibold-fonts {
    font-family: 'Castle T' !important;
}

.banner-title h1,
.banner-title h1 span,
.banner-title h2,
.banner-title h2 span {
    font-size: var(--banner-title-font-size);
    font-family: 'Castle T' !important;
}

.banner-title h1 span,
.banner-title h2 span {
    color: var(--secondary-color);
}

.section-title h1,
.section-title h1 span,
.section-title h2,
.section-title h2 span {
    font-size: var(--section-title-font-size);
    font-family: 'Castle T' !important;
}

.section-title-big h1,
.section-title-big h1 span,
.section-title-big h2,
.section-title-big h2 span {
    font-size: var(--section-title-big-font-size);
    font-family: 'Castle T' !important;
}

.section-title h1 span,
.section-title h2 span {
    color: var(--secondary-color);
}

.section-paragraph p,
.section-paragraph p span {
    font-size: var(--paragraph-font-size);
    line-height: 1.5;
}

.section-paragraph p span {
    color: var(--secondary-color);
}

.section-content p,
.section-content p span {
    font-size: var(--content-font-size);
    line-height: 1.5;
}

.section-content p span {
    color: var(--secondary-color);
}





.section-text p,
.section-text p span {
    font-size: 1.15rem;
    line-height: 1.5;
}

.section-text p span {
    color: var(--secondary-color);
}

.section-subtitle h4,
.section-subtitle h4 span {
    font-size: var(--section-subtitle-font-size);
    font-family: var(--semibold-font-family);
    color: var(--primary-color);
}

.section-subtitle h4 span {
    color: var(--secondary-color);
}

.smallest-font p {
    font-size: 0.85rem;
}

.link-font-size a p,
.link-font-size a p span.material-symbols-outlined,
.link-font-size p {
    font-size: var(--link-font-size);
}

.reecosys-template-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    /* padding: 1.15rem 1.5rem; */
    padding: 0 1.5rem;
    height: 3.5rem;
    transition: var(--common-transition);
    border-radius: 0.5rem;
    width: fit-content;
    justify-content: center;
}

.reecosys-template-button p,
.reecosys-template-button span {
    line-height: 1 !important;
}

.button-style-primary {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.button-style-primary span,
.button-style-primary p {
    color: var(--white-color);
    transition: var(--common-transition);
    font-size: 1.15rem;
}

.button-style-primary:hover {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    transition: var(--common-transition);
}

.button-style-primary:hover span,
.button-style-primary:hover p {
    color: var(--primary-color);
    transition: var(--common-transition);
}

.button-style-secondary {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}

.button-style-secondary span,
.button-style-secondary p {
    color: var(--white-color);
    transition: var(--common-transition);
    font-size: 1.15rem;
}

.button-style-secondary:hover {
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    transition: var(--common-transition);
}

.button-style-secondary:hover span,
.button-style-secondary:hover p {
    color: var(--secondary-color);
    transition: var(--common-transition);
}

.button-style-white {
    border: 1px solid var(--white-color);
    background-color: transparent;
}

.button-style-white span,
.button-style-white p {
    color: var(--primary-color);
    transition: var(--common-transition);
    font-size: 1.15rem;
}

.button-style-white.white-text span,
.button-style-white.white-text p {
    color: var(--white-color);
    font-size: 1.15rem;
}

.button-style-white:hover {
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
    transition: var(--common-transition);
}

.button-style-white:hover span,
.button-style-white:hover p {
    color: var(--primary-color);
    transition: var(--common-transition);
}

.border-black {
    border: 1px solid var(--primary-color);
}

.button-blackborder {
    border: 1px solid var(--black-color);
    background-color: transparent;
}

.button-blackborder.black-text span,
.button-blackborder.black-text p {
    color: var(--primary-color);
    transition: var(--common-transition);
}

.button-blackborder:hover {
    background-color: var(--primary-color);
}

.button-blackborder:hover span,
.button-blackborder:hover p {
    color: var(--white-color);
    transition: var(--common-transition);
}



.visible-tab-mobile {
    display: none !important;
}

.hide-tab-mobile {
    display: block !important;
}

/* CSS STarts here */

.reecosys-template-page-wrapper,
.reecosys-main-wrapper {
    padding-top: 5rem;
}

.header-wrapper {
    position: fixed;
    background-color: var(--white-color);
    transition: var(--common-transition);
    top: 0%;
    border-bottom: 0px solid var(--primary-color);
    left: 0;
    width: 100%;
    padding: 2rem 0;
    z-index: 999;
}

.header-wrapper.webmenu_hidden2,
.header-wrapper.webmenu_hidden {
    top: -100% !important;
}


/* .header-wrapper.black-header {
	background-color: transparent;
	border-bottom: 0px solid transparent;
} */

.header-flex {
    display: flex;
    justify-content: space-between;
    gap: var(--small-gap-size);
    align-items: center;
}

.header-links-ul ul {
    display: flex;
    align-items: center;
    gap: var(--small-gap-size);
}

.header-links-ul ul li a,
.header-links-ul ul li span,
.header-links-ul ul li p {
    font-size: 1.2rem !important;
    color: var(--primary-color);
}

.header-links-ul ul li a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: var(--primary-color);
}

.header-logo {
    width: 8.5rem;
}

.header-logo.header-logo-shimmer {
    height: 5.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.shimer-block {
    display: none;
    background-repeat: no-repeat;
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

.shimer-block.shimer-visible {
    display: block;
}

.woshimer-block {
    display: none;
}

.woshimer-block.shimer-disable {
    display: block;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.offer-strip-icon {
    width: 1rem;
}

.header-top-strip {
    background: #F5F5F5;
    padding: 0rem 1.5rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    gap: var(--medium-gap-size);
}

.location-div-header-strip,
.offer-strip-header {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.location-div-header-strip .link-font-size span,
.offer-strip-header .link-font-size span {
    color: var(--secondary-color) !important;
    text-decoration: underline;
    font-family: var(--semibold-font-family);
    text-transform: uppercase;
}

.bar {
    width: 1.5rem;
    height: 2px;
    background-color: #000000;
    transition: var(--common-transition);
}

.menubar {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    z-index: 9999;
    cursor: pointer;
}

.menubar.active .bar {
    background-color: var(--primary-color) !important;
}

.menubar.active .bar.bar-top {
    transform: translateY(8px) rotate(-45deg);
}

.menubar.active .bar.bar-bottom {
    transform: translateY(-8px) rotate(45deg);
}

.menubar.active .bar.bar-middle {
    opacity: 0;
}

.navigationWrapper {
    padding: 7rem 1rem 1rem;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 30%;
    max-height: 70vh;
    overflow-y: scroll;
    background-color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.navigationWrapper.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}


.mobile_menu_wrapper {
    position: fixed;
    height: 100%;
    width: 30%;
    padding: 9rem 1rem 4rem 1rem;
    background-color: #ffffff;
    top: 0;
    right: -100%;
    z-index: 105;
    transition: all 0.5s ease;
}

.mobile_menu_wrapper.mobileMenuActive {
    right: 0%;
    transition: all 0.5s ease;
}

.header-navigation-links ul {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

.header-navigation-links ul li a p {
    transition: var(--common-transition);

}

.header-navigation-links ul li a:hover .progress-value p {
    color: var(--primary-color) !important;

}

.header-navigation-links ul li a:hover p {
    color: var(--secondary-color) !important;
    transition: var(--common-transition);
}


.header-navigation-links ul li.active a p {
    color: var(--secondary-color) !important;
    transition: var(--common-transition);
}

.header-acc-btn {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
}

.navigation-mobile-icon img {
    width: 2rem;
}

.flex-70 {
    flex-basis: 70%;
}

.flex-30 {
    flex-basis: 30%;
}


.progress-consctruction.white {
    width: var(--content-size);
    margin-bottom: 4px;
}

.progress-consctruction.white {
    filter: invert(1);
}

.progress-consctruction {
    width: var(--content-size);
    margin-bottom: 4px;
}

.progress {
    width: 28px;
    height: 28px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #b9b9b982;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #00ff68;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: grid;
    place-content: center;
    height: 100%;
}

.progress .progress-value p {
    font-size: 0.8rem !important;
    color: var(--black-color);
}

.progress.progress_banner .progress-value p {
    color: var(--white-color);
}

/* This for loop creates the 	necessary css animation names 
  Due to the split circle of progress-left and progress right, we must use the animations on each side. 
  */
.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
    animation: loading-15 1.5s linear forwards;
}

.progress[data-percentage="15"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
    animation: loading-25 1.5s linear forwards;
}

.progress[data-percentage="25"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
    animation: loading-35 1.5s linear forwards;
}

.progress[data-percentage="35"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
    animation: loading-45 1.5s linear forwards;
}

.progress[data-percentage="45"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
    animation: loading-55 1.5s linear forwards;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

@keyframes loading-55 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(198);
        transform: rotate(198deg);
    }
}

/* circle animation update end */

.header_accordion.active .manu-accordian-downarrow,
.manu-accordian-uparrow {
    display: none;
}

.header_accordion.active .manu-accordian-uparrow {
    display: block;
}

.iconimg {
    width: 1.8rem;
    min-width: 1.8rem;
}

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

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

.mobile_menu_wrapper {
    overflow: scroll;
    scrollbar-width: none;
}

.click-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #00000050;
    z-index: -1;
    transition: var(--common-transition);

}

.click-overlay.active {
    z-index: 3;
    opacity: 1;
}


.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: rgb(0 0 0 / 35%);
    z-index: 0;
}

.project_banner_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffff00, #000000eb);
    /* background-image: linear-gradient(#f6921e00, #000); */

}


.subscribe_section .form-control {
    padding: 1rem 1.25rem;
}

.subscribe_inner_flex {
    display: flex;
    align-items: center;
}

.inquiry-label {
    position: relative;
    width: 100%;
}

.md-label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    background: var(--white-color);
    transform: translateY(-50%);
    font-size: var(--link-font-size);
    transition: var(--common-transition);
    color: #000000;
}

.inquiry-label textarea~.md-label {
    top: 1.25rem;
    transform: translateY(0);
}



.inquiry-label input,
.inquiry-label textarea {
    position: relative;
    border-radius: var(--border-radius);
    font-size: var(--link-font-size);
    font-family: var(--regular-font-family);
    border: 1px solid #999999;
    border-radius: 0.5rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    resize: none;
}

.inquiry-label.contact-label .md-label {
    left: 7rem;
}

.inquiry-label.contact-label input {
    padding-left: 7rem;
}

.inquiry-label input.error {
    border: 1px solid #f00;
}

.inquiry-label input.error~.md-label {
    color: #f00;
}

.inquiry-label input.ng-not-empty~.md-label,
.inquiry-label input:focus~.md-label,
.inquiry-label textarea:focus~.md-label,
.inquiry-label textarea.ng-not-empty~.md-label,
.inquiry-label input:focus-visible~.md-label,
.inquiry-label textarea:focus-visible~.md-label {
    top: 0;
    transition: all 0.2s ease;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: #000000;
    background: var(--white-color);
}


.conatct_number_input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.25rem 1.5rem;
}

.display_country_code {
    width: 45px;
}

.display_country_name {
    font-size: 0.875rem;
}

.country_code_data {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    font-size: var(--moblink-size);
}

.country_code_list_data ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.country_code_list_data ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all ease 0.2s;
}

.country_code_list_data ul li:hover {
    background-color: #dddddd;
}

.country_code_list_data li>div {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.country_code_list_data {
    position: absolute;
    top: 100%;
    left: 0;
    height: 40vh;
    overflow-y: scroll;
    width: 350px;
    z-index: 99999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    border: 1px solid #999999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search_c-code {
    padding: 0 1rem;
    padding-bottom: .5rem;
}

.search_c-code input {
    position: relative;
    border-radius: var(--border-radius);
    border: 1px solid #999999;
    width: 100%;
    padding: 0.7rem;
}

.country_code_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
}

.country_code_overlay.code_overlay {
    display: block;
    /* z-index: 999; */
}

.country_code_list_data {
    display: none;
}

.country_code_list_data.active {
    display: block;
}

.country_code_list_data img {
    width: 25px !important;
}

.inquiry-label ::-webkit-scrollbar {
    width: 8px !important;
    cursor: pointer;
}

.inquiry-label ::-webkit-scrollbar-track {
    background: #ffffff !important;
}

.inquiry-label ::-webkit-scrollbar-thumb {
    background: #000000 !important;
}

.inquiry-label ::-webkit-scrollbar-thumb:hover {
    background: #000000 !important;
}


.footer-subscribe {
    flex-basis: 30%;
}

.inquiry-label.subscribe-label input:focus-visible,
.inquiry-label.subscribe-label input {
    height: 4rem;
    min-height: 4rem;

    border-radius: 0;
}


.inquiry-btn {
    margin-top: 1.5rem;
}

label.error {
    display: none !important;
}

.submitbtn button {
    height: 4rem;
    min-height: 4rem;
    width: 4rem;
    background-color: var(--white-color);
    border: 1px solid #999999;
    border-left: 0px;

}

.common-icon {
    width: 2rem;
    min-width: 2rem;
}


.project_app_image {
    width: 9rem;
}


.reecosys_footer_copyright {
    border-top: 1px solid var(--background-gray);
}

.banner-text-abs {
    width: 90%;
    position: absolute;

}

.swiper-pagination.home_banner_pagination {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.home_banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--white-color);
}

/* .swiper-pagination-bullet.active{
    background-color: var(--white-color);
} */

.scroll-btn {
    width: 4rem;
    height: 4rem;
    border: 2px solid var(--white-color);
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-btn img {
    height: auto;
    width: 50%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 20px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 35px);
        opacity: 0.5;
    }
}

.home-listing-banner img {
    height: 95svh;
    object-fit: cover;
}

.home-listing-banner {
    width: 100%;
}

.line-after-text::after {
    content: "";
    position: absolute;

    height: 1px;
    background-color: var(--primary-color);
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    right: -40px;
}

.homes-content-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
}

.footer-hover p {
    transition: var(--common-transition);
}

.footer-hover p:hover {
    transition: var(--common-transition);
    color: var(--secondary-color);
}

.footer-inquiryForm {
    display: flex;

}

/* List Page CSS Starts Here  */
.project-list-grid-1-column .project-info-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-info-flex {
    width: max-content;
}

.project-list-grid-2-column .project_status_lable {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--white-color);
    padding: 0.5rem 0.5rem;
}

.project-list-grid-2-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--medium-gap-size);
}

.project-arrow-icon {
    transform: translateX(-50%);
    transition: var(--common-transition);
}

.project-list-card:hover .project-arrow-icon {
    transform: translateX(0%);
}

.project-img-list img {
    transition: var(--common-transition);

}

.project-list-card:hover .project-img-list img {
    transform: scale(1.1);
}

.list-panel-ul ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    height: 100%;
    width: 1px;
    background-color: var(--black-color);
}

.list-panel-ul ul li:last-child::after {
    display: none;
}

.list-change-button-icon {
    padding: 0.5rem;
    width: 3rem;

    border: 1px solid var(--black-color);
    border-radius: 50%;
}

.list-change-ul {
    background-color: var(--white-color);
    border: 1px solid var(--gray-color);
    padding: 1rem;
    position: absolute;
    width: 200px;
    z-index: 55;
    left: 0%;
    top: 2rem;
    transform: translateX(-60%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--common-transition);
}

.list-change-button-icon:hover~.list-change-ul,
.list-change-ul:hover {
    opacity: 1;
    visibility: visible;

}

/* List Page CSS Ends Here  */


/* Detail Page CSS Start Here  */

.projectBannerFlex {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.highlightGrid>div {
    padding-right: 3rem;
    border-right: 1px solid var(--black-color);
}

.highlightGrid>div:last-child {
    padding-right: 0;
    border-right: 0px solid var(--black-color);
}

.section-content.readmoreText p span {
    color: inherit;
}

.walkthrough-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.walkthrough-project-thumb:hover .play_walkthrough_icon img {
    filter: invert(1);
}

.walkthrough-project-thumb:hover .reecosys-template-button.button-style-white.white-text {
    background-color: var(--white-color);
}

.walkthrough-project-thumb:hover .reecosys-template-button.button-style-white.white-text p {
    color: var(--black-color);
}

.walkthrough-project-thumb:hover .walk-thumbnail-image img {
    scale: 1.1;
}

.project_gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.project_gallery_hover .galleryFonts {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
    opacity: 0;
    transition: var(--common-transition);
}

.project_gallery_hover:hover img {
    scale: 1.1
}

.project_gallery_hover:hover .galleryFonts {
    opacity: 1;
    transition: var(--common-transition);
}

.rera-text {
    word-break: break-all;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--common-gap-size);
}


.project-amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--medium-gap-size);
    padding: 2rem;
    border: 1px solid var(--gray-color);

}

.amenities-grid>div {
    padding: 0rem;
    background-color: #F7F7F7;
    border: 0px solid var(--gray-color);
    /* border-radius: 0.5rem; */
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: var(--common-gap-size);
    align-items: center;
    min-height: 177px;
    justify-content: center;
    padding: 1rem;
}

.amenities-icon {
    width: 3rem;
}

.all-amenites-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
}

.amenities_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--white-color);
    z-index: -1;
    padding: 3rem;
    overflow-y: scroll;
    transition: var(--common-transition);
}

.amenities_popup.active {
    transform: translate(-50%, -50%) scale(1);
    z-index: 4;

}

.amenities_popup::-webkit-scrollbar {
    width: 0px !important;
}

.amenities-close-icon {
    position: absolute;
    top: -2rem;
    right: -2rem;

}

.amenities-close-icon span {
    font-size: 2rem;
}

.specs_data {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 300px;
    width: 100%;
    align-items: start;
    text-align: left;
}

.specs_image {
    width: 4rem;
}


.specs-text .readmore_click {
    opacity: 0.6;
    text-decoration: underline;
}

.project-map-iframe iframe {
    width: 100%;
    filter: grayscale(1);
    aspect-ratio: 16/5;
}

.project_detail_inquiry_form {
    width: 50%;
    padding-top: var(--medium-gap-size);
}

/* Detail Page CSS End Here  */

.contact_country_flag {
    width: 25px;
}

.common-listing-banner img,
.common-listing-banner {
    height: 60lvh;
}

.inquiry_popup {
    padding: 3rem 1.5rem;
    position: fixed;
    top: 0;
    right: -100%;
    width: 30%;
    background: var(--white-color);
    height: 100%;
    z-index: 999;
    transition: var(--common-transition);
}

.inquiry_popup.inqury_active {
    right: 0%;
}

.career_position_list {
    padding: 2rem;
    border: 1px solid var(--gray-color);
}


/* thanku page */
.thankyou-title h1 {
    /* line-height: 0.4; */
    font-size: 7rem;
    font-family: var(--bold-font-family);
}

.thankyou_wrapper {
    height: 100svh;
}

.BacktoHome a p {
    transition: var(--common-transition);
}

.BacktoHome a p:hover {
    transition: var(--common-transition);
    color: var(--secondary-color);
}

.reecosys-banner-section .swiper-slide>div {
    width: 100%;
}

.close_icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 1.5rem;
}

/* about */
.readmore-span-color p span {
    color: var(--primary-color);
}

.title-after-line::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1px;
    background-color: var(--black-color);
    top: 50%;
    transform: translateY(-50%);
    right: -2.5rem;
}

.person_about_designation p a {
    font-family: var(--medium-font-family);
    text-decoration: underline;
    transition: var(--common-transition);
}

.person_about_designation p a:hover {
    color: var(--secondary-color);
    transition: var(--common-transition);
}

.awards-swiper-card {
    padding: 1.5rem;
    border: 1px solid #999999;
    height: 100%;
    min-height: 25rem;
    width: 100%;
}

.awards_swiper_outer .swiper-container {
    padding: 0rem 9rem;
}

.swiper-scrollbar {
    height: 3px;


}

.profile_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.profilepage_designation p,
.profilepage_designation span {
    color: var(--white-color);
}

.profile_video_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--small-gap-size);
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
}

.blog-grid {
    display: grid;
    gap: var(--medium-gap-size);
    grid-template-columns: calc(100% - 30% - 1.5rem) calc(100% - 70% - 1.5rem);

}

.recent_blogs_details {
    padding: 1rem;
    border: 1px solid var(--black-color);
    display: flex;
    gap: 1rem;
}

.blog_bind_data p,
.blog_bind_data strong {
    font-size: var(--paragraph-font-size);
    line-height: 1.5;

}

.blog_bind_data strong {
    font-family: var(--semibold-font-family);
}

.header-hover:hover .header-title {
    color: var(--secondary-color);
}

.footer-navigation-link a.active_page p,
.header-navigation-links a.active_page p,
.header-navigation-links li.active a p {
    color: var(--secondary-color);
}

.header_contact_dropdown {
    position: fixed;
    bottom: -100%;
    background: #FFF;
    z-index: 9;
    width: 100%;
    padding: 2rem 1rem;
    transition: var(--common-transition);
}

.header_contact_dropdown.active {
    bottom: 0%;
}

.close_contact {
    width: 2.2rem;
    padding: 0.5rem;
    background: #222222;
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
}

.gray-background {
    background-color: var(--background-gray);
}

.primary-background {
    background-color: var(--primary-color);
}

.header-links-ul ul li span.material-symbols-outlined.dropdwon-icon {
    font-size: 1.75rem !important;
}

.footer-logo img {
    filter: invert(1) brightness(100);
}

.footer-logo {
    width: 10rem;
}

.footer-flex-color a,
.footer-flex-color p,
.reecosys_footer_copyright p,
.reecosys_footer_copyright a p,
.footer-flex-color a p {
    color: var(--white-color);
}


.project-gallery-tab-flex {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    width: fit-content;
    margin: var(--small-gap-size) 0 0 0;
    gap: var(--medium-gap-size);
    cursor: pointer;
    border-bottom: 1px solid #DEDEDE;
}

.project-gallery-tab-btn {
    position: relative;
    cursor: pointer;
}

.project-gallery-tab-btn.active p {
    color: var(--secondary-color);
}

.project-gallery-tab-btn.active::after {
    content: "";
    width: 100%;
    height: 3px;
    bottom: -1.05rem;
    left: 0;
    position: absolute;
    background: var(--secondary-color);
}

.swiper-button-next,
.swiper-button-prev {
    background-image: unset !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #5b5b5b40;
    background-size: unset;
    margin-top: unset !important;
    background-position: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next span.material-symbols-outlined,
.swiper-button-prev span.material-symbols-outlined {
    font-size: 20px !important;
    line-height: 1 !important;
    display: block !important;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateX(-50%) translateZ(0);
    z-index: 10;
    bottom: 1rem;
    left: 50%;
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
}

.swiper-pagination-bullet {
    background: var(--white-color);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--secondary-color);
}

.project-gallery-outer {
    min-height: 75vh;
}

.fancybox-container * {
    fill: var(--white-color) !important;
    color: var(--white-color) !important;
}

.flex-row-form-project {
    flex-direction: row;
    justify-content: space-between;
}

.gallery-card-3d {
    background-color: var(--background-gray);
}

.gallery-card-3d img {
    height: 90lvh;
    width: fit-content;
    object-fit: contain;
}

.common-icon.common-icon-inverted {
    filter: invert(1) brightness(100);
    width: 1.5rem;
    min-width: 1.5rem;
}

.highlight-icon-home {
    width: 4rem;
    height: 4rem;
}

.lh1 {
    line-height: 1 !important;
}

.highlights-grid-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--small-gap-size);
}

.highlights-grid-home>div {
    padding: var(--small-gap-size);
    border: 1px solid var(--background-gray);
    background-color: var(--background-gray);
    border-radius: 1rem;
}

.tab-panel-main-btns-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--small-gap-size);
    width: 80%;
}


.tab-btn-main-type.tab-btn-main-type-active {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.tab-btn-main-type {
    padding: 1rem 1.5rem;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    font-size: var(--content-size);
    line-height: 1 !important;
    cursor: pointer;
    color: var(--primary-color);
    text-align: center;
}

.tabpanel-subtype-tabpanel-flex-btns {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background-color: var(--primary-color);
}

.tabpanel-subtype-tabpanel-flex-btns .tabpanel-subtype-floorPlanName.tabpanel-subtype-floorPlanName-active {
    font-family: var(--bold-font-family);
    color: var(--white-color);
}

.tabpanel-subtype-tabpanel-flex-btns .tabpanel-subtype-floorPlanName {
    color: #FFF;
    line-height: 1 !important;
    cursor: pointer;
}

.main-tab-floorrrrrs-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tab-panel-floorplan-image-wrapper {
    background-color: var(--white-color);
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
}

.about-vector-abs {
    position: absolute;
    right: 0;
    top: 10%;
}

.coreValueGridContent p,
.coreValueTitle {
    color: #555555;
    position: relative;
    z-index: 2;
}

.highlight-icon-home {
    filter: invert(1);
    width: 2.5rem;
    height: 2.5rem;
}

.coreValueGrid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    grid-template-areas:
        'one one . . . . .'
        '. two two . . . .'
        '. . three three . . .'
        '. . . four four . .'
        '. . . . five five .'
        '. . . . . six six';
    row-gap: 2rem;
}

.coreValueGridContent {
    position: relative;
    padding: 0 0 3.5rem 3.5rem;
    background-color: #231F20;
}

.coreValueGridContent::after {
    content: "";
    position: absolute;
    bottom: -3.5rem;
    left: 1.5rem;
    background-color: transparent;
    height: 100%;
    width: 35%;
    border-bottom-left-radius: 20px;
    border-left: 1px solid #825641;
    border-bottom: 1px solid #825641;
}

.coreValueGrid>div:nth-child(6) .coreValueGridContent::after {
    display: none;
}

.coreValueGrid>div:nth-child(1) {
    grid-area: one;
}

.coreValueGrid>div:nth-child(2) {
    grid-area: two;
}

.coreValueGrid>div:nth-child(3) {
    grid-area: three;
}

.coreValueGrid>div:nth-child(4) {
    grid-area: four;
}

.coreValueGrid>div:nth-child(5) {
    grid-area: five;
}

.coreValueGrid>div:nth-child(6) {
    grid-area: six;
}

.center-dot-relative::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    left: -1rem;
    top: 0.7rem;
}

.header-links-ul ul li .active_page p,
.header-links-ul ul li .active_page a,
.header-links-ul ul li .active_page span,
.header-links-ul ul li .active_page p span,
.header-links-ul ul li .active_page a span{
    color: var(--secondary-color) !important;
    font-family: var(--medium-font-family) !important;
}


.construction-update-card-grid {
    display: flex;
    flex-direction: row;
    gap: 10rem;
}

.construction-update-card-grid>div:nth-child(1) {
    width: calc(100% - 75% - 2rem);
    flex-basis: calc(100% - 75% - 2rem);
}

.construction-update-card-grid>div:nth-child(2) {
    width: calc(100% - 25% - 2rem);
    flex-basis: calc(100% - 25% - 2rem);
}

.counter-value::after {
    content: '%';
    font-size: 66%;
}

.construction-progreess-bar::after {
    /* content: attr(data-progress); */
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 80%;
    background-color: #1DB844;
    border-radius: 1rem;
}

.construction-progreess-bar {
    width: 100%;
    height: 0.5rem;
    background-color: #D9D9D9;
    border-radius: 1rem;
    position: relative;
}


.walkthrough-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 1.5rem;
    text-align: center;
    width: fit-content;
}

.play_cons_icon {
    width: 4rem;
}