.text-capitalize.h7.fw-1 a {
    font-weight: 700 !important;
}

.wrap-banner.bg-surface {
    background-color: #072d1d;
    color: #c5a572;
}
.wrap-banner.bg-surface .section-title.mt-4 {
    color: #ffffff;
}

.box-test-left .content-box {
    background-color: #003D2B;
    color: #ffffff; 
}

.header-account {
    display: none !important;
}
#page-home .btn-view .text{
	font-size: 26px;
  	line-height: 36px;
}
.bg-surface.top-header {
    display: none !important;
}


.main-header .main-menu .navigation > li {
    padding-left: 10px;
    padding-inline-end: 20px;
}

.inner-container.d-flex.justify-content-between.align-items-center {
  flex-wrap: nowrap !important;
  gap: 1px !important;
}

.logo-box {
  flex: 0 0 auto !important;
}

.nav-outer {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.nav-outer nav.main-menu > .navbar-collapse > ul.navigation {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 1px !important;
}


@media (max-width: 1440px) and (min-width: 991px) {
  .nav-outer nav.main-menu ul.navigation > li {
    margin: -13px !important;
  }

  .nav-outer nav.main-menu ul.navigation > li > a {
    font-size: 14px !important;
    padding: 14px !important;
  }
}

.nav-outer nav.main-menu ul li ul {
  left: 0 !important;
  right: auto !important;
}

/* Adjust breakpoint for mobile toggle */
@media (max-width: 1100px) {
  .nav-outer {
    display: none !important;
  }

  .mobile-nav-toggler {
    display: block !important;
  }
}

.our-developers {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}

.content-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* --- Blog grid layout --- */
.flat-blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; 
}

/* --- Individual blog item --- */
.flat-blog-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.flat-blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.flat-blog-item .img-style img {
    width: 100%;
    height: 370px; 
    object-fit: cover; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges;
}


.flat-blog-item .content-box {
  padding: 20px;
}
.hover-img .img-style {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}
.flat-blog-item .title a {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}

.flat-blog-item .title a:hover {
  color: #0a74da; /* change to your theme color */
}

.main-header {
    background-color: #072d1d;
    border-bottom: 0px solid #e4e4e4;
    height:110px;
}

.main-header .main-menu .navigation > li > a {
color: white;
font-size: 17px;
}

.flat-title-page .breadcrumb li:last-child {
    color: black;
}

/* Remove bullets from social icons */
ul.box-social, 
ul.box-social li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Display horizontally */
ul.box-social {
    display: flex !important;
    gap: 10px;
}

/* Make links inline-flex and uniform */
ul.box-social li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
}

/* --- General Footer Alignment --- */
.footer {
    background-color: rgb(7, 45, 29);
    color: #fff;
    font-size: 15px;
}
.footer-cl-1 {
    margin-right: 25.4%;
}
/* Make all footer containers align properly */
.footer .top-footer .container,
.footer .inner-footer .container,
.footer .bottom-footer .container {
    max-width: 1200px; /* adjust to your layout width */
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Top Footer (Logo + Social) --- */
.footer .content-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- Inner Footer Columns --- */
.footer .inner-footer {
    padding: 40px 0 20px;
}

.footer .inner-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

/* Fix column widths for better alignment */
.footer .inner-footer .col-lg-2,
.footer .inner-footer .col-lg-4,
.footer .inner-footer .wd-social {
    flex: 1 1 30%;
    min-width: 250px;
}

/* Remove newsletter (if any left elsewhere) */
.footer .footer-cl-4,
.footer form.subscribe-form {
    display: none !important;
}

/* --- Social Icons --- */
.footer .wd-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer .wd-social ul.list-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer .wd-social .box-icon {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.3s ease;
}

.footer .wd-social .box-icon:hover {
    background: #fff;
    color: #072d1d;
}

/* --- Bottom Footer --- */
.footer .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.footer .content-footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer .content-footer-bottom a {
    color: #fff;
    text-decoration: underline;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .footer .content-footer-top {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer .inner-footer .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .wd-social {
        align-items: center;
    }

    .footer .wd-social ul.list-social {
        justify-content: center;
    }
}

. mail-informto{
  font-weight: bold;
}


.contact-column-6 {
    flex: 1 1 calc(50% );
    min-width: 250px;
}


.contact-column-12 {
    flex: 1 1 100%;
}

@media (max-width: 768px) {
    .contact-column-6 {
        flex: 1 1 100%;
    }
}

.flat-title-page h2 {
    text-align: center;
    color: white;
    letter-spacing: 2px;
}



/* --- Fix button overlay issue --- */
.flat-banner-about .banner-video {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.flat-banner-about .banner-video img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

/* Make play button visible and clickable */
.flat-banner-about .banner-video .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.flat-banner-about .banner-video .btn-video:hover {
    background: rgba(255, 255, 255, 0.3);
}

.flat-banner-about .banner-video .icon-play {
    font-size: 36px;
    color: #fff;
}

.flat-banner-about .banner-video a.btn-video {
    pointer-events: all !important;
}

.main-header .main-menu .navbar-collapse {
    /* padding: 0px 0px 0px 30px; */
    padding-left: 35px;
    display: block;
}

/* Ensure active underline stays below text across all breakpoints */
.main-menu .navigation > li.current > a {
    position: relative;
    border-bottom: 2px solid #c5a572; /* your gold color */
    padding-bottom: 5px; /* adjust for perfect alignment */
}

/* Remove or override top border/line used for active state */
.main-menu .navigation > li.current::after,
.main-menu .navigation > li.current > a::before {
    content: none !important;
}

/* Ensure consistent spacing in laptop view */
@media (max-width: 1440px) {
    .main-menu .navigation > li > a {
        line-height: 60px; /* adjust based on header height */
        padding-bottom: 5px;
    }
}



/* --- FORCE hover underline to bottom --- */

/* If hover uses ::before */
.main-menu .navigation > li > a::before {
  content: "";
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;  /* move below */
  top: auto !important;  /* remove top alignment */
  width: 0;
  height: 2px;
  background-color: #c5a572 !important;
  transition: all 0.3s ease;
  z-index: 1;
}

/* Animate hover underline */
.main-menu .navigation > li:hover > a::before {
  width: 100% !important;
  bottom: 0 !important;
  top: auto !important;
}

/* Keep active menu underline consistent */
.main-menu .navigation > li.current > a::before,
.main-menu .navigation > li.current > a::after {
  width: 100% !important;
  bottom: 0 !important;
  top: auto !important;
}

/* Optional: ensure spacing looks good */
.main-menu .navigation > li > a {
  position: relative;
  display: inline-block;
  padding: 0px 5px !important;
  line-height: 1.5;
}

.text-subtitle {
    text-transform: none !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 16px;
}

/* targets columns that exactly match the property-card pattern */
.row > .col-sm-6.col-lg-4.col-xl-3 .archive-bottom .avatar,
.row > .col-sm-6.col-lg-4.col-xl-3 .archive-bottom h6 {
  display: none !important;
}

/* collapse spacing leftover */
.row > .col-sm-6.col-lg-4.col-xl-3 .archive-bottom {
  gap: 0;
  justify-content: flex-start;
  padding: 8px 12px;
}

/* Keep cards consistent in height */
.properties-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.properties-section .row > [class*="col-"] {
  display: flex;
}

.properties-section .row > [class*="col-"] > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* FIXED IMAGE HEIGHT */
.properties-section .archive-top {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.properties-section .archive-top .images-style {
  width: 100%;
  height: 220px; /* 🔹 adjust height as you like */
  overflow: hidden;
}
/* Force fixed image height inside property cards */
.properties-section .archive-top .images-style img {
  width: 100% !important;
  height: 220px !important; /* adjust your desired height */
  object-fit: cover !important;
  object-position: center !important;
  display: block;
  transition: transform 0.3s ease;
}


.properties-section .archive-top .images-style img:hover {
  transform: scale(1.05); /* optional zoom effect */
}

/* Content area */
.properties-section .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.properties-section .archive-bottom {
  border-top: 1px solid #eee;
  padding: 10px;
}

/* Hide the rating and date inside .info-box */
.info-box .meta li.meta-item:first-child, 
.info-box .meta li.meta-item:nth-child(2) {
    display: none !important;
}

/* Make property card image height fixed and cropped nicely */
.archive-top .images-style img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
    transition: transform 0.3s ease;
      margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

/* Optional hover zoom effect */
.archive-top:hover .images-style img {
    transform: scale(1.05);
}
/* Hide the Featured and Selling tags */
.archive-top .top .flag-tag.success,
.archive-top .top .flag-tag.primary {
    display: none !important;
}


/* Hide entire bedroom item (icon + text) only in property cards */
.archive-top .content .meta-list li.item {
    display: none;
}

/* Hide AED price only in property cards */
.archive-top .content .d-flex.align-items-center.mt-2 h6 {
    display: none;
}

/* Remove right border on last search filter field only */
.wd-find-select .inner-group > div:last-child,
.wd-filter-select .inner-group > div:last-child {
    border-inline-end: none !important;
}


/* Disable current class styling for dropdown2 items */
.main-menu .dropdown2.current > a,
.main-menu .dropdown2.current {
    background: none !important;
    border: none !important;
    text-decoration: none !important;
}

/* Remove underline or highlight on hover if applied through current */
.main-menu .dropdown2.current > a:hover {
    text-decoration: none !important;
}

/* Optional: remove any pseudo-element styling (underline bars, arrows, etc.) */
.main-menu .dropdown2.current::after,
.main-menu .dropdown2.current > a::after {
    content: none !important;
}

/* ✅ Restore bullets for post and page content */
.post-detail ul,
.post-detail li,
.entry-content ul,
.entry-content li,
.page-content ul,
.page-content li {
  list-style-type: disc !important;
  list-style-position: outside !important;
  padding-left: 12px !important;
  margin: 0 0 6px 0;
}

li.nav-tab-item button[data-bb-toggle="change-layout"] {
    display: none !important;
}

.breadcrumb-section {

  /* height:300px; */
  height:auto;
}
.breadcrumb-section.villas {
  background-image: url(/storage/general/penthouse.webp);
}
.breadcrumb-section.apartments {
  background-image: url(/storage/general/appartment.webp);
}
.breadcrumb-section.townhouse {
  background-image: url(/storage/general/6.webp);
}
.breadcrumb-section.penthouse {
   background-image: url(/storage/general/town-house.webp);
}
.breadcrumb-section.properties {
  background-image: url(/storage/general/penthouse.webp);
}