@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Changa:200,300,regular,500,600,700,800);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}
.p0 {
  padding: 0 !important;
}
textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  /* background: #000 url(../images/bg.png) center / cover no-repeat; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: relative;
  border-bottom: 1px solid #9ad4dd;
  background: #225768;
  padding-block: 28px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  color: #fdf7f3;
  font-family: Changa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}

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

.header__nav a {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}

.footer {
  background: #111;
  padding-block: 60px;
}

.footer__inner {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer__logo {
  display: block;

  color: #fdf7f3;
  text-align: center;
  font-family: Changa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__links a {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
  .header__inner {
    justify-content: center;
  }
  .footer__links {
    align-items: center;
  }
}
@media (max-width: 420px) {
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.terms p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #225768;
}
.th .container {
  flex-grow: 1;
}
.th__text {
  margin-bottom: 26px;
  color: #fdf7f3;
  font-family: Changa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  text-align: center;
}
.th__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 28.6px */
  letter-spacing: 1.04px;
  margin-bottom: 60px;
}
.th__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-radius: 24px;
  border: 2px solid #225768;
  background: #fff;
  padding: 16px 40px;
  color: #225768;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  width: 100%;
  padding: 30px 15px;
  border-radius: 8px;
  background: #fff;
  max-width: 580px;
  right: 0;
  display: none;
}

.cookie__title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}

.cookie__text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.cookie__btns {
  gap: 10px;
}
.cookieBtn {
  display: block;
  width: 100%;
  border-radius: 24px;
  border: 2px solid #225768;
  background: #225768;
  padding: 16px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
}
.cookieBtn:last-child {
  background: transparent;
  color: #225768;
  border: 2px solid #225768;
}
@media (max-width: 600px) {
  .cookie-notification {
    max-width: initial;
    padding: 30px 0;
  }
}

/* Hero Section */
.hero {
  background-color: rgba(255, 255, 255, 1);
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-container {
  width: 100%;
  max-width: 1040px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.logo {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.hero-title {
  color: rgba(27, 24, 22, 1);
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
  width: 100%;
}

.hero-subtitle {
  color: rgba(84, 80, 77, 1);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
  width: 100%;
}

.hero-description {
  color: rgba(84, 80, 77, 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-top: 24px;
  width: 100%;
}

.cta-button {
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-radius: 8px;
  background-color: rgba(34, 87, 104, 1);
  margin-top: 24px;
  min-height: 66px;
  padding: 23px 32px;
  font-size: 16px;
  color: rgba(253, 247, 243, 1);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover,
.cta-button:focus {
  background-color: rgba(16, 46, 58, 1);
  outline: none;
}

/* About Section */
.about-section {
  background-color: rgba(255, 255, 255, 1);
  padding: 60px 80px;
  width: 100%;
  font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
}

.about-container {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.about-image {
  width: 100%;
  flex: 1;
  flex-basis: 0;
  min-width: 240px;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1.05;
}

.about-content {
  width: 520px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.section-header {
  border-bottom: 1px solid rgba(27, 24, 22, 0.07);
  width: 100%;
  font-size: 40px;
  color: rgba(27, 24, 22, 1);
  line-height: 1.2;
}

.section-title {
  width: 100%;
  font-weight: 500;
}

.section-body {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 20px;
  color: rgba(84, 80, 77, 1);
  line-height: 26px;
}

.section-text {
  width: 100%;
}

/* Features Section */
.features-section {
  background-color: rgba(255, 255, 255, 1);
  padding: 60px 80px;
  width: 100%;
}

.features-container {
  border-right: 1px solid rgba(27, 24, 22, 0.07);
  border-left: 1px solid rgba(27, 24, 22, 0.07);
  width: 100%;
  overflow: hidden;
  font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
}

.features-intro {
  width: 100%;
  font-weight: 500;
}

.features-grid {
  margin-top: 40px;
  width: 100%;
}

.features-row {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.feature-card {
  border-bottom: 1px solid rgba(27, 24, 22, 0.07);
  min-width: 240px;
  padding: 40px 24px;
  flex: 1;
  flex-basis: 0;
}

.feature-number {
  color: rgba(16, 46, 58, 1);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.feature-content {
  margin-top: 20px;
  width: 100%;
  font-weight: 400;
}

.feature-title {
  color: rgba(16, 46, 58, 1);
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.feature-description {
  color: rgba(84, 80, 77, 1);
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
}

.features-row:nth-child(2) .feature-number {
  color: #1b1816;
}

.image-container {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
  min-height: 200px;
  width: 100%;
}

.background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 5.21;
  object-fit: contain;
  object-position: center;
  width: 100%;
  flex: 1;
}

/* Responsive styles */
@media (max-width: 991px) {
  .hero {
    padding: 0 20px;
  }

  .hero-container {
    max-width: 100%;
  }

  .logo {
    max-width: 100%;
  }

  .hero-title {
    max-width: 100%;
    font-size: 40px;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .hero-description {
    max-width: 100%;
  }

  .cta-button {
    padding: 23px 20px;
  }

  .about-section {
    max-width: 100%;
    padding: 60px 20px;
  }

  .about-container {
    max-width: 100%;
  }

  .about-image {
    max-width: 100%;
  }

  .about-content {
    max-width: 100%;
  }

  .section-header {
    max-width: 100%;
  }

  .section-title {
    max-width: 100%;
  }

  .section-body {
    max-width: 100%;
  }

  .section-text {
    max-width: 100%;
  }

  .features-section {
    max-width: 100%;
    padding: 60px 20px;
  }

  .features-container {
    max-width: 100%;
  }

  .features-intro {
    max-width: 100%;
  }

  .features-grid {
    max-width: 100%;
  }

  .features-row {
    max-width: 100%;
  }

  .feature-card {
    max-width: 100%;
    padding: 40px 20px;
  }

  .feature-number {
    max-width: 100%;
  }

  .feature-content {
    max-width: 100%;
  }

  .feature-title {
    max-width: 100%;
  }

  .feature-description {
    max-width: 100%;
  }

  .image-container {
    max-width: 100%;
  }

  .overlay-image {
    max-width: 100%;
  }
}

/* Page Container */
.page-container {
  width: 100%;
}

/* Services Section */
.services-section {
  background-color: #fff;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.services-content {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-header {
  border-bottom: 1px solid rgba(27, 24, 22, 0.07);
  display: flex;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-title {
  width: 440px;
  max-width: 440px;
  font-size: 40px;
  color: #225768;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.service-grid {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: stretch;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.service-card {
  border-radius: 8px;
  min-width: 240px;
  flex: 1;
  flex-basis: 0%;
}

.service-card-content {
  border-radius: 8px 8px 0 0;
  background-color: #fbfbfb;
  border-right: 1px solid rgba(27, 24, 22, 0.07);
  border-bottom: 1px solid rgba(27, 24, 22, 0.07);
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
}

.service-details {
  align-self: stretch;
  margin-top: 32px;
  width: 100%;
  color: #225768;
  font-weight: 400;
}

.service-title {
  font-size: 24px;
}

.service-description {
  color: #54504d;
  font-size: 14px;
  margin-top: 12px;
}

.service-price {
  font-size: 16px;
  margin-top: 12px;
}

.service-button {
  align-self: stretch;
  border: none;
  border-radius: 8px;
  background-color: #225768;
  margin-top: 32px;
  min-height: 66px;
  padding: 23px 32px;
  font-size: 16px;
  color: #fdf7f3;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service-button:hover,
.service-button:focus {
  background-color: #1a4352;
  outline: none;
}

/* Company Intro Section */
.company-intro {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 500;
  justify-content: center;
}

.intro-content {
  border-radius: 8px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  justify-content: flex-start;
}

.intro-text {
  min-width: 240px;
  width: 100%;
  flex: 1;
  flex-basis: 0%;
}

.intro-heading {
  border-bottom: 1px solid rgba(27, 24, 22, 0.07);
  width: 100%;
  font-size: 40px;
  color: #1b1816;
  line-height: 48px;
  font-weight: 500;
}

.intro-description {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 20px;
  color: #54504d;
  line-height: 26px;
  justify-content: center;
}

/* Testimonials Section */
.testimonials-section {
  display: flex;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  align-items: stretch;
  color: #1b1816;
  text-align: center;
  justify-content: flex-start;
}

.testimonials-heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

.testimonials-container {
  display: flex;
  margin-top: 40px;
  min-height: 397px;
  width: 100%;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  border-radius: 8px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px;
  align-items: stretch;
  gap: 40px 48px;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-content {
  min-width: 240px;
  width: 100%;
  flex: 1;
  flex-basis: 0%;
}

.testimonial-profile {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
}

.testimonial-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 96px;
  border-radius: 8px;
  align-self: center;
}

.testimonial-name {
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-quote {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 16px;
}

/* Contact Section */
.contact-section {
  background-color: #fff;
  width: 100%;
}

.contact-content {
  border-right: 1px solid rgba(27, 24, 22, 0.07);
  border-left: 1px solid rgba(27, 24, 22, 0.07);
  display: flex;
  flex-direction: column;
  padding: 60px 30px;
  gap: 24px;
}

.contact-header {
  width: 100%;
  padding: 0 32px;
  font-weight: 500;
}

.contact-title {
  color: #1b1816;
  font-size: 32px;
  line-height: 1.2;
}

.contact-description {
  color: #54504d;
  font-size: 20px;
  line-height: 26px;
  margin-top: 24px;
}

.contact-details {
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 13px;
  color: #1b1816;
  font-weight: 400;
  line-height: 17px;
  justify-content: center;
  padding: 0 32px;
}

.contact-info {
  border-left: 1px solid #9ad4dd;
  width: 100%;
  padding-left: 16px;
}

.contact-link {
  color: #1b1816;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover,
.contact-link:focus {
  color: #225768;
  text-decoration: underline;
}

.contact-form {
  width: 100%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  font-size: 16px;
}

.form-fields {
  width: 100%;
  max-width: 864px;
  color: #8a8a8a;
  font-weight: 500;
  line-height: 1;
}

.form-field {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 32px;
}

.form-field:last-child {
  margin-bottom: 0;
}

.form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-input {
  flex: 1;
  flex-basis: 0%;
  border-radius: 8px;
  background-color: rgba(27, 24, 22, 0.02);
  border: 1px solid rgba(27, 24, 22, 0.07);
  width: 100%;
  padding: 16px 24px;
  font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  color: #1b1816;
}

.form-input:focus {
  outline: none;
  border-color: #225768;
}

.submit-button {
  align-self: stretch;
  border: none;
  border-radius: 8px;
  background-color: #1b1816;
  margin-top: 24px;
  min-height: 66px;
  padding: 23px 32px;
  color: #fdf7f3;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover,
.submit-button:focus {
  background-color: #333;
  outline: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .services-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-content {
    max-width: 100%;
  }

  .section-header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    max-width: 100%;
  }

  .service-grid {
    max-width: 100%;
  }

  .service-card {
    max-width: 100%;
  }

  .service-card-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-details {
    max-width: 100%;
  }

  .service-title {
    max-width: 100%;
  }

  .service-description {
    max-width: 100%;
  }

  .service-price {
    max-width: 100%;
  }

  .service-button {
    padding-left: 20px;
    padding-right: 20px;
    white-space: initial;
  }

  .company-intro {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-content {
    max-width: 100%;
  }

  .intro-text {
    max-width: 100%;
  }

  .intro-heading {
    max-width: 100%;
  }

  .intro-description {
    max-width: 100%;
  }

  .testimonials-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-heading {
    max-width: 100%;
  }

  .testimonials-container {
    max-width: 100%;
  }

  .testimonial-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section {
    max-width: 100%;
  }

  .contact-content {
    padding-inline: 20px;
  }

  .contact-header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-title {
    max-width: 100%;
  }

  .contact-description {
    max-width: 100%;
  }

  .contact-details {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-info {
    max-width: 100%;
  }

  .contact-form {
    padding-inline: 20px;
  }

  .form-fields {
    max-width: 100%;
  }

  .form-field {
    max-width: 100%;
  }

  .form-input {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
