@font-face {
  font-family: "MD Sans";
  src: url("../font/MDSans.woff2") format("woff2"),
       url("../font/MDSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "MADE Mirage";
  src: url("../font/MADEMirage.woff2") format("woff2"),
       url("../font/MADEMirage.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; /* Ensures font loads first before showing text */
}

@font-face {
  font-family: "MD Sans";
  src: url("../font/MDSans.woff2") format("woff2"),
       url("../font/MDSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MADE Mirage";
  src: url("../font/MADEMirage.woff2") format("woff2"),
    url("../font/MADEMirage.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MADE Mirage";
  src: url("../font/MADEMirage-Medium.woff2") format("woff2"),
    url("../font/MADEMirage-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MADE Mirage";
  src: url("../font/MADEMirage-Bold.woff2") format("woff2"),
    url("../font/MADEMirage-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MADE Mirage";
  src: url("../font/MADEMirage-Black.woff2") format("woff2"),
    url("../font/MADEMirage-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


 /* Fix for page shifting */
 html {
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden; /* Prevents horizontal scrolling */
  scroll-behavior: smooth;
  font-family: "DM Sans", sans-serif !important;
  
}

body.menu-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px); /* Stops content shift */
}


html {
  overflow-y: scroll; /* Ensures scrollbar is always visible */
}

body,html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px); /* Prevents layout shift */
}




/* Ensures no extra shift on smaller screens */
@media (max-width: 991px) {
  body.menu-open {
    width: 100%;
    padding-right: 0;
  }
}


.text-white{
  color: #fff !important;
}
#header {
  height: 86px; /* Set a fixed height */
  position: relative; /* Default position */
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

#header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 86px; /* Must match default height */
  background-color: #001d47 !important;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}




.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white; /* Add background to avoid transparency issues */
  z-index: 1000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}




::selection {
  background-color: #2196f3;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
}

a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: #000;
  text-decoration: none;
}

a:hover {
  outline: none;
  color: #1d1d1d;
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: #001D47;
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

.form-control::-moz-placeholder {
  color: #9c9c9c;
}

.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

.form-control:-moz-placeholder {
  color: #9c9c9c;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
  display: inline-block;
}

.user_dropdown > a {
  color: #494949;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user_dropdown img {
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  padding-bottom: 0;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #EFEDDF;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
}

.user_name > div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

.user_name .user_email {
  margin-top: -10px;
}

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

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a {
  color: #494949;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: #c72026;
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #EFEDDF;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

/*==================== Header Start ===================*/

#header {
  position: relative; /* Start as relative */
  width: 100%;
  margin-top: 0;
  transition: all 0.3s ease-in-out; /* Smooth effect */
}



/* Logo Visibility */
.default-logo {
  display: block;
  transition: opacity 0.3sease-in-out;
    position: relative;
    z-index: 555;
}

.sticky-logo {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

/* When Navbar Becomes Sticky */
.is-sticky .default-logo {
  display: none !important;
}

.is-sticky .sticky-logo {
  display: block !important;
}










#header.is-sticky.awake {
  transform: translateY(0%);
 margin: 0;

}





#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
  height: 65px;
}

#header > .container-fluid > .navbar {
  padding-left: 0;
  padding-right: 0;
}

/* #header .navbar-brand img {
    height: 45px;
    width: auto;
} */

#header .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 25px;
  padding-bottom: 20px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
#header .nav-link {
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "DM Sans", sans-serif !important;
}
#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
  color: #c72026;
  transform: scaleX(1);
  display: none;
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #c72026;
  transform: scaleX(0);
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

#header .dropdown-toggle::after {
  border: none;
  /* height: 8px;
  width: 11px; */
  /* background-image: url(../images/drop_arrow.png); */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 3px;
}

#header .extra_nav {
  margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
  margin-right: 10px;
}

#header .extra_nav .nav-item:list-child {
  margin-right: 0px;
}

#header .extra_btn:hover {
  background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #c72026;
  color: #fff;
  border: 1px solid #c72026;
}

#header .header_filled_btn:hover {
  background-color: #EFEDDF;
  color: #c72026;
}

#header .header_border_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #EFEDDF;
  color: #c72026;
  border: 1px solid #c72026;
}
#header .header_border_btn:hover {
  background-color: #c72026;
  color: #fff !important;
}

.header_border_btn:before,
.header_filled_btn:before {
  display: none;
}

#header .flag_ico {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
  padding-left: 32px;
  padding-right: 5px;
  width: auto;
  font-weight: 400;
  color: #000;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
  width: 21px;
  height: auto;
  vertical-align: text-bottom;
}

#header .for_mobile {
  display: none;
}

#header .for_desktop {
  display: block;
}

#header .dropdown-item {
  font-weight: 300;
}
#header .navbar-expand-lg .navbar-nav {
  max-width: 741px;
}
/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
  position: relative;
}

.lang_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100px;
  background-color: #EFEDDF;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
  margin: 0;
  padding: 4px 11px 6px 10px;
}

.lang_country {
  position: relative;
  cursor: pointer;
}
.dropdown-toggle.lang_drop {
  border: 0;
  background: transparent;
}
#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
  padding: 8px 0 8px 36px;
}
#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
  padding: 8px 0 8px 36px;
  color: #8b96a5;
}
.lang_country {
  position: relative;
  padding: 5px 0px 5px 34px;
  color: #494949;
  border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
  max-width: 19px;
}

.lang_country:last-child {
  border-bottom: 0;
}

.lang_country:hover {
  color: #c72026;
  background-color: transparent;
}

.navbar-brand {
  font-size: 0;
}
/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/

/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
  position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.footer-logsign-link:before {
  background-color: #df1f26;
  left: 0;
}

.footer-logsign-link:after {
  background-color: #ec2027;
  right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
  height: 150px;
  align-items: center;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.footer-signup-link a {
  background-color: #df1f26;
  padding-left: 0px;
}

.footer-signin-link a {
  background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
  color: #fff;
  font-size: 36px;
  width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
  color: #fff;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #d42027;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
  background-color: #EFEDDF;
  color: #d42027;
}

/*==================== Footer login Signup Section ===================*/

/*==================== Footer ===================*/

.footer-block figure {
  margin: 0 0 30px;
  display: inline-block;
  max-width: 219px;
}

.cts_no {
  font-size: 15px;
  padding: 0 80px 0 0;
}

.cts_no p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.copyright {
  padding: 20px 0 0;
  border-top: 1px solid #eeeeee;
  color: #fff;
  font-size: 16px;
  margin-top: 60px;
  font-family: "DM Sans", sans-serif;
}
.right_part {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: end;
}
.text_logo {
  max-height: 41px;
}
.right_part .theem_btn_outline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 193px;
}
.right_part .theem_btn_outline img {
  width: 100%;
  max-width: 193px;
  z-index: 1;
}
.newsletter-form .form-control {
  height: 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 3px;
  padding-right: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
  position: relative;
  top: 7px;
}

.relative-box .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #827e7e;
  height: 45px;
  font-size: 20px;
  background: no-repeat;
}

.relative-box .subscribe-btn:hover {
  color: #d42027;
}

footer h6 {
  font-size: 17px;
  color: #000;
  margin: 0 0 27px;
  position: relative;
}

ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-links li {
  margin: 3px 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

ul.footer-links li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
}

ul.footer-links li a:hover {
  color: #d42027;
}

ul.footer-links.socialize li a {
  position: relative;
  padding-left: 25px;
}

ul.footer-links.socialize li a i {
  position: absolute;
  left: -9px;
  width: 30px;
  text-align: center;
  top: -4px;
  color: #959595;
  font-size: 17px;
}
.footer_wrapper {
  padding: 60px 0 40px;
  background-image: url(../images/main_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.footer_wrapper_buil {
  padding: 60px 0 40px;
  background-image: url(../images/building_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}


.footer_wrapper_ameni {
  padding: 60px 0 40px;
  background-image: url(../images/ammenities_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}


.footer_wrapper_loca {
  padding: 60px 0 40px;
  background-image: url(../images/location_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

footer h6 {
  font-size: 18px;
  margin: 0 0 27px;
  font-weight: 500;
}
.footer-block h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}
.footer-block {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.footer-block img {
  margin-bottom: 44px;
}
.subscribe_text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.contact_details {
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
}
.contact_details span {
  font-size: 16px;
  color: #fff;
}
.top_space {
  margin-top: 84px;
}
.navbar {
  padding: 0;
}




#top-button {
  display: inline-block;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}
.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  display: none;
  border: #2196f3 1px solid;
  z-index: 1;
  border-radius: 4px;
}
.back_top span {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
.back_top span svg {
  width: 22px;
  height: 21px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.back_top:hover {
  border-color: #2196f3;
  color: #2196f3;
  background-color: #EFEDDF;
}
.back_top:hover span {
  color: #2196f3;
}

/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 25px;
}

.mobiledrop {
  position: absolute;
  right: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

.form-control {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  padding: 15px 25px;
}

.form-control:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #ff00e5;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #ff00e5;
  text-transform: uppercase;
  min-width: 393px;
}

.btn-primary:hover {
  color: #ff00e5;
  background-color: transparent;
  border: 1px solid #ff00e5;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 19px;
  padding-top: 21px;
  min-height: 55px;
  font-size: 1rem;
  color: #475f7b;
  background-color: #EFEDDF;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}
.form-control:focus {
  color: #475f7b;
  background-color: #EFEDDF;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: none;
}

/* HOME PAGE CSS START */
.hero_section {
  /* background-image: url(../images/header-bg.png); */
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_section_home{
  min-height: 0 !important;
}
/* .container {
  max-width: 1365px;
} */
.hero_section .hero_heading h1 {
  font-size: 128px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 500;
  line-height: 115px;
  letter-spacing: 8px;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  /* font-family: 'MADE Mirage'; */
}

.hero_section .hero_heading_error h1 {
  font-size: 70px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 500;
  line-height: 115px;
  letter-spacing: 8px;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  /* font-family: 'MADE Mirage'; */
}

.hero_section .hero_heading h1 span {
  justify-content: center;
  font-family: "MADE Mirage";
}

.hero_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1365px;
}
.hero_btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/* workspace section start */
.workspace_section {
  padding: 159px 0;
  
}

.workspace_sectionm {
  padding-top: 159px;
  
}

.workspace_section_amenis {
  padding-top: 159px;
  
}

.workspace_section_home {
  padding: 159px 0;
  background-color: #DDE5F7; 
}

.workspace_section_buil{
  background-color: #CCDAD0; 
}

.workspace_section_ameni{
  background-color: #E4D0D0;
      padding-top: 140px;
}

.workspace_section_loc{
  background-color: #CCDAD0;
}

.workspace_section_con{
  background-color: #EFEDDF;
}

.workspace_section_download{
  background-color: #EFEDDF;
}


.content_wrapper {
  max-width: 690px;
  margin: auto;
  text-align: center;
}
.content_wrapper img {
  margin-bottom: 29px;
}

.content_wrapper p {
  color: #001d47;
  font-weight: 400;
  padding-left: 4px;
  padding-right: 4px;
  font-family: "DM Sans";
  
}

.content_wrapper_buil p{
  color: #004514;
  line-height: 22px;
}

.content_wrapper_ameni p{
  color: #771212;
  line-height: 22px;
}

.content_wrapper_buil2 p{
  color: #001D47;
  line-height: 22px;
}

.content_wrapper_loc p{
  color: #004514;
  line-height: 22px;
}

.content_wrapper_white p{
  color: #fff;
  line-height: 22px;
}

.para2 {
  margin-top: -14px;
}
.content_wrapper p:last-child {
  margin-bottom: 0;
}
/* workspace section end */

/* slider section start */
.slider_section {
  background-color: #001d47;
}
/* .slider_wrapper{
  clip-path: polygon(35% 0, 68% 0, 100% 15%, 100% 51%, 84% 100%, 0 100%, 0 23%);
} */
.slider_section .swiper-slide img {
  width: 100%;
  clip-path: polygon(49% 100%, 100% 100%, 100% 57%, 100% 0, 0 0, 0 100%);
  transition: clip-path 0.5s ease-in-out;
}
.swiper-button-next {
  background-image: url(../images/next.png);
}
.swiper-button-prev {
  background-image: url(../images/back.png);
}

.con-arrow .swiper-button-next{
  background-image: url(../images/next-arr.svg);
}

.con-arrow .swiper-button-prev{
  background-image: url(../images/prev-arr.svg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 38px;
  background-size: 20px;
}
.swiper-button-prev {
  left: 40px;
  right: auto;
  
}
.swiper-button-next {
  right: 40px;
  left: auto;
}

.swiper-button-prev-keyfact{
  left: 10px;
    right: auto;
}

.swiper-button-next-keyfact{
  right: 10px;
  left: auto;
}

.building-arrow .swiper-button-prev {
  left: 10px;
  right: auto;
  
}

.building-arrow .swiper-button-next {
  right: 10px;
  left: auto;
}




/* slider section end */

/* details section start */
.details_section {
  padding: 50px 0 50px 0;
  background-color: #EFEDDF;
}

.details_section_home{
  background-color: #DDE5F7;
}

.details_section_ameni{
  background-color: #E4D0D0;
}

.details_section_loc{
  background-color: #CCDAD0;
}
.details_section .content_wrapper {
  max-width: 488px;
}
.theem_btn_outline {
  max-width: 162px;
  color: #001d47;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.theem_btn_outline img {
  width: 100%;
  max-width: 162px;
  position: relative;
  z-index: -1;
  margin: 0;
}
.theem_btn_outline span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "DM Sans", sans-serif;
}
/* details section start */

/* services_section start */
.services_section {
  /* background-color: #001D47; */
  padding: 63.5px 0;
}
.slider_items {
  text-align: center;
  min-height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tittle_slide {
  margin-top: 46px;
}
.tittle_slide h3 {
  font-size: 22.28px;
  color: #fff;
  text-align: center;
}

.tittle_slide_next h3 {
  font-size: 30px;
  color: #CCDAD0;
  text-align: center;
}


.tittle_slide h3 span {
  display: block;
  font-family: "MADE Mirage";
}
.img_box {
  min-height: 95px;
}



/* services_section end */

/* details section start */
.section_tittle {
  text-align: center;
  margin-bottom: 10px;
}
.heading_tittle {
  color: #001d47;
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 5px;
  font-family: "DM Sans", sans-serif;
}

.heading_tittle_buil{
  color: #004514;
}
.heading_tittle_portland{
  color: #fff;
}

.heading_tittle_ameni{
  color: #771212;
}

.heading_tittle_loc{
  color: #004514;
}

.heading_tittle_white{
  color: #fff;
}
.heading_tittle span {
  display: block;
  font-family: "MADE Mirage";
  font-weight: 500;
}

.heading_tittle_span {
  margin-top: -25px;
}

.heading_tittle_sub{
  font-size: 30px;
}
/* details section end */

/* highlight section start*/
.highlight_section {
  background-image: url(../images/home-btm-img.jpg);
  min-height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  margin-bottom: -45px;
  position: relative;
  overflow: hidden;
}

/* highlight section start*/
.highlight_section1 {
  background-image: url(../images/home-btm-img.jpg);
  min-height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  margin-bottom: -45px;
  position: relative;
  overflow: hidden;
}

/* Add this for advanced parallax */
.highlight_section .parallax-bg {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/home-assets/home-btm-img.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Add this for advanced parallax */
.highlight_section .parallax-bg-amep {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/home-assets/home-btm-img.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Add this for advanced parallax */
.highlight_section .parallax-bg_location {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/location/location_full_img1.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}



.highlight_section .parallax-bg_buil {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/building-assets/building-full-img-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.highlight_section1 .parallax-bg_ameni {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/amenities/amenities-full-img-1.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.highlight_section1 .parallax-bg_ameni1 {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/amenities/amenities-full-img-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}




.highlight_section .parallax-bg_amenib {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/amenities/amenities-full-img-3.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}



/* highlight section end*/

/* footer css start */
.mobile_only {
  display: none;
}
/* footer css end */

/* new css start */
.swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: #EFEDDF;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.services_slider {
  position: relative;
  /* background-color: #001D47; */
}
.services_slider .swiper {
  max-width: 1235px;
  margin: auto;
  padding: 0px 65px;
}
/* new css end */

/* HOME PAGE CSS END */

/* bulding page css start */
.building_page_wrapper .hero_section {
  /* background-image: url(../images/hero-images/10kws-building-hero.jpg); */
  position: relative;
  background-color: #004514;
}

.contact_page_wrapper .hero_section {
  /* background-image: url(../images/hero-images/10kws-building-hero.jpg); */
  position: relative;
  background-color: #001D47;
}

.hero_section_bg_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-images/10kws-building-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #003d12; */
}


.hero_section_bg_img_duplicate {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-images/10kws-amenities-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #003d12; */
}


.hero_section_bg_img_location {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/location/10kws-location-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #003d12; */
}

.hero_section_bg_img_floorplans{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-images/10kws-floorplans-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #003d12; */
}

.hero_section_bg_img_contact{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact/10kws-contact-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #003d12; */
}

.hero_section_bg_img_full2{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/amenities/amenities-full-img-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #003d12; */
}



@media (max-width: 768px) { /* Adjust the max-width as needed */
  .hero_section_bg_img {
      background-image: url(../images/hero-images/10kws-building-hero-mobile.jpg); /* Change this to your mobile-specific image */
  }
}


.building_page_wrapper .hero_section .hero_heading h1 {
  display: block;
  text-align: center;
}
.building_page_wrapper .hero_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.building_page_wrapper .slider_section {
  background-color: #004514;
}
.building_page_wrapper .slider_section img {
  width: 100%;
}



.varied_section {
  min-height: auto;
 
  background-color: #004514;
 
 
}
.inner_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 130px !important;
}
.varied_section .section_tittle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.varied_section .section_tittle .heading_tittle {
  color: #fff;
  font-size: 70.15px;
}
.content_wrapper p.pink_text {
  color: #001d47;
  font-size: 16px;
}

.details_section.perfectly_section_bulding .content_wrapper {
  max-width: 622px;
}
/* eco section start */
.eco_section {
  padding: 157px 0;
  background: url(../images/eco-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.eco_section .content_wrapper {
  max-width: 622px;
}
.eco_section .content_wrapper .heading_tittle {
  color: #fff;
}
.eco_section .content_wrapper p {
  color: #fff;
  font-size: 16px;
}
.eco_section .tittle_slide h3 {
  color: #ffffff;
  font-size: 38px;
  text-transform: uppercase;
}
.eco_section .slider_items {
  min-height: auto;
}
.eco_section .services_slider {
  margin-top: 40px;
}
.eco_section .swiper-button-next,
.eco_section .swiper-button-prev {
  top: 68%;
}
/* eco section start */

/* faq section start */
.faq_section {
  padding: 120px 0;
}

.faq_section_buil{
  background-color: #CCDAD0;
}
.faq_section .content_wrapper {
  max-width: 100%;
  text-align: left;
}
.faq_section .section_tittle {
  text-align: left;
}
.faq_section .heading_tittle {
  font-size: 28px;
}
.faq_wrapper {
  margin-top: 40px;
}

.floorplans_page_wrapper .faq_wrapper .accordion-button {
  padding: 18px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #001d47;
  border-radius: 0;
}

.faq_wrapper .accordion-button {
  padding: 18px 0;
  /* color: #FF00E5; */
  color: #001d47;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #001d47;
  border-radius: 0;
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
}
.accordion-button:not(.collapsed) {
  color: #001d47;
  background-color: transparent;
  box-shadow: none;
}
.faq_wrapper .accordion-button:focus {
  box-shadow: none;
}
.faq_wrapper .accordion-item {
  border: 0;
}

.floorplans_page_wrapper .faq_wrapper .accordion-body {
  border: 0;
  padding: 0;
  padding-top: 30px;
  /* color: #FF00E5; */
  color: #fff;
}

.faq_wrapper .accordion-body {
  border: 0;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  /* color: #FF00E5; */
  color: #001d47;
  font-family: "DM Sans", sans-serif;
}
.faq_wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
/* faq section end */

/* view section start */
.view_section {
  padding: 0 0 142px;
}

.view_section {
  background-color: #CCDAD0;
}

.view_section_ameni{
  background-color: #E4D0D0;
}

.view_section_con{
  background-color: #EFEDDF;
}
.view_section_download{
  background-color:#fff;
}

.view_section_floor{
  background-color: #EFEDDF;
}

.img_card {
  background-color: #EFEDDF;
  height: calc(100% - 52.8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_tittle {
  margin-top: 24px;
}
.card_tittle h4 {
  color: #001d47;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
}

.card_tittle_buil h4{
  color: #004514;
}
/* view section end */

/* bulding page css end */

/* Floorplans page css start */
.building_page_wrapper.floorplans_page_wrapper .hero_section {
  /* background-image: url(../images/hero-images/10kws-floorplans-hero.jpg); */
  background-color: #001D47;
}
.building_page_wrapper.floorplans_page_wrapper
  .workspace_section
  .theem_btn_outline
  img {
  width: 100%;
  min-width: 200px;
}
.building_page_wrapper.floorplans_page_wrapper
  .workspace_section
  .theem_btn_outline {
  max-width: 200px;
  text-transform: uppercase;
}

.sub-basement-img {
  width: 20% !important;
  position: absolute;
  left: 75%;
  top: 85%;
}

/* summary section start */
.summary_section {
  padding: 166px 0;
  background-color: #EFEDDF;
}
.summary_section .contaier {
  max-width: 1128px;
}
.summary_section .section_tittle {
  text-align: left;
  padding-bottom: 18px;
  border-bottom: 1px solid #001d47;
}
.tbl_wrapper .table {
  font-size: 14px;
  font-weight: 600;
  color: #001d47;
  border-color: #001d47;
}
.tbl_wrapper .table th {
  text-transform: uppercase;
}
.tbl_wrapper .table th,
.tbl_wrapper .table td {
  color: #001d47;
  padding: 3.6px 7px;
  background-color: transparent;
}
.tbl_wrapper .table tr.green_bg td {
  background-color: #42ad56;
}
/* summary section end */

/* slider section start */
.building_page_wrapper.floorplans_page_wrapper .slider_section {
  background-color: #EFEDDF;
  padding: 108px 0;
}
.building_page_wrapper.floorplans_page_wrapper
  .slider_section
  .swiper-button-next,
.building_page_wrapper.floorplans_page_wrapper
  .slider_section
  .swiper-button-prev {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(1373%)
    hue-rotate(197deg) brightness(92%) contrast(107%);
}
.building_page_wrapper.floorplans_page_wrapper .slider_section .container {
  max-width: 1128px;
}
.building_page_wrapper.floorplans_page_wrapper
  .slider_section
  .swiper-pagination-bullet {
  background-color: #000000;
  opacity: 0.4;
}
.building_page_wrapper.floorplans_page_wrapper
  .slider_section
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.building_page_wrapper.floorplans_page_wrapper
  .slider_section
  .swiper-pagination {
  bottom: -28px;
}
.building_page_wrapper.floorplans_page_wrapper .slider_section .section_tittle {
  padding-bottom: 18px;
  border-bottom: 1px solid #001d47;
  margin-bottom: 20px;
}
.sub_tittle h3 {
  color: #001d47;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
/* slider sectin end */

/* faq section start */
.building_page_wrapper.floorplans_page_wrapper .faq_section {
  padding: 105px 0;
  background-color: #001d47;
}
.building_page_wrapper.floorplans_page_wrapper .faq_section .heading_tittle {
  color: #fff;
  letter-spacing: 2px;
}
.building_page_wrapper.floorplans_page_wrapper .faq_wrapper .accordion-button {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
}
.building_page_wrapper.floorplans_page_wrapper .faq_wrapper .accordion-item {
  background-color: transparent;
}
.building_page_wrapper.floorplans_page_wrapper
  .faq_wrapper
  .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%)
    hue-rotate(249deg) brightness(108%) contrast(101%);
}

/* faq section end */

.summary_section .image-container {
  position: relative;
  margin-top: 85px;
}
.summary_section .image-container img {
  width: 100%;
  display: block;
  max-height: 316px;
  position: relative;
  z-index: 2;
}
.summary_section .highlight {
  position: absolute;
  background-color: #42ad56; /* Semi-transparent green */
  display: none; /* Initially hidden */
  z-index: 1;
}
.summary_section table {
  margin-top: 0;
  border-collapse: collapse;
  width: 100%;
}
.summary_section table th,
.summary_section table td {
  /* border: 1px solid #ccc; */
  border-bottom: 1px solid black; /* Bottom border only */
}
.summary_section th,
.summary_section td {
  padding: 8px;
  text-align: left;
}
.summary_section tr:hover {
  background-color: #9AB0E7;
  cursor: pointer;
}

.summary_section .tr-sp:hover {
  background-color: transparent;
  cursor: pointer;
}

/* Floorplans page css end */

/* 23-01-2025 css start */
.details_section .content_wrapper p {
  font-size: 16px;
}
.building_page_wrapper.floorplans_page_wrapper
  .workspace_section
  .content_wrapper
  p.pink_text {
  font-size: 20px;
}
/* 23-01-2025 css end */

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  padding-bottom: 22px;
}

.hero_section {
  text-align: center;
  padding: 0px 0;
  margin-top: -87px;
  z-index: -1;
  
}

.body-para{

  font-size: 16px !important;
  line-height: 22px !important;
  max-width: 690px;
  margin: auto;
  text-align: center;
  color: #004514;
}

.page-hero-intro{
  font-size: 20px !important;
  line-height: 27px !important;
  max-width: 690px;
  margin: auto;
  text-align: center;
  color: #004514;

}


.hero_section_home{
  background-color: #DDE5F7;
 
}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_section_download {
  background-image: url(../images/download/header-bg-download.jpg);
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* contact image wrapper page css start */
.building_page_wrapper.contact_page_wrapper .hero_section {
  /* background-image: url(../images/hero-images/10kws-contact-hero.jpg); */
}
.building_page_wrapper.contact_page_wrapper
  .workspace_section
  .theem_btn_outline
  img {
  width: 100%;
  min-width: 200px;
}
.building_page_wrapper.contact_page_wrapper
  .workspace_section
  .theem_btn_outline {
  max-width: 200px;
  text-transform: uppercase;
}

.custom-slider-container {
  margin: 0px auto;
}
.custom-slider {
  padding: 0;
}
.swiper-slide {
  /* padding: 20px; */
}

.bg-contact {
  background: #DDE5F7;
}

.slide-top {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #001D47;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
}
.divider1 {
  border: none;
  border-top: 2px solid #000;
  margin: 40px 0;
}
.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.para-con {
  color: #001d47;
  font-size: 20px;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
}

.services_section_ameni {
  /* background-color: #771212; */
  padding: 63.5px 0;
}

.varied_ssection_ameni {
  background-color: #771212;
}

.b-text {
  color: #E4D0D0;
}

.b-text-buil{
  color: #004514;
}

.swiper-container {
  position: relative; /* Ensures arrows are positioned within this container */
}

/* 
      ---------location css---------- */

/* location page css start */

.location_page_wrapper .hero_section {
  /* background-image: url(../images/hero-images/10kws-location-hero.jpg); */
  background-color: #003d12;
  background-position: center;
}

.eco_sec_loc {
  padding: 157px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.eco_sec_loc-1 {
  padding: 157px 0;
  background-repeat: no-repeat;
  background-color: #EFEDDF;
  background-size: cover;
}

.eco_sec_loc{
  background-color: #CCDAD0;
}

.eco_sec_loc_green{
  background-color: #004514;
}

.bg-blue {
  background-color: #001d47 !important;
}


.bg-green {
  background-color: #004514 !important;
}

.bg-red {
  background-color: #771212 !important;
}


.button_buil {
  color: #001d47;
  border: 3px solid #001d47;
  padding: 12px 24px;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  transition: 0.1s;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
}

.button_buil-green{
  color: #004514;
  border: 3px solid #004514;
}

.button_builf {
  color: #fff;
  border: 3px solid #fff;
  padding: 12px 24px;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
}
.cornerfl {
  position: absolute;
  width: 8px; /* Size of the white circles */
  height: 8px;
  background: #567bd7;
  border-radius: 30%;
  z-index: 2;
}
.cornerf {
  position: absolute;
  width: 8px; /* Size of the white circles */
  height: 8px;
  background: #001d47;
  border-radius: 30%;
  z-index: 2;
}

/* White circles at all four corners */
.corner {
  position: absolute;
  width: 8px; /* Size of the white circles */
  height: 8px;
  background: white;
  border-radius: 30%;
  z-index: 2;
}

/* Positioning the corners */
.corner.top-left {
  top: -7px;
  left: -7px;
}
.corner.top-right {
  top: -7px;
  right: -7px;
}
.corner.bottom-left {
  bottom: -7px;
  left: -7px;
}
.corner.bottom-right {
  bottom: -7px;
  right: -7px;
}

.cornerfl.top-left {
  top: -7px;
  left: -7px;
}
.cornerf.top-right {
  top: -7px;
  right: -7px;
}
.cornerf.bottom-left {
  bottom: -7px;
  left: -7px;
}
.cornerf.bottom-right {
  bottom: -7px;
  right: -7px;
}

/* Blur effect on hover */
/* .button_buil:hover {
    background: #001D47;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 29, 71, 0.5);
} */

.accordion-header {
  font-size: 20px;
}

.text_white {
  color: #fff !important;
}



/* Amenities css start */

.amenities_page_wrapper .hero_section {
  /* background-image: url(../images/hero-images/10kws-amenities-hero.jpg); */
  background-color: #771212;
  background-position: center;
}

/* .image-sec{
    position: relative;
}

.icon{
    position: absolute;
} */

.loc_heading_tittle {
  color: #004514;
  font-size: 42.23px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 5px;
  font-family: "MADE Mirage";
  line-height: 30px;
}

.loc_heading_tittle span {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 17.19px;
  line-height: 28px;
}

.slide-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.con_para {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #001d47;
}
.con_para a {
  color: #001d47;
}

.loc_text_color{
  color:#004514 !important;
}
.contact-title {
  font-size: 30px;
  line-height: 33px;
  font-family: "DM Sans", sans-serif;
  color: #001d47;
  letter-spacing: 2px;
}

/* download css */

.download_page_wrapper .hero_section {
  background-image: url(../images/hero-images/10kws-download-hero.jpg);
}

.varied_section .inner_container {
  gap: 5vw;
}


/* .varied_section .red {
  width: 450px;
  height: 450px;
  background-image: url(../img/building-assets/building-facade-1.1.jpg);
  background-size: cover;
  transform: translate3d(334.057px, 66.8115px, 0px) rotate(2.5deg) scale(1.2); 
  clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%, 50% 100%);


} */


/* .varied_section .red {
  width: 500px;
  height: 350px;
  margin: 40px;
  background-image: url(../img/building-assets/building-facade-1.1.jpg);
  background-size: cover;
  transform: translate3d(334.057px, 66.8115px, 0px)  scale(1.2); 
  clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%, 50% 100%);


} */



.varied_section {
  display: flex;
  gap: 150px; /* Increased gap further */
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px; /* Extra padding to ensure space around */
}

.varied_section .red, 
.varied_section .orange, 
.varied_section .purple {
  background-size: contain;  /* Ensures full image is shown */
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
 
 
}

.varied_section .red {
  width: 355px;
  height: 500px;
  background-image: url(../images/building-assets/bld-hs-img-1.jpg);
  margin: 80px; /* Increased margin */
  transform: scale(1.3); /* Makes images larger */
}

.varied_section .orange {
  width: 600px;
  height: 450px;
  background-image: url(../images/building-assets/bld-hs-img-2.jpg);
  margin: 80px;
  transform: scale(1.5); /* Makes images larger */
}

.varied_section .purple {
  width: 355px;
  height: 500px;
  background-image: url(../images/building-assets/bld-hs-img-3.jpg);
  margin: 80px;
  transform: scale(1.3); /* Makes images larger */
}







.varied_section_ameni {
  display: flex;
  gap: 150px; /* Increased gap further */
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px; /* Extra padding to ensure space around */
  background-color: #771212;
}

.varied_section_ameni .red, 
.varied_section_ameni .orange, 
.varied_section_ameni .purple {
  background-size: contain;  /* Ensures full image is shown */
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
 
 
}

.varied_section_ameni .red {
  width: 700px;
  height: 500px;
  background-image: url(../images/amenities/amn-hs-img-1.jpg);
  margin: 80px; /* Increased margin */
  transform: scale(1.7); /* Makes images larger */
}

.varied_section_ameni .orange {
  width: 950px;
  height: 450px;
  background-image: url(../images/amenities/amn-hs-img-2.jpg);
  margin: 80px;
  transform: scale(1.9); /* Makes images larger */
}

.varied_section_ameni .purple {
  width: 670px;
  height: 500px;
  background-image: url(../images/amenities/amn-hs-img-3.jpg);
  margin: 80px;
  transform: scale(1.7); /* Makes images larger */
}





@media (min-width: 1200px) {
  .varied_section .section_tittle .heading_tittle {
    font-size: 48.15px !important;
  }

  .varied_section, .varied_section_ameni {
    display: flex;
    gap: 50px; /* Reduced gap for better spacing */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    min-height: 600px; /* Ensures minimum height */
  }

  .varied_section .red, 
  .varied_section .orange, 
  .varied_section .purple {
    width: 45%; /* Responsive width */
    max-width: 700px; 
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensures full image is shown */
    background-position: center;
    background-repeat: no-repeat;
    margin: 27px; /* Reduce margin */
  }
}

@media (max-width: 1200px) {
  .varied_section .section_tittle .heading_tittle {
    font-size: 47.15px !important;
  }

  .varied_section, .varied_section_ameni {
    display: flex;
    gap: 50px; /* Reduced gap for better spacing */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    min-height: 600px; /* Ensures minimum height */
  }

  .varied_section .red, 
  .varied_section .orange, 
  .varied_section .purple {
    width: 45%; /* Responsive width */
    max-width: 700px; 
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensures full image is shown */
    background-position: center;
    background-repeat: no-repeat;
    margin: 50px; /* Reduce margin */
  }
}

@media (max-width: 991px) {
  .varied_section, .varied_section_ameni {
    flex-direction: column; /* Stack items */
    align-items: center;
    gap: 30px;
    padding: 30px;
    min-height: 600px; /* Ensures minimum height */
  }

  .varied_section .red, 
  .varied_section .orange, 
  .varied_section .purple {
    width: 90%; /* Take most of the screen width */
    max-width: 600px;
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensure full image is shown */
    background-position: center;
    margin: 50px;
  }
}

@media (max-width: 600px) {
  .varied_section .red, 
  .varied_section .orange, 
  .varied_section .purple {
    width: 100%; /* Full width */
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensure full image is shown */
    background-position: center;
    margin: 11px;
  }
}












@media (min-width: 1401px) {
  .varied_section .section_tittle .heading_tittle {
    font-size: 48.15px !important;
  }

  .varied_section, .varied_section_ameni {
    display: flex;
    gap: 50px; /* Reduced gap for better spacing */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    min-height: 600px; /* Ensures minimum height */
  }


  .varied_section_ameni .red, 
  .varied_section_ameni .orange, 
  .varied_section_ameni .purple {
    width: 45%; /* Responsive width */
    max-width: 700px; 
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensures full image is shown */
    background-position: center;
    background-repeat: no-repeat;
    margin: 80px; /* Reduce margin */
  }
}


@media (max-width: 1400px) {
  .varied_section .section_tittle .heading_tittle {
    font-size: 48.15px !important;
  }

  .varied_section, .varied_section_ameni {
    display: flex;
    gap: 50px; /* Reduced gap for better spacing */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    min-height: 600px; /* Ensures minimum height */
  }


  .varied_section_ameni .red, 
  .varied_section_ameni .orange, 
  .varied_section_ameni .purple {
    width: 45%; /* Responsive width */
    max-width: 700px; 
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensures full image is shown */
    background-position: center;
    background-repeat: no-repeat;
    margin: 45px; /* Reduce margin */
  }
}

@media (max-width: 1200px) {
  .varied_section .section_tittle .heading_tittle {
    font-size: 47.15px !important;
  }

  .varied_section, .varied_section_ameni {
    display: flex;
    gap: 50px; /* Reduced gap for better spacing */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    min-height: 600px; /* Ensures minimum height */
  }


  .varied_section_ameni .red, 
  .varied_section_ameni .orange, 
  .varied_section_ameni .purple {
    width: 45%; /* Responsive width */
    max-width: 700px; 
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensures full image is shown */
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px; /* Reduce margin */
  }
}

@media (max-width: 991px) {
  .varied_section, .varied_section_ameni {
    flex-direction: column; /* Stack items */
    align-items: center;
    gap: 30px;
    padding: 30px;
    min-height: 600px; /* Ensures minimum height */
  }


  .varied_section_ameni .red, 
  .varied_section_ameni .orange, 
  .varied_section_ameni .purple {
    width: 90%; /* Take most of the screen width */
    max-width: 600px;
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensure full image is shown */
    background-position: center;
    margin: 10px;
  }
}

@media (max-width: 600px) {
 
  .varied_section_ameni .red, 
  .varied_section_ameni .orange, 
  .varied_section_ameni .purple {
    width: 100%; /* Full width */
    height: 600px; /* Ensures height */
    background-size: contain; /* Ensure full image is shown */
    background-position: center;
    margin: 25px;
  }
}





.details_section img {
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  /* transform: scale(0.8) !important; */
  animation: none !important;
}


.double_gc_section .eximg {
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  /* transform: scale(0.8) !important; */
  animation: none !important;
}

.double_gc_section .eximg1 {
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transform: scale(0.8) !important;
  animation: none !important;
}





@keyframes clipanim {
  0% {
    clip-path: polygon(30% 10%, 69% 19%, 87% 45%, 78% 80%, 30% 89%, 10% 50%);
  }
  100% {
    clip-path: polygon(69% 19%, 87% 45%, 78% 80%, 30% 89%, 10% 50%, 30% 10%);
  }
}

@media (max-width: 799px) {
  .varied_section .inner_container {
    width: 300%;
    flex-wrap: nowrap;
  }
}

/* View section hover effects */
.view_section .col-md-6 {
  transition: transform 0.4s ease;
}

.view_section .col-md-6:hover {
  transform: translateY(-10px);
}

.img_card {
  background-color: #EFEDDF;
  height: calc(100% - 52.8px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.img_card img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.img_card:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.card_tittle {
  margin-top: 24px;
  position: relative;
}

.card_tittle h4 {
  position: relative;
  transition: color 0.3s ease;
}

.card_tittle_ameni h4{
  color: #771212 !important;
}



.reveal-container {
  position: relative;
  overflow: hidden;
}

.reveal-container h2,
.reveal-container p {
  transform: translateY(100%);
  opacity: 0;
}






.reveal-container button {
  font-size: 16px !important;
  background-color: #001D47;
  color: #fff;
}

.reveal-container button:hover {
  background-color: transparent;
  color: #001D47;
 
}


.reveal-container-buil button{
  background-color: #004514;
  color: #fff;
}

.reveal-container-buil button:hover{
  background-color: transparent;
  color: #004514;
}


.text-reveal-wrapper {
  overflow: visible;
}


.reveal-container-buil2 button{
  background-color: #001D47;
  color: #fff;
}

.reveal-container-buil2 button:hover{
  background-color: transparent;
  color: #001D47;
}


/* Ensure containers don't affect layout */
.reveal-container {
  margin-bottom: 1.5em; /* Adjust spacing between paragraphs */
}

.reveal-items .reveal-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal-items .reveal-item.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-items .reveal-item:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-items .reveal-item:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-items .reveal-item:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-items .reveal-item:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-items .reveal-item:nth-child(6) {
  transition-delay: 0.5s;
}


.bg-table-row{
  background-color: #001D47;
  color: #fff;
}
.color-title{
  color: #fff !important;

}
.pb-200{
padding-bottom: 200px;
}

.contact_details span a{
  color: #fff;
}

.accordion-body p{
  color: #fff;
}

.mb-8{

  margin-bottom: 8rem !important;
}


.button_down {
  display: inline-block;
  width: 180px; /* Set a fixed width for uniformity */
  text-align: center;
  border: 3px solid #001d47;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #001D47; /* Adjust color */
  color: #fff;
  
  transition: 0.3s;
}

.button_down:hover {
  background-color: #EFEDDF;
}

.view_section_floor{
  background-color: white;
}

.card_tittle_floor{
  color: #001D47;
}


.button_builf:hover{
  background-color:#fff ;
    color: #001D47;
}


.below-ameni{
  background-color: #771212;
}

.ameni_tittle{
  color: #E4D0D0 !important;
}

.green-bg{
  background-color:#004514;
}


.buil-arrow-1 .swiper-button-prev {
  left: 0px;
    right: auto;
}

.buil-arrow-1 .swiper-button-next {
  right: 0px;
    left: auto;
}

.buil-arrow-2 .swiper-button-prev {
  left: 0px;
    right: auto;
}

.buil-arrow-2 .swiper-button-next {
  right: 0px;
    left: auto;
}

.b-text-buil1{
  color: #CCDAD0;
  font-size: 16px;
  padding: 0px 35px 24px 52px;
}


.b-text-ameni {
  color: #771212 !important;
  font-size: 16px;
  padding: 0px 35px 24px 52px;
}

.tittle_slide_next_ameni h3{
  color: #771212 !important;
}


@media (max-width: 768px) {
  .services_section {
    padding: 0px 0; /* Adjust this value as needed */
  }

  .eco_sec_loc_green {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


}

.brown-bg{
  background-color: #771212;
}




.panel {
  margin-right: 40px; /* Adjust spacing between images */
}

/* Remove margin from last image */
.panel:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {

.panel {
  margin: 70px; /* Adjust spacing between images */
}

.panel img{
  max-height: 370px; /* Adjust spacing between images */
}

/* Remove margin from last image */
.panel:last-child {
  margin-right: 0;
}

}

   
.floor_icon .swiper-button-next {
  right: 0px;
    left: auto;
}

.floor_icon .swiper-button-prev {
  left: 0px;
    right: auto;
}


.hero_section_error {
  background-color: #001D47 !important;
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-white-err{
font-size: 20px;
font-weight: 400;
}

.hero_section_error {
  background-color: #001D47 !important;
   min-height: 900px;
   background-size: cover;
   background-repeat: no-repeat;
   z-index: 1 !important;
 }




 @media (min-width: 991px) {
  .heading_tittle_error span{
    margin-top: -39px !important;
   }
 }
 
/* building page  */

 .custom-mySwiper3 .swiper-button-prev{
  background-image: url('../images/building-assets/arrow-buil-sec-prev.svg') !important;
 }

 .custom-mySwiper3 .swiper-button-next{
  background-image: url('../images/building-assets/arrow-buil-sec-next.svg') !important;
 }

 .b-text-buil1{
  color: #004514;
  font-size: 16px;
  padding: 0px 35px 24px 52px;
}
 .tittle_slide_next h3 {
  font-size: 30px;
  color: #004514;
  text-align: center;
}

.ameni_tittle {
  color: #771212 !important;
}
  .b-text_ameni_new {
  color: #771212;
}


.custom-mySwiper3 .swiper-button-prev, 
.custom-mySwiper3 .swiper-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px; /* Adjust size as needed */
    height: 40px;
}


.ameni-mySwiper3 .swiper-button-prev, 
.ameni-mySwiper3 .swiper-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px; /* Adjust size as needed */
    height: 40px;
}

.ameni-mySwiper3 .swiper-button-prev{
  background-image: url('../images/amenities/ameni-prev.svg') !important;
 }

 .ameni-mySwiper3 .swiper-button-next{
  background-image: url('../images/amenities/ameni-next.svg') !important;
 }