@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Plus+Jakarta+Sans:wght@300;400;500&display=swap');

/* ===== BREADCRUMB HERO ===== */
.ip-breadcrumb-area {
    position: relative;
    padding: 90px 0 70px;
    overflow: hidden;
    background: #0b1d35;
}
.ip-breadcrumb-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse at 70% 50%, rgba(24,95,165,0.22) 0%, transparent 60%),
                      radial-gradient(ellipse at 20% 80%, rgba(15,110,86,0.12) 0%, transparent 50%);
}
.ip-breadcrumb-area .bg-img {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    filter: grayscale(100%);
}
.ip-breadcrumb-area .container { position: relative; z-index: 2; }

.ip-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 100px;
    padding: 5px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 20px;
}
.ip-hero-tag span.dot {
    width: 6px; height: 6px;
    background: #4ade80;
    border-radius: 50%;
    display: inline-block;
    animation: ip-pulse 2s infinite;
}
@keyframes ip-pulse {
    0%,100%{ opacity:1; transform:scale(1); }
    50%    { opacity:.5; transform:scale(.8); }
}
.ip-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.1;
}
.ip-breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    margin-top: 28px;
    color: rgba(255,255,255,0.35);
}
.ip-breadcrumb-nav a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color .2s; }
.ip-breadcrumb-nav a:hover { color: #fff; }
.ip-breadcrumb-nav .sep { width:4px; height:4px; background:rgba(255,255,255,0.2); border-radius:50%; }
.ip-breadcrumb-nav .current { color: rgba(255,255,255,0.7); }
.ip-hero-deco {
    position: absolute; right: 8%; top: 50%;
    transform: translateY(-50%);
    width: 220px; height: 220px;
    pointer-events: none; opacity: 0.5;
}

/* ===== MAIN AREA ===== */
.ip-main-project-area {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f5f6f8;
    padding: 60px 0 80px;
    min-height: 500px;
}

/* ===== TABS ===== */
.ip-tab-nav-outer {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ip-scroll-btn {
    flex-shrink: 0;
    width: 36px; height: 36px;
    border-radius: 10px;
    border: 1px solid #e4e6ea;
    background: #fff;
    color: #374151;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    padding: 0;
}
.ip-scroll-btn:hover { background:#0b1d35; color:#fff; border-color:#0b1d35; }
.ip-scroll-btn:disabled { opacity:.3; cursor:not-allowed; pointer-events:none; }
.ip-scroll-btn svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

.ip-nav-scroll-wrap {
    flex: 1;
    overflow-x: auto; overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
}
.ip-nav-scroll-wrap::-webkit-scrollbar { display: none; }

.ip-main-project-area .nav.nav-pills {
    display: inline-flex;
    flex-wrap: nowrap;
    width: max-content; min-width: max-content;
    gap: 4px;
    padding: 6px;
    background: #fff;
    border: 1px solid #e4e6ea;
    border-radius: 14px;
    margin-bottom: 0 !important;
}
.ip-main-project-area .nav-item { flex-shrink: 0; }
.ip-main-project-area .nav-pills .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px; font-weight: 400;
    color: #6b7280;
    background: transparent; border: none;
    border-radius: 10px;
    padding: 9px 22px;
    transition: all .2s ease;
    white-space: nowrap;
}
.ip-main-project-area .nav-pills .nav-link:hover { background:#f3f4f6; color:#111827; }
.ip-main-project-area .nav-pills .nav-link.active {
    background: #0b1d35; color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(11,29,53,.25);
}
.ip-main-project-area hr {
    border: none;
    border-top: 1px solid #e4e6ea;
    margin: 28px 0;
}
.ip-main-project-area .tab-pane { animation: ip-fadeIn .3s ease; }
@keyframes ip-fadeIn {
    from { opacity:0; transform:translateY(8px); }
    to   { opacity:1; transform:translateY(0); }
}

/* ===== SECTION TITLE ===== */
.ip-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #185fa5;
    margin-bottom: 6px;
}
.ip-section-label::after {
    content: '';
    display: block;
    width: 32px; height: 1.5px;
    background: #185fa5;
    opacity: .4; border-radius: 2px;
}
.ip-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 600;
    color: #0b1d35;
    margin: 0 0 36px;
    line-height: 1.2;
}

/* ===== TEAM CARDS ===== */
.ip-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}
.ip-team-card {
    background: #fff;
    border: 1px solid #e4e6ea;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ip-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(11,29,53,.10);
}
.ip-team-card__img {
    width: 100%; height: 280px;
    object-fit: cover;
    display: block;
}
.ip-team-card__body {
    padding: 20px 22px 22px;
}
.ip-team-card__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #0b1d35;
    margin: 0 0 4px;
}
.ip-team-card__role {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #185fa5;
    margin-bottom: 14px;
}
.ip-team-card__contacts {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}
.ip-team-card__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    transition: color .2s;
}
.ip-team-card__contacts a:hover { color: #0b1d35; }
.ip-team-card__contacts svg {
    width: 14px; height: 14px;
    stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
    flex-shrink: 0;
}
.ip-team-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0b1d35;
    color: #fff;
    font-size: 12.5px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s, transform .2s;
}
.ip-team-card__btn:hover { background: #185fa5; color:#fff; transform: translateX(2px); }
.ip-team-card__btn svg {
    width: 13px; height: 13px;
    stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* ===== ABOUT CONTENT BOX ===== */
.ip-content-box {
    background: #fff;
    border: 1px solid #e4e6ea;
    border-radius: 16px;
    padding: 36px 40px;
    position: relative;
    overflow: hidden;
}
.ip-content-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, #185fa5 0%, #0f6e56 100%);
    border-radius: 4px 0 0 4px;
}
.ip-about-block { margin-bottom: 28px; }
.ip-about-block:last-child { margin-bottom: 0; }
.ip-about-block h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 600;
    color: #0b1d35;
    margin: 0 0 10px;
}
.ip-about-block p {
    font-size: 15px;
    line-height: 1.85;
    color: #374151;
    margin: 0;
}

/* ===== VIDEO PLACEHOLDER ===== */
.ip-video-box {
    background: #fff;
    border: 1px solid #e4e6ea;
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    color: #9ca3af;
    position: relative;
    overflow: hidden;
}
.ip-video-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, #185fa5 0%, #0f6e56 100%);
    border-radius: 4px 0 0 4px;
}
.ip-video-box svg {
    width: 48px; height: 48px;
    stroke: #d1d5db; fill: none;
    stroke-width: 1.5;
    margin-bottom: 14px;
}
.ip-video-box p { font-size: 14px; margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .ip-team-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .ip-content-box { padding: 24px 20px; }
}
@media (max-width: 500px) {
    .ip-team-grid { grid-template-columns: 1fr; }
}