#jobs-page-content {
    margin-top: -75px !important;
}

#jobs-page-content .text-primary {
    color: #23a857;
}

#jobs-page-content .bg-primary {
    background-color: #23a857;
}

/* Header image */
#jobs-page-content .sertia-header-img {
    height: 400px;
    border-radius: 3rem;
    border: 4px solid #fff;
    transform: rotate(-3deg);
    transition: transform 0.5s;
}

#jobs-page-content .sertia-header-img:hover {
    transform: rotate(0deg);
}

#jobs-page-content .sertia-decor-circle {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 8rem;
    height: 8rem;
    background-color: #dcfce7;
    border-radius: 50%;
    z-index: -1;
}

/* Job items */
#jobs-page-content .job-item {
    border-radius: 28px;
    transition: all 0.4s ease;
    border: 2px solid #f3f4f6;
    cursor: pointer;
}

#jobs-page-content .content-expand {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

#jobs-page-content .job-item.active {
    border-color: #23a857;
    background-color: #fff;
    box-shadow: 0 20px 40px -15px rgba(35, 168, 87, 0.1);
}

#jobs-page-content .job-item.active .content-expand {
    max-height: 1500px;
    padding-bottom: 2rem;
}

#jobs-page-content .job-item.active .icon-toggle {
    transform: rotate(45deg);
    color: #23a857;
}

/* Share buttons */
#jobs-page-content .share-btn {
    transition: all 0.2s;
    cursor: pointer;
}

#jobs-page-content .share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

#jobs-page-content .share-btn .share-icon {
    width: 1rem;
    height: 1rem;
    filter: brightness(0) saturate(100%);
}

#jobs-page-content .share-btn.linkedin .share-icon {
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(5000%) hue-rotate(210deg) brightness(1.2) contrast(1.2);
}

#jobs-page-content .share-btn.email .share-icon {
    filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.4) contrast(1);
}

#jobs-page-content .share-btn.copy .share-icon {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(120deg) brightness(1.2) contrast(1.2);
}

#jobs-page-content .share-btn.linkedin {
    background-color: #eff6ff;
    color: #1d4ed8;
}

#jobs-page-content .share-btn.copy {
    background-color: #f0fdf4;
    color: #15803d;
}

/* Benefits box */
#jobs-page-content .sertia-benefits-box {
    background-color: #f0fdf4;
    border-radius: 1rem;
    border: 1px solid #dcfce7;
}

/* Referral section */
#jobs-page-content .sertia-referral-card {
    border-radius: 2.5rem;
}

#jobs-page-content .sertia-referral-sidebar {
    background-color: #f0fdf4;
}

#jobs-page-content .sertia-accent-bar {
    width: 4rem;
    height: 0.25rem;
    background: #23a857;
}

#jobs-page-content .sertia-referral-badge {
    border-color: #dcfce7;
}

/* Step cards */
#jobs-page-content .sertia-step-card {
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    padding: 2.5rem;
    transition: all 0.3s;
}

#jobs-page-content .sertia-step-card:hover {
    border-color: #23a857;
}

#jobs-page-content .sertia-step-card img.sertia-step-icon {
    width: 3rem;
    height: 3rem;
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(120deg) brightness(1.2) contrast(1.2);
}

#jobs-page-content .big-number {
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 8rem;
    font-weight: 900;
    color: #f9fafb;
    z-index: 0;
}

/* Benefit cards */
#jobs-page-content .sertia-benefit-card {
    border-radius: 2.5rem;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s;
}

#jobs-page-content .sertia-benefit-card:hover {
    border-color: #23a857;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}

#jobs-page-content .sertia-benefit-icon {
    width: 5rem;
    height: 5rem;
    background-color: #f0fdf4;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

#jobs-page-content .sertia-benefit-card:hover .sertia-benefit-icon {
    background-color: #23a857;
}

#jobs-page-content .sertia-benefit-img {
    width: 2.5rem;
    height: 2.5rem;
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(120deg) brightness(1.2) contrast(1.2);
}

#jobs-page-content .sertia-benefit-card:hover .sertia-benefit-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1) contrast(1);
}

/* Gallery */
#jobs-page-content .sertia-gallery-main {
    background-color: #f3f4f6;
    border-radius: 2.5rem;
    height: 500px;
}

#jobs-page-content .sertia-gallery-side {
    background-color: #f3f4f6;
    border-radius: 2.5rem;
    height: 244px;
}

/* Toast */
#jobs-page-content #copy-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #23a857;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s;
    z-index: 1000;
}

#jobs-page-content #copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* FAQ */
#jobs-page-content .faq-item {
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}

#jobs-page-content .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

#jobs-page-content .faq-item.active .faq-content {
    max-height: 300px;
    padding: 1rem 0;
}

#single-blog .post-content h1 {
    text-align: right !important;
    border-bottom: none !important;
}

.text-right-box,
.text-right-box * {
    text-align: right !important;
}

#single-blog .post-content ul,
#single-service .single-service__content ul,
#single-blog .post-content ol,
#single-service .single-service__content ol {
    list-style-type: none !important;
}

@media (max-width: 768px) {
    #jobs-page-content .sertia-gallery-main {
        background-color: white !important;
        height: max-content !important; 
    }
}