.elementor-3433 .elementor-element.elementor-element-c484e8b{--display:flex;}.elementor-3433 .elementor-element.elementor-element-0e499a2{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;top:-79px;}body:not(.rtl) .elementor-3433 .elementor-element.elementor-element-0e499a2{left:-5px;}body.rtl .elementor-3433 .elementor-element.elementor-element-0e499a2{right:-5px;}/* Start custom CSS for html, class: .elementor-element-0e499a2 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ==========================
   RESET
========================== */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
    max-width:100%;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#f8fafc;
     overflow-x:hidden !important;
    width:100%;
    max-width:100%;
}

/* ==========================
   CONTAINER
========================== */
.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

/* ==========================
   HEADER
========================== */
.main-header{
    position:sticky;
    top:0;
    z-index:99999;
    width:100%;
}

/* ==========================
   TOPBAR
========================== */
.topbar{

    background:linear-gradient(
        135deg,
        #052e16 0%,
        #064e3b 25%,
        #065f46 45%,
        #0f766e 70%,
        #0ea5e9 100%
    );

    padding:12px 0;

    position:relative;
    overflow:hidden;

    box-shadow:
    0 5px 10px rgba(255,255,255,.08) inset,
    0 -5px 10px rgba(0,0,0,.15) inset,
    0 15px 35px rgba(0,0,0,.25),
    0 30px 60px rgba(0,0,0,.15);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    padding: 12px 0;

    /* ✨ efek modern */
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    position: relative;
    overflow: hidden;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* ==========================
   SOCIAL ICON
========================== */
.social-links{
    display:flex;
    gap:12px;
}

.social-links a{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    transition:.4s;
}

.social-links a:hover{

    /* ✏️ DIUBAH (green glow) */
    background:linear-gradient(135deg,#10b981,#34d399);
    box-shadow:0 15px 35px rgba(16,185,129,.35);

    transform:translateY(-5px);
}

.social-links i{
    font-size:18px;
}

/* ==========================
   BUTTON DAFTAR
========================== */
.btn-daftar{
    text-decoration:none;
    color:#fff;
    font-weight:700;
    padding:14px 32px;
    border-radius:50px;

    background:
    linear-gradient(
        180deg,
        #34d399,
        #10b981,
        #047857
    );

    box-shadow:
    0 4px 0 #065f46,
    0 12px 25px rgba(16,185,129,.35);

    transition:.4s;
}

.btn-daftar:hover{
     transform:translateY(-4px);

    box-shadow:
    0 8px 0 #065f46,
    0 20px 40px rgba(16,185,129,.40);
}

/* ==========================
   NAVBAR
========================== */
.navbar{
    background:rgba(255,255,255,.95);

    backdrop-filter:blur(25px);
    -webkit-backdrop-filter:blur(25px);

    border-bottom:1px solid rgba(255,255,255,.4);

    box-shadow:
    0 3px 0 rgba(255,255,255,.9) inset,
    0 -2px 0 rgba(0,0,0,.05) inset,
    0 20px 50px rgba(0,0,0,.08),
    0 40px 80px rgba(0,0,0,.05);

    position:relative;
    z-index:9999;
}

.navbar::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.9),
        transparent
    );
}

.navbar-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:95px;
}

/* ==========================
   LOGO
========================== */
.logo h1{
     font-size:40px;
    font-weight:800;
    line-height:1.1;
    color:#0f172a;

    text-shadow:
    0 1px 0 #ffffff,
    0 2px 0 #e2e8f0,
    0 3px 0 #cbd5e1,
    0 8px 20px rgba(0,0,0,.15);
}

.logo span{

    /* ✏️ DIUBAH (green accent) */
    color:#10b981;

    display:block;
    margin-top:5px;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
}

/* ==========================
   MENU
========================== */
.nav-menu{
    list-style:none;
    display:flex;
    align-items:center;
    gap:6px;
}

.nav-menu li{
    position:relative;
}

.nav-menu > li > a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;

    color:#0f172a;
    font-weight:600;

    padding:15px 18px;
    border-radius:15px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.95),
        rgba(243,244,246,.95)
    );

    box-shadow:
    0 2px 0 rgba(255,255,255,.9) inset,
    0 -2px 0 rgba(0,0,0,.04) inset,
    0 8px 18px rgba(0,0,0,.06);

    transition:.35s;
    transition:.3s;
}

/* ✏️ DIUBAH (green hover premium) */
.nav-menu > li > a:hover{
     background:
    linear-gradient(
        135deg,
        #ecfdf5,
        #d1fae5
    );

    color:#059669;

    transform:
    translateY(-4px)
    scale(1.02);

    box-shadow:
    0 15px 30px rgba(16,185,129,.25),
    0 5px 15px rgba(0,0,0,.10);
}

/* ==========================
   DROPDOWN
========================== */
.dropdown{
    position:relative;
}

.dropdown-menu{
    position:absolute;
    top:calc(100% + 10px);
    left:0;

    min-width:280px;

    background:rgba(255,255,255,.98);

    border-radius:20px;

    backdrop-filter:blur(20px);

    box-shadow:
    0 5px 0 rgba(255,255,255,.7) inset,
    0 25px 60px rgba(0,0,0,.12);

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);

    transition:.3s ease;
    z-index:99999;
    padding:10px 0;
}

.dropdown:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-menu li{
    list-style:none;
}

.dropdown-menu li a{
    display:block;
    padding:14px 20px;
    text-decoration:none;
    color:#0f172a;
    transition:.3s;
    white-space:nowrap;
}

/* ✏️ DIUBAH (dropdown hover green) */
.dropdown-menu li a:hover{
    background:#ecfdf5;
    color:#059669;
    padding-left:28px;
}

/* ==========================
   SUB MENU
========================== */
.dropdown-sub{
    position:relative;
}

.dropdown-submenu{
    position:absolute;
    top:0;
    right:100%;
    left:auto;

   min-width:400px;
    max-width:400px;

    background:#fff;
    border-radius:18px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;

    transform:translateX(-15px);
    transition:.3s ease;

    z-index:999999;
}

.dropdown-sub:hover > .dropdown-submenu{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}



/* ==========================
   RESPONSIVE
========================== */

/* ==========================
   RESPONSIVE MOBILE
========================== */
.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:#0f172a;
}


/* TABLET & HP */
@media (max-width:992px){

    *{
        max-width:100%;
    }

    .container{
        width:100%;
        padding:0 15px;
    }

    /* TOPBAR */
    .topbar .container{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .topbar{
        padding:10px 0;
    }

    /* NAVBAR */
    .navbar{
        transition:.4s;
        padding:12px 0;
        position:relative;
    }
    

    .navbar-flex{
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:wrap;
        gap:10px;
    }

    /* LOGO */
    .logo{
        flex:1;
        min-width:0;
    }

    .logo h1{
        font-size:24px;
        line-height:1.3;
        word-break:break-word;
    }

    .logo span{
        display:block;
        font-size:11px;
        line-height:1.4;
    }

    /* HAMBURGER */
    .menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        width:45px;
        height:45px;
        flex-shrink:0;
    }

    /* MENU MOBILE */
    .nav-menu{
       width:100%;
    display:none;
    flex-direction:column;
    margin-top:20px;

    background:
    linear-gradient(
        145deg,
        #0f172a,
        #14532d,
        #059669
    );

    border-radius:30px;

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    box-shadow:
    0 5px 0 rgba(255,255,255,.08) inset,
    0 -5px 0 rgba(0,0,0,.20) inset,
    0 25px 50px rgba(0,0,0,.30),
    0 50px 80px rgba(0,0,0,.20);

    overflow-y:auto;
    

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #14532d 40%,
        #059669 100%
    );

    border-radius:25px;

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    box-shadow:
    0 20px 50px rgba(0,0,0,.25),
    0 10px 25px rgba(5,150,105,.25);

    overflow-y:auto;
    
    color: #fff;
    }

    .nav-menu.active{
        display:flex;
    }

    .nav-menu li{
        width:100%;
    }

    .nav-menu li a{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 18px;
        border-bottom:1px solid #eee;
        font-size:15px;
        white-space:normal;
        word-break:break-word;
    }

    /* DROPDOWN */
    .dropdown-menu,
    .dropdown-submenu{
        position:static !important;
        width:100%;
        display:none;
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        box-shadow:none !important;
        border:none !important;
        background:#f8fafc;
        padding-left:10px;
    }

    .dropdown.active > .dropdown-menu,
    .dropdown-sub.active > .dropdown-submenu{
        display:block;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a{
        padding:12px 18px;
        font-size:14px;
        line-height:1.5;
    }

    .dropdown-submenu{
        background:#eef2ff;
        padding-left:15px;
    }

    /* TOMBOL */
    .btn-daftar{
        width:100%;
        display:flex;
        justify-content:center;
        text-align:center;
    }

    img{
        max-width:100%;
        height:auto;
    }
}


/* HP KECIL */
@media (max-width:576px){

    .container{
        padding:0 12px;
    }

    .logo h1{
        font-size:18px;
        line-height:1.4;
    }

    .logo span{
        font-size:9px;
        letter-spacing:1px;
        line-height:1.4;
    }

    .menu-toggle{
        width:40px;
        height:40px;
    }

    .nav-menu li a{
        padding:13px 15px;
        font-size:14px;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a{
        font-size:13px;
        padding:11px 15px;
    }
}


/* HP SANGAT KECIL */
@media (max-width:360px){

    .logo h1{
        font-size:16px;
    }

    .logo span{
        font-size:8px;
    }

    .nav-menu li a{
        font-size:13px;
        padding:12px;
    }

}


@media (max-width:992px){

    .nav-menu.active{
        display:flex;
        flex-direction:column;
        max-height:85vh;
        overflow-y:auto;
        padding-bottom:50px;
    }

    .dropdown-menu{
        max-height:300px;
        overflow-y:auto;
    }
    
    .nav-menu::after{
    content:"";
    display:block;
    height:80px;
}

}

/* ==========================
   LAPTOP KECIL
========================== */
@media (max-width:1366px){

    .container{
        width:95%;
        max-width:1200px;
        margin:auto;
    }

    .hero-content h1{
        font-size:55px;
    }

    .hero-content p{
        font-size:18px;
    }

}

@media (max-width:360px){

    body{
        overflow-y:auto;
    }

    .nav-menu{
        max-height:75vh;
        overflow-y:auto;
    }

}

/* ==========================
   LAPTOP STANDAR
========================== */
@media (min-width:1367px) and (max-width:1600px){

    .container{
        width:90%;
        max-width:1400px;
        margin:auto;
        font-size: 14px;
    }
    
    .dropdown-menu{
        max-height:200px;
        font-size: 14px;
    }
    
    .dropdown-menu li a,
    .dropdown-submenu li a{
        padding:12px 18px;
        font-size:14px;
        line-height:1;
    }
    
    
    
    
    

}

/* ==========================
   MONITOR BESAR
========================== */
@media (min-width:1601px){

    .container{
        max-width:1500px;
        margin:auto;
    }

    .hero-content h1{
        font-size:70px;
    }

    .hero-content p{
        font-size:22px;
    }

}







/* ==========================================
   CSS MODERN 3D - DOSEN SECTION & GRID
   ========================================== */
.dosen-section {
    padding: 100px 0;
    background: radial-gradient(at top left, #f7fbf8 0%, #ffffff 70%, #f0fdf4 100%);
    /* Mengaktifkan dunia 3D untuk seluruh grid kartu dosen */
    perspective: 1500px;
}

.dosen-grid {
    display: grid;
    /* Meningkatkan min-width sedikit agar proporsi kartu di layar besar lebih megah */
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 60px;
    transform-style: preserve-3d;
}

/* ==========================================
   THE PREMIUM 3D DOSEN CARD
   ========================================== */
.dosen-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 50px 40px; /* Padding bawah agak ditinggiin */
    text-align: center;
    position: relative;
    overflow: hidden;
    
    /* Setup Efek 3D */
    transform: rotateX(2deg) rotateY(-1deg);
    transform-style: preserve-3d;
    transition: 
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
        box-shadow 0.5s ease, 
        border-color 0.5s ease;
        
    /* Bayangan berlapis super premium */
    box-shadow: 
        0 10px 20px -5px rgba(0, 0, 0, 0.02),
        0 25px 50px -12px rgba(18, 55, 42, 0.08),
        0 50px 80px -20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(231, 243, 236, 0.8);
}

/* Garis Indikator Atas - Dibikin melayang 3D */
.dosen-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #16a34a, #22c55e, #86efac);
    transform: translateZ(5px);
}

/* HOVER KARTU UTAMA */
.dosen-card:hover {
    /* Kartu tegak kembali, melayang ke atas, dan maju ke depan layar */
    transform: rotateX(0deg) rotateY(0deg) translateY(-14px) translateZ(20px);
    border-color: rgba(34, 197, 94, 0.25);
    box-shadow: 
        0 20px 30px -10px rgba(0, 0, 0, 0.04),
        0 40px 70px -15px rgba(18, 55, 42, 0.15),
        0 70px 110px -20px rgba(22, 163, 74, 0.12);
}

/* ==========================================
   3D FLOATING AVATAR
   ========================================== */
.avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #ffffff;
    
    /* Avatar dipaksa melayang paling depan menembus batas kartu */
    transform: translateZ(40px); 
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(34, 197, 94, 0.35);
}

/* Efek pop-out ekstra untuk avatar saat kartu di-hover */
.dosen-card:hover .avatar {
    transform: translateZ(55px) scale(1.05);
    box-shadow: 0 20px 45px rgba(34, 197, 94, 0.5);
}

/* ==========================================
   TEXT TYPOGRAPHY (3D LAYERED)
   ========================================== */
.dosen-card h3 {
    font-size: 26px;
    font-weight: 800;
    color: #12372A;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    transform: translateZ(25px); /* Teks nama melayang di tengah */
    transition: transform 0.5s ease;
}

.dosen-card span {
    display: block;
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 35px;
    transform: translateZ(15px); /* Teks jabatan agak di bawah nama */
}

/* ==========================================
   3D BUTTON GROUP & INTERACTIONS
   ========================================== */
.btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    transform: translateZ(20px); /* Tombol melayang */
}

.btn {
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Tombol Google Scholar */
.scholar {
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #ffffff;
}

.scholar:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.4);
}

/* Tombol Sinta */
.sinta {
    background: linear-gradient(135deg, #facc15, #eab308);
    color: #12372A;
}

.sinta:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.45);
}

/* ==========================================
   MEDIA QUERIES (RESPONSIVE COOLDOWN)
   ========================================== */
@media(max-width: 992px) {
    .dosen-grid {
        gap: 30px;
    }
}

@media(max-width: 768px) {
    .dosen-section {
        perspective: none; /* Matikan perspektif di HP biar mata ga pening */
    }
    
    .dosen-card {
        padding: 40px 30px;
        transform: none !important; /* Matikan kemiringan di mobile */
        border-radius: 24px;
    }
    
    .dosen-card:hover {
        transform: translateY(-8px) !important; /* Standar angkat atas untuk mobile */
    }
    
    .avatar {
        transform: none !important;
        width: 100px;
        height: 100px;
    }
    
    .dosen-card h3 {
        font-size: 22px;
        transform: none !important;
    }
    
    .dosen-card span {
        transform: none !important;
        margin-bottom: 25px;
    }
    
    .btn-group {
        transform: none !important;
    }
    
    .btn {
        padding: 12px 22px;
        font-size: 13px;
    }
}









/* ==================================
   FOOTER
================================== */

.footer{

    background:
    linear-gradient(
        135deg,
        #021024,
        #0f172a,
        #1e293b
    );

    color:#fff;

    position:relative;
}

/* ==========================
   TOP
========================== */

.footer-top{
    padding:90px 0 50px;
}

.footer-grid{

    display:grid;

    grid-template-columns:
    1.2fr 1fr 1fr 1.4fr;

    gap:40px;
}

/* ==========================
   TITLE
========================== */

.footer h3,
.footer h4{

    margin-bottom:25px;

    font-weight:700;
}

.footer h3{

    font-size:34px;

    color:#60a5fa;
}

/* ==========================
   ABOUT
========================== */

.footer-about p{

    color:#cbd5e1;

    line-height:1.8;

    margin-bottom:25px;
}

/* ==========================
   SOCIAL
========================== */

.footer-social{

    display:flex;
    gap:12px;
}

.footer-social a{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    text-decoration:none;

    color:#fff;

    background:
    rgba(255,255,255,.08);

    transition:.4s;
}

.footer-social a:hover{

    transform:
    translateY(-5px);

    background:#2563eb;
}

/* ==========================
   LINKS
========================== */

.footer-links ul{
    list-style:none;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;
}

.footer-links a:hover{

    color:#60a5fa;

    padding-left:8px;
}

/* ==========================
   CONTACT
========================== */

.footer-contact ul{
    list-style:none;
}

.footer-contact li{

    margin-bottom:18px;

    display:flex;

    gap:12px;

    color:#cbd5e1;
}

.footer-contact i{
    color:#60a5fa;
    min-width:20px;
}

/* ==========================
   MAP
========================== */

.footer-map iframe{

    width:100%;

    height:240px;

    border:none;

    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.3);
}

/* ==========================
   COPYRIGHT
========================== */

.footer-bottom{

    border-top:
    1px solid rgba(255,255,255,.08);

    text-align:center;

    padding:25px 0;
}

.footer-bottom p{

    color:#94a3b8;
}

/* ==========================
   RESPONSIVE
========================== */


/* ==========================
   TABLET FIX
========================== */
@media (max-width:1200px){

    .footer-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

}

/* ==========================
   MOBILE PREMIUM FIX
========================== */
@media (max-width:768px){

    .footer-top{
        padding:70px 0 40px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer h3{
        font-size:28px;
    }

    .footer h4{
        font-size:18px;
    }

    .footer-about p{
        font-size:14px;
        line-height:1.7;
    }

    .footer-social{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:10px;
    }

    .footer-social a{
        width:42px;
        height:42px;
    }

    .footer-links a{
        font-size:14px;
    }

    .footer-contact li{
        font-size:14px;
        line-height:1.6;
    }

    .footer-map iframe{
        height:200px;
        border-radius:15px;
    }

    .footer-bottom{
        padding:20px 10px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */
@media (max-width:480px){

    .footer h3{
        font-size:24px;
    }

    .footer h4{
        font-size:16px;
    }

    .footer-social a{
        width:38px;
        height:38px;
    }

    .footer-map iframe{
        height:180px;
    }

}/* End custom CSS */