* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* ios - select option style fix */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 0;
}


.logo img {
  height: 65px !important;
  width: auto;
  transition: transform 0.3s ease;
}


.nav-item {
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-nav {
  display: flex;
  gap: 15px;
}

.navbar-brand {
  font-size: 1.4rem;
  color: #2c3e50 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 !important;
}

.navbar-logo {
  height: 40px !important;
  width: auto !important;
  max-height: 40px !important;
  transition: transform 0.3s ease;
}

.navbar-brand:hover .navbar-logo {
  transform: scale(1.05);
}

.nav-link {
  color: black !important;
  margin: 0 0.3rem;
  padding: 0.4rem 0.7rem !important;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: 600;
  padding-bottom: 0.4rem !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #000000;
  transition: all 0.3s ease;
  transform: none;
}

.nav-link:not(.active):hover {
  border-bottom-color: #000000;
}

.nav-link:not(.active):hover::after {
  width: 80%;
}

.nav-link.active {
  border-bottom: 2px solid #94cb50 !important;
  color: #1a1a1a !important;
}

.nav-link.active::after {
  width: 0 !important;
  display: none;
}



ul {
  margin-bottom: 0px !important;
}

.logo img {
  width: 120px;
  height: 60px;
}

.nav-left a {
  font-size: 14.4px;
}

.drop-down-menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  display: flex;
  gap: 15px;
  padding: 20px 15px;
  transition: all 0.5s ease-in-out;
  transform: translateY(-150%);
  z-index: 99;
  background-color: #fff;
}

.drop-down-menu-list li {
  list-style: none;
}

.drop-down-menu-list li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  background: none;
  border: none;
  outline: none;
}

.submenu-list {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.submenu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow.rotate {
  transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .logo img {
    width: 90px;
    height: 40px;
  }

  .nav-left a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .logo img {
    width: 80px;
    height: 30px;
  }

  .nav-left a {
    font-size: 16px;
  }
}

.floating-icon {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  right: 60px;
  opacity: 90%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease, box-shadow 0.3s ease;
}

.floating-icon img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .floating-icon {
    right: 30px;
  }
}





.navbar,
.navbar * {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 0.6rem 0;
  min-height: 70px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding: 0.4rem 0;
  background: rgba(255, 255, 255, 0.98);
}


.logo img {
  height: 36px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo:hover img {
  transform: scale(1.05);
}

.nav-left {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.nav-left .nav-link {
  color: #5e5d5d !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  position: relative;
  text-decoration: none;
}


.nav-left .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-left .nav-link:hover::after {
  width: 80%;
}


.nav-left .nav-link.active {
  border-bottom: 2px solid #94cb50;
  color: #1a1a1a !important;
}

.nav-left .nav-link.active::after {
  display: none;
}

.drop-down-menu-list .nav-link {
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}