body {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  color: #2c3e50;
}

.top-bar {
  background-color: #f2f2f2;
  font-size: 0.9rem;
}

.top-bar .contact i {
  color: #2f5fa4;
}

.logo-text img {
  height: 60px;
}

.search-bar .btn {
  background-color: #2f5fa4;
  color: white;
}

.navbar {
  background-color: #2f5fa4;
}

.navbar-nav .nav-link {
  display: flex;
  padding: 0 12px;
  font-weight: 1000;
  text-transform: uppercase;
  color: white !important;
  font-size: 0.8rem;
  align-items: center;
}

.navbar-nav {
  display: flex;
  gap: 30px;
}

.navbar-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

nav.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #2f5fa4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .navbar-nav .nav-item:not(:last-child)::after {
    content: "|";
    color: rgba(255, 255, 255, 0.5);
    margin-left: 15px;
    font-weight: normal;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232f5fa4' viewBox='0 0 30 30'%3e%3cpath stroke='%232f5fa4' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile header sticky */
.d-flex.d-md-none {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

#sidebarMenu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #2f5fa4;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1051;
  transition: left 0.3s ease;
  padding: 2rem 1rem;
}

#sidebarMenu.show {
  left: 0;
}

#sidebarMenu .nav-link {
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-weight: 600;
  display: block;
  width: 100%;
}

#sidebarMenu .nav-item {
  border-bottom: 1px solid #ffffff55;
  width: 100%;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1050;
}

.sidebar-overlay.active {
  display: block;
}

#sidebarMenu.active {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .top-bar,
  .logo-search {
    display: none;
  }
}

.hero-section {
  background-color: #fff;
  min-height: 70vh;
  display: relative;
  align-items: center;
}

.hero-section h1 {
  color: #2f5fa4;
  font-weight: 800;
}

.hero-section .lead {
  font-size: 1.2rem;
  color: #555;
}

.hero-section .btn-primary {
  background-color: #2f5fa4;
  border-color: #2f5fa4;
  font-weight: bold;
  text-transform: uppercase;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.6rem !important;
    margin-top: 40px;
  }

  .hero-section .lead {
    font-size: 0.95rem !important;
  }
  .swiper-slide img {
    height: 250px; /* or auto */
  }
}

.why-choose-us i {
  color: #2f5fa4;
}

.why-choose-us h6 {
  text-transform: uppercase;
  color: #2c3e50;
}

.why-choose-us h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.why-choose-us .card {
  transition: transform 0.3s ease;
  background-color: #fff;
  border-radius: 12px;
}

.why-choose-us .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.product-img {
  height: 180px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.contact-section .form-label {
  font-weight: 600;
  color: #2c3e50;
}

.contact-section .form-control {
  border-radius: 0.5rem;
  border-color: #ddd;
}

.contact-section .map-container iframe {
  border-radius: 0.5rem;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #1e2a38;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.social-icon:hover {
  background-color: #2f5fa4;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.social-icon-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #1e2a38;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.social-icon-top:hover {
  background-color: blue;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
