.location-input {
    width: 300px !important;
}

.select2-container {
    width: 300px !important;
}

.select2-dropdown {
    width: 300px !important;
}

.select2-dropdown .select2-results {
    max-width: 400px !important;
}

/* search section css */
.search-bar {
    display: flex;
    gap: 21px;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    padding: 10px 20px;
    margin-left: -150px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.search-input,
.location-input,
.experience-input {
    flex: 1;
    padding: 10px 46px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
}

.search-input::placeholder,
.location-input::placeholder,
.experience-input::placeholder {
    color: #999;
}

.search-button {
    background: #65a6d7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-button:hover {
    background: #65a6d7;
}

.first-section-pt-1 {
    padding-top: 2.84rem;
}

.section-py-1 {
    padding: 1.25rem 0;
}

/* Slider button css */
.landing-reviews-btns {
    display: flex;
    justify-content: right;
    margin-bottom: 20px;
}

/* slider jobcard */
.job-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 200px;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.job-icon {
    max-width: 100%;
    height: 35px;
    object-fit: contain;
    margin-bottom: 10px;
}

.job-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* job skill section */
.tabs {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    justify-content: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.tab.active {
    background-color: #65a6d7;
    color: #fff;
    border-color: #65a6d7;
}

.skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

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

.skill {
    display: inline-block;
    background-color: #e8f0fe;
    color: #65a6d7;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-all {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #65a6d7;
    text-decoration: none;
}

.view-all:hover {
    text-decoration: underline;
}

.mt-70 {
    margin-top: 5rem;
}

.title-tag {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0;
    line-height: 1.5;
}

/* client logo */
.landing-reviews .swiper-logo-carousel .swiper {
    max-width: none !important;
}

@media (max-width: 480px) {
    .search-bar {
        flex-direction: column;
        gap: 5px;
        padding: 5px 10px;
        margin-left: 0;
        width: 100%;
        box-shadow: none;
    }

    .job-card {
        width: 130px;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .tabs {
        margin-bottom: 5px !important;
        display: unset;
    }

    .search-bar {
        gap: 10px !important;
        padding: 8px 15px !important;
        margin-left: 1px !important;
    }

    .tab {
        margin-bottom: 10px;
    }

    .skills-tags {
        gap: 8px;
    }

    .job-card {
        width: 150px;
        padding: 15px;
    }
}

.h-27per {
    height: 27% !important;
}

.location-search {
    width: 27%;
    z-index: 10;
    background: white;
}

.job-search {
    width: 27%;
    z-index: 10;
    background: white;
}

input.error {
    border-color: #dc3545;
}

.search-job-input {
    min-height: 40px;
    height: 40px;
}

@media (max-width: 480px) {
    .location-search {
        width: 90%;
    }

    .job-search {
        width: 90%;
    }

    .error-container {
        min-height: unset !important;
    }
}

@media (max-width: 768px) {
    .location-search {
        width: 39%;
    }

    .job-search {
        width: 90%;
    }

    .error-container {
        min-height: unset !important;
    }
}

.text-none {
    text-transform: none !important;
}

.error-container {
    min-height: 1.25rem;
}

/* Video For Mobile */
.short-video {
    top: 8px;
    max-width: 90%;
    margin: 0 auto 30px;
}

.short-reel {
    max-width: 100%;
    margin-bottom: 16px;
}

.yt-video {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

/* Video For Desktop */
.yt-long-embed {
    margin-top: 26px !important;
    max-width: 190px;
    margin: 0 auto;
}

.yt-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Header Login Btn */
.btn-box-one {
    background-color: #68cb663d;
}

.btn-box-two {
    background-color: #f3d2503b;
}
