body {
    font-family: "Google Sans", sans-serif;
    overflow-x: hidden;
}
.ss-al-nav-scx {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #ffffff;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.ss-al-nav-scx-top {
    background: #f0f3f7;
    padding: 10px 0;
}

.ss-al-nav-scx-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.ss-al-nav-scx-social {
    display: flex;
    align-items: center;
    gap: 22px;
}

.ss-al-nav-scx-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07346e;
    font-size: 14px;
    text-decoration: none;
}

.ss-al-nav-scx-social a:hover {
    color: #0b4e9b;
}

.ss-al-nav-scx-tagline {
    color: #183b68;
    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   MAIN HEADER
   ========================================================= */

.ss-al-nav-scx-main {
    background: #ffffff;
    padding: 25px 0 0px;
}

.ss-al-nav-scx-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


/* Logo */

.ss-al-nav-scx-logo img {
    width: 150px;
}

.ss-al-nav-scx-logo a {
    display: flex;
    flex-direction: column;
    color: #062d64;
    text-decoration: none;
    line-height: 1;
}

.ss-al-nav-scx-arabic {
    margin-bottom: 3px;
    color: #082f64;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}

.ss-al-nav-scx-logo strong {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1;
}

.ss-al-nav-scx-logo a > span:not(.ss-al-nav-scx-arabic) {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.ss-al-nav-scx-logo a > span:last-child {
    font-size: 10px;
    letter-spacing: 0.7px;
}


/* Contact */

.ss-al-nav-scx-contact {
    display: flex;
    align-items: center;
    height: 100%;
}

.ss-al-nav-scx-contact-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ss-al-nav-scx-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 50%;
    color: #ffffff;
    background: #073675;
    font-size: 13px;
}

.ss-al-nav-scx-contact-item > div:last-child {
    display: flex;
    flex-direction: column;
}

.ss-al-nav-scx-contact-item a {
    color: #17365d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}

.ss-al-nav-scx-contact-item a:hover {
    color: #0a4b96;
}

.ss-al-nav-scx-contact-item span {
    margin-top: 3px;
    color: #969da5;
    font-size: 14px;
    line-height: 1.2;
}

.ss-al-nav-scx-divider {
    width: 1px;
    height: 35px;
    margin: 0 28px;
    background: #d9dde2;
}


/* Quote Button */

.ss-al-nav-scx-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 165px;
    height: 45px;
    color: #ffffff;
    background: #073675;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ss-al-nav-scx-quote:hover {
    color: #ffffff;
    background: #0a4b96;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.ss-al-nav-scx-navbar {
    position: relative;
    z-index: 5;
    min-height: 48px;
    margin: 0 36px;
    padding: 0;
    background: #06336f;
    top: 25px;
}

.ss-al-nav-scx-navbar .container {
    min-height: 48px;
}

.ss-al-nav-scx-menu {
    display: flex;
    align-items: stretch;
    min-height: 48px;
    gap: 0;
}

.ss-al-nav-scx-menu .nav-item {
    display: flex;
    align-items: stretch;
}

.ss-al-nav-scx-menu .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 48px;
    padding: 0 32px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.ss-al-nav-scx-menu .nav-link i {
    font-size: 9px;
}

.ss-al-nav-scx-menu .nav-link:hover,
.ss-al-nav-scx-menu .nav-link.active {
    color: #ffffff;
    background: #0b417e;
}


/* Mobile Logo */

.ss-al-nav-scx-mobile-logo {
    display: none;
}


/* Mobile Toggle */

.ss-al-nav-scx-toggler {
    display: none;
    width: 42px;
    height: 38px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    box-shadow: none !important;
}

.ss-al-nav-scx-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #ffffff;
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .ss-al-nav-scx-divider {
        margin: 0 18px;
    }

    .ss-al-nav-scx-menu .nav-link {
        padding: 0 23px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
 

    .ss-al-nav-scx-contact-item span {
        display: none;
    }

    .ss-al-nav-scx-divider {
        margin: 0 15px;
        height: 30px;
    }

    .ss-al-nav-scx-navbar {
        margin: 0;
        border-radius: 0;
    }

    .ss-al-nav-scx-navbar .container {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .ss-al-nav-scx-mobile-logo {
        display: block;
        color: #ffffff;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 0.5px;
    }

    .ss-al-nav-scx-mobile-logo:hover {
        color: #ffffff;
    }

    .ss-al-nav-scx-toggler {
        display: block;
        margin-left: auto;
    }

    .ss-al-nav-scx-navbar .navbar-collapse {
        margin-top: 8px;
        background: #06336f;
    }

    .ss-al-nav-scx-menu {
        display: block;
        min-height: auto;
    }

    .ss-al-nav-scx-menu .nav-item {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ss-al-nav-scx-menu .nav-link {
        min-height: 46px;
        padding: 0 15px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
 

    .ss-al-nav-scx-social {
        gap: 17px;
    }

    .ss-al-nav-scx-tagline {
        font-size: 14px;
    }
 

    .ss-al-nav-scx-logo strong {
        font-size: 22px;
    }

    .ss-al-nav-scx-contact {
        display: none;
    }

    .ss-al-nav-scx-main-inner {
        justify-content: flex-start;
    }

    .ss-al-nav-scx-navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-nav-scx-top-inner {
        justify-content: center;
    }

    .ss-al-nav-scx-tagline {
        display: none;
    }

    .ss-al-nav-scx-social {
        gap: 25px;
    }
 

    .ss-al-nav-scx-arabic {
        font-size: 9px;
    }

    .ss-al-nav-scx-logo strong {
        font-size: 21px;
    }

    .ss-al-nav-scx-logo a > span:not(.ss-al-nav-scx-arabic) {
        font-size: 10px;
    }

    .ss-al-nav-scx-logo a > span:last-child {
        font-size: 9px;
    }

    .ss-al-nav-scx-mobile-logo {
        font-size: 19px;
    }

}
.ss-al-hero-scx {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ss-al-hero-scx-slider {
    width: 100%;
}

.ss-al-hero-scx-slide {
    position: relative;
    height: 520px;
    overflow: hidden;
}


/* =========================================================
   BACKGROUND
   ========================================================= */

.ss-al-hero-scx-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
}


/* =========================================================
   BLUE OVERLAY
   ========================================================= */

.ss-al-hero-scx-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 46, 105, 0.98) 0%,
            rgba(3, 50, 113, 0.94) 27%,
            rgba(5, 56, 119, 0.74) 43%,
            rgba(5, 56, 119, 0.22) 65%,
            rgba(5, 56, 119, 0) 100%
        );
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-hero-scx .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.ss-al-hero-scx-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    max-width: 62%;
    height: 100%;
    padding: 30px 0 35px;
}


/* Label */

.ss-al-hero-scx-label {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ss-al-hero-scx-label span {
    width: 48px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
}


/* Heading */

.ss-al-hero-scx-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.2px;
}


/* Description */

.ss-al-hero-scx-content p {
    max-width: 500px;
    margin: 18px 0 28px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ss-al-hero-scx-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ss-al-hero-scx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 145px;
    height: 43px;
    padding: 0 22px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ss-al-hero-scx-btn i {
    font-size: 12px;
}

.ss-al-hero-scx-btn-primary {
    color: #07336d;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.ss-al-hero-scx-btn-primary:hover {
    color: #ffffff;
    background: transparent;
}

.ss-al-hero-scx-btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
}

.ss-al-hero-scx-btn-outline:hover {
    color: #07336d;
    border-color: #ffffff;
    background: #ffffff;
}


/* =========================================================
   SLICK ARROWS
   ========================================================= */

.ss-al-hero-scx-slider .slick-prev,
.ss-al-hero-scx-slider .slick-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
    cursor: pointer;
}

.ss-al-hero-scx-slider .slick-prev {
    left: 22px;
}

.ss-al-hero-scx-slider .slick-next {
    right: 22px;
}

.ss-al-hero-scx-slider .slick-prev::before,
.ss-al-hero-scx-slider .slick-next::before {
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    opacity: 1;
}

.ss-al-hero-scx-slider .slick-prev::before {
    content: "‹";
    position: relative;
    top: -4px;
}

.ss-al-hero-scx-slider .slick-next::before {
    content: "›";
    position: relative;
    top: -4px;
}


/* =========================================================
   CUSTOM DOTS
   ========================================================= */

.ss-al-hero-scx-dots {
    position: absolute;
    z-index: 6;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.ss-al-hero-scx-dots ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ss-al-hero-scx-dots li {
    margin: 0;
    padding: 0;
}

.ss-al-hero-scx-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    cursor: pointer;
}

.ss-al-hero-scx-dots .slick-active button {
    background: #ffffff;
}


/* =========================================================
   SLICK FADE
   ========================================================= */

.ss-al-hero-scx-slider .slick-slide {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ss-al-hero-scx-slider .slick-active {
    opacity: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-hero-scx-slide {
        height: 500px;
    }

    .ss-al-hero-scx-content {
        width: 600px;
        max-width: 72%;
    }

    .ss-al-hero-scx-content h1 {
        font-size: 45px;
    }

    .ss-al-hero-scx-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 46, 105, 0.98) 0%,
                rgba(3, 50, 113, 0.9) 42%,
                rgba(3, 50, 113, 0.45) 72%,
                rgba(3, 50, 113, 0.1) 100%
            );
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-hero-scx-slide {
        height: 540px;
    }

    .ss-al-hero-scx-bg {
        background-position: 65% center;
    }

    .ss-al-hero-scx-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 46, 105, 0.97) 0%,
                rgba(3, 50, 113, 0.88) 55%,
                rgba(3, 50, 113, 0.52) 100%
            );
    }

    .ss-al-hero-scx-content {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px 60px;
    }

    .ss-al-hero-scx-content h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    .ss-al-hero-scx-content p {
        max-width: 520px;
        margin-top: 18px;
        margin-bottom: 25px;
    }

    .ss-al-hero-scx-buttons {
        gap: 12px;
        flex-wrap: wrap;
    }

    .ss-al-hero-scx-btn {
        min-width: 140px;
    }

    .ss-al-hero-scx-slider .slick-prev,
    .ss-al-hero-scx-slider .slick-next {
        display: none !important;
    }

    .ss-al-hero-scx-dots {
        bottom: 20px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-hero-scx-slide {
        height: 570px;
    }

    .ss-al-hero-scx-content {
        padding: 45px 15px 65px;
    }

    .ss-al-hero-scx-label {
        gap: 12px;
    }

    .ss-al-hero-scx-content h1 {
        font-size: 35px;
    }

    .ss-al-hero-scx-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .ss-al-hero-scx-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .ss-al-hero-scx-btn {
        width: 175px;
    }

}
.ss-al-hm-abt-scx {
    padding: 70px 0;
    background: #eef8fd;
}

.ss-al-hm-abt-scx-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 470px;
    padding: 30px;
    overflow: hidden;
    border-radius: 28px;
    background: #001e46;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ss-al-hm-abt-scx-image-col {
    position: relative;
    z-index: 2;
    width: 48%;
}

.ss-al-hm-abt-scx-image {
    width: 100%;
    height: 415px;
    overflow: hidden;
    border-radius: 12px;
}

.ss-al-hm-abt-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   EXPERIENCE BADGE
   ========================================================= */

.ss-al-hm-abt-scx-experience {
    position: absolute;
    right: -30px;
    bottom: 70px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 132px;
    border: 1px solid rgba(170, 204, 237, 0.8);
    border-radius: 10px;
    color: #ffffff;
    background: #032452;
    text-align: center;
}

.ss-al-hm-abt-scx-experience strong {
    display: block;
    margin-bottom: 2px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

.ss-al-hm-abt-scx-experience span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-hm-abt-scx-content-col {
    position: relative;
    z-index: 2;
    width: 52%;
    padding: 10px 35px 10px 65px;
    color: #ffffff;
}

.ss-al-hm-abt-scx-label {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
}

.ss-al-hm-abt-scx-label span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.ss-al-hm-abt-scx-label i {
    width: 45px;
    height: 1px;
    background: #1671c6;
}

.ss-al-hm-abt-scx-content-col h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.08;
}

.ss-al-hm-abt-scx-content-col h2 span {
    color: #ffffff;
}

.ss-al-hm-abt-scx-content-col p {
    max-width: 550px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   FEATURES
   ========================================================= */

.ss-al-hm-abt-scx-features {
    display: flex;
    align-items: stretch;
    margin-top: 25px;
}

.ss-al-hm-abt-scx-feature {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    padding: 0 20px;
    text-align: center;
}

.ss-al-hm-abt-scx-feature:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.ss-al-hm-abt-scx-feature:first-child {
    padding-left: 0;
}

.ss-al-hm-abt-scx-feature:last-child {
    padding-right: 0;
}

.ss-al-hm-abt-scx-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}

.ss-al-hm-abt-scx-feature span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.35;
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .ss-al-hm-abt-scx-content-col {
        padding-left: 50px;
    }

    .ss-al-hm-abt-scx-experience {
        right: -20px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-hm-abt-scx {
        padding: 60px 0;
    }

    .ss-al-hm-abt-scx-wrap {
        padding: 25px;
    }

    .ss-al-hm-abt-scx-image-col {
        width: 45%;
    }

    .ss-al-hm-abt-scx-content-col {
        width: 55%;
        padding-left: 45px;
    }

    .ss-al-hm-abt-scx-image {
        height: 400px;
    }

    .ss-al-hm-abt-scx-experience {
        right: -30px;
        width: 145px;
        height: 120px;
    }

    .ss-al-hm-abt-scx-experience strong {
        font-size: 40px;
    }

    .ss-al-hm-abt-scx-content-col h2 {
        font-size: 40px;
    }

    .ss-al-hm-abt-scx-feature {
        padding: 0 10px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-hm-abt-scx {
        padding: 45px 0;
    }

    .ss-al-hm-abt-scx-wrap {
        display: block;
        padding: 20px;
        border-radius: 20px;
    }

    .ss-al-hm-abt-scx-image-col,
    .ss-al-hm-abt-scx-content-col {
        width: 100%;
    }

    .ss-al-hm-abt-scx-image {
        height: 350px;
    }

    .ss-al-hm-abt-scx-experience {
        right: 15px;
        bottom: -35px;
        width: 140px;
        height: 110px;
    }

    .ss-al-hm-abt-scx-content-col {
        padding: 65px 5px 15px;
    }

    .ss-al-hm-abt-scx-content-col h2 {
        font-size: 40px;
    }

    .ss-al-hm-abt-scx-features {
        margin-top: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-hm-abt-scx {
        padding: 35px 0;
    }

    .ss-al-hm-abt-scx-wrap {
        padding: 15px;
    }

    .ss-al-hm-abt-scx-image {
        height: 290px;
        border-radius: 10px;
    }

    .ss-al-hm-abt-scx-experience {
        right: 10px;
        bottom: -32px;
        width: 125px;
        height: 100px;
    }

    .ss-al-hm-abt-scx-experience strong {
        font-size: 35px;
    }

    .ss-al-hm-abt-scx-experience span {
        font-size: 14px;
    }

    .ss-al-hm-abt-scx-content-col {
        padding-top: 55px;
    }

    .ss-al-hm-abt-scx-content-col h2 {
        font-size: 35px;
    }

    .ss-al-hm-abt-scx-features {
        flex-wrap: wrap;
    }

    .ss-al-hm-abt-scx-feature {
        min-width: 33.333%;
        padding: 0 5px;
    }

    .ss-al-hm-abt-scx-feature:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

}
.ss-al-wcu-scx {
    padding: 75px 0;
    background: #001a40;
    color: #ffffff;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-wcu-scx-head {
    margin-bottom: 40px;
    text-align: center;
}

.ss-al-wcu-scx-head span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.4;
}

.ss-al-wcu-scx-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}


/* =========================================================
   CARD
   ========================================================= */

.ss-al-wcu-scx-card {
    overflow: hidden;
    border: 1px solid rgba(117, 158, 208, 0.3);
    border-radius: 8px;
    background: rgba(0, 30, 68, 0.5);
    align-items: center;
    margin-bottom: 30px;
}

.ss-al-wcu-scx-card + .ss-al-wcu-scx-card {
    margin-top: 14px;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ss-al-wcu-scx-image {
    width: 100%;
    overflow: hidden;
}

.ss-al-wcu-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ss-al-wcu-scx-card:hover .ss-al-wcu-scx-image img {
    transform: scale(1.04);
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-wcu-scx-content {
    height: 100%;
    padding: 16px 20px;
}

.ss-al-wcu-scx-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ss-al-wcu-scx-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #3977b9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}

.ss-al-wcu-scx-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.ss-al-wcu-scx-content p {
    max-width: 430px;
    margin: 10px 0 20px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.45;
}

.ss-al-wcu-scx-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ss-al-wcu-scx-content li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.5;
}

.ss-al-wcu-scx-content li:last-child {
    margin-bottom: 0;
}

.ss-al-wcu-scx-content li i {
    color: #ffffff;
    font-size: 12px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-wcu-scx {
        padding: 65px 0;
    }

    .ss-al-wcu-scx-head h2 {
        font-size: 40px;
    }

    .ss-al-wcu-scx-image {
        height: 220px;
    }

    .ss-al-wcu-scx-content {
        padding: 18px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-wcu-scx {
        padding: 50px 0;
    }

    .ss-al-wcu-scx-head {
        margin-bottom: 25px;
    }

    .ss-al-wcu-scx-head h2 {
        font-size: 35px;
    }

    .ss-al-wcu-scx-card {
        border-radius: 8px;
    }

    .ss-al-wcu-scx-card-reverse {
        flex-direction: row;
    }

    .ss-al-wcu-scx-image {
        height: 230px;
    }

    .ss-al-wcu-scx-content {
        height: auto;
        padding: 22px 20px 24px;
    }

    .ss-al-wcu-scx-content p {
        max-width: none;
        margin-top: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-wcu-scx {
        padding: 45px 0;
    }

    .ss-al-wcu-scx-head h2 {
        font-size: 32px;
    }

    .ss-al-wcu-scx-image {
        height: 210px;
    }

    .ss-al-wcu-scx-content {
        padding: 20px 17px 22px;
    }

}
.ss-al-vdo-scx {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 480px;
    overflow: hidden;
    color: #ffffff;
    background: #061b34;
}


/* =========================================================
   BACKGROUND IMAGE
   ========================================================= */

.ss-al-vdo-scx-bg {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1565610222536-ef125c59da2e?auto=format&fit=crop&w=2000&q=85");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================================
   OVERLAY
   ========================================================= */

.ss-al-vdo-scx-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(1, 21, 43, 0.82) 0%,
            rgba(1, 21, 43, 0.65) 45%,
            rgba(1, 21, 43, 0.48) 100%
        );
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-vdo-scx .container {
    position: relative;
    z-index: 2;
}

.ss-al-vdo-scx-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}


/* =========================================================
   LABEL
   ========================================================= */

.ss-al-vdo-scx-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 13px;
}

.ss-al-vdo-scx-label span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.ss-al-vdo-scx-label i {
    width: 38px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-vdo-scx-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.ss-al-vdo-scx-content p {
    max-width: 620px;
    margin: 13px auto 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.55;
}


/* =========================================================
   PLAY BUTTON
   ========================================================= */

.ss-al-vdo-scx-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-top: 4px;
    border-radius: 50%;
    color: #07356d;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.ss-al-vdo-scx-play i {
    margin-left: 4px;
    font-size: 30px;
    margin-top: 2px;
}

.ss-al-vdo-scx-play:hover {
    color: #ffffff;
    background: #0a4a91;
    transform: scale(1.08);
}


/* =========================================================
   PLAY TEXT
   ========================================================= */

.ss-al-vdo-scx-play-text {
    margin-top: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}


/* =========================================================
   VIDEO MODAL
   ========================================================= */

.ss-al-vdo-scx-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    background: #000000;
}

.ss-al-vdo-scx-modal .modal-header {
    min-height: 45px;
    padding: 8px 12px;
    border: 0;
    background: #000000;
}

.ss-al-vdo-scx-modal .btn-close {
    margin-left: auto;
    filter: invert(1);
    opacity: 1;
}

.ss-al-vdo-scx-modal .modal-body {
    padding: 0;
}

.ss-al-vdo-scx-modal-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.ss-al-vdo-scx-modal-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-vdo-scx {
        min-height: 440px;
    }

    .ss-al-vdo-scx-content {
        padding: 60px 20px;
    }

    .ss-al-vdo-scx-content h2 {
        font-size: 38px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-vdo-scx {
        min-height: 430px;
    }

    .ss-al-vdo-scx-bg {
        background-position: center;
    }

    .ss-al-vdo-scx-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(1, 21, 43, 0.82),
                rgba(1, 21, 43, 0.66)
            );
    }

    .ss-al-vdo-scx-content {
        padding: 55px 20px;
    }

    .ss-al-vdo-scx-content h2 {
        font-size: 35px;
    }

    .ss-al-vdo-scx-content p {
        margin-top: 15px;
    }

    .ss-al-vdo-scx-play {
        width: 55px;
        height: 55px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-vdo-scx {
        min-height: 400px;
    }

    .ss-al-vdo-scx-content {
        padding: 50px 15px;
    }

    .ss-al-vdo-scx-content h2 {
        font-size: 32px;
    }

    .ss-al-vdo-scx-content p {
        font-size: 14px;
    }

}
.ss-al-exp-scx {
    padding: 70px 0;
    background: #001a3a;
    color: #ffffff;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.ss-al-exp-scx-head {
    margin-bottom: 30px;
    text-align: center;
}

.ss-al-exp-scx-head > span {
    display: block;
    margin-bottom: 6px;
    color: #1680d5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ss-al-exp-scx-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.12;
}

.ss-al-exp-scx-head p {
    max-width: 700px;
    margin: 8px auto 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.45;
}


/* =========================================================
   ROW
   ========================================================= */

.ss-al-exp-scx-row {
    margin-top: 0;
}


/* =========================================================
   CARD
   ========================================================= */

.ss-al-exp-scx-card {
    position: relative;

    width: 100%;
    height: 345px;
    min-height: 345px;

    padding: 20px 17px;

    overflow: hidden;

    border: 1px solid rgba(102, 147, 198, 0.35);
    border-radius: 6px;

    background: rgba(0, 27, 61, 0.55);

    transition:
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}


/* Hover - card stays exactly the same height */

.ss-al-exp-scx-card:hover {
    height: 345px;
    min-height: 345px;

    border-color: #167dd0;

    background: #021f48;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}


/* =========================================================
   ICON
   ========================================================= */

.ss-al-exp-scx-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    margin-bottom: 14px;

    color: #1680d5;

    font-size: 23px;

    transition:
        transform 0.35s ease,
        color 0.35s ease;
}

.ss-al-exp-scx-card:hover .ss-al-exp-scx-icon {
    color: #3da4f0;

    transform: translateY(-2px);
}


/* =========================================================
   TITLE
   ========================================================= */

.ss-al-exp-scx-card h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.25;
}


/* =========================================================
   DEFAULT DESCRIPTION
   ========================================================= */

.ss-al-exp-scx-short {
    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;

    line-height: 1.45;

    transition:
        opacity 0.3s ease,
        transform 0.35s ease;
}


/* =========================================================
   HOVER CONTENT
   ========================================================= */

.ss-al-exp-scx-hover-content {
    position: absolute;

    top: 135px;
    right: 17px;
    left: 17px;

    opacity: 0;
    visibility: hidden;

    transform: translateY(12px);

    transition:
        opacity 0.35s ease,
        transform 0.4s ease,
        visibility 0s linear 0.4s;
}


/* Show hover content */

.ss-al-exp-scx-card:hover .ss-al-exp-scx-hover-content {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    transition:
        opacity 0.35s ease 0.08s,
        transform 0.4s ease 0.08s,
        visibility 0s linear 0s;
}


/* Hide normal description */

.ss-al-exp-scx-card:hover .ss-al-exp-scx-short {
    opacity: 0;

    transform: translateY(-8px);
}


/* =========================================================
   HOVER LIST
   ========================================================= */

.ss-al-exp-scx-hover-content ul {
    margin: 0 0 9px;
    padding: 0;

    list-style: none;
}

.ss-al-exp-scx-hover-content li {
    position: relative;

    padding-left: 15px;
    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    line-height: 1.3;
}

.ss-al-exp-scx-hover-content li::before {
    position: absolute;

    top: 6px;
    left: 0;

    width: 6px;
    height: 6px;

    border: 1px solid #4b9ddd;
    border-radius: 50%;

    content: "";
}


/* =========================================================
   LEARN MORE
   ========================================================= */

.ss-al-exp-scx-hover-content a {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #1680d5;

    font-size: 14px;

    text-decoration: none;
}

.ss-al-exp-scx-hover-content a span {
    font-size: 17px;

    transition: transform 0.3s ease;
}

.ss-al-exp-scx-hover-content a:hover span {
    transform: translateX(4px);
}


/* =========================================================
   PLUS BUTTON
   ========================================================= */

.ss-al-exp-scx-plus {
    position: absolute;

    bottom: 18px;
    left: 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;

    color: #ffffff;

    text-decoration: none;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.35s ease;
}

.ss-al-exp-scx-plus i {
    font-size: 12px;
}

.ss-al-exp-scx-card:hover .ss-al-exp-scx-plus {
    border-color: #1680d5;

    background: #1680d5;

    transform: rotate(45deg);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-exp-scx {
        padding: 60px 0;
    }

    .ss-al-exp-scx-head h2 {
        font-size: 40px;
    }

    .ss-al-exp-scx-card,
    .ss-al-exp-scx-card:hover {
        height: 250px;
        min-height: 250px;
    }

    .ss-al-exp-scx-hover-content {
        top: 120px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-exp-scx {
        padding: 50px 0;
    }

    .ss-al-exp-scx-head {
        margin-bottom: 25px;
    }

    .ss-al-exp-scx-head h2 {
        font-size: 35px;
    }

    .ss-al-exp-scx-card,
    .ss-al-exp-scx-card:hover {
        height: 245px;
        min-height: 245px;
    }

    .ss-al-exp-scx-hover-content {
        top: 115px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-exp-scx {
        padding: 45px 0;
    }

    .ss-al-exp-scx-head h2 {
        font-size: 32px;
    }

    .ss-al-exp-scx-card,
    .ss-al-exp-scx-card:hover {
        height: 240px;
        min-height: 240px;

        padding: 18px 16px;
    }

    .ss-al-exp-scx-hover-content {
        right: 16px;
        left: 16px;

        top: 112px;
    }

    .ss-al-exp-scx-plus {
        left: 16px;
    }

}
/* =========================================================
   FOOTER
   ========================================================= */

.ss-al-footer-scx {
    padding-top: 40px;
    background: #ffffff;
    color: #111d2e;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.ss-al-footer-scx-main {
    padding-bottom: 30px;
}


/* =========================================================
   BRAND
   ========================================================= */

.ss-al-footer-scx-brand {
    padding-right: 35px;
}

.ss-al-footer-scx-logo img {
    width: 200px;
}

.ss-al-footer-scx-logo:hover {
    color: #06336f;
}



.ss-al-footer-scx-logo strong {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
 

.ss-al-footer-scx-brand p {
    max-width: 320px;
    margin: 15px 0 0;
    color: #454b52;
    font-size: 14px;
    line-height: 1.55;
}


/* =========================================================
   FEATURES
   ========================================================= */

.ss-al-footer-scx-features {
    display: flex;
    margin-top: 30px;
    max-width: 370px;
}

.ss-al-footer-scx-feature {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ss-al-footer-scx-feature + .ss-al-footer-scx-feature {
    border-left: 1px solid #e0e4e8;
}

.ss-al-footer-scx-feature i {
    margin-bottom: 7px;
    color: #073b78;
    font-size: 22px;
}

.ss-al-footer-scx-feature span {
    color: #303944;
    font-size: 14px;
    line-height: 1.3;
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.ss-al-footer-scx-column {
    height: 100%;
    padding-left: 25px;
    border-left: 1px solid #e1e5e9;
}

.ss-al-footer-scx-column h3 {
    margin: 2px 0 20px;
    color: #062e67;
    font-size: 14px;
    font-weight: 700;
}

.ss-al-footer-scx-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ss-al-footer-scx-column li {
    margin-bottom: 15px;
}

.ss-al-footer-scx-column li a {
    color: #30343a;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ss-al-footer-scx-column li a:hover {
    color: #0755a0;
}


/* =========================================================
   CONTACT
   ========================================================= */

.ss-al-footer-scx-contact {
    padding-left: 20px;
}

.ss-al-footer-scx-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0 0 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e6e9ec;
}

.ss-al-footer-scx-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #073b78;
    font-size: 16px;
}

.ss-al-footer-scx-contact-item p {
    margin: 0;
    color: #3d444c;
    font-size: 14px;
    line-height: 1.45;
}


/* =========================================================
   SOCIAL
   ========================================================= */

.ss-al-footer-scx-social {
    margin-top: 10px;
}

.ss-al-footer-scx-social h4 {
    margin: 0 0 10px;
    color: #062e67;
    font-size: 14px;
    font-weight: 700;
}

.ss-al-footer-scx-social-links {
    display: flex;
    gap: 10px;
}

.ss-al-footer-scx-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border: 1px solid #9eafc2;
    border-radius: 50%;
    color: #073b78;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ss-al-footer-scx-social-links a:hover {
    color: #ffffff;
    border-color: #073b78;
    background: #073b78;
}


/* =========================================================
   LOWER FOOTER AREA
   ========================================================= */

.ss-al-footer-scx-bottom-top {
    display: flex;
    align-items: center;
    min-height: 85px;
    padding: 20px 0;
    border-top: 1px solid #dfe3e7;
    border-bottom: 1px solid #dfe3e7;
}


/* =========================================================
   SUSTAINABILITY
   ========================================================= */

.ss-al-footer-scx-sustainability {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 32%;
    padding-right: 25px;
}

.ss-al-footer-scx-sustain-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #073b78;
    font-size: 38px;
}

.ss-al-footer-scx-sustainability strong {
    display: block;
    color: #073b78;
    font-size: 14px;
    line-height: 1.35;
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.ss-al-footer-scx-newsletter {
    width: 40%;
    padding: 0 25px;
    border-left: 1px solid #dfe3e7;
    border-right: 1px solid #dfe3e7;
}

.ss-al-footer-scx-newsletter h3 {
    margin: 0 0 3px;
    color: #073b78;
    font-size: 14px;
    font-weight: 700;
}

.ss-al-footer-scx-newsletter p {
    margin: 0 0 8px;
    color: #444b52;
    font-size: 14px;
}

.ss-al-footer-scx-newsletter-form {
    display: flex;
    width: 100%;
    max-width: 370px;
    height: 25px;
}

.ss-al-footer-scx-newsletter-form input {
    width: 70%;
    min-width: 0;
    padding: 0 10px;
    border: 1px solid #c8cfd6;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #333333;
    background: #ffffff;
    font-size: 14px;
}

.ss-al-footer-scx-newsletter-form button {
    width: 30%;
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    background: #073b78;
    font-size: 14px;
    cursor: pointer;
}


/* =========================================================
   CERTIFICATIONS
   ========================================================= */

.ss-al-footer-scx-certifications {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 28%;
    padding-left: 20px;
}

.ss-al-footer-scx-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 4px;
    border: 1px solid #a8b8ca;
    border-radius: 8px;
    color: #073b78;
    text-align: center;
}

.ss-al-footer-scx-cert strong {
    font-size: 12px;
    line-height: 1;
}

.ss-al-footer-scx-cert span {
    margin-top: 3px;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.15;
}

.ss-al-footer-scx-cert i {
    margin-bottom: 3px;
    font-size: 19px;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.ss-al-footer-scx-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
}

.ss-al-footer-scx-copy {
    color: #737980;
    font-size: 14px;
}

.ss-al-footer-scx-legal {
    display: flex;
    align-items: center;
    gap: 13px;
}

.ss-al-footer-scx-legal a {
    color: #666c73;
    font-size: 14px;
    text-decoration: none;
}

.ss-al-footer-scx-legal a:hover {
    color: #073b78;
}

.ss-al-footer-scx-legal span {
    color: #a2a7ac;
    font-size: 12px;
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .ss-al-footer-scx-brand {
        padding-right: 20px;
    }

    .ss-al-footer-scx-column {
        padding-left: 18px;
    }

    .ss-al-footer-scx-feature span {
        font-size: 14px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-footer-scx {
        padding-top: 45px;
    }

    .ss-al-footer-scx-main > div {
        margin-bottom: 30px;
    }

    .ss-al-footer-scx-main > div:last-child {
        margin-bottom: 0;
    }

    .ss-al-footer-scx-brand {
        padding-right: 0;
    }

    .ss-al-footer-scx-brand p {
        max-width: 500px;
    }

    .ss-al-footer-scx-column {
        height: auto;
    }

    .ss-al-footer-scx-bottom-top {
        flex-wrap: wrap;
    }

    .ss-al-footer-scx-sustainability {
        width: 100%;
        padding: 0 0 15px;
    }

    .ss-al-footer-scx-newsletter {
        width: 60%;
        padding-left: 0;
        border-left: 0;
    }

    .ss-al-footer-scx-certifications {
        width: 40%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-footer-scx {
        padding-top: 40px;
    }

    .ss-al-footer-scx-main {
        padding-bottom: 15px;
    }

    .ss-al-footer-scx-main > div {
        margin-bottom: 35px;
    }

    .ss-al-footer-scx-column {
        padding-left: 0;
        border-left: 0;
    }

    .ss-al-footer-scx-contact {
        padding-left: 0;
    }

    .ss-al-footer-scx-bottom-top {
        display: block;
    }

    .ss-al-footer-scx-sustainability,
    .ss-al-footer-scx-newsletter,
    .ss-al-footer-scx-certifications {
        width: 100%;
    }

    .ss-al-footer-scx-newsletter {
        padding: 20px 0;
        border-top: 1px solid #dfe3e7;
        border-right: 0;
        border-bottom: 1px solid #dfe3e7;
    }

    .ss-al-footer-scx-newsletter-form {
        max-width: 100%;
    }

    .ss-al-footer-scx-certifications {
        justify-content: flex-start;
        padding: 20px 0 0;
    }

    .ss-al-footer-scx-bottom {
        display: block;
        padding: 18px 0;
        text-align: center;
    }

    .ss-al-footer-scx-copy {
        line-height: 1.5;
    }

    .ss-al-footer-scx-legal {
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-footer-scx {
        padding-top: 35px;
    }

    .ss-al-footer-scx-features {
        max-width: 100%;
    }

    .ss-al-footer-scx-feature i {
        font-size: 20px;
    }

    .ss-al-footer-scx-feature span {
        font-size: 14px;
    }

    .ss-al-footer-scx-main > div {
        margin-bottom: 30px;
    }

    .ss-al-footer-scx-newsletter-form {
        height: 34px;
    }

    .ss-al-footer-scx-newsletter-form input {
        width: 65%;
    }

    .ss-al-footer-scx-newsletter-form button {
        width: 35%;
    }

}


/* =========================================================
   INNER HERO
   ========================================================= */

.ss-al-inner-hero-scx {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 430px;
    overflow: hidden;
    background: #062f68;
}


/* =========================================================
   BACKGROUND IMAGE
   ========================================================= */

.ss-al-inner-hero-scx-bg {
    position: absolute;
    inset: 0;

    background-image: url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=2200&q=85");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================================
   OVERLAY
   ========================================================= */

.ss-al-inner-hero-scx-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 42, 91, 0.98) 0%,
            rgba(5, 57, 119, 0.94) 30%,
            rgba(5, 62, 126, 0.70) 52%,
            rgba(5, 45, 91, 0.28) 100%
        );
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-inner-hero-scx .container {
    position: relative;
    z-index: 2;
}

.ss-al-inner-hero-scx-content {
    max-width: 700px;
    padding: 70px 0;
    color: #ffffff;
}


/* =========================================================
   LABEL
   ========================================================= */

.ss-al-inner-hero-scx-label {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.ss-al-inner-hero-scx-label span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ss-al-inner-hero-scx-label i {
    display: block;
    width: 48px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-inner-hero-scx-content h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.08;
}

.ss-al-inner-hero-scx-content h1 span {
    color: #ffffff;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.ss-al-inner-hero-scx-content p {
    max-width: 590px;
    margin: 0;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .ss-al-inner-hero-scx {
        min-height: 410px;
    }

    .ss-al-inner-hero-scx-content h1 {
        font-size: 50px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-inner-hero-scx {
        min-height: 400px;
    }

    .ss-al-inner-hero-scx-content {
        max-width: 650px;
        padding: 60px 0;
    }

    .ss-al-inner-hero-scx-content h1 {
        font-size: 45px;
    }

    .ss-al-inner-hero-scx-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 42, 91, 0.98) 0%,
                rgba(5, 57, 119, 0.90) 55%,
                rgba(5, 45, 91, 0.45) 100%
            );
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-inner-hero-scx {
        min-height: 400px;
    }

    .ss-al-inner-hero-scx-bg {
        background-position: 65% center;
    }

    .ss-al-inner-hero-scx-content {
        padding: 55px 15px;
    }

    .ss-al-inner-hero-scx-content h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .ss-al-inner-hero-scx-content p {
        max-width: 520px;
        line-height: 1.6;
    }

    .ss-al-inner-hero-scx-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 42, 91, 0.97) 0%,
                rgba(5, 57, 119, 0.90) 65%,
                rgba(5, 45, 91, 0.65) 100%
            );
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-inner-hero-scx {
        min-height: 370px;
    }

    .ss-al-inner-hero-scx-content {
        padding: 50px 10px;
    }

    .ss-al-inner-hero-scx-label {
        gap: 12px;
        margin-bottom: 12px;
    }

    .ss-al-inner-hero-scx-label span {
        font-size: 14px;
    }

    .ss-al-inner-hero-scx-label i {
        width: 35px;
    }

    .ss-al-inner-hero-scx-content h1 {
        font-size: 35px;
    }

    .ss-al-inner-hero-scx-content p {
        padding-left: 14px;
        font-size: 14px;
        line-height: 1.55;
    }

}


/* =========================================================
   ABOUT INTRO
   ========================================================= */

.ss-al-abt-intro-scx {
    padding: 85px 0;
    background: #ffffff;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ss-al-abt-intro-scx-image-wrap {
    position: relative;
    padding-right: 35px;
}

.ss-al-abt-intro-scx-image {
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.ss-al-abt-intro-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ss-al-abt-intro-scx-image-wrap:hover img {
    transform: scale(1.035);
}


/* =========================================================
   EXPERIENCE BADGE
   ========================================================= */

.ss-al-abt-intro-scx-badge {
    position: absolute;
    right: 0;
    bottom: 35px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 155px;
    height: 140px;

    border: 1px solid #5485b8;
    border-radius: 8px;

    color: #ffffff;
    background: #032654;

    text-align: center;

    box-shadow: 0 12px 30px rgba(0, 25, 60, 0.2);
}

.ss-al-abt-intro-scx-badge strong {
    display: block;
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.ss-al-abt-intro-scx-badge span {
    font-size: 14px;
    line-height: 1.35;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-abt-intro-scx-content {
    padding-left: 55px;
}

.ss-al-abt-intro-scx-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 13px;
}

.ss-al-abt-intro-scx-label span {
    color: #175c9d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.ss-al-abt-intro-scx-label i {
    width: 45px;
    height: 1px;
    background: #175c9d;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-abt-intro-scx-content h2 {
    max-width: 570px;
    margin: 0 0 20px;

    color: #061d3b;

    font-size: 45px;
    font-weight: 700;
    line-height: 1.12;
}

.ss-al-abt-intro-scx-content h2 span {
    color: #1768aa;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.ss-al-abt-intro-scx-content p {
    max-width: 590px;
    margin: 0 0 13px;

    color: #4c5662;

    font-size: 14px;
    line-height: 1.7;
}

.ss-al-abt-intro-scx-content .ss-al-abt-intro-scx-lead {
    color: #263b52;
    font-weight: 500;
}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.ss-al-abt-intro-scx-highlights {
    display: flex;
    gap: 20px;

    margin-top: 24px;
    padding-top: 20px;

    border-top: 1px solid #e2e7ec;
}

.ss-al-abt-intro-scx-highlight {
    display: flex;
    flex: 1;
    gap: 12px;
}

.ss-al-abt-intro-scx-highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    border: 1px solid #a4bdd5;
    border-radius: 50%;

    color: #1768aa;
    font-size: 19px;
}

.ss-al-abt-intro-scx-highlight h3 {
    margin: 0 0 4px;

    color: #082b53;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.ss-al-abt-intro-scx-highlight p {
    margin: 0;

    color: #68727d;

    font-size: 14px;
    line-height: 1.45;
}


/* =========================================================
   LINK
   ========================================================= */

.ss-al-abt-intro-scx-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 24px;

    color: #073d78;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: color 0.25s ease;
}

.ss-al-abt-intro-scx-link i {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.ss-al-abt-intro-scx-link:hover {
    color: #1678c8;
}

.ss-al-abt-intro-scx-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .ss-al-abt-intro-scx-content {
        padding-left: 35px;
    }

    .ss-al-abt-intro-scx-content h2 {
        font-size: 42px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-abt-intro-scx {
        padding: 65px 0;
    }

    .ss-al-abt-intro-scx-image-wrap {
        padding-right: 25px;
        margin-bottom: 45px;
    }

    .ss-al-abt-intro-scx-image {
        height: 430px;
    }

    .ss-al-abt-intro-scx-badge {
        right: 0;
        bottom: 25px;
    }

    .ss-al-abt-intro-scx-content {
        padding-left: 0;
    }

    .ss-al-abt-intro-scx-content h2 {
        font-size: 40px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-abt-intro-scx {
        padding: 50px 0;
    }

    .ss-al-abt-intro-scx-image-wrap {
        padding-right: 15px;
        margin-bottom: 45px;
    }

    .ss-al-abt-intro-scx-image {
        height: 350px;
    }

    .ss-al-abt-intro-scx-badge {
        width: 135px;
        height: 120px;
        right: 0;
        bottom: 20px;
    }

    .ss-al-abt-intro-scx-badge strong {
        font-size: 36px;
    }

    .ss-al-abt-intro-scx-content h2 {
        font-size: 35px;
    }

    .ss-al-abt-intro-scx-highlights {
        display: block;
    }

    .ss-al-abt-intro-scx-highlight {
        margin-bottom: 18px;
    }

    .ss-al-abt-intro-scx-highlight:last-child {
        margin-bottom: 0;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-abt-intro-scx {
        padding: 45px 0;
    }

    .ss-al-abt-intro-scx-image {
        height: 300px;
    }

    .ss-al-abt-intro-scx-content h2 {
        font-size: 32px;
    }

    .ss-al-abt-intro-scx-content p {
        font-size: 14px;
    }

}
/* =========================================================
   SECTION
   ========================================================= */

.ss-al-abt-story-scx {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    background: #eef7fc;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-abt-story-scx-content {
    padding-right: 50px;
}

.ss-al-abt-story-scx-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 13px;
}

.ss-al-abt-story-scx-label span {
    color: #1768aa;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.ss-al-abt-story-scx-label i {
    width: 45px;
    height: 1px;
    background: #1768aa;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-abt-story-scx-content h2 {
    max-width: 600px;
    margin: 0 0 20px;
    color: #061d3b;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.12;
}

.ss-al-abt-story-scx-content h2 span {
    display: block;
    color: #1768aa;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.ss-al-abt-story-scx-content > p {
    max-width: 580px;
    margin: 0 0 13px;
    color: #4d5966;
    font-size: 14px;
    line-height: 1.7;
}

.ss-al-abt-story-scx-content > .ss-al-abt-story-scx-lead {
    color: #263e57;
    font-weight: 500;
}


/* =========================================================
   MISSION / VISION
   ========================================================= */

.ss-al-abt-story-scx-points {
    display: flex;
    gap: 25px;
    margin-top: 28px;
    padding-top: 23px;
    border-top: 1px solid #d7e2eb;
}

.ss-al-abt-story-scx-point {
    display: flex;
    flex: 1;
    gap: 12px;
}

.ss-al-abt-story-scx-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #8eabc4;
    border-radius: 50%;
    color: #1768aa;
    font-size: 18px;
}

.ss-al-abt-story-scx-point h3 {
    margin: 0 0 5px;
    color: #082e59;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.ss-al-abt-story-scx-point p {
    margin: 0;
    color: #697681;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   VISUAL
   ========================================================= */

.ss-al-abt-story-scx-visual {
    position: relative;
    padding: 0 0 35px 35px;
}

.ss-al-abt-story-scx-image {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.ss-al-abt-story-scx-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(2, 27, 57, 0.55) 100%
    );
    content: "";
}

.ss-al-abt-story-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ss-al-abt-story-scx-visual:hover .ss-al-abt-story-scx-image img {
    transform: scale(1.04);
}


/* =========================================================
   OVERLAY CARD
   ========================================================= */

.ss-al-abt-story-scx-overlay-card {
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 13px;

    width: 245px;
    min-height: 95px;
    padding: 15px 18px;

    border-radius: 7px;

    color: #ffffff;
    background: #032654;

    box-shadow: 0 12px 30px rgba(0, 25, 60, 0.25);
}

.ss-al-abt-story-scx-overlay-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;

    color: #ffffff;
    font-size: 20px;
}

.ss-al-abt-story-scx-overlay-card strong {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.2;
}

.ss-al-abt-story-scx-overlay-card span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}


/* =========================================================
   DECORATIVE LINE
   ========================================================= */

.ss-al-abt-story-scx-line {
    position: absolute;
    top: 25px;
    right: -10px;
    width: 75px;
    height: 75px;
    border-top: 1px solid #6f9abd;
    border-right: 1px solid #6f9abd;
    opacity: 0.55;
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199.98px) {

    .ss-al-abt-story-scx-content {
        padding-right: 30px;
    }

    .ss-al-abt-story-scx-content h2 {
        font-size: 42px;
    }

    .ss-al-abt-story-scx-image {
        height: 470px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-abt-story-scx {
        padding: 65px 0;
    }

    .ss-al-abt-story-scx-content {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .ss-al-abt-story-scx-content h2 {
        font-size: 40px;
    }

    .ss-al-abt-story-scx-content > p {
        max-width: 700px;
    }

    .ss-al-abt-story-scx-visual {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ss-al-abt-story-scx-image {
        height: 430px;
    }

    .ss-al-abt-story-scx-overlay-card {
        right: 0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-abt-story-scx {
        padding: 50px 0;
    }

    .ss-al-abt-story-scx-content h2 {
        font-size: 35px;
    }

    .ss-al-abt-story-scx-points {
        display: block;
    }

    .ss-al-abt-story-scx-point {
        margin-bottom: 20px;
    }

    .ss-al-abt-story-scx-point:last-child {
        margin-bottom: 0;
    }

    .ss-al-abt-story-scx-visual {
        padding: 0 15px 35px;
    }

    .ss-al-abt-story-scx-image {
        height: 350px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-abt-story-scx {
        padding: 45px 0;
    }

    .ss-al-abt-story-scx-content h2 {
        font-size: 32px;
    }

    .ss-al-abt-story-scx-image {
        height: 300px;
    }

    .ss-al-abt-story-scx-overlay-card {
        width: 220px;
        min-height: 85px;
    }

    .ss-al-abt-story-scx-overlay-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

}
/* =========================================================
   CERTIFICATIONS SECTION
   ========================================================= */

.ss-al-cert-scx {
    padding: 85px 0;
    background: #ffffff;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-cert-scx-head {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.ss-al-cert-scx-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.ss-al-cert-scx-label span {
    color: #1768aa;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.ss-al-cert-scx-label i {
    width: 45px;
    height: 1px;
    background: #1768aa;
}

.ss-al-cert-scx-head h2 {
    margin: 0;
    color: #061d3b;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.12;
}

.ss-al-cert-scx-head h2 span {
    color: #1768aa;
}

.ss-al-cert-scx-head p {
    max-width: 680px;
    margin: 13px auto 0;
    color: #596572;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-cert-scx-content {
    padding-right: 45px;
}

.ss-al-cert-scx-content-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border: 1px solid #a9c1d8;
    border-radius: 50%;
    color: #1768aa;
    font-size: 23px;
}

.ss-al-cert-scx-content h3 {
    max-width: 400px;
    margin: 0 0 15px;
    color: #082d56;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.ss-al-cert-scx-content h3 span {
    color: #1768aa;
}

.ss-al-cert-scx-content > p {
    max-width: 480px;
    margin: 0 0 12px;
    color: #596572;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   ASSURANCE
   ========================================================= */

.ss-al-cert-scx-assurance {
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 400px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #dce4eb;
}

.ss-al-cert-scx-assurance > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid #9db7cf;
    border-radius: 50%;
    color: #1768aa;
    font-size: 19px;
}

.ss-al-cert-scx-assurance strong {
    display: block;
    margin-bottom: 3px;
    color: #082d56;
    font-size: 16px;
    font-weight: 700;
}

.ss-al-cert-scx-assurance span {
    display: block;
    color: #687582;
    font-size: 14px;
}


/* =========================================================
   CERTIFICATION CARDS
   ========================================================= */

.ss-al-cert-scx-cards {
    margin: 0;
}

.ss-al-cert-scx-card {
    position: relative; 
    padding: 22px 18px;
    overflow: hidden;
    border: 1px solid #d9e1e8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 22px rgba(12, 45, 78, 0.06);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.ss-al-cert-scx-card:hover {
    border-color: #5791c2;
    box-shadow: 0 12px 30px rgba(12, 45, 78, 0.12);
    transform: translateY(-5px);
}
 


/* =========================================================
   CERTIFICATION MARK
   ========================================================= */

.ss-al-cert-scx-cert-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
    border: 2px solid #7897b4;
    border-radius: 50%;
    color: #123f6d;
    font-size: 17px;
    font-weight: 800;
}

.ss-al-cert-scx-cert-mark i {
    font-size: 23px;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.ss-al-cert-scx-card h4 {
    margin: 0 0 3px;
    color: #092e57;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.ss-al-cert-scx-card > span {
    display: block;
    margin-bottom: 10px;
    color: #1768aa;
    font-size: 14px;
    font-weight: 600;
}

.ss-al-cert-scx-card p {
    margin: 0 0 15px;
    color: #68737d;
    font-size: 14px;
    line-height: 1.5;
}
 


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-cert-scx {
        padding: 65px 0;
    }

    .ss-al-cert-scx-head h2 {
        font-size: 40px;
    }

    .ss-al-cert-scx-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .ss-al-cert-scx-content > p {
        max-width: 700px;
    }

    .ss-al-cert-scx-card {
        height: 315px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-cert-scx {
        padding: 50px 0;
    }

    .ss-al-cert-scx-head {
        margin-bottom: 35px;
    }

    .ss-al-cert-scx-head h2 {
        font-size: 35px;
    }

    .ss-al-cert-scx-content {
        margin-bottom: 30px;
    }

    .ss-al-cert-scx-content h3 {
        font-size: 30px;
    }

    .ss-al-cert-scx-card {
        height: auto;
        min-height: 290px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-cert-scx {
        padding: 45px 0;
    }

    .ss-al-cert-scx-head h2 {
        font-size: 32px;
    }

    .ss-al-cert-scx-content h3 {
        font-size: 28px;
    }

    .ss-al-cert-scx-card {
        min-height: 270px;
        padding: 20px 17px;
    }

}
/* =========================================================
   PRODUCTS SECTION
   ========================================================= */

.ss-al-products-scx {
    padding: 75px 0;
    background: #ffffff;
    color: #06336f;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-products-scx-head {
    max-width: 720px;
    margin: 0 auto 35px;
    text-align: center;
}

.ss-al-products-scx-head > span {
    display: block;
    margin-bottom: 7px;
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.ss-al-products-scx-head h2 {
    margin: 0 0 10px;
    color: #06336f;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

.ss-al-products-scx-head p {
    max-width: 620px;
    margin: 0 auto;
    color: #536174;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   PRODUCT CARD
   ========================================================= */

.ss-al-products-scx-card {
    position: relative;
    height: 100%;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #dce4ec;
    border-radius: 7px;
    background: #ffffff;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.ss-al-products-scx-card:hover {
    border-color: #06336f;
    box-shadow: 0 12px 30px rgba(6, 51, 111, 0.12);
    transform: translateY(-5px);
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.ss-al-products-scx-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #edf3f8;
}

.ss-al-products-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ss-al-products-scx-card:hover .ss-al-products-scx-image img {
    transform: scale(1.05);
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-products-scx-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 20px 5px;
}

.ss-al-products-scx-number {
    flex: 0 0 auto;
    color: #06336f;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.ss-al-products-scx-content h3 {
    margin: 0 0 7px;
    color: #06336f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.ss-al-products-scx-content p {
    margin: 0;
    color: #596574;
    font-size: 14px;
    line-height: 1.5;
}

 


/* =========================================================
   GRADES
   ========================================================= */

.ss-al-products-scx-grades {
    margin-top: 55px;
    padding-top: 30px;
    border-top: 1px solid #dfe5eb;
}

.ss-al-products-scx-grades-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}

.ss-al-products-scx-grades-head span {
    display: block;
    margin-bottom: 5px;
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.ss-al-products-scx-grades-head h3 {
    margin: 0;
    color: #06336f;
    font-size: 28px;
    font-weight: 700;
}

.ss-al-products-scx-grades-head p {
    max-width: 430px;
    margin: 0;
    color: #596574;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   GRADE CARD
   ========================================================= */

.ss-al-products-scx-grade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75px;
    padding: 12px 15px;
    border: 1px solid #d5dee8;
    border-radius: 4px;
    background: #ffffff;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ss-al-products-scx-grade strong {
    color: #06336f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.ss-al-products-scx-grade span {
    margin-top: 3px;
    color: #697582;
    font-size: 14px;
    line-height: 1.25;
}

.ss-al-products-scx-grade:hover {
    border-color: #06336f;
    background: #06336f;
    transform: translateY(-3px);
}

.ss-al-products-scx-grade:hover strong,
.ss-al-products-scx-grade:hover span {
    color: #ffffff;
}


/* =========================================================
   CTA
   ========================================================= */

.ss-al-products-scx-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 45px;
    padding: 25px 30px;
    border-radius: 6px;
    background: #06336f;
}

.ss-al-products-scx-cta h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.ss-al-products-scx-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.ss-al-products-scx-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    min-width: 145px;
    padding: 12px 20px;
    border: 1px solid #ffffff;
    color: #06336f;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ss-al-products-scx-cta a:hover {
    color: #ffffff;
    background: transparent;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-products-scx {
        padding: 60px 0;
    }

    .ss-al-products-scx-head h2 {
        font-size: 40px;
    }

    .ss-al-products-scx-card {
        min-height: 370px;
    }

    .ss-al-products-scx-image {
        height: 200px;
    }

    .ss-al-products-scx-grades-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-products-scx {
        padding: 50px 0;
    }

    .ss-al-products-scx-head {
        margin-bottom: 28px;
    }

    .ss-al-products-scx-head h2 {
        font-size: 35px;
    }

    .ss-al-products-scx-card {
        min-height: 0;
    }

    .ss-al-products-scx-image {
        height: 220px;
    }

    .ss-al-products-scx-grades {
        margin-top: 40px;
    }

    .ss-al-products-scx-grades-head h3 {
        font-size: 25px;
    }

    .ss-al-products-scx-cta {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 35px;
        padding: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-products-scx {
        padding: 45px 0;
    }

    .ss-al-products-scx-head h2 {
        font-size: 32px;
    }

    .ss-al-products-scx-image {
        height: 200px;
    }

    .ss-al-products-scx-content {
        padding: 18px 16px 5px;
    }

    .ss-al-products-scx-cta a {
        width: 100%;
    }

}
.ss-al-billets-scx {
    padding: 75px 0;
    background: #ffffff;
    color: #06336f;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-billets-scx-head {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.ss-al-billets-scx-head > span {
    display: block;
    margin-bottom: 7px;
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.ss-al-billets-scx-head h2 {
    margin: 0 0 10px;
    color: #06336f;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

.ss-al-billets-scx-head p {
    max-width: 650px;
    margin: 0 auto;
    color: #596574;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ss-al-billets-scx-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
    background: #edf3f8;
}

.ss-al-billets-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ss-al-billets-scx-image:hover img {
    transform: scale(1.04);
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-billets-scx-content {
    height: 100%;
    padding: 5px 0 5px 20px;
}

.ss-al-billets-scx-intro > span {
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.ss-al-billets-scx-intro h3 {
    max-width: 550px;
    margin: 7px 0 12px;
    color: #06336f;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.ss-al-billets-scx-intro p {
    max-width: 570px;
    margin: 0;
    color: #596574;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   SPECIFICATIONS
   ========================================================= */

.ss-al-billets-scx-spec {
    margin-top: 25px;
}

.ss-al-billets-scx-spec h4 {
    margin: 0 0 12px;
    color: #06336f;
    font-size: 18px;
    font-weight: 700;
}

.ss-al-billets-scx-spec-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 62px;
    padding: 10px 13px;
    border: 1px solid #d5dee8;
    border-radius: 4px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.ss-al-billets-scx-spec-item strong {
    color: #06336f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.ss-al-billets-scx-spec-item span {
    margin-top: 3px;
    color: #697582;
    font-size: 14px;
    line-height: 1.2;
}

.ss-al-billets-scx-spec-item:hover {
    border-color: #06336f;
    background: #06336f;
    transform: translateY(-2px);
}

.ss-al-billets-scx-spec-item:hover strong,
.ss-al-billets-scx-spec-item:hover span {
    color: #ffffff;
}


/* =========================================================
   FEATURES
   ========================================================= */

.ss-al-billets-scx-features {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.ss-al-billets-scx-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    color: #06336f;
}

.ss-al-billets-scx-feature:first-child {
    padding-left: 0;
}

.ss-al-billets-scx-feature + .ss-al-billets-scx-feature {
    border-left: 1px solid #d8e0e8;
}

.ss-al-billets-scx-feature i {
    font-size: 17px;
}

.ss-al-billets-scx-feature span {
    color: #465362;
    font-size: 14px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.ss-al-billets-scx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    padding: 12px 22px;
    border: 1px solid #06336f;
    color: #ffffff;
    background: #06336f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ss-al-billets-scx-btn i {
    transition: transform 0.3s ease;
}

.ss-al-billets-scx-btn:hover {
    color: #06336f;
    background: #ffffff;
}

.ss-al-billets-scx-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-billets-scx {
        padding: 60px 0;
    }

    .ss-al-billets-scx-head h2 {
        font-size: 40px;
    }

    .ss-al-billets-scx-image {
        height: 420px;
    }

    .ss-al-billets-scx-content {
        padding-left: 10px;
    }

    .ss-al-billets-scx-intro h3 {
        font-size: 27px;
    }

    .ss-al-billets-scx-feature {
        padding: 0 10px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-billets-scx {
        padding: 50px 0;
    }

    .ss-al-billets-scx-head {
        margin-bottom: 30px;
    }

    .ss-al-billets-scx-head h2 {
        font-size: 35px;
    }

    .ss-al-billets-scx-image {
        height: 300px;
    }

    .ss-al-billets-scx-content {
        padding: 0;
    }

    .ss-al-billets-scx-intro h3 {
        font-size: 26px;
    }

    .ss-al-billets-scx-features {
        flex-wrap: wrap;
        gap: 12px 0;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-billets-scx {
        padding: 45px 0;
    }

    .ss-al-billets-scx-head h2 {
        font-size: 32px;
    }

    .ss-al-billets-scx-image {
        height: 250px;
    }

    .ss-al-billets-scx-intro h3 {
        font-size: 24px;
    }

    .ss-al-billets-scx-features {
        display: block;
    }

    .ss-al-billets-scx-feature {
        padding: 6px 0;
    }

    .ss-al-billets-scx-feature + .ss-al-billets-scx-feature {
        border-left: 0;
    }

    .ss-al-billets-scx-btn {
        width: 100%;
    }

}
.ss-al-scrap-scx {
    padding: 75px 0;
    background: #ffffff;
    color: #06336f;
}


/* =========================================================
   HEADING
   ========================================================= */

.ss-al-scrap-scx-head {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.ss-al-scrap-scx-head > span {
    display: block;
    margin-bottom: 7px;
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.ss-al-scrap-scx-head h2 {
    margin: 0 0 10px;
    color: #06336f;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

.ss-al-scrap-scx-head p {
    max-width: 650px;
    margin: 0 auto;
    color: #596574;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ss-al-scrap-scx-image {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
    background: #edf3f8;
}

.ss-al-scrap-scx-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ss-al-scrap-scx-image:hover img {
    transform: scale(1.04);
}


/* =========================================================
   IMAGE LABEL
   ========================================================= */

.ss-al-scrap-scx-image-label {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 11px 13px;

    border-radius: 4px;

    color: #ffffff;
    background: rgba(6, 51, 111, 0.92);

    font-size: 14px;
    font-weight: 600;
}

.ss-al-scrap-scx-image-label i {
    font-size: 17px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ss-al-scrap-scx-content {
    height: 100%;
    padding: 5px 0 5px 20px;
}

.ss-al-scrap-scx-intro > span {
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.ss-al-scrap-scx-intro h3 {
    max-width: 550px;
    margin: 7px 0 12px;
    color: #06336f;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.ss-al-scrap-scx-intro p {
    max-width: 570px;
    margin: 0;
    color: #596574;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   SCRAP TYPES
   ========================================================= */

.ss-al-scrap-scx-types {
    margin-top: 25px;
}

.ss-al-scrap-scx-types h4 {
    margin: 0 0 12px;
    color: #06336f;
    font-size: 18px;
    font-weight: 700;
}


/* =========================================================
   TYPE CARDS
   ========================================================= */

.ss-al-scrap-scx-type {
    display: flex;
    align-items: center;
    gap: 10px;

    min-height: 60px;
    padding: 9px 11px;

    border: 1px solid #d5dee8;
    border-radius: 4px;

    background: #ffffff;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ss-al-scrap-scx-type i {
    flex: 0 0 24px;
    color: #06336f;
    font-size: 19px;
}

.ss-al-scrap-scx-type span {
    color: #465362;
    font-size: 14px;
    line-height: 1.25;
}

.ss-al-scrap-scx-type:hover {
    border-color: #06336f;
    background: #06336f;
    transform: translateY(-2px);
}

.ss-al-scrap-scx-type:hover i,
.ss-al-scrap-scx-type:hover span {
    color: #ffffff;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.ss-al-scrap-scx-benefits {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.ss-al-scrap-scx-benefit {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    color: #06336f;
}

.ss-al-scrap-scx-benefit:first-child {
    padding-left: 0;
}

.ss-al-scrap-scx-benefit + .ss-al-scrap-scx-benefit {
    border-left: 1px solid #d8e0e8;
}

.ss-al-scrap-scx-benefit i {
    font-size: 16px;
}

.ss-al-scrap-scx-benefit span {
    color: #465362;
    font-size: 14px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.ss-al-scrap-scx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 24px;
    padding: 12px 22px;

    border: 1px solid #06336f;

    color: #ffffff;
    background: #06336f;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.ss-al-scrap-scx-btn i {
    transition: transform 0.3s ease;
}

.ss-al-scrap-scx-btn:hover {
    color: #06336f;
    background: #ffffff;
}

.ss-al-scrap-scx-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ss-al-scrap-scx {
        padding: 60px 0;
    }

    .ss-al-scrap-scx-head h2 {
        font-size: 40px;
    }

    .ss-al-scrap-scx-image {
        height: 420px;
    }

    .ss-al-scrap-scx-content {
        padding-left: 10px;
    }

    .ss-al-scrap-scx-intro h3 {
        font-size: 27px;
    }

    .ss-al-scrap-scx-benefit {
        padding: 0 8px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ss-al-scrap-scx {
        padding: 50px 0;
    }

    .ss-al-scrap-scx-head {
        margin-bottom: 30px;
    }

    .ss-al-scrap-scx-head h2 {
        font-size: 35px;
    }

    .ss-al-scrap-scx-image {
        height: 300px;
    }

    .ss-al-scrap-scx-content {
        padding: 0;
    }

    .ss-al-scrap-scx-intro h3 {
        font-size: 26px;
    }

    .ss-al-scrap-scx-benefits {
        flex-wrap: wrap;
        gap: 10px 0;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .ss-al-scrap-scx {
        padding: 45px 0;
    }

    .ss-al-scrap-scx-head h2 {
        font-size: 32px;
    }

    .ss-al-scrap-scx-image {
        height: 250px;
    }

    .ss-al-scrap-scx-intro h3 {
        font-size: 24px;
    }

    .ss-al-scrap-scx-benefits {
        display: block;
    }

    .ss-al-scrap-scx-benefit {
        padding: 6px 0;
    }

    .ss-al-scrap-scx-benefit + .ss-al-scrap-scx-benefit {
        border-left: 0;
    }

    .ss-al-scrap-scx-btn {
        width: 100%;
    }

}
/* =========================================================
   PRODUCT LINK
   ========================================================= */

.ss-al-products-scx-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 14px 20px 20px;
    color: #06336f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.ss-al-products-scx-link i {
    transition: transform 0.3s ease;
}

.ss-al-products-scx-link:hover {
    color: #06336f;
}

.ss-al-products-scx-link:hover i {
    transform: translateX(5px);
}