/* Modern Ihracat Hizmetleri Page Styles */
.hero-section {
    padding: 140px 0 60px; /* Adjusted top padding for navbar */
    text-align: center;
}
.hero-section h1 {
    font-size: 4rem;
    font-weight: 700;
}
.hero-section p {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 15px auto 0;
}

.cta-section {
    padding: 80px 0;
    background-color: #00a8e6;
    color: #fff;
}
.cta-section h3 {
    font-size: 2.5rem;
    font-weight: 700;
}
.cta-section .button {
    background-color: #fff;
    color: #00a8e6;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-section .button:hover {
    background-color: #2c3e50;
    color: #fff;
}