body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f5f5;
}

/* NAVBAR WRAPPER */
/* Space so content doesn't hide behind fixed navbar */
body {
    padding-top: 85px;
}

/* Main Navbar */
.custom-navbar {
    background: #ffffff;
    padding: 14px 25px;
    border-radius: 0 0 18px 18px;
}

/* Middle Menu */
.nav-mid {
    color: #120f2f !important;
    font-weight: 600;
    font-size: 16px;
}

.nav-mid:hover,
.nav-mid.active {
    color: #014E80 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}


/* Login Button */
.btn-login {
    background: #e1f1fc;
    color: #014E80;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}

/* Register Button */
.btn-register {
    background: #ff6a00;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}

/* Hover Effects */
.btn-login:hover {
    background: #e8d7ff;
}

.btn-register:hover {
    opacity: .85;
}

/* Responsive */
@media (max-width: 991px) {

    .btn-login,
    .btn-register {
        width: 100%;
        text-align: center;
    }

}


/* Main area */

.hero {
    width: 100%;
    background: #e4eff7;
    padding: 60px 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-content {
    text-align: center;
    position: relative;
}

.hero-man {
    position: absolute;
    left: -200px;
    top: 0;
    height: 350px;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #014E80;
    margin-bottom: 30px;
}

/* Search box */
.search-bar-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.search-bar {
    width: 1100px;
    height: 64px;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
}

/* Sections */
.section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    font-size: 18px;
    color: #777;
}

.left-section {
    width: 480px;
}

.exp-section {
    width: 200px;
}

.section input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    width: 100%;
}

.exp-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    color: #777;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 5px;
    cursor: pointer;
}

/* hide default arrow */
.exp-input::-ms-expand {
    display: none;
}

/*Divider line */
.divider {
    width: 1px;
    height: 30px;
    background: #ddd;
}

/* Icons */
.section i {
    font-size: 20px;
    color: #014E80;
}

/* Chevron */
.chevron {
    font-size: 16px;
    margin-left: auto;
}

/* Search Button */
.search-btn {
    height: 52px;
    padding: 0 35px;
    background: #014E80;
    /* Same purple */
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;

}

.search-btn:hover {
    opacity: 0.9;
}

/* ===============================
   RESPONSIVE DESIGN (NO CHANGES TO HTML)
================================ */

/* Tablet + Large Mobile */
@media (max-width: 992px) {

    .hero {
        padding: 50px 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-man {
        height: 260px;
        left: -120px;
        top: 20px;
    }

    .search-bar {
        width: 90%;
        height: auto;
        flex-wrap: wrap;
        padding: 15px;
        gap: 15px;
    }

    .section {
        width: 100% !important;
        padding: 10px 15px;
        background: #fafafa;
        border-radius: 15px;
    }

    .divider {
        display: none;
    }

    .search-btn {
        width: 100%;
        margin: 0;
        height: 55px;
    }
}

/* Regular Mobile */
@media (max-width: 768px) {

    .hero {
        padding: 40px 0;
    }

    .hero-title {
        font-size: 28px;
        line-height: 36px;
        padding: 0 15px;
    }

    .hero-man {
        height: 200px;
        left: -80px;
        top: 30px;
    }

    .section input {
        font-size: 16px;
    }
}

/* Small Mobile (Below 480px) */
@media (max-width: 480px) {

    .hero {
        padding: 30px 0;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-man {
        height: 160px;
        left: -60px;
    }

    .search-bar {
        padding: 12px;
        gap: 10px;
    }

    .section {
        font-size: 16px;
    }

    .section i {
        font-size: 18px;
    }

    .search-btn {
        font-size: 16px;
        padding: 0 25px;
        height: 50px;
    }
}



/* Foundit Style About Section */
.about-section {
    background-color: white;
}

.about-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #014E80;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.about-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    color: #120f2f;
}

.about-title span {
    color: #014E80;
}

.about-text {
    font-size: 17px;
    color: #666;
    margin: 20px 0 25px;
    line-height: 1.7;
}

/* Button */
.about-btn {
    background: #014E80;
    padding: 12px 32px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0px 8px 20px rgba(124, 0, 249, 0.35);
    transition: 0.3s;
    font-size: 16px;
}

.about-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Image Wrapper */
.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.about-image {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

/* Experience Box */
.experience-box {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ffffff;
    width: 150px;
    padding: 18px 0;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media(max-width: 768px) {
    .experience-box {
        visibility: hidden;
    }
}

.experience-box h1 {
    margin: 0;
    color: #014E80;
    font-size: 42px;
    font-weight: 800;
}

.experience-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}


/* ------------------------------
   FOUNDIt Style Services Section
--------------------------------*/
.services-section {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Title */
.services-title {
    font-size: 38px;
    font-weight: 800;
    color: #222;
    margin-bottom: 8px;
}

.services-title span {
    color: #014E80;
}

.services-subtitle {
    font-size: 16px;
    color: #666;
}

/* ------------------------------
   Service Card
--------------------------------*/
.service-card {
    background: #ffffff80;
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 35px 28px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid rgba(124, 0, 249, 0.08);
    box-shadow: 0px 10px 30px rgba(124, 0, 249, 0.10);
    height: 100%;
}

/* Hover Animation */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 18px 40px rgba(124, 0, 249, 0.20);
    border-color: rgba(124, 0, 249, 0.3);
}

/* Icon Styling */
.service-icon {
    width: 80px;
    height: 80px;
    background: #f5e9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0px 6px 20px rgba(87, 0, 249, 0.2);
}

.service-icon i {
    font-size: 32px;
    color: #014E80;
}

/* Text */
.service-name {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.service-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 75px;
}

/* Read More Link */
.service-link {
    text-decoration: none;
    font-weight: 600;
    color: #014E80;
    transition: 0.3s;
}

.service-link:hover {
    color: #109ffe;
}

/* -----------------------------------
   Company Section – Modern Premium UI
----------------------------------- */
.company-section {
    padding: 80px 0;
    background-color: white;
}

/* Title */
.company-title {
    font-size: 36px;
    font-weight: 800;
    color: #120f2f;
    position: relative;
}

.company-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #014E80;
    border-radius: 10px;
    display: block;
    margin: 14px auto 0;
}

/* Swiper Slide Card */
.myCompanySlider .swiper-slide {
    background: #ffffff8f;
    backdrop-filter: blur(12px);
    padding: 25px 20px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid rgba(124, 0, 249, 0.10);
    box-shadow: 0px 5px 20px rgba(124, 0, 249, 0.15);
}

/* Hover Style */
.myCompanySlider .swiper-slide:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 32px rgba(124, 0, 249, 0.25);
    border-color: rgba(124, 0, 249, 0.25);
}

/* Logo Image */
.myCompanySlider img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: 0.3s;
}

.myCompanySlider .swiper-slide:hover img {
    transform: scale(1.06);
    filter: grayscale(0%);
}

/* Logo Name */
.myCompanySlider p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

/* Pagination Dots */
.swiper-pagination-bullet {
    background: #4caceb !important;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #014E80 !important;
    width: 24px;
    border-radius: 30px;
}

/* Responsive */
@media(max-width: 768px) {
    .myCompanySlider img {
        width: 90px;
        height: 45px;
    }

    .company-title {
        font-size: 30px;
    }
}


/* ----------------------------
   Achievement Section
----------------------------- */
.achievement-section {
    background-color: white;
}

.single-achievement-card {
    background-color: #014E80;
    border-radius: 28px;
    padding: 40px 30px;
    box-shadow: 0 18px 45px rgba(51, 3, 154, 0.25);
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* Glass glow top */
.single-achievement-card::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent 70%);
    border-radius: 50%;
    filter: blur(45px);
}

/* Glow bottom */
.single-achievement-card::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45), transparent 70%);
    border-radius: 50%;
    filter: blur(45px);
}

.ach-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* Mini cards inside */
.ach-mini-box {
    background: rgba(87, 227, 255, 0.22);
    backdrop-filter: blur(10px);
    padding: 25px 20px;
    border-radius: 18px;
    text-align: center;
    width: 31%;
    min-width: 220px;
    transition: 0.35s;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.ach-mini-box:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 15px 35px rgba(90, 40, 180, 0.4);
}

/* Icon */
.ach-icon-round {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 28px;
    color: #fff;
    backdrop-filter: blur(20px);
}

/* Texts */
.ach-mini-count {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 4px;
}

.ach-mini-label {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
}

.swiper-pagination {
    text-align: center !important;
    margin-top: 40px !important;
    position: relative !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ach-flex {
        flex-direction: column;
    }

    .ach-mini-box {
        width: 100%;
    }

    .swiper-pagination {
        text-align: center !important;
        margin-top: 40px !important;
        position: relative !important;
    }

}


/* ----------------------------------
   POPULAR JOB SECTION – PREMIUM UI
----------------------------------- */

/* ----------------------------------
   POPULAR JOB SECTION – MODERN CLEAN STYLE
----------------------------------- */

/* Title */
.popular-title {
    font-size: 36px;
    font-weight: 800;
    color: #120f2f;
    text-align: center;
    position: relative;
}

.popular-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #014E80;
    display: block;
    border-radius: 10px;
    margin: 12px auto 0;
}

/* Wrapper */
.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/* Scrollable Slider */
.job-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
    scrollbar-width: none;
}

.job-slider::-webkit-scrollbar {
    display: none;
}

/* Each Card */
.job-card {
    min-width: 260px;
    max-width: 260px;
    border-radius: 18px;
    padding: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.35s ease;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

/* Card Gradients */
.card-1 {
    background: linear-gradient(135deg, #9bc8be, #327d6d);
}

.card-2 {
    background: linear-gradient(135deg, #6a85ff, #8fd3ff);
}

.card-3 {
    background: linear-gradient(135deg, #87fb91, #54c25d);
}

.card-4 {
    background: linear-gradient(135deg, #84fab0, #8fd3f4);
}

.card-5 {
    background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
}

.card-6 {
    background: linear-gradient(135deg, #fda085, #f6d365);
}

/* Hover Effect */
.job-card:hover {
    transform: scale(1.08);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

/* Images */
.job-img {
    width: 100%;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.4);
}

/* Arrow Buttons */
.slide-btn {
    background: #ffffff;
    border: none;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.20);
    transition: 0.3s;
    z-index: 10;
}

.slide-btn:hover {
    background: #014E80;
    color: white;
    transform: scale(1.15);
}

.left-btn {
    position: absolute;
    left: -15px;
}

.right-btn {
    position: absolute;
    right: -15px;
}

/* Responsive */
@media (max-width: 768px) {
    .job-card {
        min-width: 200px;
    }

    .job-img {
        height: 120px;
    }

    .slide-btn {
        visibility: hidden;
    }
}

/* Background Gradient */
.working-candidates {
    background-color: white;
}

/* Card Style */
.wc-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    margin-top: 20px;
    padding: 25px;
    text-align: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    animation: floatCard 4s ease-in-out infinite;
    overflow: hidden;

    /* premium border glow */
    background-image: linear-gradient(90deg, #014E80, #56a5da);

}

.wc-desc {
    flex-grow: 1;
}

/* Floating animation */
@keyframes floatCard {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Hover Effect */
.wc-card:hover {
    transform: scale(1.07) translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Image Styling */
.wc-img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}

/* Text Styling */
.wc-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
}

.wc-role {
    font-size: 0.9rem;
    color: #cfe1f5;
    display: block;
    font-weight: 400;
    margin-bottom: 12px;
}

.wc-desc {
    background: rgba(255, 255, 255, 0.6);
    padding: 12px;
    border-radius: 10px;
    font-size: 0.9rem;
}

/* ===================================
   Modern Foundit-Style Dark Footer
=================================== */

footer {
    background: #120f2f;
    padding: 60px 0 30px;
    color: #e4e4f3;
    font-family: "Poppins", sans-serif;
}

/* Column Titles */
footer h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

footer h5::after {
    content: "";
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #014E80, #56a5da);
    position: absolute;
    left: 0;
    bottom: -6px;
    border-radius: 5px;
}

/* Paragraph */
footer p {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.6;
}

/* Links */
footer a {
    color: #cfcfea;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

footer a:hover {
    color: #fff;
    padding-left: 6px;
}

/* List Items */
footer li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 14px;
    opacity: 0.85;
}

/* Social Icons */
.footer-social-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #1d1a3e;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 18px;
    color: #ffffff;
    transition: 0.25s ease;
}

.footer-social-icons a:hover {
    background: #7c00f9;
    transform: translateY(-4px);
}

/* Divider */
.footer-divider {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Bottom Text */
.footer-bottom {
    font-size: 13px;
    opacity: 0.65;
}

/* Responsive Accordion Effect (Mobile Only) */
@media (max-width: 768px) {
    footer h5 {
        cursor: pointer;
    }

    footer .footer-col ul,
    footer .footer-col p {
        display: none;
    }

    footer .footer-col.active ul,
    footer .footer-col.active p {
        display: block;
    }

    footer h5::after {
        left: auto;
        right: 0;
    }
}