﻿body {
}

.services-section {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-top: 20px;
}

.job-card {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: 0.3s;
    background: #fafafa;
}

    .job-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

.job-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.job-subtitle {
    color: #008ed6;
    font-size: 16px;
    font-weight: 600;
}

.job-heading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.job-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.apply-btn {
    background: #008ed6;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

    .apply-btn:hover {
        background: #006fa8;
    }

.search-box {
    width: 60%;
    margin: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    border:none !important;
}

    .search-box input {
        width: 100%;
        height: 55px;
        border-radius: 35px;
        border: 1px solid #ddd;
        padding-left: 20px;
        padding-right: 60px;
        font-size: 16px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

.search-icon {
    position: absolute;
    right: 22px;
    top: 16px;
    color: #008ed6;
    cursor: pointer;
    font-size: 20px;
}

.suggestions {
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 10px;
    margin-top: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 999;
}

    .suggestions div {
        padding: 12px 20px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .suggestions div:hover {
            background: #f3f8ff;
        }
.opportunity-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
}

.career-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
    color: grey;
}


.job-card {
   /* padding: 10px 0px 30px;*/
}

.job-title {
    font-size: 25px;
    font-weight: 500;
    color: #222;
    margin-bottom: 25px;
}

    .job-title span {
        margin: 0 15px;
        color: #008ed6;
    }

.job-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.job-text {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}



  

.job-divider {
    margin: 40px 0;
    border-top: 1px solid #ddd;
}



@media(max-width:768px) {

    .search-box {
        width: 100%;
    }

    .job-title {
        font-size: 28px;
    }

    .career-heading {
        font-size: 30px;
    }

    .opportunity-box {
        padding: 20px;
    }
}




   

/* highlight */
.highlight {
    color: #008ed6;
    font-weight: bold;
}

.topMenu li.activeMenu a {
    color: #008ed6;
    font-weight: bold;
   
}
.topMenu li a {
    color: #333;
    transition: 0.3s;
}

.topMenu li.activeMenu a {
    color: #008ed6 !important;
    font-weight: 600;
   
}

.search-box {
    position: relative;
    width: 450px;
    height: 50px;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    border:none !important;
    padding: 10px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
}
    
    
    