/* Portfolio Show Page Styles */

/* Page Title Background Images */
.page-title_cloud {
    background-image: url('{{asset("themes/emlak1/assets")}}/images/icons/cloud.png') !important;
}

.page-title_cloud-two {
    background-image: url('{{asset("themes/emlak1/assets")}}/images/icons/cloud-1.png') !important;
}

.page-title_pattern {
    background-image: url('{{asset("themes/emlak1/assets")}}/images/background/pattern-3.png') !important;
}

/* Content Sections */
.content-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-header {
    font-size: 20px;
    color: #171b2a;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header i {
    color: #eb2027;
}

.content-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.description-content {
    color: #363B3D;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
}

/* Properties Details */
.properties-details-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    color: #363B3D;
    font-size: 14px;
    font-weight: 500;
}

.info-value {
    color: #171b2a;
    font-size: 14px;
    font-weight: 600;
}

.info-value.balkon {
    color: #eb2027;
}

/* Features Section */
.property-features-section {
    margin-top: 30px;
}

.property-detail_subheading {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.property-detail_subheading span {
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 24px;
}

.property-detail_subheading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    border-radius: 2px;
}

/* Features Tabs */
.features-tabs-container {
    background: linear-gradient(135deg, #ffffff 0%, #F9F9F9 100%);
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(235, 32, 39, 0.08);
    position: relative;
    overflow: hidden;
}

.features-tabs-container::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(235, 32, 39, 0.1) 0%, rgba(255, 164, 27, 0.1) 100%);
    border-radius: 50%;
    z-index: 1;
}

.features-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.feature-tab-btn {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.8);
    color: #171b2a;
    border: 1px solid rgba(235, 32, 39, 0.2);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-tab-btn.active {
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    color: white;
    border-color: transparent;
}

.feature-tab-btn:hover:not(.active) {
    background: rgba(235, 32, 39, 0.1);
    color: #eb2027;
}

.feature-tab-btn span {
    width: 6px;
    height: 6px;
    background: #eb2027;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.feature-tab-btn.active span {
    background: white;
}

.features-tab-content {
    position: relative;
    z-index: 2;
}

.feature-tab-panel {
    display: none;
}

.feature-tab-panel.active {
    display: block;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border: 1px solid rgba(235, 32, 39, 0.1);
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    margin-bottom: 12px;
}

.feature-item:hover {
    background: rgba(235, 32, 39, 0.05);
    border-color: rgba(235, 32, 39, 0.2);
    transform: translateX(4px);
}

.feature-icon {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
}

.feature-icon i {
    color: white;
    font-size: 10px;
    line-height: 1;
}

.feature-item span {
    color: #171b2a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

/* Gallery Section */
.gallery-main-slider {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.gallery-image {
    border-radius: 8px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(235, 32, 39, 0.8);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-nav-btn:hover {
    background: rgba(235, 32, 39, 1);
}

.slider-nav-btn.prev {
    left: 15px;
}

.slider-nav-btn.next {
    right: 15px;
}

.gallery-thumbnails {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.thumbnails-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: #eb2027 #f0f0f0;
}

.thumbnail-item {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.thumbnail-item:hover {
    opacity: 1;
    border-color: #eb2027;
}

.thumbnail-item.active {
    opacity: 1;
    border-color: #eb2027;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.empty-state {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.empty-state i {
    font-size: 48px;
    color: #e0e0e0;
    margin-bottom: 15px;
}

.empty-state p {
    color: #363B3D;
    font-size: 16px;
    margin: 0;
}

/* Sidebar Widgets */
.sidebar-widget {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #F9F9F9 100%);
    margin-bottom: 20px;
}

.sidebar-widget h4 {
    font-size: 20px;
    color: #171b2a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.sidebar-widget h4 i {
    color: #eb2027;
}

.sidebar-widget h6 {
    font-size: 16px;
    color: #171b2a;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-widget h6 i {
    color: #eb2027;
}

/* İlan No Section */
.ilan-no-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border: 1px solid rgba(235, 32, 39, 0.1);
    margin-bottom: 20px;
}

.ilan-no-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ilan-no-icon i {
    color: white;
    font-size: 16px;
}

.ilan-no-content {
    flex: 1;
}

.ilan-no-label {
    font-size: 13px;
    color: #363B3D;
    margin-bottom: 2px;
}

.ilan-no-value {
    font-size: 18px;
    color: #171b2a;
    font-weight: 600;
}

/* EIDS Section */
.eids-approved {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(235, 32, 39, 0.05) 0%, rgba(255, 164, 27, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(235, 32, 39, 0.2);
    position: relative;
    overflow: hidden;
}

.eids-approved::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(235, 32, 39, 0.1) 0%, rgba(255, 164, 27, 0.1) 100%);
    border-radius: 50%;
    z-index: 1;
}

.eids-logo {
    position: relative;
    z-index: 2;
}

.eids-logo img {
    height: 50px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(235, 32, 39, 0.2);
}

.eids-info {
    flex: 1;
    position: relative;
    z-index: 2;
}

.eids-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.eids-status-dot {
    width: 8px;
    height: 8px;
    background: #eb2027;
    border-radius: 50%;
}

.eids-status-text {
    color: #eb2027;
    font-size: 16px;
    font-weight: 600;
}

.eids-description {
    color: #363B3D;
    font-size: 14px;
    line-height: 1.4;
}

.eids-not-available {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(235, 32, 39, 0.1);
}

.eids-info-icon {
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eids-info-icon i {
    color: #363B3D;
    font-size: 20px;
}

.eids-info-text {
    flex: 1;
    color: #363B3D;
    font-size: 14px;
    line-height: 1.4;
}

/* Consultant Profile */
.consultant-profile {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(235, 32, 39, 0.1);
}

.consultant-avatar {
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 88px;
    border: 3px solid #eb2027;
    box-shadow: 0 4px 12px rgba(235, 32, 39, 0.2);
}

.consultant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultant-info {
    flex: 1;
}

.consultant-name {
    font-size: 18px;
    color: #171b2a;
    margin-bottom: 5px;
    font-weight: 600;
}

.consultant-agency {
    font-size: 14px;
    color: #eb2027;
    font-weight: 500;
    margin-bottom: 8px;
}

.consultant-agency i {
    margin-right: 5px;
}

.consultant-myk {
    font-size: 13px;
    color: #363B3D;
    background: #F5F5F5;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
}

.consultant-myk i {
    margin-right: 5px;
}

/* Contact Information */
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid rgba(235, 32, 39, 0.1);
}

.contact-info-item i {
    color: #eb2027;
    width: 16px;
}

.contact-info-item a {
    color: #171b2a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

/* Address Information */
.address-content {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid rgba(235, 32, 39, 0.1);
}

.address-content p {
    color: #363B3D;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Professional Info */
.professional-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(235, 32, 39, 0.1);
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #eb2027;
    border-radius: 50%;
}

.status-text {
    color: #eb2027;
    font-size: 13px;
    font-weight: 500;
}

.profile-link {
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.profile-link:hover {
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

/* Quick Facts */
.quick-facts-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-fact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border: 1px solid rgba(235, 32, 39, 0.1);
}

.quick-fact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #eb2027 0%, #ffa41b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quick-fact-icon i {
    color: white;
    font-size: 16px;
}

.quick-fact-content {
    flex: 1;
}

.quick-fact-label {
    font-size: 13px;
    color: #363B3D;
    margin-bottom: 2px;
}

.quick-fact-value {
    font-size: 15px;
    color: #171b2a;
    font-weight: 500;
}

/* Map Container */
.map-container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.map-iframe {
    border-radius: 8px;
    overflow: hidden;
}

.map-iframe iframe {
    width: 100%;
    height: 250px;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .consultant-profile {
        flex-direction: column;
        text-align: center;
    }
    
    .professional-info {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .thumbnail-item {
        width: 60px;
        height: 45px;
    }
    
    .slider-nav-btn {
        width: 35px;
        height: 35px;
    }
    
    .features-tab-nav {
        flex-direction: column;
    }
    
    .feature-tab-btn {
        text-align: center;
    }
}
