.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.fw-700{
    font-weight: 700 !important;
}

.top-bar a{
    color: #000;
    font-weight: 400;
    font-size: 11px;
}

.navbar.bg-navy{
    background-color: #1F1F1F !important;
}

.navbar .dropdown-menu {
    --bs-dropdown-border-radius: 0.4rem;
    border-radius: 0 0 var(--bs-dropdown-border-radius) var(--bs-dropdown-border-radius) !important;
    background-color: #ffffff;
}

.navbar .dropdown-menu .dropdown-header{
    color: #1B1921;
    font-weight: 500;
}

.navbar .dropdown-menu .dropdown-item{
    color: #1B1921;
    font-weight: 400;
    font-size: 13px;
}

.line-2-dot{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.success-wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 6/4;
    transition: all 0.35s ease-in-out;
    border-radius: 0;
}

.industry-icon{
    max-width: 90px;
    height: 64px;
    width: auto;
}

.line-4-dot{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.solution-item-card{
    align-items: center;
    color: #333333;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    min-height: 100px;
    position: relative;
    text-align: center;
    text-decoration: none;
    /*transition: all 0.3s linear;*/
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: background 1s;
    transition: background 1s;
}

.solution-item-card .card-body{
    padding: 11px 25px;
    align-items: center;
    color: #333333;
    display: flex;
}


.solution-item-card .solution-title{
    font-size: 18px;
    font-weight: 600;
}

.card-body{
    color: #1B1921;
    border: 0;
}

.link-blue-cs{
    color: #1B1921;
    text-decoration: none;
    font-weight: 400;
}

.link-primary-cs{
    color: #E62B1E;
    text-decoration: none;
    font-weight: 400;
}

.accordion-wrapper .card-header button:hover,
.accordion-wrapper .card-header button{
    color: #1B1921;
}

.card-light-bg {
    background-image: linear-gradient(rgb(244, 244, 244), rgb(244, 244, 244));
    /* This creates a solid color since both gradient stops are identical */
}

.solution-item-card, .card:not(.exp-card-2) {
    background-image: linear-gradient(rgb(244, 244, 244), rgb(244, 244, 244));
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
}

.exp-wrap{
    border-top-width: 0.5px;
    border-top-style: solid;
    border-right-width: 0.5px;
    border-right-style: solid;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-left-width: 0.5px;
    border-left-style: solid;
    border-top-color: rgba(211, 211, 211, 1.00);
    border-right-color: rgba(211, 211, 211, 1.00);
    border-bottom-color: rgba(211, 211, 211, 1.00);
    border-left-color: rgba(211, 211, 211, 1.00);
}

.exp-wrap .card.exp-card-2{
    background: #ffffff !important;
    border-left-width: 0.5px;
    border-right-width: 0.5px;
    border-bottom-width: 0.5px;
    border-top-width: 0.5px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-color: rgba(211, 211, 211, 1.00);
    border-right-color: rgba(211, 211, 211, 1.00);
    border-top-color: rgba(211, 211, 211, 1.00);
    border-bottom-color: rgba(211, 211, 211, 1.00);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.btn-outline-black.btn-primary{
    background-color: #FFFFFF00;
    font-size: 15px;
    fill: #1B1921;
    color: #1B1921;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1B1921;
    padding: 7px 20px;
    border-radius: 0;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-black.btn-primary:hover{
    background-color: #E62B1E;
    color: #FFFFFF;
    border-color: #E62B1E;
    transform: translateY(0px);
}


.btn-primary-cs{
    background-color: #E62B1E;
    color: #FFFFFF;
    border-color: #E62B1E;
}

.btn-primary-cs:hover{
    background-color: #E62B1E;
    color: #FFFFFF;
    border-color: #E62B1E;
}

.btn-header-float{
    border-radius: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}

.btn-header-float:hover{
    transform: translateY(100%)!important;
    background-color: #E62B1E;
    color: #FFFFFF;
    border-color: #E62B1E;
}

.btn-header-float i{
    font-size: 40px;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    background-color: #E62B1E;
    color: #FFFFFF;
    border-color: #E62B1E;
}

.card-title-cs,
.card-body h4{
    color: #1B1921;
    font-size: 20px;
    font-weight: 600;
}

.animate-outer-1{
    position: relative;
}

.animate-outer-1::before{
    content: "";
    background-image: url("../../assets/img/extensions-bg.svg");
    display: block;
    width: 1988px;
    height: 873px;
    position: absolute;
    left: -98px;
    top: -330px;
    z-index: 2;
    background-size: 1988px 873px !important;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.animate-outer-3 {
    position: relative;
    z-index: 12;
}

/*@media (max-width: 1700px) {*/
/*    .animate-outer-1:before {*/
/*        left: 150px;*/
/*    }*/
/*}*/

/*@media (max-width: 1600px) {*/
/*    .animate-outer-1:before {*/
/*        left: 50px;*/
/*    }*/
/*}*/

/*@media (max-width: 1500px) {*/
/*    .animate-outer-1:before {*/
/*        left: -30px;*/
/*    }*/
/*}*/




.animate-outer-2::before{
    content: "";
    display: block;
    width: 734px;
    background-position: right top;
    background-repeat: no-repeat;
    height: 734px;
    position: absolute;
    z-index: 1;
    top: -242px;
    right: -275px;
    background-image: url("../../assets/img/new-shape.svg");
    pointer-events: none;
}

.animate-outer-2:before {
    -webkit-animation: spin 20s infinite linear;
    -ms-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
}

.animate-outer-2:after {
    content: "";
    background-image: url("../../assets/img/new-shape-3.svg");
    display: block;
    position: absolute;
    right: -230px;
    width: 634px;
    height: 634px;
    background-repeat: no-repeat;
    background-position: top;
    top: -200px;
    z-index: 2;
    pointer-events: none;
}

.animate-outer-2:after {
    -webkit-animation: circular 20s infinite linear;
    -ms-animation: circular 20s infinite linear;
    animation: circular 20s infinite linear;
}

.testimonial-video-wrapper{
    position: relative;
}

.testimonial-video-wrapper .playbtn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.playbtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
    background: #E62B1E;
    border: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.playbtn:focus{
    outline: none;
    border: none;
}

.playbtn::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #c6c8ca;
    transform: scale(0);
    transform-origin: 83% 86%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.playbtn.active::before {
    transition-timing-function: ease;
    transform: scale(1.05);
    top: 1px;
    left: 1px;
}

.playbtn .play {
    width: 25px;
    height: 25px;
    background: #fff;
    margin-left: 12px;
    z-index: 100;
    clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
    transition: clip-path 0.5s ease;
    transition-delay: 0.4s;
}

.playbtn .play.active {
    transition: clip-path 0.1s;
    clip-path: polygon(0 0, 27% 0, 27% 100%, 0% 100%);
    margin-left: 8px

}

.small-box {
    width: 7px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 65px;
    z-index: 100;
    bottom: 0px;
    opacity: 0;
    transition: opacity 1s;
}

.small-box.pauseToPlay {
    animation: pauseToPlay 0.4s ease alternate-reverse;
}

@keyframes pauseToPlay {
    10% {
        transform: rotate(90deg);
        left: 73px;
    }
    20%,
    40% {
        transform: rotate(180deg);
        left: 92px;
    }
    50% {
        left: 92px;
        height: 25px;
        bottom: 0px;
        transform: rotate(180deg);
    }
    100% {
        left: 92px;
        height: 25px;
        bottom: 0px;
        transform: rotate(180deg);
    }
}

.small-box.active {
    opacity: 1;
    transition: opacity 1s;
    animation: move 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) forwards;
    animation-delay: 0.2s;
    bottom: 0;
}

@keyframes move {
    10% {
        transform: rotate(90deg);
        left: 0px;
        bottom: 0;
    }
    20%,
    40% {
        transform: rotate(180deg);
        left: 30px;
    }
    50% {
        left: 30px;
        height: 25px;
        bottom: 17.5px;
        transform: rotate(180deg);
    }
    100% {
        left: 30px;
        height: 25px;
        bottom: 17.5px;
        transform: rotate(180deg);
    }
}

.testimonial-video-wrapper{
    position: relative;
}

.testimonial-video-wrapper .playbtn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.testimonial-video{
    background: transparent;
    width: 80%;
    max-width: 510px;
    height: 300px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

/* Default for large screens */
.header-title {
    font-size: 42px;
    line-height: 55px;
}

.display-5.sl-text{
    font-size: 28px;
}

/* Create the gradient overlay effect */
.overlay-gradient {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay-gradient figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 1rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.001), rgba(0,0,0,0.5));
    color: #fff;
    transition: all 0.3s ease;
    opacity: 0;
    display: flex;
    align-items: flex-end;
}

.overlay-gradient figcaption .name{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
}
.overlay-gradient figcaption .desc{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.overlay-gradient:hover figcaption {
    opacity: 1;
    height: 35%;
}

.benefits-wrap{
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    margin: 0 0 25px;
}

.benefit-count{
    margin: 0;
    box-sizing: border-box;
    color: #5E5E5E;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
    position: relative;
}

.benefit-name{
    margin: -5px 0 0;
    box-sizing: border-box;
    width: 160px;
    color: #1B1921;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    display: block;
}

.salary-range{
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    background: #E0E0E0;
    border-radius: 3px;
}

.salary-range span{
    font-size: 12px;
    opacity: .7;
}

.job-card {
    position: relative;
    transition: color 0.3s ease;
    overflow: hidden;
    z-index: 1;
}

.job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    transition: width 0.5s ease;
    z-index: -1;
}

.job-card:hover::before {
    width: 100%;
}

.job-card:hover .card-body {
    color: #fff;
}

.job-card:hover p:not(.follow-btn),
.job-card:hover h4,
.job-card:hover .opening-meta span:not(.link-body) {
    color: #fff;
    transition: color 0.3s ease;
}

.job-card:hover .link-blue-cs {
    color: #fff;
}

/* Keep salary range styling unchanged */
.job-card:hover .salary-range {
    color: #000;
    background: #E0E0E0;
}

.job-card:hover .follow-btn {
    color: #ffffff;
}

/* Replace the from-top class with from-bottom */
.from-bottom {
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.overlay-gradient:hover .from-bottom {
    transform: translateY(0);
}

/* Large tablets and medium screens */
@media (max-width: 1199px) {
    .header-title {
        font-size: 55px;
        line-height: 65px;
    }
}

/* Tablets and small screens */
@media (max-width: 991px) {
    .header-title {
        font-size: 45px;
        line-height: 55px;
    }

    .sl-text{
        font-size: 25px !important;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .header-title {
        font-size: 32px;
        line-height: 42px;
    }

    .sl-text{
        font-size: 20px !important;
    }
}

/* Hide the mobile swiper by default */
.certifications-swiper-container {
    display: none;
}

.certifications-swiper-container .swiper-pagination{
    display: none;
}

@media (max-width: 480px) {
    /* Hide the regular certifications grid */
    .certifications-grid {
        display: none;
    }

    /* Show the mobile swiper */
    .certifications-swiper-container {
        display: block;
    }

}


/* Small mobile devices */
@media (max-width: 480px) {
    .header-title {
        font-size: 24px;
        line-height: 1.15;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: 600;
    }

    .display-2.fs-45{
        font-size: 24px;
    }

    .display-4{
        font-size: 24px !important;
    }

    .card-title-cs, .card-body h4{
        font-size: 18px;
    }

    .btn-header-float{
        padding-right: 15px;
        padding-left: 15px;
    }

    .sm-hide{
        display: none;
    }

    .home-top-container{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .home-top-container .card-body{
        padding: 15px;
    }

    .slider-col{
        padding-top: 98px;
    }

    .home-top-container .row{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .home-top-container .col-lg-8,
    .home-top-container .col-lg-4{
        padding-right: 0;
        padding-left: 0;
    }

    .swiper-container .card-body,
    .swiper-container .card-body.p-4,
    .testimonial-row .card-body,
    .service-row .card-body{
        padding: 1.5rem !important;
    }

    .header-wrap{
        box-shadow: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
    }
    .fs-18{
        font-size: 15px !important;
    }

    .fs-20{
        font-size: 16px !important;
    }

}
.dot-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 8px;
}

.dot-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #1B1921;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1B1921;
    transform: scale(1.2);
}

.swiper-hero .swiper-controls{
    display: none;
}

.sl-text {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.sl-text.changing {
    opacity: 0;
    transform: translateY(10px);
}


@media (max-width: 1400px) {
    .animate-outer-1:before {
        background-image: url("../../assets/img/extensions-bkg.svg");
        scale: 0.5;
        left: -80px;
    }
    .animate-outer-2:after{
        display: none;
    }
    .animate-outer-2:before{
        display: none;
    }
}

@media (max-width: 1200px) {
    .animate-outer-1:before {
        left: -180px;
    }
}

@media (max-width: 768px) {
    .animate-outer-1:before {
        display: none;
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
    }
    80% {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circular {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    40% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    60% {
        -webkit-transform: rotate(-240deg);
        transform: rotate(-240deg);
    }
    80% {
        -webkit-transform: rotate(-300deg);
        transform: rotate(-300deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.state-col{
    width: 12.5%;
    padding: 20px;
    position: relative;
}



.state-col::after{
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 10px;
    right: 0;
}

.client-wrap{
    min-height: 90px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-wrap img{
    max-height: 80px;
}

.read-more-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.item-inner .card:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.card-arrow{
    right: 8px;
    top: 8px;
    line-height: 1;
    transition: transform 0.5s ease;
}

.exp-card:hover .card-arrow{
    transform: rotate(45deg);
}

.exp-card::after{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color:var(--bs-primary);
    bottom: 0;
    left: 0;
}

.exp-card:hover::after{
    width: 100%;
    transition: width 0.5s ease;
}

.follow-btn::after{
    transform: rotate(-45deg);
}

.map-wrap{
    width: 100%;
    aspect-ratio: 5/3;
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) {
    .state-col {
        width: 50%;
    }
    .state-col:nth-child(2n)::after {
        display: none;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .state-col {
        width: 33.333%;
    }
    .state-col:nth-child(3n)::after {
        display: none;
    }
}

/* Large devices (desktops) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .state-col {
        width: 25%;
    }
    .state-col:nth-child(4n)::after {
        display: none;
    }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
    .state-col {
        width: 12.5%;
    }
    .state-col:nth-child(8n)::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-brand{
        position: relative;
    }

    .navbar-brand:after{
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: #ffffff;
        bottom: 0;
        right: 8px;
    }
}

/*New Css*/



.img-worker-wrap,
.img-tech-wrap,
.image-building-wrap,
.img-story-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    clip-path: polygon(-0.4% 0%, 100% 0%, 100% 100%, 20% 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.img-operation-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    clip-path: polygon(-0.4% 0%, 100% 0%, 100% 100%, 20% 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.img-operation {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/oprations.png");
    background-size: cover;
    background-position: center top;
}
.img-story {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/story.jpg");
    background-size: cover;
    background-position: center top;
}


.image-ship-trade {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/ship-trading.jpg");
    background-size: cover;
    background-position: center;
}

.image-building {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/buildings.jpg");
    background-size: cover;
    background-position: center;
}

.img-isoSide {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/iso-side.png");
    background-size: cover;
    background-position: 35% center;
}
.img-support {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/support.png");
    background-size: cover;
    background-position: 35% center;
}
.img-worker {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/workers.jpg");
    background-size: cover;
    background-position: 35% center;
}

.img-proposition {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/img-proposition.jpeg");
    background-size: cover;
    background-position: center;
}
.img-tech {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/office.jpeg");
    background-size: cover;
    background-position: center;
}

.img-port-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, 30% 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.img-port {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/port.png");
    background-size: cover;
    background-position: center;
}

.img-team-wrap,
.img-ship-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0% 0%, 100% -1%, 80% 100%, 0% 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.img-team {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/team-work.png");
    background-size: cover;
    background-position: center;
}


.img-ship {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/ship.jpg");
    background-size: cover;
    background-position: center;
}


.card-cs{
    border: 0.0625em solid #c8cacf;
    background-color: #e2e4e9;
    border-radius: 0.35em;
}

.card-cs .card-body{
    padding: 15px;
}

.card-cs .card-title{
    font-size: 25px;
    color: #52586b;
}

.card-cs .card-text{
    font-size: 16px;
    color: #52586b;
}

.image-wrapper.bg-overlay-cs:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, 0.7);
}

.card-blur {
    backdrop-filter: blur(20px) saturate(50%);
    -webkit-backdrop-filter: blur(20px) saturate(50%); /* For Safari compatibility */
    background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
    border-radius: 0.35rem; /* Matching standard card border-radius */
    min-height: 150px; /* Give the card some height to be visible */
}

.iso-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 100%;
    margin-bottom: 10px;
}

.iso-wrap img{
    max-height: 100%;
    max-width: 60%;
}

.video-pop-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.video-pop-btn:hover{
    transform: translate(-50% , -50%) scale(1.05) !important;
}

@media (max-width: 767px) {


    .img-worker-wrap,
    .img-tech-wrap,
    .image-building-wrap,
    .img-story-wrap,
    .img-operation-wrap{
        height: 300px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .img-port-wrap {
        height: 300px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .img-team-wrap,
    .img-ship-wrap {
        height: 300px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .card-cs .card-title{
        font-size: 20px;
    }

    .card-cs .card-text{
        font-size: 14px;
    }
}

.flag{
    font-family: "Noto Color Emoji", sans-serif;
}