.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}

.hero-left,
.hero-right {
  flex: 1;
  height: 100%;
}

.hero-right {
  background-color: #007bff;
}

.hero-text {
  flex: 1;
  padding-right: 20px;
  z-index: 24;
}

.hero-text div {
  font-size: 40px;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
  padding: 50px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff4e00;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #802700;
}

.hero-image {
  flex: 1;
  text-align: center;
  z-index: 24;
}

.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-text {
    /* padding: 0px; */
    margin-bottom: 20px;
  }

  .hero-text div {
    font-size: 30px;
    line-height: 1;
  }

  .hero-text p {
    font-size: 16px;
  }

  .hero-image img {
    max-width: 350px;
  }
}

/* New Search  */
.container {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-bar {
  display: flex;
  align-items: center;
  /* padding: 10px; */
  /* margin-top: 70px; */
  /* margin-bottom: 60px; */
  margin-top: 50px;
  margin-bottom: 50px;
}

.logo {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

.search-input {
  padding: 8px;
  font-size: 14px;
  border: none;
  margin-right: 15px;
  width: 500px;
  height: 50px;
  background-color: #f5f5f5;
}

.search-button {
  background-color: #ff4e00;
  color: white;
  border: none;
  margin: 5px;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-button:hover {
  background-color: #802700;
}

@media (max-width: 767px) {
  .logo {
    display: none;
  }

  .search-bar {
    flex-direction: column;
    display: block;
    align-items: flex-start;
  }

  .search-input {
    width: 100%;
    margin-bottom: 10px;
  }

  .search-button {
    width: 100%;
  }
}

.footer-container {
  background-color: white;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.footer {
  display: flex;
  justify-content: space-around;
  background-color: white;
  padding: 20px;
}

.footer h2,
p {
  font-family: "Lato";
  color: #000;
}

.footer-address-city {
  font-family: "Lato";
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.footer-column {
  flex: 1;
  margin: 10px 20px;
  padding: 10px;
}

.footer-row {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.footer-column h2 {
  /* font-size: 1.2rem; */
  font-size: 24px;
  margin-bottom: 20px;
  /* padding: 10px; */
}

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-location {
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .footer-container {
    padding: 0px;
  }
  .footer {
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
    padding: 5px;
  }

  .footer-column {
    margin: 10px 0px;
    padding: 4px;
  }

  .footer-location {
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 0.75rem;
  }

  .footer h2 {
    font-size: 16px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .pse-icon {
    width: 60px;
    height: 70px;
  }
  .meta-icon {
    width: 90px;
    height: 50px;
  }
  .kps-icon {
    width: 60px;
    height: 70px;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-address-city {
    font-weight: 700;
    font-size: 14px;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #ff4e00;
  color: white;
}

.nav-social-icon a {
  margin: 10px;
  margin-left: 10px;
  margin-right: 5px;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  height: auto;
}

.social-media-list li {
  margin-bottom: 8px;
}

.social-media-list a {
  text-decoration: none;
  color: #007bff;
}

.social-media-list a:hover {
  text-decoration: underline;
}

.maxchat-logo {
  width: auto;
  max-width: 200px;
  /* height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
}

/* Tag Modal*/
.animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
  margin: 5% auto;
  width: 681px;
  height: 348px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 18px;
  outline: 0;
  overflow-y: auto;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 0;
  font-size: 1.25rem;
}
.modal-header .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > * {
  margin: 5px;
}

/* Hide the scrollbar but allow scrolling */
.modal-content::-webkit-scrollbar {
  width: 0.5em;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #888;
}

/* Optional: add hover styles to the thumb */
.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.chip {
  display: inline-flex;
  flex-direction: row;
  background-color: #ffe8de;
  border: none;
  cursor: pointer;
  height: 36px;
  outline: none;
  padding: 0;
  font-size: 14px;
  font-color: #414141;
  /* font-family: "Open Sans", sans-serif; */
  white-space: nowrap;
  align-items: center;
  border-radius: 16px;
  vertical-align: middle;
  text-decoration: none;
  justify-content: center;
}

.chip-content {
  cursor: inherit;
  display: flex;
  align-items: center;
  user-select: none;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
}
