.pt50 {
    padding-top: 75px !important;
}

.pb50 {
    padding-bottom: 75px !important;
}

.bg-apple {
    background-color: #f5f5f7 !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 799px) {

    .pt50 {
        padding-top: 30 !important;
    }

    .pb50 {
        padding-bottom: 30px !important;
    }

    .dnoneformobile {
        display: none !important;
    }

}

.bs-career-single-form .bs-btn-1 {
    min-width: 100%;
    justify-content: center;
}

.bs-career-single-form .bs-btn-1:hover,
.bs-career-single-form .bs-btn-1:hover .text {
    color: #fff !important;
}

/* Project List - Modern Apple Style */
.project-tabs-wrapper .nav-pills {
    background: #e5e5e5;
    padding: 5px;
    border-radius: 50px;
    display: inline-flex;
}

.project-tabs-wrapper .nav-link {
    color: #555;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    padding: 10px 30px;
}

.project-tabs-wrapper .nav-link:hover {
    color: #111;
}

.project-tabs-wrapper .nav-link.active {
    background-color: #262261 !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.project-card-apple {
    background: #f5f5f7;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.05); */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    cursor: pointer;
    border: none;
}

.project-card-apple:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.project-img-link {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 52%;
    /* Slightly wider than 16:9 for a sleek horizontal look */
}

.project-img-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card-apple:hover .project-img-link img {
    transform: scale(1.03);
}

.project-content {
    padding: 24px 30px;
}

.project-category {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #86868b;
    margin-bottom: 6px;
    display: block;
}

.project-title {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.project-title a {
    color: #1d1d1f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-title a:hover {
    color: #262261;
}

.project-location {
    font-size: 15px;
    color: #6e6e73;
    margin: 0;
    font-weight: 400;
}

/* User Requests */
.bs-about-1-item {
    border-radius: 12px;
    overflow: hidden;
}

.bs-about-4-project {
    background-color: rgba(38, 34, 97, 0.9) !important;
    max-width: 285px !important;
    padding: 45px 25px !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 12px !important;
    margin-left: -48px !important;
    margin-bottom: 20px !important;
    border-left: unset !important;
    border-top: unset !important;
    border-right: unset !important;
}

.bs-sec-title-4.title {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase !important;
}

.bs-work-1-tabs-item-single .item-img {
    border-radius: 12px;
    overflow: hidden;
}

/* Modern Counter Section - Apple Style */
/* Modern Counter Section - Apple Style */
.counter-card-apple {
    background-color: #f5f5f7;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.counter-card-apple:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.counter-card-apple .item-number {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #262261 !important;
    margin-bottom: 8px;
    line-height: 1;
    background: none;
    -webkit-text-fill-color: initial;
    position: relative;
    z-index: 2;
}

.counter-card-apple .item-disc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.counter-bg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #262261;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.counter-card-apple:hover .counter-bg-icon {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.08;
}

.wa-img-cover img {
    border-radius: 12px;
}