.home-search .careerfy-banner-search {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	margin-top:20px !important;
}

.home-search input {
    background: none !important;
    font-size: 16px !important;
    color: #8C8C8C !important;
    padding-left: 56px !important;
}

.home-search input:focus {
    color: #fff !important;
}

.home-search .careerfy-icon {
    position: absolute;
    left: 26px;
    top: 22px;
    font-size: 18px;
    color: #999;
    z-index: 1;
}

.home-search .careerfy-banner-submit i {
    font-style: normal;
}

.home-section .section-text {
    padding: 5px;
}

.home-card .list:hover {
    width: 1140px;
}

.home-card #item {
    background-color: #ebebeb;
    overflow: hidden;
    height: 400px;
    flex-grow: 1;
    transition: padding .3s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: auto;
    padding: 0 !important;
    border-radius: 12px;
}

.home-card h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.story-section #item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

.story-section #item .image {
    display: inline-block;
    width: fit-content;
    max-width: 80%;
}

.story-section #item:nth-child(odd) {
    justify-content: start;
}

.story-section #item:nth-child(even) {
    justify-content: end;
}

.story-section #item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-section #item #info {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    border-radius: 12px;
    /* padding: 15px 15px; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.story-section #item:nth-child(odd) #info {
    right: 0;
}

.story-section #item:nth-child(even) #info {
    left: 0;
}

@media (max-width: 991px) {
    .home-search .careerfy-typo-wrap .careerfy-jobs-srchul input {
        width: 100%;
        height: 40px;
        padding: 0px 40px 0 50px;
        font-size: 14px;
    }

    .home-search .careerfy-icon {
        left: 20px;
        top: 12px;
    }

    .home-search .careerfy-banner-submit {
        display: none !important;
    }

    .home-card .list {
        width: 100%;
        height: auto;
        display: flex;
        overflow-x: auto;
        flex-direction: row !important;
        flex-wrap: nowrap;
        justify-content: start;
        gap: 10px !important;
    }

    .home-card #item {
        flex-shrink: 0;
        width: calc((100% - 30px) / 1.2);
        width: -moz-calc((100% - 30px)/ 1.2);
        width: -webkit-calc((100% - 30px) / 1.2);
        width: -ms-calc((100% - 30px)/ 1.2);
        height: 100%;
        background-image: none !important;
    }

    .home-card #item #card-cover {
        width: 100%;
        height: 68px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .home-card h3 {
        z-index: 3;
    }

    .home-card #item #card-info {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width:991px){
	.home-card #item {
		width: calc((100% - 30px) / 2.2);
		width: -moz-calc((100% - 30px)/ 2.2);
		width: -webkit-calc((100% - 30px) / 2.2);
		width: -ms-calc((100% - 30px)/ 2.2);
	}
}

@media (min-width: 992px) {
	.home-search .careerfy-banner-search {
	margin-top:60px !important;
}
	
    .home-card .list {
        margin-left: auto;
        margin-right: auto;
        width: 880px;
        display: flex;
        transition: width .3s;
        height: 450px;
        padding: 0 !important;
    }

    .home-card #item {
        background-color: #ebebeb;
        overflow: hidden;
        height: 450px;
        flex-grow: 1;
        transition: padding .3s;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: auto;
        padding: 0 !important;
        border-radius: 12px;
    }

    .home-card #item img {
        display: none !important;
    }

    .home-card #item:hover {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .home-card #item:hover h3 {
        opacity: 0;
    }

    .home-card #item #card-cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity .2s linear;
        opacity: 0;
        z-index: 0;
        transition-delay: 0s;
    }

    .home-card #item:hover #card-cover {
        opacity: 0.9;
    }

    .home-card #item #card-info {
        position: absolute;
        top: 48px;
        right: 2px;
        padding-right: 60px;
        bottom: 32px;
        left: 32px;
        transition: transform .3s ease-out;
        transform: translateY(60px);
        opacity: 0;
        transition-delay: 0s;
    }

    .home-card #item:hover #card-info {
        z-index: 2;
        opacity: 0.9;
        transform: translateY(0);
        overflow-y: auto;
    }

    .home-card #item #info {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        padding: 1px;
        margin-top: 20px;
        line-height: 42px;
        opacity: 0;
        white-space: normal;
        overflow: auto;
        transform: translateY(20px);
        transition-delay: 0s;
        transition-duration: 0.1s;
    }

    .home-card #item:hover #info {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.2s;
        transition-duration: 0.2s;
    }

    .home-card #item ul {
        margin-top: 20px;
    }

    .home-card #item li {
        margin-bottom: 10px;
    }

    .home-card #item li .elementor-icon-list-icon svg {
        fill: #fff !important;
        width: 8px;
        height: 8px;
    }

    .home-card #item li span {
        font-size: 14px;
        color: #fff;
    }

    .home-card #item:hover ul {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.2s;
        transition-duration: 0.2s;
    }

    .story-section #item .image {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .home-card .list {
        width: 1040px;
    }
}