::placeholder {
  color: #898989;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #898989;
}

::-ms-input-placeholder {
  color: #898989;
}

body,
html {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background-color: #fdbf00;
  vertical-align: top;
  border: 0;
  cursor: pointer;
}
.button:hover {
  background-color: #e6ac00;
}
.button.w100 {
  width: 100%;
}
.button img {
  display: inline-block;
  vertical-align: top;
}
.button span {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
}

header {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 2%;
  font-size: 0;
  background-color: rgba(7, 7, 9, 0.5);
}
@media (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
}
header .left {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  header .left {
    width: 180px;
  }
}
header .left img {
  height: 65px;
}
header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: top;
  text-align: right;
  background-color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  header .right {
    padding: 6px 10px;
    border-radius: 12px 0 0 12px;
    gap: 4px;
  }
}
header .right > ul {
  display: flex;
  padding: 9px 14px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  header .right > ul {
    display: none;
  }
}
header .right > ul li {
  display: inline-block;
  padding: 0 4px;
}
header .right > ul li a {
  display: inline-block;
  padding: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #212322;
}
header .right > ul li a:hover {
  border-radius: 20px;
  background-color: #e7e7db;
}
header .right > ul li a.active {
  border-radius: 20px;
  background-color: #e7e7db;
}
header .right .button-appointment {
  background-color: transparent;
  padding: 9px;
}
header .right .button-appointment:hover {
  border-radius: 20px;
  background-color: #e7e7db;
}
@media (max-width: 1024px) {
  header .right .button-appointment {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
  }
}
header .right .mobil-button {
  display: none;
  padding: 8px;
  background-color: transparent;
  border-radius: 4px;
  margin-left: 8px;
}
header .right .mobil-button:hover {
  border-radius: 10px;
  background-color: #e7e7db;
}
header .right .mobil-button.active {
  border-radius: 10px;
  background-color: #e7e7db;
}
@media (max-width: 1024px) {
  header .right .mobil-button {
    display: inline-block;
    margin-left: 0;
  }
}
header .right .mobil-button i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #222;
  margin: 3px 0;
}

footer {
  display: block;
  background-color: #444;
}
footer .line {
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fdbf00;
}
footer .inline-footer {
  display: block;
  padding: 40px 15%;
  font-size: 0;
}
@media (max-width: 1024px) {
  footer .inline-footer {
    padding: 40px 5%;
  }
}
footer .inline-footer .left {
  display: inline-block;
  width: 340px;
  vertical-align: top;
}
footer .inline-footer .left .head {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 0;
}
footer .inline-footer .left img {
  width: 130px;
}
footer .inline-footer .left .text-icon {
  display: block;
  padding: 5px 0;
}
footer .inline-footer .left .text-icon:hover span {
  color: #fff;
}
footer .inline-footer .left .text-icon img {
  display: inline-block;
  width: 24px;
  height: auto;
  vertical-align: top;
  padding: 5px 10px 0 0;
}
footer .inline-footer .left .text-icon span {
  display: inline-block;
  width: calc(100% - 34px);
  vertical-align: top;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
footer .inline-footer .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 340px);
  padding: 0 0 0 40px;
}
@media (max-width: 1024px) {
  footer .inline-footer .right {
    width: 100%;
    padding: 0;
  }
}
footer .inline-footer .right .box {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: 14px;
}
@media (max-width: 1024px) {
  footer .inline-footer .right .box {
    width: 50%;
    padding: 20px 0;
  }
}
footer .inline-footer .right .box h3 {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 10px 0;
}
footer .inline-footer .right .box ul {
  display: block;
}
footer .inline-footer .right .box ul li {
  padding: 2px 0;
}
footer .inline-footer .right .box ul li a {
  display: inline-block;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
  cursor: pointer;
}
footer .inline-footer .right .box ul li a:hover {
  color: #fff;
}
footer .inline-footer .right .box ul li img {
  width: 20px;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0 0;
  margin-top: 30px;
  border-top: 1px solid rgba(128, 140, 179, 0.2);
}
footer .bottom .documents {
  display: flex;
  gap: 20px;
}
footer .bottom .documents img {
  height: 70px;
}

/*
Search Popup Styles */
.modal-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.modal-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}
.modal-overlay.active .search-popup {
  transform: translateY(0) scale(1) !important;
}

.search-popup {
  background: white;
  border-radius: 15px;
  width: 90%;
  max-width: 650px;
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
  transform: translateY(-30px) scale(0.9) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 20px;
}
.search-popup .user-result {
  display: block;
  font-size: 16px;
  color: #222;
  padding: 20px;
  text-align: center;
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}
.search-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
}

.search-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #6c757d;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.search-close:hover {
  background: #e9ecef;
  color: #2c3e50;
}

.search-input-container {
  display: block;
  width: 100%;
  padding: 25px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
}
.search-input-container div.error {
  display: none !important;
}
.search-input-container .avatar-cont {
  display: block;
}
.search-input-container .avatar-cont .avatar {
  display: inline-block;
  width: 48px;
  padding: 4px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.search-input-container .avatar-cont .avatar:hover img {
  transform: scale(1.05);
}
.search-input-container .avatar-cont .avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.search-input-container .avatar-cont .avatar input {
  display: inline-block;
  margin-top: 5px;
}
.search-input-container input[type=text], .search-input-container input[type=password] {
  display: block;
  padding: 15px 20px;
  border: 1px solid #d2d4d5;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  background: #f8f9fa;
  margin: 10px 0;
}
.search-input-container input[type=text].error, .search-input-container input[type=password].error {
  border-color: #ff8282;
  background-color: #fffafa;
}
.search-input-container input[type=text].w100, .search-input-container input[type=password].w100 {
  width: 100%;
}
.search-input-container input[type=text].w50, .search-input-container input[type=password].w50 {
  display: inline-block;
  width: 49%;
  margin: 0 0.5%;
  margin-bottom: 20px;
}
.search-input-container input[type=text]:focus, .search-input-container input[type=password]:focus {
  border-color: #fdbf00;
  background: white;
  box-shadow: 0 0 0 3px rgba(253, 191, 0, 0.1);
}

.search-submit {
  background: #fdbf00;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-submit:hover {
  background: #e6ac00;
  transform: scale(1.05);
}
.search-submit img {
  filter: brightness(0) invert(1);
}

.search-results {
  max-height: 400px;
  overflow-y: auto;
}

.search-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  color: #6c757d;
}

.loading-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #e9ecef;
  border-top: 3px solid #fdbf00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-content {
  padding: 25px;
}

.search-suggestions h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.suggestion-tag {
  background: #f8f9fa;
  color: #6c757d;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #e9ecef;
}
.suggestion-tag:hover {
  background: #fdbf00;
  color: white;
  border-color: #fdbf00;
}

.search-result-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f1f3f4;
  cursor: pointer;
  transition: background 0.2s ease;
}
.search-result-item:hover {
  background: #f8f9fa;
}
.search-result-item:last-child {
  border-bottom: none;
}

.search-result-icon {
  width: 40px;
  height: 40px;
  background: #fdbf00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.search-result-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.search-result-content {
  flex: 1;
}

.search-result-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 5px 0;
}

.search-result-description {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}

.search-result-url {
  font-size: 12px;
  color: #28a745;
  margin-top: 5px;
}

.no-results {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
}
.no-results h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #2c3e50;
}

/* Search Popup Mobile Responsive */
@media (max-width: 768px) {
  .search-overlay {
    align-items: flex-start;
    padding-top: 80px;
  }
  .search-popup {
    width: 95%;
    max-height: 90vh;
    margin: 10px;
    border-radius: 12px;
  }
  .search-header {
    padding: 15px 20px;
  }
  .search-header h3 {
    font-size: 18px;
  }
  .search-input-container {
    padding: 20px;
  }
  #search-input {
    padding: 12px 16px;
    font-size: 14px;
  }
  .search-submit {
    width: 45px;
    height: 45px;
  }
  .search-content {
    padding: 20px;
  }
  .suggestion-tag {
    padding: 6px 12px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .search-overlay {
    padding-top: 60px;
  }
  .search-popup {
    width: 98%;
    max-height: 95vh;
    margin: 5px;
    border-radius: 10px;
  }
  .search-header {
    padding: 12px 15px;
  }
  .search-header h3 {
    font-size: 16px;
  }
  .search-input-container {
    padding: 15px;
  }
  #search-input {
    padding: 10px 14px;
    font-size: 13px;
  }
  .search-submit {
    width: 40px;
    height: 40px;
  }
  .search-content {
    padding: 15px;
  }
}
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}

.loading-box {
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}

.loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*18.2 loading - 2*/
.loading-cover,
.loading-srh-bar,
.loading-map {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  font-size: 25px;
  color: #333;
}