.elementor-2726 .elementor-element.elementor-element-c021a46 > .elementor-container{min-height:100vh;}.elementor-2726 .elementor-element.elementor-element-327a24c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2726 .elementor-element.elementor-element-327a24c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2726 .elementor-element.elementor-element-7b95705{width:100%;max-width:100%;}.elementor-2726 .elementor-element.elementor-element-b152833 > .elementor-container{min-height:100vh;}.elementor-2726 .elementor-element.elementor-element-d244f0a > .elementor-container{min-height:100vh;}/* Start custom CSS for html, class: .elementor-element-7b95705 *//* =========================
   HERO VIDEO
========================= */

.hero-video{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;

    /* Keluar dari container Elementor */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.hero-video video{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    pointer-events: none;
    user-select: none;
}

/* Desktop tampil */
.video-desktop{
    display: block;
}

/* Mobile disembunyikan */
.video-mobile{
    display: none;
}

/* =========================
   MOBILE
========================= */

@media (max-width:767px){

    .hero-video{
        height: 100svh;
    }

    .video-desktop{
        display: none;
    }

    .video-mobile{
        display: block;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc82321 *//* =========================
   ABOUT SECTION
========================= */

.about-section{
    max-width:1200px !important;
    margin:0 auto !important;
    padding:120px 20px !important;
}

/* =========================
   TOP LAYOUT
========================= */

.about-top{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:80px !important;
    align-items:start !important;
    margin-bottom:70px !important;
}

.about-label{
    display:inline-block !important;
    margin-bottom:20px !important;
    font-size:.9rem !important;
    font-weight:600 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    color:#B08A44 !important;
}

.about-title{
    margin:0 !important;
    font-size:3.4rem !important;
    line-height:1.15 !important;
    font-weight:700 !important;
    color:#111 !important;
}

.about-text{
    margin:0 0 24px !important;
    font-size:1.05rem !important;
    line-height:1.9 !important;
    color:#666 !important;
}

.about-link{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    margin-top:10px !important;
    color:#B08A44 !important;
    text-decoration:none !important;
    font-weight:600 !important;
    transition:all .35s ease !important;
}

.about-link:hover{
    color:#D4A85F !important;
    transform:translateX(8px) !important;
}

/* =========================
   FEATURES
========================= */

.about-features{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:24px !important;
}

.feature-card{
    padding:35px !important;
    border:1px solid #e6e6e6 !important;
    border-radius:18px !important;
    background:#fff !important;

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .35s ease !important;
}

.feature-card:hover{

    transform:translateY(-10px) scale(1.02) !important;

    border-color:#B08A44 !important;

    box-shadow:0 25px 60px rgba(0,0,0,.08) !important;

}

.feature-card h3{
    margin:0 0 14px !important;
    font-size:1.3rem !important;
    color:#111 !important;
}

.feature-card p{
    margin:0 !important;
    line-height:1.8 !important;
    color:#666 !important;
}

/* =========================
   DARK MODE
========================= */

body[data-theme="dark"] .about-title{
    color:#fff !important;
}

body[data-theme="dark"] .about-text{
    color:#d6d6d6 !important;
}

body[data-theme="dark"] .about-link{
    color:#B08A44 !important;
}

body[data-theme="dark"] .about-link:hover{
    color:#D4A85F !important;
}

body[data-theme="dark"] .feature-card{
    background:#181818 !important;
    border-color:#303030 !important;
}

body[data-theme="dark"] .feature-card h3{
    color:#fff !important;
}

body[data-theme="dark"] .feature-card p{
    color:#c9c9c9 !important;
}

body[data-theme="dark"] .feature-card:hover{
    border-color:#B08A44 !important;
    box-shadow:0 25px 60px rgba(0,0,0,.35) !important;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

.about-top{
    grid-template-columns:1fr !important;
    gap:40px !important;
}

.about-features{
    grid-template-columns:1fr !important;
}

.about-title{
    font-size:2.7rem !important;
}

}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

.about-section{
    padding:80px 20px !important;
}

.about-title{
    font-size:2.1rem !important;
}

.about-text{
    font-size:1rem !important;
}

.feature-card{
    padding:28px !important;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21857cb *//* ==============================
   PORTFOLIO SECTION
============================== */

.portfolio-section{

    max-width:1300px !important;
    margin:0 auto !important;
    padding:120px 20px !important;

}

/* ==============================
   HEADER
============================== */

.portfolio-header{

    text-align:center !important;
    margin-bottom:70px !important;

}

.portfolio-label{

    display:inline-block !important;
    margin-bottom:18px !important;
    font-size:13px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    letter-spacing:3px !important;
    color:#B08A44 !important;

}

.portfolio-title{

    margin:0 !important;
    color:#111111 !important;
    font-size:clamp(40px,5vw,64px) !important;
    font-weight:700 !important;
    line-height:1.08 !important;
    letter-spacing:-1.5px !important;
    text-wrap:balance !important;

}

/* ==============================
   GRID
============================== */

.portfolio-grid{

    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:28px !important;

}

/* ==============================
   CARD
============================== */

.portfolio-card{

    position:relative !important;
    display:block !important;
    height:520px !important;
    overflow:hidden !important;
    border-radius:24px !important;
    text-decoration:none !important;
    isolation:isolate !important;

}

/* ==============================
   IMAGE / VIDEO
============================== */

.portfolio-image{

    position:absolute !important;
    inset:0 !important;
    overflow:hidden !important;

}

.portfolio-image video{

    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    transition:transform .8s ease !important;

}

/* Hover Zoom */

.portfolio-card:hover .portfolio-image video{

    transform:scale(1.08) !important;

}

/* ==============================
   OVERLAY
============================== */

.portfolio-overlay{

    position:absolute !important;
    inset:0 !important;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.78),
        rgba(0,0,0,.18),
        transparent
    ) !important;

}

/* ==============================
   CONTENT
============================== */

.portfolio-content{

    position:absolute !important;
    left:40px !important;
    bottom:40px !important;
    z-index:3 !important;
    color:#ffffff !important;

}

.portfolio-content span{

    display:block !important;
    margin-bottom:12px !important;
    font-size:13px !important;
    font-weight:600 !important;
    letter-spacing:2px !important;
    text-transform:uppercase !important;
    color:#ffffff !important;
    opacity:.85 !important;

}

.portfolio-content h3{

    margin:0 !important;
    font-size:44px !important;
    font-weight:700 !important;
    line-height:1.1 !important;
    color:#ffffff !important;

}

/* ==============================
   ARROW
============================== */

.portfolio-arrow{

    position:absolute !important;
    top:35px !important;
    right:35px !important;
    width:58px !important;
    height:58px !important;
    border-radius:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:rgba(255,255,255,.15) !important;
    backdrop-filter:blur(15px) !important;
    -webkit-backdrop-filter:blur(15px) !important;
    color:#ffffff !important;
    font-size:26px !important;
    transition:.35s ease !important;

}

.portfolio-card:hover .portfolio-arrow{

    transform:rotate(-45deg) !important;
    background:#B08A44 !important;
    color:#ffffff !important;

}

/* ==============================
   DARK MODE
============================== */

body[data-theme="dark"] .portfolio-title{

    color:#ffffff !important;

}

body[data-theme="dark"] .portfolio-content,
body[data-theme="dark"] .portfolio-content span,
body[data-theme="dark"] .portfolio-content h3,
body[data-theme="dark"] .portfolio-arrow{

    color:#ffffff !important;

}

/* ==============================
   TABLET
============================== */

@media(max-width:991px){

.portfolio-section{

    padding:90px 20px !important;

}

.portfolio-grid{

    grid-template-columns:1fr !important;

}

.portfolio-title{

    font-size:42px !important;

}

.portfolio-card{

    height:460px !important;

}

.portfolio-content{

    left:30px !important;
    bottom:30px !important;

}

.portfolio-content h3{

    font-size:36px !important;

}

}

/* ==============================
   MOBILE
============================== */

@media(max-width:767px){

.portfolio-section{

    padding:70px 16px !important;

}

.portfolio-header{

    margin-bottom:45px !important;

}

.portfolio-label{

    font-size:11px !important;
    letter-spacing:2px !important;

}

.portfolio-title{

    font-size:28px !important;
    line-height:1.2 !important;

}

.portfolio-grid{

    gap:20px !important;

}

.portfolio-card{

    height:320px !important;
    border-radius:18px !important;

}

.portfolio-content{

    left:22px !important;
    bottom:22px !important;

}

.portfolio-content span{

    font-size:11px !important;

}

.portfolio-content h3{

    font-size:28px !important;

}

.portfolio-arrow{

    width:46px !important;
    height:46px !important;
    top:18px !important;
    right:18px !important;
    font-size:20px !important;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2a32a1 *//* =======================
   WHY SECTION
======================= */

.why-section{

    max-width:1200px !important;

    margin:auto !important;

    padding:100px 20px !important;

}

.why-label{

    display:inline-block !important;

    color:#B08A44 !important;

    text-transform:uppercase !important;

    letter-spacing:2px !important;

    font-size:14px !important;

    font-weight:600 !important;

    margin-bottom:18px !important;

}

.why-title{

    font-size:48px !important;

    line-height:1.2 !important;

    color:#222 !important;

    margin-bottom:24px !important;

    max-width:700px !important;

}

.why-description{

    max-width:700px !important;

    color:#666 !important;

    line-height:1.8 !important;

    margin-bottom:60px !important;

}

/* =======================
   GRID
======================= */

.why-grid{

    display:grid !important;

    grid-template-columns:repeat(2,1fr) !important;

    gap:30px !important;

}

/* =======================
   CARD
======================= */

.why-card{

    background:#fff !important;

    padding:40px !important;

    border-radius:20px !important;

    border:1px solid #ececec !important;

    transition:.35s ease !important;

    position:relative !important;

}

.why-card:hover{

    transform:translateY(-8px) !important;

    box-shadow:0 20px 40px rgba(0,0,0,.08) !important;

    border-color:#B08A44 !important;

}

/* =======================
   NUMBER
======================= */

.why-number{

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    width:60px !important;

    height:60px !important;

    border-radius:50% !important;

    background:#111 !important;

    color:#fff !important;

    font-size:20px !important;

    font-weight:700 !important;

    margin-bottom:28px !important;

}

/* =======================
   TITLE
======================= */

.why-card h3{

    font-size:24px !important;

    margin-bottom:16px !important;

    color:#222 !important;

}

/* =======================
   TEXT
======================= */

.why-card p{

    color:#666 !important;

    line-height:1.8 !important;

}

/* =======================
   DARK MODE
======================= */

body[data-theme="dark"] .why-label{

    color:#B08A44 !important;

}

body[data-theme="dark"] .why-title{

    color:#ffffff !important;

}

body[data-theme="dark"] .why-description{

    color:#C9C9C9 !important;

}

body[data-theme="dark"] .why-card{

    background:#1A1A1A !important;

    border:1px solid #333333 !important;

    box-shadow:none !important;

}

body[data-theme="dark"] .why-card:hover{

    transform:translateY(-8px) !important;

    border-color:#B08A44 !important;

    box-shadow:0 20px 40px rgba(0,0,0,.35) !important;

}

body[data-theme="dark"] .why-number{

    background:#B08A44 !important;

    color:#111111 !important;

}

body[data-theme="dark"] .why-card h3{

    color:#ffffff !important;

}

body[data-theme="dark"] .why-card p{

    color:#C9C9C9 !important;

}

/* =======================
   MOBILE
======================= */

@media(max-width:768px){

.why-grid{

    grid-template-columns:1fr !important;

}

.why-title{

    font-size:34px !important;

}

.why-card{

    padding:30px !important;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-347d93e *//*=====================================================
CLIENTS SECTION
=====================================================*/

.clients-section{

    position:relative;
    overflow:hidden;
    padding:110px 0;
    transition:.4s;

    background:transparent !important;

}



/*=====================================================
GLOW
=====================================================*/

.clients-glow{

    position:absolute;
    inset:0;
    pointer-events:none;

}



.clients-glow::before{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    left:-250px;
    top:-250px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(40,120,255,.12),
        transparent 70%
    );

    filter:blur(100px);

    animation:floatGlow 10s ease-in-out infinite;

}



.clients-glow::after{

    content:"";

    position:absolute;

    width:550px;
    height:550px;

    right:-180px;
    bottom:-180px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,210,255,.10),
        transparent 70%
    );

    filter:blur(120px);

    animation:floatGlow2 14s ease-in-out infinite;

}



@keyframes floatGlow{

    50%{

        transform:
        translateY(-30px)
        translateX(20px);

    }

}



@keyframes floatGlow2{

    50%{

        transform:
        translateY(20px)
        translateX(-25px);

    }

}



/*=====================================================
HEADER
=====================================================*/

.clients-header{

    position:relative;
    z-index:5;

    text-align:center;

    margin-bottom:65px;

}



.clients-title{

    font-size:48px;

    font-weight:700;

    color:#111827;

}



body[data-theme="dark"] .clients-title,
body.dark .clients-title{

    color:#ffffff;

}



.clients-description{

    color:#6b7280;

}



body[data-theme="dark"] .clients-description,
body.dark .clients-description{

    color:#a7b0be;

}



/*=====================================================
LABEL
=====================================================*/

/*=====================================================
LABEL
=====================================================*/

.clients-label{

    display:flex;
    align-items:center;
    justify-content:center;

    gap:14px;

    width:max-content;
    margin:0 auto 26px;

    padding:0;

    background:transparent !important;
    border:none !important;
    border-radius:0;
    box-shadow:none !important;

    color:#B08A44;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px;

}

.clients-label::before,
.clients-label::after{

    content:"";

    width:32px;
    height:1px;

    background:#B08A44;
    opacity:.6;

}

/*=====================================================
LABEL - DARK MODE
=====================================================*/

body[data-theme="dark"] .clients-label,
body.dark .clients-label{

    background:transparent !important;
    border:none !important;
    border-radius:0;
    box-shadow:none !important;

    color:#B08A44 !important;

}

body[data-theme="dark"] .clients-label::before,
body[data-theme="dark"] .clients-label::after,
body.dark .clients-label::before,
body.dark .clients-label::after{

    background:#B08A44;
    opacity:.6;

}


/*=====================================================
MARQUEE
=====================================================*/

.marquee{

    overflow:hidden;

    margin:28px 0;

}



.marquee-track{

    display:flex;

    gap:24px;

    width:max-content;

}



.marquee-left .marquee-track{

    animation:
    slideLeft 40s linear infinite;

}



.marquee-right .marquee-track{

    animation:
    slideRight 42s linear infinite;

}



.marquee:hover .marquee-track{

    animation-play-state:paused;

}



@keyframes slideLeft{

    from{

        transform:translateX(0);

    }


    to{

        transform:translateX(-50%);

    }

}



@keyframes slideRight{

    from{

        transform:translateX(-50%);

    }


    to{

        transform:translateX(0);

    }

}



/*=====================================================
LOGO CARD
=====================================================*/

.logo-card{

    position:relative;

    width:190px;

    height:95px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

}



/* LIGHT */

body:not([data-theme="dark"]) .logo-card{

    background:
    rgba(255,255,255,.70);

    border:
    1px solid rgba(15,23,42,.08);

    box-shadow:

    0 10px 30px rgba(15,23,42,.08);

}



/* DARK */

body[data-theme="dark"] .logo-card,
body.dark .logo-card{

    background:
    rgba(255,255,255,.05) !important;

    border:
    1px solid rgba(255,255,255,.12) !important;

    box-shadow:

    0 15px 40px rgba(0,0,0,.55) !important;

}



.logo-card:hover{

    transform:
    translateY(-8px);

}



/*=====================================================
LOGO
=====================================================*/

.logo-card img{

    max-width:135px;

    max-height:48px;

    object-fit:contain;

    transition:.35s;

    opacity:.88;

}



.logo-card:hover img{

    opacity:1;

    transform:scale(1.05);

}



body[data-theme="dark"] .logo-card img,
body.dark .logo-card img{

    filter:

    brightness(1.15)

    contrast(1.05);

}



/*=====================================================
FADE
=====================================================*/

.fade-left,
.fade-right{

    position:absolute;

    top:0;

    width:120px;

    height:100%;

    z-index:20;

    pointer-events:none;

}



body:not([data-theme="dark"]) .fade-left{

    background:

    linear-gradient(
        to right,
        rgba(255,255,255,.9),
        transparent
    );

}



body:not([data-theme="dark"]) .fade-right{

    background:

    linear-gradient(
        to left,
        rgba(255,255,255,.9),
        transparent
    );

}



body[data-theme="dark"] .fade-left,
body.dark .fade-left{

    background:

    linear-gradient(
        to right,
        rgba(0,0,0,.9),
        transparent
    );

}



body[data-theme="dark"] .fade-right,
body.dark .fade-right{

    background:

    linear-gradient(
        to left,
        rgba(0,0,0,.9),
        transparent
    );

}



.fade-left{

    left:0;

}



.fade-right{

    right:0;

}/* End custom CSS */