body {
    color: #1a1a1a;
    padding-top: 130px;
    background-color: #a3bbe8 !important;
}

::selection {
    background-color: #c8aa15;
    color: #000000;
    border-radius: 10px;
}

.lh-1 b {
    font-family: 'Sora', sans-serif;
    /* High-end brand font */
    font-size: 38px;
    /* Slightly increased for impact */
    color: black !important;
    /* Restored to black as per user request */
    font-weight: 800;
    letter-spacing: -1px;
}

.lh-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.back-fnt a {
    font-size: 36px;
    color: black !important;
}

.nav-link {
    color: #101010 !important;
    padding: 8px 18px !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin: 0 2px;
}

.nav-link.active {
    background: rgba(26, 82, 118, 0.08) !important;
    color: #1a5276 !important;
    border-radius: 12px;
}

.nav-link:hover {
    color: #1a5276 !important;
    /* Simple color shift */
    transform: translateY(-2px);
}



.navbar-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.head-cls {
    text-align: center;
    padding-bottom: 30px;
    color: #2b2d42;
}

.dropdown-menu.drop-color {
    background: #ffffff !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
    padding: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.dropdown-item.drop-color {
    border-radius: 8px !important;
    padding: 8px 15px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    color: #333 !important;
}

.dropdown-item.drop-color:hover {
    background: #1a5276 !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

.cls-nav-color {
    background-color: #faf9f9;
    border-bottom: 4px solid #040404;
}

.navbar-brand-box {
    transition: all 0.3s ease;
    border: 2px solid #090909;
}

.navbar-brand-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

.carousel-img-div {
    margin-top: -130px;
    margin-bottom: 4rem;
    background-image: url('image/154737.jpg');
    height: 700px;
}

.col-color {
    padding: 24px;
    color: black;
}

.lead-padding {
    padding-left: 40px;
}

.col-color h2 {
    color: #2b2d42;
    padding-left: 10px;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.pad-content {
    padding-left: 20px;
}

.item-logo-div a {
    padding-bottom: 20px
}

.carousel-item {
    height: 32rem;
}

.marketing .col-lg-4 {
    text-align: center;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    font-family: 'EB Garamond', serif;
    font-size: 17px;
}

.marketing .col-lg-4 h2 {
    font-family: 'EB Garamond', serif;
}

.col-lg-4 {
    padding-bottom: 50px;
}


.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 3rem;
    }
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.container {
    max-width: 100%;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}



.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 100%;
}

.shadow-sm {
    box-shadow: none;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}


figure.snip0016 {
    font-family: 'EB Garamond', serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 15px;
    min-width: 220px;
    max-width: 320px;
    height: 320px;
    width: 100%;
    background: #2471a3;
    text-align: left;
    box-shadow: -10px 10px 5px #dddddd;
}

figure.snip0016 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0016 img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    height: 100%;
}

figure.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 3em;
    width: 100%;
    height: 100%;
}

figure.snip0016 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 4px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0016 h2,
figure.snip0016 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0016 h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0016 h2 span {
    font-weight: 800;
}

figure.snip0016 p {
    font-weight: 200;
    -webkit-transform: translate3d(0%, 30%, 0);
    transform: translate3d(0%, 30%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0016 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0016:hover img {
    opacity: 0.3;
}

figure.snip0016:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

figure.snip0016:hover figcaption p {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0016:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.project-launch-div {
    background-color: #2471a3;
    height: 200px;
    width: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-cls {
    padding: 30px;
    padding-top: 50px;
    color: #ffff;
    text-align: center;
}

.project-cls h4 {
    font-weight: 400;
    font-size: 20px;
}

.para-style {
    font-size: larger;
    line-height: 1.5;
    padding-bottom: 30px;
    padding-top: 50px;
    padding-left: 50px;
}

.heading-style {
    text-align: center;
}

.section-color li a {
    color: black;
}

.contact-div-content {
    text-decoration: none;
    text-decoration: none;
    list-style-type: none;
}

.contact-div {
    flex-grow: 1;
}

.contact-div h2 {
    color: #F2AB26;
    padding-bottom: 20px;
}

.row-align-content {
    justify-content: center;
    color: black;
    padding: 40px;
}

.row-align-content h3 {
    color: #F2AB26;
}

.contact-li {
    padding-bottom: 10px;
}

.contact-li a {
    color: black;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.55;
}

.section-hover a:hover {
    color: #F2AB26;
    text-decoration: none;
}

.contact-li a:hover {
    color: #F2AB26;
    text-decoration: none;
}

.fa {
    text-decoration: none;
}

.head-top-cls {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 30px;
    color: #2b2d42;
    font-size: 2rem;
}

.color-div-lav {
    background-color: #d7edd8;
    color: #3d626c;
    font-family: 'EB Garamond', serif;
}

.color-div-grn {
    background-color: #d7edd8;
    color: #3d626c;
    font-family: 'EB Garamond', serif;
}

.color-div-blu {
    background-color: rgb(121, 174, 197);
}

.bg-white-black {
    background-color: white !important;
    color: black !important;
}

.bg-blue-white {
    background-color: #000000 !important;
    color: white !important;
}

.bg-blue-white h2,
.bg-blue-white h3,
.bg-blue-white label {
    color: white !important;
}

.color-div-lav h4 {
    font-weight: 600;
}

.color-div-lav p {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    color: #3d626c;
}

.lead-pad-col {
    color: #2b2d42;
    padding: 30px;
}

.footer-div-content {
    padding-bottom: 0px;
}

.main-cls {
    background-color: gainsboro;
}

.div-color-anti {
    padding: 15px;
    padding-left: 15px;
    height: 300px;
    background-color: transparent;
}



@media only screen and (min-width: 375px) and (min-height:667px) {
    .project-launch-div {
        width: 102%;
    }
}

@media only screen and (min-width: 375px) and (min-height:667px) {
    .resp-img {
        width: 280px;
        height: 650px;
    }
}


@media only screen and (min-width: 1280px) and (min-height:800px) {
    .resp-img {
        width: 470px;
    }
}


@media only screen and (min-width: 375px) and (min-height:667px) {
    .resp-img-contact {
        width: 360px;
        height: 500px;
    }
}

.img-bk-color {
    color: #fff;
    background-color: #F2AB26;
}

.fnt-style {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
}

.fnt-style h1 {
    font-weight: 700;
}

.fnt-style-htag1 {
    font-family: 'EB Garamond', serif;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    color: #2b2d42;
}

.fnt-style-htag {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    color: #2b2d42;
}

.fnt-style p {
    font-size: 1.22rem;
    line-height: 1.5;
}

.fnt-style h2 {
    font-weight: 600;
}

.fnt-style-1 h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
}

.fnt-style-1 h3 {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
}

.fnt-style-footer {
    font-family: 'EB Garamond', serif;
    background: linear-gradient(to bottom, #fdfdfd, #ffffff) !important;
    padding: 5px 5% !important;
    margin-top: 40px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -20px;
}

.fnt-style-2 {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
}

.img-logo {
    background-image: url(image/logo-2.jpg);
}

.font-size-lt {
    font-size: 22px;
}

.font-size-lt a {
    font-size: 22px;
}

.fnt-size-50 {
    font-size: 50px;
}

.fnt-size-40 {
    font-size: 40px;
}

.fnt-size-20 {
    font-size: 20px;
}

.fnt-size-26 {
    font-size: 26px;
}

.fnt-size-28 {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
}

.head-top-cls-pad {
    text-align: center;
    padding-bottom: 30px;
    color: #2b2d42;
    padding: 10px;
    font-weight: 700;
}

.navbar-hover-bk a {
    color: black !important;
    background-color: #faf9f9;
}

.drop-color {
    background-color: #faf9f9;
    background: #faf9f9;
}

.drop-color ul {
    background-color: #faf9f9;
}

.dropdown-item {
    color: black !important;
}

.dropdown-item:hover {
    color: white !important;
    background-color: #2471a3 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.awrd-stl-cls {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    color: #2b2d42;
}

.slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col {
    width: 800px;
    height: 400px;
    position: relative;
}

.user-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.user-img img {
    height: 100%;
    border-radius: 10px;
    width: 320px;
    object-fit: cover;
}

.user-text {
    background: rgba(162, 191, 224, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    width: 520px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #4d4352;
    padding: 45px;
    z-index: 2;
}

.user-text p {
    font-size: 1.22rem;
    line-height: 1.5;
    font-family: 'EB Garamond', serif;
}

.user-text h2 {
    margin: 35px 0 5px;
    color: #4d4352;
}

.indicator {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.indicator .btn-cls {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #2471a3;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.btn-cls .active-div {
    width: 45px;
}

.testimonial {
    width: 100%;
    overflow: hidden;
}

.testimonial-body {
    font-family: 'EB Garamond', serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
}

.main-div-content {
    width: 800px;
    margin: auto;
}

.main-div-content h1 {
    text-align: center;
    font-size: 40px;
    color: #2b2d42;
    margin-bottom: 2rem;
}

html {
    scroll-behavior: smooth;
}


.slider-logo-div {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 1rem;
    justify-content: center;
}


.item-logo-div img {
    min-width: 50px;
    padding: 0 30px;
    padding-bottom: 15px
}

.slider-logo-div:hover .item-logo-div {
    animation-play-state: paused;
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1800px, 0, 0);
    }
}

@keyframes animateVerticalUp {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

.vertical-slider-container {
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
    margin: 40px 0;
    border: 3px solid black;
    display: flex;
}

.vertical-image-column,
.vertical-text-column {
    flex: 1;
    overflow: hidden;
}

.vertical-slider {
    display: flex;
    flex-direction: column;
    animation: animateVerticalUp 20s linear infinite;
}

.vertical-slider-container:hover .vertical-slider {
    animation-play-state: paused;
}

.vertical-item {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.vertical-item img {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.text-box-item {
    background-color: #2471a3;
    color: white;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.text-box-item h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-box-item p {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}


.div-color-index {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 520px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    padding: 45px;
    z-index: 3;
}

.fnt-sml-cls {
    font-size: 18px;
}

.fnt-eng-cls {
    font-size: 19px;
}

.button-backgrd-col {
    background-color: #2471a3;
    border: rgb(214, 210, 210);
    color: #fff;
    background-color: rgb(97, 163, 163);
}


.zoom {
    padding: 50px;
    transition: transform .2s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.ovdiv {
    height: 350px;
    width: 90%;
    background-color: transparent;
}

.im1 {

    float: left;
}

.t {
    height: 400px;
    width: 350px;
    margin-left: 703px;
}

.t2 {
    height: 190px;
    width: 350px;
    margin-left: -45%;
}

.t3 {
    height: 190px;
    width: 350px;
    margin-left: -50%;
}

.t1 {
    margin-Top: 15%;
    height: 400px;
    width: 350px;
    float: left;
}

.t1 h1 {
    color: green;
    margin-right: 10px;
    margin-left: 10%;
    font-size: 26px;
    font-weight: 700;
    margin-top: -40%;
}

.t1 p {
    color: #434ba1;
    margin-right: 10px;
    text-align: right;
    font-weight: 500;
    font-size: 18px;
}

.t1 ul {
    color: #434ba1;
    margin-right: 10px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.t2 h1 {
    color: #c00000;
    margin-right: 10px;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

.t4 {
    color: #c00000;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

.t5 {
    color: #434ba1;
    font-weight: 500;
    font-size: 18px;
}

.t2 p {
    color: #434ba1;
    margin-right: 10px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.t3 h1 {
    color: #4bcaad;
    margin-right: 10px;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

.t3 li {
    color: #434ba1;
    font-weight: 500;
    margin-right: 10px;
    text-align: left;
    font-size: 18px;
}

.lh-1 small {
    font-size: 15px;
}

.im1 img {
    margin-left: -20%;
}

.awrd-div {
    margin: auto;
    width: 20%;
}

.award-img-content {
    position: relative;
    max-width: 200px;
    margin: auto;
    overflow: hidden;
}

.award-img-main {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.award-img {
    min-width: 100%;
    box-sizing: border-box;
}

.aarwd {
    width: 100%;
    display: block;
}

.view-content a {
    text-decoration: none !important;
}

.view-content a {
    color: #2b2d42;
    text-decoration: none;
}

.view-content a:hover {
    color: #F2AB26;
    text-decoration: none;
    cursor: pointer;
}

.wei-6 {
    font-weight: 600;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.border-sm img {
    background: #f0f0f0;
    border: 20px solid #ebebeb;
}

.centre-align-cotent {
    text-align: center;
}

.color-select {
    background-color: #007c91;
    color: #fff;
}


.group-pad {
    padding: 20px;
}


.group-pad h2 {
    text-align: center;
    padding: 20px;
    color: #2471a3;
    font-weight: 700;
    font-size: 30px;
}

.group-pad h3 {
    color: #2471a3;
    font-weight: 700;
    font-size: 30px;
}

.group-pad-header {
    font-weight: 500;
    font-size: 30px;
}

.facility-pg h2 {
    font-size: 30px;
    font-weight: 200;
    padding: 15px;

}


.cls-facility {
    padding: 30px;
}

.overall-color-white {
    background-color: transparent;
}

.miletone h1 {
    text-align: center;
    padding-left: 450px;
}

.miletone-bottom {
    padding-bottom: 50px;
}


.slider-logo-div {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 1rem;
}

.item-logo-div {
    animation: animate 25s linear infinite;
}

.item-logo-div img {
    min-width: 50px;
    padding: 0 30px;
    padding-bottom: 15px
}

.slider-logo-div:hover .item-logo-div1 {
    animation-play-state: paused;
}


.slider-logo-div-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.item-logo-div-2 img {
    height: 120px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    padding: 15px 30px;
}

.lead-padding span {
    font-weight: 700;
}

/* Premium Product Layout */
.premium-product-container {
    padding: 40px 0;
}

.product-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.product-row:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.product-image-side {
    flex: 0 0 45%;
    padding: 20px;
    position: relative;
}

.product-image-side img {
    width: 100%;
    border-radius: 20px;
    border: 5px solid #f4f6f6;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-image-side:hover img {
    transform: scale(1.1) rotate(1deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
}

.product-details-side {
    flex: 1;
    padding: 0 40px;
}

.product-details-side h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2b2d42;
    margin-bottom: 20px;
    position: relative;
}

.product-details-side h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #2471a3;
    border-radius: 2px;
}

.product-details-side p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-top: 25px;
}

.product-feature-list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.product-feature-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #444;
}

.product-feature-list li::before {
    content: '→';
    margin-right: 15px;
    color: #2471a3;
    font-weight: bold;
}

@media (max-width: 992px) {
    .product-row {
        flex-direction: column;
    }

    .product-image-side {
        width: 100%;
    }

    .product-details-side {
        width: 100%;
        padding: 30px 0 0;
    }
}

.fnt-style-why {
    font-family: 'EB Garamond', serif;
}

/* Overview Page Triangular Grid Layout */
.ov-boxed-container {
    border-radius: 25px;
    padding: 30px;
    background-color: #f8fbfe;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.ov-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* 3 Equal columns */
    grid-template-rows: auto auto;
    /* 2 Rows */
    gap: 15px;
    align-items: center;
    padding: 10px;
    max-width: 1100px;
    /* Wider for 3 columns */
    margin: 0 auto;
}

.ov-mission {
    grid-column: 2;
    grid-row: 1;
    text-align: center;
}

.ov-image-center {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.ov-image-center img {
    border-radius: 50%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 5px solid #ffffff;
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.ov-image-center img:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.ov-vision {
    grid-column: 1;
    grid-row: 2;
}

.ov-core-values {
    grid-column: 3;
    grid-row: 2;
}

.ov-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 3px solid #2471a3;
    /* 3px Blue border on all sides */
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ov-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.ov-image-large {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.ov-image-large:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.ov-card h1 {
    font-size: 1.8rem;
    color: #2471a3;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}

.ov-card ul {
    list-style: none;
    padding: 0;
}

.ov-card li {
    padding: 5px 0;
    font-size: 1rem;
    color: #444;
}

.ov-card li::before {
    content: '•';
    color: #2471a3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media (max-width: 992px) {
    .ov-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .ov-image-center {
        grid-row: 2;
        grid-column: 1;
    }

    .ov-vision,
    .ov-core-values {
        grid-column: 1;
        grid-row: auto;
    }
}

/* --- Awards & Recognitions Final Stacked Deck --- */
.awards-stack-area {
    margin: 100px 0;
    padding: 0 5%;
    position: relative;
}

/* Title is sticky inside the stack-area but NOT inside the card grid */
.awards-fixed-title {
    position: sticky;
    top: 15vw;
    z-index: 1000;
    margin-bottom: -4rem;
    /* Pull grid up so title overlaps column 1 space */
    pointer-events: none;
    width: 30%;
    /* Only as wide as the left column */
}

.awards-fixed-title h1 {
    font-family: 'Sora', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: #1a1a1a;
    opacity: 1 !important;
    visibility: visible !important;
}

.awards-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
    align-items: start;
    min-height: 300vh;
    /* Extra scroll space for stacking */
}

.awards-left-col {
    position: relative;
    z-index: 1001;
    /* Higher than card column */
}

.awards-left-col h1 {
    position: sticky;
    top: 15vw;
    font-family: 'Sora', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: #1a1a1a;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1000;
    /* Highest priority */
}

.awards-center-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-card {
    position: sticky;
    background: #fff;
    width: 380px;
    /* Precise size from image */
    height: 480px;
    margin-bottom: 80vh;
    /* Scroll gap for exit */
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.8s ease,
        filter 0.8s ease;
    z-index: 1;
    overflow: hidden;
}

/* Higher cards stack UPON lower cards */
.award-card:nth-child(1) {
    top: 10vw;
    z-index: 10;
}

.award-card:nth-child(2) {
    top: 11vw;
    z-index: 11;
}

.award-card:nth-child(3) {
    top: 12vw;
    z-index: 12;
}

.award-card:nth-child(4) {
    top: 13vw;
    z-index: 13;
}

.award-card:nth-child(5) {
    top: 14vw;
    z-index: 14;
}

.award-card:nth-child(6) {
    top: 15vw;
    z-index: 15;
}

.award-card img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

.awards-right-col {
    position: sticky;
    top: 15vw;
    display: flex;
    flex-direction: column;
}

.active-award-info {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.active-award-info h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.active-award-info h3::before {
    content: '•';
    margin-right: 10px;
    color: var(--bullet-color, #ff4d4d);
}

.active-award-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.visit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
}

.visit-btn:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000;
}

.visit-btn::after {
    margin-left: 8px;
    font-size: 1.2rem;
}

/* 4-Sided 2px Borders & Color-Matched Shadows */
.card-border-red {
    border: 4px solid #ff4d4d !important;
    background-color: #fb8989;
    box-shadow: 0 30px 60px rgba(255, 77, 77, 0.15) !important;
}

.card-border-purple {
    border: 4px solid #6c5ce7 !important;
    background-color: #a499f6;
    box-shadow: 0 30px 60px rgba(108, 92, 231, 0.15) !important;
}

.card-border-blue {
    border: 4px solid #0984e3 !important;
    background-color: #99d3ff;
    box-shadow: 0 30px 60px rgba(9, 132, 227, 0.15) !important;
}

.card-border-gold {
    border: 4px solid #fdcb6e !important;
    background-color: #fef0b9;
    box-shadow: 0 30px 60px rgba(253, 203, 110, 0.2) !important;
}

.card-border-teal {
    border: 4px solid #00cec9 !important;
    background-color: #b3f7f5;
    box-shadow: 0 30px 60px rgba(0, 206, 201, 0.15) !important;
}

.card-border-dark {
    border: 4px solid #2d3436 !important;
    background-color: #4d4e4e;
    box-shadow: 0 30px 60px rgba(45, 52, 54, 0.15) !important;
}

.reveal-section {
    opacity: 0;
    transform: scale(0.95) translateY(30px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    visibility: hidden;
    perspective: 1000px;
}

.reveal-section.active {
    opacity: 1 !important;
    transform: scale(1) translateY(0) !important;
    visibility: visible !important;
}

.rotate-reveal {
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s ease;
    transform: rotateX(-360deg);
    cursor: default;
}

.active .rotate-reveal {
    transform: rotateX(0deg);
}

.rotate-reveal:hover {
    transform: rotateX(0deg) translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}

.infra-super-container {
    padding: 40px 0;
    background-color: transparent;

}

.infra-viewport-title {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #101011;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    letter-spacing: -1px;
    opacity: 0.8;
}

.infra-viewport-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #1a5276;
    border-radius: 10px;
}

.infra-viewport {
    width: 95%;
    max-width: 1300px;
    height: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.infra-track {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.infra-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    transition: background 0.5s ease;
}

/* Color Palette - Sets */
.infra-slide:nth-child(odd) {
    background-color: #ffffff;
}

.infra-slide:nth-child(even) {
    background-color: #ffffff;
}

.infra-card-inner {
    display: flex;
    width: 100%;
    gap: 60px;
    align-items: center;
}

.infra-image-side {
    flex: 1.2;
    perspective: 1000px;
    /* For 3D pop effect */
}

.infra-img-frame {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    background: #eef2f7;
    border: 12px solid #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.infra-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pop-out Hover Effect (No scaling, just lift + shadow) */
.infra-img-frame:hover {
    transform: translateY(-30px) rotateX(5deg);
    box-shadow: 0 50px 100px rgba(36, 113, 163, 0.3);
    border-color: #ffffff;
}

.infra-content-side {
    flex: 1;
}

.infra-content-side h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a5276;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1;
}

.infra-content-side p {
    font-size: 1.3rem;
    color: #0e0e0e;
    line-height: 1.6;
}

.infra-specs {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.infra-specs li {
    padding: 12px 0;
    font-weight: 600;
    color: #1a5276;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.infra-specs i {
    color: #2471a3;
    font-size: 1.2rem;
}

/* Navigation Controls */
.infra-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 100;
}

.infra-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    color: #1a5276;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.infra-btn:hover {
    background: #1a5276;
    color: #ffffff;
    transform: scale(1.1);
}

.infra-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Animations */
.infra-slide.active .infra-content-side {
    animation: slideInUp 0.8s both;
}

.infra-slide.active .infra-image-side {
    animation: slideInUp 0.8s 0.2s both;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Leadership Spotlight Section */
.leadership-section {
    padding: 80px 0;
    background: #a3bbe8;
}

.leader-card {
    display: flex;
    align-items: center;
    background: #f8fbff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 20px 50px rgba(26, 82, 118, 0.08);
    /* Premium brand shadow */
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border: 1px solid rgba(26, 82, 118, 0.05);
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(26, 82, 118, 0.15);
}

.leader-card.reverse {
    flex-direction: row-reverse;
}

.leader-img-side {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.leader-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.leader-card:hover .leader-img-side img {
    transform: scale(1.05);
}

.leader-content-side {
    flex: 1;
    padding: 40px 60px;
}

.leader-label {
    display: inline-block;
    padding: 6px 15px;
    background: rgba(26, 82, 118, 0.1);
    color: #1a5276;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.leader-name {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #101011;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.leader-role {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
}

.leader-bio {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 25px;
}

.leader-signature {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    color: #1a5276;
    opacity: 0.8;
}

.leader-card.leader-1 {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
}

.leader-card.leader-2 {
    width: 80%;
    margin-right: auto;
    margin-left: 0;
}

.leader-card.leader-3 {
    width: 60%;
    margin: 0 auto 30px auto;
    flex-direction: column;
    text-align: center;
}

.leader-card.leader-3 .leader-img-side {
    flex: 0 0 100%;
}

@media (max-width: 992px) {

    .leader-card,
    .leader-card.reverse {
        flex-direction: column;
    }

    .leader-img-side {
        flex: 0 0 100%;
        min-height: 350px;
    }

    .leader-content-side {
        padding: 40px;
    }
}