.vxr_text3_main_box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.vxr_text3_main_box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.vxr_text3_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.vxr_text3_content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.vxr_text3_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #161b2f 0%, #003257 100%);
    border-radius: 50%;
    margin-bottom: 25px;
    position: relative;
}

.vxr_text3_icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #0d6efd, #003257);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
    animation: vxr_text3_pulse 2s infinite;
}

.vxr_text3_icon i {
    font-size: 28px;
    color: white;
}

.vxr_text3_title {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.vxr_text3_text {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

@keyframes vxr_text3_pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 768px) {
    .vxr_text3_main_box {
        padding: 40px 15px;
    }

    .vxr_text3_content {
        padding: 30px 20px;
    }

    .vxr_text3_title {
        font-size: 24px;
    }

    .vxr_text3_icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .vxr_text3_icon i {
        font-size: 24px;
    }
}

.vxr_text3_content.aos-init.vxrAFF16 {
    display: block;
}

.vxr8D14E {
    width: 100px;
    height: 100px;
}