.logo{
    color: #003963;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
}

.logo:hover{
    color: #003963;
}

body{

font-family:Poppins,sans-serif;

background:#f5f7fb;

}

.navbar{

padding:10px;

}

.navbar-brand{

font-size:28px;

font-weight:700;

}

.nav-link{
    position: relative;
    font-weight: 500;
    color: #003963;
    margin: 0 15px;
    padding-bottom: 5px;
    transition: .3s;
}

.nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #003963;
    border-radius: 5px;
    transition: width .3s ease;
}

.nav-link:hover::after{
    width: 100%;
}

.nav-link:hover{
    color: #005088;
}

.hero{

height:400px;

background:url('../img/main-wallpaper.png');

background-size:cover;

background-position:center;

position:relative;

}

.overlay{

position:absolute;

left:0;

right:0;

top:0;

bottom:0;

background:rgba(5,39,78,.65);

display:flex;

align-items:center;

}

.hero h1{

font-size:42px;

font-weight:700;

color:#fff;

line-height:1.2;

}

.hero span{

color:#f8c04f;

}

.search-box{

margin-top:50px;

background:#fff;

padding:20px;

border-radius:60px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.btn-primary{

background:#005088;;

border:none;

border-radius:20px;

padding:10px;

}

/* =========================
   FEATURE SECTION
========================= */

.feature-section{
    padding: 60px 0;
    background: #f5f7fb;
}

.feature-section .container{
    max-width: 1200px;
}

.feature-card{
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 25px 30px;

    background: #F3F7FC;

    border: 1px solid #D9E2EF;

    border-radius: 16px;

    box-shadow: 0 4px 10px rgba(0,0,0,.05);

    transition: .3s;
}

.feature-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,.08);
}

.feature-icon{

    width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #E4EEF9;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.feature-icon i{
    color: #003963;
    font-size: 24px;
}

.feature-content h4{
    color: #003963;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ==========================
POPULAR
========================== */

.popular-section{

    padding:0px 0;

    background:#F5F7FB;

}

.popular-section .container{
    max-width: 1200px;
}

.popular-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

}

.popular-header h2{

    color:#003963;

    font-size:30px;

    font-weight:700;

    margin-bottom:8px;

}

.popular-header p{

    color:#666;

}

.lihat-semua{

    color:#003963;

    text-decoration:none;

    font-weight:600;

}

.lihat-semua:hover{

    color:#003963;

}

.car-card{

    position:relative;

    background:#fff;

    border-radius:16px;

    border:1px solid #ddd;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 4px 12px rgba(0,0,0,.06);

}

.car-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 30px rgba(0,0,0,.12);

}

.status{

    position:absolute;

    top:14px;
    right:14px;

    min-width:72px;
    height:26px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0 10px;

    border-radius:4px;

    font-size:12px;
    font-weight:600;

    color:#fff;

    line-height:1;

    box-shadow:0 2px 6px rgba(0,0,0,.15);

    z-index:10;

}

.tersedia{
    background:#22C55E;
}

.disewa{
    background:#D62828;
}
.car-image{

    padding:30px;

    width:100%;

    height:250px;

    object-fit:contain;

}

.car-body{

    padding:24px;

}

.price-box{

    display:flex;

    justify-content:space-between;

    margin-bottom:18px;

}

.price-box h4{

    font-size:18px;

    color:#003963;

    font-weight:700;

}

.price-box small{

    color:#0d4d90;

    font-weight:600;

}

.price{

    text-align:right;

}

.price h3{

    color:#003963;

    font-size:20px;

    font-weight:700;

}

.price span{

    color:#666;

    font-size:18px;

}

.spec{

    margin:20px 0;

}

.spec span{

    display:inline-block;

    background:#EEF2F7;

    color:#666;

    border-radius:5px;

    padding:8px 14px;

    margin-right:8px;

    font-size:14px;

}

.btn-booking{

    width:100%;

    background:#00508A;

    color:#fff;

    border-radius:8px;

    padding:14px;

    text-decoration:none;

    font-weight:600;

}

.btn-booking:hover{

    background:#003963;

    color:#fff;

}

/* ===========================
   HOW SECTION
=========================== */

.how-section{

    background:#F5F7FB;

    padding:60px 0;

}

.how-section .container{
    max-width: 900px;
    margin: 0 auto;
}

.section-title{

    margin-bottom:80px;

}

.section-title h2{

    color:#003963;

    font-size:30px;

    font-weight:700;

}

.how-wrapper{

    position:relative;

}

.line{

    position:absolute;

    top:38px;

    left:17%;

    width:66%;

    height:2px;

    background:#D9E2EF;

}

.how-item{

    position:relative;

    text-align:center;

    z-index:2;

}

.how-icon{

    width:74px;

    height:74px;

    background:#fff;

    border:3px solid #D9E2EF;

    border-radius:50%;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.how-icon i{

    font-size:28px;

    color:#003963;

}

.how-item:hover .how-icon{

    background:#003963;

    border-color:#003963;

    transform:translateY(-5px);

}

.how-item:hover .how-icon i{

    color:#fff;

}

.how-item h4{

    margin-top:25px;

    color:#1D2939;

    font-size:24px;

    font-weight:700;

}

.how-item p{

    width:80%;

    margin:15px auto 0;

    color:#667085;

    line-height:1.8;

    font-size:16px;

}

/* ===========================
   FOOTER
=========================== */

.footer{
    background: #DCE9FF;
    padding: 10px 0;
}

.footer h4{
    color: #003963;
    font-weight: 700;
}

.footer h5{
    color: #003963;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer p,
.footer li{
    color: #5B6470;
    line-height: 1.8;
}

.footer ul{
    padding: 0;
}

.footer ul li{
    list-style: none;
    margin-bottom: 8px;
}

.footer-divider{
    border: 0;
    border-top: 1px solid #000;
    margin-top: 60px;
    margin-bottom: 20px;
}

.newsletter-text{
    font-size: 14px;
    margin-bottom: 15px;
}

.newsletter-box{
    position: relative;
}

.newsletter-input{
    height: 45px;
    border-radius: 25px;
    border: none;
    padding-right: 55px;
    padding-left: 18px;
}

.newsletter-input:focus{
    box-shadow: none;
    border: 1px solid #003963;
}

.newsletter-btn{
    position: absolute;
    right: 5px;
    top: 5px;

    width: 35px;
    height: 35px;

    border: none;
    border-radius: 50%;

    background: #003963;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .3s;
}

.newsletter-btn:hover{
    background: #005A8F;

}
