/* ======== Responsive Design George Landing Page ======== */
@media (max-width: 1440px) {

  .intro .decorative-square.right,
  .intro .decorative-rectangle-left-top,
  .decorative-square.yellow.right,
  .decorative-rectangle-left-top.right {
    display: none;
  }

  .link-content {
    height: 100%;
  }
}


@media (max-width: 1024px) {

  .header {
    display: none !important;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .use-cases-content .left {
    padding-bottom: 30px;
    width: 100%;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
  }

  .why-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .security-grid-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .security-grid-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-content-image img {
    visibility: visible;
  }

  .origin-right img {
    display: flex;
  }

  .decorative-rectangle-right-top.right,
  .decorative-rectangle-left-top.right,
  .decorative-rectangle-right-top.left,
  .decorative-rectangle-left-top.left,
  .decorative-square.orange.left,
  .decorative-square.yellow.left {
    display: none;
  }

  .logo-container {
    width: 55%;
  }

  .header-cta {
    width: 25%;
    margin-right: -20px;
  }

  .intro .cta-button {
    width: 120%;
  }

  .footer-left {
    align-items: center;
    justify-content: center;
  }

  .footer-right {
    align-items: center;
    justify-content: center;
  }

}

/* 🔹 Header (Mobile + Tablette) */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  .menu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 10px 0;
  }

  .header-cta {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .logo-container {
    width: 100%;
    justify-content: center;
  }

  .decorative-rectangle-left-top {
    display: none;
  }

  /* 🔹 Intro Section */
  .second-row {
    flex-direction: column;
    align-items: center;
  }

  .left,
  .right {
    align-items: center;
  }

  .step-card-image {
    height: auto;
    max-width: 90%;
  }

  /* 🔹 Solution Section */
  .solution {
    flex-direction: column;
  }

  .solution-left,
  .solution-right {
    width: 100%;
  }

  /* 🔹 Use Cases Section */
  .use-cases-content {
    flex-direction: column;
  }

  .use-cases-content .right {
    width: 100%;
    margin-left: 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }


  /* 🔹 Security Section */
  .security-grid-row1,
  .security-grid-row2 {
    grid-template-columns: 1fr;
  }

  /* 🔹 How Section */
  .how-content {
    border-left: none;
    padding-left: 20px;
  }

  /* 🔹 Footer Section */
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    justify-content: center;
    flex-direction: column;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .header {
    top: -320px;
  }

  .use-cases-content .left {
    padding-bottom: 30px;
  }

  .use-cases-content .right {
    width: 100%;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
  }

  .cta-button {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 16px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-content-image img {
    visibility: visible;
  }

  .origin-right img {
    display: flex;
  }

  .security-grid-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .security-grid-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .use-cases-content .left {
    padding-bottom: 30px;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
    margin-top: 40px;
  }

  .cta-button {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .why-rectangle {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .security-grid-row1,
  .security-grid-row2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner-content-image img {
    visibility: hidden;
  }

  .origin-right img {
    display: none;
  }

  .logo-container {
    width: 50%;
  }

  .problems-links {
    display: flex;
    flex-direction: column;
  }

  .link-content {
    height: 100%;
  }

  .solution {
    width: 99%;
  }

  .intro .decorative-square-right,
  .intro .decorative-rectangle-left-top.right {
    display: flex;
    z-index: 1;
    margin-right: -60px;
  }

  .how-header-footer-triangle {
    display: none;
  }

  .why-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .origin-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .origin-right {
    display: none;
  }

  .intro .cta-button {
    margin-left: -10px;
  }

  .intro .first-row .step-card,
  .intro .second-row .left,
  .intro .second-row .right {
    display: none;
  }

  .robot-image {
    display: none;
  }

  .intro-content-responsive {
    display: flex;
    justify-content: center;
  }

}

/* 🔹 Modale + Form */
@media (max-width: 425px) {
  .modal-content {
    width: 95%;
    height: auto;
    max-height: 95vh;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }

  .use-cases {
    margin: 100px 10px;
  }

  .use-cases-content .left {
    padding-bottom: 30px;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
  }

  .cta-button {
    margin-left: 20px;
  }

  .banner-content-image img {
    visibility: hidden;
  }

  .origin-right img {
    display: none;
  }

  .use-cases-content .left {
    padding-bottom: 30px;
    width: 100%;
  }

  .use-cases-content .right {
    width: 100%;
  }

  .use-cases-content-row {
    min-width: 365px;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
    margin-top: 40px;
  }

  .cta-button {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .why-rectangle {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .security-grid-row1,
  .security-grid-row2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner-content-image img {
    visibility: hidden;
  }

  .origin-right img {
    display: none;
  }

  .logo-container {
    width: 55%;
  }

  .problems-links {
    display: flex;
    flex-direction: column;
  }

  .link-content {
    height: 100%;
  }

  .solution {
    width: 99%;
  }

  .decorative-rectangle-right-top.right,
  .decorative-rectangle-left-top.right,
  .decorative-square.left {
    display: none;
  }

  .how-header-footer-triangle {
    display: none;
  }

  .why-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .origin-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .origin-right {
    display: none;
  }

  .decorative-rectangle-right-top.right,
  .decorative-rectangle-left-top.right {
    display: none;
  }

  .footer-right img {
    max-width: 150px;
    max-height: 150px;
  }

  .problems {
    margin: 0px;
  }

  .why-rectangle {
    padding-bottom: 20px;
  }

  .use-cases-content .left {
    align-items: center;
  }

  .why-grid {
    min-width: 100%;
  }

  .intro .cta-button {
    width: 400%;
    margin-left: -70px;
  }

  .intro-content-responsive .robot-image {
    width: 1000px;
  }
}

@media (max-width: 375px) {
  .intro .cta-button {
    width: 400%;
    margin-left: -50px;
  }

  .rectangle-with-text {
    height: auto;
  }
}

/* Responsive part Alexis */
@media (max-width: 320px) {

  body {
    width: 140%;
  }

  .use-cases-content .left {
    padding-bottom: 30px;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
    margin-top: 40px;
  }

  .cta-button {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .why-rectangle {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .security-grid-row1,
  .security-grid-row2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner-content-image img {
    visibility: hidden;
  }

  .origin-right img {
    display: none;
  }

  .logo-container {
    width: 55%;
  }

  .problems-links {
    display: flex;
    flex-direction: column;
  }

  .link-content {
    height: 100%;
  }

  .solution {
    width: 100%;
  }

  .decorative-rectangle-right-top.left,
  .decorative-rectangle-left-top.left,
  .decorative-square.orange.right {
    display: none;
  }

  .how-header-footer-triangle {
    display: none;
  }

  .why-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .origin-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .origin-right {
    display: none;
  }

  .intro {

    margin-bottom: 30px;
  }

  .intro .cta-button {
    margin-left: -75px;

  }

  .header {
    top: -245px;
  }

}

/* 
@media (min-width: 1024px) and (max-width: 1440px) {

  .use-cases-content .left {
    padding-bottom: 30px;
    width: 80%;
  }

  .use-cases-content .right {
    width: 80%;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
  }

  .cta-button {
    margin-left: 20px;
  }

  .security-grid-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
   
  .security-grid-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

  .banner-content-image img {
    visibility: visible;
  }

  .origin-right img {
  display: flex;
  }


}

@media (min-width: 1440px) {

  body {
    width: 100%;
  }

  .use-cases-content .left {
    padding-bottom: 30px;
  }

  .use-cases-content-detail-banner {
    border-radius: 20px;
  }

  .cta-button {
    margin-left: 20px;
  }

    .security-grid-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
   
  .security-grid-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

  .banner-content-image img {
    visibility: visible;
  }

  .origin-right img {
  display: flex;
  }

  
.decorative-rectangle-right-top.right, 
.decorative-rectangle-left-top.right,
.decorative-square.right {
  display: none;
}
}


@media (min-width: 1495px) {

  .decorative-rectangle-right-top.right, 
  .decorative-rectangle-left-top.right,
  .decorative-square.right {
    display: flex;
  }
} */