.InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E {
  height: 19.0625em;
  background: var(--primary-color);
}

@media (max-width: 1199.98px) {
  .InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E {
    height: auto;
    padding: 2em 0px;
  }
}

@media (max-width: 991.98px) {
  .InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E {
    padding: 0px;
  }
}

.InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_titleWrapper__i_i6p {
  padding: 7.0625em 0px 0px;
  width: 16.625em;
}

@media (max-width: 1199.98px) {
  .InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_titleWrapper__i_i6p {
    width: 100%;
  }
}

.InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_titleWrapper__i_i6p .InstagramFeeds_title__Pj2w9 {
  text-transform: uppercase;
  color: var(--white-color);
  margin: 0px;
  line-height: 1.4;
}

@media (max-width: 575.98px) {
  .InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_titleWrapper__i_i6p {
    width: 100%;
    padding: 2em 0px;
  }

  .InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_titleWrapper__i_i6p .InstagramFeeds_title__Pj2w9 {
    margin: 0px;
  }
}

.InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_updateSlider__fjc14 {
  background: var(--white-color);
}

.InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_updateSlider__fjc14 .InstagramFeeds_slide__I5QO6 {
  height: 19.0625em;
  width: 19.0625em;
}

.InstagramFeeds_section__rztyo .InstagramFeeds_wrapper__aVU9E .InstagramFeeds_updateSlider__fjc14 .InstagramFeeds_slide__I5QO6 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.overlay {
  position: relative;
}

html.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black-color);
  z-index: 4;
  opacity: 0.5;
  transition: 0.5s;
}

*,
::after,
::before {
  /* margin: 0px; */
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  direction: ltr;
  text-align: left;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  body {
    font-size: 11.485px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  body {
    font-size: 14px !important;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

ol,
ul {
  font-size: 1.375em;
  line-height: 1.27272em;
  /* margin: 0px 0px 1.5909em; */
  list-style-position: outside;
  /* padding-left: 1em; */
  font-weight: 300;
}

@media (max-width: 1199.98px) {

  ol,
  ul {
    font-size: 1em;
    margin-bottom: 1em;
  }
}

ol li,
ul li {
  margin-bottom: 0.63636em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  font-size: 1em;
  font-weight: 300;
  margin-top: 1em;
}

html[lang="ar"] ol {
  list-style-type: arabic-indic;
}

a {
  text-decoration: none;
  color: var(--blue-500);
}

a:hover {
  color: var(--blue-400);
}

button,
iframe {
  border: 0px;
}

button {
  font-family: 'Poppins', sans-serif;
  appearance: button;
  font-size: inherit;
  background: transparent;
}

button:focus {
  outline: none;
}

textarea {
  font-size: inherit;
  resize: none;
}

::placeholder {
  opacity: 1;
  color: var(--blue-700);
}

picture {
  display: block;
  height: 100%;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"] {}

.h1,
h1 {
  font-weight: 400;
  margin: 0px 0px 0.5em;
  font-family: 'Poppins', sans-serif;
  font-size: 20px !important;
}

@media (max-width: 1199.98px) {

  .h1,
  h1 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {

  .h1,
  h1 {
    font-size: 2em;
    margin-bottom: 0.345em;
  }
}

.h2,
h2 {
  font-size: 2.25em;
  font-weight: 400;
  font-size: 19px !important;
  margin: 0px 0px 0.5em;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199.98px) {

  .h2,
  h2 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {

  .h2,
  h2 {
    font-size: 18px !important;
    margin-bottom: 0.345em;
    line-height: 29px !important;
  }
}

.h3,
h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.11111em;
  margin: 0px 0px 0.5em;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199.98px) {

  .h3,
  h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 991.98px) {

  .h3,
  h3 {
    margin-bottom: 0.545em;
  }
}

.h4,
h4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.46666em;
  margin: 0px 0px 0.5em;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199.98px) {

  .h4,
  h4 {
    font-size: 1.25em;
  }
}

.h5,
h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.1818em;
  margin: 0px 0px 0.3em;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199.98px) {

  .h5,
  h5 {
    font-size: 1.25em;
  }
}

@media (max-width: 991.98px) {

  .h5,
  h5 {
    font-size: 1.125em;
  }
}

.h6,
h6 {
  font-size: 1em;
  line-height: 1;
  margin: 0px 0px 0.5em;
}

.h6,
.p,
h6,
p {
  font-family: 'Poppins', sans-serif;
}

.p,
p {
  font-size: 0.875em;
  font-weight: 400;
  margin: 0px 0px 1.2727em;
  line-height: 29px;
  /* text-align: justify; */
}

@media (max-width: 1199.98px) {

  .p,
  p {
    font-size: 1em;
    margin-bottom: 1em;
  }
}

.p.font-20,
p.font-20 {
  font-size: 1.25em;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.loadjs {
  overflow: hidden;
}

.img-wrapper {
  position: relative;
  z-index: 1;
}

.container-fluid {
  max-width: 100%;
  padding: 0px;
}

@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0px 3em;
  }
}

@media (max-width: 575.98px) {
  .container-fluid {
    padding: 0px 2em;
  }
}

.container-s {
  max-width: 100%;
  padding: 0px 3.90625%;
}

@media (max-width: 991.98px) {
  .container-s {
    padding: 0px 3em;
  }
}

@media (max-width: 575.98px) {
  .container-s {
    padding: 0px 2em;
  }
}

.container {
  max-width: 100%;
  padding: 0px 11.7%;
}

@media (max-width: 1199.98px) {
  .container {
    padding: 0px 5em;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding: 0px 3em;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding: 0px 1em;
  }
}

.section-py {
  position: relative;
  padding: 2em 0px;
}

@media (min-width: 576px) {
  .section-py {
    padding: 3em 0px;
  }
}

@media (min-width: 1200px) {
  .section-py {
    padding: 3.25em 0px;
  }
}

.section-my {
  position: relative;
  margin: 2em 0px;
}

@media (min-width: 576px) {
  .section-my {
    margin: 3em 0px;
  }
}

@media (min-width: 1200px) {
  .section-my {
    margin: 6.25em 0px;
  }
}

.padding-right-none {
  padding-right: 0px;
}

@media (max-width: 1199.98px) {
  .padding-right-none {
    padding: 0px 5em;
  }
}

@media (max-width: 991.98px) {
  .padding-right-none {
    padding: 0px 3em;
  }
}

@media (max-width: 575.98px) {
  .padding-right-none {
    padding: 0px 2em;
  }
}

.mobile-padding-right-none {
  padding-right: 0px;
}

@media (max-width: 575.98px) {
  .mobile-padding-right-none {
    padding: 0px 2em;
  }
}

.row-gap-2 {
  row-gap: 2em;
}

.row-gap-60 {
  row-gap: 3.75em;
}

.mb-60 {
  margin-bottom: 3.75em !important;
}

.row-reverse {
  flex-direction: row-reverse;
}

.gap2em {
  gap: 2em 0px;
}

.border-radius-3 {
  border-radius: 3px;
  overflow: hidden;
}

.uline {
  position: relative;
  text-decoration: none;
}

.uline::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  transform: scaleX(1);
  transition: transform 0.5s;
}

.uline:hover::after {
  transition: transform 0.5s;
  transform: scaleX(0);
}

.uline.white-col::after {
  background: var(--color-whitecol);
}

.uline.black-col::after {
  background: var(--color-blackcol);
}

.w-uline {
  position: relative;
  color: rgb(219, 173, 130);
  font-size: 15px;
  text-decoration: none;
}

.w-uline::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--black-color);
  transform: scaleX(0);
}

.w-uline::after,
.w-uline:hover,
.w-uline:hover::after {
  transition: transform 0.5s;
}

.w-uline:hover::after {
  transform: scaleX(1);
}

.bannerglobal {
  position: relative;
  overflow: hidden;
  height: 40.3125em;
}

@media (min-width: 1200px) {
  .bannerglobal {
    height: 50.72em;
  }
}

.bannerglobal .img-wrapper {
  width: 100%;
  height: 100%;
}

.bannerglobal .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerglobal::before {
  top: 0px;
  opacity: 0.2;
  background: linear-gradient(181deg, transparent 45.76%, rgb(0, 0, 0) 91.75%);
}

.bannerglobal::after,
.bannerglobal::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
  user-select: none;
}

.bannerglobal::after {
  bottom: 0px;
  opacity: 0.25;
  background: var(--black-color);
}

.vision-mision img {
  height: 40.625em;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .vision-mision img {
    height: 27.625em;
  }
}

@media (max-width: 991.98px) {
  .vision-mision img {
    height: 17.625em;
  }
}

.modal-root-hidden,
.overflow-hidden {
  overflow: hidden;
}

.loadMoreWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 4.375em 0px 0px;
}

@media (max-width: 1199.98px) {
  .loadMoreWrapper {
    margin: 2em 0px 0px;
  }
}

.loadMoreWrapper img {
  width: 1.875em;
  height: 1.875em;
  margin: 0px 0px 0.9375em;
  animation: 5s linear 0s infinite normal none running rotate;
}

.loadMoreWrapper p {
  font-size: 1.125em;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

.cf-turnstile>div {
  display: none;
}

.cf-turnstile>div:first-child {
  display: block;
}

.primary-color {
  color: var(--primary-color);
}

.primary-bg {
  background-color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.tertiary-color {
  color: var(--tertiary-color);
}

.tertiary-bg {
  background-color: rgba(var(--tertiary-rgb-color), .1);
}

.white-color {
  color: var(--white-color);
}

.white-bg {
  background-color: var(--white-color);
}

.black-color {
  color: var(--black-color);
}

.black-bg {
  background-color: var(--black-color);
}

.gray-color {
  color: var(--gray-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

.wine-color {
  color: var(--wine-color);
}

.wine-bg {
  background-color: var(--wine-color);
}

.brown-color {
  color: var(--brown-color);
}

.brown-bg {
  background-color: var(--brown-color);
}

.espresso-color {
  color: var(--espresso-color);
}

.espresso-bg {
  background-color: var(--espresso-color);
}

.animate {
  opacity: 0;
}

.animate.fadein-Left {
  transform: translate(100px);
}

.animate.fadein-Right {
  transform: translate(-100px);
}

.animate.fadein-Up {
  transform: translateY(100px);
}

.animate.fadein-Down {
  transform: translateY(-100px);
}

@media (max-width: 767.98px) {
  .animate {
    opacity: 1;
  }

  .animate.fadein-Down,
  .animate.fadein-Left,
  .animate.fadein-Right,
  .animate.fadein-Up {
    transform: translate(0px);
  }
}

@keyframes anim {
  100% {
    transform: translate(0px);
    opacity: 1;
  }
}

.lazy-img {
  opacity: 0;
}

@media (min-width: 768px) {
  .img__observer {
    position: relative;
  }

  .img__observer img {
    overflow: hidden;
    border-radius: inherit;
    clip-path: inset(0px 100% 0px 0px);
  }

  .img__observer::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    background: rgba(var(--primary-color), 1);
    bottom: 0px;
    left: 1px;
    z-index: 0;
    border-radius: inherit;
  }

  .img__observer.active img {
    transition: 1s 0.5s;
    clip-path: inset(0px);
  }

  .img__observer.active::before {
    width: 99.5%;
    transition: 0.5s;
  }

  .img__observer.white-bg::before {
    background: rgba(var(--white-color), 1);
  }
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -0.9375em;
}

@media (min-width: 992px) {
  .gap-15 {
    margin: 0px -0.5em;
  }

  .gap-15 .col_12,
  .gap-15 .col_lg_6 {
    padding: 0px 0.5em;
  }
}

.no-gutters {
  margin: 0px;
  width: 100%;
}

.no-gutters>[class*="col_"] {
  padding: 0px;
}

.col_offset_0 {
  margin-left: 0px;
}

.col_1 {
  flex: 0 0 8.33333%;
  width: 8.33333%;
  padding: 0px 0.9375em;
}

.col_offset_1 {
  margin-left: 8.33333%;
}

.col_2 {
  flex: 0 0 16.6667%;
  width: 16.6667%;
  padding: 0px 0.9375em;
}

.col_offset_2 {
  margin-left: 16.6667%;
}

.col_3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0px 0.9375em;
}

.col_offset_3 {
  margin-left: 25%;
}

.col_4 {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  padding: 0px 0.9375em;
}

.col_offset_4 {
  margin-left: 33.3333%;
}

.col_5 {
  flex: 0 0 41.6667%;
  width: 41.6667%;
  padding: 0px 0.9375em;
}

.col_offset_5 {
  margin-left: 41.6667%;
}

.col_6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0px 0.9375em;
}

.col_offset_6 {
  margin-left: 50%;
}

.col_7 {
  flex: 0 0 58.3333%;
  width: 58.3333%;
  padding: 0px 0.9375em;
}

.col_offset_7 {
  margin-left: 58.3333%;
}

.col_8 {
  flex: 0 0 66.6667%;
  width: 66.6667%;
  padding: 0px 0.9375em;
}

.col_offset_8 {
  margin-left: 66.6667%;
}

.col_9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0px 0.9375em;
}

.col_offset_9 {
  margin-left: 75%;
}

.col_10 {
  flex: 0 0 83.3333%;
  width: 83.3333%;
  padding: 0px 0.9375em;
}

.col_offset_10 {
  margin-left: 83.3333%;
}

.col_11 {
  flex: 0 0 91.6667%;
  width: 91.6667%;
  padding: 0px 0.9375em;
}

.col_offset_11 {
  margin-left: 91.6667%;
}

.col_12 {
  flex: 0 0 100%;
}

.col_offset_12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .col_sm_offset_0 {
    margin-left: 0px;
  }

  .col_sm_1 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_1 {
    margin-left: 8.33333%;
  }

  .col_sm_2 {
    flex: 0 0 16.6667%;
    width: 16.6667%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_2 {
    margin-left: 16.6667%;
  }

  .col_sm_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_3 {
    margin-left: 25%;
  }

  .col_sm_4 {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_4 {
    margin-left: 33.3333%;
  }

  .col_sm_5 {
    flex: 0 0 41.6667%;
    width: 41.6667%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_5 {
    margin-left: 41.6667%;
  }

  .col_sm_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_6 {
    margin-left: 50%;
  }

  .col_sm_7 {
    flex: 0 0 58.3333%;
    width: 58.3333%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_7 {
    margin-left: 58.3333%;
  }

  .col_sm_8 {
    flex: 0 0 66.6667%;
    width: 66.6667%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_8 {
    margin-left: 66.6667%;
  }

  .col_sm_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_9 {
    margin-left: 75%;
  }

  .col_sm_10 {
    flex: 0 0 83.3333%;
    width: 83.3333%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_10 {
    margin-left: 83.3333%;
  }

  .col_sm_11 {
    flex: 0 0 91.6667%;
    width: 91.6667%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_11 {
    margin-left: 91.6667%;
  }

  .col_sm_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px 0.9375em;
  }

  .col_sm_offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col_md_offset_0 {
    margin-left: 0px;
  }

  .col_md_1 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_1 {
    margin-left: 8.33333%;
  }

  .col_md_2 {
    flex: 0 0 16.6667%;
    width: 16.6667%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_2 {
    margin-left: 16.6667%;
  }

  .col_md_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_3 {
    margin-left: 25%;
  }

  .col_md_4 {
    flex: 0 0 33.3333%;
  }

  .col_md_offset_4 {
    margin-left: 33.3333%;
  }

  .col_md_5 {
    flex: 0 0 41.6667%;
    width: 41.6667%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_5 {
    margin-left: 41.6667%;
  }

  .col_md_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_6 {
    margin-left: 50%;
  }

  .col_md_7 {
    flex: 0 0 58.3333%;
    width: 58.3333%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_7 {
    margin-left: 58.3333%;
  }

  .col_md_8 {
    flex: 0 0 66.6667%;
    width: 66.6667%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_8 {
    margin-left: 66.6667%;
  }

  .col_md_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_9 {
    margin-left: 75%;
  }

  .col_md_10 {
    flex: 0 0 83.3333%;
    width: 83.3333%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_10 {
    margin-left: 83.3333%;
  }

  .col_md_11 {
    flex: 0 0 91.6667%;
    width: 91.6667%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_11 {
    margin-left: 91.6667%;
  }

  .col_md_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px 0.9375em;
  }

  .col_md_offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col_lg_offset_0 {
    margin-left: 0px;
  }

  .col_lg_1 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_1 {
    margin-left: 8.33333%;
  }

  .col_lg_2 {
    flex: 0 0 16.6667%;
    width: 16.6667%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_2 {
    margin-left: 16.6667%;
  }

  .col_lg_3 {
    flex: 0 0 25%;
  }

  .col_lg_offset_3 {
    margin-left: 25%;
  }

  .col_lg_4 {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_4 {
    margin-left: 33.3333%;
  }

  .col_lg_5 {
    flex: 0 0 41.6667%;
    width: 41.6667%;
    padding: 0px 1.9375em;
  }

  .col_lg_offset_5 {
    margin-left: 41.6667%;
  }

  .col_lg_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_6 {
    margin-left: 50%;
  }

  .col_lg_7 {
    flex: 0 0 58.3333%;
    width: 58.3333%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_7 {
    margin-left: 58.3333%;
  }

  .col_lg_8 {
    flex: 0 0 66.6667%;
    width: 66.6667%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_8 {
    margin-left: 66.6667%;
  }

  .col_lg_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_9 {
    margin-left: 75%;
  }

  .col_lg_10 {
    flex: 0 0 83.3333%;
    width: 83.3333%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_10 {
    margin-left: 83.3333%;
  }

  .col_lg_11 {
    flex: 0 0 91.6667%;
    width: 91.6667%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_11 {
    margin-left: 91.6667%;
  }

  .col_lg_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px 0.9375em;
  }

  .col_lg_offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col_xl_offset_0 {
    margin-left: 0px;
  }

  .col_xl_1 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_1 {
    margin-left: 8.33333%;
  }

  .col_xl_2 {
    flex: 0 0 16.6667%;
    width: 16.6667%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_2 {
    margin-left: 16.6667%;
  }

  .col_xl_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_3 {
    margin-left: 25%;
  }

  .col_xl_4 {
    flex: 0 0 33.3333%;
  }

  .col_xl_offset_4 {
    margin-left: 33.3333%;
  }

  .col_xl_5 {
    flex: 0 0 41.6667%;
    width: 41.6667%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_5 {
    margin-left: 41.6667%;
  }

  .col_xl_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_6 {
    margin-left: 50%;
  }

  .col_xl_7 {
    flex: 0 0 58.3333%;
    width: 58.3333%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_7 {
    margin-left: 58.3333%;
  }

  .col_xl_8 {
    flex: 0 0 66.6667%;
    width: 66.6667%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_8 {
    margin-left: 66.6667%;
  }

  .col_xl_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_9 {
    margin-left: 75%;
  }

  .col_xl_10 {
    flex: 0 0 83.3333%;
    width: 83.3333%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_10 {
    margin-left: 83.3333%;
  }

  .col_xl_11 {
    flex: 0 0 91.6667%;
    width: 91.6667%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_11 {
    margin-left: 91.6667%;
  }

  .col_xl_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px 0.9375em;
  }

  .col_xl_offset_12 {
    margin-left: 100%;
  }
}

.text-center {
  text-align: center;
}

.m-auto {
  margin: 0px auto;
}

.m-0 {
  margin: 0px;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

@media (max-width: 991.98px) {
  .mb-md {
    margin-bottom: 2em;
  }
}

@media (max-width: 767.98px) {
  .mb-sm {
    margin-bottom: 2em;
  }
}

.text-lower {
  text-transform: lowercase !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.generic--radius {
  border-radius: 10px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-item-center {
  align-items: center;
}

.align-item-end {
  align-items: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media (min-width: 576px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .desktop-only {
    display: none;
  }
}

.img-hack,
.img-hack-contain {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.img-hack-contain {
  object-fit: contain;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-1,
.line-clamp-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box !important;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-3,
.line-clamp-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(231, 231, 231);
  letter-spacing: 0.1px;
  line-height: 28px;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 16px !important;
  display: -webkit-box !important;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.main__wrapper {
  position: fixed;
  inset: 0px;
  z-index: 999;
  background-color: var(--white-color);
}

.main__wrapper .notFound__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 38.5em;
  margin: auto;
  text-align: center;
  background-color: var(--white-color);
}

.main__wrapper .notFound__wrapper h6 {
  font-size: 2em;
  font-weight: 600;
}

.main__wrapper .notFound__wrapper h2 {
  font-size: 5em;
  color: var(--color-secondarycol);
  margin: 0.3em 0px;
}

input {
  font-family: 'Poppins', sans-serif;
}

.form-group.border-red .custom__select,
.form-group.border-red input,
.form-group.border-red textarea,
.form-group.border-red.upload-input .red-label-upload {
  border: 1px solid red;
}

.form-group .error {
  color: red;
  margin-top: 8px;
  display: block;
  bottom: -30px;
  font-size: 0.875em;
}

.form-group {
  margin-bottom: 1.25em;
  position: relative;
}

@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 1.25em;
  }
}

.form-group.form-group-checkbox {
  margin-bottom: 0px;
}

.form-group span {
  color: var(--black-color);
  font-size: 1.125em;
}

.form-group .input {
  font-size: 0.875em;
  width: 100%;
  margin-top: 0px;
  height: 3.95em;
  padding: 0px 0.9em;
  background: transparent;
  border: 1px solid var(--border-color);
  box-shadow: none;
}

.form-group .input::placeholder {
  color: rgba(var(--color-blackrgb), .4);
}

.form-group .textArea {
  font-family: 'Poppins', sans-serif;
  height: 7.4375em;
  padding-top: 0.9em;
}

.form-group .custom__select {
  margin-top: 0px;
  width: 100%;
  background: transparent;
  border: 1px solid var(--border-color);
  font-size: 0.875em;
  height: 3.95em;
}

.form-group .custom__select .custom__select__control {
  background: transparent;
  height: 100%;
  padding: 0px 1.4375em;
  margin-top: 0px;
}

.fieldSize .custom__select,
.fieldSize .input {
  height: 2em;
  border: 0px;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(246, 246, 246));
}

.fieldSize .input {
  padding-left: 7em;
}

.fieldSize.border-red input {
  border: 0px !important;
}

.fieldSize .labelFixed {
  font-size: 0.8125em;
  position: absolute;
  top: 0px;
  left: 0.5em;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 2.155em;
  width: 7.1285em;
  padding-left: 0.625em;
  background: rgb(235, 234, 234);
}

.fieldSize .error {
  font-size: 0.75em;
  margin: 0px;
  position: absolute;
  top: calc(100% + 0.25em);
  left: 0.6em;
  width: 100%;
  height: 1.25em;
  z-index: 1;
}

.fieldSize .textArea {
  padding-left: 0.9em;
  height: 3em;
  border: 0px;
}

.fieldSize .phone__wrapper .phone-flag {
  height: 2em;
}

.fieldSize .phone__wrapper .react-tel-input .selected-flag {
  padding-left: 1em !important;
}

@media (max-width: 991.98px) {
  .fieldSize .phone__wrapper .react-tel-input .selected-flag {
    padding-left: 0px !important;
  }
}

.newsletter {
  margin: 0px;
}

.newsletter .input {
  margin-top: 0px;
  height: 100%;
  font-size: 1.25em;
}

.asterick {
  color: red;
}

.contactForm .custom__select,
.contactForm .input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid var(--border-color);
  padding: 0px;
}

.contactForm .custom__select .custom__select__control,
.contactForm .input .custom__select__control {
  padding-left: 0px;
}

.contactForm .phone__wrapper .phone-flag {
  padding-left: 3em;
  border-top: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
  border-image: initial !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.contactForm .form-group.border-red input,
.contactForm .form-group.border-red textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid red !important;
}

.phone__wrapper .react-tel-input {
  font-size: 1em;
}

.phone__wrapper .react-tel-input .selected-flag {
  width: 2.8125em !important;
  padding-left: 0px !important;
}

.phone__wrapper .react-tel-input .flag-dropdown {
  background: none !important;
  border: none !important;
  padding-right: 0px !important;
}

.phone__wrapper .react-tel-input {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  background: transparent !important;
  transition: 0.25s !important;
}

.phone__wrapper .phone-flag {
  width: 100%;
  margin-top: 0px;
  height: 3.95em;
  padding: 0px 0px 0px 4em;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875em !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: none !important;
  background: none !important;
  outline: none !important;
  transition: 0.25s !important;
  color: rgb(0, 0, 0) !important;
}

.phone__wrapper .phone-flag.custom-error {
  border-bottom-color: var(--color-dangercol) !important;
}

.phone__wrapper .flag-dropdown {
  border: 0px !important;
}

.phone__wrapper .react-tel-input .flag-dropdown.open .selected-flag,
.phone__wrapper .react-tel-input .selected-flag:focus,
.phone__wrapper .react-tel-input .selected-flag:hover {
  background: none !important;
}

.phone__wrapper .react-tel-input .country-list .country {
  padding: 1px 9px;
  margin: 0px;
  text-align: left !important;
}

.phone__wrapper .react-tel-input .country-list .country span {
  font-size: 14px;
}

.fieldSize .phone__wrapper .phone-flag {
  padding-left: 7em;
  border: 0px !important;
  box-shadow: none !important;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(246, 246, 246)) !important;
}

.fieldSize .phone__wrapper .flag-dropdown {
  left: 2.625em;
  z-index: 2;
}

.fieldSize .custom__select .custom__select__control {
  padding-left: 0.5em;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.text-content-property-slider .btnn-wrapper,
.text-content-property-slider h2,
.text-content-property-slider p {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
}

.text-content-property-slider .swiper-slide-active h2 {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.5s;
}

.text-content-property-slider .swiper-slide-active .btnn-wrapper,
.text-content-property-slider .swiper-slide-active p {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.7s;
}

.properties-thumb-main-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  height: auto;
  padding: 1.25em 0px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 30px 0px, rgba(255, 255, 255, 0.3) 2px 2px 30px 0px inset;
  backdrop-filter: blur(2.5px);
}

.properties-thumb-main-wrapper .property-navigation-btns {
  z-index: 4;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 3.90625%;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  gap: 1.75em;
}

@media (max-width: 1399.98px) {
  .properties-thumb-main-wrapper .property-navigation-btns {
    gap: 1em;
  }
}

@media (max-width: 575.98px) {
  .properties-thumb-main-wrapper .property-navigation-btns {
    gap: 0.5em;
  }
}

.landmark-slider-thumb .swiper-slide-thumb-active .landmark-slider-thumbWrapper::before {
  box-shadow: 0 0 0 4px var(--white-color) inset !important;
}

.custom-swiper-button {
  width: 2.75em;
  height: 2.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.5s;
  cursor: pointer;
}

@media (max-width: 1399.98px) {
  .custom-swiper-button {
    width: 2.75em;
    height: 2.75em;
  }
}

.custom-swiper-button img,
.custom-swiper-button svg {
  width: 1em;
  height: 0.9375em;
}

.custom-swiper-button.green {
  background: var(--primary-color);
}

.custom-swiper-button.green:hover {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
}

.custom-swiper-button.green:hover svg path {
  fill: var(--primary-color);
}

.custom-swiper-button.white {
  background: var(--white-color);
}

.custom-swiper-button.white svg path {
  fill: var(--primary-color);
}

.custom-swiper-button.white:hover {
  background: #a88c58;
}

.custom-swiper-button.white:hover svg path {
  fill: var(--white-color);
}

.custom-scrollbar {
  background: rgb(var(--black-rgb-color), .2);
  height: 1px;
}

.custom-scrollbar .swiper-scrollbar-drag {
  background: #b78d48;
  height: 0.375em;
  top: -2px;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.accordionSlider .swiper-slide .accordionBody {
  max-height: 0px;
  transition: max-height 1s ease-in-out;
}

.accordionSlider .swiper-slide.custom-active .accordionBody {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

@media (max-width: 991.98px) {
  .accordionSlider .swiper-slide:last-child .accordion {
    border-bottom: none;
  }
}

@media (max-width: 1199.98px) {
  .highlightSlider {
    padding-bottom: 5em !important;
  }
}

.highlightSlider .custom-scrollbar .swiper-scrollbar-drag {
  top: 0px;
}

.milestoneCenterSlider .swiper-pagination {
  bottom: 1.5625em;
}

.milestoneCenterSlider .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border-radius: 1em;
  border: 1px solid var(--white-color);
  width: 1em;
  height: 1em;
  opacity: 1;
}

.milestoneCenterSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white-color);
}

.modernThumb {
  margin-top: 4.375em;
}

@media (max-width: 991.98px) {
  .modernThumb {
    margin: 2em 0px 0px;
  }
}

@media (max-width: 575.98px) {
  .modernThumb {
    margin: 2em 0px;
  }
}

.modernThumb .swiper-wrapper {
  gap: 2.8125em 1.25em;
}

@media (min-width: 992px) {
  .modernThumb .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
    gap: 2.8125em 1.25em;
  }
}

.modernThumb .swiper-slide-thumb-active .imgWrapper::before {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.milestoneThumbSlider .swiper-wrapper {
  display: flex;
  width: calc(100% - 1.125em);
}

.milestoneThumbSlider .swiper-wrapper .swiper-slide {
  width: fit-content;
  min-width: 15em;
}

@media (max-width: 991.98px) {
  .milestoneThumbSlider .swiper-wrapper .swiper-slide {
    min-width: 10em;
  }
}

@media (max-width: 767.98px) {
  .milestoneThumbSlider .swiper-wrapper .swiper-slide {
    min-width: 8em;
  }
}

.milestoneThumbSlider .swiper-wrapper .swiper-slide .yearCont::after,
.milestoneThumbSlider .swiper-wrapper .swiper-slide .yearIcon {
  opacity: 0;
  transition: 0.5s;
}

.milestoneThumbSlider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .yearCont::after,
.milestoneThumbSlider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .yearIcon {
  opacity: 1;
}

.CommunitiesFeatureSlider {
  margin: 4.125em 0px 0px;
}

.CommunitiesFeatureSlider .swiper-wrapper {
  align-items: center;
  justify-content: center;
  gap: 5em;
  flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
  .CommunitiesFeatureSlider .swiper-wrapper {
    gap: 5em 8em;
  }
}

@media (max-width: 991.98px) {
  .CommunitiesFeatureSlider .swiper-wrapper {
    gap: 3em 7em;
  }
}

@media (max-width: 575.98px) {
  .CommunitiesFeatureSlider .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px;
  }
}

.CommunitiesFeatureSlider .swiper-slide {
  width: 9em;
  position: relative;
}

@media (max-width: 575.98px) {
  .CommunitiesFeatureSlider .swiper-slide {
    width: 12em;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.CommunitiesFeatureSlider .swiper-slide::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  /* background: rgb(var(--black-rgb-color), .1); */
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .CommunitiesFeatureSlider .swiper-slide::before {
    height: 80%;
    left: 0px;
  }

  .CommunitiesFeatureSlider .swiper-slide:first-child::before {
    display: none;
  }
}

.media-slider .swiper-pagination {
  position: static !important;
  margin-top: 2em;
}

@media (max-width: 991.98px) {
  .media-slider .swiper-pagination {
    margin-top: 1.25em;
  }
}

.media-slider .swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.ParkSquareThumb .swiper-slide {
  position: relative;
  z-index: 5;
}

.ParkSquareThumb .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--primary-rgb-color), .5);
  top: 0px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.ParkSquareThumb .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.multi_industry__card {
  background: var(--blue-700);
  border-radius: 50%;
  width: 17.5em;
  height: 17.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}

@media (max-width: 1199.98px) {
  .multi_industry__card {
    width: 14.5em;
    height: 14.5em;
  }
}

@media (max-width: 767.98px) {
  .multi_industry__card {
    width: 9.5em;
    height: 9.5em;
    text-align: center;
  }
}

.multi_industry__card .img-wrapper {
  margin-bottom: 0.5em;
  max-width: 7.625em;
}

@media (max-width: 1199.98px) {
  .multi_industry__card .img-wrapper {
    max-width: 4.625em;
  }
}

@media (max-width: 767.98px) {
  .multi_industry__card .img-wrapper {
    max-width: 2.625em;
  }
}

.multi_industry__card p {
  text-align: center;
  margin-top: 0.5em;
}

.community-card {
  position: relative;
  width: 100%;
  height: 100%;
}

.community-card:hover .community-card__figure {
  transform: scale(1.1);
}

.community-card__figure {
  width: 100%;
  height: 100%;
  transition: var(--transition);
  background: var(--primary-color);
}

.community-card__figure::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 80%;
  background-image: linear-gradient(187deg, transparent 34.61%, rgb(0, 0, 0) 68.48%);
  opacity: 0.5;
  user-select: none;
}

.community-card__cta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0px 1.875em;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1.875em;
}

@media (max-width: 991.98px) {
  .community-card__cta {
    padding: 0px 1em;
  }
}

@media (max-width: 767.98px) {
  .community-card__cta {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0px;
  }
}

.community-card__cta .h6 {
  padding-right: 1em;
}

@media (max-width: 767.98px) {
  .community-card__cta .h6 {
    padding: 0px;
    flex: 0 0 100%;
  }
}

.modal-wrapper.open {
  display: block;
  background: rgba(var(--black-rgb-color), .3);
  height: 100%;
  z-index: 10;
  top: 0px;
  transition: var(--transition);
}

.modal,
.modal-wrapper.open {
  position: fixed;
  width: 100%;
  left: 0px;
}

.modal {
  height: 42.625em;
  max-width: 49.0625em;
  z-index: 9;
  right: 0px;
  transform: translateY(-50%);
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.05) -22px 0px 27px 0px;
  overflow: hidden auto;
  background-color: var(--white-color);
  padding: 3.75em;
  top: calc(100em + 100vh);
  transition: 0.5s;
}

@media (max-width: 767.98px) {
  .modal {
    padding: 2em;
    max-width: 24em;
  }
}

@media (max-width: 1199.98px) {
  .modal {
    height: auto;
  }
}

.modal.open {
  top: 50%;
}

.modal .btnWrapper {
  align-items: center;
  position: relative;
}

.modal .cf-turnstile {
  text-align: center;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5em;
  align-items: center;
}

.modal-title {
  font-size: 1.75em;
  margin-bottom: 1em;
  text-align: center;
}

.modal-close-wrapper,
.modal-title {
  display: flex;
  justify-content: center;
}

.modal-close-wrapper {
  cursor: pointer;
  width: 2.8125em;
  height: 2.8125em;
  background: rgba(var(--green-rgb-color), .1);
  align-items: center;
  border-radius: 100%;
}

.modal-close-wrapper-abs {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: 1.75em;
  height: 1.75em;
  padding: 0.55em;
}

.custom-select {
  position: relative;
  text-align: left;
}

.custom-select select {
  display: none;
}

.select-selected::after {
  content: url("/assets/svg/arrow-down.svg");
  position: absolute;
  right: 0.78em;
  text-indent: 0px;
}

.select-selected.select-arrow-active::after {
  transform: scale(-1);
}

.select-selected {
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  user-select: none;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 0px;
  padding: 0.725em 1.1em;
  background-color: transparent;
  color: var(--black-color);
  line-height: normal;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  .select-selected {
    font-size: 1.125em;
  }
}

.select-items {
  position: absolute;
  width: 100%;
  overflow: hidden auto;
  z-index: 9;
  background: var(--white-color);
  transition: 0.3s ease-in-out;
  box-shadow: rgba(55, 72, 106, 0.1) 0px 4px 17px;
  border-radius: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 10em;
}

.select-items,
.select-items>div {
  color: rgb(var(--black-rgb-color));
}

.select-items>div {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.select-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  padding: 5.25em 0px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper {
    padding: 3em 0px 2em;
  }
}

@media (max-width: 767.98px) {
  .footer-wrapper {
    padding-bottom: 1em;
  }
}

.left-wrapper {
  width: 25%;
}

@media (max-width: 991.98px) {
  .left-wrapper {
    width: 100%;
    order: 3;
    margin-top: 3em;
  }
}

@media (max-width: 575.98px) {
  .left-wrapper {
    width: 100%;
  }
}

.left-wrapper .logo-wrapper {
  margin-bottom: 5em;
  width: 19.125em;
}

@media (max-width: 1199.98px) {
  .left-wrapper .logo-wrapper {
    width: 15em;
  }
}

@media (max-width: 991.98px) {
  .left-wrapper .logo-wrapper {
    margin-bottom: 3em;
  }
}

@media (max-width: 575.98px) {
  .left-wrapper .logo-wrapper {
    width: 13.75em;
    margin: 0px auto 2em;
  }

  .left-wrapper .desc {
    text-align: center;
  }
}

.left-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  column-gap: 0.625em;
  margin: 1.25em 0px;
}

@media (max-width: 575.98px) {
  .left-wrapper .social-wrapper {
    justify-content: center;
  }
}

.left-wrapper .social-wrapper-item {
  margin-bottom: 0px;
}

.left-wrapper .social-wrapper-item a {
  width: 1.364em;
  height: 1.364em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-color);
  border-radius: 100%;
  transition: 0.5s;
}

@media (max-width: 575.98px) {
  .left-wrapper .social-wrapper-item a {
    width: 2em;
    height: 2em;
  }
}

.left-wrapper .social-wrapper-item a:hover {
  background: var(--white-color);
}

.left-wrapper .social-wrapper-item a:hover svg path {
  fill: var(--primary-color);
}

.left-wrapper .text-wrapper {
  max-width: 70%;
}

@media (max-width: 991.98px) {
  .left-wrapper .text-wrapper {
    max-width: 80%;
  }
}

@media (max-width: 575.98px) {
  .left-wrapper .text-wrapper {
    max-width: 100%;
    text-align: center;
  }
}

.left-wrapper .text-wrapper .title {
  text-transform: uppercase;
}

.left-wrapper .text-wrapper .title .highlight {
  color: var(--blue-500);
}

.center-wrapper {
  width: 45%;
  border-left: 1px solid rgba(102, 129, 154, 0.3);
  border-right: 1px solid rgba(102, 129, 154, 0.3);
  padding: 0px 9.375em;
}

@media (max-width: 1199.98px) {
  .center-wrapper {
    width: 40%;
    padding: 0px 2em;
  }
}

@media (max-width: 991.98px) {
  .center-wrapper {
    width: 50%;
    padding: 0px 2em;
    order: 2;
    border-right: 0px;
  }
}

@media (max-width: 575.98px) {
  .center-wrapper {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin: 1em 0px;
  }
}

.center-wrapper .title {
  color: var(--blue-600);
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .center-wrapper .title {
    font-size: 1.25em;
  }
}

.center-wrapper .footer-menu {
  list-style: none;
  padding: 0px;
  margin-bottom: 3.75em;
}

@media (max-width: 767.98px) {
  .center-wrapper .footer-menu {
    margin-bottom: 0px;
  }
}

.center-wrapper .footer-menu-item {
  display: block;
}

.center-wrapper .footer-menu-item a {
  color: var(--white-color);
  font-size: 0.82em;
}

@media (max-width: 991.98px) {
  .center-wrapper .footer-menu-item a {
    font-size: 1em;
  }
}

.center-wrapper .contact-menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  column-gap: 1.85em;
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .center-wrapper .contact-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2em;
  }
}

.center-wrapper .contact-menu-item a {
  font-size: 0.82em;
}

@media (max-width: 991.98px) {
  .center-wrapper .contact-menu-item a {
    font-size: 1em;
  }
}

.right-wrapper {
  width: 20%;
}

@media (max-width: 1199.98px) {
  .right-wrapper {
    width: 30%;
  }
}

@media (max-width: 991.98px) {
  .right-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.875em;
    order: 1;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .right-wrapper {
    width: 100%;
  }
}

.right-wrapper .link-wrapper {
  margin-bottom: 1em;
}

@media (max-width: 991.98px) {
  .right-wrapper .link-wrapper {
    width: auto;
  }

  .right-wrapper .link-wrapper:first-child {
    width: 100%;
  }
}

@media (max-width: 575.98px) {

  .right-wrapper .link-wrapper,
  .right-wrapper .link-wrapper:first-child {
    width: 100%;
  }
}

.right-wrapper .link-wrapper:last-child .svg-wrapper {
  border: 0px;
}

.right-wrapper .title-wrapper {
  display: flex;
  column-gap: 1.25em;
}

.right-wrapper .title-wrapper .text-wrapper {
  width: calc(100% - 3.125em);
}

.right-wrapper .title-wrapper .svg-wrapper {
  border: 1px solid var(--white-color);
  width: 1.875em;
  height: 1.875em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-wrapper .title-wrapper .title {
  margin: 0px 0px 0.25em;
  color: var(--blue-600);
}

.right-wrapper .title-wrapper .desc {
  line-height: 1.75em;
}

:root {
  --primary-color: #084423;
  --secondary-color: #b37b59;
  --white-color: #fff;
  --black-color: #000;
  --wine-color: #6d1610;
  --brown-color: #391212;
  --espresso-color: #695352;
  --green-color: #064322;
  --border-color: #bebebe;
  --gray-color: #808181;
  --gray-color2: #f9f9f9;
  --cream-color: #f7f2ee;
  --highlight-color: #fafafa;
  --primary-rgb-color: 20, 41, 32;
  --secondary-rgb-color: 191, 127, 112;
  --tertiary-rgb-color: 179, 123, 89;
  --white-rgb-color: 255, 255, 255;
  --black-rgb-color: 0, 0, 0;
  --gray-rgb-color: 128, 129, 129;
  --wine-rgb-color: 109, 22, 16;
  --brown-rgb-color: 57, 18, 18;
  --espresso-rgb-color: 105, 83, 82;
  --green-rgb-color: 6, 67, 34;
  --transition: all 0.5s ease;
}

@font-face {
  src: url("/_next/static/media/8e2396220719738d-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/e6757a36811d714c-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/70b518c43c750f58-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/00e4f7a35d29ea9c-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/a78ac526b78ec5ca-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/4dfd20a0018fcdbb-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: __montserrat_Fallback_ae6e3c;
  src: local("Arial");
  ascent-override: 84.97%;
  descent-override: 22.03%;
  line-gap-override: 0%;
  size-adjust: 113.92%;
}

.__className_ae6e3c {
  font-family: __montserrat_ae6e3c, __montserrat_Fallback_ae6e3c;
}

.__variable_ae6e3c {
  --font-montserrat: "__montserrat_ae6e3c", "__montserrat_Fallback_ae6e3c";
}

@font-face {
  src: url("/_next/static/media/4fa840a7cdffdc66-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/915af62b3a3459c5-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/8e622fb68dd3a942-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("/_next/static/media/f14ea66daadcf68d-s.p.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: local("Arial");
  ascent-override: 111.39%;
  descent-override: 34.27%;
  line-gap-override: 0%;
  size-adjust: 85.48%;
}

.__className_425b35 {
  font-family: 'Poppins', sans-serif;
}

.__variable_425b35 {
  font-family: 'Poppins', sans-serif;
}


.footer {
  background: #111;
  color: #ccc;
  font-family: "Inter", sans-serif;
  /* padding: 60px 20px 30px; */
  border-top: 1px solid #444;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin: auto;
}

.footer-logo img {
  width: 110px;
}

/* Section Title */
.footer-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Links */
.footer-links .links-wrapper {
  display: flex;
  gap: 60px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 15px;
}

.footer-links ul li a {
  color: #d9d9d9;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #d4a75f;
}

/* Contact */
.footer-contact p {
  color: #ccc;
  margin-bottom: 13px;
  color: #d9d9d9;
  font-weight: 500;
  line-height: 30px;
}

.footer-contact a {
  color: #d4a75f;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #ccc;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  border: 1px solid #555;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #d4a75f;
  border-color: #d4a75f;
}

/* Map Section */
.footer-note {
  margin: 24px auto;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
  /* border-top: 1px solid #333; */
  padding-top: 20px;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 15px;
  letter-spacing: 0.px;
  color: #cfcdcd;
}

.footer-bottom-links a {
  color: #ccc;
  margin: 0 10px;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #d4a75f;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }



  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    font-size: 14px;
  }

  .footer-contact {
    margin-top: 20px;
  }

  .footer-links ul li {
    margin-top: 20px;
  }




}

.venturesOutter .venturesInner .overlayText {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000a0d var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 10, 13, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding: 2.5rem;
}

.venturesOutter {
  padding: .75rem;
}

.venturesOutter .venturesInner {
  position: relative;
  z-index: 0;
  overflow: hidden
}

.venturesOutter .venturesInner .imageOutter img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .2s;
  transition-timing-function: linear
}

.venturesOutter .venturesInner .overlayText {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000a0d var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 10, 13, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding: 2.5rem
}

.venturesOutter .venturesInner .overlayText .h6 {
  font-size: 15px;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.venturesOutter .venturesInner:hover>.imgHover {
  display: block
}

.venturesOutter:hover .venturesInner {
  cursor: pointer
}

.venturesOutter:hover .venturesInner .imageOutter img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.imgHover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  display: none;
  height: 100%;
  width: 15%;
  --tw-skew-x: -15deg;
  --tw-skew-y: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  animation: move .8s;
  opacity: 0;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .03) 1%, hsla(0, 0%, 100%, .6) 30%, hsla(0, 0%, 100%, .85) 50%, hsla(0, 0%, 100%, .85) 70%, hsla(0, 0%, 100%, .85) 71%, hsla(0, 0%, 100%, 0))
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0
  }

  5% {
    opacity: 0
  }

  48% {
    opacity: .2
  }

  80% {
    opacity: 0
  }

  to {
    left: 110%
  }
}

.venturesInner {
  position: relative;
  overflow: hidden;

  transition: transform 0.5s ease;
}

.venturesInner:hover {
  transform: scale(1.03);
}

.overlayText {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  padding: 15px;
}

.h-full {
  position: absolute;
  bottom: 10px;
  /* width: 100%; */
  /* display: flex; */
  /* align-items: flex-end; */
  /* positions text at the bottom */
  justify-content: center;
  /* centers text horizontally */
  /* text-align: center; */
}


.venturesOutter {
  padding: .75rem;
}

.project-slider-wrapper {
  position: relative;
}

.custom-button-prev,
.custom-button-next {
  position: absolute;
  /* right: 50%; */
  transform: translateY(-50%);
  background: #000;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease;
}

.custom-button-prev:hover,
.custom-button-next:hover {
  background: #222;
}

.custom-button-prev {
  right: 55px;
}

.custom-button-next {
  right: 0px;
}

.custom-button-prev svg,
.custom-button-next svg {
  width: 15px;
  height: 16px;
}




/* Base dropdown style */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem !important;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #000000 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}


.dropdown-menu li {
  padding: 4px 15px;
}

.dropdown-menu li a {
  color: white;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  /* font-size: 0.6425em; */
  font-weight: 500;
}

.dropdown-menu li a:hover {
  /* background-color: #222; */
  color: rgb(179, 133, 95) !important;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Optional: small arrow spacing */
.dropdown i {
  margin-left: 5px;
  font-size: 12px;
}

.para1 {
  padding: 10px 100px;
}


@media(max-width:576px) {
  .para1 {
    padding: 0px 0px;
  }
}

.facilities {
  line-height: 30px;
}

/* CARD */
.connectivity-item {
  padding: 30px 15px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

/* ICON CIRCLE */
.icon-circle {
  width: 70px;
  height: 70px;
  background: #f1f1f1;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 15px;
}

/* ICON */
.icon-circle img {
  width: 32px;
  height: auto;
  transition: transform 0.35s ease;
}

/* TEXT */
.connectivity-item p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  color: #000;
}

/* HOVER */
.connectivity-item:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.connectivity-item:hover img {
  transform: scale(1.1);
}


.contact-section {
  background-color: #fafafa;
  color: #000000;
}

.contact-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-details p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.contact-details i {
  margin-right: 8px;
  font-size: 15px;
}

.contact-details a {
  color: #000000;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

/* FORM */
.contact-form .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 12px;
  background: #ffffff;
  color: #000000;
}

.contact-btn {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s ease;
}



/* SECTION */
.connectivity-section {
  background: #f7f7f7;
}

/* INFO BOX */
.info-box {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
}

/* HEADER BUTTON */
.info-header {
  width: 100%;
  padding: 16px 18px;
  border: none;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* HEADER LEFT (ICON + TEXT) */
.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #111;
}

/* HEADER ICON */
.header-left img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* HOVER */
.info-header:hover {
  background: #f1f1f1;
}

/* ACTIVE HEADER */
.info-header[aria-expanded="true"] {
  background: #000;
}

.info-header[aria-expanded="true"] .header-left {
  color: #fff;
}

.info-header[aria-expanded="true"] img {
  filter: brightness(0) invert(1);
}

/* LIST */
.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LIST ITEM */
.info-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 18px;
  font-size: 14px;
  border-top: 1px solid #eee;
  color: #000000;
  font-weight: 500;
  /* letter-spacing: 0.5px; */
}

/* DISTANCE TEXT */
.info-list li span:last-child {
  font-weight: 600;
  color: #000;
}

/* LOCATION IMAGE */
.location-image-wrapper {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  height: 100%;
}

.location-image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .location-image-wrapper {
    margin-top: 30px;
  }
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

/* 1️⃣ Show first-level dropdown on hover */
.Header_menuitem__4lFqF.dropdown:hover>.dropdown-menu {
  display: block;
}

/* 2️⃣ Base dropdown styles */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}


/* 4️⃣ Show ongoing submenu ONLY on hover */
.ongoing-parent:hover>.ongoing-submenu {
  display: block;
}

/* 5️⃣ Prevent other items from triggering submenu */
.dropdown-menu>li:not(.ongoing-parent):hover>.ongoing-submenu {
  display: none;
}

/* 6️⃣ Cursor hint */
.dropdown-menu a {
  cursor: pointer;
  white-space: nowrap;
}

/* Right-side submenu */
.ongoing-submenu {
  display: none;
  position: absolute;
  top: -10px;
  left: 100%;
  background: #000;
  /* different shade */
  padding: 0px;
  min-width: 150px;
  border-radius: 6px;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.35); */
  list-style: none;
}

/* ================= MOBILE ACCORDION ================= */
.mobile-accordion {
  display: none;
}

/* Mobile only */
@media (max-width: 768px) {

  .mobile-accordion {
    display: block;
    width: 100%;
  }

  .accordion-toggle,
  .sub-toggle {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .accordion-content,
  .sub-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 12px;
  }

  .accordion-content a,
  .sub-content a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #ccc;
    text-decoration: none;
  }

  .accordion-content a:hover {
    color: #f5c16c;
  }

  .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .active>.accordion-toggle .arrow,
  .active>.sub-toggle .arrow {
    transform: rotate(45deg);
  }
}


.info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-right: 20px;
}

/* DEFAULT STATE → CLOSED → PLUS ICON */
.info-header::after {
  content: "\f067";
  /* Font Awesome PLUS */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  /* plus color */
}

/* OPEN STATE → MINUS ICON */
.info-header:not(.collapsed)::after {
  content: "\f068";
  /* Font Awesome MINUS */
  color: #fff;
  /* white minus icon */
}


.spec-item {
  background: #ffffff;
  padding: 20px;
  /* border-radius: 12px; */
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.spec-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #eeb8618a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

/* .icon-circle img {
    width: 46px;
    height: 46px;
} */

.spec-item h6 {
  font-size: 14px;
  /* font-weight: 700; */
  /* letter-spacing: 1px; */
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #111;
}

/* LIST — exact text, clean bullets */
.spec-points {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: left;
}

.spec-points li {
  font-size: 13px;
  line-height: 1.6;
  color: #1b1b1b;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.spec-points li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.6;

}

/* Image wrapper */
.floorplan-wrapper {
  position: relative;
}

/* Button wrapper – center overlay */
.floorplan-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Optional: dark overlay for better readability */
.floorplan-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 1;
}

/* Ensure image stays below button */
.floorplan-wrapper img {
  display: block;
  width: 100%;
}

@media (max-width:576px) {
  .btnn-wrapper {
    order: 2;
  }
}

.bullet-points p {
  line-height: 20px;
  margin-bottom: 8px;
}



.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
}

.popup-content {
  background: rgba(15, 15, 15, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  width: 100%;
  max-width: 420px;
  padding: 50px 35px 40px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: imanFadeUp 0.45s ease;
  font-family: "Poppins", sans-serif;
}

.popup-logo {
  position: absolute;
  top: 18px;
  width: 90px;
}

.close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 18px;
  color: #ddd;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.close-btn:hover {
  color: #fff;
  transform: rotate(90deg);
}

#prime-priorities-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}

#prime-priorities-form input {
  width: 100%;
  padding: 6px 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease;
}

#prime-priorities-form input::placeholder {
  color: #787878;
}

#prime-priorities-form input:focus {
  border-color: #caa35c;
  box-shadow: 0 0 0 2px rgba(202, 163, 92, 0.25);
}

.prime-priorities-submit-btn {
  background: linear-gradient(135deg, #caa35c, #b48b45);
  color: #111;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


@keyframes imanFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 576px) {
  .popup-content {
    /* padding: 45px 22px 35px; */
    margin: 0 15px;
  }

  .popup-logo {
    width: 75px;
  }
}


/* Card */
.testimonial-card {
    background: #fff;
    padding: 10px 30px;
    height: 100%;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Quote icon */
.quote-icon {
    width: 40px;
    margin-bottom: 20px;
}

/* Text */
.testimonial-text {
    font-size: 14px;
    line-height: 29px;
    color: #444;
    margin-bottom: 25px;
}

/* Footer */
.testimonial-footer strong {
    display: block;
    font-size: 16px;
    color: #222;
}

.testimonial-footer span {
    font-size: 14px;
    color: #888;
}

/* Mobile */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 20px;
    }
}

.dropdown :hover{
  color: rgb(179, 133, 95) !important;
}

@media(max-width:576px) {
 .number {
    font-size: 35px !important;
    font-weight: 400;
    background: linear-gradient(to bottom, #a88c58, #a88c58, #a68043);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Times New Roman", serif;
}
.AboutSec_listItem__cSII6 .AboutSec_title__BddEL {
   
margin-bottom: 5px !important;
   
font-weight:600 !important;
   
color: #b78d48 !important;
}
.footer-container {
    gap: 10px;
}.AboutSec_aboutListItemWrap__t2BDA {
    display: flex
;
 justify-content: start !important;
} 
}


.ParkSquare_copyright__VrkOO p{
  color: rgb(237, 237, 237) !important;font-size: 14px !important;line-height: 29px;
}

.contact-item strong{
  font-weight: 500;font-size: 15px;
}.contact-item p {
    margin: 0;
    font-size: 12px !important;
    line-height: 25px !important;
}

.AboutSec_aboutListItemWrap__t2BDA {
    display: flex;
    justify-content: end;   
}