/* Intro Section Styles */
.second-section {
    background-color: var(--dark-background-color);
    height: 350px;
    display: flex;
    align-items: center;
    padding: 30px 0;
}



.second-section .second-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 1200px;
    margin: 0 auto;
}

.second-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-light);
    padding: 0;

}

.second-content p span {
    color: var(--gold-color);
    font-weight: 600;
}

.second-content p {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
}

/* Responsive Intro Section */
@media (max-width: 991px) {
    .second-section {
        height: auto;
        padding: 40px 0;
    }

    .second-content h2 {
        font-size: 28px;
    }

    .second-content p {
        font-size: 14px;
    }
} 

.second-content h2 {
    color: var(--gold-color);
    font-family: 'Times New Roman', serif;
}
/* Responsive Section 1 */
@media (max-width: 991px) {
    .third-section {
        height: auto;
        min-height: 350px;
        padding: 40px 0;
    }

    .third-section p {
        font-size: 36px;
        white-space: normal;
        padding: 0 15px;
    }
} 


.image-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    min-height: 600px;
}
.image-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-light);
    padding: 0;
}

.image-content h2 {
    padding-top: 500px;
    color: var(--gold-color);
    font-family: 'Times New Roman', serif;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.second-section-2 {
    height: 350px;
    min-height: 350px;
    background-color: var(--background-color);
}

.second-section-3 {
    height: 350px;
    min-height: 350px;
    background-color: var(--dark-background-color);
}


.second-section-custom2-1 {
    height: 350px;
    min-height: 350px;
    background-color: var(--background-color);
}

/* Çalışma Adımları (Working Steps) Bölümü */
.working-steps-section {
    background-color: var(--dark-background-color);
    padding: 50px 0;
    display: flex;
    flex-direction: column; /* İçerikleri alt alta dizmek için */
    align-items: center;
    justify-content: center;
}

.working-steps-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 0 15px; /* Bölümler arasında boşluk eklemek için */
    flex-wrap: wrap;
    flex-direction: row; /* Görsel ve metin yan yana kalacak */
    margin: 0 auto;
    color: var(--text-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Bölümleri ayırmak için hafif çizgi */
}
.working-steps-section h2 {
    color: var(--text-light);
    font-family: 'Times New Roman', serif;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.image-container {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    padding: 15px;
    text-align: center;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-container {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    padding: 15px;
    text-align: left;
}

.text-container h2 {
    color: var(--gold-color);
    font-family: 'Times New Roman', serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.text-container p {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
    color: var(--text-light);
}

/* Responsive Tasarım */
@media (max-width: 991px) {
    .working-steps-content {
        flex-direction: column; /* Mobilde görsel ve metin alt alta gelsin */
        text-align: center;
        padding: 20px 0;
    }

    .text-container h2 {
        font-size: 28px;
    }

    .text-container p {
        font-size: 16px;
    }
}


.second-section-custom2-1 {
    background-color: var(--dark-background-color);
}

.second-section-custom2-2 {
    background-color: var(--background-color);
}


.second-content-custom3-1 h2{
    margin-bottom: 40px;
}

.second-section-custom3-2 {
    background-color: var(--background-color);
    height: 250px;
}

.second-section-custom4-1 {
    background-color: var(--background-color);
}


