@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --blue: #214b89;
    --white: #fff;
    --ink: #214b89
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink); 
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Roboto", serif;
}

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

img {
    display: block;
    max-width: 100%
}

.nav {
    position: fixed;
    z-index: 50;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
    width: min(528px, calc(100% - 32px));
    height: 45px;
    padding: 0 18px 0 26px;
    border-radius: 9px;
    background: rgba(33, 75, 137, .96);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .35s;
    box-shadow: 0 10px 28px #0d2d5b30
}

.nav.sticky {
    top: 12px;
    background: #173f7df5;
    box-shadow: 0 12px 35px #0b234b55
}

.nav-links.in-nav {
    margin: 0;
}

.nav-links.in-nav li {
    list-style: none;
    position: relative;
}


nav.navbr {
    display: flex;
    align-items: center;
    gap: 30px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 250px;
    border: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgb(255 255 255 / 18%);
    box-shadow: 1px 1px 12px rgb(255 255 255 / 18%);
    border: 1px solid #ffffff1c;
    overflow: hidden;
    background: #033ca3;
    box-shadow: rgba(11, 35, 75, 0.12) 0px 9px 8px;
}

ul.dropdown-menu {
    border-radius: 0px;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    min-width: 290px;
    border: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgb(255 255 255 / 18%);
    box-shadow: 1px 1px 12px rgb(255 255 255 / 18%);
    border: 1px solid #ffffff1c;
    overflow: hidden;
    background: #fff;
}

li.dropdown:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    right: 0;
    left: 0;
    border-radius: 10px;
    border: 0;

}



.navbar-right ul.dropdown-menu {
    right: 0;
    left: 0;
    border-radius: 10px;
    border: 0;
}

.dropdown-menu li a {
    font-size: 14px;
    top: 0;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-weight: 300;
}

.dropdown-menu li a {
    font-size: 16px;
    top: 0;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
    margin: 3px 0;
}

nav.navbar.navbar-default ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-family: 'GothamMedium';
    position: relative;
    top: 0;
    transition: .3s ease;
    text-decoration: none !important;
    font-weight: normal;
    padding: 14px 20px;
    outline: none;
    font-family: "Roboto", serif;
}

.dropdown-menu li a:hover {
    background: #eee;
}

.dropdown-menu li a:after {
    display: none;
}

.logo {
    display: flex;
    gap: 0px;
    align-items: center;
    line-height: .8
}

.logo img {
    /*width: 50%; */
    max-width: 90px;
    /* max-height: 250px; */
    float: left;
    display: inline-block;
}

.nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(33, 75, 137, 0.98);
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0 10px 28px #0d2d5b30;
    gap: 10px;
}

.nav-links.open {
    display: flex;
}

.nav-links a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    position: relative;
    padding: 10px 0;
}


.nav-links a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .25s;
}

.nav-links a:hover:after {
    width: 100%;
}

.menu {
    display: block;
    border: 0;
    background: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.hero {
    height: 464px;
    position: sticky;
    top: 0;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background-color: #000;
}

/* Hero Swiper Styles */
.hero .hero-swiper {
    width: 100%;
    height: 100%;
}

.hero .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero .hero-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero .hero-slide-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #071e414d, transparent 55%);
}

.hero .hero-pagination {
    bottom: 50px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.hero .hero-pagination .swiper-pagination-bullet {
    width: 140px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    margin: 0 !important;
    opacity: 1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero .hero-pagination .swiper-pagination-bullet-active {
    width: 150px;
}

.hero .hero-pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    transform-origin: left;
    animation: heroProgress 5s linear forwards;
}

@keyframes heroProgress {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(630px, calc(100% - 40px));
    margin: auto;
    padding-top: 177px
}

.hero h1,.hero h2 {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
    /* letter-spacing: -.02em; */
    text-transform: uppercase;
    font-size: clamp(28px, 4vw, 52px);
        font-weight: 700;
        line-height: 1.15;
        margin: 0;
        color: #ffffff;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        padding-bottom: 20px;
}

.hero-btn,
.know {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .03em;
    padding: 7px 10px;
    font-weight: bold;
    transition: .3s;
    border-radius: 14px;
}

.hero-btn {
    border-radius: 14px;
    padding: 16px 20px;
}

.hero-btn:hover {
    background: #ef8b2d;
    transform: translateY(-3px)
}

.business-wrap,
.purpose,
.legacy,
.footer-space {
    position: relative;
    z-index: 2
}

.business-wrap,
.purpose,
.footer-space {
    background: #fff
}

.business-wrap {
    padding: 21px 16px 7px
}

.business {
    background: var(--blue);
    border-radius: 35px;
    min-height: 303px;
    padding: 26px 20px 46px
}

.section-chip {
    text-align: center;
    margin-bottom: 14px
}

body .section-chip h2 {
    display: inline-block;
    background: #fff;
    border-radius: 7px;
    margin: 0;
    color: var(--blue);
    
    line-height: 1.1;
    padding: 10px 6px 10px;
    font-weight: 400
    
    display: inline-block;
    background: transparent;
    border-radius: 7px;
    margin: 0;
    color: #fff;
    
    line-height: 1.1;
    padding: 10px 6px 10px;
    font-weight: 400;
            padding: 0;
}

.business-grid {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 40px 10px;
}

.biz {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.biz-img {
    height: 131px;
    position: relative;
}

.biz-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    pointer-events: none;
}

.biz-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2.55s
}

.biz:hover .biz-img img {
    transform: scale(1.06)
}

.biz-copy {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.biz h3 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    white-space: nowrap
}

.biz-plus {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--blue);
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
}

.biz-plus:hover {
    background: #ef8b2d;
    color: #fff;
}

.purpose {
    max-width: 768px;
    margin: auto;
    padding: 0 0 41px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px 41px;
}

.purpose-card {
    overflow: hidden
}

.purpose-img {
    height: 233px;
    border-radius: 35px;
    overflow: hidden
}

.purpose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2.7s
}

.purpose-card:hover img {
    transform: scale(1.035)
}

.purpose-copy {
    padding: 15px 58px 0
}

.purpose-copy h2 {
    font-weight: 400;
    font-size: 29px;
    line-height: 1;
    margin: 0 0 6px;
    text-transform: uppercase
}

.purpose-copy p {
    font-size: 11px;
    line-height: 1.15;
    margin: 0;
    color: #355b91
}

.legacy {
    background: #fff;
    color: #111;
    padding: 60px 20px;
}

.legacy-head {
    text-align: center;
    margin-bottom: 40px;
}

.legacy-head h2 {
    font-size: 27px;
    letter-spacing: 0em;
    font-weight: 700;
    margin: 0 0 7px;
    text-transform: uppercase;
    color: #2a3a6a;
    font-size: clamp(22px, 3vw, 26px);
}

.legacy-head p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #666;
    font-size: clamp(15px, 1.8vw, 17px);
}

.leaders {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.leader {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: left;
}

.leader-photo {
    border-radius: 16px;
    overflow: hidden;
    height: auto;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 100px;
    /*overflow: hidden;
    height: auto;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 100px;
    border: 1px solid #d1d7d0;
    box-shadow: 0px 9px 8px #0b234b1f;*/
    overflow: hidden;
    height: auto;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 50px;
    border: 1px solid #d1d7d0;
    box-shadow: 0px 9px 8px #0b234b1f;
}

.leader-photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: 2.5s;
    min-height: 470px;
}

.leader:hover img {
    transform: scale(1.05);
}

.leader-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.leader-text h3 {
    margin: 0 0 5px;
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.leader-text p {
    margin: 0;
    color: #888;
    font-size: 12px;
}

.leader-plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #999;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.leader .know:hover {
    background: #fff;
    color: var(--blue)
}

.footer-space {
    padding: 0;
}

.footer {
    border-radius: 40px 40px 0 0;
    background: #204782;
    color: #fff;
    padding: 60px 20px;
    margin-top: 40px;
}

.footer-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-block {
    margin-bottom: 20px;
}

.footer-block h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-block p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #e2e8f0;
}

.footer-block a {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #e2e8f0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-block a:hover {
    color: #fff;
}


.footer-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    /*filter: brightness(0) invert(1);*/
}

.footer-icon>img {
    max-width: 45px;
}

.subscribe {
    margin-top: 20px;
}

.subscribe h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px;
    color: #fff;
}

.subscribe form {
    display: flex;
    margin: 15px 0 20px;
}

.subscribe input {
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    width: 200px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe button {
    height: 44px;
    width: 50px;
    border: none;
    background: #fff;
    color: #2a3a6a;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    transition: background 0.3s;
}

.subscribe button:hover {
    background: #e2e8f0; 
} 
 
.subscribe p {
    font-size: 13px;
    color: #cbd5e1;
    margin: 0 0 15px;
    line-height: 1.5;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    color: #aebce5;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.social-icons a:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .2, 1)
}

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

.biz:nth-child(2),
.leader:nth-child(2) {
    transition-delay: .08s
}

.biz:nth-child(3),
.leader:nth-child(3) {
    transition-delay: .16s
}

.biz:nth-child(4),
.leader:nth-child(4) {
    transition-delay: .24s
}

.leader:nth-child(5) {
    transition-delay: .32s
}

.vision-mission {
    position: relative;
    padding: 60px 20px;
    color: #fff;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #214b89;
    
}
.vision-mission .vm-card {
    border-radius: 20px;
    background: transparent;
}
.vm-bg {
    position: absolute;
    inset: 0;
    background: url('assets/vision.jpg') center/cover no-repeat;
    opacity: 0.3;
    z-index: 1;
}

.vm-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    
}

.vm-content {
    text-align: center;
}

.vm-content h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}

.vm-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #ddd;
}

.vm-btn {
    display: inline-block;
    background: #36c2ff;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 8px;
    text-transform: uppercase;
    display: inline-block;
    background: var(--blue);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .03em;
    padding: 7px 10px;
    font-weight: bold;
    transition: .3s;
    border-radius: 14px;
    font-size: 14px;
    padding: 16px 20px;
}

.vm-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.vm-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.vm-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%);
    pointer-events: none;
}

.vm-plus {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #204782;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    display: none;
}

.vm-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 8px 12px;
    backdrop-filter: blur(2px);
    width: max-content;
}

.vm-tabs button {
    background: transparent;
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 26px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.vm-tabs button.active {
    border-color: #ffffff5e;
}

.leader-modal-left .leader-modal-photo {
    border-radius: 51px;
    overflow: hidden;
}


section.about-overview.chairman-msg {
    /* padding-top: 0; */
    background: #f7f7f7;
}

section.chairman-msg .about-overview {
    padding-top: 0;
    background: transparent;
    padding: 0;
}

section.chairman-msg .about-overview-container {
    background: transparent;
}

section.chairman-msg .about-overview article.leader {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 900px;
    margin: auto;
    align-items: center;
    gap: 100px;
} 

section.chairman-msg .leader-info {
    padding: 0 0 20px 0;
}

section.chairman-msg .leader-bio {
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.65;
    color: #4a5568;
    max-width: 860px;
    margin: 0 auto;
    font-weight: 400;
    display: flex;
    position: relative;
}

section.chairman-msg .leader-bio span.quotes {
    font-size: 50px;
    line-height: 0;
    position: relative;
    top: 0;
    font-style: italic;
    transform: none;
    padding-right: 13px;
    float: left;
}

section.chairman-msg .leader-bio span.quotes.right {
    display: flex;
    align-items: end;
    transform: rotateY(180deg);
    position: absolute;
    right: 0;
    bottom: 0;
}

section.about-overview.chairman-msg .leader .quotes img {
    transform: none;
    max-width: 40px;
}
section.about-overview.chairman-msg .leader:hover .quotes img {
    transform: none;
    max-width: 40px;
}

.leader-bio {}

.career-growth-section .vm-container {
    display: block;
}

.career-growth-section .vm-container .media-overview-desc {
    max-width: 100%;
}


@media(min-width: 1000px) {
.vision-mission .vm-content {
    padding: 0 20px;
}
    article.biz:hover {
        /*padding: 16px;
        background: #000;
        transition: padding .75s ease, opacity .75s ease, transform .75s cubic-bezier(.2, .75, .2, 1);*/
        transition: scale .75s ease, cubic-bezier(.2, .75, .2, 1);
    }

    article.biz {}

    .biz-img {
        /* transition: .3s ease; */
        /* position: relative; */
        height: 100%;
    }

    article.biz .biz-img>img {
        /*transition: 0.3s height ease;*/
        height: 100%;
        position: relative;
        transition: 0.3s scale ease;
    }

    article.biz:hover .biz-img>img {
        /*height: 310px;
        transition: .3s height ease;
        transform: none;
        border-radius: 10px;*/
        scale: 1.1;
        transition: 0.3s scale ease;
    }

    article.biz:hover .biz-copy {
        bottom: 40px;
        transition: bottom .3s ease;
    }


    .about-hero-container.expanded .about-hero-content {
        left: auto;
    }

    .nav {
        width: min(1360px, calc(100% - 80px));
        height: 90px;
        border-radius: 16px;
        padding: 0 45px
    }

    .logo-mark {
        width: 32px;
        height: 32px;
        font-size: 16px
    }

    .logo b {
        font-size: 18px
    }

    .logo small {
        font-size: 9px
    }

    .nav-links {
        display: flex;
        flex-direction: row;
        position: static;
        width: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
        gap: 34px;
    }

    .nav-links a {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
    }
    
    
    .nav-links a {
        font-size: 14px;
        font-weight: 600;
        padding: 29px 0;
        display: block;
    }

    .nav-links a:after {
        bottom: -6px;
    }

    .menu {
        display: none;
    }

    .hero {
        height: 100vh;
        min-height: 680px
    }

    .hero-content {
        width: min(1350px, calc(100% - 80px));
        padding-top: 39vh
    }

    .hero h1,.hero h2 {
        font-size: 58px;
    }

    .hero-btn {
        font-size: 14px;
        padding: 16px 20px;
    }

    .business-wrap {
        padding: 42px 30px;
    }

    .business {
        border-radius: 70px;
        min-height: 575px;
        padding-top: 52px
        
        border-radius: 20px;
        min-height: 525px;
        padding-top: 52px;
        padding-bottom: 55px;
    }

    .section-chip h2 {
        font-size: 42px;
        border-radius: 13px;
        padding: 10px 12px 10px;
        font-size: 38px;
        border-radius: 13px;
        padding: 12px 22px 12px;
    }

    .section-chip {
        margin-bottom: 28px
    }

    .business-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 80px 40px;
        justify-content: center;
        text-align: center;
        max-width: 1240px;
        margin: 80px auto;
        gap: 60px;
        
        grid-template-columns: repeat(3, 1fr);
        margin: 80px 40px;
        justify-content: center;
        text-align: center;
        max-width: 1240px;
        margin: 40px auto 0;
        gap: 30px;
        padding: 0 40px;
    }

    .biz-img {
        /*height: auto;*/
    }

    .biz-copy {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .biz h3 {
        font-size: 18px
    }

    .know {
        font-size: 14px;
        padding: 2px 8px
    }

    .purpose {
        max-width: 100%;
        gap: 26px;
        padding-bottom: 82px;
        padding-left: 35px;
        padding-right: 35px;
        grid-template-columns: 1fr 1fr;
    }

    .purpose-img {
        height: 466px;
        border-radius: 70px
    }

    .purpose-copy {
        padding: 30px 115px 0
    }

    .purpose-copy h2 {
        font-size: 58px
    }

    .purpose-copy p {
        font-size: 22px
    }

    .legacy {
        padding: 82px 70px;
    }

    .legacy-head {
        margin-bottom: 56px;
    }

    .legacy-head h2 {

        letter-spacing: 0;
        padding-bottom: 10px;
    }

    .legacy-head p {
        
    }

    .leaders {
        max-width: 1360px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 60px;
        justify-content: center;
    }

    .leader {
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 40px);
        /* 3 in a row */
        gap: 20px;
    }

    .leader-text h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .leader-text p {
        font-size: 14px;
    }

    .footer-space {
        padding: 0;
    }

    .footer {
        padding: 80px 40px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 80px;
        align-items: start;
    }

    .footer-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        flex-direction: row;
    }

    .footer-block {
        margin-bottom: 20px;
    }

    .subscribe {
        margin-top: 0;
    }

    .subscribe input {
        width: 100%;
        max-width: 250px;
    }

    .social-icons {
        margin-top: 25px;
        gap: 20px;
    }

    .vision-mission {
        padding: 100px 50px;
        min-height: 700px;
    }

    .vm-container {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1380px;
        margin: 51px auto;
        /* gap: 10vw; */
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .vm-content {
        text-align: left;
        flex: 1;
        max-width: 38%;
    }

    .vm-content h2 {
        font-size: 48px;
    }

    .vm-content p {
        font-size: 18px;
    }

    .vm-card {
        flex: 1;
        max-width: 470px;
        height: 470px;
    }

    .vm-tabs {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .leader-modal-content {
    display: grid;
    /* flex-direction: column; */
    gap: 40px;
    grid-template-columns: .5fr 1fr;
}

.leader-modal-right p {
    font-size: 18px;
}
}



@media(max-width: 700px) {
    .nav {
        height: 58px;
        top: 14px
    }

    .menu {
        display: block
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        background: var(--blue);
        border-radius: 12px;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start
    }

    .nav-links.open {
        display: flex
    }

    .nav-links a {
        font-size: 13px;
        display: inline-block;
        padding: 7px 0;
    }

    .hero {
        height: 640px
    }

    .hero-content {
        padding-top: 270px
    }

    .hero h1,.hero h2 {
        font-size: 39px
    }

    .business {
        border-radius: 28px;
        padding: 35px 20px
    }

    .business-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 8px
    }

    .biz-img {
        height: 150px
    }

    .biz h3 {
        font-size: 13px
    }

    .purpose {
        grid-template-columns: 1fr;
        padding: 0 16px 50px;
        gap: 35px
    }

    .purpose-img {
        height: 330px
    }

    .purpose-copy {
        padding: 18px 18px 0
    }

    .purpose-copy h2 {
        font-size: 34px
    }

    .purpose-copy p {
        font-size: 14px
    }
    footer .footer-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        display: grid;
    }
    footer .footer-grid, footer .footer-row {
        gap: 0px;
    }
    
    .legacy {
        padding: 55px 18px
    }

    .legacy-head h2 {
        /*font-size: 30px*/
    }

    .legacy-head p {
        font-size: 13px
    }

    .leaders {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .leader-photo {
        border-radius: 30px;
    }
    .footer-icon>img {
        max-width: 30px;
    }
    .footer-space {
        padding: 0;
    }

    .footer {
        padding: 60px 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-row {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-block {
        margin-bottom: 20px;
    }

    .footer-block h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer-block p,
    .footer-block a {
        font-size: 13px;
        line-height: 1.6;
    }

    .subscribe {
        margin-top: 30px;
    }
}


.container {
    max-width: 1380px;
    margin: 0px auto;
}

/* About Page Hero Animation & Styles */
.about-hero-section {
    width: 100%;
    height: 70vh;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    transition: height 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.about-hero-section.expanded-section {
    height: 80vh;
    /* Smoothly increases section height to 90vh */
}
.about-hero-section.contact-hero-section.expanded-section {
    height: 80vh;
}
.about-hero-container {
    position: relative;
    width: min(100%, 1400px);
    height: 100%;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    transition: all 3s cubic-bezier(0.25, 1, 0.5, 1);
    /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);*/
}

.about-hero-container.expanded {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.about-hero-bg-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.about-hero-container:hover .about-hero-bg {
    /*transform: scale(1.03);*/
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.65) 100%);*/
    background: linear-gradient(180deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 2;
}

.about-hero-header-bar {
    display: none;
    /* Can be enabled if internal sub-nav bar style is preferred */
}

.about-hero-section .container {
    height: 100%;
}

.about-hero-content {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 9;
    color: #fff;
    max-width: 650px;
    top: 0;
    height: 100%;
    align-items: start;
    flex-direction: column;
    display: flex;
    justify-content: center;
    transition: .6s left ease;
}

.about-hero-section .container {
    max-width: 1280px;
    transition: .6s left ease;
}

.about-hero-container.expanded .about-hero-content {
    transition: .6s left ease;
}

.about-hero-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    position: relative;
    padding-left: 0px;
}

/*
.about-hero-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #e31837;
    border-radius: 50%;
}*/

.about-hero-title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* About Page Overview Section */
.about-overview {
    background-color: #ffffff;
    padding: 90px 20px 100px;
    text-align: center;
    color: #333333;
}

.about-overview-container {
    /*max-width: 1040px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-overview-intro p {
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.65;
    color: #4a5568;
    /*max-width: 860px;*/
    margin: 0 auto;
    font-weight: 400;
}
.about-overview-intro.business-overview-intro p {
    font-size: clamp(17px, 2vw, 20px);
}
.about-overview-divider {
    margin: 55px 0 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #b0bec5;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: default;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.plus-circle:hover {
    background-color: #78909c;
    transform: scale(1.08);
}

.about-overview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin-bottom: 70px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.stat-number {
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 400;
    color: #111111;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.stat-label {
    font-size: 14px;
    color: #555555;
    line-height: 1.45;
    font-weight: 500;
    max-width: 260px;
}

.about-overview-note {
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
}


.vision-mission .vm-container {
}

.vision-mission .vm-container h2,.vision-mission .vm-container p {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.vision-mission .vm-content {
    text-align: center;
    width: 100%;
    max-width: 65%;
}

.vision-mission .vm-container p {
    font-weight: 400;
    margin-top: 0;
    padding-top: 0;
    color: #fff;
}

.vision-mission .vm-container h2 {
    font-size: 29px;
    padding-top: 10px;
    /* margin: 0; */
}

.vision-mission .vm-container a.vm-btn {
    display: none;
}

.vision-mission .vm-tabs {
    display: none;
}

.vision-mission .vm-container .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

@media (max-width: 768px) {
    .about-overview {
        padding: 60px 20px 70px;
    }

    .about-overview-divider {
        margin: 40px 0 45px;
    }

    .about-overview-stats {
        grid-template-columns: 1fr;
        gap: 45px;
        margin-bottom: 45px;
    }

    .stat-label {
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .about-hero-container {
        height: 400px;
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .about-hero-content {
        left: 20px;
        bottom: 40px;
        right: 20px;
    }

    .about-hero-section.expanded-section {
        height: 60vh;
    }

    .about-overview {
        padding: 20px;
    }

    .about-hero-section {
        align-items: start;
    }

    .logo img {
        max-width: 120px;
    }
}

@media(max-width: 480px) {
    .nav {
        width: calc(100% - 24px);
        padding: 0 14px;
    }

    .hero-content {
        padding-top: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero h1,.hero h2 {
        font-size: 28px;
        line-height: 1.25;
        text-align: center;
    }

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

    .vm-content h2 {
        font-size: 28px;
    }

    .vm-content p {
        font-size: 14px;
    }

    .vm-card {
        height: 340px;
    }

    .legacy-head h2 {
        /*font-size: 26px;*/
    }

    .footer-space {
        padding: 0;
    }

    .footer {
        padding: 40px 20px;
        border-radius: 20px 20px 0 0;
    }

    .footer-grid,
    .footer-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-block {
        margin-bottom: 24px;
    }

    .footer-block h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .footer-block p,
    .footer-block a {
        font-size: 13px;
        line-height: 1.6;
        display: block;
    }

    .subscribe {
        margin-top: 10px;
    }

    .subscribe form {
        display: flex;
        gap: 8px;
    }

    .subscribe input {
        width: 100%;
        max-width: none;
    }

    .logo img {
        width: 50%;
        max-width: 120px;
        max-height: 250px;
    }

    .hero .hero-pagination .swiper-pagination-bullet {
        width: 70px;
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }

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

.leader-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
}

.leader-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.leader-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    padding: 60px 40px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.leader-modal.active {
    transform: translateX(0);
}

.leader-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}



.leader-modal-photo {
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.leader-modal-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.leader-modal-left h3 {
    font-size: 22px;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.leader-modal-left p {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}

.leader-modal-right p {
    line-height: 1.6;
    color: #444;
}

/* Media Page Styling & Components */
.media-overview-section {
    padding: 70px 20px;
    background-color: #fdfdfd;
}

.media-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
    gap: 20px;
}

.media-section-head.align-left {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.media-title {
    font-size: clamp(22px, 3vw, 26px);
    font-weight: 700;
    color: #173f7d;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.media-title.light {
    color: #ffffff;
}

.media-title-line {
    width: 48px;
    height: 4px;
    background-color: #173f7d;
    border-radius: 2px;
}

.media-title.light+.media-title-line {
    background-color: #ffffff;
}

.media-overview-desc {
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 1.7;
    color: #555555;
    /*max-width: 900px;*/
    margin: 0;
}

.view-all-link {
    font-size: 14px;
    font-weight: 600;
    color: #173f7d;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.view-all-link.light {
    color: #ffffff;
}

.view-all-link:hover {
    color: #214b89;
    transform: translateX(4px);
}

.view-all-link.light:hover {
    color: #cbd5e1;
}

section.media-overview-section.top {}

section.media-overview-section.top .container, section.media-overview-section.top .media-section-head, section.career-growth-section.top .container, .career-growth-section.top  .media-section-head {
    text-align: center;
    justify-content: center;
    align-items: center;
}

section.media-overview-section.top .media-overview-desc,
section.career-growth-section.top .media-overview-desc {
    margin: auto;
}

section.media-overview-section.top .media-section-head h2,
section.career-growth-section.top .media-section-head h2{
    text-align: center;
    margin: 0 0 0px;
}

.life-at-radha-section .media-section-head {
    justify-content: center;
    align-items: center;
}

.life-at-radha-section .media-overview-desc {
    margin: auto;
    text-align: center;
}

/* Media Filter Tabs */
.media-filter-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.media-filter-tabs::-webkit-scrollbar {
    display: none;
}

.media-filter-btn {
    background: transparent;
    border: 1.5px solid #173f7d;
    color: #173f7d;
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    outline: none;
}

.media-filter-btn:hover {
    background: rgba(23, 63, 125, 0.08);
}

.media-filter-btn.active {
    background: #173f7d;
    color: #ffffff;
}

.media-filter-btn.light-variant {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.media-filter-btn.light-variant:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
}

.media-filter-btn.light-variant.active {
    background: #ffffff;
    color: #0d254c;
    border-color: #ffffff;
}

/* Press Releases Section */
.press-releases-section {
    padding: 70px 20px 90px;
    background-color: #fffdf5;
}

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

.press-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.press-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(23, 63, 125, 0.12);
}

.press-card-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.press-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.press-card:hover .press-card-img img {
    transform: scale(1.08);
}

.press-card-body {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.press-date {
    font-size: 13px;
    color: #888888;
    margin-bottom: 10px;
    font-weight: 500;
}

.press-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #173f7d;
    margin: 0 0 5px;
    min-height: 65px;
    /*flex-grow: 1;*/
}
.press-card-info p {
    font-size: 13px;
    line-height: 1.3;
    color: #888;
    margin: 0 0 10px 0;
}
.read-more-btn {
    font-size: 14px;
    font-weight: 700;
    color: #173f7d;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.read-more-btn:hover {
    color: #0b234b;
}

/* Media Gallery Section */
.media-gallery-section {
    padding: 80px 20px 95px;
    background-color: #0d254c;
    color: #ffffff;
}

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

.gallery-item {
    position: relative;
    height: 240px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(13, 37, 76, 0.9) 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 18px 20px;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.gallery-overlay span {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(6px);
    transition: transform 0.3s ease;
}

.gallery-item:hover img,
.gallery-item:focus img {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay,
.gallery-item:focus .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay span,
.gallery-item:focus .gallery-overlay span {
    transform: translateY(0);
}

/* Videos Section */
.media-videos-section {
    padding: 80px 20px 100px;
    background-color: #f7f9fc;
}

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

.video-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.video-card-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.video-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-card:hover .video-card-thumb img {
    transform: scale(1.06);
}

.play-icon-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(23, 63, 125, 0.88);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
}

.video-card:hover .play-icon-badge {
    transform: translate(-50%, -50%) scale(1.12);
    background: #173f7d;
}

.video-card-body {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.video-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #173f7d;
    margin: 0 0 16px;
    flex-grow: 1;
}

/* Lightbox Modal */
.media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(7, 18, 38, 0.92);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    padding: 20px;
}

.media-lightbox.open {
    opacity: 1;
    pointer-events: auto;
}

.media-lightbox-inner {
    position: relative;
    max-width: 1000px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.media-lightbox-inner img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
}

.media-lightbox-caption {
    margin-top: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
}

.media-lightbox-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.media-lightbox-close:hover {
    color: #ef8b2d;
    transform: scale(1.15);
}

.media-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.media-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.08);
}

.media-lightbox-nav.prev {
    left: -24px;
}

.media-lightbox-nav.next {
    right: -24px;
}
@media(max-width: 1300px) {
.vm-container, .container {
    max-width: 1350px;
    width: min(1360px, calc(100% - 80px));
}
}
/* Media Page Responsiveness */
@media (max-width: 1200px) {
    .press-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .press-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .media-overview-section {
        padding: 50px 20px;
    }

    .press-releases-section {
        padding: 50px 20px 60px;
    }

    .media-gallery-section {
        padding: 55px 20px 65px;
    }

    .media-videos-section {
        padding: 55px 20px 65px;
    }

    .media-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 25px;
    }

    .gallery-item {
        height: 200px;
    }

    .media-lightbox-nav.prev {
        left: 10px;
    }

    .media-lightbox-nav.next {
        right: 10px;
    }

    .media-lightbox-close {
        top: -40px;
        right: 10px;
    }
}

@media (max-width: 576px) {
    .press-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gallery-item {
        height: 220px;
    }

    .videos-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .press-card-img {
        height: 180px;
    }

    .video-card-thumb {
        height: 185px;
    }
}

/* Careers Hero Custom Typography & Button */
.career-hero-custom {
    max-width: 580px;
}

.career-hero-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin: 18px 0 28px;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.career-hero-btn {
    display: inline-block;
    background-color: #214b89;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.career-hero-btn:hover {
    background-color: #173f7d;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* Careers Page Styling & Components */
.career-growth-section,
.life-at-radha-section {
    padding: 50px 20px 0px;
    background-color: #ffffff;
}

/* Value Pillars Box */
.career-pillars-box {
    margin-top: 50px;
    padding: 40px 30px;
    border: 1.5px solid #173f7d;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    background-color: #ffffff;
}

.pillar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pillar-icon {
    color: #173f7d;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar-item h3 {
    font-size: 17px;
    font-weight: 700;
    color: #173f7d;
    margin: 0 0 8px;
}

.pillar-item p {
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    margin: 0;
    max-width: 220px;
}

/* Careers Stats Banner (Solid Blue) */
.career-stats-banner {
    margin-top: 30px;
    background-color: #173f7d;
    border-radius: 24px;
    padding: 45px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    color: #ffffff;
}

.career-stat-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.career-stat-icon {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

.career-stat-number {
    font-size: clamp(32px, 3.5vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.career-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* Open Positions Section */
.open-positions-section {
    padding: 75px 20px;
    background-color: #f8fafc;
    margin-top: 50px;
}

.jobs-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 35px;
}

.job-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(23, 63, 125, 0.08);
}

.job-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.job-details {
    flex-grow: 1;
}

.job-title {
    font-size: 18px;
    font-weight: 700;
    color: #173f7d;
    margin: 0 0 6px;
}

.job-meta {
    font-size: 13px;
    color: #888888;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.job-desc {
    font-size: 14px;
    color: #555555;
    margin: 0;
    line-height: 1.45;
}

.job-action {
    flex-shrink: 0;
}

.apply-btn {
    background-color: #173f7d;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.apply-btn:hover {
    background-color: #0d254c;
    transform: translateX(3px);
}

.all-jobs-btn-wrap {
    text-align: center;
    margin-top: 45px;
}

.view-all-jobs-btn {
    display: inline-block;
    padding: 14px 38px;
    border: 1.5px solid #173f7d;
    color: #173f7d;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-jobs-btn:hover {
    background-color: #173f7d;
    color: #ffffff;
}

section.we-are {
    text-align: center;
    padding: 40px 20px;
}

section.we-are h3 {
    font-size: clamp(22px, 3vw, 26px);
    margin-top: 0;
    text-transform: uppercase;
}

/* Careers Page Responsiveness */
@media (max-width: 1024px) {

    .career-pillars-box,
    .career-stats-banner {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 768px) {

    .career-pillars-box,
    .career-stats-banner {
        grid-template-columns: 1fr;
        padding: 35px 20px;
    }

    .job-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
    }

    .job-action {
        width: 100%;
    }

    .apply-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Contact Page Styling & Components */
.contact-section {
    padding: 70px 20px 90px;
    background-color: #ffffff;
}

.contact-container {
    /*max-width: 960px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-intro-quote {
    text-align: center;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.6;
    color: #222222;
    max-width: 780px;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 700;
    color: #173f7d;
    font-size: clamp(22px, 3vw, 26px);
    text-transform: uppercase;
    letter-spacing: 0;
}

.contact-form-box {
    background-color: #f9f9f9;
    border-radius: 24px;
    padding: 40px 45px;
    width: 100%;
    max-width:850px;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);*/
    margin-bottom: 50px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-input,
.contact-select,
.contact-textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    font-size: 15px;
    color: #222222;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-weight: 400;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #333333;
    font-weight: 500;
}

.contact-select {
    color: #333333;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%3C333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
    border-color: #0069c2;
    box-shadow: 0 0 0 3px rgba(0, 105, 194, 0.12);
}

.contact-textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-submit-wrap {
    margin-top: 10px;
}

.contact-submit-btn {
    background-color: #0069c2;
    color: #ffffff;
    border: none;
    border-radius: 14px;
    padding: 16px 38px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.contact-submit-btn:hover {
    background-color: #00539b;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 105, 194, 0.3);
}

/* Head Office Blue Card */
.contact-head-office-card {
    background-color: #0069c2;
    border-radius: 28px;
    padding: 40px 45px;
    width: 100%;
    max-width: 1200px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 105, 194, 0.2);
    background-image: url(assets/contact-btm-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 70px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.office-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.office-pin-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.office-header h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.office-address-text {
    font-size: 18px;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 20px 44px;
    font-weight: 400;
}

.office-phone-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.office-phone-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
}

.office-phone-number {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.office-phone-number:hover {
    opacity: 0.85;
}

/* Contact Page Mobile Responsiveness */
@media (max-width: 768px) {
    .contact-section {
        padding: 50px 16px 70px;
    }

    .contact-form-box {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-head-office-card {
        padding: 30px 22px;
        border-radius: 20px;
    }

    .office-address-text,
    .office-phone-row {
        margin-left: 0;
    }

    .office-header {
        margin-bottom: 16px;
    }
    
    .leader-modal-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.leader-modal-right p {
    font-size: 14px;
}

header span.flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

header span.flex a.search-icon {
    display: flex;
    /* align-items: center; */
}

ul.dropdown-menu {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
}

.nav-links.in-nav li.dropdown {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nav-links.in-nav li {
    width: 100%;
}

.dropdown-menu li a {
    color: #fff;
    margin: 0;
}

.dropdown-menu li a:hover {
    background: #363e8d;
}

section.chairman-msg .about-overview article.leader {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
}

section.chairman-msg .about-overview .leader-photo {
    border-radius: 80px;
}

section.chairman-msg .about-overview  h3 {
    font-size: 20px;
}

section.chairman-msg .about-overview .leader-text p {
    font-size: 16px;
}

section.chairman-msg .leader-info {
    padding-bottom: 13px;
}

.leader-modal-left .leader-modal-photo {
    border-radius: 20px;
}

section.about-overview {

}

section.chairman-msg .leader-bio span.quotes.right {
    position: relative;
}

.vision-mission .vm-content {
    max-width: 90%;
} 

.vision-mission .vm-container h2 {
    margin-bottom: 10px;
    font-size: 26px;
}

.vision-mission .vm-container p {
    font-size: 20px;
    margin-bottom: 0;
}

.vision-mission .vm-container {
    margin: auto; 
    width: 95%;
}

body .section-chip h2 { 
    font-size: 26px;
}
body .business-grid {
    margin-top: 20px;
    margin-bottom: 0;
}
.section-chip {
    margin-bottom: 0px;
}

section.about-overview.chairman-msg .leader-photo img {
    min-height: auto;
}

section.chairman-msg .about-overview .leader-photo {
    border-radius: 20px;
}

.legacy .leader-photo img {
    min-height: 210px;
}

.vm-container, .container {
        width: min(1360px, calc(100% - 00px));
    }
    
.contact-intro-quote {
    line-height: 1.2;
} 

.legacy-head p br {
    display: none;
}
}