/*
Theme Name: GeoArea
Theme URI: https://geoarea.ge/
Author: GeoArea
Author URI: https://geoarea.ge/
Description: Independent WordPress theme for the GeoArea real-estate platform. Designed to work with the GeoArea Core plugin and with canonical GeoArea Core data ownership.
Version: 6.27.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: geoarea
Domain Path: /languages
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: real-estate, custom-menu, featured-images, translation-ready, responsive-layout
*/




/* Your CSS code goes here
-------------------------------------- */

.ga-auth-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ga-optional-phone-check{display:flex;gap:9px;align-items:flex-start;color:#344054;font-size:13px;line-height:1.45}.ga-optional-phone-check input{width:17px!important;height:17px!important;min-height:0!important;margin-top:2px;flex:0 0 17px}.ga-optional-phone-check small{color:#7a8699}

/* Home latest properties - 4 cards */
.geoarea-home-properties,
.geoarea-latest-properties,
.ga-properties-grid,
.ga-listings-grid,
.gpa-home-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.geoarea-home-properties > *,
.geoarea-latest-properties > *,
.ga-properties-grid > *,
.ga-listings-grid > *,
.gpa-home-grid > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

@media (max-width: 1200px) {
  .geoarea-home-properties,
  .geoarea-latest-properties,
  .ga-properties-grid,
  .ga-listings-grid,
  .gpa-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .geoarea-home-properties,
  .geoarea-latest-properties,
  .ga-properties-grid,
  .ga-listings-grid,
  .gpa-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .geoarea-home-properties,
  .geoarea-latest-properties,
  .ga-properties-grid,
  .ga-listings-grid,
  .gpa-home-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Properties archive listing grids are intentionally not overridden here.
   Their layout is controlled by properties-archive.css and page-specific styles. */

.ga-clean-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.ga-clean-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ga-clean-logo {
  font-size: 24px;
  font-weight: 950;
  color: #0f172a;
  text-decoration: none;
}

.ga-clean-nav {
  display: flex;
  gap: 26px;
}

.ga-clean-nav a {
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.ga-clean-footer {
  background: #0f172a;
  color: #fff;
  margin-top: 70px;
}

.ga-clean-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 32px;
}

/* GeoArea clean header */

.ga-header {
  background: #fff;
  border-bottom: 1px solid #eef2f7;
  position: sticky;
  top: 0;
  z-index: 999;
}

.admin-bar .ga-header {
  top: 32px;
}

.ga-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ga-header-top {
  height: 76px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
}

.ga-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  text-decoration: none;
  font-size: 22px;
  font-weight: 950;
}

.ga-logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.ga-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ga-add-btn {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: #e8fff3;
  color: #16a34a;
  font-weight: 950;
  text-decoration: none;
}

.ga-lang,
.ga-user {
  height: 44px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.ga-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  text-decoration: none;
  border-radius: 50%;
  font-size: 22px;
}

.ga-icon:hover {
  background: #f1f5f9;
}

.ga-header-nav-wrap {
  height: 58px;
  display: flex;
  align-items: center;
}

.ga-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.ga-nav a {
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  position: relative;
}

.ga-nav a:hover {
  color: #2563eb;
}

.ga-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 3px;
  border-radius: 999px;
  background: #2563eb;
}

.ga-phone {
  color: #0f172a;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .ga-header-inner {
    padding: 0 16px;
  }

  .ga-header-top {
    height: auto;
    padding: 12px 0;
  }

  .ga-header-top .ga-header-inner {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }

  .ga-header-actions {
    flex-wrap: wrap;
  }

  .ga-header-nav-wrap {
    overflow-x: auto;
  }

  .ga-nav {
    gap: 20px;
    white-space: nowrap;
  }

  .ga-phone {
    display: none;
  }
}

/*==============================
        FOOTER
==============================*/

.ga-footer{

    background:#0f172a;
    color:#fff;
    margin-top:80px;

}

.ga-footer-top{

    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:60px;

    padding:70px 30px;

}

.ga-footer-logo{

    width:170px;
    margin-bottom:20px;

}

.ga-footer-col h3{

    font-size:20px;
    margin-bottom:20px;

}

.ga-footer-col p{

    color:#cbd5e1;
    line-height:1.8;

}

.ga-footer-col a{

    display:block;

    color:#cbd5e1;

    text-decoration:none;

    margin-bottom:14px;

    transition:.25s;

}

.ga-footer-col a:hover{

    color:#3b82f6;

}

.ga-social{

    display:flex;
    gap:14px;

    margin-top:25px;

}

.ga-social a{

    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#1e293b;

    color:white;

    font-size:18px;

}

.ga-social a:hover{

    background:#2563eb;

}

.ga-footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    text-align:center;

    padding:22px;

    color:#94a3b8;

}

@media(max-width:991px){

.ga-footer-top{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:700px){

.ga-footer-top{

grid-template-columns:1fr;

}

}

body.geoarea-body {
  margin: 0;
  padding-top: 76px;
  background: #f5f7fb;
}

.ga-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  z-index: 99999;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(14px);
}

.admin-bar .ga-site-header {
  top: 32px;
}

.ga-header-inner {
  max-width: 1440px;
  height: 76px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.ga-brand,
.ga-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 950;
}

.ga-brand-text {
  font-size: 23px;
}

.ga-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f172a, #2563eb);
  color: #f8d36b;
  font-size: 22px;
  font-weight: 950;
}

.ga-main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.ga-main-nav a {
  color: #0f172a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
}

.ga-main-nav a:hover {
  color: #2563eb;
}

.ga-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ga-phone {
  color: #0f172a;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ga-add-listing {
  height: 42px;
  padding: 0 17px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  background: #16a34a;
  color: #fff;
  text-decoration: none;
  font-weight: 950;
}

.ga-account {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ga-mobile-menu-btn {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.ga-mobile-nav {
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 18px;
}

.ga-mobile-nav a {
  display: block;
  padding: 12px 0;
  color: #0f172a;
  text-decoration: none;
  font-weight: 850;
}

.ga-mobile-nav.is-open {
  display: block;
}

/* Footer */
.ga-site-footer {
  background: #0f172a;
  color: #fff;
  margin-top: 80px;
}

.ga-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 32px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
}

.ga-footer-logo {
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
}

.ga-footer-brand p,
.ga-footer-col p {
  color: #cbd5e1;
  line-height: 1.75;
  margin: 0 0 10px;
}

.ga-footer-col h3 {
  color: #fff;
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 950;
}

.ga-footer-col a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  margin-bottom: 12px;
  font-weight: 700;
}

.ga-footer-col a:hover {
  color: #f8d36b;
}

.ga-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
  padding: 22px 32px;
  color: #94a3b8;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1150px) {
  .ga-main-nav,
  .ga-header-actions {
    display: none;
  }

  .ga-mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  body.geoarea-body {
    padding-top: 70px;
  }

  .ga-site-header,
  .ga-header-inner {
    height: 70px;
  }

  .ga-header-inner {
    padding: 0 16px;
  }

  .ga-brand-text {
    font-size: 20px;
  }

  .ga-footer-inner {
    grid-template-columns: 1fr;
    padding: 50px 22px;
  }
}

.ga-login-btn {
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.ga-login-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.ga-login-modal.is-open {
  display: block;
}

.ga-login-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .72);
  backdrop-filter: blur(8px);
}

.ga-login-box {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 70px auto;
  background: #fff;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.ga-login-close {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #f1f5f9;
  font-size: 28px;
  cursor: pointer;
}

.ga-login-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 950;
}

.ga-login-box h2 {
  margin: 0 0 26px;
  text-align: center;
  font-size: 28px;
  font-weight: 950;
  color: #0f172a;
}

.ga-login-form input {
  width: 100%;
  height: 64px;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  padding: 0 20px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 800;
  outline: none;
}

.ga-login-form input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}

.ga-password-wrap {
  position: relative;
}

.ga-password-toggle {
  position: absolute;
  right: 14px;
  top: 11px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.ga-forgot {
  display: block;
  text-align: right;
  margin: -4px 0 24px;
  color: #2563eb;
  font-weight: 850;
  text-decoration: none;
}

.ga-login-submit {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 18px;
  background: #2563eb;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.ga-social-login {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.ga-social-btn {
  height: 58px;
  border-radius: 16px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  font-weight: 950;
  color: #0f172a;
}

.ga-social-btn.google {
  color: #ea4335;
}

.ga-social-btn.facebook {
  color: #1877f2;
}

.ga-social-btn.apple {
  color: #111827;
}

.ga-register-link {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.ga-register-link a {
  color: #2563eb;
  text-decoration: none;
}

@media (max-width: 680px) {
  .ga-login-box {
    margin: 20px;
    padding: 30px 20px;
  }

  .ga-social-login {
    gap: 10px;
  }
}

body.geoarea-body {
  margin: 0 !important;
  padding-top: 78px !important;
  background: #f5f7fb !important;
}

.ga-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  height: 78px !important;
  z-index: 99999 !important;
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: 0 8px 26px rgba(15,23,42,.05) !important;
}

.admin-bar .ga-header {
  top: 32px !important;
}

.ga-header-main {
  height: 78px !important;
  width: 100% !important;
}

.ga-header-inner {
  max-width: 1440px !important;
  height: 78px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.ga-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  flex: 0 0 auto !important;
  margin-right: auto !important;
}

.ga-brand-mark {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #0f172a, #2563eb) !important;
  color: #f8d36b !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  font-weight: 950 !important;
}

.ga-brand-name {
  font-size: 24px !important;
  font-weight: 950 !important;
  color: #0f172a !important;
}

.ga-nav {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
  margin-left: auto !important;
}

.ga-nav a {
  color: #0f172a !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.ga-nav a:hover {
  color: #2563eb !important;
}

.ga-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
}

.ga-phone {
  color: #0f172a !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ga-add {
  height: 44px !important;
  padding: 0 18px !important;
  border-radius: 15px !important;
  background: #16a34a !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.ga-login-btn {
  height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: #0f172a !important;
  color: #fff !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

.ga-burger {
  display: none !important;
}

/* User dropdown */
.ga-user-menu {
  position: relative !important;
}

.ga-user-toggle {
  height: 46px !important;
  padding: 0 14px 0 8px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #0f172a !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.ga-user-toggle img {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
}

.ga-user-toggle span {
  max-width: 130px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.ga-user-dropdown {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  width: 320px !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 65px rgba(15,23,42,.18) !important;
  overflow: hidden !important;
  z-index: 100001 !important;
}

.ga-user-menu.is-open .ga-user-dropdown {
  display: block !important;
}

.ga-user-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 18px !important;
  border-bottom: 1px solid #eef2f7 !important;
}

.ga-user-info img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}

.ga-user-info strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 15px !important;
}

.ga-user-info small {
  color: #64748b !important;
  font-weight: 800 !important;
}

.ga-user-dropdown a {
  display: flex !important;
  min-height: 52px !important;
  align-items: center !important;
  padding: 0 18px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  color: #0f172a !important;
  text-decoration: none !important;
  font-weight: 850 !important;
}

.ga-user-dropdown a:hover {
  background: #f8fafc !important;
  color: #2563eb !important;
}

.ga-user-dropdown a.logout {
  color: #dc2626 !important;
  border-bottom: 0 !important;
}

/* Mobile */
.ga-mobile-menu {
  display: none !important;
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding: 14px 18px !important;
}

.ga-mobile-menu.is-open {
  display: block !important;
}

.ga-mobile-menu a {
  display: block !important;
  padding: 12px 0 !important;
  color: #0f172a !important;
  text-decoration: none !important;
  font-weight: 850 !important;
}

/* Footer */
.ga-footer {
  background: #0f172a !important;
  color: #fff !important;
  margin-top: 80px !important;
}

.ga-footer-inner {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 70px 32px !important;
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1.2fr !important;
  gap: 48px !important;
}

.ga-footer-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  margin-bottom: 18px !important;
}

.ga-footer-about p,
.ga-footer-col p {
  color: #cbd5e1 !important;
  line-height: 1.75 !important;
}

.ga-footer-col h3 {
  color: #fff !important;
  margin: 0 0 18px !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.ga-footer-col a {
  display: block !important;
  color: #cbd5e1 !important;
  text-decoration: none !important;
  margin-bottom: 12px !important;
  font-weight: 700 !important;
}

.ga-footer-col a:hover {
  color: #f8d36b !important;
}

.ga-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  text-align: center !important;
  padding: 22px 32px !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
}

/* Login modal */
.ga-login-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.ga-login-modal.is-open {
  display: block;
}

.ga-login-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.72);
  backdrop-filter: blur(8px);
}

.ga-login-box {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 70px auto;
  background: #fff;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.ga-login-close {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #f1f5f9;
  font-size: 28px;
  cursor: pointer;
}

.ga-login-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 950;
}

.ga-login-box h2 {
  text-align: center;
  color: #0f172a;
}

.ga-login-form input {
  width: 100%;
  height: 64px;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  padding: 0 20px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 800;
}

.ga-password-wrap {
  position: relative;
}

.ga-password-toggle {
  position: absolute;
  right: 14px;
  top: 11px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ga-forgot {
  display: block;
  text-align: right;
  margin: -4px 0 24px;
  color: #2563eb;
  font-weight: 850;
  text-decoration: none;
}

.ga-login-submit {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 18px;
  background: #2563eb;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.ga-social-login {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.ga-social-btn {
  height: 58px;
  border-radius: 16px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  font-weight: 950;
  color: #0f172a;
}

.ga-register-link {
  text-align: center;
  font-weight: 800;
}

.ga-register-link a {
  color: #2563eb;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .ga-nav,
  .ga-phone,
  .ga-add,
  .ga-login-btn,
  .ga-user-menu {
    display: none !important;
  }

  .ga-burger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #0f172a !important;
    color: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    cursor: pointer !important;
  }
}

@media (max-width: 800px) {
  body.geoarea-body {
    padding-top: 70px !important;
  }

  .ga-header,
  .ga-header-main,
  .ga-header-inner {
    height: 70px !important;
  }

  .ga-header-inner {
    padding: 0 16px !important;
  }

  .ga-brand-name {
    font-size: 20px !important;
  }

  .ga-footer-inner {
    grid-template-columns: 1fr !important;
    padding: 50px 22px !important;
  }

  .ga-login-box {
    margin: 20px;
    padding: 30px 20px;
  }
}

/* Remove submit bottom sticky bar */
.geoarea-submit-sticky,
.gsb-submit-sticky,
.glb-submit-sticky,
.submit-sticky-bar,
.property-submit-sticky,
.ga-submit-bottom,
.ga-submit-actions-fixed {
  display: none !important;
}

.ga-services-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 32px 30px;
}

.ga-services-head {
  margin-bottom: 26px;
}

.ga-services-head h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 950;
  color: #0f172a;
}

.ga-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ga-service-card {
  position: relative;
  height: 260px;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: #0f172a;
  box-shadow: 0 18px 45px rgba(15,23,42,.13);
}

.ga-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}

.ga-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,.82), rgba(15,23,42,.1));
}

.ga-service-card h3 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.25;
}

.ga-service-card:hover img {
  transform: scale(1.08);
}

@media (max-width: 1000px) {
  .ga-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ga-services-section {
    padding: 45px 16px 20px;
  }

  .ga-services-grid {
    grid-template-columns: 1fr;
  }
}

.ga-home,
.ga-page {
  background: #f5f7fb;
  min-height: 100vh;
}

.ga-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 32px;
}

.ga-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.ga-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 32px;
  font-weight: 950;
}

.ga-section-head a {
  color: #2563eb;
  font-weight: 900;
  text-decoration: none;
}

.ga-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ga-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
}

.ga-card-image {
  display: block;
  height: 230px;
  background: #eef2f7;
  overflow: hidden;
}

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

.ga-card-image span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 34px;
}

.ga-card-body {
  padding: 18px;
}

.ga-title {
  display: block;
  color: #0f172a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
  margin-bottom: 14px;
}

.ga-details {
  height: 42px;
  padding: 0 16px;
  border-radius: 13px;
  background: #0f172a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 950;
}

@media (max-width: 1100px) {
  .ga-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .ga-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ga-section {
    padding: 36px 18px;
  }
}

@media (max-width: 560px) {
  .ga-grid {
    grid-template-columns: 1fr;
  }
}

/* HOME HERO FIX */
.ga-home .ga-hero {
  background: linear-gradient(135deg, #0f172a, #2563eb);
  padding: 90px 32px 80px;
  color: #fff;
}

.ga-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ga-label {
  display: block;
  color: rgba(255,255,255,.8);
  font-weight: 850;
  margin-bottom: 14px;
}

.ga-hero h1 {
  max-width: 850px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 950;
}

.ga-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  font-weight: 700;
}

/* BETTER PROPERTY CARDS */
.ga-card {
  min-width: 0;
}

.ga-card-image {
  height: 210px !important;
}

.ga-card-body {
  min-height: 150px;
}

.ga-title {
  min-height: 48px;
}

.ga-card-price {
  display: block;
  color: #2563eb;
  font-size: 22px;
  font-weight: 950;
  margin-bottom: 8px;
}

.ga-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.ga-card-meta span {
  background: #f1f5f9;
  border-radius: 999px;
  padding: 7px 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

/* HOME LAYOUT WIDTH FIX */
.ga-home .ga-services-section,
.ga-home .ga-section {
  max-width: 1100px;
}

.ga-home .ga-services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.ga-home .ga-service-card {
  height: 180px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ga-hero h1 {
    font-size: 36px;
  }

  .ga-home .ga-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ga-home .ga-services-grid {
    grid-template-columns: 1fr;
  }
}

.ga-profile-page {
  background: #f5f7fb;
  min-height: 100vh;
  padding: 46px 24px 90px;
}

.ga-profile-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 28px;
}

.ga-profile-side,
.ga-profile-main,
.ga-profile-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

.ga-profile-side {
  padding: 24px;
  height: max-content;
}

.ga-profile-side .ga-profile-avatar {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
}

.ga-profile-side h2 {
  margin: 0;
  text-align: center;
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
}

.ga-profile-side p {
  margin: 8px 0 8px;
  text-align: center;
  color: #64748b;
  font-weight: 700;
  word-break: break-word;
}

.ga-profile-id {
  display: block;
  text-align: center;
  color: #94a3b8;
  font-weight: 850;
  margin-bottom: 22px;
}

.ga-profile-nav {
  border-top: 1px solid #eef2f7;
  padding-top: 16px;
  display: grid;
  gap: 8px;
}

.ga-profile-nav a {
  padding: 14px 16px;
  border-radius: 14px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 850;
}

.ga-profile-nav a.active,
.ga-profile-nav a:hover {
  background: #e9f8f0;
  color: #16a34a;
}

.ga-profile-main {
  padding: 34px;
}

.ga-profile-main > h1,
.ga-profile-head h1 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 34px;
  font-weight: 950;
}

.ga-profile-main > p,
.ga-profile-head p {
  margin: 0 0 26px;
  color: #64748b;
  font-weight: 700;
}

.ga-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ga-profile-stats div {
  background: #f8fafc;
  border-radius: 18px;
  padding: 22px;
}

.ga-profile-stats span {
  display: block;
  color: #64748b;
  font-weight: 850;
  margin-bottom: 8px;
}

.ga-profile-stats strong {
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
}

.ga-profile-card {
  padding: 30px;
  margin-top: 22px;
}

.ga-profile-card h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
}

.ga-profile-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ga-profile-form-grid label {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.ga-profile-form-grid input {
  width: 100%;
  height: 54px;
  margin-top: 7px;
  border: 1px solid #dbe3ef;
  border-radius: 13px;
  padding: 0 16px;
  font-weight: 850;
  color: #0f172a;
  background: #fff;
}

.ga-profile-bio {
  color: #475569;
  font-weight: 750;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .ga-profile-shell {
    grid-template-columns: 1fr;
  }

  .ga-profile-form-grid,
  .ga-profile-stats {
    grid-template-columns: 1fr;
  }
}

.page-template-template-my-profile .ga-profile-page,
.page-template-template-geoarea-profile .ga-profile-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 24px 90px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
}

.page-template-template-my-profile .ga-profile-side,
.page-template-template-geoarea-profile .ga-profile-side,
.page-template-template-my-profile .ga-profile-main,
.page-template-template-geoarea-profile .ga-profile-main {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

.page-template-template-my-profile .ga-profile-side,
.page-template-template-geoarea-profile .ga-profile-side {
  padding: 24px;
  height: max-content;
}

.page-template-template-my-profile .ga-profile-main,
.page-template-template-geoarea-profile .ga-profile-main {
  padding: 34px;
}

.page-template-template-my-profile .ga-profile-nav,
.page-template-template-geoarea-profile .ga-profile-nav {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.page-template-template-my-profile .ga-profile-nav a,
.page-template-template-geoarea-profile .ga-profile-nav a {
  padding: 14px 16px;
  border-radius: 14px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 850;
}

.page-template-template-my-profile .ga-profile-nav a.active,
.page-template-template-geoarea-profile .ga-profile-nav a.active,
.page-template-template-my-profile .ga-profile-nav a:hover,
.page-template-template-geoarea-profile .ga-profile-nav a:hover {
  background: #e9f8f0;
  color: #16a34a;
}

@media (max-width: 900px) {
  .page-template-template-my-profile .ga-profile-page,
  .page-template-template-geoarea-profile .ga-profile-page {
    grid-template-columns: 1fr;
    padding: 24px 16px 60px;
  }
}

/* =========================================================
   GEOAREA FINAL TWO-ROW HEADER
========================================================= */

:root {
  --ga-header-top-height: 76px;
  --ga-header-nav-height: 54px;
  --ga-header-total-height: 130px;
}

body.geoarea-body {
  margin: 0 !important;
  padding-top: var(--ga-header-total-height) !important;
  background: #f5f7fb !important;
}

.ga-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  height: auto !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06) !important;
}

.admin-bar .ga-header {
  top: 32px !important;
}

/* საერთო კონტეინერი */

.ga-header .ga-header-inner {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
}

/* ზედა ზოლი */

.ga-header-topbar {
  width: 100% !important;
  height: var(--ga-header-top-height) !important;
  background: #fff !important;
  border-bottom: 1px solid #eef2f7 !important;
}

.ga-header-topbar .ga-header-inner {
  height: var(--ga-header-top-height) !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

/* ლოგო */

.ga-header .ga-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;

  color: #0f172a !important;
  text-decoration: none !important;
}

.ga-header .ga-brand-mark {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 14px !important;
  background: linear-gradient(135deg, #0f172a, #2563eb) !important;
  color: #facc15 !important;

  font-size: 22px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.ga-header .ga-brand-name {
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

/* მარჯვენა მოქმედებები */

.ga-header .ga-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-left: auto !important;
}

.ga-header .ga-phone {
  color: #0f172a !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.ga-header .ga-phone:hover {
  color: #2563eb !important;
}

.ga-header .ga-add {
  min-height: 44px !important;
  padding: 0 20px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 15px !important;
  background: #16a34a !important;
  color: #fff !important;
  text-decoration: none !important;

  font-size: 14px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.ga-header .ga-add:hover {
  background: #15803d !important;
  color: #fff !important;
}

.ga-header .ga-login-btn {
  min-height: 44px !important;
  padding: 0 20px !important;

  border: 0 !important;
  border-radius: 15px !important;
  background: #0f172a !important;
  color: #fff !important;

  font-weight: 950 !important;
  cursor: pointer !important;
}

/* ქვედა ნავიგაციის ზოლი */

.ga-header-navrow {
  width: 100% !important;
  height: var(--ga-header-nav-height) !important;
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.ga-header-navrow .ga-header-inner {
  height: var(--ga-header-nav-height) !important;
  justify-content: center !important;
}

.ga-header .ga-nav {
  width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 38px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.ga-header .ga-nav a {
  position: relative !important;

  height: var(--ga-header-nav-height) !important;
  display: inline-flex !important;
  align-items: center !important;

  color: #0f172a !important;
  text-decoration: none !important;

  font-size: 14px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.ga-header .ga-nav a::after {
  content: "" !important;

  position: absolute !important;
  right: 50% !important;
  bottom: 0 !important;
  left: 50% !important;

  height: 3px !important;
  border-radius: 999px !important;
  background: #2563eb !important;

  transition:
    left 0.2s ease,
    right 0.2s ease !important;
}

.ga-header .ga-nav a:hover {
  color: #2563eb !important;
}

.ga-header .ga-nav a:hover::after {
  right: 0 !important;
  left: 0 !important;
}

/* მომხმარებლის ღილაკი */

.ga-header .ga-user-menu {
  position: relative !important;
  display: block !important;
}

.ga-header .ga-user-toggle {
  min-height: 46px !important;
  max-width: 260px !important;
  padding: 5px 14px 5px 7px !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;

  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #0f172a !important;

  font-weight: 900 !important;
  cursor: pointer !important;
}

.ga-header .ga-user-toggle img {
  width: 35px !important;
  height: 35px !important;
  flex: 0 0 35px !important;

  border-radius: 50% !important;
  object-fit: cover !important;
}

.ga-header .ga-user-toggle span {
  max-width: 150px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.ga-header .ga-user-toggle b {
  font-size: 13px !important;
  transition: transform 0.2s ease !important;
}

.ga-header .ga-user-menu.is-open .ga-user-toggle b {
  transform: rotate(180deg) !important;
}

/* პროფილის dropdown */

.ga-header .ga-user-dropdown {
  display: none !important;

  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  z-index: 100002 !important;

  width: 320px !important;
  overflow: hidden !important;

  border: 1px solid #e5e7eb !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2) !important;
}

.ga-header .ga-user-menu.is-open .ga-user-dropdown {
  display: block !important;
}

.ga-header .ga-user-info {
  padding: 18px !important;

  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  border-bottom: 1px solid #eef2f7 !important;
}

.ga-header .ga-user-info img {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;

  border-radius: 50% !important;
  object-fit: cover !important;
}

.ga-header .ga-user-info strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 15px !important;
}

.ga-header .ga-user-info small {
  display: block !important;
  max-width: 210px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.ga-header .ga-user-dropdown > a {
  min-height: 50px !important;
  padding: 0 18px !important;

  display: flex !important;
  align-items: center !important;

  border-bottom: 1px solid #f1f5f9 !important;
  color: #0f172a !important;
  text-decoration: none !important;

  font-size: 14px !important;
  font-weight: 850 !important;
}

.ga-header .ga-user-dropdown > a:hover {
  background: #f8fafc !important;
  color: #2563eb !important;
}

.ga-header .ga-user-dropdown > a.logout {
  border-bottom: 0 !important;
  color: #dc2626 !important;
}

/* ბურგერი */

.ga-header .ga-burger {
  display: none !important;

  width: 44px !important;
  height: 44px !important;

  border: 0 !important;
  border-radius: 13px !important;
  background: #0f172a !important;
  color: #fff !important;

  align-items: center !important;
  justify-content: center !important;

  font-size: 21px !important;
  cursor: pointer !important;
}

/* მობილური მენიუ */

.ga-header .ga-mobile-menu {
  display: none !important;

  max-height: calc(100vh - 70px) !important;
  overflow-y: auto !important;

  padding: 12px 18px 18px !important;
  border-top: 1px solid #eef2f7 !important;
  border-bottom: 1px solid #e5e7eb !important;
  background: #fff !important;
}

.ga-header .ga-mobile-menu.is-open {
  display: block !important;
}

.ga-header .ga-mobile-menu a {
  min-height: 48px !important;
  padding: 0 10px !important;

  display: flex !important;
  align-items: center !important;

  border-bottom: 1px solid #f1f5f9 !important;
  color: #0f172a !important;
  text-decoration: none !important;

  font-size: 15px !important;
  font-weight: 850 !important;
}

.ga-header .ga-mobile-login {
  width: 100% !important;
  min-height: 48px !important;
  margin-top: 12px !important;

  border: 0 !important;
  border-radius: 14px !important;
  background: #0f172a !important;
  color: #fff !important;

  font-weight: 900 !important;
}

/* Tablet */

@media (max-width: 1150px) {
  :root {
    --ga-header-total-height: 76px;
  }

  body.geoarea-body {
    padding-top: 76px !important;
  }

  .ga-header-navrow {
    display: none !important;
  }

  .ga-header .ga-phone {
    display: none !important;
  }

  .ga-header .ga-burger {
    display: inline-flex !important;
  }
}

/* Mobile */

@media (max-width: 782px) {
  .admin-bar .ga-header {
    top: 46px !important;
  }
}

@media (max-width: 700px) {
  :root {
    --ga-header-top-height: 70px;
    --ga-header-total-height: 70px;
  }

  body.geoarea-body {
    padding-top: 70px !important;
  }

  .ga-header-topbar,
  .ga-header-topbar .ga-header-inner {
    height: 70px !important;
  }

  .ga-header .ga-header-inner {
    padding: 0 16px !important;
  }

  .ga-header .ga-brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .ga-header .ga-brand-name {
    font-size: 20px !important;
  }

  .ga-header .ga-add,
  .ga-header .ga-user-menu,
  .ga-header .ga-login-btn {
    display: none !important;
  }

  .ga-header .ga-actions {
    gap: 8px !important;
  }
}

@media (max-width: 400px) {
  .ga-header .ga-brand-name {
    font-size: 18px !important;
  }
}

/* Properties page: remove legacy platform layout constraints */
body.page-slug-properties .container,
body.page-id-properties .container,
.ga-properties-page {
    width: 100%;
    max-width: none;
}

.ga-properties-page {
    min-height: 70vh;
    padding: 32px 24px 80px;
    background: #f5f7fb;
}

.ga-properties-page .gpa-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

/* Defensive: hide legacy platform sidebar only on Properties */
body.page-slug-properties .sidebar-wrap,
body.page-slug-properties .sidebar,
body.page-slug-properties aside.widget-area {
    display: none !important;
}

@media (max-width: 767px) {
    .ga-properties-page {
        padding: 20px 14px 60px;
    }
}



/* Properties ბარათიდან ავტორისა და თარიღის წაშლა */
.gpa-card .gpa-card-footer {
    display: none !important;
}

/* ქვედა ცარიელი სივრცის გასწორება */
.gpa-card .gpa-body {
    border-bottom: 0 !important;
}

.gpa-card {
    overflow: hidden;
}

/* =========================================================
   GEOAREA PROPERTY CARD — FINAL PREMIUM DESIGN
========================================================= */

:root {
    --ga-card-text: #182033;
    --ga-card-muted: #7b8190;
    --ga-card-blue: #2463eb;
    --ga-card-border: #e6e9ef;
    --ga-card-orange: #ff5a36;
}

.ga-property-card {
    position: relative !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--ga-card-border) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transition:
        transform .2s ease,
        box-shadow .2s ease !important;
}

.ga-property-card:hover {
    transform: translateY(-3px) !important;
    box-shadow:
        0 16px 38px rgba(15, 23, 42, .09) !important;
}

.ga-property-card .ga-card-image {
    position: relative !important;
    width: calc(100% - 18px) !important;
    height: 260px !important;
    margin: 9px 9px 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    display: block !important;
    background: #edf1f5 !important;
}

.ga-property-card .ga-card-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    transition: transform .35s ease !important;
}

.ga-property-card:hover .ga-card-image img {
    transform: scale(1.025) !important;
}

.ga-card-vip {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 4 !important;
    min-height: 35px !important;
    padding: 0 12px !important;
    border-radius: 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: var(--ga-card-orange) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    box-shadow:
        0 6px 18px rgba(255, 90, 54, .28) !important;
}

.ga-card-vip--vip {
    background: #f59e0b !important;
}

.ga-card-vip--vip_plus {
    background: #ff7a00 !important;
}

.ga-card-vip--super_vip {
    background: #ff4d2d !important;
}

.ga-card-favorite {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 5 !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(24, 32, 51, .88) !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    backdrop-filter: blur(8px) !important;
}

.ga-card-favorite:hover,
.ga-card-favorite.active {
    background: #ef4444 !important;
}

.ga-property-card .ga-card-body {
    min-height: 0 !important;
    padding: 16px 17px 17px !important;
}

.ga-card-price-row {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    flex-wrap: wrap !important;
}

.ga-card-total-price {
    color: var(--ga-card-text) !important;
    font-size: 23px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    letter-spacing: -.4px !important;
    white-space: nowrap !important;
}

.ga-card-square-price {
    color: #8b909c !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
}

.ga-currency-switch {
    height: 31px !important;
    padding: 3px !important;
    border: 1px solid #e3e6eb !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    background: #f7f8fa !important;
}

.ga-currency-option {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: transparent !important;
    color: #7e8490 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

.ga-currency-option.active {
    background: #1fb86a !important;
    color: #fff !important;
    box-shadow:
        0 3px 9px rgba(31, 184, 106, .25) !important;
}

.ga-currency-switch--header {
    height: 38px !important;
    padding: 4px !important;
    background: #f1f5f9 !important;
}

.ga-currency-switch--header .ga-currency-option {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
}

.ga-card-title {
    min-height: 48px !important;
    margin: 13px 0 11px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    color: var(--ga-card-text) !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
}

.ga-card-title:hover {
    color: var(--ga-card-blue) !important;
}

.ga-card-features {
    min-height: 27px !important;
    margin-bottom: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    overflow: hidden !important;
    color: #3f4653 !important;
}

.ga-card-features span {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #3f4653 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.ga-card-features b {
    color: #374151 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.ga-card-footer-row {
    min-width: 0 !important;
    padding-top: 12px !important;
    border-top: 1px solid #f0f2f5 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
}

.ga-card-location {
    min-width: 0 !important;
    overflow: hidden !important;
    display: block !important;
    color: var(--ga-card-blue) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.ga-card-location > span {
    margin-right: 4px !important;
    font-size: 17px !important;
}

.ga-card-date {
    color: #858a95 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    white-space: nowrap !important;
}

/* ძველი Home-card ელემენტების გაუქმება */

.ga-property-card .ga-card-badges,
.ga-property-card .ga-price,
.ga-property-card .ga-title,
.ga-property-card .ga-meta,
.ga-property-card .ga-details {
    display: none !important;
}

/* Archive-ის ძველი ელემენტები */

.ga-property-card .gpa-price,
.ga-property-card .gpa-badges,
.ga-property-card .gpa-card-actions,
.ga-property-card .gpa-location,
.ga-property-card .gpa-meta,
.ga-property-card .gpa-bottom,
.ga-property-card .gpa-card-footer {
    display: none !important;
}

@media (max-width: 1200px) {
    .ga-property-card .ga-card-image {
        height: 235px !important;
    }

    .ga-card-features {
        gap: 11px !important;
    }

    .ga-card-features span {
        font-size: 12px !important;
    }
}

@media (max-width: 680px) {
    .ga-property-card .ga-card-image {
        height: 260px !important;
    }

    .ga-card-total-price {
        font-size: 21px !important;
    }

    .ga-card-features {
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    .ga-card-footer-row {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }
}
/* =========================================================
   GEOAREA FINAL HOME / MOBILE STABILITY OVERRIDES — 2026-07
========================================================= */

*, *::before, *::after { box-sizing: border-box; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
.ga-home .ga-section,
.ga-home .ga-services-section {
  width: 100%;
  max-width: 1520px !important;
  margin-left: auto;
  margin-right: auto;
}

.ga-home .ga-grid,
.ga-home .geoarea-home-properties,
.ga-home .geoarea-latest-properties,
.ga-home .ga-properties-grid,
.ga-home .ga-listings-grid,
.ga-home .gpa-home-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.ga-home .ghp-card,
.ga-home .ga-property-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
}

.ga-home .ghp-media { aspect-ratio: 4 / 3; height: auto !important; }
.ga-home .ghp-image { width: 100%; height: 100%; }
.ga-home .ghp-image img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1180px) {
  .ga-home .ga-grid,
  .ga-home .geoarea-home-properties,
  .ga-home .geoarea-latest-properties,
  .ga-home .ga-properties-grid,
  .ga-home .ga-listings-grid,
  .ga-home .gpa-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .ga-home .ga-grid,
  .ga-home .geoarea-home-properties,
  .ga-home .geoarea-latest-properties,
  .ga-home .ga-properties-grid,
  .ga-home .ga-listings-grid,
  .ga-home .gpa-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

}

@media (max-width: 580px) {
  .ga-home .ga-section,
  .ga-home .ga-services-section { padding-left: 14px !important; padding-right: 14px !important; }

  .ga-home .ga-grid,
  .ga-home .geoarea-home-properties,
  .ga-home .geoarea-latest-properties,
  .ga-home .ga-properties-grid,
  .ga-home .ga-listings-grid,
  .ga-home .gpa-home-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ga-auth-modal { padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)) !important; }
  .ga-auth-box { max-height: calc(100dvh - 20px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
}


/* ==========================================================
   GeoArea global typography and icon normalization — 2026-07
   ========================================================== */
body main.ga-home h1,
body main.ga-home h2,
body main.ga-properties-page h1,
body main.ga-properties-page h2,
body main[class*="ga-"] h1,
body main[class*="ga-"] h2,
body .ga-service-page h1,
body .ga-service-page h2,
body .geoarea-dashboard h1,
body .geoarea-dashboard h2,
body .gsp-page h1,
body .gsp-page h2 {
  font-size: clamp(24px, 2.15vw, 32px) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
}

.ghp-vip svg,
.ghp-favorite svg,
.ghp-location svg,
.ghp-no-image svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.ghp-vip { display: inline-flex !important; align-items: center; gap: 5px; }
.ghp-vip svg { width: 14px; height: 14px; }
.ghp-favorite { display: inline-grid !important; place-items: center; }
.ghp-favorite svg { width: 19px; height: 19px; }
.ghp-favorite.active svg { fill: currentColor; }
.ghp-location i { width: 16px; height: 16px; display: inline-flex; flex: 0 0 auto; }
.ghp-location i svg { width: 16px; height: 16px; }
.ghp-no-image { display: grid; place-items: center; }
.ghp-no-image svg { width: 38px; height: 38px; }

/* Keep cards aligned and prevent Georgian text from overflowing. */
.ghp-card { overflow: hidden; }
.ghp-body { min-width: 0; }
.ghp-title,
.ghp-location,
.ghp-date { overflow-wrap: anywhere; }
.ga-card-features { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.ga-card-feature { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.ga-card-feature-icon { width: 16px; height: 16px; display: inline-flex; }
.ga-card-feature-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 767px) {
  body main.ga-home h1,
  body main.ga-home h2,
  body main.ga-properties-page h1,
  body main.ga-properties-page h2,
  body main[class*="ga-"] h1,
  body main[class*="ga-"] h2,
  body .ga-service-page h1,
  body .ga-service-page h2,
  body .geoarea-dashboard h1,
  body .geoarea-dashboard h2,
  body .gsp-page h1,
  body .gsp-page h2 { font-size: 24px !important; }
}

body[class*="page-template-template-geoarea"] h1,
body[class*="page-template-template-geoarea"] h2,
body[class*="page-template-template-service"] h1,
body[class*="page-template-template-service"] h2 {
  font-size: clamp(24px, 2.15vw, 32px) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
}
@media (max-width: 767px) {
  body[class*="page-template-template-geoarea"] h1,
  body[class*="page-template-template-geoarea"] h2,
  body[class*="page-template-template-service"] h1,
  body[class*="page-template-template-service"] h2 { font-size: 24px !important; }
}


/* ==========================================================
   Search reliability + compact property cards — 2026-07-14
   ========================================================== */
.ghp-media { position: relative !important; }
.ghp-vip {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 4 !important;
  width: auto !important;
  max-width: calc(100% - 70px) !important;
  min-height: 0 !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  box-shadow: 0 5px 14px rgba(15, 23, 42, .16) !important;
}
.ghp-vip svg { width: 12px !important; height: 12px !important; }
.ghp-favorite {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 5 !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: rgba(15, 23, 42, .82) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35) !important;
}
.ghp-favorite svg { width: 20px !important; height: 20px !important; }

.ga-card-features {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px 18px !important;
}
.ga-card-feature {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #172033 !important;
  cursor: help !important;
  outline: none !important;
}
.ga-card-feature-icon { width: 21px !important; height: 21px !important; }
.ga-card-feature-icon svg { width: 21px !important; height: 21px !important; stroke-width: 1.65 !important; }
.ga-card-feature-value { font-size: 15px !important; line-height: 1 !important; font-weight: 650 !important; }
.ga-card-feature::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 20;
  transform: translate(-50%, 4px);
  padding: 7px 9px;
  border-radius: 7px;
  background: #101827;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.ga-card-feature::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  z-index: 21;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #101827;
  opacity: 0;
  visibility: hidden;
}
.ga-card-feature:hover::after,
.ga-card-feature:focus::after,
.ga-card-feature:hover::before,
.ga-card-feature:focus::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.ga-card-feature:hover::before,
.ga-card-feature:focus::before { transform: translateX(-50%); }

@media (max-width: 580px) {
  .ghp-vip { top: 9px !important; left: 9px !important; padding: 6px 8px !important; font-size: 11px !important; }
  .ghp-favorite { top: 8px !important; right: 8px !important; width: 36px !important; height: 36px !important; min-width: 36px !important; }
  .ga-card-features { gap: 9px 14px !important; }
}


/* VIP badge palette — explicit classes for current ghp markup */
.ghp-vip { color:#fff !important; background:#1f6feb !important; border:1px solid rgba(255,255,255,.42) !important; }
.ghp-vip--vip { background:linear-gradient(135deg,#f59e0b,#d97706) !important; }
.ghp-vip--vip_plus { background:linear-gradient(135deg,#8b5cf6,#6d28d9) !important; }
.ghp-vip--super_vip { background:linear-gradient(135deg,#ff5a36,#e11d48) !important; }
.ghp-vip svg { color:#fff !important; stroke:currentColor !important; }

/* ==========================================================
   PROPERTY CARD LAYOUT — polished, aligned, non-overflowing
   ========================================================== */
.ghp-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(15,23,42,.06) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.ghp-card:hover { transform: translateY(-3px) !important; box-shadow: 0 15px 34px rgba(15,23,42,.11) !important; }
.ghp-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #e9eef5 !important;
}
.ghp-image { display:block !important; width:100% !important; height:100% !important; overflow:hidden !important; }
.ghp-image img { display:block !important; width:100% !important; height:100% !important; object-fit:cover !important; transition:transform .35s ease !important; }
.ghp-card:hover .ghp-image img { transform:scale(1.025) !important; }
.ghp-body {
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
  min-width:0 !important;
  padding:14px 15px 15px !important;
}
.ghp-price-line {
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  min-width:0 !important;
  margin:0 0 8px !important;
}
.ghp-price {
  display:inline-block !important;
  max-width:100% !important;
  color:#111827 !important;
  font-size:19px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
.ghp-price-m2 {
  color:#64748b !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:650 !important;
  white-space:nowrap !important;
}
.ghp-title {
  display:-webkit-box !important;
  min-height:44px !important;
  margin:0 0 10px !important;
  overflow:hidden !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  color:#17386f !important;
  font-size:15px !important;
  line-height:1.42 !important;
  font-weight:750 !important;
  text-decoration:none !important;
}
.ghp-title:hover { color:#2563eb !important; }
.ghp-card .ga-card-features {
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, max-content)) !important;
  align-items:center !important;
  justify-content:start !important;
  gap:10px 15px !important;
  min-height:24px !important;
  margin:0 0 12px !important;
  overflow:visible !important;
}
.ghp-card .ga-card-feature { gap:5px !important; min-width:0 !important; }
.ghp-card .ga-card-feature-icon,
.ghp-card .ga-card-feature-icon svg { width:18px !important; height:18px !important; }
.ghp-card .ga-card-feature-value { color:#273244 !important; font-size:13px !important; font-weight:750 !important; }
.ghp-footer {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:10px !important;
  min-width:0 !important;
  margin-top:auto !important;
  padding-top:11px !important;
  border-top:1px solid #edf0f4 !important;
}
.ghp-location {
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  min-width:0 !important;
  overflow:hidden !important;
  color:#2563eb !important;
  font-size:12px !important;
  line-height:1.25 !important;
  font-weight:650 !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
.ghp-location i { flex:0 0 auto !important; }
.ghp-date { color:#7c8492 !important; font-size:11px !important; line-height:1.2 !important; font-weight:600 !important; white-space:nowrap !important; }
.ghp-vip {
  top:10px !important;
  left:10px !important;
  min-height:28px !important;
  padding:6px 9px !important;
  border-radius:9px !important;
  font-size:11px !important;
  letter-spacing:.01em !important;
}
.ghp-favorite { top:9px !important; right:9px !important; width:36px !important; height:36px !important; min-width:36px !important; }
.ghp-card .ga-currency-switch { flex:0 0 auto !important; transform:scale(.92); transform-origin:left center; }

/* Home section rhythm and FAQ */
.ga-home .ga-section,
.ga-home .ga-services-section { width:100%; max-width:1520px !important; margin:0 auto !important; padding:42px 24px !important; }
.ga-home .ga-section + .ga-section,
.ga-home .ga-services-section + .ga-section,
.ga-home .ga-section + .ga-services-section { border-top:1px solid #edf1f6; }
.ga-home-faq { padding-bottom:70px !important; }
.ga-faq-list { display:grid; gap:12px; max-width:1000px; }
.ga-faq-item { border:1px solid #dde4ee; border-radius:14px; background:#fff; overflow:hidden; box-shadow:0 4px 14px rgba(15,23,42,.04); }
.ga-faq-item summary { position:relative; padding:18px 52px 18px 20px; color:#14213d; font-size:15px; line-height:1.45; font-weight:800; cursor:pointer; list-style:none; }
.ga-faq-item summary::-webkit-details-marker { display:none; }
.ga-faq-item summary::after { content:'+'; position:absolute; top:50%; right:19px; transform:translateY(-50%); width:26px; height:26px; display:grid; place-items:center; border-radius:50%; background:#eef4ff; color:#2563eb; font-size:20px; line-height:1; }
.ga-faq-item[open] summary::after { content:'−'; }
.ga-faq-answer { padding:0 20px 18px; color:#5f6b7c; font-size:14px; line-height:1.75; }
.ga-faq-answer p { margin:0; }

@media (max-width:1180px) {
  .ghp-card .ga-card-features { grid-template-columns:repeat(2, minmax(0,max-content)) !important; }
}
@media (max-width:580px) {
  .ghp-body { padding:13px 13px 14px !important; }
  .ghp-price { font-size:18px !important; }
  .ghp-title { font-size:14px !important; min-height:40px !important; }
  .ghp-card .ga-card-features { grid-template-columns:repeat(4, minmax(0,max-content)) !important; gap:9px 13px !important; }
  .ghp-footer { grid-template-columns:minmax(0,1fr) !important; gap:6px !important; }
  .ghp-date { justify-self:start !important; }
  .ga-home .ga-section, .ga-home .ga-services-section { padding:30px 14px !important; }
}

/* Standalone WordPress fallbacks */
.ga-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.ga-generic-page{padding:48px 0 72px;min-height:55vh}.ga-generic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ga-generic-card,.ga-content-entry,.ga-empty-state{background:#fff;border:1px solid #e4eaf2;border-radius:18px;overflow:hidden}.ga-generic-card__media{display:block;aspect-ratio:16/10;overflow:hidden}.ga-generic-card__media img{width:100%;height:100%;object-fit:cover}.ga-generic-card__body,.ga-content-entry{padding:24px}.ga-generic-card h2,.ga-content-entry h1{margin:0 0 14px}.ga-generic-card a{color:inherit;text-decoration:none}.ga-content-entry__featured{margin:20px 0}.ga-content-entry__featured img{display:block;width:100%;height:auto;border-radius:14px}.ga-content-entry__content>*:first-child{margin-top:0}.ga-empty-state{text-align:center;padding:64px 24px}.ga-empty-state__code{display:block;font-size:64px;font-weight:800;line-height:1;color:#2455d6}.ga-button{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:13px 20px;border-radius:12px;background:#16ad5a;color:#fff;text-decoration:none;font-weight:700}@media(max-width:900px){.ga-generic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.ga-generic-grid{grid-template-columns:1fr}.ga-generic-page{padding-top:28px}}


/* GeoArea Theme v1.0.1 — homepage visual corrections */
.ga-home .ga-services .ga-service-card,
.ga-services .ga-service-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.ga-home .ga-services .ga-service-card > img,
.ga-services .ga-service-card > img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 11 !important;
  object-fit: cover !important;
  display: block !important;
}

.ga-home .ga-services .ga-service-card > div,
.ga-services .ga-service-card > div {
  position: static !important;
  min-height: 112px !important;
  padding: 16px 18px 18px !important;
  background: #ffffff !important;
}

.ga-home .ga-services .ga-service-card h3,
.ga-services .ga-service-card h3 {
  position: static !important;
  margin: 0 0 7px !important;
  color: #b7791f !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.ga-home .ga-services .ga-service-card p,
.ga-services .ga-service-card p {
  margin: 0 !important;
  color: #526174 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* Search-only hero: introductory copy intentionally removed. */
.ga-hero { padding: 36px 0 !important; }
.ga-hero__inner { gap: 0 !important; }
.ga-hero__search { width: 100%; }

/* Blog typography */
.ga-blog-card h3,
.ga-blog-card h3 a,
.gab-card h3,
.gab-post-card h3,
.gab-post-body h3 {
  font-size: 16px !important;
  line-height: 1.42 !important;
}

.gab-hero .gab-hero-content h3 {
  font-size: clamp(28px, 2.8vw, 38px) !important;
  line-height: 1.18 !important;
}

@media (max-width: 640px) {
  .ga-hero { padding: 24px 0 !important; }
  .gab-hero .gab-hero-content h3 { font-size: 27px !important; }
}


/* GeoArea 2.1.2 — dashboard analytics */
.ga-analytics-panel{margin:28px 0;padding:22px;border:1px solid #e3eaf3;border-radius:18px;background:#f8fbff}
.ga-analytics-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.ga-analytics-head h3{margin:0;color:#173b7a}.ga-analytics-head p{margin:4px 0 0}
.ga-analytics-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ga-analytics-cards article{padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.ga-analytics-cards span,.ga-analytics-cards small{display:block;color:#64748b}.ga-analytics-cards strong{display:block;margin:6px 0 3px;font-size:26px;color:#0f2d60}
.ga-analytics-chart{height:130px;display:flex;align-items:flex-end;gap:4px;margin:22px 0 18px;padding:12px 10px 0;border-bottom:1px solid #d9e2ef}.ga-analytics-bar{flex:1;height:100%;display:flex;align-items:flex-end}.ga-analytics-bar i{display:block;width:100%;min-height:3px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#2f69b4,#173b7a)}
.ga-analytics-table-wrap{overflow:auto}.ga-analytics-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.ga-analytics-table th,.ga-analytics-table td{padding:12px;border-bottom:1px solid #edf1f6;text-align:left}.ga-analytics-table th{color:#64748b;font-size:12px;text-transform:uppercase}.ga-analytics-table td:first-child{min-width:240px}.ga-analytics-table td small{display:block;color:#94a3b8;margin-top:3px}
@media(max-width:900px){.ga-analytics-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.ga-analytics-panel{padding:16px}.ga-analytics-cards{grid-template-columns:1fr}.ga-analytics-chart{height:100px}}

/* GeoArea Agency Platform */
.ga-agency-page{max-width:1180px;margin:36px auto 80px;padding:0 18px}.ga-agency-card{background:#fff;border:1px solid #e7ecf3;border-radius:18px;padding:24px;margin-bottom:24px;box-shadow:0 12px 35px rgba(15,31,55,.06)}.ga-agency-card h1,.ga-agency-card h2,.ga-agency-card h3{margin-top:0;color:#10213d}.ga-agency-cover{position:relative;height:230px;border-radius:16px;overflow:visible;margin:12px 0 28px;background:#e9edf2}.ga-agency-cover>img{width:100%;height:100%;object-fit:cover;border-radius:16px}.ga-agency-logo{position:absolute;left:28px;bottom:-36px;width:110px;height:110px;background:#fff;border:2px solid #e2e7ef;border-radius:14px;padding:8px;box-shadow:0 6px 18px rgba(0,0,0,.08)}.ga-agency-logo img{width:100%;height:100%;object-fit:contain}.ga-agency-profile-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-left:155px;min-height:68px}.ga-agency-profile-row h2{margin-bottom:6px}.ga-agency-profile-row p{margin:0;color:#65748b}.ga-agency-section-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.ga-agency-section-head p{color:#7a8798}.ga-green-btn{border:0;border-radius:10px;background:#18b663;color:#fff;padding:12px 22px;font-weight:700;cursor:pointer;text-decoration:none}.ga-outline-btn{border:1px solid #d9e0ea;background:#fff;border-radius:9px;padding:10px 16px;cursor:pointer}.ga-agency-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.ga-agency-tabs button{border:0;background:#f4f6f8;border-radius:10px;padding:11px 16px;cursor:pointer}.ga-agency-tabs button.active{background:#eff4ff;color:#1f56ef;box-shadow:inset 0 0 0 1px #2f68ff}.ga-agency-tabs span{margin-left:6px;background:#fff;border-radius:999px;padding:2px 7px}.ga-agency-table-wrap{overflow:auto}.ga-agency-table{width:100%;border-collapse:collapse}.ga-agency-table th,.ga-agency-table td{text-align:left;padding:14px 12px;border-bottom:1px solid #edf0f4;white-space:nowrap}.ga-member-user{display:flex;align-items:center;gap:10px}.ga-member-user img{width:42px;height:42px;border-radius:50%;object-fit:cover}.ga-member-user small{display:block;color:#748198;margin-top:3px}.ga-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:13px}.ga-status.active{background:#e3f8ec;color:#0c914b}.ga-status.pending{background:#fff4d8;color:#9a6900}.ga-icon-btn{border:1px solid #e0e6ee;background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}.ga-agency-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.ga-agency-form label{display:flex;flex-direction:column;gap:7px;font-weight:600;color:#34445c}.ga-agency-form input,.ga-agency-form textarea,.ga-agency-form select{border:1px solid #dfe5ed;border-radius:10px;padding:12px;font:inherit;background:#fff}.ga-agency-form .wide{grid-column:1/-1}.ga-agency-form .ga-green-btn{justify-self:start}.ga-agency-modal{position:fixed;inset:0;background:rgba(10,18,32,.45);z-index:99999;display:grid;place-items:center;padding:20px}.ga-agency-modal[hidden]{display:none}.ga-agency-modal-box{position:relative;background:#fff;border-radius:14px;padding:26px;width:min(460px,100%);box-shadow:0 25px 70px rgba(0,0,0,.25)}.ga-agency-modal-box form{display:grid;gap:15px}.ga-agency-modal-box label{display:grid;gap:7px}.ga-agency-modal-box input,.ga-agency-modal-box select{padding:12px;border:1px solid #dfe5ed;border-radius:9px}.ga-agency-modal-box .close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:26px;cursor:pointer}.ga-agency-notice{padding:14px 18px;border-radius:10px;margin-bottom:18px}.ga-agency-notice.success{background:#e4f8ed;color:#087d41}.ga-agency-notice.error{background:#ffe9e9;color:#a31b1b}.ga-agent-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;background:#edf4ff;color:#1858b7;font-size:12px;font-weight:700;margin-left:8px}.ga-card-agent{font-size:12px;color:#52657f;margin:7px 0 0}.ga-card-agent strong{color:#172a45}.ga-card-agent .ga-agent-badge{margin-left:5px}
@media(max-width:700px){.ga-agency-cover{height:160px}.ga-agency-logo{width:82px;height:82px;left:16px;bottom:-25px}.ga-agency-profile-row{padding-left:0;padding-top:24px;display:block}.ga-agency-profile-row .ga-outline-btn{margin-top:12px}.ga-agency-section-head{align-items:flex-start}.ga-agency-form{grid-template-columns:1fr}.ga-agency-form .wide{grid-column:auto}}
.ghp-promo{position:absolute;left:12px;bottom:12px;z-index:4;padding:6px 9px;border-radius:8px;font-size:11px;font-weight:800;color:#fff;box-shadow:0 5px 15px rgba(15,23,42,.2)}.ghp-promo--top{background:#ef8b18}.ghp-promo--featured{background:#1769e0}.ghp-vip+.ghp-promo{bottom:46px}

/* Settings Center integration */
.ga-brand-logo{display:block;width:auto;height:42px;max-width:180px;object-fit:contain}
@media(max-width:820px){.ga-brand-logo{height:34px;max-width:130px}}

/* GeoArea 6.7 — completed two-row header, shared search surface and gold brand. */
@media (min-width:1151px) {
  body.geoarea-body { padding-top:130px !important; }
  .ga-header { height:130px !important; overflow:visible !important; }
  .ga-header-topbar,.ga-header-topbar .ga-header-inner { height:76px !important; }
  .ga-header-navrow,.ga-header-navrow .ga-header-inner { height:54px !important; }
  .ga-header .ga-nav { gap:clamp(18px,2vw,34px) !important; }
  .ga-header .ga-nav a { height:54px !important; font-size:13px !important; }
}
.ga-header .ga-brand-logo {
  width:210px !important;
  height:70px !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center !important;
}
.ga-footer-brand { width:230px !important; height:92px !important; overflow:hidden !important; }
.ga-footer-brand img { width:230px !important; height:92px !important; max-width:none !important; object-fit:cover !important; object-position:center !important; }
.ga-footer-contact .ga-footer-contact-line { display:flex !important; align-items:center !important; gap:10px !important; width:max-content; max-width:100%; margin-bottom:14px !important; color:#cbd5e1 !important; }
.ga-footer-contact-line span { flex:0 0 22px; color:#f0bd45; text-align:center; }
.ga-footer-contact-line strong { min-width:0; overflow-wrap:anywhere; }
.ga-footer-requisites { margin-top:12px; color:#d9e3ef; line-height:1.65; }

@media (min-width:900px) {
  .ga-footer-inner { grid-template-columns:1.35fr .78fr .78fr 1.12fr 1fr !important; gap:34px !important; }
}
@media (max-width:1150px) {
  .ga-header .ga-brand-logo { width:178px !important; height:64px !important; }
}
@media (max-width:700px) {
  .ga-header .ga-brand-logo { width:138px !important; height:54px !important; }
  .ga-footer-brand,.ga-footer-brand img { width:190px !important; height:78px !important; }
}
