/* ========================================
   ABOUT PAGE STYLES - PROFESSIONAL ZIGZAG LAYOUT
   ======================================== */

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.about-hero::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 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    pointer-events: none;
}

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

.hero-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-description {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-features {
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.feature-item i {
    margin-right: 1rem;
    font-size: 1.3rem;
}

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

.hero-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Section Badge */
.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    align-items: center;
}

/* Section Titles */
.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

/* Section Descriptions */
.section-description {
    font-size: 25px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

/* Mission Section */
.mission-section {
    background: white;
    position: relative;
}

.mission-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 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f8f9fa" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

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

.section-image img {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.section-image img:hover {
    transform: translateY(-5px);
}

/* Mission Stats */
.mission-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

/* Vision Section */
.vision-section {
    background: #f8f9fa;
    position: relative;
}

.vision-points {
    margin: 2rem 0;
}

.vision-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.vision-point:hover {
    transform: translateY(-3px);
}

.vision-point i {
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.vision-point h4 {
    font-size: 30px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.vision-point p {
    font-size: 20px;
    color: #6c757d;
    margin: 0;
}

/* Founder Section */
.founder-section {
    background: white;
    position: relative;
}

.founder-role {
    font-size: 1.3rem;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 0.5rem;
}

.founder-experience {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.founder-quote {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid #007bff;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 10px;
    font-style: italic;
    font-size: 1.1rem;
    color: #2c3e50;
}

.founder-about h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.founder-about p {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 1rem;
}

/* Message & Expertise Section */
.message-expertise-section {
    background: #f8f9fa;
    position: relative;
}

.message-quote {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 2rem;
    margin: 1.5rem 0;
    border-radius: 15px;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.6;
    position: relative;
}

.message-quote::before {
    content: '"';
    font-size: 4rem;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0.3;
}

.message-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 1rem;
}

.expertise-list {
    margin-top: 2rem;
}

.expertise-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.expertise-item:hover {
    transform: translateY(-3px);
}

.expertise-item i {
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.expertise-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.expertise-item p {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Mobile View (≤600px) */
@media screen and (max-width: 600px) {
    .about-hero {
        padding: 40px 0;
        margin-top: 70px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .section-description {
        font-size: 25px;
    }
    
    .mission-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .vision-point,
    .expertise-item {
        padding: 1rem;
    }
    
    .vision-point h4,
    .expertise-item h4 {
        font-size: 1.1rem;
    }
    .founder-about h4{
        font-size: 40px;
        font-weight: 700;
        
    }
    
    .founder-quote,
    .message-quote {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .message-quote::before {
        font-size: 3rem;
        top: -5px;
        left: 15px;
    }
}

/* Tablet View (601px - 900px) */
@media screen and (min-width: 601px) and (max-width: 900px) {
    .about-hero {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .mission-stats {
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .vision-point,
    .expertise-item {
        padding: 1.2rem;
    }
    
    .founder-quote,
    .message-quote {
        padding: 1.5rem;
        font-size: 1.1rem;
    }
}

/* Laptop View (>900px) */
@media screen and (min-width: 901px) {
    .about-hero {
        padding: 100px 0;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .hero-subtitle {
        font-size: 1.6rem;
    }
    
    .hero-description {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2.8rem;
    }
    
    .section-description {
        font-size: 1.2rem;
    }
    
    .mission-stats {
        gap: 3rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .vision-point,
    .expertise-item {
        padding: 2rem;
    }
    
    .vision-point h4,
    .expertise-item h4 {
        font-size: 1.3rem;
    }
    
    .founder-quote,
    .message-quote {
        padding: 2.5rem;
        font-size: 1.3rem;
    }
    
    .message-quote::before {
        font-size: 5rem;
        top: -15px;
        left: 25px;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Effects */
.section-image img,
.founder-image img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-image img:hover,
.founder-image img:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Button Styles */
.btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}