@font-face {
    font-family: "NotoKufi";
    src: url("fonts/NotoKufiArabic-Regular.ttf");
}

@font-face {
    font-family: "NotoKufiMid";
    src: url("fonts/NotoKufiArabic-Medium.ttf");
}

@font-face {
    font-family: "NotoKufiThin";
    src: url("fonts/NotoKufiArabic-Thin.ttf");
}

@font-face {
    font-family: "NotoSans";
    src: url(fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: "NotoSansLight";
    src: url(fonts/NotoSans-Light.ttf);
}

:root {
    --marine: #062e4b;
    --white: #fff;
    --orangey-yellow: #fcb415;
    --light-navy: #134a83;
    --light-grey: #d9d4d1;
    --light-navy: #174375;
    --dark-slate-blue: #132d49;
}

::selection {
    background-color: var(--orangey-yellow);
    color: var(--dark-slate-blue);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: NotoKufi;
    /* Check for overflowing element */
    /* outline: 1px solid red; */
    /* background-color: rgba(182,61,67,0.1); */
}

.en * {
    font-family: NotoSans;
}

ul {
    list-style-position: outside;
    margin-left: 20px; /* Adjust the left margin for the entire list */
    padding-left: 0;
}

    ul li {
        padding-left: 20px; /* Indent all lines */
    }

button {
    font-family: NotKufi;
    font-size: 1em;
}

* > a {
    color: #061914;
    cursor: pointer;
    text-decoration: none;
}

input:focus {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px;
    overflow-x: hidden;
    transition: all 500ms;
    margin-top: 42.3px;
}

main {
    min-height: calc(100vh - (455.97px / 10));
}
/* Base Styles */
.nav-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 1rem 4.0625rem;
    position: fixed;
    top: 0;
    left: 0;
    transition: ease-in-out 500ms;
    z-index: 100;
}

.nav-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

    .nav-items > li {
        position: relative;
    }

    .nav-items a,
    .nav-contact-us {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        transition: color 0.3s ease;
    }

        .nav-items a:hover,
        .nav-contact-us:hover {
            color: #fcb415;
        }

.nav-container button {
    width: 173px;
    height: 52px;
    background-color: #134a83;
    color: #ffff;
    font-family: NotKufi;
}
/* Submenu Styles */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 0;
    margin: 0;
    min-width: 180px;
}

    .submenu li {
        position: relative;
        width: 100%;
    }

    .submenu a {
        display: block;
        padding: 10px 15px;
        color: #444;
        white-space: nowrap;
        text-decoration: none;
    }

        .submenu a:hover {
            /*background-color: #f2f2f2;*/
        }

    /* Multi-level (Nested) Submenu */
    .submenu .submenu {
        left: 100%;
        top: 0;
        display: none;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .submenu li:hover > .submenu {
        display: block;
        animation: fadeIn 0.3s ease;
    }

/* Show Submenu on Hover */
.nav-items li:hover > .submenu {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */




@media (max-width: 992px) {
    .nav-container {
        flex-direction: raw;
        align-items: flex-start;
    }

    .nav-items {
        flex-direction: column;
        width: 100%;
    }

        .nav-items > li {
            width: 100%;
        }

    .submenu {
        position: absolute;
        box-shadow: none;
        background-color: #134a83;
    }

        .submenu .submenu {
            display: none;
            position: static;
        }

        .submenu li:hover > .submenu {
            display: block;
        }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 1rem;
    }

    .nav-items {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
    }

        .nav-items.active {
            display: block;
        }

        .nav-items li {
            width: 100%;
        }

    .submenu {
        display: none;
    }

        .submenu .submenu {
            display: none;
        }

        .submenu li:hover > .submenu {
            display: block;
        }
}


.logo {
    display: block;
    width: 168px;
    min-height: 55px;
    cursor: pointer;
}

.en .logo {
    display: none;
}

.en .logo-en {
    display: block;
}

.logo-en {
    display: none;
}

.contact-us-lang {
    display: flex;
    gap: 1rem;
}

    .contact-us-lang .language {
        height: 52px;
        border: solid 1px var(--light-navy);
        border-radius: 0;
    }

.nav-container .lan-arrow {
    color: var(--light-navy);
    filter: invert(21%) sepia(35%) saturate(3126%) hue-rotate(192deg) brightness(50%) contrast(80%);
}

.nav-container.active .lan-arrow {
    filter: revert;
}

.nav-container .lang-drpdwn-btn {
    color: var(--light-navy);
    font-family: NotoSans;
}

.nav-container.active .lang-drpdwn-btn {
    color: var(--light-grey);
    font-family: NotoSans;
}



.grid-section {
    padding: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 200px);
    gap: 10px;
}

.grid-item {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.yellow-box {
    background: #f7a600;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.blue-box {
    background: #003d7d;
    color: #fff;
    padding: 20px;
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.image-box img,
.gray-image-box img,
.maintenance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.gray-box {
    background: #e0e0e0;
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.gray-image-box {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    filter: grayscale(100%);
}

.text-box {
    background: #fff;
    color: #003d7d;
    padding: 20px;
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .text-box h3 {
        margin: 0;
        font-size: 18px;
    }

    .text-box .arrow {
        display: block;
        font-size: 24px;
        color: #003d7d;
        margin-top: 10px;
    }

.maintenance-image {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.text-box:last-child {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    background: #fff;
    color: #003d7d;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(8, 200px);
    }
}

.about-MAKEEN {
    background-color: #003d7d;
    color: #fff;
    padding: 50px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.placeup {
    vertical-align: top;
    width: 200px;
    margin-bottom: 150px;
}

.placedown {
    vertical-align: bottom;
    width: 200px;
    margin-top: 150px;
}

.logos {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-shrink: 0;
    height: 250px;
}

.logo {
    max-height: 60px;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/ /* Makes logos white */
}

.text-content {
    max-width: 500px;
    line-height: 1.8;
}

    .text-content h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .text-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

.cta-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .cta-button:hover {
        background-color: #fff;
        color: #003d7d;
    }

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .logos {
        margin-bottom: 20px;
    }

    .text-content {
        text-align: center;
    }

    .cta-button {
        width: 100%;
    }
}



.slider {
    width: 100%;
    position: relative;
}

.slides {
    position: relative;
    overflow: hidden;
    height: 500px; /* Set a specific height for the slider */
}

.slide {
    width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    text-align: right;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

    .slide.active {
        opacity: 1;
    }

.content {
    width: 50%;
    height: 100%;
    background-color: #D9D4D1;
}

.slideh1 {
    margin-top: 50px;
    margin-right: 50px;
    font-size: 48px;
    color: #0F2E4C;
}

.slidep {
    margin-right: 50px;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #0F2E4C;
}

.slidebutton {
    margin-right: 50px;
    width: 173px;
    height: 52px;
    background-color: #134a83;
    color: #ffff;
    font-family: NotKufi;
}

.slides-indicators-parent {
    position: absolute;
    width: 50%;
    height: 75px;
    background-color: #0F2E4C;
    left: 50%;
    display: flex;
    bottom: 0px;
}

.slides-indicators {
    position: absolute;
    bottom: 20px;
    left: 15%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .dot.active {
        background-color: #fff;
    }



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .content {
        width: 70%; /* Slightly wider on medium screens */
    }

    h1 {
        font-size: 40px; /* Slightly smaller font size */
    }

    p {
        font-size: 20px; /* Smaller font size for paragraphs */
    }

    button {
        width: 150px; /* Smaller button width */
        height: 45px; /* Smaller button height */
    }

    .slides-indicators-parent {
        position: absolute;
        height: 75px;
        background-color: #0F2E4C;
        display: flex;
        bottom: 0px;
        left: 0%;
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .content {
        width: 80%; /* Wider on small devices */
        padding: 20px;
    }

    h1 {
        font-size: 36px; /* Adjust font size */
        margin-top: 20px; /* Less margin */
        margin-right: 20px; /* Adjust margin */
    }

    p {
        font-size: 18px; /* Smaller font size */
        margin-right: 20px; /* Adjusted margin for alignment */
    }

    .slides-indicators-parent {
        position: absolute;
        height: 75px;
        background-color: #0F2E4C;
        display: flex;
        bottom: 0px;
        left: 0%;
        width: 100%;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575px) {
    .content {
        width: 100%; /* Full width on extra small screens */
    }

    h1, p {
        margin-right: 10px; /* Reduce margin for text */
        font-size: 16px; /* Further reduce font size */
    }

    button {
        width: 130px; /* Further reduce button width */
        height: 40px; /* Reduce button height */
    }

    .slides-indicators {
        bottom: 10px; /* Closer to the bottom */
    }

    .slides-indicators-parent {
        position: absolute;
        height: 75px;
        background-color: #0F2E4C;
        display: flex;
        bottom: 0px;
        left: 0%;
        width: 100%;
    }
}



.ceo-message {
    display: flex;
    color: var(--white);
}

.ceo-message-readmore {
    color: #fff
}

.ceo-message-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--light-navy);
    padding: 0 62px 0 47px;
    /*    max-width: 50.4%;*/
    justify-content: space-evenly;
}

    .ceo-message-content h1 {
        font-size: clamp(1.25rem, 0.807rem + 2.2152vw, 3.4375rem);
        margin-bottom: 1rem;
    }

    .ceo-message-content p {
        font-size: 20px;
    }

.en .ceo-message-content p {
    font-family: NotoSansLight;
}

.ceo-message-line {
    display: block;
    width: 95%;
    min-width: 80%;
    height: 1px;
    margin: 30px 0 0 0;
    background-color: var(--orangey-yellow);
}

.ceo-name-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.ceo-title {
    font-size: 20px;
    font-weight: bold;
}

.ceo-name-header {
    position: absolute;
    align-content: center;
    right: 0;
    margin-right: 30%;
    bottom: 0;
    margin-bottom: 2%;
    font-size: clamp(1.125rem, 0.9731rem + 0.7595vw, 1.875rem);
    font-size: 36px;
}

.ceo-designation-header {
    position: absolute;
    align-content: center;
    right: 0;
    margin-right: 30%;
    bottom: 0;
    font-size: clamp(1.125rem, 0.9731rem + 0.7595vw, 1.875rem);
}

.ceo-name {
    font-size: clamp(1.125rem, 0.9731rem + 0.7595vw, 1.875rem);
}

.ceo-image-container {
    position: relative;
    object-fit: cover;
    z-index: 1;
}

.tb_g_h_image {
    display: none !important
}

.ceo-image-container img:nth-child(1) {
    display: block;
    z-index: 2;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.ceo-image-container img:nth-child(2) {
    z-index: 3;
    position: absolute;
    bottom: 0;
    width: 282.62px;
    margin-right: 20px;
    margin-bottom: 60px;
}




.team-section {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-container {
    display: flex;
    width: 100%;
    gap: 20px;
}

.company-column {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    width: 20%;
    /*align-items: center;*/
}

.company-box-empty {
    width: 250px;
    padding: 20px;
    /*border-radius: 8px;*/
    text-align: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-box {
    /*background-color: #062e4b;
    padding: 20px;
    text-align: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid !important;
    border-block-color: #062e4b;*/
}

.members-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Display exactly 4 boxes per row */
    gap: 20px;
    width: 100%;
}

.member-box {
    background-color: #ffffff;
    /*padding: 15px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 8px;*/
    /*text-align: center;*/
    /*transition: transform 0.3s ease;*/
}

    .member-box:hover {
        /*transform: translateY(-10px);*/
    }

    .member-box img {
        width: 300px;
        height: 450px;
        object-fit: cover;
        /*border-bottom: 2px solid #ddd;*/
        margin-bottom: 10px;
    }

    .member-box .name {
        font-size: 18px;
        /*font-weight: bold;*/
        color: #333;
        margin: 10px 0 5px;
    }

    .member-box .description {
        font-size: 18px;
        color: #666;
        margin-bottom: 10px;
    }

    .member-box .read-more {
        font-size: 14px;
        color: #0056b3;
        text-decoration: none;
        font-weight: bold;
    }

@media (max-width: 1200px) {
    .members-column {
        grid-template-columns: repeat(3, 1fr); /* 3 boxes per row on medium screens */
    }
}

@media (max-width: 768px) {
    .members-column {
        grid-template-columns: repeat(2, 1fr); /* 2 boxes per row on small screens */
    }
}

@media (max-width: 480px) {
    .members-column {
        grid-template-columns: 1fr; /* 1 box per row on very small screens */
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .team-container {
        flex-direction: column;
    }

    .company-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .members-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .members-column {
        grid-template-columns: repeat(1, 1fr);
    }
}

footer {
    position: relative;
    overflow: hidden;
    /* height: 851px; */
    background-color: #134a83;
}

.footer-tag {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    color: var(--light-grey);
    margin-bottom: 6.75rem;
}

    .footer-tag h6 {
        font-size: 21.1px;
        font-family: Avenir Arabic;
        background-image: none;
        font-weight: 400;
    }

.footer-shape {
    position: absolute;
    width: 341px;
    height: 341px;
    top: -262px;
    left: 109px;
    transform: rotate(-360deg);
}

.footer-top-shape {
    width: 100%;
    height: 50px; /* Adjust height as needed */
    background-color: #1f3f75; /* Match the blue color */
    position: relative;
}

    .footer-top-shape::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 200px; /* Adjust width as needed */
        height: 100px; /* Adjust height as needed */
        background-color: #1f3f75; /* Match the blue color */
        border-radius: 0 0 100% 100%;
    }

.pixel-art {
    transform: scale(4); /* Increase the overall size */
    /* Optionally adjust transform-origin if needed */
}


.pixel-art {
    position: relative;
    z-index: 1;
}

.pixel-art {
    margin-right: 43px;
    margin-bottom: 199px;
    height: 2px;
    width: 2px;
    box-shadow: #fff 0 0, #fff 0 1px, #cbd5e2 0 2px, #718aaf 0 3px, #284b84 0 4px, #284b84 0 5px, /*  and so on  */;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

.newsletter-text h2 {
    font-size: 36px;
    color: #0e2b4d;
    line-height: 1.2;
    margin: 0;
}

.newsletter-form {
    text-align: left;
}

    .newsletter-form input[type="email"] {
        padding: 12px 15px;
        width: 250px;
        border: 1px solid #e1e1e1;
        border-right: none;
        margin-left: -4px;
        border-radius: 4px 0 0 4px;
        outline: none;
        background-color: #e8e6e2;
        color: #999;
    }

    .newsletter-form button {
        padding: 11px 20px;
        border: none;
        border-radius: 0 4px 4px 0;
        margin-left: -4px;
        background-color: #284b84;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .newsletter-form button:hover {
            background-color: #1f3b68;
        }

    .newsletter-form p {
        font-size: 14px;
        color: #0e2b4d;
        margin-top: 10px;
        line-height: 1.5;
    }



.footer-container {
    display: flex;
    flex-direction: row; /* Arrange items side by side */
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 51px 62px 32px 68px;
    gap: 20px;
}



#shape {
    right: 250px;
    margin-right: 100px;
    margin-top: -1px;
    margin-bottom: 9px;
    height: 2px;
    width: 2px;
    box-shadow: #fff 0 0, #fff 0 1px, #cbd5e2 0 2px, #718aaf 0 3px, #284b84 0 4px, #284b84 0 5px, #284b84 0 6px, #284b84 0 7px, #284b84 0 8px, #284b84 0 9px, #284b84 0 10px, #284b84 0 11px, #284b84 0 12px, #284b84 0 13px, #284b84 0 14px, #284b84 0 15px, #284b84 0 16px, #284b84 0 17px, #284b84 0 18px, #284b84 0 19px, #284b84 0 20px, #284b84 0 21px, #284b84 0 22px, #284b84 0 23px, #284b84 0 24px, #284b84 0 25px, #284b84 0 26px, #284b84 0 27px, #284b84 0 28px, #284b84 0 29px, #284b84 0 30px, #284b84 0 31px, #284b84 0 32px, #284b84 0 33px, #284b84 0 34px, #284b84 0 35px, #284b84 0 36px, #284b84 0 37px, #284b84 0 38px, #284b84 0 39px, #284b84 0 40px, #284b84 0 41px, #284b84 0 42px;
    position: absolute; /* Use absolute positioning */
}

.footer-group1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

    .footer-group1 span:nth-child(1) {
        display: block;
        background-image: url(images/footer-logo.svg);
        object-fit: contain;
        background-position: center center;
        background-repeat: no-repeat;
        max-width: 266px;
        min-height: 80px;
    }

.en .footer-group1 span:nth-child(1) {
    background-image: url(logoEngFooter.svg);
}

.footer-group1 h2 {
    color: #d9d4d1;
    letter-spacing: -0.54px;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 200;
}

.footer-group1 span:nth-child(3) {
    width: fit-content;
    font-size: 15px;
    color: #d9d4d1;
}

.footer-group2 {
    width: 40%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
}

.links {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
    row-gap: 30px;
}

    .links ul {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .links h3 {
        width: 100%;
        /* display: flex;
  align-items: flex-start; */
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

.footer-group2 span:nth-child(4) {
    display: none;
}

.footer-group2 .back2top {
    background-image: url(images/arrow-top.svg.svg);
    background-repeat: no-repeat;
    transform: rotate(90deg);
    background-position: center;
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    background-color: #e0dcda;
}

:lang(en) .footer-group2 .back2top {
    position: absolute;
    right: 22px;
    top: 22px;
}

:lang(ar) .footer-group2 .back2top {
    position: absolute;
    left: 22px;
    top: 22px;
}


.footer-group2 ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    white-space: nowrap;
    /* margin-top: auto; */
}

.en .footer-group2 ul {
    text-align: right;
}

.footer-group2 ul li {
    /* margin: 10px 0; */
    list-style: none;
}

    .footer-group2 ul li:nth-child(1) {
        /* margin-top: -10px; */
    }

    .footer-group2 ul li:nth-child(5) {
        /* margin-bottom: -10px; */
        width: min-content;
    }

.en .footer-group2 ul li:nth-child(5) {
    /* margin-bottom: -10px; */
    width: min-content;
    margin-left: auto;
}

.footer-group2 ul li a {
    font-size: 20px;
    color: #e0dcda;
}

.options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: fit-content;
    height: fit-content;
    margin-top: auto;
}

.language {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 85px;
    height: 34px;
    border: solid 1px #e0dcda;
    border-radius: 17px;
}

.lan-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L1 4L4 1' stroke='%23D9D4D1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
    display: block;
}

.dropdown-language {
    width: 5rem;
    position: absolute;
    z-index: 1;
    top: 100%;
    background-color: #e0dcda;
    padding: 0.75rem;
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.625rem);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    border-top: 0.286rem solid #061914;
    margin-top: 0.6rem;
    margin: 10px;
    align-items: center;
}

    .dropdown-language form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .dropdown-language form input {
            font-family: "NotoSans";
            color: var(--dark-slate-blue);
        }

            .dropdown-language form input[disabled] {
                cursor: initial;
            }

.lang-drpdwn-btn.language {
    z-index: 5;
}

.dropdown-language.show {
    width: 5rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.6rem;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lang-drpdwn-btn.language.show > .lang-drpdwn-btn.lan-arrow {
    transform: rotate(90deg);
    transition: all 200ms ease-in-out;
}

.lang-drpdwn-btn.language > .lang-drpdwn-btn.lan-arrow {
    transition: all 200ms ease-in-out;
}

.lang-drpdwn-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #d9d4d1;
    font-family: "Circular-Loom";
    font-weight: bold;
    cursor: pointer;
}

.dropdown-language a:hover {
    color: #e0dcda;
}


.social-legal-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
}

.legal a,
.legal {
    white-space: nowrap;
    margin-top: 13px;
    color: #d9d4d1;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.en .social {
    margin-left: revert;
    margin-right: 50px;
}

.social a {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 42px;
    height: 32px;
    padding-inline: 15px;
    background-color: #062e4b;
    /* border: ridge; */
    border-radius: 1px;
}

    .social a:nth-child(1) {
        background-image: url(images/linkedin-icon.svg);
    }

    .social a:nth-child(2) {
        background-image: url(images/instagram-icon.svg);
        /* background-image: url(images/linkedin-icon.svg); */
    }

    .social a:nth-child(3) {
        background-image: url(images/facebook-icon.svg);
    }

.hero-section {
    display: flex;
    flex-direction: column;
    background-color: #d9d4d1;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 86px);
}

.hero-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-text-container {
    margin-top: auto;
    padding: 0 62px 0 151px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.0625rem;
    gap: 29px;
    max-width: 50vw;
    min-width: 40vw;
}

    .hero-text h1 {
        font-size: clamp(2.8125rem, -0.09rem + 5.25vw, 6.25rem);
        line-height: 1.2;
        letter-spacing: -0.9px;
        color: #062e4b;
    }

    .hero-text p {
        font-size: clamp(0.9375rem, 0.545rem + 1.4778vw, 1.875rem);
        line-height: 45px;
    }

.c2a {
    width: 204.17px;
    min-height: 61.43px;
    background-color: var(--orangey-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.en .c2a {
    margin-top: 1rem;
}

.c2a2-btn {
    display: block;
    background-image: url(btns/c2a2btn.png);
    width: 39px;
    height: 39px;
    margin-left: 15px;
    cursor: pointer;
}

.c2a2-text {
    color: var(--white);
    font-size: 15px;
    text-decoration: underline;
}

.hero-image {
    overflow: hidden;
}

.hero-nav {
    display: none;
}

.hero-carousel {
    display: flex;
    object-fit: cover;
}

.image-container {
    max-width: 50vw;
    object-fit: contain;
    margin-left: auto;
    overflow: hidden;
}

    .image-container img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        overflow: hidden;
    }

.founding-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 502px;
    padding: 67px 62px 82px 62px;
    background-color: #134a83;
}

.shareholders {
    background-color: var(--light-grey);
    padding: 67px 62px 82px 62px;
}

    .shareholders h1 {
        font-size: 55px;
        color: var(--dark-slate-blue);
    }

.paragraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.founding-section h1 {
    max-width: 773px;
    font-size: 55px;
    color: var(--white);
    font-weight: 600;
    /*line-height: 55px;*/
}

.founder-logos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.en .founder-logos {
    margin-top: 1rem;
}

.founder-logos img {
    display: block;
    max-width: 17.65625vw;
    height: auto;
    object-fit: contain;
}

    .founder-logos img:nth-child(2) {
        max-width: initial;
        max-height: 3.7rem;
    }

.founding-section p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    /*line-height: 31.25px;*/
    /*letter-spacing: -0.36px;*/
    max-width: 895px;
}

.en .founding-section p {
    text-align: left;
}

.founding-section span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 57px;
    color: #fff;
    padding: 9px 25px;
    /*outline: solid 1px #fff;*/
    /*transition: all 400ms ease-in-out;*/
}

/*.founding-section span:hover {
        background-color: #061914;
        outline: none;
    }*/

.grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0 auto 78px auto;
    padding: 0 62px;
}

.grid-cell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #014176;
    color: var(--white);
    padding: 42px 28.2px 54.2px 22px;
    height: 600px;
}

.grid-col-span-2 {
    grid-column: span 2;
}

.grid-cell h1 {
    font-size: clamp(1.25rem, 0.5186rem + 2.3404vw, 2.625rem);
    font-weight: 300;
}

.grid-cell h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: -0.36px;
}

.en .grid-cell h2 {
    font-size: 25px;
}

.grid-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.grid-cell.yellow {
    flex-direction: column;
    background-color: #fcb415;
    overflow: hidden;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

    .grid-cell.yellow img {
        width: 70%;
        max-height: 60%;
        margin: auto;
        object-fit: contain;
        opacity: 1;
    }

.grid-cell.white {
    background-color: var(--white);
    color: #014176;
}

    .grid-cell.white span {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-image: url(btns/white-arrow.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #061914;
    }

.grid-cell.image {
    padding: 0;
    max-height: 600px;
    background-color: transparent;
}

    .grid-cell.image .card-icon {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 0 2rem 2rem;
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

.grid-cell.grey {
    background-color: #d9d4d1;
}

.grid-cell.dark {
    background-color: #062e4b;
}

.why-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 62px
}

    .why-us h1 {
        font-size: 60px;
        letter-spacing: -0.54px;
        color: var(--light-navy);
        margin-left: auto;
        margin-bottom: 1rem;
    }

.en .why-us h1 {
    margin-left: revert;
    margin-right: auto;
}

.cards-wrapper {
    display: flex;
    width: 100%;
    padding: 0 22px;
    gap: 1rem;
    transition: all 200ms ease-in-out;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1 1 calc(50% - 10px);
}

.card-wrapper {
    height: 525px;
    transition: all 200ms ease-in-out;
    width: 50%;
    flex: 1 1 calc(50% - 10px);
    overflow: hidden;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--light-grey);
    padding: 34px 24px 50.4px 24px;
    transition: all 700ms ease-in-out;
    height: 550px;
    position: relative;
}

    .card a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        color: #fcb415;
        font-size: 20px;
        font-weight: 700;
        transform: translateY(80px);
        transition: transform 500ms ease-in-out;
    }

.cards-wrapper .card-wrapper:hover .card a {
    transform: translateY(0px);
}

.card img {
    max-height: 76.4px;
    max-width: 82.6px;
}

/* .cards-wrapper .card-wrapper:nth-child(1) .card {
  background-color: var(--light-navy);
} */

.card_text h6 {
    color: #062e4b;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 14px;
}

.card_text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.75rem, 0.484rem + 0.8511vw, 1.25rem);
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.36px;
    opacity: 0;
}

.card h3 {
    font-size: 30px;
    letter-spacing: -0.32px;
    color: var(--light-navy);
    line-height: 1.43;
}

.card p {
    width: 88%;
}

/* .cards-wrapper .card-wrapper:nth-child(1) .card h3 {
  font-size: 35px;
  letter-spacing: -0.32px;
  color: var(--light-grey);
  line-height: 1.43;

} */

.card p,
.card ul,
.card-hover-image-container-m {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

.card ul {
    list-style-position: inside;
}

.card-hover-image-container {
    display: block;
    max-width: 500px;
    /*max-width: 359px;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    transition: height 400ms ease-in-out, transform 700ms ease-in-out;
    /* transform: translateX(-100%); */
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    max-height: 67%;
}

.left .card-hover-image-container {
    right: 15px;
    bottom: 15px;
    left: unset;
}

.card-hover-image-container-m {
    display: none;
}

.left.card-wrapper:hover .card-hover-image-container {
    transform: translateX(103%);
}

.card-wrapper:hover .card-hover-image-container {
    transform: translateX(-90%);
}

.card-wrapper:hover .card {
    /* height: 50%; */
}

.cards-wrapper .card-wrapper:hover .card h6,
.cards-wrapper .card-wrapper:hover .card h3,
.cards-wrapper .card-wrapper:hover .card p,
.cards-wrapper .card-wrapper:hover .card ul,
.cards-wrapper .card-wrapper:hover .card-hover-image-container-m {
    opacity: 1;
    color: var(--light-grey);
}

/* .cards-wrapper .card-wrapper:hover:nth-child(1) .card h3,
.card-wrapper:hover:nth-child(1) .card p,
.card-wrapper:hover:nth-child(1) .card ul,
.card-wrapper:hover:nth-child(1) .card-hover-image-container-m {
  opacity: 1;
  color: var(--marine);
} */

.cards-wrapper .card-wrapper:hover .card {
    background-color: var(--light-navy);
}

/* .cards-wrapper .card-wrapper:hover:nth-child(1) .card {
  background-color: var(--light-grey);
} */

.card-wrapper:hover .card-icon {
    opacity: 0;
}

.cards-wrapper .card-wrapper.hidden:nth-child(4) {
    transition-delay: 50ms;
}

.cards-wrapper .card-wrapper.hidden:nth-child(3) {
    transition-delay: 150ms;
}

.cards-wrapper .card-wrapper.hidden:nth-child(2) {
    transition-delay: 450ms;
}

.cards-wrapper .card-wrapper.hidden:nth-child(1) {
    transition-delay: 900ms;
}

.business {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 62px
}

    .business h1,
    .licenses h1 {
        color: #062e4b;
        font-size: 55px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 30px;
    }

.business-content {
    display: flex;
    gap: 19px;
    list-style-position: inside;
}

.business-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-title {
    display: flex;
    justify-content: space-around;
}

.card-title-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 100%;
    background: #134a83;
    text-align: center;
}

.card-title h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.card-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d9d4d1;
    padding: 35px;
}

    .card-icon-wrapper img {
        width: 90px;
        height: 90px;
    }

.card-content {
    padding: 30px;
}

    .card-content ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

        .card-content ul li {
            color: #062e4b;
            font-size: clamp(0.75rem, 0.484rem + 0.8511vw, 1.25rem);
            font-weight: 400;
            line-height: 31.25px;
            letter-spacing: -0.36px;
        }

.licenses {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 62px;
}

.licenses-card {
    display: flex;
}

.licenses-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    min-width: 226px;
    margin: 80px;
}

    .licenses-card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.licenses-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.licenses-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #d9d4d1;
    list-style-position: inside;
    padding: 30px 40px;
    width: 100%;
}

.zf-special {
    max-height: !important 84%;
}

.licenses-text ul {
    /* margin: auto 0 auto 20px;*/
}

.card-hover-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.licenses-text ul li {
    color: #062e4b;
    font-size: clamp(0.75rem, 0.484rem + 0.8511vw, 1.25rem);
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.36px;
}

.timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 880px;
    background-color: #062e4b;
}

    .timer h1 {
        font-size: 60px;
        color: #fff;
    }

.counter {
    display: flex;
    height: min-content;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 2rem;
}

.en .counter {
    flex-direction: row;
}

.number {
    font-size: clamp(1.875rem, -0.0111rem + 9.4304vw, 11.1875rem);
    color: #fff;
    font-weight: bold;
}

.unit {
    font-size: 30px;
    font-weight: bold;
    line-height: 2.33;
    color: #fff;
}

.days,
.hours,
.minutes,
.seconds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.semiColumn {
    padding-bottom: 2.94rem;
}

.hidden {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1.6s, opacity 700ms ease-in-out;
}

    .hidden.left {
        transform: translateX(-100%);
    }

.visible {
    transform: translateX(0);
    opacity: 1;
}

.left.visible {
    transform: translateX(0);
    opacity: 1;
}

.hero-text h1 {
    transition-delay: 100ms;
}

.hero-text p {
    transition-delay: 200ms;
}

.hero-text span {
    transition-delay: 500ms;
}

button,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.burger-icon {
    display: none;
}

.burger-wrapper {
    display: none;
}

.mobile-logo {
    display: none;
}

.nav-contact-us {
    display: none;
}

.mobile-logo-light {
    display: none;
}

.hero-image h1 {
    display: none;
}

.hero-image p {
    display: none;
}

.dusser-hhi.mobile {
    display: none;
}

.contact-header {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Positioning text to the right */
    text-align: right;
    direction: rtl;
    color: white;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.contact-header .text-container {
    position: relative;
    padding: 30px;
    max-width: 600px;
    z-index: 1;
}

.contact-header h1 {
    font-size: 60px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-header p {
    font-size: 20px;
    line-height: 1.6;
    color: #f1f1f1;
}

.contact-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 0;
}


.en .contact-header h1 {
    right: revert;
    left: 127px;
}

.contact-us-from {
    width: 100%;
    display: grid;
    background-color: var(--light-grey);
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 50% 50%; */
}

.team-address {
    display: flex;
    flex-direction: row;
    /* padding: 39px 108px; */
    justify-content: space-between;
    align-items: stretch;
}

.address-container {
    background-color: #e0dbd9;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    align-items: flex-start;
    width: 100%;
}

    .address-container span {
        font-size: 18px;
        font-family: NotoSans;
        color: #062e4b;
    }

.mro-team {
    background: #e0dbd9;
}

    .mro-team .address-content span,
    .mro-team .contact-info h1,
    .mro-team .contact-content span,
    .mro-team .address h1 {
        color: #062e4b;
    }

.address-content {
    display: flex;
    flex-direction: row;
    color: var(--white);
}

.address-icon {
    margin-left: 12.1px;
}

.en .address-icon {
    margin-left: revert;
    margin-right: 12.1px;
}

.address-container h1 {
    color: var(--white);
}

.address h1,
.address-container h1 {
    margin-bottom: 17px;
    font-size: 30px;
    font-weight: bolder;
    color: #062e4b;
}

.testo {
    display: flex;
    width: 100%;
}

.map {
    position: relative;
    background-image: url(images/media-content/map.png);
    background-position: center center;
    /* grid-column: 0; */
    width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.rfq {
    position: relative;
    background-image: url(images/media-content/rfq.png);
    background-position: center center;
    /* grid-column: 0; */
    width: 255%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.rfqar {
    position: relative;
    background-image: url(images/media-content/rfqar.png);
    background-position: center center;
    /* grid-column: 0; */
    width: 210%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.map .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.01;
    mix-blend-mode: color-burn;
}

.map-icon {
    background-image: url(images/media-content/map-icon.svg);
    display: block;
    height: 60.07px;
    width: 39.86px;
    position: absolute;
    z-index: 1;
}

    .map-icon.mro {
        top: 23%;
        right: 60.5%;
    }

        .map-icon.mro::after {
            content: "MAKEEN SERVICE CENTER";
            position: absolute;
            top: -20%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            white-space: nowrap;
            color: #062e4b;
        }

    .map-icon.hq {
        top: 73%;
        right: 44.5%;
    }

        .map-icon.hq::after {
            content: "MAKEEN HQ";
            position: absolute;
            top: -20%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            white-space: nowrap;
            color: #062e4b;
        }

.contact-info {
    white-space: nowrap;
    direction: ltr;
}

.contact-content {
    display: flex;
    flex-direction: column;
    color: var(--white);
    gap: 5px;
}

.contact-form input {
    width: 100%;
    /* margin-bottom: 17px; */
    border: #c4c4c4 1px solid;
    padding: 22px 33px;
}

#email {
    font-family: NotoSans;
}

.contact-form-inputs .message {
    min-height: 125px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #b2b0af;
    margin-bottom: 17px;
}

.contact-form-inputs .send {
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--light-navy);
    cursor: pointer;
}

.send {
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--light-navy);
    cursor: pointer;
}

.contact-form input::placeholder {
    font-size: 20px;
    color: #b2b0af;
}

.contact-form input:focus {
    background-color: var(--light-grey);
    color: var(--light-navy);
}

.contact-form-area {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    transition: height 0.5s ease, padding 0.5s ease; /* Smooth transition for height */
}

.contact-form-inputs {
    padding: 36.1px 46px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.thank-you-message {
    /*  opacity: 0;*/
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    .thank-you-message h1 {
        text-align: center;
    }

.form-hidden .contact-form-inputs {
    visibility: hidden;
    opacity: 0;
}

.form-hidden .thank-you-message {
    visibility: visible;
    opacity: 1;
}
/* Start Constact us Page */
.Select_team {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #fff;
}

    .Select_team h1 {
        width: 100%;
        color: #061914;
        font-size: 18px;
        font-weight: 400;
    }

.left.Select_team h1 {
    text-align: left;
}

.label_radio {
    display: flex;
    padding: 14px 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background: #ececec;
    cursor: pointer;
}

    .label_radio input {
        width: 24px;
        height: 24px;
        margin: 0;
        accent-color: #134a83;
    }

.radio-button,
.radio-label {
    font-size: 18px;
    color: #062e4b;
    font-weight: 600;
}

.contact-us-section {
    display: flex;
    padding: 120px 62px 137.3px 62px;
    align-items: flex-start;
    justify-content: space-between;
}

    .contact-us-section h1 {
        font-size: 70px;
        line-height: 1.29;
        letter-spacing: -0.63px;
        color: var(--marine);
    }

.email-input {
    width: 50%;
    display: flex;
    flex-direction: column;
}

    .email-input input {
        width: 25vw;
        min-width: 250px;
        height: 70px;
        background-color: var(--light-grey);
    }

        .email-input input[type="email"],
        textarea {
            background-color: var(--light-grey);
            border: none;
            padding: 20px 22px 14px 22px;
        }

        .email-input input::placeholder {
            color: var(--white);
            font-size: 25px;
            font-weight: bold;
        }

    .email-input span {
        font-size: 25px;
        font-weight: bold;
    }

.input-container button {
    font-family: NotoKufi;
    height: 70px;
    border: 0;
    color: var(--white);
    background-color: var(--marine);
    width: 245px;
    font-size: 25px;
}

.en .input-container button {
    font-family: NotoSans;
}

.input-container {
    display: flex;
    align-items: center;
}

.hidden {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1.6s, opacity 700ms ease-in-out;
}

    .hidden.left {
        transform: translateX(-100%);
    }

.visible {
    transform: translateX(0);
    opacity: 1;
}

.left.visible {
    transform: translateX(0);
    opacity: 1;
}

.hero-text h1 {
    transition-delay: 100ms;
}

.hero-text p {
    transition-delay: 200ms;
}

.hero-text span {
    transition-delay: 500ms;
}

button,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.burger-icon {
    display: none;
}


.mobile-logo {
    display: none;
}

.nav-contact-us {
    display: none;
}

.mobile-logo-light {
    display: none;
}

.hero-image h1 {
    display: none;
}

.hero-image p {
    display: none;
}

.dusser-hhi.mobile {
    display: none;
}




.linkedin-news-container {
    max-width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}






@media (max-width: 1110px) {
    .card-content {
        padding: 12px;
    }

    .card-icon-wrapper {
        padding: 14px;
    }

        .card-icon-wrapper img {
            width: 56px;
            height: 56px;
        }

    :lang(ar) .why-us h1 {
        padding-right: 30px;
    }

    .why-us h1 {
        padding-left: 30px;
    }

    .timer {
        max-height: 665px;
    }

    .licenses h1 {
        margin-top: 30px;
    }
}

@media (min-width: 1440px) {
    .grid-section {
        padding: revert;
    }
}

@media (max-width: 1062px) {
    .business-content,
    .licenses-card {
        flex-direction: column;
        align-items: center;
    }

    .licenses {
        gap: 0px;
    }

    .business {
        margin-top: 30px;
    }

    .contact-us-lang {
        margin-right: auto;
        display: none;
    }

    /* burger nav */

    .burger-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .burger-icon {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
    }

        .burger-icon span {
            display: block;
            width: 24px;
            height: 2px;
            background-color: #0e77a2;
            transition: all 200ms ease-in-out;
        }

    .nav-container.active {
        background-color: #134a83;
    }

    .nav-items {
        position: absolute;
        flex-direction: column;
        display: block;
        left: -100vw;
        top: 10vh;
        background-color: #134a83;
        align-items: flex-start;
        transition: transform 400ms ease-in;
        transform: translate(-100%, 2.5%);
        width: 100%;
        height: 100vh;
        gap: 22px;
        justify-content: flex-end;
        padding-bottom: 15rem;
    }

        .nav-items.active {
            width: 100vw;
            height: 100vh;
            transform: translate(100%, -2.5%);
            background-color: #134a83;
            transition: transform 400ms ease-in;
            padding-right: 62px;
        }



    .burger-icon {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
    }

        .burger-icon span {
            display: block;
            width: 24px;
            height: 2px;
            background-color: #0e77a2;
            transition: all 200ms ease-in-out;
        }

        .burger-icon.active span {
            background-color: var(--white);
        }

            .burger-icon.active span:nth-child(2),
            .burger-icon.active span:nth-child(3) {
                display: none;
            }

            .burger-icon.active span:nth-child(1) {
                transform: rotate(45deg);
                transform-origin: 8px;
            }

            .burger-icon.active span:nth-child(4) {
                transform: rotate(-45deg);
                transform-origin: 6px;
            }

    .nav-items.active a {
        font-size: 20px;
        color: var(--white);
    }

    .nav-items a {
        font-size: 20px;
        color: var(--white);
    }
}

@media (max-width: 786px) {
    body {
        margin-top: revert;
    }

    .pc-logo {
        display: none;
    }

    .burger-icon {
        display: block;
    }

    .mobile-logo {
        display: block;
    }

    .nav-container {
        padding: 16px 16px 15px 16px;
        overflow: visible;
        transition: all 200ms ease-in-out;
    }

    .nav-contact-us {
        display: block;
        border: var(--orangey-yellow) 1px solid;
        font-size: 20px;
        color: #e0dcda;
        border: none;
    }

    .nav-items.active a {
        font-size: 20px;
        color: var(--white);
    }

    .nav-items a {
        font-size: 20px;
        color: var(--white);
    }

    .logo {
        width: 103px;
        min-height: 34px;
    }

        .logo img,
        .logo-en img {
            width: 103px;
            height: 100%;
            object-fit: contain;
            min-height: revert;
        }

    .nav-container button {
        width: 83px;
        height: 26.28px;
        margin-right: auto;
    }

        .nav-container a,
        .nav-container button span {
            font-size: 18px;
        }

    /* burger nav */



    .burger-icon {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
    }

        .burger-icon span {
            display: block;
            width: 24px;
            height: 2px;
            background-color: #0e77a2;
            transition: all 200ms ease-in-out;
        }

    .nav-container.active {
        background-color: #134a83;
    }

    .nav-items {
        position: absolute;
        flex-direction: column;
        display: block;
        left: -100vw;
        top: 10vh;
        background-color: #134a83;
        align-items: flex-start;
        transition: transform 400ms ease-in;
        transform: translate(-100%, 2.5%);
        width: 100%;
        height: 100vh;
        gap: 22px;
        justify-content: flex-end;
        padding-bottom: 15rem;
    }

    .submenu {
        left: 15px;
    }

    .nav-items.active {
        width: 100vw;
        height: 100vh;
        transform: translate(100%, -2.5%);
        background-color: #134a83;
        transition: transform 400ms ease-in;
        padding-right: 62px;
    }

    .burger-icon {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
    }

        .burger-icon span {
            display: block;
            width: 24px;
            height: 2px;
            background-color: #0e77a2;
            transition: all 200ms ease-in-out;
        }

        .burger-icon.active span {
            background-color: var(--white);
        }

            .burger-icon.active span:nth-child(2),
            .burger-icon.active span:nth-child(3) {
                display: none;
            }

            .burger-icon.active span:nth-child(1) {
                transform: rotate(45deg);
                transform-origin: 8px;
            }

            .burger-icon.active span:nth-child(4) {
                transform: rotate(-45deg);
                transform-origin: 6px;
            }

    .nav-items.active a {
        font-size: 20px;
        color: var(--white);
    }

    .nav-items a {
        font-size: 20px;
        color: var(--white);
    }

    .mobile-logo.active {
        display: none;
    }

    .mobile-logo-light {
        display: none;
    }

        .mobile-logo-light.active {
            display: block;
        }

    .hero-section {
        min-height: 100vh;
        justify-content: flex-start;
    }

    .hero-content-wrapper {
        flex-direction: column;
        margin-top: 1rem;
    }

    .hero-text {
        max-width: 100%;
        padding: 66px 16px 16px 16px;
    }

        .hero-text p {
            line-height: 25px;
            font-weight: bold;
            color: var(--dark-slate-blue);
        }

    .c2a {
        width: 113px;
        min-height: 42px;
        font-size: 13px;
        margin-bottom: 29px;
    }

    .hero-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
        height: 60.93px;
        background-color: #062e4b;
        padding: 16px;
    }

    .image-container {
        max-width: 100%;
    }

    .hero-nav-cta {
        display: flex;
        align-items: center;
        gap: 11px;
    }

        .hero-nav-cta a {
            color: var(--white);
            font-size: 13px;
        }

    .hero-navs {
        display: flex;
        gap: 11px;
    }

        .hero-navs span {
            display: block;
            border-radius: 100%;
            width: 7.53px;
            height: 7.53px;
            background-color: var(--white);
        }

        .hero-navs .selected {
            outline: var(--orangey-yellow) 3px solid;
        }

    .founding-section {
        padding: 50px 16px;
    }

        .founding-section p {
            font-size: 15px;
            font-weight: normal;
            margin-bottom: 68px;
            /*line-height: 2.9;*/
        }

    .hero-image {
        padding: 16px;
    }

        .hero-image h1 {
            display: block;
            font-size: 20px;
            color: var(--marine);
        }

        .hero-image p {
            display: block;
        }

            .hero-image p a {
                color: var(--light-navy);
                text-decoration: underline;
            }

    .dusser-hhi img:nth-child(2) {
        display: none;
    }

    .founding-section h1,
    .shareholders h1 {
        font-size: 30px;
        margin-bottom: 44px;
    }

    .founding-section span {
        width: revert;
        margin-bottom: 96px;
    }

    .dusser-hhi.mobile {
        display: block;
    }

    .founder-logos {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        row-gap: 6rem;
    }

        .founder-logos img:nth-child(2) {
            max-width: 50vw;
        }

        .founder-logos img {
            max-width: 50vw;
        }

        .founder-logos .aramco img,
        .founder-logos .dusser-hhi img {
            max-width: 250px;
        }

    .shareholders {
        padding: 50px 16px;
    }

    .grid-section {
        margin: 62px 0 0 0;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-cell {
        height: revert;
        min-height: 206.18px;
    }

        .grid-cell.empty {
            display: none;
        }

        .grid-cell h1 {
            font-size: 30px;
        }

        .grid-cell h2 {
            font-size: 20px;
        }

        .grid-cell.image.first {
            grid-row: 2/3;
        }

        .grid-cell.image.second {
            grid-row: 4/5;
        }

        .grid-cell.image.third {
            grid-row: 6/7;
        }

        .grid-cell.image .overlay {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: var(--dark-slate-blue);
            opacity: 0.6;
        }

    .why-us h1 {
        font-size: 30px;
    }

    .cards-wrapper {
        flex-direction: column;
        padding: revert;
    }

    .card-wrapper {
        width: 100%;
        height: revert;
    }

    .card,
    .cards-wrapper .card-wrapper.hidden {
        height: revert;
        min-height: revert;
    }

    .card {
        position: relative;
    }

    .card-icon {
        position: absolute;
        bottom: 16px;
    }

    .card img {
        max-height: revert;
        max-width: revert;
    }

    .card-wrapper .card-hover-image-container-m {
        display: block;
        width: 0px;
        height: 0px;
        transition: all 400ms ease-in-out;
    }

    .card-wrapper:hover .card-hover-image-container-m {
        width: 100%;
        height: auto;
    }

    .card-hover-image-container {
        max-width: none;
        height: 16vh;
        object-fit: contain;
        width: fit-content;
    }

    .why-us {
        margin: 40px 0px;
    }

    .card-wrapper:hover .card p {
        width: 80%;
    }

    .card h3,
    .cards-wrapper .card-wrapper:nth-child(1) .card h3 {
        font-size: 20px;
    }

    .timer {
        height: revert;
        padding: 74px 19px 158px 19px;
    }

    .counter {
        gap: 9px;
        flex-wrap: wrap;
    }

    .timer h1 {
        font-size: 30px;
    }

    .unit {
        font-size: 18px;
    }

    .contact-us-section {
        flex-direction: column;
        padding: 64px 20px 64px 20px;
    }

        .contact-us-section h1 {
            font-size: 40px;
            margin-bottom: 21px;
        }

    .input-container button {
        width: revert;
        padding: 17px 16px;
    }

    .input-container {
        margin-bottom: 25px;
    }

    .email-input {
        width: 100%;
    }

        .email-input input[type="email"] {
            width: 100%;
        }

            .email-input input[type="email"]::placeholder {
                font-size: 15px;
            }

        .email-input span {
            font-size: 13px;
        }

    .input-container button {
        font-size: revert;
    }

    .footer-shape {
        top: -273px;
        left: 49px;
    }

    .footer-container {
        flex-direction: column;
        padding: 20px;
    }

    .footer-group1 {
        /* margin-top: 75px; */
        justify-content: flex-start;
    }

        .footer-group1 span:nth-child(1) {
            width: 180px;
            min-height: 57px;
            background-size: 180px, 57px;
            margin-bottom: 33.5px;
        }

        .footer-group1 h2 {
            font-size: 40px;
            font-weight: bold;
        }

        .footer-group1 span:nth-child(3) {
            display: none;
        }

    .footer-tag {
        margin-bottom: 40px;
    }

    .footer-group2 {
        width: revert;
        margin-right: auto;
        align-items: flex-start;
    }

        .footer-group2 span:nth-child(4) {
            display: block;
            font-size: 15px;
            color: var(--white);
        }

    .en .footer-group2 ul {
        margin-right: revert;
    }

    .legal a,
    .legal {
        margin-top: 0;
    }

    .social-legal-container {
        align-items: flex-start;
        flex-direction: unset;
    }

    .back2top {
        margin-bottom: 25px;
    }

    .contact-header img {
        width: 184.4px;
        height: 111.4px;
        margin-top: -40px;
    }

    .contact-header h1 {
        position: revert;
        font-weight: bolder;
        white-space: nowrap;
        margin: 0 20px;
    }

    .contact-us-from {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr auto;
        justify-content: center;
    }

    .contact-form {
        grid-row: 1/2;
        margin-left: revert;
        margin: 28px 20px 0 20px;
        height: min-content;
    }

    .contact-form-inputs {
        padding: 18.9px 15px;
        background-color: var(--white);
        display: flex;
        gap: 16px;
    }

    .en .contact-form {
        margin-left: 20px;
        margin-right: 20px;
    }

    .en .form-header {
        padding: 33.5px 17px 33.8px 17px;
    }

    .form-header h1 {
        display: none;
    }

    .form-header {
        padding: 50px 17px;
    }

    .map {
        grid-row: 2/3;
        grid-column: revert;
        width: revert;
        height: revert;
        margin: 0 20px;
    }

    .address-container {
        grid-row: 3/4;
        min-height: revert;
        margin-top: revert;
        padding: 25px 30px 37px 35px;
        justify-content: space-around;
        /* margin: 0 20px; */
        gap: 28px;
    }

    .email-input input[type="email"],
    textarea {
        padding: 18px 16px;
    }

    .business-content {
        flex-direction: column;
    }

    .en .card-title-wrapper h2 {
        width: 100%;
        text-align: center;
    }

    .licenses-card {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .label_radio {
        padding: 10px 6px;
    }

    .footer-tag h6 {
        font-size: 16px;
    }

    .en .contact-form,
    .contact-form {
        margin: 0;
    }

    .address h1,
    .address-container h1 {
        font-size: 20px;
    }

    .map {
        margin: 0;
    }

    .team-address {
        flex-direction: column;
    }

    .card-wrapper:hover .card p {
        width: 80%;
    }

    .card-hover-image-container {
        max-width: none;
        height: 16vh;
    }

    .links {
        row-gap: 10px;
    }

    .footer-group2 ul li a {
        font-size: 16px;
    }

    .address-container span {
        text-align: right;
    }

    .contact-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .en .contact-info {
        align-items: flex-start;
    }

    .en .address-container span {
        text-align: left;
    }

    .en .footer-group2 ul {
        margin-left: unset;
    }

    .radio-button,
    .radio-label {
        font-size: 14px;
    }

    .why-us {
        margin: 40px 0px;
        /* display: none; */
    }
}
/* about us */

.about-hero {
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    /*margin-top: 10px;*/
    min-height: calc(100vh - var(--nav-height));
    background-color: #E5E5E5;
}

.about-wrapper {
    min-height: calc(100vh + var(--nav-height));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 62px;
}

    .about-wrapper h1 {
        font-size: 80px;
        font-weight: bold;
        color: var(--dark-slate-blue);
        line-height: 1.19;
    }

    .about-wrapper p {
        /*margin: 4.6875vw 3px 38.6px 8.697916666666666vw;*/
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: -0.18px;
        /*text-align: right;*/
        color: #02154c;
    }

.about-grid {
    display: grid;
    grid-template-rows: repeat(5, 218px);
}

.about-grid-img {
    grid-column: 1/4;
    grid-row: 1/3;
    height: 435px;
}

    .about-grid-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.about-grid-cell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.about-grid-cell.aramco {
    grid-column: 5/6;
    grid-row: 3/4;
    background-color: var(--light-grey);
}



.about-grid-cell.dussur {
    grid-column: 2/3;
    grid-row: 4/5;
    background-color: var(--orangey-yellow);
}

.about-grid-cell.HHI {
    grid-column: 1/2;
    grid-row: 4/5;
    background-color: var(--light-grey);
}

.about-grid-cell {
    min-width: 219px;
    min-height: 219px;
}

.about-empty.darkBlue {
    grid-column: 4/5;
    grid-row: 1/2;
    background-color: var(--dark-slate-blue);
}

.about-empty.darkBlue1 {
    grid-column: 4/5;
    grid-row: 3/4;
    background-color: var(--dark-slate-blue);
}

.about-empty.darkBlue2 {
    grid-column: 2/3;
    grid-row: 4/5;
    background-color: var(--dark-slate-blue);
}

.about-empty.white {
    grid-column: 5/6;
    grid-row: 1/2;
    background-color: var(--white);
}

.about-empty.white1 {
    grid-column: 2/3;
    grid-row: 3/4;
    background-color: var(--white);
}

.about-empty.white2 {
    grid-column: 3/4;
    grid-row: 4/5;
    background-color: var(--white);
}

.about-empty.white3 {
    grid-column: 2/3;
    grid-row: 5/6;
    background-color: var(--white);
}

.about-empty.yellow {
    grid-column: 5/6;
    grid-row: 4/5;
    background-color: var(--orangey-yellow);
}

.about-empty.lightBlue {
    grid-column: 5/6;
    grid-row: 2/3;
    background-color: var(--light-navy);
}

.about-empty.lightBlue1 {
    grid-column: 5/6;
    grid-row: 3/4;
    background-color: var(--light-navy);
}

.about-empty.lightBlue2 {
    grid-column: 1/2;
    grid-row: 4/5;
    background-color: var(--light-navy);
}

.values-vision {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /*grid-template-rows: repeat(6, 1fr);*/
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
}

.values-vision-header {
    /*display: flex;*/
    flex-direction: column;
    grid-column: 1/5;
    grid-row: 1/3;
    background-color: var(--dark-slate-blue);
    padding: 35px 62px 67px 62px;
    min-height: 500px;
    justify-content: flex-end;
}

    .values-vision-header img {
        width: 92.3px;
        height: 93.9px;
    }

.values-vision-header-en-img {
    margin: 0 797.7px 43.6px 0;
}

.values-vision-header p {
    max-width: 890px;
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: -0.18px;
    font-weight: bold;
    color: var(--white);
}

.vision-cell.lightBlue {
    grid-column: 5/6;
    grid-row: 1/2;
    background-color: var(--light-navy);
}

.vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 1/4;
    grid-row: 3/5;
    background-color: #e0dcda;
    padding: 0 62px 67px 62px;
}

    .vision h1 {
        font-size: 55px;
        font-weight: bold;
        line-height: 1.09;
        letter-spacing: -0.5px;
        color: var(--marine);
        margin-bottom: 1rem;
    }

    .vision p {
        max-width: 583px;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: -0.23px;
        color: var(--marine);
    }

.sea-view {
    grid-column: 4/7;
    grid-row: 3/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .sea-view img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.engine-img {
    overflow: hidden;
    grid-column: 3/4;
    grid-row: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -516px;
    margin-bottom: -5px;
}


.en .engine-img {
    margin-left: initial;
    margin-right: -516px;
}

.engine-img img {
    object-fit: cover;
}

.about-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--marine);
    grid-column: 1/5;
    grid-row: 5/7;
    padding: 0 62px 67px 62px;
    background-image: url("images/message-art.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 175% 100%;
    min-height: 750px;
}

    .about-message h1 {
        font-size: 55px;
        font-weight: bold;
        line-height: 1.09;
        letter-spacing: -0.5px;
        color: #e5e5e5;
    }

    .about-message p {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: -0.23px;
        color: #e5e5e5;
    }

.principles-header {
    min-height: 691px;
    background-color: #e0dcda;
}

    .principles-header.bottom {
        min-height: 407px;
        margin-top: -170px;
    }

.princples-grid-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 8.3vw;
    margin-top: -475px;
}

.princples-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.princples-grid-wrapper h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.5px;
    color: var(--marine);
    margin-bottom: 51px;
}

.princples-img {
    grid-column: 1/4;
    grid-row: 1/2;
}

    .princples-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.excellence {
    grid-column: 4/7;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 67px;
    background-color: var(--light-navy);
}

    .excellence h1,
    .integrity h1,
    .innovation h1,
    .commitment h1,
    .growth h1 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.71;
        letter-spacing: -0.32px;
        color: #e0dcda;
    }

    .excellence p,
    .integrity p,
    .innovation p,
    .commitment p,
    .growth p {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: -0.23px;
        color: #e5e5e5;
    }

.integrity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 1/3;
    grid-row: 2/3;
    background-color: #e0dcda;
    padding: 0 62px;
}

    .integrity h1,
    .integrity p {
        color: var(--marine);
    }

.innovation {
    grid-column: 5/7;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--marine);
    padding: 0 62px;
}

    .innovation h1,
    .innovation p {
        color: #e5e5e5;
    }

.commitment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 1/3;
    grid-row: 3/4;
    background-color: var(--light-navy);
    padding: 0 62px;
}

    .commitment h1,
    .commitment p {
        color: var(--white);
    }

.growth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 3/7;
    grid-row: 3/4;
    padding: 0 62px;
    background-color: var(--orangey-yellow);
}

    .growth h1,
    .growth p {
        color: var(--marine);
    }

.princples-center {
    grid-column: 3/5;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .princples-center img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.about-art {
    display: flex;
    width: 100%;
}

    .about-art img {
        width: 410.3px;
        height: 257.7px;
        margin-top: -130px;
        margin-left: 1500px;
    }

.board-members {
    display: flex;
    flex-direction: column;
    padding: 0 62px;
}

    .board-members h1 {
        font-size: 55px;
        font-weight: bold;
        line-height: 1.09;
        letter-spacing: -0.5px;
        color: var(--marine);
        margin-bottom: 138px;
    }

.aramco-members,
.hhi-members,
.dussur-members {
    display: flex;
    align-items: flex-start;
    margin-bottom: 52px;
}

    .dussur-members > .members-group > .member {
        flex-basis: 100%;
        margin-right: auto;
    }

.dussur-members {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.aramco-memebers-logo,
.hhi-memebers-logo,
.dussur-memebers-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 337px;
    width: 337px;
    max-height: 298px;
    height: 298px;
    background-color: var(--marine);
    padding: 50px;
    margin-left: 19px;
}

.hhi-memebers-logo,
.dussur-memebers-logo {
    background-color: var(--light-grey);
}

.members-group {
    display: flex;
    flex-wrap: wrap;
}

.aramco-memebers-logo img,
.hhi-memebers-logo img,
.dussur-memebers-logo img {
    width: 100%;
    object-fit: cover;
}

.member {
    margin-left: 19px;
}

.member-photo {
    height: 298px;
}

    .member-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* News Section */
/* Featured News Section */
.featured-news {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.featured-news-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-text {
    flex: 1;
    padding-right: 20px;
}

    .featured-text h2 {
        font-size: 28px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .featured-text p {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .featured-text span {
        font-size: 14px;
        color: #888;
    }

    .featured-text .read-more {
        display: inline-block;
        margin-top: 10px;
        padding: 8px 15px;
        border: 1px solid #2c3e50;
        color: #2c3e50;
        text-decoration: none;
        transition: 0.3s;
    }

        .featured-text .read-more:hover {
            background-color: #2c3e50;
            color: #fff;
        }

.featured-image {
    flex: 1;
}

    .featured-image img {
        max-width: 100%;
        /*border-radius: 5px;*/
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    }

/* More News Section */
.more-news {
    padding: 50px 0;
    background-color: #ffffff;
}

    .more-news h3 {
        text-align: center;
        font-size: 24px;
        color: #2c3e50;
        margin-bottom: 30px;
    }

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-item {
    background-color: #f9f9f9;
    /*border-radius: 5px;*/
    overflow: hidden;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    transition: 0.3s;
}

    .news-item img {
        width: 100%;
        height: 200px;
        display: block;
    }

    .news-item h4 {
        font-size: 18px;
        color: #2c3e50;
        padding: 15px;
    }

    .news-item p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        padding: 0 15px 10px;
    }

    .news-item .read-more {
        display: block;
        padding: 10px 15px;
        color: #2c3e50;
        text-decoration: none;
        border-top: 1px solid #eee;
        transition: 0.3s;
    }

        .news-item .read-more:hover {
            background-color: #2c3e50;
            color: #fff;
        }

    .news-item:hover {
        transform: translateY(-5px);
    }



/* General Styles */
body {
    font-family: Arial, sans-serif;
    color: #2c3e50;
}

/* HSSE Section */
.hsse-section {
    padding: 50px 20px;
    background-color: #f5f5f5;
}

.hsse-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hsse-tabs {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 20px;
}

.hsse-tab-item {
    margin-right: 20px;
    padding: 10px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

    .hsse-tab-item.active-tab {
        color: #2c3e50;
        border-bottom: 3px solid #2c3e50;
        font-weight: bold;
    }

    .hsse-tab-item:hover {
        color: #1abc9c;
    }

.hsse-content {
    display: flex;
    flex-direction: column;
}

.hsse-content-item {
    display: none;
    animation: fadeIn 0.5s ease;
}

    .hsse-content-item.active-content {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

.hsse-text {
    flex: 1;
}

    .hsse-text h2 {
        color: #2c3e50;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hsse-text p {
        color: #7f8c8d;
        line-height: 1.6;
    }

.hsse-image {
    flex: 1;
}

    .hsse-image img {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

/* Certificate Section */
.certificate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.certificate-card {
    background-color: #e6e6e6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s;
}

    .certificate-card:hover {
        transform: translateY(-5px);
    }

    .certificate-card p {
        margin: 0;
        font-size: 18px;
        color: #2c3e50;
    }

.external-link {
    text-decoration: none;
    color: #2c3e50;
    font-size: 20px;
}

    .external-link:hover {
        color: #1abc9c;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





/* Article Detail Section */
.article-detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    background-color: #fff;
}

.featured-article {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.featured-text {
    flex: 1;
}

    .featured-text h1 {
        font-size: 36px;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .featured-text p {
        font-size: 18px;
        color: #7f8c8d;
        margin-bottom: 20px;
        line-height: 1.8;
    }

.author-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .author-details p {
        color: #b0b0b0;
        margin: 0;
    }

.social-links a {
    color: #7f8c8d;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: none;
}

    .social-links a:hover {
        color: #1abc9c;
    }

.featured-image {
    flex: 1;
}

    .featured-image img {
        /*width: 100%;*/
        border-radius: 8px;
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    }

/* Article Content */
.article-content {
    margin-bottom: 30px;
    line-height: 1.8;
}

/* Related News Section */
.related-news {
    background-color: #f5f5f5;
    /*padding: 20px;*/
    /*border-radius: 8px;*/
}

/* Related News Section */
.related-news-ar {
    background-color: #f5f5f5;
    /*padding: 20px;*/
    /*border-radius: 8px;*/
}

.related-news h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: left;
}

.related-news-ar h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: right;
}

.news-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.news-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /*border-radius: 8px;*/
    overflow: hidden;
}

    .news-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .news-card h3 {
        margin: 10px 0;
        font-size: 18px;
        font-weight: bold;
    }

    .news-card p {
        font-size: 14px;
        color: #666;
    }

    .news-card .read-more {
        text-decoration: none;
        color: #134a83;
        font-weight: bold;
    }


    .news-card:hover {
        transform: translateY(-5px);
    }


/* FAQ Section */
.faq-section {
    padding: 50px 20px;
    background-color: #f5f5f5;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .faq-container h2 {
        font-size: 32px;
        color: #2c3e50;
        text-align: center;
        margin-bottom: 10px;
    }

    .faq-container p {
        font-size: 16px;
        color: #777;
        text-align: center;
        margin-bottom: 30px;
    }

.faq-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .faq-question h3 {
        font-size: 20px;
        color: #2c3e50;
        margin: 0;
        flex: 1;
    }

.toggle-icon {
    font-size: 20px;
    color: #2c3e50;
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}






.contact-us-section {
    display: flex;
    padding: 120px 62px 137.3px 62px;
    align-items: flex-start;
    justify-content: space-between;
}

    .contact-us-section h1 {
        font-size: 70px;
        line-height: 1.29;
        letter-spacing: -0.63px;
        color: var(--marine);
    }

.email-input {
    width: 50%;
    display: flex;
    flex-direction: column;
}

    .email-input input {
        width: 25vw;
        min-width: 250px;
        height: 70px;
        background-color: var(--light-grey);
    }

        .email-input input[type="email"],
        textarea {
            background-color: var(--light-grey);
            border: none;
            padding: 20px 22px 14px 22px;
        }

        .email-input input::placeholder {
            color: var(--white);
            font-size: 25px;
            font-weight: bold;
        }

    .email-input span {
        font-size: 25px;
        font-weight: bold;
    }

.input-container button {
    font-family: NotoKufi;
    height: 70px;
    border: 0;
    color: var(--white);
    background-color: var(--marine);
    width: 245px;
    font-size: 25px;
}

.en .input-container button {
    font-family: NotoSans;
}

.input-container {
    display: flex;
    align-items: center;
}

.hidden {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1.6s, opacity 700ms ease-in-out;
}

    .hidden.left {
        transform: translateX(-100%);
    }

.visible {
    transform: translateX(0);
    opacity: 1;
}

.left.visible {
    transform: translateX(0);
    opacity: 1;
}

.hero-text h1 {
    transition-delay: 100ms;
}

.hero-text p {
    transition-delay: 200ms;
}

.hero-text span {
    transition-delay: 500ms;
}

button,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.contact-header-bg {
    position: relative;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20vh;
    z-index: 0;
}

.ceo-header-bg {
    position: relative;
    background-image: url('/static/images/headers/CEO-with-thobe.png');
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 50vh;
    z-index: 0;
    background-color: #c1c1c1;
}

.contact-header-bg1 {
    position: relative;
    background-image: url(/static/images/media-content/DSC09962-Enhanced-NR-Edit.jpg);
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
    z-index: 0;
}

.csuite-header-bg {
    position: relative;
    background-image: url(/static/images/media-content/DSC09962-Enhanced-NR-Edit.jpg);
    background-position: center 27%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 33vh;
    z-index: 0;
}

.bod-header-bg {
    position: relative;
    background-image: url(/static/images/media-content/bod-header.jpg);
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 33.4vh;
    z-index: 0;
}

.contact-header .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -11;
    top: 0;
    right: 0;
    background-color: #0e355d;
    opacity: 0.25;
}

.contact-header-ar {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Positioning text to the right */
    text-align: right;
    color: white;
}

    .contact-header-ar .overlay {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: -11;
        top: 0;
        right: 0;
        background-color: #0e355d;
        opacity: 0.25;
    }


.contact-header img {
    width: 293.8px;
    height: 177.5px;
    margin: 0 0 74.5px 331.2px;
    z-index: 2;
}

.contact-header-ar img {
    width: 293.8px;
    height: 177.5px;
    z-index: 2;
}

.en .contact-header img {
    margin: 0 331.2px 74.5px 0;
}

.contact-header h1 {
    position: absolute;
    z-index: 3;
    font-size: clamp(1.125rem, 0.9098rem + 1.0759vw, 2.1875rem);
    font-weight: bolder;
    color: var(--white);
    bottom: 0;
    right: 127px;
}

.contact-header-ar h1 {
    position: absolute;
    z-index: 3;
    font-size: clamp(1.125rem, 0.9098rem + 1.0759vw, 2.1875rem);
    font-weight: bolder;
    color: var(--white);
    bottom: 0;
    right: 127px;
}

.en .contact-header h1 {
    right: revert;
    left: 127px;
}

.contact-us-from {
    width: 100%;
    display: grid;
    background-color: var(--light-grey);
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 50% 50%; */
}

.team-address {
    display: flex;
    flex-direction: row;
    /* padding: 39px 108px; */
    justify-content: space-between;
    align-items: stretch;
}

.address-container {
    background-color: #e0dbd9;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    align-items: flex-start;
    width: 100%;
}

    .address-container span {
        font-size: 18px;
        font-family: NotoSans;
        color: #062e4b;
    }

.mro-team {
    background: #e0dbd9;
}

    .mro-team .address-content span,
    .mro-team .contact-info h1,
    .mro-team .contact-content span,
    .mro-team .address h1 {
        color: #062e4b;
    }

.address-content {
    display: flex;
    flex-direction: row;
    color: var(--white);
}

.address-icon {
    margin-left: 12.1px;
}

.en .address-icon {
    margin-left: revert;
    margin-right: 12.1px;
}

.address-container h1 {
    color: var(--white);
}

.address h1,
.address-container h1 {
    margin-bottom: 17px;
    font-size: 30px;
    font-weight: bolder;
    color: #062e4b;
}

.testo {
    display: flex;
    width: 100%;
}

.map {
    position: relative;
    background-image: url(/static/images/media-content/map.png);
    background-position: center center;
    /* grid-column: 0; */
    width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

    .map .overlay {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.01;
        mix-blend-mode: color-burn;
    }

.map-icon {
    background-image: url(/static/images/media-content/map-icon.svg);
    display: block;
    height: 60.07px;
    width: 39.86px;
    position: absolute;
    z-index: 1;
}

    .map-icon.mro {
        top: 23%;
        right: 60.5%;
    }

        .map-icon.mro::after {
            content: "MAKEEN SERVICE CENTER";
            position: absolute;
            top: -20%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            white-space: nowrap;
            color: #062e4b;
        }

    .map-icon.hq {
        top: 73%;
        right: 44.5%;
    }

        .map-icon.hq::after {
            content: "MAKEEN HQ";
            position: absolute;
            top: -20%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            white-space: nowrap;
            color: #062e4b;
        }

.contact-info {
    white-space: nowrap;
    direction: ltr;
}

.contact-content {
    display: flex;
    flex-direction: column;
    color: var(--white);
    gap: 5px;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.en .contact-form {
    margin-left: revert;
}

.form-header {
    background-color: #e0dbd9;
    padding: 33.5px 46px 33.8px 0;
}

.en .form-header {
    background-color: #e0dbd9;
    padding: 33.5px 0 33.8px 46px;
}

.form-header h1 {
    color: #062e4b;
    font-size: 35px;
    font-weight: bolder;
}

.form-header h2 {
    /*max-width: 422px;*/
    color: #062e4b;
    font-size: 25px;
    font-weight: 400;
    line-height: 31.25px;
    letter-spacing: -0.36px;
}

.contact-form input {
    width: 100%;
    /* margin-bottom: 17px; */
    border: #c4c4c4 1px solid;
    padding: 22px 33px;
}

#email {
    font-family: NotoSans;
}

.contact-form-inputs .message {
    min-height: 125px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #b2b0af;
    margin-bottom: 17px;
}

.contact-form-inputs .send {
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--light-navy);
    cursor: pointer;
}

.contact-form input::placeholder {
    font-size: 20px;
    color: #b2b0af;
}

.contact-form input:focus {
    background-color: var(--light-grey);
    color: var(--light-navy);
}

.contact-form-area {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    transition: height 0.5s ease, padding 0.5s ease; /* Smooth transition for height */
}

.contact-form-inputs {
    padding: 36.1px 46px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.thank-you-message {
    display: flex; /* Ensure the thank-you message is using flexbox for proper alignment */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    .thank-you-message h1 {
        text-align: center;
    }

.form-hidden .contact-form-inputs {
    visibility: hidden;
    opacity: 0;
}

.form-hidden .thank-you-message {
    visibility: visible;
    opacity: 1;
}
/* Start Constact us Page */
.Select_team {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #fff;
}

    .Select_team h1 {
        width: 100%;
        color: #061914;
        font-size: 18px;
        font-weight: 400;
    }

.left.Select_team h1 {
    text-align: left;
}

.label_radio {
    display: flex;
    padding: 14px 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background: #ececec;
    cursor: pointer;
}

    .label_radio input {
        width: 24px;
        height: 24px;
        margin: 0;
        accent-color: #134a83;
    }

.radio-button,
.radio-label {
    font-size: 18px;
    color: #062e4b;
    font-weight: 600;
}

@media(max-width:700px) {
    .contact-header img {
        display: none;
    }

    .contact-header-ar img {
        display: none;
    }

    .ceo-name-header {
        position: absolute;
        align-content: center;
        right: 0;
        margin-right: 14%;
        bottom: 0;
        margin-bottom: 4%;
        font-size: clamp(1.125rem, 0.9731rem + 0.7595vw, 1.875rem);
        font-size: 24px;
    }

    .ceo-designation-header {
        position: absolute;
        align-content: center;
        right: 0;
        margin-right: 14%;
        bottom: 0;
        font-size: clamp(1.125rem, 0.9731rem + 0.7595vw, 1.875rem);
    }

    .ceo-header-bg {
        position: relative;
        background-image: url(/static/images/headers/CEO-with-thobe.png);
        background-position: right 50%;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 34vh;
        z-index: 0;
        background-color: #c1c1c1;
    }
}

@media (max-width: 1110px) {
    .card-content {
        padding: 12px;
    }

    .card-icon-wrapper {
        padding: 14px;
    }

        .card-icon-wrapper img {
            width: 56px;
            height: 56px;
        }

    :lang(ar) .why-us h1 {
        padding-right: 30px;
    }

    .why-us h1 {
        padding-left: 30px;
    }

    .timer {
        max-height: 665px;
    }

    .licenses h1 {
        margin-top: 30px;
    }
}

@media (min-width: 1440px) {
    .grid-section {
        padding: revert;
    }
}

@media (max-width: 1062px) {
    .business-content,
    .licenses-card {
        flex-direction: column;
        align-items: center;
    }

    .licenses {
        gap: 0px;
    }

    .business {
        margin-top: 30px;
    }

    .contact-us-lang {
        margin-right: auto;
        display: none;
    }
}

.shareholders {
    padding: 20px;
}

.founder-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.shareholder {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .shareholder img {
        width: 200px;
        height: auto;
    }

.shareholder-content {
    flex: 1;
    font-size: 25px;
}



.related-news {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.related-news-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
    text-align: center;
}

.related-news-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}

    .related-news-carousel::-webkit-scrollbar {
        height: 8px;
    }

    .related-news-carousel::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    .related-news-carousel::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

.related-news-card {
    flex: 0 0 280px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    scroll-snap-align: start;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

    .related-news-card:hover {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .related-news-card img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

.related-news-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .related-news-content h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #000;
    }

    .related-news-content p {
        font-size: 14px;
        color: #555;
        flex-grow: 1;
    }

.read-more {
    align-self: flex-start;
    font-size: 14px;
    color: #007BFF;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
}

    .read-more:hover {
        text-decoration: underline;
    }




.spa-news-container {
    max-width: 66%;
    margin: 0 auto;
    padding: 20px;
}

.spa-news-card {
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    padding: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
    transition: box-shadow 0.3s;
}

    .spa-news-card:hover {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

.spa-news-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.spa-news-content {
    flex: 1;
}

.spa-news-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 8px 8px;
}

.spa-news-summary {
    font-size: 14px;
    color: #444;
    margin: 8px 8px;
}

.spa-news-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #888;
    margin: 8px 8px;
}

.spa-news-tag {
    color: #007BFF;
    text-decoration: none;
    font-weight: 500;
}

.spa-news-date {
    color: #999;
}

.spa-news-share {
    margin-left: auto;
}

    .spa-news-share img {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }






.contact-form-inputs select,
.contact-form-inputs input[type="text"],
.contact-form-inputs input[type="email"],
.contact-form-inputs textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out;
}

    .contact-form-inputs select:focus,
    .contact-form-inputs input:focus,
    .contact-form-inputs textarea:focus {
        outline: none;
        border-color: #004080;
    }

.contact-form-inputs textarea {
    resize: vertical;
    min-height: 120px;
}

    /* Placeholder text color */
    .contact-form-inputs input::placeholder,
    .contact-form-inputs textarea::placeholder {
        color: #aaa;
    }

/* Dropdown default option style (optional) */
.contact-form-inputs select option:first-child {
    color: #888;
}

/* Submit button styling */
.send {
    padding: 12px 30px;
    background-color: #004080;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    align-self: flex-end;
    transition: background-color 0.3s ease-in-out;
}

    .send:hover {
        background-color: #002d5f;
    }


/* ---------- Responsive for Tablets ( 991px) ---------- */
@media (max-width: 991px) {
    .spa-news-container {
        max-width: 90%;
        padding: 15px;
    }

    .spa-news-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .spa-news-img img {
        margin: 0 0 15px 0;
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .spa-news-footer {
        flex-direction: column;
        align-items: center;
    }

    .spa-news-share {
        margin-left: 0;
    }
}

/* ---------- Responsive for Mobiles ( 576px) ---------- */
@media (max-width: 576px) {
    .spa-news-title {
        font-size: 16px;
        margin: 6px 0;
    }

    .spa-news-summary {
        font-size: 13px;
        margin: 6px 0;
    }

    .spa-news-footer {
        font-size: 12px;
        gap: 6px;
        margin: 6px 0;
    }

    .spa-news-img img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .spa-news-container {
        padding: 10px;
    }

    .spa-news-card {
        padding: 10px;
    }
}

/* ---------- Tablet Screens ( 991px) ---------- */
@media (max-width: 991px) {
    .featured-news-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }

    .featured-text {
        padding-right: 0;
        margin-bottom: 20px;
    }

        .featured-text h2 {
            font-size: 24px;
        }

        .featured-text p {
            font-size: 15px;
        }

        .featured-text span {
            font-size: 13px;
        }

    .more-news h3 {
        font-size: 22px;
    }

    .news-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        padding: 0 15px;
    }

    .news-item img {
        height: 180px;
    }

    .news-item h4 {
        font-size: 16px;
    }

    .news-item p {
        font-size: 13px;
    }
}

/* ---------- Mobile Screens ( 576px) ---------- */
@media (max-width: 576px) {
    .featured-text h2 {
        font-size: 20px;
    }

    .featured-text p {
        font-size: 14px;
    }

    .featured-text span {
        font-size: 12px;
    }

    .featured-text .read-more {
        padding: 6px 12px;
        font-size: 13px;
    }

    .more-news h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .news-grid {
        gap: 15px;
        padding: 0 10px;
    }

    .news-item img {
        height: 160px;
    }

    .news-item h4 {
        font-size: 15px;
        padding: 10px;
    }

    .news-item p {
        font-size: 12px;
        padding: 0 10px 10px;
    }

    .news-item .read-more {
        padding: 8px 10px;
        font-size: 13px;
    }
}

/* Tablets ( 991px) */
@media (max-width: 991px) {
    .featured-article {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .featured-image {
        text-align: center;
    }

    .featured-text h1 {
        font-size: 26px;
    }

    .featured-text p {
        font-size: 15px;
    }

    .article-content p {
        font-size: 15px;
    }
}

/* Mobiles ( 576px) */
@media (max-width: 576px) {
    .featured-article {
        margin: 20px auto;
        padding: 0 15px;
    }

    .featured-text h1 {
        font-size: 22px;
    }

    .featured-text p {
        font-size: 14px;
    }

    .author-details p {
        font-size: 13px;
    }

    .article-content {
        margin: 30px auto;
        padding: 0 15px;
    }

        .article-content p {
            font-size: 14px;
            line-height: 1.6;
        }

    .featured-image img {
        width: 100%;
        height: auto;
    }
}
/* Tablets ( 991px) */
@media (max-width: 991px) {
    .founder-logos {
        flex-direction: column;
        align-items: center;
    }

    .shareholder {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .shareholders h1 {
        font-size: 28px;
    }

    .shareholder-content strong {
        font-size: 17px;
    }

    .shareholder-content p {
        font-size: 14px;
    }
}

/* Mobiles ( 576px) */
@media (max-width: 576px) {
    .shareholders {
        padding: 40px 15px;
    }

        .shareholders h1 {
            font-size: 24px;
            margin-bottom: 30px;
        }

    .shareholder {
        padding: 15px;
    }

    .shareholder-content strong {
        font-size: 16px;
    }

    .shareholder-content p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .founder-logos {
        flex-direction: column;
        align-items: center;
    }

    .shareholder {
        width: 100%;
        max-width: 600px;
        text-align: left;
        align-items: flex-start;
    }

        .shareholder img {
            width: 100px;
            height: auto;
            margin-bottom: 10px;
            align-self: center;
        }

    .shareholder-content {
        padding: 0;
    }

        .shareholder-content strong {
            font-size: 16px;
        }

        .shareholder-content p {
            font-size: 13px;
        }

    .shareholders h1 {
        font-size: 22px;
        text-align: center;
    }
}
