/* About Page Specific Styles */

/* Hero Section */
.about-only .hero-section {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-only .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-only .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-only .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(17, 45, 101, 0.8), rgba(0, 184, 204, 0.6));
}

.about-only .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-only .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-only .hero-title .text-gradient {
    background: linear-gradient(45deg, #D4AF37, #00B8CC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-only .hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* CEO Message Section */
.about-only .ceo-band {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 80px 0;
}

.about-only .ceo-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(0, 184, 204, 0.2);
}

.about-only .ceo-head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.about-only .ceo-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00B8CC, #0099A8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.about-only .ceo-name {
    color: #112D65;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.about-only .ceo-role {
    color: #00B8CC;
    font-weight: 600;
    font-size: 1rem;
}

.about-only .quote-mark {
    position: absolute;
    top: 2rem;
    right: 2rem;
    opacity: 0.3;
}

.about-only .ceo-message {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

.about-only .ceo-message p {
    margin-bottom: 1.5rem;
}

.about-only .ceo-message p:last-child {
    margin-bottom: 0;
    color: #00B8CC;
    font-weight: 600;
}

/* Vision & Mission Section */
.about-only .vm-section {
    background: white;
    padding: 80px 0;
}

.about-only .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.about-only .section-title {
    font-size: 2.5rem;
    color: #112D65;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.about-only .title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #00B8CC);
    margin: 0 auto;
    border-radius: 2px;
}

.about-only .vm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.about-only .vm-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid rgba(0, 184, 204, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-only .vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #00B8CC);
}

.about-only .vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-only .vm-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00B8CC, #0099A8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: white;
    font-size: 2rem;
}

.about-only .vm-title {
    color: #112D65;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.about-only .vm-divider {
    width: 60px;
    height: 3px;
    background: #D4AF37;
    margin: 0 auto 2rem;
    border-radius: 2px;
}

.about-only .vm-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}

/* Core Values Section */
.about-only .values-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.about-only .values-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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23D4AF37" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.about-only .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 10;
}

.about-only .value-tile {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 184, 204, 0.1);
}

.about-only .value-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.about-only .value-badge {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #D4AF37, #B8941F);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.75rem;
}

.about-only .value-title {
    color: #112D65;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.about-only .value-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Stats Band */
.about-only .stats-band {
    background: linear-gradient(135deg, #112D65 0%, #00B8CC 100%);
    color: white;
    padding: 60px 0;
}

.about-only .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.about-only .stat {
    padding: 1.5rem;
}

.about-only .stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #D4AF37;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.about-only .stat-suffix {
    font-size: 2rem;
    font-weight: 700;
    color: #D4AF37;
}

.about-only .stat-text {
    font-size: 2rem;
    font-weight: 700;
    color: #D4AF37;
    font-family: 'Montserrat', sans-serif;
}

.about-only .stat-label {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 0.5rem;
    display: block;
}

/* Timeline Section */
.about-only .timeline-section {
    background: white;
    padding: 80px 0;
}

.about-only .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.about-only .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: linear-gradient(180deg, #00B8CC, #D4AF37);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 2px;
}

.about-only .timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    margin-bottom: 3rem;
}

.about-only .timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #D4AF37;
    border: 4px solid white;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.about-only .timeline-item:nth-child(odd) {
    left: 0;
}

.about-only .timeline-item:nth-child(even) {
    left: 50%;
}

.about-only .timeline-item:nth-child(odd)::after {
    right: -12px;
}

.about-only .timeline-item:nth-child(even)::after {
    left: -12px;
}

.about-only .timeline-content {
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 184, 204, 0.1);
}

.about-only .timeline-title {
    color: #112D65;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.about-only .timeline-description {
    color: #666;
    line-height: 1.6;
}

/* Certifications Ribbon */
.about-only .cert-ribbon {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.about-only .cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.about-only .cert-chip {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 184, 204, 0.1);
}

.about-only .cert-chip:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #00B8CC;
}

.about-only .cert-chip i {
    font-size: 2.5rem;
    color: #00B8CC;
    margin-bottom: 1rem;
    display: block;
}

.about-only .cert-chip span {
    color: #112D65;
    font-weight: 600;
    font-size: 0.95rem;
}

/* CTA Banner */
.about-only .cta-banner {
    background: linear-gradient(135deg, #112D65 0%, #00B8CC 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.about-only .cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}

/* Button Styles */
.btn-gold {
    background: linear-gradient(135deg, #D4AF37, #B8941F);
    color: white;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
    color: white;
    text-decoration: none;
}

/* Animations */
.about-only .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.about-only .animate-on-scroll.animate-fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Fuel Droplets */
.about-only .fuel-droplet {
    position: absolute;
    background: #D4AF37;
    border-radius: 50%;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
}

.about-only .droplet-1 {
    width: 20px;
    height: 20px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.about-only .droplet-2 {
    width: 15px;
    height: 15px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.about-only .droplet-3 {
    width: 25px;
    height: 25px;
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-only .hero-title {
        font-size: 2.5rem;
    }
    
    .about-only .section-title {
        font-size: 2rem;
    }
    
    .about-only .vm-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-only .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .about-only .timeline::after {
        left: 31px;
    }
    
    .about-only .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .about-only .timeline-item::after {
        left: 19px;
    }
    
    .about-only .timeline-item:nth-child(even) {
        left: 0%;
    }
    
    .about-only .cert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .about-only .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .about-only .hero-title {
        font-size: 2rem;
    }
    
    .about-only .hero-subtitle {
        font-size: 1rem;
    }
    
    .about-only .section-title {
        font-size: 1.75rem;
    }
    
    .about-only .ceo-card {
        padding: 2rem;
    }
    
    .about-only .vm-card {
        padding: 2rem;
    }
    
    .about-only .value-tile {
        padding: 2rem 1.5rem;
    }
    
    .about-only .values-grid {
        grid-template-columns: 1fr;
    }
    
    .about-only .cert-grid {
        grid-template-columns: 1fr;
    }
    
    .about-only .stats-grid {
        grid-template-columns: 1fr;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .about-only .animate-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }
    
    .about-only .fuel-droplet {
        animation: none;
    }
    
    .about-only .value-tile:hover,
    .about-only .vm-card:hover,
    .about-only .cert-chip:hover {
        transform: none;
    }
}