.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: #008fd4 !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: #008fd4;
}

.project-location {
    font-size: 15px;
    color: #6e6e73;
    margin: 0;
    font-weight: 400;
}

.bs-about-4-project {
    background: #0094d9e6 !important;
    border-radius: 12px !important;
}

/* Footer Social Icons - Premium Apple Style */
.bs-footer-5-copyright-social {
    display: flex !important;
    gap: 12px !important;
    align-items: center;
}

.social-elm {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.social-elm:hover {
    background: #fff !important;
    color: #0096da !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    border-color: #fff !important;
}

.social-elm i {
    transition: color 0.3s ease;
}

/* Hero Typography - Modern Premium Style */
.bs-hero-5-title-1 {
    font-size: 64px !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
}

.bs-hero-5-title-2 {
    font-size: 72px !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.1 !important;
}

.bs-hero-5-wrap {
    margin-left: 40px !important;
}

.bs-hero-5-bg-img img {
    min-height: 100vh;
    object-fit: cover !important;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .bs-hero-5-title-1 {
        font-size: 56px !important;
    }

    .bs-hero-5-title-2 {
        font-size: 64px !important;
    }
}

@media only screen and (max-width: 991px) {
    .bs-hero-5-title-1 {
        font-size: 42px !important;
    }

    .bs-hero-5-title-2 {
        font-size: 48px !important;
    }

    .bs-hero-5-wrap {
        margin-left: 0px !important;
    }

    .bs-hero-5-bg-img {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .bs-hero-5-title-1 {
        font-size: 32px !important;
    }

    .bs-hero-5-title-2 {
        font-size: 38px !important;
    }
}