body{
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Open Sans", sans-serif;*/
  /*font-family: "Playfair Display", serif;*/
  /*font-family: "Cinzel", serif;*/
  /*font-family: "Lora", serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-optical-sizing: auto;
}

p{
  /*font-family: "Open Sans", sans-serif;*/
  /*font-family: "Lora", serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 14px !important;
}

a{
  text-decoration: none;
}

/* ===== Base Styles ===== */
.aa-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1000;
}

.aa-logo {
  max-width: 280px;
  padding: 10px 0;
}

.aa-logo-img {
  width: 100%;
  padding-left: 2rem;
}

.aa-top-icons i {
  font-size: 16px;
  color: #000;
}

.aa-top-icons span {
  font-size: 14px;
  color: #000;
}

.aa-menu li {
  list-style: none;
}

.aa-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease;
}

.aa-menu a:hover {
  color: #ec1010;
}

.aa-contact-btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  padding: 8px 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.aa-contact-btn:hover {
  background-color: #ec1010;
  color: #fff;
}

/* ===== Mobile Menu Button ===== */
.aa-menu-toggle {
  background: none;
  border: none;
  font-size: 26px;
  color: #000;
  cursor: pointer;
  display: none;
}

/* ===== Mobile Sidebar Menu ===== */
.aa-mobile-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 260px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  z-index: 9999;
}

.aa-mobile-menu.active {
  left: 0;
  max-height: 100vh;
  overflow: auto;
}

.aa-mobile-links li {
  margin: 15px 0;
}

.aa-mobile-links a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
  transition: color 0.3s ease;
}

.aa-mobile-links a:hover {
  color: #ec1010;
}

/* ===== Overlay ===== */
.aa-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
}

.aa-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  /* */

  .aa-menu-toggle {
    display: block;
  }

  .aa-logo-img {
    padding-left: 0;
  }

  .aa-top-icons {
    display: none !important;
  }

  .searchfilter{
    margin-top: 20px;
  }

}

/* ===== Make header sticky on desktop ===== */
@media (min-width: 992px) {
  .aa-header {
    position: sticky;
    top: -30px;
    z-index: 1050;
  }
}

/* ===== Smooth sticky behavior (new classes only) ===== */
.sticky-active .aa-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeSlideDown 0.4s ease forwards;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  z-index: 1055;
}

.hide-topbar .aa-topbar {
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease;
}

/* Smooth fade + slide animation */
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

aa-menu:focus-visible {
  border: solid 1px #0000002e;
  box-shadow: none;
}

.form-control:focus{
  box-shadow: none;
  border-color: #00000066;
}

.form-select:focus{
  box-shadow: none;
  border-color: #00000066;
}

.historyImg img {
  max-width: 100%;
  height: auto;
}

.historyContent h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.historySection {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}



.h1-heading h1{
  font-size: 2.5rem;
  /*font-family: "Allerta Stencil", sans-serif;*/
  font-weight: 400;
  font-style: normal;
}

.searchfilter ul {
    list-style-type: none;
    display: inline-flex;
    gap: 10px;
}

.searchfilter ul li a {
  position: relative;
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
  font-size: 15px;
}

.searchfilter ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ec1010;
  transition: width 0.3s ease;
}

.searchfilter ul li a:hover::after {
  width: 100%;
}

.searchfilter ul{
  padding-left: 0;
}

.zQFVl::before {
    content: "";
    position: absolute;
    right: 0px;
    height: var(--distance-static-xl);
    width: 1px;
    background: var(--color-searchinput-divider);
}

.searchInput select{
  padding: 15px;
  border: solid 1px #0000002e;
}

.heading {
    margin: 0 auto;
    width: 78%;
}


.aa-featured-section {
  background-color: #fff;
}

.aa-subtitle {
  color: #ec1010;
  font-size: 13px;
  letter-spacing: 1px;
}

.aa-heading {
  color: #000;
  font-weight: 600;
  font-size: 28px;
}

.aa-tabs {
  display: inline-flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
}

.aa-tab {
  border: none;
  background: none;
  font-weight: 500;
  color: #000;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.aa-tab.active {
  color: #ec1010;
}

.aa-tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec1010;
}

.aa-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aa-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.aa-card-img {
  position: relative;
}

.aa-card-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.aa-fav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.aa-fav-btn:hover {
  background: #ec1010;
  color: #fff;
}

.aa-location {
  font-size: 13px;
  color: #777;
  padding-bottom: 5px;
}

.aa-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 4px 0;
}

.aa-price {
  color: #ec1010;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.aa-details {
  font-size: 13px;
  color: #777;
}

.hrline {
  width: 2px;
  height: 70px;
  background: #ec1010;
  border: solid 1px #ec1010;
  margin: 4rem auto 0;
  display: block;
  border-radius: 20px;
}

.background-white{
  background: #f4f6f7;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.myborder{
  padding: 20px;
  margin-top: 3rem;
  border: none;
}

.myborder span{
  font-size: 50px;
  color: #ec1010;
  padding-bottom: 20px;
}


.bg-ivory {
    background-color: #fcfaf5;
  }

  .bg-cover {
    background-size: cover;
    background-position: center;
    min-height: 400px;
  }

 /* .sell-section .btn-dark:hover {
    background-color: #333 !important;
  }*/

  @media (max-width: 767.98px) {
    .bg-cover {
      min-height: 300px;
    }
  }

  .customimageclass{
    background-image: url('../images/successfullperson.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

  }

  .swiper-pagination-bullet {
    background: #000; /* dot color */
    opacity: 0.4;
  }
  .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
  }

  swiper-button-next,
  .swiper-button-prev {
    color: #000; /* arrow color */
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #333; /* hover color */
  }

  .buyCard{
    padding: 20px 20px;
  }

  .buyCard h3{
    text-align: left;
    font-size: 1.5rem;
  }

  .buyCard p{
    text-align: left;
    margin-bottom: 0;
  }

  .buyCard span{

  }

  .buyCard span{
    float: right;
  }

  .buyCard:hover{
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .workLocaly{
    background-image: url('../images/work-localy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

  }


/* ===== Apex Azure Fullscreen Lightbox Custom Styling ===== */

/* Fullscreen Lightbox container */
.glightbox-container {
  background-color: #000 !important;
}

.glightbox-container .ginner-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* Left side: image fullscreen */
.glightbox-container .gslide-media {
  flex: 0 0 85%;
  height: 100%;
  background: #000;
}

.glightbox-container .gslide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right side: white description panel */
.gdesc-inner {
  flex: 0 0 50%;
  background-color: #fff !important;
  color: #000;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
}

.gdesc-inner h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  border-left: 5px solid #ec1010;
  padding-left: 10px;
  margin-bottom: 20px;
}

.gdesc-inner p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Arrows below the description */
.glightbox-prev, 
.glightbox-next {
  background-color: #ec1010 !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.glightbox-prev:hover, 
.glightbox-next:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Pagination dots (if enabled) */
.swiper-pagination-bullet {
  background: #ec1010 !important;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #ec1010 !important;
  opacity: 1;
}

/* Close Button */
.glightbox-close {
  background-color: #ec1010 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: 0.3s;
}

.glightbox-close:hover {
  background-color: #000 !important;
}

/* Hover animation for gallery thumbnails */
.gallery-img {
  transition: all 0.4s ease;
  border-radius: 10px;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(201, 158, 77, 0.6);
}

/* Responsive view */
@media (max-width: 992px) {
  .ginner-container {
    flex-direction: column;
  }
  .gslide-media, .gdesc-inner {
    flex: 0 0 100%;
    height: 50%;
  }
  .gdesc-inner {
    padding: 40px 30px;
  }
}

.desc-right .gslide-image img {
  width: 100% !important;
}

.glightbox-clean .gdesc-inner{
  padding: 40px 18px !important;
}

.gallery-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-hover-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

.gallery-img-wrapper:hover .gallery-hover-title {
  opacity: 1;
  transform: translateY(0);
}

.gallery-img {
  transition: transform 0.5s ease;
}

.gallery-img-wrapper:hover .gallery-img {
  transform: scale(1.05);
}

.ggmagazine{
  background-image: url('../images/magazine.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;

}

.newsCustomClass{
  margin: 0 auto;
}

.newsSectionContent span{
  font-size: 5rem;
}

.inputEmail {
  display: flex;
}

.inputEmail button{
  border: 0 !important;
  position: relative;
  left: -4px;
}

.inputEmail h2{
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.treamConditon p{
  text-align: left;
  font-size: 13px;
}

.treamConditon {
    width: 80%;
    padding: 20px 3px;
}

.inputEmail span {
    font-size: 26px;
    position: absolute;
    margin-top: 1px;
    background: #fcfaf5;
    margin-left: 1px;
    padding: 6px 4px;
}

.inputEmail input{
  padding: 0px 40px;
}

.iconImage {
  display: flex;
  align-items: center;
  gap: 15px; /* space between image and text */
}

.iconImage img {
  width: 17%;   /* adjust image size */
  height: auto;
}

.iconContent{
  text-align: left;
}

.iconContent h3 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.iconContent p {
  font-size: 14px;
  color: #555;
  margin: 4px 0 0;
}

@media (max-width: 768px) {
  .iconImage {
    flex-direction: column;
    text-align: center;
  }
}

.listAnchorTag ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 70px;
  text-align: left;
}

.listAnchorTag li a{
  font-size: 17px;
  color: #000;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease;
}

.listAnchorTag li a:hover {
  color: #ec1010;
}

@media (max-width: 768px) {
  .listAnchorTag ul {
    grid-template-columns: 1fr;
  }
}

.listAnchorTag ul li a{
  text-decoration: none;
  color: black;
}

.advisorImages img {
  border-radius: 100%;
  width: 15%;
  margin: 0px -10px;
  border: dashed 1px #ec1010;
}

.contentAddress p a{
  text-decoration: underline;
}

.contentAddress .cutomButton{
  display: inline-flex;
}

.contentAddress span{
  padding-right: 10px;
  margin-top: 0px;
}

/*.custompaddingdown{
  padding-bottom: 0px !important;
}*/

.scroll-top {
  position: fixed;       /* Page ke corner me fix */
  bottom: 20px;
  right: 20px;
  background-color: #ec1010;
  color: #fff;
  border: none;
  padding: 13px 16px;
  border-radius: 50%;
  cursor: pointer;
  display: none;         /* Initially hidden */
  z-index: 1000;
  transition: background 0.3s;
}
.scroll-top:hover {
  background-color: #000;
}


.customFooterAnchor {
    background-color: #fff; /* White background */
    color: #000;            /* Text color black */
    /*padding: 60px 15px;*/
    font-family: 'Arial', sans-serif;
}

/* Footer Headings */
.customFooterAnchor h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Footer Text & Links */
.customFooterAnchor p,
.customFooterAnchor a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.customFooterAnchor a:hover {
    color: #ec1010;
}

/* Divider */
.customFooterAnchor hr {
    border-color: #000000;
    margin-top: 30px;
}

/* Social Icons Container */
.footerSocialIcon ul {
    list-style: none;
    display: flex;
    gap: 27px ;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/* Social Icons */
.footerSocialIcon ul li {
    background-color: #f1f1f1; /* Light gray circle */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.footerSocialIcon ul li i {
    color: #ec1010;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.footerSocialIcon ul li:hover {
    background-color: #ec1010; /* Gold background on hover */
}

.footerSocialIcon ul li:hover i {
    color: #fff; /* Icon white on hover */
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .customFooterAnchor .row {
        text-align: left;
    }
    .customFooterAnchor .col-md-1,
    .customFooterAnchor .col-md-3,
    .customFooterAnchor .col-md-4 {
        margin-bottom: 20px;
    }
}

.customSVG{
  border-bottom: solid 3px black;
}

.footer-links {
  margin-top: 40px;
  padding-left: 60px; /* 👈 Left side se thoda gap */
  padding-right: 40px;
}

.hyperlinkfooter {
  margin-bottom: 25px;
}

.hyperlinkfooter h6 {
  color: #000;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hyperlinkfooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hyperlinkfooter ul li {
  margin-bottom: 10px;
}

.hyperlinkfooter ul li a {
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.hyperlinkfooter ul li a:hover {
  color: #ec1010; /* gold accent */
  padding-left: 6px;
}

.footerImageIcon{
  max-width: 330px;
  margin: 0 auto;
}

.copyrightsection{
  margin-top: 7.5rem;
}

.copyrightsection ul {
    list-style: none;
    text-decoration: none;
    display: inline-flex;
    padding-left: 0;
    gap: 30px;
}

.copyrightsectiontwo{
  margin-top: 7.5rem;
  text-align: right;
}

.copyrightsectiontwo ul{
    list-style: none;
    text-decoration: none;
    display: inline-flex;
    padding-left: 0;
    gap: 30px;
}

.video-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    background-color: #000;
}

.video-carousel video {
    width: 100%;
    display: none;
    border-radius: 12px;
}

.video-carousel video.active {
    display: block;
}

.about-banner {
  background: url('../images/about-banner.webp') center center/cover no-repeat;
  min-height: 70vh;
  position: relative;
  color: #fff;
}

.about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 39%);
  z-index: 1;
}

.about-banner .container {
  position: relative;
  z-index: 2;
}

.about-banner h1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.historyContent{
  text-align: left;
}

.historySection {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.map img{
  width: 100%;
}

.rightBorder{
  border-right: solid 4px #ec1010;
}

.rightBorder span{
  font-size: 50px;
  color: #ec1010;
  padding-bottom: 20px;
}

.foundersectionAbout p{
  font-size: 22px;
  line-height: 35px;
}

.foundersectionMortgage p{
  font-size: 16px;
  line-height: 35px;
}

.founderImageAbout{
  background-image: url('../images/45-years-about.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;

}

.ZainSaeedImageAbout{
  background-image: url('../images/zain-saeed-group.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.Teambuttons a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.a-contact-btn {
  background: #ec1010;
  color: #fff;
  border: 1px solid #ec1010;
}

.a-contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
  z-index: -1;
}

.a-contact-btn:hover {
  color: #fff;
  border-color: #fff;
}

.a-contact-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.b-contact-btn {
  color: #ec1010;
  border: 1px solid #ec1010;
  background: transparent;
}

.b-contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ec1010;
  z-index: -1;
  transition: width 0.4s ease;
}

.b-contact-btn:hover {
  color: #fff;
}

.b-contact-btn:hover::before {
  width: 100%;
}

.ContactFirstSection{
  background-image: url('../images/contact-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.backgroundImageContact {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.backgroundImageContact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* darken for better text visibility */
  transition: transform 0.5s ease;
}

.backgroundImageContact:hover img {
  transform: scale(1.05);
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.content-overlay h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.find-btn {
  background: #ec1010;
  color: #fff;
  border: 1px solid #ec1010;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.find-btn:hover {
  background: transparent;
  color: #ec1010;
  border-color: #ec1010;
}


.developer-section {
  background: #fff;
  color: #000;
  padding: 60px 0;
}

.section-title {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
}

.developerSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.developerSwiper .swiper-slide:hover {
  transform: translateY(-5px);
}

.dev-logo {
  width: 200px;
  height: 80px;
  object-fit: contain;
}

.dev-name {
  font-weight: 600;
  color: #ec1010;
  font-family: "Allerta Stencil", sans-serif;
  margin-top: 8px;
  font-size: 1rem;
  text-transform: uppercase;
}

.overview-banner {
  background: url(../images/overview-banner.webp);
  min-height: 60vh;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.brokerageContent {
  border: solid 1px #00000047;
  padding: 14px 20px;
  border-radius: 10px;
}

.brokerageContent h3{
  text-align: left;
}

.brokerageContent p {
  display: inline-flex;
  align-content: space-around;
  align-items: flex-end;
  text-align: left;
}

.brokerageContent p span{
  text-align: right;
}

.brokerageContent a{
  text-decoration: none;
  color: #000;
}

.good-know-wrapper {
  background-color: transparent;
}

.good-know-box {
  background-color: rgb(246 246 244);
  border-radius: 10px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  width: 100%;
}

.good-know-icon svg {
  flex-shrink: 0;
}

.good-know-content h5 {
  color: #000;
  font-family: "Allerta Stencil", sans-serif;
}

.good-know-content p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

.OverViewEducation{
  background-image: url('../images/over-view-education.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.CommercialFirstSection{
  background-image: url('../images/commercial-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.ResidentialFirstSection{
  background-image: url('../images/residential-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.OffPlanFirstSection{
  background-image: url('../images/offplan-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.buyersGuideFirstSection{
  background-image: url('../images/buyerguider-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.investmentGuideFirstSection{
  background-image: url('../images/investmentguider-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-flush>.accordion-item{
  text-align: left;
}

.buySellCommecial{
  text-align: left;
}

.buySellCommecialImage {
    max-width: 100%;
    border: solid 1px #00000038;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    background: #fcfaf5;
}

.buySellCommecialImage img{
  width: 100%;
}

.buySellCommecialImage p{
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.buySellCommercialContent{
  padding: 0 3px;
  color: black;
}

.faqCommercial{
  text-align: left;
  padding-right: 3rem;
}

.faqbuttonClick{
  padding: 20px 15px;
}

.accordion-button:not(.collapsed){
  background: #fff;
  border: solid 1px #fcfaf5;

}

.accordion-button:hover{
  color: #000;
  background: #fcfaf5;
  border: dashed 1px #0000003d;
}

.accordion-button:focus {
  background: #fff;
  border: solid 1px #fcfaf5;
  border-bottom: none;
  box-shadow: none;
}

.contentOfferingService{
  text-align: left;
}

.contentOfferingService p{
  padding-bottom: 8px;
}

@media screen and (min-width: 1240px) {
    .hgIzeR {
        font-family: "Vast Shadow", serif;
        margin-bottom: 0px;
        height: 100%;
    }
}

@media screen and (min-width: 905px) {
    .hgIzeR {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        font-family: "Vast Shadow", serif;
    }
}

.hgIzeR {
    margin-bottom: var(--distance-static-l);
    font-family: "Vast Shadow", serif;
    font-size: 100px;
    line-height: 108px;
    text-align: center;
    color: #767676;
}

@media screen and (min-width: 905px) {
    .hgIzeR::after {
        content: "";
        width: 1px;
        height: 100%;
        background: #767676;
    }
}

.aa-commercial-section {
  background: #fff;
  color: #000;
}

.aa-offer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.aa-offer-box.reverse {
  flex-direction: row-reverse;
}

.aa-offer-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.aa-offer-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.aa-step-number {
  font-family: "Vast Shadow", serif;
  font-size: 100px;
  line-height: 1;
  color: #767676;
}

.aa-vertical-line {
  width: 1px;
  height: 200px;
  background: #767676;
  margin-top: 10px;
}

.aa-offer-content {
  max-width: 500px;
  text-align: left;
}

.aa-offer-content h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.aa-offer-content p {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* Responsive Design */
@media screen and (max-width: 767px) {
  .aa-offer-box,
  .aa-offer-box.reverse {
    flex-direction: column;
    text-align: center;
  }

  .aa-offer-image {
    order: -1;
  }

  .aa-offer-line {
    display: none;
  }

  .aa-offer-content {
    text-align: center;
    margin-top: 10px;
  }

  .aa-offer-content h3 {
    font-size: 20px;
  }

  .aa-offer-content p {
    font-size: 15px;
  }
}

.commercialFormStart {
  border: solid 1px #00000038;
  padding: 5rem;
  border-radius: 5px;
}

.formInputSection{
  text-align: left;
}

.staric::before {
    align-self: flex-start;
    content: "*";
    color: currentcolor;
}

.iti{
  width: 100%;
}

.formInputSection label{
  font-size: 14px;
  margin-bottom: 6px;
}

.formInputSection input{
  border: solid 1px #0000009c;
}

.tremsConditionForm{

}

.tremsConditionForm span{
  font-size: 14px;
  line-height: 17px;
}

.tremsConditionForm a{
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}

.apex-commercial-faq .accordion-body{
  text-align: left;
}

.accordion-body ul li{
  padding-bottom: 10px;
}

.profile-details{
  display: inline-flex;
}

.profile-details img{
  border-radius: 100%;
  width: 100%;
}

.profile-content-detail{
  text-align: left;
  padding: 0 3rem;
}

.profile-content-detail p{
  font-size: 14px;
}

.profileImge{
  max-width: 180px;
}

.MortgageFirstSection{
  background-image: url('../images/mortgage-section-first.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.accordion-item p{
  text-align: left;
}

/* Sticky Navbar */
.sticky-navbar-wrapper {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0; /* sticks right below the top of viewport */
  z-index: 1030;
  width: 100%;
  background-color: #fff; /* required to overlay content below */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* Optional: make the shadow appear only when scrolled */
.sticky-navbar-wrapper.scrolled {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}














/* Navbar Links */
.aa-nav-link {
  position: relative;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

/* Hover underline effect */
.aa-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #d00; /* Red underline */
  transition: all 0.3s ease;
}

.aa-nav-link:hover::after,
.aa-dropdown:hover > .aa-nav-link::after {
  width: 100%;
}

/* Hover color */
.aa-nav-link:hover,
.aa-dropdown:hover > .aa-nav-link {
  color: #d00;
}

/* Mega Menu */
.aa-megamenu {
  position: absolute;
  left: 0;
  top: 41px;
  width: 70vw;
  background-color: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.aa-dropdown:hover > .aa-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Menu inner links */
.aa-megamenu a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.aa-megamenu a:hover {
  color: #d00;
}

/* Headings and small text */
.aa-megamenu small {
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

/* Responsive fix */
@media (max-width: 991px) {
  .aa-navbar {
    display: none;
  }
}

.customUlLi{
  margin-top: 18px;
}

.customUlLi li{
  padding-bottom: 15px;
}

.headerImage {
    border: solid 1px #00000040;
    padding: 10px;
    background: #fcfaf5;
    border-radius: 10px;
}

.propertyListCar{
  margin-bottom: 2px;
}

.fillerKm {
    border: solid 1px #00000026;
    border-left: solid 2px #00000040;
    padding: 0 10px;
}

/*.fillerKm:hover{
  border: solid 1px #00000026;
}*/


.property-detail-title h1 {
  font-size: 1.8rem;
}

.property-detail-title p {
  font-size: 2rem;
}

.text-gold {
  color: #ec1010;
}

.amenities-section .amenity-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px; 
}

.amenities-section .amenity-icon {
    font-size: 30px;
    margin-bottom: 5px;
}

.amenities-section .amenity-text {
    font-size: 0.95rem;
}


.property-info p,
.validated-info p,
.building-info p {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

hr {
  opacity: 0.2;
}

.description-text {
  overflow: hidden;
  height: 140px; /* collapsed height */
}

.description-text.expanded {
    max-height: 2000px; /* enough to show full content */
}

.read-more-btn {
  cursor: pointer;
  font-size: 0.95rem;
}

.property-cell {
    padding-left: 15px;
    padding-right: 15px;
}

.reg-cell {
    padding-left: 15px;
    padding-right: 15px;
}

.RegulatoryInformationTable .reg-cell {
    padding: 10px;
}

.RegulatoryInformationTable .row-border-thick {
    border-bottom: 2px solid #f1f1f1;
}

.RegulatoryInformationTable .row-border-thin {
    border-bottom: 1px solid #f1f1f1;
}

.qr-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.qr-column a{
  color: #000;
}

.qr-heading {
    font-weight: bold;
}

.qr-code {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 130px;
}

.qr-code img {
    width: 100%;
    object-fit: contain;
}

.agent-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    transition: box-shadow 0.3s, transform 0.3s;
}

/*.agent-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}*/

.agent-photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.agent-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.agent-role {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.agent-contact {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 15px;
}

.contact-agent-btn {
    background-color: #c99e4d;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-agent-btn:hover {
    background-color: #b8893f;
}


.propertyDetailsSection hr{
  width: 100%;
}



/* Disable all anchor tags with href="#" except aa-nav-link */
a[href="#"]:not(.aa-nav-link) {
    pointer-events: none;      /* Disable click */
    cursor: not-allowed;
    position: relative;        /* Required for tooltip positioning */
    opacity: 0.6;
    text-decoration: none;
}

/* Tooltip */
a[href="#"]:not(.aa-nav-link)::after {
    content: "Coming Soon";
    position: absolute;
    bottom: 100%;              /* Tooltip above the link */
    left: 50%;
    transform: translateX(-50%);
    background: #e90e15;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    margin-bottom: 6px;        /* Space between link and tooltip */
    z-index: 10;
}

/* Tooltip visible on hover */
a[href="#"]:not(.aa-nav-link):hover::after {
    opacity: 1;
}

.whatsapp-wrapper {
    position: fixed;
    right: 20px;
    bottom: 83px;
    z-index: 9999;
}

/* WhatsApp Icon */
.whatsapp-float {
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    padding: 13px 16px;
    display: inline-block;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    animation: whatsapp-pulse 3s infinite;
}

/* Chat Box */
.wa-chat-box {
    position: absolute;
    bottom: 67px;
    right: 0;
    width: 260px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
    padding: 14px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.wa-chat-box.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.wa-message {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* CTA Button */
.wa-cta {
    display: block;
    text-align: center;
    background: #25D366;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
}

/* Close Button */
.wa-close {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

.wa-close:hover {
    color: #000;
}

/* Pulse */
@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.4); }
    70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Bubble Arrow */
.wa-chat-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
}


