@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap");

:root {
  --azc-ink: #122033;
  --azc-muted: #64748b;
  --azc-line: #e2e8f0;
  --azc-soft: #f6f9fc;
  --azc-blue: #0d6efd;
  --azc-green: #16a34a;
  --azc-logo-green: #00a651;
  --azc-logo-blue: #2e3192;
  --azc-navy: #061a33;
  --azc-radius: 8px;
  --azc-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--azc-ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background: #fff;
  line-height: 1.65;
}

body *:not(i):not([class^="fa"]):not([class*=" fa"]):not(.swiper-button-next):not(.swiper-button-prev) {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

button,
input,
textarea,
select {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.azc-page-hero {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.95), rgba(6, 26, 51, 0.72)),
    url("../img/slider/Research.jpg") center/cover;
  color: #fff;
  padding: clamp(72px, 10vw, 120px) 0;
}

.azc-page-hero--services {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.92), rgba(6, 26, 51, 0.54)),
    url("../img/slider/logistics.jpeg") center/cover;
}

.azc-page-hero--blog {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.92), rgba(6, 26, 51, 0.58)),
    url("../img/slider/Research.jpg") center/cover;
}

.azc-page-hero--contact {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.94), rgba(6, 26, 51, 0.62)),
    url("../img/slider/regulatory2.jpeg") center/cover;
}

.azc-page-hero h1 {
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 1rem;
  max-width: 840px;
}

.azc-page-hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin: 0;
  max-width: 700px;
}

.azc-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.azc-service-chips span {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  backdrop-filter: blur(10px);
}

.azc-service-hero {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.94), rgba(6, 26, 51, 0.68)),
    var(--service-image) center/cover;
  color: #fff;
  padding: clamp(86px, 12vw, 150px) 0;
}

.azc-service-hero__content {
  max-width: 820px;
}

.azc-service-hero h1,
.azc-service-overview h2,
.azc-process-panel h2,
.azc-service-cta h2 {
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
}

.azc-service-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.22rem);
  max-width: 700px;
}

.azc-service-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.9), rgba(46, 49, 146, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px 0 22px 0;
  display: inline-flex;
  height: 78px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 78px;
}

.azc-service-icon img {
  filter: brightness(0) invert(1);
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.azc-service-overview,
.azc-service-highlights,
.azc-service-process,
.azc-service-cta {
  padding: clamp(64px, 8vw, 110px) 0;
}

.azc-service-overview p {
  color: var(--azc-muted);
  font-size: 1.08rem;
  max-width: 650px;
}

.azc-service-image {
  aspect-ratio: 4 / 3;
  border-radius: 34px 0 34px 0;
  box-shadow: var(--azc-shadow);
  object-fit: cover;
  width: 100%;
}

.azc-service-highlights {
  background: var(--azc-soft);
}

.azc-highlight-card {
  background: #fff;
  border: 1px solid var(--azc-line);
  border-radius: var(--azc-radius);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  height: 100%;
  padding: 1.5rem;
}

.azc-highlight-card i {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.14), rgba(46, 49, 146, 0.14));
  border-radius: var(--azc-radius);
  color: var(--azc-logo-blue);
  display: inline-flex;
  font-size: 1.35rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 52px;
}

.azc-highlight-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.azc-highlight-card p {
  color: var(--azc-muted);
  margin: 0;
}

.azc-process-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(0, 166, 81, 0.94), rgba(46, 49, 146, 0.94));
  border-radius: 34px 0 34px 0;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(1.5rem, 5vw, 3rem);
}

.azc-process-panel .azc-kicker,
.azc-process-panel h2 {
  color: #fff;
}

.azc-process-list {
  display: grid;
  gap: 1rem;
}

.azc-process-list div {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--azc-radius);
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.azc-process-list span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--azc-logo-blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.azc-process-list p {
  color: #fff;
  font-weight: 800;
  margin: 0;
}

.azc-service-cta {
  padding-top: 0;
}

.azc-service-cta__box {
  background: var(--azc-navy);
  border-radius: var(--azc-radius);
  color: #fff;
  padding: clamp(1.5rem, 5vw, 3rem);
  text-align: center;
}

.azc-service-cta__box p {
  color: rgba(255, 255, 255, 0.76);
  margin: 0 auto 1.4rem;
  max-width: 620px;
}

a {
  color: inherit;
}

.azc-top-strip {
  background:
    linear-gradient(90deg, var(--azc-navy), #0b2c4c 58%, rgba(0, 166, 81, 0.95));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
}

.azc-top-strip a {
  color: #fff;
  text-decoration: none;
}

.azc-top-strip__links,
.azc-top-strip__right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.azc-top-strip__links a,
.azc-top-strip__right span {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.azc-top-strip__right a {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 30px;
}

.azc-top-strip__right a:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.azc-navbar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  backdrop-filter: blur(18px);
  min-height: 82px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
  z-index: 1030;
}

.azc-navbar.fixed {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.azc-logo {
  width: 138px;
  height: auto;
}

.azc-navbar .navbar-brand {
  align-items: center;
  display: inline-flex;
  padding: 0;
}

.azc-navbar .navbar-nav {
  align-items: center;
  background: rgba(246, 249, 252, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 999px;
  gap: 0.15rem;
  padding: 0.28rem;
}

.azc-navbar .nav-link {
  color: var(--azc-ink);
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0.7rem 1rem;
  position: relative;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.azc-navbar .nav-link:hover,
.azc-navbar .nav-link:focus,
.azc-navbar .nav-link.active {
  background: #fff;
  color: var(--azc-logo-blue);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.azc-navbar .nav-link:hover {
  transform: translateY(-1px);
}

.azc-navbar .navbar-toggler {
  align-items: center;
  border: 1px solid var(--azc-line);
  border-radius: 8px;
  box-shadow: none;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.azc-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 49, 146, 0.12);
}

.azc-navbar .navbar-toggler span {
  background: var(--azc-logo-blue);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 20px;
}

.azc-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--azc-logo-blue), var(--azc-logo-green));
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.82rem 1.15rem;
  text-decoration: none;
  box-shadow: 0 13px 25px rgba(46, 49, 146, 0.22);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.azc-cta:hover {
  box-shadow: 0 16px 30px rgba(0, 166, 81, 0.24);
  transform: translateY(-1px);
}

.azc-hero {
  min-height: clamp(600px, 86vh, 820px);
  position: relative;
  overflow: hidden;
  background: #061a33;
}

.azc-hero .swiper,
.azc-hero .swiper-wrapper,
.azc-hero .swiper-slide {
  min-height: inherit;
}

.azc-hero-slide {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  isolation: isolate;
  position: relative;
}

.azc-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.92) 0%, rgba(6, 26, 51, 0.72) 44%, rgba(6, 26, 51, 0.26) 100%),
    radial-gradient(circle at 18% 22%, rgba(22, 163, 74, 0.28), transparent 28%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.azc-hero-slide--research {
  background-image: url("../img/slider/Research.jpg");
}

.azc-hero-slide--logistics {
  background-image: url("../img/slider/logistics.jpeg");
}

.azc-hero-slide--compliance {
  background-image: url("../img/slider/regulatory.jpg");
}

.azc-hero-content {
  color: #fff;
  max-width: 760px;
  padding: clamp(80px, 12vw, 150px) 0 clamp(90px, 12vw, 150px);
}

.azc-kicker {
  align-items: center;
  color: #b7f7cd;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.azc-hero h1 {
  font-size: clamp(2.7rem, 7vw, 5.9rem);
  font-weight: 900;
  line-height: 0.98;
  margin: 0 0 1.25rem;
  max-width: 780px;
}

.azc-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 1.8rem;
  max-width: 640px;
}

.azc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.azc-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--azc-radius);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.azc-hero-metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.5rem;
  max-width: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--azc-radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.azc-hero-metrics div {
  padding: 1rem;
}

.azc-hero-metrics strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
}

.azc-hero-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.azc-slider-dots {
  bottom: 34px !important;
}

.azc-slider-dots .swiper-pagination-bullet {
  background: #fff;
  border-radius: 999px;
  height: 6px;
  opacity: 0.55;
  width: 24px;
}

.azc-slider-dots .swiper-pagination-bullet-active {
  background: #22c55e;
  opacity: 1;
}

.rv-9-services,
.rv-9-guides,
.latest-news,
.contact-section {
  padding: clamp(64px, 8vw, 110px) 0 !important;
}

.azc-home-intro {
  position: relative;
}

.azc-section-lead {
  color: var(--azc-muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
  margin-top: 1rem;
  max-width: 760px;
}

.azc-value-card {
  background: #fff;
  border: 1px solid var(--azc-line);
  border-radius: var(--azc-radius);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  height: 100%;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.azc-value-card:hover {
  border-color: rgba(46, 49, 146, 0.24);
  box-shadow: var(--azc-shadow);
  transform: translateY(-4px);
}

.azc-value-card span {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.14), rgba(46, 49, 146, 0.14));
  border-radius: var(--azc-radius);
  color: var(--azc-logo-blue);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 52px;
}

.azc-value-card h4 {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
}

.azc-value-card p {
  color: var(--azc-muted);
  margin: 0;
}

.azc-home-services {
  background:
    linear-gradient(180deg, #fff 0%, #f6f9fc 100%) !important;
}

.azc-services-showcase {
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 166, 81, 0.08), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(46, 49, 146, 0.1), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f6f9fc 100%) !important;
}

.azc-services-showcase .rv-9-guide .btn,
.azc-services-showcase .rv-9-guide .rv-1-schedule-conf__btn {
  opacity: 1;
  transform: translateY(0);
}

.azc-services-quote {
  background: var(--azc-soft);
  padding: 0 0 clamp(64px, 8vw, 110px);
}

.azc-services-quote__box {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(0, 166, 81, 0.95), rgba(46, 49, 146, 0.95)),
    url("../img/slider/regulatory.jpg") center/cover;
  border-radius: 34px 0 34px 0;
  box-shadow: var(--azc-shadow);
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(1.5rem, 5vw, 3rem);
}

.azc-services-quote__box .azc-kicker,
.azc-services-quote__box h2 {
  color: #fff;
}

.azc-services-quote__box h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.azc-services-quote__box p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 620px;
}

.rv-9-section__heading,
.rv-6-section__heading {
  margin-bottom: 2.25rem;
}

.rv-9-section__title,
.latest-news h2,
.contact-section h3 {
  color: var(--azc-ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.08;
}

.rv-9-guides .rv-9-section__title {
  font-size: clamp(2.7rem, 6vw, 5rem);
  max-width: 920px;
}

.rv-9-section__sub-title,
.text-primary {
  color: var(--azc-green) !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rv-8-service,
.card,
.contact-form,
.map-container {
  border: 1px solid var(--azc-line) !important;
  border-radius: var(--azc-radius) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rv-9-guide {
  align-items: center;
  aspect-ratio: 1.08 / 1;
  background:
    linear-gradient(135deg, rgba(0, 166, 81, 0.96) 0%, rgba(0, 166, 81, 0.88) 42%, rgba(46, 49, 146, 0.94) 100%) !important;
  border: 1px solid var(--azc-logo-blue) !important;
  border-radius: 34px 0 34px 0 !important;
  box-shadow: 0 14px 28px rgba(46, 49, 146, 0.18) !important;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
  padding: 1.25rem !important;
  position: relative;
  text-align: center;
}

.rv-9-guide::after {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(6, 26, 51, 0), rgba(6, 26, 51, 0.18));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.22s ease;
}

.rv-9-guide::before {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -56px;
  top: -56px;
  width: 150px;
}

.rv-9-guide:hover::after,
.rv-9-guide:focus-within::after {
  opacity: 1;
}

.rv-9-guide:hover {
  transform: translateY(-4px);
}

.rv-9-service__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 18px 0 18px 0;
  box-shadow: 0 12px 26px rgba(6, 26, 51, 0.16);
  display: inline-flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  width: 64px;
  z-index: 1;
}

.rv-9-service__icon img {
  filter: brightness(0) invert(1);
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.rv-9-guide__txt {
  position: relative;
  z-index: 1;
}

.rv-3-service__title {
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 900;
  line-height: 1.22;
  margin: 0;
  text-wrap: balance;
}

.rv-3-service__title a {
  color: #fff !important;
  text-decoration: none;
}

.rv-9-guide .rv-3-service__descr {
  color: rgba(255, 255, 255, 0.82);
  display: -webkit-box;
  font-size: 0.88rem;
  font-weight: 600;
  line-clamp: 3;
  margin: 0.85rem auto 0;
  max-width: 19rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rv-9-guide .btn,
.rv-9-guide .rv-1-schedule-conf__btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.48) !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.02em;
  margin-top: 1.1rem !important;
  opacity: 0;
  padding: 0.62rem 1rem;
  text-decoration: none;
  transform: translateY(8px);
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.rv-9-guide .btn::after,
.rv-9-guide .rv-1-schedule-conf__btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.78rem;
  line-height: 1;
}

.rv-9-guide .btn:hover,
.rv-9-guide .btn:focus,
.rv-9-guide .rv-1-schedule-conf__btn:hover,
.rv-9-guide .rv-1-schedule-conf__btn:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--azc-logo-blue) !important;
}

.rv-9-guide:hover .btn,
.rv-9-guide:focus-within .btn,
.rv-9-guide:hover .rv-1-schedule-conf__btn,
.rv-9-guide:focus-within .rv-1-schedule-conf__btn {
  opacity: 1;
  transform: translateY(0);
}

.image-hover-container {
  border-radius: var(--azc-radius);
  box-shadow: var(--azc-shadow);
  overflow: hidden;
  position: relative;
}

.image-hover-container img {
  display: block;
  transition: transform 0.28s ease;
  width: 100%;
}

.image-hover-container:hover img {
  transform: scale(1.04);
}

.image-hover-container .overlay {
  align-items: center;
  background: rgba(6, 26, 51, 0.72);
  color: #fff;
  display: flex;
  font-weight: 900;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 0.24s ease;
}

.image-hover-container:hover .overlay {
  opacity: 1;
}

.rv-8-service:hover,
.card:hover {
  border-color: rgba(13, 110, 253, 0.26) !important;
  box-shadow: var(--azc-shadow) !important;
  transform: translateY(-4px);
}

.rv-9-services {
  background: var(--azc-soft) !important;
  color: var(--azc-ink) !important;
}

.rv-9-services h2,
.rv-9-services p,
.rv-9-services a,
.rv-9-guides h2,
.rv-9-guides p,
.rv-9-guides a {
  color: inherit !important;
}

.rv-9-guides {
  background: #fff !important;
}

.rv-3-service__descr,
.card-text,
.contact-info p {
  color: var(--azc-muted);
}

.rv-1-schedule-conf__btn,
.btn-primary {
  background: var(--azc-blue) !important;
  border-color: var(--azc-blue) !important;
  border-radius: var(--azc-radius) !important;
  color: #fff !important;
  font-weight: 800;
}

.form-control,
.form-select {
  border-color: var(--azc-line);
  border-radius: var(--azc-radius);
  min-height: 48px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--azc-blue);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

.modal-content {
  border: 0;
  border-radius: var(--azc-radius);
  box-shadow: var(--azc-shadow);
}

.azc-client-modal .modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.azc-client-modal__header {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(46, 49, 146, 0.98), rgba(0, 166, 81, 0.9)),
    url("../img/slider/Research.jpg") center/cover;
  border-bottom: 0;
  color: #fff;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.azc-client-modal__header h5 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0.35rem 0 0.45rem;
}

.azc-client-modal__header p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 660px;
}

.azc-client-modal__eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  padding: 0.48rem 0.72rem;
  text-transform: uppercase;
}

.azc-client-modal .modal-body {
  background: linear-gradient(180deg, #f6f9fc 0, #fff 56%);
  padding: clamp(1.15rem, 3vw, 2rem);
}

.azc-form-progress {
  background: #fff;
  border: 1px solid var(--azc-line);
  border-radius: 999px;
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
  padding: 0.35rem;
}

.azc-form-progress span {
  align-items: center;
  border-radius: 999px;
  color: var(--azc-muted);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.7rem 0.85rem;
}

.azc-form-progress span.active {
  background: linear-gradient(135deg, var(--azc-logo-blue), var(--azc-logo-green));
  color: #fff;
  box-shadow: 0 12px 24px rgba(46, 49, 146, 0.16);
}

.azc-form-note {
  color: var(--azc-muted);
  font-size: 0.9rem;
  margin-bottom: 1.15rem;
}

.azc-step-heading {
  margin-bottom: 1.15rem;
}

.azc-step-heading span {
  color: var(--azc-logo-green);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.azc-step-heading h3 {
  color: var(--azc-ink);
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 900;
  margin: 0.15rem 0 0;
}

.azc-client-modal .form-label {
  color: var(--azc-ink);
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
}

.azc-client-modal .form-control,
.azc-client-modal .form-select {
  background-color: #fff;
  border-color: #d9e2ee;
  min-height: 52px;
}

.azc-client-modal textarea.form-control {
  min-height: 128px;
  resize: vertical;
}

.azc-input-icon {
  position: relative;
}

.azc-input-icon i {
  color: var(--azc-logo-blue);
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.azc-input-icon .form-control {
  padding-left: 2.75rem;
}

.azc-modal-actions {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.azc-modal-submit {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.azc-modal-btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  gap: 0.55rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.2rem;
}

.azc-modal-btn--primary {
  background: linear-gradient(135deg, var(--azc-logo-blue), var(--azc-logo-green));
  color: #fff;
  box-shadow: 0 13px 25px rgba(46, 49, 146, 0.18);
}

.azc-modal-btn--ghost {
  background: #fff;
  border: 1px solid var(--azc-line);
  color: var(--azc-ink);
}

.azc-honeypot {
  pointer-events: none !important;
}

.contact-form {
  background: #fff;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-info {
  align-items: center;
  background: #fff;
  border: 1px solid var(--azc-line);
  border-radius: var(--azc-radius);
  display: flex;
  gap: 0.85rem;
  padding: 1rem;
}

.contact-info i {
  align-items: center;
  background: rgba(13, 110, 253, 0.1);
  border-radius: var(--azc-radius);
  color: var(--azc-blue) !important;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin: 0 !important;
  width: 42px;
}

.azc-single-post-hero {
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.96), rgba(6, 26, 51, 0.7), rgba(0, 166, 81, 0.35)),
    var(--post-hero-image) center/cover;
  color: #fff;
  min-height: clamp(440px, 58vw, 620px);
  padding: clamp(86px, 12vw, 148px) 0 clamp(74px, 10vw, 120px);
  position: relative;
}

.azc-single-post-hero__content {
  max-width: 880px;
}

.azc-single-post-hero h1 {
  color: #fff;
  font-size: clamp(2.25rem, 5.6vw, 5.3rem);
  font-weight: 900;
  line-height: 1;
  margin: 0.9rem 0 1rem;
}

.azc-single-post-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  max-width: 720px;
}

.azc-back-link,
.azc-post-meta span,
.azc-side-btn,
.azc-post-cta__btn {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
}

.azc-back-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
  text-decoration: none;
}

.azc-back-link:hover {
  color: #fff;
}

.azc-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.azc-post-meta span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.72rem 1rem;
}

.azc-single-post-wrap {
  background:
    linear-gradient(180deg, #f6f9fc 0, #fff 36%, #fff 100%);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.azc-single-post {
  background: #fff;
  border: 1px solid var(--azc-line);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.azc-single-post__image {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.azc-single-post__body {
  padding: clamp(1.5rem, 4vw, 3.4rem);
}

.azc-single-post__body p {
  color: #334155;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.9;
  margin: 0 0 1.35rem;
}

.azc-single-post__body p:first-child::first-letter {
  color: var(--azc-logo-green);
  float: left;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.88;
  margin: 0.1rem 0.55rem 0 0;
}

.azc-post-side-panel,
.azc-related-posts,
.azc-post-cta {
  border: 1px solid var(--azc-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.azc-post-side-panel,
.azc-related-posts {
  background: #fff;
  margin-bottom: 1.25rem;
  padding: 1.35rem;
}

.azc-post-side-panel {
  background:
    linear-gradient(145deg, rgba(46, 49, 146, 0.96), rgba(0, 166, 81, 0.9)),
    #2e3192;
  color: #fff;
  position: sticky;
  top: 104px;
}

.azc-side-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 50px;
}

.azc-post-side-panel h3,
.azc-related-posts h3,
.azc-post-cta h2 {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.azc-post-side-panel h3 {
  color: #fff;
  font-size: 1.45rem;
}

.azc-post-side-panel p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0.8rem 0 1.25rem;
}

.azc-side-btn,
.azc-post-cta__btn {
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  text-decoration: none;
}

.azc-side-btn {
  background: #fff;
  color: var(--azc-logo-blue);
  padding: 0.85rem 1rem;
  width: 100%;
}

.azc-related-posts h3 {
  align-items: center;
  color: var(--azc-ink);
  display: flex;
  gap: 0.6rem;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.azc-related-post {
  align-items: center;
  border-top: 1px solid var(--azc-line);
  color: inherit;
  display: flex;
  gap: 0.85rem;
  padding: 1rem 0;
  text-decoration: none;
}

.azc-related-post:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.azc-related-post:last-child {
  padding-bottom: 0;
}

.azc-related-post img {
  border-radius: 8px;
  flex: 0 0 78px;
  height: 70px;
  object-fit: cover;
  width: 78px;
}

.azc-related-post small {
  color: var(--azc-muted);
  display: flex;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.azc-related-post strong {
  color: var(--azc-ink);
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
}

.azc-related-post:hover strong {
  color: var(--azc-logo-blue);
}

.azc-post-cta {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 26, 51, 0.96), rgba(46, 49, 146, 0.9)),
    url("../img/slider/logistics.jpeg") center/cover;
  color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.azc-post-cta h2 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 3rem);
  margin: 0.3rem 0 0.55rem;
}

.azc-post-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 560px;
}

.azc-post-cta__btn {
  background: #fff;
  color: var(--azc-logo-blue);
  flex: 0 0 auto;
  padding: 0.95rem 1.35rem;
}

.azc-footer {
  background: #061a33;
  color: rgba(255, 255, 255, 0.76);
  padding-top: 3.5rem;
}

.azc-footer a {
  color: inherit;
  text-decoration: none;
}

.azc-footer h5 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 1rem;
}

.azc-footer__top,
.azc-footer__bottom {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.azc-footer__bottom {
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.25rem 0;
}

.azc-footer__bottom p {
  margin: 0;
}

.azc-footer__logo {
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;
  width: 138px;
}

.azc-footer__top p {
  margin: 0;
  max-width: 620px;
}

.azc-footer__list,
.azc-footer__links {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.azc-footer__list li {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.azc-footer__list i,
.azc-footer__socials a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--azc-radius);
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.azc-footer__socials {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.azc-footer__links a:hover,
.azc-footer__list a:hover {
  color: #fff;
}

.form-step {
  animation: azcFadeUp 0.24s ease;
  display: none;
}

.form-step.active {
  display: block;
}

@keyframes azcFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .azc-top-strip {
    display: none;
  }

  .azc-navbar {
    min-height: 74px;
  }

  .azc-navbar .navbar-collapse {
    background: #fff;
    border: 1px solid var(--azc-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    margin-top: 0.9rem;
    padding: 0.85rem;
  }

  .azc-navbar .navbar-nav {
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 0.35rem;
    margin: 0 0 0.75rem !important;
    padding: 0;
  }

  .azc-navbar .nav-link {
    border: 1px solid transparent;
    padding: 0.82rem 0.95rem;
  }

  .azc-navbar .nav-link.active,
  .azc-navbar .nav-link:hover,
  .azc-navbar .nav-link:focus {
    background: var(--azc-soft);
    border-color: var(--azc-line);
    box-shadow: none;
    transform: none;
  }

  .azc-cta {
    width: 100%;
  }

  .azc-hero {
    min-height: 720px;
  }

  .azc-footer__top,
  .azc-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .azc-process-panel {
    grid-template-columns: 1fr;
  }

  .azc-services-quote__box {
    align-items: flex-start;
    flex-direction: column;
  }

  .azc-post-side-panel {
    position: static;
  }

  .azc-post-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .azc-logo {
    width: 112px;
  }

  .azc-hero-metrics {
    grid-template-columns: 1fr;
  }

  .azc-hero-actions a {
    width: 100%;
  }

  .rv-9-guide {
    aspect-ratio: auto;
    min-height: 210px;
  }

  .azc-single-post-hero {
    min-height: 520px;
  }

  .azc-post-meta span,
  .azc-post-cta__btn {
    width: 100%;
  }
}
