.services-one__single-hover-bg::before {
    background: linear-gradient(208deg, rgb(48 117 94) 0%, rgba(15, 35, 65, 0.77) 100%);

}

/* .services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 49px;
    color: #2e7052;
} */

.main-slider__bg:before {
    background-color: #1b443679;
}

.testimonial-one {

    background-color: var(--secondary-color);

}

.counter-one__inner {

    background-color: var(--primary-color);

}

.cta-one {
    background-color: var(--secondary-color);
}

.main-menu__wrapper:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: rgb(255, 255, 255);
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    color: var(--bixola-black);
}

.main-menu .main-menu__list>li.dropdown>a:after {
    color: var(--bixola-black);
}

.main-menu__call-sub-title {
    color: var(--bixola-black);
}

.main-menu__call-number a {
    color: var(--bixola-black);

}

.main-menu__btn {
    background-color: var(--bixola-base);
    color: var(--bixola-white);
}

.main-header__top {
    background-color: var(--bixola-base);
}

/* .main-header__top {
    background-color: var(--secondary-color);
} */

.main-header__contact-list li .text p {
    color: var(--bixola-white);
}

.main-header__contact-list li .text p a {
    color: var(--bixola-white);
}

.main-header__contact-list li .icon i {
    color: var(--bixola-white);
}

.main-menu__call-icon {
    background-color: var(--bixola-base);
    color: var(--bixola-white);
}

.stricky-header .main-menu__wrapper:before {
    background-color: var(--bixola-white);
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.manpower-card {
    border-radius: 14px;
    transition: 0.3s ease;
    background: #f8d5c23f;
    padding: 10px 15px !important;
}

.manpower-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* icon container */
.icon-box {
    width: 55px;
    height: 55px;
    background: #f8d5c28e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* image size */
.icon-box img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/* spacing */
.why-manpower-section {
    padding: 60px 0;
}

/* check list style */
.check-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
}

/* circle checkmark */
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    /* Bootstrap primary color */
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* optional hover effect */
.check-list li:hover {
    transform: translateX(4px);
    transition: 0.2s ease;
}

/* image styling */
.services-details__img img {
    max-width: 100%;
    border-radius: 12px;
}

.pricing-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 10px;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.text-primary {
    color: var(--primary-color) !important;
}

/* Card Style */
.vmv-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--primary-color);
}

/* Hover effect */
.vmv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Header row */
.vmv-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

/* Icon circle */
.vmv-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    /* change to theme color */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid var(--primary-color);
    /* change to theme color */
    transition: all 0.3s ease;
}


/* Text */
.vmv-card p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

/* Values list */
.vmv-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.vmv-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: #555;
}

img {
    border-radius: 15px !important;
}

.services-one__icon {
    position: relative;
    display: inline-block;
    top: 0px;
    z-index: 1;
    line-height: 20px;
}

.services-one__single {
    position: relative;
    display: flex;
    background-color: #F7F4F4;
    padding: 39px 45px 34px;
    border-radius: var(--bixola-bdr-radius);
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    align-items: center;
}

.site-footer {
    position: relative;
    display: block;
    background-color: #1e3027;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

@media (max-width:576px) {
    .page-header {
        position: relative;
        display: block;
        padding: 160px 0 80px !important;
        overflow: hidden;
        z-index: 1;
    }

    .main-slider .item {
        padding-top: 165px;
        padding-bottom: 85px;
    }

}

.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.main-header__contact-list li .text p a:hover {
    color: var(--bixola-white);
}

.main-header__social a:hover {
    color: var(--bixola-white);
}