/* ============================================
   PEYZAJ HİZMETLERİ CUSTOM STYLES
   ============================================ */

/* Why Choose Us Section */
.why-choose-us-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.section-title-main {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.title-highlight {
    color: #0b6e85;
    display: block;
}

.title-bold {
    color: #3d9e3a;
    display: block;
}

.section-subtitle {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.6;
    margin-top: 15px;
}

.advantage-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 2px solid transparent;
}

.advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #3d9e3a;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #0b6e85 0%, #3d9e3a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.advantage-card:hover .advantage-icon {
    transform: scale(1.1) rotate(10deg);
}

.advantage-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b6e85;
    margin-bottom: 12px;
}

.advantage-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Services Section */
.services-section {
    background: #ffffff;
    position: relative;
}

.cta-highlight-box {
    background: linear-gradient(135deg, #3d9e3a 0%, #2d7a2b 100%);
    padding: 30px 40px;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(61, 158, 58, 0.3);
    margin-top: 20px;
}

.cta-text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}

.cta-bold {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.service-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 35px;
    height: 100%;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0b6e85 0%, #3d9e3a 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #3d9e3a;
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0b6e85 0%, #3d9e3a 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    margin-right: 15px;
    flex-shrink: 0;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b6e85;
    margin-bottom: 0;
}

.service-intro {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.service-list li {
    padding: 10px 0;
    font-size: 15px;
    color: #4d4d4d;
    display: flex;
    align-items: flex-start;
}

.service-list li i {
    color: #3d9e3a;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 16px;
    flex-shrink: 0;
}

.service-result {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #3d9e3a;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.service-result strong {
    color: #0b6e85;
    font-weight: 700;
}

/* Benefits Banner */
.benefits-banner {
    background: linear-gradient(135deg, #0b6e85 0%, #3d9e3a 100%);
    position: relative;
}

.benefits-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.benefits-title {
    font-size: 32px;
    font-weight: 800;
    color: #0b6e85;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.benefit-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: #e9ecef;
    transform: translateX(10px);
}

.benefit-item i {
    color: #3d9e3a;
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.benefit-item span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .section-title-main {
        font-size: 32px;
    }

    .cta-text {
        font-size: 20px;
    }

    .cta-bold {
        font-size: 26px;
    }

    .service-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-title-main {
        font-size: 28px;
    }

    .advantage-card {
        margin-bottom: 20px;
    }

    .cta-text {
        font-size: 18px;
    }

    .cta-bold {
        font-size: 22px;
    }

    .benefits-title {
        font-size: 24px;
    }

    .benefit-item {
        margin-bottom: 15px;
    }
}