@font-face {
    font-family: 'Sora';
    src: url('/fonts/Sora-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('/fonts/Sora-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('/fonts/Sora-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('/fonts/Sora-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('/fonts/Sora-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Sora';
    font-weight: 300;
    overflow-x: hidden;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}
#main-container {
    width: 100%;
}

.panel {
    /*height: 100vh;*/
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    overflow: hidden;
}


.font-size10 {
    font-size: 10px !important
}
.font-size11 {
    font-size: 11px !important
}
.font-size12 {
    font-size: 12px !important
}
.font-size13 {
    font-size: 13px !important
}
.font-size14 {
    font-size: 14px !important
}
.font-size15 {
    font-size: 15px !important
}
.font-size16 {
    font-size: 16px !important
}
.font-size17 {
    font-size: 17px !important
}
.font-size18 {
    font-size: 18px !important
}
.font-size20 {
    font-size: 20px !important;
}
.font-size22 {
    font-size: 22px !important
}
.font-size24 {
    font-size: 24px !important
}
.font-size26 {
    font-size: 26px !important
}
.font-size28 {
    font-size: 28px !important
}
.font-size30 {
    font-size: 30px !important
}
.font-size32 {
    font-size: 32px !important
}
.font-size40 {
    font-size: 40px !important
}
.font-size50 {
    font-size: 50px !important
}
.bg-primary{
    background-color: #203B71 !important;
    color: #ffffff;
}
.text-primary {
    color: #203B71 !important;
}

.text-secondary {
    color: #2F9DA8 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}
.navbar .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.navbar-brand img { margin-right: 20px; }
.dropdown-menu {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    padding: 8px 0 !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
    min-width: 250px;
    margin: 0 !important;
}
.child-hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    padding: 8px 0 !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
    min-width: 250px;
    margin: 0 !important;
}
.dropdown-item {
    color: white !important;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    display: none;
    margin-top: -8px !important;
}
.nav-item.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu .dropstart > .dropdown-menu {
    left: auto !important;
    right: 100% !important;
}
.dropdown-submenu > a::after {
    content: "❯";
    font-size: 10px;
    color: white;
    margin-left: 15px;
}
.dropdown-item.active, .dropdown-item:active { background: transparent !important; }

/*.nav-link {*/
/*    color: white !important;*/
/*    font-weight: 300;*/
/*    border-bottom: 2px solid transparent;*/
/*    font-family: 'Outfit';*/
/*}*/

/*.nav-item.dropdown .dropdown-toggle::after {*/
/*    border: none !important;*/
/*}*/

/*.nav-link:hover {*/
/*    border-bottom-color: #203B71 !important;*/
/*}*/

/*.nav-item.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/

/*.nav-item.dropdown .dropdown-toggle::after {*/
/*    margin-left: 6px;*/
/*}*/
/*.dropdown-item.active, .dropdown-item:active {*/
/*    background: white;*/
/*    color: #d1191f !important;*/
/*}*/

/*.dropdown-item:focus, .dropdown-item:hover {*/
/*    background: white;*/
/*    color: #d1191f !important;*/
/*}*/

/*.active {*/
/*    border-bottom-color: #203B71 !important;*/
/*}*/


.sidebar-menu .menu-heading {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}
.sidebar-menu .menu-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-menu .menu-list li {
    margin-bottom: 12px;
}

.sidebar-menu .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.sidebar-menu .menu-item:hover,
.sidebar-menu .menu-item:focus,
.sidebar-menu .menu-item:active {
    background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.1));
    transform: translateX(5px) scale(1.02);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    color: #203B71;
}

.sidebar-menu .menu-text {
    transition: all 0.3s ease;
}

.sidebar-menu .menu-arrow {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.sidebar-menu .menu-item:hover .menu-arrow,
.sidebar-menu .menu-item:focus .menu-arrow,
.sidebar-menu .menu-item:active .menu-arrow {
    opacity: 1;
    transform: translateX(5px);
}

@media (pointer: coarse) {
    .sidebar-menu .menu-item:active {
        transform: translateX(3px) scale(1.02);
        background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.12));
        box-shadow: 0 5px 18px rgba(0,0,0,0.18);
    }
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.offcanvas {
    background: #2d3a49f7;
    backdrop-filter: blur(3px);
}

.banner-image {
    overflow: hidden;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ship-overlay {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%,-60%);
    width: 100%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    animation: zoomEffect 8s ease-in-out infinite alternate;
}
@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}

.form-posi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

}

.main-banner-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.15;
}

.mySwiper {
    position: relative;
    padding-bottom: 80px;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.box-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.circular-emblem {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: -20px;
    border-radius: 50%;
    background: #1f3c71;
}
.emblem-text {
    font-size: 20px;
    /* word-spacing: 10px; */
    letter-spacing: 5.5px;
}
.rotating-text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateCircle 12s linear infinite;
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); /* overlay fixed */
    z-index: 10;
}

.overlay-text p {
    margin-bottom: 0;
    line-height: 1.4;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    transition: all 0.4s ease;
}

.about-img {
    transition: transform 0.6s ease;
    border-radius: 12px;
}

.about-sec:hover .about-img {
    transform: scale(1.05);
}


.custom-tabs .tab-btn {
    cursor: pointer;
    background: #fff;
    color: #203B71;
    transition: all 0.3s ease;
}

.custom-tabs .tab-btn.active {
    background: #203B71;
    color: #fff;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.form-select {
    color: #D5D5D5 !important;
    font-size: 14px;
}
.form-check-input {
    display: none;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 40px;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
}

.form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.form-check-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background: #203B71;
    border-radius: 50%;
    transition: 0.2s ease;
}
.form-check-input:checked + .form-check-label::before {
    border-color: #203B71;
}

.form-check-input:checked + .form-check-label::after {
    transform: translateY(-50%) scale(1);
}


.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}
.service-img {
    transition: transform 0.6s ease;
}

.service-card:hover .service-img {
    transform: scale(1.05);
}


.badge-number {
    position: absolute;
    top: 0;
    left: -2px;
    background: #1f3c88;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 4px;
}



.btn-custom {
    background: #2F9DA8;
    transition: all 0.5s ease;
    color: #fff;
    border-radius: 0;
}

.btn-custom:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(47,157,168,0.25);
}
.swiper-button-next {
    top: 4%;
}
.swiper-button-prev {
    top: 4%;
    left: auto;
    right: 5%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #2c7a7b;
    border-radius: 50%;
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
}
.ship-background {
    overflow: hidden;
}
.ship-background {
    width: 100%;
    object-fit: cover;
    display: block;
    animation: shipzoom 12s ease-in-out infinite alternate;
}
@keyframes shipzoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}

.about-bg {
    position: absolute;
    top: -20%;
    left: -10%;
    z-index: -1;
}

.services-bg {
    background: url('/images/services-bg.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.office-section {
    background: #f8f9fa;
}
.active-tab {
    background: #243b6b;
    color: #fff;
    border: none;
}

.office-tabs .btn {
    color: #243b6b;
    font-weight: 500;
    border-radius: 0;
}

.office-tabs .btn.active-tab {
    background: #243b6b;
    color: #fff;
    border-radius: 0;
}

.office-tabs .btn span {
    font-size: 14px;
}
.map-dot {
    transition: all 0.4s ease;
}

.location-card {
    transition: all 0.4s ease;
}

.map-bg {
    background: url('https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg') no-repeat center;
    background-size: contain;
    height: 350px;
    opacity: 0.4;
}
.location-card {
    position: absolute;
    top: 80px;
    right: 120px;
    background: #243b6b;
    padding: 12px;
    border-radius: 6px;
    max-width: 340px;
}
.map-dot {
    position: absolute;
    top: 180px;
    right: 140px;
    width: 14px;
    height: 14px;
    background: #2ca6a4;
    border-radius: 50%;
    border: 3px solid #fff;
}


.bg-light-overlay {
    background: url('/images/global-bg.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.bg-light-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
}

.card-saf {
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.card-saf:hover {
    transform: scale(1.1);
    border-color: #2F9DA8;
    box-shadow: 0 10px 30px rgba(47,157,168,0.15);
}
.bg-content {
    position: relative;
    z-index: 2;
}

.news-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.news-card img {
    height: 200px;
    object-fit: cover;
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
    padding: 15px;
}
.news-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}

.news-card:hover {
    transform: translateY(-10px);
}
.news-card img {
    transition: transform 0.6s ease;
}

.news-card:hover img {
    transform: scale(1.1);
}

.navbar {
    padding: 30px 0px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.footer {
    padding: 40px 0 0 0;
    background-image: url('../images/footer-bg.webp');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 15px solid #2F9DA8;
}

.footer-list a {
    font-size: 16px;
    font-weight: 300;
}

.footer-list a:hover {
    color: #203B71 !important;
}

.footer-icon-text {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.footer-copyright {
    color: #000;
    font-size: 16px;
    font-weight: 300;

}
.font-size-semiheading {
    color: #2D3A49;
    font-size: 24px;
    font-weight: 400;
}
.dropdown-item:active {
    background-color: white;
}

.dropdown-item {
    /*color: #2D3A49 !important;*/
    line-height: 1.2;
}

@media only screen and (max-width: 425px) {
    .footer-list a {
        font-size: 16px;
    }
    .main-banner-title {
        font-size: 28px !important;
        padding: 0 10px;
    }

}
@media only screen and (max-width: 991px) {
    nav {
        position: relative !important;
        background: transparent;
        z-index: 9999;
    }
    .banner-content {
        width: 100%;
    }
    .main-banner-title {
        font-size: 42px;
    }
    .swiper-button-prev {
        right: 15%;
    }
    .navbar-collapse {
        background: #000;
        padding: 15px;
    }
    .banner-overlay {
        top: 90px;
        margin-bottom: 50px;
    }
    /*.res-margin {*/
    /*    margin-top: 40px;*/
    /*}*/
    .mySwiper {
        padding-bottom: 10px;
    }
    .ship-background img {
        height: 500px;
        object-fit: cover;
    }
    .ship-overlay {
        transform: translate(-50%, -90%);
    }
    /*.ship-bg {*/
    /*    animation: none !important;*/
    /*}*/
    .resp-flex-wrap {
        flex-direction: column;
        justify-content: start;
        align-items: start !important;
    }
    .resp-flex-wrap h4 {
        font-size: 18px;
    }
    .resp-flex-wrap small {
        font-size: 12px;
    }

    .radio-group {
        gap: 20px !important;
    }
    .location-card {
        right: 10px;
    }
    .panel {
        height: auto !important;
        display: block !important;
        overflow: visible !important;
        margin-bottom: 35px;
    }
    /*.ship-bg {*/
    /*    height: 500px !important;*/
    /*}*/
    .shadow {
        box-shadow: none !important;
    }
}
@media only screen and (max-width: 575px) {
    .sm-font10{
        font-size:10px !important;
    }
    .sm-font15{
        font-size:15px !important;
    }
    .sm-font14{
        font-size: 14px !important;
    }
    .sm-font11{
        font-size: 11px !important;
    }
    .sm-font12{
        font-size: 12px !important;
    }
    .sm-font-size13{
        font-size: 13px !important;
    }
    .sm-font14{
        font-size: 14px !important;
    }
    .sm-font16{
        font-size: 16px !important;
    }
    .sm-font18{
        font-size: 18px !important;
    }
    .sm-font20{
        font-size: 20px !important;
    }
    .sm-font22{
        font-size: 22px !important;
    }
    .circular-emblem {
        bottom: -30px !important;
        right: 10px !important;
    }
    #main-banner .banner-image img {
        height: 70vh;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .md-font10{
        font-size:10px !important;
    }
    .md-font15{
        font-size:15px !important;
    }
    .md-font16{
        font-size:16px !important;
    }
    .md-font14{
        font-size: 14px !important;
    }
    .md-font11{
        font-size: 11px !important;
    }
    .md-font12{
        font-size: 12px !important;
    }
    .md-font-size13{
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .lg-font10{
        font-size:10px !important;
    }
    .lg-font11{
        font-size:11px !important;
    }
    .lg-font15{
        font-size:15px !important;
    }
    .lg-font16{
        font-size:16px !important;
    }
    .lg-font14{
        font-size: 14px !important;
    }
    .lg-font11{
        font-size: 11px !important;
    }
    .lg-font12{
        font-size: 12px !important;
    }
    .lg-font-size13{
        font-size: 13px !important;
    }
}
