/* Evde Hasta Bakımı Widget Styles */

.ilgi-hizmet-detay {
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hizmet-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a3a5c 0%, #2d5a8a 100%);
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(75, 183, 241, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 80px 60px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-badge svg {
    width: 20px;
    height: 20px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0 0 35px 0;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(90deg, #4BB7F1 0%, #01D28E 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(75, 183, 241, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(75, 183, 241, 0.4);
    color: #ffffff;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.hero-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 80%;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.3);
}

/* Section Header */
.section-header {
    text-align: left;
    margin-bottom: 60px;
}

.section-header.center {
    text-align: center;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(75, 183, 241, 0.1);
    color: #4BB7F1;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}

/* Özellikler Section */
.hizmet-ozellikler {
    padding: 100px 0;
    background: #ffffff;
}

.ozellikler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.ozellik-card {
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ozellik-card:hover {
    background: #ffffff;
    border-color: #4BB7F1;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(75, 183, 241, 0.15);
}

.ozellik-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4BB7F1 0%, #01D28E 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #ffffff;
}

.ozellik-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
}

.ozellik-card p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.7;
    margin: 0;
}

/* Detaylar Section */
.hizmet-detaylar {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.detay-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.detay-image {
    position: relative;
}

.detay-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.image-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #4BB7F1 0%, #01D28E 100%);
    padding: 25px 30px;
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(75, 183, 241, 0.3);
}

.badge-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.detay-text {
    padding: 20px 0;
}

.detay-description {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.detay-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #2c3e50;
    font-weight: 500;
}

.feature-item svg {
    flex-shrink: 0;
    color: #01D28E;
}

/* Kapsam Section */
.hizmet-kapsam {
    padding: 100px 0;
    background: #ffffff;
}

.kapsam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.kapsam-item {
    padding: 35px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    border-left: 4px solid #4BB7F1;
    transition: all 0.3s ease;
}

.kapsam-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.kapsam-number {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #4BB7F1 0%, #01D28E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 15px;
}

.kapsam-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 12px 0;
}

.kapsam-item p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
}

/* Süreç Section */
.hizmet-surec {
    padding: 100px 0;
    background: linear-gradient(135deg, #4BB7F1 0%, #01D28E 100%);
}

.hizmet-surec .section-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.hizmet-surec .section-title {
    color: #ffffff;
}

.surec-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.surec-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-number {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #4BB7F1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

.timeline-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px 0;
}

.timeline-content p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
}

/* Süreç bölümü için beyaz arka plan üzerindeki başlıklar */
.hizmet-surec .timeline-content h3 {
    color: #2c3e50 !important;
}

.hizmet-surec .timeline-content p {
    color: #5a6c7d !important;
}
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(75, 183, 241, 0.3);
    z-index: 2;
}

.timeline-content {
    flex: 1;
    padding: 20px 0;
}

.timeline-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.timeline-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

/* CTA Section */
.hizmet-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.cta-content > p {
    font-size: 18px;
    color: #5a6c7d;
    line-height: 1.7;
    margin: 0 0 35px 0;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-buttons .btn-primary {
    background: linear-gradient(90deg, #4BB7F1 0%, #01D28E 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(75, 183, 241, 0.3);
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(75, 183, 241, 0.4);
    color: #ffffff;
}

.cta-buttons .btn-secondary {
    background: #ffffff;
    color: #4BB7F1;
    border: 2px solid #4BB7F1;
}

.cta-buttons .btn-secondary:hover {
    background: #4BB7F1;
    color: #ffffff;
}

.cta-info {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a6c7d;
    font-size: 15px;
    font-weight: 500;
}

.info-item svg {
    color: #4BB7F1;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .hero-content {
        padding: 60px 40px;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .hero-image {
        width: 50%;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .detay-content {
        gap: 40px;
    }
    
    .detay-image img {
        height: 400px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .hizmet-hero {
        min-height: auto;
        flex-direction: column;
    }
    
    .hero-content {
        max-width: 100%;
        padding: 60px 30px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-image {
        position: relative;
        width: 100%;
        height: 300px;
        transform: none;
    }
    
    .hero-image img {
        border-radius: 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .hizmet-ozellikler,
    .hizmet-detaylar,
    .hizmet-kapsam,
    .hizmet-surec,
    .hizmet-cta {
        padding: 60px 0;
    }
    
    .ozellikler-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .detay-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .detay-image img {
        height: 300px;
    }
    
    .kapsam-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .surec-timeline::before {
        left: 30px;
    }
    
    .timeline-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .timeline-item {
        gap: 20px;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content > p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .cta-info {
        flex-direction: column;
        gap: 20px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ozellik-card,
.kapsam-item,
.timeline-item {
    animation: fadeInUp 0.6s ease-out;
}
