:root {
    --navy: #062b61;
    --dark: #031a3d;
    --blue: #3296d5;
    --sky: #eef8ff;
    --gold: #ffc83d;
    --text: #10213d;
    --muted: #66758b;
    --line: #e4edf5;
    --shadow: 0 18px 50px rgba(6, 43, 97, .11)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Nunito, Arial, sans-serif;
    color: var(--text)
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.topbar {
    background: var(--dark);
    color: #dceaff;
    font-size: 12px
}

.top-inner {
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .06)
}

.navbar {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px
}

.brand {
    display: flex;
    align-items: center
}

.brand img {
    width: 72px;
    height: 72px;
    object-fit: contain
}

.brand>div {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand b {
    font: 800 22px Poppins;
    color: var(--navy)
}

.brand span {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase
}

.brand small {
    font-size: 11px;
    color: #d99600;
    font-weight: 900;
    margin-top: 6px
}

.navbox {
    display: flex;
    align-items: center;
    gap: 16px
}

.links {
    display: flex;
    gap: 17px
}

.links a {
    font-size: 13px;
    font-weight: 900
}

.links .active,
.links a:hover {
    color: #2486c7
}

.btn {
    display: inline-flex;
    padding: 12px 19px;
    border-radius: 9px;
    font-weight: 900;
    align-items: center;
    justify-content: center
}

.outline {
    border: 2px solid var(--navy);
    font-size: 12px;
    padding: 9px 14px
}

.gold {
    background: linear-gradient(135deg, #ffd55b, #ffb31e);
    color: #13233c
}

.ghost {
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff
}

.menu {
    display: none;
    background: none;
    border: 0
}

.menu span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--navy);
    margin: 4px
}

.page-hero {
    background: linear-gradient(120deg, #031a3d, #063874 68%, #075b9d);
    color: #fff;
    position: relative
}

.hero-grid {
    min-height: 430px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 50px
}

.kicker,
.label {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.8px;
    color: #2787c7;
    margin-bottom: 12px
}

.kicker,
.yellow {
    color: #ffd257
}

.page-hero h1 {
    font: 800 clamp(39px, 5vw, 59px)/1.12 Poppins;
    margin: 0 0 18px
}

.page-hero h1 span,
.copy h2 span,
.heading h2 span,
.approach-grid h2 span {
    color: var(--gold)
}

.page-hero p {
    font-size: 17px;
    line-height: 1.7;
    color: #dfedff;
    max-width: 760px
}

.crumb {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    font-size: 12px
}

.crumb b {
    color: #ffd257
}

.hero-logo {
    display: grid;
    place-items: center
}

.hero-logo img {
    width: 300px;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, .25))
}

.wave {
    height: 28px;
    background: #fff;
    clip-path: polygon(0 65%, 20% 100%, 42% 55%, 64% 95%, 82% 50%, 100% 85%, 100% 100%, 0 100%)
}

.section {
    padding: 90px 0
}

.split {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 75px;
    align-items: center
}

.logo-stage {
    min-height: 390px;
    border-radius: 38px;
    background: linear-gradient(145deg, #e9f6ff, #fff);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.logo-stage img {
    width: 290px
}

.motto {
    background: var(--navy);
    color: #fff;
    border-radius: 30px;
    padding: 8px 18px;
    font-weight: 900
}

.motto b {
    color: var(--gold)
}

.copy h2,
.heading h2,
.approach-grid h2 {
    font: 800 clamp(32px, 4vw, 46px)/1.16 Poppins;
    color: var(--navy);
    margin: 0 0 17px
}

.copy p,
.heading p,
.approach-grid p {
    color: var(--muted);
    line-height: 1.72
}

.story,
.philosophy,
.values-section {
    background: #f7fbfe
}

.heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 45px
}

.journey {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center
}

.journey>div {
    text-align: center;
    padding: 25px
}

.journey b,
.philo-grid article>div {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold);
    font: 800 18px Poppins;
    margin: auto
}

.journey h3 {
    color: var(--navy)
}

.journey p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted)
}

.journey i {
    color: #e5ac1b;
    font-size: 24px
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.vision article {
    padding: 45px;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .04)
}

.bigicon {
    font-size: 48px;
    color: #2388c9
}

.vision h2 {
    font: 700 28px Poppins;
    color: var(--navy)
}

.vision p {
    color: var(--muted);
    line-height: 1.75
}

.philo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.philo-grid article {
    text-align: center;
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05)
}

.philo-grid h3 {
    font: 800 24px Poppins;
    color: var(--navy)
}

.philo-grid p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.what-grid article {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 19px
}

.what-grid span {
    font-size: 34px
}

.what-grid h3 {
    color: var(--navy)
}

.what-grid p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--muted)
}

.approach {
    background: #f6fafe
}

.approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center
}

.approach-grid ul {
    columns: 2;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.8
}

.approach-art {
    height: 430px;
    position: relative
}

.center-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    font: 800 25px Poppins;
    box-shadow: var(--shadow)
}

.approach-art span {
    position: absolute;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .07);
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 900;
    color: #176fa9
}

.a1 {
    left: 5%;
    top: 15%
}

.a2 {
    right: 8%;
    top: 15%
}

.a3 {
    left: 0;
    top: 48%
}

.a4 {
    right: 0;
    top: 48%
}

.a5 {
    left: 10%;
    bottom: 12%
}

.a6 {
    right: 10%;
    bottom: 12%
}

.company-box {
    background: linear-gradient(120deg, #05265a, #075496);
    color: #fff;
    border-radius: 28px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr .4fr;
    gap: 45px;
    align-items: center
}

.company-box h2 {
    font: 700 35px Poppins;
    margin: 0 0 15px
}

.company-box p {
    color: #deedff;
    line-height: 1.65
}

.company-box small {
    display: block;
    color: #bcd2e9;
    line-height: 1.5
}

.company-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column
}

.company-card>b {
    font: 800 28px Poppins
}

.company-card span {
    font-size: 12px
}

.company-card strong {
    color: #ffd257
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px
}

.value-grid>div {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid var(--line)
}

.value-grid b {
    font: 800 26px Poppins;
    color: #c7dced
}

.value-grid h3 {
    color: var(--navy)
}

.value-grid p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted)
}

.cta {
    padding: 40px 0 90px
}

.cta-box {
    background: var(--dark);
    color: #fff;
    border-radius: 25px;
    padding: 42px 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px
}

.cta-box h2 {
    font: 700 31px Poppins;
    margin: 0
}

.cta-box p {
    color: #d9e8f8
}

.cta-box>div:last-child {
    display: flex;
    gap: 10px
}

footer {
    background: #031a3d;
    color: #bdcde0;
    padding-top: 55px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 30px
}

.footbrand img {
    width: 100px
}

.footbrand h3 {
    font: 800 22px Poppins;
    color: #fff;
    margin: 5px 0
}

.footbrand p {
    margin: 0
}

.footbrand small {
    color: #ffd257
}

.footer-grid h4 {
    color: #fff
}

.footer-grid a,
.footer-grid p {
    display: block;
    font-size: 12px;
    margin: 9px 0
}

.bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 40px;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    font-size: 11px
}

.bottom div {
    display: flex;
    gap: 15px
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .65s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:1000px) {
    .links {
        gap: 10px
    }

    .links a {
        font-size: 11px
    }

    .outline {
        display: none
    }

    .what-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr
    }
}

/* .director-section {

    background: #f8fbff;

    position: relative;

    overflow: hidden;

}

.director-section::before {

    content: "";

    position: absolute;

    top: -180px;

    right: -120px;

    width: 450px;

    height: 450px;

    border-radius: 50%;

    background: rgba(6, 40, 91, .04);

}

.director-wrapper {

    display: grid;

    grid-template-columns: 420px 1fr;

    gap: 70px;

    align-items: center;

}

/*=========================================
DIRECTOR IMAGE
=========================================*/

/* .director-image {

    text-align: center;

}

.image-card {

    background: #fff;

    padding: 15px;

    border-radius: 30px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

    border: 3px solid rgba(255, 196, 61, .45);

    overflow: hidden;

    transition: .4s;

}

.image-card:hover {

    transform: translateY(-10px);

}

.image-card img {

    border-radius: 20px;

}

.director-info {

    margin-top: 28px;

}

.director-info h3 {

    font-size: 34px;

    color: #06285B;

    margin-bottom: 10px;

    font-weight: 700;

}

.director-info span {

    display: inline-block;

    background: #FFC43D;

    color: #06285B;

    padding: 8px 18px;

    border-radius: 50px;

    font-weight: 600;

    margin-bottom: 12px;

}

.director-info p {

    color: #64748B;

    font-size: 15px;

} */

/*=========================================
MESSAGE CARD
=========================================*/

/* .director-message {

    position: relative;

    background: #fff;

    padding: 60px;

    border-radius: 30px;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);

}

.quote {

    position: absolute;

    top: 30px;

    right: 35px;

    font-size: 90px;

    color: rgba(6, 40, 91, .06);

}

.director-message h3 {

    font-size: 30px;

    color: #06285B;

    line-height: 1.5;

    margin-bottom: 35px;

    font-weight: 700;

}

.director-message p {

    margin-bottom: 22px;

    font-size: 16px;

    color: #4B5563;

    text-align: justify;

}

.director-message strong {

    color: #06285B;

}

.signature {

    margin-top: 35px;

    margin-bottom: 10px;

}

.signature img {

    width: 220px;
 
} */

/* .director-message h4 {

    font-size: 28px;

    color: #06285B;

    margin-bottom: 5px;

}

.director-message span {

    color: #64748B;

    font-weight: 500;

} */

/* @media(max-width: 1100px) {
    .director-wrapper {

        grid-template-columns: 1fr;

    }

} */

@media(max-width:800px) {
    .topbar {
        display: none
    }

    .navbar {
        height: 78px
    }

    .brand img {
        width: 60px;
        height: 60px
    }

    .brand b {
        font-size: 18px
    }

    .menu {
        display: block
    }

    .navbox {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px 28px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .12)
    }

    .navbox.open {
        display: block
    }

    .links {
        flex-direction: column
    }

    .links a {
        font-size: 14px
    }

    .hero-grid,
    .split,
    .approach-grid,
    .company-box,
    .cta-box {
        grid-template-columns: 1fr
    }

    .hero-logo {
        display: none
    }

    .journey {
        grid-template-columns: 1fr 1fr
    }

    .journey i {
        display: none
    }

    /* .director-message {

        padding: 35px;

    }

    .director-message h3 {

        font-size: 24px;

    }

    .director-info h3 {

        font-size: 28px;

    } */


    .vision-grid,
    .philo-grid {
        grid-template-columns: 1fr
    }

    .company-card {
        max-width: 400px
    }

    .cta-box>div:last-child {
        flex-wrap: wrap
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:540px) {
    .container {
        width: calc(100% - 28px)
    }

    .brand span {
        display: none
    }

    .page-hero h1 {
        font-size: 39px
    }

    .section {
        padding: 65px 0
    }

    .logo-stage {
        min-height: 300px
    }

    .logo-stage img {
        width: 240px
    }

    .journey,
    .what-grid,
    .value-grid {
        grid-template-columns: 1fr
    }

    .approach-grid ul {
        columns: 1
    }

    .approach-art {
        height: 370px
    }

    .approach-art span {
        font-size: 11px
    }

    .company-box {
        padding: 32px 24px
    }

    .company-box h2 {
        font-size: 29px
    }

    .cta-box {
        padding: 32px 24px
    }

    .cta-box>div:last-child {
        flex-direction: column
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .bottom {
        flex-direction: column;
        gap: 12px
    }

    .bottom div {
        flex-wrap: wrap
    }
}

/*=========================================================
DIRECTOR SECTION
=========================================================*/

.director-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
    padding:90px 0;
}

.director-section::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-120px;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(6,40,91,.04);
}

.director-wrapper{
    display:grid;
    grid-template-columns:minmax(320px,460px) 1fr;
    gap:60px;
    align-items:center;
}

/*======================
LEFT SIDE
======================*/

.director-image{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.image-card{
    width:100%;
    height:680px;
    background:#fff;
    border-radius:28px;
    padding:12px;
    border:3px solid rgba(255,196,61,.45);
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:.35s;
}

.image-card:hover{
    transform:translateY(-8px);
}

.image-card img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    /* display:block; */
    border-radius:20px;
    transition:.4s;
}

.image-card:hover img{
    transform:scale(1.03);
}

.director-info{
    margin-top:25px;
    text-align:center;
}

.director-info h3{
    margin:0;
    font:700 clamp(28px,3vw,36px) Poppins,sans-serif;
    color:#06285B;
}

.director-info span{
    display:inline-block;
    margin:12px 0;
    padding:8px 20px;
    border-radius:50px;
    background:#FFC43D;
    color:#06285B;
    font-weight:700;
}

.director-info p{
    color:#64748B;
    margin:0;
}

/*======================
RIGHT SIDE
======================*/

.director-message{
    background:#fff;
    border-radius:28px;
    padding:55px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.director-message h3{
    font:700 clamp(28px,3vw,42px)/1.45 Poppins,sans-serif;
    color:#06285B;
    margin-bottom:30px;
}

.director-message p{
    font-size:17px;
    line-height:1.9;
    color:#56657b;
    text-align:justify;
}

.signature{
    margin-top:35px;
}

.signature img{
    width:220px;
    max-width:100%;
}

.director-message h4{
    margin:15px 0 5px;
    color:#06285B;
    font-size:28px;
}

.director-message span{
    color:#64748B;
}

/*=========================================================
LARGE DESKTOP
=========================================================*/

@media (min-width:1600px){

.director-wrapper{

grid-template-columns:520px 1fr;

gap:80px;

}

.image-card{

height:760px;

}

.director-message{

padding:70px;

}

}

/*=========================================================
LAPTOP
=========================================================*/

@media (max-width:1200px){

.director-wrapper{

grid-template-columns:380px 1fr;

gap:40px;

}

.image-card{

height:600px;

}

.director-message{

padding:45px;

}

}

/*=========================================================
TABLET
=========================================================*/

@media (max-width:992px){

.director-wrapper{

grid-template-columns:1fr;

gap:45px;

}

.director-image{

max-width:500px;

margin:auto;

}

.image-card{

height:650px;

}

.director-message{

padding:40px;

}

}

/*=========================================================
MOBILE
=========================================================*/

@media (max-width:768px){

.director-section{

padding:70px 0;

}

.director-image{

max-width:420px;

}

.image-card{

height:520px;

padding:10px;

}

.image-card img{

object-position:center top;

}

.director-message{

padding:30px 24px;

border-radius:22px;

}

.director-message h3{

font-size:30px;

line-height:1.5;

}

.director-message p{

font-size:16px;

line-height:1.8;

text-align:left;

}

.director-info h3{

font-size:30px;

}

}

/*=========================================================
SMALL MOBILE
=========================================================*/

@media (max-width:480px){

.image-card{

height:430px;

}

.director-message{

padding:24px 20px;

}

.director-message h3{

font-size:24px;

}

.director-message p{

font-size:15px;

}

.director-info h3{

font-size:24px;

}

.signature img{

width:170px;

}

}