* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-family: "Yantramanav", sans-serif;
  --bg--primaty: #1239ac;
  --color-paragraph: #666666;

  --desctop: 1280px;
  --tablet: 768px;
  --mobile: 375px;
}

body {
  font-family: var(--font-family);
  background-color: #EEF0F6;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  bottom: 0;
  outline: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

header {
  width: 100%;
  background-color: #fff;
  
  z-index:9999;
  
}

header .l-header {
  max-width: var(--desctop);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

header .l-header .logo {}

header .l-header nav {}

header .l-header nav ul {
  display: flex;
  gap: 20px;
}

header .l-header nav ul li {}

header .l-header nav ul li a {
  color: #000;
  font-weight: 600;

}
header .l-header nav ul li a:hover {
  color: var(--bg--primaty);
}

header .l-header nav ul li a.active {
  color: var(--bg--primaty);
}

header .l-header .phone {}

header .l-header .phone a {
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--bg--primaty);
  color: #fff;

}

/* intro */

section.intro {
  width: 100%;
  height: 100vh;
  background-image: url(./assets/bg-info.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0 0;
  margin-bottom: 20px;
}

section.intro .intro--color {
  width: 100%;
  height: 100%;
  background-color: rgba(19, 25, 124, 0.752);
}

section.intro .intro--color .intro--bg {
  width: 100%;
  height: 100%;
  background-image: url("/bg_intro.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 20px;
}

section.intro .intro--color .intro--bg .info {
  margin-top: 100px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.intro .intro--color .intro--bg .info h1 {
  font-size: 70px;
  color: #fff;
}

section.intro .intro--color .intro--bg .info p {
  max-width: 500px;

  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

section.intro .intro--color .intro--bg .info p.small {
  max-width: 500px;
  font-size: 20px;
  color: #fff;
}

section.intro .intro--color .intro--bg .info .call {}

section.intro .intro--color .intro--bg .info .call p {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

section.intro .intro--color .intro--bg .info .call a {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

section.intro .intro--color .intro--bg form {
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 40px;
}

section.intro .intro--color .intro--bg form h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

section.intro .intro--color .intro--bg form p {
  font-size: 20px;
  font-weight: 900;

  color: var(--color-paragraph);

  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

section.intro .intro--color .intro--bg form label {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

section.intro .intro--color .intro--bg form label h6 {
  font-size: 14px;
  font-weight: 300px;
  line-height: 1;
  color: var(--color-paragraph);
  margin-bottom: 5px;
}

section.intro .intro--color .intro--bg form label h6 span {
  color: red;
}

section.intro .intro--color .intro--bg form label input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

section.intro .intro--color .intro--bg form button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #17A8E3;
  color: #fff;
}

/* liener--info */

section.liener--info {
  width: 100%;
  background-color: #5f7edc;
}

section.liener--info .l-liener--info {
  width: 100%;
  max-width: var(--desctop);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.liener--info .l-liener--info h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

/* info */

section.info--services {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
}

section.info--services .bg {}

section.info--services .bg .bg--img {
  width: 500px;
  height: 500px;
  position: relative;
}

section.info--services .bg .bg--img .small--circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background-color: #fbba49;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

section.info--services .bg .bg--img .small--circle h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

section.info--services .bg .bg--img .small--circle p {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

section.info--services .bg .bg--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

section.info--services .info {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.info--services .info p.subtitle {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bg--primaty);
  font-size: 22px;
}

section.info--services .info h2 {
  font-size: 36px;
  font-weight: 600;
}

section.info--services .info p {
  color: var(--color-paragraph);
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

/* section.info--services .info p.small {} */

section.info--services .info .contact--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;


}

section.info--services .info .contact--link a {
  text-decoration: none;
  background-color: var(--bg--primaty);
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
}
section.info--services .info .contact--link a:hover {
  background-color: #fff;
  outline: 1px solid var(--bg--primaty);
  color: var(--bg--primaty);
}
/* solutions */

section.solutions {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.solutions h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bg--primaty);
  font-size: 22px;
  text-align: center;
}


section.solutions h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

section.solutions .liener {
  width: 55px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #1239ac;
}

section.solutions .solutions--cards {
  display: flex;
  justify-content: space-between;
}

section.solutions .solutions--cards .card {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 5px 40px 5px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

section.solutions .solutions--cards .card figure {}

section.solutions .solutions--cards .card figure img {
  width: 100%;
  border-radius: 10px;
}

section.solutions .solutions--cards .card .info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.solutions .solutions--cards .card .info h3 {
  font-size: 24px;
  font-weight: 600;
}

section.solutions .solutions--cards .card .info p {
  color: var(--color-paragraph);
  font-size: 16px;

  font-weight: 300;
}

section.solutions .solutions--cards .card .contact--link {

  margin: 0 20px;
  border-bottom: 1px solid var(--color-paragraph);
}

section.solutions .solutions--cards .card .contact--link a {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  /* padding: 10px 0; */
  text-transform: uppercase;
  color: var(--color-paragraph);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.solutions .solutions--cards .card .contact--link a:hover {
  color: var(--bg--primaty);
}
/* plan_pay */

section.plan_pay {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.plan_pay h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bg--primaty);
  font-size: 22px;
  text-align: center;
}

section.plan_pay h2 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}


section.plan_pay .liener {
  width: 55px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #1239ac;
}

section.plan_pay .plan--cards {
  display: flex;
  justify-content: space-between;
}

section.plan_pay .plan--cards .card {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 5px 40px 5px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

section.plan_pay .plan--cards .card.blue {
  background-color: #1239ac;
  padding-bottom: 40px;
}

section.plan_pay .plan--cards .card.blue h5 {
  color: #fff;
}

section.plan_pay .plan--cards .card.blue h6 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

section.plan_pay .plan--cards .card.blue h6 span {
  font-size: 48px;
}


section.plan_pay .plan--cards .card h6 {
  color: #000;
  font-size: 22px;
  text-align: center;
}

section.plan_pay .plan--cards .card h6 span {
  font-size: 48px;
}

section.plan_pay .plan--cards .card.blue p {
  color: #fff;
}

section.plan_pay .plan--cards .card.blue ul li {
  color: #fff;
}

section.plan_pay .plan--cards .card.blue .contact--link a {
  background-color: #fff;
  color: #1239ac;
}
section.plan_pay .plan--cards .card.blue .contact--link a:hover {
  background-color: #1239ac;
  color: #fff;
  outline: 1px solid #fff;
}

section.plan_pay .plan--cards .card .contact--link a:hover {
  background-color: #fff;
  color: #1239ac;
  outline: 1px solid #1239ac;
}



section.plan_pay .plan--cards .card h5 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px;
  text-align: center;

}

section.plan_pay .plan--cards .card p {
  padding: 20px;
  color: var(--color-paragraph);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

section.plan_pay .plan--cards .card ul {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

section.plan_pay .plan--cards .card ul li {
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;

  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border-radius: 10px;

}

section.plan_pay .plan--cards .card ul li:nth-child(even) {
  background-color: rgba(236, 236, 236, 0.338);
}

section.plan_pay .plan--cards .card ul li img {
  width: 15px;
  height: 15px;
}

section.plan_pay .plan--cards .card .contact--link {
  display: flex;
  padding-left: 50px;
}

section.plan_pay .plan--cards .card .contact--link a {

  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;

  background-color: #1239ac;
}

/* qa */

section.qa {
  width: 100%;

  background-image: url('./assets/bg-info.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.l-qa {
  width: 100%;
  max-width: var(--desctop);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.qa--info {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select {
  height: auto;
}

.q {
  border-radius: 10px 10px 40px 10px;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}


.a {
  display: block;
  padding: 0 18px;
  background-color: white;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 500;


}

footer {
  padding: 50px;
  background-color: #1239ac;
  width: 100%;
}

footer .l-footer {
  width: 100%;
  max-width: var(--desctop);

  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

footer .l-footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .l-footer ul h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

footer .l-footer ul li {
  color: #b1c2f5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

footer .l-footer ul li a {
  color: #b1c2f5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
footer .l-footer ul li a:hover {
  color: #fff;
}
/* about */

section.about--intro {
  width: 100%;
  background-image: url("./assets/bg-info.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 100px 0; */
}

.about--intro-color {
  width: 100%;
  height: 100%;
  background-color: #1239aca8;
  padding: 120px 0 80px;
}

.about--intro-color h2 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.about--mission {
  width: 100%;
}

.l-about--mission {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.l-about--mission .bg {
  max-width: 500px;
  width: 100%;
}

.l-about--mission .bg img {
  width: 100%;
  border-radius: 30px;
}

.l-about--mission .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.l-about--mission .info h2 {
  font-size: 40px;
  font-weight: 600;
}

.l-about--mission .info p {
  font-size: 18px;

  color: #666666;

  font-weight: 400;
}

.l-about--mission .info ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.l-about--mission .info ul li {
  list-style: inside;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}

.about_orders {
  width: 100%;

  padding: 50px 0;
  background-color: #1239ac;

}

.l-about_orders {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.l-about_orders div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.l-about_orders div h5 {
  align-items: center;
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.l-about_orders div h5 span {
  color: #ffb917;
  font-size: 16px;
  font-weight: 600;
}

.l-about_orders p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.about_work {}

.l-about_work {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}

.l-about_work h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bg--primaty);
  font-size: 22px;
  text-align: center;
}

.l-about_work h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.l-about_work .liener {
  width: 55px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #1239ac;
}

.services--items {
  width: 100%;
  padding: 50px 0;

  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.services--items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.services--items .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.services--items .item p {
  text-align: center;
  color: #000;
  /* font-size: 16px; */
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}

.services--items .item img.center {
  width: 200px;
  height: 200px;
}

.services--cards {}

.l-services--cards {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.l-services--cards .card {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.l-services--cards .card .img--wrapper {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(40, 99, 144, 0.2);
  -moz-box-shadow: 0px 0px 20px 11px rgba(40, 99, 144, 0.2);
  box-shadow: 0px 0px 20px 11px rgba(40, 99, 144, 0.2);
}

.l-services--cards .card .img--wrapper img {
  width: 100%;
}

.l-services--cards .card h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.l-services--cards .card p {

  font-size: 16px;
  font-weight: 300;
  color: #000;
  /* text-transform: uppercase; */
}

.talk {}

.l-talk {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-talk .bg {

  background-color: #1239ac;
  padding: 50px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
}

.l-talk .bg a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all .3s ease-in-out;

}


.l-talk .bg p {

  font-size: 20px;
  font-weight: 500;
  color: #fff;

}


.form {
  max-width: 600px;
  width: 100%;
}

.form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form form h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.form form p {
  font-size: 20px;
  font-weight: 900;

  color: var(--color-paragraph);

  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.form form label {}

.form form label h6 {
  font-size: 14px;
  font-weight: 300px;
  line-height: 1;
  color: var(--color-paragraph);
  margin-bottom: 5px;
}

.form form label h6 span {
  color: red;
}

.form form label input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;

}

.form form .form-btn--container {}

.form form .form-btn--container button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #17A8E3;
  color: #fff;
}

.terms {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-terms {
  max-width: var(--desctop);
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.l-terms h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.l-terms p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  max-width: 500px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.success-icon {
  color: green;
  font-size: 50px;
  margin-bottom: 20px;
}

.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 400px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.cookie-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn--cookies {
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  border: 0;
  outline: 0;
  font-family: 'Courier New', Courier, monospace;
  background-color: #00072d;
  color: white;
  cursor: pointer;
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9998;
}


/* Original CSS remains unchanged */

/* Responsive Media Queries */

/* Large devices (laptops/desktops, 1024px and below) */
@media screen and (max-width: 1024px) {
  header .l-header {
    padding: 5px 20px;
  }

  section.intro .intro--color .intro--bg {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }
  section.intro {
    height: auto;
}
  section.intro .intro--color .intro--bg .info {
    margin-top: 80px;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  section.intro .intro--color .intro--bg .info h1 {
    font-size: 50px;
  }

  section.intro .intro--color .intro--bg .info p {
    font-size: 24px;
  }

  section.intro .intro--color .intro--bg form {
    max-width: 450px;
  }

  section.info--services {
    flex-direction: column;
    gap: 40px;
  }

  section.info--services .info {
    text-align: center;
    align-items: center;
    padding: 0 20px;
  }

  section.solutions .solutions--cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
  }

  section.plan_pay .plan--cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
  }

  .l-about--mission {
    flex-direction: column;
    align-items: center;
  }

  .l-about_orders {
    flex-wrap: wrap;
    gap: 30px;
  }

  .services--items {
    flex-wrap: wrap;
    gap: 30px;
  }

  .l-talk {
    flex-direction: column;
    gap: 40px;
  }
}

/* Medium devices (tablets, 768px and below) */
@media screen and (max-width: 768px) {
  header .l-header {
    flex-direction: column;
    padding: 10px 20px;
    gap: 15px;
  }

  header .l-header nav ul {
    gap: 15px;
  }

  section.intro {
    height: auto;
  }

  section.intro .intro--color .intro--bg .info h1 {
    font-size: 40px;
  }

  section.intro .intro--color .intro--bg .info p {
    font-size: 20px;
  }

  section.intro .intro--color .intro--bg .info p.small {
    font-size: 16px;
  }

  section.intro .intro--color .intro--bg .info .call p,
  section.intro .intro--color .intro--bg .info .call a {
    font-size: 24px;
  }

  section.info--services .bg .bg--img {
    width: 400px;
    height: 400px;
  }

  section.info--services .info h2 {
    font-size: 30px;
  }

  section.solutions h2,
  section.plan_pay h2 {
    font-size: 30px;
  }

  section.solutions .solutions--cards .card,
  section.plan_pay .plan--cards .card {
    max-width: 320px;
  }

  .l-services--cards {
    justify-content: center;
  }

  footer .l-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .l-footer ul {
    min-width: 200px;
  }
  .about--intro-color{
    padding-top: 190px;
  }
  .about--intro-color h2 {
    font-size: 34px;
    padding: 0 20px;
  }
}

/* Small devices (mobile phones, 425px and below) */
@media screen and (max-width: 425px) {
  header .l-header nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  section.intro .intro--color .intro--bg .info h1 {
    font-size: 32px;
  }

  section.intro .intro--color .intro--bg .info p {
    font-size: 18px;
  }

  section.intro .intro--color .intro--bg .info .call p,
  section.intro .intro--color .intro--bg .info .call a {
    font-size: 20px;
  }

  section.intro .intro--color .intro--bg form {
    padding: 30px 15px;
  }

  section.info--services .bg .bg--img {
    width: 300px;
    height: 300px;
  }

  section.info--services .bg .bg--img .small--circle {
    width: 100px;
    height: 100px;
  }

  section.info--services .bg .bg--img .small--circle h4 {
    font-size: 22px;
  }

  section.info--services .bg .bg--img .small--circle p {
    font-size: 16px;
  }

  section.info--services .info p.subtitle {
    font-size: 18px;
  }

  section.info--services .info h2 {
    font-size: 26px;
  }

  section.info--services .info p {
    font-size: 16px;
    line-height: 28px;
  }

  section.solutions h4,
  section.plan_pay h4 {
    font-size: 18px;
  }

  section.solutions h2,
  section.plan_pay h2 {
    font-size: 26px;
  }

  .l-about_orders div h5 {
    font-size: 32px;
  }

  .l-about_work h2 {
    font-size: 28px;
  }

  .services--items .item img.center {
    width: 150px;
    height: 150px;
  }

  .l-talk .bg {
    padding: 30px 15px;
  }

  .l-talk .bg p {
    font-size: 18px;
    text-align: center;
  }

  .l-talk .bg a {
    font-size: 16px;
  }

  .cookie-notice {
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
  }
}

/* Extra small devices (small mobile phones, 375px and below) */
@media screen and (max-width: 375px) {
  header .l-header .phone a {
    font-size: 14px;
    padding: 5px 8px;
  }

  section.intro .intro--color .intro--bg .info h1 {
    font-size: 28px;
  }

  section.intro .intro--color .intro--bg .info p {
    font-size: 16px;
  }

  section.intro .intro--color .intro--bg .info p.small {
    font-size: 14px;
  }

  section.intro .intro--color .intro--bg .info .call p,
  section.intro .intro--color .intro--bg .info .call a {
    font-size: 18px;
  }

  section.intro .intro--color .intro--bg form h3 {
    font-size: 24px;
  }

  section.intro .intro--color .intro--bg form p {
    font-size: 16px;
  }

  section.liener--info .l-liener--info h4 {
    font-size: 16px;
  }

  section.info--services .bg .bg--img {
    width: 250px;
    height: 250px;
  }

  section.info--services .info h2 {
    font-size: 24px;
  }

  section.solutions .solutions--cards .card,
  section.plan_pay .plan--cards .card {
    max-width: 280px;
  }

  section.plan_pay .plan--cards .card h6 span {
    font-size: 36px;
  }

  .about--intro-color h2 {
    font-size: 28px;
  }

  .l-about--mission .info h2 {
    font-size: 28px;
  }

  .l-about--mission .info p,
  .l-about--mission .info ul li {
    font-size: 16px;
  }

  .l-about_orders div h5 {
    font-size: 28px;
  }

  .l-about_orders p {
    font-size: 16px;
  }

  .services--items .item p {
    font-size: 16px;
  }

  .l-services--cards .card h5 {
    font-size: 20px;
  }

  .form form h2 {
    font-size: 24px;
  }

  .form form p {
    font-size: 16px;
  }

  .l-terms h2 {
    font-size: 24px;
  }
}
