p {
    color: #000000;
    font-size: 14px !important;
    line-height: 24px;
}

.product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-img img {
    padding: 10px;
    height: 200px;
    width: 200px;
}

.bg-container {
    background-color: #e7638008;
}

.owl-dot {
    display: none !important;
}

.owl-dot .active {
    display: none !important;
}

.hero_sections {
    height: 50vh;
    width: 100%;
}


.hiringimgcard {

    height: 130px;
    width: 130px;
}

.hero_sections {

    background-size: cover;
    background-position: center;
    height: 500px;

}

.card-box {
    margin: 0 10px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 15px;
    height: 120px;

}

.owl-nav button {
    display: none !important;
}


.card-body {
    padding: 20px;
}

.card-body h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #0d6efd;
}

.card-body p {
    font-size: 0.95rem;
    color: #555;
}

.nav-link.active {
    border-bottom: 2px solid #0d6efd;
    font-weight: 600;
    color: #0d6efd !important;
}

.search-product-hero-card {

    background: #ffffffc7;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-product-hero-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.search-product-hero-card h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 20px;
}

.search-product-hero-card p {
    font-size: 1rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
}

.search-product-hero-card .btn {
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
}

.search-talent-btn {
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
}