
/* Responsive styles for screens with max-width of 400px */
    #welcome-text {
      margin-top: -20px; /* Reduced margin for smaller screens */
      margin-right: 10px;
    }

    #w-widget {
      position: fixed;
      right: 5.4dvw !important;
      top: 85dvh;
      margin-right: 9dvw !important;
      z-index: 1000;
  }


    #Contact-main-container-border {
        margin-top:  !important;
        
    }

    #careers-notice {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important; 
      padding: 5em !important;
      display: visible !important;
      color: #000 !important;
  }
  
    .area-r-c-results {
      width: 100%; /* Adjust to full width */
      padding-bottom: 5px; /* Less padding for smaller screens */
      max-height: 100%;
    }
  
    #search-results-container {
      margin-left: 2vw;
      margin-right: 2vw;
      overflow-y: auto; /* Allow vertical scrolling */
      max-height: 60vh; /* Set a max height to prevent overflow */
      margin-bottom: 20px; /* Add spacing below the container */
      position: relative; /* Ensure it doesn't overlap */

    }
  
    .area-r-c-results-one-c-name {
      height: 30px; /* Smaller height */
      font-size: 16px; /* Adjust font size */
    }
  
    .area-r-c-results-one-c-details h5, 
    .area-r-c-results-one-c-details p {
      font-size: 16px; /* Reduce font size for details */
    }
  
    .area-r-c-results-one-c-areas {
      gap: 10px; /* Smaller gap between items */
      padding-left: 5px;
      padding-right: 5px;
    }
  
    #Contact-main-container-border {
      width: 90vw; /* Make it more fluid */
      margin-top: 5vh;
    }
  
    #area-representatives {
      width: 100% !important;
      margin-left: 0 !important; /* Remove large margin */
      max-height: 150vh !important; /* Adjust max height */
    }
  
    #area-r-heading h3 {
      font-size: 24px; /* Smaller heading size */
    }
  
    #area-r-container {
      flex-direction: column; /* Stack items vertically */
      width: 100% !important;
      gap: 2vw;
    }
  
    #area-r-c-search-results {
      width: 95dvw !important; /* Full width on smaller screens */
      margin-left: 20px !important; /* Remove large margin */
      padding: 2vh 0; /* Reduced padding */
    }
  
    #search-bar {
      width: 80vw !important; /* Adjust width for smaller screens */
      height: 5vh;
      font-size: 16px; /* Adjust font size */
    }
  
    #search-button-c button {
      font-size: 16px;
      width: 100%; /* Full width buttons */
      padding: 8px 0;
    }
  
    #area-r-c-map {
        display: none;
    }

    #search-button-c #map-container {
        display: none;
    }

    .area-r-c-results-one-c-details {
        display: flex;
        flex-direction: column !important;
    }

    #search-btn {
        border: none;
        background-color: #ffffff00;
        margin-right: 10px;
       }
       
       #refresh-btn {
           border: none;
           background-color: #fff;
           margin-left: 10px;
       }
  
       #area-r-c-search {
        display: flex;
        flex-direction: row;
        border-bottom: #E4002C 2px solid;
        width: 95dvw;
        padding-bottom: 5px;
        
    }

    .area-r-c-results-one-c-details p {
        color: #E4002C;
        font-weight: 600;
        font-size: 20px;
        margin-top: 10px;
    }

    #area-r-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    #area-r-heading h3 {
        font-size: 32px;

    }


    .social-share-container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 90%;
      margin: auto;
      gap: 10px;
      text-align: center; /* Center-align the text */
  }
  
  .career-footer-container {
      display: flex;
      margin-top: 4dvh;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 99dvw !important;
  }
  
  #career-apply {
      display: flex;
      width: 90%;
      margin-right: 40px !important;
  }


  
  #social-share-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 90%;
      margin: auto;
      text-align: center; /* Center-align the text */
  }
  
  #social-share-container h4 {
      font-size: 20px;
      margin-top: 19px;
      white-space: nowrap; /* Prevent text wrapping */
      margin-right: 30px !important;
  }
  
  .career-apply-btn {
      justify-content: center;
      font-size: 14px;
      color: #fff;
      background-color: #E4002C;
      padding: 20px 39px;
      border: none;
      box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
      border-radius: 5px;
      transition: 1000ms;
      transform: translateY(0);
      cursor: pointer;
      text-transform: uppercase;
  }
  
  .social-share-img {
      display: flex;
      align-items: center !important;
      justify-content: center;
      gap: 1em;
      margin-right: 90px !important;
  }
  
  .social-share-img img {
      margin-top: 1em;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .social-media-icons-container {
    display: flex;
    align-items: center;
    padding-top: ;
    height: 4vh;
    background-color: #333333;

}



.social-media-icons-container ul {
    padding: 15dvw;
    margin-top: 0px;
    align-items: center;
}

.social-media-icons-container img {
  height: 2dvh;
  width: auto;
  padding-left: 10px;
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 20px;
}
  
  
