.elementor-11 .elementor-element.elementor-element-934c5d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-0f213bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-69e04e5{--display:flex;}.elementor-11 .elementor-element.elementor-element-1febc6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-0f213bc{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0b84016 *//* --- NEVARA MASTER ANIMATION --- */
.nevara-showcase-master {
    position: relative;
    background: #0b0b0b !important;
    overflow: hidden !important;
    padding: 100px 20px !important;
}

/* CAHAYA EMAS BERGERAK (MESH GRADIENT) */
.nevara-showcase-master::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(201, 162, 39, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(201, 162, 39, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    animation: meshMove 15s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 1;
}

/* GRID HALUS UNTUK KESAN TECH/LUXURY */
.nevara-showcase-master::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle, black, transparent 80%);
    pointer-events: none;
    z-index: 2;
}

/* KEYFRAMES PERGERAKAN CAHAYA */
@keyframes meshMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-5%, -10%) rotate(5deg); }
    100% { transform: translate(5%, 5%) rotate(-5deg); }
}

/* KONTINER KARTU */
.mockup-container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
}

/* STYLE KARTU PORTOFOLIO */
.client-ss-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 12px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* EFEK HOVER KARTU */
.client-ss-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: #c9a227;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 20px rgba(201, 162, 39, 0.15);
}

/* IMAGE RESET */
.client-ss-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    display: block;
    transition: 0.5s ease;
}

.client-ss-card:hover img {
    filter: brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mockup-container { flex-direction: column; }
    .nevara-showcase-master { padding: 60px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0f213bc *//* --- NEVARA MASTER ANIMATION --- */
.nevara-showcase-master {
    position: relative;
    background: #0b0b0b !important;
    overflow: hidden !important;
    padding: 100px 20px !important;
}

/* CAHAYA EMAS BERGERAK (MESH GRADIENT) */
.nevara-showcase-master::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(201, 162, 39, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(201, 162, 39, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    animation: meshMove 15s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 1;
}

/* GRID HALUS UNTUK KESAN TECH/LUXURY */
.nevara-showcase-master::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle, black, transparent 80%);
    pointer-events: none;
    z-index: 2;
}

/* KEYFRAMES PERGERAKAN CAHAYA */
@keyframes meshMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-5%, -10%) rotate(5deg); }
    100% { transform: translate(5%, 5%) rotate(-5deg); }
}

/* KONTINER KARTU */
.mockup-container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
}

/* STYLE KARTU PORTOFOLIO */
.client-ss-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 12px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* EFEK HOVER KARTU */
.client-ss-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: #c9a227;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 20px rgba(201, 162, 39, 0.15);
}

/* IMAGE RESET */
.client-ss-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    display: block;
    transition: 0.5s ease;
}

.client-ss-card:hover img {
    filter: brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mockup-container { flex-direction: column; }
    .nevara-showcase-master { padding: 60px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69c588b *//* --- NEVARA MASTER ANIMATION --- */
.nevara-showcase-master {
    position: relative;
    background: #0b0b0b !important;
    overflow: hidden !important;
    padding: 100px 20px !important;
}

/* CAHAYA EMAS BERGERAK (MESH GRADIENT) */
.nevara-showcase-master::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(201, 162, 39, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(201, 162, 39, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    animation: meshMove 15s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 1;
}

/* GRID HALUS UNTUK KESAN TECH/LUXURY */
.nevara-showcase-master::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle, black, transparent 80%);
    pointer-events: none;
    z-index: 2;
}

/* KEYFRAMES PERGERAKAN CAHAYA */
@keyframes meshMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-5%, -10%) rotate(5deg); }
    100% { transform: translate(5%, 5%) rotate(-5deg); }
}

/* KONTINER KARTU */
.mockup-container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
}

/* STYLE KARTU PORTOFOLIO */
.client-ss-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 12px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* EFEK HOVER KARTU */
.client-ss-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: #c9a227;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 20px rgba(201, 162, 39, 0.15);
}

/* IMAGE RESET */
.client-ss-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    display: block;
    transition: 0.5s ease;
}

.client-ss-card:hover img {
    filter: brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mockup-container { flex-direction: column; }
    .nevara-showcase-master { padding: 60px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-69e04e5 */<style>
/* --- NEVARA ULTRA ANIMATED SHOWCASE --- */
.nevara-showcase-master {
    position: relative;
    padding: 120px 5% !important;
    background: #0b0b0b !important; /* Hitam mutlak */
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* CAHAYA EMAS BERGERAK (BLOBS) */
.nevara-glow-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    pointer-events: none;
}

.blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: moveBlobs 15s infinite alternate;
}

.blob-1 { top: -10%; left: -10%; animation-delay: 0s; }
.blob-2 { bottom: -10%; right: -10%; background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 70%); animation-delay: -5s; }

@keyframes moveBlobs {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(100px, 50px) scale(1.2); }
    100% { transform: translate(-50px, 100px) scale(0.9); }
}

/* CONTENT CONTAINER */
.nevara-content {
    position: relative;
    z-index: 5; /* Pastikan di depan cahaya */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mockup-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.client-ss-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 12px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(10px);
}

.client-ss-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: #c9a227;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
}

.client-ss-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    display: block;
}

@media (max-width: 768px) {
    .mockup-container { flex-direction: column; }
}
</style>

<section class="nevara-showcase-master">
    <div class="nevara-glow-bg">
        <div class="blob blob-1"></div>
        <div class="blob blob-2"></div>
    </div>

    <div class="nevara-content">
        <div style="color: #c9a227; font-weight: 800; letter-spacing: 3px; font-size: 13px; margin-bottom: 50px; text-transform: uppercase;">
            Selected Projects
        </div>

        <div class="mockup-container">
            <div class="client-ss-card">
                <img src="https://nevaradominate.com/wp-content/uploads/2026/04/Screen-Shot-2026-04-24-at-14.12.31.png">
            </div>
            <div class="client-ss-card">
                <img src="https://nevaradominate.com/wp-content/uploads/2026/04/Screen-Shot-2026-04-24-at-14.30.17.png">
            </div>
        </div>
    </div>
</section>/* End custom CSS */