/**
Theme Name: atk2
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atk
Template: astra
*/

/* =================================================================
   Güvenlik Eğitimi Template Stilleri (sec- prefix ile çakışma önlendi)
   ================================================================= */

/* Main wrapper for centered sections */
.security-homepage-wrapper {
    max-width: 100%;
    overflow-x: hidden;
}

/* Container */
.sec-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.sec-hero-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.sec-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="rgba(255,255,255,.1)"/><stop offset="100%" stop-color="rgba(255,255,255,0)"/></radialGradient></defs><circle fill="url(%23a)" cx="10" cy="10" r="10"/></svg>') repeat;
    opacity: 0.1;
}

.sec-hero-content {
    position: relative;
    z-index: 2;
}

.sec-hero-content .sec-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.sec-hero-text {
    flex: 1;
}

.sec-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sec-hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.sec-hero-buttons {
    display: flex;
    gap: 20px;
}

.sec-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sec-btn-primary {
    background: #ff6b35;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.sec-btn-primary:hover {
    background: #e55a2d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
}

.sec-btn-secondary {
    background: transparent;
    color: white;
    border-color: rgba(255,255,255,0.3);
}

.sec-btn-secondary:hover {
    background: white;
    color: #1e3c72;
    border-color: white;
}

.sec-btn-white {
    background: white;
    color: #1e3c72;
}

.sec-btn-white:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    color: #1e3c72;
}

.sec-hero-image {
    flex: 0 0 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-security-icon {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.sec-security-icon i {
    font-size: 6rem;
    color: #ff6b35;
}

/* Stats Section */
.sec-stats-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.sec-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-stat-item {
    background: white;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.sec-stat-item:hover {
    transform: translateY(-5px);
}

.sec-stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 10px;
}

.sec-stat-label {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

/* Programs Section */
.sec-programs-section {
    padding: 100px 0;
}

.sec-section-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.sec-section-title {
    font-size: 2.8rem;
    color: #1e3c72;
    margin-bottom: 20px;
    font-weight: 700;
}

.sec-section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.sec-programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.sec-program-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #eee;
}

.sec-program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.sec-program-card.sec-featured {
    border: 2px solid #ff6b35;
    transform: scale(1.05);
}

.sec-featured-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #ff6b35;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.sec-program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.sec-program-icon i {
    font-size: 2rem;
    color: white;
}

.sec-program-title {
    font-size: 1.5rem;
    color: #1e3c72;
    margin-bottom: 15px;
    font-weight: 600;
}

.sec-program-desc {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.sec-program-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.sec-program-features li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.sec-program-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
}

.sec-program-duration {
    background: #f8f9fa;
    color: #1e3c72;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    font-size: 0.9rem;
}

/* Features Section */
.sec-features-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.sec-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-feature-item {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.sec-feature-item:hover {
    transform: translateY(-5px);
}

.sec-feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b35, #e55a2d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.sec-feature-icon i {
    font-size: 1.8rem;
    color: white;
}

.sec-feature-title {
    font-size: 1.3rem;
    color: #1e3c72;
    margin-bottom: 15px;
    font-weight: 600;
}

.sec-feature-desc {
    color: #666;
    line-height: 1.6;
}

/* Page Content Section */
.sec-page-content {
    padding: 80px 0;
    background: white;
}

.sec-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-content-wrapper h1,
.sec-content-wrapper h2,
.sec-content-wrapper h3,
.sec-content-wrapper h4,
.sec-content-wrapper h5,
.sec-content-wrapper h6 {
    color: #1e3c72;
    margin-bottom: 20px;
    font-weight: 600;
}

.sec-content-wrapper h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}

.sec-content-wrapper h2 {
    font-size: 2rem;
    margin-top: 40px;
}

.sec-content-wrapper h3 {
    font-size: 1.5rem;
    margin-top: 30px;
}

.sec-content-wrapper p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
    font-size: 1.1rem;
}

.sec-content-wrapper ul,
.sec-content-wrapper ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.sec-content-wrapper li {
    line-height: 1.6;
    margin-bottom: 8px;
    color: #555;
}

.sec-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.sec-content-wrapper blockquote {
    background: #f8f9fa;
    border-left: 4px solid #ff6b35;
    padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
}

.sec-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.sec-content-wrapper th,
.sec-content-wrapper td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.sec-content-wrapper th {
    background: #1e3c72;
    color: white;
    font-weight: 600;
}

/* CTA Section */
.sec-cta-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.sec-cta-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.sec-cta-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sec-hero-content .sec-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .sec-hero-title {
        font-size: 2.5rem;
    }
    
    .sec-hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .sec-hero-image {
        flex: none;
    }
    
    .sec-section-title {
        font-size: 2.2rem;
    }
    
    .sec-programs-grid {
        grid-template-columns: 1fr;
    }
    
    .sec-program-card.sec-featured {
        transform: none;
    }
    
    .sec-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .sec-features-grid {
        grid-template-columns: 1fr;
    }
    
    .sec-cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .sec-container {
        padding: 0 15px;
    }
    
    .sec-hero-section {
        padding: 60px 0;
    }
    
    .sec-hero-title {
        font-size: 2rem;
    }
    
    .sec-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .sec-programs-grid {
        grid-template-columns: 1fr;
    }
    
    .sec-program-card {
        padding: 30px 20px;
    }
}
