/*
	Theme Name: Aakruthi Properties
	Theme URI: https://www.aakruthiproperties.com/
	Description: Aakruthi Properties is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Aakruthi Properties Team
	Author URI: https://www.aakruthiproperties.com/
	Version: 3.1.1
	Stable tag: 3.1.1
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: aakruthi-properties
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* =========================================================
   TABLE OF CONTENTS
   =========================================================
   1.  FONTS & RESET
   2.  GLOBAL / BASE STYLES
   3.  COMMON / UTILITY CLASSES
   4.  HEADER & NAVIGATION
   5.  HAMBURGER ICON
   6.  BANNER
   7.  HOME PAGE
       6.1 About Section
       6.2 Aakruthi Home Section
       6.3 Project Section
       6.4 Customer Section
       6.5 Attribute Section
       6.6 Highlights Section
       6.7 Properties Section
       6.8 Blog Section
       6.9 Contact Form Section
   8.  ABOUT US PAGE
       8.1 About Us Info
       8.2 Mission
       8.3 History
       8.4 Milestones
       8.5 Awards
   9.  PROJECT PAGE
       9.1 Project About
       9.2 Overview
       9.3 Plan / Master Plan
       9.4 Plan Video
       9.5 Amenities
       9.6 Gallery
       9.7 Location Map
       9.8 Boulevard Amenities
       9.9 Master Plan Pointer
   10. PROJECT LISTING PAGE
   11. BLOG PAGE
   12. CAREER PAGE
   13. CONTACT US PAGE
   14. NRI PAGE
   15. CHANNEL PARTNER PAGE
   16. REFER A FRIEND PAGE
   17. SINGLE POST
   18. RESORT LIVING / INFRASTRUCTURE
   19. SWIPER (Amenities Slider)
   20. FORMS (Sticky / Brochure / Career Popup)
   21. FAQ ACCORDION
   22. FOOTER
   23. RESPONSIVE / MEDIA QUERIES
   ========================================================= */


/* =========================================================
   1. FONTS & RESET
   ========================================================= */
@font-face {
  font-family: "Mulish", sans-serif;
  src:
    url("fonts/Mulish-Regular.woff2") format("woff2"),
    url("fonts/Mulish-Regular.woff") format("woff"),
    url("fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* =========================================================
   2. GLOBAL / BASE STYLES
   ========================================================= */
body {
  font-family: "Mulish", sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
}

p.content,
div.content p {
  font-size: 16px;
}

.error {
  color: #ff0000;
}


/* =========================================================
   3. COMMON / UTILITY CLASSES
   ========================================================= */
h2.section-title {
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

p.disclaimer-text {
  font-size: 10px;
}

.transition-all {
  transition: all 0.3s ease;
}

.backface-visibility-hidden {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hidden {
  display: none;
}

.mix {
  display: flex;
  justify-content: center;
  align-items: center;
}

#no-results {
  display: none;
  font-size: 18px;
  color: red;
  margin-top: 20px;
  padding: 0px 24px;
}

/* Common call button */
.contact-number.call-btn {
  box-shadow: inset -200px 0 0 0 #045529;
}

.contact-number.call-btn:hover {
  box-shadow: inset -200px 0 0 0 #045529;
}

.call-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 200px;
  height: 50px;
  color: #fff !important;
  border: 1px solid #045529;
  box-shadow: inset -200px 0 0 0 #045529;
  cursor: pointer;
  top: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
  font-size: 18px;
}

.call-btn:focus {
  color: #fff;
  text-decoration: none;
}

.call-btn:hover::before {
}

.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #ffffff;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  background: #a8c1b330;
}

/* Floating call icon */
.call-icon {
  position: fixed;
  bottom: 90px;
  margin: auto;
  right: 25px;
  font-size: 20px;
  background: #fff;
  box-shadow: 1px 1px 6px 0px #00000057;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.mfp-title {
  background: transparent;
}


/* =========================================================
   4. HEADER & NAVIGATION
   ========================================================= */
#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 10px 0px;
}

.header-logo {
  /* padding-left: 25px; */
}

.header-logo img {
  background: transparent;
}

.menu-bg-visible {
  background-color: #fff;
  filter: drop-shadow(3px 1px 10px #00000069);
  transition: background-color 0.4s ease-in-out;
}

.menu-text {
  color: #000 !important;
}

#nav-content {
  float: right;
}

.bla {
  display: none;
}

#nav-content ul.nav {
  display: flex;
  gap: 15px;
}

#nav-content ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

nav#nav-content .nav > li > a:focus,
nav#nav-content .nav > li > a:hover {
  background: none;
}

nav ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  background: #045529;
  transform-origin: 100% 50%;
}

nav ul li a:hover::before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}

#nav-content ul.nav .dropdown-menu {
  background: #fff;
}

#nav-content .dropdown-menu li a {
  color: #000;
}

#nav-content .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000 !important;
  text-decoration: none;
  background-color: #f5f5f5;
}


/* =========================================================
   5. HAMBURGER ICON
   ========================================================= */
#nav-icon {
  width: 50px;
  height: 45px;
  position: relative;
  float: right;
  margin: 0px;
  bottom: 50px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 80%;
  background: #fff;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 14px;
}

#nav-icon span:nth-child(4) {
  top: 28px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* =========================================================
   6. BANNER
   ========================================================= */
.banner-video,
.banner-image {
  position: relative;
}

.postid-525 .banner-image,
.postid-887 .banner-image {
  height: 736px;
}

.banner-image::after,
.banner-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(184deg, #0000008f, transparent);
}

.header-title,
.banner-content {
  filter: drop-shadow(2px 4px 11px #000);
}

#myVideo {
  height: 101vh;
  object-fit: cover;
}

video#myVideo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

#cp-banner {
  position: relative;
}

.banner-box,
.prj-banner-box {
  position: absolute;
  top: 10%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 180px;
  display: flex;
  width: 85%;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}

/* .prj-banner-box {
  top: 44%;
} */

.prj-banner-content {
  background: rgb(0 0 0 / 50%);
  padding: 25px 30px;
  border-radius: 10px;
  width: 59%;
}

.bmrda .prj-banner-content {
  width: 62%;
}

.bda-prj.prj-banner-content {
  width: 57%;
  /* display: none; */
}

.postid-718 .bda-prj.prj-banner-content,
.postid-718 .banner-logo {
  width: 57%;
  display: none;
}

.prj-natureville {
  width: 72%;
  padding: 25px 25px;
}

.counter-section {
  background: #f2fdf5;
  padding: 25px 0px;
}

.prj-banner-content .header-title {
  margin: 0 0 15px 0px;
  font-size: 70px !important;
}

.prj-banner-content .header-title::before,
.contact-us-banner-content .header-title::before,
.career-banner-content .header-title::before,
.refer-banner-content .header-title::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 240px;
  bottom: 0;
}

.prj-banner-content .on-going {
  color: #fff;
  font-size: 18px;
}

.header-title.header-mobile-title {
  display: none !important;
}

.banner-content p {
  color: #fff;
  font-size: 20px;
}

/* Banner box animation */
.banner-box .header-title {
  position: relative;
  display: inline-flex;
  /* overflow: hidden; */
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}

.prj-lst-content .header-title {
  font-size: 50px;
}

.header-text-slider {
  margin-left: 0.5rem;
  line-height: 1.2em;
  position: relative;
  bottom: 0;
  animation: slide-vertically 8s 2s infinite ease-in-out;
  color: #fff;
}

.header-text-slider--slider--words {
  list-style: none;
}

@keyframes slide-vertically {
  0% {
    bottom: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    bottom: 1.2em;
    animation-timing-function: ease-in-out;
  }
  75% {
    bottom: 2.4em;
    animation-timing-function: ease-in-out;
  }
  100% {
    bottom: 3.6em;
    animation-timing-function: ease-in-out;
  }
}

.enquire-btn {
  margin-top: 30px;
}


/* =========================================================
   7. HOME PAGE
   ========================================================= */

/* ----- 7.1 About Section ----- */
#about-section {
  /* background: url("assets/images/About-us-bg.webp") no-repeat; */
  background-color: #f5f5f0;
  background-position: bottom;
  background-size: cover;
  height: 655px;
  width: 100%;
}

.about-content-box {
  padding-top: 50px;
  margin-top: 40px;
  padding-right: 15px;
}

.about-content {
  width: 80%;
}

.about-content p {
  line-height: 25px;
  margin-bottom: 10px;
}

/* About counter */
.about-details {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-between;
  gap: 20px;
}

.about-detail-content {
  width: 160px;
}

.about-detail-content h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}

.about-detail-content h2,
.about-detail-content h2 span {
  font-size: 30px;
}

.about-detail-content h2 {
  font-size: 25px;
  display: flex;
  align-items: center;
  margin-top: 0px;
  gap: 5px;
}

/* ----- 7.2 Overview Section ----- */
.overview-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.counter-section.mobile {
  display: none;
}

.overview-detail-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.overview-detail-content {
  color: #045529;
  text-align: center;
}

.overview-detail-content h3 {
  font-weight: 300;
  font-size: 14px !important;
  margin-top: unset;
}

.overview-detail-content h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.overview-detail-content h2 span.big_font {
  font-size: 35px;
}

.overview-detail-content h2 span.make_bold {
  font-size: 30px;
}

.overview-img-box {
  overflow: hidden;
}

.overview-img-box img {
  transform: translateY(-101%);
  transition: 1.5s ease;
  max-width: 100%;
}

.overview-img-box img.active {
  transform: translateY(0%);
  transition: 1.5s ease;
}

.brochure-button.call-btn {
  width: 300px;
  box-shadow: inset -300px 0 0 0 #045529;
  margin-top: 15px;
}

.brochure-button.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  text-decoration: none;
  color: #045529;
  border: 1px solid #045529;
  background: #a8c1b330;
}

.home-content .content.mobile,
.highlight-title {
  display: block;
  text-align: center;
}

.highlight-video p {
  padding-bottom: 20px;
}

.highlight-video {
  position: relative;
}

.highlight-video .video-zoom {
  position: absolute;
  top: 60px;
  right: 10px;
  padding: 10px;
  opacity: 0.8;
}

.overview-mobile-img-box {
  display: none;
}

.overview-content p {
  margin-bottom: 10px;
}

.overview-content {
  padding-right: 25px;
  margin-bottom: 2rem;
}

/* ----- 7.3 Aakruthi Home Section ----- */
#home-section {
  /* background: url("assets/images/aakruthi-homes.webp") no-repeat; */
  background-size: cover;
  background-position: right;
  background-color: #f5f5f0;
  width: 100%;
  height: 655px;
  display: flex;
  align-items: center;
}

#home-section h2.section-title {
  margin: 0px;
  padding: 0px;
}

.home-content p.content,
.home-content div.content p {
  padding: 20px 0px;
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
}

.home-content .content.mobile,
.highlight-title .content.mobile {
  display: none;
}

.know-more-btn.btn-box {
  margin-top: 25px;
}

.home-content-box .know-more-btn.btn-box {
  margin-top: 0px;
}

.home-title,
.home-content {
}

.know-more-button.call-btn:hover,
.blog-button.call-btn:hover,
.submit-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  color: #045529;
  border: 1px solid #045529;
}

.homes-bg-img img {
  width: 100%;
}

/* ----- 7.4 Project Section ----- */
section#project-section {
  padding-top: 40px;
}

.project-title .section-title {
  padding-bottom: 10px;
}

.project-content p.content,
.project-content div.content p {
  color: #000;
}

button.toggle-btn {
  padding: 10px 30px;
  border: 1px solid #045529;
  font-size: 16px;
  margin: 0px 10px;
  color: #00000085;
}

button.toggle-btn.active {
  background-color: #045529;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.project-btns {
  display: flex;
  justify-content: center;
}

.project-slider-content {
  display: none !important;
}

.project-slider-content.active {
  display: block !important;
  transition: all 0.5s ease-in-out;
  padding: 40px 0px;
}

.project-image {
  position: relative;
  overflow: hidden;
}

.project-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, #000, transparent);
}

.project-image:hover .project-status {
  left: 0;
}

.project-status {
  position: absolute;
  top: 30px;
  color: #045529;
  background: #fff;
  padding: 10px 30px;
  border-radius: 0px 45px 45px 0px;
  left: -170px;
  transition: left 0.5s ease;
  border-bottom: 1px solid #045529;
}

.project-status p {
  margin: 0;
  font-weight: 700;
}

.project-img-content {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  color: #fefbfb;
  padding: 0px 21px;
  transition: 0.5s ease-out;
}

.project-img-content h4 {
  font-size: 20px;
}

.project-img-content h4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  width: 120px;
  height: 42px;
  border-bottom: 2px solid #fff;
}

.project-image:hover .project-img-content {
  bottom: 15px;
  transition: all 0.5s ease-in;
}

.project-location {
  display: flex;
  justify-content: space-between;
}

.project-slides .owl-nav {
  display: flex;
  gap: 15px;
  justify-content: start;
  width: 334px;
  padding-top: 20px;
}

.project-slides .owl-nav .owl-prev,
.project-slides .owl-nav .owl-next {
  border: 1px solid #045529;
  color: #045529eb;
  font-size: 20px;
  border-radius: 50%;
  padding: 5px 13px;
  transition: 0.5s ease-in-out;
}

.project-slides .owl-nav .owl-prev:hover,
.project-slides .owl-nav .owl-next:hover {
  background-color: #045529;
  color: #fff;
  transition: 0.5s ease-in-out;
}

/* ----- 7.5 Customer Section ----- */
#customers-section {
  background-color: #f5f5f0;
  padding: 60px 0px;
}

.customer-video {
  position: relative;
}

.customer-video::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(359deg, #0000009c, transparent);
  transition: all 0.5s ease;
}

.customer-mobile-content {
  display: none;
}

.customer-video-slides,
.customer-video-slides ul,
.customer-video-slides ul li > div {
  width: 100%;
  overflow: hidden;
}

.customer-video-slides ul .video-box,
.customer-video-slides li .customer_item_inf {
  transition: all 0.5s;
}

.customer-video-slides {
  overflow: hidden;
}

.customer-video-slides ul,
.attribute-slides ul {
  display: flex;
}

.customer-video-slides .video-box {
  /* display: table-cell; */
}

.customer-video-slides li {
  display: block;
  height: 350px;
  width: 30%;
  margin: 10px;
  background-position: center center;
  background-size: cover;
}

.customer-video-slides li.active {
  width: 100%;
}

.customer-video-slides li > div,
.attribute-slides li > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.customer-video-slides li:nth-of-type(1).active .customer-video::before {
  background: unset;
}

.customer-video-slides li .customer_item_inf {
  position: absolute;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 100%;
  color: #fff;
  transform: translate(0px, -70px) rotate(-90deg);
  z-index: 99;
}

.customer-video-slides li.active .customer_item_inf {
  opacity: 0;
}

.video-zoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  height: 4;
  padding: 10px;
  opacity: 0.8;
}

.customer-video-slides .customer_item_inf_title {
  font-size: 20px;
  width: 180px;
}

.customer-video-slides .customer_item_inf_text,
.attribute-slides .attr_item_inf_text {
  font-size: 15px;
}

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

li.video-box #customerVideo {
  object-position: center;
}

li.video-box.active #customerVideo {
  object-position: left center;
}

.customer-video-slides li:nth-child(2) video#customerVideo {
  object-position: right center;
}

.customer-video-slides li:hover .customer-video::before {
  left: -100%;
  transition: all 0.5s ease;
}

.customer-content-box {
  padding-left: 0px;
}

/* ----- 7.6 Attribute Section ----- */
#section-attributes {
  padding: 40px 0px;
}

.attribute-slides,
.attribute-slides ul,
.attribute-slides ul li > div {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.attribute-content .attribute-slides ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.attribute-box {
  width: 25%;
  border-radius: 10px;
}

.attribute-image,
.attribute-image img {
  height: 100%;
}

.attribute-image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  filter: brightness(0.5);
}

.attribute-slides li {
  list-style-type: none;
  transition: 0.6s;
  height: 560px;
}

.attribute-slides li .attr_item_inf {
  position: absolute;
  width: 100%;
  color: #fff;
  opacity: 1;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(85px);
  transition: 0.6s;
  padding: 0px 20px 20px 20px;
}

.attr_item_inf_title {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  transition: 0.6s;
}

.attr_item_inf_content {
  font-size: 16px;
  white-space: unset;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.6s;
}

li.attribute-box.active {
  width: 60%;
}

li.attribute-box.active .attr_item_inf_title {
  font-size: 25px;
}

li.attribute-box.active .attr_item_inf {
  transform: translateY(0px);
}

/* ----- 7.7 Highlights Section ----- */
#highlights-section {
  background-color: #f5f5f0;
  padding: 60px 0px;
  margin: 0px;
}

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

.highlight-video iframe {
  height: 659px;
  border-radius: 18px;
  width: 100%;
}

.highlight-video #myVideo {
  height: 87vh;
  border-radius: 18px;
  width: 100%;
}

.highlight-video-slider .owl-stage-outer .owl-item .item {
  position: relative;
}

.highlight-video-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.highlight-video-slider .owl-dots .owl-dot {
  color: grey;
  width: 10px;
  height: 10px;
  background: #b6afaf;
  border-radius: 15px;
  transition: all 0.7s ease-in-out;
}

.highlight-video-slider .owl-dots .owl-dot.active {
  background: #045529;
  width: 14px;
  height: 14px;
  transition: all 0.7s ease-in-out;
}

/* ----- 7.8 Properties Section ----- */
.properties-content-box {
  background: #fbfbfb;
  border-radius: 10px;
  padding: 30px 70px;
  margin: 10px 0px;
  box-shadow: 0px 1px 4px 2px #04552938;
  min-height: 178px;
}

/* .properties-slider .owl-stage-outer::after,
.properties-slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0;
  width: 190px;
  height: 195px;
  backdrop-filter: blur(3px);
} */

.properties-slider .owl-stage-outer::before {
  right: 0;
  z-index: 999;
}

.properties-slider .owl-stage-outer::after {
  left: 0;
}

.properties-content {
  display: flex;
  gap: 20px;
}

.properties-icon {
  padding-top: 15px;
  padding-bottom: 10px;
}

.properties-icon img {
  width: 90px !important;
}

.properties-context h4 {
  font-size: 20px;
}

.properties-context p {
  font-size: 15px;
}

.properties-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.properties-slider .owl-nav .owl-next,
.properties-slider .owl-nav .owl-prev {
  border: 1px solid #04552975;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #045529b3;
  font-size: 18px;
  margin-top: 20px;
}

/* ----- 7.9 Blog Section (home) ----- */
#blog-section {
  padding: 60px 0;
  background-color: #fafafa;
}

.blogs-mobile-slider {
  display: none !important;
}

.blog-mobile-content {
  display: none;
}

.blog-img {
  width: 100%;
  max-width: 100%;
}

.blog-left-box,
.blog-mobile-box {
  position: relative;
}

.blog-img img {
  width: 100%;
  border-radius: 15px;
}

.blog-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 65px;
  margin: auto;
  background-color: #fff;
  padding: 10px 20px;
  width: 77%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.7s;
}

.blog-content-heading,
.blog-context {
  display: flex;
  justify-content: space-between;
}

.blog-context p {
  font-size: 15px;
}

.blog-content-heading p {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-content-heading p,
.blog-content p {
  width: 65%;
}

.blog-context p {
  font-size: 12px;
}

.blog-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 94%;
}

.blog-right-img {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 20px;
  transition: all 0.5s ease-in-out;
}

.blog-right-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0 #04552963;
}

.blog-right-box:hover img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.blog-right-content-heading p {
  font-size: 12px;
}

.blog-right-content-heading {
  height: 50px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.blog-content-context {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.blog-right-img img {
  width: 50%;
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}

.blog-right-content {
  width: 40%;
}

.blog-btn.btn-box {
  display: flex;
  justify-content: center;
}

.blog-button {
  margin: 30px 0px;
  font-size: 18px;
}

/* Home page blog section */
.homePageBlogSec .blog_row_box {
  width: 90%;
  margin: auto;
}

.homePageBlogSec .blog-content-heading h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  width: 70%;
  min-height: 40px;
}

.homePageBlogSec .blog-content-heading {
}

.homePageBlogSec .blog-context p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.homePageBlogSec .blog-left-box:hover .blog-content {
  height: 120px;
}

.homePageBlogSec .blog-mobile-box .blog-content {
  height: auto;
}

.homePageBlogSec .blog-right-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.homePageBlogSec .blog-right-content-wrapper .blog-right-box:last-child {
  margin-bottom: 0px !important;
}

/* ----- 7.10 Contact Form Section ----- */
#contact-form-section {
  background-color: #f5f5f0;
  padding: 45px 0px;
}

.form-title {
  padding-bottom: 20px;
}

.input-box {
  width: 100%;
}

form#ContactForm {
  display: flex;
  gap: 30px;
}

form#ContactForm input {
  border-radius: 0;
}

form#ContactForm .flag-container {
  height: 50px;
}

.contact-btn button {
  border-radius: 0;
  font-size: 18px;
}

.input-checkbox {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 10px;
  text-align: left;
  gap: 10px;
}

.contact-form .input-checkbox {
  width: 100%;
}

.page-id-32 #contactUs-form .input-checkbox {
  width: 50%;
}


/* =========================================================
   8. ABOUT US PAGE
   ========================================================= */

/* ----- 8.1 About Us Info ----- */
.about-us-mobile-video {
  display: none;
}

.about-banner-content .header-title::before,
.blogs-content .header-title::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 150px;
  bottom: -5px;
}

.banner-box.about-us-banner-box {
  top: 30%;
  margin: auto 0px;
  left: auto;
  right: auto;
}

#about-us-info {
  background-color: #fcfcfc;
  padding: 0;
}

.about-info-top,
.about-us-box-bottom,
.about-us-heading {
  display: flex;
}

.about-us-box-bottom h2.section-title.mobile {
  display: none;
}

.about-us-info-content {
  width: 67%;
}

.about-us-box-bottom {
  justify-content: flex-end;
}

.about-info-top .about-us-img-box {
  width: 76%;
}

h2.nature {
  font-size: 40px;
}

.about-info-top .about-us-info-box {
  justify-content: flex-start;
}

.about-us-info-box {
  width: 100%;
  display: flex;
  align-items: center;
}

.about-us-box-bottom .about-us-intro {
  width: 523px;
  margin: 25px 70px;
}

.about-us-intro {
  padding: 40px 0px;
  width: 80%;
}

.about-us-intro p.content,
.about-us-intro div.content p {
  font-size: 15px;
}

.about-us-heading h2.section-title.desktop {
  background: #045529;
  color: #fff;
  display: flex;
  padding: 27px;
  width: 390px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.about-us-img-box,
.about-us-img-box img {
  width: 100%;
}

/* ----- 8.2 Mission ----- */
section#about-us-mission {
  background-color: #f2fdf5;
  margin: 30px 0px;
}

.mission-content-box {
  padding: 45px 0px;
}

.mission-content-box-mobile {
  display: none;
}

.mission-tabs {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  gap: 30px;
}

p.mission-tab img {
  width: 31px;
}

.mission-tab {
  cursor: pointer;
  border: 2px solid #045529;
  border-radius: 25px;
  color: #045529;
  padding: 7px;
  width: 50px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.5s linear;
}

.mission-tab span {
  padding-left: 10px;
}

p.mission-tab.active {
  width: 155px;
  color: #045529;
  background: #fff;
  transition: width 0.5s linear;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

p.mission-tab.active span {
  padding: 0;
}

.mission-content {
  overflow: hidden;
}

.mission-content-info {
  display: none;
  transform: translateX(100%);
  transition: transform 1.5s ease;
  padding: 25px 40px;
}

.mission-content-info.active {
  display: block;
  transform: translateX(0);
  transition: transform 1.5s ease;
}

.mission-content-info p {
  font-size: 16px;
  width: 80%;
}

.mission-content-info table tr td:nth-of-type(1) {
  font-size: 15px;
  display: flex;
}

.mission-content-info table tr td:nth-of-type(2) {
  font-size: 14px;
  width: 55%;
}

.mission-content-info table tr {
  line-height: 25px;
}

.mission-box {
  position: relative;
  height: 78vh;
  width: 80%;
  overflow: hidden;
}

.mission-img.active {
  transform: translateX(0%);
  transition: transform 1s ease;
}

.mission-img {
  position: absolute;
  width: 100%;
  transform: translateX(125%);
  transition: transform 1s ease;
}

/* ----- 8.3 History ----- */
#history-section {
  background: url("assets/images/about-us-history.webp") no-repeat;
  height: 90vh;
  background-size: cover;
  background-position: top;
  filter: grayscale(1);
  margin-bottom: 30px;
}

/* ----- 8.4 Milestones ----- */
/* .milestone-slider .owl-stage-outer::after,
.milestone-slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  z-index: 9;
  top: 0;
}

.milestone-slider .owl-stage-outer::before {
  right: 0;
  background: linear-gradient(270deg, #ffffff, #ffffff00);
}

.milestone-slider .owl-stage-outer::after {
  left: 0;
  background: linear-gradient(90deg, #ffffff, #ffffff00);
} */

.milestone-image-box {
  display: flex;
  gap: 30px;
  padding: 15px 33px;
  font-size: 30px;
  min-height: 250px;
}

.milestone-content-info {
  min-height: 248px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.milestone-image-box.even {
  display: flex;
  align-items: flex-end;
  border-top: 2px dashed #04552994;
}

.milestone-image-box.odd {
  border-bottom: 2px dashed #04552994;
}

/* .milestone-border {
  border: 1px dashed #04552994;
} */

.milestone-slider .owl-item.active .odd .milestone-year::before {
  content: "";
  position: absolute;
  top: 15%;
  border-left: 1px solid #045529;
  height: 40%;
  animation: image-border 4s forwards infinite;
  left: 114px;
}

.milestone-slider .owl-item.active .even .milestone-year::before {
  content: "";
  position: absolute;
  bottom: 15%;
  border-left: 1px solid #045529;
  height: 40%;
  animation: image-border 4s forwards infinite;
  left: 114px;
}

.even .milestone-image::after {
  content: "";
  position: absolute;
  bottom: 14%;
  border: 4px solid #045529;
  display: flex;
  left: 111px;
  border-radius: 50px;
}

.odd .milestone-image::after {
  content: "";
  position: absolute;
  top: 13%;
  border: 4px solid #045529;
  display: flex;
  left: 110px;
  border-radius: 50px;
}

@keyframes image-border {
  0% {
    height: 0%;
  }
  100% {
    height: 35%;
  }
}

.milestone-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.milestone-slider .owl-nav .owl-next,
.milestone-slider .owl-nav .owl-prev {
  border: 1px solid #045529;
  color: #045529;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0px;
}

/* ----- 8.5 Awards ----- */
.awards-title {
  margin: 15px 0px;
}

.awards-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.awards-slider .owl-nav .owl-next,
.awards-slider .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #045529;
  border-radius: 50px;
  color: #045529;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}


/* =========================================================
   9. PROJECT PAGE
   ========================================================= */

/* ----- 9.1 Project About ----- */
.prj-content-box {
  border-left: 1px solid #bababa;
  transition: border 0.3s ease;
  position: relative;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  color: #bababa;
  height: 60px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
}

.prj-abt-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prj-content-img {
  width: 100%;
}

.bmrda .prj-content-box:nth-child(3).active,
.bmrda .prj-content-box:nth-child(1).active {
  height: 275px;
}

.prj-content-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid transparent;
  border-radius: inherit;
  box-sizing: border-box;
  animation: borderFill 5s forwards;
}

@keyframes borderFill {
  0% {
    border-left-color: #bababa;
    height: 10%;
  }
  100% {
    border-left-color: #045529;
    height: 100%;
  }
}

.prj-content-box.active {
  min-height: 100%;
  height: 300px;
  color: #000;
  transition: all 0.7s ease-in-out;
}

.postid-718 .prj-content-box.active {
  height: 250px;
}

.prj-content .content {
  font-size: 16px;
  text-align: justify;
}

.prj-abt-title .content {
  width: 70%;
  font-size: 15px;
}

.prj-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.prj-img-box.boulevard {
  height: 64vh;
}

.prj-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-100%);
  transition: transform 0.8s ease;
  z-index: 1;
}

.prj-image.active {
  transform: translateY(0%);
  transition: transform 0.8s ease;
}

.prj-image img {
  width: 80%;
}

/* BDA project specific */
.bda.prj-img-box .prj-image img {
  width: 90%;
}

.prj-status-stamp {
  width: 180px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 9;
}

.prj-slider-border.mobile {
  display: none;
}

/* ----- 9.2 Overview ----- */
section#overview-section {
  padding: 60px 0px;
}

#project-abt-section,
#overview-section,
#plan-section,
#plan-video-section {
  padding-bottom: 60px;
}

#amenities-section {
  margin-bottom: 30px;
}

/* ----- 9.3 Plan / Master Plan ----- */
.master-plan-image {
  text-align: center;
  position: relative;
  width: 40%;
}

.master-plan {
  display: flex;
  justify-content: center;
}

.master-plan-image::before,
.master-plan-image::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffffb0;
  transition: all 0.6s ease-in-out;
}

.natureville.master-plan-image::before,
.natureville.master-plan-image::after {
  height: 350px;
}

.master-plan-image:hover::before,
.master-plan-image:hover::after {
  width: 0;
  transition: all 0.6s ease-in-out;
}

.master-plan-image::before {
  right: 0;
  z-index: 9;
}

.master-plan-image::after {
  left: 0;
  z-index: 99;
}

.master-slider .master-plan-image::after {
  top: 0;
}

.unit-slider .item .master-plan-image::before,
.unit-slider .item .master-plan-image::after {
  height: 730px;
  top: 0;
}

.unit-slider .item .master-plan-image {
  width: 70%;
  pad: 10px;
}

.unit-slider .owl-item:nth-child(7) .item {
  display: flex;
  flex-direction: column;
}

.unit-slider .owl-item:nth-child(7) .item .master-plan-image {
  width: 88%;
}

.unit-slider .owl-item:nth-child(7) .item .master-plan-image::after,
.unit-slider .owl-item:nth-child(7) .item .master-plan-image::before {
  height: 200px;
}

.plan-head.active {
  border-bottom: 1px solid #000;
}

.plan-body {
  display: none !important;
}

.plan-body.active {
  display: block !important;
}

.plan-body .item {
  display: flex;
  justify-content: center;
}

.bda.plan-title h2 {
  padding-bottom: 10px;
}

.bda.plan-title {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 20px;
}

.plan-body .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.plan-body .owl-nav .owl-next,
.plan-body .owl-nav .owl-prev {
  border: 1px solid #045529;
  color: #045529;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

/* Image animation - unit plan slider */
.unit-plan-slider {
  display: none !important;
}

/* ----- 9.4 Plan Video ----- */
.plan-video {
  display: flex;
  justify-content: center;
}

.plan-video #myVideo {
  height: 84vh;
  width: 95%;
}

/* ----- 9.5 Amenities ----- */
.amenity-image {
  position: relative;
}

.amenity-img-content {
  text-align: left;
  position: absolute;
  top: 0;
  content: "";
  bottom: 0px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(0deg, #000, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 10px;
  transition: all 0.5s ease-in-out;
}

.amenity-img-content h4 {
  font-size: 17px;
}

.amenity-image img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.amenity-image:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.amenity-image:hover .amenity-img-content {
  bottom: 0;
  transform: translateY(261px);
  transition: transform 0.5s ease-in-out;
}

.amenities-title {
  position: absolute;
  left: 15%;
  top: 30px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 9;
}

.amenities-title .section-title {
  font-size: 120px;
  font-weight: 700;
  filter: drop-shadow(0px 4px 10px black);
  color: #ffffff4f;
}

/* ----- 9.6 Gallery ----- */
section#gallery-section {
  /* padding-top: 60px; */
  margin-top: 30px;
}

.gallery-slider .owl-nav,
.site-gallery-slider .owl-nav {
  display: flex !important;
  justify-content: center;
  gap: 20px;
}

.gallery-btns {
  margin-bottom: 20px !important;
}

.gallery-slider .owl-nav .owl-prev,
.gallery-slider .owl-nav .owl-next,
.site-gallery-slider .owl-nav .owl-prev,
.site-gallery-slider .owl-nav .owl-next {
  border: 1px solid #045529;
  color: #045529;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 30px 0px;
}

.gallery-content {
  display: none;
}

.gallery-content.gallery-images.active,
.gallery-content.active {
  display: block;
}

.gallery-content-box img {
  height: 200px;
}

.gallery-btn {
  padding: 8px 40px;
  border: 1px solid #045529;
  color: #045529;
  font-size: 18px;
  margin: 0px 10px;
}

.gallery-btn.active {
  background-color: #045529;
  color: #fff;
}

.gallery-content.gallery-videos.active {
  display: block;
}

.video-btns {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 225px;
  float: right;
}

.video-btn {
  border: none;
  color: #04552999;
  background: none;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.video-btn.active {
  color: #045529;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.video-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #045529;
  width: 0%;
  height: 1px;
  animation: border-bottom;
}

@keyframes border-bottom {
  from {
    width: 100%;
  }
  to {
    width: 100%;
  }
}

button.video-btn:nth-of-type(3).active {
  width: 63px;
}

.video-content-box iframe {
  width: 100%;
  height: 250px;
}

.gallery-video-box.owl-carousel.owl-theme {
  display: none;
}

.gallery-video-box.owl-carousel.owl-theme.active {
  display: block;
}

.gallery-video-box .owl-nav {
  display: flex !important;
  justify-content: center;
  width: 48%;
  padding: 15px 0px;
  gap: 35px;
}

.gallery-mobile-video-box {
  display: none !important;
}

.gallery-video-box .owl-nav .owl-prev,
.gallery-video-box .owl-nav .owl-next {
  border: 1px solid #045529;
  border-radius: 50%;
  padding: 10px 15px;
  color: #045529;
}

/* ----- 9.7 Location Map ----- */
.location-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-title h2,
.location-title p {
  width: 50%;
  text-align: center;
}

.location-box {
  position: relative;
}

.bmrda.location-accordian {
  margin: 0px;
}

.location-accordian {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 70px;
  width: 450px;
  height: 500px;
  margin: 20px auto;
}

.location-accordian #accordionFlushExample {
  backdrop-filter: blur(5px);
  padding: 10px 24px;
}

.location-accordian .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.location-accordian .accordion-button:focus {
  box-shadow: none;
}

.location-accordian .accordion-item,
.location-accordian .accordion-button {
  background: none;
  padding: 5px 0px;
}

.location-accordian .accordion-item,
.location-accordian .accordion-button h4 {
  font-size: 18px;
}

.location-accordian .accordion-button::after,
.location-accordian .accordion-button:not(.collapsed)::after {
  margin-left: 0;
  background-image: none;
}

.location-accordian .accordion-button::before {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}

.location-accordian .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

.location-accordian .accordion-body table tbody tr {
  display: flex;
  justify-content: space-between;
  line-height: 25px;
  font-size: 12px;
}

.location-accordian .accordion-body table {
  width: 100%;
  margin-left: 10px;
}

/* ----- 9.8 Boulevard Amenities ----- */
.unit-plan-box {
  display: flex;
  gap: 30px;
}

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

.boulevard-amenities h2 {
  text-align: center !important;
}

.amenity-content-box {
  padding: 14px 80px;
  font-size: 15px;
  min-height: 250px;
  background: #f2fdf5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.amenities-slider .item img {
  width: 60px;
}

.amenities-slider .item .content {
  text-align: center;
}

.amenities-slider .item .content h3 {
  font-size: 20px;
}

.amenities-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.amenities-slider .owl-nav .owl-next,
.amenities-slider .owl-nav .owl-prev {
  color: #045529;
  border: 1px solid #045529;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}

/* ----- 9.9 Master Plan Pointer Popup ----- */
#interactive-map {
  position: relative;
  width: 80%;
  max-width: 1400px;
  margin: auto;
}

#background-image {
  width: 100%;
  height: auto;
}

.map-pointer {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-pointer .tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 5px;
}

.map-pointer:hover .tooltip {
  display: block;
}


/* =========================================================
   10. PROJECT LISTING PAGE
   ========================================================= */
section#prj-listing-page-section {
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.prj-lst-content .header-title::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 230px;
  bottom: 5%;
}

.prj-lst-components .dropdown-toggle {
  border-bottom: 0px;
}

.prj-lst-components {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.prj-lst-components label {
  font-size: 18px;
}

.prj-lst-components select {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

.prj-lst-mobile-slider {
  display: none !important;
}

.prj-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.prj-lst-img-box {
  width: 370px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px #00000047;
  position: relative;
}

.prj-lst-img-box:hover .project-status {
  left: 0;
}

.prj-lst-img-box img {
  transform: translateY(-72px);
  transition: transform 0.9s ease;
}

.prj-lst-img-box:hover img {
  transform: translateY(0);
  transition: transform 0.9s ease;
}

.prj-img-content {
  background: #fff;
  position: absolute;
  bottom: 0;
  transform: translateY(0px);
  transition: transform 0.7s ease;
  padding: 15px 30px 15px 30px;
  font-weight: 300;
  width: 100%;
}

.prj-img-content h3 {
  font-weight: 300;
  font-size: 20px;
}

.prj-img-content h3::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 30px;
  width: 100px;
  border-bottom: 1px solid #00000085;
}

.prj-lst-img-box:hover .prj-img-content {
  transform: translateY(155px);
  transition: transform 0.7s ease;
}

.prj-img-content .prj-img-content,
.prj-location,
.prj-context {
  width: 100%;
  font-size: 16px;
}

.prj-location {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  flex-wrap: wrap;
}

.prj-location p {
  margin-bottom: 4px;
}

.prj-location p span:nth-of-type(1) {
  font-weight: 600;
}

a.view-project {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 170px;
  height: 46px;
  border: 1px solid #fff;
  background: #ffffff;
  display: flex;
  padding-left: 15px;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  text-align: center;
  color: #045529;
  line-height: 20px;
  text-decoration: none;
  transform: translateY(280px);
  transition: all 0.7s ease;
  z-index: 9;
}

.view-project::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #045529;
}

.prj-lst-img-box:hover a.view-project {
  transform: translateY(0px);
  transition: all 0.7s ease;
}

body.tax-project-status .category-box {
  display: none !important;
}

.page-id-20 .prj-lst-components {
  margin-bottom: 30px;
}


/* =========================================================
   11. BLOG PAGE
   ========================================================= */
section#blog-page-section {
  padding-bottom: 40px;
}

.blog-search-components {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.category-box .form-select {
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #000;
}

.search-bar #blog-search {
  padding: 12px 30px;
  padding-right: 50px;
  margin: 20px 0px;
  border: 1px solid #000;
  border-radius: 50px;
  width: 400px;
  font-size: 18px;
  outline-offset: 0px;
}

.search-bar {
  position: relative;
  text-align: center;
}

.search-bar img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto 30px auto auto;
  pointer-events: fill;
  cursor: pointer;
  width: 20px;
  height: 20px !important;
}

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}

.blog-img-box {
  width: 32%;
  height: 358px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}

.blog-img-box img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.7s ease;
}

.blog-img-box:hover img {
  transform: scale(1.19);
  transition: all 0.7s ease;
}

.blog-content-wrapper {
  position: absolute;
  bottom: 10px;
  margin: 0px 10px;
  padding: 14px 14px;
  border-radius: 10px;
  background: #fff;
  width: 95%;
  height: 65px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.blog-content-box {
  display: flex;
  justify-content: space-around;
}

.blog-more-info {
  display: flex;
  align-items: flex-end;
  gap: 0%;
  padding: 0px 15px;
}

.blog-content-box h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  min-height: 40px;
  font-size: 17px;
}

.blog-content-box span {
  font-size: 12px;
}

.blog-more-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  font-size: 12px;
  margin: 0;
}

.blog-more-info a {
  margin-bottom: 10px;
}

.blog-img-box:hover .blog-content-wrapper {
  height: 160px;
}

#blog-page-section .blog-more-info a {
  width: 30%;
  font-size: 12px;
  text-align: end;
}

#blog-page-section .blog-img-box:hover .blog-content-wrapper {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* =========================================================
   12. CAREER PAGE
   ========================================================= */
.banner-box.career-banner-box {
  top: 40%;
}

.banner-box.career-banner-box .header-title::before {
  bottom: 5%;
  width: 140px;
}

section.job-section {
  padding: 60px 0px;
}

.career-img-box,
.career-content-wrapper {
  padding: 45px 0px;
}

.career-content-box {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 14px 100px 15px 50px;
  border-radius: 25px;
  width: 90%;
  height: 66px;
  overflow: hidden;
  transition: height 0.5s ease;
}

.career-content-box.active {
  height: 190px;
  transition: height 0.5s ease;
}

.career-content-info h4 {
  margin-bottom: 20px !important;
}

.career-img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.career-img {
  width: 90%;
  float: right;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 40px auto;
  transform: translateX(527px);
  transition: tranform 1s ease;
}

.career-img.active {
  transform: translateX(0px);
  transition: transform 1s ease;
}

section#career-info-section {
  background: #f2fdf5;
  padding-top: 100px;
}

.job-filter-wrapper {
  padding: 30px 0px;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  width: 70%;
  margin: auto;
}

select.career_status_dropdown {
  padding: 10px 30px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.job-filter-wrapper .btn-group {
  width: 100%;
}

p.no-listing-message {
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}

.job-filter-wrapper .dropdown-toggle {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.job-filter-wrapper .btn-group .dropdown-toggle:active,
.job-filter-wrapper .btn-group.open .dropdown-toggle {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
}

.job-filter-wrapper .dropdown-menu {
  min-width: 220px;
}

.job-filter-wrapper .btn.active,
.job-filter-wrapper .btn:active {
  border: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.job-filter-wrapper .btn {
  --bs-btn-border-width: 0;
  font-size: 18px;
}

.btn:hover {
  border-color: transparent;
  border-bottom: 1px solid #000;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
  border-bottom: 1px solid #000;
}

.job-filter-wrapper .dropdown-toggle::after {
  margin-left: 10rem;
}

.job-opening-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #e0dede;
  margin: 30px 0px;
  padding-bottom: 20px;
}

.job-heading img {
  position: absolute;
  left: -40px;
  width: 25px;
}

.job-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.job-heading .job-title {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

ul.job-type-location,
p.job-description {
  display: flex;
  gap: 20px;
  font-size: 15px;
  font-weight: 400;
  list-style-position: inside;
  margin-top: 10px;
  width: 400px;
  padding: 0px;
}

button.apply-btn {
  padding: 10px 39px;
  background: transparent;
  border: 1px solid #045529;
  border-radius: 10px;
  color: #045529;
}

.career_page_bottom_btn {
  text-align: center;
  padding: 25px 0px;
}

.career_page_bottom_btn p {
  font-size: 18px;
}

.load-more {
  margin: 15px 0px;
  padding: 10px 35px;
  border: 1px solid #045529;
  background: #045529;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

/* Career accordion */
div#careerAccordion {
  margin-top: 20px;
}

div#careerAccordion .accordion-item {
  background: transparent;
  border: 1px solid #045529;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
}

div#careerAccordion .accordion-item h2 {
  margin: 0px;
  background: transparent;
}

div#careerAccordion .accordion-item h2 button {
  background: transparent;
  border: none;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 0px;
  font-weight: bold;
}

div#careerAccordion .accordion-item .accordion-collapse {
}

div#careerAccordion .accordion-item .accordion-collapse .accordion-body {
  line-height: 25px;
  padding: 0px;
  padding-bottom: 20px;
}

div#careerAccordion .accordion-button:not(.collapsed) {
  color: #045529;
}


/* =========================================================
   13. CONTACT US PAGE
   ========================================================= */
.contact-us-banner-content .header-title::before {
  bottom: 5%;
  width: 140px;
}

.contact-us-title {
  padding: 25px 0px;
}

.contact-us-location p,
.enq-box a {
  font-size: 15px;
  line-height: 30px;
}

.sales.enq-box {
  border-left: 1px solid #00000030;
  border-right: 1px solid #00000030;
}

.enq-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}

section#contact-us-page-form {
  background: #f2fdf5;
  padding: 50px 0px;
}

section#contact-us-wrapper {
  padding: 60px 0px;
}

form#contactUs-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-page-form .input-box {
  width: 50%;
  margin-bottom: 15px;
}

.contact-page-form .phone-eamil-wrapper {
  width: 50%;
}

.contact-page-form .input-box .message-box {
  height: 140px;
}

.contact-page-form .input-box .form-control {
  padding: 20px 15px;
  border-radius: 0;
  background: transparent;
}

.contact-us-btn.call-btn {
  width: 568px;
  box-shadow: inset -584px 0 0 0 #045529;
}

.contact-us-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  color: #045529 !important;
}

.contact-us-location h4,
.enq-box h4 {
  padding: 10px 0px;
}

#connect-with-us {
  background-color: #f5f5f0;
  text-align: center;
  padding: 25px 0px;
}

.connect-wrapper {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  gap: 8px;
}

.connect-wrapper a img {
  width: 75%;
}

/* Testimonials */
.testimonial-title {
  padding: 40px 0px 0px;
}

.testimonial-box {
  width: 85%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-box img {
  border-radius: 50%;
}

.testimonial-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10%;
}

.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
  color: #045529;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}

.testimonial-slider .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: -1;
}

.testimonial-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #f5f5f0;
}

.testimonial-slider .owl-dots .owl-dot.active {
  background-color: #045529;
}


/* =========================================================
   14. NRI PAGE
   ========================================================= */
.nri-content {
  padding: 50px 0px;
}

.content-heading {
  margin-top: 25px;
  font-size: 15px;
}

.nri-support-services ol {
  line-height: 30px;
}

.nri-support-services ol li::marker {
  font-weight: bold;
}

.nri-content-wrapper {
  border-bottom: 2px solid #a7aba9;
  height: 55px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.nri-content-wrapper h4 {
  position: relative;
}

.nri-content-wrapper.active {
  height: 185px;
  transition: all 0.5s ease;
}

.nri-content p.content,
.nri-content div.content p {
  font-size: 14px;
}

.nri-section-title {
  font-size: 25px;
}

.assitance-form {
  background-color: #f5f5f0;
  padding: 0px;
  padding-bottom: 30px;
  position: sticky;
  top: 100px;
  margin-top: 65px;
}

form#assitForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#assitForm .input-box {
  width: 80%;
  margin-bottom: 20px;
}

#assitForm input {
  height: 50px;
}

#assitForm .flag-container {
  height: 50px;
}

.nri-form-title h3 {
  padding: 20px 0px;
  color: #045529;
  margin: 0px;
}

.nri-btn.call-btn {
  width: 390px;
  height: 45px;
  box-shadow: inset -390px 0 0 0 #045529;
}

.nri-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  color: #045529;
}

.read-more-wrapper.read-more {
  height: 100%;
  transition: height 0.6s ease;
}

.read-more-btn.call-btn {
  box-shadow: inset -200px 0 0 0 #045529;
  color: #fff;
  width: 100px;
  font-size: 12px;
  height: 35px;
  margin: 25px 0px;
}

.read-more-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  color: #045529;
}


/* =========================================================
   15. CHANNEL PARTNER PAGE
   ========================================================= */
.cp-title {
  font-size: 43px;
  margin-bottom: 25px;
}

.cp-banner-content h1.header-title::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 200px;
  bottom: -5px;
}

.banner-box,
.cp-banner-box {
  top: 30%;
  left: 0;
  margin: 0;
  width: 100%;
  padding-left: 15%;
}

.cp-img-box {
  width: 100%;
}

.c-p-heading-box {
  margin-top: 25px;
}

#channel-partner-form {
  background-color: #f2fdf5;
  padding: 60px 0px;
}

.enquiry-page-form input,
.channel-page-form input {
  padding: 12px 10px;
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 20px;
  border: 1px solid #00000094;
}

.channel-page-form .iti input.iti__tel-input,
.channel-page-form .iti input.iti__tel-input[type="text"],
.channel-page-form .iti input.iti__tel-input[type="tel"] {
  margin-bottom: 20px !important;
}

.enquiry-page-form input::placeholder,
.channel-page-form input::placeholder {
  font-size: 18px;
}

a.channel-partner {
  font-size: 25px;
  color: #00000094;
  text-decoration: none;
  cursor: pointer;
}

a.channel-partner.active {
  color: #000;
  text-decoration: none;
  position: relative;
}

a.channel-partner.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 1px;
  background-color: #000;
  animation: border-width 2s ease forwards;
}

@keyframes border-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

#t-c-section {
  padding: 60px 0px;
}

.t-c-wrapper {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px;
}

.t-c-content-box ol {
  line-height: 30px;
}

.t-c-content-box ol li {
  font-size: 15px;
}

.read-more-wrapper {
  padding: 15px 0px;
}

.partner-form-tabs {
  display: flex;
  gap: 60px;
  padding: 15px 0px;
}

.phone-eamil-wrapper {
  display: flex;
  gap: 15px;
}

.left-side,
.right-side {
  width: 100%;
}

.prospect-form {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.cp-btn.call-btn {
  width: 655px;
  height: 45px;
  box-shadow: inset -655px 0 0 0 #045529;
}

.cp-btn.call-btn:hover {
  box-shadow: inset 1px 2px 0px 0px #045529;
  color: #045529;
}

.cp-form-wrapper {
  display: none;
}

.cp-form-wrapper.active {
  display: block;
}

div#cp_join_us_wrapper {
  background: #f2fdf5;
}

.cp-form-wrapper .btn-group.contact-btn {
  width: 100%;
}

.cp-form-wrapper .btn-group.contact-btn button {
  width: 100%;
}


/* =========================================================
   16. REFER A FRIEND PAGE
   ========================================================= */
.banner-box,
.refer-banner-box {
  top: 30%;
  left: 0;
}

.refer-title {
  font-size: 43px;
  margin-bottom: 25px;
}

.refer-img-box {
  width: 100%;
}

#refer-form {
  background-color: #f2fdf5;
  padding: 60px 0px;
}

.eligibility-box {
  border: 1px solid black;
  border-radius: 10px;
  padding: 40px;
  margin: 40px;
}

.eligibility-lists {
  margin: auto;
  width: 90%;
}

.eligibility-lists li {
  line-height: 30px;
}

.refer-page-form input {
  padding: 14px 10px;
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0px;
  border: 1px solid #00000091;
}

.refer-page-form input::placeholder {
  font-size: 15px;
  padding-left: 15px;
}

#refer-form h3 {
  margin: 20px 0px;
}

.refer-form-box {
  width: 80%;
  margin: auto;
  padding-top: 0px;
}

.referee-btn.call-btn {
  width: 100%;
  max-width: 200px;
  height: 45px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: inset -445px 0 0 0 #045529;
}

.referee-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  color: #045529;
  border: 1px solid #045529;
}


/* =========================================================
   17. SINGLE POST
   ========================================================= */
.single-post .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 20px 0px;
}

.single-post .nav-links a {
  background: #045529;
  padding: 6px 20px;
  color: #fff;
  border-radius: 10px;
}

.single-post article p {
  line-height: 30px;
  font-size: 15px;
}

.single-post article ul {
  margin: 20px 0px;
}

.single-post article ul li {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

body.search-results section#about-us-info {
  background: transparent;
}

body.search-results .banner-content {
  filter: unset;
}


/* =========================================================
   18. RESORT LIVING / INFRASTRUCTURE
   ========================================================= */
section#resort-living {
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.resort-living-title {
  padding-bottom: 30px;
}

.resort-img {
  width: 95%;
}

.resort-box {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.resort-box img {
  width: 25% !important;
  background: #f2fdf5;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0 #b4dabe;
}

.common-nav,
.infrastructure-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.common-nav .owl-next,
.common-nav .owl-prev,
.infrastructure-slider .owl-nav .owl-next,
.infrastructure-slider .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #045529;
  color: #045529;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background: transparent;
}

.common-nav .owl-next,
.common-nav .owl-prev {
  margin: 30px 0px;
}

#resort-living .common-nav {
  display: none;
}

.resort-amenities-slider-2 .item {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 15px 20px;
  padding: 30px 0px;
}

/* Infrastructure section */
.infrastructure-slider.mobile {
  display: none !important;
}

.infrastructure-slider .owl-nav .owl-next,
.infrastructure-slider .owl-nav .owl-prev {
  margin: 30px 0px;
}

.infrastructure-icon img {
  width: 50px !important;
}

.infrastructure-content-box {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 1px 2px 4px 0px #59b1a152;
  border-radius: 15px;
  margin: 10px 0px;
  min-height: 220px;
}

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


/* =========================================================
   19. SWIPER (Amenities Slider)
   ========================================================= */
.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition:
    opacity 0.6s ease,
    transform 0.3s ease;
  overflow: hidden;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px !important;
}

.swiper-button-next,
.swiper-button-prev {
  height: 30px;
  width: 30px;
}

.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: none !important;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 65px;
  transform: translateY(50px);
  transition:
    opacity 0.3s ease,
    transform 0.7s ease;
}

.swiper-slide .content {
  display: block;
  font-size: 13px;
  line-height: 25px;
  transform: translateY(50px);
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.7s ease;
  filter: drop-shadow(4px 10px 12px black);
}

.swiper-slide .content.show {
  transform: translateY(0);
  opacity: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  top: 47%;
  padding-left: 15%;
  background: linear-gradient(360deg, #00000078 8%, transparent 65%);
  width: 100%;
}

[class^="swiper-button-"] {
  width: 30px !important;
  height: 30px !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.swiper-nav {
  position: absolute;
  width: 100px;
  bottom: 55px;
  right: 80px;
}

.swiper-button-prev,
.swiper-button-next {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  border: 1px solid #fff;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  color: #fff;
}


/* =========================================================
   20. FORMS (Sticky / Brochure / Career Popup)
   ========================================================= */

/* Sticky form */
section#sticky-form,
section#brochure-form {
  display: flex;
  align-items: center;
  right: -345px;
  position: fixed;
  z-index: 99;
  top: 25%;
  transition: right 0.5s ease;
}

section#sticky-form i {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  margin: auto;
  font-size: 15px;
}

.sticky-form.hidden {
  opacity: 0;
  visibility: hidden;
}

section#sticky-form.active {
  right: 0;
}

form#sticky_form {
  width: 345px;
  margin: auto;
  background: #fff;
  padding: 15px;
  max-height: 100%;
  border-radius: 10px;
  position: relative;
}

.sticky-popup-btn {
  transform: rotate(270deg);
  padding: 10px 25px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #045529;
  background: #045529;
  position: absolute;
  left: -96px;
}

button.sticky-popup-btn.mobile {
  display: none;
}

#sticky_form .input-box {
  margin: 15px 0px;
}

#sticky_form input {
  border: 0;
  border-bottom: 1px solid #045529;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 transparent;
  height: 45px;
}

#sticky_form .flag-container {
  height: 45px;
}

#sticky_form input::placeholder {
  color: #000;
}

.sticky-form-btn.call-btn {
  width: 316px;
  height: 45px;
  box-shadow: inset -316px 0 0 0 #045529;
}

.sticky-form-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
  color: #045529;
}

#sticky-form.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Brochure form */
section#brochure-form {
  left: 0;
  right: 0 !important;
  margin: auto;
  display: none !important;
  justify-content: center;
}

form#brochure-download-form {
  width: 30%;
  background: #fff;
  padding: 30px;
  display: block;
  margin: auto;
}

#brochure-download-form .mfp-close-btn-in .mfp-close {
  left: 27%;
  right: 0px;
  margin: auto;
}

form#brochure-download-form h2 {
  margin-top: 0;
}

form#brochure-download-form .input-box {
  margin-bottom: 10px;
}

form#brochure-download-form input {
  padding: 20px 15px;
}

.brochure-form-btn.call-btn {
  width: 395px;
  box-shadow: inset -455px 0 0 0 #045529;
}

.brochure-form-btn.call-btn:hover {
  box-shadow: inset 1px 1px 1px 1px #045529;
}

/* Career popup form */
.career-popup-form-style {
  padding: 0px;
  max-width: 100%;
  width: 30%;
  min-height: auto;
}

.career-popup-form-style form#job-application-form {
  padding: 30px 20px;
}

.career-popup-form-style form#job-application-form label {
  width: 100%;
}

.career-popup-form-style form#job-application-form .input-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.career-popup-form-style form#job-application-form input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.career-popup-form-style form#job-application-form select {
}

.career-popup-form-style form#job-application-form .submit_btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ccc;
  background-color: #045529;
  color: #fff;
}

.header_career_form img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}


/* =========================================================
   21. FAQ ACCORDION
   ========================================================= */
div#faqAccordion {
  margin-top: 20px;
}

div#faqAccordion .accordion-item {
  border: none;
  border-bottom: 1px solid #cdcdcd;
}

div#faqAccordion .accordion-item h2 {
  margin: 0px;
}

div#faqAccordion .accordion-item h2 button {
  background: transparent;
  border: none;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 0px;
  font-weight: bold;
}

div#faqAccordion .accordion-item .accordion-collapse {
}

div#faqAccordion .accordion-item .accordion-collapse .accordion-body {
  line-height: 25px;
  padding: 0px;
  padding-bottom: 20px;
}

div#faqAccordion .accordion-button:not(.collapsed) {
  color: #045529;
}


/* =========================================================
   22. FOOTER
   ========================================================= */
footer#footer {
  background-color: #045529;
  padding: 50px 0px;
}

.footer-head {
  display: flex;
}

.footer-content {
  width: 35%;
}

.footer-content:nth-child(2) .location-content,
.footer-content:nth-child(3) .location-content {
  align-items: center;
}

.location-content img {
  width: 30px;
  height: 30px;
}

a.location-content,
.footer-content {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  color: #fff;
}

a.location-content span {
  display: block;
  font-size: 15px;
  color: #fff;
}

.footer-body {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-about-us,
.footer-links-wrapper {
  display: flex;
  width: 34%;
  justify-content: space-between;
}

/* .footer-links-wrapper {
  display: flex;
  gap: 80px;
} */

.footer-links ul {
  padding: 0;
}

.footer-links li,
.footer-links li a {
  color: #fff;
  font-size: 15px;
  list-style-type: none;
  text-decoration: none;
  margin-bottom: 16px;
  font-weight: 400;
}

.footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-logo {
  width: 170px;
}

.footer-icon {
  width: 100px;
}

.brand-logo img,
.footer-icon img {
  width: 100%;
}

.social-icons {
  text-align: center;
  display: flex;
  gap: 10px;
}

.social-mobile-icons {
  display: none;
}


/* =========================================================
   23. RESPONSIVE / MEDIA QUERIES (largest → smallest)
   ========================================================= */

/* ----- ≥ 1750px ----- */
@media (min-width: 1750px) {
  #about-section {
    height: 755px;
  }
}

/* ----- 1281px – 1600px ----- */
@media (min-width: 1281px) and (max-width: 1600) {
  .postid-525 .banner-image,
  .postid-887 .banner-image {
    height: 780px;
  }
}

/* ----- max-width 1440px ----- */
@media (max-width: 1440px) {
  .milestone-content-info {
    min-height: 250px;
  }

  .milestone-slider .owl-item.active .even .milestone-year::before,
  .milestone-slider .owl-item.active .odd .milestone-year::before {
    left: 115px;
  }
}

/* ----- 1200px – 1400px ----- */
@media (min-width: 1200px) and (max-width: 1400px) {
  .about-detail-content h2,
  .about-detail-content h2 span {
  }

  .about-detail-content h3 {
  }

  #properties-section {
    padding: 60px 0px;
  }

  .highlight-video iframe {
    height: 577px;
    border-radius: 18px;
    width: 90%;
  }

  #customers-section {
    padding: 80px 0px;
  }

  .customer-content-box {
    padding-left: 50px;
  }

  .customer-video-slides li .customer_item_inf {
    right: 25px;
    transform: translate(0px, -55px) rotate(-90deg);
  }

  h2.section-title {
  }

  p.content,
  div.content p {
    font-size: 15px;
  }

  .banner-box {
    top: 30%;
  }

  .home-title {
  }

  .home-content-box {
  }

  .know-more-btn {
    padding-left: 0px;
  }

  .customer-video-slides .customer_item_inf_title {
    font-size: 20px;
  }

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

  .highlight-video #myVideo {
    height: 85vh;
    width: 90%;
  }

  .properties-content-box {
    padding: 0 34px;
    max-height: 152px;
  }

  .properties-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
    transform: translate(0px, -10px);
  }

  .blog-right-content-heading {
    height: 50px;
  }

  .blog-content-heading p,
  .blog-content p {
    width: 80%;
  }

  .blog-right-content-heading p {
    font-size: 12px;
  }

  .blog-content-heading p {
    font-size: 15px;
  }

  .blog-content-heading .blog-date {
    font-size: 12px;
  }

  .customer-video-slides li {
    height: 342px;
    width: 25%;
  }

  .brand-logo img,
  .footer-icon img {
    width: 65%;
  }

  footer#footer {
    background-color: #045529;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer-body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  #contact-form-section {
    padding: 60px 0px;
  }

  .footer-links li,
  .footer-links li a {
    font-size: 15px;
  }

  a.location-content span {
    font-size: 15px;
  }

  .about-us-heading h2.section-title {
    width: 365px;
  }

  .about-us-info-content {
    width: 80%;
  }

  .about-us-intro {
    padding: 25px 0px;
  }

  .about-info-top .about-us-img-box {
    width: 79%;
  }

  .milestone-slider .owl-item.active .even .milestone-year::before {
    bottom: 15%;
    left: 114px;
  }

  .milestone-slider .owl-item.active .odd .milestone-year::before {
    left: 114px;
  }

  .milestone-content-info {
    /* min-height: 188px; */
  }

  .blog-content-wrapper {
    bottom: 15px;
  }

  .blog-img-box {
    height: 345px;
  }

  .project-img-content h4::after {
    height: 36px;
  }

  .project-img-content h4 {
    font-size: 18px;
  }

  .about-us-heading h2.section-title.desktop {
    width: 435px;
  }

  .mission-box {
    height: 95vh;
  }

  .cp-btn.call-btn {
    width: 638px;
  }

  .referee-btn.call-btn {
    width: 436px;
  }

  .contact-us-btn.call-btn {
    width: 560px;
  }

  .prj-banner-content {
    width: 68%;
  }

  .highlight-video .video-zoom {
    right: 65px;
  }

  .prj-lst-img-box {
    width: 360px;
  }
}

/* ----- max-width 1368px ----- */
@media (max-width: 1368px) {
  .milestone-content-info {
    min-height: 250px;
  }

  .milestone-content-info p {
    font-size: 16px;
  }
}

/* ----- max-width 1280px ----- */
@media (max-width: 1280px) {
  #about-section {
    background-position: bottom;
  }

  .prj-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
  }

  .about-detail-content h2,
  .about-detail-content h2 span {
    font-size: 23px;
  }

  .milestone-content-info {
    min-height: 251px;
    padding-left: 37px;
  }

  .mission-box {
    height: 89vh;
    width: 80%;
    padding: 0px 60px;
  }

  .history-content {
    padding: 0px 50px;
  }

  .about-info-top,
  .about-us-box-bottom {
    padding: 0px 56px;
  }

  .testimonial-box {
    width: 100%;
  }

  .plan-video #myVideo {
    height: 84vh;
    width: 84%;
  }

  .nri-btn.call-btn {
    width: 380px;
    height: 45px;
    box-shadow: inset -380px 0 0 0 #045529;
  }

  .project-img-content h4 {
    font-size: 15px;
  }

  .project-img-content h4::after {
    height: 34px;
  }

  .prj-banner-content {
    width: 75% !important;
  }

  .bmrda .prj-banner-content {
    width: 78% !important;
  }

  .about-us-heading h2.section-title.desktop {
    width: 348px;
  }
}

/* ----- 1024px – 1250px ----- */
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .prj-image img {
    width: 100%;
  }

  .milestone-content-info {
    min-height: 250px;
  }

  .blog-content-heading p,
  .blog-content p {
    width: 80%;
  }

  .milestone-slider .owl-item.active .odd .milestone-year::before,
  .milestone-slider .owl-item.active .even .milestone-year::before {
    left: 20%;
  }

  .mission-box {
    height: 72vh;
    width: 100%;
    padding: 0px 60px;
  }

  .mission-content-info {
    display: none;
    transform: translateX(100%);
    transition: transform 1.5s ease;
    padding: 25px 0px 25px 40px;
  }

  .mission-tabs {
    padding-left: 40px;
  }

  h2.nature {
    font-size: 30px;
  }

  .about-us-intro {
    padding: 10px 0px;
  }

  .about-us-info-content {
    width: 70%;
  }

  .about-us-heading h2.section-title.desktop {
    width: 340px;
  }

  #history-section {
    height: 85vh;
  }

  .home-title,
  .home-content {
  }

  #home-section {
  }

  .properties-content-box {
    padding: 30px;
    min-height: 300px;
  }

  .properties-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .properties-icon img {
    width: 70px !important;
  }

  .blog-right-content-heading {
    height: 50px;
  }

  .highlight-video #myVideo {
    height: 65vh;
  }

  .project-img-content h4 {
    font-size: 25px;
  }

  .project-img-content h4::after {
    height: 45px;
  }

  .about-detail-content {
    width: 160px;
  }

  .cp-btn.call-btn {
    width: 530px;
  }

  .nri-btn.call-btn {
    width: 320px;
  }

  .referee-btn.call-btn {
    width: 360px;
  }

  .contact-page-form .input-box,
  .contact-page-form .phone-eamil-wrapper {
    width: 61%;
    margin-bottom: 15px;
  }

  .contact-us-location p,
  .enq-box a {
    display: flex;
    flex-direction: column;
  }

  .testimonial-box {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-box img {
    width: 50% !important;
  }

  .prj-wrapper {
    justify-content: space-evenly;
  }

  .prj-banner-content {
    width: 77% !important;
  }

  .plan-video #myVideo {
    height: 70vh;
    width: 100%;
  }

  .location-accordian #accordionFlushExample {
    backdrop-filter: blur(5px);
    padding: 10px 24px;
    background: #ffffff9c;
  }

  .resort-box {
    width: 45%;
  }
}

/* ----- max-width 1200px ----- */
@media (max-width: 1200px) {
  .homePageBlogSec .blog_row_box {
    width: 100%;
    margin: auto;
  }

  .homePageBlogSec .blog-left-box:hover .blog-content {
    height: 130px;
  }

  .customer-video-slides li .customer_item_inf {
    right: 15px;
  }

  select.career_status_dropdown {
    padding: 15px 30px;
    color: #000;
    height: 40px;
    width: 170px;
  }

  #blog-page-section .blog-content-box {
    gap: 10px;
    text-align: center;
  }

  #blog-page-section .blog-content-box h4 {
    font-size: 14px;
    min-height: 33px;
  }

  #blog-page-section .blog-content-wrapper {
    height: 60px;
  }

  #blog-page-section .blog-more-info a {
    display: flex;
    align-items: center;
    gap: 14%;
    padding: 0px 19px;
  }

  #blog-page-section .blog-img-box {
    height: 270px;
  }

  div#home-page-main-video .elementor-widget-container {
    width: 100%;
    height: 100vh;
  }

  .blog-wrapper {
    gap: 20px 10px;
  }

  .home-title,
  .home-content {
    width: 50%;
  }

  #home-section .col-lg-6 {
    width: 100%;
  }

  .job-filter-wrapper {
    width: 85%;
  }

  .job-list-wrapper {
    width: 90%;
  }

  .prj-location {
    display: block;
  }

  .prj-lst-img-box {
    width: 300px;
  }

  .banner-box .header-title {
    font-size: 50px;
  }

  .prj-banner-content .header-title {
    font-size: 50px !important;
  }

  li.attribute-box.active .attr_item_inf_title {
    font-size: 22px;
  }
}

/* ----- max-width 1280px (mobile responsive baseline) ----- */
@media only screen and (max-width: 1024px) {
  #nav-content ul li a {
    font-size: 14px;
  }

  .milestone-content-info {
    min-height: 250px;
    padding: 0px 70px;
  }

  .milestone-slider .owl-item.active .even .milestone-year::before {
    left: 114px;
  }

  .milestone-slider .owl-item.active .odd .milestone-year::before {
    left: 113px;
  }

  .mission-content-info {
    padding: 25px 0px;
    min-height: 248px;
  }

  .mission-box {
    height: 95vh;
    width: 94%;
  }

  #history-section {
    height: 85vh;
  }

  .history-content p {
    font-size: 15px;
    width: 90%;
  }

  .about-us-info-content {
    width: 66%;
  }

  .about-us-heading h2.section-title.desktop {
    width: 274px;
    font-size: 30px;
  }

  h2.nature {
    font-size: 28px;
  }

  .about-us-intro {
    padding: 40px 0px;
    margin: 0px 28px !important;
    width: 100%;
  }

  .enquire-btn {
    margin-top: 30px;
    display: flex;
  }

  .header-title {
    font-size: 50px;
  }

  .contact-us-location p,
  .enq-box a {
    display: flex;
    flex-direction: column;
  }

  .contact-us-btn.call-btn {
    width: 567px;
    box-shadow: inset -567px 0 0 0 #045529;
  }

  .prj-wrapper {
    justify-content: space-evenly;
  }

  .bda.prj-img-box .prj-image img {
    width: 100%;
  }

  .prj-image img {
    width: 100%;
  }

  .resort-box {
    width: 45%;
  }

  .resort-img {
    width: 100%;
  }

  .infrastructure-content-box {
    min-height: 200px;
  }

  .career-content-box {
    padding: 14px 50px 15px 50px;
  }

  .career-img {
    width: 100%;
  }
}

/* ----- max-width 1025px ----- */
@media (max-width: 1025px) {
  .career-popup-form-style {
    width: 40%;
  }

  ul#menu-primary-menu {
    margin-right: 30px;
  }
}

/* ----- max-width 1023px ----- */
@media only screen and (max-width: 1023px) {
}

/* ----- max-width 996px ----- */
@media (max-width: 996px) {
  .blog-content {
    width: 90%;
  }

  .prj-img-content {
    padding: 15px 15px 15px 15px;
  }

  .prj-img-content h3::after {
    top: 40px;
    left: 15px;
  }

  .site-header + .elementor {
    min-height: auto;
  }

  ul#menu-primary-menu {
    margin-right: 0px;
  }

  .postid-525 .banner-image,
  .postid-887 .banner-image {
    height: auto;
  }

  .single-post .nav-links .nav-previous a,
  .single-post .nav-links .nav-next a {
    display: block;
  }

  .single-post .nav-links .nav-previous,
  .single-post .nav-links .nav-next {
    width: 40%;
    display: block;
  }

  li.attribute-box.active .attr_item_inf_title {
    font-size: 30px;
  }

  .attribute-title {
    padding: 15px 0px;
  }

  li.attribute-box {
    margin: 10px 0px;
    width: 100% !important;
    height: 124px;
    display: flex;
  }

  li.attribute-box.active {
    height: 340px;
  }

  .attribute-slides,
  .attribute-slides ul,
  .attribute-slides ul li > div {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .attr_item_inf_content {
    font-size: 20px;
    font-weight: 300;
  }

  .attribute-content .attribute-slides ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 0;
  }

  .attr_item_inf_title br {
    display: none;
  }

  .attribute-slides li .attr_item_inf {
    transform: translateY(60px);
  }

  .attr_item_inf_title {
    font-size: 20px;
  }

  section#home-section {
    position: relative;
    height: 550px;
  }

  section#home-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000008c;
  }

  section#home-section .container {
    z-index: 1;
  }

  .home-title,
  .home-content {
    width: 100%;
  }

  #home-section h2.section-title {
    color: #fff;
  }

  .home-content p.content,
  .home-content div.content p {
    color: #fff;
  }

  .cp-title {
    font-size: 30px;
  }

  .partner-form-tabs {
    margin-bottom: 1rem;
  }

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

  .overview-detail-content {
    width: 30%;
  }

  .nri-section-title {
    font-size: 25px;
    line-height: 30px;
  }

  .assitance-form {
    margin-top: 0px;
  }

  .nri-content {
    padding-bottom: 20px;
  }

  section#nri-info-section {
    margin-bottom: 4rem;
  }

  form#ContactForm {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .form-title h2.section-title {
    margin-top: 0px;
  }

  #ContactForm .btn-group.contact-btn,
  #ContactForm .btn-group.contact-btn button {
    width: 100%;
  }

  #refer-your-friend .form_inner {
    flex-direction: column;
    align-items: center;
  }

  #refer-your-friend .form_inner .input-box {
    width: 100% !important;
  }

  .mission-tabs {
    justify-content: center;
  }

  .career-img-box img {
    height: 614px;
    object-fit: cover;
    object-position: center;
  }

  section#career-info-section {
    padding-top: 30px;
  }

  .prj-banner-content .header-title::before,
  .contact-us-banner-content .header-title::before,
  .career-banner-content .header-title::before,
  .refer-banner-content .header-title::before {
    bottom: -10px;
  }

  .about-banner-content .header-title::before,
  .blogs-content .header-title::before {
    bottom: -5px;
  }

  .prj-lst-img-box {
    width: 341px;
  }

  .banner-box,
  .cp-banner-box {
    padding-left: 10%;
  }

  .prj-banner-content .header-title {
    font-size: 40px !important;
  }
}

/* ----- 768px – 900px ----- */
@media (min-width: 768px) and (max-width: 900px) {
  .header-logo img {
    width: 70%;
  }

  #nav-content ul.nav {
    display: flex;
    gap: 0px;
  }

  #nav-content ul li a {
    font-size: 11px;
  }

  .call-btn {
    width: 150px;
    height: 51px;
    font-size: 12px;
    float: left;
    margin-bottom: 20px;
  }

  .about-details {
    width: 55%;
  }

  #home-section {
    background-position: bottom;
  }

  .know-more-btn.btn-box {
    float: left;
  }

  .project-img-content h4 {
    font-size: 13px;
  }

  .project-img-content {
    bottom: -30px;
  }

  .project-location p,
  .project-location p span {
    font-size: 11px;
  }

  .prj-content-box.active {
    height: 305px;
  }

  .project-context p {
    font-size: 12px;
  }

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

  .overview-detail-content {
    width: 30%;
  }

  .aurora .overview-detail-content {
    width: 24%;
  }

  .master-plan-image::before,
  .master-plan-image::after {
    height: 320px !important;
  }

  .resort-amenities-slider-2 .item {
    padding: 0px;
  }

  .unit-slider .item .master-plan-image::before,
  .unit-slider .item .master-plan-image::after {
    height: 650px !important;
  }

  .natureville.master-plan-image::before,
  .natureville.master-plan-image::after {
    height: 250px !important;
  }

  .plan-video #myVideo {
    height: 35vh;
    width: 100%;
  }

  section#project-section {
    padding: 0px;
    margin-top: 60px;
  }

  .properties-content-box {
    padding: 30px 40px;
    min-height: 255px;
  }

  .blog-content-heading p,
  .blog-content p {
    width: 70%;
  }

  .blog-content-heading p {
    font-size: 14px;
  }

  .properties-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .properties-icon img {
    width: 50px !important;
  }

  .properties-slider .owl-stage-outer::after,
  .properties-slider .owl-stage-outer::before {
    height: 340px;
  }

  .highlight-video #myVideo {
    height: 35vh;
  }

  .contact-number.call-btn {
    margin-bottom: 0px;
  }

  .blog-box {
    gap: 30px;
    width: 100%;
  }

  .blog-content-context {
    font-size: 10px;
  }

  .blog-right-content-heading p {
    font-size: 10px;
  }

  .mission-box {
    height: 58vh;
    width: 95%;
  }

  .mission-tabs {
    justify-self: center;
  }

  .mission-content-info {
    padding: 20px 50px;
  }

  #history-section {
    height: 60vh;
  }

  .milestone-slider .owl-item.active .odd .milestone-year::before {
    left: 114px;
  }

  .milestone-content-info {
    padding: 0px 135px;
  }

  .about-info-top,
  .about-us-box-bottom {
    padding: 0px;
  }

  h2.nature {
    font-size: 20px;
  }

  .about-info-top .about-us-img-box {
    width: 80%;
  }

  .about-us-heading h2.section-title.desktop {
    width: 222px;
    padding: 10px;
  }

  .about-us-intro {
    padding: 5px 0px;
    padding-right: 30px;
    margin: 0px 28px !important;
    width: 100%;
  }

  .prj-lst-img-box {
    width: 340px;
  }

  .prj-lst-components option {
    font-size: 10px;
  }

  .cp-btn.call-btn {
    width: 690px;
    height: 55px;
    box-shadow: inset -688px 0 0 0 #045529;
  }

  .cp-img-box,
  .refer-img-box {
    text-align: center;
  }

  .nri-btn.call-btn {
    width: auto;
    height: 45px;
    box-shadow: inset -570px 0 0 0 #045529;
  }

  .referee-btn.call-btn {
    width: 555px;
    box-shadow: inset -555px 0 0 0 #045529;
  }

  .refer-info-box {
    padding: 30px 0px;
  }

  .career-img {
    width: 100%;
    transform: translateX(720px);
  }

  .career-img-box {
    height: 59vh;
    margin: 22px 0px;
  }

  .career-content-box {
    width: 100%;
  }

  .contact-page-form .input-box,
  .contact-page-form .phone-eamil-wrapper {
    width: 90%;
  }

  .contact-us-btn.call-btn {
    width: 620px;
    box-shadow: inset -620px 0 0 0 #045529;
  }

  .testimonial-box {
    width: 100%;
    flex-direction: column;
  }

  .testimonial-box img {
    width: 50% !important;
  }

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

  .prj-img-box {
    height: 60vh;
  }

  .footer-about-us {
    gap: 20px;
  }

  .footer-links-wrapper {
    gap: 20px;
  }

  .unit-slider .owl-item:nth-child(7) .item .master-plan-image::after,
  .unit-slider .owl-item:nth-child(7) .item .master-plan-image::before {
    height: 335px;
  }

  .location-accordian {
    position: unset;
    width: 100%;
    padding: 0px 20px;
    height: 380px;
  }

  .location-title h2,
  .location-title p {
    width: 100%;
  }
}

/* ----- max-width 768px ----- */
@media (max-width: 768px) {
  button.sticky-popup-btn.mobile {
    display: block;
  }

  .job-filter-wrapper {
    width: 100%;
  }

  .job-list-wrapper {
    width: 90% !important;
  }

  .postid-525 .banner-image,
  .postid-887 .banner-image {
    height: 100vh;
  }

  .mission-mobile-img {
    margin-bottom: 30px;
  }

  section#sticky-form {
    width: 415px;
    right: 0;
    left: 0;
    width: 100%;
    top: unset;
    bottom: -70%;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
  }

  .sticky-popup-btn.mobile {
    display: block !important;
    position: fixed;
    transform: rotate(0);
    left: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    z-index: 9;
  }

  section#sticky-form.active {
    right: 0;
    bottom: 0%;
    z-index: 999;
  }

  .call-icon {
    display: none;
  }

  form#sticky_form {
    width: 415px;
  }

  .banner-image picture,
  .banner-image picture img {
    display: block;
    width: 100% !important;
  }

  .elementor-11 .elementor-element.elementor-element-f52db8c .home-content-box {
    background: none !important;
  }

  .project-slides .owl-nav {
    display: flex;
    padding: 20px 40px 0px;
    gap: 15px;
    justify-content: start;
    width: 334px;
  }

  .brochure-download.btn-box {
    margin-bottom: 3rem;
  }

  .overview-detail-content {
    width: 33%;
  }

  .overview-detail-content h2 span.make_bold {
    font-size: 24px;
  }

  .banner-box,
  .cp-banner-box {
    padding-left: 5%;
  }

  .banner-box .header-title {
    font-size: 40px;
  }
}

/* ----- max-width 767px ----- */
@media (max-width: 767px) {
  #blog-page-section .blog-img-box {
    width: 100%;
  }

  .single-post .post-navigation .nav-links {
    display: flex;
  }

  .about-content-box {
    padding-top: 50px;
    margin-top: 0px;
    padding-right: 0px;
  }

  .about-details {
    width: 100%;
  }

  #about-section {
    background-size: 100%;
    height: 889px;
    width: 100%;
  }

  .about-detail-content {
    width: 45%;
  }
}

/* ----- max-width 675px ----- */
@media (max-width: 675px) {
  .single-post .post-navigation .nav-links {
    flex-wrap: wrap;
  }

  .single-post .nav-links .nav-previous,
  .single-post .nav-links .nav-next {
    width: 100%;
    display: block;
  }

  .job-heading img {
    position: relative;
    left: auto;
    width: 25px;
  }

  ul.job-type-location,
  p.job-description {
    width: auto !important;
  }

  .job-opening-box {
    flex-wrap: wrap;
    margin-top: 0px;
  }

  p.job-description {
    margin-bottom: 20px;
  }

  button.apply-btn {
    width: 100%;
    background: #045529;
    color: #fff;
  }

  .career-popup-form-style {
    width: 100%;
  }

  .job-list-wrapper {
    width: 100% !important;
  }

  .career-content-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .job-header-title h2.section-title {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .career_page_bottom_btn p {
    font-size: 17px;
  }

  .career_page_bottom_btn {
    padding: 5px 0px;
  }

  #contact-form-section {
    background-color: #f5f5f0;
    padding: 30px 0px 45px;
  }

  select.career_status_dropdown {
    padding: 15px 30px;
  }

  .overview-content {
    padding: 0px;
  }

  .prj-banner-content .header-title {
    font-size: 35px !important;
  }

  .contact-page-form .input-box {
    width: 100%;
  }

  .contact-page-form .phone-eamil-wrapper {
    width: 100%;
  }

  #contactUs-form .contact-us-btn.call-btn {
    width: 100%;
  }

  section#contact-us-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .contact-us-title {
    padding-bottom: 0px;
  }

  .overview-detail-content h3 {
    font-size: 13px !important;
    line-height: 21px;
    font-weight: 500;
  }
}

/* ----- max-width 650px ----- */
@media (max-width: 650px) {
  .homePageBlogSec .blog-content-heading h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 100%;
    min-height: auto;
    margin: 0px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .overview-detail-content h2 span.make_bold {
    font-size: 25px;
  }

  .banner-image picture,
  .banner-image picture img {
    display: block;
    width: 100%;
  }

  .home-content .content.mobile {
    display: block;
    line-height: 25px;
    text-align: justify;
  }

  .elementor-11 .elementor-element.elementor-element-f52db8c #home-section {
    background-size: cover !important;
    background-position: 71%;
  }

  section#home-section {
    position: relative;
    height: auto;
    padding: 50px 15px;
  }

  .elementor-11 .elementor-element.elementor-element-f52db8c .home-content-box {
    background: none !important;
  }

  .project-slides .owl-nav {
    padding-left: 0px;
    justify-content: center;
    width: 100%;
  }

  #about-section {
    background-size: 100%;
    height: 745px;
    width: 100%;
    background-color: #f5f5f0;
  }

  .about-detail-content h3 {
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
  }

  .attribute-slides li .attr_item_inf {
    transform: translateY(60px);
  }
}

/* ----- 360px – 500px (mobile primary) ----- */
@media only screen and (min-width: 360px) and (max-width: 500px) {
  /* Hamburger icon */
  #nav-icon {
    display: block;
    z-index: 9;
  }

  #header {
    position: fixed;
    height: 100px;
  }

  .header-logo img {
    width: 80px;
  }

  #nav-content ul.dropdown-menu {
    position: static;
    background: none !important;
    box-shadow: 0 0 0 0 transparent;
    border: 0;
    text-align: left;
  }

  /* Banner */
  .banner-box {
    margin: auto 10px;
    width: 90%;
  }

  .banner-box,
  .cp-banner-box {
    top: 15% !important;
  }

  .prj-banner-content .header-title::before,
  .contact-us-banner-content .header-title::before,
  .career-banner-content .header-title::before,
  .refer-banner-content .header-title::before {
    bottom: 0%;
  }

  .about-details {
    width: 80% !important;
  }

  .about-detail-content h2,
  .about-detail-content h2 span {
    font-size: 25px !important;
  }

  .highlight-video-slider .owl-dots {
    bottom: 14px;
  }

  #interactive-map {
    width: 100%;
  }

  .enquire-btn.btn-box {
    justify-content: flex-start;
  }

  .btn-box {
    display: flex;
    justify-content: center;
  }

  #myVideo {
    height: 90vh;
  }

  .about-content-box {
    transform: translateY(-28px);
  }

  .header-text-slider--slider--words {
    padding: 0;
  }

  ul.header-text-slider--slider--words li {
    font-size: 55px;
  }

  .header-text-slider.desktop-slider {
    display: none;
  }

  .header-title.header-mobile-title {
    display: inline-flex !important;
  }

  .header-logo {
    padding-left: 0px;
  }

  .banner-box .header-title {
    display: flex;
    color: #fff;
    font-size: 65px;
    font-weight: 300;
  }

  #nav-content {
    width: 100%;
    justify-content: center;
    background: #045529;
    top: -420px;
    display: none;
    transition: top 0.7s ease-in-out;
  }

  #nav-content.active {
    top: -132px;
    display: block;
    transition: top 0.7s ease-in-out;
  }

  #nav-content ul li a {
    font-weight: 800;
    color: #fff !important;
  }

  #nav-content ul.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us .btn-box {
    display: none;
  }

  #about-section,
  #home-section,
  #blog-section {
    padding: 0px 20px;
  }

  #customers-section {
    padding: 40px 0px;
    margin: 0;
  }

  .customer-title .section-title,
  .attribute-title .section-title {
    margin-top: 0;
  }

  h2.section-title {
    font-size: 29px;
  }

  .know-more-btn.btn-box {
    justify-content: flex-start;
    margin-top: 0px;
  }

  p.content,
  div.content p {
    font-size: 17px !important;
    line-height: 30px;
  }

  .boulevard-amenities p {
    padding: 0px 15px;
  }

  #about-section {
    background: url("assets/images/About-us-mobile-bg.webp") no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 100vh;
  }

  .about-content {
    width: 100%;
    padding-top: 10px;
  }

  .about-detail-content h2,
  .about-detail-content h2 span {
    font-size: 40px;
  }

  .about-detail-content h2,
  .about-detail-content h2 span {
    font-size: 38px;
  }

  .about-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .about-detail-content {
    width: 120px;
  }

  .customer-content-box,
  .customer-title,
  .customer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .job-filter-wrapper .wrapper-dropdown-5 {
    width: 160px;
  }

  .job-filter-wrapper {
    gap: 15px !important;
  }

  .job-list-wrapper {
    width: 100% !important;
  }

  .job-opening-box {
    padding: 30px 10px !important;
  }

  .customer-video-slides {
    display: none;
  }

  section#home-section {
    padding: 60px 0px;
    padding-bottom: 0px;
  }

  .home-title,
  .home-content {
    padding: 0px 14px;
  }

  .home-content .content.desktop {
    display: none;
  }

  .home-content-box {
    background: url("assets/images/home-mobile-bg.webp") no-repeat;
    display: block;
    background-size: contain;
    background-position: bottom;
  }

  .home-content p.content,
  .home-content div.content p {
    line-height: 28px;
    font-size: 15px;
  }

  button.toggle-btn {
    padding: 5px 0px;
    width: 100%;
  }

  .highlight-video #myVideo {
    height: 50vh;
    width: 95%;
  }

  .properties-context p {
    font-size: 15px;
  }

  .customer-mobile-content {
    display: block;
  }

  .customer-mobile-content #myVideo {
    display: flex;
    height: 235px;
    object-fit: cover;
    object-position: bottom;
  }

  .customer-video a iframe {
    width: 100%;
    height: 218px;
  }

  .customer-video::before {
    background: transparent;
    z-index: -1;
  }

  .customer-content {
    padding: 15px 5px;
  }

  .customer-mobile-slider .owl-nav,
  .blog-mobile-slider .owl-nav,
  .project-slides .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .project-slider .owl-stage-outer .owl-stage .owl-item .item {
    transform: scale(0.9);
  }

  .project-status {
    left: 0;
  }

  .project-img-content {
    bottom: 15px;
  }

  .highlight-video .video-zoom {
    top: 130px;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }

  .project-slider.active {
    padding-top: 0px;
  }

  .prj-slider-content {
    display: flex;
  }

  #highlights-section {
    background-color: #f5f5f0;
    padding: 0px;
    margin: 0px;
  }

  .customer-mobile-slider .owl-nav .owl-next,
  .customer-mobile-slider .owl-nav .owl-prev,
  .blog-mobile-slider .owl-nav .owl-next,
  .blog-mobile-slider .owl-nav .owl-prev {
    border: 1px solid #045529;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
  }

  .blog-img {
    width: 100%;
  }

  .blog-mobile-content {
    display: block;
  }

  .blog-content-heading p {
    width: 100%;
    font-size: 14px;
  }

  a.know-more-button.call-btn {
    width: 40%;
    margin: 0px 10px;
  }

  #home-section {
    background: none #f5f5f0;
  }

  button#button.submit-btn {
    width: 180px;
  }

  .homes-bg-img {
    display: block;
  }

  .blog-img img {
    border-radius: 0px;
    width: 100% !important;
    height: 35vh !important;
  }

  .blog-title .section-title,
  .blog-title .content {
    padding-bottom: 10px;
  }

  #section-attributes {
    padding: 40px 0px 60px;
  }

  .attribute-title {
    padding: 15px 0px;
  }

  li.attribute-box {
    margin: 10px 0px;
    width: 100% !important;
    height: 124px;
    display: flex;
  }

  li.attribute-box.active {
    height: 230px;
  }

  .attribute-slides,
  .attribute-slides ul,
  .attribute-slides ul li > div {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .attr_item_inf_content {
    font-size: 16px;
    white-space: unset;
  }

  .attr_item_inf_title {
    font-size: 18px;
  }

  .attribute-content .attribute-slides ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 0;
  }

  .highlight-title {
    padding: 20px 0px;
  }

  .highlight-title .content.mobile {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 16px 54px;
    margin: 0;
  }

  .highlight-video iframe {
    height: 208px;
    border-radius: 18px;
    width: 95%;
  }

  .properties-content-box {
    min-height: 188px;
    padding: 10px 30px;
  }

  .properties-slider .owl-stage-outer::after,
  .properties-slider .owl-stage-outer::before {
    content: "";
    position: absolute;
    top: 0;
    width: 190px;
    height: 195px;
    backdrop-filter: blur(0px);
    display: none;
  }

  .properties-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    transform: translateY(-10px);
  }

  .properties-icon img {
    width: 40px !important;
    max-width: 50px !important;
  }

  #properties-section {
    padding: 60px 0px;
    margin: 0px;
  }

  form#ContactForm {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-head {
    width: 100%;
    height: 25vh;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .footer-content {
    width: 100%;
  }

  a.location-content {
    justify-content: flex-start;
  }

  footer#footer {
    background-color: #045529;
    padding: 50px 0px 0px 0px;
  }

  .footer-body {
    flex-direction: column;
    margin: 0;
  }

  .footer-links-wrapper {
    justify-content: space-between;
    width: 100%;
    gap: 0px;
  }

  .footer-links {
    margin-bottom: 15px;
  }

  .brand-logo img,
  .footer-icon img {
    width: 65%;
  }

  .social-icons {
    display: none;
  }

  .social-mobile-icons,
  .social-icons-mobile {
    display: flex;
    justify-content: center;
    height: 10vh;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

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

  .history-content p {
    font-size: 15px;
    width: 100%;
  }

  .contact-btn button {
    width: 100%;
  }

  .submit-btn.call-btn {
    box-shadow: inset -2000px 0 0 0 #045529;
  }

  .overview-content-box {
    padding: 0px 10px;
  }

  .overview-detail-content {
    width: 100px;
    color: #045529;
    text-align: center;
  }

  .bda .overview-detail-content {
    width: 185px;
  }

  .overview-img-box {
    display: none;
  }

  .overview-mobile-img-box {
    display: block;
    margin: 0px 0px 20px;
  }

  .overview-content h4 {
    width: 78%;
  }

  .overview-content {
    padding: 0px 15px;
  }

  .overview-detail-wrapper {
    display: flex;
    justify-content: center;
  }

  .counter-section.mobile {
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .counter-section.desktop {
    display: none;
  }

  .overview-details {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 10px;
  }

  .row.prj-about-section-two {
    flex-direction: column-reverse;
  }

  .prj-banner-content .header-title {
    width: 100%;
    overflow: unset;
    align-items: center;
    font-size: 60px;
  }

  a.view-project {
    display: none;
  }

  .prj-banner-content {
    width: 100% !important;
    padding: 19px 25px;
  }

  .bmrda .prj-banner-content {
    width: 100% !important;
  }

  .prj-abt-title .content {
    display: none;
  }

  .prj-content .content {
    width: 100%;
    font-size: 16px;
  }

  @keyframes borderFill {
    0% {
      border-left-color: unset;
      border-top-color: #045529;
      width: 10%;
    }
    100% {
      border-left-color: unset;
      border-top-color: #045529;
      width: 100%;
    }
  }

  .prj-content-box.active::after {
    border-left: none;
  }

  .prj-slider-border.mobile {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .prj-content-border {
    border: 2px solid #00000052;
    width: 25%;
    position: relative;
  }

  .prj-content-border.active {
    width: 25%;
    display: block;
    transform: translateX(0%);
  }

  .prj-content-border.active::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border: 2px solid transparent;
    border-color: inherit;
    animation: borderFill 5s forwards;
  }

  .swiper-slide {
    height: 84%;
  }

  .slide_viewer {
    height: 75vh;
  }

  section#amenities-section.boulevard {
    height: auto;
  }

  .prj-img-box.boulevard {
    height: 48vh;
  }

  .amenity-content-box {
    min-height: 270px;
  }

  .amenities-title {
    left: 4%;
    top: 0;
  }

  .amenities-title .section-title {
    font-size: 60px;
  }

  .swiper-slide .content .title {
    font-size: 25px;
    line-height: 25px;
  }

  .swiper-slide .content .caption {
    font-size: 18px;
    line-height: 20px;
  }

  .swiper-slide .content {
    left: 0%;
    width: 100%;
    line-height: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 0px 15px;
  }

  .swiper-slide .content.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    top: 50%;
  }

  .swiper-nav {
    width: 100%;
    top: 0;
    bottom: 15%;
    right: 0;
  }

  .prj-content-box {
    height: 0px;
    display: none;
    border-left: none;
    transform: translateX(100%);
  }

  .prj-content-box.active {
    height: 370px;
    width: 100%;
    display: block;
    transform: translateX(0%);
  }

  .bmrda .prj-content-box.active {
    height: 500px !important;
  }

  .prj-img-box {
    height: 50vh;
  }

  .bda.prj-img-box {
    height: 52vh;
  }

  .prj-image {
    transform: translateX(100%);
  }

  .prj-image img {
    width: 100%;
  }

  .master-plan-image::before,
  .master-plan-image::after {
    height: unset !important;
  }

  .master-plan-image {
    width: 100%;
  }

  .owl-carousel .owl-item .master-plan-image img.lazy {
    min-height: 200px;
  }

  .location-accordian {
    position: unset;
    width: 100%;
  }

  .bmrda .location-accordian {
    height: 500px;
  }

  .plan-video #myVideo {
    height: 26vh;
    width: 100%;
  }

  .location-title h2,
  .location-title p {
    width: 100%;
    text-align: center;
  }

  .gallery-slider .owl-nav {
    gap: 30px;
  }

  .gallery-mobile-video-box .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .gallery-mobile-video-box .owl-nav .owl-prev,
  .gallery-mobile-video-box .owl-nav .owl-next {
    border: 1px solid #045529;
    border-radius: 50%;
    padding: 5px 10px;
    margin: 10px 20px;
    color: #045529;
  }

  .video-content-box h4 {
    text-align: center;
    color: #045529;
  }

  .video-btns {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: auto;
    padding: 25px 0px;
    gap: 20px;
  }

  .gallery-video-box .owl-nav {
    width: 100%;
  }

  .footer-about-us {
    justify-content: space-between;
    width: 90%;
  }

  .about-us-banner-slider {
    display: none !important;
  }

  .about-us-mobile-video {
    display: block;
  }

  #about-us-info {
    padding: 0px;
  }

  .about-info-top,
  .about-us-box-bottom,
  .about-us-heading {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .history-content {
    padding: 0px;
  }

  .about-us-intro {
    padding: 30px 15px;
    margin: 0px !important;
    width: 100%;
  }

  h2.nature {
    font-size: 30px;
  }

  .about-info-top .about-us-img-box {
    width: 100%;
  }

  .about-us-heading h2.section-title.desktop {
    display: none !important;
  }

  .about-us-img-box {
    display: flex;
    margin-bottom: 30px;
  }

  .about-us-info-content {
    width: 100%;
  }

  .about-us-box-bottom .about-us-heading,
  .about-us-box-bottom .about-us-box {
    display: none;
  }

  .mission-box,
  .mission-content-box {
    display: none;
  }

  .mission-content-box-mobile {
    display: block;
  }

  .mission-mobile-slider tr {
    display: flex;
    flex-direction: column;
  }

  .mission-mobile-slider .owl-nav {
    display: flex;
    gap: 15px;
  }

  .mission-mobile-slider .owl-nav .owl-next,
  .mission-mobile-slider .owl-nav .owl-prev {
    border: 1px solid #045529;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    margin: 10px 0px;
  }

  .mission-content-info p {
    width: 100%;
  }

  .mission-content-info table tr {
    display: block;
  }

  #history-section {
    background: url("assets/images/about-us-history-mobile.webp") no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 900px;
  }

  .history-content p.content,
  .history-content div.content p {
    font-size: 15px;
  }

  .milestone-content-info {
    padding: 0px !important;
    padding-left: 24px;
    min-height: 190px !important;
  }

  .milestone-slider .owl-stage-outer::after,
  .milestone-slider .owl-stage-outer::before {
    background: none;
  }

  .milestone-slider .owl-item.active .odd .milestone-year::before {
    left: 113px;
  }

  .milestone-slider .owl-item.active .even .milestone-year::before {
    left: 114px;
  }

  .milestone-image-box {
    padding: 24px;
    min-height: 187px;
  }

  .milestone-content-info p {
    font-size: 12px;
  }

  /* Refer a friend */
  .refer-form {
    padding: 0;
  }

  .refer-form-box {
    width: 100%;
    margin: 0;
    padding: 0px;
  }

  .referee-btn.call-btn {
    width: 360px;
  }

  .eligibility-box {
    margin: 15px 0px;
    padding: 10px 0px;
  }

  .refer-title {
    font-size: 30px;
  }

  .refer-img-box {
    display: none;
  }

  /* Channel partner */
  .cp-btn.call-btn {
    width: 341px;
  }

  .cp-title {
    font-size: 35px;
  }

  .partner-form-tabs {
    gap: 20px;
    justify-content: space-around;
    align-items: center;
  }

  a.channel-partner {
    font-size: 16px;
  }

  .cp-img-box {
    display: none;
  }

  .cp-banner-content h1.header-title::before {
    width: 145px;
  }

  .prospect-form,
  .phone-eamil-wrapper {
    flex-direction: column;
    gap: 0;
  }

  /* NRI */
  #nri-info-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .nri-btn.call-btn {
    width: 100%;
    height: 45px;
    box-shadow: inset -354px 0 0 0 #045529;
  }

  .assitance-form {
    padding: 50px 18px;
  }

  #assitForm .input-box {
    width: 100%;
  }

  .nri-banner-box h1.header-title {
    height: 140px;
  }

  .nri-banner-box h1.header-title::before {
    bottom: 15% !important;
  }

  /* Contact us */
  .contact-page-form .input-box {
    width: 95%;
  }

  .contact-us-location p,
  .enq-box a {
    display: flex;
    flex-direction: column;
  }

  .contact-page-form .phone-eamil-wrapper {
    width: 95%;
    flex-direction: row;
    gap: 15px;
  }

  .contact-us-btn.call-btn {
    width: 345px;
  }

  #connect-with-us h2.section-title {
    text-align: center;
  }

  .testimonial-slider .item {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .testimonial-box {
    width: 85%;
    display: flex;
    flex-direction: column;
  }

  .testimonial-box img {
    width: 60% !important;
  }

  .testimonial-content p {
    font-size: 18px;
  }

  .contact-us-banner-content .header-title::before {
    bottom: 0 !important;
  }

  .testimonial-slider .owl-nav {
    gap: 30%;
  }

  /* Career mobile */
  section#career-info-section {
    background: #f2fdf5;
    padding-top: 10px;
  }

  .banner-box.career-banner-box {
    top: 45%;
  }

  .banner-box.career-banner-box .header-title::before {
    bottom: 0;
  }

  .career-header-box {
    padding: 0px 20px;
  }

  .career-content-box {
    width: 100%;
    padding: 10px 30px;
  }

  .career-heder-box p {
    padding: 0px 20px;
    text-align: justify;
  }

  .career-img-box {
    display: none;
  }

  .job-filter-wrapper .dropdown-toggle::after {
    margin-left: 4rem;
  }

  .job-filter-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 15px;
  }

  .job-opening-box {
    position: relative;
    border: 1px solid #000;
    padding: 30px 0px;
    border-radius: 25px;
  }

  p.job-description {
    padding-bottom: 0px;
  }

  /* Blog page */
  .search-bar form {
    width: 340px;
    margin: auto;
    position: relative;
  }

  .search-bar #blog-search {
    width: 100%;
  }

  .category-box {
    width: 340px;
    margin: auto;
  }

  .blogs-mobile-slider {
    display: block !important;
  }

  .blog-img-box {
    width: 100%;
    height: 350px;
  }

  /* Project listing */
  .prj-lst-content .header-title::before {
    bottom: 0;
  }

  .banner-box.prj-lst-banner-box .header-title {
    height: 230px;
  }

  .prj-lst-components {
    justify-content: space-around;
    gap: 40px;
    padding: 0px 20px;
    padding-top: 30px;
  }

  .prj-lst-components option {
    font-size: 11px;
  }

  .prj-wrapper {
    justify-content: center;
  }

  .prj-lst-components label {
    font-size: 16px;
  }

  .prj-lst-img-box {
    width: 350px;
  }

  .blogs-mobile-slider .owl-stage-outer .owl-item .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-bottom: 30px;
  }

  .blogs-mobile-slider .owl-nav,
  .unit-plan-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .blogs-mobile-slider .owl-nav .owl-prev,
  .blogs-mobile-slider .owl-nav .owl-next,
  .unit-plan-slider .owl-nav .owl-next,
  .unit-plan-slider .owl-nav .owl-prev {
    border: 1px solid #045529;
    color: #045529;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
  }

  #project-abt-section {
    padding: 0;
    margin: 0;
  }

  .unit-plan-box {
    display: none;
  }

  .unit-plan-slider {
    display: block !important;
  }

  /* BDA */
  .bda.plan-title h2 {
    font-size: 30px;
  }

  .unit-slider .item .master-plan-image::after,
  .unit-slider .item .master-plan-image::before,
  .master-slider .master-plan-image::before,
  .master-slider .master-plan-image::after {
    height: 360px !important;
    background: none;
  }

  .swiper-container {
    height: 90vh;
  }

  .bda .overview-detail-content {
    width: 160px;
  }

  .sticky-form-btn.call-btn {
    width: 265px;
  }

  .infrastructure-content-box {
    width: 100%;
  }

  .infrastructure-slider.mobile .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .infrastructure-slider.mobile {
    display: block !important;
  }

  .infrastructure-slider.desktop {
    display: block;
  }

  .resort-img {
    width: 100%;
  }

  .resort-box {
    width: 45%;
  }

  .resort-box img {
    width: 40% !important;
  }

  .resort-living-wrapper h3 {
    padding: 30px 0px;
  }

  .resort-amenities-slider .item {
    gap: 30px 20px;
  }

  .prj-lst-components select {
    width: 100%;
  }
}

/* ----- max-width 600px ----- */
@media (min-width: 600px) {
  .project-slides .owl-nav {
    padding-left: 50px;
  }
}

@media (min-width: 800px) {
  .project-slides .owl-nav {
    padding-left: 150px;
  }
}

@media (min-width: 1000px) {
  .project-slides .owl-nav {
    padding-left: 150px;
  }
}

@media (min-width: 1200px) {
  .project-slides .owl-nav {
    padding-left: 135px;
  }
}

@media (min-width: 1400px) {
  .project-slides .owl-nav {
    padding-left: 200px;
  }
}

/* ----- max-width 480px ----- */
@media only screen and (max-width: 480px) {
  .video-btn {
    font-size: 15px;
  }

  .nri-content-wrapper {
    height: 60px !important;
  }

  .nri-content-wrapper.active {
    height: 343px !important;
  }

  .cp-form-wrapper {
    padding-top: 20px;
  }

  a.channel-partner {
    transition: all 0.5s ease-in-out;
  }

  a.channel-partner.active {
    font-size: 18px;
  }
}

/* ----- max-width 475px ----- */
@media (max-width: 475px) {
  .overview-detail-content {
    width: 46%;
  }

  .overview-detail-content h2 span.big_font {
    font-size: 35px;
  }

  .overview-detail-content h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
  }

  .overview-detail-content h3 {
    font-size: 13px !important;
    line-height: 21px;
    font-weight: 500;
  }

  .sales.enq-box {
    border-left: 0 solid #00000030;
    border-right: 0 solid #00000030;
  }

  .mission-mobile-info p {
    margin-bottom: 10px;
  }

  .mission-mobile-info td {
    margin-bottom: 10px;
  }

  .mission-mobile-info td br {
    display: none;
  }

  .location-accordian td:first-child {
    width: 75%;
  }

  .project_listing_banner_title .banner-content {
    margin-top: 25px;
  }

  #about-us-info {
    padding-top: 0px;
  }

  .prj-banner-content {
    width: 95% !important;
    margin: auto;
  }

  .cp-banner-box .header-title {
    font-size: 40px !important;
  }

  button.video-btn:nth-of-type(3).active {
    width: auto;
  }

  .blog-search-components {
    display: block;
    margin-bottom: 20px;
  }
}

/* ----- max-width 450px ----- */
@media (max-width: 450px) {
  .attribute-slides li .attr_item_inf {
    transform: translateY(60px);
  }

  #section-attributes {
    padding: 20px 0px 40px;
  }

  section#home-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .elementor-11 .elementor-element.elementor-element-f52db8c #home-section {
    background-image: unset !important;
  }

  .home-content p.content,
  #home-section h2.section-title,
  .home-content div.content p {
    color: #000000;
  }

  .elementor-11 .elementor-element.elementor-element-f52db8c #home-section {
    background: unset;
    padding-bottom: 0px;
  }

  section#home-section:before {
    display: none;
  }

  .elementor-11 .elementor-element.elementor-element-f52db8c .home-content-box {
    background: url("assets/images/home-mobile-bg.webp") no-repeat !important;
    background-position: bottom right !important;
    background-size: 97% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 250px;
  }
}

/* ----- max-width 390px ----- */
@media (max-width: 390px) {
  .prj-img-box.boulevard {
    height: 48vh;
  }
}

/* ----- max-width 375px ----- */
@media (max-width: 375px) {
  .banner-box.about-us-banner-box {
    top: 30%;
    left: 0px;
    width: 95%;
    right: 0px;
    margin: auto;
  }
}

/* ----- max-width 360px ----- */
@media only screen and (max-width: 360px) {
  .contact-us-btn.call-btn {
    width: 320px !important;
  }

  .about-detail-content h2,
  .about-detail-content h2 span {
    font-size: 25px !important;
  }

  .about-detail-content {
    width: 145px;
  }

  .prj-lst-content .header-title::before {
    bottom: 0 !important;
  }
}

/* ----- 354px – 356px (very narrow) ----- */
@media (min-width: 354px) and (max-width: 356px) {
  .about-info-top,
  .about-us-box-bottom {
    flex-direction: column !important;
    padding: 0;
  }

  .about-info-top .about-us-img-box {
    width: 100%;
  }

  .about-us-box-bottom .about-us-img-box,
  .about-us-info-content .about-us-heading {
    display: none;
  }

  .about-us-info-content {
    width: 100%;
  }

  .mission-box {
    padding: 0px;
    width: 100%;
    height: auto;
    min-height: 65vh;
  }

  #history-section {
    background: url(https://www.aakruthiproperties.com/wp-content/uploads/2024/12/about-us-history-mobile.webp)
      no-repeat bottom;
    height: 735px;
  }

  .history-content {
    padding: 0px;
  }

  .history-content .content p {
    font-size: 14px;
    width: 100%;
  }

  .mission-content-box {
    padding-bottom: 0px;
  }

  .mission-content-info p {
    font-size: 14px;
    width: 100%;
  }

  .milestone-content-info {
    padding: 0;
  }

  .odd .milestone-image::after {
    left: 106px;
  }

  .milestone-image-box {
    min-height: 252px;
    align-items: center !important;
  }

  .milestone-slider .owl-item.active .odd .milestone-year::before {
    left: 36%;
  }
}