/*
Theme Name: Delsa Theme Ver2
Author: Ilyas
Version: 2.0
*/

body{
    background:#f5f7fa;
    color:#222;
    font-family:Arial,sans-serif;
    line-height:1.7;
}

a{
    text-decoration:none;
}



/* NAVBAR */

.custom-navbar{
    background:#111827;
    padding:15px 0;
}

.logo-text{
    color:#fff !important;
    font-size:24px;
    font-weight:bold;
}

.navbar-nav .menu-item{
    margin-left:20px;
    list-style:none;
}

.navbar-nav .menu-item a{
    color:#fff;
}

.nav-link {
    color:#fff;
}

.nav-link:hover {
    color:#fcba03;
}

/* MOBILE NAVBAR TOGGLER */

.navbar-toggler{
    border:1px solid rgba(255,255,255,.2);
    padding:8px 10px;
}

.navbar-toggler:focus{
    box-shadow:none;
}

/* ICON GARIS TIGA */

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* HERO */

.hero-section{
    padding:80px 0 60px;
    text-align:center;
}

.hero-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-desc{
    color:#666;
    max-width:700px;
    margin:auto;
}

/* SECTION */

.section-title h2{
    font-size:32px;
    font-weight:700;
}

/* CARD */

.tech-card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    transition:.3s;
}

.tech-card:hover{
    transform:translateY(-4px);
}

.card-title{
    font-size:20px;
    line-height:1.4;
}

.card-title a{
    color:#111;
}

.card-text{
    color:#666;
}

/* ARTICLE */

.article-list-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    margin-bottom:25px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.article-title{
    font-size:28px;
}

.article-title a{
    color:#111;
}

/* SIDEBAR */

.sidebar-box{
    background:#fff;
    padding:25px;
    border-radius:12px;
    margin-bottom:25px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.sidebar-list{
    padding-left:18px;
}

/* SINGLE */

.article-content{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.article-content img{
    max-width:100%;
    height:auto;
    border-radius:10px;
}

.article-content pre{
    background:#111827;
    color:#fff;
    padding:20px;
    overflow-x:auto;
    border-radius:10px;
}

/* FOOTER */

.site-footer{
    background:#111827;
    color:#fff;
    padding:50px 0;
    margin-top:60px;
}

.copyright{
    color:#999;
    margin-top:20px;
}

/* MOBILE */

@media(max-width:768px){

    .hero-title{
        font-size:34px;
    }

    .article-title{
        font-size:22px;
    }

}

.dropdown-menu{
    border:none;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.dropdown-item{
    padding:10px 16px;
}

.dropdown-item:hover{
    background:#f3f4f6;
}

/* =========================
PORTFOLIO
========================= */

.portfolio-hero{
    max-width:800px;
    margin:auto;
}

.project-box{
    background:#111827;
    border:1px solid #1f2937;
    border-radius:16px;
    padding:30px;
    transition:.3s;
}

.project-box:hover{
    border-color:#2563eb;
    transform:translateY(-5px);
}

.project-category{
    display:inline-block;
    background:#1e3a8a;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.project-title{
    font-size:26px;
    margin-bottom:15px;
    color:#fff;
}

.project-desc{
    color:#9ca3af;
    margin-bottom:20px;
}

.project-tools{
    margin-bottom:20px;
}

.project-tools span{
    display:inline-block;
    background:#0f172a;
    border:1px solid #1f2937;
    padding:6px 12px;
    border-radius:8px;
    font-size:13px;
    margin-right:8px;
    margin-bottom:8px;
    color:#cbd5e1;
}

.project-link{
    color:#60a5fa;
    font-weight:600;
}

.portfolio-cta{
    background:#111827;
    border:1px solid #1f2937;
    border-radius:20px;
    padding:60px 30px;
}

.portfolio-cta h2{
    margin-bottom:15px;
}