@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Plus+Jakarta+Sans:wght@300;400;500&display=swap');
 
/* ===== HERO ===== */
.fv-hero {
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    padding: 88px 0 72px;
    background: #0b1d35;
    overflow: hidden;
}
.fv-hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0.08; filter: grayscale(100%);
}
.fv-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 75% 50%, rgba(24,95,165,0.22) 0%, transparent 55%),
                radial-gradient(ellipse at 15% 80%, rgba(15,110,86,0.1) 0%, transparent 50%);
}
.fv-hero .container { position: relative; z-index: 2; }
.fv-hero-tag {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 100px; padding: 5px 16px;
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.5); margin-bottom: 20px;
}
.fv-hero-tag .dot {
    width: 6px; height: 6px; background: #4ade80;
    border-radius: 50%; animation: fv-pulse 2s infinite;
}
@keyframes fv-pulse {
    0%,100%{ opacity:1; transform:scale(1); }
    50%{ opacity:0.4; transform:scale(0.75); }
}
.fv-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 5vw, 54px); font-weight: 600;
    color: #fff; margin: 0 0 24px; line-height: 1.1;
}
.fv-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,0.35);
}
.fv-breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.fv-breadcrumb a:hover { color: #fff; }
.fv-breadcrumb .sep { width: 4px; height: 4px; background: rgba(255,255,255,0.2); border-radius: 50%; }
.fv-breadcrumb .cur { color: rgba(255,255,255,0.7); }
.fv-hero-deco {
    position: absolute; right: 5%; top: 50%;
    transform: translateY(-50%);
    width: 200px; height: 200px; opacity: 0.3; pointer-events: none;
}
 
/* ===== MAIN ===== */
.fv-main {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f5f6f8; padding: 52px 0 80px;
}
 
/* ===== TABS ===== */
.fv-nav-scroll {
    width: 100%; overflow-x: auto; overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; padding-bottom: 2px;
}
.fv-nav-scroll::-webkit-scrollbar { display: none; }
.fv-main .nav.nav-pills {
    display: inline-flex; flex-wrap: nowrap; gap: 4px;
    padding: 6px; background: #fff;
    border: 1px solid #e4e6ea; border-radius: 14px;
    min-width: max-content; margin-bottom: 0 !important;
}
.fv-main .nav-item { flex-shrink: 0; }
.fv-main .nav-pills .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px; font-weight: 400;
    color: #6b7280; background: transparent;
    border: none; border-radius: 10px;
    padding: 8px 16px; transition: all 0.2s ease;
    white-space: nowrap;
}
.fv-main .nav-pills .nav-link:hover { background: #f3f4f6; color: #111827; }
.fv-main .nav-pills .nav-link.active {
    background: #0b1d35; color: #fff; font-weight: 500;
    box-shadow: 0 2px 8px rgba(11,29,53,0.22);
}
.fv-main hr { border: none; border-top: 1px solid #e4e6ea; margin: 24px 0; }
.fv-main .tab-pane { animation: fv-fade 0.3s ease; }
@keyframes fv-fade {
    from{ opacity:0; transform:translateY(8px); }
    to  { opacity:1; transform:translateY(0); }
}
 
/* ===== BIZ HAQIMIZDA ===== */
.fv-about-content-card {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 20px; overflow: hidden;
}
.fv-about-body { padding: 36px 40px; }
.fv-about-body p {
    font-size: 15px; line-height: 1.9;
    color: #4b5563; margin: 0;
}
 
.fv-about-sidebar {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 20px; overflow: hidden; text-align: center;
}
.fv-about-sidebar img {
    width: 100%; aspect-ratio: 3/3.5;
    object-fit: cover; object-position: top;
    display: block;
}
.fv-about-sidebar-body { padding: 20px; }
.fv-about-sidebar-body strong {
    display: block; font-size: 15px; font-weight: 500;
    color: #0b1d35; margin-bottom: 4px;
    font-family: 'Cormorant Garamond', serif; font-size: 18px;
}
.fv-about-sidebar-body em {
    font-size: 13px; color: #6b7280;
    font-style: normal; line-height: 1.5;
}
 
/* ===== KAFEDRALAR ===== */
.fv-kafedra-card {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 16px; padding: 24px 26px;
    height: 100%; transition: all 0.2s ease;
    display: flex; flex-direction: column; gap: 12px;
}
.fv-kafedra-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(11,29,53,0.1);
    border-color: #c5d8fb;
}
.fv-kafedra-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: #e8f0fe; display: flex;
    align-items: center; justify-content: center;
    font-size: 18px; color: #185fa5;
}
.fv-kafedra-card h5 {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: #185fa5; margin: 0;
}
.fv-kafedra-card p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 600;
    color: #0b1d35; margin: 0; line-height: 1.3; flex: 1;
}
.fv-kafedra-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; border-radius: 100px;
    background: #0b1d35; color: #fff;
    font-size: 12px; font-weight: 500;
    text-decoration: none; width: fit-content;
    transition: background 0.2s;
}
.fv-kafedra-btn:hover { background: #185fa5; color: #fff; text-decoration: none; }
 
/* ===== TARKIBIY / TEACHERS ===== */
.fv-teacher-card {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 20px; overflow: hidden;
    height: 100%; transition: all 0.25s ease;
    margin-bottom: 24px;
}
.fv-teacher-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(11,29,53,0.12);
}
.fv-teacher-img {
    position: relative; width: 100%;
    aspect-ratio: 4/4; overflow: hidden; background: #0b1d35;
}
.fv-teacher-img img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top;
    display: block; transition: transform 0.5s ease;
}
.fv-teacher-card:hover .fv-teacher-img img { transform: scale(1.05); }
.fv-teacher-img::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 30%; background: linear-gradient(to top, rgba(11,29,53,0.5) 0%, transparent 100%);
}
.fv-teacher-body { padding: 20px 22px 22px; }
.fv-teacher-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px; font-weight: 600;
    color: #0b1d35; margin: 0 0 5px;
}
.fv-teacher-body .lav {
    font-size: 12px; color: #6b7280;
    font-weight: 300; margin-bottom: 10px;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
}
.fv-teacher-contacts { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.fv-teacher-contacts a {
    font-size: 12px; color: #6b7280; text-decoration: none;
    transition: color 0.2s;
}
.fv-teacher-contacts a:hover { color: #185fa5; }
.fv-divider { width: 100%; height: 1px; background: #f0f2f5; margin-bottom: 14px; }
.fv-profile-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; border-radius: 100px;
    background: #0b1d35; color: #fff;
    font-size: 12px; font-weight: 500;
    text-decoration: none; transition: background 0.2s;
}
.fv-profile-btn:hover { background: #185fa5; color: #fff; text-decoration: none; }
 
/* ===== CONTENT PANELS (hamkorlik, oquv, ilmiy) ===== */
.fv-content-panel {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 20px; overflow: hidden;
}
.fv-content-panel-header {
    display: flex; align-items: center; gap: 12px;
    padding: 22px 30px; border-bottom: 1px solid #f0f2f5;
    background: #fafbfc;
}
.fv-content-panel-header .ico {
    width: 34px; height: 34px; border-radius: 9px;
    background: #0b1d35; display: flex;
    align-items: center; justify-content: center;
    color: #fff; font-size: 14px;
}
.fv-content-panel-header h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 600; color: #0b1d35; margin: 0;
}
.fv-content-panel-body { padding: 28px 30px; }
.fv-content-panel-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 600;
    color: #0b1d35; margin: 0 0 16px;
}
.fv-content-panel-body p {
    font-size: 15px; line-height: 1.9;
    color: #4b5563; margin: 0;
}
 
/* ===== MA'NAVIY TADBIRLAR ===== */
.fv-tadbir-card {
    background: #fff; border: 1px solid #e8eaed;
    border-radius: 16px; padding: 20px 22px;
    margin-bottom: 16px; display: flex;
    align-items: center; gap: 18px;
    transition: all 0.2s ease;
}
.fv-tadbir-card:hover {
    border-color: #c5d8fb; background: #f8fbff;
    transform: translateX(4px);
}
.fv-tadbir-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background: #0b1d35; overflow: hidden; flex-shrink: 0;
}
.fv-tadbir-avatar img {
    width: 100%; height: 100%; object-fit: cover;
}
.fv-tadbir-info { flex: 1; min-width: 0; }
.fv-tadbir-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px; font-weight: 600;
    color: #0b1d35; margin: 0 0 3px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fv-tadbir-info span {
    font-size: 12px; color: #9ca3af;
}
.fv-tadbir-dl {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 7px 14px; border-radius: 100px;
    background: #f0f6ff; color: #185fa5;
    font-size: 12px; font-weight: 500;
    text-decoration: none; flex-shrink: 0;
    transition: all 0.2s;
}
.fv-tadbir-dl:hover { background: #185fa5; color: #fff; text-decoration: none; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .fv-main { padding: 32px 0 60px; }
    .fv-about-body { padding: 22px 20px; }
    .fv-content-panel-body { padding: 20px; }
    .fv-tadbir-card { flex-wrap: wrap; }
}