@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Bakbak+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --color_desription: #d9d9d9;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Bai Jamjuree", sans-serif;
  background-color: #000000;
  color: #ffffff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.layer-blue {
  height: 0;
  width: 30rem;
  position: absolute;
  top: 20px;
  right: 0;
  box-shadow: 0 0 700px 15px white;
  transform: rotate(-30deg); /* Замість rotate: -30deg; */
  z-index: -1;
}

/* Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(11, 10, 12, 0.5);
  backdrop-filter: blur(5px);
  margin: 0 auto;
  padding: 42px 59px 35px 95px;
  overflow: hidden;
  transition: box-shadow 0.3s, background 0.3s;
  background: transparent;
}

header h1 {
  font-family: Inter;
  margin: 0;
  font-size: 3rem;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 0px 4px 70px rgba(242, 204, 135, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-style: normal;
}

nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: 200px;
  border: 1.5px solid rgb(255, 255, 255);
  border-radius: 3rem;
  padding: 9px 17px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: background 0.3s ease;
}

nav.scrolled {
  background: rgba(0, 0, 0, 0.8);
}
.nav-list {
  display: flex;
  gap: 3rem;
  list-style: none;
}
nav a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  transition: color 0.2s ease;
  text-decoration: none;
  color: #ffffff;
  z-index: 999;
}
.btn-signing {
  background-color: #a7a7a7;
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
  z-index: 999;
}

.btn-signing:hover {
  background-color: white;
  color: black;
}

.logo {
  transition: transform 0.3s ease;
}
.logo:hover {
  transform: rotate(5deg);
}

/* Main section */

.main {
  background: url(../img/HomeLogo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 100vh;
}
.welcome {
  padding: 217px 88px;
}
.palka {
  border-left: 4px solid #fff;
  border-radius: 2px;
}
.content_main {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  width: 852px;
  max-width: 100%;
  overflow: hidden;
}
.welcome_title {
  font-size: 64px;
  font-weight: 500;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #e5ccfb 50%,
    #c286f6 100%
  ); /* Градієнт */
  -webkit-background-clip: text; /* Обрізає фон по тексту (для Chrome/Safari) */
  -webkit-text-fill-color: transparent; /* Робить текст прозорим (для Chrome/Safari) */
  background-clip: text; /* Обрізає фон по тексту (для Firefox) */
  color: transparent;
}
.welcome_desk {
  color: var(--color_desription);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.btn {
  font-size: 32px;
  font-weight: 700;
  border-radius: 40px;
  background: #d8cfcf;
  padding: 18px 46px;

  margin-top: 56px;
  text-decoration: none;
  color: black;
  width: 286px;
  height: 76px;
  transition: background-color 0.2s ease;
}

.btn:hover {
  background-color: white;
  color: black;
}

/* Section 3 about us  Vadim*/
.background {
  background: url(../img/bck.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: relative;
  display: flex;
  justify-content: flex-end; /* Контент праворуч */
  align-items: center; /* По центру вертикалі, якщо треба */
}
.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 193px;
  max-width: 1200px; /* або твоя бажана ширина */
}
.divbefzag {
  width: 187px;
  height: 28px;
  flex-shrink: 0;
  aspect-ratio: 187/28;
  display: flex;
  flex-direction: column;
}
.befzag {
  font-family: Bakbak One;
  font-size: 20px;
  font-weight: 400;
}
.divzag {
  width: 535px;
  height: 84px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.zag {
  text-shadow: 0px 4px 70px rgba(242, 204, 135, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 32px;
  font-weight: 200;
}
.divabout {
  width: 781px;
  height: 330px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  aspect-ratio: 71/30;
}
.about {
  font-family: Bai Jamjuree;
  font-size: 24px;
  font-weight: 400;
}
.bottomrow {
  display: flex;
  gap: 40px;
}
.misall {
  width: 368px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.divmis {
  width: 112px;
  height: 28px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  aspect-ratio: 4/1;
}
.mis {
  font-family: Bakbak One;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.visall {
  width: 368px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.divmisabout {
  width: 361px;
  height: 75px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  aspect-ratio: 361/75;
}
.misabout {
  font-family: Bai Jamjuree;
  color: #898191;
  font-size: 20px;
  font-weight: 400;
}
.divvis {
  width: 98px;
  height: 28px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  aspect-ratio: 7/2;
}
.vis {
  font-family: Bakbak One;
  font-size: 20px;
  font-weight: 400;
}
.divvisabout {
  width: 368px;
  height: 100px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.visabout {
  font-family: Bai Jamjuree;
  color: #898191;
  font-size: 20px;
  font-weight: 400;
}

/* Section 2 service  seva*/

.Our-Services {
  padding: 38px 0 40px 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 900px;
  flex-shrink: 0;
  background-image: url(../img/Service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  padding-left: 16px;
  padding-right: 16px;
}
.title-Service {
  font-family: "Bakbak One", sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  padding: 0;
}
.p-sabtitle-serv {
  color: #898191;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 38px;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.box {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.box-second-line {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.box-content {
  background: #1e1e1e;
  border-radius: 28px;
  padding: 30px 20px 10px 20px;
  height: 323px;
  min-height: 248px;
  width: 100%;
  max-width: 328px;
  flex-shrink: 0;
  color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.3s, transform 0.2s;
}
.box-content:hover {
  box-shadow: 0 8px 32px #553d8dc7;
  transform: translateY(-5px) scale(1.04);
}
.box-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.box-vector {
  width: 64px;
  height: 63px;
  flex-shrink: 0;
  background: #464647;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(4px 10px 16px #000);
  transition: filter 0.2s;
}
.box-vector svg {
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.6, 1), filter 0.3s;
  width: 47.394px;
  height: 46.143px;
  flex-shrink: 0;
}
.box-vector:hover svg {
  transform: scale(1.12) rotate(-6deg);
  filter: drop-shadow(0 4px 16px #c286f6cc);
}
.box-vector:hover {
  filter: drop-shadow(4px 10px 24px #000);
}
.titleforbox {
  font-family: "Bakbak One";
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.p-sab-serv {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  color: #d1d1d1;
  margin-bottom: 32px;
}
.list-for-item {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  list-style: none;
  padding: 0;
}
.list-for-item li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 26px;
  white-space: nowrap;
}
.list-for-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6 12L10.2426 16.2426L18.727 7.75732" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.tree {
  filter: drop-shadow(4px 4px 10px #000);
}

/* Section inflane scroll */
.technology-we-use {
  width: 100%;
  padding: 12px 0 px;
  position: relative;
  overflow: hidden;
}

.title-technology {
  font-family: "Bakbak One";
  font-size: 40px;
  text-align: center;
  margin-top: 14px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding-top: 72px;
}

.slider-track {
  display: flex;
  align-items: center;
  gap: 230px;
  will-change: transform;
  /* animation: none;  // animation видаляємо, бо тепер керує JS */
  justify-content: center;
}

.slider-fade {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 82%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center center;
  position: relative;
  z-index: 1;
  opacity: 0.7;
  filter: drop-shadow(0 0 15px rgba(134, 24, 251, 0.571));
}

.slide.active {
  transform: scale(1.8); /* Збільшення центрального елемента */
  opacity: 1;
  z-index: 2;
  box-shadow: 2px 0px 100px #6e47c9bc;
  border-radius: 15px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* Зсув на половину довжини треку */
}

/* Стилі для іконок (приклад) */
.icon-js {
  width: 70px;
  height: 64px;
  border-radius: 16px;
}
.icon-java {
  width: 70px;
  height: 64px;
  border-radius: 16px;
}

.icon-python {
  width: 69.345px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #d9d9d9;
  padding: 6px 4px;
}

.icon-react {
  width: 69.345px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #d9d9d9;
}
.icon-node {
  width: 69.345px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 15px;
}

/* css бланк номера телефона vadimka */
.bgtel {
  background-color: #1e1e1e;
  display: flex;
  background-size: cover;
  background-position: center;
  width: auto;
  height: 270px;
  align-items: center;
}
.boxtel {
  background-color: black;
  display: flex;
  background-size: cover;
  background-position: center;
  width: 1404px;
  height: 175px;
  align-items: center;
  align-self: center;
  margin-left: 70px;
  border-radius: 30px;
  border: solid gray 2px;
  margin-left: auto;
  margin-right: auto;
}
.divtexttel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 91px;
}
.divformtel {
  display: flex;
  flex-direction: column;
  margin-left: 121px;
  align-items: flex-start;
  gap: 9px;
}
.form-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.formtel {
  border-radius: var(--40, 28px);
  border: 1px solid #fff;
  background: #464647;
  width: 343px;
  height: 38px;
  flex-shrink: 0;
  color: white;
  padding-left: 10px;
}
.intr {
  color: #fff;
  font-family: "Bakbak One";
  font-size: 32px;
  font-weight: 400;
  width: 200px;
}
.ready {
  color: #898191;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-weight: 400;
  width: 504px;
}
.phonenum {
  color: #fff;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-weight: 500;
  border-radius: var(--40, 28px);
  border: 1px solid #fff;
  background: #464647;
  width: 343px;
  height: 38px;
  flex-shrink: 0;
}
.buttontel {
  color: #000;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: var(--40, 28px);
  background: #d9d9d9;
  width: 149px;
  height: 38px;
  flex-shrink: 0;
  margin-left: 57px;
  cursor: pointer;
}
/* CSS 4 ЧАСТИ САЙТА vadim */
.background2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(180deg, #21112f 1.63%, #010002 56.74%);
  height: 900px;
  width: 100%;
}
.txt {
  text-align: center;
  width: 328px;
  height: 108px;
  margin-top: 166px;
  margin-bottom: 626px;
}
.zag2 {
  color: #fff;
  font-family: "Bakbak One";
  font-size: 48px;
  font-weight: 400;
  margin: -3%;
}
.poszag {
  color: #898191;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 626px;
  margin-top: 11px;
}
.che {
  margin: 0 0 0 0;
}
.zaika {
  position: absolute;
  padding-top: 350px;
}
.zaikaimg {
  display: flex;
  justify-content: center;
  width: 100%;
}
.imgz {
  max-width: 100%;
  width: 300px;
  height: auto;
  border-radius: 10px;
  border: solid white 1px;
}
.zikatext {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-family: "Bai Jamjuree";
}

/* section 5 Our reviews   seva*/

.clients-reviews {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 64px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.clients-title {
  font-family: "Bakbak One", sans-serif;
  font-size: 44px;
  font-weight: 400;
  margin: 85px 0 0 0;
  width: 100%;
  text-align: center;
}
.clients-subtitle {
  color: #898191;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 18px auto 38px auto;
  white-space: normal;
  padding: 0;
  max-width: 700px;
}

.testimonials-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 44px;
}

.testimonial-card {
  border: 1px solid #fff;
  background: #1e1e1e;
  border-radius: 28px;
  width: 404px;
  height: 159px;
  flex-shrink: 0;
  min-height: 140px;
  padding: 21px 22px 24px 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.testimonial-card-highlighted {
  border: 1px solid #fff;
  background: #1e1e1e;
  border-radius: 28px;
  width: 404px;
  height: 159px;
  flex-shrink: 0;
  min-height: 140px;
  padding: 21px 22px 24px 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  margin: 0 74px;
}

.stars {
  background: #fff;
  color: #ffb800;
  border-radius: 16px;
  padding: 4px 16px;
  font-size: 18px;
  width: fit-content;
  margin-bottom: 12px;
  margin-top: 1px;
}

.view-all-btn {
  font-family: "Bai Jamjuree";
  margin: 0 auto;
  margin: 0 729px;
  display: block;
  background: #afafaf;
  color: #222;
  border: none;
  border-radius: 22px;
  padding: 10px 34px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.view-all-btn:hover {
  background: #fff;
  color: #222;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.nav-list a.active {
  background: linear-gradient(
    to right,
    #e7d0fa 0%,
    #cb97f9 50%,
    #c286f694 100%
  ); /* Градієнт */
  background-clip: text; /* Обрізає фон по тексту (для Chrome/Safari) */
  -webkit-text-fill-color: transparent; /* Робить текст прозорим (для Chrome/Safari) */
  transition: color 0.2s, border-bottom 0.2s;
}

/* Section 6 contacts seva*/

.contact-background {
  width: 100%;
  background: #12001b url(../img/Contacts.jpg) center/cover no-repeat;
  padding: 60px 0;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-title {
  font-family: "Bakbak One";
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
}
.contact-subtitle {
  width: 702px;
  color: #898191;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-weight: 400;
  margin-left: 200px;
  margin-bottom: 42px;
}

.contact-flex {
  display: flex;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-form,
.contact-info {
  background: rgba(30, 30, 30, 0.85);
  border: 1px solid #fff;
  border-radius: 20px;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  min-width: 320px;
  color: #fff;
}
.contact-form {
  width: 690px;
  height: 425px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 28px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0.03);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  max-width: 100%;
  margin-right: 22px;
}
.title-form {
  color: #fff;
  text-align: center;
  font-family: "Bakbak One";
  font-size: 32px;
  font-weight: 400;
  margin: 8px 290px 2px 0px;
}

.form-row {
  display: flex;
  gap: 16px;
}
.form-row input {
  flex: 1;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 18px;
  border-radius: 18px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 12px;
  resize: none;
}
.contact-form textarea {
  min-height: 90px;
}
.contact-form button {
  background: #fff;
  color: #222;
  border: none;
  border-radius: 18px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s, color 0.2s;
}
.contact-form button:hover {
  background: #c684fffe;
  color: #fff;
}
.contact-info {
  width: 355px;
  height: 354px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  min-width: 260px;
  border-radius: 28px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0.02);
  backdrop-filter: blur(5px);
}
.contact-info h4 {
  color: #fff;
  text-align: center;
  font-family: "Bakbak One";
  font-size: 28px;
  font-weight: 400;
  margin-top: 8px;
  margin-left: 8px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 44px;
}
.contact-info li div {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Центрує текст по вертикалі */
  height: 31px; /* Така ж, як у span з іконкою */
}

.contact-info li p {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
}
.contact-info li strong {
  font-family: "Bakbak One";
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.contact-info li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-top: 2px;
  border: 1px solid #898191;
  border-radius: 50%;
  width: 52px;
  height: 51px;
  flex-shrink: 0;
  background: transparent;
  box-sizing: border-box;
  padding: 0;
}
.contact-info li span svg {
  display: block;
  width: 32px;
  height: 32px;
}
/* Animation sections */
.section-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s;
}
.section-animate.visible {
  opacity: 1;
  transform: none;
}
.btn,
.view-all-btn {
  transition: transform 0.1s;
}
.btn:active,
.view-all-btn:active {
  transform: scale(0.96);
}
/* ======= MOBILE ADAPTIVE ======= 
@media (max-width: 600px) {
  body {
    font-size: 15px;
    padding: 0;
  }
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 10px 18px 10px;
    position: static;
  }
  header h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  nav {
    gap: 1rem;
    margin-left: 0;
    padding: 6px 8px;
    border-radius: 2rem;
    font-size: 14px;
  }
  .nav-list {
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .btn-signing {
    font-size: 14px;
    padding: 0.3rem 0.8rem;
    margin-top: 10px;
  }
  .main,
  .welcome {
    padding: 60px 0 0 0;
    width: 100vw;
  }
  .content_main {
    width: 98vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  .welcome_title {
    font-size: 32px;
  }
  .welcome_desk {
    font-size: 18px;
  }
  .btn {
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 12px 0;
    margin-top: 24px;
  }
  /* Section 2 about us 
  .background {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .content {
    padding-top: 40px;
    max-width: 98vw;
    width: 100vw;
    margin: 0;
    gap: 10px;
  }
  .divzag,
  .divabout,
  .bottomrow,
  .misall,
  .visall,
  .divmisabout,
  .divvisabout {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
  }
  .zag {
    font-size: 22px;
  }
  .about {
    font-size: 16px;
  }
  .bottomrow {
    flex-direction: column;
    gap: 16px;
  }
  .mis,
  .vis {
    font-size: 16px;
  }
  .misabout,
  .visabout {
    font-size: 14px;
  }
  /* Section 3 services 
  .Our-Services {
    padding: 40px 0 20px 0;
    height: auto;
  }
  .title-Service {
    font-size: 24px;
  }
  .p-sabtitle-serv {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .box {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .box-content {
    width: 98vw;
    min-width: 0;
    height: auto;
    padding: 18px 8px;
    font-size: 15px;
  }
  .titleforbox {
    font-size: 18px;
  }
  /* Section 4 portfolio 
  .background2 {
    height: auto;
    padding: 20px 0;
  }
  .txt {
    width: 98vw;
    margin: 20px 0;
    height: auto;
  }
  .zag2 {
    font-size: 28px;
  }
  .poszag {
    font-size: 14px;
    padding-bottom: 20px;
  }
  /* Section 5 reviews 
  .clients-reviews {
    max-width: 100vw;
    padding: 0 4px;
    margin: 0 auto 32px auto;
  }
  .clients-title {
    font-size: 22px;
    margin: 32px 0 0 0;
  }
  .clients-subtitle {
    font-size: 14px;
    max-width: 98vw;
    margin: 10px auto 18px auto;
  }
  .testimonials-list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0;
    max-width: 100vw;
  }
  .testimonial-card,
  .testimonial-card-highlighted {
    width: 98vw;
    max-width: 98vw;
    min-width: 0;
    padding: 12px 4px;
    font-size: 14px;
    margin: 0;
    height: auto;
  }
  .testimonial-card-highlighted {
    margin: 0;
  }
  .stars {
    font-size: 15px;
    padding: 2px 8px;
  }
  .view-all-btn {
    font-size: 16px;
    margin: 16px auto 18px auto;
    padding: 8px 0;
    width: 98vw;
    max-width: 300px;
  }
  /* Section 6 contacts 
  .contact-background {
    padding: 24px 0;
    min-height: 400px;
  }
  .contact-title {
    font-size: 22px;
    padding: 4px;
  }
  .contact-subtitle {
    font-size: 14px;
    width: 98vw;
    margin-left: 0;
    margin-bottom: 18px;
  }
  .contact-flex {
    flex-direction: column;
    gap: 18px;
    max-width: 100vw;
    padding: 0 2vw;
  }
  .contact-form,
  .contact-info {
    max-width: 100vw;
    min-width: 0;
    width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 14px;
  }
  .contact-form {
    width: 100vw;
    height: auto;
    margin-right: 0;
    padding: 12px 4px;
  }

  .title-form {
    font-size: 18px;
    margin: 8px 0 2px 0;
  }
  .form-row {
    flex-direction: column;
    gap: 8px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .contact-form button {
    font-size: 15px;
    border-radius: 12px;
    padding: 10px 0;
  }
  .contact-info {
    width: 100vw;
    height: auto;
    min-width: 0;
    padding: 12px 4px;
    gap: 10px;
  }
  .contact-info h4 {
    font-size: 18px;
    margin: 8px 0 8px 0;
  }
  .contact-info li {
    gap: 10px;
    margin-bottom: 18px;
  }
  .contact-info li span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 1.1rem;
  }
  .contact-info li span svg {
    width: 20px;
    height: 20px;
  }
  .contact-info li div {
    height: auto;
  }
  .contact-info li strong {
    font-size: 13px;
    margin-top: 0;
  }
  .contact-info li p {
    font-size: 12px;
  }
}

/* ======= ADVANCED MOBILE ADAPTIVE ======= 
@media (max-width: 600px) {
  html,
  body {
    width: 100vw;
    min-width: 0;
    overflow-x: hidden;
    font-size: 15px;
    background: #000;
  }
  body {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    -webkit-tap-highlight-color: transparent;
  }
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 8px 12px 8px;
    position: static;
    width: 100vw;
    min-width: 0;
    background: rgba(11, 10, 12, 0.85);
    box-shadow: 0 2px 12px #00000033;
  }
  header h1 {
    font-size: 20px;
    margin-bottom: 8px;
    word-break: break-word;
    max-width: 90vw;
  }
  nav {
    gap: 0.5rem;
    margin-left: 0;
    padding: 4px 6px;
    border-radius: 1.5rem;
    font-size: 13px;
    width: 100vw;
    min-width: 0;
    overflow-x: auto;
  }
  .nav-list {
    gap: 0.5rem;
    flex-direction: column;
    width: 100vw;
    align-items: flex-start;
  }
  nav a {
    font-size: 13px;
    font-weight: 600;
  }
  .btn-signing {
    font-size: 13px;
    padding: 0.3rem 0.7rem;
    margin-top: 8px;
  }
  .main,
  .welcome {
    padding: 50px 0 0 0;
    width: 100vw;
  }
  .content_main {
    width: 95vw;
    padding-left: 5px;
    padding-right: 5px;
  }
  .welcome_title {
    font-size: 28px;
  }
  .welcome_desk {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-top: 20px;
  }
  /* Section 2 about us 
  .background {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .content {
    padding-top: 40px;
    max-width: 95vw;
    width: 100vw;
    margin: 0;
    gap: 10px;
  }
  .divzag,
  .divabout,
  .bottomrow,
  .misall,
  .visall,
  .divmisabout,
  .divvisabout {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
  }
  .zag {
    font-size: 20px;
  }
  .about {
    font-size: 14px;
  }
  .bottomrow {
    flex-direction: column;
    gap: 16px;
  }
  .mis,
  .vis {
    font-size: 14px;
  }
  .misabout,
  .visabout {
    font-size: 12px;
  }
  /* Section 3 services 
  .Our-Services {
    padding: 40px 0 20px 0;
    height: auto;
  }
  .title-Service {
    font-size: 22px;
  }
  .p-sabtitle-serv {
    font-size: 12px;
    margin-bottom: 32px;
  }
  .box {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .box-content {
    width: 95vw;
    min-width: 0;
    height: auto;
    padding: 18px 8px;
    font-size: 14px;
  }
  .titleforbox {
    font-size: 16px;
  }
  /* Section 4 portfolio 
  .background2 {
    height: auto;
    padding: 20px 0;
  }
  .txt {
    width: 95vw;
    margin: 20px 0;
    height: auto;
  }
  .zag2 {
    font-size: 24px;
  }
  .poszag {
    font-size: 12px;
    padding-bottom: 20px;
  }
  /* Section 5 reviews 
  .clients-reviews {
    max-width: 100vw;
    padding: 0 4px;
    margin: 0 auto 32px auto;
  }
  .clients-title {
    font-size: 18px;
    margin: 24px 0 0 0;
  }
  .clients-subtitle {
    font-size: 12px;
    max-width: 95vw;
    margin: 8px auto 16px auto;
  }
  .testimonials-list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0;
    max-width: 100vw;
  }
  .testimonial-card,
  .testimonial-card-highlighted {
    width: 95vw;
    max-width: 95vw;
    min-width: 0;
    padding: 12px 4px;
    font-size: 12px;
    margin: 0;
    height: auto;
  }
  .testimonial-card-highlighted {
    margin: 0;
  }
  .stars {
    font-size: 12px;
    padding: 2px 8px;
  }
  .view-all-btn {
    font-size: 14px;
    margin: 16px auto 18px auto;
    padding: 8px 0;
    width: 95vw;
    max-width: 300px;
  }
  /* Section 6 contacts 
  .contact-background {
    padding: 24px 0;
    min-height: 400px;
  }
  .contact-title {
    font-size: 18px;
    padding: 4px;
  }
  .contact-subtitle {
    font-size: 12px;
    width: 95vw;
    margin-left: 0;
    margin-bottom: 18px;
  }
  .contact-flex {
    flex-direction: column;
    gap: 18px;
    max-width: 100vw;
    padding: 0 2vw;
  }
  .contact-form,
  .contact-info {
    max-width: 100vw;
    min-width: 0;
    width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 14px;
  }
  .contact-form {
    width: 100vw;
    height: auto;
    margin-right: 0;
    padding: 12px 4px;
  }
  .title-form {
    font-size: 16px;
    margin: 8px 0 2px 0;
  }
  .form-row {
    flex-direction: column;
    gap: 8px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .contact-form button {
    font-size: 14px;
    border-radius: 12px;
    padding: 10px 0;
  }
  .contact-info {
    width: 100vw;
    height: auto;
    min-width: 0;
    padding: 12px 4px;
    gap: 10px;
  }
  .contact-info h4 {
    font-size: 16px;
    margin: 8px 0 8px 0;
  }
  .contact-info li {
    gap: 10px;
    margin-bottom: 18px;
  }
  .contact-info li span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 1.1rem;
  }
  .contact-info li span svg {
    width: 20px;
    height: 20px;
  }
  .contact-info li div {
    height: auto;
  }
  .contact-info li strong {
    font-size: 13px;
    margin-top: 0;
  }
  .contact-info li p {
    font-size: 12px;
  }
}
*/

@media screen and (min-width: 900px) and (max-width: 1024px) and (orientation: landscape) {
  .main,
  .background,
  .background2,
  .Our-Services,
  .contact-background {
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-position: center;
  }
  .logo a {
    font-size: 25px;
  }
  .welcome_title {
    font-size: 42px;
    line-height: 1.1;
  }
  .welcome_desk {
    font-size: 20px;
    margin-top: 10px;
  }
  .btn {
    font-size: 18px;
    padding: 14px 30px;
    width: auto;
    height: auto;
    margin-top: 36px;
    border-radius: 30px;
    max-width: 240px;
    align-self: flex-start;
  }
  .btn-signing {
    flex-shrink: 0;
    padding: 4px 10px;
    font-size: 9px;
    margin-left: 12px;
  }
  .content_main {
    width: 90%;
    padding-left: 30px;
    padding-right: 20px;
  }
  .welcome {
    padding: 160px 20px 60px 20px;
  }
  nav {
    margin-left: 0;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
    padding: 6px 10px;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    box-sizing: border-box;
  }
  nav a {
    font-size: 9px;
    white-space: nowrap;
    padding: 0 4px;
  }
  header {
    padding: 30px 20px;
  }
  .nav-list {
    gap: 1.5rem;
    flex-wrap: nowrap;
    justify-content: center;
    white-space: nowrap;
  }
  .nav-list li {
    flex-shrink: 0;
  }
  .boxtel {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    gap: 20px;
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 900px;
    display: flex;
    width: 90%;
    max-width: 800px;
    height: 250px;
    margin: 0 auto;
    padding: 30px 20px 50px 20px;
  }
  .form-wrapper {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .divtexttel {
    text-align: left;
    margin-left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
    align-items: center;
  }
  .divformtel {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 500px;
    display: flex;
  }
  .form-row {
    flex-direction: column;
    align-items: center; /* Центрует кнопку и поле */
  }
  .formtel {
    width: 100%;
    max-width: 100%;
    height: 10px;
    padding: 0 16px;
    font-size: 16px;
  }
  .formtel,
  .phonenum {
    width: 100%;
    max-width: 100%;
  }
  .buttontel {
    width: 170px;
    height: 40px;
    margin-left: 0;
  }
  .btn-signing {
    font-size: 14px;
    padding: 4px 10px;
    margin-left: 12px;
  }
  .Our-Services {
    padding-left: 32px;
    padding-right: 32px;
  }
  .box,
  .box-second-line {
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .box-content {
    max-width: 260px;
    padding: 20px 14px;
    height: auto;
  }
  .titleforbox {
    font-size: 18px;
  }
  .p-sab-serv {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .list-for-item {
    font-size: 13px;
  }
  .list-for-item li {
    margin-bottom: 8px;
    padding-left: 24px;
  }
  .box-vector {
    width: 44px;
    height: 44px;
    border-radius: 20px;
  }
  .box-vector svg {
    width: 28px;
    height: 28px;
  }
  /* client testimonials */
  .testimonials-list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0 12px;
    display: flex;
  }

  .testimonial-card,
  .testimonial-card-highlighted {
    width: 100%;
    max-width: 90%;
    margin: 0;
  }

  .testimonial-card-highlighted {
    margin: 0;
  }
  /* contact us */
  .contact-background {
    text-align: center;
  }

  .contact-title,
  .contact-subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-flex {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }

  .contact-form,
  .contact-info {
    margin: 0 auto;
  }

  .title-form {
    text-align: center;
    margin: 8px auto 2px auto;
  }
  /* about our company */
  .divabout {
    padding-left: 10px;
    padding-right: 30px;
  }
  .divzag {
    padding-left: 10px;
    padding-right: 30px;
  }
  .about {
    text-align: left;
  }
  .bottomrow {
    padding-top: 24px;
  }
}
