/* Import base styles from index.css */
@import url('index.css');

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #1f2937;
    background-color: #f8fafc;
}

/* Navbar (matching existing style hooks) */
.navbar {
    border-bottom: 1px solid #e5e7eb;
}

.navbar-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-right: 0.5rem;
}

#Fibnet-text {
    font-weight: 700;
}

#fib {
    color: #2563eb;
}

#tech {
    color: #111827;
}

.fibnet-nav .nav-link {
    font-weight: 500;
}

.fibnet-nav .nav-link.active {
    color: #2563eb;
}

/* Hero section heading overrides - fully white, no shadows */
.hero-section .Fibnettitle,
.hero-section .fibnet {
    color: #ffffff !important;
    text-shadow: none !important;
    filter: none !important;
    animation: none !important;
}

.hero-section .hero-subtitle {
    color: #ffffff !important;
    text-shadow: none !important;
}

.about-hero {
    padding: 5.5rem 0 4rem;
    background: linear-gradient(135deg, #e0ecff, #f4f8ff);
}

.about-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #111827;
}

.about-hero p {
    max-width: 760px;
    margin: 1rem auto 0;
    font-size: 1.05rem;
    color: #374151;
}

.about-content-section,
.values-section {
    padding: 4.5rem 0;
}

.about-content-section h2,
.values-section h2 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.about-content-section p {
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.about-image {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.value-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.value-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.value-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

/* About Page Responsive Design */

/* Tablet View (768px - 991px) */
@media (max-width: 991px) {
    .about-content-section,
    .values-section {
        padding: 3.5rem 0;
    }
    
    .hero-section .hero-content {
        padding: 0 1rem;
    }
    
    .hero-section .Fibnettitle {
        font-size: 2.5rem;
    }
    
    .hero-section .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .about-content-section h2 {
        font-size: 1.8rem;
    }
    
    .values-section h2 {
        font-size: 1.8rem;
    }
}

/* Mobile View (576px - 767px) */
@media (max-width: 767px) {
    .about-content-section,
    .values-section {
        padding: 3rem 0;
    }
    
    .hero-section .hero-content {
        padding: 0 1rem;
    }
    
    .hero-section .Fibnettitle {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-section .hero-subtitle {
        font-size: 1rem;
    }
    
    .about-content-section .row {
        text-align: center;
    }
    
    .about-content-section h2 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .about-content-section p {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .about-image {
        margin: 2rem auto 0;
        max-width: 100%;
        height: auto;
    }
    
    .values-section h2 {
        font-size: 1.6rem;
    }
    
    .value-card {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .value-card h3 {
        font-size: 1.1rem;
    }
    
    .value-card p {
        font-size: 0.9rem;
    }
}

/* Small Mobile View (575px and below) */
@media (max-width: 575px) {
    .about-content-section,
    .values-section {
        padding: 2.5rem 0;
    }
    
    .hero-section .hero-content {
        padding: 0 0.5rem;
    }
    
    .hero-section .Fibnettitle {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .hero-section .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .about-content-section h2 {
        font-size: 1.5rem;
    }
    
    .about-content-section p {
        font-size: 0.9rem;
    }
    
    .values-section h2 {
        font-size: 1.5rem;
    }
    
    .value-card {
        padding: 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .value-card h3 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
    
    .value-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Extra Small Screens (480px and below) */
@media (max-width: 480px) {
    .about-content-section,
    .values-section {
        padding: 2rem 0;
    }
    
    .hero-section .Fibnettitle {
        font-size: 1.6rem;
    }
    
    .hero-section .hero-subtitle {
        font-size: 0.85rem;
    }
    
    .about-content-section h2 {
        font-size: 1.4rem;
    }
    
    .about-content-section p {
        font-size: 0.85rem;
    }
    
    .values-section h2 {
        font-size: 1.4rem;
    }
    
    .value-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .value-card h3 {
        font-size: 0.95rem;
    }
    
    .value-card p {
        font-size: 0.8rem;
    }
}
