
.topnav {
    background: #00439C;
    color: #fff;
    font-size: 14px;
}

.topnav .social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.tagline {
    font-weight: 500;
}


.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 20px;
}


@media (max-width: 992px) {
    .navbar .btn {
        width:100%;
}
}


.btn-royal {
  background: #00439C; 
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-weight: 600;
  transition: 0.3s ease;
  border-radius: 6px;
}

#logoCarousel img {
  height: 60px; 
  object-fit: contain;
}





.product-card {
  position: relative;
  background: #fff;
  padding: 0; 
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  text-align: center;

  width: 100%;
  max-width: 300px;
  margin: auto;

  overflow: hidden; 
}


.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}


.product-img {
  width: 100%;
  height: 100%;  
  object-fit: contain; 
  display: block;
}


@media (max-width: 576px) {
  .product-card {
    max-width: 250px;
  }
}


@media (min-width: 577px) and (max-width: 992px) {
  .product-card {
    max-width: 280px;
  }
}




.footer {
  background-color: #00439C; 
  color: #ffffff;
  font-size: 16px;
}

.footer span {
  font-weight: 500;
}

.footer {
  background: #00439C; 
}

.footer h6, 
.footer h4 {
  color: #fff;
}

.footer-links a {
  font-size: 16px;
  color: #dcdcdc;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}


.social-footer a {
  color: #fff;
  font-size: 18px;
  margin-right: 16px;
  transition: 0.3s;
}

.social-footer a:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.footer hr {
  border-color: rgba(255,255,255,0.2);
}
