@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}

body {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--grid-text-color);
    margin: 0 0 0 0;
}

h1 {
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h2 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h3 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--primary-font-color);
    margin: 0 0 0 0;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--descprition-color);
    margin: 0 0 0 0;
}


/* Start header css  */

:root {
    --home-header-bg: #fff0;
    --inner-header-bg: #070026;
}
.realestate-header-container.agency-header .realestate-navigation-nav-menus li:hover>a {
    background-color: #E6F2FF;
    color: #0B4BE2; 
}
.realestate-header-container {
    padding: 30px 24px;
    z-index: 9999999;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--green-700);
    padding: 16px 0;
}

.realestate-header-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 70px;
    position: relative;
    gap: 0;
}

.realestate-header-logo {
    flex-shrink: 0;
}

.realestate-navigation-quick.realestate-submission-btn-container {
    flex-shrink: 0;
}

.realestate-header-top-bar .realestate-navigation-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

/* Menü linkleri tek satırda kalsın */
.realestate-navigation-nav ul a {
    white-space: nowrap;
}

/* Varsayılan: tam liste görünür, tekli dropdown gizli */
.realestate-nav-cat-full    { display: list-item; }
.realestate-nav-cat-collapsed { display: none; }

/* Orta boy ekranlar (992–1250px): kategorileri tek dropdown'a topla */
@media (min-width: 992px) and (max-width: 1250px) {
    .realestate-nav-cat-full    { display: none; }
    .realestate-nav-cat-collapsed { display: list-item; }
    .realestate-header-top-bar {
        padding: 0 16px;
    }
    .realestate-navigation-nav ul a {
        padding: 8px 8px;
        font-size: 12px;
    }
    .realestate-header-extra-menus {
        gap: 12px;
        margin-right: 8px;
    }
    .realestate-header-extra-menus > a,
    .realestate-header-extra-menus .kesfet-trigger {
        font-size: 12px;
    }
}

/* Orta boy ekranlar (1251–1399px): tam liste, sadece boyut küçült */
@media (min-width: 1251px) and (max-width: 1399px) {
    .realestate-header-top-bar {
        padding: 0 24px;
    }
    .realestate-navigation-nav ul a {
        padding: 8px 8px;
        font-size: 12px;
    }
    .realestate-header-extra-menus {
        gap: 16px;
        margin-right: 12px;
    }
    .realestate-header-extra-menus > a,
    .realestate-header-extra-menus .kesfet-trigger {
        font-size: 12px;
    }
}

/* xl ekranlar (1400px+): sadece hafif sıkıştır */
@media (min-width: 1400px) and (max-width: 1599px) {
    .realestate-header-top-bar {
        padding: 0 40px;
    }
    .realestate-navigation-nav ul a {
        padding: 9px 10px;
        font-size: 13px;
    }
    .realestate-header-extra-menus {
        gap: 20px;
        margin-right: 16px;
    }
}

.realestate-header-extra-menus {
    gap: 28px;
    margin-right: 28px;
}

.realestate-header-extra-menus > a,
.realestate-header-extra-menus .kesfet-trigger {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
    cursor: pointer;
}

.realestate-header-extra-menus > a:hover,
.realestate-header-extra-menus .kesfet-trigger:hover {
    opacity: 1;
}

.realestate-header-extra-menus .kesfet-trigger .fa-chevron-down {
    font-size: 11px;
    margin-left: 4px;
    transition: transform 0.2s;
}

/* Keşfet Mega Menu */
.kesfet-dropdown-wrapper {
    position: relative;
}

.kesfet-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 16px;
    gap: 32px;
    flex-direction: row;
    min-width: 970px;
    z-index: 99999;
}

.kesfet-mega-menu-inner {
    background: #e2e2e2;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
    padding: 28px 24px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
}

.kesfet-dropdown-wrapper:hover .kesfet-mega-menu {
    display: flex;
}

.kesfet-dropdown-wrapper:hover .kesfet-trigger .fa-chevron-down {
    transform: rotate(180deg);
}

/* Gayrimenkul Mega Menu — kesfet stilini paylaşır, soldan hizalı, yeşil tema */
.gayrimenkul-cat {
    position: relative;
}

.gayrimenkul-cat .gayrimenkul-mega-menu {
    left: 0;
    right: auto;
}

.gayrimenkul-cat:hover .gayrimenkul-mega-menu {
    display: flex;
}

.gayrimenkul-mega-menu .kesfet-mega-menu-inner {
    background: #e2e2e2;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.08);
    padding: 18px 22px;
}

.gayrimenkul-mega-menu .kesfet-mega-col {
    gap: 4px;
}

.gayrimenkul-mega-menu .kesfet-mega-col a {
    padding: 4px 0;
    line-height: 1.3;
}

.gayrimenkul-mega-menu .kesfet-mega-col a.kesfet-all-btn {
    margin-top: 10px;
    padding: 6px 14px;
}

.gayrimenkul-mega-menu .kesfet-col-title {
    color: #aaa;
}

.gayrimenkul-mega-menu .kesfet-mega-col a {
    color: #1a1a2e;
    opacity: 0.85;
}

.gayrimenkul-mega-menu .kesfet-mega-col a:hover {
    color: var(--green-700);
    opacity: 1;
}

.gayrimenkul-mega-menu .kesfet-mega-col a.kesfet-all-btn {
    border-color: rgba(0, 0, 0, 0.25);
    color: #1a1a2e;
}

.gayrimenkul-mega-menu .kesfet-mega-col a.kesfet-all-btn:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: #1a1a2e;
}

/* Kurumsal Ofisler dropdown — kompakt, trigger'ın hemen altında */
.kurumsal-dropdown-wrapper .kurumsal-mega-menu {
    min-width: 240px;
    width: auto;
    left: 0;
    right: auto;
    padding-top: 12px;
}

.kurumsal-mega-menu .kesfet-mega-menu-inner {
    padding: 14px 16px;
    gap: 0;
}

.kurumsal-mega-menu .kesfet-mega-col {
    gap: 6px;
}

.kurumsal-mega-menu .kesfet-mega-col a {
    padding: 4px 0;
    white-space: nowrap;
}

.kesfet-mega-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.kesfet-col-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #aaa;
    margin-bottom: 4px;
}

.kesfet-mega-col a {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.85;
    transition: color 0.2s, opacity 0.2s;
}

.kesfet-mega-col a:hover {
    color: var(--green-700);
    opacity: 1;
}

.kesfet-mega-col a.kesfet-all-btn {
    margin-top: auto;
    display: inline-block;
    padding: 6px 14px;
    border: 1.5px solid var(--green-700);
    border-radius: 6px;
    color: var(--green-700);
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    transition: background-color 0.2s, color 0.2s;
}

.kesfet-mega-col a.kesfet-all-btn:hover {
    background-color: var(--green-700);
    color: #fff;
}

.realestate-submission-btn-container a.me-4 {
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: background-color 0.2s, border-color 0.2s;
}

.realestate-submission-btn-container a.me-4:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

.realestate-header-logo {
    max-width: 205px;
}

/* Logo Text Styling */
.logo-text-link {
    text-decoration: none;
    display: inline-block;
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #F4C83A;
    letter-spacing: -0.02em;
    font-family: var(--bs-body-font-family);
}

.form-submission-btn {
    border: unset;
    background-color: var(--primary-color);
    color: var(--primary-color-700);
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 16px;
    border-radius: 25px;
}

.realestate-submission-btn {
    border: unset;
    background-color: var(--primary-color-700);
    color: var(--primary-color);
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 16px;
    border-radius: 25px;
}

.header-classic2 .realestate-submission-btn {
    background: #fff;
}

.realestate-not-filled-btn-login.realestate-offcanvas-menu-btn {
    color: var(--primary-color);
    border: unset;
    margin-right: 12px;
    background: #fff0;
    border-bottom: 2px solid #fff0;
    text-align: center;
    font-size: 12px;
    background-color: #fff0 !important;
    font-weight: 500;
    padding: 0 7px;
}

.realestate-not-filled-btn-login.realestate-offcanvas-menu-btn:hover {
    border-bottom: 2px solid var(--primary-color);
}

.realestate-not-filled-btn {
    border: unset;
    background-color: var(--primary-color-700);
    color: var(--primary-color);
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 16px;
    border-radius: 4px;
}

.realestate-not-filled-btn-login i,
.realestate-submission-btn i {
    background-color: var(--primary-color);
    color: var(--white-700);
    width: 24px;
    height: 24px;
    border-radius: 6px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.realestate-submission-btn:hover {
    background-color: var(--primary-color);
    color: var(--primary-color-700);
}

.realestate-submission-btn:hover i {
    background-color: var(--primary-color-700);
    color: var(--primary-color);
}

.realestate-navigation-nav {
    position: relative;
}

.realestate-navigation-nav ul {
    padding: 0;
    margin: 0px 10px 0px 10px;
    list-style: none;
    display: flex;
    gap: 0;
}

.realestate-navigation-nav ul a {
    color: #ffffff;
    padding: 9px 13px;
    line-height: 1.6em;
    border-radius: 8px;
    background: transparent;
    transition: all 0.3s ease;
    font-weight: 500;
}

.realestate-navigation-nav ul a:hover {
    background-color: transparent;
    color: #ffffff;
    opacity: 0.8;
}

/* Login Button Styling */
.realestate-login-btn {
    background-color: #F5F5DC !important;
    color: #0b3d34 !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.realestate-login-btn:hover {
    background-color: #E8E8D0 !important;
    color: #0b3d34 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Diagonal Green Gradient Overlay - Görüntüdeki gibi */
.realestate-header-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(11, 61, 52, 0.7) 0%, 
        rgba(11, 61, 52, 0.6) 15%, 
        rgba(12, 50, 65, 0.65) 35%, 
        rgba(18, 40, 55, 0.7) 55%, 
        rgba(20, 35, 50, 0.75) 75%, 
        rgba(15, 25, 40, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
}

.realestate-header.home1 .realestate-header-container {
    position: relative;
    z-index: 2;
}

/* Header overlay için absolute positioning - slider üstünde */
.hero-header-overlay.header-fixed {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
}


/* End header css  */


/* realestate  inner header  */

.realestate-header-container-bottom {
    background-color: var(--inner-header-bg);
}

.realestate-navigation-inner-menus-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.realestate-navigation-inner-menus-list a {
    background: #423b62;
    color: var(--white-700);
    font-size: 12px;
    transition: var(--transition);
    border-radius: 50px;
    padding: 5px 11px;
}

.realestate-navigation-inner-menus-list a:hover {
    background-color: var(--primary-color);
    color: var(--white-700);
}

.realestate-header.inner-pages-header .realestate-header-container {
    background-color: var(--inner-header-bg);
}

.realestate-header.inner-pages-header .realestate-form-content {
    display: flex;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form-inputs {
    width: 200px;
    background: #FFFFFF;
    height: 48px;
    border-radius: 4px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
}

.realestate-header.inner-pages-header .realestate-form-content .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form-inputs span.select2-selection.select2-selection--single.select2-selection--clearable {
    border: unset;
    font-size: 14px;
    color: #73777D !important;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form:first-child {
    width: 200px;
}

.realestate-header.inner-pages-header .realestate-form-content .select2.select2-container {
    width: 100% !important;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form-inputs img {
    margin-top: 7px;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form-inputs span {
    color: #73777D;
    font-weight: 400;
    font-size: 14px;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form:nth-child(2) {
    width: calc(100% - 327px);
    background: #FFFFFF;
    height: 48px;
    border-radius: 4px 0 0 4px;
    padding: 8px 9px;
    display: flex;
    align-items: center;
    margin-left: 17px;
}

.realestate-header.inner-pages-header .realestate-form-content .realestate-form:nth-child(2) .realestate-form-inputs {
    width: 100% ! IMPORTANT;
    padding: 0 0 0 14px;
}
.realestate-header.inner-pages-header .realestate-form-content .realestate-form:nth-child(2) .realestate-form-inputs input {
    border: unset;
    background: none;
    box-shadow: unset;
}
.realestate-header.inner-pages-header .realestate-form-content .realestate-form.search button {
    background: #FFFFFF;
    height: 48px;
    border-radius: 0 4px 4px 0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    margin-left: 1px;
}

/* Sub-menu: realestate-navigation-nav içinde %100 genişlik */
.realestate-navigation-nav-menus .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 120%;
    top: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-width: 100%;
    padding: 8px 0;
    background: #e2e2e2;
    border: none;
    border-radius: 20px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.96) translateY(-8px);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s;
    z-index: 9999;
    overflow: hidden;
}

.realestate-navigation-nav-menus li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(4px);
}

.realestate-navigation-nav-menus .sub-menu::after {
    display: none;
}

.realestate-navigation-nav-menus .sub-menu a {
    min-width: 100%;
    padding: 12px 22px;
    color: #1a1a2e !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: color 0.2s ease, background 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease;
    display: block;
}


/* Gayrimenkul sub-menu: 2 öge tek sırada, kompakt */
.gayrimenkul-cat .sub-menu {
    left: 0;
    right: auto;
    width: auto;
    min-width: 280px;
    grid-template-columns: repeat(2, 1fr);
}
.gayrimenkul-cat .sub-menu li a {
    border-right: none !important;
    border-top: none !important;
}
.gayrimenkul-cat .sub-menu li:first-child a {
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* 5 sütun grid: ayırıcı çizgiler (1.-4. sütun sağ border, 2. satırdan itibaren üst border) */
.realestate-navigation-nav-menus .sub-menu li:nth-child(5n+1) a,
.realestate-navigation-nav-menus .sub-menu li:nth-child(5n+2) a,
.realestate-navigation-nav-menus .sub-menu li:nth-child(5n+3) a,
.realestate-navigation-nav-menus .sub-menu li:nth-child(5n+4) a {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.realestate-navigation-nav-menus .sub-menu li:nth-child(n+6) a {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Tümünü gör: diğer markalarla aynı görünüm, sadece bold (PHP marka sayısını
   5'in katı olacak şekilde ayarlar; buton doğal akışla son hücreye düşer). */
.realestate-navigation-nav-menus .sub-menu .brand-all-btn-li a.brand-all-btn {
    font-weight: 700 !important;
    letter-spacing: 0.02em;
}

/* 992–1250px: sub-menu tek sütun, çizgi yok */
@media (min-width: 992px) and (max-width: 1250px) {
    .realestate-navigation-nav-menus .sub-menu {
        display: block;
        grid-template-columns: none;
    }
    .realestate-navigation-nav-menus .sub-menu li:nth-child(5n+1) a,
    .realestate-navigation-nav-menus .sub-menu li:nth-child(5n+2) a,
    .realestate-navigation-nav-menus .sub-menu li:nth-child(5n+3) a,
    .realestate-navigation-nav-menus .sub-menu li:nth-child(5n+4) a {
        border-right: none;
    }
    .realestate-navigation-nav-menus .sub-menu li:nth-child(n+6) a {
        border-top: none;
    }
}

.realestate-navigation-nav-menus .sub-menu a:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: var(--green-700) !important;
    transform: translateX(2px);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}

.realestate-navigation-nav-menus .sub-menu i {
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 0.9;
}

.realestate-navigation-nav-menus .sub-menu a:hover i {
    color: var(--green-700) !important;
    opacity: 1;
}

.realestate-navigation-nav-menus i {
    color: var(--primary-font-color);
    transition: var(--transition);
    font-size: 10px;
    /* margin-top: -1px; */
    /* margin-left: 3px; */
}

.realestate-navigation-nav-menus .sub-menu .sub-menu::after {
    left: unset;
    right: -6px;
    top: 9px;
}

.realestate-navigation-nav-menus .sub-menu .sub-menu {
    left: -155px;
    top: 0;
}

.realestate-navigation-nav-menus li:hover>a i {
    transform: rotate(180deg);
}


/* inner header  */

.inner-pages-header .realestate-not-filled-btn-login.realestate-offcanvas-menu-btn {
    color: #fff;
    padding: 0 4px;
}

.inner-pages-header .realestate-navigation-nav ul a {
    color: #fff;
}

.inner-pages-header .realestate-navigation-nav ul a i {
    color: #fff;
}

.inner-pages-header .realestate-navigation-nav ul .sub-menu a {
    color: #000000;
}

.inner-pages-header .realestate-navigation-nav ul a:hover i,
.inner-pages-header .realestate-navigation-nav ul a:hover {
    background-color: #fff;
    color: #000;
}

.header-classic2 .realestate-classic-navigation-icons i {
    color: #fff;
}

.header-classic2 .realestate-not-filled-btn-login.realestate-offcanvas-menu-btn {
    color: #fff;
}


.header-classic2 .realestate-not-filled-btn-login.realestate-offcanvas-menu-btn:hover {
    border-bottom: 2px solid #fff;
}

.agency-header .realestate-not-filled-btn-login:hover {
    border-bottom: 2px solid var(--primary-color);
}

.realestate-header.inner-pages-header .realestate-header-container .realestate-not-filled-btn-login.realestate-offcanvas-menu-btn:hover {
    border-color: #fff;
}

/* Fixed header on scroll */
.realestate-header.home1.is-fixed .realestate-header-container {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 16px 0;
    box-shadow: none;
}

/* Header overlay için absolute positioning - slider üstünde */
.hero-header-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #0B3D34;
    background: linear-gradient(180deg, rgba(11, 61, 52, 1) 0%, rgba(0, 0, 0, 0) 80%);
}

.realestate-header.home1.is-fixed .realestate-navigation-nav ul a {
    color: #ffffff;
}
.realestate-header.home1.is-fixed .realestate-navigation-nav ul a:hover {
    background-color: #ffffff;
    color: var(--green-700);
}
.realestate-header.home1.is-fixed .realestate-not-filled-btn-login.realestate-offcanvas-menu-btn,
.realestate-header.home1.is-fixed .realestate-submission-btn {
    color: #ffffff;
}
.realestate-header.home1.is-fixed .realestate-submission-btn {
    background-color: #ffffff;
    color: var(--green-700);
}
.realestate-header.home1.is-fixed .realestate-submission-btn i,
.realestate-header.home1.is-fixed .realestate-not-filled-btn-login i {
    background-color: #ffffff;
    color: var(--green-700);
}
.realestate-header.inner-pages-header .realestate-header-container .realestate-classic-navigation-icons i {
    color: #fff;
}