@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

a:hover {
  color: #000000;
}

#section-ads {
  padding: 30px 0;
}

:root {
  --navy: #0b1c3b;
  --blue: #123a7a;
  --footerblue: #2f6ee9;
  --blue-dark: #0a2355;
  --yellow: #f5c21b;
  --light: #f5f7fb;
  --border: #d9e2f2;
  --text: #0f1c2e;
  --text_color: #121217;
}

.hero {
  color: var(--text);
}

.topbar {
    display: none;
  background: #ffffff;
  border-bottom: 4px solid #101010;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111111;
}

.brand-logo svg {
  display: block;
  width: 160px;
  height: auto;
}

.hero-badge .brand-logo img {
  filter: invert(1);
}

.brand-mark {
  width: 26px;
  height: 18px;
  display: inline-block;
  background: linear-gradient(135deg, #111111 0%, #111111 45%, transparent 46%) left / 50% 100% no-repeat,
    linear-gradient(135deg, #111111 0%, #111111 45%, transparent 46%) right / 50% 100% no-repeat;
  border-radius: 3px;
}

.brand-text {
  font-size: 18px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #111111;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(15, 25, 45, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
  color: #111111;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(15, 25, 45, 0.18);
}

.partners {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}

.partners-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 14px 0;
}

.partners-label {
  font-size: 13px;
  color: var(--blue-dark);
  margin: 0;
  white-space: nowrap;
}

.partners-logos {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-evenly;
}

.partners-logos .slick-track {
  display: flex;
  align-items: center;
}

.partners-logos .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.logo-img {
  max-height: 40px;
  object-fit: contain;
}

.partners-logos .slick-slide>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-logos .logo-img,
.partners-logos .logo-text {
  margin: 0 8px;
  padding: 6px;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #23314b;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.logo-img {
  height: 24px;
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.logo-text {
  font-size: 12px;
  font-weight: 600;
  color: #23314b;
}

.hero-main {
  padding: 32px 0 0;
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  min-height: 550px;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #8ea4cc;
  background:
    linear-gradient(285deg, rgba(0, 0, 0, 0.00) 55.57%, rgba(0, 0, 0, 0.65) 71.13%),
    url('/img/bgs/header_bg.png');
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 60px rgba(8, 20, 45, 0.35);
  overflow: hidden;
}
 

.hero-left {
  color: #ffffff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-subtitle {
  font-size: 16px;
  max-width: 600px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero-badge-text {
  letter-spacing: 1px;
}

.hero-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 12px;
  font-size: 14px;
}

.hero-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.hero-list-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(7, 16, 34, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.hero-list-text {
  font-size: 16px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-reviews {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
}

.review-text {
  opacity: 0.9;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
}
.review-badge img {
  height: 25px;
}

.shell-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffcc00, #e50000);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.hero-right {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactform{
    margin: 0 0 auto;
}
.form-card:hover, .hero-panel:hover {
  box-shadow: none !important; 
}

.form-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  width: 100%; 
  min-width: 340px; 
  display: flex;
      
    flex-direction: column;
    justify-content: space-between;
  max-width: 460px;
  box-shadow: 0 18px 40px rgba(9, 25, 55, 0.3);
  border: 2px solid #0b1c3b;
}
.ty{
    height: 100%;
    max-width: unset;
    max-height: 480px;
}
.ty .form-message h3{
    font-weight: 400;
    color: var(--text);
    font-size: 24px;
    margin-bottom: 30px;
    text-wrap: balance;
}
.ty p{ 
    text-wrap: balance;
}
.ty img{
    margin-bottom: 25px;
}
#contactform .step {
    display: none;
}

#contactform .step.step-active {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#contactform .step[data-step="2"],
#contactform .step[data-step="3"],
#contactform .step[data-step="4"],
#contactform .step[data-step="5"],
#contactform .step[data-step="6"],
#contactform .step[data-step="7"],
#contactform .step[data-step="8"],
.bigStep{
    min-height: 350px;
}

.form-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px -16px 14px;
  padding: 8px 12px;
  background: #0b1c3b;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  font-size: 11px;
  font-weight: 300;
}

.form-sep {
  opacity: 0.6;
}

.form-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text);
}

.option {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e5e9f3;
  border-radius: 10px;
  padding: 12px 14px;
  background: #ffffff;
  margin-bottom: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  position: relative;
}

.small-options{
    display: flex !important;
    flex-wrap: wrap;
}
.small-options .option{
    width: 45%;
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #0b1c3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.option-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--text_color);
}

.option:hover,
.option:focus-within {
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(18, 58, 122, 0.12);
}

@supports selector(:has(*)) {
  .option:has(input:checked) {
    border-color: var(--blue);
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(18, 58, 122, 0.16);
  }
}

.form-button {
  width: 100%;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;
  margin-top: 0;
  box-shadow: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.form-button:hover {
  background: var(--blue);
  color: #ffffff;
}

.form-footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #5a6880;
  margin-top: 10px;
}

/* Custom checkboxes */
label.check {
  cursor: pointer;
  width: 100%;
  margin-bottom: -20px;
  display: flex;
  justify-content: flex-end;
}

label.check input {
  display: none;
}

label.check svg {
  overflow: visible;
}

.path {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease;
  stroke-dasharray: 0 0 240 9999999;
  stroke-dashoffset: 1;
  scale: -1 1;
  transform-origin: center;
  animation: hi 0.5s;
}

label.check input:checked~svg .path {
  stroke-dasharray: 0 262 70 9999999;
  transition-delay: 0s;
  scale: 1 1;
  stroke: var(--blue);
  animation: none;
}

@keyframes hi {
  0% {
    stroke-dashoffset: 20;
  }

  to {
    stroke-dashoffset: 1;
  }
}

.form-message {
  text-align: center;
}

.form-message h3 {
  font-size: 24px;
}

.form-message p {
  font-size: 18px;
}

.step-indicator {
  font-size: 12px;
  color: #5a6880;
  margin-bottom: 10px;
}

.step {
  display: none;
}

.step-active {
  display: block;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--text);
}

.step-subtitle {
  font-size: 13px;
  color: #5a6880;
  margin: 0 0 12px;
}

.option-group {
  display: grid;
  gap: 10px;
}

.step-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.step[data-step="1"] .step-actions {
  display: none;
}

.hero.variant-b .step[data-step="1"] .step-actions {
  display: flex;
}

.step-btn {
  border: 1px solid #dbe2f2;
  background: #ffffff;
  color: var(--text_color);
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;
}

.step-btn.step-next {
  background: var(--blue);
  color: #ffffff;
  border-color: var(--blue);
}

.field-group {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.field-group label {
  font-size: 9.5px;
  color: #5a6880;
  line-height: 1.1;
}
.field-group label.error{
  color: red;
}
.input {
  width: 100%;
  border: 1px solid #dbe2f2;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--text_color);
}

.step-error {
  display: none;
  font-size: 12px;
  color: #d93025;
  margin-top: 6px;
}

.cards {
  background: #ffffff;
  padding-top: 50px;
}

.cards-slider .slick-track {
  display: flex;
}

.cards-slider .slick-slide {
  height: auto;
}

.cards-slider .slick-slide>div {
  height: 100%;
}

.cards-slider .card {
  height: 100%;
}

.card {
  background: #ecf4fc;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(10, 25, 45, 0.08);
}

.card-stack {
  position: relative;
  width: 220px;
  height: 220px;
}

.card-img {
  position: absolute;
  width: 180px;
  height: 120px;
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px;
  font-weight: 700;
  color: #111111;
  box-shadow: 0 12px 24px rgba(10, 20, 40, 0.2);
}

.card-img-yellow {
  background: #ffd427;
  top: 0;
  left: 0;
}

.card-img-red {
  background: #e0433a;
  color: #ffffff;
  top: 60px;
  left: 32px;
}

.card-img-green {
  background: #4f7a2e;
  color: #ffffff;
  top: 100px;
  left: 8px;
}

.card-figure {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border: 2px solid #101010;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 14px 24px rgba(10, 20, 40, 0.12);
}

.card-figure-screen {
  height: 160px;
  background: #f5f7fb;
  border-radius: 10px;
  border: 1px solid #e0e6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5870;
  font-weight: 600;
  margin-bottom: 12px;
}

.card-figure-chart {
  height: 90px;
  border-radius: 10px;
  background: linear-gradient(90deg, #7aa2f7 0%, #9bd0f5 45%, #c6e2ff 100%);
}

.card-figure-img {
  width: 100%;
  max-width: 520px;
}

.card-phone {
  width: 220px;
  height: 320px;
  border-radius: 28px;
  background: #ffffff;
  border: 2px solid #0f2348;
  box-shadow: 0 16px 28px rgba(10, 20, 40, 0.18);
  overflow: hidden;
}

.card-phone-header {
  height: 42px;
  background: #f2f5fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #4a5870;
}

.card-phone-map {
  height: calc(100% - 42px);
  background: repeating-linear-gradient(45deg, #e6edf8, #e6edf8 12px, #f5f9ff 12px, #f5f9ff 24px);
  position: relative;
  padding: 16px;
}

.map-pill {
  position: absolute;
  left: 20px;
  top: 60px;
  background: #1f5ed7;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(20, 50, 110, 0.24);
}

.map-pill+.map-pill {
  top: 120px;
  left: 60px;
}

.banner {
  background: #ffffff;
}

.banner-card {
  position: relative;
  min-height: 260px;
  border-radius: 18px;
  padding: 40px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(285deg, rgba(0, 0, 0, 0.00) 36.71%, rgba(0, 0, 0, 0.75) 71.13%),
    url('/img/bgs/lp_banner_bg.png');
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 30px rgba(10, 20, 40, 0.18);
}

.banner-content {
  max-width: 520px;
}

.banner-content h2 {
  font-size: 24px;
  max-width: 350px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.banner-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 767px) {
  .banner-card {
    padding: 28px;
    min-height: 220px;
  }

  .banner-content h2 {
    font-size: 20px;
  }
}

.features {
  background: #ffffff;
}

.feature-card {
  border: 1px solid #e6edf7;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 30, 60, 0.06);
  display: flex;
  flex-direction: column;
}

.feature-card--stacked {
  min-width: 432px;
  padding: 16px 16px 0 16px;
  gap: 32px;
  align-items: flex-start;
}

.feature-body {
  padding: 16px 15px 32px;
}

.feature-body h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: 'Inter';
  color: var(--text_color);
}

.feature-body p {
  margin: 0;
  font-family: 'Inter';
  font-size: 16px;
}

.feature-media {
  margin-top: auto;
  background: #132b63;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px 0 16px;
  position: relative;
}

.feature-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.feature-media-icons {
  flex-direction: column;
  gap: 12px;
}

.feature-pill {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #1f5ed7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.feature-doc {
  width: 80%;
  max-width: 220px;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  color: var(--text_color);
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 10px 20px rgba(10, 20, 40, 0.2);
}

.feature-lines {
  margin-top: 10px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #1f5ed7 0%, #a5c3ff 100%);
}

.feature-media-card {
  flex-direction: column;
}

.feature-credit {
  width: 220px;
  height: 110px;
  border-radius: 14px;
  background: #2f5fd8;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.feature-badges {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.feature-chip {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
}

.feature-media-charts {
  align-items: center;
  justify-content: space-evenly;
}

.feature-chart {
  width: 120px;
  height: 70px;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.feature-chart::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: linear-gradient(90deg, #1f5ed7 0%, #71b3ff 50%, #b0d7ff 100%);
}

.feature-chart.small {
  width: 80px;
  height: 70px;
}

.feature-media-shell {
  gap: 12px;
}

.shell-badge {
  background: #ffffff;
  color: #1f5ed7;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
}

.shell-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffcc00, #e50000);
}

.feature-media-meter {
  flex-direction: column;
  gap: 8px;
}

.meter {
  width: 140px;
  height: 70px;
  border-radius: 140px 140px 0 0;
  border: 10px solid #ffffff;
  border-bottom: none;
  position: relative;
}

.meter::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.meter-labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #cfe0ff;
  font-size: 11px;
}

.feature-media-phone .phone-frame {
  width: 160px;
  height: 210px;
  border-radius: 22px;
  border: 2px solid #0f2348;
  background: #ffffff;
  padding: 10px;
}

.phone-screen {
  height: 100%;
  border-radius: 16px;
  background: repeating-linear-gradient(45deg, #e6edf8, #e6edf8 10px, #f5f9ff 10px, #f5f9ff 20px);
  position: relative;
}

.feature-media-phone .map-pill {
  position: absolute;
  left: 12px;
  top: 30px;
}

.feature-media-phone .map-pill+.map-pill {
  top: 70px;
  left: 50px;
}

.network {
  background: #ffffff;
}

.network-card {
  background: #001f54;
  border-radius: 20px;
  padding: 1px;
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(10, 20, 45, 0.18);
}

.network-card .row {
  align-items: stretch;
}

.network-card h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.network-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  margin-bottom: 50px;
}

.network-btn {
  background: var(--yellow);
  color: #111111;
}

.network-map {
  background: #1b3468;
  border-radius: 16px;
  height: 100%;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 45%),
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.06), transparent 45%),
    radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.06), transparent 45%);
}

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

.network-map-img-mobile {
  display: none;
}

.network-map-img-desktop {
  display: block;
}

.map-pin {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  box-shadow: 0 8px 14px rgba(10, 20, 45, 0.25);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffcc00, #e50000);
}

.map-pin:nth-child(1) {
  top: 16%;
  left: 25%;
}

.map-pin:nth-child(2) {
  top: 25%;
  left: 55%;
}

.map-pin:nth-child(3) {
  top: 35%;
  left: 70%;
}

.map-pin:nth-child(4) {
  top: 40%;
  left: 35%;
}

.map-pin:nth-child(5) {
  top: 50%;
  left: 60%;
}

.map-pin:nth-child(6) {
  top: 58%;
  left: 30%;
}

.map-pin:nth-child(7) {
  top: 65%;
  left: 52%;
}

.map-pin:nth-child(8) {
  top: 72%;
  left: 70%;
}

.map-pin:nth-child(9) {
  top: 18%;
  left: 75%;
}

.map-pin:nth-child(10) {
  top: 30%;
  left: 15%;
}

.map-pin:nth-child(11) {
  top: 78%;
  left: 45%;
}

.map-pin:nth-child(12) {
  top: 85%;
  left: 60%;
}

@media (max-width: 991px) {
  .network-card {
    padding: 28px 28px 0 28px;
  }

  .network-map {
    min-height: 220px;
  }

  .network-btn {
    margin: auto;
    width: 210px;
  }
}

.services {
  background: #ffffff;
}

.section-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--text_color);
}

.section-subtitle {
  margin: 0;
  font-size: 18px;
}

.service-card {
  border: 1px solid #e6edf7;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 30, 60, 0.06);
  display: flex;
  flex-direction: column;
}

.service-body {
  padding: 18px 18px 14px;
}

.service-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text_color);
}

.service-body p {
  margin: 0;
  font-size: 16px;
}

.service-media {
  min-height: 160px;
  background: #eef4fb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.service-img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  display: block;
  object-fit: contain;
}

.service-media-map {
  background: #e9f2ff;
}

.service-map-ui {
  width: 70%;
  height: 110px;
  border-radius: 12px;
  background: repeating-linear-gradient(45deg, #dbe9ff, #dbe9ff 10px, #f2f7ff 10px, #f2f7ff 20px);
  position: relative;
}

.service-map-ui .map-pin {
  width: 18px;
  height: 18px;
}

.service-map-ui .map-pin:nth-child(1) {
  top: 20%;
  left: 20%;
}

.service-map-ui .map-pin:nth-child(2) {
  top: 45%;
  left: 55%;
}

.service-map-ui .map-pin:nth-child(3) {
  top: 70%;
  left: 35%;
}

.service-media-logo {
  background: #eef2ff;
}

.service-logo {
  text-align: center;
  color: #1f4ed8;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}

.service-logo small {
  display: block;
  font-size: 11px;
  color: #d13f4d;
  margin-top: 6px;
}

.service-media-wash {
  background: #f3f6fb;
}

.service-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffffff;
  color: #1f5ed7;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 12px rgba(15, 30, 60, 0.12);
}

.service-wash-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #ffb300, #ff6f00, #1565c0);
  opacity: 0.9;
}

.faq {
  background: #f5f7fb;
}

.accordion .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e9eef6;
}

.accordion .accordion-button {
  padding: 18px 0;
  font-weight: 400;
  font-size: 20px;
  color: var(--text_color);
  background: transparent;
  box-shadow: none;
}

.accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-weight: 100;
  font-size: 40px;
  line-height: 1;
  color: var(--text_color);
  transform: none;
}

.accordion .accordion-button:not(.collapsed) {
  font-weight: 700;
}

.accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

.accordion .accordion-body {
  padding: 0 0 18px;
  color: #5b6a82;
  font-size: 14px;
}

.modal-content {
  background: rgba(255, 255, 255, 0.9) !important;
}
.modal-title, .modal-body p, .modal button.close{
  color: var(--blue-dark);
}
.modal-footer .btn {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 24px;
}

.app-footer {
  background: #ffffff;
}

.app-card {
  background: url(/img/cards/footer.png), #2f6ee9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  border-radius: 0;
  padding: 70px 40px;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 32px rgba(15, 30, 60, 0.2);
}

.app-rating {
  font-size: 14px;
  margin-bottom: 10px;
}

.app-card h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 16px;
}

.app-badges {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 25px;
}

.app-badge-img {
  width: 145px;
  height: 45px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .app-badges {
    justify-content: center;
  }
}

.app-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media(max-width: 1440px) {
  .service-img.p-5 {
    padding: 0 !important;
    object-fit: scale-down;
  }

  .service-img {
    height: 220px;
    object-fit: cover;
  }

  .feature-body p {
    line-height: 1.2;
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .network-card p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;

  }

  .partners-label {
    white-space: unset;
  }

  .network-card h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .app-card {
    padding: 28px;
  }

  .app-visual {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    padding: 16px;
    border: none;
    border-radius: 16px;
    min-height: 650px;
  }

  .hero-panel::after {
    display: none;
  }

  .hero-left h1 {
    font-size: 24px;
  }

  .hero-right {
    justify-content: flex-start;
  }

  .form-card {
    max-width: 100%;
    min-width: 0;
  }


  .form-tabs,
  .form-footnote,
  .hero-right {
    justify-content: center;
  }

  .form-card h3,
  .step-title {
    text-align: center;
  }

  .hero-list {
    display: none;
  }

  .hero-left .hero-reviews {
    display: none;
  }

  .hero-main {
    padding-top: 0;
  }

  .hero-panel {
    border-radius: 0;
    padding-bottom: 120px;
  }

  .cards {
    margin-top: var(--hero-form-offset, 0px);
  }

  .form-card {
    width: 440px;
  }

  .hero-main .container-lg {
    padding: 0;
  }

  .hero-badge {
    justify-content: center;
  }

  .hero-subtitle {
    margin-inline: auto;
    text-align: center;
    text-wrap: balance;
    color: rgba(255, 255, 255, 0.85);
  }

  .hero-reviews {
    justify-content: center;
  }

  .hero-left {
    justify-content: flex-end;
  }

  .hero-right {
    flex-direction: column;
    position: absolute;
    width: 90%;
    bottom: 120px;
    right: 50%;
    transform: translate(50%, 100%);
  }

  .cards .slick-slide {
    max-height: 300px;
  }

  .cards .card {
    background: transparent;
    box-shadow: unset;
    border: none;
  }

  .card-figure-img {
    height: 100%;
    background-color: #ecf4fc;
    border: 0.756px solid var(--border-default, rgba(105, 105, 151, 0.12));
    border-radius: 5px;
    padding: 0 20px;
    object-fit: contain;
    max-width: 280px;
  }

  .cards .big-slider.card-figure-img {
    max-width: 380px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-badge .brand-logo img {
    width: 400px;
    height: 40px;
  }
 .cards{
  padding-top: 60px !important;
 }
  .hero-list-mobile {
    /*position: absolute;
    right: 50%;
    bottom: -20px;*/
    width: 440px;
    /*transform: translate(50%, 100%);*/
    margin: 0;
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 30, 60, 0.12);
    color: var(--blue-dark);
    list-style: none;
    padding-left: 16px;
    margin: 30px 0;
  }
  .hero-list-mobile:hover {
    box-shadow: none;
  }
  .hero-list-mobile li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
    line-height: 1.1;
  }

  .hero-list-mobile .hero-list-text {
    color: var(--blue-dark);
    font-size: 14px;
  }

  .hero-panel {
    overflow: unset;
  }

  .service-card {
    min-height: 300px;
    justify-content: space-between;
  }

  .services .row.g-4 {
    flex-direction: column;
    align-items: center;
  }

  .hero-left {
    color: #ffffff;
    text-align: center;
  }

  .hero-left .brand-logo img {
    filter: brightness(0) invert(1);
  }

  .form-card {
    max-width: 100%;
    min-width: 0;
  }

  .hero-reviews-mobile {  
    width: 100%;
    max-width: 440px;  
    padding: 5px 0 20px;
    margin: auto;
    background: transparent;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #1a2a44;
    justify-content: center;
    align-items: center;
    background: #61619E0F;
    padding: 30px;
    font-size: 14px;
  }

  .hero-list-icon {
    background-color: transparent;
    border: 1px solid rgba(105, 105, 151, 0.12);
    border-radius: 4px;
    margin: 6px 0;
  }

  .hero-list-icon img {
    filter: invert(1);
  }

  .hero-reviews-mobile .rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .network-map-img-desktop {
    display: none;
  }

  .network-map-img-mobile {
    display: block;
  }

  .section-title,
  .section-subtitle,
  .banner-content h2,
  .feature-body h3,
  .service-body h3,
  .network-card h2,
  .faq h2,
  .app-card h2 {
    text-align: left;
  }

  .network-map-img {
    max-width: 300px;
    margin: 0 auto;
  }

  .network-map {
    background: transparent;
    box-shadow: none;
  }
}

@media(max-width: 768px) {
  .app-card {
    padding: 0;
    background: var(--footerblue);
  }

  .app-rating {
    margin-top: 30px;
  }

  .app-card h2 {
    margin-bottom: 50px;
  }

  .accordion .accordion-button::after {
    height: 30px;
    width: 30px;
  }

  .app-card .d-flex img {
    width: 100%;
    border-bottom: 3px solid white;
  }
}

@media (max-width: 575px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .partners-label {
    width: 100%;
    text-align: center;
  }

  .hero-main {
    padding: 0 0 40px;
  }

  .hero-reviews-mobile {
    width: 100%;
  }

  .hero-left h1 {
    font-size: 22px;
  }

  .hero-panel {
    background:
      linear-gradient(185deg, rgba(0, 0, 0, 0.00) 35.57%, rgba(0, 0, 0, 0.65) 51.13%),
      url(/img/bgs/header_bg_mobile.png);
    background-size: cover;
    background-position: center;
  }

  .hero-badge .brand-logo img {
    width: 300px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-list-mobile {
    width: 100%;
  }

  .hero-list-mobile .hero-list-text {
    font-size: 16px;
    line-height: 1.1;
  }

  .hero-reviews-mobile .rating,
  .hero-reviews-mobile .review-badge {
    flex-direction: column;
  }

  .app-rating {
    display: flex;
    justify-content: center;
  }

  .app-card h2 {
    font-size: 26px;
    text-align: center;
  }

  .banner-card {
    min-height: 500px;
    background:
      linear-gradient(185deg, rgba(0, 0, 0, 0.00) 36.71%, rgba(0, 0, 0, 0.75) 71.13%),
      url('/img/bgs/banner-card_bg.png');
    background-size: cover;
    background-position: center;
    align-items: flex-end !important;
  }

  .hero-reviews-mobile {
    bottom: -220px;
  }
    .cards{ 
      padding-bottom: 5px !important;
    }
    .features{
      padding-top: 5px !important;
    }

  .hero-list-icon {
    min-width: 35px;
    max-width: 35px;
  }

  .hero-list-mobile .hero-list-text {
    font-size: 16px;
  }
} 

:where(.hero-panel, .form-card, .card, .card-figure, .card-phone, .banner-card, .feature-card, .feature-doc, .feature-credit, .feature-chart, .service-card, .service-badge, .network-card, .network-map, .map-pin, .map-pill, .app-card, .hero-reviews-mobile) {
  transition: box-shadow 0.3s ease;
}

*:not(:hover) {
  box-shadow: none !important;
}

@media (max-width: 390px) {
  .hero-list-mobile .hero-list-text {
    font-size: 14px;
  }
}