.about-tabs {
    margin-top: 20px;
}

.about-nav .nav-link {
    padding: 10px 18px;
    font-weight: 600;
    color: #555;
    border-radius: 8px 8px 0 0;
    transition: 0.3s;
}

.about-nav .nav-link:hover {
    color: #111;
}

.about-nav .nav-link.active {
    color: #0d6efd;
    background: #fff;
    border-bottom: 2px solid #0d6efd;
}

.about-content {
    background: #fff;
    padding: 25px;
    border-radius: 0 0 12px 12px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.about-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #222;
}

.about-subtitle {
    font-size: 1.1rem;
    margin-top: -10px;
}

.about-image {
    max-height: 380px;
    object-fit: cover;
    border-radius: 12px;
}

.about-text {
    line-height: 1.7;
    font-size: 1.05rem;
}
