.vxr_experts14_main_box {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    z-index: 10;
}

.vxr_experts14_bg_animated {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(161, 107, 255, 0.08) 0%, transparent 40%),
            radial-gradient(circle at 85% 80%, rgba(116, 61, 255, 0.06) 0%, transparent 40%),
            radial-gradient(circle at 50% 50%, rgba(96, 79, 138, 0.05) 0%, transparent 60%);
    animation: vxr_experts14_bg_float 20s ease-in-out infinite;
}

@keyframes vxr_experts14_bg_float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% {
        transform: translate(20px, -30px) scale(1.05);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, 20px) scale(0.98);
        opacity: 0.95;
    }
}

.vxr_experts14_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.vxr_experts14_header {
    text-align: center;
    margin-bottom: 80px;
}

.vxr_experts14_title {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    background: linear-gradient(135deg, #ae2cff6e, #b26bff, #db8bff75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 25px rgba(144, 107, 255, 0.4));
    animation: vxr_experts14_title_glow 3s ease-in-out infinite;
}

@keyframes vxr_experts14_title_glow {
    0%, 100% {
        filter: drop-shadow(0 0 25px rgba(166, 107, 255, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 35px rgba(149, 107, 255, 0.6));
    }
}

.vxr_experts14_subtitle {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    margin: 0 auto 20px;
}

.vxr_experts14_description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
}

.vxr_experts14_faculties {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 35px;
    margin-bottom: 80px;
}

.vxr_experts14_faculty {
    position: relative;
    padding: 45px 40px;
    background: rgba(10, 5, 15, 0.4);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    border: 2px solid transparent;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.vxr_experts14_faculty_shape {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(161, 107, 255, 0.08), rgba(126, 61, 255, 0.04));
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0;
    transition: all 0.6s ease;
}

.vxr_experts14_faculty_glow {
    position: absolute;
    inset: -150px;
    background: radial-gradient(circle at center, rgba(161, 107, 255, 0.25) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.vxr_experts14_faculty:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(179, 107, 255, 0.5);
    box-shadow: 0 25px 60px rgba(174, 107, 255, 0.35),
            inset 0 0 50px rgba(161, 107, 255, 0.08);
}

.vxr_experts14_faculty:hover .vxr_experts14_faculty_shape {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.vxr_experts14_faculty:hover .vxr_experts14_faculty_glow {
    opacity: 1;
}

.vxr_experts14_faculty_icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
}

.vxr_experts14_faculty_title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 1.3;
    text-align: center;
    position: relative;
    z-index: 2;
}

.vxr_experts14_faculty_text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.vxr_experts14_faculty_line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #a16bff, #7e3dff, transparent);
    transition: width 0.6s ease;
}

.vxr_experts14_faculty:hover .vxr_experts14_faculty_line {
    width: 100%;
}

.vxr_experts14_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.vxr_experts14_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px 45px;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.vxr_experts14_btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(135deg, #b36bff, #6e3dff, #b76bff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vxr_experts14_btn span,
.vxr_experts14_btn i {
    position: relative;
    z-index: 1;
}

.vxr_experts14_btn i {
    transition: transform 0.4s ease;
}

.vxr_experts14_btn_primary {
    background: linear-gradient(135deg, #8b6bff, #943dff);
    box-shadow: 0 10px 30px rgba(149, 107, 255, 0.5);
}

.vxr_experts14_btn_primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #8b3dff, #ae6bff);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vxr_experts14_btn_primary:hover::after {
    opacity: 1;
}

.vxr_experts14_btn_primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(188, 107, 255, 0.7);
}

.vxr_experts14_btn_secondary {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-color: rgba(179, 107, 255, 0.3);
    box-shadow: 0 5px 20px rgba(156, 107, 255, 0.2);
}

.vxr_experts14_btn_secondary:hover {
    background: rgba(134, 107, 255, 0.1);
    border-color: rgba(166, 107, 255, 0.6);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(156, 107, 255, 0.4);
}

.vxr_experts14_btn_secondary:hover::before {
    opacity: 1;
}

.vxr_experts14_btn:hover i {
    transform: scale(1.2) rotate(10deg);
}

@media (max-width: 1024px) {
    .vxr_experts14_faculties {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .vxr_experts14_title {
        font-size: 46px;
    }

    .vxr_experts14_subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .vxr_experts14_main_box {
        padding: 80px 0;
    }

    .vxr_experts14_header {
        margin-bottom: 50px;
    }

    .vxr_experts14_title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .vxr_experts14_subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .vxr_experts14_description {
        font-size: 16px;
    }

    .vxr_experts14_faculties {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
    }

    .vxr_experts14_faculty {
        padding: 35px 30px;
    }

    .vxr_experts14_faculty_icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .vxr_experts14_faculty_icon lord-icon {
        width: 80px !important;
        height: 80px !important;
    }

    .vxr_experts14_faculty_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .vxr_experts14_faculty_text {
        font-size: 15px;
    }

    .vxr_experts14_cta {
        flex-direction: column;
        gap: 20px;
    }

    .vxr_experts14_btn {
        width: 100%;
        max-width: 400px;
        padding: 18px 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .vxr_experts14_faculties {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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