.hero-container {
    height: 100.1vh;
    background: linear-gradient(135deg, #1a2332 0%, #2c1810 100%);
    display: flex;
    position: relative;
    overflow: hidden;
}

.left-section {
    font-family: 'Playfair Display', 'Roboto', serif;
    width: 50%;
    padding: 80px 60px;
    position: relative;
    z-index: 2;
    background: linear-gradient(rgba(26, 35, 50, 0.85), rgba(44, 24, 16, 0.85)), url('../../../../resim/_r/b/themis.jpg') center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scale-icon {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    filter: brightness(1.2) sepia(1) hue-rotate(45deg) saturate(0.8);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: none;
}

.left-section.collapsed {
    width: 5%;
    padding:0;
}

.left-section.collapsed .scale-icon {
    right: -80px;
    opacity: 0.6;
}

.left-section.collapsed .content-wrapper {
    opacity: 0;
    transform: translateX(-50px);
    font-size: .1px;
}

.right-section {
    width: 50%;
    padding: 80px 100px;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.4s;
    background: linear-gradient(rgb(16 18 21 / 85%), rgb(27 14 8 / 93%)), url(../../../../resim/_r/b/kitaplik.jpg) center / cover;
}

.right-section.expanded {
    width: 95%;
}
.right-section .about-content{
    align-items: center;
    padding-top: 100px !important;
}

.main-title {
    font-family: 'Georgia', serif;
    font-size: 3.5rem;
    font-style: italic;
    color: #f8f9fa;
    margin-bottom: 24px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.description {
    font-size: 1.2rem;
    color: #e9ecef;
    margin-bottom: 32px;
    line-height: 1.6;
    max-width: 500px;
    font-family:  'Work Sans', Nunito, 'Roboto', serif;
}

.services-list {
    list-style: none;
    color: #f8f9fa;
}

.services-list li {
    font-size: 1.1rem;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
    opacity: 0.9;
}

.services-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-color: #f9a163;
    border-radius: 50%;
}

.lawyer-image {
    position: relative;
    max-width: none;
}

.about-btn-text {
    position: absolute;
    top: 105px;
    left: 70%;
    width: 300px;
}

.about-text {
    font-size: 1.1rem;
    margin-bottom: 24px;
    color: #f9a163;
    font-weight: bold;
}
.about-text h4 {
    font-size: 1.5rem;
     color: #fff;
}

.about-btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 48px;
    color: rgba(255, 255, 255, 0.9)!important;
    padding: 6px 16px;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
    font-family: 'Work Sans', 'Roboto', serif;
    /*
    position: absolute;
    top: 150px;
    left: 100%;
    transform: translateX(-100%);
    z-index: 10;
    */
    
}

.about-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 40px rgba(255, 255, 255, 0.15);
}

.about-content {
    color: #f8f9fa;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
    pointer-events: none;
}

.about-content.visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    padding:0 20px 0 60px;
}

.about-content h2 {
    font-size: 3.5rem;
    margin-bottom: 24px;
    color: #d4af37;
    font-weight: bold;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #e9ecef;
}

.content-wrapper {
    transform-origin: left center;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-wrapper.hidden {
    opacity: 0;
    transform: translateX(-30px);
    pointer-events: none;
}

.initial-animation {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.initial-animation.animate {
    opacity: 1;
    transform: translateY(0);
}

.logo_img {
    transition: all 0.2s ease;
    width: auto;
    height: 100px;
    position:absolute;
    top: 10px;
}
.__indexx0 .logo_img{
    height: 80px;
}

@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }

    .left-section, .right-section {
        width: 100%;
        padding: 40px 20px;
    }

    .left-section .content-wrapper {
        padding-top: 130px;
    }
    .right-section{
        max-height: 800px;
        padding-top:100px;
        order: -1;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .lawyer-image {
        width: auto;
    }

    .logo_img {
        height: 80px;
        top: 5px;
    }
    .about-btn-text {
        top: 80px;
        left: 67%;
        width: 200px;
    }
    
}

/* Scroll aşağıda iken logo küçülür */
.navbar.scrolled .logo_img {
    height: 34px;
}