.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.space-grotesk-uniquifier {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  /* min-height: 100vh; */
  overflow-x: hidden;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
}

.fab-hr-wrapper {
  position: relative;
  min-height: 100vh;
  color: white;
}

/* Video banner container */
.fab-hr-video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* overflow: hidden; */
}

.fab-hr-video-banner video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .fab-hr-video-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.125);
  top: 0;
  right: 0;
} */

/* Header styles */
.fab-hr-header {
  width: 100%;
  height: 110px;
  padding: 1.5rem 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.3s ease, position 0.3s ease, padding 0.3s ease;
  background-color: transparent;
}

.fab-hr-header.fixed {
  position: fixed;
  background-color: #f7f7f7;
  top: 0;
  /* padding: 0 1rem; */
}

.fab-hr-header.inner-header {
  position: relative;
  background-color: #f7f7f7;
}

.fab-hr-header.fixed .top-bar {
  display: none;
}

.fab-hr-header.inner-header .top-bar {
  display: block;
}

.fab-hr-header.inner-header .menu-text,
.fab-hr-header.fixed .menu-text {
  color: #000 !important;
}

.fab-hr-header.inner-header .menu-icon,
.fab-hr-header.fixed .menu-icon {
  filter: invert(1);
}

.fab-hr-header .logo {
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: white;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.logo img {
  height: auto;
  width: 199px;
}

.fab-hr-header .menu-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* .fab-hr-header .menu-area .flag-icon {
  width: 20px;
  height: auto;
  user-select: none;
} */

.fab-hr-header .menu-area .menu-text {
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}

.top-bar {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 99;
}

.top-bar img {
  height: auto;
  width: 30px;
  background: transparent;
}

.fab-hr-header .menu-area .menu-icon {
  font-size: 1.25rem;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  padding: 0;
  line-height: 1;
  user-select: none;
  margin-left: 5px;
}

/* Main content inside banner */
.fab-hr-main {
  position: absolute;
  z-index: 5;
  /* margin-top: 15rem; */
  max-width: 600px;
  color: white;
  top: 0;
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.fab-hr-main h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  padding-bottom: 10px;
  text-align: center;
}

.fab-hr-main h2 span {
  font-weight: 800;
}

.fab-hr-main p {
  margin-bottom: 60px;
  /* max-width: 560px; */
  user-select: text;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.07em;
}

.fab-hr-main .btn-group {
  display: flex;
  flex-wrap: wrap;
  /* gap: 3rem; */
  align-items: center;
}

.fab-hr-main .btn-primary-custom {
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #f9b342;
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
}

.fab-hr-main .btn-primary-custom:hover {
  background-color: #f79f11;
}

.fab-hr-main .btn-link-custom {
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
  white-space: nowrap;
  padding: 15px 45px;
  border-radius: 5px;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  background-color: transparent;
  color: #fff;
}

.fab-hr-main .btn-link-custom .fa-arrow-right {
  padding: 5px;
  width: 30px;
  border-radius: 100px;
  height: 30px;
  margin-left: 5px;
  transition: margin-left 0.3s ease;
  fill: #fff;
}

.fab-hr-main .btn-link-custom:hover .fa-arrow-right {
  margin-left: 15px;
  background-color: #f9b342;
}

@media (max-width: 576px) {
  .fab-hr-main {
    max-width: 100%;
    /* margin-top: 3rem; */
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fab-hr-main .btn-group {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
  }
}

.offer-container {
  min-height: 100vh;
}

.offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-text {
  color: #1e1e1c;
  /* padding: 5rem 10rem; */
  padding: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #feefe0;
}

.offer-text h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 1.5rem;
}

.offer-text p {
  max-width: 36rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 18px;
}

.offer-text p.font-semibold {
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.offer-text .button {
  border: none;
  width: fit-content;
  transition: background-color 0.3s ease;
  margin-top: 60px;
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #f9b342;
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
}

.offer-text .button:hover {
  background-color: #f79f11;
}

@media (max-width: 767.98px) {
  .offer-text {
    padding: 2rem 1rem;
  }
}

.fab-hr-container {
  height: 300px;
}

@media (min-width: 768px) {
  .fab-hr-container {
    height: 400px;
  }
}

.fab-hr-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  height: 100%;
}

.fab-hr-item .image-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.fab-hr-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.fab-hr-item:hover img {
  transform: scale(1.1) translateY(-5px);
}

.fab-hr-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.fab-hr-content {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: 320px;
  pointer-events: auto;
}

.fab-hr-content h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 768px) {
  .fab-hr-content h2 {
    font-size: 1.5rem;
  }
}

.fab-hr-content p {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.fab-hr-content p .highlight {
  text-decoration: underline;
  font-weight: 600;
}

.fab-hr-arrow-btn {
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 50px;
  color: white;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.fab-hr-item:hover .fab-hr-arrow-btn {
  background-color: #d19e1f;
}

.fab-hr-content p .arrow-icon {
  font-size: 1rem;
  margin-left: 0.5rem;
}

.news-container {
  padding: 7rem 0;
  display: flex;
  gap: 1rem;
}

.news-block {
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.news-block h2 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.news-block .button {
  border: none;
  transition: background-color 0.3s ease;
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #f9b342;
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.07em;
}

.news-block .button:hover {
  background-color: #f59e0b;
}

.news-item {
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.news-item:hover .arrow {
  background-color: #f9b342;
}

.news-item:hover .arrow img {
  filter: brightness(2);
  transform: none;
}

.news-item .image-wrapper {
  overflow: hidden;
  flex-shrink: 0;
}

.news-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.news-item:hover img {
  transform: scale(1.05) translateY(-5px);
}

.news-item .text-content {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 3.25rem;
  color: #1e1e1c;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  font-size: 16.8px;
  font-family: "neuzeit-grotesk", Lato, Arial !important;
  z-index: 2;
}

.news-item .text-content .arrow {
  min-width: 35px;
  height: 35px;
  padding: 5px;
  margin-left: 10px;
  transition: background-color 0.3s ease;
  border-radius: 50px;
}

.news-inner-block-1 {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
}

.news-inner-block-1 .news-title {
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 35px;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.news-inner-block-1 .news-title h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  color: #1e1e1c;
  text-align: center;
}

.news-inner-block-1 .news-detail {
  padding: 0 25px;
}

.news-inner-block-1 .news-detail p {
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #1e1e1c;
  font-family: "neuzeit-grotesk", Lato, Arial !important;
}

.news-inner-block-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: calc(1170px + 25px + 25px);
  padding: 0 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.news-inner-block-2 .news_text {
  padding: 0 75px;
  flex: 1;
}

.news-inner-block-2 .news_text p {
  color: #1e1e1c;
  font-size: 18px;
  font-family: "neuzeit-grotesk", Lato, Arial !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.news-inner-block-2 .news_img {
  width: 500px;
  text-align: center;
}

.news-inner-block-2 .news_img img {
  max-width: 100%;
  border-radius: 100%;
}

@media (max-width: 575.98px) {
  .news-block {
    padding: 3rem 1.5rem;
  }
}

.customer-contaner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  width: 70%;
  margin: 35px auto;
}

.customers_section__title {
  text-align: center;
  color: #1e1e1c;
  font-size: 44px;
  font-family: Outfit;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  padding-bottom: 0;
}

/* divider */

.divider-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.echo-container-sm {
  width: 100%;
  margin: 0 auto;
  max-width: calc(730px + 25px + 25px);
  padding: 0 25px;
}

.divider-label {
  position: relative;
  z-index: 1;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  --line-color: rgba(164, 173, 181, 0.4);
  text-align: center;
  overflow-x: visible;
  white-space: normal;
}

.divider-label:before {
  border-top: 2px solid var(--line-color);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

/* footer */
footer {
  background-color: #f7f7f7;
}

.footer-container {
  background-color: #f7f7f7;
  padding: 2.5rem 0 5rem 0;
  max-width: 1140px;
  margin: 0 auto;
  /* font-family: "Montserrat", sans-serif; */
  color: #000;
  max-width: calc(1170px + 25px + 25px);
}

.footer-logo img {
  height: auto;
  width: 100%;
}

.footer-sitemap,
.footer-contact,
.footer-newsletter {
  font-size: 0.875rem;
}

.footer-sitemap>.title,
.footer-contact>.title,
.footer-newsletter>.title {
  font-family: "Libre Baskerville", serif;
  font-weight: 800;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.footer-sitemap a,
.footer-contact a,
.footer-sitemap span,
.footer-contact span {
  display: block;
  margin-bottom: 0.25rem;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}

/* .footer-sitemap a:hover,
.footer-contact a:hover {
  text-decoration: underline;
} */

.footer-newsletter h2 {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.footer-newsletter label {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.25rem;
}

.footer-newsletter form {
  display: flex;
  margin-bottom: 1rem;
}

.footer-newsletter form input[type="email"] {
  flex-grow: 1;
  border: 1px solid #d1d5db;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  outline: none;
}

.footer-newsletter form input[type="email"]:focus {
  border-color: #fbbf24;
  box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.5);
}

.footer-newsletter form button {
  background-color: #fbbf24;
  border: none;
  color: white;
  padding: 0 1rem;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-newsletter form button:hover {
  background-color: #f59e0b;
}

.footer-newsletter .follow-title {
  font-weight: 800;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.footer-newsletter .social-icons a {
  background-color: #fbbf24;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}

.footer-newsletter .social-icons a:hover {
  background-color: #f59e0b;
}

/* Menu-side */
.menu-container {
  /* max-width: 1400px; */
  /* margin: 0 auto; */
  padding: 10rem 5rem;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  gap: 6rem;
  position: relative;
  height: auto;
  /* overflow: scroll; */
}

.menu-media {
  display: flex;
  gap: 2rem;
}

.contact-info {
  flex: 0 0 auto;
  min-width: 180px;
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}

.contact-info .phone,
.contact-info .email {
  color: #fff;
  margin-bottom: 2.5rem;
}

.contact-info .phone span,
.contact-info .email span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 600;
  color: #f4a739;
  font-size: 14px;
  line-height: 1.3;
}

.social-icons {
  flex: 0 0 auto;
  display: flex;
  /* flex-direction: column; */
  gap: 1.5rem;
  min-width: 48px;
}

.social-icons-menu {
  flex-direction: column;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #f4a739;
  border-radius: 50%;
  color: white;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.menu-links {
  border-left: 1px solid #c7c7c7;
  padding-left: 3rem;
  flex: 1 1 300px;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.menu-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 250px;
}

.menu-column a {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 10px;
}

.menu-column a:hover {
  color: #f4a739;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(10px);
}

.close-section {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  min-width: 80px;
  padding: 10px;
  color: white;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}

.close-section .close-text {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.close-section .close-icon {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .menu-container {
    flex-direction: column;
    padding: 1rem;
  }

  .menu-links {
    border-left: none;
    padding-left: 0;
    gap: 2rem;
  }

  .menu-column {
    min-width: 100%;
  }

  .close-section {
    justify-content: flex-end;
    margin-top: 1rem;
    min-width: auto;
  }

  .menu-column .dropdown-menu {
    border-left: none;
    border-radius: 0;
    padding-left: 0;
    margin-top: 0.25rem;
  }
}

.side-menu {
  /* display: none; */
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #113042;
  z-index: 1000;
  right: -100%;
  overflow: auto;
  transition: right 0.3s ease;
}

.side-menu.active {
  right: 0;
  /* display: block; */
}

.close-section:hover {
  background: #212529;
  border-radius: 5px;
}

.close-menu {
  display: flex;
  justify-content: end;
  padding: 2rem;
}

.dd-icon-container {
  /* border-left: 1px solid white; */
  padding: 0 1rem;
  cursor: pointer;
  font-size: 24px;
  color: white;
}

.drop-down a {
  border-right: 1px solid;
}

.drop-down-mega {
  display: flex;
  flex-direction: column;
  display: none;
}

.drop-down-mega.active {
  display: flex;
}

.drop-down-container:hover {
  color: #f4a739;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(10px);
}

.drop-down-container {
  transition: 0.3s ease;
  padding: 10px 0;
}

.dd-icon-container.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* team about */
.team-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;

}

.team-member {
  position: relative;
  width: 280px;
  overflow: hidden;
}

.team-member:hover img {
  transform: scale(1.025);
}

.team-member img {
  width: 100%;
  display: block;
  border-radius: 4px;
  transition: all 1.5s ease;
}

.caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 100%;
  padding: 20px 20px 15px 20px;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.07em;
  font-family: "neuzeit-grotesk", Lato, Arial !important;
  font-weight: 400;
}

/* kontakt */

.contact-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(38, 105, 106, 0.17);
  pointer-events: none;
}

.background-overlay .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: calc(1170px + 25px + 25px);
  padding: 0 25px;

}

.contact-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.contact-form {
  max-width: 450px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
}

.contact-form h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #1e1e1c;
  font-size: 28px;
  font-family: Outfit;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #626167;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #1e1e1c;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white;
  outline: none;
}

.contact-form input:focus-visible,
.contact-form input:active,
.contact-form textarea:focus-visible,
.contact-form textarea:active {
  border-color: #f9b342;
  background-color: white;
}

.name-fields {
  display: flex;
  gap: 10px;
}

.name-fields input {
  width: 100%;
}

.checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 20px;
}

.checkbox input {
  margin-top: 3px;
  margin-right: 10px;
  width: auto;
}

.checkbox label {
  line-height: 25px;
}

.submit_btn {
  text-align: center;
}

.contact-form button {
  transition: background 0.3s;
  background-color: #f9b342;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  border-radius: 100px;
  min-width: 180px;
  padding: 15px 40px;
  border: 0;
}

.contact-form button:hover {
  background-color: #e49c1a;
}

.expert-section {
  padding: 60px 0;
  background-color: #fff;
}

.expert-section h2 {
  color: #1e1e1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  font-family: "louvette-display", Lato, Arial !important;
  text-align: start;
}

.expert-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
  gap: 30px;
}

.expert-member {
  min-width: calc(32% - 10px);
  max-width: calc(32% - 10px);
  height: 400px;
  position: relative;
  overflow: hidden !important;
}

.expert-image img {
  width: 100%;
  display: block;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.expert-image .img1 {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.expert-member:hover .expert-image .img1 {
  opacity: 0;
}

.expert-image .img2 {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.expert-member:hover .expert-image .img2 {
  opacity: 1;
}

.expert-member .caption {
  bottom: 0;
  color: #fff;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.07em;
  font-family: "neuzeit-grotesk", Lato, Arial !important;
  font-weight: 400;
  position: absolute;
  z-index: 4;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  pointer-events: none;
  padding: 20px 20px 15px 20px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.expert-member .caption h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
}

.expert-member .caption a {
  color: #f9b342;
}


/* inner banner */

.inner_banner {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed;
}

.inner_banner::before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(25, 26, 26, 0.41);
}

.banner-content {
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 600px;
}

.banner-content .banner-title {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1170px + 25px + 25px);
  padding: 0 25px;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px;
}

.banner-content .banner-title h1 {
  color: white;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}

/* services */

.our-services .container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1440px + 25px + 25px);
  padding: 0 25px;
}

.services_main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* gap: 15px; */
  padding-top: 5px;
  padding-bottom: 10px;
  justify-content: space-between;
}

.service_box {
  display: flex;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  color: #1e1e1c;
  background: #ffeee4;
  flex-direction: column;
  width: 49%;
}

.service_box .top-element {
  height: 50px;
  width: 100%;
}

.service_box:nth-child(1) .top-element {
  background-color: #0f6b67;
}

.service_box:nth-child(2) .top-element {
  background-color: #f9b342;
}

.service_box .inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px);
  padding: 25px;
}

.service_box .inner-container h2 {
  color: #1e1e1c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
}

.service_box .inner-container p {
  color: #1e1e1c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.service_box .inner-container .btn-link-custom {
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
  white-space: nowrap;
}

.service_box .inner-container .btn-link-custom h4 {
  color: #1e1e1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.07em;
  margin: 0;
}

.service_box .inner-container .btn-link-custom .right-arrow {
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 100px;
  transition: margin-left 0.3s ease, background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_box .inner-container .btn-link-custom img {
  filter: invert(1) brightness(0);
}

.service_box:hover .btn-link-custom .right-arrow {
  margin-left: 15px;
  background-color: #f9b342;
}


.services-cta {
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed;
}

section.services-cta:before {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3607843137);
  content: '';
}

.services-cta_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-cta_main .fab-hr-main {
  height: 600px;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 0 !important;
  max-width: 720px;
}


/* Services Inner */

.services_inner {
  background-color: white;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;

}

.services_inner .serviceintro-intro-column {
  width: 50%;
  position: relative;
}

.services_inner .serviceintro-intro-column .serviceintro-intro-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.services_inner .serviceintro-intro-column .serviceintro-intro-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: center center;
  min-height: 650px;
}

.services_inner .serviceintro-intro-column:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services_inner .serviceintro-intro-column .serviceintro-intro-heading-content {
  width: 100%;
  padding: 50px 125px 50px 125px;
  background-color: #f7f7f7;
}

.services_inner .serviceintro-intro-column .serviceintro-intro-content {
  width: 100%;
  padding: 50px 125px 50px 125px;
}


@media (max-width: 1199.98px) {
  .services_inner .serviceintro-intro-column .serviceintro-intro-heading-content {
    padding: 50px;
  }

  .services_inner .serviceintro-intro-column .serviceintro-intro-content {
    padding: 50px;
  }
}

@media (max-width: 767.98px) {
  .services_inner .serviceintro-intro-column .serviceintro-intro-heading-content {
    padding: 30px 25px;
  }

  .services_inner .serviceintro-intro-column .serviceintro-intro-content {
    padding: 30px 25px;
  }
}

.services_inner .serviceintro-intro-column .inner-text {
  max-width: 460px;
  margin: 0 auto;
}

.services_inner .serviceintro-intro-column h1 {
  font-family: "louvette-display", Lato, Arial !important;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  color: #1e1e1c;
  padding-bottom: 15px;
}

.services_inner .serviceintro-intro-column p {
  font-family: "neuzeit-grotesk", Lato, Arial !important;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #1e1e1c;
}


.services_inner .serviceintro-intro-column .serviceintro-intro-button-wrapper {
  display: block;
  max-width: 460px;
  margin: 0 auto;
}

.services_inner .serviceintro-intro-column .serviceintro-intro-button-wrapper a.serviceintro-intro-button {
  margin-top: 60px;
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #f9b342;
  text-decoration: none;
  display: inline-block;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 1.6em;
  color: white;
}


.roadmapthirds-background {
  background-color: #feefe0;
}

.roadmapthirds-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .roadmapthirds-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .roadmapthirds-wrapper {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .roadmapthirds-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.roadmapthirds-wrapper .roadmapthirds-column {
  flex: 1;
  display: flex;
  /* vertical stretch */
  max-width: 50%;
}

@media (max-width: 991.98px) {
  .roadmapthirds-wrapper .roadmapthirds-column {
    margin: 0 auto;
    max-width: 75%;
  }

  .services_inner .serviceintro-intro-column {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .roadmapthirds-wrapper .roadmapthirds-column {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {

  .roadmapthirds-wrapper .roadmapthirds-column:nth-child(1),
  .roadmapthirds-wrapper .roadmapthirds-column:nth-child(2) {
    margin: 0 0 30px 0;
  }

  .services_inner .serviceintro-intro-column .serviceintro-intro-image {
    height: 30vh;
    min-height: 0;
  }

  .services_inner .serviceintro-intro-column:nth-child(1) {
    order: 1;
  }

  .services_inner .serviceintro-intro-column .inner-text {
    max-width: 730px;
    margin: 0 auto;
  }
}

.roadmapthirds-wrapper .roadmapthirds-column .text-el {
  padding-right: 25px;
}

.roadmapthirds-wrapper .roadmapthirds-column .text-el p {
  text-align: left !important;
  font-family: "neuzeit-grotesk", Lato, Arial !important;
  font-weight: bold;
}

.roadmapthirds-wrapper .roadmapthirds-column .num-el {
  margin: 0 15px;
}

.roadmapthirds-wrapper .roadmapthirds-column:nth-child(3) .text-el {
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .roadmapthirds-wrapper .roadmapthirds-column:nth-child(3) {
    margin: 0 0 0 0;
  }
}

@media (max-width: 991.98px) {
  .roadmapthirds-wrapper .roadmapthirds-column .text-el {
    padding: 0 !important;
  }

  .roadmapthirds-wrapper .roadmapthirds-column .num-el {
    margin: 0 auto !important;
  }

  .roadmapthirds-wrapper .roadmapthirds-column .prog-line {
    margin: 0 !important;
  }
}

.roadmapthirds-wrapper .roadmap-text-container .num-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.roadmapthirds-wrapper .roadmap-text-container .num-el {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 75px;
  background-color: #f9b342;
}

.roadmapthirds-wrapper .roadmap-text-container .prog-line,
.roadmapthirds-wrapper .roadmap-text-container .prog-line-invis {
  flex: 1.5;
  height: 2px;
  width: 100%;
  background: #1e1e1c;
  opacity: 0.2;
}

@media (max-width: 991.98px) {

  .roadmapthirds-wrapper .roadmap-text-container .prog-line,
  .roadmapthirds-wrapper .roadmap-text-container .prog-line-invis {
    display: none;
  }

  .news-inner-block-1 .news-title h1 {
    font-size: 40px;
  }

  .news-inner-block-2 .news_text {
    padding: 2rem 0;
    order: 1;
  }

  .news-inner-block-1 {
    width: 100%;
  }
}

.roadmapthirds-wrapper .roadmap-text-container .prog-line-invis {
  background: transparent;
}

/* responisve */
@media (max-width: 1250px) {
  .offer-text {
    padding: 2rem 4rem;
  }

  .customer-contaner {
    gap: 3rem;
    width: 90%;
  }
}

@media (max-width: 1150px) {
  .fab-hr-main {
    /* margin-top: 10rem; */
    /* max-width: 60%; */
    margin-left: 2rem;
  }
}

@media (max-width: 1024px) {
  .social-icons-menu {
    flex-direction: row;
  }

  .menu-links {
    border-left: unset;

    border-bottom: 1px solid #c7c7c7;
  }

  .menu-container {
    flex-direction: column-reverse;
    padding: 0 5rem;
  }

  .news-container {
    padding: 5rem 0;
    flex-direction: column;
    justify-content: center;
  }

  .news-container .col-12 {
    width: 100%;
  }

  .offer-container {
    flex-direction: column !important;
  }

  .offer-container .offer-image,
  .offer-container .offer-text {
    width: 100%;
  }

  .offer-text p {
    max-width: 100%;
  }

  .customer-contaner {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .expert-member {
    min-width: calc(49% - 10px);
    max-width: calc(49% - 10px);
  }
}

@media (max-width: 900px) {
  .fab-hr-main {
    /* margin-top: 8rem; */
    /* max-width: 100%; */
    margin-left: 2rem;
  }

  .expert-section h2 {
    font-size: 33.8461538462px;
  }

  .services_main {
    flex-direction: column;
    gap: 1rem;
  }

  .service_box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .menu-links {
    padding-left: 0;
  }

  /* .fab-hr-main {
    display: none;
  } */

  .logo img {
    width: 150px;
  }

  .fab-hr-container {
    height: auto;
  }

  .customer-contaner {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .footer-newsletter .social-icons {
    justify-content: center;
  }

  .expert-member {
    flex: 100%;
    max-width: 100%;
  }

  .services-cta{
    height: auto;
  }
  .services-cta_main .fab-hr-main{
    height: auto;
    padding: 1rem;
  }
  section.services-cta:before{
    height: -webkit-fill-available;
  }
  .fab-hr-main p{
    line-height: 1.5;
  }
}

@media (max-width: 500px) {
  .fab-hr-header {
    padding: 0.5rem;
  }

  .logo img {
    width: 130px;
  }

  .top-bar img {
    width: 20px;
  }

  .offer-text {
    padding: 2rem 2rem;
  }
}

@media (max-width: 550px) {
  .menu-column {
    gap: 1rem;
  }

  .social-icons-menu a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .menu-column a {
    font-size: 20px;
  }

  .menu-media {
    display: flex;
    gap: 0rem;
    flex-direction: column;
  }

  .menu-container {
    padding: 0 1.5rem;
    gap: 2rem;
  }

  .customer-contaner {
    grid-template-columns: repeat(1, 1fr);
  }

  .fab-hr-main {
    margin-left: 0;
  }

  .contact-form {
    padding: 15px;
  }

  .name-fields {
    flex-wrap: wrap;
  }
}

.bottom-footer a:hover {
  color: #fbbf24;
}

.bottom-footer a {
  transition: 0.5s;
}

.bottom-footer {
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 4px;
  color: black;
  font-weight: 600;
}