@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/*
Theme Name: O16Labs
Author: Osama  
Version: 1.0
*/
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }
body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
}

.green-shape {
    transform: translateZ(0); /* triggers GPU acceleration fix */
    /* ya */
    will-change: transform;
}
.contact-item p a {    
    color: #fff;
	text-decoration: none;
}


  .container {    
    max-width: 1220px !important;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;   
    padding-left: 24px;
    padding-right: 24px;
}
@media (max-width: 600px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
}
.about-hero-pera {
    padding: 50px 0px;
}
.about-hero-pera p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

section.about-us-hero-section.new-about-hero-section {
    background-image: url(./images/new-about-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.new-about-hero-section .about-us-headign h1 {
    color: #ffffff;
    width: fit-content;
    margin: auto;
    background: #6DA53BE5;
    padding: 0px 30px;
    border-radius: 16px;
}
.filtered-read-more a {
    text-decoration: none;
    color: #ffffff;
}
.nav-logo img {
    max-width: 141px;
    max-height: 74px;
}
.background {
    position: relative;
    height: 100px;
    background-color: #3C3C44; /* dark gray base */
    overflow: hidden;
  }

  .hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
  }
  .green-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 23%;
    height: 100%;
    background-color: #79B445;
    clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
  }
  .header.main {
    z-index: 1001;
    position: relative;
    margin: 0 40px;
    background: #272727C2 !important;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 4px 0px #5252523B;
    border-radius: 15px;
    top: 10px;
}
.nav-logo {
  height: 74px;
}
.main-headers {
    position: absolute;
    top: 10px;
}
.header-phone {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400; 
  display: flex;
  justify-content: end;
  padding-right: 7vw;
  padding-top: 13px;
}
.header-email, .header-social a {
  color: #7F7F86 !important;
}
.header-email {
  margin-left: 19vw;
  padding-top: 13px;
}
.header-social {
  display: flex;
  justify-content: end;
  gap: 20px;
  position: relative;
  top: -24px;
}
.menu-bar {  
    padding: 10px 30px;    
    z-index: 17;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.menu-items {
  display: flex;
  gap: 45px;
}
.menu-items a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
	font-weight: 600;
  gap: 15px;
  display: flex;
  flex-direction: row;
}
.menu-items a {
  display: flex;
  align-items: center;
}
.right-side .menu-items a {
  gap: 5px;
}

.ptoperty-button {
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #79B445;
}
.ptoperty-button a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.right-side {
  display: flex;
  align-items: center;
  gap: 15px;
}



/* slider start */



.slider-container {
  width: 100%;
  height: 455px;
  position: relative;
  overflow: hidden;  
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-card {
  position: absolute;
  width: 400px;
  height: 200px;
  bottom: 0;
  left: 260px;
  background: url('https://www.pakistanpropertydeals.co/wp-content/uploads/2025/04/subtract.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px 40px;
  color: white;
  text-align: center;
}

.price {
  font-size: 21px;
  font-weight: bold;
  color: #79b445;
  margin-bottom: 15px;
}

.location {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.description {
  font-size: 14px;
  line-height: 1.5;
}

.thumbnails {
  position: absolute;
  right: 48px;
  top: 117px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.thumbnail {
  width: 79px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.thumbnail.active {
  opacity: 1;
}

.navigation {
  position: absolute;
  bottom: 33px;
  right: 48px;
  display: flex;
  gap: 10px;
}

.nav-btn {
  width: 34px;
  height: 26px;
  background: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.nav-btn:hover {
  background-color: #f0f0f0;
}

.nav-btn img {
  width: 11px;
  height: 8px;
}

.next img {
  transform: rotate(180deg);
}

/* slider end */


/* footer start */

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


.footer {
  width: 100%;
  height: 644px;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.pakistanpropertydeals.co/wp-content/uploads/2025/04/Footer-1.png');
  background-size: cover;
  background-position: center;
}

/* .footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.8) 100%);
} */

.footer-content {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 128px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  height: calc(644px - 57px);
}

/* Company Info Styles */
.company-info {
  max-width: 353px;
}

.logo {
  width: 178px;
  height: 92px;
  object-fit: cover;
  margin-bottom: 56px;
}

.company-description {
  color: #adb5bd;
  font-size: 14px;
  margin-bottom: 40px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-item img {
  width: 22px;
  height: 22px;
}

.contact-item p {
  font-size: 14px;
  color: #fff;
}

/* Quick Links Styles */
.quick-links h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.links-container {
  display: flex;
  gap: 56px;
}

.links-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.links-column a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s;
}

.links-column a:hover {
  color: #fff;
}

/* Newsletter Section Styles */
.newsletter-section h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.social-media p {
  color: #adb5bd;
  font-size: 14px;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.social-icons img {
  width: 25px;
  height: 25px;
  transition: opacity 0.3s;
}

.social-icons a:hover img {
  opacity: 0.8;
}

.newsletter p {
  color: #adb5bd;
  font-size: 14px;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-form input {
  height: 52px;
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #484848;
}

.newsletter-form button {
  height: 52px;
  background: #79b445;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background: #68a038;
}

/* Copyright Bar Styles */
.copyright-bar {
  position: relative;
  z-index: 1;
  background: #222225;
  height: 57px;
  padding: 0 128px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-bar p {
  color: #ced4da;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1440px) {
  .footer-content {
      padding: 36px 64px;
  }
  
  .copyright-bar {
      padding: 0 64px;
  }
}

@media (max-width: 1024px) {
  .footer {
      height: auto;
  }
  
  .footer-content {
      grid-template-columns: 1fr 1fr;
      padding: 36px 32px;
      height: auto;
  }
  
  .newsletter-section {
      grid-column: span 2;
  }
  
  .copyright-bar {
      padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .footer-content {
      grid-template-columns: 1fr;
  }
  
  .newsletter-section {
      grid-column: auto;
  }
  
  .links-container {
      gap: 30px;
  }
  .video-overlay {
    height: 95% !important;
}
.hero-seciton {
  padding-top: 96px;
}
.title {  
  font-size: 32px !important; 
  text-align: center;
}
.client-designation {
  width: 290px !important;  
  height: 70px !important;  
}
.client-designation h6 {
  font-size: 12px !important;  
}
.next-button {
  right: 0rem !important;
}
.prev-button {
  left: 0rem !important;
}
.event-author {  
  font-size: 14px !important;  
  line-height: 15px;
}
.testimonials-card {  
  height: 150px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
.subtitle {  
  font-size: 14px !important;  
  text-align: center;  
}
.property-tab-button {  
  padding: 8px 16px !important;  
  font-size: 10px !important;  
}
.filtered-property-listings { 
  grid-template-columns: 100% !important;
}
.projects-grid {
  display: flex !important;  
  height: auto !important;
  flex-direction: column !important;
}
}

@media (max-width: 480px) {
  .footer-content {
      padding: 36px 16px;
  }
  
  .links-container {
      flex-direction: column;
      gap: 20px;
  }
  
  .copyright-bar {
      padding: 16px;
      flex-direction: column;
      text-align: center;
      gap: 10px;
      height: auto;
  }
}
.contact-item i {
  color: #79B445;
}
.quick-links, .newsletter-section {
  margin-top: 55px;
}

/* footer end */

/* project section start */

.project-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  position: relative;
}
section.choose-us-section {
  margin-top: 120px;
}
section.blog-section {
  margin: 90px 0px;
}
section.partner-seciton {
  margin: 90px 0px;
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* .line {
  width: 130px;
  height: 0.5px;
  background-color: #79b445;
} */

.title {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}
.hero-seciton a.project-button {
    margin-top: 25px;
}
.project-para p.subtitle {
    text-align: start;
}
.project-main h2.title {
    text-align: center;
}
.hero-seciton h1 {
    margin-bottom: 20px;
}
.subtitle {
  color: #3c3c44;
  font-size: 18px;  
  margin-top: 8px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.hero-seciton .video-overlay p {
    max-width: 950px;
    text-align: center;
}
.hero-seciton .video-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 260px);
  gap: 16px;
  height: 536px;
}
.about-para h2.title:before, .contact-info-heading h2.title:before {
  transform: translateX(-0%) !important;
  left: 1%;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.card.large {
  grid-row: span 2;
}

.card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.46), rgba(0,0,0,0.5));
  backdrop-filter: blur(2px);
} */

.card-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;  
  justify-content: center;
  padding: 15px 0px;
}

.card-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.button {
  margin-top: 24px;
  background-color: #79b445;
  color: white;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 2px;
  border: none;
  height: 37px;
  width: 134px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.button:hover {
  background-color: #6ca33c;
}
section.project-section {
  margin: 90px 0px;
}
.title:before {
    content: "";
    width: 88px;
    height: 8px;
    background: linear-gradient(90deg, #79B445 0%, #344E1E 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    border-radius: 4px;
}
 .title-start:before {
    content: "";
    width: 88px;
    height: 8px;
    background: linear-gradient(90deg, #79B445 0%, #344E1E 100%);
    position: absolute;    
    top: -15px;
    border-radius: 4px;
}
.title-start {
	position: relative;
}
/* .title-wrapper h2.title:after {
  content: "";
  width: 130px;
  position: absolute;
  border-bottom: 2px solid #DDDDDD;
  top: 20px;
  right: 27%;  
} */

/* project section end */

/* choose us section start */

.project-para {
  max-width: 50%;
}
a.project-button {
  color: #ffffff;
  background-color: #79B445;  
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 16px;  
}
div.choose-us-div {
  padding: 50px 0px 90px;
    background-image: url(https://www.pakistanpropertydeals.co/wp-content/uploads/2025/04/Why-Choose-Us.png);
    background-size: cover;
}
/* choose us section end */

/* partner section start */





/* Logo slider styles */
.logo-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 2rem 0;
  padding: 0 3rem;
}

.logo-slider {
  position: relative;
  overflow: hidden;
}

.logo-slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.logo-slide {
  flex-shrink: 0;
  width: 20%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-slide img {
  max-height: 64px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.2s;
}

.logo-slide img:hover {
  opacity: 1;
}

/* Navigation buttons */
.slider-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0.5rem;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
}

.slider-nav-button:hover {
  opacity: 0.8;
}

.slider-nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.prev-button {
  left: -3rem;
}

.next-button {
  right: -3rem;
}

.slider-nav-button svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #9ca3af;
}
/* partner section end */

/* future project section start */

section.future-project-section {
  margin: 70px 0 40px 0;
}

.property-filter-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.property-tab-button {
  background-color: #222225;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  position: relative;
  height: 60px;
  border: 0.5px solid #C8C8C8;
  width: 157px;
}

.property-tab-button.property-tab-active {
  background-color: #79b445;
}

.property-tab-arrow {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}

.property-tab-button.property-tab-active .property-tab-arrow {
  display: block;
}

.filtered-property-listings {
  display: grid;
    gap: 23px;
    justify-content: center;
    grid-template-columns: 32% 32% 32%;
}

.filtered-property-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.filtered-featured-badge {
  position: absolute;
  top: 14px;
  left: -30px;
  background-color: #79b445;
  color: white;
  padding: 5px 30px;
  transform: rotate(-45deg);
  font-weight: bold;
}

.filtered-sale-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #222225;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.filtered-property-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.filtered-without-button {
  padding: 20px;  
}

.filtered-property-title {
  margin-top: 0;
  font-size: 18px;
}

.filtered-property-location {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #495057;
  margin-bottom: 15px;
}

.filtered-property-location img {
  margin-right: 10px;
}

.filtered-property-features {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}

.filtered-feature {
  display: flex;
  flex-direction: column;  
  font-size: 14px;
  color: #495057;
  gap: 10px;
  font-weight: 400 !important;
}

.filtered-feature span {
  margin-bottom: 5px;  
}
header {
  position: absolute;
  width: 100%;
}
.future-qunt {
  display: flex;
  gap: 5px;
  height: 19px;
  align-items: center;
}
.future-qunt span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  line-height: 14px;
}

.filtered-feature img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.filtered-read-more {
  background-color: #79b445;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  width: fit-content;
}
.prcing-div p { 
  font-weight: 600;  
  font-size: 18px;
}
/* .buture-button {  
  padding: 12px 0px;	
} */
.prcing-div {
  border-top: 1px solid #C2C2C2;
  padding: 20px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtered-read-more:hover {
  background-color: #68a038;
}


/* future project section end */

/* recent project section start */

.recent-properties {
  position: relative;
  width: 100%;
  max-width: 1286px;
  height: 348px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-wrapper {
  width: 88%;
  overflow: hidden;
  padding: 0;
  margin: 20px;
}

.property-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
section.recent-property-section {
  margin: 40px 0 80px;
}


.property-item {
  min-width: 48%; /* For 2 items at a time */
  box-sizing: border-box;
  margin-right: 15px; /* gap between items */
	margin-left: 21px;
  height: 380px;
}

.property-cards {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  height: 348px;
  position: relative;
  padding: 20px;
  margin: 10px;
}

.property-image {
  width: 100%;
  height: 218px;
  object-fit: cover;
  border-radius: 4px;
}

.property-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.property-content h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.read-more {
  background: #79b445;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;  
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.read-more:hover {
  background: #6ca33c;
}

.property-arrow {
  position: absolute;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  padding: 0;
  transition: transform 0.3s;
}

.property-arrow:hover {
  transform: scale(1.1);
}

.property-prev {
  left: 0;
}

.property-next {
  right: 0;
}

.w-14 {
  width: 56px;
}

.h-14 {
  height: 56px;
}

/* recent project section end */

/* blog section start */

.event-card {
  background: #fff;
  border-radius: 4px;  
  overflow: hidden;  
  display: flex;
  flex-direction: column;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 8.3px -1px #5F5F5F52;
  transition: box-shadow 0.2s;
}
.blog-main-card {
  display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 20px;
}

/* .event-card:hover {
  box-shadow: 0 0 0 4px #2224, 0 4px 16px #0003;
} */

.event-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #222;
  color: #fff;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 6px #0002;
}

.event-card-content {
  padding: 20px 18px 0 18px;
  flex: 1;
}

.event-card-content .event-date {
  color: #888;
  font-size: 14px; 
}

.event-card-content h2 {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.event-card-content p {
  color: #888;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.event-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-top: 1px solid #eee;
  }

.event-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 1px 4px #0001;
}

.event-author {
  font-weight: bold;
  color: #7ac142;
  font-size: 1.15rem;
  flex: 1;
}

.event-read-more {
  background: #7ac142;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-read-more:hover {
  background: #5ea32d;
}

/* blog section end */


/* testimonials section start */
/* section.testimonials-section .title-wrapper h2.title:before {    
    left: 24%;
}
section.testimonials-section .title-wrapper h2.title:after {   
    right: 24%;
} */

h3.filtered-property-title {
  margin-bottom: 10px;
}

 .testimonials-section {
      margin: 50px 0;
      padding: 0 20px;
    }
    
    /* Carousel styles */
    .carousel {
      max-width: 1024px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
    }
    
    .carousel-container {
      display: flex;
      transition: transform 0.5s ease;
    }
    
    .carousel-item {
      min-width: 100%;
      padding: 4px;
    }
    
    @media (min-width: 768px) {
      .carousel-item {
        min-width: 50%;
      }
    }
    
    /* Related property card */
    .related-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 18px;
      box-shadow: 0 6px 20px rgba(16,24,40,0.08);
      border: 1px solid #f0f0f0;
      margin-top: 30px;
    }
    .related-card .card-header h4 {
      font-size: 22px;
      margin: 0 0 6px 0;
      color: #111827;
    }
    .related-card .card-sub { color: #6b7280; font-size: 14px; margin-bottom: 12px; }
    .related-card .card-image {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background: #f4f4f6;
    }
    .propertyinner-relative-card-main {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 20px;
    margin-bottom: 50px;
}
.property-video-embed div#mep_0, .property-video-embed div#mep_0 video#video-123-1_html5 {
    height: 489px !important;
    border-radius: 12px !important;
}
.future-listing.related-right {
    padding: 20px 15px;
    margin-top: 20px;
}
.propertyinner-relative-card.related-card .card-content {
    height: auto;
}
    .related-card .card-image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
    .related-card .badge {
      position: absolute;
      left: 12px;
      top: 12px;
      background: #8EDA53;
      color: #fff;
      padding: 8px 12px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 13px;
    }
    .related-card .card-content h5 {
      font-size: 16px;
      font-weight: 700;
      margin: 12px 0 4px 0;
      color: #0f172a;
    }
    .related-card .card-content p.address {
      font-size: 13px;
      color: #6b7280;
      margin: 0 0 8px 0;
    }
    .related-card .card-price {
      font-size: 18px;
      font-weight: 700;
      color: #0b1220;
      margin-bottom: 12px;
    }
    .related-card .card-specs {
      display: flex;
      gap: 18px;
      align-items: center;
      border-top: 1px solid #f1f1f1;
      padding-top: 12px;
      justify-content: space-between;
    }
    .related-card .card-spec {
      display: flex;
      gap: 6px;
      align-items: center;
      color: #4b5563;
      font-size: 13px;
      flex-direction: column;
    }
    .related-card .card-spec .spec-icon {
          width: 100%;
          height: 18px;
          display: flex;
          align-items: center;
          gap: 10px;
    }

    @media (max-width: 768px) {
      .related-card .card-image img { height: 160px; }
      .related-card { padding: 14px; }
    }

    /* Card styles */
    .card-main {
      padding: 4px;
    }
    
    .testimonials-card {
      box-shadow: 0px 0px 14.8px 2px rgba(233, 233, 233, 0.5);
      padding: 28px;
      border-radius: 4px;
      height: 128px;
      font-size: 14px;
    }
    
    .client-info {
      padding: 0 28px;
      display: flex;
      justify-content: space-between;
      margin-top: -35px;
    }
    
    .client-image {
      height: 64px;
      width: 64px;
      border: 4px solid white;
      border-radius: 50%;
      overflow: hidden;
    }
    
    .client-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .client-designation {
      width: 260px;
      box-shadow: 0px 0px 14.8px 2px rgba(233, 233, 233, 0.5);
      background-color: white;
      height: 70px;
      border-radius: 4px;
      padding: 16px;
    }
    
    .client-designation h5 {
      color: #79B445;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 4px;
    }
    
    .client-designation h6 {
      font-size: 14px;
      font-weight: 400;
    }
/* section.choose-us-section .title-wrapper h2.title:after {    
    border-bottom: 2px solid #C7C7C7 !important;	
	right: 10%;
} */
/* section.choose-us-section .title-wrapper h2.title:before {    
    border-bottom: 2px solid #C7C7C7 !important;	
	left: 10%;
} */
/* section.blog-section .title-wrapper h2.title:before {    
    left: 36%;
}
section.blog-section .title-wrapper h2.title:after {    
    right: 36%;
} */
/* section.choose-us-section .project-main {
    max-width: 50%;
} */

/* testimonials section end */
.menu-items a.active,
.menu-items a:hover {
  position: relative;
}
.menu-items a.active:after,
.menu-items a:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #578131 0%, #344E1E 67.04%);
  z-index: 999;
}

@media (max-width: 1024px) {
  .header.main {
    margin: 0 10px;
    border-radius: 10px;
    top: 0;
  }
  .menu-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px;
  }
  .nav-logo {
    margin-bottom: 10px;
  }
  .right-side {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .header.main {
    margin: 0;
    border-radius: 0;
    top: 0;
  }
  .menu-bar {
    flex-direction: row;
    align-items: center;
    padding: 10px 5px;
  }
  .nav-logo {
    margin-bottom: 0;
  }
  .menu-items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #272727C2;
    padding: 10px 0;
    width: 100vw;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 9999;
    border-radius: 0 0 10px 10px;
  }
  .menu-items.show {
    display: flex;
    background-color: white;
    gap: 5px;
  }
  .menu-items a {
    color: black;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
    justify-content: flex-start;
  }
  div#menu a {
    width: 100%;
    justify-content: center;
}
  .hamburger {
    display: block;
    z-index: 10000;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    margin-left: auto;
    cursor: pointer;
  }
  .right-side {
    display: none;
  }
  .menu-items a.active:after,
  .menu-items a:hover:after {
    display: none;
  }
  a.project-button {    
    text-align: center;   
}
.project-para {
  max-width: 100%;
  text-align: center;
}
.blog-main-card {
  grid-template-columns: 100%;
}
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .menu-items a {
    font-size: 16px;
    padding: 10px 16px;
  }
  .menu-bar {
    padding: 8px 2px;
  }
  .recent-properties {
    max-width: 100vw;
    overflow-x: hidden;
    height: 400px;
  }
  .property-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .property-track {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
  }
  .property-item {
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .property-image {
    width: 100vw !important;
    max-width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 4px;
    margin: 0 auto 12px auto;
    display: block;
  }
}



.card__image-hover-style-v3 {
    position: relative;
}
.card__image-hover-style-v3 .card__image-hover-style-v3-thumb {
    overflow: hidden;
    position: relative;   
	height: 100%;
}
.card__image-hover-style-v3:hover .overlay:hover {
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.card__image-hover-style-v3 .overlay {    
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.card__image-hover-style-v3:hover .overlay:hover .desc {
    top: 50%;
    transition: all 0.4s ease 0s;
}
.card__image-hover-style-v3 .overlay .desc {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.card__image-hover-style-v3:hover .card__image-hover-style-v3-thumb img {
    transform: scale(1.1) rotate(-1deg);
    transition: all 0.4s ease 0s;
}
p.card-title {
    font-size: 14px;
    font-weight: 400;
}
.card__image-hover-style-v3:hover .overlay:hover .desc h6.card-title {
    font-size: 30px;
	transition: all 0.4s ease 0s;
}
.card__image-hover-style-v3 .card__image-hover-style-v3-thumb img {
    transition: all 0.6s ease;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
	height: 100%;
    width: 100%;
}
.card__image-hover-style-v3 .overlay .desc {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.card__image-hover-style-v3 .overlay .desc h6.card-title {
	transition: all 0.4s ease 0s;
}
.card.large .card__image-hover-style-v3 .card__image-hover-style-v3-thumb.h-475 img, .card.large .card__image-hover-style-v3 {
    height: 100%;
}

/* .menu-items a:hover, .menu-items a.active {  
  color: #74AD42 !important;
  } */


  /* About Us  Page */

section.about-us-hero-section {
    padding-top: 180px;
    margin-bottom: 60px;
    background: linear-gradient(117.27deg, #d6f0e6 12.37%, #fdeadb 99.42%);
}
a.mega-heading-item {
  color: black;
}
.about-us-headign h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: #000000;
}
.about-us-hero-section {
  position: relative;
  overflow: hidden;
}

.about-us-hero-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* Sky scrolling background */
.overlay-about-image {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 363px !important;
    overflow: hidden;
    z-index: 0;
}

.overlay-about-image .marquee {
  display: flex;
  width: 200%;
  height: 363px !important;
  animation: marquee-slide 50s linear infinite;
}

.overlay-about-image img {
  width: 100%;
  height: 301px;
  object-fit: contain;
  margin-top: 41px;
    z-index: 24;
}

/* Foreground content above background */
.about-us-headign,
.aobut-us-hero-image {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* .about-us-headign h1 {
  padding-top: 60px;
  font-size: 48px;
  color: #fff;
} */

/* Hero image */
.aobut-us-hero-image img {
  width: 100%;
  object-fit: contain;
}

/* Animation keyframes */
@keyframes marquee-slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about-us-main {
  display: flex;
  gap: 50px !important;
  padding: 60px 0;  
}
section.about-us-main-section {
  background-image: url(https://www.pakistanpropertydeals.co/wp-content/themes/O16Labs/images/about-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.location-section {
  padding: 80px 0px;
}
.embed-map-container { 
  border-radius: 30px;
}
.map-section {
  margin-top: 50px !important;
  border-radius: 30px;
  box-shadow: 0px 0px 17.3px 0px #00000080;
  max-width: 970px;
  margin: auto;
}
section.our-vision-section {
  padding: 70px 0px;
}
.our-vision-heading {
  max-width: 790px;
  margin: auto;
  text-align: center;
}
.our-vision-card-main {
  max-width: 970px;
  margin: auto;
  display: flex;
  gap: 30px;
  position: relative;
  margin-top: 50px;
}
.card-div {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 5px #40404040; 
  border-radius: 20px;
  padding: 40px 50px;
  text-align: center;
}
img.vision-left-arrow {
  position: absolute;
  z-index: -1;
  left: -130px;
}
img.vision-right-arrow {
  position: absolute;
  z-index: -1;
  bottom: -17px;
  right: -150px;
  transform: rotate(180deg);
}
.card-div h3 {
  margin: 10px 0px;
  font-size: 36px;
  font-weight: 700;
}
section.falak-naz-one-hero-section {
  padding-top: 150px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.falak-naz-main img {
  margin-bottom: 20px;
}
.falak-naz-main h1 {
  font-size: 62px;
  font-weight: 600;
  color: #000000;
}
.falak-naz-main p {
  font-size: 24px;
    font-weight: 400;
    color: #6B6C69;
    line-height: 40px;
    margin-bottom: 20px;
}
button.btn-primary {
  border-radius: 50px;
    padding: 12px 30px;
    background-color: #79B445;
    border: none;
}
button.btn-primary a {
      color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    margin: 0px;
    line-height: 20px;
}
.falaknaz-video-main video { 
  width: 100%;
  border-radius: 20px;
}
section.falaknaz-video-section {
  margin: 40px 0px;
}
section.falaknaz-project-section
 {
    margin: 70px 0px;
}
.falaknaz-project-main {
  display: flex;
  gap: 50px;
  align-items: start;
	margin: 60px 0px;
}
.falaknaz-project-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.falaknaz-project-content p, .falaknaz-project-interior-main p, .falaknaz-floor-plan-main p {
  font-size: 20px;
  line-height: 24px;
  color: #4D4D4D;
  font-weight: 400;
}
.falaknaz-project-content button.btn-primary {
  margin-top: 40px;
}
section.falaknaz-project-interior-section {
  background-color: #F9FAFB;
  padding: 70px 0px;
  text-align: center;
}
.falaknaz-project-interior-main h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 700;  
}
.falaknaz-project-interior-img {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}
.falaknaz-project-interior-img img {
  width: 31.5%;  
}
.falaknaz-floor-plan-main {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  background-image: url(https://www.pakistanpropertydeals.co/wp-content/themes/O16Labs/images/floor-interior.png);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.falaknaz-floor-plan-section {
  margin: 70px 0px;
}
.falaknaz-floor-plan-card-main {
  display: flex;  
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}
.falaknaz-floor-plan-card {
  box-shadow: 0px 0px 9.9px 0px #00000040;
  border: 9.22px solid #FFFFFF;
  border-radius: 25.02px;
  padding: 25px;
}
.floor-plan-img {
  background: conic-gradient(from 180deg at 50% 50%, #344E1E 0deg, #79B445 242.55deg, #344E1E 360deg);
  border-radius: 25.02px;
  height: 231px;
  margin-bottom: 60px;
}
.floor-plan-content h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 700;
}
.floor-plan-content p {
  color: #4B5563;
  font-size: 20px;
  font-weight: 400;
}
section.highlights-section {
  background-image: url(https://www.pakistanpropertydeals.co/wp-content/themes/O16Labs/images/highlights-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 70px 0px;
}
.highlight-card {
  background: #EDF5E5;
  border-radius: 26px;
  padding: 32px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0px !important;
    padding-right: 11px;
}
.highlight-card h4 {
  color: #79B445;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.highlight-card p {
  color: #333333;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
}
.highlight-card .highlight-svg {
  margin-top: 0px;
  text-align: end;
  margin-right: 5px;
  height: 87px;
}
section.nearby-section {
  margin-top: 70px;
  padding-top: 170px;
  text-align: center;
  background-image: url(https://www.pakistanpropertydeals.co/wp-content/themes/O16Labs/images/nearby-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px;
  margin-bottom: 70px;
}
.nearby-main {
  max-width: 933px;
  margin: auto;
}
.nearby-main h2 {
  font-size: 32px;
  color: #838581;
  font-weight: 700;
}
.nearby-main p {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 24px; 
  font-weight: 400;
}
.nearby-main img {
  margin-top: 70px;
}
section.spacification-section {
  background-color: #EDF5E5;
  padding: 80px 0px;
}
.spacification-main {
  display: flex;
  gap: 40px;
  align-items: end;
}

/* Specifications Section Styles */
.spacification-left h2 {
  color: #888;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.spacification-left p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4D;
}
.spec-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;  
}
.spec-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #eaf6e0;
  border-radius: 12px;
  padding: 16px 20px;
}
.spec-card-icon {
  background: #79B445;
    width: 75px !important;
    height: 75px !important;
    border-radius: 16px;
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
}
.spec-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.spec-card-title {
  font-weight: 600;
    color: #495057;
    font-size: 16px;
    line-height: 20px;
}
.spec-card-desc {
  font-size: 12px;
    color: #495057;
    line-height: 16px;
}
.spacification-right {
  flex: 1;
}
.spacification-left {
  flex: 1;
}
@media (max-width: 900px) {
  .spec-cards-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .spacification-right {
    flex-direction: column;
    gap: 16px;
  }
  .spacification-right img {
    width: 100%;
    height: 200px;
    border-radius: 24px;
  }
}

section.interest-section {
  background-color: #EDF5E5;
  padding: 80px 0px;
  text-align: center;
}

.register-interest-section {
  background: #EDF5E5;
  padding: 60px 0 40px 0;
}
.register-interest-heading {
  text-align: center;
  margin-bottom: 32px;
}
.register-underline {
  width: 70px;
  height: 6px;
  background: linear-gradient(90deg, #79B445 0%, #344E1E 100%);
  border-radius: 4px;
  margin: 0 auto 16px auto;
}
.register-interest-main {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}
.register-interest-image {
  flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;    
    border-radius: 8px;    
    overflow: hidden;
}
.register-interest-image img {
  width: 100%;
  max-width: 600px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.register-interest-form {
  flex: 1;
    background: #fff;
    border-radius: 8px;   
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 320px;
    max-width: 557px;   
    box-shadow: 0px 4px 15px -3px #0000001A;   
}
.register-form-desc {
  font-size: 16px;
    color: #374151;
    margin-bottom: 18px;
    line-height: 20px;
}
.register-form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.register-form-group label {
  font-size: 14px;
  color: #495057;
  margin-bottom: 6px;
  font-weight: 600;
}
.register-form-group input,
.register-form-group select {
  padding: 10px 12px;
  border: 1px solid #d1e7c6;
  border-radius: 4px;
  font-size: 15px;
  color: #222;
  background: #f8fafc;
  outline: none;
  transition: border 0.2s;
}
.register-form-group input:focus,
.register-form-group select:focus {
  border: 1.5px solid #79B445;
}
.register-submit-btn {
  background: #79B445;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.register-submit-btn:hover {
  background: #5ca03e;
}
.contact-fotm-main {
  width: 970px;
  background-color: #E8FFDF;
  margin: auto;
  box-shadow: 0px 0px 22px 4px #0000004D;
  border-radius: 40px;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contact-form-input-group, .contact-form-text-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form-input {
  display: flex;
  gap: 50px;
}
.contact-fotm-main label {
  font-size: 18px;
  font-family: 'Manrope';
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
.contact-fotm-main input, .contact-fotm-main textarea {
  border-bottom: 1.51px solid #8D8D8D !important;
  border: none;
  background-color: transparent;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Inter';
  line-height: 30px;
}
.contact-fotm-main input:focus, .contact-fotm-main textarea:focus { 
  outline: none;
  border-bottom: 1.51px solid #011C2A !important;
}
.subjects {  
  display: flex;
  gap: 30px;
}
.contact-form-submit {
  text-align: end;
}
.contact-form-submit button.submit-btn {
  background-color: #36511F;
  box-shadow: 0px 0px 21.19px 0px #0000001F;
  padding: 15px 30px;
  border-radius: 7px;
  font-size: 22px;
  color: white;
  font-family: 'Manrope';
  font-weight: 700;
}
section.contact-form-section {
  margin: 40px 0px;
}
.contact-info-main { 
  display: flex;
  gap: 50px;
  box-sizing: border-box;
}
.contact-info-heading {
  flex: 2;
}
.contact-info-email, .contact-info-contactnumber {
  flex: 1;
}
.contact-info-heading h2 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
}
.contact-info-heading h2 span {
  color: #304C18;
}
h4.title-after:after {
  content: "";
  width: 39px;
  height: 4px;
  background: linear-gradient(90deg, #79B445 0%, #344E1E 100%);
  position: absolute;
  left: 8%;
  bottom: -11px; 
  transform: translateX(-50%);
  border-radius: 4px;
}
h4.title-after {
  position: relative;
  margin-bottom: 14px;
}
.contact-info-email a, .contact-info-contactnumber a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Inter';
  font-size: 22px;
  word-break: break-all;
  line-height: 30px !important;
  margin: 0px !important;
}
.contact-info-email p, .contact-info-contactnumber p {
  font-size: 18px;
  line-height: 26px;
}
section.contact-info-section {
  padding: 70px 0px;
}
@media (max-width: 900px) {
  .register-interest-main {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .register-interest-image img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .register-interest-form {
    max-width: 100%;
    min-width: 0;
  }
}

/** Falaknaz One Page Responsive Styles **/
@media (max-width: 900px) {
  section.falak-naz-one-hero-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .falak-naz-main h1 {
    font-size: 36px;
  }
  .falak-naz-main p {
    font-size: 18px;
  }
  .falaknaz-project-main, .spacification-main {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .falaknaz-project-img img, .spacification-right img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .falaknaz-project-content h2, .falaknaz-project-interior-main h2, .spacification-left h2 {
    font-size: 24px;
  }
  .falaknaz-project-content p, .falaknaz-project-interior-main p, .falaknaz-floor-plan-main p, .spacification-left p {
    font-size: 15px;
    line-height: 20px;
  }
  .falaknaz-project-interior-img {
    flex-direction: column;
    gap: 16px;
  }
  .falaknaz-project-interior-img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .falaknaz-floor-plan-card-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .highlight-card {
    min-width: 0;
    padding: 18px;
  }
  .highlights-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .spacification-main {
    flex-direction: column;
    gap: 24px;
  }
  .spec-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }
  .spacification-right img {
    width: 100%;
    height: 180px;
    border-radius: 20px;
  }
  .register-interest-main {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .register-interest-image img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .register-interest-form {
    max-width: 100%;
    min-width: 0;
    padding: 20px 10px;
  }
}
@media (max-width: 600px) {
  .falak-naz-main img {
    max-width: 120px;
  }
  .falak-naz-main h1 {
    font-size: 24px;
  }
  .falaknaz-project-content h2, .falaknaz-project-interior-main h2, .spacification-left h2 {
    font-size: 18px;
  }
  .falaknaz-project-content p, .falaknaz-project-interior-main p, .falaknaz-floor-plan-main p, .spacification-left p {
    font-size: 13px;
    line-height: 18px;
  }
  .register-interest-heading h2, .title {
    font-size: 20px !important;
  }
  .register-form-desc {
    font-size: 13px;
    line-height: 16px;
  }
  .register-form-group label {
    font-size: 12px;
  }
  .register-form-group input, .register-form-group select {
    font-size: 13px;
    padding: 8px 8px;
  }
  .register-submit-btn {
    font-size: 15px;
    padding: 10px 0;
  }
  .spacification-right img {
    height: 120px;
    border-radius: 12px;
  }
  .spec-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .spec-card-icon img {
    width: 24px;
    height: 24px;
  }
  .spec-card-title {
    font-size: 13px;
    line-height: 16px;
  }
  .spec-card-desc {
    font-size: 11px;
    line-height: 13px;
  }
}

@media (max-width: 900px) {
  section.highlights-section {
    padding: 40px 0;
    background-position: center center;
  }
  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .highlight-card {
    min-width: 0;
    padding: 18px;
    border-radius: 16px;
  }
  section.nearby-section {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: center center;
  }
  .nearby-main {
    max-width: 100%;
    padding: 0 10px;
  }
  .nearby-main h2 {
    font-size: 22px;
  }
  .nearby-main p {
    font-size: 14px;
    line-height: 18px;
  }
  .nearby-main img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
}
@media (max-width: 600px) {
  section.highlights-section {
    padding: 20px 0;
  }
  .highlight-card {
    padding: 10px;
    border-radius: 10px;
  }
  .highlight-card h4 {
    font-size: 16px;
  }
  .highlight-card p {
    font-size: 12px;
    line-height: 15px;
  }
  section.nearby-section {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nearby-main h2 {
    font-size: 16px;
  }
  .nearby-main p {
    font-size: 11px;
    line-height: 14px;
  }
  .nearby-main img {
    margin-top: 16px;
    border-radius: 8px;
  }
}


/* 1. Parent Container - Relative zaroori hai */
.menu-item-has-children {
    position: relative;
}

/* 2. Submenu Default State - Zabardasti Chhupa Do */
.sub-menu-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 850px;
    height: 380px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    padding: 0;
    /* Visual gap: menu se thoda neeche dikhai de */
    margin-top: 30px;
    border-top: 4px solid #79B445;
    border-radius: 0 0 8px 8px;    
    transition: opacity 0.3s ease;
}

/* Transparent bridge upar tak, taake hover tootay na */
.sub-menu-mega::before {
    content: "";
    position: absolute;
    /* Bridge area: nav aur submenu ke beech hover gap na rahe */
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
}

/* 3. Hover State - Tabhi Dikhana */
.menu-item-has-children:hover .sub-menu-mega,
/* Direct submenu hover par bhi open rakho */
.menu-item-has-children .sub-menu-mega:hover {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease-in-out;
}

/* 4. Mega Menu Layout: Left = Headings, Right = Submenu (instantassignmenthelp style) */
.sub-menu-mega {
    flex-direction: row;
}
.mega-left {
    width: 260px;
    min-width: 260px;
    flex-shrink: 0;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
}
.mega-heading-item {
    display: block;
    padding: 14px 20px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease, color 0.2s ease;
}
.mega-heading-item:last-child {
    border-bottom: none;
}
.mega-heading-item:hover,
.menu-item-has-children .mega-heading-item.active {
    background-color: #79B445;
    color: #fff;
}
.mega-right {
    flex: 1;
    padding: 20px 24px;
    min-height: 260px;
    position: relative;
    overflow-y: scroll;
}
.mega-panel {
    display: none;
    position: absolute;
    left: 20px;
    right: 24px;
    top: 20px;
    bottom: 20px;
}
.sub-menu-mega.show-panel-1 .mega-panel-1,
.sub-menu-mega.show-panel-2 .mega-panel-2,
.sub-menu-mega.show-panel-3 .mega-panel-3 {
    display: block;
    position: static;
}
.mega-panel-columns ul,
.mega-panel-two-cols ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-panel-columns ul li,
.mega-panel-two-cols ul li {
    margin-bottom: 4px;
	width: fit-content;
}
.mega-panel-columns ul li a,
.mega-panel-two-cols ul li a {
    display: block;
    padding: 8px 10px;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.mega-panel-columns ul li a:hover,
.mega-panel-two-cols ul li a:hover {
    background-color: #f4f8fb;
    color: #79B445;
}
.mega-panel-two-cols {
    display: flex;
    gap: 30px;
}
.mega-panel-two-cols > ul {
    flex: 1;
    min-width: 0;
}
.note { font-size: 11px; color: #888; font-style: italic; display: block; margin-top: 2px; }

@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}


/* property inner */

section.propertyinner-herosection {
    padding-top: 150px;
    padding-bottom: 80px;
}
.propertyinner-forsale h5 {
    background-color: #8EDA53;
    width: fit-content;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 18px;
}
.propertyinner-title-pricing {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}
.propertyinner-title-pricing h1 {
    font-size: 40px;
    line-height: 50px;    
    color: #100E2C;
    font-weight: 600;
}
.propertyinner-title-pricing p {
    font-size: 20px;
    color: #000000CC;
    font-weight: 400;
}
.propertyinner-contact-main {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    align-items: center;
    margin-bottom: 30px;
}
.propertyinner-gallery {
    display: flex;
    gap: 30px;
    width: auto;
    height: auto;
}
.propertyinner-gallery img {
    flex: 1;
    width: 31%;
    height: 270px;
    border-radius: 12px;
}
.gallery-item-wrapper img {
    width: 100%;
}
.propertyinner-video {
    flex: 2;
    border-radius: 12px;    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 770px;
    height: 489px;    
}
.propertyinner-video img {
    width: 770px;
    height: 590px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.propertyinner-contact-form {
    flex: 1;
    background-color: #001E3A;
    border-radius: 12px;
    padding: 25px 20px;
    color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.propertyinner-contact-form h4 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
}
.contact-agent-details {
    margin-bottom: 0px;
}
.contact-agent-details {
    display: flex;
    gap: 20px;
    align-items: center;
}
.agent-img {
    margin-bottom: 0px;
}
.agent-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.agent-info h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}
.agent-info p {
    font-size: 16px;
    color: #A8B2C1;
    margin: 8px 0;
}
.propertyinner-contact-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
}
.propertyinner-contact-form input,
.propertyinner-contact-form textarea {
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    color: #333333;
    transition: all 0.3s ease;
}
.propertyinner-contact-form input::placeholder,
.propertyinner-contact-form textarea::placeholder {
    color: #999999;
}
.propertyinner-contact-form input:focus,
.propertyinner-contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(142, 218, 83, 0.2);
    border: 1px solid #8EDA53;
}
.propertyinner-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}
.propertyinner-contact-form button {
    background-color: #0066FF;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}
.propertyinner-contact-form button:hover {
    background-color: #0052CC;
}
.propertyinner-detailinfo-main {
    display: flex;    
    justify-content: space-between;
    gap: 30px;
}
.propertyinner-left {    
    width: 65%;
}
.propertyinner-right {    
    width: 32%;
}
.propertyinner-description, .propertyinner-details {
    margin-bottom: 50px;
}
.propertyinner-detailinfo-main h3, .propertyinner-location h3, .propertyinner-relative-post h3 {
    font-size: 26px;   
    color: #100E2C;
    margin-bottom: 20px;
}
.propertyinner-location {
    padding: 60px 0px;
}
.propertyinner-detailinfo-main p, .propertyinner-relative-post p {
    font-size: 16px;
    color: #000000;
}

/* Property Details Style */
.propertyinner-details-items-main {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;    
}

.propertyinner-details-items-main .details-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #E8E8E8;
    width: 48%;
}

.propertyinner-details-items-main .details-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.propertyinner-details-items-main .details-icon svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.propertyinner-details-items-main .details-icon p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    font-weight: 500;
}

.propertyinner-details-items-main .details-items > p {
    font-size: 16px;
    font-weight: 600;
    color: #100E2C;
    margin: 0;
    text-align: right;
}
.education-heading {
    padding: 18px 0;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.education-heading h5 {
    font-size: 20px;
    font-weight: 800;
}
.nearby-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.apartment-plan {
    margin-top: 30px;
}
.apartment-plan img {
    width: 100%;
}
.future-listing {
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 12px;
    padding: 30px 15px;
}
.future-listing h3 {
    margin: 0px;
}
.future-listing-main {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.featured-items {
    display: flex;
    gap: 10px;
    align-items: center;
}
.propertyinner-location iframe {
    width: 100%;
    border-radius: 12px;
}


@media (max-width: 768px) {
    .propertyinner-details-items-main .details-items {
        padding: 15px 0;
    }
}