@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
.hero {
  /* height: 100vh; */
  background: url("../img/background_img_500.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

/* Override the button colors */
#cookies-policy .cookiesBtn__link,
#cookies-policy .cookiesBtn--accept,
#cookies-policy .cookiesBtn--essentials,
#cookies-policy .cookiesBtn.btn {
    background: #64dd2c !important;
    border-color: #64dd2c !important;
    color: #000000 !important;
}

#cookies-policy .cookies__details {
    color: #64dd2c !important;
}

#cookies-policy .cookiesBtn__link:hover,
#cookies-policy .cookiesBtn--accept:hover,
#cookies-policy .cookiesBtn--essentials:hover,
#cookies-policy .cookiesBtn.btn:hover {
    background: #67d434;
}

#cookies-policy .cookies__details:hover {
    color: #67d434;
}

#cookies-policy .cookies__btn--customize {
    color: #64dd2c !important;
}

#cookies-policy .cookies__category input:checked + .cookies__box:after {
    background: #67d434 !important;
}

#cookies-policy .cookies__alert {
  width: 30em !important;
}

.switch-language {
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    border: none;
    background: none;
}

/*500px */
@media (max-width: 500px) {
  .hero {
      background-image: url("../img/background_img_500.jpg");
  }
}

/* 501px до 1000px */
@media (min-width: 501px) and (max-width: 1000px) {
  .hero {
      background-image: url("../img/background_img_1000.jpg");
  }
}

/* 1001px до 2000px */
@media (min-width: 1001px) and (max-width: 2000px) {
  .hero {
      background-image: url("../img/background_img_2000.jpg");
  }
}

/* 2000px */
@media (min-width: 2001px) {
  .hero {
      background-image: url("../img/background_img_4000.jpg");
  }
}

header > nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px;
}

.nav-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  display: flex;
  gap: 4px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
}

.lang-switch a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
}

.hero-content {
  text-align: left;
  padding-left: 70px;
  padding-bottom: 100px;
  max-width: 100%;
}

.hero-content h1 {
  font-size: 75px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 3px;
}

.cta-button {
  display: inline-block;
  margin-top: 70px;
  padding: 7px;
  width: 310px;
  background-color: #64dd2c;
  color: #000000;
  text-decoration: none;
  font-size: 25px;
  line-height: 37.5px;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
}

.cta-button:hover {
  background-color: #67d434;
}

.container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px;
}
.title {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #828282;
  padding: 20px;
}
.product-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.product-section.reverse {
  flex-direction: row-reverse;
}

.text-content {
  width: 50%;
}
.text-content .icon img {
  width: 90px;
  height: 90px;
  margin-bottom: 53px;
}

.text-content,
h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px;
}
.max-width-85 {
  max-width: 85%;
}
.max-width-95 {
  max-width: 95%;
}
.text-content p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}

.text-content ul {
  list-style: none;
}

.text-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}

.text-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.width-50 {
  width: 50%;
}
.image-content {
  max-width: 100%;
}

.highlight {
  color: #64dd2c;
  font-weight: 400;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pt-0 {
  padding-top: 0;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.gap-20 {
  gap: 20px;
}
.h-100 {
  height: 100%;
}
.align-items-end {
  align-items: flex-end;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.flex-column {
  flex-direction: column;
}
.ml-20 {
  margin-left: 20px;
}
.mb-150 {
  margin-bottom: 100px;
}
.mb-64 {
  margin-bottom: 64px;
}
.pl-20 {
  padding-left: 20px;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.ml-30 {
  margin-left: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-64 {
  margin-top: 64px;
}
.contact-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #828282;
}
.contact-info > p {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contact-info > span {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contact-social {
  display: flex;
  flex-direction: column;
  list-style: none;
  display: flex;
  gap: 0px;
  transition: all 0.3s ease-in-out;
}

.contact-social a {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.contact-social a:hover {
  text-decoration: underline;
}
.w-100 {
  width: 100%;
}
.contact-form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 55%;
  margin-left: auto;
}

.form-header p {
  color: #000;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form-header h1 {
  font-size: 66px;
  font-weight: 400;
  line-height: 73px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form-header h1 span {
  color: #64dd2c; /* Green color for 'start' */
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.contact-form label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  transition: border-color 0.3s ease;
  resize: none; /* Disable resizing */
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #64dd2c; /* Green color on focus */
}

.contact-form button {
  background-color: #64dd2c;
  color: #000;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 310px;
  height: 54px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 37.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contact-form button:hover {
  background-color: #67d434;
}
input::placeholder,
textarea::placeholder {
  color: #000000; /* Change this to your desired color */
  opacity: 1; /* Ensure full opacity (default might reduce it) */
}
/* Optional: Different color for focus */
input:focus::placeholder,
textarea:focus::placeholder {
  color: #64dd2c; /* Change color when input is focused */
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #000;
  color: #fff;
  padding: 56px 70px;
}

.footer-section h3 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #828282;
  margin-bottom: 40px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: none;
}
.footer-section ul li a:hover {
  text-decoration: underline;
  color: #64dd2c;
}
.footer-section,
.footer-logo {
  width: 30%;
}

.footer-logo {
  text-align: right;
}
.display-hide {
  display: none;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 30px;
  height: 3px;
  background-color: white;
  transition: 0.3s;
}
.project-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.project-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding: 20px; */
  border-radius: 8px;
  width: 100%;
  gap: 20px;
}
@media (max-width: 575px) {
  header > nav {
    align-items: center;
    padding: 26px;
  }
  header > nav > img {
    width: 233px;
    height: 32px;
  }
  .nav-links {
    display: none;
  }
  .lang-switch {
    display: none;
  }
  .hero-content {
    width: 100%;
    padding: 26px;
  }
  .hero-content h1 {
    font-family: Poppins, sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .cta-button {
    width: 220px;
    margin-top: 34px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .container {
    padding: 0px;
  }
  .title {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .product-section {
    flex-direction: column !important;
    margin-bottom: 0;
    padding: 8px;
  }
  .text-content {
    width: 100%;
    padding-left: 0;
  }
  .text-content .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 42px;
  }
  .text-content h2 {
    min-width: 68%;
    max-width: 78%;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .text-content p,
  .text-content ul li {
    width: 100%;
    max-width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .image-content {
    width: 100%;
    text-align: center;
  }
  .image-product img {
    width: 340px;
    height: 242px;
  }
  .image-content img {
    /* width: 340px; */
    /* height: 242px; */
  }
  .mobile-ml-0 {
    margin-left: 0;
  }
  .small-picture img {
    width: 160px;
    height: 230px;
  }
  .project-item {
    flex-direction: column;
  }
  .project-item .image-content {
    text-align: center;
  }
  .project-item .image-content .small-image {
    width: 161px;
    height: 161px;
  }
  .project-item .image-content .small-image:first-child {
    display: block;
  }
  .project-item .image-content .small-image:nth-child(2) {
    margin-left: 50%;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .mobile-flex-row {
    flex-direction: row;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mobile-image-content img {
    max-width: 100%;
    height: 236px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inherit;
  }
  .mobile-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-mr-0 {
    margin-right: 0;
  }
  .ml-40 {
    margin-left: 0;
  }
  .mobile-p-0 {
    padding: 0;
  }
  .mobile-my-30 {
    margin: 30px 0;
  }
  .contact-title {
    margin-bottom: 37px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-info {
    margin-bottom: 26px;
  }
  .contact-info > p {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-social a {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-form-container {
    width: 100%;
    margin-top: 30px;
  }
  .form-header p {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .form-header h1 {
    font-family: Poppins, sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-form button {
    width: 220px;
    height: 35px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 64px;
    margin-top: 48px;
  }
  footer {
    background-color: #000;
    padding-bottom: 48px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    padding: 26px;
  }

  .footer-section h3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer-section ul li a {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer-section {
    width: 50%;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .mobile-text-right h3 {
    text-align: right;
  }

  .footer-logo {
    display: none;
  }
  .mobile-w-65 {
    width: 65% !important;
  }
  .mobile-mt-48 {
    margin-top: 48px;
  }
  .mobile-mt-20 {
    margin-top: 20px;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #fff;
    columns: #000;
    position: absolute;
    top: 70px;
    right: 0;
    width: 50%;
    padding: 20px;
  }
  .nav-links a {
    color: #000;
  }
  .nav-links.show {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
  .hamburger span {
    width: 30px;
    height: 3px;
    background-color: white;
    transition: 0.3s;
    transform-origin: 2px; /* To align rotation */
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(-2px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0; /* Hide middle line */
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(0px) rotate(-45deg);
  }
}



/* Desktops (1024px to 1199px) */
@media (min-width: 3000px){
  .hero {
    max-width: 1440px;
    margin: 0 auto;
  }
}

/* Desktops (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1350px) {
  .container {
    width: 100%;
  }
  .product-section {
    flex-direction: column !important;
    margin-bottom: 0;
    padding: 8px;
  }
  .text-content {
    width: 100%;
  }
  .image-content{
    width: 100%;
    text-align: center;
  }
}
/* Desktops (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1600px) {
  .footer-section,
  .footer-logo {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  header > nav {
    padding: 40px 70px;
  }
  .hero-content h1 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .cta-button {
    margin-top: 30px;
  }
}

/* Laptops and small desktops (768px to 1023px) */
@media (min-width: 576px) and (max-width: 1023px) {
  .nav-links {
    display: none;
  }
  .lang-switch {
    display: none;
  }
  header > nav {
    align-items: center;
    padding: 26px;
  }
  .hero-content {
    width: 100%;
    padding: 26px;
  }
  .cta-button {
    margin-top: 26px;
    width: 220px;
    font-size: 20px;
    line-height: 25px;
  }
  .container {
    width: 100%;
  }
  .hero-content h1 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .product-section {
    flex-direction: column !important;
    margin-bottom: 0;
    padding: 8px;
  }
  .text-content {
    width: 100%;
  }
  .image-content{
    width: 100%;
    text-align: center;
  }
  .mb-150 {
    margin-bottom: 75px;
  }

  .project-item {
    flex-direction: column;
  }
  .text-content {
    width: 100%;
    padding-left: 0;
  }
  .text-content .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 42px;
  }
  .text-content h2 {
    min-width: 68%;
    max-width: 78%;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .text-content p,
  .text-content ul li {
    width: 100%;
    max-width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .image-content {
    width: 100%;
    text-align: center;
  }
  .image-product img {
    width: 340px;
    height: 242px;
  }
  .image-content img {
    /* width: 340px; */
    /* height: 242px; */
  }
  .mobile-ml-0 {
    margin-left: 0;
  }
  .small-picture img {
    width: 160px;
    height: 230px;
  }
  .project-item {
    flex-direction: column;
  }
  .project-item .image-content {
    text-align: center;
  }
  .project-item .image-content .small-image {
    max-width: 230px;
    height: 230px;
    margin-top: 10px;
  }
  .project-item .image-content .small-image:first-child {
    display: block;
  }
  .project-item .image-content .small-image:nth-child(2) {
    margin-left: 50%;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .mobile-flex-row {
    flex-direction: row;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mobile-image-content img {
    max-width: 340px;
    height: 242px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inherit;
  }
  .mobile-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-mr-0 {
    margin-right: 0;
  }
  .ml-40 {
    margin-left: 0;
  }
  .mobile-p-0 {
    padding: 0;
  }
  .mobile-my-30 {
    margin: 30px 0;
  }
  .contact-title {
    margin-bottom: 57px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-info {
    margin-bottom: 26px;
  }
  .contact-info > p {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-social a {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-form-container {
    width: 100%;
    margin-top: 30px;
  }
  .form-header p {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .form-header h1 {
    font-family: Poppins, sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-form button {
    width: 220px;
    height: 35px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 64px;
    margin-top: 48px;
  }
  footer {
    background-color: #000;
    padding-bottom: 64px;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    padding: 26px;
  }

  .footer-section h3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer-section ul li a {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer-section {
    width: 50%;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .mobile-text-right h3 {
    text-align: right;
  }

  .footer-logo {
    display: none;
  }
  .mobile-w-65 {
    width: 65% !important;
  }
  .mobile-mt-48 {
    margin-top: 48px;
  }
  .mobile-mt-20 {
    margin-top: 20px;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 70px;
    right: 0;
    width: 50%;
    padding: 20px;
  }
  .nav-links a {
    color: #000;
  }
  .nav-links.show {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
  .hamburger span {
    width: 30px;
    height: 3px;
    background-color: white;
    transition: 0.3s;
    transform-origin: 2px; /* To align rotation */
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(-2px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0; /* Hide middle line */
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(0px) rotate(-45deg);
  }
}
