/* Yalnızca ana sayfa (Index) düzeni */

.service-area:last-of-type {
    margin-bottom: 80px;
}

.testimonial-area + .service-area {
    padding-top: 20px !important;
}

@media (max-width: 768px) {
    .service-area:last-of-type {
        margin-bottom: 60px;
        padding: 20px 0 !important;
    }

    .testimonial-area + .service-area {
        padding-top: 15px !important;
    }

    .service-area:last-of-type .section-header {
        margin-bottom: 10px !important;
    }

    .service-area:last-of-type .section-header h2.title {
        margin-bottom: 10px !important;
    }
}

/* Hero ilk slayt CTA (koyu arka plan üzerinde) */
.first-slide-btn {
    color: #2d3152 !important;
}

.first-slide-btn span::before,
.first-slide-btn span::after,
.first-slide-btn::before,
.first-slide-btn::after {
    background: #2d3152 !important;
}

.first-slide-btn span {
    border-color: #2d3152 !important;
}

.first-slide-btn:hover,
.first-slide-btn:hover span {
    color: #2d3152 !important;
    border-color: #2d3152 !important;
}

.first-slide-btn:hover::before,
.first-slide-btn:hover::after,
.first-slide-btn:hover span::before,
.first-slide-btn:hover span::after {
    background: #2d3152 !important;
}
