/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Job Listing Page Styles */
#jobs_listing .job-item {
    background: white;
    padding: 40px 20px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 10px;
    width: 32%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#jobs_listing.jobs-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: center;
}

.job_items_right a {
    display: inline-block;
}

.job-title a {
    color: black;
}

.job-item ul li img {
    width: 20px;
    margin-right: 5px;
}

.job-item ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0 !important;
    margin-bottom: 30px;
}

.job_type span {
    background: rgba(19, 99, 186, 0.13);
    padding: 5px 15px;
    border-radius: 8px;
}

.job-item ul li {
    color: rgba(106, 114, 130, 1);
}

.job-link {
    background-color: rgba(249, 250, 251, 1);
    padding: 15px;
    border-radius: 10px;
}
.job-link img {
	transition: all 0.5s ease;
}
div#jobs_listing .job-item:hover .job-link img {
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

/* Job Listing Page Styles */

/* Job Details page styles*/
.job_details_wrapper {
    display: flex;
    gap: 60px;
    width: 100%;
    justify-content: center;
    margin: 50px 0px;
    flex-wrap: wrap;
}

.job_title_heading {
    /* font-size: 40px; */
    margin-bottom: 25px;
}

.job_description_header {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

p.job_description_header {
    font-weight: normal;
    margin-bottom: 25px;
    color: rgba(31, 41, 55, 1);
}

.job_key_headers {
    margin-bottom: 10px !important;
    font-weight: normal;
    font-size: 20px;
}

.responsibilities_content ul {
    margin-bottom: 15px;
}

.job_description_card ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}

.job_description_card ul li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/11/pointers-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


.job_description_card {
    width: 40%;
}

.job_role_details {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(107, 114, 128, 1);
    border-radius: 15px;
    padding: 25px;
    height: max-content;
}

.job_experience_box,
.job_role_type_box,
.job_location_box {
    display: flex;
    padding: 20px;
    background-color: rgba(243, 243, 243, 1);
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 15px;
    margin-bottom: 15px;
    gap: 15px;
}

.job_role_wrapper {
    height: 100%;
}

.job_role_wrapper h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.job_details_card {
    text-align: left;
}

.job_role_wrapper p {
    color: rgba(107, 114, 128, 1);
    font-size: 16px;
}

.job_role_wrapper img {
    background-color: rgba(35, 110, 190, 0.16);
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
    width: 45px;
    height: 45px;
}

a.apply_now_btn img {
    width: 38px;
    margin-right: 0;
}

.apply_now_btn_wrapper {
    text-align: center;
}

.apply_now_btn_wrapper a {
    background-color: rgba(19, 99, 186, 1);
    text-decoration: none;
    color: white;
    /* padding: 5px 20px; */
    border-radius: 50px;
    width: 100%;
    display: block;
}

.apply_now_btn img {
    background-color: transparent;
}

/* Job Details page styles*/
/* Success Stories page Css */

#success_story .swiper-button-next {
    background-image: url('https://stage.odigma.com/fusionaix/wp-content/uploads/2025/09/icons8-arrow-96-1.png') !important;

}

#success_story .swiper-button-prev {
    background-image: url('https://stage.odigma.com/fusionaix/wp-content/uploads/2025/09/icons8-arrow-96-1.png') !important;
    transform: rotate(180deg);
}

/* Success Stories page Css */
/* Events listing style */

.events-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 30px;
}

.contents_wrapper {
    padding: 25px;
}

.event-card {
    border: 1px solid rgba(179, 179, 179, 1);
    box-shadow: 1px 3px 6px 0px rgba(176, 176, 176, 0.1);
    background-color: white;
    border-radius: 10px;
}
.not-found {
    text-align: center;
}
.not-found p{
    border: 1px solid #DDD;
    padding: 10px;
    display: inline-block;
}
.contents_wrapper p {
    margin-bottom: 15px !important;
    font-size: 14px;

}

.contents_wrapper p.event_date {
    color: rgba(47, 182, 96, 1);
}

a.event_link {
    background: var(--ast-global-color-0);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid var(--ast-global-color-0);
}
a.event_link:hover {
    background: #FFF;
    color: var(--ast-global-color-0);
}
a.event_video_link {
    border: 1px solid var(--ast-global-color-0);
    background: #FFF;
    color: var(--ast-global-color-0);
}
a.event_video_link:hover {
    background: var(--ast-global-color-0);
    color: #FFF;
}

.event-card img {
    height: 280px !important;
    width: 100%;
    object-fit: cover;
}

p.event_descrition {
    margin-bottom: 30px !important;
}
.btn-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why_work_with_fusion_image,
.why_work_with_fusion_image img {
    height: 100%;
    object-fit: cover;
}

.learning_resources_image,
.learning_resources_image img {
    height: 100%;
    object-fit: cover;
}

.single-letter-careers {
    display: flex;
    justify-content: center;
}

.single-letter-careers h5 {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50px;
    background: white !important;
    box-shadow: 0px 4.72px 18.88px 0px rgba(43, 106, 255, 0.15);
}

.single-letter-careers h5 {
    color: rgba(43, 106, 255, 1);

}

#timeline_first_element .single-letter-careers {
    position: relative;
}

/* #timeline_first_element h5:after {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(https://stage.odigma.com/fusionaix/wp-content/uploads/2025/11/Frame-7162.svg);
    width: 203px;
    height: 225px;
    background-position: right;
    background-repeat: no-repeat;
    right: 0;
} */

@media (max-width:1440px) {
    .job_role_details {
        width: 30%;
    }
}

@media (max-width:1024px) {
    #jobs_listing .job-item {
        width: 48%;
    }

    .job_role_details {
        width: 40%;
    }

    .job_description_card {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #jobs_listing .job-item {
        width: 100%;
    }

    .job_description_card {
        width: 100%;
        padding: 0 20px;
    }

    .job_role_details {
        width: 90%;
        margin-bottom: 20px;
    }

    a.event_link {
        font-size: 14px;
    }

    h3.event_heading {
        font-size: 18px;
    }

    .events-wrapper {
        grid-template-columns: 1fr;
    }
}