.footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding-30);
  padding-left: 0;
  padding-right: 0;
}

.footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 90px;
  box-sizing: border-box;
  gap: var(--gap-20);
  border-radius: var(--br-40);
  overflow: hidden;
  background-image: url(/public/assets/images/Footer-Container@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: calc(100% - 60px);
  text-align: left;
  font-size: var(--fs-36);
  color: var(--color-white);
  margin: 0 30px;
}

.left-container {
  width: 558.6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-48);
}

.lorem-ipsum-dolor {
  align-self: stretch;
  font-size: var(--fs-36);
  letter-spacing: -0.03em;
  line-height: 115%;
  font-weight: 500;
}

.email {
  align-self: stretch;
  height: var(--height-48);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-4);
  font-size: var(--fs-14);
  color: var(--color-gray-200);
}

.email2 {
  font-size: var(--fs-14);
  letter-spacing: -0.02em;
}

.supportmyfinalystcom {
  margin: 0;
  font-size: var(--fs-20);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

.link-reset {
  color: inherit;
  text-decoration: none;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.social-links {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: var(--gap-24);
  font-size: var(--fs-16);
  color: var(--color-gray-100);
}

.linkedin-icon2 {
  width: var(--width-24);
  max-height: 24px;
  object-fit: cover;
}

.privacy-policy {
  font-size: var(--fs-16);
  letter-spacing: -0.02em;
  line-height: 115%;
  cursor: pointer;
}

.right-container {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  max-width: 500px;
  margin-top: 20px;
  font-size: var(--fs-20);
}

.certificate-section {
  display: flex;
  gap: 40px;
}

.certificate-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.certificate-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.certificate-text {
  font-size: 14px;
  line-height: 109%;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.certificate-text span {
  font-weight: 600;
}

.get-started-with {
  align-self: stretch;
  padding-top: 40px;
  font-size: var(--fs-20);
  letter-spacing: -0.02em;
  line-height: 115%;
}

.buttons2 {
  margin-top: 16px;
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-top: -40px;
  height: var(--height-40);
}

.schedule-button {
  width: 190px;
  cursor: pointer;
  border: 0;
  padding: var(--padding-8) var(--padding-16);
  background-color: var(--RF-Grey-GG-10);
  border-radius: var(--br-10);
  overflow: hidden;
  display: flex;
  height: var(--height-40);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.schedule-a-demo2 {
  font-size: var(--fs-16);
  letter-spacing: -0.01em;
  font-weight: 500;
  color: var(--Brand-Color-Codes-Rain-Forest);
  text-align: left;
  padding: 2px 8px;
  white-space: nowrap;
}

.watch-how-it-works-button {
  cursor: pointer;
  border: 0;
  padding: var(--padding-8) var(--padding-16);
  background-color: transparent;
  height: var(--height-40);
  flex: 1;
  border-radius: var(--br-10);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--gap-4);
}

.play-arrow-filled-icon {
  height: var(--height-24);
  width: var(--width-24);
}

.watch-how-it {
  font-size: var(--fs-16);
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--color-white);
  text-align: left;
}


@media screen and (max-width: 1920px) {
  .footer-container {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1440px) {
  .footer-container {
    width: calc(100% - 60px);
    padding: 50px 70px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-container {
    width: calc(100% - 40px);
    gap: var(--gap-20);
    padding: 50px 50px;
    margin: 0 20px;
  }
  
  .lorem-ipsum-dolor {
    align-self: stretch;
    width: 100%;
  }
  
  .left-container {
    width: 48%;
    min-width: 400px;
  }
  
  .right-container {
    max-width: 48%;
  }
}

@media screen and (max-width: 992px) {
  .footer-container {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 40px;
    gap: 50px;
    margin: 0 20px;
  }
  
  .left-container {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  
  .right-container {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
  
  .lorem-ipsum-dolor {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-container {
    width: calc(100% - 40px);
    padding: 40px 30px;
    gap: 50px;
    border-radius: 30px;
    margin: 0 20px;
  }
  
  .left-container {
    gap: 36px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 28px;
  }
  
  .email {
    height: auto;
  }
  
  .social-links {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .certificate-section {
    gap: 30px;

  }
  
  .get-started-with {
    font-size: 18px;
    line-height: 130%;
  }
  
  .buttons2 {
    height: auto;
    flex-wrap: wrap;
  }

  

  .schedule-button,
  .watch-how-it-works-button {
    min-width: 48%;
    height: var(--height-40);
    margin-top: -30px;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-container {
    width: calc(100% - 30px);
    padding: 35px 24px;
    gap: 40px;
    border-radius: 24px;
    margin: 0 15px;
  }
  
  .left-container {
    gap: 28px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 24px;
    line-height: 120%;
  }
  
  .supportmyfinalystcom {
    font-size: 18px;
  }
  
  .social-links {
    gap: 12px;
  }
  
  .privacy-policy {
    font-size: 14px;
  }
  
  .certificate-section {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
  }
  
  .certificate-text {
    font-size: 13px;
  }
  
  .get-started-with {
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
  }
  
  .buttons2 {
    margin-top: 12px;
    flex-direction: column;
    gap: 12px;
    height: auto;
  }
  
  .schedule-button,
  .watch-how-it-works-button {
    height: 44px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-container {
    width: calc(100% - 20px);
    padding: 50px 20px;
    gap: 40px;
    border-radius: 20px;
    margin: 0 10px;
  }
  
  .left-container {
    gap: 24px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 22px;
  }
  
  .email2 {
    font-size: 13px;
  }
  
  .supportmyfinalystcom {
    font-size: 16px;
  }
  
  .linkedin-icon2 {
    width: 20px;
  }
  
  .certificate-img {
    width: 42px;
    height: 42px;
  }
  
  .get-started-with {
    font-size: 15px;
  }
  
  .schedule-a-demo2,
  .watch-how-it {
    font-size: 13px;
  }
}

@media screen and (max-width: 375px) {
  .footer-container {
    padding: 25px 16px;
    gap: 24px;
    border-radius: 16px;
  }
  
  .left-container {
    gap: 20px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 20px;
  }
  
  .certificate-section {
    gap: 16px;
  }
  
  .get-started-with {
    font-size: 14px;
  }
}

.schedule-button {
  text-decoration: none;
}

.schedule-button:focus,
.schedule-button:active {
  outline: none;
}

@media screen and (max-width: 768px) {

  .footer {
    padding: 0 !important;
  }

  .footer-container {
    width: 100% !important;
    flex-direction: column !important;
    padding: 32px 24px !important;
    gap: 28px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
  }

  .left-container {
    width: 100% !important;
    min-width: auto !important;
    gap: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .lorem-ipsum-dolor {
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 120% !important;
    order: 1 !important;
    margin-bottom: 30px;
  }

  .email {
    height: auto !important;
    margin-top: 28px !important;
  }

  .supportmyfinalystcom {
    font-size: 17px !important;
  }

  .social-links {
    flex-wrap: wrap !important;
    gap: 16px !important;
  }

  .right-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .certificate-section {
    flex-direction: row !important;
    gap: 20px !important;
  }

  .get-started-with {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-top: 4px !important;
    order: 2;
    font-weight: 400;
    opacity: 0.9;
  }

  .buttons2 {
    flex-direction: row !important;
    height: auto !important;
    gap: 10px !important;
    margin-top: 12px !important;
    align-items: center !important;
  }

  .schedule-button {
    flex: 1 !important;
    width: auto !important;
    padding: 8px 0 !important ;
    height: 40px !important;
    font-weight: 900 !important;
  }

  .schedule-a-demo2 {
    font-weight: 600;
  }

  .watch-how-it-works-button {
    flex: 1 !important;
    width: auto !important;
    height: 44px !important;
    margin-left: 0 !important;
    border-radius: 10px !important;
    text-wrap: nowrap;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {

  .footer-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .left-container,
  .right-container {
    display: contents !important;
  }

  .lorem-ipsum-dolor { order: 1; }
  .certificate-section { order: 2; }
  .buttons2 { order: 3; }
  .email { order: 4; }
  .social-links { order: 5; }
}

@media screen and (max-width: 480px) {

  .footer-container {
    width: 100% !important;
    padding: 90px 20px 40px 20px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    gap: 50px !important;
  }

  .lorem-ipsum-dolor {
    font-size: clamp(24px, 5.5vw, 26px) !important;
  }
}

@media screen and (max-width: 768px) {

  .email {
    margin-top: 40px !important;  
  }

  .social-links {
    margin-top: -20px !important;   
  }

}