.gz-header {
  position: relative;
  z-index: 999;
  font-family: inherit;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
button,
input,
select,
textarea {
  font-family: "Gilroy", Helvetica, Arial, sans-serif !important;
}

.gz-header-top {
  background: #000000;
  color: #ffffff;
  padding: 0;
  border-bottom: 1px solid #dc1918;
}

.gz-header-top__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gz-header-top__contact,
.gz-header-top__meta {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.gz-header-top a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.gz-header-top a:hover {
  color: #dc1918;
}

.gz-header-top i {
  color: #dc1918;
  font-size: 14px;
}

.gz-header-top__address {
  max-width: 430px;
}

.gz-header-top__address span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.gz-header-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 14px;
  border-left: 1px solid #ffffff;
}

.gz-header-social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
}

.gz-header-social a i {
  color: #000000;
}

.gz-header-social a:hover {
  color: #ffffff;
  background: #dc1918;
}

.gz-header-social a:hover i {
  color: #ffffff;
}

.gz-main-navigation {
  background: #ffffff;
  border-bottom: 2px solid #dc1918;
  box-shadow: none;
}

.gz-navbar {
  min-height: 84px;
  padding: 0;
  background: transparent;
}

.gz-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  margin: 0;
  min-width: 260px;
}

.gz-brand .gz-brand__logo,
.gz-navbar.fixed-top .gz-brand .gz-brand__logo {
  width: auto;
  max-width: 132px;
  object-fit: contain;
  display: block;
}

.gz-navbar .gz-brand .gz-brand__logo,
.gz-navbar.fixed-top .gz-brand .gz-brand__logo {
  display: block !important;
}

.gz-navbar .navbar-brand .logo-display,
.gz-navbar .navbar-brand .logo-scrolled,
.gz-navbar.fixed-top .navbar-brand .logo-display,
.gz-navbar.fixed-top .navbar-brand .logo-scrolled {
  display: none !important;
}

.gz-navbar .navbar-brand .gz-brand__logo,
.gz-navbar.fixed-top .navbar-brand .gz-brand__logo {
  display: block !important;
}

.gz-navbar .navbar-brand .gz-brand__logo--mobile,
.gz-navbar.fixed-top .navbar-brand .gz-brand__logo--mobile {
  display: none !important;
}

.gz-navbar.fixed-top {
  background: #ffffff;
  border-bottom: 2px solid #dc1918;
  box-shadow: none;
}

.gz-navbar.fixed-top .gz-navbar-nav .nav-link {
  color: #000000;
}

.gz-navbar.fixed-top .gz-navbar-nav .nav-link:hover,
.gz-navbar.fixed-top .gz-navbar-nav .nav-link.active {
  color: #dc1918;
}

.gz-brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gz-brand__text strong {
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.gz-brand__text small {
  color: #dc1918;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.gz-navbar-collapse {
  justify-content: flex-end;
  gap: 18px;
}

.gz-drawer-brand {
  display: none;
}

.navbar .gz-navbar-nav {
  align-items: center;
  gap: 2px;
}

.navbar .gz-navbar-nav .nav-link {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  padding: 31px 9px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
}

.navbar .gz-navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 24px;
  height: 2px;
  background: #dc1918;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.navbar .gz-navbar-nav .nav-link:hover,
.navbar .gz-navbar-nav .nav-link.active {
  color: #dc1918;
}

.navbar .gz-navbar-nav .nav-link:hover::after,
.navbar .gz-navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.gz-header-actions {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.gz-reserve-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 4px;
  background: #dc1918;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: none;
}

.gz-reserve-btn::before {
  background: #000000;
}

.gz-reserve-btn i {
  font-size: 15px;
}

.gz-mobile-menu-right {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.gz-mobile-call {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #dc1918;
  border: 1px solid #dc1918;
  border-radius: 50%;
}

.gz-menu-toggle {
  width: 46px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #000000;
  border: 0;
  border-radius: 4px;
  position: relative;
  z-index: 1201;
}

.gz-menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: #ffffff;
  border-radius: 2px;
}

@media (max-width: 1199px) {
  .gz-brand {
    min-width: 220px;
  }

  .gz-brand__text strong {
    font-size: 17px;
  }

  .navbar .gz-navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
  }

  .gz-reserve-btn {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .gz-header-top__inner {
    min-height: auto;
    padding: 9px 0;
  }

  .gz-header-top__contact {
    gap: 12px;
    flex-wrap: wrap;
  }

  .gz-header-top__secondary,
  .gz-header-top__address,
  .gz-header-social {
    display: none;
  }

  .gz-navbar {
    min-height: 74px;
  }

  .gz-brand {
    max-width: calc(100% - 110px);
    min-width: 0;
  }

  .gz-brand .gz-brand__logo,
  .gz-navbar.fixed-top .gz-brand .gz-brand__logo {
    max-width: 92px;
    height: 52px !important;
  }

  .gz-navbar .navbar-brand .gz-brand__logo--desktop,
  .gz-navbar.fixed-top .navbar-brand .gz-brand__logo--desktop {
    display: none !important;
  }

  .gz-navbar .navbar-brand .gz-brand__logo--mobile,
  .gz-navbar.fixed-top .navbar-brand .gz-brand__logo--mobile {
    display: block !important;
  }

  .gz-brand__text strong {
    font-size: 16px;
  }

  .gz-brand__text small {
    font-size: 11px;
  }

  .gz-header--mobile-sidebar-logo .gz-brand__text strong,
  .gz-header--mobile-sidebar-logo .gz-brand__text small {
    color: #ffffff;
  }

  .gz-mobile-menu-right {
    display: flex;
  }

  .gz-navbar-collapse {
    position: fixed;
    inset: 0;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100vw;
    overflow-y: auto;
    background: #050505;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 112px 24px 32px;
    z-index: 1200;
  }

  .gz-drawer-brand {
    width: min(440px, 100%);
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .gz-drawer-brand img {
    width: auto;
    height: 58px;
    max-width: 170px;
    object-fit: contain;
    display: block;
  }

  .navbar .gz-navbar-nav {
    align-items: stretch;
    gap: 10px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }

  .navbar .gz-navbar-nav .nav-link {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 0;
  }

  .gz-navbar.fixed-top .gz-navbar-nav .nav-link {
    color: #ffffff;
  }

  .navbar .gz-navbar-nav .nav-link::after {
    display: none;
  }

  .navbar .gz-navbar-nav .nav-link:hover,
  .navbar .gz-navbar-nav .nav-link.active,
  .gz-navbar.fixed-top .gz-navbar-nav .nav-link:hover,
  .gz-navbar.fixed-top .gz-navbar-nav .nav-link.active {
    color: #ffffff !important;
    background: #dc1918;
    border-color: #ffffff;
  }

  .gz-header-actions {
    width: min(440px, 100%);
    margin: 18px auto 0;
  }

  .gz-reserve-btn {
    width: 100%;
    min-height: 48px;
    color: #ffffff;
    border: 1px solid #dc1918;
  }

  .gz-menu-toggle[aria-expanded="true"] {
    position: fixed;
    top: 22px;
    right: 20px;
    background: #dc1918;
  }

  .gz-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .gz-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .gz-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 575px) {
  .gz-header-top__inner {
    justify-content: center;
  }

  .gz-header-top__contact {
    justify-content: center;
  }

  .gz-header-top__contact a[href^="mailto:"] {
    display: none;
  }

  .gz-brand {
    gap: 9px;
  }

  .gz-brand .gz-brand__logo,
  .gz-navbar.fixed-top .gz-brand .gz-brand__logo {
    max-width: 76px;
    height: 44px !important;
  }

  .gz-brand__text strong {
    max-width: 145px;
    font-size: 14px;
    line-height: 1.15;
  }

  .gz-brand__text small {
    font-size: 10px;
  }

  .gz-mobile-call {
    width: 38px;
    height: 38px;
  }

  .gz-menu-toggle {
    width: 42px;
    height: 38px;
  }
}

.gz-footer {
  background: #000000;
  color: #ffffff;
  font-family: "Gilroy", Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-area.gz-footer::before,
.footer-area.gz-footer::after {
  content: none !important;
  display: none !important;
}

.gz-footer-main {
  position: relative;
  z-index: 2;
  padding: 58px 0 42px;
  border-top: 3px solid #dc1918;
}

.gz-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.gz-footer-brand img {
  width: auto;
  height: 58px;
  max-width: 124px;
  object-fit: contain;
  display: block;
}

.gz-footer-brand span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gz-footer-brand strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
}

.gz-footer-brand small {
  color: #dc1918;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gz-footer-copy {
  max-width: 360px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.gz-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gz-footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.gz-footer-social a:hover {
  color: #ffffff;
  background: #dc1918;
  border-color: #dc1918;
}

.gz-footer-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}

.gz-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #dc1918;
}

.gz-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.gz-footer-links a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gz-footer-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #dc1918;
  display: inline-block;
}

.gz-footer-links a:hover {
  color: #dc1918;
}

.gz-footer-contact {
  display: grid;
  gap: 14px;
}

.gz-footer-contact p {
  color: #ffffff;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  line-height: 1.55;
  margin: 0;
}

.gz-footer-contact i {
  color: #dc1918;
  margin-top: 3px;
}

.gz-footer-contact span {
  display: grid;
  gap: 4px;
}

.gz-footer-contact a {
  color: #ffffff;
}

.gz-footer-contact a:hover {
  color: #dc1918;
}

.gz-footer-reserve {
  border: 1px solid #dc1918;
  padding: 24px;
  background: #000000;
}

.gz-footer-reserve h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.gz-footer-reserve p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.gz-footer-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  background: #dc1918;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gz-footer-cta:hover {
  color: #ffffff;
  background: #000000;
  outline: 1px solid #dc1918;
}

.gz-footer-bottom {
  background: #dc1918;
  padding: 16px 0;
  border-top: 0;
  position: relative;
  z-index: 2;
}

.gz-footer-bottom .copyright-text,
.gz-footer-bottom .copyright-text a,
.gz-footer-bottom-note {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.gz-footer-bottom .copyright-text a {
  text-decoration: none;
}

.gz-footer-bottom .copyright-text a:hover {
  color: #ffffff;
  text-decoration: none;
}

.gz-footer-bottom-note {
  text-align: right;
}

@media (max-width: 991px) {
  .gz-footer-main {
    padding: 48px 0 34px;
  }

  .gz-footer-bottom {
    background: #000000;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .gz-footer-bottom .row {
    gap: 8px;
  }

  .gz-footer-bottom .copyright-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-width: 340px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
  }

  .gz-footer-bottom .copyright-text span,
  .gz-footer-bottom .copyright-text a {
    display: block;
  }

  .gz-footer-bottom .copyright-text a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
  }

  .gz-footer-bottom-note {
    display: none;
  }
}

@media (max-width: 575px) {
  .gz-footer-main {
    padding: 38px 0 28px;
  }

  .gz-footer-brand strong {
    font-size: 18px;
  }

  .gz-footer-reserve {
    padding: 20px;
  }
}
