
.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{
  background: #f8f9fa;
}


.product-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}


.product-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}


.img-box {
  width: 100%;
  

  aspect-ratio: 1 / 1;

  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}


.img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;   
  display: block;
}



@media (max-width: 576px) {
  .img-box {
    aspect-ratio: 4 / 5; 
  }
}

.royal-button {
    background-color: royalblue;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
  }

  .royal-button:hover {
    background-color: #00439C; 
  }













.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);
}
