@import url('https://fonts.googleapis.com/css2?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&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: Poppins, sans-serif;
    width: 100%;
}

.font_style {
    font-size: 16px;
    font-weight: 400;
}

.main_container_info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 425px;
    background-color: #ECECEC;
}

/* .info_container_inner {
    border: 2px solid red;

} */

.info_container_inner img {
    height: 350px;
}

/* start section 2  */
.main_section2 {
    height: 80px;
    display: flex;
    justify-content: end;

}

.main_inner_2 {
    display: flex;
    justify-self: end;
    align-items: center;
}

.main_inner_2 img {
    height: 18px;
}

.main_inner_2 form {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.main_inner_2 input[type="text"] {
    /* Your styles here */
    width: 400px;
    padding: 8px;
    padding-left: 35px;
    border: none;
    background-color: #ECECEC;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}

.main_inner_2 select {
    border: none;
    color: #1A3561;
    appearance: none;
}

.main_inner_2 select:focus {
    border: none;
    outline: none;
}

.main_inner_2 button {
    border: 1px solid #1A3561;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ECECEC;
    color: #1A3561;
}

.main_inner_2 p {
    color: #1A3561;
    padding: 0px 15px;
}

/* siderbar start */

.main_class_siderbar {
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
}

.container-details {
    display: flex;
    width: 1200px;
    padding: 20px;
    background: white;
    margin-top: 20px;
}

.background_color_add {
    background-color: #F2F2F0;
    padding: 10px 0px;
    border-radius: 7px;

}

/* Sidebar */
.sidebar {
    width: 300px;
    padding: 15px;
    background: white;
}

.sidebar h3 {
    margin-bottom: 10px;
    color: #193664;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 5px 15px;
    border-radius: 5px;
}

.filter-group {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-group select {
    width: 100%;
    padding: 20px 15px;
    border: none;
    appearance: none;
    /* Hides default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}
.filter-group option {
    background-color: #a75252 !important;
    color: #ffffff !important;
    padding: 10px !important;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    /* Adjust as needed */
}

.select-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Allows clicking through the icon */
    color: #555;
    font-size: 18px;
}



/* FontAwesome Icon */
.filter-group::after {
    content: " content: " \f078";";
    /* FontAwesome down-chevron */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
    font-size: 14px;
}

.buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.buttons button {
    flex: 1;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
}

.search-btn {
    background-color: #193664;
    color: white;
}

.reset-btn {
    background-color: #193664;
    color: white;
}

/* Job Listings */
.job-listing {
    flex: 1;
    padding: 14px;
}

.job-card {
    background: white;
    padding: 30px 15px 50px 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #41404280;
}

.job-listing h3 {
    color: #193664;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 5px 15px;
    border-radius: 5px;
}

.job-card h4 {
    color: #193664;
}

.job-card p {
    font-size: 14px;
    color: #555;
}

.tags {
    margin-top: 10px;
}

.tag {
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
    padding: 5px 10px;
    margin: 8px !important;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.job-info-container {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0px;
    background-color: #fff;
}

.job-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-info-item img {
    width: 20px;
    height: 20px;
}

.job-info-text {
    color: #1A365D;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .info_container_inner img {
        width: 380px;
        height: 250px !important;
    }

    .main_section2 {
        height: 280px !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
        justify-self: center;
        align-items: center;
    }

    .main_inner_2 {
        width: 850px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .main_inner_2 img {
        height: 18px;
    }

    .main_inner_2 form {
        width: 0px !important;
        flex-direction: column;
        display: flex;
        gap: 15px !important;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px !important;
    }

    .main_inner_2 input[type="text"] {
        width: 300px !important;
        padding: 4px;
        padding-left: 35px;
        border: none;
        background-color: #ECECEC;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
    }

    .main_inner_2 button {
        width: 100px;
    }

    .font_style {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        width: 100% !important;
    }

    .sidebar {
        width: 400px !important;
    }

    .main_class_siderbar {
        padding: 10px;
    }

    .background_color_add {
        padding: 10px;
    }

    .tag {
        margin: 8px !important;
    }

    .job-info-container {
        padding: 10px 0px !important;
    }

    .job-info-text {
        font-size: 12px !important;
    }

}



@media screen and (max-width: 768px) {

    .gender-group {
        flex-direction: column;
    }
}