/*body {
    margin: 0px;
    padding: 0px;
}

.topBanner {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBanner video {
    height: 85vh;
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.topBanner h1 {
    font-size: 70px;
    color: #ffffff;
    line-height: 62px;
    text-align: center;
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 6.05px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideInUp {
    animation-name: slideInUp
}


.cards {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cards .card {
    width: 60%;
    background: aliceblue;
    border: 1px solid #E0DDDD;
    padding: 40px 90px;
    margin-bottom: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s ease-in, transform 0.4s ease-in;
}

.cards .card:nth-child(even) {
    background: #fafdff;
}

.cards .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px) scale(1.01);
}

.cards .card .content p {
    color: #828282;
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Hind", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.7px;
}

.cards .card-details {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}*/


/*.card .title {
    color: #333;
    font-family: "Josefin Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index:1;
}

.card .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: #66fdd3;
    z-index: -1;
    transition: none;
    pointer-events: none !important;
}*/

/*.card .title {
    position: relative;
    display: inline-block;
    font-family: "Josefin Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 10px;
    z-index:1;
}

.card .title::after {
    content: '';
    position: absolute;
    bottom: 22px;
    left: 0;
    height: 35%;
    background-color: #66fdd3;
    z-index: -1;
    width: var(--highlight-width, 0);
    transition: width 0.3s ease;
}


.card-details .single-card {
    width: 50%;
}

.card-details p {
    color: #333333;
    text-align: left;
    font-family: "Hind", "Arial", "sans-serif";
    font-size: 20px;
    font-style: normal;*/
    /*font-weight: 300;*/
    /*line-height: 20px;
    letter-spacing: 1.7px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-rendering: optimizelegibility;
    margin-bottom: 1em;
}*/

/*.cards .card-details .button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards .card-details .card-button {
    background: #333;
    border-radius: 0;
    padding: 10px 15px;
    border: none;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito', 'Arial', 'sans-serif';
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-rendering: optimizelegibility;
    text-decoration: none;
}*/

/*.cards .card-details .button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards .card-details .card-button {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: 28px;
    color: #111;
    font-family: 'Josefin Sans','Nunito', 'Arial', 'sans-serif';
    cursor: pointer;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    text-align: left;
    z-index: 1;*/ /* Make sure button text stays above highlight */
/*}

.cards .card-details .card-button::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 50%;
    background-color: #66fdd3;*/ /* Light green highlight */
    /*z-index: -1;*/ /* Behind the text */
    /*transition: none;
    pointer-events: none;*/ /* Prevent interference with hover */
/*}*/



    /*.cards .card-details .card-button:hover {
        color: #ccc;
    }*/

/*@media only screen and (max-width: 800px) {
    .cards .card {
        width: 95%;
    }
}


@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        transform: translateY(0)
    }
}

.highlight-button {
    position: relative;
    background: none;
    border: none;
    font-size: 32px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}

.highlight-button::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: #66fdd3;*/ /* Light green color */
    /*z-index: -1;
}

.modal-body ul {
    padding-left: 20px;
}

.modal-body li {
    margin-bottom: 6px;
}

.see-more-link {
    color: #007b7f;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 2px 4px;
    border-radius: 5px;
    background-color: rgba(102, 253, 211, 0.15);*/ /* light background */
/*}

    .see-more-link:hover {
        color: #003333;
        background-color: #66fdd3;
        border-bottom: 1px solid #003333;
        text-decoration: none;
    }


.job-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.job-notice {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #2ea784;
}

    .job-notice:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 15px 25px rgba(0, 0, 0, 0.1);
    }

h2 {
    color: #333333;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.btn-link {
    display: inline-block;
    background: #2ea784;
    color: white;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(46, 167, 132, 0.3);
}

    .btn-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
        z-index: -1;
    }

    .btn-link:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(16, 63, 54, 0.4);
        color: #fff;
    }

        .btn-link:hover:before {
            width: 100%;
        }

.logo-container {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }

    .job-notice {
        padding: 30px 20px;
    }

    .btn-link {
        padding: 12px 25px;
        font-size: 1rem;
    }
}*/

/* Base styling and reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Hind", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

 /*Top Banner Section */
.topBanner {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.topBanner video {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.topBanner h1 {
    font-size: clamp(32px, 5vw, 70px);  /*Responsive text sizing*/ 
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: clamp(2px, 0.5vw, 6.05px);  /*Responsive letter spacing */
    padding: 0 20px;  /*Add some padding for small screens */
    max-width: 90%;
}

 /*Animations */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0);
    }
}

/* Cards Section */
.cards {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px; /* Add padding on smaller screens */
    gap: 30px;
}

    .cards .card {
        width: 50%;
        max-width: 1200px; /* Set maximum width */
        background: aliceblue;
        border: 1px solid #E0DDDD;
        padding: clamp(20px, 5vw, 40px) clamp(20px, 5vw, 60px);  /*Responsive padding */
        margin-bottom: clamp(30px, 5vh, 60px); /* Responsive margin */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.4s ease-in, transform 0.4s ease-in;
    }

        .cards .card:nth-child(even) {
            background: #fafdff;
        }

        .cards .card:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            transform: translateY(-4px) scale(1.01);
        }

        .cards .card .content p {
            color: #828282;
            font-size: clamp(16px, 2vw, 18px); /* Responsive font size */
            line-height: 1.6;
            margin-bottom: 15px;
            text-align: left;
            font-family: "Hind", "Arial", sans-serif;
            font-style: normal;
            font-weight: 300;
            letter-spacing: clamp(1px, 0.2vw, 1.7px); /* Responsive letter spacing */
        }

     /*Card Details Layout */
    .cards .card-details {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;  /*Changed to better handle wrapping */
        flex-wrap: wrap;
        /*gap: 10px;*/  /*Add gap for better spacing when wrapped */
    }

/*.card .title {
    position: relative;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(20px, 3vw, 27px);*/  /*Responsive font size */
    /*font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 10px;
    z-index: 1;*/
    /*margin-bottom: 15px*;/ /* Add space below title */
/*}

    .card .title::after {
        content: '';
        position: absolute;
        bottom: 22px;
        left: 0;
        height: 35%;
        background-color: #66fdd3;
        z-index: -1;
        width: var(--highlight-width, 0);
        transition: width 0.3s ease;
    }*/

.card .title {
    position: relative;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(20px, 3vw, 27px); /*Responsive font size */
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 10px;
    z-index: 1;
    transition: color 0.3s ease;
}

    .card .title::after {
        content: '';
        position: absolute;
        bottom: 22px;
        left: 0;
        height: 35%;
        width: 0;
        background-color: #66fdd3;
        z-index: -1;
        transition: width 0.3s ease;
    }

    .card .title:hover::after {
        width: var(--highlight-width, 0);
    }

    .card .title:hover {
        color: #008060; /* Darker shade of the background color for better contrast */
        cursor: pointer;
    }

.card-details .single-card {
    width: 100%;  /*Full width on mobile */
    max-width: 450px;  /*Constrain width on larger screens */
}

.card-details p {
    color: #333333;
    text-align: left;
    font-family: "Hind", "Arial", sans-serif;
    font-size: clamp(16px, 2vw, 20px);  /*Responsive font size */
    font-style: normal;
    line-height: 1.5;
    letter-spacing: clamp(1px, 0.2vw, 1.7px);  /*Responsive letter spacing */
    margin-bottom: .5em;
}

/* Button Container*/ 
.cards .card-details .button-container {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

/*.cards .card-details .card-button {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: clamp(20px, 3vw, 28px);*/  /*Responsive font size */
    /*color: #111;
    font-family: 'Josefin Sans', 'Nunito', 'Arial', sans-serif;
    cursor: pointer;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    text-align: left;
    z-index: 1;
}

    .cards .card-details .card-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 50%;
        background-color: #66fdd3;
        z-index: -1;
        transition: none;
        pointer-events: none;
    }*/

.cards .card-details .card-button {
    position: relative;
    background: linear-gradient(135deg, #66fdd3 0%, #4ad8a8 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 24px);
    color: #111;
    font-family: 'Josefin Sans', 'Nunito', 'Arial', sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(102, 253, 211, 0.4);
    overflow: hidden;
}

    .cards .card-details .card-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 7px 20px rgba(102, 253, 211, 0.5);
    }

    .cards .card-details .card-button:active {
        transform: translateY(1px);
        box-shadow: 0 3px 10px rgba(102, 253, 211, 0.3);
    }

    .cards .card-details .card-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
        transform: translateX(-100%);
        transition: transform 0.6s;
        z-index: 1;
        pointer-events: none;
        border-radius: 12px;
    }

    .cards .card-details .card-button:hover::after {
        transform: translateX(100%);
    }

 /*Highlight Button Styling */
.highlight-button {
    position: relative;
    background: none;
    border: none;
    font-size: clamp(22px, 3vw, 32px);  /*Responsive font size */
    font-weight: bold;
    color: #111;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}

    .highlight-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
        background-color: #66fdd3;
        z-index: -1;
    }

 /*Modal Styling */
.modal-body ul {
    padding-left: 20px;
}

.modal-body li {
    margin-bottom: 6px;
}

 /*See More Link Styling */
.see-more-link {
    color: #007b7f;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 2px 4px;
    border-radius: 5px;
    background-color: rgba(102, 253, 211, 0.15);
    display: inline-block;  /*Make the link properly spaced */
    margin: 5px 0;
}

    .see-more-link:hover {
        color: #003333;
        background-color: #66fdd3;
        border-bottom: 1px solid #003333;
        text-decoration: none;
    }

/* Job Container Styling */
.job-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.job-notice {
    background: white;
    border-radius: clamp(10px, 2vw, 20px);  /*Responsive border radius*/ 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: clamp(25px, 4vw, 50px) clamp(20px, 3vw, 40px);  /*Responsive padding */
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #2ea784;
}

    .job-notice:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 15px 25px rgba(0, 0, 0, 0.1);
    }

h2 {
    color: #333333;
    font-size: clamp(1.5rem, 4vw, 2.5rem);  /*Responsive font size*/ 
    margin-bottom: clamp(15px, 3vh, 30px);  /*Responsive margin */
    font-weight: 700;
    line-height: 1.4;
}

.btn-link {
    display: inline-block;
    background: #2ea784;
    color: white;
    padding: clamp(10px, 2vw, 15px) clamp(20px, 3vw, 32px); /* Responsive padding*/ 
    border-radius: 50px;
    font-size: clamp(1rem, 1.5vw, 1.2rem);  /*Responsive font size*/ 
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(46, 167, 132, 0.3);
}

    .btn-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
        z-index: -1;
    }

    .btn-link:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(16, 63, 54, 0.4);
        color: #fff;
    }

        .btn-link:hover:before {
            width: 100%;
        }

.logo-container {
    margin-bottom: clamp(15px, 2vh, 25px);  /*Responsive margin */
}

 /*Responsive breakpoints 
 Mobile devices (portrait) */
@media (max-width: 480px) {
    .topBanner {
        height: 50vh;  /*Shorter banner on very small screens */
    }

    .cards .card {
        padding: 15px;
        width: 95%;
    }

    .cards .card-details {
        justify-content: center;
    }

    .card-details .single-card {
        width: 100%;
    }

    .btn-link {
        width: 100%;  /*Full width button on very small screens */
        text-align: center;
    }
}

/* Mobile devices (landscape) and small tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .cards .card {
        padding: 20px 25px;
        width: 95%;
    }

    .card-details .single-card {
        width: 100%;
    }
}

 /*Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 1023px) {
    .cards .card {
        width: 85%;
        padding: 30px 40px;
    }

    .card-details .single-card {
        width: 48%;  /*Two columns when space allows */
    }
}

 /*Large screens and desktops */
@media (min-width: 1024px) {
    .cards .card {
        width: 75%;
        max-width: 1200px;
    }

    .card-details .single-card {
        width: 48%;  /*Maintain two columns */
    }
}

 /*Extra large screens */
@media (min-width: 1600px) {
    .cards .card {
        width: 50%;
        padding: clamp(20px, 5vw, 15px) clamp(20px, 5vw, 40px);
    }

    body {
        font-size: 18px;  /*Slightly larger base font for very large screens */
    }
}

/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Hind", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}*/

/* Top Banner Section */
/*.topBanner {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .topBanner video {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1;
        object-fit: cover;
    }

    .topBanner h1 {
        font-size: clamp(32px, 5vw, 70px);*/ /* Responsive text sizing */
        /*color: #ffffff;
        line-height: 1.2;
        text-align: center;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: clamp(2px, 0.5vw, 6.05px);*/ /* Responsive letter spacing */
        /*padding: 0 20px;*/ /* Add some padding for small screens */
        /*max-width: 90%;
    }*/

/* Animations */
/*.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0);
    }
}*/

/* Cards Section */
/*.cards {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

    .cards .card {
        width: calc(50% - 15px);*/ /* 50% width minus half the gap */
        /*max-width: 600px;*/ /* Adjusted max-width for card */
        /*background: aliceblue;
        border: 1px solid #E0DDDD;
        padding: clamp(20px, 3vw, 30px);
        margin-bottom: clamp(20px, 3vh, 40px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.4s ease-in, transform 0.4s ease-in;
    }

        .cards .card:nth-child(even) {
            background: #fafdff;
        }

        .cards .card:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            transform: translateY(-4px) scale(1.01);
        }

        .cards .card .content p {
            color: #828282;
            font-size: clamp(16px, 2vw, 18px);*/ /* Responsive font size */
            /*line-height: 1.6;
            margin-bottom: 30px;
            text-align: left;
            font-family: "Hind", "Arial", sans-serif;
            font-style: normal;
            font-weight: 300;
            letter-spacing: clamp(1px, 0.2vw, 1.7px);*/ /* Responsive letter spacing */
        /*}*/

    /* Card Details Layout */
    /*.cards .card-details {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;*/ /* Changed to better handle wrapping */
        /*flex-wrap: wrap;
        gap: 10px;*/ /* Add gap for better spacing when wrapped */
    /*}

.card .title {
    position: relative;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(20px, 3vw, 27px);*/ /* Responsive font size */
    /*font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 10px;
    z-index: 1;
    margin-bottom: 15px;*/ /* Add space below title */
/*}

    .card .title::after {
        content: '';
        position: absolute;
        bottom: 22px;
        left: 0;
        height: 35%;
        background-color: #66fdd3;
        z-index: -1;
        width: var(--highlight-width, 0);
        transition: width 0.3s ease;
    }

.card-details .single-card {
    width: 100%;*/ /* Full width on mobile */
    /*max-width: 450px;*/ /* Constrain width on larger screens */
/*}

.card-details p {
    color: #333333;
    text-align: left;
    font-family: "Hind", "Arial", sans-serif;
    font-size: clamp(16px, 2vw, 20px);*/ /* Responsive font size */
    /*font-style: normal;
    line-height: 1.5;
    letter-spacing: clamp(1px, 0.2vw, 1.7px);*/ /* Responsive letter spacing */
    /*margin-bottom: 1em;
}*/

/* Button Container */
/*.cards .card-details .button-container {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.cards .card-details .card-button {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: clamp(20px, 3vw, 28px);*/ /* Responsive font size */
    /*color: #111;
    font-family: 'Josefin Sans', 'Nunito', 'Arial', sans-serif;
    cursor: pointer;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    text-align: left;
    z-index: 1;
}

    .cards .card-details .card-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 50%;
        background-color: #66fdd3;
        z-index: -1;
        transition: none;
        pointer-events: none;
    }*/

/* Highlight Button Styling */
/*.highlight-button {
    position: relative;
    background: none;
    border: none;
    font-size: clamp(22px, 3vw, 32px);*/ /* Responsive font size */
    /*font-weight: bold;
    color: #111;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}

    .highlight-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
        background-color: #66fdd3;
        z-index: -1;
    }*/

/* Modal Styling */
/*.modal-body ul {
    padding-left: 20px;
}

.modal-body li {
    margin-bottom: 6px;
}*/

/* See More Link Styling */
/*.see-more-link {
    color: #007b7f;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 2px 4px;
    border-radius: 5px;
    background-color: rgba(102, 253, 211, 0.15);
    display: inline-block;*/ /* Make the link properly spaced */
    /*margin: 5px 0;
}

    .see-more-link:hover {
        color: #003333;
        background-color: #66fdd3;
        border-bottom: 1px solid #003333;
        text-decoration: none;
    }*/

/* Job Container Styling */
/*.job-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.job-notice {
    background: white;
    border-radius: clamp(10px, 2vw, 20px);*/ /* Responsive border radius */
    /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: clamp(25px, 4vw, 50px) clamp(20px, 3vw, 40px);*/ /* Responsive padding */
    /*text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #2ea784;
}

    .job-notice:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 15px 25px rgba(0, 0, 0, 0.1);
    }

h2 {
    color: #333333;
    font-size: clamp(1.5rem, 4vw, 2.5rem);*/ /* Responsive font size */
    /*margin-bottom: clamp(15px, 3vh, 30px);*/ /* Responsive margin */
    /*font-weight: 700;
    line-height: 1.4;
}

.btn-link {
    display: inline-block;
    background: #2ea784;
    color: white;
    padding: clamp(10px, 2vw, 15px) clamp(20px, 3vw, 32px);*/ /* Responsive padding */
    /*border-radius: 50px;
    font-size: clamp(1rem, 1.5vw, 1.2rem);*/ /* Responsive font size */
    /*font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(46, 167, 132, 0.3);
}

    .btn-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
        z-index: -1;
    }

    .btn-link:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(16, 63, 54, 0.4);
        color: #fff;
    }

        .btn-link:hover:before {
            width: 100%;
        }

.logo-container {
    margin-bottom: clamp(15px, 2vh, 25px);*/ /* Responsive margin */
/*}*/

/* Responsive breakpoints */
/* Mobile devices (portrait) */
/*@media (max-width: 767px) {
    .topBanner {
        height: 50vh;*/ /* Shorter banner on very small screens */
    /*}

    .cards .card {
        width: 100%;*/ /* Full width on mobile */
        /*max-width: 100%;
        padding: 20px;
    }

    .cards .card-details {
        justify-content: center;
    }

    .card-details .single-card {
        width: 100%;
    }

    .btn-link {
        width: 100%;*/ /* Full width button on very small screens */
        /*text-align: center;
    }
}*/

/* Medium screens (tablets) */
/*@media (min-width: 768px) and (max-width: 1023px) {
    .cards .card {
        width: calc(50% - 15px);
        padding: 25px;
    }

    .card-details .single-card {
        width: 48%;*/ /* Two columns when space allows */
    /*}
}*/

/* Large screens and desktops */
/*@media (min-width: 1024px) {
    .cards {
        max-width: 1400px;
    }

        .cards .card {
            width: calc(50% - 15px);
        }

    .card-details .single-card {
        width: 48%;*/ /* Maintain two columns */
    /*}
}*/

/* Extra large screens */
/*@media (min-width: 1600px) {
    .cards {
        max-width: 1800px;
    }

        .cards .card {
            width: calc(50% - 20px);
            padding: clamp(20px, 3vw, 40px);
        }

    body {
        font-size: 18px;*/ /* Slightly larger base font for very large screens */
    /*}
}*/