/* Hakkımızda Sayfası CSS - Doğrudan HTML içinde */

.hero-section-modern {
    position: relative;
    background: linear-gradient(135deg, #ff6f61 0%, #c3002f 100%) !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.hero-title-modern {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    color: white !important;
}

.text-gradient {
    background: linear-gradient(45deg, #ffb366, #ff8a50) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-subtitle {
    font-size: 1.25rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-primary-modern {
    background: linear-gradient(45deg, #ffb366, #ff8a50) !important;
    border: none !important;
    color: #c3002f !important;
    text-decoration: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
}

.btn-outline-modern {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    color: white !important;
    text-decoration: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
}

.vision-card, .mission-card {
    background: white !important;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(195, 0, 47, 0.1);
    position: relative;
    overflow: hidden;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6f61, #c3002f) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    animation: pulse 2s ease-in-out infinite;
}

.card-icon i {
    font-size: 2rem;
    color: white !important;
}

.card-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #c3002f !important;
}

.feature-card {
    background: white !important;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(195, 0, 47, 0.1);
    height: 100%;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6f61, #c3002f) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    animation: pulse 2s ease-in-out infinite;
}

.feature-icon i {
    font-size: 1.75rem;
    color: white !important;
}

.feature-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #c3002f !important;
}

.projects-card, .strengths-card {
    background: white !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(195, 0, 47, 0.1);
    height: 100%;
}

.card-header-modern {
    background: linear-gradient(135deg, #ff6f61, #c3002f) !important;
    color: white !important;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-header-modern i {
    font-size: 1.5rem;
    color: white !important;
}

.card-header-modern h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin: 0;
    color: white !important;
}

.card-body-modern {
    padding: 2rem;
}

.projects-list, .strengths-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.projects-list li, .strengths-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    color: #2c3e50;
    border-bottom: 1px solid #f0f0f0;
}

.projects-list li:last-child, .strengths-list li:last-child {
    border-bottom: none;
}

.projects-list i {
    color: #c3002f !important;
    font-size: 1.2rem;
}

.strengths-list i {
    color: #ff8a50 !important;
    font-size: 1.2rem;
}

.team-card {
    background: linear-gradient(135deg, #ff6f61, #c3002f) !important;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 15px 35px rgba(195, 0, 47, 0.2);
}

.team-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.team-icon i {
    font-size: 2.5rem;
    color: white !important;
}

.team-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: white !important;
}

.team-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-card {
    background: linear-gradient(135deg, #ffb366, #ff8a50) !important;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(255, 138, 80, 0.3);
}

.contact-icon {
    font-size: 2rem;
    color: #c3002f !important;
}

.contact-text h4 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #c3002f !important;
}

.contact-link {
    background: #c3002f !important;
    color: white !important;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.bg-light-modern {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%) !important;
}

/* CSS Animasyonları */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
    50% { box-shadow: 0 20px 40px rgba(195, 0, 47, 0.5); }
}

.hero-image-modern {
    animation: float 3s ease-in-out infinite, glow 2s ease-in-out infinite;
}

.hero-image-glow {
    animation: pulse 3s ease-in-out infinite;
}

.section-title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #c3002f !important;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-image-container {
    position: relative;
    display: inline-block;
}

.hero-image-modern {
    max-width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    object-fit: contain !important;
}

.hero-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 182, 193, 0.3) 0%, transparent 70%);
    border-radius: 20px;
    z-index: -1;
    filter: blur(20px);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    /* Hero Section Mobil */
    .hero-section-modern {
        padding: 2rem 0 !important;
    }
    
    .hero-title-modern {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .hero-image-modern {
        max-height: 250px !important;
        margin-top: 1rem !important;
    }
    
    .min-vh-75 {
        min-height: auto !important;
    }
    
    /* Butonlar Mobil */
    .btn-lg {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .hero-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .hero-buttons .btn {
        margin-right: 0 !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Kartlar Mobil */
    .vision-card, .mission-card {
        padding: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .card-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1rem !important;
    }
    
    .card-icon i {
        font-size: 1.5rem !important;
    }
    
    .card-title {
        font-size: 1.4rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .card-text {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    /* Feature Kartları Mobil */
    .feature-card {
        padding: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .feature-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1rem !important;
    }
    
    .feature-icon i {
        font-size: 1.5rem !important;
    }
    
    .feature-title {
        font-size: 1.1rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .feature-text {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    /* Section Title Mobil */
    .section-title {
        font-size: 1.8rem !important;
        margin-bottom: 1rem !important;
    }
    
    .section-subtitle {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
    }
    
    /* Projects & Strengths Kartları Mobil */
    .projects-card, .strengths-card {
        margin-bottom: 1rem !important;
    }
    
    .card-header-modern {
        padding: 1rem 1.5rem !important;
    }
    
    .card-header-modern h3 {
        font-size: 1.2rem !important;
    }
    
    .card-header-modern i {
        font-size: 1.2rem !important;
    }
    
    .card-body-modern {
        padding: 1.5rem !important;
    }
    
    .projects-list li, .strengths-list li {
        padding: 0.5rem 0 !important;
        font-size: 0.9rem !important;
    }
    
    .projects-list i, .strengths-list i {
        font-size: 1rem !important;
    }
    
    /* Team Card Mobil */
    .team-card {
        padding: 2rem 1.5rem !important;
    }
    
    .team-icon {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 1.5rem !important;
    }
    
    .team-icon i {
        font-size: 2rem !important;
    }
    
    .team-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .team-text {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    /* Contact Card Mobil */
    .contact-card {
        padding: 1.5rem !important;
    }
    
    .contact-content {
        text-align: center !important;
    }
    
    .contact-icon {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .contact-text h4 {
        font-size: 1.1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .contact-link {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    /* Container Padding Mobil */
    .container-xl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    /* Section Padding Mobil */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* Tablet Optimizasyonu */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-title-modern {
        font-size: 2.5rem !important;
    }
    
    .hero-subtitle {
        font-size: 1.1rem !important;
    }
    
    .vision-card, .mission-card {
        padding: 2rem !important;
    }
    
    .card-icon {
        width: 70px !important;
        height: 70px !important;
    }
    
    .card-icon i {
        font-size: 1.75rem !important;
    }
    
    .feature-card {
        padding: 1.75rem !important;
    }
    
    .feature-icon {
        width: 65px !important;
        height: 65px !important;
    }
    
    .feature-icon i {
        font-size: 1.6rem !important;
    }
    
    .section-title {
        font-size: 2rem !important;
    }
    
    .team-title {
        font-size: 1.75rem !important;
    }
}

/* Çok Küçük Ekranlar */
@media (max-width: 480px) {
    .hero-section-modern {
        padding: 1.5rem 0 !important;
    }
    
    .hero-title-modern {
        font-size: 1.5rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.9rem !important;
    }
    
    .hero-image-modern {
        max-height: 200px !important;
    }
    
    .vision-card, .mission-card {
        padding: 1rem !important;
    }
    
    .card-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .card-icon i {
        font-size: 1.2rem !important;
    }
    
    .card-title {
        font-size: 1.2rem !important;
    }
    
    .card-text {
        font-size: 0.8rem !important;
    }
    
    .feature-card {
        padding: 1rem !important;
    }
    
    .feature-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .feature-icon i {
        font-size: 1.2rem !important;
    }
    
    .feature-title {
        font-size: 1rem !important;
    }
    
    .feature-text {
        font-size: 0.8rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
    
    .section-subtitle {
        font-size: 0.9rem !important;
    }
    
    .card-header-modern h3 {
        font-size: 1.1rem !important;
    }
    
    .projects-list li, .strengths-list li {
        font-size: 0.8rem !important;
    }
    
    .team-card {
        padding: 1.5rem 1rem !important;
    }
    
    .team-icon {
        width: 60px !important;
        height: 60px !important;
    }
    
    .team-icon i {
        font-size: 1.5rem !important;
    }
    
    .team-title {
        font-size: 1.3rem !important;
    }
    
    .team-text {
        font-size: 0.8rem !important;
    }
    
    .contact-card {
        padding: 1rem !important;
    }
    
    .contact-text h4 {
        font-size: 1rem !important;
    }
    
    .contact-link {
        padding: 0.5rem 1rem !important;
        font-size: 0.8rem !important;
    }
    
    .container-xl {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
} 