.vendor-search-area{
    background:#f7f9f6;
}

.single-vendor-area{
    background:#fff;
    border-radius:10px;
    padding:30px;
    border: 1px solid #e6e6e6;
    transition:all .3s ease;
    height: 100%;
}

.single-vendor-area i{
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
}

.single-vendor-area .job-qualification i{
    font-size: 25px;
    font-weight: 300;
    color: #629d23;
}

.single-vendor-area:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.job-info{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.job-info i{
    color:#629d23;
    margin-right:6px;
}

.single-vendor-area{
    background:#fff;
    padding:30px;
    border-radius:10px;
    border:1px solid #eee;
    transition:0.3s;
}

.single-vendor-area:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transform:translateY(-5px);
}

.job-meta{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    margin-bottom:15px;
}

.meta-item{
    display:flex;
    align-items:center;
    font-size:14px;
    color:#555;
}

.meta-item i{
    color:#629d23;
    margin-right:8px;
}

.check-main-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:20px;
}

.single-check-area{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:18px;
    border-radius:8px;
    background:#f9faf7;
    transition:.3s;
}

.single-check-area:hover{
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    transform:translateY(-3px);
}

.single-check-area .icon{
    padding: 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#629d23;
    color:#fff;
    border-radius:8px;
    font-size:18px;
}

.single-check-area h6{
    font-size:16px;
    font-weight:600;
    margin-bottom:4px;
}

.single-check-area p{
    font-size:14px;
    color:#666;
    margin:0;
}

.profile i{
    color:#629d23;
}

.core-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    text-align:center;
    transition:0.3s;
    height:100%;
    border:1px solid #eee;
}

.core-box:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.core-box .icon{
    width:65px;
    height:65px;
    background:#629d23;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin:0 auto 20px;
    font-size:24px;
}

.core-box h5{
    font-weight:600;
    margin-bottom:10px;
}

.core-box p{
    font-size:14px;
    color:#666;
}

.expertise-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:25px;
    border-radius:10px;
    border:1px solid #eee;
    transition:0.3s;
    height:100%;
}

.expertise-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,0.08);
}

.expertise-card .icon{
    width:55px;
    height:55px;
    background:#629d23;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    font-size:22px;
    flex-shrink:0;
}

.expertise-card h5{
    font-weight:600;
    margin-bottom:6px;
}

.expertise-card p{
    font-size:14px;
    color:#666;
    margin:0;
}

.section-title p{
    color:#629d23;
    font-weight:600;
    letter-spacing:1px;
    text-align: center;
}

.innovation-card{
    background:#fff;
    padding:30px 25px;
    border-radius:10px;
    text-align:center;
    border:1px solid #eee;
    transition:0.3s;
    height:100%;
}

.innovation-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,0.08);
}

.innovation-card .icon{
    width: 60px;
    height: 60px;
    background: #629d23;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin:0 auto 20px;
    font-size: 22px;
}

.innovation-card h5{
    font-weight:600;
    margin-bottom:10px;
}

.innovation-card p{
    font-size:14px;
    color:#666;
}

.about-banner-area-bg{
    position: relative;
    /* background-image: url('../images/banner/profile-banner.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-banner-area-bg.overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

.about-banner-area-bg.overlay .container{
    position: relative;
    z-index: 2;
}

.inner-content-about-area .title{
    color:#fff;
}

/* apply job popup */
.input-error {
    text-align: left;
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.alert-success-msg {
    background: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: left;
}

.alert-error-msg {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: left;
}

/* Shop pagination */
.pagination-area-main-wrappper .shop-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 45px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    font-weight: 700;
    color: #2C3C28;
    text-decoration: none;
    background: #fff;
    line-height: 1;
}

.pagination-area-main-wrappper a.shop-page-link:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.pagination-area-main-wrappper .shop-page-link.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.pagination-area-main-wrappper .shop-page-link.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-area-main-wrappper .shop-page-link.dots {
    border-color: transparent;
    background: transparent;
    min-width: auto;
    padding: 0 4px;
    font-weight: 600;
}

.shop-sort-wrapper .shop-sort-select {
    min-width: 180px;
    height: 45px;
    padding: 0 36px 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #fff;
    color: #2c3c28;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232C3C28' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* Attribute CSS */
.product-attribute-item {
    margin-bottom: 20px;
}

.attribute-title {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
}

.attribute-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attribute-option {
    cursor: pointer;
}

.attribute-label {
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 6px;
    background: #fff;
    transition: 0.3s;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.attribute-radio:checked + .attribute-label {
    background: #629d23;
    color: #fff !important;
    border-color: #629d23;
}

.description-glass {
    display: inline-block;
    padding: 20px 25px;
 
    /* background: rgba(255, 255, 255, 0.12); */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 16px;

    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); */

    /* color: #fff; */
    line-height: 1.8;
}

.description-glass p:last-child {
    margin-bottom: 0;
}


/* Products page Design CSS */
.custom-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-content {
    background: #fff;
    width: 900px;
    max-width: 90%;
    margin: 5% auto;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

.close-popup {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}

.popup-product-img {
    max-width: 100%;
    border: 1px solid #e9e0e0;
    border-radius: 8px;
    padding: 5px;
}

.product-image {
    overflow: hidden;
    border-radius: 10px;
}

.product-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-image:hover img {
    transform: scale(1.08);
}

.shop-grid-sidebar-area.rts-section-gap {
    padding-top: 20px;
    padding-bottom: 30px;
}

.sidebar-filter-wrapper {
    display: none;
}

@media (min-width: 1200px) {
    .sidebar-filter-wrapper {
        display: block;
    }
}

.filter-toggle-btn {
    display: none;
}

@media (max-width: 1199.98px) {
    .filter-toggle-btn {
        display: inline-flex;
    }
}

.top-filter .left-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 575px) {
    .top-filter .left-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }
}

.subcategory-card {
    transition: none;
}

.subcategory-card .subcategory-image-wrap {
    overflow: hidden;
    border-radius: 10px;
}

.subcategory-card .subcategory-image {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.35s ease;
    transform-origin: center center;
}

.subcategory-card:hover .subcategory-image {
    transform: scale(1.08);
}

.banner-bg-full_1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .banner-bg-full_1 {
        min-height: 450px !important;
        height: 450px !important;
        padding: 30px 0 !important;
    }

    .banner-inner-content-three {
        padding: 1rem !important;
    }
}