/* Footer Styles - Figma Design */

@font-face {
  font-family: "Urbanist-Bold";
  src: url("../fonts/Urbanist-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Urbanist-Regular";
  src: url("../fonts/Urbanist-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("../fonts/Urbanist-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Urbanist-ExtraBold";
  src: url("../fonts/Urbanist-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Granadia-Bold";
  src: url("../fonts/Granadia-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Granadia-Book";
  src: url("../fonts/Granadia-Book.ttf") format("truetype");
}

.footer-with-bg {
  background: none;
  background-image: none;
  position: relative;
  padding: 10px 0;
}

.footer-with-bg.footer--dark {
  color: #ffffff;
}

.footer-with-bg.footer--dark .footer-tagline,
.footer-with-bg.footer--dark .footer-location-title,
.footer-with-bg.footer--dark .footer-contact-link,
.footer-with-bg.footer--dark .footer-social .social-icon,
.footer-with-bg.footer--dark .footer-copyright p {
  color: #ffffff;
}

.footer-with-bg.footer--dark .footer-location-text {
  color: rgba(255, 255, 255, 0.7);
}

.footer-with-bg.footer--light {
  color: #111111;
}

.footer-with-bg.footer--light .footer-tagline,
.footer-with-bg.footer--light .footer-location-title,
.footer-with-bg.footer--light .footer-contact-link,
.footer-with-bg.footer--light .footer-social .social-icon,
.footer-with-bg.footer--light .footer-copyright p {
  color: #111111;
}

.footer-with-bg.footer--light .footer-location-text {
  color: rgba(17, 17, 17, 0.7);
}

.header-container {
  background: transparent !important;
}

/* Container */
.footer-container {
  padding-left: 40px;
  padding-right: 40px;
}

/* Logo Section */
.footer-logo-section {
  margin-bottom: 220px;
  margin-left: 30px;
}

.footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin-left: 70px;
}

/* Main Content Section */
.footer-main {
  padding-bottom: 60px;
}

.footer-tagline-section {
  margin-bottom: 40px;
}

.footer-tagline {
  font-family: "Granadia-Bold", serif !important;
  font-size: 120px;
  font-weight: bolder;
  color: #000000;
  margin: 0;
  margin-left: 100px;
  line-height: 0.9;
}

html[lang="ar"] .footer-tagline {
  line-height: 1.3;
}

.footer-info-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 100px !important;
}

.footer-location-title {
  font-family: "Granadia-Book", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.footer-location-text {
  font-family: "Granadia-Book", sans-serif;
  font-size: 18px;
  color: #666666;
  max-width: 380px;
  line-height: 1.5;
}

.footer-contact-link {
  font-family: "Granadia-Book", sans-serif;
  color: #6366f1;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-contact-link:hover {
  color: #4f46e5;
  text-decoration: underline;
}

/* Bottom Section */
.footer-bottom {
  width: 100%;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding-left: 110px;
  padding-right: 110px;
}

.footer-copyright {
  font-family: "Granadia-Book", sans-serif;
  font-size: 16px;
  color: #000000;
}

.footer-copyright p {
  margin: 0;
  line-height: 56px;
}

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

.footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  align-items: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  color: #6366f1;
  transform: translateY(-2px);
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1 0%, #7c3aed 100%);
  border: none;
  color: white;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
  transition: all 0.3s ease;
  z-index: 9999;
}

.scroll-to-top.show {
  display: flex;
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, #4f46e5 0%, #6d28d9 100%);
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.5);
  transform: translateY(-3px);
}

.scroll-to-top:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(99, 102, 241, 0.4);
}

.scroll-to-top svg {
  width: 28px;
  height: 28px;
}

/* Responsive Design */

/* Large tablets / small desktops */
@media (max-width: 1024px) {
  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-tagline {
    font-size: 48px;
    margin-left: 30px;
  }

  .footer-main {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-logo-section {
    margin-bottom: 40px;
    margin-left: 30px;
  }
}

/* Tablets / medium screens */
@media (max-width: 768px) {
  .footer-with-bg {
    padding: 40px 0;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-section {
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-tagline {
    font-size: 36px;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .footer-tagline-section {
    margin-bottom: 30px;
  }

  .footer-main {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-location-title {
    font-size: 18px;
  }

  .footer-location-text {
    font-size: 16px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright,
  .footer-social {
    width: 100%;
  }

  .footer-copyright p {
    margin-left: 30px;
  }

  .footer-social ul {
    margin-left: 30px;
    justify-content: flex-start;
  }

  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
  }

  .scroll-to-top svg {
    width: 24px;
    height: 24px;
  }
}

/* Mobile / small screens */
@media (max-width: 576px) {
  .footer-tagline {
    font-size: 32px;
    margin-left: 30px;
  }

  .footer-location-title {
    font-size: 16px;
  }

  .footer-location-text {
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .social-icon {
    width: 48px;
    height: 48px;
  }

  .social-icon svg {
    width: 36px;
    height: 36px;
  }

  .scroll-to-top {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }

  .scroll-to-top svg {
    width: 22px;
    height: 22px;
  }
}

/* Global page background */
body {
  background-color: #000;
  color: #fff;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

/* Header layout */
.ug-header {
  background-color: transparent;
}

.ug-header.py-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-font {
  font-family: "Granadia-Book", sans-serif;
  font-size: 18px !important;
  line-height: 35px !important;
}

.ug-logo-mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 0,
    #ff7ad9 0,
    #8a2be2 45%,
    #4c3aff 100%
  );
  color: #fff;
  font-weight: 700;
  text-transform: lowercase;
}

.ug-logo-text {
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
}

/* Center pill navigation */
.ug-nav-pill {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.05)
  );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 999px;
}

.ug-nav-wrapper {
  white-space: nowrap;
}

.ug-nav-link {
  position: relative;
  padding: 0.6rem 1.5rem;
  font-size: 18px;
  color: #f4f4f4;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
}

.ug-nav-link:hover {
  color: #ffffff;
}

.ug-nav-link.active {
  color: #ffffff;
  font-weight: 700;
  background: #715de3;
  border-radius: 50px;
}

.ug-nav-link.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: #715de3;
  z-index: -1;
}

.ug-nav-pill {
  position: relative;
  z-index: 0;
}

.ug-nav-pill .ug-nav-link {
  z-index: 1;
}

/* Circular icon button (search) */
.ug-icon-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background: radial-gradient(
    circle at 30% 0,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.12)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.ug-icon-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.4);
}

.ug-search-btn::before,
.ug-search-btn::after {
  content: none;
}

.ug-search-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}

/* Right actions */
.ug-btn-signup {
  background: linear-gradient(135deg, #7f5cff, #b16cff);
  border: none;
  color: #ffffff;
  padding-inline: 1.75rem;
  padding-block: 0.6rem;
  font-weight: 600;
  padding: 3px 5px 3px 31px !important;
}

.ug-btn-signup.btn {
  font-size: 18px;
}

.ug-btn-signup:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #6a4ae8, #9e5cff);
}

.ug-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 0.8rem;
  margin-left: 43px;
}

.ug-arrow-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.sign-up-span {
  vertical-align: super;
}

.ug-lang-pill {
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 100% !important;
  padding: 0 !important;
  margin: 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at 30% 0,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.32)
  );
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}

.ug-lang-pill__label {
  /* You can simplify to this: */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(2px);
}

.white-bold {
  color: #ffffff !important;
  font-weight: bold !important;
}

.ug-lang-pill:hover {
  background: rgba(255, 255, 255, 0.24);
}

.ug-lang-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}

.container.container-xxxl {
  max-width: 1920px;
}

/* Basic responsiveness */
@media (max-width: 991.98px) {
  .ug-header .container {
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ug-header {
    position: relative;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .ug-header > .row {
    align-items: center !important;
    row-gap: 0;
  }

  .ug-header > .row > .col-6.col-md-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    text-align: left !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .ug-header > .row > .col-6.col-md-2,
  html[lang="ar"] .ug-header > .row > .col-6.col-md-2 {
    text-align: right !important;
  }

  .ug-header > .row > .col-md-8.d-md-block,
  .ug-header > .row > .col-8.col-md-2.d-md-block {
    display: none !important;
  }

  .ug-header .ug-logo img {
    width: auto;
    max-height: 42px;
  }

  .ug-mobile-nav-col.d-md-none {
    display: flex !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
  }

  .ug-mobile-nav-col .pos-f-t {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .ug-mobile-trigger-bar {
    justify-content: flex-end;
    background: transparent;
    padding-inline: 0;
    margin: 0;
    float: none !important;
  }

  #mobileHeaderNav {
    position: absolute;
    top: calc(100% + 6px);
    left: 24px;
    right: 24px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    z-index: 10000;
  }

  .ug-mobile-toggler {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 52px;
    padding: 0.35rem 0.5rem;
    background: rgba(0, 0, 0, 0.25);
  }

  .ug-mobile-toggler:focus {
    box-shadow: none;
  }

  .ug-mobile-menu {
    margin-top: 0;
    border-radius: 28px;
    padding: 18px 14px;
    color: #fff;
    background:
      radial-gradient(
        circle at 15% 0%,
        rgba(102, 88, 255, 0.22),
        transparent 40%
      ),
      linear-gradient(145deg, #1a1a1f, #111116);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .ug-mobile-menu-head,
  .ug-mobile-search-wrap,
  .ug-mobile-links,
  .ug-mobile-socials,
  .ug-mobile-nav-item,
  .ug-mobile-lang-btn,
  .ug-mobile-signup-btn {
    display: flex;
  }

  .ug-mobile-menu-head {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .ug-mobile-menu-head .ug-logo img {
    max-height: 30px;
    width: auto;
  }

  .ug-mobile-close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    padding: 0 4px;
  }

  .ug-mobile-search-wrap {
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 12px;
    margin-bottom: 14px;
  }

  .ug-mobile-search-icon {
    width: 16px;
    height: 16px;
    opacity: 0.9;
  }

  .ug-mobile-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #f5f5f5;
    font-size: 15px;
  }

  .ug-mobile-links {
    flex-direction: column;
    gap: 10px;
  }

  .ug-mobile-nav-item {
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 14px;
    line-height: 1.2;
  }

  .ug-mobile-nav-item.active {
    background: linear-gradient(90deg, #6f57f6, #7d65ff);
    font-weight: 700;
  }

  .ug-mobile-divider {
    height: 1px;
    margin: 14px 2px;
    background: rgba(255, 255, 255, 0.15);
  }

  .ug-mobile-meta-title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .ug-mobile-lang-form {
    margin-bottom: 14px;
  }

  .ug-mobile-lang-btn {
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-width: 120px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
  }

  .ug-mobile-socials {
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
  }

  .ug-mobile-social-link {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
  }

  .ug-mobile-social-link img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  .ug-mobile-signup-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 14px;
    background: linear-gradient(90deg, #6f57f6, #7d65ff);
  }
}

@media (max-width: 520px) {
  .d-mobile-none {
    display: none;
  }

  .text-sm-center {
    text-align: center;
  }

  .ug-header {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .ug-mobile-toggler {
    border-radius: 52px !important;
  }
}

@media (max-width: 767.98px) {
  .ug-header {
    position: relative;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .ug-header > .row {
    align-items: center !important;
    row-gap: 0;
  }

  .ug-header .ug-logo img {
    width: auto;
    max-height: 38px;
  }

  .ug-mobile-nav-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
  }

  .ug-mobile-nav-col .pos-f-t {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .ug-mobile-trigger-bar {
    justify-content: flex-end;
    background: transparent;
    padding-inline: 0;
    margin: 0;
    float: none !important;
  }

  #mobileHeaderNav {
    position: absolute;
    top: calc(100% + 6px);
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    z-index: 10000;
  }

  .ug-mobile-toggler {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 52px;
    padding: 0.35rem 0.5rem;
    background: rgba(0, 0, 0, 0.25);
  }

  .ug-mobile-toggler:focus {
    box-shadow: none;
  }

  .ug-mobile-menu {
    margin-top: 0;
    border-radius: 28px;
    padding: 18px 14px 18px;
    color: #fff;
    background:
      radial-gradient(
        circle at 15% 0%,
        rgba(102, 88, 255, 0.22),
        transparent 40%
      ),
      linear-gradient(145deg, #1a1a1f, #111116);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .ug-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .ug-mobile-menu-head .ug-logo img {
    max-height: 30px;
    width: auto;
  }

  .ug-mobile-close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    padding: 0 4px;
  }

  .ug-mobile-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 12px;
    margin-bottom: 14px;
  }

  .ug-mobile-search-icon {
    width: 16px;
    height: 16px;
    opacity: 0.9;
  }

  .ug-mobile-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #f5f5f5;
    font-size: 15px;
  }

  .ug-mobile-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .ug-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ug-mobile-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 14px;
    line-height: 1.2;
  }

  .ug-mobile-nav-item.active {
    background: linear-gradient(90deg, #6f57f6, #7d65ff);
    font-weight: 700;
  }

  .ug-mobile-item-arrow {
    opacity: 0.9;
    font-size: 20px;
    line-height: 1;
  }

  .ug-mobile-divider {
    height: 1px;
    margin: 14px 2px;
    background: rgba(255, 255, 255, 0.15);
  }

  .ug-mobile-meta-title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .ug-mobile-lang-form {
    margin-bottom: 14px;
  }

  .ug-mobile-lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-width: 120px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
  }

  .ug-mobile-socials {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
  }

  .ug-mobile-social-link {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
  }

  .ug-mobile-social-link img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  .ug-mobile-social-text {
    font-size: 23px;
  }

  .ug-mobile-signup-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 14px;
    background: linear-gradient(90deg, #6f57f6, #7d65ff);
  }

  .ug-mobile-signup-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
    font-size: 16px;
  }
}

.footer-location-block--second {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .footer-logo-section,
  .footer-logo,
  .footer-tagline,
  .footer-copyright p,
  .footer-social ul {
    margin-left: 0;
  }

  .footer-info-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }

  .footer-location-spacer {
    display: none;
  }

  .footer-locations-row {
    --bs-gutter-x: 0;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .footer-location-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    padding: 0 20px !important;
  }

  .footer-location-block {
    padding: 0 6px;
  }

  .footer-location-block--second {
    margin-top: 0;
  }

  .footer-location-title {
    line-height: 1.2;
  }

  .footer-location-text {
    max-width: none;
    line-height: 1.35;
  }
}

html,
body,
body * {
  font-family: "Granadia-Book", Helvetica, sans-serif !important;
}
