/* Header css start here */

.menu-item a:visited{color:#222222;}
.menu-link {
  color: #007a4a;
}
.rbb-default-header {
  width: 100%;
  position: absolute;
  z-index: 20;
  padding:20px;
}
.desktop-header {
  display: block;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.header-content {
height: 100px;background: #fff;padding:20px;border-radius: 15px;justify-content: center;display: flex;align-items: center;
}
.rbb-header-left,
.rbb-header-right,
.social-link {
  align-items: center;
  display: flex;
}
.social-links {
  list-style: none;
  display: flex;
  gap: 10px;
}
.social-link {
  color: #fff;
  background-color: #024a31;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link svg {
  width: 20px;
  height: 20px;
  fill:#fff;
}
.rbb-header-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.primary-menu {
  height: 100%;
}
.menu-container {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-item {
  position: relative;
}
.menu-item a:hover {
  color: #007a4a;
}
.menu-link {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
}
.menu-link:hover {
  color: #024a31;
}
.logo {
  width: 120px;
}
.header-mobile {
  display: none;
  padding: 10px 15px;
}
.mobile-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-logo .logo {
  max-height: 90px;
  width: auto;
}


@media (max-width: 767px) {
  /* .desktop-header {
    display: none;
  }
  .header-mobile {
    display: block;
  } */
   .rbb-header-center {
    display: none;
}
 .header-content{
    justify-content: space-between;
  }
  .header-content {
    height: 85px;
    padding: 15px;
    border-radius: 10px;
}
}
@media (min-width: 768px) {
  .header-mobile {
    display: none;
  }
 
}
.elementor-widget-container .subFooterTitle {
  color: sienna !important;
}
