/* AMT Consulting — refined black / white / soft grey */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@300;400;500;600&family=Cormorant+Garamond:wght@500;600&display=swap");

:root {
  --amt-black: #161616;
  --amt-near-black: #1e1e1e;
  --amt-dark: #242424;
  --amt-ink: #3a3a3a;
  --amt-body: #5c5c5c;
  --amt-muted: #8a8a8a;
  --amt-line: #e8e8e8;
  --amt-soft: #f6f6f6;
  --amt-soft-2: #f0f0f0;
  --amt-white: #ffffff;
  --amt-header: #141414;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans Armenian", "Segoe UI", sans-serif !important;
  font-weight: 400 !important;
  color: var(--amt-body) !important;
  background: var(--amt-white) !important;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.navbar-default .navbar-nav > li > a,
.message-box,
.section-title,
.banner,
.service-dit,
.footer {
  font-family: "Noto Sans Armenian", "Segoe UI", sans-serif !important;
  font-weight: 500 !important;
}

.homepage-three-title,
.banner h2,
.section-title h3,
.message-box h2,
#service-detail-heading {
  font-family: "Cormorant Garamond", "Noto Sans Armenian", Georgia, serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  color: var(--amt-ink) !important;
}

/* Top bar + header — softer dark, not heavy black */
.top-bar,
.header_style_01 .navbar-default,
.footer,
.copyrights,
#scroll-to-top,
.dmtop {
  background: var(--amt-header) !important;
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 0;
}

.top-bar a,
.left-top a,
.phone-box a,
.email-box a,
.social-box a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 400 !important;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.top-bar a:hover,
.left-top a:hover,
.phone-box a:hover,
.email-box a:hover,
.social-box a:hover {
  color: var(--amt-white) !important;
}

.header_style_01 {
  background: var(--amt-header) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 0 24px !important;
  transition: box-shadow 0.3s ease, padding 0.3s ease, background 0.3s ease;
}

/* Scroll-ով կպչող header — կառավարվում է js/custom.js (fixed-menu) */
.header_style_01.fixed-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  padding: 0 24px !important;
  background: rgba(20, 20, 20, 0.96) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  animation: amtHeaderIn 0.35s ease;
}

.header_style_01.fixed-menu .navbar-default {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  z-index: auto !important;
}

.header_style_01.fixed-menu .container-fluid {
  min-height: 56px;
}

.header_style_01.fixed-menu .navbar-header {
  height: 56px;
}

.header_style_01.fixed-menu .navbar-brand img {
  height: 60px;
  max-height: 60px;
}

.header_style_01.fixed-menu .navbar-nav.navbar-right,
.header_style_01.fixed-menu .navbar-nav.navbar-right > li,
.header_style_01.fixed-menu .amt-lang-bar,
.header_style_01.fixed-menu .amt-lang-bar > li.amt-lang-dropdown,
.header_style_01.fixed-menu .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle {
  height: 56px;
}

.header_style_01.fixed-menu .navbar-default .navbar-nav > li > a {
  height: 56px;
  line-height: 56px !important;
}

body.amt-header-fixed {
  padding-top: 64px;
}

@keyframes amtHeaderIn {
  from {
    transform: translateY(-12px);
    opacity: 0.7;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.header_style_01 .navbar-default {
  min-height: 0;
}

.header_style_01 .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.header_style_01 .navbar-header {
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  height: 64px;
  flex-shrink: 0;
}

.header_style_01 .navbar-brand,
.navbar-default .navbar-brand {
  float: none;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.header_style_01 .navbar-brand:focus,
.header_style_01 .navbar-brand:hover {
  margin-top: 0 !important;
  color: #5e5e5e;
  background-color: transparent;
}

.header_style_01 .navbar-brand img {
  display: block;
  width: auto;
  height: 48px;
  max-height: 48px;
  max-width: 160px;
  background: transparent;
  border-radius: 0;
  object-fit: contain;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.header_style_01 .navbar-brand picture {
  display: flex;
  align-items: center;
  line-height: 0;
}

.header_style_01 .navbar-brand:hover img {
  transform: scale(1.03);
  opacity: 0.95;
}

.header_style_01 #navbar {
  float: none;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.header_style_01 .navbar-collapse.collapse {
  padding: 0;
}

@media (min-width: 992px) {
  .header_style_01 {
    padding: 0 24px !important;
    background: var(--amt-header) !important;
  }

  .header_style_01 .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
  }

  .header_style_01 .navbar-header {
    display: contents;
  }

  .header_style_01 .navbar-toggle {
    display: none !important;
  }

  .header_style_01 .navbar-brand {
    order: 1;
  }

  .header_style_01 .navbar-brand img {
    height: 107px;
    max-height: 76px;
    max-width: 170px;
  }

  .header_style_01 #navbar,
  .header_style_01 .navbar-collapse.collapse,
  .header_style_01 .navbar-collapse.collapse.in {
    display: flex !important;
    position: static !important;
    float: none !important;
    height: auto !important;
    width: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    order: 2;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
  }

  .header_style_01 .navbar-nav.navbar-right {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    float: none !important;
    height: 64px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header_style_01 .navbar-nav.navbar-right > li {
    display: flex;
    float: none !important;
    height: 64px;
    margin: 0;
  }

  .header_style_01 .amt-lang-bar {
    order: 3;
    margin: 0;
    height: 64px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .header_style_01 .amt-menu-close {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header_style_01 {
    padding: 0 16px !important;
  }

  .header_style_01 .navbar-default .navbar-nav > li > a {
    padding: 0 8px !important;
    font-size: 14px !important;
  }

  .header_style_01 .amt-lang-bar > li.amt-lang-dropdown {
    margin-left: 8px;
  }
}

.header_style_01 .navbar-nav.navbar-right {
  float: none !important;
  margin: 0;
  display: flex;
  align-items: center;
  height: 64px;
  margin: 5px 0px 4px 0px !important;
}

.header_style_01 .navbar-nav.navbar-right > li {
  float: none;
  margin: 0;
  height: 64px;
  display: flex;
  align-items: center;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.78) !important;
  background: transparent !important;
  border: none !important;
  text-transform: none;
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0.02em;
  padding: 0 14px !important;
  margin: 0 !important;
  border-radius: 2px;
  line-height: 64px !important;
  height: 64px;
  display: flex !important;
  align-items: center;
  transition: color 0.25s ease, background 0.25s ease;
}

.header_style_01 .navbar-default .navbar-nav > li > a:hover,
.header_style_01 .navbar-default .navbar-nav > li > a:focus {
  color: var(--amt-white) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.header_style_01 .navbar-default .navbar-nav > li > a.active {
  color: var(--amt-white) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* Language dropdown — same height/alignment as menu */
.header_style_01 .amt-lang-bar {
  float: none;
  margin: 0;
  padding: 0;
}

.header_style_01 .amt-lang-bar > li.amt-lang-dropdown,
.header_style_01 .navbar-nav > li.amt-lang-dropdown {
  margin-left: 16px;
  position: relative;
  float: none;
  display: flex;
  align-items: center;
  height: 64px;
}

.header_style_01 .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle,
.header_style_01 .navbar-nav > li.amt-lang-dropdown > a.dropdown-toggle {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 0 !important;
  height: 64px;
  line-height: 64px !important;
  background: transparent !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  position: relative;
}

.header_style_01 .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle .img,
.header_style_01 .navbar-nav > li.amt-lang-dropdown > a.dropdown-toggle .img,
.header_style_01 .amt-lang-dropdown .dropdown-menu .img {
  width: 24px;
  height: 14px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  flex-shrink: 0;
}

.header_style_01 .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle .caret,
.header_style_01 .navbar-nav > li.amt-lang-dropdown > a.dropdown-toggle .caret {
  display: inline-block;
  position: static;
  top: auto;
  right: auto;
  margin: 0;
  width: 0;
  height: 0;
  border-top: 5px solid rgba(255, 255, 255, 0.85);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0;
  flex-shrink: 0;
}

.header_style_01 .amt-lang-dropdown.open > a,
.header_style_01 .amt-lang-dropdown.open > a:hover,
.header_style_01 .amt-lang-dropdown.open > a:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.header_style_01 .amt-lang-dropdown .dropdown-menu {
  min-width: 40px;
  width: 40px;
  padding: 8px 0;
  margin: 0;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  left: auto !important;
  right: 0 !important;
  top: 90%;
  text-align: center;
}

.header_style_01 .amt-lang-dropdown .dropdown-menu > li > a {
  padding: 8px 0 !important;
  height: auto !important;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* .header_style_01 .amt-lang-dropdown .dropdown-menu > li > a:hover,
.header_style_01 .amt-lang-dropdown .dropdown-menu > li > a:focus {
  background: rgba(255, 255, 255, 0.1) !important;
} */

.header_style_01 .navbar-toggle {
  margin: 0;
  float: none;
}

.header_style_01 .amt-menu-close {
  display: none;
}

@media (max-width: 991px) {
  /* Mobile/tablet: menu left | logo center | langs right */
  .header_style_01 {
    padding: 0 16px !important;
    background: var(--amt-header) !important;
  }

  .header_style_01 .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    position: relative;
  }

  .header_style_01 .navbar-header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    height: 64px;
    min-height: 64px;
    position: relative;
    float: none;
    overflow: visible;
  }

  .header_style_01 .navbar-toggle {
    display: block !important;
    grid-column: 1;
    justify-self: start;
    align-self: center;
    float: none !important;
    margin: 0 !important;
    padding: 10px 4px !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 2;
  }

  .header_style_01 .navbar-toggle:hover,
  .header_style_01 .navbar-toggle:focus {
    background: transparent !important;
    border: 0 !important;
  }

  .header_style_01 .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    border-radius: 1px;
    background: #fff !important;
  }

  .header_style_01 .navbar-brand {
    grid-column: 2;
    justify-self: center;
    align-self: center;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 1;
    height: auto !important;
    margin: 0 !important;
  }

  .header_style_01 .navbar-brand img {
    height: 68px;
    max-height: 72px;
    max-width: 151px;
    width: auto;
  }

  .header_style_01 .amt-lang-bar {
    grid-column: 3;
    justify-self: end;
    align-self: center;
    margin: 0 !important;
    height: 64px;
    display: flex;
    align-items: center;
    z-index: 5;
    overflow: visible;
  }

  .header_style_01 .amt-lang-bar > li.amt-lang-dropdown {
    display: block !important;
    margin-left: 0;
    height: 64px;
    position: relative !important;
    overflow: visible;
  }

  .header_style_01 .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px;
    height: 64px;
    line-height: 1 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .header_style_01 .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle .img {
    width: 26px;
    height: 16px;
    border-radius: 2px;
    margin: 0;
  }

  .header_style_01 .amt-lang-bar > li.amt-lang-dropdown > a.dropdown-toggle .caret {
    display: inline-block !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(255, 255, 255, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
    flex-shrink: 0;
  }

  .header_style_01 .amt-lang-dropdown.open > a,
  .header_style_01 .amt-lang-dropdown.open > a:hover,
  .header_style_01 .amt-lang-dropdown.open > a:focus {
    background: transparent !important;
  }

  /* Vertical stack under trigger (AM / EN / RU) */
  .header_style_01 .navbar-nav.amt-lang-bar .amt-lang-dropdown .dropdown-menu,
  .header_style_01 .navbar-nav.amt-lang-bar .open > .dropdown-menu {
    display: none;
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    right: 6px !important;
    float: none !important;
    min-width: 0 !important;
    width: 40px !important;
    margin: 2px 0 0 !important;
    padding: 10px 0 !important;
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4) !important;
    z-index: 2000 !important;
    transform: none !important;
  }

  .header_style_01 .navbar-nav.amt-lang-bar .amt-lang-dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .header_style_01 .navbar-nav.amt-lang-bar .amt-lang-dropdown .dropdown-menu > li {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .header_style_01 .navbar-nav.amt-lang-bar .amt-lang-dropdown .dropdown-menu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 7px 0 !important;
    height: auto !important;
    line-height: 1 !important;
    background: transparent !important;
    color: #fff !important;
  }

  .header_style_01 .navbar-nav.amt-lang-bar .amt-lang-dropdown .dropdown-menu .img {
    width: 26px !important;
    height: 16px !important;
    border-radius: 2px;
    object-fit: cover;
    display: block;
  }

  .header_style_01 #navbar.collapse:not(.in),
  .header_style_01 .navbar-collapse.collapse:not(.in) {
    display: none !important;
  }

  /* Full-screen panel: close (X) top-left + vertical links */
  .header_style_01 #navbar.in,
  .header_style_01 #navbar.collapsing,
  .header_style_01 #navbar.collapse.in,
  .header_style_01 .navbar-collapse.collapse.in,
  .header_style_01 .navbar-collapse.collapsing {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 28px 32px 40px !important;
    background: var(--amt-header) !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow-y: auto !important;
    z-index: 9999 !important;
  }

  .header_style_01 .amt-menu-close {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: 40px;
    height: 40px;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }

  .header_style_01 .amt-menu-close:hover,
  .header_style_01 .amt-menu-close:focus {
    color: #fff;
    background: transparent;
    outline: none;
  }

  .header_style_01 .navbar-nav.navbar-right {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    float: none !important;
    height: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header_style_01 .navbar-nav.navbar-right > li {
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .header_style_01 .navbar-default .navbar-nav.navbar-right > li > a {
    display: block !important;
    width: auto;
    max-width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 0 !important;
    line-height: 1.35 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    text-align: left !important;
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .header_style_01 .navbar-default .navbar-nav.navbar-right > li > a:hover,
  .header_style_01 .navbar-default .navbar-nav.navbar-right > li > a:focus,
  .header_style_01 .navbar-default .navbar-nav.navbar-right > li > a.active {
    color: #fff !important;
    background: transparent !important;
  }
}

@media (min-width: 992px) {
  .header_style_01 .amt-menu-close {
    display: none !important;
  }
}

.navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-default .navbar-toggle .icon-bar {
  background: #eee;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: rgba(255, 255, 255, 0.08);
}

/* Kill template responsive.css header conflicts */
.header_style_01 {
  background: var(--amt-header) !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

.header_style_01.fixed-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

@media (max-width: 1000px) {
  .header_style_01 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .header_style_01 .navbar-toggle {
    display: none !important;
  }

  .header_style_01 .navbar-collapse.collapse {
    display: flex !important;
  }
}

/* Buttons */
.btn-light,
.btn-brd,
.grd1,
a.btn.btn-light,
button.btn.btn-light {
  background: transparent !important;
  color: var(--amt-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 2px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  padding: 12px 26px !important;
  transition: all 0.3s ease !important;
}

.btn-light:hover,
.btn-brd:hover,
.grd1:hover,
a.btn.btn-light:hover,
button.btn.btn-light:hover {
  background: var(--amt-white) !important;
  color: var(--amt-ink) !important;
}

.btn-dark {
  background: var(--amt-ink) !important;
  color: var(--amt-white) !important;
  border: 1px solid var(--amt-ink) !important;
  border-radius: 2px !important;
  padding: 13px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: #4a4a4a !important;
  border-color: #4a4a4a !important;
  color: var(--amt-white) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Sections */
.section.wb {
  background:
    linear-gradient(180deg, #fafafa 0%, #ffffff 40%, #ffffff 100%) !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.section.lb {
  background:
    linear-gradient(180deg, #f3f3f3 0%, #f7f7f7 100%) !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.section.db,
.parallax.db {
  background: var(--amt-near-black) !important;
}

.section-title {
  margin-bottom: 42px !important;
}

.section-title h3,
.message-box h2 {
  color: var(--amt-ink) !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
}

.message-box h4 {
  color: var(--amt-muted) !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

.section-title p,
.message-box p,
.lead {
  color: var(--amt-body) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.hr1 {
  border: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, var(--amt-line), transparent) !important;
  margin: 40px 0 !important;
}

/* Banner inner pages */
.banner-area,
.banner-bg-1 {

  padding: 56px 0 !important;
  position: relative;
  overflow: hidden;
}

.banner-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255, 255, 255, 0.06), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(255, 255, 255, 0.04), transparent 45%);
  pointer-events: none;
}

.banner {
  position: relative;
  z-index: 1;
}

.banner h2 {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 42px !important;
  margin-bottom: 10px !important;
}

.banner h2::after {
  background: #ffffff !important;
}

.page-title-link li a,
.page-title-link li {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

.page-title-link li a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.page-title-link li::after {
  background: rgba(255, 255, 255, 0.55) !important;
}

/* Slider */
.slider-item {
  position: relative;
}

.slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 12, 12, 0.72) 0%, rgba(20, 20, 20, 0.45) 55%, rgba(20, 20, 20, 0.35) 100%);
  z-index: 1;
}

.slider-item .container {
  position: relative;
  z-index: 2;
}

.slider-item .homepage-three-title {
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 52px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.slider-item .homepage-three-title span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.slider-item .slide-text h2 {
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: 560px;
  margin-top: 14px !important;
}

.slider-content-btn {
  margin-top: 28px !important;
}

.slider-content-btn .btn {
  margin-right: 10px;
  margin-bottom: 8px;
}

/* Services grid */
.amt-services-grid {
  margin-top: 10px;
}

.amt-service-card {
  display: block;
  margin-bottom: 28px;
  text-decoration: none !important;
  color: inherit;
  background: var(--amt-white);
  border: 1px solid var(--amt-line);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.amt-service-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--amt-ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.amt-service-card:hover {
  border-color: #d2d2d2;
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.amt-service-card:hover::after {
  transform: scaleX(1);
}

.amt-service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: grayscale(85%) contrast(1.02);
  transition: filter 0.4s ease, transform 0.5s ease;
}

.amt-service-card:hover img {
  filter: grayscale(25%);
  transform: scale(1.04);
}

.amt-service-card .card-body {
  padding: 20px 18px 22px;
  min-height: 92px;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.amt-service-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--amt-ink);
  font-weight: 500 !important;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Map */
.amt-map-wrap {
  position: relative;
  width: 100%;
  height: 420px;
  border: 1px solid var(--amt-line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--amt-soft);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.amt-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(90%) contrast(0.95);
  pointer-events: none;
}

.amt-map-wrap--interactive iframe {
  filter: grayscale(55%) contrast(0.98);
}

.amt-map-marker-link {
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -100%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 120px;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.amt-map-marker-pulse {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  border-radius: 50%;
  background: rgba(252, 63, 29, 0.28);
  animation: amt-map-pulse 2s ease-out infinite;
  pointer-events: none;
}

.amt-map-marker-pulse--delay {
  animation-delay: 1s;
}

.amt-map-marker-pin {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #fc3f1d;
  transform: rotate(-45deg);
  box-shadow: 0 10px 24px rgba(252, 63, 29, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amt-map-marker-pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #fff;
}

.amt-map-marker-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fc3f1d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.amt-map-marker-link:hover .amt-map-marker-pin,
.amt-map-marker-link:focus-visible .amt-map-marker-pin {
  transform: rotate(-45deg) scale(1.08);
  box-shadow: 0 12px 28px rgba(252, 63, 29, 0.55);
}

.amt-map-marker-link:hover .amt-map-marker-label,
.amt-map-marker-link:focus-visible .amt-map-marker-label {
  transform: translateY(-2px);
  background: #e43718;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.amt-map-marker-link:focus-visible {
  outline: 2px solid #fc3f1d;
  outline-offset: 6px;
  border-radius: 999px;
}

.amt-map-hint {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 32px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.82);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.amt-map-hint-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fc3f1d;
  font-size: 13px;
  line-height: 1;
}

@keyframes amt-map-pulse {
  0% {
    transform: scale(0.65);
    opacity: 0.85;
  }

  70% {
    transform: scale(1.45);
    opacity: 0;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.amt-map-chooser {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.amt-map-chooser-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.amt-map-chooser[hidden],
.amt-map-chooser-modal[hidden] {
  display: none;
}

.amt-map-chooser-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 10, 10, 0.48);
  cursor: pointer;
}

.amt-map-chooser-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 320px);
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.amt-map-chooser-title {
  margin: 0 0 14px;
  color: var(--amt-text, #141414);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.amt-map-chooser-actions {
  display: grid;
  gap: 10px;
}

.amt-map-chooser-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.amt-map-chooser-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.amt-map-chooser-btn--yandex {
  background: #fc3f1d;
  box-shadow: 0 8px 20px rgba(252, 63, 29, 0.28);
}

.amt-map-chooser-btn--google {
  background: #1a73e8;
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.28);
}

.amt-map-chooser-btn:hover,
.amt-map-chooser-btn:focus-visible {
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.amt-map-chooser-btn--yandex:hover,
.amt-map-chooser-btn--yandex:focus-visible {
    background: #e43718;
}

.amt-map-chooser-btn--google:hover,
.amt-map-chooser-btn--google:focus-visible {
    background: #1558b0;
}

.amt-map-chooser-close {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: var(--amt-soft, #f5f5f5);
  color: var(--amt-text, #141414);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.amt-map-chooser-close:hover,
.amt-map-chooser-close:focus-visible {
  background: #ececec;
}

/* About */
.amt-about-image {
  width: 100%;
  filter: grayscale(70%);
  border: 1px solid var(--amt-line);
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: filter 0.4s ease;
}

.amt-about-image:hover {
  filter: grayscale(20%);
}

.message-box .btn-dark {
  margin-top: 10px;
}

/* Partners */
.amt-partner-card {
  text-align: center;
  margin-bottom: 28px;
  padding: 36px 22px 30px;
  border: 1px solid var(--amt-line);
  background: linear-gradient(180deg, #fff, #fafafa);
  border-radius: 4px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.amt-partner-card:hover {
  border-color: #d0d0d0;
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}

.amt-partner-card img {
  max-height: 68px;
  margin: 0 auto 18px;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.amt-partner-card:hover img {
  opacity: 1;
  filter: grayscale(40%);
}

.amt-partner-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--amt-ink);
  font-weight: 500 !important;
}

.amt-partner-card a {
  color: var(--amt-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.amt-partner-card a:hover {
  color: var(--amt-ink);
  border-bottom-color: var(--amt-ink);
}

/* Service detail */
.amt-detail-image {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  filter: grayscale(55%);
  border: 1px solid var(--amt-line);
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

#service-detail-heading {
  font-size: 34px !important;
  margin-bottom: 16px !important;
}

.amt-detail-actions {
  margin-top: 30px;
}

.amt-detail-actions .btn-light {
  color: var(--amt-ink) !important;
  border-color: #cfcfcf !important;
}

.amt-detail-actions .btn-light:hover {
  background: var(--amt-ink) !important;
  color: var(--amt-white) !important;
  border-color: var(--amt-ink) !important;
}

/* Contact */
.amt-contact-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amt-contact-block {
  position: relative;
  padding: 28px 24px 26px;
  margin-bottom: 0;
  border: 1px solid var(--amt-line);
  background:
    linear-gradient(165deg, #ffffff 0%, #fafafa 55%, #f5f5f5 100%);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.amt-contact-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 3px 3px 0;
  background: #161616;
}

.amt-contact-block:hover {
  border-color: #ddd;
  box-shadow: 0 14px 32px rgba(22, 22, 22, 0.07);
  transform: translateY(-2px);
}

.amt-contact-block__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.amt-contact-block__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--amt-near-black);
  color: #fff;
  font-size: 14px;
}

.amt-contact-block h4 {
  margin: 0 !important;
  color: var(--amt-ink);
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.amt-contact-phone {
  display: inline-block;
  color: var(--amt-black) !important;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.amt-contact-phone:hover {
  color: #161616 !important;
}

.amt-contact-hint {
  margin: 8px 0 0 !important;
  color: var(--amt-muted) !important;
  font-size: 13px;
  line-height: 1.45;
}

.amt-contact-social {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.amt-contact-social li {
  margin: 0;
}

.amt-contact-social a {
  width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--amt-line);
  border-radius: 50%;
  color: var(--amt-ink) !important;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.amt-contact-social a:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.amt-contact-social a.is-viber:hover {
  background: #7360f2 !important;
  border-color: #7360f2 !important;
}

.amt-contact-social a.is-whatsapp:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
}

.amt-contact-social a.is-telegram:hover {
  background: #2aabee !important;
  border-color: #2aabee !important;
}

.amt-contact-social a.is-facebook:hover {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
}

.amt-contact-social a.is-instagram:hover {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af) !important;
  border-color: transparent !important;
}

.amt-contact-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}

@media (max-width: 991px) {
  .amt-contact-aside {
    margin-bottom: 28px;
  }

  .amt-contact-phone {
    font-size: 20px;
  }
}

/* Footer */
.footer {
  color: rgba(255, 255, 255, 0.62);
  padding-top: 55px !important;
}

.amt-footer-social {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.amt-footer-social li {
  margin: 0;
}

.amt-footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.amt-footer-social a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.amt-footer-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: block;
}

.amt-footer-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.amt-footer-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 400;
  line-height: 1.5;
}

.amt-footer-info li:last-child {
  margin-bottom: 0;
}

.amt-footer-info .amt-fi {
  width: 18px;
  flex: 0 0 18px;
  text-align: center;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
}

.amt-footer-info a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none;
}

.amt-footer-info a:hover {
  color: #fff !important;
}

.amt-hold-copy {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-align: left;
}

.amt-hold-copy--text,
.amt-hold-copy--nav {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
}

.amt-hold-copy.is-copied {
  color: #fff !important;
}

.amt-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(12px);
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.92);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.02em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.amt-copy-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.footer p {
  color: rgba(255, 255, 255, 0.58) !important;
  font-weight: 400 !important;
  line-height: 1.7;
}

.footer .widget-title h3 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0.04em;
}

.footer .widget-title img {
  max-height: 133px;
  width: auto;
  max-width: 200px;
  background: transparent;
  border-radius: 0;
  object-fit: contain;
}

.footer .widget-title picture {
  display: inline-block;
  line-height: 0;
}

.footer a,
.footer-links a,
.footer-company-name,
.footer-company-name a {
  color: rgba(255, 255, 255, 0.58) !important;
  font-weight: 400 !important;
}

.footer a:hover,
.footer-links a:hover,
.footer-company-name a:hover {
  color: rgba(255, 255, 255, 0.95) !important;
}

.copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 !important;
}

.copyrights .footer-company-name {
  margin: 0;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

.copyrights .amt-copy[hidden] {
  display: none !important;
}

.copyrights .amt-webteams {
  display: inline-block;
  color: #25d366 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(37, 211, 102, 0.55);
  padding: 0 1px;
  transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.copyrights .amt-webteams:hover,
.copyrights .amt-webteams:focus {
  color: #4ae084 !important;
  border-bottom-color: #4ae084;
  text-shadow: 0 0 12px rgba(37, 211, 102, 0.45);
}

/* Apply modal */
.amt-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.amt-modal.is-open {
  display: flex;
  animation: amtFadeIn 0.25s ease;
}

@keyframes amtFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.amt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.62);
  backdrop-filter: blur(4px);
}

.amt-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: min(92vh, 720px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--amt-line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  animation: amtSlideUp 0.3s ease;
}

@keyframes amtSlideUp {
  from { transform: translateY(16px) scale(0.98); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

.amt-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid var(--amt-line);
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.amt-modal__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amt-muted);
  font-weight: 500;
}

.amt-modal__dialog h3,
.amt-modal__header h3 {
  margin: 0 0 8px;
  color: var(--amt-ink);
  font-weight: 600 !important;
  font-family: "Cormorant Garamond", "Noto Sans Armenian", Georgia, serif !important;
  font-size: 28px !important;
  line-height: 1.2;
}

.amt-modal__dialog .service-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--amt-soft);
  border: 1px solid var(--amt-line);
  color: var(--amt-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.amt-modal__dialog .service-label #apply-service-name {
  color: var(--amt-black);
  font-weight: 600;
}

.amt-modal__close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--amt-line);
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  color: var(--amt-muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.amt-modal__close:hover {
  color: var(--amt-ink);
  border-color: #ccc;
  background: #f7f7f7;
}

.amt-modal__form {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}

.amt-modal__body {
  padding: 20px 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.amt-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 24px 18px;
  border-top: 1px solid var(--amt-line);
  background: #fafafa;
}

.amt-modal__status {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid var(--amt-line);
  border-left: 3px solid var(--amt-black);
  background: linear-gradient(180deg, #fff, #f5f5f5);
  color: var(--amt-ink);
  font-size: 13px;
  line-height: 1.5;
}

.amt-modal__status.is-error {
  border-left-color: #666;
}

.amt-modal__status.is-success {
  border-left-color: var(--amt-black);
}

.amt-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.amt-form-group {
  margin-bottom: 16px;
}

.amt-form-group--last {
  margin-bottom: 0;
}

.amt-form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 500 !important;
  color: var(--amt-ink);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.amt-req {
  color: var(--amt-muted);
}

.amt-form-group input,
.amt-form-group textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fcfcfc;
  color: var(--amt-ink);
  padding: 12px 14px;
  border-radius: 6px;
  box-shadow: none !important;
  font-weight: 400;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.amt-form-group input:focus,
.amt-form-group textarea:focus {
  border-color: #9a9a9a;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 22, 22, 0.06) !important;
}

.amt-form-group input[type="file"] {
  padding: 8px 0;
  border: none;
  background: transparent;
}

.amt-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.amt-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.amt-btn--primary {
  background: var(--amt-header) !important;
  color: #fff !important;
  border-color: var(--amt-header) !important;
}

.amt-btn--primary:hover:not(:disabled) {
  background: #000 !important;
  border-color: #000 !important;
}

.amt-btn--ghost {
  background: #fff !important;
  color: var(--amt-ink) !important;
  border-color: #d0d0d0 !important;
}

.amt-btn--ghost:hover {
  background: #f5f5f5 !important;
  border-color: #bbb !important;
}

@media (max-width: 640px) {
  .amt-modal {
    padding: 0;
    align-items: flex-end;
  }

  .amt-modal__dialog {
    max-width: 100%;
    max-height: 94vh;
    border-radius: 14px 14px 0 0;
  }

  .amt-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .amt-modal__header,
  .amt-modal__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .amt-modal__footer {
    padding: 12px 18px 16px;
    flex-direction: column-reverse;
  }

  .amt-modal__footer .amt-btn {
    width: 100%;
  }

  .amt-modal__dialog h3,
  .amt-modal__header h3 {
    font-size: 24px !important;
  }
}

.amt-file-label {
  display: block;
  margin-bottom: 7px;
  font-weight: 500 !important;
  color: var(--amt-ink);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.amt-file {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px dashed #cfcfcf;
  border-radius: 6px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.amt-file:hover,
.amt-file:focus-within {
  border-color: #9a9a9a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.amt-file__input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
}

.amt-file__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 9px 14px;
  border-radius: 4px;
  background: var(--amt-header);
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: background 0.25s ease, transform 0.2s ease;
}

.amt-file:hover .amt-file__btn {
  background: #242424;
}

.amt-file__btn .fa {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.amt-file__name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--amt-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.amt-file.has-file {
  border-style: solid;
  border-color: #bdbdbd;
  background: #fff;
}

.amt-file.has-file .amt-file__name {
  color: var(--amt-ink);
}

.amt-form-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.amt-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--amt-line);
  border-left: 3px solid var(--amt-ink);
  background: linear-gradient(180deg, #fff, #f7f7f7);
  color: var(--amt-ink);
  font-size: 14px;
  line-height: 1.55;
  border-radius: 4px;
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease, margin 0.4s ease, padding 0.4s ease;
  overflow: hidden;
}

.amt-alert--success {
  border-left-color: var(--amt-black);
  background: linear-gradient(180deg, #ffffff, #f3f3f3);
}

.amt-alert--error {
  border-left-color: #5c5c5c;
  background: linear-gradient(180deg, #fafafa, #f0f0f0);
  color: var(--amt-dark);
}

.amt-alert.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

.contact_form .form-control {
  border-radius: 3px;
  border-color: #dcdcdc;
  box-shadow: none;
  background: #fcfcfc;
  color: var(--amt-ink);
}

.contact_form .form-control:focus {
  border-color: #9a9a9a;
  background: #fff;
}

/* Loader */
#preloader {
  background: var(--amt-header);
}

.loader__bar,
.loader__ball {
  background: #cfcfcf !important;
}

#scroll-to-top {
  border-radius: 50% !important;
  opacity: 0.85;
  background: #2a2a2a !important;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

#scroll-to-top:hover,
#scroll-to-top:focus,
.dmtop:hover {
  opacity: 1;
  transform: translateY(-2px);
  background: #3a3a3a !important;
  color: #fff !important;
}

/* Slider arrows — refined AMT style */
.slider-wrapper .owl-nav .owl-prev,
.slider-wrapper .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  background: rgba(20, 20, 20, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  top: 50% !important;
  transform: translateY(-50%);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.slider-wrapper .owl-nav .owl-prev {
  left: 18px !important;
}

.slider-wrapper .owl-nav .owl-next {
  right: 18px !important;
}

.slider-wrapper .owl-nav .owl-prev:hover,
.slider-wrapper .owl-nav .owl-next:hover,
.slider-wrapper .owl-nav .owl-prev:focus,
.slider-wrapper .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transform: translateY(-50%) scale(1.06);
  color: #fff !important;
}

.slider-wrapper .owl-nav .owl-prev:active,
.slider-wrapper .owl-nav .owl-next:active,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:active {
  background: rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-50%) scale(0.98);
}

.slider-wrapper .owl-nav .owl-prev i,
.slider-wrapper .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-align: center;
}

@media (max-width: 767px) {
  .slider-wrapper .owl-nav .owl-prev,
  .slider-wrapper .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
  }

  .slider-wrapper .owl-nav .owl-prev {
    left: 10px !important;
  }

  .slider-wrapper .owl-nav .owl-next {
    right: 10px !important;
  }

  .slider-wrapper .owl-nav .owl-prev i,
  .slider-wrapper .owl-nav .owl-next i {
    font-size: 15px !important;
  }
}

/* Soft map caption */
.amt-map-caption {
  text-align: center;
  margin-top: 18px;
  color: var(--amt-muted);
  font-size: 14px;
  font-weight: 400;
}

.amt-map-caption a {
  color: var(--amt-ink);
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.amt-map-caption a:hover {
  border-bottom-color: var(--amt-ink);
}

@media (max-width: 991px) {
  .slider-item .homepage-three-title {
    font-size: 38px !important;
  }

  .section-title h3,
  .message-box h2,
  .banner h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .amt-service-card img {
    height: 168px;
  }

  .amt-map-wrap {
    height: 280px;
  }

  .amt-map-marker-link {
    min-width: 108px;
  }

  .amt-map-marker-pin {
    width: 34px;
    height: 34px;
  }

  .amt-map-marker-label {
    font-size: 11px;
    padding: 5px 12px;
  }

  .amt-map-hint {
    bottom: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .amt-map-chooser-panel {
    padding: 16px;
  }

  .amt-map-chooser-title {
    font-size: 15px;
  }

  .amt-map-chooser-btn {
    min-height: 44px;
    font-size: 13px;
  }

  .slider-item .homepage-three-title {
    font-size: 32px !important;
  }

  .section.wb,
  .section.lb {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
