/*----------------------------------------------------------------------------------------
* Author : Awaiken
* Template Name : Jivux - Real Estate HTML Template
* File : CSS File
* Version : 1.0
*---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Property Type css
06. Featured Property css
07. About us css
08. How It Works css
09. Why Choose us css
10. Infobar css
11. Property By City css
12. Latest Posts css
13. Footer css
14. About us Page css
15. Listing Page css
16. Property Single Page css
17. Blog Archive Page css
18. Post Single css
19. Contact us page css
20. FAQ page css
21. Page Not Found Page css
22. Agents page css
23. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/****    01. Global Variables    ****/
/************************************/

:root {
  --primary-color: #2f3d7e;
  --secondary-color: #f6f8ff;
  --text-color: #646262;
  --white-color: #ffffff;
  --dark-color: #333333;
  --accent-color: #ed7d3a;
  --divider-color: #dde4ff;
  --gray-divider: #dddbdb;
  --overlay-color: #2f3d7e80;
  --dark-overlay-color: #2f3d7eaa;
  --error-color: rgb(230, 87, 87);
  --accent-font: "Sora", sans-serif;
  --default-font: "Inter", sans-serif;
}

/************************************/
/**** 	   02. General css		 ****/
/************************************/

body {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--default-font);
  color: var(--text-color);
  line-height: 1.6em;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--accent-font);
  margin-top: 0;
  font-weight: 700;
  color: var(--primary-color);
}

figure {
  display: block;
  margin: 0;
  width: 100%;
}

img {
  max-width: 100%;
}

@media (max-width: 426px) {
  .navbar-brand img {
    max-width: 100%;
    width: 100%;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: var(--accent-color);
}
::-webkit-scrollbar-thumb {
  background: var(--accent-color);
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

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

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.form-control {
  width: 100%;
  box-shadow: none;
  outline: 0;
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  font-family: var(--default-font);
  font-size: 14px;
  color: var(--primary-color);
  padding: 14px 20px;
}

.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: var(--divider-color);
}

select.form-control {
  background-image: url(../images/icon-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.help-block.with-errors ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.help-block.with-errors ul li {
  font-size: 14px;
  color: var(--error-color);
  line-height: 1.2em;
  margin-top: 2px;
}

.btn-default {
  display: inline-block;
  background: #c49c53;
  color: var(--white-color);
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: 0.2s transform;
}

.btn-default:hover::before {
  width: 106%;
  opacity: 1;
}

.btn-default.btn-border {
  background: #c49c53;
  color: var(--accent-color);
  padding: 12px 30px;
  border: 2px solid #2f3d7e;
}

.btn-default.btn-border:before {
  background: var(--primary-color);
  border: none Im !important;
}

.btn-default.btn-border:hover {
  color: var(--white-color);
}

#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10px !important;
  height: 10px !important;
  background: var(--accent-color);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--white-color) transparent var(--white-color);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  transform: translate(-50%, -50%);
}

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

  100% {
    transform: rotate(360deg);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title h3 {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--dark-color);
  position: relative;
  padding: 2px 0 2px 40px;
  margin-bottom: 15px;
  z-index: 2;
}

.section-title h1,
.section-title h2 {
  /* font-size: 50px; */
  font-size: 40px;
  color: #c49c53;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
  position: relative;
  background: var(--white-color);
  border-radius: 30px;
  border-bottom: 1px solid transparent;
  z-index: 100;
}

header.main-header .header-sticky {
  position: relative;
  top: 0;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  padding: 15px 0;
  border-radius: 0;
  border-bottom: 1px solid #16330010;
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border-bottom: 1px solid #16330010;
  transform: translateY(0);
  background: var(--white-color);
  padding: 0px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.main-menu {
  font-family: var(--default-font);
  justify-content: flex-end;
}

.main-menu ul {
  align-items: center;
}

.main-menu ul li {
  margin-left: 30px;
  position: relative;
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--accent-font);
  padding: 12px 6px !important;
  color: var(--primary-color);
}

.main-menu ul li.highlighted-menu a {
  display: block;
  background-color: #c49c53;
  color: var(--white-color);
  padding: 14px 30px !important;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 104%;
  top: 50%;
  left: 50%;
  background: var(--primary-color);
  opacity: 0;
  z-index: -1;
  transform: translateX(-51%) translateY(-51%);
  transition: all 0.4s;
}

.main-menu ul li.highlighted-menu a:hover::before {
  width: 106%;
  opacity: 1;
}

.main-menu ul li.highlighted-menu a:hover::after {
  transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover {
  color: var(--white-color);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: #c49c53;
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  width: 220px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--primary-color);
  padding: 8px 20px !important;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.main-menu ul ul li a:hover {
  color: var(--primary-color);
  background: #ffffff20;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 15px;
  position: relative;
}

.slicknav_btn {
  background: #ffffff;
  padding: 6px 0 0;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 5px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: #2f3d7e;
  margin: 4px auto !important;
}

.slicknav_menu {
  padding: 0;
  background: #ffffff;
  border-radius: 5px;
}

.slicknav_nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  font-size: 16px;
  font-weight: 400;
  padding: 4px 15px;
  font-family: var(--accent-font);
  color: #2f3d7e;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: #2f3d7e;
}

/************************************/
/**** 	    04. Hero css		 ****/
/************************************/

.hero {
  position: relative;
}

.hero .hero-section {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 20px;
  background: url(../images/new_images/resized_images/hero_banner.jpg) no-repeat
    center center;
  background-size: cover;
  padding: 100px 0 312px;
  position: relative;
}

.hero .hero-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dac9a2;
  z-index: 1;
  opacity: 27%;
}

.hero-content {
  max-width: 720px;
  margin: 0px 0px 0px auto;
  text-align: center;
}

@media (max-width: 426px) {
  .hero-content {
    margin: 30px 0px 0px auto;
  }
}

.hero-content1 {
  max-width: 720px;
  margin: 0px auto 0px 0px !important;
  text-align: center;
}

@media (max-width: 426px) {
  .hero-content1 {
    margin: 30px auto 0px 0px !important;
  }
}

.hero-content .section-title {
  margin-bottom: 30px;
}

.hero-content .section-title h3 {
  color: #c49c53;
}

.hero-content .section-title h1 {
  font-size: 70px;
  color: #2f3d7e !important;
}

.hero-content-body p {
  color: #000000;
}

.hero-content-footer {
  margin-top: 40px;
}

.hero-content-footer .btn-default {
  margin: 0 10px;
}

.hero-content-footer .btn-default.btn-border {
  border-color: #c49c53;
  color: var(--white-color);
}

.hero-content-footer .btn-default.btn-border:hover {
  border-color: #c49c53;
}

.hero.hero-video .hero-section {
  background: none;
}

.hero-video .hero-section .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hero-video .hero-section .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video .hero-section .hero-bg-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .hero-section {
  padding: 0;
}

.hero-slider .hero-section {
  background: none;
}

.hero-slider .hero-section:before {
  display: none;
}

.hero-slider .hero-section .hero-slide {
  padding: 100px 0 312px;
  position: relative;
}

.hero-slider .hero-section .hero-slide .hero-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-slider .hero-section .hero-slide .hero-slide-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--overlay-color);
  z-index: 1;
}

.hero-slider .hero-section .hero-slide .hero-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .hero-section .hero-slide .hero-content {
  z-index: 4;
  position: relative;
}

.hero-slider .hero-carousel .hero-button-prev,
.hero-slider .hero-carousel .hero-button-next {
  width: 50px;
  height: 50px;
  background: var(--accent-color) url(../images/arrow-right.svg) no-repeat
    center center;
  background-size: 50% auto;
  position: absolute;
  top: 50%;
  z-index: 2;
  border-radius: 5px;
  margin-top: -25px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.hero-slider:hover .hero-carousel .hero-button-prev,
.hero-slider:hover .hero-carousel .hero-button-next {
  opacity: 1;
}

.hero-slider .hero-carousel .hero-button-prev:hover,
.hero-slider .hero-carousel .hero-button-next:hover {
  background-color: var(--primary-color);
}

.hero-slider .hero-carousel .hero-button-prev {
  left: 30px;
  transform: rotate(180deg);
}

.hero-slider .hero-carousel .hero-button-next {
  right: 30px;
}

.hero .hero-search-form-section {
  position: absolute;
  z-index: 10;
  bottom: 100px;
  width: 100%;
  padding: 0 15px;
}

.hero-video .hero-search-form {
  margin: 0;
}

.hero-search-form {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.search-heading {
  display: none;
}

.search-heading h4 {
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
  text-align: center;
}

.hero-search-form .form-control {
  width: 100%;
  box-shadow: none;
  outline: 0;
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  font-family: var(--default-font);
  font-size: 14px;
  color: var(--primary-color);
  padding: 14px 20px;
}

.hero-search-form select.form-control {
  background-image: url(../images/icon-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.hero-search-form .btn-default {
  width: 100%;
  padding: 13px 20px;
}

/******************************************/
/****   	 05. Property Type css 	   ****/
/******************************************/

.property-types {
  padding: 100px 0;
}

.property-type-item {
  background: var(--secondary-color);
  padding: 30px;
  border-radius: 20px;
}

.property-type-item .icon-box {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}

.property-type-item:hover .icon-box {
  background: var(--accent-color);
}

.property-type-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 6px;
}

.property-type-item p {
  margin: 0;
}

.property-type-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.property-type-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  transition: all 0.3s;
}

/******************************************/
/****   06. Featured Property css      ****/
/******************************************/

.featured-property {
  background: var(--secondary-color);
  padding: 20px 0;
  padding-top: 57px !important;
}

.property-item {
  background: var(--secondary-color);
  border-radius: 20px;
  overflow: hidden;
}

.featured-property .property-item {
  background-color: var(--white-color);
}

.property-item .property-header {
  position: relative;
  overflow: hidden;
}

.property-item .property-header figure img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.property-item:hover .property-header figure:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.property-item:hover .property-header figure:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.property-item .property-header .property-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary-color);
  color: var(--white-color);
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 5px;
}

.property-item .property-body {
  padding: 30px 30px 25px 30px;
}

.property-item .property-body h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark-color);
}

.property-item .property-body p {
  margin-bottom: 0;
}

.property-item .property-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-divider);
}

.property-item .property-meta .property-amenity-item {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.property-item .property-meta .property-amenity-item:nth-of-type(2n + 2) {
  margin-right: 0;
}

.property-item .property-meta .property-amenity-item .icon-box {
  width: 22px;
  margin-right: 10px;
}

.property-item .property-footer {
  padding: 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.property-item .property-footer .property-price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: var(--dark-color);
}

.property-item .property-footer .btn-default {
  font-size: 14px;
  padding: 10px 20px;
}

@media (max-width: 426px) {
  .property-item .property-footer .btn-default {
    font-size: 14px;
    padding: 6px 5px;
  }
}

.property-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

.property-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #c49c53;
  transition: all 0.3s;
}

/******************************************/
/****   	 07. About us css   	   ****/
/******************************************/

.about-us {
  padding: 50px 0;
}

.about-images {
  position: relative;
  padding-left: 84px;
  padding-top: 32px;
  background: url(../images/icon-about-dot.svg) no-repeat top left;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
}

.about-video {
  width: 45%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.about-video figure img {
  width: 100%;
  border: 4px solid var(--white-color);
  border-radius: 20px;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-button a {
  display: inline-block;
  position: relative;
  font-size: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}

.video-play-button a img {
  width: 50px;
}

.video-play-button a:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1s infinite linear;
}

.video-play-button a:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1s infinite linear;
  animation-delay: 0.3s;
}

@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.about-content {
  padding-left: 10px;
}

.about-us .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.about-content-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.about-content-body ul li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}

.about-content-body ul li:nth-child(2n + 2) {
  margin-right: 0;
}

.about-content-body ul li .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  margin-right: 15px;
}

.about-content-body ul li span {
  display: block;
  width: calc(100% - 75px);
}

/******************************************/
/****   	 08. How It Works css  	   ****/
/******************************************/

.how-it-works {
  padding: 100px 0;
  background: var(--secondary-color);
}

.how-it-work-item {
  text-align: center;
  background: var(--white-color);
  padding: 30px;
  border-radius: 20px;
}

.how-it-work-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto 25px;
  transition: all 0.3s ease-out;
}

.how-it-work-item:hover .icon-box {
  background: var(--accent-color);
}

.how-it-work-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--dark-color);
  font-weight: 600;
}

.how-it-work-item p {
  margin-bottom: 0;
}

/******************************************/
/****     09. Why Choose us css   	   ****/
/******************************************/

.why-choose-us {
  padding: 100px 0 50px;
}

.why-choose-us .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.why-choose-us-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.why-choose-us-body ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 34px;
  margin-bottom: 15px;
}

.why-choose-us-body ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--secondary-color) url(../images/icon-checkmark.svg) no-repeat
    center center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.why-choose-us-body .btn-default {
  margin-top: 20px;
}

.why-choose-us-images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}

.why-choose-us-image1,
.why-choose-us-image2 {
  width: 48%;
}

.why-choose-us-image2 {
  margin-bottom: 30px;
}

.why-choose-us-image1 img,
.why-choose-us-image2 img {
  width: 100%;
  border-radius: 20px;
}

.exclusive-agents {
  background: var(--secondary-color);
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  min-width: 248px;
  animation: moveobject 2s infinite linear alternate;
}

.exclusive-agents h5 {
  font-size: 18px;
  font-weight: 600;
}

@keyframes moveobject {
  50% {
    left: 45%;
  }
}

/******************************************/
/****    	  10. Infobar css   	   ****/
/******************************************/

.infobar-cta {
  padding: 50px 0 100px;
}

.infobar-box {
  background-color: var(--secondary-color);
  padding: 40px 50px;
  border-radius: 20px;
}

.cta-content h2 {
  font-size: 40px;
  font-weight: 700;
}

.cta-content p {
  margin-bottom: 0;
}

.cta-button {
  text-align: right;
}

.cta-button .btn-default {
  margin-left: 10px;
}

.cta-button .btn-default i {
  margin-right: 10px;
}

/******************************************/
/****   11. Property By City css 	   ****/
/******************************************/

.property-by-city {
  padding: 100px 0;
  background: var(--secondary-color);
}

.location-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.location-item .location-image img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.location-item .location-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: var(--overlay-color);
}

.location-item .location-content .location-header h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--white-color);
}

.location-item .location-content .location-header p {
  color: var(--white-color);
  font-size: 16px;
}

.location-item .location-content .location-footer {
  position: absolute;
  left: 30px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.location-item:hover .location-content .location-footer {
  bottom: 25px;
  opacity: 1;
}

.location-item:hover .location-image img {
  transform: scale(1.2);
}

/******************************************/
/****   	12. Latest Posts css   	   ****/
/******************************************/

.latest-posts {
  padding: 57px 0 0px;
}

.post-item .post-featured-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.post-item .post-featured-image figure img {
  width: 100%;
  transition: all 0.4s ease-out;
}

.post-item .post-featured-image .post-read-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--overlay-color);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.post-item .post-featured-image .post-read-more .btn-default {
  top: 20px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.post-item:hover .post-featured-image .post-read-more {
  opacity: 1;
}

.post-item:hover .post-featured-image .post-read-more .btn-default {
  top: 0;
  opacity: 1;
}

.post-item:hover .post-featured-image figure img {
  transform: scale(1.2);
}

.post-item .post-body .post-category ul {
  padding: 0;
  margin: 0 0 4px;
  list-style: none;
}

.post-item .post-body .post-category ul li a {
  color: var(--text-color);
}

.post-item .post-body h3 {
  margin-bottom: 0;
}

.post-item .post-body h3 a {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark-color);
}

/******************************************/
/****   	 	13. Footer css   	   ****/
/******************************************/

footer.footer {
  background: #c49c53;
  margin: 70px 40px 0;
  padding: 0 0 80px;
  border-radius: 20px;
}

.newsletter-box {
  background: var(--secondary-color);
  padding: 30px 50px;
  border-radius: 20px;
  margin-top: -70px;
  margin-bottom: 80px;
}

.newsletter-title h2 {
  font-size: 40px;
}

.newsletter-title p {
  margin-bottom: 0;
}

.newsletter-form .row > * {
  padding-left: 0;
  padding-right: 0;
}

.newsletter-form .form-control {
  background-color: var(--white-color);
  font-family: var(--default-font);
  padding: 0;
  border: none;
  height: 56px;
  padding: 0 20px;
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  outline: 0;
}

.newsletter-form .btn-default {
  outline: 0;
  width: 100%;
  border-radius: 0 5px 5px 0;
  height: 56px;
}

.footer-about {
  padding-right: 80px;
}

.footer-about .footer-logo {
  margin-bottom: 30px;
}

.footer-about-content p {
  color: var(--white-color);
}

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

.footer-social-links ul li {
  display: inline-block;
  margin-right: 8px;
}

.footer-social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 5px;
  color: var(--white-color);
  transition: all 0.3s ease-out;
}

.footer-social-links ul li a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.footer-contact-info h3,
.footer-quick-links h3,
.footer-appointment h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-info-box {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.footer-info-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-info-box p {
  color: var(--white-color);
  margin-bottom: 0;
}

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

.footer-quick-links ul li {
  margin-bottom: 8px;
}

.footer-quick-links ul li a {
  color: var(--white-color);
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-out;
}

.footer-quick-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/icon-menu-item.svg) no-repeat left center;
}

.footer-appointment .footer-appointment-content p {
  color: var(--white-color);
}

.footer-appointment .footer-appointment-content .btn-default:before {
  background: var(--secondary-color);
}

.footer-appointment .footer-appointment-content .btn-default:hover {
  color: var(--primary-color);
}

.footer-copyright-links {
  padding: 20px 0;
}

.footer-copyright p {
  margin: 0;
}

.footer-policy-links {
  text-align: right;
}

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

.footer-policy-links ul li {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  padding-left: 20px;
}

.footer-policy-links ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: var(--text-color);
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-policy-links ul li:first-child {
  padding-left: 0;
}

.footer-policy-links ul li:first-child:before {
  display: none;
}

.footer-policy-links ul li a {
  color: var(--text-color);
  transition: all 0.4s ease-out;
}

.footer-policy-links ul li a:hover {
  color: var(--accent-color);
}

/******************************************/
/****     14. About us Page css 	   ****/
/******************************************/

.page-header {
  padding: 62px 0;
  background: url(../images/new_images/contact_us_banner\ 1.jpg) no-repeat
    center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.page-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header-box {
  text-align: center;
}

.page-header-box h1 {
  font-size: 70px;
  font-weight: 600;
  color: var(--white-color);
}

.page-header-box .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item {
  color: var(--white-color);
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.photo-gallery {
  padding: 100px 0 20px;
}

.gallery-item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-item figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s ease-out;
}

.gallery-item:hover figure img {
  transform: scale(1.2);
}

.testimonials {
  padding: 100px 0;
  background: var(--secondary-color);
}

.testimonial-slide {
  background: var(--white-color);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-bottom: 80px;
  transition: all 0.4s ease-in-out;
}

.testimonial-slide .testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-slide .testimonial-author-info h3 {
  font-size: 16px;
  font-family: var(--default-font);
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 15px;
}

.testimonial-slide .testimonial-author-info figure {
  max-width: 100px;
  margin: 0 auto -80px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

.testimonial-slide .testimonial-author-info figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--secondary-color);
}

.testimonial-slider .swiper-slide-active .testimonial-slide {
  background: var(--primary-color);
}

.testimonial-slider
  .swiper-slide-active
  .testimonial-slide
  .testimonial-content,
.testimonial-slider
  .swiper-slide-active
  .testimonial-slide
  .testimonial-author-info
  h3 {
  color: var(--white-color);
}

.testimonial-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  transition: all 0.3s;
}

.stat-counter {
  padding: 100px 0;
}

.counter-item {
  background: var(--secondary-color);
  text-align: center;
  padding: 30px;
  border-radius: 20px;
}

.counter-item .icon-box {
  margin: 0 auto 25px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.counter-item:hover .icon-box {
  background-color: var(--accent-color);
}

.counter-item .icon-box img {
  max-width: 50%;
}

.counter-item h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 5px;
}

.counter-item p {
  margin-bottom: 0;
}

.our-partners {
  background: var(--secondary-color);
  padding: 100px 0;
}

.client-logo {
  background: var(--white-color);
  border-radius: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
}

.our-agents {
  padding: 100px 0;
}

.agent-item .agent-header {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.agent-item .agent-header .agent-image img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.agent-item .agent-header .agent-social-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0;
  transition: all 0.4s ease-out;
  z-index: 2;
}

.agent-item:hover .agent-header .agent-image img {
  transform: scale(1.1);
}

.agent-item:hover .agent-header .agent-image figure:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.agent-item:hover .agent-header .agent-social-links {
  bottom: 0;
  opacity: 1;
}

.agent-item .agent-header .agent-social-links ul {
  padding: 0 20px 30px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.agent-item .agent-header .agent-social-links ul li {
  display: inline-block;
  margin: 0 2px;
}

.agent-item .agent-header .agent-social-links ul li a {
  width: 38px;
  height: 38px;
  font-size: 18px;
  border-radius: 5px;
  background: var(--accent-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.agent-item .agent-header .agent-social-links ul li a:hover {
  background-color: var(--primary-color);
}

.agent-item .agent-body {
  text-align: center;
}

.agent-item .agent-body h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
}

.agent-item .agent-body p {
  margin-bottom: 0;
}

/******************************************/
/****   	 15. Listing Page css  	   ****/
/******************************************/

.page-property-listing {
  padding: 100px 0;
}

.page-property-listing .property-item {
  margin-bottom: 30px;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  margin: 0 4px;
  border-radius: 5px;
  font-family: var(--accent-font);
  font-weight: 700;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.property-sidebar {
  padding-left: 30px;
}

.property-category-box {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.property-category-box h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.property-category-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.property-category-box ul li {
  border-bottom: 1px solid var(--divider-color);
  padding: 10px 0;
}

.property-category-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.property-category-box ul li a {
  display: block;
  font-weight: 600;
  color: var(--text-color);
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.property-category-box ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-list.svg) no-repeat left center;
  position: absolute;
  left: 0;
  top: 2px;
}

.property-category-box ul li a:hover {
  color: var(--accent-color);
}

.need-help-box {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.need-help-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--dark-overlay-color);
}

.need-help-box .need-help-img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.need-help-box:hover .need-help-img img {
  transform: scale(1.2);
}

.need-help-box .need-help-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  z-index: 2;
}

.need-help-box .need-help-content h3 {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}

/******************************************/
/****   16. Property Single Page css   ****/
/******************************************/

.page-property-single {
  padding: 100px 0;
}

.porperty-single-sidebar {
  padding-left: 30px;
  height: 100%;
}

.property-info-box {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.property-info-box h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 20px;
}

.property-info-item {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid var(--gray-divider);
}

.property-info-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.property-info-item .icon-box {
  position: absolute;
  top: 14px;
  left: 0;
}

.property-info-item .icon-box img {
  max-height: 20px;
}

.property-info-item p {
  margin: 0;
}

.property-inquiry-box {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  position: sticky;
  top: 100px;
}

.property-inquiry-box h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 20px;
}

.property-inquiry-form .form-control {
  background: var(--white-color);
}

.property-inquiry-form .btn-default {
  width: 100%;
}

.property-photos-slider {
  border-radius: 20px;
  overflow: hidden;
}

.property-photo-item {
  border-radius: 20px;
  overflow: hidden;
}

.property-photos-slider .swiper-arrow-prev,
.property-photos-slider .swiper-arrow-next {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.property-photos-slider .swiper-arrow-prev {
  left: 20px;
}

.property-photos-slider .swiper-arrow-next {
  right: 20px;
}

.property-photos-slider .swiper-arrow-prev:hover,
.property-photos-slider .swiper-arrow-next:hover {
  background-color: var(--primary-color);
}

.property-single-subtitle {
  margin-bottom: 30px;
}

.property-single-subtitle h3 {
  font-size: 36px;
  color: var(--primary-color);
  margin: 0;
}

.property-overview {
  margin-top: 50px;
  background: var(--secondary-color);
  padding: 40px 40px 10px 40px;
  border-radius: 20px;
}

.property-overview-box {
  display: flex;
  flex-wrap: wrap;
}

.property-overview-box .property-overview-item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.property-overview-box .property-overview-item:nth-of-type(3n + 3) {
  margin-right: 0;
}

.property-overview-box .property-overview-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 5px;
  margin-right: 15px;
}

.property-overview-box .property-overview-item .property-overview-content {
  width: calc(100% - 75px);
}

.property-overview-box .property-overview-item .property-overview-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 6px;
}

.property-overview-box .property-overview-item .property-overview-content p {
  margin: 0;
}

.about-property {
  background-color: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.about-property-cta .btn-border {
  margin-right: 15px;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.about-property-cta .btn-border.btn-default:before {
  background-color: var(--primary-color);
}

.property-amenities {
  background: var(--secondary-color);
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-amenities-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.property-amenities-box ul li {
  width: calc(33.33% - 20px);
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.property-amenities-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon-checkbox.svg) no-repeat left center;
}

.property-map-location {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-map-iframe iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

/******************************************/
/****  	  17. Blog Archive Page css    ****/
/******************************************/

.blog-archive-page {
  padding: 100px 0;
}

.blog-archive-page .post-item {
  margin-bottom: 40px;
}

/******************************************/
/****   	 18. Post Single css  	   ****/
/******************************************/

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

.post-meta ul li {
  display: inline-block;
  color: var(--white-color);
}

.post-meta ul li:after {
  content: "/";
  margin-left: 10px;
  margin-right: 6px;
}

.post-meta ul li:last-child::after {
  display: none;
}

.post-meta ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.post-meta ul li a:hover {
  color: var(--accent-color);
}

.blog-single-page {
  padding: 100px 0 50px;
}

.post-sidebar {
  padding-left: 20px;
}

.search-box-widget {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.search-form .form-control {
  background: var(--white-color);
  border-right: none;
}

.search-form .btn-default {
  border-radius: 0 5px 5px 0;
  padding: 14px 20px;
}

.category-box-widget {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.category-box-widget h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.category-box-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-box-widget ul li {
  border-bottom: 1px solid var(--divider-color);
  padding: 10px 0;
}

.category-box-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.category-box-widget ul li a {
  display: block;
  font-weight: 600;
  color: var(--text-color);
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.category-box-widget ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-list.svg) no-repeat left center;
  position: absolute;
  left: 0;
  top: 2px;
}

.category-box-widget ul li a:hover {
  color: var(--accent-color);
}

.recent-posts-widget {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.recent-posts-widget h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 25px;
}

.recent-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recent-post-item:last-child {
  margin-bottom: 0;
}

.recent-post-item .post-image {
  width: 36%;
}

.recent-post-item .post-image img {
  aspect-ratio: 1/0.8;
  object-fit: cover;
  border-radius: 6px;
}

.recent-post-item .post-info {
  width: 60%;
}

.recent-post-item .post-info p.meta {
  margin: 0 0 8px;
  color: var(--text-color);
}

.recent-post-item .post-info p.meta a {
  color: inherit;
}

.recent-post-item .post-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-color);
  margin: 0;
}

.recent-post-item .post-info h4 a {
  color: inherit;
}

.popular-tags-widget {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
}

.popular-tags-widget h3 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 25px;
}

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

.tag-clouds ul li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}

.tag-clouds ul li a {
  display: block;
  background: var(--white-color);
  padding: 10px 16px;
  color: var(--text-color);
  border-radius: 5px;
  border: 1px solid var(--divider-color);
  transition: all 0.3s ease-in-out;
}

.tag-clouds ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.post-featured-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.post-entry {
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.post-entry a {
  color: var(--primary-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin: 1em 0 0.6em;
}

.post-entry h1 {
  font-size: 36px;
}

.post-entry h2 {
  font-size: 30px;
}

.post-entry h3 {
  font-size: 26px;
}

.post-entry h4 {
  font-size: 22px;
}

.post-entry h5 {
  font-size: 18px;
}

.post-entry h6 {
  font-size: 16px;
}

.post-entry blockquote {
  border-left: 4px solid var(--accent-color);
  padding-left: 20px;
  margin-left: 20px;
}

.post-entry blockquote p {
  font-size: 18px;
  font-weight: 600;
}

.post-entry ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.7em;
}

.post-entry ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}

.post-entry ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-checkbox.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 2px;
}

.post-content .post-tags {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: var(--accent-font);
}

.post-content .post-tags a {
  display: inline-block;
  color: var(--white-color);
  font-family: var(--accent-font);
  font-size: 14px;
  font-weight: 500;
  background: var(--accent-color);
  padding: 8px 20px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.post-content .post-tags a:hover {
  background: var(--primary-color);
}

.post-social-sharing ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-left: 5px;
}

.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--white-color);
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.post-social-sharing ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.realted-posts {
  padding: 50px 0 100px;
}

/******************************************/
/**** 	 19. Contact us page css	   ****/
/******************************************/

.contact-details {
  padding: 57px 0;
}

.contact-detail-item {
  background: var(--secondary-color);
  padding: 40px 60px 50px;
  border-radius: 20px;
  text-align: center;
}

.contact-detail-item .icon-box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  background: var(--primary-color);
  border-radius: 50px;
}

.contact-detail-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark-color);
}

.contact-detail-item p {
  margin: 0;
}

.contact-inquiry-box {
  background: var(--secondary-color);
  padding: 57px 0;
}

.contact-form .form-control {
  background: var(--white-color);
}

.google-location-map {
  padding-top: 57px;
}

.google-map-box iframe {
  border-radius: 20px;
  width: 100%;
  height: 450px;
}

/******************************************/
/**** 	 		20. FAQ page css	   ****/
/******************************************/

.faqs-page {
  padding: 100px 0;
}

.faq-accordion .accordion-item {
  background: var(--secondary-color);
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  outline: 0;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 20px;
  color: var(--dark-color);
}

.faq-accordion .accordion-item .accordion-button::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/icon-faq.svg) no-repeat center center;
}

.faq-accordion .accordion-body {
  padding-top: 10px;
  color: var(--text-color);
}

.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

/******************************************/
/**** 	21. Page Not Found Page css	   ****/
/******************************************/

.not-found-page {
  padding: 100px 0;
}

.page-not-found-box {
  text-align: center;
}

.page-not-found-box h2 {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
}

/******************************************/
/**** 	 	22. Agents page css	       ****/
/******************************************/

.agents-page {
  padding: 100px 0 60px;
}

.agents-page .agent-item {
  margin-bottom: 40px;
}

/******************************************/
/****   	 23. Responsive css   	   ****/
/******************************************/

@media only screen and (max-width: 1360px) {
  .hero .hero-section,
  .page-header {
    margin: 0 15px;
  }

  footer.footer {
    margin: 70px 15px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .main-menu ul li {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 991px) {
  #magic-cursor {
    display: none !important;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  .section-title {
    margin-bottom: 40px;
  }

  @media (max-width: 426px) {
    .section-title {
      margin-bottom: 0px;
      margin-top: 32px;
    }
  }

  .section-title h1,
  .section-title h2 {
    font-size: 36px;
  }

  .main-menu ul li {
    margin: 0 10px;
  }

  header.main-header {
    border-radius: 20px;
  }

  header.main-header .header-sticky {
    padding: 20px 0;
  }

  header.main-header .header-sticky.active .slicknav_menu {
    border-radius: 0;
  }

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

  .hero.hero-slider .hero-section {
    padding: 0;
  }

  .hero-slider .hero-section .hero-slide {
    padding: 60px 20px;
  }

  .hero-slider .hero-carousel .hero-button-prev,
  .hero-slider .hero-carousel .hero-button-next {
    opacity: 1;
    width: 36px;
    height: 36px;
  }

  .hero-slider .hero-carousel .hero-button-prev {
    left: 10px;
  }

  .hero-slider .hero-carousel .hero-button-next {
    right: 10px;
  }

  .hero .hero-search-form-section {
    position: relative;
    bottom: 0;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    margin-top: 40px;
    padding: 30px 15px 15px 15px;
    background: var(--secondary-color);
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .search-heading {
    display: block;
    margin-bottom: 20px;
  }

  .hero-search-form {
    padding: 0;
    background: transparent;
  }

  .hero-search-form .form-control {
    margin-bottom: 15px;
    background: var(--white-color);
  }

  .section-title h1 {
    font-size: 36px;
  }

  .hero-content .section-title h1 {
    font-size: 56px;
  }

  .property-types {
    padding: 60px 0;
  }

  .featured-property {
    padding: 60px 0;
  }

  .property-slider .swiper-pagination {
    margin-top: 30px;
  }

  .about-us {
    padding: 60px 0;
  }

  .about-images {
    margin-bottom: 30px;
  }

  .about-content {
    padding: 0;
  }

  .how-it-works {
    padding: 60px 0 30px;
  }

  .how-it-work-item {
    margin-bottom: 30px;
  }

  .why-choose-us {
    padding: 60px 0 30px;
  }

  .why-choose-us-images {
    margin-bottom: 30px;
  }

  .infobar-cta {
    padding: 30px 0 60px;
  }

  .cta-content {
    text-align: center;
    margin-bottom: 30px;
  }

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

  .cta-button .btn-default {
    margin: 0 4px;
  }

  .property-by-city {
    padding: 60px 0 30px;
  }

  .location-item {
    margin-bottom: 30px;
  }

  .latest-posts {
    padding: 60px 0 30px;
  }

  .post-item {
    margin-bottom: 30px;
  }

  .newsletter-box {
    padding: 30px 40px;
    margin-bottom: 50px;
  }

  .newsletter-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .mega-footer {
    padding: 0 10px;
  }

  .footer-about {
    padding: 0;
    margin-bottom: 40px;
  }

  .footer-contact-info h3,
  .footer-quick-links h3,
  .footer-appointment h3 {
    margin-bottom: 20px;
  }

  .footer-info-box {
    margin-bottom: 20px;
  }

  .footer-contact-info {
    margin-bottom: 40px;
    padding-right: 50px;
  }

  .footer-quick-links {
    margin-bottom: 40px;
  }

  footer.footer {
    padding-bottom: 50px;
  }

  .page-header {
    padding: 60px 0;
  }

  .page-header-box h1 {
    font-size: 36px;
  }

  .photo-gallery {
    padding: 60px 0 0;
  }

  .testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
  }

  .testimonials {
    padding: 60px 0;
  }

  .stat-counter {
    padding: 60px 0 30px;
  }

  .counter-item {
    margin-bottom: 30px;
  }

  .our-partners {
    padding: 60px 0 30px;
  }

  .client-logo {
    margin-bottom: 30px;
  }

  .our-agents {
    padding: 60px 0 30px;
  }

  .agent-item {
    margin-bottom: 30px;
  }

  .page-property-listing {
    padding: 60px 0;
  }

  .property-sidebar {
    padding: 0;
    margin-top: 40px;
  }

  .post-pagination {
    margin-top: 10px;
  }

  .page-property-single {
    padding: 60px 0;
  }

  .property-overview,
  .about-property,
  .property-amenities,
  .property-map-location {
    margin-top: 30px;
  }

  .porperty-single-sidebar {
    padding: 0;
    margin-top: 50px;
  }

  .property-inquiry-box {
    position: initial;
  }

  .blog-archive-page {
    padding: 60px 0;
  }

  .blog-single-page {
    padding: 60px 0 30px;
  }

  .post-sidebar {
    padding: 0;
    margin-top: 40px;
  }

  .post-social-sharing ul {
    text-align: left;
  }

  .search-box-widget,
  .category-box-widget,
  .recent-posts-widget {
    margin-bottom: 30px;
  }

  .realted-posts {
    padding: 30px 0 60px;
  }

  .contact-details {
    padding: 60px 0;
  }

  .contact-detail-item {
    padding: 30px 20px;
  }

  .contact-detail-item .icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
  }

  .contact-detail-item .icon-box img {
    max-width: 40%;
  }

  .contact-inquiry-box {
    padding: 60px 0;
  }

  .google-location-map {
    padding: 60px 0;
  }

  .faqs-page {
    padding: 60px 0;
  }

  .not-found-page {
    padding: 60px 0;
  }

  .agents-page {
    padding: 60px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-default {
    padding: 10px 20px;
  }

  .btn-default.btn-border {
    padding: 8px 11px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
  }

  header.main-header .header-sticky {
    padding: 20px 0;
  }

  header.main-header .header-sticky.active {
    padding: 10px 0;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .hero .hero-section {
    padding: 40px 0;
  }

  .hero-slider .hero-section .hero-slide {
    padding: 40px 20px 80px;
  }

  .hero-slider .hero-carousel .hero-button-prev,
  .hero-slider .hero-carousel .hero-button-next {
    top: auto;
    bottom: 20px;
  }

  .hero-slider .hero-carousel .hero-button-prev {
    left: 38%;
  }

  .hero-slider .hero-carousel .hero-button-next {
    right: 38%;
  }

  .hero .hero-search-form-section {
    padding: 20px 5px;
  }

  .search-heading {
    display: block;
  }

  .section-title h1 {
    font-size: 28px;
  }

  .hero-content .section-title h1 {
    font-size: 28px;
  }

  .hero-content-footer {
    margin-top: 20px;
  }

  .btn-default {
    font-size: 14px;
  }

  .hero-content-footer .btn-default {
    margin: 0 4px;
  }

  .property-types {
    padding: 50px 0;
  }

  .property-type-item {
    text-align: center;
  }

  .property-type-item .icon-box {
    margin-left: auto;
    margin-right: auto;
  }

  .property-type-item h3 {
    font-size: 20px;
  }

  .property-type-slider .swiper-pagination {
    margin-top: 20px;
  }

  .property-type-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .featured-property {
    padding: 50px 0;
  }

  .property-item .property-header .property-label {
    font-size: 14px;
  }

  .property-item .property-body h3 {
    font-size: 20px;
  }

  .property-item .property-body {
    padding: 20px;
  }

  .property-item .property-footer {
    padding: 0 20px 20px;
  }

  .property-item .property-footer .property-price {
    font-size: 16px;
  }

  .about-us {
    padding: 50px 0;
  }

  @media (max-width: 426px) {
    .about-us {
      padding: 0px 0;
      padding-bottom: 0px !important;
    }
  }

  .about-images {
    padding-top: 20px;
    padding-left: 40px;
    background-size: 100px auto;
  }

  @media (max-width: 426px) {
    .about-images {
      margin-top: 40px !important;
    }
  }

  .about-content {
    padding-top: 0;
  }

  .about-content-body ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .about-content-body ul li .icon-box {
    width: 36px;
    height: 36px;
  }

  .about-content-body ul li .icon-box img {
    max-width: 50%;
  }

  .about-content-body ul li span {
    font-size: 16px;
  }

  .about-content-body .btn-default {
    margin-top: 10px;
  }

  .how-it-works {
    padding: 50px 0 20px;
  }

  .how-it-work-item .icon-box {
    width: 60px;
    height: 60px;
  }

  .how-it-work-item .icon-box img {
    max-width: 50%;
  }

  .how-it-work-item h3 {
    font-size: 20px;
  }

  .why-choose-us {
    padding: 50px 0 30px;
  }

  .why-choose-us-body ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .exclusive-agents {
    padding: 20px;
  }

  .exclusive-agents h5 {
    font-size: 16px;
  }

  .infobar-cta {
    padding: 30px 0 50px;
  }

  .infobar-box {
    padding: 30px 20px;
  }

  .cta-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .property-by-city {
    padding: 50px 0 20px;
  }

  .location-item .location-content .location-header h3 {
    font-size: 20px;
  }

  .latest-posts {
    padding: 50px 0 20px;
  }

  @media (max-width: 426px) {
    .latest-posts {
      padding: 0px 0 20px;
    }
  }

  .post-item .post-body h3 a {
    font-size: 20px;
  }

  .newsletter-title {
    margin-bottom: 20px;
  }

  .newsletter-title h2 {
    font-size: 26px;
  }

  .newsletter-box {
    padding: 20px 30px;
  }

  .newsletter-form .form-control {
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .newsletter-form .btn-default {
    border-radius: 5px;
  }

  .footer-contact-info h3,
  .footer-quick-links h3,
  .footer-appointment h3 {
    font-size: 20px;
  }

  .footer-contact-info {
    padding: 0;
  }

  .footer-copyright {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-policy-links {
    text-align: center;
  }

  .footer-policy-links ul li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-header-box h1 {
    font-size: 26px;
  }

  .photo-gallery {
    padding: 50px 0 0;
  }

  .testimonials {
    padding: 50px 0;
  }

  .testimonial-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider .swiper-pagination {
    margin-top: 0px;
  }

  .stat-counter {
    padding: 50px 0 20px;
  }

  .our-partners {
    padding: 50px 0 20px;
  }

  .client-logo {
    padding: 30px 20px;
  }

  .our-agents {
    padding: 50px 0 20px;
  }

  .agent-item .agent-header {
    margin-bottom: 20px;
  }

  .agent-item .agent-body h3 {
    font-size: 20px;
  }

  .page-property-listing {
    padding: 50px 0;
  }

  .property-category-box {
    padding: 30px;
  }

  .property-category-box h3 {
    font-size: 20px;
  }

  .need-help-box .need-help-content h3 {
    font-size: 22px;
  }

  .page-property-single {
    padding: 50px 0;
  }

  .property-photos-slider .swiper-arrow-prev,
  .property-photos-slider .swiper-arrow-next {
    width: 40px;
    height: 40px;
  }

  .property-overview,
  .about-property,
  .property-amenities,
  .property-map-location {
    padding: 20px;
  }

  .property-single-subtitle {
    margin-bottom: 20px;
  }

  .property-single-subtitle h3 {
    font-size: 26px;
  }

  .property-overview-box .property-overview-item {
    width: calc(50% - 15px);
  }

  .property-overview-box .property-overview-item:nth-of-type(3n + 3) {
    margin-right: 30px;
  }

  .property-overview-box .property-overview-item:nth-of-type(2n + 2) {
    margin-right: 0;
  }

  .property-overview-box .property-overview-item .icon-box {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .property-overview-box .property-overview-item .icon-box img {
    max-width: 50%;
  }

  .property-overview-box .property-overview-item .property-overview-content {
    width: calc(100% - 50px);
  }

  .property-overview-box .property-overview-item .property-overview-content h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .property-overview-box .property-overview-item .property-overview-content p {
    font-size: 14px;
  }

  .property-amenities-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .property-info-box {
    padding: 30px;
  }

  .property-inquiry-box {
    padding: 30px;
  }

  .blog-archive-page {
    padding: 50px 0;
  }

  .blog-archive-page .post-item {
    margin-bottom: 30px;
  }

  .blog-single-page {
    padding: 50px 0 30px;
  }

  .post-entry {
    padding: 20px;
  }

  .post-entry blockquote {
    margin-left: 0;
  }

  .post-entry blockquote p {
    font-size: 16px;
  }

  .post-entry h1 {
    font-size: 26px;
  }

  .post-entry h2 {
    font-size: 24px;
  }

  .post-entry h3 {
    font-size: 22px;
  }

  .post-entry h4 {
    font-size: 20px;
  }

  .post-entry h5 {
    font-size: 16px;
  }

  .post-entry h6 {
    font-size: 14px;
  }

  .post-content .post-tags a {
    padding: 8px 10px;
  }

  .search-box-widget,
  .category-box-widget,
  .recent-posts-widget,
  .popular-tags-widget {
    padding: 30px;
  }

  .tag-clouds ul li a {
    padding: 8px 10px;
  }

  .realted-posts {
    padding: 30px 0 20px;
  }

  .contact-details {
    padding: 50px 0 20px;
  }

  .contact-detail-item {
    margin-bottom: 30px;
  }

  .contact-detail-item h3 {
    font-size: 20px;
  }

  .contact-inquiry-box,
  .google-location-map {
    padding: 50px 0;
  }

  .faqs-page {
    padding: 50px 0;
  }

  .faq-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }

  .not-found-page {
    padding: 50px 0;
  }

  .page-not-found-box h2 {
    font-size: 22px;
  }

  .agents-page {
    padding: 50px 0 10px;
  }
}

/*------------------why choose us section style---------------*/

.why-image {
  position: relative !important;
  padding-right: 84px !important;
  padding-top: 37px !important;
  background: url(../images/icon-about-dot.svg) no-repeat top right;
}

.recent_news {
  background-color: #f7f7f7 !important;
}

.post-category h3 {
  padding-bottom: 13px !important;
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify !important;
}

.why-choose-list li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}

.why-choose-list li::before {
  content: "â˜…";
  position: absolute;
  left: 0;
  color: #c49c53;
  font-size: 23px;
  margin-top: -3px;
}

.why-choose-list-item {
  font-size: 19px !important;
  font-family: serif;
}

/*------------------footer section styles-----------*/

.footer-contact {
  padding-top: 49px;
}

.footer-about.footer-logo-new {
  padding-top: 54px !important;
}

.location-header h3 {
  font-size: 35px !important;
  padding-bottom: 12px !important;
}

.footer-quick-links ul li ul.submenu {
  display: none;
  padding-left: 15px;
}

.footer-quick-links ul li:hover ul.submenu {
  display: block;
}

/*------------counter section styles------------*/

@media (max-width: 600px) {
  .counter-section {
    gap: 30px;
    flex-wrap: wrap !important;
  }
  .location-content {
    height: 100%;
  }
  .counter-box {
    flex: 1;
    width: max-content;
    border-right: 1px solid #ffffff00 !important;
  }
  .testimonial-item {
    margin-bottom: 20px;
  }
  .location-header {
    min-height: 200px;
    overflow-y: scroll;
    height: 200px;
  }
}

.counter-section {
  display: flex;
  justify-content: space-around;
  background-color: #c49c53;
  color: #ffffff;
  padding: 20px 0px;
  text-align: center;
  margin-left: 35px;
  margin-right: 50px;
  flex-wrap: nowrap;
}

.counter-box {
  flex: 1;
  border-right: 1px solid #ffffff50;
  will-change: transform;
}

.counter-box:last-child {
  border-right: none;
}

.counter {
  font-size: 40px;
  font-weight: bold;
  transform: translateZ(0);
}

.label {
  margin-top: 10px;
  font-size: 14px;
  color: white;
  letter-spacing: 2px;
}

.counter span.count {
  display: inline;
}

/*------------------top banner section style--------------*/

.hero-section-content {
  font-family: "serif" !important;
  font-size: 19px !important;
}

p {
  font-family: "serif" !important;
  font-size: 19px !important;
}
/*-------------------------about us section style---------------------*/

.about-us-paragraph {
  font-family: "serif";
  font-size: 19px !important;
}

.why-choose-paragraph {
  font-family: "serif";
  font-size: 19px !important;
}

/*----------------------testimonial section style----------------------*/

.testimonial-description {
  font-family: "serif";
  font-size: 19px !important;
}

.testimonial-heading {
  color: #000000 !important;
  margin-bottom:0px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.testimonial-slider .swiper-wrapper {
  align-items: stretch;
}

.testimonial-slider .swiper-slide {
  display: flex;
  height: auto;
  min-height: 280px;
}

.testimonial-item {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-item p {
  flex-grow: 1;
  margin-bottom: 0rem;
}
/*-------------------------------top header style--------------------*/

.phone-link {
  background-color: #7db843;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.phone-link i {
  font-size: 16px;
}

@media (max-width: 426px) {
  .testimonial-card-section {
    padding: 0px 0 !important;
    margin-top: 37px !important;
  }
}

/*----------------------------------project page style-------------------*/

.investment-section {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.investment-section h2 {
  font-size: 1.8rem;
  color: #1a237e;
}

.reasons-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.reasons-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.investment-section h3 {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #d84315;
}

.investment-section h3 a {
  color: #1565c0;
  text-decoration: underline;
}

.offers-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.offers-table th,
.offers-table td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  text-align: left;
}

.offers-table th {
  background-color: #f0f0f0;
  color: #000;
}

.offers-table td {
  background-color: #fff;
}

h4 {
  margin-top: 2rem;
  color: #d32f2f;
}

.terms {
  font-size: 0.95rem;
  color: #555;
}

.counter-box {
  display: inline-block;
  margin: 30px;
  font-family: sans-serif;
  color: white;
  text-align: center;
}
.counter-box .count {
  font-size: 3em;
  font-weight: bold;
}
.counter-box .label {
  font-size: 1em;
  margin-top: 5px;
}

@media (min-width: 481px) and (max-width: 769px) {
  .counter-box .count {
  font-size: 2.3em !important;
  font-weight: bold;
}
}

/*---------------------phone styles--------------*/

#cas {
  border-radius: 30px;
  position: fixed;
  left: 21px;
  padding: 5px;
  bottom: 7%;
  z-index: 2;
}

#cas img {
  width: 35px;
  height: auto;
}

/*-----------------------whatsapp styles---------------*/

#wps {
  position: fixed;
  left: 20px;
  padding: 5px;
  bottom: 15%;
  z-index: 2;
}

#wps img {
  width: 35px;
  height: auto;
}

/*----------------------------form styles-------------------*/

/* Icon Button */
#openFormBtn {
  position: fixed;
  bottom: 46px;
  right: 30px;
  background-color: #c49c53;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

/* Popup Background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Contact Form */
.popup-form {
  background: white;
  padding: 40px;
  border-radius: 12px;
  width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1001;
}

.popup-form h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.popup-form button[type="submit"] {
  background-color: #c49c53;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.enquiry-form-heading {
  color: #c49c53 !important;
}

* {
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .popup-form {
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .popup-form h2 {
    font-size: 20px;
  }

  .popup-form input,
  .popup-form textarea {
    font-size: 13px;

    padding: 3px;
  }

  .popup-form button[type="submit"] {
    font-size: 15px;
    padding: 10px;
  }
}

/*------------------slider styles---------------*/

.hero-slider {
  width: 100%;
  height: 85vh;
  position: relative;
}

@media (max-width: 426px) {
  .hero-slider {
    width: 100%;
    height: 50vh;
    position: relative;
  }
}

.swiper-slide {
  position: relative;
  z-index: 1;
}

.swiper-slide .hero-content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0);
}

.banner-section-title {
  padding-top: 57px !important;
}

@media (max-width: 426px) {
  .banner-section-title {
    padding-top: 0px !important;
  }
}

/*--------------slider overlay style-----------*/

/* Overlay for each swiper slide */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dac9a2;
  opacity: 0.27;
  z-index: 1;
  pointer-events: none;
}

/* Ensure content appears above the overlay */
.swiper-slide .container {
  position: relative;
  z-index: 2;
}

.slider4-section-title {
  padding-top: 72px !important;
}

.slider3-contact-btn {
  color: #ffffff !important;
}

.slider3-contact-btn:hover {
  color: #ffffff !important;
}

.slider1-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.swiper-slide {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 426px) {
  .swiper-slide {
    min-height: 67vh;
  }
}

/*-----------------project section style--------------*/

.investment-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.left-image {
  flex: 1 1 40%;
  max-width: 500px;
}

.left-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.investment-section {
  flex: 1 1 55%;
}

.reasons-list {
  list-style-type: disc;
  padding-left: 20px;
}

.offers-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.offers-table th,
.offers-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.terms {
  margin-top: 15px;
  font-style: italic;
  color: #555;
}

@media (max-width: 768px) {
  .investment-container {
    flex-direction: column;
    align-items: center;
  }

  .left-image,
  .investment-section {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/*-----------------ongoing project section-------------*/

.main-header {
  height: 70px !important;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.property-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 650px;
  max-height: 650px;
  box-sizing: border-box;
}

@media (max-width: 426px) {
  .property-item {
    min-height: 600px;
    max-height: 600px;
    margin-bottom: 37px;
  }
}

.property-showcase {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 61px !important;
}

.property-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 300px;
  max-width: 380px;
}

.property-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;

  position: center;
  object-position: center center !important;
  repeat: no-repeat;
}

.property-content {
  padding: 20px;
}

.property-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.property-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.property-details {
  margin-bottom: 20px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.detail-label {
  color: #666;
  font-weight: normal;
}

.detail-value {
  color: #333;
  font-weight: normal;
}

.button-group {
  display: flex;
  gap: 10px;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  flex: 1;
}

.btn-primary {
  background-color: #d4a574;
  color: white;
}

.btn-secondary {
  background-color: #d4a574;
  color: white;
}

.btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .property-showcase {
    flex-direction: column;
    align-items: center;
  }

  .property-card {
    max-width: 100%;
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
}

/*--------------------------------page banner styles-----------------*/

.ongoing-project-header {
  padding: 62px 0;
  background: url(../images/new_images/resized_images/ongoing.webp) no-repeat
    center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.kanniyamman-project-header {
  padding: 62px 0;
  background: url(../images/new_images/slider_images/banner_image.webp)
    no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.upcoming-project-header {
  padding: 62px 0;
  background: url(../images/new_images/resized_images/upcoming.webp) no-repeat
    center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.completed-project-header {
  padding: 62px 0;
  background: url(../images/new_images/resized_images/completed.webp) no-repeat
    center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #c49c53 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  display: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

/*--------------home page mobike view-------------*/

@media (max-width: 426px) {
  .recent-news-first-card {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .featured-property {
    padding: 0px 0;
    padding-top: 17px !important;
  }
}

@media only screen and (max-width: 426px) {
  .slicknav_menu {
    padding: 0 !important;
    background: #ffffff !important;

    border-radius: 5px !important;
  }
}

@media only screen and (max-width: 426px) {
  .slicknav_btn {
    background: #ffffff;
    padding: 6px 0 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 426px) {
  #wps {
    position: fixed;
    left: 20px;
    padding: 5px;
    bottom: 90px;
    z-index: 2;
  }
}

@media only screen and (max-width: 426px) {
  #slider1-cont {
    background-image: url("./images/new_images/slider_images/slider5.jpg");
    transition-duration: 0ms;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    min-height: 100% !important;
  }
}

@media (max-width: 426px) {
  .recent-news-third-card {
    margin-top: 39px !important;
  }
}

@media (max-width: 426px) {
  .featured-project-title {
    margin-bottom: 27px !important;
  }
}

@media (max-width: 426px) {
  .vision-mission-cont {
    padding: 0px 0px !important;
  }
}

@media (max-width: 426px) {
  .recent-news-section {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 426px) {
  .btn {
    padding: 3px 20px;
  }
}

@media (max-width: 426px) {
  .footer-contact {
    padding: 0px !important;
  }
}

@media (max-width: 426px) {
  .about-us-heading {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 426px) {
  .why-choose-cont {
    padding-top: 1rem !important;
  }
}

.nav-link.active,
.slicknav_nav a.active {
  color: #c49c53;
  font-weight: bold;
}

.project-title-section {
  text-align: center;
  padding: 30px 10px 10px;
}
.project-title-section h1 {
  font-size: 24px;
  margin: 0;
}
.project-title-section p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 20px;
}
.project-menu {
  display: flex;
  justify-content: center;
  background-color: #111;

  width: 53%;
  margin-left: 22%;
}
.project-menu a {
  color: white;
  text-decoration: none;
  padding: 15px 20px;
  display: inline-block;
}
.project-menu a.active,
.project-menu a:hover {
  background-color: #007bff;
}
.content-section {
  display: none;
  padding: 40px 20px;
}
.content-section.active {
  display: block;
}

.amenities,
.profile-content,
.location-advantage {
  max-width: 1047px;
  margin: auto;
}

.specification-content {
  max-width: 901px !important;
  margin: auto !important;
}

@media (max-width: 426px) {
  .amenities,
  .profile-content,
  .location-advantage {
    text-align: center !important;
    max-width: 900px;
    margin: auto;
  }
}

.amenities h2,
.profile-content h2,
.location-advantage h2 {
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  display: inline-block;
  color: var(--primary-color);
  font-weight: 700;
}
.amenities ul,
.location-advantage ul {
  list-style-type: none;
  padding: 0;
}
.amenities li,
.location-advantage li {
  padding: 6px 0;
  color: #007bff;
}
.amenities li::before,
.location-advantage li::before {
  content: "\2713";
  margin-right: 10px;
  color: #007bff;
}
.building-image img,
.location-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.spec-table {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border-collapse: collapse;
}
.spec-table th,
.spec-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
.spec-table th {
  background-color: #f0f0f0;
  color: #333;
  text-align: left;
  width: 30%;
}

/*-------project profile section code -----*/

.content-section.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  padding: 0px 152px;
  padding-top: 40px !important;
}

.building-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  width: 400px;
}

.building-image {
  flex: 1 1 40%;
}

.profile-content {
  flex: 1 1 55%;
}

.project-paragraph {
  text-align: justify;
  margin-bottom: 7px !important;
}

/*----------------------location advantage section styles---------------*/

/*------------------amenities section-------------------*/

.amenities-section.active {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  padding: 0px 253px !important;
  padding-top: 40px !important;
}

.location-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.location-content h2 {
  font-family: var(--accent-font);
  margin-top: 0;
  font-weight: 700;
  color: var(--primary-color);
}

.location-content h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
}

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

.location-content li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #555;
}

.location-content li::before {
  content: "âœ“";
  color: #4a90e2;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.location-image {
  flex: 1 1 45%;
  min-width: 300px;
}

.location-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

@media (max-width: 768px) {
  .location-section {
    flex-direction: column;
    padding: 20px 10px;
  }

  .location-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .location-content,
  .location-image {
    flex: 1 1 100%;
    min-width: auto;
  }

  .location-content li {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .location-content h2 {
    font-size: 1.8rem;
  }

  .location-content li {
    font-size: 0.95rem;
  }
}

.location-content h2 {
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  display: inline-block;
}

.location-content li {
  padding: 6px 0;
  color: #007bff;
}

/*--------------------floor plan section styles---------------*/

.floor-plan-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.image-container {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floor-plan-img {
  max-width: 36% !important;
}

@media (max-width: 900px) {
  .floor-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .floor-plan-grid {
    grid-template-columns: 1fr;
  }

  .image-container {
    height: 250px;
  }
}

.project-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1200px;
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.project-menu a {
  padding: 12px 25px;
  color: var(--primary-color);
  font-family: var(--accent-font);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  text-align: center;
  box-sizing: border-box;
}

.project-menu a:hover,
.project-menu a.active {
  background: var(--primary-color);
  color: var(--white-color);
  transform: translateY(-2px);
}

/* Responsive styles for project menu */
@media (max-width: 1024px) {
  .project-menu {
    max-width: 100%;
    gap: 12px;
    padding: 18px 8px;
  }
  .project-menu a {
    font-size: 15px;
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .project-menu {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 12px 4px;
    gap: 8px;
  }
  .project-menu a {
    font-size: 14px;
    padding: 10px 10px;
    flex: 1 1 45%;
    min-width: 120px;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .project-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 2px;
  }
  .project-menu a {
    font-size: 13px;
    padding: 9px 8px;
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .project-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    padding: 6px 0;
  }
  .project-menu a {
    font-size: 12.5px;
    padding: 8px 4px;
    flex: 1 1 100%;
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 480px) {
  #profile,
  #amenities,
  #specs,
  #location,
  #floorplan {
    padding: 40px 20px !important;
  }
}

.project-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px 0;
  margin: 0 auto;
  width: 56%;
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.project-menu a {
  padding: 12px 25px;
  color: var(--primary-color);
  font-family: var(--accent-font);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  text-align: center;
  box-sizing: border-box;
}

.project-menu a:hover,
.project-menu a.active {
  background: var(--primary-color);
  color: var(--white-color);
  transform: translateY(-2px);
}

/* Responsive styles for project menu */
@media (max-width: 1024px) {
  .project-menu {
    max-width: 100%;
    gap: 12px;
    padding: 18px 8px;
  }
  .project-menu a {
    font-size: 15px;
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .project-menu {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 12px 4px;
    gap: 8px;
  }
  .project-menu a {
    font-size: 14px;
    padding: 10px 10px;
    flex: 1 1 45%;
    min-width: 120px;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .project-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 2px;
  }
  .project-menu a {
    font-size: 13px;
    padding: 9px 8px;
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .project-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    padding: 6px 0;
  }
  .project-menu a {
    font-size: 12.5px;
    padding: 8px 4px;
    flex: 1 1 100%;
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 480px) {
  #profile,
  #amenities,
  #specs,
  #location,
  #floorplan {
    padding: 0px 20px !important;
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .project-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
  }
  .project-menu a {
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
  }
}

/*-----------------------floor plan section image styles-----------*/

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 36px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

@media (max-width: 426px) {
  .lightbox {
    padding-top: 206px;
  }
}

.lightbox img {
  display: block;
  margin: auto;
  max-width: 100vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

@media (max-width: 426px) {
  .lightbox .close {
    top: 145px;
  }
}

.floor-plan-grid img:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.floor-plan-grid img {
  cursor: pointer;
}

.about-img-new img {
  width: 100% !important;
  border-radius: 20px !important;
}

.completed-project-cards {
  border-radius: 0px !important;
}

.completed-project-heading a {
  color: #000000 !important;
}

/*---------------------contact us section styles---------*/

@media (min-width: 426px) {
  .contact-address-card {
    height: 100% !important;
  }
}

@media (max-width: 426px) {
  .contact-page-heading {
    margin-bottom: 17px !important;
  }
}

@media (max-width: 426px) {
  .contact-details {
    padding: 9px 0 20px;
  }
}

@media (max-width: 426px) {
  .form-heading {
    margin-bottom: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .contact-inquiry-box {
    padding: 0px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-inquiry-box,
  .google-location-map {
    padding: 0px 0;
  }
}

/*----------------amenities icon styles------------*/

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px;
}

.amenity-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 200px;

  width: 100%;
  box-sizing: border-box;
}

.amenity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.amenity-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.amenity-card p {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.amenities-grid .amenity-card:nth-child(7) {
  justify-self: center;
  width: 100%;
}

@media (max-width: 768px) {
  .amenities-grid .amenity-card:nth-child(7) {
    grid-column: auto;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .amenities-grid {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0px 21px;
  }
}

/*-------------location advantage icon section styles----------*/

.location-section.active {
  padding: 0px 20px;
  padding-top: 40px !important;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px;
  width: 81%;
}

.location-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 200px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.location-card img {
  width: 70px;
  height: 70px;
}

.location-card p {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

@media (max-width: 768px) {
  .location-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 426px) {
  .location-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px;
    width: 86%;
    margin: auto;
    padding: 0px 0px;
  }
}

/* Center last two cards in the last row */
.location-grid .location-card:nth-child(10),
.location-grid .location-card:nth-child(11) {
  grid-column: span 1;
}

@media (min-width: 769px) {
  .location-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
}

.location-heading {
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  display: inline-block;
  color: var(--primary-color);
  font-weight: 700;
}

.location-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: left;
}

.location-card li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

.location-card li::before {
  content: "â˜…";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #000000;
  font-size: 1em;
  line-height: 1;
}

.location-card {
  text-align: left;
  display: block;
  padding-left: 20px;
}

.location-img-wrapper {
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}

.location-img-wrapper img {
  width: 60px;
  height: 60px;
  display: block;
}

.download-btn-container {
  text-align: center !important;
  margin-top: 41px;
}

/*------------------captcha styles----------------------*/

/* Remove list markers */
ul.captcha {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

/* Style for the captcha text */
#captchaContainer1 {
  font-size: 18px;
  color: #000;
  padding: 0 10px;
  padding-left: 0px !important;
}

/* Adjust input width */
#captcha {
  max-width: 150px;
}

.captcha li p {
  margin-top: auto;
  margin-bottom: 0px !important;
}

.rcmBody h3 {
  padding-left: 9px !important;
}

@media (max-width: 426px) {
  .form-submit-btn {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

/*--------------------------about us page style------------*/

.about-us-page-container {
  padding-bottom: 0px !important;
  padding-top: 30px !important;
}

.about-us-project-header {
  padding: 62px 0;
  background: url(../images/new_images/resized_images/about_us_banner2.jpg)
    no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.about-page-para {
  line-height: 1em;
  margin-bottom: 1em;
}

.about-us-list {
  margin-bottom: 0px !important;
}

.site-image-grid {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

@media (max-width: 426px) {
  .site-image-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.site-image-grid img {
  width: 100%;
  max-width: 23% !important;
  object-fit: cover;
  margin-top: 33px;
  margin-right: 20px;
  border-radius: 15px;
  border: 5px solid #c49c53;
}

.site_image_heading {
  margin-top: 43px;
}

/* Mobile: force only one per row */
@media (max-width: 768px) {
  .site-image-grid img,
  .site-image-grid video {
    max-width: 100% !important;
    margin-right: 0;
  }
}

@media (max-width: 426px) {
  .floor-plan-img {
    max-width: 100% !important;
  }
}

/*----------video styles----------*/

#fullscreenVideo {
  border: 4px solid #c69c4b;
  border-radius: 10px;
  cursor: pointer;
}

.site-image-grid video {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  border: 5px solid #c49c53;
  cursor: pointer;
}

/* âœ• icon styling */
.close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 5px 12px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

@media (min-width: 1024px) {
  .swiper-slide {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide {
    min-height: 20vh !important;
    display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider {
    width: 100%;
    height: 45vh;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .property-showcase {
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .google-location-map {
    padding: 0px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  header.main-header .header-sticky {
    padding: 0px 0;
  }
}

/*------------------gallery page styles----------*/

.gallery-project-header {
  padding: 62px 0;
  background: url(../images/new_images/resized_images/gallery_banner_1.jpg)
    no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 30px;
  padding-top: 60px !important;
  padding-bottom: 0px !important;
  justify-items: center;
}

.gallery-item {
  border: 5px solid #c49c53;
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  max-width: 300px !important;
  height: 230px;
  overflow: hidden;
  object-fit: cover;
}

.gallery-item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive layout for tablets and laptops */
@media (min-width: 600px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

.gallery-lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.gallery-lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox-prev {
  left: 20px;
}

.gallery-lightbox-next {
  right: 20px;
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover,
.gallery-lightbox-close:hover {
  color: #f1c40f;
  background: rgba(255, 255, 255, 0.1);
}

.privacy-policy-paragraph {
  margin-top: 0px !important;
}

.privacy-policy-heading {
  font-size: 23px !important;
}

.policy-heading-color {
  color: #000000;
}
.coming-style {
  display: inline-block;
  animation: popout 0.4s ease-out forwards;
}

@keyframes popout {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

h3.property-title.coming-style.btn-secondary {
  width: fit-content !important;
  padding: 20px !important;
}

/*------------bank partners styles----------*/

.bank-partners-container {
  /* max-width: 1200px;
  margin: 0 auto; */
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  position: relative;
  overflow: hidden;
  margin-top:50px;
  background-color:#FAFAFA;
}

/* .bank-partners-container::before,
.bank-partners-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #8b0000, #dc143c);
} */

.bank-partners-container::before {
  left: 0;
}
.bank-partners-container::after {
  right: 0;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left loan info */
.loan-info {
  flex: 0 0 auto;
  text-align: center;
  padding-right: 20px;
  border-right: 2px solid #ccc;
}

.loan-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px;
}

.loan-percentage {
  font-size: 80px;
  font-weight: bold;
  color: #2e86c1;
  line-height: 0.9;
}

/* Right section */
.right-section {
  flex: 1;
  overflow: hidden;
}

.approval-text {
  font-size: 19px;
  color:var(--text-color);
 font-family: serif;
    font-weight: 400;
  margin-bottom: 20px;
  text-align: left;

}

/* Logo scroll */
.banks-scroll-container {
  overflow: hidden;
  position: relative;
}

.banks-scroll {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.bank-logo {
  flex: 0 0 auto;
  height: 110px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  border-radius:10px;
}

.bank-logo:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.banks-scroll-container:hover .banks-scroll {
  animation-play-state: paused;
}

/* Tablet (768pxâ€“1023px) */
@media (max-width: 1023px) {
  .content-wrapper {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .loan-info {
    border-right: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .approval-text {
    text-align: center;
    font-size: 15px;
  }
}

/* Mobile (<768px) */
@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .loan-text {
    font-size: 16px;
  }

  .loan-percentage {
    font-size: 55px;
  }

  .bank-logo {
    height: 40px;
  }

  .approval-text {
    font-size: 14px;
  }
  
}
