html {
  scroll-behavior: smooth;
}

.sonar-title {
  font-size: 45px !important;
  line-height: 50px !important;
}

.sonar-ctn {
  font-size: 130px !important;
}

.rus-font {
  font-family: Arial !important;
}

.sonar-bold-font {
  font-weight: bold !important;
}

.sonar-service-brand-head:hover {
  color: var(--ztc-text-text-8) !important;
  transition: all 0.4s !important;
}

.service-branding-boxesarea:hover,
.service-branding-boxesarea:focus {
  border-color: #902bf1;
}

.error-title {
  font-size: 40px !important;
}

.sonar-gradient-txt {
  color: var(--ztc-gradient) !important;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  padding: 12px 12px;
  border-radius: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sonar-main {
  font-family: var(--ztc-family-font1);
  font-size: 80px;
  color: #ffffff;
  /*text-shadow: 
      0 0 5px #902bf1,
      0 0 10px #902bf1,
      0 0 20px #902bf1,
      0 0 40px #902bf1,
      0 0 80px #902bf1; */
}

.sonar-contact {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-1);
  padding: 0 16px;
  position: relative;
  display: inline-block;
}

/* Убираем спиннер в Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.sonar-service {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
}

.glass-card-service {
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* background: rgba(255, 255, 255, 0.1); */
  background: var(--ztc-gradient-dark);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  padding: 12px 12px;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-boxarea::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 15%;
  background: conic-gradient(
    from 220deg,
    rgb(85, 51, 207) 0deg,
    rgb(146, 64, 222) 120deg,
    rgba(64, 64, 222, 1) 240deg,
    rgb(160, 123, 245) 360deg
  );
  filter: blur(80px);
  z-index: -1;
  border-radius: 50%; /* чтобы подсветка была плавнее */
}


.bg-decor {
  position: absolute;
  top: 25%;
  left: 22%;
  width: 1000px;
  opacity: 0.5;
  z-index: 0;
}

.contact-info {
  color: white;
  font-size: 20px !important;
  line-height: 40px;
  text-align: right;
}

.contact-info-h2 {
  color: white;
  font-size: 26px !important;
  line-height: 36px !important;
  text-align: right;
}

/* Общий цвет текста */
.text-agree-policy {
  color: #ffffff;
}

/* Стили ссылки */
.text-agree-policy a {
  color: #902bf1;
  text-decoration: underline;
  transition: color 0.3s ease;
}

/* При наведении делаем белой */
.text-agree-policy a:hover {
  color: #ffffff;
}

/* Стили чекбокса */
.form-check-input {
  accent-color: #902bf1; /* современный способ задать цвет */
  transition: all 0.3s ease;
}

/* При hover */
.form-check-input:hover {
  filter: brightness(1.2);
}

/* Когда выбран */
.form-check-input:checked {
  accent-color: #902bf1;
}

.custom-checkbox:checked {
  background-color: #902bf1;/* Цвет фона */
  border-color: #902bf1;    /* Цвет рамки */
}

.custom-checkbox:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 149, 255, 0.25); /* Свечение при фокусе */
}

.vl-btn1:disabled {
  background: #bdbdbd !important; /* Серый фон */
  color: #f2f2f2 !important;      /* Светлый текст */
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none !important;    /* Убираем любые тени */
  border: none !important;        /* Убираем обводку */
  outline: none !important;       /* Убираем стандартный outline */
  pointer-events: none;
}

@media (max-width: 430px) {
  .sonar-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 430px) {
  .sonar-main {
    font-size: 47px !important;
  }
}

@media (max-width: 525px) {
  .label-mobile {
    font-size: 14px !important;
  }
}

@media (max-width: 420px) {
  .label-mobile {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .service-branding-boxesarea {
    width: 100% !important;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    display: flex;
  }
}

@media (max-width: 767px) {
  .contact-image-mobile img {
    width: 80% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 767px) {
  .contact-inner-area .contact-images .img2 {
    margin-top: -150px;
  }
}

@media (max-width: 1090px) {
  .homepage1-menu .vl-main-menu ul > li > a {
    font-size: var(--ztc-font-size-font-s15);
  }
}

@media (max-width: 1250px) {
  .vl-btn1{
    white-space: nowrap;
    word-wrap: normal;
    text-align: center;
      padding: 18px 14px;
    }
}

@media (max-width: 768px) {
  .arrow {
    transform: scale(0.75); /* сдвигаем вверх */
    transform-origin: center center; /* центрируем уменьшение */
  }
}

@media (max-width: 768px) {
  #target-request {
    scroll-margin-top: -920px; 
  }
}

@media (max-width: 768px) {
  #target-services {
    scroll-margin-top: 70px; 
  }
}

@media (max-width: 768px) {
  #target-product {
    scroll-margin-top: 70px; 
  }
}

@media (max-width: 768px) {
  .contact-info {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contact-info-h2 {
    text-align: center;
    font-size: 22px !important;
    font-weight: bold !important;
  }
}

@media (max-width: 768px) {
  .space60-mob {
    height: 0;
  }
}

@media (max-width: 768px) {
  .hero1-section-area {
    padding: 100px 0 0 !important;
  }
}
