:root {
  --geo-header-h: 72px;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.geo-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(9,31,46,.08);
  box-shadow: 0 8px 28px rgba(9,31,46,.06);
  backdrop-filter: blur(10px);
}
.geo-header-inner {
  min-height: var(--geo-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.geo-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  max-width: 150px;
}
.geo-logo img,
.itoffcanvas__logo img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}
.geo-desktop-nav {
  min-width: 0;
  flex: 1 1 auto;
}
.geo-desktop-nav > ul,
.geo-desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 30px);
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.geo-desktop-nav > ul > li,
.geo-desktop-nav ul > li {
  margin: 0 !important;
  padding: 0 !important;
}
.geo-desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 0 !important;
  color: #111827;
  font-weight: 800;
  font-size: 15px;
}
.geo-desktop-nav a:hover {
  color: var(--it-theme-1);
}
.geo-header-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.geo-lang-btn {
  min-width: 48px;
  min-height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(9,31,46,.14);
  color: #334155;
  background: #fff;
  font-weight: 800;
}
.geo-lang-btn:hover {
  color: var(--it-theme-1);
  border-color: rgba(var(--theme-rgb), .36);
}
.geo-account-btn {
  min-height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: var(--it-theme-1);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.geo-account-btn:hover {
  color: #fff;
  background: var(--theme, var(--it-theme-1));
  transform: translateY(-1px);
}
.geo-menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(9,31,46,.12);
  background: #fff;
  color: #111827;
}
.geo-menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  display: block;
}
.it-header-height {
  height: auto !important;
}
.itoffcanvas {
  z-index: 1001;
  overflow-y: auto;
}
.body-overlay {
  z-index: 1000;
}
.itoffcanvas .it-menu-mobile ul {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.itoffcanvas .it-menu-mobile ul li {
  border-bottom: 1px solid rgba(9,31,46,.08);
}
.itoffcanvas .it-menu-mobile ul li a {
  display: block;
  padding: 13px 0;
  color: #111827;
  font-weight: 850;
}
.geo-mobile-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.geo-mobile-actions .geo-account-btn,
.geo-mobile-actions .geo-lang-btn {
  width: 100%;
}
@media (max-width: 1399px) {
  .geo-desktop-nav > ul,
  .geo-desktop-nav ul { gap: 18px; }
  .geo-desktop-nav a { font-size: 14px; }
  .geo-account-btn { padding-inline: 14px; }
}
@media (max-width: 1199px) {
  .geo-desktop-nav { display: none; }
  .geo-menu-toggle { display: inline-flex; }
  .geo-header-inner { min-height: 68px; }
}
@media (max-width: 767px) {
  :root { --geo-header-h: 64px; }
  .geo-logo img { max-height: 46px; max-width: 96px; }
  .geo-account-btn { display: none; }
  .geo-mobile-actions .geo-account-btn { display: inline-flex; }
}
@media (max-width: 420px) {
  .geo-header-actions { gap: 7px; }
  .geo-lang-btn { min-width: 42px; padding-inline: 9px; }
  .geo-menu-toggle { width: 42px; height: 42px; }
}
.itoffcanvas .geo-desktop-nav {
  display: block !important;
}
.itoffcanvas .geo-desktop-nav > ul,
.itoffcanvas .geo-desktop-nav ul {
  display: block !important;
  white-space: normal;
}
.gm-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gm-tool-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.gm-tool-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.gm-tool-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4b25f, #c97a1d);
  color: #fff;
  box-shadow: 0 10px 20px rgba(201, 122, 29, 0.25);
}

.gm-tool-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.gm-tool-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.gm-tool-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .gm-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .gm-tools-grid {
    grid-template-columns: 1fr;
  }
}

.gm-tool-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 122, 29, 0.1);
  color: #c97a1d;
  border: 1px solid rgba(201, 122, 29, 0.18);
  box-shadow: none;
}

.gm-tool-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
/* About and Contact page polish */
.geo-about-page,
.geo-contact-page {
  position: relative;
  overflow: hidden;
}

.geo-about-page {
  padding-bottom: clamp(56px, 8vw, 96px);
  background:
    radial-gradient(circle at 12% 16%, rgba(var(--theme-rgb), .13), transparent 28%),
    linear-gradient(180deg, rgba(var(--theme-rgb), .04), rgba(255,255,255,0));
}

.geo-about-page .row,
.geo-contact-page .row {
  row-gap: clamp(28px, 4vw, 48px);
}

.geo-about-media {
  max-width: 620px;
  margin-inline: auto;
  isolation: isolate;
}

.geo-about-main-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 28px !important;
  box-shadow: 0 28px 70px rgba(9, 31, 46, .14);
}

.geo-about-main-thumb img,
.geo-about-floating-thumb img,
.geo-contact-thumb > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.geo-about-floating-thumb {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 24px !important;
  box-shadow: 0 22px 55px rgba(9, 31, 46, .18);
}

.geo-about-floating-thumb img {
  width: clamp(170px, 24vw, 300px) !important;
  aspect-ratio: 4 / 3;
}

.geo-about-page .it-about-experience-box {
  border: 1px solid rgba(var(--theme-rgb), .14);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(9, 31, 46, .12);
}

.geo-about-content {
  padding: clamp(24px, 3.6vw, 44px);
  border: 1px solid rgba(9, 31, 46, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(9, 31, 46, .09);
  backdrop-filter: blur(8px);
}

.geo-about-text,
.geo-about-content p {
  color: #51606f;
  font-size: 16px;
  line-height: 1.95;
}

.geo-about-values .it-choose-3-item,
.geo-about-steps .it-choose-5-wrap {
  border: 1px solid rgba(9, 31, 46, .08);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(9, 31, 46, .08);
}

.geo-contact-page {
  background:radial-gradient(circle at 85% 12%, rgb(205 127 50 / 0%), #00000000 30%), linear-gradient(180deg, #fff 0%, rgb(205 127 50 / 0%) 100%);
}

.geo-contact-form-card,
.geo-contact-info-card {
  height: 100%;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(9, 31, 46, .08);
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(9, 31, 46, .1);
}

.geo-contact-form-card .it-section-title {
  line-height: 1.25;
}

.geo-contact-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  box-shadow: 0 20px 52px rgba(9, 31, 46, .13);
}

.geo-contact-thumb > img:first-child {
  border-radius: 26px !important;
}

.geo-contact-thumb .it-contact-2-shape-1 {
  max-width: 34%;
  height: auto;
}

.geo-contact-info-card > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--it-theme-1);
  font-weight: 900;
}

.geo-contact-info-card .it-contact-list ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
}

.geo-contact-info-card .it-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(9, 31, 46, .08);
  border-radius: 16px;
  background: rgba(var(--theme-rgb), .045);
}

.geo-contact-info-card .it-contact-list li span {
  flex: 0 0 auto;
}

.geo-contact-info-card .it-contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.geo-contact-info-card .it-contact-social a:not(:last-child) {
  margin-left: 0 !important;
}

@media (max-width: 991px) {
  .geo-about-page,
  .geo-contact-page {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .geo-about-content,
  .geo-contact-form-card,
  .geo-contact-info-card {
    border-radius: 24px;
  }
}

@media (max-width: 575px) {
  .geo-about-page,
  .geo-contact-page {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .geo-about-main-thumb,
  .geo-contact-thumb {
    aspect-ratio: 1 / .82;
    border-radius: 20px !important;
  }

  .geo-about-floating-thumb {
    position: relative !important;
    inset: auto !important;
    margin-top: 16px;
    width: 72%;
    max-width: 260px;
  }

  .geo-about-floating-thumb img {
    width: 100% !important;
  }

  .geo-about-content,
  .geo-contact-form-card,
  .geo-contact-info-card {
    padding: 20px;
    border-radius: 20px;
  }
}
