.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  /* background: white; */
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: white !important;
}

.footer-section-with-bg {
  background-image: url("/footer/footerAsset1.png");
  /* background-image: url("../../../../../../public/footer/footerAsset1.png");  */
  /* or .png, .webp */
  background-size: cover; /* or 'contain' based on your needs */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 650px; /* Adjust height as needed */
  position: relative;
  margin-top: 130px;
  /* 3d86c6 */
}
.footer-bottom-container {
  background-color: #99ccff;
  height: 10mm; /* 15.347 millimeters */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom-container span {
  color: #000000; /* Black text color */
  font-size: 1rem; /* Adjust as needed */
  font-weight: 500;
  font-family: "Acumin Pro Semi Bold";
}

.centered-blue-container {
  position: absolute;
  /* width: 72%; */
  /* width: 1056px; */
  /* width: 971px; */
  max-width: 415.471mm; /* Maximum width */
  height: 33%; /* Responsive height relative to parent */
  max-height: 78.18mm; /* Maximum height */
  background-color: #3d86c6;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-right: 30px;

  /* Maintain aspect ratio */
  aspect-ratio: 415.471/78.18; /* Width/Height ratio */
}
.centered-image {
  object-fit: contain; /* Ensures full image visibility */
  max-width: 100%; /* Prevents overflow */
  max-height: 100%;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Optional: Animation on hover */
.centered-image:hover {
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform 0.3s ease;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  z-index: 2; /* Above background image */
}

.first-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  font-family: "Acumin Pro Regular";
  margin-bottom: 8px;
  padding-left: 15px;
  padding-top: 8px;
}

.second-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2px;
}
.left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #ffffff;
  font-size: 4.6vh;

  padding-left: 12px;
  font-family: "Acumin Pro Wide Bold";
}
.left-item span {
  line-height: 1.1; /* Better for two-line text */
  display: inline-block; /* Ensures proper line break */
}
.button-sub-right {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  /* margin-top: -18px; */
  margin-top: 2vh;
  width: 100%;
  height: 100%;
}
.subscribe-button {
  background-color: #99ccff;
  color: #1d1d1b;
  border: none;
  padding: 13px 25px 10px 25px;

  border-radius: 15px;
  font-size: 21.05px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 49mm;
  font-family: "Acumin Pro Bold";
}
.social-media-image {
  object-fit: contain;
}
.subscribe-button:hover {
  background-color: #88bbee;
  transform: translateY(-2px);
}

/* Three column layout */
.footer-columns-container {
  position: absolute;
  width: 72%;
  max-width: 1092px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-8% + 32% + 20px);
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  z-index: 1;
  gap: 20px; /* Added gap between all columns */
}

/* First two columns container */
.footer-columns-group {
  display: flex;
  /* flex: 2;  */
  gap: 80px; /* Small gap between first two columns */
}

/* Individual columns */
.footer-column {
  flex: 1;
  /* padding: 0 15px; */
}
.footer-column-last {
  /* flex: 1; */
  /* padding: 0 15px; */
}

/* Third column */
.footer-column-last:last-child {
  /* margin-left: 156px;  */
  margin-right: 85px;
}
.app-store-container {
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Rest of your existing styles... */
.column-header {
  color: white;
  font-size: 1.2vw;
  margin-bottom: 30px;
  font-family: "Acumin Variable Concept Bold";
  padding-left: 27px;
}
.column-header-other {
  color: white;
  font-size: 1.2vw;
  margin-bottom: 30px;
  font-family: "Acumin Pro Bold";
  padding-left: 27px;
}
.column-header-last {
  color: white;
  font-size: 1.2vw;
  margin-bottom: 40px;
  font-family: "Acumin Pro Bold";
  /* padding-left: 52px; */
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list-other {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-family: "Acumin Pro Wide";
  cursor: pointer;
}
.footer-item-legas {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-family: "Acumin Pro Wide";
  cursor: pointer;
}
.footer-item-disable {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-family: "Acumin Pro Wide";
  opacity: 0.6;
}
.footer-item-disable::before {
  display: none;

  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #4caf50;
  border-radius: 50%;
}
.footer-item::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #99ff33;
  border-radius: 50%;
}
.footer-item-legas::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #99ff33;
  border-radius: 50%;
}
.social-media-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 35px;
  /* padding-top: 30px; */
  padding-top: 20px;
}

.app-stores-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.app-store-image {
  object-fit: contain;
}
.app-apple-store-image {
  object-fit: contain;
  /* margin-top: -30px; */
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1250px) {
  /* mein ny ya cut kiya ha (   */
  .centered-blue-container {
    top: 14%;
    /* width: 75%; */
    max-width: 260.471mm;
    /* Maximum width */
    height: 33%; /* Responsive height relative to parent */
    max-height: 78.18mm; /* Maximum height */
  }

  .footer-column-last:last-child {
    margin-right: 119px;
  }
  .app-store-container {
    /* margin-left: 67px; */
  }
  /*  */
  .social-media-container {
    padding-left: 10px;
    padding-top: 34px;
  }
  .footer-columns-container {
    /* width: 75%; */
  }
  .footer-columns-container {
    padding-top: 0px 0px;
    margin-top: 25px;
  }

  .column-header {
    font-size: 20px;
  }
  .column-header-other {
    font-size: 20px;
  }
  .column-header-last {
    font-size: 20px;
  }
}
@media (min-width: 1250px) and (max-width: 1500px) {
  /* mein ny ya cut kiya ha (   */
  .centered-blue-container {
    top: 14%;
    /* width: 75%; */
    max-width: 260.471mm;
    /* Maximum width */
    height: 33%; /* Responsive height relative to parent */
    max-height: 78.18mm; /* Maximum height */
  }

  .footer-column-last:last-child {
    margin-right: 119px;
  }
  .app-store-container {
    /* margin-left: 67px; */
  }
  /*  */
  .social-media-container {
    padding-left: 10px;
    padding-top: 34px;
  }
  .footer-columns-container {
    width: 65%;
  }
  .footer-columns-container {
    padding-top: 0px 0px;
    margin-top: 25px;
  }

  .column-header {
    font-size: 20px;
  }
  .column-header-other {
    font-size: 20px;
  }
  .column-header-last {
    font-size: 20px;
  }
}
@media (min-width: 1500px) and (max-width: 1750px) {
  .social-media-container {
    padding-left: 10px;
  }
  /* .social-media-container {
    

    padding-top: 38px;
} */
  /* .app-store-container{
  margin-left: 10px;



 } */
  .app-store-container {
    /* margin-left: 63px; */
  }
  .footer-column-last:last-child {
    /* margin-right: 151px; */
  }
}
@media (min-width: 1024px) and (max-width: 1250px) {
  /* mein ny ya cut kiya ha design khrb ho rha tha (.centered-blue-container {
    top: 16%;
    width: 67%;
  }) */
  .footer-bottom-container {
    margin-top: -5px;
  }
  .footer-column-last:last-child {
    margin-right: 123px;
  }
  .footer-columns-container {
    width: 80%;
  }
}
/* Tablet Styles (768px - 1023px) */
@media (max-width: 1023px) {
  .social-media-container {
    padding-left: 23px;
    padding-top: 0px;
  }
  .footer-section-with-bg {
    min-height: 1380px;
    margin-top: 80px;
  }
  .app-store-container {
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10px; */
  }
  .centered-blue-container {
    width: 84%;
    height: 15%;
    top: 20%;
    padding-right: 0px;
  }
  .column-header {
    font-size: 1.3rem;
  }
  .column-header-other {
    font-size: 1.3rem;
  }
  .column-header-last {
    font-size: 1.3rem;
  }
  .content-wrapper {
    padding: 15px;
  }

  .first-row {
    font-size: 22px;
    padding-left: 10px;
  }

  .left-item {
    font-size: 2rem;
    padding-left: 10px;
  }

  .subscribe-button {
    margin-right: 30px;
    padding: 8px 20px 8px 20px;
    width: auto;
  }

  .footer-columns-container {
    width: 90%;
    top: calc(8% + 25% + 20px);
    flex-direction: column;
    gap: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
  }

  .footer-columns-group {
    flex-direction: column;
    gap: 20px;
  }

  .footer-column-last {
    margin-right: 0 !important;
  }

  .footer-column,
  .footer-column-last {
    padding: 0;
  }

  .column-header,
  .column-header-other,
  .column-header-last {
    padding-left: 0;
    margin-bottom: 24px;
  }

  .column-header-last {
    margin-bottom: 30px;
    margin-right: -28px;
  }

  .footer-item {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .footer-item-legas {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .app-store-image,
  .app-apple-store-image {
    width: 150px !important;
    /* height: auto !important;
    margin-left: 0 !important; */
  }

  .footer-bottom-container {
    margin-top: -12px;
  }
}

/* Mobile Styles (up to 767px) */
@media (max-width: 767px) {
  .footer-section-with-bg {
    min-height: 1300px;
    margin-top: 60px;
    background-position: top center;
  }
  .app-store-container {
    margin-right: -13px;
  }
  .centered-blue-container {
    width: 80%;
    height: 21%;
    top: 17%;
  }

  .centered-image {
    width: 77px !important;
    top: 98% !important;
  }

  .first-row {
    font-size: 20px;
    padding-top: 5px;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }

  .second-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-item {
    font-size: 1.8rem;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }

  .subscribe-button {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 200px;
  }

  .footer-columns-container {
    top: calc(6% + 22% + 20px);
    padding: 20px 0;
  }

  .column-header-last {
    margin-bottom: 20px;
  }

  /* .footer-item::before {
    left: 5px;
    top: 8px;
  } */

  .footer-column-last > div {
    margin-left: 0 !important;
    align-items: center !important;
  }

  .app-store-image,
  .app-apple-store-image {
    width: 140px !important;
    /* margin: 0 auto !important; */
  }

  .footer-bottom-container {
    margin-top: -12px;
  }

  .footer-bottom-container span {
    font-size: 0.8rem;
  }
  .button-sub-right {
    margin-top: 28px;
  }
  .column-header {
    padding-top: 25px;
  }
}

/* Small Mobile Devices (up to 480px) */
@media (max-width: 767px) {
  .footer-item.mobile-footer-item-faq,
  .footer-item-legas.mobile-footer-item-legales,
  .footer-item.mobile-footer-item-contact,
  .footer-item.mobile-footer-item-conditions {
    position: relative;
    padding-left: 25px; /* Augmenter l'espace pour le point */
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: white;
    font-family: "Acumin Pro Wide";
    cursor: pointer;
  }

  /* Positionnement absolu cohérent pour tous les points */
  .footer-item::before,
  .footer-item-legas::before,
  .footer-item-disable::before,
  .mobile-footer-item-faq::before,
  .mobile-footer-item-contact::before,
  .mobile-footer-item-conditions::before {
    content: "";
    position: absolute;
    left: 0; /* Toujours à gauche */
    top: 50%;
    transform: translateY(-50%); /* Centrage vertical parfait */
    width: 8px;
    height: 8px;
    background-color: #99ff33;
    border-radius: 50%;
  }

  /* Point désactivé */
  .footer-item-disable::before {
    background-color: #4caf50;
    opacity: 0.6;
  }
  .footer-section-with-bg {
    min-height: 1285px;
  }
  .button-sub-right {
    margin-top: 5px;
  }

  .left-item {
    font-size: 1.5rem;
  }

  .footer-item {
    font-size: 0.9rem;
  }
  .column-header,
  .column-header-other,
  .column-header-last {
    /* font-size: 1rem; */
  }
  .footer-list {
    margin-left: -17px;
  }
  .footer-list-other {
    margin-left: -14px;
  }
  .column-header-last {
    margin-right: -12px;
  }
  .app-store-container {
    margin-right: -10px;
  }
  .centered-image {
    width: 65px !important;
    top: 98% !important;
  }
  .subscribe-button {
    margin-top: 15px;
  }
}

/* Ultra Wide Screens (above 2100px) */
@media (min-width: 2101px) {
  .footer-section-with-bg {
    min-height: 800px;
    /* background-size: contain; */
  }

  /* .centered-blue-container {
    width: 60%;
    max-width: 1500px;
    height: 25%;
    top: 10%;
  } */

  .footer-columns-container {
    width: 60%;
    max-width: 1500px;
    top: calc(10% + 23% + 50px);
  }

  .column-header,
  .column-header-other,
  .column-header-last {
    font-size: 1.5rem;
  }

  .footer-item {
    font-size: 1.2rem;
  }

  .left-item {
    font-size: 3.5rem;
  }

  .subscribe-button {
    padding: 15px 35px 12px 35px;
    font-size: 1.2rem;
    width: auto;
  }

  .app-store-image,
  .app-apple-store-image {
    width: 250px !important;
  }

  .footer-bottom-container {
    height: 15mm;
  }

  .footer-bottom-container span {
    font-size: 1.2rem;
  }
  .footer-column-last:last-child {
    margin-right: 93px;
  }
  .app-store-container {
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
}
@media (max-width: 325px) {
  .footer-item-disable::before {
    left: 13px;
  }
  .footer-section-with-bg {
    min-height: 1305px;
  }
}
