@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Geist:wght@100..900&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");

/* ===== Скидання стилів (modern reset) ===== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #5d5d5d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  scroll-behavior: smooth;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.header {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav {
  display: flex;
  align-items: center;
  padding: 6px 9px;
  gap: 55px;

  border-radius: 1584px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(1.5px);
}

.nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;

  display: block;
  padding: 8px 16px;
  border-radius: 1584px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.nav li a:hover {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(1.5px);
}

.hero .main {
  padding: 77px 0 183px 0;
}

.hero {
  background: url("./img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact_us,
.our_services {
  background: url("./img/contact_us.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

a.contact {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 1584px;
  background: #fff;
  color: #191919;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}

a.contact:hover {
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.7);
}

.main {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-wrap {
  max-width: 640px;
  margin: 0;
}

.top-wrap .end {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h1 {
  font-family: "Geist", sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1.44px;
  margin-bottom: 32px;
}

.top-wrap .description {
  margin-bottom: 44px;
}

.top-wrap .explore {
  border-radius: 40px;
  background: #FFF;
  padding: 12px 16px 12px 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 20px;
}

.top-wrap .explore span {
  color: #191919;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.top-wrap .explore svg {
  position: relative;
  z-index: 2;
}

.top-wrap .explore:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 40px;
  background: #07392A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 1;
}

.top-wrap .explore:hover span {
  color: #fff;
}

.top-wrap .explore:hover:after {
  width: calc(100% - 8px);
}

.link-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.link-wrap a.contact:nth-child(2) {
  padding: 4px 4px 4px 24px;
  gap: 8px;
}

.hero .info-wrap {
  display: flex;
  justify-content: space-between;
}

.hero .info-wrap p {
  max-width: 168px;
}

.hero .line,
.contact_us .line,
.our_services .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);

  position: absolute;
  left: 0;
  top: 103px;
}

.policy .hero .line.l2 {
  bottom: 100px;
}

.hero .line.l2 {
  top: auto;
  bottom: 80px;
}

.contact_us .line.l2,
.our_services .line.l2 {
  top: auto;
  bottom: 100px;
}

.hero .line.l3,
.contact_us .line.l3,
.our_services .line.l3 {
  width: 1px;
  height: 100%;
  bottom: auto;
  left: 80px;
  top: 0;
}

.hero .line.l4,
.contact_us .line.l4,
.our_services .line.l4 {
  width: 1px;
  height: 100%;
  bottom: auto;
  left: auto;
  right: 80px;
  top: 0;
}

#scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  width: 120px;
  height: 120px;
  padding: 0px 4px 0px 4px;
  justify-content: center;
  align-items: center;

  border-radius: 1584px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5px);
  cursor: pointer;

  color: #fff;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
}

#scroll-down:hover {
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

section.about {
  padding: 100px 0;
}

.about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

section .title {
  color: #071839;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.what .item .title {
  color: #191919;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 73px;
}

h2 {
  color: #191919;
  font-family: "Geist", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 80px;
}

.about h2 {
  margin-bottom: 82px;
}

.about .content {
  max-width: 740px;
}

.avatars {
  margin-bottom: 20px;
}

a.consult {
  display: flex;
  width: 140px;
  height: 140px;
  justify-content: center;
  align-items: center;
  border-radius: 1584px;
  background: #07392A;
  color: #fff;
  transition: all 0.3s linear;
}

a.consult:hover {
  background: #fff;
  color: #07392A;
  border: 2px solid #07392A;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 12px rgba(7, 57, 42, 0.3);
}

section.what {
  background: #F2F3F3;
  padding: 100px 0;
}

.what .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.what .item {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s;
}

.what .item::before {
  content: url("./img/what-bg.svg");
  position: absolute;
  right: 0;
  top: 0;
}

.icon-wrap {
  border-radius: 6px;
  background: #07392A;
  padding: 12px;
  margin-bottom: 12px;
}

.title-what {
  color: #191919;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 72px;
}

.what .item .text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

a.more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #191919;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.what .item:hover {
  background: #07392A;
  color: #fff;
}

.what .item:hover .icon-wrap {
  background: #fff;
}

.what .item:hover .title {
  color: #fff;
}

.what .item:hover .icon-wrap svg path {
  fill: #071839;
}

.what .item:hover a.more {
  color: #fff;
}

.what .item:hover a.more svg path {
  stroke: #fff;
}

.popup {
  max-width: 550px;
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.popup .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.popup .title {
  color: #191919;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.popup .text {
  font-size: 14px;
  line-height: 20px;
}

.dark-btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 1584px;
  background: #07392A;
  color: #fff;
  transition: all 0.3s ease;
}

.dark-btn:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 12px rgba(7, 57, 42, 0.3);
}

.popup .close {
  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#popup-overlay {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#popup-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.text-popup {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

.mission {
  padding: 100px 0;
}

.mission .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.mission .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mission .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mission .bottom .text {
  max-width: 552px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mission .bottom .text p {
  margin-bottom: 60px;
}

.testimonials {
  padding: 100px 0;
  background: #F2F3F3;
}

.testimonials .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 20px;
}

.testimonials .item {
  flex-basis: 32%;
}

.testimonials .col {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonials .item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  border-radius: 8px;
  background: #fff;
}

.testimonials .item .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.testimonials .name {
  color: #191919;
  font-family: " Geist", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}

.testimonials .role {
  font-size: 14px;
  line-height: 20px;
}

.testimonials .item .footer img {
  width: 56px;
}

.contact {
  padding: 100px 0;
  background: url("./img/contact-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact .wrapper {
  display: flex;
  justify-content: space-between;
}

.contact-img {
  border-radius: 8px;
}

.form-wrap {
  max-width: 484px;
}

input,
textarea {
  width: 100%;
  display: flex;
  padding: 20px 40px;

  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background: #fff;
  outline: none;
  resize: none;
}

input:focus,
textarea:focus {
  border: 1px solid #071839;
}

.form-row {
  display: flex;
  gap: 16px;
}

form .dark-btn {
  margin-top: 44px;
}

footer {
  padding: 60px 0;
  background: #07392A;
  color: #fff;
  position: relative;
}

.footer-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer .wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 297px;
}

footer .col-1 {
  max-width: 326px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}

.col-1 p:nth-of-type(1) {
  font-size: 14px;
  line-height: 20px
}

.col-1 :nth-of-type(2) {
  font-size: 12px;
  line-height: 16px;
}

.col-wrap {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

footer .title {
  color: #9FFAEC;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

footer .policy-wrap a {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

footer a:hover {
  border-bottom: 1px solid #fff;
}

footer .col-1 a:hover {
  border: none;
}

.toggle-btn {
  display: none;
}

.nav-mobile {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.mission img {
  border-radius: 8px;
}

p.rights.mob {
  display: none;
}

@media (max-width: 1360px) {
  .top-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .nav {
    padding: 6px 9px;
    gap: 20px;
  }

  .nav li a {
    padding: 4px 8px;
    font-size: 12px;
  }

  .about .content {
    max-width: 600px;
  }

  .mission img {
    max-width: 50%;
  }

  .mission .bottom {
    gap: 16px;
  }

  .testimonials .wrapper {
    gap: 24px 18px;
  }
}

@media (max-width: 768px) {
  .mission img {
    max-width: 100%;
  }

  .mission img {
    margin: 0 auto;
    display: block;
  }

  img.logo {
    position: relative;
    z-index: 10;
  }

  .toggle-btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #fff;
    z-index: 10;
  }

  .toggle-btn span {
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background: rgba(7, 24, 57, 1);
    transition: all 0.1s ease;
  }

  .toggled .toggle-btn span:nth-child(2) {
    display: none;
  }

  .toggled .toggle-btn span:first-child {
    transform: rotate(45deg);
    margin-bottom: -4px;
  }

  .toggled .toggle-btn span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -3px;
  }

  .toggled .nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 100px 20px 20px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("./img/banner.png");
    background-size: cover;
    background-position: center;
    background-position: center;
    width: 100%;
    height: 100vh;
    z-index: 9;
  }

  .nav-mobile li {
    margin-bottom: 20px;
  }

  .nav-mobile li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 8px 16px;
    border-radius: 1584px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(1.5px);
  }

  .nav.desk {
    display: none;
  }

  .contact.desk {
    display: none;
  }

  .header {
    padding: 12px 0;
  }

  .hero .line,
  .contact_us .line,
  .our_services .line {
    top: 60px;
  }

  .hero .line.l2,
  .contact_us .line.l2,
  .policy .hero .line.l2,
  .our_services .line.l2 {
    bottom: 60px;
  }

  .hero .line.l3,
  .contact_us .line.l3,
  .our_services .line.l3 {
    left: 8px;
  }

  .hero .line.l4,
  .contact_us .line.l4,
  .our_services .line.l4 {
    right: 8px;
  }

  .hero .main {
    padding: 20px 0 114px 0;
    justify-content: center;
  }

  .top-wrap .end {
    text-align: center;
    margin-bottom: 2px;
  }

  .top-wrap .explore {
    margin: 0 auto;
  }

  h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 20px;
    text-align: center;
  }

  .top-wrap .description {
    margin-bottom: 32px;
    text-align: center;
  }

  .link-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .hero .info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 20px;
    text-align: center;
  }

  #scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 80px;
    height: 80px;
    padding: 0px;
    font-size: 12px;
  }

  section.about {
    padding: 60px 0;
  }

  .about .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  section .title {
    text-align: center;
    margin-bottom: 8px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
    text-align: center;
  }

  .about h2 {
    margin-bottom: 60px;
  }

  .avatars {
    margin-right: auto;
    margin-left: auto;
  }

  .about p {
    text-align: center;
  }

  section.what {
    padding: 60px 0;
  }

  .what .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .what .item .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: left;
    text-transform: none;
  }

  .popup {
    padding: 20px;
    gap: 20px;
  }

  .mission {
    padding: 60px 0;
  }

  .mission .top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .mission .top .text {
    margin: 0 auto;
  }

  .mission .wrapper {
    gap: 0px;
  }

  .mission .bottom {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

  .mission .bottom .text p {
    margin-bottom: 20px;
  }

  .mission .bottom .text .dark-btn {
    margin: 0 auto;
  }

  .testimonials {
    padding: 60px 0;
  }

  .testimonials .wrapper {
    flex-direction: row;
    gap: 14px 8px;
  }

  .testimonials .item {
    flex-basis: 48%;
  }

  .testimonials .col {
    width: 100%;
    gap: 8px;
  }

  .contact {
    padding: 60px 0;
  }

  .contact .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .form-row {
    flex-direction: column;
    width: 100%;
  }

  form .dark-btn {
    margin-top: 24px;
    width: 100%;
  }

  footer {
    padding: 30px 0 30px 0;
    background: #07392A;
    color: #fff;
    position: relative;
  }

  footer .wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .col-wrap {
    flex-direction: column;
    gap: 24px;
  }

  footer .col-1 {
    margin-bottom: 40px;
  }

  footer .title {
    margin-bottom: 8px;
  }

  p.rights {
    display: none;
  }

  p.rights.mob {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 568px) {
  .testimonials .wrapper {
    flex-direction: column;
  }

  .testimonials .item {
    flex-basis: 100%;
  }
}

.policy .hero {
  background: url("./img/policy-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.policy .hero .wrapper {
  padding: 100px 0 229px 0;
}

.policy .hero .end {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
}

.policy h1,
.contact_us h1,
.our_services h1 {
  color: #fff;
  font-family: "Geist", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 92px;
  letter-spacing: -1.44px;
  margin-bottom: 0;
}

.privacy {
  padding: 100px 0;
}

.privacy .wrapper {
  max-width: 840px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.privacy .wrapper .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.privacy h2 {
  color: #191919;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 20px;
}

.privacy .subtitle {
  font-family: "Geist;", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #5D5D5D;
  margin-bottom: 20px;
}

.privacy .underline {
  text-decoration: underline;
}

.privacy .description {
  color: #5D5D5D;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.privacy ul {
  list-style-type: disc;
  margin-left: 23px;
}

.privacy ul li {
  margin-bottom: 8px;
  color: #5D5D5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.privacy ul li:last-child {
  margin-bottom: 0;
}

.privacy hr {
  border: none;
  height: 1px;
  background: #e4e4e4;
}

.mt-20 {
  margin-top: 20px;
}

.privacy .mb-0 {
  margin-bottom: 0;
}

.privacy .item .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.privacy .item .wrap a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.privacy .item .wrap p {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 768px) {
  .policy .hero .end {
    text-align: center;
  }

  .policy h1,
  .contact_us h1,
  .our_services h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .policy .hero .wrapper {
    padding: 94px 0 154px 0;
  }

  .privacy {
    padding: 60px 0;
  }

  .privacy .wrapper {
    gap: 40px;
  }

  .privacy h2 {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }
}

.contact_us .wrapper,
.our_services .wrapper {
  padding: 101px 0 229px 0;
}

.contact-form {
  display: flex;
}

.contact-form .wrapper {
  padding: 100px 0;
  display: grid;
  gap: 120px;
  grid-template-columns: 484px 1fr;
}

.contact-form .form {
  display: grid;
  gap: 16px;
}

.contact-form img {
  border-radius: 8px;
}

.contact-form h2 {
  margin-bottom: 60px;
}

.contact-form .dark-btn {
  margin-top: 42px;
  width: fit-content;
}

@media (max-width: 1360px) {
  .contact_us .wrapper,
  .our_services .wrapper,
  .policy .hero .wrapper {
    padding: 101px 80px 229px 80px;
  }
}

@media (max-width: 1280px) {
  .contact-form .wrapper {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .contact-form .wrapper {
    grid-template-columns: 400px 1fr;
    gap: 60px;
  }

  .contact_us h1,
  .our_services h1,
  .policy .hero h1 {
    text-align: center;
  }

  .contact_us .wrapper,
  .our_services .wrapper,
  .policy .hero .wrapper {
    padding: 101px 0 191px 0;
  }
}

@media (max-width: 900px) {
  .contact-form .wrapper {
    grid-template-columns: 400px 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .contact-form img {
    display: none;
  }

  .contact-form .wrapper {
    grid-template-columns: 1fr;
  }

  .contact_us .wrapper,
  .our_services .wrapper,
  .policy .hero .wrapper {
    padding: 94px 0 154px 0;
  }
}

.services .wrapper {
  padding: 100px 0;
  display: flex;
  gap: 120px;
}

.services h2 {
  margin-bottom: 0;
}

.services p:first-child {
  margin-bottom: 20px;
}

.services .dark-btn {
  width: fit-content;
}

.services .text {
  max-width: 552px;
  display: grid;
  gap: 40px;
}

.services img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.services:nth-child(odd) {
  background: #F2F3F3;
}

.services:nth-child(odd) .wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 1280px) {
  .services .text {
    width: 50%;
    max-width: none;
  }

  .services .image {
    width: 50%;
  }

  .services .wrapper {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .services .wrapper {
    padding: 50px 0;
    flex-direction: column;
    gap: 30px;
  }

  .services:nth-child(odd) .wrapper {
    flex-direction: column-reverse;
  }

  .services .image {
    height: 300px;
    width: 100%;
  }

  .services .text {
    width: 100%;
  }
}

