@media only screen and (max-width: 991px) {

    .color-fill {
        height: 86px;
    }

    .fsdf {
        background:none!important;
        margin-left: 650px!important;
        position: static !important; /* Change position to static */
    }
    
    .fsdfsda {
        background:none!important;
        margin-top: -66px!important;
    }

    .header-style-3 .has-child .submenu-toogle {
        top:17px!important;
    }

}

@media only screen and (max-width: 902px) {

    .fsdf {
        margin-left: 600px!important;
    }

}

@media only screen and (max-width: 886px) {

    .fsdf {
        margin-left: 550px!important;
    }

}

@media only screen and (max-width: 814px) {

    .fsdf {
        margin-left: 500px!important;
    }

}

@media only screen and (max-width: 769px) {

    .fsdf {
        margin-left: 450px!important;
    }

}

@media only screen and (max-width: 703px) {

    .fsdf {
        margin-left: 400px!important;
    }

}

@media only screen and (max-width: 650px) {

    .fsdf {
        margin-left: 350px!important;
    }

}

@media only screen and (max-width: 598px) {

    .fsdf {
        margin-left: 300px!important;
    }

}

@media only screen and (max-width: 548px) {

    .fsdf {
        margin-left: 250px!important;
    }

}

@media only screen and (max-width: 500px) {

    .fsdf {
        margin-left: 200px!important;
    }

}

@media only screen and (max-width: 436px) {

    .fsdf {
        margin-left: 200px!important;
    }

}

@media only screen and (max-width: 400px) {

    .fsdf {
        margin-left: 130px!important;
    }

}

@media only screen and (max-width: 382px) {

    .fsdf {
        margin-left: 115px!important;
    }

}

@media only screen and (max-width: 326px) {

    .fsdf {
        margin-left: 100px!important;
    }

}

@media only screen and (max-width: 303px) {

    .fsdf {
        margin-left: 85px!important;
    }

}

@media only screen and (max-width: 286px) {

    .fsdf {
        margin-left: 75px!important;
    }

}

/* Common styles for all cards across sections */
.job-categories-block {
    height: 280px !important;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.job-categories-block .twm-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.job-categories-block .twm-media {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.job-categories-block .twm-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.job-categories-block p {
    flex: 1;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    max-height: 60px;
    width: 100%;
}

.job-categories-block .twm-jobs-available {
    width: auto;
    padding: 8px 15px;
    margin-top: 10px;
    border-radius: 4px;
}

/* Center content */
.job-categories-block center {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Carousel specific styles */
.job-categories-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.job-categories-carousel .owl-item {
    display: flex;
    height: auto;
}

.job-categories-carousel .item {
    width: 100%;
    display: flex;
}

/* Carousel fixes */
.job-categories-carousel .owl-stage {
    display: flex;
}

.job-categories-carousel .owl-item {
    display: flex;
}

.job-categories-carousel .item {
    width: 100%;
    display: flex;
}

/* Grid specific styles (for non-carousel sections) */
.row .item {
    margin-bottom: 30px;
}

/* Fix for mt-3 spacing */
.twm-jobs-available.mt-3 {
    margin-top: 10px !important;
}

.site-button {
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  text-align: center;
}

.notice-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.notice-icon {
    margin-right: 1.5rem;
    color: #10b981;
    font-size: 2rem;
    animation: bounce 1.5s infinite;
}

.notice-content h5 {
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.notice-content p {
    color: #64748b;
    margin-bottom: 0;
}

/* Center align job detail bullet points */
.job-detail-content ul {
    text-align: center;
    padding-left: 0;
    list-style-position: inside;
    margin-top: 15px;
}

.job-detail-content ul li {
    display: inline-block;
    text-align: left;
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}

.job-detail-content ul li:before {
    position: absolute;
    left: 0;
    color: #F9AF23;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}