@charset "utf-8";

/* refactored with chatGPT - 05/03/2025 11:04 GMT */
.custom-map-banner {
    display: flex;
    flex-wrap: nowrap; /* Ensures no unwanted wrapping within flex container */
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem auto; /* Centers the div horizontally */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 95.8%;
    max-width: 95.8%; /* Ensures the container never exceeds intended width */
    box-sizing: border-box; /* Essential to include padding and borders in width calculation */
    overflow-x: auto; /* Allows horizontal scrolling if inner content overflows */
}

/*
.custom-map-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     width: 95%; 
}
*/

.custom-map-banner img {
  max-width: 40%;
  height: auto;
  border-radius: 6px;
  margin-right: 3rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* Tablet devices */
@media (max-width: 768px) {
  .custom-map-banner {
    flex-direction: column;
    padding: 1rem;
  }

  .custom-map-banner img {
    max-width: 80%;
    margin: 0 0 1rem 0;
  }
}

  .banner-text-content {
    text-align: center;
  }

  .banner-text-content h2 {
    text-align: center;
  }

  .banner-text-content p {
text-align: center;
  }

/* Mobile devices */
@media (max-width: 480px) {
  .custom-map-banner img {
    max-width: 100%;
  }
}

        /*
  .custom-map-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .custom-map-banner img {
    max-width: 40%;
    height: auto;
    border-radius: 6px;
    margin-right: 3rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
*/

  .banner-text-content {
    max-width: 520px;
  }

  .banner-text-content h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #333;
  }

  .banner-text-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    color: #555;
  }

  .banner-text-content .cta-button {
    display: inline-block;
    background-color: #007BFF;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
      margin-bottom: 10px;
  }
.cta-buttonG {
    display: inline-block;
    background-color: #1db324;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
  }
  .banner-text-content .cta-button:hover {
    background-color: #0056b3;
  }

.cta-buttonG:hover {
    background-color: #337A23;
}
.fileTypesBuyMot {
    width: 95.8%; 
    margin:0 auto;
    margin-top: 10px;
    /* display: flex
; */
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    background: #f9f9f9;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    padding: 1.5rem;
    /* margin: 2rem 0; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 95.8%; /* Ensures the container never exceeds intended width */
    box-sizing: border-box; /* Essential to include padding and borders in width calculation */
   
}
