#sadeceluks-content .realestate-single-page {
    --primary-color: #0b3d34;
    --primary-color-700: #d4f1ed;
    --secondary-color: #bc7636;
    --primary-font-color: #070026;
    --secondary-font-color: #E6F2FF;
    --a-hover-color: #070026;
    --heading-color: #070026;
    --descprition-color: #73777D;
    --deaf-font-color: #222222;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #eaeef7;
    --primary-border-color-600: #e5edf966;
    --grid-text-color: #73777D;
    --overlay-color: #000000;
    --stats-bg-color: #F4F5F7;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #0b3d34;
    --green-500: #00A884;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #F8BB18;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: 'Urbanist', 'inter', sans-serif;
    --icons-font: "Font Awesome 6 Free";
    --transition: 300ms;
    --overlay-opacity: 0.6;
}

.realestate-gallery-style1 .realestate-gallery-slider-slide {
    padding: 0;
    position: relative;
    width: calc(69% - 10px);
}

.realestate-gallery-style1 .realestate-gallery-slider-slide img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.realestate-gallery-style1 .col-md-4 {
    padding: 0;
    width: 31%;
}

.realestate-gallery-style1 .col-md-4 .realestate-gallery-slider-slide img {
    height: 246px;
}

.realestate-gallery-style1 .col-md-4 .realestate-gallery-slider-slide:first-child {
    margin-bottom: 8px;
}

.realestate-gallery-style1 .col-md-4 .realestate-gallery-slider-slide {
    width: 100%;
}

.row.realestate-gallery-style1 {
    gap: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.realestate-item-details.realestate-dragables-single-gallery-buttons a {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.60);
    display: inline-flex;
    height: 32px;
    padding: 8px 16.13px 9px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--white-700);
    margin-right: 10px;
    transition: var(--transition);
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
}

.realestate-item-details.realestate-dragables-single-gallery-buttons a:hover {
    background-color: var(--black-700);
}

.realestate-single-full-width-section .container {
    position: relative;
}

.realestate-item-details.realestate-dragables-single-gallery-buttons {
    position: absolute;
    bottom: 26px;
    left: 40px;
    flex-wrap: wrap;
    display: flex;
}

.realestated_counted_images {
    position: absolute;
    right: 23px;
    z-index: 999;
    bottom: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #F2F2F2;
    max-width: 196px;
}

.realestated_counted_images a {
    color: #000;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    padding: 8px 16px;
}

.realestate-gallery-style1 .realestate-gallery-slider-slide .fancybox {
    width: 100%;
}

.realestate-gallery-slider-slide-play-button {
    width: auto !important;
    position: absolute;
    object-fit: contain !important;
    height: auto !important;
    margin: auto !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 100px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    justify-content: center;
    color: #ffffff5e;
}

.realestate-gallery-style1 .realestate-gallery-slider-slide .fancybox:hover i {
    color: var(--white-700);
}


/* Header Row Layout */
.realestate-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.realestate-header-left {
    flex: 1;
    min-width: 0;
}

.realestate-header-right {
    flex-shrink: 0;
    text-align: right;
}

.realestate-title-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.realestate-title-heading {
    font-size: 26px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.realestate-title-row .save-property-heart {
    position: static;
    flex-shrink: 0;
}

/* Premium Price Box */
.realestate-price-box {
    background: linear-gradient(145deg, #0b3d34 0%, #0a352d 50%, #083028 100%);
    border-radius: 20px;
    padding: 24px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(11, 61, 52, 0.3),
        0 0 0 1px rgba(188, 118, 54, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.realestate-price-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(188, 118, 54, 0.6), transparent);
}

.realestate-price-box::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.realestate-price-box .price-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 1;
}

.realestate-price-box .price-label::before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #bc7636;
    font-size: 10px;
}

.realestate-price-box .realestate-price {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #f0d78c 0%, #bc7636 50%, #f0d78c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(188, 118, 54, 0.3);
    letter-spacing: -0.5px;
}

.realestate-price-box .price-currency {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.realestate-single-widget.realestate-section-details .realestate-property-details {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 8px;
}

.realestate-single-widget.realestate-section-details .realestate-property-details li {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.4px;
    color: var(--primary-font-color);
    font-family: var(--primary-font);
    background: #f5f5f5;
    padding: 8px 16px;
    border-radius: 50px;
}

.realestate-single-widget.realestate-section-details .realestate-property-details li i {
    margin-right: 4px;
    color: var(--green-700);
}

.realestate-item-details .realestate-adress {
    color: var(--descprition-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.4px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.realestate-item-details .realestate-adress i,
.realestate-section-details .realestate-adress i {
    color: var(--green-700);
    font-size: 18px;
}

/* İl/ilçe ikonu - tema rengi */
.realestate-section-details .realestate-adress i.fa-location-dot,
.realestate-header-left .realestate-adress i.fa-location-dot {
    color: var(--green-700);
}

/* Görüntülenme ikonu - tema rengi */
.realestate-section-details .realestate-property-details li i.fa-eye,
.realestate-header-left .realestate-property-details li i.fa-eye {
    color: var(--secondary-color);
}

.realestate-status-tag.realestate-status-tag-unavailable {
    width: 8px;
    height: 8px;
    background: var(--green-700);
    border-radius: 50%;
}

.realestate-property-item-type-status h3 {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.72px;
    color: var(--green-700);
    font-family: var(--primary-font);
    text-transform: capitalize;
}

.realestate-property-item-type-status {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--primary-color-700);
    border: 1px solid rgba(11, 61, 52, 0.2);
}

.save-property-heart {
    border-radius: 50%;
    background: #F2F2F2;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--transition);
    cursor: pointer;
}

.save-property-heart:hover {
    background: #ffe5e5;
}

.save-property-heart:hover i {
    color: #e74c3c;
}

.save-property-heart i {
    color: #000000;
    font-size: 18px;
    transition: var(--transition);
}

.realestate-single-hilighted-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: var(--transition);
}

.realestate-single-hilighted-features li:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.realestate-single-hilighted-features {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 16px;
    flex-wrap: wrap;
}

.realestate-single-hilighted-features li .hilighted-features p {
    font-size: 12px;
    margin-bottom: 2px;
    color: var(--descprition-color);
}

.realestate-single-hilighted-features li .hilighted-features h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-font-color);
    margin: 0;
}

.realestate-single-hilighted-features li img {
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Features Chips Section */
.features-chips-section {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature-chips-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.feature-chips-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feature-chips-group:first-child {
    padding-top: 0;
}

.feature-chips-header {
    display: flex;
    align-items: center;
    gap: 7px;
}

.feature-chips-header i {
    font-size: 11px;
    color: var(--primary-color);
    opacity: 0.8;
}

.feature-chips-header span {
    font-size: 12px;
    font-weight: 700;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.feature-chips-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f4f6f9;
    border: 1px solid #e5e9f0;
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.feature-chip:hover {
    background: #eaf0fb;
    border-color: var(--primary-color);
}

.feature-chip::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--green-700);
    font-size: 10px;
}

/* Premium Tabs Styling */
.realestate-tabs {
    border: none;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 6px;
    display: flex;
    gap: 6px;
    margin-bottom: 0;
}

.realestate-tabs .nav-item {
    flex: 1;
}

.realestate-tabs .nav-link {
    border: none;
    background: transparent;
    color: var(--descprition-color);
    font-weight: 600;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 12px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.realestate-tabs .nav-link i {
    font-size: 16px;
}

.realestate-tabs .nav-link:hover {
    background: #fff;
    color: var(--green-700);
}

.realestate-tabs .nav-link.active {
    background: var(--green-700);
    color: #fff;
    box-shadow: 0 4px 15px rgba(11, 61, 52, 0.25);
}

.realestate-tabs .nav-link.active i {
    color: #fff;
}

/* Tab Content */
.realestate-tab-content {
    background: transparent;
    border: none;
    margin-top: 0;
}

.tab-inner-content {
    padding: 24px 0;
}

/* Açıklama Tab - Beyaz Arka Plan */
#description .tab-inner-content {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* Features Section */
.features-section {
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
}

.features-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-title i {
    color: var(--green-700);
}

/* Location Tab */
.location-info {
    background: var(--primary-color-700);
    padding: 16px 20px;
    border-radius: 12px;
    border-left: 4px solid var(--green-700);
}

.location-address {
    margin: 0;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-address i {
    color: var(--green-700);
    font-size: 18px;
}

/* Leaflet Map */
.realestate-map-js {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

/* Custom Leaflet Marker */
.custom-leaflet-marker {
    background: transparent !important;
    border: none !important;
}

.leaflet-marker-wrapper {
    position: relative;
    width: 170px;
    height: 170px;
}

.leaflet-marker-wrapper .marker-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(11, 61, 52, 0.12);
    border: 2px solid rgba(11, 61, 52, 0.25);
    animation: leaflet-pulse-ring 2s ease-out infinite;
}

.leaflet-marker-wrapper .marker-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0b3d34 0%, #0a352d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 3px 12px rgba(11, 61, 52, 0.5),
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 0 0 6px rgba(11, 61, 52, 0.25);
}

.leaflet-marker-wrapper .marker-pin i {
    color: #fff;
    font-size: 16px;
}

@keyframes leaflet-pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

/* Hide default Leaflet marker shadow */
.leaflet-marker-shadow {
    display: none !important;
}

/* Leaflet Layer Control Styling */
.leaflet-control-layers {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 8px;
}

.leaflet-control-layers-overlays {
    font-size: 14px;
}

.leaflet-control-layers-base label {
    display: block;
    padding: 6px 10px;
    margin: 2px 0;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-weight: 500;
    color: #070026;
}

.leaflet-control-layers-base label:hover {
    background-color: rgba(11, 61, 52, 0.08);
}

.leaflet-control-layers-base input[type="radio"] {
    margin-right: 8px;
    cursor: pointer;
}

.leaflet-control-layers-expanded {
    padding: 10px;
}

/* Video Tab */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/* No Content Message */
.no-content-message {
    text-align: center;
    padding: 60px 20px;
    color: var(--descprition-color);
}

.no-content-message i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 16px;
    display: block;
}

.no-content-message p {
    font-size: 16px;
    margin: 0;
}

.realestate-single-description p,
.realestate-single-description {
    font-size: 15px;
    line-height: 1.7em;
    color: #4a4a4a;
}

.realestate-single-description {
    max-height: 120px;
    overflow: hidden;
}

.realestate-single-description.active {
    max-height: 100% !important;
}

.realestate-single-section > h4 {
    font-weight: 700;
    margin-bottom: 16px !important;
    font-size: 20px;
    color: var(--heading-color);
}

.realestate-single-section-bordered {
    border-bottom: 1px solid #e5e5e5;
}

.realestate-single-section-overvierw {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: var(--transition);
}

.realestate-single-section-overvierw:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transform: translateX(5px);
}

.realestate-single-section-overvierw img {
    max-width: 24px;
}

.realestate-single-section-overvierw p {
    color: var(--black-700);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.realestate-repeating-floor-plans-navs .nav-link {
    display: inline-flex;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
    background: #fff;
    margin-right: 10px;
    color: var(--black-700);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
}

.realestate-repeating-floor-plans-navs .nav-link:hover {
    border-color: var(--green-700);
    color: var(--green-700);
}

.realestate-repeating-floor-plans-navs .nav-link.active {
    border-color: var(--green-700);
    color: var(--white-700);
    background: var(--green-700);
}

.realestate-repeating-floor-plans-navs .nav-link.active svg path {
    fill: var(--white-700) !important;
}

.realestate-plans-tabs {
    border: unset !important;
    margin: 0;
    padding: 20px 0 0 0;
}

.realestate-highlighted-section {
    background: #F8F8F8;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #e5e5e5;
}

.realestate-repeating-floor-plans-navs {
    border: unset;
    margin-bottom: 13px;
}

.realestate-map-section iframe {
    height: 300px;
    width: 100%;
    border-radius: 16px;
}

.realestate-single-section-features > h6 {
    font-size: 15px;
    padding: 8px 0;
    font-weight: 600;
    color: var(--heading-color);
    border-left: 3px solid var(--secondary-color);
    padding-left: 12px;
}

.realestate-single-section-features ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 6px;
    padding: 8px 0 8px 0;
}

.realestate-single-section-features ul li {
    font-size: 14px;
    color: var(--descprition-color);
    font-weight: 400;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.realestate-single-section-features ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--green-700);
    font-size: 12px;
}

.realestate-single-section-features ul li:last-child {
    border-bottom: none;
}

.single-s-features h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--green-700);
    margin: 20px 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-color-700);
}

.single-s-features h5.property {
    margin-top: 0;
}

.realestate-highlighted-section-border {
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* Sidebar Styling */
.realestate-single-sidebar .realestate-highlighted-section-border {
    padding: 20px;
    margin-bottom: 20px;
}

.realestate-main-profile .realestate-profile-content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Temsilci: Kurum logosu (sol) + kurum adı (sağ) yan yana */
.single-corporation-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.single-corporation-logo-wrap {
    flex-shrink: 0;
}
.single-corporation-logo-wrap .single-corporation-logo-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.single-corporation-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 3px solid var(--primary-color-700); */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}
.single-corporation-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}
.single-corporation-row .content-name {
    width: calc(100% - 80px);
    padding-left: 15px;
}
.single-corporation-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--heading-color);
}
.single-corporation-name,
.single-corporation-name a {
    font-size: 18px;
    font-weight: 700;
}
.single-corporation-name a {
    color: inherit;
    text-decoration: none;
}
.single-corporation-name a:hover {
    color: var(--primary-color);
}
.single-representative-name,
.single-representative-name a {
    color: inherit;
    text-decoration: none;
}
.single-representative-name a:hover {
    color: var(--primary-color);
}

.realestate-list-description {
    background: transparent;
    border: 2px solid var(--green-700);
    padding: 10px 20px;
    transition: var(--transition);
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--green-700);
    font-size: 13px;
    border-radius: 50px;
    cursor: pointer;
}

.realestate-list-description:hover {
    background: var(--green-700);
    color: #fff;
}

.realestate-list-description.active i {
    transform: rotate(180deg);
}

.realestate-main-profile .realestate-profile-content img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    /* border: 3px solid var(--primary-color-700); */
}

/* Corporate Member Logo - Keep rounded style, just adjust object-fit */
.realestate-main-profile .realestate-profile-content img.corporate-member-logo {
    object-fit: cover;
    background: #fff;
    padding: 6px;
}

.realestate-main-profile .realestate-profile-content .content-name {
    width: calc(100% - 80px);
    padding-left: 15px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

.realestate-main-profile .realestate-profile-content .content-name h4 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
    color: var(--heading-color);
}

.realestate-main-profile .realestate-profile-content .content-name h4 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
}

.realestate-main-profile .realestate-profile-content .content-name h4 a:hover {
    color: var(--primary-color);
}

.realestate-main-profile .realestate-profile-line h6 a {
    color: inherit;
    text-decoration: none;
}

.realestate-main-profile .realestate-profile-line h6 a:hover {
    color: var(--primary-color);
}

.realestate-main-profile .realestate-profile-content .content-name p {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--descprition-color);
}

.realestate-main-profile .realestate-profile-icons {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.realestate-main-profile .realestate-profile-icons a {
    flex: 1;
    color: var(--white-700);
    text-align: center;
    border: unset;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--transition);
    border-radius: 50px;
    min-height: 44px;
}

.realestate-main-profile .realestate-profile-icons .whatsapp {
    background-color: #25d366;
    flex: 0 0 50px;
}

.realestate-main-profile .realestate-profile-icons .profile-message-btn {
    background: linear-gradient(135deg, #d4af37 0%, #c9a227 100%);
    color: #fff;
    flex: 1.2;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}

.realestate-main-profile .realestate-profile-icons .mail {
    background-color: var(--secondary-color);
}

.realestate-main-profile .realestate-profile-icons .call {
    background-color: var(--green-700);
}

.realestate-main-profile .realestate-profile-icons a:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* Social Media Icons */
.realestate-social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.realestate-social-icons a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transition: var(--transition);
}

.realestate-social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.realestate-social-icons .social-whatsapp,
.realestate-social-icons .social-instagram,
.realestate-social-icons .social-facebook,
.realestate-social-icons .social-twitter,
.realestate-social-icons .social-linkedin,
.realestate-social-icons .social-youtube {
    background: var(--primary-color);
}

.realestate-social-icons a:hover {
    background: #0e4f44 !important;
}

/* Kurum adı alt satır - Premium sosyal medya ikonları (package_is_feature) */
.realestate-profile-social-row {
    width: 100%;
    display: block;
    margin-top: 16px;
    margin-bottom: 4px;
}

.realestate-social-icons-in-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.realestate-social-icons-in-profile a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.realestate-social-icons-in-profile a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.realestate-social-icons-in-profile .social-whatsapp,
.realestate-social-icons-in-profile .social-instagram,
.realestate-social-icons-in-profile .social-facebook,
.realestate-social-icons-in-profile .social-linkedin,
.realestate-social-icons-in-profile .social-youtube {
    background: var(--primary-color);
}

.realestate-social-icons-in-profile a:hover {
    background: #0e4f44 !important;
}

.realestate-main-profile .realestate-profile-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.realestate-main-profile .realestate-profile-line h6 {
    color: var(--descprition-color);
    font-weight: 400;
    font-size: 13px;
}

.realestate-main-profile .realestate-profile-line a {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: var(--green-700);
}

/* Booking Form */
.realestate-title {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--heading-color);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.realestate-title i {
    color: var(--green-700);
}

.realestate-subtitle {
    font-size: 14px;
    color: var(--descprition-color);
    margin-bottom: 24px;
    line-height: 1.5;
}

.realestate-day-selector {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.realestate-day-selector .slick-slide {
    min-width: 52px;
}

.realestate-day input {
    display: none;
}

.realestate-day label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 12px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    min-width: 52px;
    width: 52px;
    line-height: 1.3;
    cursor: pointer;
    transition: var(--transition);
    font-size: 12px;
    color: var(--descprition-color);
}

.realestate-day label:hover {
    border-color: var(--green-700);
}

.realestate-day label span {
    font-size: 18px;
    margin-top: 3px;
    font-weight: 700;
    color: var(--heading-color);
}

.realestate-day input:checked + label {
    background-color: var(--green-700);
    color: #fff;
    border-color: var(--green-700);
}

.realestate-day input:checked + label span {
    color: #fff;
}

.realestate-time-slot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.realestate-time input {
    display: none;
}

.realestate-time label {
    display: block;
    padding: 10px 16px;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    cursor: pointer;
    color: var(--descprition-color);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

.realestate-time label:hover {
    border-color: var(--green-700);
}

.realestate-time input:checked + label {
    background-color: var(--primary-color-700);
    color: var(--green-700);
    border-color: var(--green-700);
}

.realestate-booking-form .sub-realestate-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--heading-color);
}

.realestate-booking-form textarea {
    width: 100%;
    min-height: 100px;
    padding: 15px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    font-size: 14px;
    resize: vertical;
    transition: var(--transition);
    font-family: inherit;
}

.realestate-booking-form textarea:focus {
    outline: none;
    border-color: var(--green-700);
}

/* Appointment Form Styling */
.appointment-input {
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    transition: var(--transition);
}

.appointment-input:focus {
    border-color: var(--green-700);
    box-shadow: 0 0 0 4px rgba(11, 61, 52, 0.1);
    outline: none;
}

.btn-appointment {
    background: linear-gradient(135deg, var(--green-700) 0%, #0a352d 100%);
    border: none;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(11, 61, 52, 0.25);
    margin-top: 10px;
}

.btn-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(11, 61, 52, 0.35);
    color: #fff;
}

.appointment-note {
    font-size: 12px;
    color: var(--descprition-color);
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
}

.appointment-note i {
    color: var(--green-700);
    margin-right: 6px;
}

.realestate-booking-form .sub-realestate-title i {
    color: var(--secondary-color);
}

.realestate-booking-form .btn-success {
    background: linear-gradient(135deg, var(--green-700) 0%, #0a352d 100%);
    border: none;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(11, 61, 52, 0.25);
}

.realestate-booking-form .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(11, 61, 52, 0.35);
}

/* Sticky Sidebar */
.single-realestate-sidebar-top.sticky {
    position: fixed;
    top: 100px;
    z-index: 100;
}

.single-realestate-sidebar-top.sticky.footers-section {
    position: absolute;
    bottom: 0 !important;
    top: unset;
}

/* Single Section */
.realestate-single-section {
    margin-bottom: 28px;
}

.realestate-item-details.realestate-active-details {
    padding-bottom: 8px;
}


/* Responsive */
@media (max-width: 991px) {
    .realestate-gallery-style1 .realestate-gallery-slider-slide {
        width: 100%;
    }
    
    .realestate-gallery-style1 .realestate-gallery-slider-slide img {
        height: 300px;
    }
    
    .realestate-gallery-style1 .col-md-4 {
        width: 100%;
        display: flex;
        gap: 10px;
    }
    
    .realestate-gallery-style1 .col-md-4 .realestate-gallery-slider-slide {
        flex: 1;
    }
    
    .realestate-gallery-style1 .col-md-4 .realestate-gallery-slider-slide img {
        height: 150px;
    }
    
    .realestate-gallery-style1 .col-md-4 .realestate-gallery-slider-slide:first-child {
        margin-bottom: 0;
    }
    
    .realestate-header-row {
        flex-direction: column;
    }
    
    .realestate-header-right {
        width: 100%;
        text-align: left;
    }
    
    .realestate-price-box {
        display: inline-block;
    }
    
    .realestate-single-hilighted-features {
        gap: 10px;
    }
    
    .realestate-single-hilighted-features li {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .realestate-single-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .realestate-gallery-style1 .col-md-4 {
        flex-direction: column;
    }
    
    .realestate-tabs {
        flex-direction: column;
        gap: 4px;
    }
    
    .realestate-tabs .nav-link {
        padding: 12px 16px;
        justify-content: flex-start;
    }
    
    .tab-inner-content {
        padding: 16px;
    }
    
    .realestate-day-selector {
        flex-wrap: wrap;
    }
    
    .realestate-main-profile .realestate-profile-icons {
        flex-wrap: wrap;
    }
    
    .realestate-main-profile .realestate-profile-icons a.call,
    .realestate-main-profile .realestate-profile-icons a.mail {
        flex: 1 1 calc(50% - 4px);
    }
    
    .realestate-main-profile .realestate-profile-icons a.whatsapp {
        flex: 1 1 100%;
    }
    
    /* Features Chips - Tablet */
    .feature-chips-header span {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .realestate-single-widget.realestate-section-details .realestate-property-details li {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .realestate-single-hilighted-features li {
        flex: 1 1 100%;
    }
    
    /* Features Chips - Mobile */
    .feature-chip {
        font-size: 12px;
        padding: 4px 10px;
    }
}

/* ============================================
   Single Page - Mesaj Modal Stilleri
   ============================================ */
.message-modal-premium {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
    font-family: 'Urbanist', 'inter', sans-serif;
}

.message-modal-header {
    background: linear-gradient(135deg, #0b3d34 0%, #0a4d42 50%, #0b3d34 100%);
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.message-modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(188, 118, 54, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.message-modal-header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.message-modal-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.message-modal-icon i {
    font-size: 22px;
    color: #bc7636;
}

.message-modal-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.message-modal-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.message-modal-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.message-modal-close {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.message-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: rotate(90deg);
}

.message-modal-body {
    padding: 28px;
    background: #fff;
}

.message-portfolio-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #f8faf9 0%, #f0f5f4 100%);
    border-radius: 14px;
    border: 1px solid #e5ebe9;
    margin-bottom: 24px;
}

.message-portfolio-image {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.message-portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-portfolio-details {
    flex: 1;
    min-width: 0;
}

.message-portfolio-label {
    font-size: 0.75rem;
    color: #0b3d34;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 4px;
}

.message-portfolio-title {
    font-size: 1rem;
    font-weight: 600;
    color: #070026;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-portfolio-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #bc7636;
}

.message-input-group {
    margin-bottom: 20px;
}

.message-input-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #070026;
    margin-bottom: 10px;
}

.message-input-label i {
    color: #0b3d34;
    font-size: 1rem;
}

.message-textarea {
    width: 100%;
    border: 2px solid #e5ebe9;
    border-radius: 14px;
    padding: 16px;
    font-size: 0.95rem;
    font-family: 'Urbanist', 'inter', sans-serif;
    resize: none;
    transition: all 0.3s ease;
    background: #fafbfb;
    color: #070026;
    line-height: 1.6;
}

.message-textarea::placeholder {
    color: #9ca3af;
}

.message-textarea:focus {
    outline: none;
    border-color: #0b3d34;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 61, 52, 0.08);
}

.message-char-count {
    text-align: right;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 8px;
    font-weight: 500;
}

.message-alert {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-alert.alert-success {
    background: linear-gradient(135deg, #d4f1ed 0%, #e8f8f5 100%);
    color: #0b3d34;
    border: 1px solid #a8e6cf;
}

.message-alert.alert-danger {
    background: linear-gradient(135deg, #ffe4e6 0%, #fff1f2 100%);
    color: #dc2626;
    border: 1px solid #fecaca;
}

.message-modal-footer {
    padding: 20px 28px;
    background: #f8faf9;
    border-top: 1px solid #e5ebe9;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.message-btn-cancel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid #e5e5e5;
    background: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Urbanist', 'inter', sans-serif;
}

.message-btn-cancel:hover {
    border-color: #d1d5db;
    background: #f9fafb;
    color: #374151;
}

.message-btn-send {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border: none;
    background: linear-gradient(135deg, #0b3d34 0%, #0a4d42 100%);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Urbanist', 'inter', sans-serif;
    box-shadow: 0 4px 15px rgba(11, 61, 52, 0.3);
}

.message-btn-send:hover {
    background: linear-gradient(135deg, #0a4d42 0%, #0b3d34 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(11, 61, 52, 0.4);
}

.message-btn-send:disabled {
    background: #9ca3af;
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.message-btn-send i,
.message-btn-cancel i {
    font-size: 0.85rem;
}

@media (max-width: 576px) {
    .message-modal-header {
        padding: 20px;
    }
    .message-modal-body {
        padding: 20px;
    }
    .message-modal-footer {
        padding: 16px 20px;
        flex-direction: column;
    }
    .message-btn-cancel,
    .message-btn-send {
        width: 100%;
        justify-content: center;
    }
    .message-portfolio-info {
        flex-direction: column;
        text-align: center;
    }
    .message-portfolio-image {
        width: 100%;
        height: 120px;
    }
}
