/* Local overrides for DeColardo Home 03 clone */
.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container-full > .container-fluid {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Ensure full-bleed hero image doesn't overflow oddly on small screens */
.contact-hero-img-01 {
  max-width: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-03 {
  background-color: #3b3e2d;
  background-image: none !important;
  isolation: isolate;
  min-height: 100vh;
  height: auto !important;
  overflow: visible !important;
}

.hero-03 > .navbar-wrap {
  position: relative;
  z-index: 20;
}

.hero-03 > .container-full {
  position: relative;
  z-index: 2;
}

.hero-bg-video.contact-hero-img-01,
.hero-bg-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
  pointer-events: none !important;
  background: #3b3e2d;
  z-index: 0 !important;
  transform: none !important;
}

.hero-bg-video video,
.hero-bg-mp4 {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none !important;
}

.hero-bg-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(59, 62, 45, 0.22);
  pointer-events: none;
  z-index: 3;
}

.hero-03 .w-background-video--control,
.hero-bg-video .w-background-video--control,
.hero-03 button[aria-label*="play" i],
.hero-03 button[aria-label*="pause" i],
.hero-03 video::-webkit-media-controls,
.hero-03 video::-webkit-media-controls-enclosure,
.hero-03 video::-webkit-media-controls-start-playback-button,
.hero-03 video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Site logo (images/logo.png) — PNG has large empty padding, so we crop + enlarge */
.navbar-wrapper {
  height: auto !important;
  min-height: 40px;
  align-items: flex-start !important;
  overflow: visible !important;
}

.navbar,
.nav-outter,
.navbar-wrap {
  overflow: visible !important;
}

.navbar-brand-wrap {
  max-width: none !important;
  width: auto !important;
  overflow: visible !important;
}

.navbar-brand.w-nav-brand,
.navbar-brand {
  width: 124px !important;
  min-width: 124px !important;
  max-width: none !important;
  height: 124px !important;
  display: block !important;
  overflow: visible !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.navbar-brand-img,
.navbar-brand-img-inner {
  width: 124px !important;
  height: 124px !important;
  max-width: none !important;
  overflow: visible !important;
  display: block !important;
}

.navbar-brand img.site-logo,
.site-logo {
  display: block !important;
  width: 124px !important;
  height: 124px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: none !important;
}

.navbar-brand-img-inner,
.navbar-brand-img-inner .site-logo,
.nav-inner .navbar-brand,
.nav-inner .navbar-brand-img-inner {
  width: 104px !important;
  min-width: 104px !important;
  height: 104px !important;
}

.hero-head-03.light-ffffff-text {
  padding-top: 132px !important;
  padding-bottom: 72px !important;
  gap: 110px !important;
  grid-row-gap: 110px !important;
}

/* Keep hero copy visible even if Webflow page-load IX does not run */
.hero-title-wrap-03,
.hero-sub-wrap {
  opacity: 1 !important;
  transform: none !important;
}

@media screen and (max-width: 767px) {
  .navbar-brand.w-nav-brand,
  .navbar-brand,
  .navbar-brand-img,
  .navbar-brand img.site-logo,
  .site-logo {
    width: 96px !important;
    min-width: 96px !important;
    height: 96px !important;
  }

  .navbar-brand-img-inner,
  .navbar-brand-img-inner .site-logo,
  .nav-inner .navbar-brand,
  .nav-inner .navbar-brand-img-inner {
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
  }

  .hero-head-03.light-ffffff-text {
    padding-top: 108px !important;
    padding-bottom: 56px !important;
    gap: 56px !important;
    grid-row-gap: 56px !important;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand.w-nav-brand,
  .navbar-brand,
  .navbar-brand-img,
  .navbar-brand img.site-logo,
  .site-logo {
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
  }

  .navbar-brand-img-inner,
  .navbar-brand-img-inner .site-logo,
  .nav-inner .navbar-brand,
  .nav-inner .navbar-brand-img-inner {
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
  }

  .hero-head-03.light-ffffff-text {
    padding-top: 92px !important;
    padding-bottom: 40px !important;
    gap: 40px !important;
    grid-row-gap: 40px !important;
  }
}


/* Bayt Al Maqam info / FAQ */
.bam-info {
  background: #f5f6f1;
  padding: 80px 0;
}
.bam-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.bam-info-title {
  margin: 0 0 28px;
  color: #3b3e2d;
}
.bam-steps, .bam-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bam-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(59,62,45,0.12);
}
.bam-step-num {
  font-family: Geist, Arial, sans-serif;
  font-size: 28px;
  color: #9da585;
  letter-spacing: -0.03em;
}
.bam-step-title {
  margin: 0 0 6px;
  font-family: Geist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3b3e2d;
}
.bam-step-text, .bam-faq-item p {
  margin: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #63655d;
}
.bam-faq-item {
  border-bottom: 1px solid rgba(59,62,45,0.12);
  padding: 14px 0;
}
.bam-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3b3e2d;
}
.bam-faq-item summary::-webkit-details-marker { display: none; }
.bam-faq-item p { margin-top: 10px; }
@media (max-width: 991px) {
  .bam-info-grid { grid-template-columns: 1fr; gap: 40px; }
  .bam-info { padding: 56px 0; }
}


/* Featured projects: responsive multi-column layout */
#gallery .property-list-04 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  align-items: stretch;
}

#gallery .property-item-01 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#gallery .property-thumb-wrap-01 {
  width: 100%;
  height: clamp(280px, 32vw, 420px);
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 12px;
}

#gallery .property-thumb-01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery .w-dyn-item {
  width: 100%;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 991px) {
  #gallery .property-list-04 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  #gallery .property-list-04 {
    grid-template-columns: 1fr;
    grid-row-gap: 28px;
  }
}

/* Footer bottom: solid color, no image */
.footer-bottom {
  background-image: none !important;
  background-color: #3b3e2d !important;
  background-size: auto !important;
}

/* Quote avatar */
.quote-avatar {
  object-fit: cover;
  border-radius: 50%;
}

.nav-cta-stack {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  box-sizing: border-box;
}

.lang-switch-link {
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  padding: 5px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.lang-switch-link:hover,
.lang-switch-link.is-active {
  background: #fff;
  color: #3b3e2d;
}

.nav-inner .nav-button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch-on-light {
  border-color: #3b3e2d;
}

.lang-switch-on-light .lang-switch-link {
  color: #3b3e2d;
}

.lang-switch-on-light .lang-switch-link:hover,
.lang-switch-on-light .lang-switch-link.is-active {
  background: #3b3e2d;
  color: #fff;
}

.nav-menu-wrapper {
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  box-sizing: border-box;
}

.nav-inner {
  flex-shrink: 0;
}

.nav-inner-menu {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: 32px;
  padding-bottom: 24px;
  grid-row-gap: 24px;
  overflow: hidden;
}

.nav-inner-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.nav-inner-bottom {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 72px;
  box-sizing: border-box;
  gap: 16px;
}

.nav-bottom-text.heading-04---medium {
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.04em;
  max-width: min(640px, calc(100% - 200px));
}

.nav-inner-bottom .button-secondary {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .lang-switch-link {
    font-size: 14px;
    padding: 4px 12px;
  }
}

@media screen and (max-width: 479px) {
  .lang-switch-link {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 20px;
  }
}

.property-listing-title-04,
.property-listing-subtitle,
.content-title-06,
.content-title-07,
.blog-title-02,
.about-body-info-title,
.cta-title,
.cta-title-01,
.cta-title-02 {
  overflow-wrap: break-word;
  max-width: 100%;
}

.property-listing-subtitle {
  width: 100%;
  max-width: 1265px;
  text-align: left;
  letter-spacing: -1.2px;
}

.property-listing-texts {
  max-width: min(720px, 100%);
}

.property-listing-text-04 {
  max-width: 100%;
}

.about-head-text {
  white-space: normal;
}

.subscribe-field {
  padding-right: 108px;
}

.content-thumb-06.why-slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .content-06.container-full {
    padding-top: 64px;
  }

  .property-listing-title-04.heading-02---regular,
  .content-title-06.heading-02---regular,
  .about-body-info-title.heading-02---regular {
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.04em;
  }

  .property-listing-subtitle {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.9px;
  }
}

@media screen and (max-width: 767px) {
  .property-listing-subtitle {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }

  .content-item-06.light-3b3e2d-text {
    position: static;
  }

  .footer-top {
    justify-content: stretch;
    width: 100%;
  }

  .footer-right,
  .footer-menu-wrap {
    max-width: 100%;
  }

  #blog .blog-title-wrap {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .property-listing-title-04.heading-02---regular,
  .content-title-06.heading-02---regular,
  .content-title-07.heading-02---regular,
  .blog-title-02.heading-02---regular,
  .about-body-info-title.heading-02---regular {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.04em;
  }

  .content-thumb-06 {
    height: 220px;
  }
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.region-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #2b2e22;
}

.region-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.region-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(27, 29, 20, 0.82));
  color: #fff;
  font-family: Geist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.25;
  overflow-wrap: break-word;
}

@media screen and (max-width: 991px) {
  .regions-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .regions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .region-card figcaption {
    font-size: 16px;
  }
}

#blog .blog-title-wrap .btn-wrap {
  display: none;
}

.focus-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

.focus-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  background: #2b2e22;
}

.focus-gallery-item.wide {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.focus-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.focus-gallery-item:hover img {
  transform: scale(1.04);
}

.focus-gallery-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(27, 29, 20, 0.78));
  color: #fff;
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .focus-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .focus-gallery-item.wide {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .focus-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .focus-gallery-item.wide {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (hover: none) {
  .focus-gallery-item:hover img,
  .project-gallery-grid a:hover img,
  .project-card:hover .project-card-media img {
    transform: none;
  }

  .press-card:hover,
  .project-card:hover {
    transform: none;
  }
}

.cta-thumbs {
  background-image: url("../images/hakk%C4%B1m%C4%B1zda.webp");
}

.why-slideshow {
  position: relative;
}

.why-slideshow .content-thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.why-slideshow .content-thumb-img.is-active {
  opacity: 1;
  z-index: 1;
}

.footer-top {
  justify-content: flex-end;
}

.press-section.container-full {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.press-head {
  margin-bottom: 48px;
}

.press-head .content-title-07 {
  text-align: left;
  margin: 0;
  max-width: 820px;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.press-card {
  display: flex;
  flex-direction: column;
  background: #f5f6f1;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: transform 0.25s ease;
}

.press-card:hover {
  transform: translateY(-3px);
}

.press-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 24px 28px;
  background: #fff;
}

.press-card-logo img {
  max-width: 180px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.press-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 24px;
  flex: 1;
}

.press-card-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #63655d;
  font-family: Geist, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.press-card-title {
  margin: 0;
  color: #3b3e2d;
  font-family: Geist, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.3;
}

.press-card-text {
  margin: 0;
  color: #4a4d42;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.press-card-cta {
  margin-top: auto;
  padding-top: 8px;
  color: #3b3e2d;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .press-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .press-grid {
    grid-template-columns: 1fr;
  }

  .press-section.container-full {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .press-head {
    margin-bottom: 32px;
  }

  .press-card-title {
    font-size: 18px;
  }

  .press-card-logo {
    height: 96px;
    padding: 16px 20px;
  }
}

.nav-office-address,
.footer-office-address {
  margin: 24px 0 0;
  max-width: 420px;
  font-family: Geist, Arial, sans-serif !important;
  font-style: normal !important;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.6px;
  line-height: 1.15;
  color: #3b3e2d;
}

.footer-office-address {
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 1.35;
  max-width: 360px;
}

.footer-office {
  width: 100%;
  max-width: 360px;
}

.footer-middle {
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .nav-office-address {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.2;
    max-width: 100%;
  }

  .footer-office-address {
    font-size: 16px;
    max-width: 100%;
  }

  .footer-office {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .press-card-body {
    padding: 18px 16px 20px;
  }

  .hero-sub-inner {
    max-width: 100%;
  }

  .hero-btn-03.button-1 {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .bam-legal {
    padding-left: 4px;
    padding-right: 4px;
  }
}
