.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 iframe {
    width: 100%;
    height: 100vh;
}

.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%;
  padding: 1.5rem 2rem;
  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: rgba(0, 0, 0, 0.85) !important;
  top: 0;
  padding: 0 1rem;
}
.fab-hr-header.fixed .top-bar {
  display: none;
}
.fab-hr-header .logo {
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: white;
  user-select: none;
  width: 100%;
  height: 100%;
}
.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 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  user-select: none;
}
.top-bar {
     position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
}
.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;
}

/* Main content inside banner */
.fab-hr-main {
  position: absolute;
  z-index: 5;
  margin-top: 15rem;
  max-width: 42%;
  color: white;
  top: 0;
  margin-left: 3rem;
  /*display:none;*/
}

.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: 1.5rem;
  /* 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;
  gap: 3rem;
  max-width: 320px;
  align-items: center;
}

.fab-hr-main .btn-primary-custom {
  background-color: #f4ac3e;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1.75rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.fab-hr-main .btn-primary-custom:hover {
  background-color: #d18e2a;
}

.fab-hr-main .btn-link-custom {
  background: none;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
  white-space: nowrap;
}

.fab-hr-main .btn-link-custom:hover {
  text-decoration: underline;
}

@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: #3b2f2f;
  padding: 5rem 10rem;
  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 {
  margin-top: 2rem;
  background-color: #f7b239;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.375rem;
  width: max-content;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.offer-text button:hover {
  background-color: #e0a32e;
}

@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 {
  /* background-color: #fbbf24; */
  border: none;
  border-radius: 50%;
  width: 108px;
  height: 28px;
  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;
  /* margin-left: 12px; */
}

.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: #f5f5f5;
  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 {
  background-color: #fbbf24;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}

.news-block button:hover {
  background-color: #f59e0b;
}

.news-item {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/*.news-item:hover {*/
/*  background-color: #fbbf24;*/
/*}*/

.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;
  font-weight: 600;
  font-size: 0.875rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  line-height: 1.6rem;
  min-height: 3.25rem;
}

.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-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.news-item:hover .arrow img {
    filter: brightness(2);
    transform: none;
}
.news-item:hover .arrow {
    background-color: #f9b342;
}
@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 {
  color: #1e1e1c;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  text-align: center;
}
/* 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;
}

.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 {
  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: rgb(15 107 103);
  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;
}

.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;
}
/* responisve */
@media (max-width: 1250px) {
    .customer-contaner {
    gap: 3rem;
    width: 90%;
}
  .offer-text {
    padding: 2rem 4rem;
  }
}
@media (max-width: 1150px) {
  .fab-hr-main {
    margin-top: 10rem;
    max-width: 60%;
    margin-left: 2rem;
  }
}
@media (max-width: 1024px) {
    .customer-contaner {
    grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        
    }
  .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%;
  }
}

@media (max-width: 900px) {
  .fab-hr-main {
    margin-top: 8rem;
    max-width: 100%;
    margin-left: 2rem;
  }
}

@media (max-width: 768px) {
        .customer-contaner {
        grid-template-columns: repeat(2, 1fr);
     
        place-items: center;
    }
    .footer-newsletter .social-icons{
            justify-content: center;
    }
    .footer-container{
    display: flex;
    flex-direction: column;
            justify-content: center;
        text-align: center;
        align-items: center;
    }
    .footer-sitemap, .footer-contact, .footer-newsletter {
   
    width: 100% !important;
}
  .menu-links {
    padding-left: 0;
  }
  /*.fab-hr-main {*/
  /*  display: none;*/
  /*}*/
  .logo img {
    width: 150px;
  }
  .fab-hr-container {
    height: auto;
  }
}

@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) {
        .customer-contaner {
        grid-template-columns: repeat(1, 1fr);
    
    }
  .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;
  }
}
.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;
}
