/*--------------------------------------------------------------
  Template Name: Uniqlo-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Uniqlo is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.1
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.video-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  /* prevent clicks */
}

.video-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

@media (max-width: 768px) {
  .video-container {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header--3 .mainmenu__area {
    padding: 0px 30px;
  }

}

@media (min-width: 320px) and (max-width: 575px) {
  .video-container {
    height: auto;
  }

  .homecat {
    flex-direction: column;
    align-items: flex-start;
    /* or center, if you prefer */
    height: 75px;
  }

  .uniq__banner__area {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
  }

}

.banner.style--2 .content {
  top: 85%;
  width: 100%;
}

.htc__btn.shop__now__btn {
  color: #ffff;
  font-family: inherit;
  float: right;
}

.wrap__box__style--1 {
  padding-bottom: 0px;
}

/* .header--3 .main__menu>li>a{
  line-height: 0px;
} */

.main__menu li.drop ul.dropdown {
  background: #4b4b4b;
  /* dark gray */
  color: #fff;
  border: none;
  border-radius: 8px;
  border-top: 6px solid #dc3545;
  /* red top stripe */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.main__menu ul.dropdown li a {
  background: #4b4b4b;
  color: #fff;
}

.main__menu ul.dropdown li {
  border-bottom: 0px;
}

.header--3 .logo {
  height: 50px;
}

.header--3 .logo img {
  max-width: 150px;
  /* Limit maximum width */
  height: auto;
  /* Keep aspect ratio */
}

.header--3 .main__menu>li>a {
  line-height: 90px;
}

.sticky__header.scroll-header .main__menu>li>a {
  height: 50px;
  line-height: 50px;
}


.main__menu li.drop ul.dropdown.mega_dropdown {
  width: 250px;
}

.main__menu li.drop ul.dropdown.mega_dropdown .mega__item {
  width: 100%;
}

.header--3 .logo {
  height: 50px;
  width: 150px;
}

.header--3 .main__menu>li>a {
  line-height: 50px;
}


.header--3 .main__menu>li>a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}


.slider__fixed--height {
  height: 600px;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* ⬅ higher to ensure visible */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.social__icon li a i {
  color: #008b2d;
  font-size: 25px;
  ;
}

.brochure-btn a {
  display: inline-block;
  border: 2px solid #c62828;
  color: #333;
  font-weight: 700;
  padding: 0px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.brochure-btn a:hover {
  background-color: #c62828;
  color: #fff;
}