@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}

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

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

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

.terms__title {
  color: #171415;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
  margin-bottom: 48px;
}
.terms.cookie a {
  word-break: break-all;
}
.terms a {
  text-decoration: underline;
  color: #171415;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.terms p {
  color: #171415;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  width: 100%;
  padding: 32px 17px;
  max-width: 587px;
  right: 0;
  border-radius: 24px;
  background: #f7f7f7;
  display: none;
}

.cookie__title {
  color: #171415;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.cookie__text a {
  color: #171415;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  text-decoration: underline;
}
.cookie__text {
  color: #171415;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 32px;
}

.cookie__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookieBtn {
  display: block;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  width: 100%;
  border-radius: 4px;
  background: #adc31e;
  padding: 16px;
}
.cookieBtn:last-child {
  background: transparent;
  color: #000;
}
@media (max-width: 650px) {
  .cookie-notification {
    padding: 32px 0px;
    max-width: initial;
    right: 0;
    border-radius: 0;
  }
  .cookie__title {
    font-size: 28px;
  }
}

body {
  line-height: 1.6;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

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

ul {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  position: relative;
}

h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #b1c800;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

section {
  padding: 4rem 0;
}

.btn {
  display: inline-block;
  background-color: #b1c800;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.btn:hover {
  background-color: #9daf00;
}

/* Header Styles */
header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.main-menu {
  display: flex;
}

.main-menu li {
  margin-left: 1.5rem;
}

.main-menu a {
  position: relative;
}

.main-menu a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #b1c800;
  transition: width 0.3s;
}

.main-menu a:hover:after {
  width: 100%;
}

.burger-menu {
  display: none;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}

/* Hero Section */
.hero {
  padding: 8rem 0 4rem;
  background-color: #f9f9f9;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/bg1.png");
  background-size: cover;
  background-position: center;
}

.hero h1 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 79.2px */
  margin-bottom: 1.5rem;
}

.hero p {
  margin-bottom: 2rem;
  color: #f6f9fb;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.hero a {
  margin-inline: auto;
  width: fit-content;
  display: block !important;
}

/* What We Stand For Section */
.what-we-stand-for {
  background-color: #fff;
}

.section-intro {
  max-width: 800px;
  margin-bottom: 3rem;
}

.values-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

/* Services Section */
.services-we-offer {
  background-color: #f9f9f9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* How We Work Section */
.how-we-work {
  background-color: #fff;
}

.work-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

/* Advice/Contact Section */
.advice-section {
  background-color: #f9f9f9;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/bg2.png");
  background-size: cover;
  text-align: center;
  background-position: center;
  color: #fff;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 1.5rem;
}
form button {
  margin-left: auto;
  display: block !important;
  width: fit-content;
}
input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #b1c800;
}

/* We're Hiring Section */
.were-hiring {
  background-color: #fff;
}

.hiring-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hiring-text {
  flex: 1;
}
.hiring-text p {
  margin-bottom: 20px;
}
.hiring-image {
  flex: 1;
}

/* Blog Section */
.blog-section {
  background-color: #f9f9f9;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-post {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.blog-post:hover {
  transform: translateY(-5px);
}

.blog-image {
  height: 200px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post h3 {
  padding: 1rem 1rem 0.5rem;
}

.blog-post p {
  padding: 0 1rem 1.5rem;
}

/* Footer Styles */
footer {
  background-color: #222;
  color: #fff;
}

.footer-top {
  padding: 3rem 0;
}

.footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  font-size: 1.3rem;
  font-weight: 600;
}

.footer-links a {
  margin-left: 1.5rem;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-bottom {
  background-color: #adc31e;
  padding: 1.5rem 0;
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .values-container,
  .services-grid,
  .blog-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  header {
    padding: 0.8rem 0;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 1rem 0;
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu li {
    margin: 0;
    padding: 0.8rem 2rem;
  }

  .burger-menu {
    display: block;
  }

  .hero {
    padding: 6rem 0 3rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .values-container,
  .services-grid,
  .work-steps,
  .blog-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hiring-content {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
  }

  .hero h1 {
    font-size: 1.75rem;
  }

  .footer-top .container {
    flex-direction: column;
    text-align: center;
  }

  .footer-brand {
    margin-bottom: 1.5rem;
  }

  .footer-links a {
    margin: 0 0.75rem;
  }
}
.thank-you-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1rem;
}

.thank-you-content {
  max-width: 700px;
  margin-inline: auto;
  width: 100%;
}

.thank-you-content h1 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.thank-you-content p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
