
#edit-keys{    padding: 5px 9px;
    font-size: 15px;}
#language-switcher div div ul,#header-top-menu ul,#header-main-menus ul li{
  position: relative;
}
#mobile-language-switcher ul a,#mobile-header-top-menu ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
}
#language-switcher div div ul,#header-top-menu ul,#header-main-menus ul,#mobile-language-switcher ul{
  display: flex;
  
}
#header-top-menu nav h2,#header-main-menus nav h2{
  display: none;
}
#header-top-menu div, #header-main-menus div{
  display: flex;
}
#header-top-menu div nav, #header-main-menus div nav{
  display: flex;
  align-items: center;
}
#header-top-menu ul li > ul, #header-main-menus ul li > ul{
  display: flex;
  flex-direction: column;
  position: absolute;
	top:100%;
  width: 290px;
  background-color: #015780;
  border-radius: 0px;
  display: none;
  z-index: 99;
}
#header-top-menu ul li:hover ul, #header-main-menus ul li:hover ul{
  display: block;
}
#header-top-menu ul li ul li a, #header-main-menus ul li ul li a{
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #fff;
}
#language-switcher div div ul li a, #header-top-menu ul a,#header-main-menus ul li a{
  padding-left: 0.50rem;
  padding-right: 0.50rem;
  color: #015780;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
}
#header-main-menus ul li a{
  color: #fff;
  font-weight: 600;
}
#mobile-header-top-menu ul li ul{
  padding: 10px;
}
#mobile-header-main-menus ul li ul{
  padding: 10px;
}

#mobile-header-main-menus ul li ul li a{
  display: block;
  padding: 5px 0;
  font-weight: normal;
}
/* Tabs */
.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li{
  display: inline-block;
  margin:0;
  padding: 10px 20px 5px 20px;
  cursor: pointer;
  font-size:1.2em;
  line-height:2em;
  color:#FFF;
}
.tabs li button:hover {
  background:#c2992d;
  }
.tabs li.current button{
  background: #c2992d;
  color: #FFF;
}
.tabs li.current button span{
  background: #c2992d;
  color: #FFF;
}
.tab-content{
  display: none;
  background: #f2f2f2;
  padding: 15px;
  line-height:1.4;
}
.tab-content.current{
  display: inherit;
}
.accordion {
  width: 100%;
  margin: 20px auto;
 
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-header {
  /* padding: 15px; */
  /* background: #f0f0f0; */
  cursor: pointer;
}
.accordion-content {
  display: none;
  padding: 15px;
  background: #ffffff;
}
.accordion-header.active svg{
    transform: rotate(180deg);
  /* background: #015780;
  color: white; */
}
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 30%;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
}
#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#popup-close {
  float: right;
  cursor: pointer;
  font-weight: bold;
}
#popup-content p{
padding: 5px;
}
#popup-content img{
  margin: auto;    width: 50%;
}
#custom-grid div{
  border: 1px solid #ccc;
  padding-bottom: 25px;
  padding-top: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#custom-grid div a img{
  width: 172px;
  margin: auto;
  height: 172px;
}
#custom-grid div p{
  
}
.error{
  color: red;
  display: block;
  margin: 10px;
}
.modal {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  align-items: center;
  justify-content: center;
  z-index: 9999; 
}
.modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 55%;
  max-width: 1200px; 
  overflow: hidden;
}
#galleryImages {
  display: flex;
  flex-direction: row;
  transition: transform 0.3s ease-in-out; 
}
.gallery-image {
  width: 100%;
  object-fit: contain; 
  max-height: 600px; 
  display: block;
}
#galleryImages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#galleryImages img {
    width: 100%;
    object-fit: contain;
    max-height: 80vh; 
    margin: 0 10px;
}
.modal.hidden {
    display: none !important; 
}
#imageModal {
    display: flex;
    align-items: center;
    justify-content: center;
}#edit-submit{display: none;}
#block-upm-headertopmenu ul li a:hover{
	background-color: #f0f0f0;
  color: #015780 !important;
	border: 1px solid #015780;
}
#block-upm-headertopmenu ul li a.is-active{
	background: #015780 !important;
	color: #ffffff !important;
	border: none;
	padding: 0.75rem 0.75rem;}
#block-upm-mainnavigation ul li a:hover{
	background: #ffffff !important;
	color: #015780 !important;
	border: none;
	/* border-radius: 5px; */
}
#block-upm-mainnavigation ul li a.is-active{
	background: #ffffff;
	color: #015780 !important;
	border: none;}
#block-upm-mainnavigation ul li a.is-active{
	border-radius: 0px !important;}
#block-upm-mainnavigation ul li a.is-active:hover{
	border: 2px solid customTeal !important;}
#footer-redirection .footer-link:hover, #footer-redirectiontwo .footer-link:hover{
	background: #ffffff;
	color: #015780;
	border: none;
	padding: 5px; }
#block-upm-mainnavigation ul li{
  position: relative;
}
#block-upm-mainnavigation ul li a:hover > ul {
  display: block; 
}
li > ul > li {
  position: relative;
}
li > ul > li:hover {
  background-color: #f0f0f0;
  color: #015780 !important;
}
li > ul > li > ul {
  left: 85% !important;  
  top: 0;
  display: none;  
  margin-left: 10px;  
}
li > ul > li:hover > ul {
  display: block !important; 
}
li > ul li a,
li > ul > li > ul li a {
  padding: 10px;
  text-decoration: none;
  display: block;
}
li > ul li a:hover,
li > ul > li > ul li a:hover {
  background-color: #f0f0f0;
  color: #015780 !important;
}
li > a {
  text-decoration: none;
  display: block;
  padding: 10px;
}
li:hover > a {
  background-color: #f0f0f0;
  color: #015780 !important;
}
#block-upm-mainnavigation ul li > ul li > ul {
  display: none !important;
  top: 0%;
  left: 90% !important;
  width: 74%;
}
#block-upm-mainnavigation ul li > ul li:hover ul {
  display: block !important;
}
/* Search-Page */
/* #block-upm-content ol{
  padding: 10px;
  width: 750px;
  margin: auto;
}
#block-upm-content ol li{
  margin: 20px;
  list-style-type: disc !important;
} */
#search-form #edit-keys{
  border: 2px solid #c2992d;
  margin: 20px;
}
#search-form #edit-help-link {
  border: none;
  background-color: #015780;
  margin: 20px;
  margin-left: 0px;
  color: #ffffff;
  padding: 10px;
}
/* Pagination */
.pager__items{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager__item{
  background-color: #015780;
  margin: 6px;
  color: #fff;
  font-size: 18px;
}
.pager__item.is-active{
  background-color: #fff;
  color: #000;
}
#search-wrapper {
  /* margin: 25px !important; */
  width: 80% !important;
  /* margin: 15px auto; */
}
.search-head {
  margin: 0px !important;
  /* width: 80% !important; */
  font-size: 18px;
  font-weight: 600;
}
#search-form {
  width: 80%;
  margin: 30px auto;
  padding-top: 50px;
}
/* User Login Form */
#user-login-form{
  width: 60%;
  margin: 40px auto;
  padding: 30px 0px;
  text-align: center;
  border: 2px solid #015780;
}
#user-login-form div{
  margin: 20px 0px;
}
#user-login-form input{
  border: 2px solid #015780;
  padding: 4px;
  padding-left: 6px;
  display: inline-block !important;
}
#edit-actions #edit-submit{
  background-color: #015780;
  color: #fff;
  padding: 5px;
}
#display-error{
  width: 100%;
    text-align: center;
    margin: 4px auto;
    position: absolute;
    bottom: -45px;
}
.svg-icon{
  background-color: transparent;
}
.svg-icon:hover{
  background-color: transparent !important;
}
.svg-icon svg{
  transition: transform 0.3s ease-in-out;
}
.svg-icon svg:hover{
  transform: scale(1.2);
}
.justify-items-center{
  justify-items: center;
}
#chatbot-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 1000;
  display: block;
}
#chatbot-icon img {
  width: 100%;
  height: auto;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}
#chat-input{
  border: 2px solid #015780;
    padding-left: 8px !important;
    padding: 2px;
}
#chat-submit{
  width: 50%;
    background: #00A69C;
    margin: 10px auto;
    padding: 4px;
    color: white;
    border-radius: 5px;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0px;
}
.close-btn button {
  border: 2px solid #c2992d;
  background: #c2992d;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  border-radius: 50%;
  color: white;
}
#chatbot-icon::after {
  content: "Hi, I am Sanad, How may I help you?";
  position: absolute;
  bottom: 35%; /* Adjusted to appear above */
  right: 90%;
  transform: translateX(2%);
  background-color: white;
  color: black;
  padding: 8px 12px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(15, 10, 0, 0.5);
}
#chatbot-icon:hover::after {
  opacity: 1;
  visibility: visible;
}
#chat-log p.user-message{
  margin: 10px 0px;
  background: none !important;
  padding: 0px !important;
}
#chat-log p{
  margin: 10px 0px;
  padding-bottom: 10px;
  background: #cdc2c24a;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
}
.bot-message p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}
.loading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-style: italic;
  color: #888;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#contact-message-complaints-and-suggestions-form{
  width: 75%;
  margin: 10px auto;
  padding-top: 50px;
}
#edit-subject-0-value, #edit-field-full-name-0-value, #edit-field-email-address-0-value, #edit-field-phone-number-0-value, #edit-field-subject-0-value, #edit-field-complaint-description-0-value, #edit-field-file-attachment-0-upload, #edit-field-preferred-contact-method, #edit-message-0-value, .form-text, .form-email{
  width: 100%;
  padding: 3px;
  border: 2px solid #00a69c;
  background-color: transparent;
  border-radius: 0.375rem;    height: 50px;
}
.js-form-item{
  /* margin-bottom: 25px; */
}
.js-form-itemlabel label, .js-form-required, label.edit-field-phone-number-0-value, label.edit-field-file-attachment-0-upload{
  font-weight: 600;
}
#edit-preview{
  background-color: #c2992d;
  padding: 0.75rem;
  color: white;
  border: none;
  width: 100px;
  border-radius: 1rem;
}
#edit-actions{
  /* margin: 50px auto;
  text-align: center; */
}
@media only screen and (max-width: 768px) {
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  li {
    position: relative;
  }
  ul ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
  }
  li:hover > ul {
    max-height: 500px; 
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 450px) {
  #edit-keys{
    display: none;
  }
  .flex-column{
    flex-direction: column !important;
  }
  .full-width{
    width: 100% !important;
  }
  #popup{
    width: 75% !important;
    height: 75% !important;
    overflow: scroll;
  }
  .justify-items-center{
    justify-items: stretch;
  }
}
