@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* GLOBAL */

html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', sans-serif; background: #f8f9fa; margin:0; }


/* Responsive Logo */
.navbar-logo {
  height: 100px;
  width: 150px;
  transition: 0.3s ease;
}

.navbar-logo:hover {
  transform: scale(1.05);
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.navbar-nav .nav-link{
    padding-left:20px;
    padding-right:20px;
}

.custom-navbar.scrolled{
background:#ffffff;
box-shadow:0 4px 20px rgba(0,0,0,0.08);
padding:12px 0;
}
.custom-navbar.scrolled .navbar-logo{
height:80px;
}

/* Social Icons */
.nav-social {
  display: flex !important;
  justify-content: center;
  margin-top: 10px;
}

.nav-social a {
  color: rgb(2, 6, 23);
  margin-left: 15px;
  transition:0.3s;
}

.nav-social a:hover {
  color: #0d6efd;
  transform: translateY(-3px);
}
   .navbar {
    font-family: Poppins', sans-serif;
}
.navbar .nav-link {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}


/* HERO */
.hero{
    background: url("../images/banner-first.png") center/cover no-repeat;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero h1 { font-size: 2.5rem; font-weight: 700; }
.hero p { font-size: 1.1rem; }

@media (min-width: 768px) {
  .hero h1 { font-size: 3rem; }
  .hero p { font-size: 1.25rem; }
}

/* BUTTON */
.btn-premium {
  background: linear-gradient(135deg,#0d6efd,#0b5ed7);
  border:none;
  padding:12px 28px;
  border-radius:50px;
  transition:0.3s;
}

.btn-premium:hover {
  transform: translateY(-3px);
  box-shadow:0 10px 25px rgba(13,110,253,0.4);
}

/* SECTIONS */
.section-padding { padding: 80px 15px; }
h2 { font-weight:700; }

/* SERVICE CARDS */
.service-card {
  border-radius:20px;
  transition:0.4s;
  padding:25px;
  text-align:center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.service-icon {
  font-size:40px;
  color:#0d6efd;
  margin-bottom:15px;
}

/* VALUES */
.value-card {
  border-radius:20px;
  transition:0.4s;
  padding:25px;
  text-align:center;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.icon-box {
  width:70px;
  height:70px;
  border-radius:50%;
  background:linear-gradient(135deg,#0d6efd,#0b5ed7);
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 15px;
  transition:0.4s;
}

.icon-box i {
  color:white;
  font-size:26px;
}

.value-card:hover .icon-box {
  transform: rotate(10deg) scale(1.1);
}

/* CONTACT */
#contact {
  background: linear-gradient(135deg,#0d1b2a,#1b263b);
  color:white;
  padding:80px 15px;
  text-align:center;
}

.form-control {
  border-radius:12px;
  margin-bottom:15px;
}

/* FOOTER */
.footer {
  background:#0d1b2a;
  padding:50px 15px;
  color:white;
}

.footer h5 { font-weight:700; }

.footer a {
  text-decoration:none;
  color:white;
  transition:0.3s;
}

.footer a:hover {
  color:#0d6efd;
}

.footer-social a {
  font-size:20px;
  margin:0 10px;
  transition:0.3s;
}

.footer-social a:hover {
  transform:scale(1.2);
  color:#0d6efd;
}

/* COPYRIGHT GRADIENT */
.footer .copyright {
  background: linear-gradient(90deg, #0d6efd, #6c63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:500;
  font-size:0.95rem;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position:fixed;
  bottom:25px;
  right:25px;
  background:#25D366;
  color:white;
  font-size:22px;
  width:55px;
  height:55px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 5px 15px rgba(0,0,0,0.3);
  transition:0.3s;
  z-index:999;
}

.whatsapp-float:hover {
  transform:scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .service-card,
  .value-card {
    margin-bottom:20px;
  }

  .hero h1 { font-size:2rem; }
  .hero p { font-size:1rem; }

  .footer .row {
    text-align:center;
  }

  .nav-social {
    margin-top:15px;
    justify-content:center;
  }
  .navbar {
    background-color: #0d2c54; /* dark blue */
}}
/* Products */
.product-card img{
height:200px;
object-fit:cover;
}

.product-card{
transition:0.3s;
border:none;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.product-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}
/* Modern Footer */

.footer-modern{
background:#0f172a;
color:#cbd5e1;
padding:70px 0 30px;
}

.footer-logo{
color:white;
font-weight:700;
margin-bottom:15px;
}

.footer-text{
font-size:14px;
line-height:1.7;
}

.footer-title{
color:white;
font-size:18px;
margin-bottom:20px;
}

.footer-links{
list-style:none;
padding:0;
}
.footer {
  background:#0d1b2a;
 
  color:white;
}
.footer-links li{
margin-bottom:10px;
}

.footer-links a{
text-decoration:none;
color:#cbd5e1;
font-size:14px;
transition:0.3s;
}

.footer-links a:hover{
color:#38bdf8;
padding-left:5px;
}

.footer-contact{
font-size:14px;
margin-bottom:12px;
}

.footer-contact i{
margin-right:10px;
color:#38bdf8;
}

.footer-social{
margin-top:20px;
}

.footer-social a{
display:inline-block;
width:38px;
height:38px;
line-height:38px;
text-align:center;
border-radius:50%;
background:#1e293b;
color:white;
margin-right:8px;
transition:0.3s;
}

.footer-social a:hover{
background:#38bdf8;
color:#0f172a;
}

.footer-divider{
border-color:#1e293b;
margin:40px 0 20px;
}

.footer-bottom{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
font-size:13px;
color:#94a3b8;

}
.footer-divider {
  border: none;
  border-top: 1px solid #fff; /* white line */
  width: 100%;
  margin: 20px 0 0 0;          /* spacing above copyright */
}
.gallery img{
  width:100%;
  max-height:250px;
  object-fit:contain;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers columns horizontally */
  gap: 30px; /* space between columns */
}

.footer-column {
  flex: 1 1 220px; /* min width 220px, flexible */
  max-width: 250px;
  text-align: center; /* center content on mobile */
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .footer-column {
    flex: 1 1 45%; /* 2 columns per row on small screens */
    margin-bottom: 20px;
  }
}
/*********
