@import url("reset.css");

@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700&display=swap");

/* ************COMMON************ */

.logo {
  font-weight: 700;
  font-size: 2.25rem;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #303a4d;
}

[class*="__container"] {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #303a4d;
}

.title {
  font-size: 3.5rem;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

/* ************HEADER************ */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.75rem;
  flex-wrap: wrap;
  max-width: 74.624rem;
}

.header__logo {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  color: #0F172A;
  display: flex;
  align-items: center;
}

.header__logo-img {
  height: 40px;
  width: auto;
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.menu__body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu__link {
  font-weight: 600;
  position: relative;
}

.actions-header {
  display: flex;
  align-items: center;
  gap: 0.624rem;
}

.icon-menu {
  display: none;
}

.actions-header__button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #303a4d;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 160px;
}

/* *****************HOME**************** */

.main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 19.188rem;
  color: #fff;
}

.main__caption {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
}

.main__title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.main__text {
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.main__button {
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #303a4d;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
}

/* Home page specific styles */
.home-hero__title {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 4rem;
  border-radius: 16px;
  max-width: 1200px;
}

.home-hero__text {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 4rem;
  border-radius: 16px;
  max-width: 800px;
}

.home-hero__button {
  background-color: rgba(0, 0, 0, 0.6);
}

.outro_home {
  background: url("../img/home/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************ABOUT**************** */

.main_about {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.main_about .main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main_about .main__container {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.main_about .main__title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.main_about .main__text {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about__content {
  flex: 1;
  max-width: 600px;
}

.about__title {
  font-size: 48px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 24px;
  line-height: 1.2;
}

.about__text {
  color: #64748B;
  font-size: 18px;
  line-height: 1.6;
}

.about__text p:not(:last-child) {
  margin-bottom: 24px;
}

.about__image-wrapper {
  flex: 1;
  max-width: 600px;
  height: auto;
}

.about__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.about__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 16/9;
}

.outro_about {
  background: url("../img/about/hero_placeholder.jpg") center / cover no-repeat;
}

/* **************SERVICES**************** */

.main_services {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_services .main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main_services .main__container {
  position: relative;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  max-width: 900px;
  margin: 0 20px;
  margin-top: 60px;
}

.main_services .main__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.main_services .main__text {
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.services {
  background-color: #e1e4eb;
}

.services__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.services__title {
  text-align: center;
  margin-bottom: 5rem;
}

.services__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  max-width: 360px;
  height: 421px;
}

.item-services__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-services__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

.item-services__button {
  background-color: inherit;
  border: 2px solid #303a4d;
  color: #303a4d;
}

.outro_services {
  background: url("../img/services/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.item-testimonial__caption {
  font-size: 0.938rem;
}

/* ****************OUTRO**************** */

.outro__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.outro__title {
  margin-bottom: 1.25rem;
}

.outro__text {
  max-width: 33.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}

.outro__button {
  padding: 1.25rem 3rem;
}

/* ****************FOOTER**************** */

.footer {
  line-height: 150%;
}

.footer__container {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  max-width: 74.624rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer__policy {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: start;
}

.footer__logo {
  justify-self: center;
  font-size: 20px;
  font-weight: 700;
  color: #0F172A;
  display: flex;
  align-items: center;
}

.footer__logo-img {
  height: 32px;
  width: auto;
}

.footer__copyright {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: end;
}

.footer__links {
  display: flex;
  gap: 24px;
}

.footer__link {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #64748B;
  transition: color 0.3s ease;
}

.footer__link:hover {
  color: #0F172A;
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
}

.main__container_pages {
  padding-top: 300px;
}

.main_pages {
  min-height: 676px !important;
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
  padding-top: 160px;
}

.services-page__item {
  margin-bottom: 132px;
}

.services-page__item:not(:last-child) {
  padding-bottom: 132px;
  margin-bottom: 132px;
  border-bottom: 1px solid rgba(48, 58, 77, 0.4);
}

.services-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
}

.services-page__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 44px;
  color: #0F172A;
  line-height: 1.2;
}

.services-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.services-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.services-page__img {
  max-width: 552px;
  height: 614px;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************CONTACT PAGE****************/

.main_contact {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_contact .main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main_contact .main__container {
  position: relative;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  max-width: 900px;
  margin: 0 20px;
  transform: translateY(0);
}

.main_contact .main__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.main_contact .main__text {
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact {
  background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
  padding: 100px 0;
  overflow: hidden;
}

.contact__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact__content,
.contact__info {
  flex: 1;
  width: 50%;
  max-width: 50%;
}

.contact__title {
  font-size: 48px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 16px;
  line-height: 1.2;
}

.contact__subtitle {
  font-size: 20px;
  color: #64748B;
  line-height: 1.5;
  margin-bottom: 40px;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.contact__detail {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact__icon {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.contact__icon img {
  width: 24px;
  height: 24px;
  color: #0F172A;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact__label {
  font-size: 14px;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact__value {
  font-size: 18px;
  color: #0F172A;
  font-weight: 500;
}

.contact__value:hover {
  color: #2563EB;
}

.contact__actions {
  display: flex;
  gap: 16px;
}

.contact__button {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.button--outline {
  background: transparent;
  border: 2px solid #0F172A;
  color: #0F172A;
}

.button--outline:hover {
  background: #0F172A;
  color: #FFFFFF;
}

.contact__image {
  flex: 1;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact__text {
  color: #64748B;
  font-size: 18px;
  line-height: 1.6;
}

.contact__text p {
  margin-bottom: 24px;
}

.contact__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .contact {
    padding: 60px 0;
  }

  .contact__container {
    flex-direction: column;
    gap: 40px;
  }

  .contact__content,
  .contact__info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .contact__details {
    align-items: center;
  }

  .contact__actions {
    justify-content: center;
  }

  .contact__image {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }

  .contact__title {
    font-size: 36px;
  }

  .contact__subtitle {
    font-size: 18px;
  }

  .contact__actions {
    flex-direction: column;
  }

  .contact__button {
    width: 100%;
    text-align: center;
  }

  .contact__image {
    max-width: 300px;
  }
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 4%;
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 88px;
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1%;
  margin-bottom: 16px;
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("../img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2%;
  font-weight: 600;
  color: #fff;
  padding: 20px 82px;
  background-color: #303a4d;
  border-radius: 64px;
}

.team {
  background-color: #e1e4eb;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 2%;
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("../img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: 1000px;
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 40px;
}

.director__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 480px;
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #fff;
  padding: 10px 15px;
  background-color: #303a4d;
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.resources__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
}

.resources__button {
  background-color: #fff;
  color: #303a4d;
  font-weight: 600;
  letter-spacing: 2%;
  border: 2px solid #303a4d;
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 47.999rem) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

  .gallery__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .footer__policy,
  .footer__copyright {
    justify-self: center;
    text-align: center;
    margin: 0.5rem 0;
  }

  .footer__logo {
    margin-bottom: 1rem;
  }

  .services-page__column {
    gap: 30px;
    font-size: 15px;
  }

  .services-page__title {
    font-size: 36px;
  }

  .reviews__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
  }

  .reviews__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
  }

  .item-reviews__text {
    font-size: 16px;
  }

  .item-reviews__author {
    font-size: 16px;
  }
}

@media (max-width: 47.999rem) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    transform: scale(0);
  }

  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 0.0625rem);
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 5rem 2rem;
    transition: left 0.3s ease 0s;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 8rem;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .menu__link {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
  }

  .menu__link:hover {
    color: #2563EB;
  }

  .actions-header__button {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
  }

  /* Services responsive styling */
  .services__item {
    padding: 2rem;
  }

  .services__item-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
  }

  .services__item-text {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 0.5rem;
  }

  .services__item-text p {
    margin-bottom: 1rem;
  }

  .services__item-text p:first-of-type {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
  }

  .services__item-text ul {
    padding: 0 1rem;
  }

  .services__item-text li {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .main_services .main__title {
    font-size: 2rem;
    padding: 0 1rem;
  }

  .main_services .main__text {
    font-size: 1rem;
    padding: 0 1rem;
    line-height: 1.5;
  }

  .main_services .main__container {
    padding: 2rem;
  }

  .main__container {
    padding-top: 12.5rem;
  }

  .main__container_pages {
    padding-top: 290px;
  }

  .main__title {
    font-size: 3rem;
  }

  .title {
    font-size: 2rem;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about__container {
    flex-direction: column;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 4rem;
  }

  .services__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .logo {
    font-size: 1rem;
  }

  .services-page__column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }
}

@media (max-width: 61.936rem) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 0.938rem;
  }

  .logo {
    font-size: 2rem;
  }
}

@media (max-width: 530px) {
  .reviews__row {
    grid-template-columns: 1fr;
  }

  .team__row {
    grid-template-columns: 1fr;
  }

  .gallery__row {
    grid-template-columns: 1fr;
  }

  .resources__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .header__logo-img {
    height: 32px;
  }
  
  .footer__logo-img {
    height: 24px;
  }

  .footer__links {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

.services__item {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.services__item:hover {
  transform: translateY(-5px);
}

.services__item-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #0F172A;
  line-height: 1.2;
}

.services__item-text {
  color: #64748B;
  font-size: 1.1rem;
}

.services__item-text p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.services__item-text p:first-of-type {
  font-size: 1.25rem;
  color: #1E293B;
  line-height: 1.4;
}

.services__item-text ul {
  list-style: none;
  padding: 0;
}

.services__item-text li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
}

.services__item-text li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2563EB;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .services__item {
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .services__item-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
  
  .services__item-text {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .services__item-text p {
    margin-bottom: 0.75rem;
  }

  .services__item-text p:first-of-type {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
  }

  /* Hide all service images in mobile view */
  .services__item img,
  .item-services__image,
  .experience__icon,
  .services__item svg,
  .services-page__img {
    display: none !important;
  }

  /* Adjust spacing for services items without images */
  .item-services {
    padding: 1.25rem;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
  }

  .item-services__title {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .item-services__text {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #64748B;
  }

  .services__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services__title {
    margin-bottom: 1.5rem;
  }

  .services__row {
    gap: 1rem;
  }

  /* Improve spacing in services page */
  .services-page__item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .services-page__title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .services-page__text {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .main_services .main__container {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

.privacy {
  padding: 120px 0 80px;
}

.privacy__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.privacy__title {
  font-size: 48px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 40px;
}

.privacy__content {
  color: #64748B;
  font-size: 16px;
  line-height: 1.6;
}

.privacy__content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0F172A;
  margin: 40px 0 16px;
}

.privacy__content p {
  margin-bottom: 16px;
}

.privacy__content ul {
  margin: 16px 0;
  padding-left: 24px;
}

.privacy__content li {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .privacy {
    padding: 100px 0 60px;
  }
  
  .privacy__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
  
  .privacy__content h2 {
    font-size: 20px;
    margin: 32px 0 12px;
  }
}

.terms {
  padding: 120px 0 80px;
}

.terms__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.terms__title {
  font-size: 48px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 40px;
}

.terms__content {
  color: #64748B;
  font-size: 16px;
  line-height: 1.6;
}

.terms__content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0F172A;
  margin: 40px 0 16px;
}

.terms__content p {
  margin-bottom: 16px;
}

.terms__content ul {
  margin: 16px 0;
  padding-left: 24px;
}

.terms__content li {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .terms {
    padding: 100px 0 60px;
  }
  
  .terms__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
  
  .terms__content h2 {
    font-size: 20px;
    margin: 32px 0 12px;
  }
}

@media (max-width: 1200px) {
  .about__container {
    padding: 80px 20px;
    gap: 60px;
  }
  
  .about__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .about__container {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }
  
  .about__content {
    max-width: 100%;
  }
  
  .about__image-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .about__video {
    max-height: 500px;
  }
}

.experience {
  padding: 100px 0;
  background-color: #F8FAFC;
}

.experience__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.experience__header {
  text-align: center;
  margin-bottom: 60px;
}

.experience__title {
  font-size: 48px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 16px;
}

.experience__subtitle {
  font-size: 20px;
  color: #64748B;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}

.experience__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.experience__item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.experience__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F5F9;
  border-radius: 12px;
  padding: 8px;
}

.experience__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.experience__sector {
  font-size: 24px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 16px;
}

.experience__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.experience__features li {
  color: #64748B;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.experience__features li:before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #2563EB;
}

@media (max-width: 991px) {
  .experience {
    padding: 60px 0;
  }
  
  .experience__title {
    font-size: 36px;
  }
  
  .experience__subtitle {
    font-size: 18px;
  }
  
  .experience__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .experience__item {
    padding: 24px;
  }
  
  .experience__sector {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .experience {
    padding: 40px 0;
  }
  
  .experience__title {
    font-size: 28px;
  }
  
  .experience__subtitle {
    font-size: 16px;
  }
  
  .experience__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}

.map {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}