.services-header {
    position: relative;
    height: 27em; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    font-family: 'Urbanist', sans-serif;
}

.services-title {
    font-size: 4em;
    color: #FFF; /* Title color */
    margin: 0;
    padding-left: 8%;
    text-align: left; /* Align title to the left */
    width: 40%;
}

.services-description {
    font-size: 1.5em;
    color: #FFF; /* Description color */
    margin-top: 10px;
    text-align: left; /* Align description to the left */
    width: 35%;
    padding-left: 8%;
}

.services-sub-items {
    font-family: 'Urbanist', sans-serif;
    margin-left: 30px;
    display: flex; /* Flexbox ile düzenleme */
    align-items: center; /* Yatayda ortalama */
}

.services-first-section {
    font-family: 'Urbanist', sans-serif;

    display: flex; /* Flexbox ile düzenleme */
    align-items: center; /* Resim ve yazıların ortalanması */
    padding-bottom: 90px;

}

.services-first-section img {
    margin-right: 20px; /* Resim ile yazı arasına boşluk bırakma */
    height: auto; /* Yüksekliği otomatik ayarlama */
}

.services-first-section div {

    padding-left: 5%;
    display: flex;
    flex-direction: column; /* Yazıları alt alta hizalama */
}

.services-item-title {
    font-family: 'Urbanist', sans-serif;

    font-size: 2.5rem;
    color: #1E2039;
    margin: 0; /* Margin sıfırlama */
    margin-left: 50px;
    padding-right: 80px ;
}

.services-item-subtitle {
    font-family: 'Urbanist', sans-serif;

    font-size: 1.3rem;
    color: #1E2039;
    margin: 0; /* Margin sıfırlama */
    padding-top: 50px;
    margin-left: 50px;
    padding-right: 80px ;
    width: 75%;
}

.content-planning-section {
    margin-left: 8%;
    margin-right: 8%;
    height: 432px;
    background-color: #483C83;
    margin-top: 70px;
    border-radius: 10px;
    display: flex; /* Use flexbox to arrange the elements */
    align-items: center; /* Center the items vertically */
    
}

.content-planning-text {
    flex: 1; /* Allow the text to take up remaining space */
    padding-right: 20px; /* Add some space between the text and the image */
    margin-left: 20px;

    padding-left: 30px;
}

.content-planning-title {
    align-items: flex-start;
    padding-top: 4px;
    width: 70%;
    font-size: 2.5rem; /* Adjust the font size */
    color: #FFFFFF; /* Set the text color */
    margin-bottom: 10px; /* Add some space below the title */
    font-family: 'Urbanist', sans-serif;
    font-weight:600;
    
    
}

.content-planning-description {
    font-size: 1.3rem; /* Adjust the font size */
    color: #F3F4F6; /* Set the text color */
    font-family: 'Urbanist', sans-serif;
    width: 70%;
    font-weight:100;
    
}

.content-planning-image {
    flex-shrink: 0; /* Prevent the image from shrinking */
}

.content-planning-image img {
    width: auto;
    height: 640px; /* Maintain the aspect ratio */
    align-items: center;
}

.more-info-button{
    font-family: 'Urbanist', sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    
}

/* Tablet ve mobil cihazlar için stil */
@media (max-width: 1024px) {
    .content-planning-section {
        flex-direction: column; /* Dikey hizalama */
        height: auto; /* Yüksekliği otomatik ayarla */
        padding: 20px; /* Ekstra iç boşluk */
    }

    .content-planning-text {
        padding-right: 0; /* Sağ boşluğu sıfırla */
        margin-left: 0; /* Sol boşluğu sıfırla */
        padding-left: 0; /* Sol iç boşluğu sıfırla */
        text-align: center; /* Metni ortala */
        margin-bottom: 20px; /* Alt boşluk ekle */
    }

    .content-planning-title {
        font-size: 2rem; /* Yazı boyutunu küçült */
        width: 100%; /* Tam genişlik */
        padding-top: 10px; /* Üstten boşluk bırak */
    }

    .content-planning-description {
        font-size: 1.1rem; /* Yazı boyutunu küçült */
        width: 100%; /* Tam genişlik */
        margin-bottom: 20px; /* Alt boşluk ekle */
    }

    .content-planning-image {
        width: 100%; /* Görüntü genişliğini tam yap */
        text-align: center; /* Görüntüyü ortala */
    }

    .content-planning-image img {
        width: 80%; /* Görüntü genişliğini %80 yap */
        height: auto; /* Yüksekliği otomatik ayarla */
    }

    .more-info-button {
        display: block;
        margin: 0 auto; /* Butonu ortala */
        padding: 10px 20px; /* İç boşluk ekle */
        font-size: 1rem; /* Yazı boyutunu ayarla */
    }
}

/* Mobil cihazlar için stil */
@media (max-width: 768px) {
    .content-planning-title {
        font-size: 1.8rem; /* Yazı boyutunu daha da küçült */
    }

    .content-planning-description {
        font-size: 1rem; /* Yazı boyutunu daha da küçült */
    }

    .content-planning-image img {
        width: 100%; /* Görüntü genişliğini tam yap */
    }

    .more-info-button {
        font-size: 0.9rem; /* Buton yazı boyutunu küçült */
        padding: 8px 16px; /* Buton iç boşluklarını küçült */
    }
}
