body {
    font-size: 14pt;
    line-height: 1.5;
}

.apex__hero {
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
}

.apex__hero-image {
    width: 100%;
    height: 400px;
    background-image: url('/static/img/apex/Apex-Header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.apex__hero-content {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 40px 15px;
    width: 100%;
}

.apex__hero-content .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.apex__hero-content h1 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.unified h2.two-line-heading {
    color: #000000;
}

.unified h2.two-line-heading br + span {
    color: #AFAFAF;
}

.apex__hero-content .lead {
    color: #FFFA9F;
    font-weight: 400;
    letter-spacing: 1px;
}


.apex-section {
    padding: 5rem 0;
    position: relative;
}

.apex-section.bg-white {
    background-color: #EAEAEA!important;
}

.apex-section.bg-light {
    background-color: #f8f9fa;
}

.apex-two-column {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}

.apex-col {
    flex: 1 1 45%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.apex-col .apex-divider {
    width: 100%;
}

.benefit_apex {
    background-image: url('/static/img/apex/Website_Partner_banner_Apex_desktop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; 
}

.benefit_apex h2,
.benefit_apex h3,
.benefit_apex p,
.benefit_apex li{
    color: #ffffff!important;
}

.benefit_apex .apex-divider {
    background-color: #ffffff !important;
}

@media (max-width: 768px) {
    .benefit_apex {
        background-image: url('/static/img/apex/Website_Partner_banner_Apex_Mobile.png');
    }
}

.apex-divider {
    height: 1px;
    background-color: #a4aaaf;
    margin: 5.5rem 0;
}

.apex-divider-light {
    background-color: rgba(255, 255, 255, 0.5);
}

.apex-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.apex-feature-icon {
    flex: 0 0 80px;
    margin-right: 1.5rem;
}

.apex-feature-icon img {
    max-width: 100%;
    height: auto;
}

.apex-feature-content {
    flex: 1;
}

.benefit_apex {
    background-color: rgba(108, 117, 125, 0.3) !important;
    color: #000;
    padding: 4rem 0;
    font-size: 14px;
}

.benefit_apex h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.benefit_apex h2 .partner_header_highlight {
    color: #FFFA9F;
}

.benefit_apex .apex-divider {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

.benefit_apex h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.benefit_apex ul.list-unstyled li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
}

.benefit_apex ul.list-unstyled li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #FFFA9F;
    transform: translateY(-50%);
}

.unified h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.technical {
    background-color: #161616 !important;
    color: #f8f9fa;
    padding: 4rem 0;
}

.technical h2 {
    font-size: 45px;
    font-weight: 700;
    color: inherit;
}

.technical .technical_header_highlight{
    color: #FFFA9F;
}

.technical .apex-divider {
    color: inherit;
}

.technical .apex-divider {
    background-color: rgba(255, 255, 255, 0.7);
}
.technical .apex-two-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 60px 0 0 35%;
    width: 65%;
}

@media (max-width: 768px) {
    .technical .apex-two-column {
        margin-left: 0;
        width: 100%;
    }
}

.technical .apex-col {
    width: 100%;
    margin-bottom: 2rem;
}

.technical .apex-feature {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .apex-hero {
        height: 250px;
    }
    
    .apex-section {
        padding: 3rem 0;
    }
    
    .apex-col {
        flex: 1 1 100%;
    }
    
    .apex-feature {
        flex-direction: column;
    }
    
    .apex-feature-icon {
        margin-bottom: 1rem;
    }
}

/* List styling */
.benefit_apex .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.benefit_apex .list-unstyled li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.benefit_apex .list-unstyled li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #007bff;
}