
.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;
}



#heroCarousel .carousel-item {
    width: 100%;
    text-align: center;
}


#heroCarousel .hero-img {
    width: 100%;
    height: auto;         
    max-height: 90vh;     
    object-fit: contain;   
    display: block;
    margin: 0 auto;        
}


@media (max-width: 992px) {
    #heroCarousel .hero-img {
        max-height: 70vh;  
    }
}

@media (max-width: 576px) {
    #heroCarousel .hero-img {
        max-height: 50vh;  
    }
}


.yunay-description {
  background: #f8f9fa; 
  border-bottom: 2px solid #ddd;
}

.yunay-description h1 {
  color: #00439C; 
}

.yunay-description p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
}


body {
  font-family: 'Inter', sans-serif;
  color: #000;
}


h1, h2, h3, h4, h5, h6, .navbar-nav .nav-link, .footer h4, .footer h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}


h2 {
  letter-spacing: 0.5px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}



.product-card {
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 18px;
    background: #fff;
    transition: all 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}


.product-label {
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.product-name { 
    font-size: 2.05rem; 
    font-weight: 600; 
    margin: 10px 0; 
}


.mrp { 
    text-decoration: line-through; 
    color: #000; 
    font-size: 22px; 
}

.price { 
    color: #28a745; 
    font-weight: 700; 
    font-size: 22px; 
}


.stars { 
    color: #dcbf1b; 
    font-size: 20px; 
    margin: 5px 0; 
}


.product-card div { 
    margin: 6px 0; 
    font-size: 22px;
    color: #000;  
}


.add-cart {
    margin-top: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #ff7a18, #ff4e00);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-cart:hover {
    background: linear-gradient(135deg, #ff4e00, #ff7a18);
    transform: scale(1.03);
}

.card img {
    width: 100%;          
    height: auto;         
    object-fit: contain;  
    object-position: center; 
    display: block;       
}






.video-section {
  width: 100%;
  min-height: 100vh; 
   display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  position: relative;
  box-sizing: border-box;
}


.video-wrapper {
  width: 100%;
  max-width: 700px;   
  height: 700px;      
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
}


.video-element {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  display: block;
  border: none;
}

.video-section h2,
.video-section p {
    color: #000; 
    background-color: rgba(255, 255, 255, 0.6); 
    display: inline-block; 
    padding: 5px 15px; 
    border-radius: 6px;
    z-index: 2;
    position: relative; 
}




@media (max-width: 992px) { 
  .video-wrapper {
    max-width: 600px;
    height: 700px; 
  }
}

@media (max-width: 768px) { 
  .video-wrapper {
    max-width: 500px;
    height: 700px; 
  }
}

@media (max-width: 576px) {
  .video-wrapper {
    max-width: 100%;
    height: 700px; 
  }
}


.btn-read-more {
  border: none;
  background-color: #0d6efd;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 30px;
  transition: .3s;
  text-decoration: none;
}

.btn-read-more:hover {
  background-color: #084298;
}



.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);
}
