body{
font-family: 'Segoe UI', sans-serif;
line-height:1.8;
color:#333;
overflow-x:hidden;
}

.custom-navbar{
background:#0b1c36;
padding:15px 0;
box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.navbar-brand{
font-size:26px;
font-weight:700;
}

.nav-link{
color:#fff !important;
margin-left:15px;
font-weight:500;
}

.nav-link:hover{
color:#d4af37 !important;
}

.hero{
height:100vh;
background:url('../images/banner.jpg') center center/cover;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.hero::before{
content:'';
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
}

.hero-content{
position:relative;
z-index:2;
color:#fff;
}

.hero-content h1{
font-size:65px;
font-weight:700;
}

.hero-content p{
font-size:22px;
}

.gold-btn{
background:#d4af37;
color:#fff;
padding:14px 35px;
border:none;
border-radius:5px;
text-decoration:none;
font-weight:600;
}

.gold-btn:hover

.section-title{
font-size:42px;
font-weight:700;
margin-bottom:40px;
color:#0b1c36;
text-align:center;
}

.product-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.product-card:hover{
transform:translateY(-8px);
}

.product-card img{
width:100%;
height:280px;
object-fit:cover;
}

.product-card h4{
padding:20px;
font-weight:600;
}

.footer-section{
background:#0b1c36;
color:#fff;
padding:60px 0 20px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#fff;
text-decoration:none;
}

.footer-links a:hover

.whatsapp-btn{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:34px;
border-radius:50%;
text-decoration:none;
z-index:9999;
box-shadow:0 5px 20px rgba(0,0,0,.3);
}

.page-banner{
background:#0b1c36;
padding:140px 0 70px;
text-align:center;
color:#fff;
}

.contact-box{
padding:30px;
background:#fff;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

@media(max-width:768px){

.hero-content h1{
font-size:40px;
}

.hero-content p{
font-size:18px;
}

.section-title{
font-size:32px;
}

}
.slider-img{
height:100vh;
object-fit:cover;
}

.carousel-item{
position:relative;
}

.carousel-item::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:1;
}

.custom-caption{
z-index:2;
bottom:20%;
}

.custom-caption h1{
font-size:70px;
font-weight:700;
margin-bottom:20px;
}

.custom-caption h3{
font-size:32px;
margin-bottom:20px;
}

.custom-caption p{
font-size:22px;
max-width:800px;
margin:auto;
margin-bottom:25px;
}

@media(max-width:768px){

.slider-img{
height:80vh;
}

.custom-caption h1{
font-size:38px;
}

.custom-caption h3{
font-size:22px;
}

.custom-caption p{
font-size:16px;
}

}
.custom-navbar{
    background:#07192d;
    padding:8px 0;
    box-shadow:0 3px 15px rgba(0,0,0,.15);
}

.header-logo{
    height:42px;
    width:auto;
    object-fit:contain;
}

.logo-title{
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:2px;
}

.logo-subtitle{
    color:#d4af37;
    font-size:10px;
    letter-spacing:.5px;
}

.navbar-nav .nav-link{
    color:#fff !important;
    font-weight:600;
    margin-left:18px;
    font-size:14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#d4af37 !important;
}

.btn-warning{
    background:#d4af37;
    border:none;
    font-size:14px;
}

.btn-warning:hover{
    background:#c49b28;
}

@media(max-width:768px){

    .header-logo{
        height:34px;
    }

    .logo-title{
        font-size:13px;
    }

    .logo-subtitle{
        display:none;
    }

}
