/* ==================================================
   LKM WEB ENGINE V1
   Client : Bandar Multi Teknik
   Author : Arief Ihsan, S.A.P
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Segoe UI',sans-serif;
    background:#ffffff;
    color:#222;
    overflow-x:hidden;

    padding-top:70px;

}

/* ==========================================
NAVBAR
========================================== */

.navbar{

    background:#1b1b1b !important;
    height:70px;
    transition:.35s;
    box-shadow:0 5px 20px rgba(0,0,0,.15);

}

.navbar-brand{

    color:#fff;
    font-size:28px;
    font-weight:700;

}

.navbar-brand:hover{

    color:#ff7300;

}

.nav-link{

    color:#fff !important;
    margin-left:18px;
    transition:.3s;
    font-size:15px;

}

.nav-link:hover{

    color:#ff7300 !important;

}

/* ==========================================
HERO
========================================== */

.hero{

    min-height:calc(100vh - 70px);

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

    padding-top:70px;

}

.hero-circle{

    position:absolute;

    width:700px;

    height:700px;

    border-radius:50%;

    background:#ff7300;

    opacity:.08;

    right:-250px;

    top:-150px;

}

/* ==========================================
TEXT
========================================== */

.hero-subtitle{

    color:#ff7300;

    letter-spacing:6px;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

}

.hero-title{

    font-size:72px;

    font-weight:800;

    line-height:1;

}

.hero-description{

    margin-top:25px;

    color:#666;

    font-size:18px;

    line-height:1.8;

    max-width:520px;

}

/* ==========================================
BUTTON
========================================== */

.hero-buttons{

    margin-top:35px;

    display:flex;

    align-items:center;

    gap:15px;

    flex-wrap:wrap;

}

.hero-buttons a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    min-width:190px;

    height:52px;

    font-weight:600;

    border-radius:50px;

}

.btn-orange{

    background:#ff7300;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    text-decoration:none;

    transition:.3s;

    font-weight:600;

}

.btn-orange:hover{

    background:#e46200;

    color:#fff;

}

.btn-dark-custom{

    background:#1b1b1b;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    text-decoration:none;

}

.btn-outline-custom{

    border:2px solid #1b1b1b;

    color:#1b1b1b;

    padding:14px 35px;

    border-radius:40px;

    text-decoration:none;

}

/* ==========================================
IMAGE
========================================== */

.hero-image{

    text-align:center;

}

.hero-image img{

    width:100%;

    max-width:560px;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.25);

}

/* ==========================================
FOOTER
========================================== */

footer{

    padding:18px;

    background:#1b1b1b;

    color:#bbb;

    text-align:center;

    font-size:14px;

}

footer a{

    color:#ff7300;

    text-decoration:none;

}

/* ==========================================
RESPONSIVE TABLET
========================================== */

@media(max-width:992px){

.hero{

padding-top:110px;

text-align:center;

}

.hero-title{

font-size:52px;

}

.hero-description{

margin:auto;
margin-top:25px;

}

.hero-buttons{

justify-content:center;

margin-bottom:40px;

}

.hero-image{

margin-top:40px;

}

}

/* ==========================================
RESPONSIVE MOBILE
========================================== */

@media(max-width:768px){

.hero{

min-height:auto;

padding-top:100px;

padding-bottom:40px;

}

.hero-title{

font-size:42px;

}

.hero-subtitle{

letter-spacing:4px;

font-size:12px;

}

.hero-description{

font-size:16px;

}

.hero-buttons{

display:flex;

flex-direction:column;

gap:12px;

width:100%;

}

.hero-buttons a{

width:100%;

}

.hero-buttons a{

width:100%;

text-align:center;

}

.hero-image img{

max-width:100%;

margin-top:30px;

}

.navbar-brand{

font-size:22px;

}

}
/* ==========================================
FOOTER
========================================== */

.footer{

    background:#1b1b1b;

    color:#ddd;

    padding:18px 0;

    margin-top:50px;

}

.footer-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:15px;

}

.footer a{

    color:#ff7300;

    text-decoration:none;

    font-weight:600;

}

.footer a:hover{

    color:#fff;

}
/* ==========================================
   ABOUT
========================================== */

.about{

    padding:90px 0;

}

.profile-img{

    width:280px;

    height:280px;

    object-fit:cover;

    border-radius:50%;

    border:8px solid #ffffff;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.about p{

    font-size:17px;

    line-height:1.8;

    color:#555;

}
/*======================================================
ABOUT
======================================================*/

.about{

padding:140px 0 90px;

}

.profile-img{

width:350px;

max-width:100%;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.18);

transition:.4s;

}

.profile-img:hover{

transform:translateY(-8px);

}

.section-subtitle{

color:#ff7300;

font-weight:700;

letter-spacing:4px;

margin-bottom:12px;

}

.section-title{

font-size:48px;

font-weight:800;

margin-bottom:10px;

}

.profession{

color:#666;

margin-bottom:25px;

}

.about p{

font-size:17px;

line-height:1.9;

color:#555;

}

.skill-badge{

margin-top:35px;

display:flex;

flex-wrap:wrap;

gap:12px;

}

.skill-badge span{

background:#f4f4f4;

padding:10px 18px;

border-radius:40px;

font-size:14px;

font-weight:600;

transition:.3s;

}

.skill-badge span:hover{

background:#ff7300;

color:#fff;

}

/*======================================================
EXPERTISE
======================================================*/

.expertise{

padding:30px 0 100px;

}

.expert-card{

background:#fff;

padding:35px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.expert-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.expert-card i{

font-size:52px;

color:#ff7300;

margin-bottom:20px;

}

.expert-card h4{

font-weight:700;

margin-bottom:15px;

}

.expert-card p{

color:#666;

font-size:15px;

line-height:1.7;

}

/*======================================================
RESPONSIVE
======================================================*/

@media(max-width:768px){

.about{

padding-top:110px;

text-align:center;

}

.section-title{

font-size:38px;

}

.profession{

font-size:18px;

}

.skill-badge{

justify-content:center;

}

.profile-img{

width:260px;

margin-bottom:40px;

}

.expertise{

padding-top:20px;

}

}
/*=========================================================
CONTACT PAGE
=========================================================*/

.contact-page{

    padding:60px 0 90px;

}

.contact-card{

    background:#ffffff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 12px 40px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.contact-card h3{

    font-weight:700;

    margin-bottom:15px;

}

.contact-card hr{

    border:none;

    height:2px;

    background:#ff7300;

    width:70px;

    opacity:1;

    margin-bottom:30px;

}

/*=========================================
CONTACT ITEM
=========================================*/

.contact-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:28px;

}

.contact-item i{

    width:60px;

    height:60px;

    background:#ff7300;

    color:#ffffff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    flex-shrink:0;

}

.contact-item strong{

    display:block;

    font-size:18px;

    margin-bottom:5px;

}

.contact-item p{

    margin:0;

    color:#666;

    line-height:1.7;

}

/*=========================================
FORM
=========================================*/

.contact-card label{

    font-weight:600;

    margin-bottom:8px;

}

.form-control,
.form-select{

    border-radius:12px;

    border:1px solid #ddd;

    padding:12px 15px;

    min-height:50px;

    transition:.3s;

    box-shadow:none;

}

.form-control:focus,
.form-select:focus{

    border-color:#ff7300;

    box-shadow:0 0 0 .2rem rgba(255,115,0,.15);

}

textarea.form-control{

    resize:none;

    min-height:180px;

}

.contact-card button{

    width:100%;

    height:55px;

    border:none;

    font-size:17px;

}

/*=========================================
RESPONSIVE TABLET
=========================================*/

@media(max-width:992px){

.contact-page{

padding-top:40px;

}

.contact-card{

margin-bottom:25px;

}

}

/*=========================================
RESPONSIVE MOBILE
=========================================*/

@media(max-width:768px){

.contact-page{

padding:30px 0 60px;

}

.contact-card{

padding:25px;

}

.contact-item{

flex-direction:column;

align-items:center;

text-align:center;

}

.contact-item i{

margin-bottom:10px;

}

.section-title{

font-size:34px;

}

.section-description{

font-size:16px;

line-height:1.8;

}

.contact-card button{

height:52px;

font-size:16px;

}

}