/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');*/

/*:root {*/
/*    --navy: #0A1628;*/
/*    --navy-mid: #0F2044;*/
/*    --gold: #C49A28;*/
/*    --gold-light: #E8C060;*/
/*    --gold-pale: #F5EDD4;*/
/*    --cream: #FAF8F3;*/
/*    --white: #FFFFFF;*/
/*    --gray: #6B6B6B;*/
/*    --gray-light: #AEAEAE;*/
/*    --border: rgba(196, 154, 40, 0.25);*/
/*}*/

/* THEN use them */

/*body {*/
/*    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*    background: var(--cream);*/
/*    color: var(--navy);*/
/*    overflow-x: hidden;*/
/*}*/

/*.team {*/
/*    background: var(--cream);*/
/*    padding: 120px 60px;*/
/*}*/

/**, *:before, *:after {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/

/*::-webkit-scrollbar {*/
/*    width: 4px;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*    background: var(--gold);*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*    background: var(--cream);*/
/*}*/
/*.section-eyebrow {*/
/*    font-size: 9px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 4px;*/
/*    text-transform: uppercase;*/
/*    color: var(--gold);*/
/*    margin-bottom: 20px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*}*/
/*.reveal {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*    transition: opacity 0.8s ease, transform 0.8s ease;*/
/*}*/
/*.section-title2 {*/
/*    font-family: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;*/
/*    font-size: clamp(36px, 4vw, 54px);*/
/*    font-weight: 300;*/
/*    line-height: 1.15;*/
/*    color: var(--navy);*/
/*    margin-bottom: 24px;*/
/*}*/

/*.section-body {*/
/*    font-size: 13px;*/
/*    font-weight: 300;*/
/*    line-height: 2;*/
/*    color: var(--gray);*/
/*    max-width: 560px;*/
/*}*/
/*.section-title2 em {*/
/*    font-style: italic;*/
/*    color: var(--gold);*/
/*}*/
/*.team-card {*/
/*    display: grid;*/
/*    grid-template-columns: 280px 1fr;*/
/*    gap: 72px;*/
/*    align-items: start;*/
/*    margin-top: 16px;*/
/*    padding: 56px;*/
/*    background: var(--white);*/
/*    border: 1px solid rgba(10, 22, 40, 0.07);*/
/*    position: relative;*/
/*}*/
/*.team-photo-wrap {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    position: sticky;*/
/*    top: 100px;*/
/*}*/
/*.team-photo-placeholder {*/
/*    width: 220px;*/
/*    height: 260px;*/
/*    background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);*/
/*    border: 2px solid var(--border);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 10px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.team-eyebrow {*/
/*    font-size: 9px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 3px;*/
/*    text-transform: uppercase;*/
/*    color: var(--gold);*/
/*    margin-bottom: 8px;*/
/*}*/
/*.team-name {*/
/*    font-family: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;*/
/*    font-size: 36px;*/
/*    font-weight: 400;*/
/*    color: var(--navy);*/
/*    line-height: 1.1;*/
/*}*/
/*.team-divider {*/
/*    width: 48px;*/
/*    height: 1px;*/
/*    background: var(--gold);*/
/*    margin: 16px 0 24px;*/
/*}*/
/*.team-bio {*/
/*    font-size: 13px;*/
/*    font-weight: 300;*/
/*    line-height: 1.9;*/
/*    color: var(--gray);*/
/*    margin-bottom: 16px;*/
/*    text-align: justify;*/
/*}*/
/*.credentials-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    gap: 24px;*/
/*    margin-top: 36px;*/
/*    padding-top: 32px;*/
/*    border-top: 1px solid rgba(10, 22, 40, 0.08);*/
/*}*/
/*.photo-initials {*/
/*    font-family: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;*/
/*    font-size: 52px;*/
/*    font-weight: 300;*/
/*    color: var(--gold);*/
/*    letter-spacing: 4px;*/
/*}*/
/*.photo-label {*/
/*    font-size: 8px;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    color: rgba(255, 255, 255, 0.25);*/
/*}*/
/*.cred-label {*/
/*    font-size: 8.5px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    color: var(--navy);*/
/*    margin-bottom: 12px;*/
/*    padding-bottom: 8px;*/
/*    border-bottom: 1px solid var(--gold);*/
/*    display: inline-block;*/
/*}*/
/*.cred-items {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 6px;*/
/*}*/
/*.cred-tag {*/
/*    display: inline-block;*/
/*    font-size: 9px;*/
/*    font-weight: 500;*/
/*    padding: 5px 10px;*/
/*    background: var(--cream);*/
/*    color: var(--navy);*/
/*    border: 1px solid rgba(10, 22, 40, 0.1);*/
/*    letter-spacing: 0.3px;*/
/*    transition: all 0.2s;*/
/*}*/
/*.team-bio strong {*/
/*    color: var(--navy);*/
/*    font-weight: 600;*/
/*}*/
/*.cred-tag.nism {*/
/*    background: rgba(10, 22, 40, 0.03);*/
/*    font-size: 8.5px;*/
/*}*/
/*.cred-tag.exp {*/
/*    background: rgba(196, 154, 40, 0.08);*/
/*    border-color: rgba(196, 154, 40, 0.2);*/
/*}*/
/* Font */
/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    src: url('https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2') format('woff2');*/
/*}*/
/**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

:root {
    --navy: #0A1628;
    --navy-mid: #0F2044;
    --gold: #C49A28;
    --gold-light: #E8C060;
    --gold-pale: #F5EDD4;
    --cream: #FAF8F3;
    --white: #FFFFFF;
    --gray: #6B6B6B;
    --gray-light: #AEAEAE;
    --border: rgba(196, 154, 40, 0.25);
}

/* THEN use them */

body {
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #FAF8F3;
    color: #0A1628;
    overflow-x: hidden;
}

.team {
    background: #FAF8F3;
    padding: 120px 60px;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #C49A28;
}
::-webkit-scrollbar-track {
    background: #FAF8F3;
}
.section-eyebrow {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
     color: #C49A28;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.section-title2 {
    font-family: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 300;
    line-height: 1.15;
    color: #0A1628;
    margin-bottom: 24px;
}

.section-body {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    color: #6B6B6B;
    max-width: 560px;
}
.section-title2 em {
    font-style: italic;
    color: #C49A28;
}
.team-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 72px;
    align-items: start;
    margin-top: 16px;
    padding: 56px;
    background: #FFFFFF;
    border: 1px solid rgba(10, 22, 40, 0.07);
    position: relative;
}
.team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--gold);
}
/*.team-photo-wrap { for remove stiky photo 
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    position: sticky;*/
/*    top: 100px;*/
/*}*/
.team-photo-placeholder {
    width: 220px;
    height: 260px;
    background: linear-gradient(145deg, #0A1628 0%, #0F2044 100%);
    border: 2px solid rgba(196, 154, 40, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.team-eyebrow {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C49A28;
    margin-bottom: 8px;
}
.team-name {
    font-family: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    color: #0A1628;
    line-height: 1.1;
}
.team-divider {
    width: 48px;
    height: 1px;
    background: #C49A28;
    margin: 16px 0 24px;
}
.team-bio {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    color: #6B6B6B;
    margin-bottom: 16px;
    text-align: justify;
}
.credentials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid rgba(10, 22, 40, 0.08);
}
.photo-initials {
    font-family: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;
    font-size: 52px;
    font-weight: 300;
    color: #C49A28;
    letter-spacing: 4px;
}
.photo-label {
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
}
.cred-label {
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0A1628;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C49A28;
    display: inline-block;
}
.cred-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cred-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    padding: 5px 10px;
    background: #FAF8F3;
    color: #0A1628;
    border: 1px solid rgba(10, 22, 40, 0.1);
    letter-spacing: 0.3px;
    transition: all 0.2s;
}
.team-bio strong {
    color: #0A1628;
    font-weight: 600;
}
.cred-tag.nism {
    background: rgba(10, 22, 40, 0.03);
    font-size: 8.5px;
}
.cred-tag.exp {
    background: rgba(196, 154, 40, 0.08);
    border-color: rgba(196, 154, 40, 0.2);
}
.cred-tag:hover {
    background: #F5EDD4;
    border-color:#C49A28;;
}
.section-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #C49A28;
    flex-shrink: 0;
}
.boa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.boa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(10, 22, 40, 0.08);
}
.boa-card {
    background: var(--white);
    border: 1px solid rgba(10, 22, 40, 0.07);
    padding: 32px 28px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}
.reveal-delay-2 {
    transition-delay: 0.2s;
}
.reveal-delay-3 {
    transition-delay: 0.3s;
}
.boa-card:hover::before {
    transform: scaleX(1);
}
.boa-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.boa-initial {
    width: 56px;
    height: 56px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 1px;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.boa-domain {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
}
.boa-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 4px;
}
.boa-firm {
    font-size: 9px;
    font-weight: 500;
    color: var(--gray-light);
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(10, 22, 40, 0.07);
}
.boa-bio {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--gray);
}
/* Font */
/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    src: url('https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2') format('woff2');*/
/*}*/


@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}
@media (max-width: 1024px) {
    .about-grid, .approach-content, .services-intro, .team-card {
        grid-template-columns: 1fr;
        gap: 48px;
    }
@media (max-width: 1024px) {
    .boa-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1024px) {
    .credentials-grid {
        grid-template-columns: 1fr;
    }
}
@media not all and (min-width: 768px) {
    .max-md\:hidden {
        display: none;
    }
}
@media (max-width: 1024px) {
    section {
        padding: 80px 32px;
    }
}
@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}
/**/



