body {
    background-color: #f9f7f2 !important;
}

.job-search .job-search-title {
    float: left;
    width: 100%;
    font-family: Quicksand;
    font-size: 46px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 13px;
}

.job-search .job-search-title-sec {
	float: left;
	width: 100%;
	font-family: Open Sans !important;
	font-size: 18px;
	font-weight: 400;
	color: #fff4ed;
	text-align: center;
	margin-top: 10px;
}

.forsticky {
    background-color: #1c3a498f;
    border-bottom: inset;
}

.job-switch {
    padding: 5px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-top: 0;
}

.all-jobs-home {
    text-align: center;
    font-family: Quicksand;
    font-size: 15px;
    color: #F76618;
    font-weight: 600;
    padding: 0px 25px;
    margin-bottom: 5px;
}


.how-to {
    margin: 0px 10px;
    padding: 30px !important;
    background-color: #f1f0ec;
    border: 2px solid #e6e0d9;
    height: 350px;
    border-radius: 25px;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap:10px; */
}

.category {
    background-color: #e0e7ec;
    border-radius: 10px;
    padding: 10px;
    /* width: 250px; */
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    height: 140px;
    margin-bottom: 30px;
}

.category:hover {
    background-color: #d5660c;
    color: #fff;
}

.category:hover  .icon{
    color: #fff;
}

.category h3 {
    font-size: 18px;
    margin: 5px 5px 10px;
}

.category p {
    margin: 0;
    font-size: 14px;
}

.category .icon {
    font-size: 40px;
    color: #a0a7ad;
    float: right;
}

.block {
    padding: 5px 0px !important;
}

.subscription-section{
    margin: 20px -15px 20px -15px;
    justify-content: center;
}

.subscription-view {
    background-color: white;
    width: 60%;
    padding: 10px;
    border-radius: 10px;
}

.post-job-btn {
    background: #fb8a2e !important;
    border-radius: 40px;
    color: white !important;
}

.reviews {
    background: #dbdadb94;
}
.rev-shadow .reviews{
    box-shadow: 0 2px 20px rgba(0,0,0,0.18) !important;
}
.reviews h3 span {
    margin-left: 0px;
}
.section-heading{
    padding-top: 1rem;
}
.section-heading>h1 {
    float: left;
    width: 100%;
    font-family: Quicksand;
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight:bold;
    color: black;
}

.section-heading>h1>span {
    color:#fb8a2e;
}

.image-container {
position: relative;
display: inline-block;
}

.image-container img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(748%) hue-rotate(180deg) brightness(81%) contrast(85%);
    transition: opacity 0.3s ease;
}

.image-container img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover img {
    opacity: 1;
    filter: none;
}

.image-container:hover img.hover-image {
    opacity: 1;
}


.overseas-jobs-card {
    background-color: #f4f5fa !important;
}

.job-card .employer {
    margin: 0px;
}

.subscribe-section{
    padding: 20px 25px 30px;
    background: #e1e5e7;
}
.jobs-category-sec img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(748%) hue-rotate(180deg) brightness(81%) contrast(85%);
}
.section-heading-sub>h1>span {
    color: #fb8a2e;
}
.section-heading-sub>h1 {
    float: left;
    width: 100%;
    font-family: Quicksand;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: bold;
    color: black;
}
.section-heading-sub>p {
    margin-bottom: 40px;
}
.success-stories .slick-prev, .success-stories .slick-next {
    background: #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.see-all-btn{
    justify-content: end;
}

@media (max-width: 767px) {
    .job-card {
        width: 100% !important;
        margin: 5px 0px 15px 0px !important;
    }
    .see-all-btn{
        padding-top: 15px;
        justify-content: center;
    }
    .section-heading > h1{
        font-size: 36px;
    }
    .how-to {
        margin: 0px 0px 15px 0px;
    }
    .job-search > h1 {
        font-size: 34px;
    }
    .xs-mt-10{
        margin-top: 10px;
    }
}

.job-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 280px;
	padding: 15px;
	margin: 0px 5px 0px 5px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.job-card .job-meta {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 12px;
	color: #666;
}

.job-card .job-type {
	background-color: #e0f7fa;
	color: #00796b;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 12px;
}

/* 🔹 Logo */
.job-card .logo {
	width: 70px;
	height: 70px;
	margin: 10px 0;
}

.job-card .logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

/* 🔹 Middle Content (Centered) */
.job-card .job-details {
	flex-grow: 1;
	text-align: center;
	padding: 0px !important;
}

.job-card .employer {
	font-size: 14px;
}

.job-card .job-title {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin: 0px;
}

.job-card .location {
	font-size: 12px;
	color: #777;
}

/* 🔹 Apply Now Button (Fixed at Bottom) */
.job-card .apply-btn {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	color: #ff7043;
	padding: 8px 20px;
	border-radius: 20px;
	border: 1px solid #ff7043;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.job-card .apply-btn:hover {
	background-color: #ff5722;
	color: #fff;
}
.job-card .employer, .job-title, .location {
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}
.add-banner .banner-image{
	object-fit: contain;
}
.top-banner-image{
	width: 100%;
	object-fit: fill;
}
.blog-description{
	height: 45px;
}
