.blockOverlay {
    background-color: rgb(249, 240, 240) !important;
}

.blockui {
    background-color: transparent !important;
    table-layout: fixed;
    border-radius: 4px;
}

    .blockui.blockui-noshadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .blockui > span {
        color: #107cbd;
        display: table-cell;
        vertical-align: middle;
        padding: 0.75rem 1.2rem;
        font-size: 1rem;
        font-weight: 400;
    }

        .blockui > span .blockui > span {
            margin-right: 1.25rem;
        }
/*banner image */
.bg-banner-layer {
    background-position: center;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box;
    transition: background 1s linear;
}
/*banner image*/
.clearfix {
    clear: both;
}
/*Search */
.SearchTitle {
    float: left;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    color: #bababa;
    font-weight: bold;
}

.searchAbstract {
    color: #bababa;
    float: left;
    text-decoration: none;
    font-size: 14px;
}

.search-danger {
    background-color: #ee3324;
}
/*End Search*/
/*Pages*/
.holder a.jp-disabled, a.jp-disabled:hover {
    background-color: #FDFDFD;
    opacity: 0.5;
    cursor: not-allowed;
}

.holder a.jp-previous {
    background-position: center center;
    background-repeat: no-repeat;
    /*   background-color: #FDFDFD;*/
}

.holder a, .holder span {
    background-color: #FDFDFD;
    border: 1px solid #BDBDBD;
    color: #8F9297 !important;
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 29px;
    padding: 3px 11px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease 0s;
    border-radius: 4px;
}

    .holder a.jp-current, a.jp-current:hover {
        background-color: #ee2e24 !important;
        cursor: default;
        color: #fff !important;
    }

    .holder a.jp-current, a.jp-current:hover, .holder a.currents {
        background-color: #ee2e24 !important;
        border: 1px solid #ee2e24 !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }
/*End pages*/
/*Service Section bullet*/
.bullet_h {
    margin: 3px 0;
    text-align: center;
    display: inherit;
}

    .bullet_h a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        color: #333;
        height: 10px;
        width: 10px;
        background-color: #bbb;
        border-radius: 50%;
        text-indent: -999px;
        display: inline-block;
    }

        .bullet_h a:hover {
            background-color: #222;
            color: #fff;
        }

        .bullet_h a.jp-previous, .bullet_h a.jp-next {
            display: none;
        }

        .bullet_h a.jp-current, a.jp-current:hover {
            color: #FF4242;
            font-weight: bold;
        }

        .bullet_h a.jp-disabled, a.jp-disabled:hover {
            color: #bbb;
        }

        .bullet_h a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background-color: #000;
        }

    .bullet_h span {
        margin: 0 5px;
    }
/*End Service Section Bullet*/
#latestNews li, #latestNews {
    margin: 0px;
    padding: 0px;
}
/*toaster notification */

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    box-shadow: none;
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-error, #toast-container > .toast-danger {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
/*end tosater notification*/

.YTPOverlay {
    background: rgba(0, 0, 0, 0.25);
}

/*Awards & accreditations*/
.li-accr {
    background-color: #e6e6e6;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center; /* Key: vertical center alignment */
    cursor: pointer;
    flex-wrap: nowrap; /* No wrapping for children, keeps alignment tidy */
}

.accr-text {
    flex: 1 1 0; /* Allow text to wrap and take available width */
    min-width: 0;
    display: flex;
    align-items: center; /* Ensures h4 stays aligned with the circle */
}

.li-accr h4 {
    color: #2A7F8A;
    margin-bottom: 0;
    font-size: 20px;
}

.small-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2A7F8A;
    display: inline-block;
    margin-right: 10px; /* More space for clarity */
    flex-shrink: 0; /* Prevent shrinking on small screens */
    /* No align-self needed; default is center */
}

/*.custom-accordion-menu {
    margin-top: 20px;
}*/

.accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    display: none;
    background-color: white;
    border: 2px solid #e6e6e6;
    padding: 10px;
    border-radius: 20px;
}

    .accordion-content.open {
        display: block;
        opacity: 1;
        position: relative;
        z-index: 0;
        transform: translateY(-30px);
        padding: 40px 25px 10px;
        max-height: 9999px;
    }

        .accordion-content.open strong {
            color: #6b6b6b;
        }

        .accordion-content.open p {
            color: #8e8e8e;
        }

.accordion-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
}

.accr-arrow {
    position: absolute;
    background-color: white;
    border-top-left-radius: 20px;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
}

    .accr-arrow img {
        width: 40px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

/*Asry Marine Page Style*/

.MarineBanner {
    position: relative;
    height: 90vh;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    animation: bannerFadeIn 1s ease-in forwards;
    align-items: flex-end;
    padding-bottom: 100px;
}


@keyframes bannerFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.MarineBanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(rgb(39 130 141 / 36%) 2%);
    z-index: -1;
}

.banner-title {
    align-items: center;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

    .banner-title .highlight {
        display: inline-block;
        font-weight: 700;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 8px 20px;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .banner-title .subtitle {
        font-weight: 400;
        text-transform: uppercase;
    }


.about-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    overflow: hidden;
}

.about-title {
    font-size: 45px;
    font-weight: 700;
    color: #007b8f;
}

    .about-title span {
        font-weight: 300;
    }

.about-subtitle {
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 0 34px;
    border: 1px solid #277e8d;
    color: #277e8d;
    font-size: 23px;
    font-weight: 600;
}

.about-text {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 600px;
}

.about-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

hr.custom-line {
    width: 9%;
    border-top: 3px solid #007b8f;
    margin: 15px 0;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .container-fluid {
        flex-wrap: nowrap;
        padding-left: 50px;
        padding-right: 50px;
       /* max-width: 1615px;*/
       max-width:1750px;
    }
}


.about-image {
    padding-bottom: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.services-section {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper.servicesSwiper {
    padding: 50px 20px;
    height: 650px;
    max-height: 780px;
}

.service-swiper-item {
    display: flex;
    flex-direction: column;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    height: 100%;
    background: #fff;
    color: #333;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper.servicesSwiper .swiper-slide img {
    width: 100px;
    height: 100px;
    object-fit: none;
}

.service-item-image {
    display: flex;
    justify-content: center;
}

.service-item-title {
    display: inline-block;
    background: #007b8f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin: 20px 0;
    font-size: 20px;
}

.service-item-list {
    text-align: left;
    font-size: 18px;
    color: #0e7b8e;
}

/* Swiper navigation */
.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #dfdcd4;
    width: 16px;
    height: 16px;
    opacity: 1;
    transition: 0.3s;
}

    .swiper-pagination-bullet:hover {
        background: #ffffffab;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff;
        width: 35px;
        border-radius: 50px;
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
}




.fleet-section {
    padding: 60px 0;
}

.fleet-title {
    display: inline-block;
    background-color: #007b8f;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 6px 100px 6px 30px;
    border-radius: 50px;
    margin-bottom: 40px;
}

    .fleet-title span {
        font-weight: bold;
        max-width: 800px;
        margin: 0 auto 40px;
    }

.fleet-description {
    margin-bottom: 40px;
    font-size: 18px;
}

.fleet-card {
    background-color: #007b8f;
    color: #fff;
    border-radius: 15px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 10px 10px;
}

    .fleet-card:hover {
        transform: translateY(-5px);
    }

    .fleet-card img {
        width: 70px;
        margin-bottom: 15px;
        height: 70px;
    }

.fleet-card-title {
    font-size: 23px;
    font-weight: bold;
}



.archetype-section {
    margin: 50px 0;
}

.archetype-title {
    display: inline-block;
    color: #007b8f;
    font-size: 23px;
    font-weight: 600;
    padding: 0 30px;
    border-radius: 50px;
    margin-bottom: 15px;
    border: 1px solid #007b8f;
}

.archetype-heading {
    font-size: 70px;
    font-weight: 700;
    color: #007b8f;
    margin: 20px 0 50px 0;
}

.archetype-image img {
    width: 600px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.archetype-list-number {
    display: flex;
    flex-direction: column;
}

.archetype-list-section span {
    background-color: white;
    padding: 13px;
    color: #277e8d;
    border-radius: 12px;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    top: 0px; /* left: -8px; */
}


.archetype-list-section p {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding-left: 60px;
}

.archetype-list-container {
    display: flex;
    align-items: center;
}

.archetype-list-title {
    background-color: #277e8d;
    color: white;
    padding: 20px;
    border-radius: 10px 10px 10px 0;
    position: relative;
    width: 100%;
}

.customeStyle {
    background-color: #277e8d;
    width: 100%;
    height: 18px;
    border-radius: 20px 0 0 20px;
}

.archetype-list-number .num-box {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .archetype-list-number .num-box:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 0;
        right: 0;
        background: #2b7e8c;
        z-index: 0;
    }

.archetype-list-number span {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 11px 20px;
    border-radius: 10px;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    color: #277e8d;
}

.archetype-list-title p {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 600;
}

.archetype-item h5 {
    display: inline-block;
    background-color: #007b8f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}


.success-section {
    position: relative;
    padding: 50px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-section-container {
    padding: 0 20px;
}

.success-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.asryMarinePage {
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 0 34px;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 600;
}

.servicesSectionTitle {
    font-size: 45px;
    font-weight: 700;
}



.success-section-title {
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 0 40px;
    border: 1px solid #ffffff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 50px;
}


.swiper.sucsessSwiper {
    padding: 50px 20px 80px 20px;
    height: 430px;
    max-height: 460px;
}


.story-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .story-item:hover {
        transform: translateY(-5px);
    }

.story-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.story-text {
    padding: 18px;
    font-size: 14px;
    color: #007b8f;
}

    .story-text p {
        margin-bottom: 0;
    }

    .story-text strong {
        display: block;
        font-weight: bold;
    }

.archetype-logos {
    margin-top: 30px;
}

.archetype-item {
    margin-bottom: 50px;
}


.swiper.archetypeSwiper {
    height: 100%;
}

.archetype-image {
    display: block;
}

.swiper.archetypeSwiper img {
    width: 150px;
}

.swiper.archetypeSwiper .swiper-wrapper {
    align-items: center;
}

.swiper.archetypeSwiper .swiper-slide {
    max-width: 100%;
}

/*Aos Annimation*/


.aos-animate[data-aos] {
    transition-delay: .2s
}

[data-aos='fade-start'] {
    transform: translateX(-150px);
    transition: 1s;
    opacity: 0;
    filter: blur(0);
}

[data-aos='fade-end'] {
    transform: translateX(150px);
    transition: 1s;
    opacity: 0;
    filter: blur(5px);
}

[data-aos*="fade-up"] {
    transform: translateY(150px);
    transition: 1s;
    opacity: 0;
    filter: blur(5px);
}

[data-aos='fade-in'] {
    transition: 1s;
    opacity: 0;
    filter: blur(5px);
}

[data-aos='zoom-in'] {
    transform: scale(.6);
    transition: 1s;
    opacity: 0;
    filter: blur(5px);
}

[data-aos='flip-left'] {
    transition: 2s;
    opacity: 0;
    transform: perspective(2500px) rotateY(-100deg);
}


.aos-animate[data-aos*='fade'] {
    transform: inherit;
    opacity: 1;
    filter: blur(0);
}

.aos-animate[data-aos*='zoom'] {
    transform: inherit;
    opacity: 1;
    filter: blur(0);
}

.aos-animate[data-aos*='flip-left'] {
    transform: inherit;
    opacity: 1;
    backface-visibility: hidden;
    transition-property: transform;
    transform: perspective(2500px) rotateY(0);
}

.aos-animate[data-aos]:nth-child(2), .fadeInBottom:nth-child(2) {
    transition-delay: 500ms;
}

.aos-animate[data-aos]:nth-child(3), .fadeInBottom:nth-child(3) {
    transition-delay: 700ms;
}

.aos-animate[data-aos]:nth-child(4), .fadeInBottom:nth-child(4) {
    transition-delay: 800ms;
}

.aos-animate[data-aos]:nth-child(5), .fadeInBottom:nth-child(5) {
    transition-delay: 1000ms;
}

.aos-animate[data-aos]:nth-child(6), .fadeInBottom:nth-child(6) {
    transition-delay: 1200ms;
}

.aos-animate[data-aos]:nth-child(7) {
    transition-delay: 1400ms;
}

.aos-animate[data-aos]:nth-child(8) {
    transition-delay: 1600ms;
}

.aos-animate[data-aos]:nth-child(9) {
    transition-delay: 1800ms;
}

.aos-animate[data-aos]:nth-child(10) {
    transition-delay: 2000ms;
}

.aos-animate[data-aos]:nth-child(11) {
    transition-delay: 2200ms;
}

.aos-animate[data-aos]:nth-child(11) {
    transition-delay: 2400ms;
}


/* Responsive adjustments */


@media (max-width: 1024px) {
    .banner-title {
        font-size: 35px;
    }

    .about-title {
        font-size: 50px;
    }

    .about-text {
        font-size: 17px;
    }

    .servicesSectionTitle {
        font-size: 50px;
    }

    .asryMarinePage {
        font-size: 20px;
    }


    .service-item-list {
        font-size: 16px;
    }

    .fleet-title {
        font-size: 23px;
    }

    .fleet-card img {
        margin-bottom: 5px;
    }

    .fleet-card-title {
        font-size: 18px;
    }

    .success-section-title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .archetype-title {
        font-size: 20px;
    }


    .archetype-heading {
        font-size: 50px;
    }

    .archetype-list-title p {
        font-size: 18px;
    }

    .archetype-list-number span {
        font-size: 18px;
    }
}

@media (max-width: 992px) {

    .MarineBanner {
        height: 70vh;
    }

    .about-image {
        padding-bottom: 50%;
    }

    .about-title {
        font-size: 35px;
    }

    .about-subtitle {
        font-size: 18px;
    }

    .archetype-heading {
        font-size: 35px;
    }

    .servicesSectionTitle {
        font-size: 35px;
    }


    .archetype-image {
        text-align: center;
    }

    .swiper.archetypeSwiper img {
        width: 250px;
    }
}

@media (max-width: 575px) {

    .MarineBanner {
        height: 50vh;
        padding-bottom: 50px;
    }

    .banner-title {
        font-size: 25px;
    }
}



/*Our Values Section*/
.ourValues-blocks-section {
    padding: 100px 0;
    background-color: antiquewhite;
    background-image: url(/images/BG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.value-item {
    padding: 50px 30px;
    text-align: center;
    position: relative;
    display: block;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
    will-change: transform;
}

.value-icon-item {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    will-change: transform;
}

.disc-box-ttl {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.disc-box-desc span {
    font-size: 20px;
    color: #fff;
}

.disc-box-desc {
    margin-top: 20px;
}

.value-item:hover .value-icon-item {
    transform: translateZ(110px) scale(1.2) rotateY(10deg);
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.3));
    transform: rotateY(180deg) scale(1.05);
}

.value-item:hover {
    transform: scale(1.05);
}
