.footer{
    padding-bottom: 0.3em;
    height: fit-content !important;
    padding: 0 !important;
    padding-top: 1.2em !important;
    padding-bottom: 0.6em !important;
}


.footer__container {
    width: 100%;
    /* max-width: 1800px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start !important;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    color: var(--secondary-color);
    margin: 0;
    padding: 0;
  }

  .footer_col_1, .footer_col_2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 2.5em;
  }

  .footer__area {
    padding: 0 10px; /* Adjust padding as needed for left and right spacing */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .d-flex {
    margin-bottom: 10px; /* Adjust vertical spacing between contact items */
  }
  .footer__col {
    max-width: 300px;
    width: 24vw !important;
    margin: 0; /* Center the content */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  
.footer-head{
    margin: 0 !important;
    margin-bottom: 1em !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.goog-te-combo{
    background: #B88BBA;
    color: white;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    border: #1457ff;
    backdrop-filter: blur(20px);
    font-size: medium;
    font-weight: 400;
}

.goog-te-combo option{
    background: #9fbaff;
    height: 40px;
    margin-top: 5px;
    font-size: medium;
    color: black;
}

.footer_text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_text a{
    color: white;
    /* margin-top: 10px; */
    
}


.footer__area{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.footer_link_text a{
    color: white;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}

.footer_link_text{
    text-align: center;
}

.gmap_canvas {
    position: relative; /* Allows for positioning child elements */
    overflow: hidden; /* Prevents overflow of child elements */
    background: none !important; /* Ensure no background */
    height: 100%; /* Use 100% height of the parent container */
    width: 100%; /* Use 100% width of the parent container */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Optional: Add some shadow for better visibility */
    border-radius: 5px; /* Add rounded corners */
  
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
  }

  .map_col{
    width: 60vw !important;
    margin: 0; /* Center the content */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .mapouter{
    width: 100%;
  }

  .gmap_canvas, #gmap_canvas{
    width: 100%;
    width: 60vw !important;
    height: 250px;
  }

  .footer-head-map{
    text-align: left !important;
    justify-content: left !important;
    margin: 1em 20em !important;
  }

  .language-dropdown-container {
    padding: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ff9fcf; /* Light background to match theme */
}

.language-label {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #123456; /* Adjust color to match theme */
    margin-bottom: 10px; /* Space between label and dropdown */
}

.language-dropdown {
    display: inline-block;
    padding: 15px;
    border: 1px solid #ff9fcf; /* Border color to match theme */
    border-radius: 5px;
    background-color: #ff9fcf; /* Background color for dropdown */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
}

.language-dropdown:hover {
    border-color: #ff6f91; /* Change border color on hover */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Slight shadow effect on hover */
}

.language-dropdown select {
    border: none; /* Remove default border from select */
    outline: none; /* Remove outline */
    background: transparent; /* Make background transparent */
    font-size: 16px; /* Font size for dropdown options */
    color: #123456; /* Text color to match theme */
    width: 100%; /* Full width of the dropdown */
}

#google_translate_element a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#google_translate_element img{
    width: auto !important;
    height: 4em !important;
    
}

.footer__bar{
    margin-top: 1.5em !important;
}

@media (max-width: 900px) {
    .footer_col_1, .footer_col_2{
        justify-content: center;
        align-items: center;
    }

    .footer__col, .footer__area{
        width: 48vw !important;
        justify-content: center;
        align-items: center;
    }

    .map_col{
        width: 58vw !important;
    }

    .gmap_canvas, #gmap_canvas{
        width: 100%;
        height: 250px;
      }
}

@media (max-width: 500px) {
    .footer_col_2{
        padding: auto 0.2em !important;
    }
    .map_col{
        width: 85vw !important;
    }
}