.xy-topbar {
  width: 100%;
  background: var(--xy-color-primary);
}

.xy-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--xy-topbar-height);
}

.xy-topbar__contact,
.xy-topbar__mail,
.xy-topbar__social {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.xy-topbar__contact {
  gap: 40px;
  font-size: 14px;
}

.xy-topbar__mail a {
  color: #ffffff;
}

.xy-topbar__whatsapp {
  color: #ffffff;
}
.xy-topbar__mail span,
.xy-topbar__whatsapp span{color:#ffffff;}
.xy-topbar__social {
  gap: 16px;
}

.xy-topbar__social a {
  opacity: 0.9;
}

.xy-topbar__social a:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.xy-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid #d1d5dc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.xy-header.is-scrolled {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.xy-header__shell {
  min-height: var(--xy-header-height);
  display: flex;
  align-items: center;
}

.xy-header .navbar {
  min-height: var(--xy-header-height);
}

.xy-header__brand {
  flex: 0 0 auto;
  /* width: 168px; */
}

.xy-header__brand img {
  width: 42px;
  height: auto;
}

.xy-header__nav {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 40px;
  flex: 1 1 auto;
}

.xy-header__item {
  position: relative;
}

.xy-header__link,
.xy-header__dropdown-toggle {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1e2939;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.xy-header__link::after,
.xy-header__dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--xy-color-primary);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.xy-header__link:hover,
.xy-header__link.is-active,
.xy-header__dropdown-toggle:hover,
.xy-header__dropdown-toggle.is-active,
.xy-header__dropdown-toggle.show {
  color: var(--xy-color-primary-dark);
}
.xy-header__link.dropdown-toggle::after{display:none;}

.xy-header__link:hover::after,
.xy-header__link.is-active::after,
.xy-header__dropdown-toggle:hover::before,
.xy-header__dropdown-toggle.is-active::before,
.xy-header__dropdown-toggle.show::before {
  transform: scaleX(1);
}
.xy-brand__text{color: #101828;font-size: 1rem;font-weight: 600;line-height: 1.5;white-space: nowrap;}
/* .xy-header__dropdown-toggle.dropdown-toggle::after {
    margin-left: 3px;
    vertical-align: 0.18em;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.9);
    border-bottom: 2px solid rgba(0, 0, 0, 0.9);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    border-top: 0;
    border-left: 0;
}

.xy-header__dropdown-toggle.show::after,
.xy-header__item:hover > .xy-header__dropdown-toggle.dropdown-toggle::after {
  transform: rotate(225deg);
} */

.xy-header__dropdown-menu {
  margin-top: 0;
  min-width: 220px;
  border: 1px solid rgba(30, 41, 57, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
  padding: 10px;
}

.xy-header__dropdown-link {
  border-radius: 8px;
  padding: 10px 12px;
  color: #1e2939;
  font-size: 15px;
  line-height: 1.4;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.xy-header__dropdown-link:hover,
.xy-header__dropdown-link:focus {
  background: rgba(0, 140, 69, 0.08);
  color: var(--xy-color-primary);
}

.xy-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.xy-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.xy-header__toggle {
  border: 0;
  padding: 0;
  margin-left: auto;
  box-shadow: none;
}

.xy-header__toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--xy-color-text);
}

.xy-header__toggle span + span {
  margin-top: 6px;
}

.xy-mobile-menu {
  background: rgb(0 150 214 / 80%);
  backdrop-filter: blur(1.875rem);
  color: #ffffff;
}

.xy-mobile-menu .offcanvas-header {
  padding: 24px 24px 12px;
}

.xy-mobile-menu .offcanvas-title {
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.xy-mobile-menu .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px 24px 32px;
}

.xy-mobile-menu__links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.xy-mobile-menu__link,
.xy-mobile-menu__toggle {
  font-size: 18px;
  color: #ffffff;
}

.xy-mobile-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.xy-mobile-menu__toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.72);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.xy-mobile-menu__toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.xy-mobile-submenu {
  padding-top: 12px;
}

.xy-mobile-submenu__link {
  display: block;
  padding: 10px 0 10px 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.4;
}

.xy-mobile-submenu__link:last-child {
  padding-bottom: 0;
}
.xy-mobile-menu__btn{background-color: #000000;}
@media (min-width: 1200px) {
    .xy-header__item:hover > .xy-header__dropdown-menu,
    .xy-header__item:focus-within > .xy-header__dropdown-menu {display: block;}
}
@media (max-width: 1800px) {
    .xy-header__nav {gap: 20px;}
}
@media (max-width: 1480px) {
  .xy-topbar__contact {gap: 24px;}
}
@media (max-width: 1200px) {
    .xy-header {top: var(--xy-topbar-height);}
    .xy-header__shell,
    .xy-header .navbar {min-height: 78px;}  
}

@media (max-width: 576px) {
    .xy-topbar__mail,
    .xy-topbar__whatsapp {font-size: 13px;}
}