@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");

@font-face {
  font-family: "FoundersGrotesk";
  src: url("../fonts/FoundersGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FoundersGrotesk";
  src: url("../fonts/FoundersGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #184171;
  --secondary: #4281e2;
  --text-1: #000;
  --text-2: #1a1a1a;
  --light: #fff;
  --transition: all 0.5s linear;
  --transition-2: all 0.5s ease-in-out;
  --primary-font: "League Spartan", sans-serif;
  --secondary-font: "FoundersGrotesk", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  background-color: var(--light);
  color: var(--text-2);
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 0;
  color: var(--text-1);
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
p {
  font-size: 18px;
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.6;
  font-family: var(--secondary-font);
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
.content__area p {
  font-size: 18px;
  margin: 10px 0 0;
}
.content__area a {
  color: var(--text-2);
  font-size: 18px;
  text-decoration: underline;
}
.content__area figure {
  width: 100% !important;
}
.content__area li {
  font-size: 18px;
}
.wrapper,
.wrapper-small {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper-small {
  max-width: 1200px;
}
.section-wrap {
  max-width: 790px;
  margin: 0 auto 35px;
  text-align: center;
}
.section-title {
  font-size: clamp(36px, 6vw, 80px);
  margin: 0 0 18px;
  letter-spacing: -5%;
}
.entry-title,
.entry-title-small,
.content__area h3 {
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -3%;
  line-height: 1.1;
}
.entry-title a {
  color: var(--text-1);
}
.entry-title-small {
  font-size: clamp(20px, 2vw, 24px);
}
.btn {
  font-family: var(--secondary-font);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 50px;
  padding: clamp(6px, 2vw, 10px) clamp(18px, 2vw, 28px);
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: var(--transition-2);
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn svg {
  fill: var(--light);
  transition: var(--transition-2);
}
.btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--light);
}
.btn-secondary {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-white {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--primary);
}
.btn-white svg {
  fill: var(--primary);
}
.btn-white:hover {
  border-color: var(--light);
  background-color: transparent;
}
.btn-white:hover svg {
  fill: var(--light);
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #929497;
  color: var(--primary);
}
.btn-outline svg {
  fill: var(--primary);
}
.btn-outline:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.btn-outline:hover svg {
  fill: var(--light);
}

.section-top {
  margin-top: 80px;
}
.section-top-small {
  margin-top: 60px;
}
.padding-tb {
  padding: clamp(35px, 6vw, 95px) 0;
}
.content__area h2 {
  margin: 0 0 12px;
}
.content__area h3 {
  margin: 0 0 12px;
}
.content__area img {
  border-radius: 10px;
}
button {
  cursor: pointer;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

@media(max-width:495px){
  .btn-white {
    display: none;
  }
}

/* Header section start  */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.default-header {
  position: relative;
  background-color: var(--primary);
}
.site-header__wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0;
}
.site-header.sticky {
  background-color: var(--primary);
}
.site-header.sticky .site-header__wrapper {
  padding: 20px 0;
}
.site-header,
.default-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--primary);
}

.site-header__wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0;
}

.site-header.sticky,
.default-header.sticky {
  background-color: var(--primary);
}

.site-header.sticky .site-header__wrapper,
.default-header.sticky .site-header__wrapper {
  padding: 20px 0;
}
.site-branding .site-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  text-decoration: none;
}
.site-branding .custom-logo-link img {
  width: 200px;
}
.nav-wrapper {
  display: flex;
  gap: 35px;
  align-items: center;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
#primary-menu,
#primary-menu1 {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu > li,
#primary-menu1 > li {
  position: relative;
}
#primary-menu > li > a,
#primary-menu1 > li > a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: var(--light);
  font-family: var(--secondary-font);
  transition: var(--transition-2);
}
#primary-menu > li > a:hover,
#primary-menu > li:hover > a,
#primary-menu > li > a:hover,
#primary-menu1 > li > a:hover {
  color: var(--secondary);
}
#menu-item-22:hover .mega-menu {
  display: block;
}
#primary-menu > li > a {
  padding: 4px 4px 8px;
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff0;
  cursor: pointer;
  outline: none;
  display: none;
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--text-1);
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.line--middle {
  width: 60%;
}
.line--bottom {
  width: 100%;
}
.hamburger-menu:hover .line {
  width: 100%;
}
#primary-menu > li .sub-menu {
  position: absolute;
  min-width: 210px;
  background-color: var(--light);
  border-radius: 6px;
  top: 46px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 6px;
  visibility: hidden;
  transform: translateY(50px);
  transition: var(--transition-2);
  z-index: -1;
}
#primary-menu > li .sub-menu li a {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary-menu > li .sub-menu > li:nth-child(odd) a {
  background-color: #f8f8f8;
}
#primary-menu > li .sub-menu > li:hover,
#primary-menu > li .sub-menu > li a:hover {
  background-color: #e0f6ff;
}
#primary-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > a:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu,
#primary-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a:hover
  > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
#primary-menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#primary-menu > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--text-1);
  display: block;
  margin: 4px 0 0 3px;
}
#primary-menu > li.menu-item-has-children:hover > a::after,
#primary-menu > li.menu-item-has-children > a:hover::after {
  color: var(--primary);
}

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.8);
}
.uk-offcanvas-bar {
  background-color: #eff4ff;
  padding: 0;
}
.uk-offcanvas-bar .uk-offcanvas-close {
  color: var(--text-1);
}
.uk-offcanvas-bar .uk-offcanvas-close:hover {
  color: var(--primary);
}
.uk-offcanvas-close svg {
  width: 18px;
  height: 18px;
}
.offcanvas-content #primary-menu1 {
  display: block;
}
.offcanvas-content #primary-menu1 > li {
  border-bottom: 1px solid #0000001c;
}
.offcanvas-content #primary-menu1 > li a {
  width: 100%;
  padding: 10px 20px;
  display: block;
}
.uk-offcanvas-bar .offcanvas__logo {
  padding: 15px 20px;
  background-color: var(--light);
}
.uk-offcanvas-bar .site-branding .custom-logo-link img {
  width: 150px;
}
.uk-offcanvas-close {
  top: 22px;
  right: 15px;
}
.offcanvas-content #primary-menu1 .sub-menu {
  display: none;
  list-style: none;
}
.offcanvas-content #primary-menu1 .sub-menu li {
  border-top: 1px solid #0000001c;
}
.submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0057ac1a;
  width: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer section start  */
.site-footer {
  background-color: #184070;
  position: relative;
}

.footer-left .entry-content .entry-title-small,
.footer-center .entry-content .entry-title-small,
.footer-right .entry-title-small {
  color: var(--light);
  margin: 0;
  padding: 0;
}
.footer-left .entry-content ul li a,
.footer-left .entry-content ul li,
.footer-center .entry-content ul li {
  list-style: none;
  color: var(--light);
  margin: 0;
  padding: 0;
}
.footer-left .entry-content ul li p,
.footer-center .entry-content ul li a {
  color: var(--light);
}
.footer-left .entry-content ul,
.footer-center .entry-content ul {
  padding: 0;
}

.footer-center {
  display: flex;
  gap: 60px;
}
.footer-right iframe {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-top: clamp(20px, 2vw, 25px);
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(40px, 6vw, 80px);
  border-bottom: 1px dashed #2f547f;
  padding-bottom: clamp(20px, 2vw, 40px);
}
.site-footer::before {
  content: url(../img/footer-bg.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-bottom {
  display: flex;
  padding-top: clamp(20px, 2vw, 30px);
  padding-bottom: clamp(30px, 2vw, 60px);
}
.footer-bottom .footer-logo {
  width: 30%;
}
.footer-bottom .social-media {
  display: flex;
  gap: 10px;
}
/* responsive design */
@media screen and (max-width: 1024px) {
  .footer-wrapper {
    padding-top: clamp(25px, 4vw, 40px);
    padding-bottom: clamp(10px, 1.5vw, 20px);
    flex-direction: column;
    gap: 20px;
  }


  .footer-right iframe {
    height: 180px;
    margin-top: clamp(10px, 1.5vw, 15px);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding-top: clamp(10px, 1.5vw, 20px);
    padding-bottom: clamp(15px, 2vw, 30px);
  }

  .footer-bottom .footer-logo {
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-bottom .social-media {
    justify-content: center;
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .footer-wrapper {
    padding-top: clamp(20px, 3vw, 30px);
    padding-bottom: clamp(8px, 1.5vw, 15px);
    gap: 15px;
  }

  .footer-center {
    flex-direction: column;
    gap: 20px;
  }

  .footer-center .entry-content {
    flex: 1 1 100%;
  }

  .footer-left .entry-content ul li,
  .footer-center .entry-content ul li {
    margin-bottom: 8px;
  }

  .footer-right iframe {
    height: 160px;
    margin-top: clamp(8px, 1.5vw, 12px);
  }

  .footer-bottom {
    padding-top: clamp(8px, 1.5vw, 15px);
    padding-bottom: clamp(10px, 2vw, 20px);
  }

  .footer-bottom .footer-logo {
    width: 60%;
  }

  .footer-bottom .social-media {
    gap: 10px;
  }

  .site-footer::before {
    content: none;
  }
}

@media (max-width: 480px) {
  .footer-wrapper {
    padding-top: clamp(15px, 3vw, 25px);
    padding-bottom: clamp(6px, 1.5vw, 12px);
    gap: 12px;
  }

  .footer-center {
    gap: 15px;
  }

  .footer-left .entry-content .entry-title-small,
  .footer-center .entry-content .entry-title-small,
  .footer-right .entry-title-small {
    font-size: clamp(20px, 3.5vw, 24px);
  }

  .footer-left .entry-content ul li,
  .footer-left .entry-content ul li p,
  .footer-center .entry-content ul li {
    font-size: clamp(16px, 2.5vw, 18px);
    margin-bottom: 6px;
  }

  .footer-right iframe {
    height: 140px;
    margin-top: clamp(6px, 1.5vw, 10px);
  }

  .footer-bottom {
    padding-top: clamp(6px, 1.5vw, 12px);
    padding-bottom: clamp(8px, 2vw, 15px);
  }

  .footer-bottom .footer-logo {
    width: 70%;
  }

  .footer-bottom .social-media {
    gap: 8px;
  }

  .footer-bottom .social-media img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 350px) {
  .footer-wrapper {
    padding-top: clamp(12px, 3vw, 20px);
    padding-bottom: clamp(5px, 1.5vw, 10px);
    gap: 10px;
  }

  .footer-center {
    gap: 12px;
  }

  .footer-left .entry-content .entry-title-small,
  .footer-center .entry-content .entry-title-small,
  .footer-right .entry-title-small {
    font-size: clamp(16px, 3.5vw, 18px);
  }

  .footer-left .entry-content ul li,
  .footer-center .entry-content ul li {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 5px;
  }

  .footer-right iframe {
    height: 120px;
    margin-top: clamp(5px, 1.5vw, 8px);
  }

  .footer-bottom {
    padding-top: clamp(5px, 1.5vw, 10px);
    padding-bottom: clamp(6px, 2vw, 12px);
  }

  .footer-bottom .footer-logo {
    width: 80%;
  }

  .footer-bottom .social-media {
    gap: 6px;
  }

  .footer-bottom .social-media img {
    width: 24px;
    height: 24px;
  }
}
@media(max-width: 1170px){
  .footer-wrapper{
    justify-content: unset;
    gap: 30px;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }
  .site-footer::before{
    display: none;
  }

}
/* Footer section end  */
@media (max-width: 1200px) {
  .section-top {
    margin-top: 60px;
  }
  .site-footer-wrapper .wrapper-medium {
    gap: 35px;
  }
}
.burgerMenu{
    display: none;
    margin-left: 15px;
    vertical-align: middle;
}
@media(max-width: 1133px){
  .site-header #site-navigation {
  display: none;
}
.btn-white{
  display: none;
}
.burgerMenu{
  display: block;
  margin-left: 32px;
}
}
@media (max-width: 989px) {
.site-footer-wrapper .wrapper-medium {
  grid-template-columns: repeat(2, 1fr);
}
.hamburger-toggle {
  display: block;
}
.site-branding .custom-logo-link img {
  width: 180px;
}
}
@media (max-width: 767px) {
  .section-top {
    margin-top: 45px;
  }
  .section-top-small {
    margin-top: 35px;
  }
  .section-top-xsmall {
    margin-top: 20px;
  }
  .section-wrap {
    margin-bottom: 20px;
  }
  .site-info p {
    margin: 0;
  }
  .site-info {
    flex-direction: column;
    gap: 10px;
  }
  .site-footer > .wrapper {
    padding: 0;
  }
  .site-header #site-navigation .header-button {
    display: none;
  }
  .site-branding .custom-logo-link img {
    width: 150px;
  }
}
@media (max-width: 567px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer-wrapper {
    border-radius: 0;
  }
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.mega-wrapper .tab-content {
  display: none;
}
.mega-wrapper .tab-content.active {
  display: block;
}
.mega-menu .mega-wrapper ul li {
  list-style: none;
  cursor: pointer;
}
.mega-menu .uk-switcher .best-selling__container {
  position: relative;
}
.mega-menu .uk-switcher .best-selling__container .days {
  position: absolute;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
}
.mega-menu .uk-switcher .best-selling__container .entry-title a {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}
.mega-menu .uk-switcher .best-selling__container .view-details {
  color: var(--text-1);
  font-size: 14px;
}
.mega-wrapper .tab-wrapper {
  background-color: var(--light);
  padding: 40px;
  border-radius: 10px;
  width: 100%;
}
.mega-menu {
  max-width: 1200px;
  border-radius: 10px;
}
.mega-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  background-color: var(--primary);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#primary-menu > li.has-megasubmenu {
  position: unset;
}
#primary-menu > li.has-megasubmenu > a {
  position: relative;
}
#primary-menu > li.has-megasubmenu > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin: 0 0 0 5px;
}
#primary-menu > li.has-megasubmenu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.mega-wrapper {
  display: flex;
}
.mega-wrapper .tabs li {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 0 10px 30px;
}

.mega-wrapper .tabs li.active {
    background-color: var(--light);
    color: var(--primary);
}
.mega-wrapper .tabs {
  margin-top: 40px;
  min-width: 200px;
  padding-left: 5px;
}
.mega-wrapper .tabs li {
  color: var(--light);
}

.mega-wrapper .tab-content .best-selling__container img {
  height: 234px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.tab-wrapper .nav__tabs{
  display: flex;
  gap: 20px;
  
}
.tab-wrapper .nav__tabs li a{
  color: #929497;
  font-weight: 500;
  font-size: 20px;
}
.tab-wrapper .nav__tabs li.uk-active a {
  color: var(--primary);
}
.tab-wrapper::before {
    content: '';
    position: absolute;
    top: -10px; 
    left: 33%;
    transform: translateX(-50%);
    width: 48px; 
    height: 21px; 
    background: var(--light); 
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 1;
}

/* mobile-menu start */
.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;                   
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mobile__menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile__menu-inner {
    width: 100%;                         
    max-width: none;
    background: transparent;
    padding: 1.5rem;
    border-radius: 0;                   
    position: relative;
}

.mobile__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #333;
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

/* Mobile Nav */
.mobile-nav {
    margin-bottom: 2rem;
}

#mobile-primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile-primary-menu li {
    border-bottom: 1px solid #eee;
}

#mobile-primary-menu a {
    display: block;
    padding: 1.2rem 0;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
}

#mobile-primary-menu a:hover {
    color: #0073aa;
}

.mobile-btn-wrap {
    text-align: center;
    margin-top: 1rem;
}

.btn-icon-only {
    background: #0073aa;
    color: #fff;
    border: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
    pointer-events: none;                
    opacity: 0.7;
}

.btn-icon-only svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.burgerMenu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.burgerMenu svg {
    width: 23px;
    height: 18px;
    stroke: #fff;
}

@media (max-width: 1133px) {
    .burgerMenu {
        display: block;
    }

    #site-navigation,
    .header-button .btn-white {
        display: none;
    }
}

/* -------------------------------------------------
   Mobile Destination big-link panel (the screenshot)
   ------------------------------------------------- */
.mobile-dest-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    overflow-y: auto;
}
.mobile-dest-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}
.mobile-dest-back,
.mobile-dest-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.mobile-dest-back svg { width: 13px; height: 24px; }
.mobile-dest-close svg { width: 20px; height: 20px; }

.mobile-dest-links { padding: 1.5rem 1rem; }
.mobile-dest-link {
    display: block;
    padding: 1.2rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.mobile-dest-link:last-child { border-bottom: none; }
.mobile-dest-link:hover { color: #0073aa; }


.zmdi-chevron-right:before{
  content: '\f2fb';
}


.dest-city { border-bottom: 1px solid #eee; }
.dest-city:last-child { border-bottom: none; }
.dest-city-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  font-size: 1.25rem;
  margin-left: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}
.dest-city-link i {
    font-size: 1.4rem;
    color: #666;
}


.dest-city-submenu {
    display: none;              
    padding-left: 1.5rem;
    background: #f9f9f9;
}
.dest-city-submenu.active { display: block; }

.dest-sub-link {
    display: block;
    padding: .9rem 0;
    font-size: 1rem;
    color: #0073aa;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.dest-sub-link:last-child { border-bottom: none; }
.dest-sub-link:hover { color: #004d73; }