.global-block5-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 

.global-block5-section .section-container {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.global-block5-section .left-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.global-block5-section .section-header h2 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: #161632;
    margin-bottom: 1.5rem;
}

.global-block5-section .section-header p {
    font-size: 16px;
     
    color: #525F7F;
}

 

.global-block5-section .features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.global-block5-section .feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.global-block5-section .feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.global-block5-section .feature-icon-lazy {
    width: 22px;
    height: 22px;
    background-color: #e9ecef;
}

 
.global-block5-section .feature-icon-image {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.global-block5-section .feature-item span {
    font-size: 16px;
    font-weight: 500;
    color: #434771;
}


.global-block5-section .section-footer p {
    font-size: 16px;
    color: #525F7F;
}

.global-block5-section .section-footer p:last-child {
    margin-bottom: 0;
}

.global-block5-section .right-column {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.global-block5-section .section-image {
    width: 100%;
     
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.global-block5-section .section-image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #f8f9fa;
}

.global-block5-section .block5-lottie-container {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-block5-section .block5-lottie-container-lazy {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    background-color: #f8f9fa;
        overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-block5-section .block5-lottie-placeholder {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

.global-block5-section .lottie-loading {
    color: #8A7DC8;
    font-size: 14px;
    text-align: center;
    animation: pulse 1.5s ease-in-out infinite alternate;
}

.global-block5-section .lottie-error {
    color: #6c757d;
    font-size: 14px;
    text-align: center;
}

@keyframes pulse {
    from { opacity: 0.6; }
    to { opacity: 1; }
}

 

.global-block5-section.space-top-1x {
    padding-top: 20px;
}

.global-block5-section.space-top-2x {
    padding-top: 40px;
}

.global-block5-section.space-top-3x {
    padding-top: 60px;
}

.global-block5-section.space-top-4x {
    padding-top: 80px;
}

.global-block5-section.space-top-5x {
    padding-top: 100px;
}

.global-block5-section.space-bottom-1x {
    padding-bottom: 20px;
}

.global-block5-section.space-bottom-2x {
    padding-bottom: 40px;
}

.global-block5-section.space-bottom-3x {
    padding-bottom: 60px;
}

.global-block5-section.space-bottom-4x {
    padding-bottom: 80px;
}

.global-block5-section.space-bottom-5x {
    padding-bottom: 100px;
}

 

 
 @media (max-width: 768px) {
    /* Responsive styles for global block5 headings and text */
    .global-block5-section .section-header h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    
    .global-block5-section .section-header p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .global-block5-section .feature-item span {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .global-block5-section .section-footer p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Responsive styles for global block5 layout */
    .global-block5-section .section-container {
        display: flex;
        flex-direction: column;
    }
}
