.navbar-brand >img.logo-display {
  height: 120px;
  filter: invert(1) brightness(1);
}

.max-preloader {
	width: 100%;
max-width: 250px;
}	

.custom-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.custom-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s ease;
}

.custom-modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-content input,
.modal-content button {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-content button {
  background-color: #266f49;
  color: white;
  border: none;
  cursor: pointer;
}

.modal-content .close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
}
.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}



#custom_translate {
    position: relative;
}

.no-background #translate-button-1, .no-background #translate-button-2 {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 15px;
	display: block;
}

#translate-button-1:hover, #translate-button-2:hover {
    background-color: rgba(255, 255, 255, 0.1); 
}

 #translate-button-1 {
    color: white;
	display: none;
}

#language-list-1, #language-list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    width: 150px;
    position: absolute;
    display: none;
    color:#212529;
    border-radius: 0.375rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#language-list-1 li, #language-list-2 li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #212529;
}

#language-list-1 li img {
    margin-right: 8px;
}

#language-list-1 li:hover {
    background: #f1f1f1;
}

#language-list-2 li img {
    margin-right: 8px;
}

#language-list-2 li:hover {
    background: #f1f1f1;
}

#language-list-1 li:hover, #language-list-2 li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#language-list-1.active, #language-list-2.active {
    display: block;
}


.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    display: none !important;
}

.equals {
	    font-size: 5em;
    margin-right: -22px;
    margin-left: -22px;
}

.loader {
  border-top-color: #3498db;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
