/* ==========================================================================
   VVRC Premium Hero Slider Styles
   ========================================================================== */

/* Hero Slider Section Wrapper */
.vvrc-hero-slider-section {
    position: relative;
    background: radial-gradient(circle at 50% 50%, #0B0F19 0%, #05070B 100%);
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 120px;
    z-index: 1;
}

/* Background Animated Glow Nodes */
.vvrc-hero-glow-node {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(80px);
    opacity: 0.15;
    animation: pulse-glow 8s ease-in-out infinite;
}

.vvrc-hero-glow-node.node-1 {
    top: -10%;
    right: 5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #7C3AED 0%, rgba(37, 99, 235, 0) 70%);
}

.vvrc-hero-glow-node.node-2 {
    bottom: -10%;
    left: 5%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #2563EB 0%, rgba(124, 58, 237, 0) 70%);
    animation-delay: 2s;
}

.vvrc-hero-glow-node.node-3 {
    top: 40%;
    left: 45%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #10B981 0%, rgba(16, 185, 129, 0) 70%);
    animation-delay: 4s;
}

/* Swiper Container Configuration */
.vvrc-hero-slider-active {
    width: 100%;
    position: relative;
    z-index: 2;
}

.vvrc-hero-slide {
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
}

.vvrc-hero-slide.swiper-slide-active {
    opacity: 1 !important;
}

/* Slide Content Layout */
.vvrc-hero-slide-container {
    padding: 30px 0;
}

/* Tagline Badge */
.vvrc-slider-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--slide-accent, #F59E0B);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Heading with dynamic gradients */
.vvrc-slider-title {
    font-family: 'Outfit', sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 22px;
    letter-spacing: -1.5px;
    color: #ffffff !important;
}

.vvrc-slider-title span.gradient-text {
    background: linear-gradient(135deg, var(--slide-accent, #7C3AED) 0%, #3B82F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Slide Description */
.vvrc-slider-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16.5px;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 30px;
    max-width: 580px;
}

/* Feature Checkpoints Grid */
.vvrc-slider-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 35px;
    max-width: 520px;
}

.vvrc-slider-feat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    color: #E2E8F0;
}

.vvrc-slider-feat-item i {
    font-size: 13px;
    color: var(--slide-accent, #10B981);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slide Buttons */
.vvrc-slider-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Primary Button Glassmorphic Shimmer */
.vvrc-slider-btn-primary {
    position: relative;
    background: linear-gradient(135deg, var(--slide-accent, #7C3AED) 0%, #2563EB 100%);
    border: none;
    color: #FFFFFF;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25);
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vvrc-slider-btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.vvrc-slider-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(124, 58, 237, 0.35);
    color: #ffffff;
}

.vvrc-slider-btn-primary:hover::after {
    left: 130%;
    opacity: 1;
}

/* Secondary Button (WhatsApp) */
.vvrc-slider-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #E2E8F0;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vvrc-slider-btn-secondary:hover {
    background: #10B981;
    color: #ffffff;
    border-color: #10B981;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

/* Visual Column Layout */
.vvrc-slider-visual-container {
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Center Dashboard Mockup Graphic */
.vvrc-slider-dashboard-wrap {
    position: relative;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 70%);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin-slow 25s linear infinite;
}

.vvrc-slider-main-image {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: reverse-spin 25s linear infinite;
}

.vvrc-slider-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Out-of-Phase Floating Badges */
.vvrc-slider-badge {
    position: absolute;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 18px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
    max-width: 240px;
}

.vvrc-slider-badge.badge-top-left {
    top: 5%;
    left: -5%;
    animation: float-y-top-left 5.5s ease-in-out infinite;
}

.vvrc-slider-badge.badge-bottom-right {
    bottom: 8%;
    right: -5%;
    animation: float-y-bottom-right 6.5s ease-in-out infinite;
}

.vvrc-slider-badge.badge-middle-right {
    top: 45%;
    right: -15%;
    animation: float-y-middle-right 6s ease-in-out infinite;
}

.vvrc-slider-badge-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--slide-accent, #7C3AED) 0%, #2563EB 100%);
}

.vvrc-slider-badge-text h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    color: #94A3B8;
    margin: 0;
    font-weight: 600;
}

.vvrc-slider-badge-text h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

/* Custom Swiper Controls (Premium Navigation) */
.vvrc-hero-pagination {
    bottom: 25px !important;
}

.vvrc-hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
    border-radius: 100px;
}

.vvrc-hero-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 28px;
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

.vvrc-hero-next, .vvrc-hero-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.vvrc-hero-next:after, .vvrc-hero-prev:after {
    font-size: 18px !important;
    font-weight: 900;
}

.vvrc-hero-next:hover, .vvrc-hero-prev:hover {
    background: #ffffff;
    color: #0B0F19 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.vvrc-hero-prev {
    left: 20px !important;
}

.vvrc-hero-next {
    right: 20px !important;
}

/* Hide navigation arrows on smaller devices */
@media (max-width: 991px) {
    .vvrc-hero-next, .vvrc-hero-prev {
        display: none !important;
    }
}

/* ==========================================================================
   Corporate Certifications & Selections Ribbon (Infinite Scrolling)
   ========================================================================== */
.vvrc-partner-ribbon-section {
    background: #060910;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.vvrc-ribbon-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #64748B;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-align: center;
    margin-bottom: 20px;
}

.vvrc-ribbon-wrapper {
    display: flex;
    overflow: hidden;
    user-select: none;
    mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
}

.vvrc-ribbon-track {
    display: flex;
    gap: 50px;
    animation: ribbon-scroll 35s linear infinite;
    white-space: nowrap;
}

.vvrc-ribbon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94A3B8;
    font-family: 'Outfit', sans-serif;
    font-size: 15.5px;
    font-weight: 700;
}

.vvrc-ribbon-item i {
    font-size: 20px;
    color: var(--item-color, #7C3AED);
}

.vvrc-ribbon-item span.ribbon-tag {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2px 8px;
    border-radius: 4px;
    color: #64748B;
}

/* Keyframes & Animations */
@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.12; }
    50% { transform: scale(1.15); opacity: 0.18; }
}

@keyframes spin-slow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes reverse-spin {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@keyframes float-y-top-left {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(-1deg); }
}

@keyframes float-y-bottom-right {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-14px) rotate(1deg); }
}

@keyframes float-y-middle-right {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(-0.5deg); }
}

@keyframes ribbon-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   Responsive Breakpoints for Slider
   ========================================================================== */
@media (max-width: 1199px) {
    .vvrc-slider-title { font-size: 46px; }
    .vvrc-slider-visual-container { height: 480px; }
    .vvrc-slider-dashboard-wrap { width: 400px; height: 400px; }
    .vvrc-slider-main-image { width: 340px; height: 340px; }
    .vvrc-slider-badge.badge-middle-right { right: -5%; }
}

@media (max-width: 991px) {
    .vvrc-hero-slider-section { padding: 50px 0 90px; }
    .vvrc-slider-title { font-size: 40px; text-align: center; }
    .vvrc-slider-desc { text-align: center; margin-left: auto; margin-right: auto; }
    .vvrc-slider-features { margin-left: auto; margin-right: auto; justify-content: center; }
    .vvrc-slider-btns { justify-content: center; }
    .vvrc-slider-visual-container { height: 420px; margin-top: 40px; }
    .vvrc-slider-badge.badge-top-left { left: 5%; }
    .vvrc-slider-badge.badge-bottom-right { right: 5%; }
}

@media (max-width: 575px) {
    .vvrc-slider-title { font-size: 32px; }
    .vvrc-slider-features { grid-template-columns: 1fr; }
    .vvrc-slider-visual-container { height: 360px; }
    .vvrc-slider-dashboard-wrap { width: 280px; height: 280px; }
    .vvrc-slider-main-image { width: 220px; height: 220px; }
    .vvrc-slider-badge { padding: 8px 12px; border-radius: 12px; }
    .vvrc-slider-badge-icon { width: 34px; height: 34px; font-size: 15px; }
    .vvrc-slider-badge-text h4 { font-size: 13.5px; }
    .vvrc-slider-btn-primary, .vvrc-slider-btn-secondary { padding: 12px 26px; font-size: 13.5px; }
}
