/* ===== Base Styles ===== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f9fc;
    position: relative;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.blurred-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    background: transparent;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
    z-index: 2;
    display: none;
}

section {
    overflow-y: hidden;
}

/* ===== Header Styles ===== */
/* header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: var(--secondary-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 5%;
    right: 5%;
    top: 2%;
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    position: fixed;
    z-index: 3;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container nav {
    display: flex;
    align-items: center;
    gap: 90px;
}

.logo img {
    height: 55px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: var(--secondary-hover);
    font-size: 18px;
    font-weight: 500;
}

nav ul li a:hover {
    color: var(--primary-color);
}

.hamburger-menu {
    display: none !important;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.enquiry-button-nav {
    padding: 15px 30px;
    border-radius: 25px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}

.enquiry-button {
    background: var(--secondary-color);
}

.enquiry-button:hover {
    background: var(--primary-gradient);
    color: var(--secondary-color);
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: var(--secondary-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 5%;
    right: 5%;
    top: 2%;
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    position: fixed;
    z-index: 3;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container nav {
    display: flex;
    align-items: center;
    gap: 90px;
}

.logo img {
    height: 55px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: var(--secondary-hover);
    font-size: 18px;
    font-weight: 500;
}

nav ul li a:hover {
    color: var(--primary-color);
}

.hamburger-menu {
    display: none !important;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.enquiry-button-nav {
    padding: 15px 30px;
    border-radius: 25px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}

.enquiry-button {
    background: var(--secondary-color);
}

.enquiry-button:hover {
    background: var(--primary-gradient);
    color: var(--secondary-color);
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: var(--secondary-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 5%;
    right: 5%;
    top: 2%;
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    position: fixed;
    z-index: 3;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container nav {
    display: flex;
    align-items: center;
    gap: 90px;
}

.logo img {
    height: 55px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: var(--secondary-hover);
    font-size: 18px;
    font-weight: 500;
}

nav ul li a:hover {
    color: var(--primary-color);
}

.hamburger-menu {
    display: none !important;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.enquiry-button-nav {
    padding: 15px 30px;
    border-radius: 25px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}

.enquiry-button {
    background: var(--secondary-color);
}

.enquiry-button:hover {
    background: var(--primary-gradient);
    color: var(--secondary-color);
}
@media (max-width: 991px) {
        .hamburger-menu {
        display: block !important;
    }

    nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: left 0.4s ease-in-out;
    }

    nav.active {
        left: 0;
        top: 86px;
    }

    nav ul {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    nav.active ul {
        opacity: 1;
        transform: translateY(0);
        margin-top: 20px;
    }

    nav ul {
        flex-direction: column;
        gap: 30px;
        padding: 0;
        align-items: center;
    }

    nav ul li {
        display: block;
    }

    nav.active {
        display: block !important;
    }

    .enquiry-button {
        display: block;
        text-align: center;
        background: #ff6600;
        color: #fff;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
    }

    .enquiry-button {
        background: var(--secondary-color);
        width: 200px;
        margin: 20px auto;
        color: var(--primary-color);
        padding: 12px 0px;
        border-radius: 25px;
    }

    header {
        border-radius: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    header .container nav {
        gap: 40px;
    }

} */

/* ===== Hero Section Styles ===== */
.hero {
    text-align: center;
    padding: 200px 50px 100px 50px;
    background: linear-gradient(to bottom, #eef2ff, #fff);
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(173, 216, 230, 0.7) 100%),
        url(./Asset/Images/Line_Ng.png) center top 100px / cover no-repeat;
    background-size: cover;
    background-position: center top 100px;
    background-repeat: no-repeat;
    color: var(--primary-color);
}

.hero .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.hero .container .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero h1 {
    font-size: 2.8rem;
    color:#00308F;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    /* -webkit-text-stroke: 1px rgba(0, 0, 0, 1); */
}

.hero h1,
.hero p {
    width: 76%;
}

.hero p {
    margin-top: 0px;
    color: var(--paragraph);
    font-size: 18px;
}

/* ===== Floating Jobs Styles ===== */
.floating-jobs {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    padding: 35px 0;
}

.job-card {
    position: absolute;
    background: var(--secondary-color);
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    min-width: 200px;
    display: flex;
    gap: 15px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card img {
    height: 57px;
}

.job-card div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.job-card span {
    display: block;
    font-size: 0.9rem;
    color: var(--paragraph);
    margin-top: 5px;
}

.floating-jobs .job-card:nth-child(1) {
    top: -40px;
    left: 0;
}

.floating-jobs .job-card:nth-child(2) {
    top: -40px;
    right: 0;
}

.floating-jobs .job-card:nth-child(3) {
    bottom: -70px;
    left: 0;
}

.floating-jobs .job-card:nth-child(4) {
    bottom: -70px;
    right: 0;
}

.job-card:hover {
    transform: translateY(-5px);
}

.job-card:nth-child(1) {
    transform: rotate(.5deg);
}

.job-card:nth-child(2) {
    transform: rotate(7deg);
}

.job-card:nth-child(3) {
    transform: rotate(-7deg);
}

.job-card:nth-child(4) {
    transform: rotate(-.5deg);
}

.job-card:hover {
    transform: translateY(-5px) scale(1.05) rotate(0deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.job-card {
    transition: transform 0.5s ease-in-out;
}

.job-card:hover {
    z-index: 10;
    transform: translateY(-5px) scale(1.1);
    will-change: transform, filter;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.job-card::after {
    content: "";
    position: absolute;
    bottom: -20px;
    transform: translateX(-50%);
    width: 30px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in-out;
}

.floating-jobs .job-card:nth-child(1)::after {
    background: url('./Asset/Images/banner-arrows/1.svg') no-repeat center;
    left: -50px;
}

.job-card:nth-child(2)::after {
    background: url('./Asset/Images/banner-arrows/2.svg') no-repeat center;
    right: -110px;
}

.job-card:nth-child(3)::after {
    background: url('./Asset/Images/banner-arrows/3.svg') no-repeat center;
    right: -100px;
}

.job-card:nth-child(4)::after {
    background: url('./Asset/Images/banner-arrows/4.svg') no-repeat center;
    left: -50px;
}

.floating-jobs .job-card:nth-child(1):hover:after {
    left: 0px;
    bottom: -20px;
}

.floating-jobs .job-card:nth-child(2):hover:after {
    right: -35px;
    bottom: -20px;
}

.floating-jobs .job-card:nth-child(3):hover:after {
    right: -35px;
    bottom: -20px;
}

.floating-jobs .job-card:nth-child(4):hover:after {
    left: 0px;
    bottom: -20px;
}

.button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    color: black;
    background: linear-gradient(to right, #d4fc79, #fbd786);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    outline: none;
    background-position: left center;
    z-index: 1;
}

.button:hover {
    transform: scale(1.05);
}

.crown-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.5s ease-in-out;
}

.button:hover .crown-icon {
    transform: rotate(360deg);
}

.arrow-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease-in-out;
}

.arrow-icon {
    transform: rotate(-45deg) !important;
}

.button:hover .arrow-icon {
    transform: rotate(0deg) !important;
}

.get-job {
    background: #ffeb3b;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
    color: #000;
}




/* ===== Features Section Styles ===== */
.features {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
}

.features .container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.feature-box {
    background: #E7F0FF;
    padding: 20px;
    border-radius: 33px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature-box h3 {
    color: #002f6c;
    margin-bottom: 10px;
    text-align: start;
}

.feature-box div img {
    height: 55px;
    width: 55px;
}

.feature-box div {
    display: flex;
    gap: 10px;
}

.feature-box p {
    color: rgba(28, 28, 28, 0.7);
    font-size: 16px;
    text-align: start;
}

/* ===== Media Queries ===== */
@media (max-width: 1199px) {
    .features .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .floating-jobs {
        padding: 90px 0;
    }

    .hero {
        padding: 200px 20px 100px 20px;
    }
}

@media (max-width: 991px) {
    .hero h1 {
        font-size: 1.4rem !important;
    }

    .hero h1,
    .hero p {
        width: 100% !important;
    }

    .floating-jobs {
        position: unset !important;
    }

    .hero {
        padding: 80px 20px 0 20px !important;
        margin-top: -15px;
    }

    .hero .container {
        padding: 50px 0 0 0 !important;
    }

    .hero p {
        text-align: center;
        font-size: 16px;
    }

    .features .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .floating-jobs {
        height: auto;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .job-card {
        position: static;
        width: 100%;
        max-width: 300px;
    }

    .job-card::after {
        content: none;
    }

    .job-card:nth-child(1) {
        transform: rotate(0);
    }

    .job-card:nth-child(2) {
        transform: rotate(0);
    }

    .job-card:nth-child(3) {
        transform: rotate(0);
    }

    .job-card:nth-child(4) {
        transform: rotate(0);
    }

    .floating-jobs {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .job-card {
        max-width: none;
    }
}




/* ABOUT US Section Styles */
.about-section {
    padding: 50px 20px;
}

.about-us {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.about-contents {
    width: 60%;
}

.about-tag {
    border: 1px solid var(--primary-color);
    width: fit-content;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 30px;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.about-contents h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 1rem 0;
    line-height: 50px;
}

.about-contents p {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: start;
    margin-bottom: 20px;
    line-height: 26px;
    color: var(--paragraph);
}

.about-contents .about-btn {
    background-color: var(--primary-color);
    padding: 15px 50px;
    border-radius: 40px;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-contents .about-btn:hover {
    border: 2px solid var(--primary-color);
    box-shadow: inset 0 0 0 4px var(--secondary-color);
    background-color: var(--primary-color);
    transform: translateY(-2px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Optional: Add a subtle pulse animation on hover */
@keyframes pulse {
    0% {
        box-shadow: inset 0 0 0 4px var(--secondary-color);
    }

    50% {
        box-shadow: inset 0 0 0 6px var(--secondary-color);
    }

    100% {
        box-shadow: inset 0 0 0 4px var(--secondary-color);
    }
}

.about-contents .about-btn:hover {
    animation: pulse 1.5s infinite;
}

.about-contents .about-btn .thunder-icon {
    width: 22px;
    height: 22px;
    transition: transform 0.5s ease;
    transform: rotate(0deg);
}

.about-contents .about-btn:hover .thunder-icon {
    transform: rotate(180deg) !important;
    pointer-events: none;
}

/* Image container with overlay positioning */
.about-img {
    width: 35%;
    position: relative;
}

/* Main image */
.about-img img:first-child {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

/* Overlay images */
.about-img img:not(:first-child) {
    position: absolute;
    z-index: 2;
    width: 45%;
    max-width: 200px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid white;
    transition: all 0.3s ease;
}

/* Left overlay image (top-left) */
.about-img img:nth-child(2) {
    top: -20px;
    left: -20px;
    transform: rotate(-5deg);
}

/* Right overlay image (bottom-right) */
.about-img img:nth-child(3) {
    bottom: -20px;
    right: -20px;
    transform: rotate(5deg);
}

/* Hover effects for overlay images */
.about-img:hover img:nth-child(2) {
    transform: rotate(0deg) translateY(-5px);
}

.about-img:hover img:nth-child(3) {
    transform: rotate(0deg) translateY(5px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-contents {
        width: 55%;
    }

    .about-img {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .about-us {
        flex-direction: column;
        gap: 30px;
    }

    .about-contents,
    .about-img {
        width: 100%;
    }

    .about-contents h2 {
        font-size: 1.8rem;
        line-height: 35px;
    }

    .about-contents p {
        font-size: 16px;
    }

    .about-img img:not(:first-child) {
        width: 40%;
    }
}

@media (max-width: 576px) {
    .about-contents h2 {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .about-contents p {
        font-size: 14px;
    }

    .about-img {
        min-height: 200px;
    }

    .about-img img:nth-child(2) {
        top: -10px;
        left: -10px;
    }

    .about-img img:nth-child(3) {
        bottom: -10px;
        right: -10px;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 40px 15px;
    }

    .about-tag {
        font-size: 1rem;
        padding: 8px 20px;
    }

    .about-contents .about-btn {
        padding: 12px 40px;
    }
}




/* GRADIENT BANNER Section */
.gradient-banner {
    padding: 50px 20px;
}

.gradient-banner-container {
    background: var(--primary-gradient);
    padding: 40px 25px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    text-align: center;
}

.gradient-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gradient-banner-content h2 {
    font-size: 2.5em;
    font-weight: 700;
}

.gradient-banner-content h4 {
    font-size: 1.5em;
}

.gradient-banner-content h2,
.gradient-banner-content h4 {
    color: var(--secondary-color);
    text-align: center;
    margin: 5px 0;
}

.gradient-banner-content h4 {
    max-width: 165px;
    word-wrap: break-word;
    white-space: normal;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .gradient-banner-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gradient-banner-container {
        grid-template-columns: repeat(1, 1fr);
    }
}




/* carousel-slider */
.partners-section {
    padding: 30px 20px;
}

.partners-title {
    text-align: center;
    margin-bottom: .5rem;
}

.partners-title h3 {
    font-weight: 500;
    font-size: 1.8em;
    color: var(--primary-color);
}

.logos-slider {
    overflow-x: hidden;
}

.overflow {
    display: flex;
    overflow: hidden;
    width: 70%;
    margin: auto;
}

.logos-wrapper {
    display: flex;
    justify-content: space-around;
    animation: logoLoop 30s linear infinite;
}

.logo-item {
    margin-left: 1rem;
    aspect-ratio: 30/9;
    display: grid;
    place-items: center;
}

.logo-item img {
    height: 60px;
    width: 240px;
    margin-inline: 1rem;
}

@keyframes logoLoop {
    from {
        transform: translateX();
    }

    to {
        transform: translateX(-100%);
    }
}




/* services */
.services-section {
    padding: 50px 20px;
}

/* Services Header */
.services-header {
    display: flex;
    justify-content: start;
}

.services-header__content {
    width: 100%;
    max-width: 800px;
}

.services-header__badge {
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
}

.services-header__title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 1rem 0;
    line-height: 30px;
}

.services-header__description {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: start;
    margin-bottom: 20px;
    line-height: 26px;
    color: var(--paragraph);
}

@media (max-width: 599px) {
    .services-header__title {
        font-size: 1.6rem;
    }

    .services-header__description {
        font-size: 15px;
        line-height: 20px;
    }
}

/* Tablet Devices (600px and up) */
@media (min-width: 600px) {


    .services-header__content {
        width: 90%;
        padding: 0;
    }

    .services-header__badge {
        padding: 0.625rem 2rem;
        font-size: 1.1rem;
    }

    .services-header__title {
        font-size: 1.8rem;
        line-height: 35px;
    }

    .services-header__description {
        font-size: 1.05rem;
    }
}

/* Small Desktops (900px and up) */
@media (min-width: 900px) {


    .services-header__content {
        width: 80%;
    }

    .services-header__badge {
        padding: 0.625rem 2.1875rem;
        font-size: 1.2rem;
        margin-bottom: 0.9375rem;
    }

    .services-header__title {
        font-size: 2.2rem;
        margin-bottom: 1.25rem;
    }

    .services-header__description {
        font-size: 1.125rem;
    }
}

/* Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .services-header__content {
        width: 60%;
    }
}



.services {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    position: relative;
}

.services-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-left-contents {
    display: flex;
    flex-direction: column;
}

.services-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.services-right-01,
.services-right-02 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-img-01,
.service-img-right {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.services-left-contents:hover .service-img-01,
.services-right-01:hover .service-img-right,
.services-right-02:hover .service-img-right {
    transform: scale(1.02);
}

/* Title and Arrow Styles */
.services-title-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    margin-top: 10px;
}

.service-title-up {
    position: relative;
    height: 40px;
    overflow: hidden;
    flex-grow: 1;
}

.label-up {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-title-up .label-up:first-child {
    position: relative;
    transform: translateY(0%);
}

.service-title-up .label-up:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}

.services-left-contents:hover .label-up:first-child,
.services-right-01:hover .label-up:first-child,
.services-right-02:hover .label-up:first-child {
    transform: translateY(-100%);
}

.services-left-contents:hover .label-up:last-child,
.services-right-01:hover .label-up:last-child,
.services-right-02:hover .label-up:last-child {
    transform: translateY(0%);
}

.services-title-arrow img {
    height: 35px;
    width: 35px;
    margin-left: 10px;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.services-left-contents:hover .services-title-arrow img,
.services-right-01:hover .services-title-arrow img,
.services-right-02:hover .services-title-arrow img {
    transform: rotate(45deg);
}

.services p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: var(--paragraph);
    margin: 5px 0 0 0;
    transition: color 0.3s ease;
}

.services-left-contents:hover p,
.services-right-01:hover p,
.services-right-02:hover p {
    color: var(--black);
}

/* View All Services Button */
.view-all-services {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 0.1px solid var(--primary-color);
    padding: 15px 18px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
}

.view-all-services:hover {
    background-color: var(--primary-color);
    color: white;
}

.view-all-services img {
    height: 20px;
    transition: transform 0.3s ease;
}

.view-all-services:hover img {
    transform: rotate(-180deg);
    filter: brightness(0) invert(1);
}

/* Mobile Button Container - Hidden by default */
.mobile-button-container {
    display: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .services {
        gap: 25px;
    }

    .label-up {
        font-size: 18px;
    }

    .services p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .services {
        flex-direction: column;
        gap: 20px;
    }

    .services-left,
    .services-right {
        width: 100%;
    }

    .services-right {
        gap: 20px;
    }

    /* Hide desktop button */
    .desktop-button {
        display: none;
    }

    /* Show mobile button */
    .mobile-button-container {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
    }

    .services-title-arrow {
        min-height: 35px;
    }

    .label-up {
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .services {
        gap: 15px;
        margin-top: 15px;
    }



    .label-up {
        font-size: 16px;
    }

    .services p {
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .services-title-arrow img {
        height: 30px;
        width: 30px;
    }

    .view-all-services {
        font-size: 14px;
        padding: 6px 15px;
        gap: 8px;
    }

    .view-all-services img {
        height: 18px;
    }

    .mobile-button-container {
        margin-top: 10px;
    }
}







/* POPULAR JOBS SECTION */
.popular-jobs-section {
    padding: 50px 20px;
}

/* popular jobs header */
.popular-jobs__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.popular-jobs__badge {
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 12px 30px;
    border-radius: 1.875rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.popular-jobs__title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.popular-jobs__description {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    color: var(--paragraph);
    margin: 0 auto;
    max-width: 90%;
}

/* popular jobs slider cards */
.popular-jobs-slider-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.popular-jobs-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slider-viewport {
    width: calc(100% - 80px);
    overflow: hidden;
}

.slider-content {
    display: flex;
    transition: transform 0.4s ease;
}

.slider-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #ddd;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.slider-nav:hover {
    background: #f5f5f5;
}

.slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: white;
}

.job-slide {
    flex: 0 0 calc(22% - 15px);
    background: white;
    border: 0.1px solid var(--secondary-hover);
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.job-slide:last-child {
    margin-right: 0;
}

.job-image {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
}

.job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.job-slide:hover .job-image img {
    transform: scale(1.03);
}

.job-details {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.timestamp {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 6px;
}

.job-title {
    margin: 0 0 8px 0;
    font-size: 1rem;
    color: #333;
    line-height: 1.3;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
}

.tag {
    background: #f0f0f0;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--black);
}

.divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 8px 0;
}

.apply-btn {
    margin-top: 8px;
    align-self: center;
    padding: 8px 24px;
    background: var(--black);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    .job-slide {
        flex: 0 0 calc(33.33% - 12px);
        padding: 10px;
    }

    .job-image {
        height: 130px;
    }

    .job-title {
        font-size: 0.95rem;
    }
}

/* Mobile Styles (576px - 768px) */
@media (max-width: 768px) {
    .popular-jobs-section {
        padding: 30px 0;
    }

    .popular-jobs__title {
        font-size: 1.5rem;
    }

    .popular-jobs__description {
        font-size: 0.9rem;
    }

    .popular-jobs-slider-wrapper {
        gap: 8px;
    }

    .slider-viewport {
        width: calc(100% - 60px);
    }

    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .job-slide {
        flex: 0 0 calc(80% - 10px);
        margin-right: 10px;
        padding: 12px;
    }

    .job-image {
        height: 120px;
    }

    .job-title {
        font-size: 0.9rem;
    }

    .apply-btn {
        padding: 7px 20px;
        font-size: 0.75rem;
    }
}

/* Small Mobile Styles */
@media (max-width: 576px) {
    .popular-jobs-section {
        padding: 25px 0;
    }

    .popular-jobs__header {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .popular-jobs__badge {
        padding: 6px 15px;
        font-size: 0.8rem;
    }

    .popular-jobs__title {
        font-size: 1.3rem;
    }

    .popular-jobs__description {
        font-size: 0.85rem;
        max-width: 100%;
    }

    .popular-jobs-slider-container {
        padding: 0 5px;
    }

    .slider-viewport {
        width: calc(100% - 50px);
    }

    .slider-nav {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .job-slide {
        flex: 0 0 calc(90% - 5px);
        margin-right: 5px;
        padding: 10px;
        border-radius: 15px;
    }

    .job-image {
        height: 100px;
        border-radius: 10px;
    }

    .job-details {
        padding: 8px 0;
    }

    .timestamp {
        font-size: 0.7rem;
    }

    .job-title {
        font-size: 0.85rem;
        margin-bottom: 6px;
    }

    .tag {
        font-size: 0.65rem;
        padding: 2px 5px;
    }

    .divider {
        margin: 6px 0;
    }

    .apply-btn {
        padding: 6px 18px;
        font-size: 0.7rem;
        border-radius: 6px;
    }
}







/* Team Members */
.team-members-section {
    padding: 50px 20px;
}

.team-members--header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* team member header */
.team-members-tag {
    display: inline-block;
    border: 1px solid var(--primary-color);
    width: fit-content;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 30px;
    color: var(--primary-color);
    margin-bottom: 1em;
}

.team-members-header-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0 auto 0.5em;
    color: var(--primary-color);
    max-width: 90%;
}

@media (min-width: 768px) {


    .team-members-header-title {
        max-width: 80%;
    }
}


/* Grid Container */
.team-members-grid-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Card */
.team-members-grid-card {
    background: var(--secondary-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.team-members-grid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Card Image */
.team-members-grid-card-image {
    height: 280px;
    overflow: hidden;
}

.team-members-grid-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-members-grid-card:hover .team-members-grid-card-image img {
    transform: scale(1.05);
}

/* Card Content */
.team-members-grid-card-content {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Name Container with Hover Animation */
.team-members-grid-card-name-container {
    position: relative;
    height: 50px;
    overflow: hidden;
    flex: 1;
}

.team-members-grid-card-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    display: block;
    height: 50px;
    line-height: 50px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-members-grid-card-name:first-child {
    position: relative;
    transform: translateY(0%);
}

.team-members-grid-card-name:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    color: var(--primary-color);
    font-weight: 500;
}

.team-members-grid-card:hover .team-members-grid-card-name:first-child {
    transform: translateY(-100%);
}

.team-members-grid-card:hover .team-members-grid-card-name:last-child {
    transform: translateY(0%);
}

/* Social Icons */
.team-members-grid-card-social {
    display: flex;
    gap: 5px;
}

.team-members-grid-card-social-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.03);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.team-members-grid-card-social-icon:hover {
    background: rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-3px);
}

.team-members-grid-card-social-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.team-members-grid-card-social-icon:hover img {
    transform: scale(1.1);
}

/* View All Button */
.team-members-grid-view-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.team-members-grid-view-all-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    background: var(--secondary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-members-grid-view-all-button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.team-members-grid-view-all-button img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.team-members-grid-view-all-button:hover img {
    transform: translateX(5px);
    transform: translateX(5px) rotate(45deg);
    filter: brightness(0) invert(1);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .team-members-grid-card-container {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .team-members-grid-card-image {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 40px 15px;
    }

    .team-members-grid-card-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .team-members-grid-card-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }

    .team-members-grid-card-name-container {
        height: auto;
    }

    .team-members-grid-card-name {
        height: auto;
        line-height: 1.4;
    }

    .team-members-grid-card-name:first-child,
    .team-members-grid-card-name:last-child {
        position: static;
        transform: none;
    }

    .team-members-grid-card:hover .team-members-grid-card-name:first-child,
    .team-members-grid-card:hover .team-members-grid-card-name:last-child {
        transform: none;
    }

    .team-members-grid-card-social {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .team-members-grid-card-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .team-members-grid-card-image {
        height: 260px;
    }

    .team-members-grid-view-all {
        margin-top: 30px;
    }
}









