:root {
  --atlas-gold: #7e614b;
  --atlas-light-gold: #bb988b;
  --atlas-black: #0b0707;
  --atlas-charcoal: #312e30;
}

body,
.text-darker,
.text-dark {
  color: var(--atlas-charcoal);
}

.btn {
  border-radius: 999px;
}

.page,
.page-head,
.rd-navbar-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bg-mantis {
  background: var(--atlas-gold) !important;
}

.divider,
.divider.bg-mantis {
  background: #1a73e8 !important;
}

.text-info,
.text-info a,
.text-info a:focus,
.text-info a:hover {
  color: var(--atlas-gold) !important;
}

.bg-info,
.bg-mantis {
  background: var(--atlas-gold) !important;
}

.btn-info,
.btn-info:focus,
.btn-info:active,
.btn-info:hover {
  background: var(--atlas-gold) !important;
  border-color: var(--atlas-gold) !important;
}

.text-primary,
.text-primary a,
.text-primary a:focus,
.text-primary a:hover {
  color: var(--atlas-gold) !important;
}

.bg-primary {
  background: var(--atlas-gold) !important;
}

.border-primary {
  border-color: var(--atlas-gold) !important;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background: var(--atlas-gold);
  border-color: var(--atlas-gold);
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
  color: var(--atlas-gold);
  border-color: var(--atlas-gold);
}

.bg-overlay-info {
  background: rgba(49, 46, 48, 0.78);
}

.rd-navbar-light .rd-navbar-nav > li > a {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.atlas-topbar {
  background: #0b0707 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  line-height: 1.4;
}

.atlas-topbar-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 28px;
}

.atlas-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.atlas-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
}

.atlas-topbar-item a {
  color: #ffffff !important;
  text-decoration: none;
}

.atlas-topbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #ffffff !important;
}

.atlas-topbar-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .atlas-topbar-inner {
    overflow: hidden;
    padding: 8px 12px;
  }

  .atlas-topbar-row {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    gap: 32px;
  }

  .atlas-topbar-item {
    white-space: nowrap;
    flex: 0 0 auto;
  }
}

@keyframes atlas-topbar-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.rd-navbar-brand.atlas-brand img {
  max-height: 96px;
}

.rd-navbar-light .rd-navbar-nav > li > a,
.rd-navbar-light .rd-navbar-nav > li > a > span {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.rd-navbar-nav > li > a:after {
  content: none !important;
  display: none !important;
}

.rd-navbar-submenu-toggle,
.rd-navbar-submenu-toggle:before,
.rd-navbar-submenu-toggle:after {
  display: none !important;
  content: none !important;
}

.rd-navbar-nav > li > a + .rd-navbar-submenu-toggle {
  display: none !important;
}

.rd-navbar-nav > li > a > span + span {
  display: none !important;
}

.rd-navbar-nav > li > a::before,
.rd-navbar-nav > li > a::after,
.rd-navbar-nav > li > span::before,
.rd-navbar-nav > li > span::after {
  content: none !important;
  display: none !important;
}

.rd-navbar-nav > li > a > span:not(.atlas-dropdown-icon) {
  position: relative;
}

.rd-navbar-nav > li > a > span:not(.atlas-dropdown-icon)::after {
  content: none !important;
}

.atlas-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  width: 14px;
  height: 14px;
  color: var(--atlas-charcoal);
}

.atlas-dropdown-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-primary,
.btn-default {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn,
.btn-primary,
.btn-default {
  background: #7e614b !important;
  border-color: #7e614b !important;
  color: #ffffff !important;
  border-radius: 28px !important;
  padding: 0 32px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(11, 7, 7, 0.18);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #1a73e8 !important;
  border-color: #1a73e8 !important;
  color: #ffffff !important;
}

/* Desktop header alignment */
@media (min-width: 992px) {
  .rd-navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rd-navbar {
    background: #ffffff;
  }
}

.atlas-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(49, 46, 48, 0.08);
  position: relative;
  z-index: 5000;
  overflow: visible;
}

.atlas-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 120px;
  overflow: visible;
}

.atlas-header-brand {
  margin-left: -6px;
  display: flex;
  align-items: center;
  line-height: 0;
}

.atlas-header-brand img {
  height: 112px;
  width: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991px) {
  .rd-navbar {
    position: static !important;
  }

  .rd-navbar-wrap {
    height: auto !important;
  }

  .atlas-topbar {
    display: block;
  }

  .atlas-topbar-inner {
    overflow: hidden;
    padding: 12px 16px;
  }

  .atlas-topbar-row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
  }

  .atlas-topbar-item {
    white-space: nowrap;
  }

  .atlas-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto;
    padding: 6px 10px 4px;
    gap: 8px;
  }

  .atlas-header {
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(11, 7, 7, 0.08);
  }

  .atlas-header-brand img {
    height: 68px;
    transform: scale(1.12);
    transform-origin: left center;
  }

  .atlas-header-brand {
    justify-self: flex-start;
    margin: 0 0 0 -12px;
    flex: 0 0 auto;
  }

  .atlas-header-nav {
    display: none;
  }

  .atlas-mobile-menu {
    display: block;
    margin: 0;
    max-width: none;
    width: auto !important;
    justify-self: flex-end;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .atlas-mobile-menu summary {
    width: 52px;
  }

  .atlas-nav-dropdown::after {
    display: none;
  }

  .atlas-header-nav {
    display: none !important;
  }

  .atlas-dropdown-menu {
    display: none !important;
  }

  .atlas-header-cta {
    display: none !important;
  }

  .atlas-header-cta .btn {
    width: auto;
    max-width: none;
    padding: 10px 16px;
    font-size: 12px;
  }
}

.atlas-hero-image {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #home.parallax-container {
    background-position: center;
    background-size: cover;
  }

  #home .swiper-container,
  #home .swiper-wrapper,
  #home .swiper-slide,
  #home .swiper-caption,
  #home .swiper-slide-caption {
    overflow: visible !important;
  }

  .atlas-hero-image {
    max-width: 320px;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

.atlas-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3d3d3d;
}

.atlas-header-cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: -6px;
}

.atlas-nav-link {
  color: #3d3d3d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
  text-decoration: none;
}

.atlas-nav-link.is-active {
  color: var(--atlas-gold);
}

.atlas-header-nav .atlas-nav-link:hover,
.atlas-header-nav .atlas-nav-link:focus {
  color: #1a73e8;
}

.atlas-desktop-only {
  display: none;
}

@media (min-width: 992px) {
  .atlas-desktop-only {
    display: flex;
  }
}

.atlas-mobile-menu {
  display: none;
  width: 100%;
}

.atlas-mobile-menu summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
  width: 52px;
  height: 52px;
  background: #7e614b;
  color: #ffffff;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.atlas-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.atlas-mobile-menu-panel {
  display: none !important;
}

.atlas-mobile-submenu {
  border-top: 1px solid rgba(11, 7, 7, 0.08);
  padding-top: 8px;
}

.atlas-mobile-submenu summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #3d3d3d;
  padding: 6px 0;
}

.atlas-mobile-submenu summary::-webkit-details-marker {
  display: none;
}

.atlas-mobile-submenu summary::after {
  content: \"\";
  width: 12px;
  height: 12px;
  border-right: 2px solid #7e614b;
  border-bottom: 2px solid #7e614b;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 8px;
}

.atlas-mobile-submenu[open] summary::after {
  transform: rotate(-135deg);
}

.atlas-mobile-submenu-panel {
  display: none;
  padding: 6px 0 0 12px;
  border-left: 2px solid rgba(126, 97, 75, 0.2);
  gap: 8px;
}

.atlas-mobile-submenu[open] .atlas-mobile-submenu-panel {
  display: grid;
}

.atlas-mobile-submenu-panel a {
  font-weight: 500;
  color: #3d3d3d;
  text-decoration: none;
}

.atlas-services-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.atlas-service-slide {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.atlas-service-slide .thumbnail-classic {
  display: block;
}

.atlas-service-slide h5 {
  margin-top: 4px;
}

.atlas-help-image {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 24px auto 0;
}

@media (min-width: 1200px) {
  .atlas-help-image {
    max-width: 360px;
    margin: 0 0 0 auto;
  }
}

.atlas-menu-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.atlas-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.atlas-mobile-menu[open] .atlas-mobile-menu-panel {
  display: grid !important;
  gap: 10px;
  background: #ffffff;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(11, 7, 7, 0.08);
  box-shadow: 0 12px 24px rgba(11, 7, 7, 0.08);
  margin-top: 12px;
  text-align: left;
}

@media (max-width: 991px) {
  .atlas-mobile-menu {
    position: relative;
  }

  .atlas-mobile-menu[open] .atlas-mobile-menu-panel {
    position: absolute;
    right: 0;
    left: auto;
    top: calc(100% + 10px);
    width: min(320px, 85vw);
    z-index: 10000;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

.atlas-mobile-menu-panel a {
  color: #3d3d3d;
  text-decoration: none;
  font-weight: 600;
}

.atlas-mobile-menu-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #7e614b;
  margin-top: 6px;
}

.atlas-nav-dropdown:hover > .atlas-nav-link,
.atlas-nav-dropdown:focus-within > .atlas-nav-link {
  color: #1a73e8;
}

.atlas-nav-dropdown:hover .atlas-dropdown-icon svg path,
.atlas-nav-dropdown:focus-within .atlas-dropdown-icon svg path {
  stroke: #1a73e8;
}

.atlas-dropdown-menu li a:hover,
.atlas-dropdown-menu li a:focus {
  background: #f4f1ee;
  color: #1a73e8;
}
.atlas-header-cta .btn {
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #1a73e8 !important;
  border-color: #1a73e8 !important;
}

.atlas-nav-dropdown {
  position: relative;
}

.atlas-nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.atlas-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid rgba(11, 7, 7, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(11, 7, 7, 0.08);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10000;
  pointer-events: none;
}

.atlas-dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: #0b0707;
  text-transform: none;
  letter-spacing: 0;
}

.atlas-nav-dropdown:hover .atlas-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.atlas-nav-dropdown:focus-within .atlas-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.atlas-dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.atlas-dropdown-menu a:hover,
.atlas-dropdown-menu a:focus {
  background: #f4f1ee;
  color: #1a73e8;
}

.atlas-map-embed {
  width: 100%;
  height: 420px;
}

.atlas-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.atlas-contact-fab {
  position: fixed;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #0b0707;
  color: #ffffff;
  padding: 14px 12px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2000;
  box-shadow: 0 10px 24px rgba(11, 7, 7, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.atlas-contact-fab:hover,
.atlas-contact-fab:focus {
  color: #ffffff;
  background: #1a73e8;
}

.atlas-contact-section {
  padding-bottom: 60px;
}

.atlas-section-heading {
  text-align: center;
  margin-bottom: 24px;
}

.atlas-section-heading h1 {
  margin-bottom: 8px;
}

.atlas-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
}

.atlas-contact-card {
  background: #ffffff;
  border: 1px solid rgba(11, 7, 7, 0.08);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(11, 7, 7, 0.05);
}

.atlas-contact-card h2 {
  margin-bottom: 10px;
}

.atlas-contact-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.atlas-contact-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #3d3d3d;
}

.atlas-contact-form input,
.atlas-contact-form select,
.atlas-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 7, 7, 0.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 7, 7, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.atlas-contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://pwww.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 9l5 5 5-5' stroke='%237E614B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 38px;
}

.atlas-contact-form input,
.atlas-contact-form select {
  height: 52px;
}

.atlas-contact-form input:focus,
.atlas-contact-form select:focus,
.atlas-contact-form textarea:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 12px 28px rgba(26, 115, 232, 0.15);
}

.atlas-time-select {
  position: relative;
  width: 100%;
}

.atlas-time-trigger {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid rgba(11, 7, 7, 0.15);
  padding: 12px 40px 12px 14px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: left;
  box-shadow: 0 10px 24px rgba(11, 7, 7, 0.06);
  cursor: pointer;
  position: relative;
  display: block;
}

.atlas-time-trigger::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7e614b;
  border-bottom: 2px solid #7e614b;
  transform: translateY(-60%) rotate(45deg);
}

.atlas-time-trigger:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 12px 28px rgba(26, 115, 232, 0.15);
}

.atlas-time-trigger[data-loading="true"] {
  opacity: 0.85;
  cursor: progress;
}

.atlas-time-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #ffffff;
  border: 1px solid rgba(11, 7, 7, 0.12);
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(11, 7, 7, 0.12);
  padding: 12px;
  max-height: 280px;
  overflow-y: auto;
  display: none;
  z-index: 40;
}

.atlas-time-menu.is-open {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.atlas-time-menu li {
  list-style: none;
  padding: 10px 12px;
  font-weight: 600;
  color: #0b0707;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(11, 7, 7, 0.12);
  background: #fbfbfc;
  text-align: center;
  box-shadow: 0 6px 16px rgba(11, 7, 7, 0.08);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease,
    transform 0.2s ease;
}

.atlas-time-menu li:hover {
  background: #eef4ff;
  color: #1a73e8;
  border-color: #1a73e8;
  transform: translateY(-1px);
}

.atlas-time-menu li.is-disabled {
  color: #a9a9a9;
  cursor: not-allowed;
  background: #f4f4f4;
  border-color: rgba(11, 7, 7, 0.06);
  box-shadow: none;
  transform: none;
}

.atlas-subscribe-card {
  background: #ffffff;
  border: 1px solid rgba(11, 7, 7, 0.08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(11, 7, 7, 0.06);
}

.atlas-subscribe-text h3 {
  margin-bottom: 6px;
}

.atlas-subscribe-form {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 12px;
  margin-top: 16px;
}

.atlas-subscribe-form input {
  border: 1px solid rgba(11, 7, 7, 0.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.atlas-subscribe-form button {
  grid-column: 1 / -1;
  border-radius: 999px;
  height: 52px;
}

@media (max-width: 767px) {
  .atlas-subscribe-form {
    grid-template-columns: 1fr;
  }
}

.atlas-footer {
  background: #1e2226;
  color: #e6e6e6;
  padding: 48px 0 24px;
}

.atlas-footer a {
  color: #e6e6e6;
  text-decoration: none;
}

.atlas-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.atlas-footer-column h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0;
  margin-bottom: 14px;
  color: #ffffff;
}

.atlas-footer-column {
  text-align: left;
}

.atlas-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.atlas-footer-address p {
  margin: 0 0 10px;
}

.atlas-footer .footer-brand {
  margin-bottom: 6px;
  margin-top: -36px;
  margin-left: -10px;
}

.atlas-footer .footer-brand img {
  display: block;
  margin-top: 0;
}

.atlas-footer-address {
  margin-top: -32px;
}

.atlas-footer-address p {
  margin-bottom: 6px;
}

.atlas-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 28px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: #c9c9c9;
}

.atlas-footer-bottom p {
  margin: 0;
}

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

.atlas-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2b2f34;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.atlas-social-link svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.atlas-social-link:hover,
.atlas-social-link:focus {
  background: #1a73e8;
}

.atlas-footer-contact {
  display: grid;
  gap: 12px;
}

.atlas-footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.atlas-footer-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.atlas-footer-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.atlas-icon-color {
  color: #bb988b;
}

.atlas-icon-multi {
  color: inherit;
}

@media (max-width: 991px) {
  .atlas-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .atlas-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .atlas-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.atlas-to-top {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #1a73e8;
  background: transparent;
  color: #1a73e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  position: fixed;
  right: 16px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 2000;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
}

.atlas-to-top::before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-top: 4px;
}

.atlas-to-top:hover,
.atlas-to-top:focus {
  background: transparent;
  color: #0f5fc5;
}

.atlas-page-hero {
  padding: 80px 0;
  background: #f5f7f6;
}

.atlas-page-hero h1 {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 12px;
}

.atlas-section-title {
  margin-bottom: 16px;
}

.atlas-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atlas-welcome-section {
  background: #ffffff;
}

.atlas-welcome-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.atlas-welcome-divider {
  display: inline-block;
  width: 48px;
  height: 3px;
  background: #1a73e8;
  margin: 6px 0 18px;
}

.atlas-welcome-section p {
  font-size: 15px;
  line-height: 1.7;
  color: #2b2f34;
}

.atlas-welcome-image {
  width: 100%;
  display: block;
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(11, 7, 7, 0.12);
}

@media (max-width: 767px) {
  .atlas-welcome-section .row > .col-sm-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.atlas-why-section {
  background: #eef5fb;
}

.atlas-why-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.atlas-why-divider {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #1a73e8;
  margin: 6px auto 0;
}

.atlas-why-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atlas-why-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin: 0;
}

.atlas-why-card p {
  margin: 0;
  color: #2b2f34;
  line-height: 1.7;
}


.atlas-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(11, 7, 7, 0.08);
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.atlas-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.thumbnail-classic figure {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.thumbnail-classic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.atlas-card-body {
  padding: 18px 20px;
}

.atlas-card-body h5 {
  margin-bottom: 8px;
  min-height: 48px;
  color: var(--atlas-gold);
}

.atlas-card-body p {
  color: var(--atlas-charcoal);
}

.atlas-article-image {
  object-fit: contain;
  background: #f6f4f2;
}

.atlas-help-section .section-top-66 {
  padding-top: 24px;
}

.atlas-help-section .section-bottom-66 {
  padding-bottom: 24px;
}
.atlas-blog-article a,
.atlas-blog-article a:visited,
.atlas-blog-article a:hover,
.atlas-blog-article a:focus {
  color: #1a73e8;
}

.atlas-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.atlas-card-link:hover,
.atlas-card-link:focus {
  text-decoration: none;
}


.atlas-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.atlas-hero-actions > div {
  flex: 0 0 360px;
  max-width: 360px;
}

.atlas-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .atlas-hero-actions {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.atlas-hero-actions .btn-default {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.atlas-why-card {
  gap: 14px;
}

.atlas-why-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(11, 7, 7, 0.12);
  border: 1px solid rgba(126, 97, 75, 0.3);
}

.atlas-why-icon svg {
  width: 32px;
  height: 32px;
}

.atlas-why-icon--smile {
  background: linear-gradient(140deg, rgba(126, 97, 75, 0.14), #ffffff 55%);
  border-color: rgba(126, 97, 75, 0.5);
}

.atlas-why-icon--smile svg,
.atlas-why-icon--care svg {
  fill: #7e614b;
  stroke: none;
}

.atlas-reviews-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.atlas-reviews-carousel .owl-item {
  display: flex;
  text-align: left;
  align-items: stretch;
}

.atlas-reviews-carousel .owl-item > div {
  display: flex;
  width: 100%;
}

.atlas-review-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 16px 32px rgba(11, 7, 7, 0.08);
  border: 1px solid rgba(11, 7, 7, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  min-height: 240px;
}

.atlas-review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.atlas-review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(11, 7, 7, 0.12);
}

.atlas-review-avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(11, 7, 7, 0.08), #ffffff 60%);
  color: #0b0707;
  font-weight: 700;
  font-size: 18px;
}

.atlas-review-name {
  font-weight: 700;
  color: #0b0707;
  margin: 0;
}

.atlas-review-stars {
  color: #fbbc04;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.atlas-review-text {
  color: #312e30;
  margin: 0;
  text-align: left;
  flex: 1;
}

.atlas-review-source {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a73e8;
  margin: 0;
  text-align: left;
}

.atlas-reviews-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(11, 7, 7, 0.2);
  color: #1a73e8;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(11, 7, 7, 0.1);
  font-size: 24px;
  line-height: 1;
}

.atlas-reviews-carousel .owl-nav button:hover {
  border-color: #1a73e8;
  color: #1a73e8;
}

.atlas-articles-carousel .owl-item,
.atlas-articles-carousel .owl-item a {
  pointer-events: auto;
}

.atlas-articles-carousel .post {
  cursor: pointer;
}

.atlas-card:hover,
.atlas-card:focus-within {
  border-color: #1a73e8;
  box-shadow: 0 16px 32px rgba(26, 115, 232, 0.18);
}

.atlas-team-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atlas-team-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center top;
}

.atlas-team-role {
  font-weight: 600;
  color: #1a73e8 !important;
  margin-bottom: 8px;
}

.atlas-eyebrow {
  color: #1a73e8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.atlas-career-title {
  font-size: 36px;
  margin-bottom: 18px;
}

.atlas-rounded-media {
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(11, 7, 7, 0.12);
}

.atlas-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.atlas-tab {
  border: 1px solid rgba(11, 7, 7, 0.15);
  background: #ffffff;
  color: #0b0707;
  padding: 10px 16px;
  border-radius: 20px;
  font-weight: 600;
}

.atlas-tab.is-active {
  border-color: #1a73e8;
  color: #1a73e8;
}

.atlas-empty-state {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 18px rgba(11, 7, 7, 0.06);
}

.atlas-faq {
  display: grid;
  gap: 14px;
}

.atlas-faq-item {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  border-radius: 18px;
  border: 1px solid rgba(11, 7, 7, 0.08);
  box-shadow: 0 18px 40px rgba(11, 7, 7, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.atlas-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 56px 20px 22px;
  font-weight: 600;
  font-size: 16px;
  color: #0b0707;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.atlas-faq-item summary::-webkit-details-marker {
  display: none;
}

.atlas-faq-item summary::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.6px solid rgba(26, 115, 232, 0.7);
  background: rgba(26, 115, 232, 0.08);
  position: absolute;
  right: 22px;
  flex-shrink: 0;
}

.atlas-faq-item summary::before {
  content: "+";
  color: #1a73e8;
  font-weight: 700;
  position: absolute;
  right: 27px;
  font-size: 18px;
  line-height: 1;
}

.atlas-faq-item[open] {
  border-color: rgba(26, 115, 232, 0.4);
  box-shadow: 0 16px 32px rgba(26, 115, 232, 0.12);
  transform: translateY(-1px);
}

.atlas-faq-item[open] summary::before {
  content: "–";
}

.atlas-faq-body {
  padding: 0 22px 20px;
  color: #312e30;
  font-size: 15px;
  line-height: 1.6;
}

.atlas-form-grid {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.atlas-form-grid .full {
  grid-column: 1 / -1;
}

.atlas-form-grid label {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.atlas-form-help {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #6b6b6b;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 7, 7, 0.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 7, 7, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.appointment-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 9l5 5 5-5' stroke='%237E614B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 38px;
}

.appointment-form input[type="date"] {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 9l5 5 5-5' stroke='%237E614B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 38px;
  text-align: left;
}

.atlas-input-field:not(.has-value) input[type="date"] {
  color: transparent;
}

.atlas-input-field:not(.has-value) input[type="date"]::-webkit-date-and-time-value,
.atlas-input-field:not(.has-value) input[type="date"]::-webkit-datetime-edit,
.atlas-input-field:not(.has-value) input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  color: transparent;
}

.appointment-form input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  color: inherit;
}

.atlas-date-wrap {
  display: grid;
  gap: 6px;
}

.atlas-input-field {
  position: relative;
}

.atlas-input-placeholder {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e614b;
  font-weight: 600;
  pointer-events: none;
  opacity: 0.7;
}

.atlas-input-field.has-value .atlas-input-placeholder,
.atlas-input-field.is-focused .atlas-input-placeholder {
  opacity: 0;
}

.appointment-form input,
.appointment-form select {
  height: 52px;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 12px 28px rgba(26, 115, 232, 0.15);
}

.appointment-form .btn {
  margin-top: 12px;
}

.atlas-schedule-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: start;
}

.atlas-schedule-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 16px 32px rgba(11, 7, 7, 0.08);
  border: 1px solid rgba(11, 7, 7, 0.08);
}

.atlas-schedule-card h2,
.atlas-schedule-card h3 {
  margin-top: 0;
}


.atlas-schedule-card a {
  color: #7e614b;
  text-decoration: underline;
}

.atlas-schedule-card a:hover,
.atlas-schedule-card a:focus {
  color: #1a73e8;
}

.atlas-schedule-sidebar {
  display: grid;
  gap: 20px;
}

.atlas-schedule-hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.atlas-schedule-hours li {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px dashed rgba(11, 7, 7, 0.12);
  padding-bottom: 8px;
}

.atlas-schedule-steps {
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: #2b2f34;
  list-style: none;
  counter-reset: schedule-step;
}

.atlas-schedule-steps li {
  counter-increment: schedule-step;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.atlas-schedule-steps li::before {
  content: counter(schedule-step) ".";
  min-width: 18px;
  font-weight: 700;
  color: #1a73e8;
}

@media (max-width: 991px) {
  .atlas-header-nav {
    display: none !important;
  }

  .atlas-mobile-menu {
    display: block !important;
  }

  .atlas-mobile-menu-panel {
    display: none !important;
  }

  .atlas-mobile-menu[open] .atlas-mobile-menu-panel {
    display: grid !important;
  }
}

.atlas-is-mobile .atlas-header-nav {
  display: none !important;
}

.atlas-is-mobile .atlas-mobile-menu {
  display: block !important;
}

.atlas-is-mobile .atlas-mobile-menu-panel {
  display: none !important;
}

.atlas-is-mobile .atlas-mobile-menu[open] .atlas-mobile-menu-panel {
  display: grid !important;
}

.atlas-is-mobile .atlas-topbar-row {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  gap: 32px;
}

.atlas-is-mobile .atlas-topbar-row.atlas-topbar-marquee {
  animation: atlas-topbar-marquee 32s linear infinite;
}

@media (max-width: 991px) {
  .atlas-schedule-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .atlas-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .atlas-page-hero {
    padding: 56px 0 40px;
    text-align: center;
  }

  .atlas-page-hero h1 {
    margin-top: 12px;
    padding-top: 6px;
    line-height: 1.2;
  }

  .atlas-page-hero h1,
  .atlas-page-hero p {
    color: #2b2f34;
    opacity: 1;
    visibility: visible;
  }

  .atlas-card-grid {
    grid-template-columns: 1fr;
  }

  .atlas-form-grid {
    grid-template-columns: 1fr;
  }

  .atlas-team-grid {
    grid-template-columns: 1fr;
  }

  .section-98,
  .section-md-top-110,
  .section-md-bottom-110 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .atlas-contact-fab {
    display: none;
  }

  #home .swiper-container,
  #home .swiper-wrapper,
  #home .swiper-slide {
    height: auto !important;
  }

  #home .swiper-slide-caption {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #home .quote h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .atlas-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .atlas-header-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 6px 10px 4px;
  }

  .atlas-header-nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}

  .rd-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    min-height: 56px;
  }

  .rd-navbar-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-left: 0;
  }

  .rd-navbar-brand.atlas-brand {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .rd-navbar-brand.atlas-brand img {
    max-height: 64px;
  }

  .rd-navbar-menu-wrap {
    display: flex;
    justify-content: center;
    margin-left: auto;
    align-items: center;
    gap: 24px;
  }

  .rd-navbar-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    flex: 1;
  }

  .rd-navbar-nav > li > a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 1.2 !important;
  }

  .atlas-nav-cta {
    display: flex;
    align-items: center;
  }

.atlas-nav-cta .btn {
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}



.atlas-brand {
  display: flex;
  align-items: center;
}

.atlas-brand img {
  width: auto;
  max-height: 70px;
}

@media (max-width: 991px) {
  .rd-navbar-panel {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .rd-navbar-brand.atlas-brand {
    order: 1;
    margin: 0;
    margin-right: auto;
    justify-content: flex-start;
    position: relative !important;
    left: 12px !important;
    right: auto !important;
    transform: none !important;
  }

  .rd-navbar-toggle {
    order: 2;
    margin-left: auto;
    position: relative !important;
    right: 0 !important;
    left: auto !important;
  }

  .rd-navbar-brand,
  .rd-navbar-brand a {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .rd-navbar-fixed .rd-navbar-brand {
    left: 12px !important;
    transform: none !important;
  }
}

.rd-navbar-brand img,
.footer-brand img {
  height: auto;
}

.appointment-form .form-control,
.appointment-form select {
  border-radius: 2px;
}

.form-status {
  font-weight: 600;
}

.mdi:before,
.fa:before {
  content: "" !important;
}

.swiper-button {
  font-size: 32px;
  color: #fff;
  line-height: 1;
}

.quote h2 {
  letter-spacing: 0.01em;
}

.atlas-divider-blue {
  background: #1a73e8;
}


.btn-primary {
  box-shadow: 0 12px 24px rgba(126, 97, 75, 0.2);
}

.atlas-cta-button {
  background: #7e614b;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(11, 7, 7, 0.18);
  border: 1px solid transparent;
}

.atlas-cta-button:hover,
.atlas-cta-button:focus {
  background: #1a73e8;
  color: #ffffff;
  border-color: #1a73e8;
}


.atlas-nav-cta .btn {
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
}

.owl-prev,
.owl-next {
  font-size: 22px;
  color: var(--atlas-gold);
  line-height: 1;
}
