/*
Theme Name: AK Realtor
Theme URI: https://ak-realtor.com/
Author: AK Realtor
Description: AK Realtor real estate theme — page templates with static HTML and dynamic WordPress blog.
Version: 1.0.0
Text Domain: ak-realtor
*/

/* Contact Form 7 */
.ak-cf7-contact .wpcf7,
.ak-cf7-popup .wpcf7 {
  margin: 0;
}

.ak-cf7-contact .wpcf7-response-output,
.ak-cf7-popup .wpcf7-response-output {
  margin: 16px 0 0;
  font-size: 15px;
}

.ak-cf7-popup .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ak-cf7-popup .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0;
}

.ak-cf7-popup .wpcf7-submit.btn-style-one {
  margin-top: 8px;
}

/* Footer inside GSAP ScrollSmoother — keep dark layout and 3-column grid */
.main-footer.footer-style-one,
#smooth-content > .main-footer.footer-style-one {
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 48px;
}

#smooth-content > .main-footer.footer-style-one {
  background-color: #111111;
  clear: both;
  position: relative;
  width: 100%;
  z-index: 5;
}

#smooth-content > .main-footer .widgets-section .row {
  display: flex;
  flex-wrap: wrap;
}

.main-footer .footer-bottom-logo.img-reveal,
#smooth-content > .main-footer .footer-bottom-logo.img-reveal {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.page-wrapper > .ak-page-load-popup {
  position: fixed;
  z-index: 99999;
}
