/* CSS Codes Here */

/* Body */
body {
  font-family: "Montserrat", arial, sans-serfi;
  font-size: 16px;
}

/* Footer */
.footer-section {
  padding: 140px 20px;
  background-color: #27514a;
  color: #fff;
}




/* Download */
.section-download {
  padding: 40px 0 30px;
  background-color: #000 !important;
}

.section-download a {
  color: #fff;
}

.section-download a:hover {
  color: #656669;
}




/* Contact */
.contact-sales {
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.contact-sales-button {
  float: left;
  padding: 5px;
}

.contact-sales-button a {
  display: inline;
  float: left;
  line-height: 60px;
}

.contact-sales-details {
  font-size: 22px;
  font-weight: 600;
  line-height: 60px;
  float: left;
  padding-left: 5px;
}

.circle-icon-wrapper {
  background-color: #27514a; /* Choose your desired background color */
  width: 50px; /* Set a fixed width */
  height: 50px; /* Set a fixed height, equal to the width for a perfect circle */
  border-radius: 50%; /* Makes the element a circle */
  display: flex; /* Use flexbox for easy centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  margin: 0 6px;
}

.circle-icon-wrapper:hover {
  background-color: #666; /* Choose your desired background color */
}

.circle-icon-wrapper i {
  color: white; /* Set the icon color */
  font-size: 26px; /* Adjust icon size as needed */
}

@media (max-width: 469px) {
  .contact-sales-details {
    font-size: 20px;
  }

  .circle-icon-wrapper {
    width: 50px; /* Set a fixed width */
    height: 50px; /* Set a fixed height, equal to the width for a perfect circle */
    margin: 0 5px;
  }
  
  .circle-icon-wrapper i {
    color: white; /* Set the icon color */
    font-size: 24px; /* Adjust icon size as needed */
  }
}

@media (max-width: 394px) {
  .contact-sales-details {
    display: flex;
    width: 100%;
  }
  
  .contact-sales-details {
    font-size: 18px;
  }
}




/* Location */
.section-location {
  padding: 180px 20px;
}

.section-location h1 {
  color: #27514a;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .section-location-map {
    padding-bottom: 60px;
  }
}




/* Amenities */
.section-amenities {
  padding: 180px 20px;
  background-color: #27514a;
  color: #fff;
}

.section-amenities h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
}

.section-amenities .container {
  width: 60%;
}

.section-amenities .container .amenities-left {
  padding: 0 30px;
}

.section-amenities .container .amenities-right {
  padding: 0 30px;
}

.section-amenities .container .amenities-left ul li::marker {
}

.section-amenities .amenities-main-subject {
  padding-left: 0;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.amenities-icon {
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-amenities .container {
    width: 80%;
  }

  .amenities-left {
    padding-bottom: 30px;
  }

  .amenities-right {
    paddinng-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section-amenities .container {
    width: 100%;
  }

  .amenities-left {
    padding-bottom: 30px;
  }

  .amenities-right {
    paddinng-bottom: 30px;
  }
}




/* Floor Plan */
.section-floorplan {
  padding: 180px 20px;
}

.section-floorplan h1 {
  color: #27514a;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
}

.bedbath {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 410px;
}

.bedbath div {
  padding-right: 60px;
  padding-left: 60px;
  float: none;
}

.bedbath img {
  padding-right: 10px;
}

@media (max-width: 469px) {
  .bedbath div {
    padding-right: 20px;
    padding-left: 20px;
  }
}




/* Site Plan */
.section-siteplan {
  padding: 180px 20px;
  background-color: #fff;
  color: #27514a;
}

.section-siteplan h1 {
  color: #27514a;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
}

.encircled-number {
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  font-size: auto;
  background-color: #27514a;
  color: white;
  margin-right: 10px;
}

.encircled-number span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.site-facilities {
  text-align: left;
}




/* Property */
.section-property {
  padding: 180px 20px;
}

.section-property h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
}




/* Highlight */
.section-highlight {

  background-size: auto;
  background-size: cover;
  padding: 30% 20px !important;
}

.highlight-playground {
  background-position: 30% 70%;
}

@media (max-width: 992px) {
  .section-highlight {
    padding: 50% 20px !important;
  }
}

@media (max-width: 511px) {
  .section-highlight {
    padding: 70% 20px !important;
  }
}




/* Highlight Inner Bg Images */

@media (max-width: 669px) {
  .highlight-1 {
    background-size: 860px !important;
    background-position: 24% 50% !important;
  }
  
  .highlight-2 {
    background-position: 60% !important;
  }
  
  .highlight-3 {
    background-size: 1200px !important;
    background-position: 52% !important;
  }
}




/* Overview */
.section-overview {
  padding: 180px 20px;
  background-color: #27514a;
  color: #fff;
}

.section-overview h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
}

.concept-area {
  display: inline-block;
  margin-bottom: 30px;
}

.concept-box {
  width: 20%;
  padding: 10;
  float: left;
  display: block;
  height: 200px;
  padding: 0 5px;
  margin-bottom: 40px;
}

@media (max-width:992px) {
  .concept-box {
    width: 33%;
    padding: 10;
    float: left;
    display: block;
    height: 200px;
  }
}

@media (max-width:511px) {
  .concept-box {
    width: 50%;
    padding: 10;
    float: left;
    display: block;
    height: 200px;
  }
}

@media (max-width:347px) {
  .concept-box {
    width: 50%;
    padding: 10;
    float: left;
    display: block;
    height: 180px !important;
    margin-bottom: 20px; 
  }
}

.concept-box img {
  padding: 0 20px;
}

.concept-box .concept-box-title {
  color: rgb(255, 255, 255);
  padding: 10px;
  font-size: 90%;
  font-weight: 600;
  line-height: 1.2em;
}

.concept-box .concept-box-content {
  font-size: 90%;
  line-height: 1.2em;
}




/* Main Banner */
.section-mainbanner {
  background: url(/images/seri-idaman-main-banner.jpg) no-repeat fixed !important;
  background-size: cover !important;
  padding: 28% 20px !important;
  background-position: 50% 90% !important;
  margin-top: 80px;
  animation: zoomOutBackground linear forwards;
  animation-timeline: scroll(root); /* Link to the document scroll */
  position: relative;
}

@media (max-width: 1199px) {
  .section-mainbanner {
    background: url(/images/seri-idaman-main-banner.jpg) no-repeat fixed !important;
    background-size: auto !important;
    background-size: 160% !important;
    padding: 38% 0 !important;
    background-position: 30% 0% !important;
  }
}





/* Header */
.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {
  padding: 0 !important;
  z-index: 1;
}

.astroid-header-section {
  position: fixed;
  border: none !important;
  z-index: 99 !important;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

.astroid-logo .astroid-logo-default, .astroid-logo .astroid-logo-mobile, .astroid-logo .astroid-logo-sticky {
  max-width: 135px;
  max-height: unset;
  padding-left: 30px;
}

.astroid-header-section.header-sticky {
  background-color: rgba(255, 255, 255, 1);
}

.astroid-header-section .astroid-stacked-seperated-header .header-stacked-inner {
  padding: 5px 0;
}

.astroid-header-section img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.astroid-header-section.header-sticky img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.astroid-header-section .astroid-nav a.nav-link {
  padding: 0.5rem 1rem;
  color: #222;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}

.astroid-header-section .astroid-nav a.nav-link:hover {
  color: #27514a;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.astroid-header-section .astroid-nav a.nav-link:active {
  color: #27514a;
}

.nav-stacked-logo {
  margin: 0 auto;
}




/* Mobile Menu Burger */
.burger-menu-button .inner, .burger-menu-button .inner::before, .burger-menu-button .inner::after {
  height: 2px !important;
  background-color: #212529;
}

.header-offcanvas-trigger.burger-menu-button .inner, .header-offcanvas-trigger.burger-menu-button .inner::before, .header-offcanvas-trigger.burger-menu-button .inner::after {
  background-color: #255148;
}




/* Mobile Menu Inner */
.astroid-offcanvas ul li a {
  font-weight: 600;
}

.my-1 {
  margin-top: .35rem !important;
  margin-bottom: .35rem !important;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}




/* Pop Up Modal */
[data-modals-element="modal"][data-modals-theme="light"] [data-modals-element="slide-content"] {
  box-shadow: none !important;
}









