.swiper-wrapper {
    align-items: center !important;
}
hr {
   border-top: solid 2px #ccc !important;
   margin: 10px 0px;
}

.mfp-iframe-holder .mfp-content {
    height: 100% !important;
}

.hsub-head {
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
    width: 80%;
}

.home-banner {
    max-width: 90% !important;
    margin: auto;
}
.mh-50 {
    min-height: 50px !important;
}

.fso-3 {
    font-size: 3rem !important;
}

.job_tag { 
    margin-top: 10px; 
}

.po-1 {
    padding: 10px !important;
    width: 100% !important;
}
.career-flex {
    display: flex;
    flex-direction: column;
}

/* Container for the images */
.image-container {
    position: relative;
    width: 100%; /* Ensure it fully fills the parent container */
    padding: 5%;
}


    /* Blurred background image */
    .image-container img.bg-blurry {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(30px); /* Apply a 90% blur */
        z-index: -1; /* Place it behind the main image */
        opacity: 0.2; /* Adjust the opacity (0.0 to 1.0) */
        background-color: rgba(255, 255, 255, 0.2);
       
    }


.mxh-50 {
    max-height: 50px !important;
}
.event_details h3 {
    margin: 0 !important;
    padding: 0 !important;
}

.event-date {
    background-color: #333;
    color: #f5f5f5;
    text-align: center;
}

.event-image {
    width: 100%;
    display: block;
    height: 200px; /* Adjust to your preferred size */
    overflow: hidden; /* Hide any overflowing content */
    position: relative; /* Establish a positioning context */
}
.event-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Make sure the image takes the full width */
    height: 100%; /* Make sure the image takes the full height */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}


.event_title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 20px;


}
.events_item {
    padding: 50px 35px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 30px 80px rgba(90,144,225,.1) !important;
}

.events-more .item img {    
    margin-bottom: 30px;
}
.events_item p {
    margin: 0;
    padding: 0;
}

.events_item ul {
    padding: 0px 0px 0px 10px !important;
}


.text-align-center {
    text-align: center;
    display: block;
    padding: 10px;
}

#tag-container {
    display: flex;
}

.tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 3px;
    padding: 5px;
    margin: 2px;
}

.tag span {
    margin-right: 5px;
}

.tag .close-btn {
    cursor: pointer;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
}

.job_title_input {
    font-size: 1.5rem !important;
}
/* Styles for Pill Button */
.pill-button-1 {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 5px !important;
    border: none;
    border-radius: 30px; /* Adjust this value to control the pill shape */
    background-color: #828282; /* Button background color */
    color: #fff !important; /* Button text color */
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.pill-button-pink {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 5px !important;
    border: none;
    border-radius: 30px; /* Adjust this value to control the pill shape */
    background-color: #d54091; /* Button background color */
    color: #fff !important; /* Button text color */
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.pill-button-pink:hover {
    background-color: #828282; /* Button background color on hover */
}
.pill-button-1:hover {
    background-color: #d54091; /* Button background color on hover */
}

.job_item ul li {
    
    list-style: circle;
    list-style-position: inside; /* default */
  
}
.things-to-remember  li{
    list-style-type: circle !important;
    list-style: circle !important;
    list-style-position: inside !important; /* default */
}


.richText .richText-editor li {
    list-style-type: circle !important;
    list-style: circle !important;
    list-style-position: inside !important; /* default */
}

.job_item p {
    margin: 0;
    padding: 0;
}
.job_item ul {
    padding: 0px 0px 0px 10px !important;
}

.posted_date {
    color: #ababab !important;
}
.job_tag {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px; /* Adjust this value to control the pill shape */
    background-color: #f5f5f5; /* Light grey background */
    color: #333; /* Charcoal text color */
    font-size: 14px;
    margin-right: 5px; /* Add margin to separate tags */
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.job_preview {
    margin-top: 20px;
}

.section_padding {
    padding-top: 50px;
}

.jobs-more .item {
    padding: 50px 35px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 30px 80px rgba(90,144,225,.1);
}

.jobs-more .item img {
    height: 80px;
    margin-bottom: 30px;
}

.services-more .item i::before {
    line-height: inherit;
}

.full_hover_alert {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(92,148,206);
    background: linear-gradient(90deg, rgba(92,148,206,0.7063200280112045) 0%, rgba(215,63,144,0.5410539215686274) 100%);
    color: #fff;
    text-align: center;
    font-size: 3rem;
}
    .full_hover_alert span {
        font-weight: bold;
        text-shadow: 0px 0px 6px #000000;
        vertical-align: middle;
        margin: auto;
    }
.dash_btn {
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px #ccc;
    padding: 1rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .dash_btn:hover {
        border: solid 1px #d54091 !important;
    }

.dash_btn img {
    width: 30%;
    vertical-align: middle;
}

.dash_btn span {
    width:100%; 
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 900px) {

    .services-nav {
   
        justify-content: center !important;
       
    }

    .hsub-head {
        display: block;
        font-size: 1rem;
        padding: 30px;
        line-height: 1.3;
        width: 100%;
    }

    .mob-bg-white {
        background-color: white !important;
    }

    .mob-btns {
        display: block !important;
        order: 1; 
    }

    .mob-btns a {
        display: inline-block !important;
        border-radius: 0 !important;
        width: 50% !important;
        margin: 20px 0px 0px 0px !important;
    }
    .mob-btns-a {
        order: 1;
    }

    .mob-btns-a a {
        display: inline-block !important;
        border-radius: 0 !important;
        width: 100% !important;
        margin: 20px 0px 0px 0px !important;
    }

    .mob-btns .applybtn {
        background-color: #d14192 !important;
    }
    .mob-btns .viewbtn {
        background-color: #5d94ce !important;
    }
    .dash_btn img {
        width: 20% !important;
    }
    .dash_btn span {
        font-size: 1.1rem !important;
        text-align: left;
        padding-left: 15px;
    }
    .mobile-center {
        text-align: center !important;
    }

}
