.about-video iframe {
    width: 100%;
}
.stats-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}
.stat-text {
    font-size: 14px;
    color: #eaeaea;
}
.features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 2000px;
    margin: auto;
}
.feature-item {
    text-align: center;
}
.feature-icon {
    font-size: 50px;
    color: #7aa92d;
}
.feature-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.feature-text {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}
.coming-soon-badge {
    background-color: #959581;
    color: white;
    font-size: 14px;
    text-align: center;
    position: absolute;
    max-width: 110px;
    top: 15px;
    left: 15px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    z-index: 999;
}

.coming-soon-badge-home {
    background-color: #959581;
    color: white;
    font-size: 14px;
    text-align: center;
    position: absolute;
    max-width: 110px;
    top: 15px;
    left: 15px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    z-index: 999;
}

.job-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 40px;
}

.job-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: inherit;
}

.job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.07);
}

.job-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
}

.job-short-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.5;
}

.job-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.job-meta-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #333;
    gap: 8px;
}

.job-meta-item img {
    width: 16px;
    height: 16px;
}

.job-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.job-tag {
    background: #f3f3f3;
    color: #444;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.job-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.learn-more {
    font-size: 12px;
    font-weight: bold;
    color: #c11616;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.job-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 24px;
    background: #fafafa;
    border-radius: 12px;
}

.info-item {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-left: 4px solid #959581;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 16px;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}

.info-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.icon-wrap {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.icon-wrap svg {
    width: 100%;
    height: 100%;
    fill: #959581;
}

.info-item label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.info-item p {
    margin: 2px 0 0;
    font-size: 15px;
    color: #222;
}

@media (max-width: 768px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    html,
    body {
        overflow-x: hidden;
    }
    .coming-soon-badge-home {
        background-color: #959581;
        color: white;
        font-size: 9px;
        text-align: center;
        position: absolute;
        max-width: 80px;
        top: 15px;
        left: 15px;
        font-weight: bold;
        padding: 5px;
        border-radius: 5px;
        z-index: 999;
    }
    .coming-soon-badge {
        background-color: #959581;
        color: white;
        font-size: 14px;
        text-align: center;
        position: absolute;
        max-width: 110px;
        top: 15px;
        left: 15px;
        font-weight: bold;
        padding: 10px 10px;
        border-radius: 5px;
        z-index: 999;
    }
    .features-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .stats-container {
        flex-direction: column;
    }
    .about-img {
        width: 100%;
    }
    .mob-flex-col {
        flex-direction: column;
        display: flex;
    }
    .mob-flex-col-reverse {
        flex-direction: column-reverse;
        display: flex;
    }
    .hero-video {
        object-position: left center !important;
    }
    /* .search-form{
        width: 80% !important;
    }
    .search-form div{
        flex-direction: column !important;
    }
    .search-form div input{
        margin-bottom: 10px !important;
    }
    .search-form div select{
        margin-bottom: 10px !important;
    }
    .search-form div button{
        width: 100% !important;
        height: 36px !important;
    }
    .search-form div a{
        width: 100% !important;
        height: 36px !important;
    } */
}
