/*
.contact-list .inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.contact-list .icon {
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: white;
}

.contact-list .text {
  flex: 1;
  color: white;
  line-height: 1.4;
}
*/
.footer-logo
{
  vertical-align: middle;
    height: auto;
    max-width: 100%;  
}

.logo-contact-wrapper {
  display: flex;
  align-items: flex-start; /* or center, if you want vertical centering */
  gap: 20px;
  flex-wrap: wrap; /* responsive fallback */
}

.logo-wrapper {
  flex: 0 0 auto; /* don’t shrink logo */
}

.contact-wrapper {
  flex: 1;
}

.contact-list .inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-list .icon {
  width: 24px;
  font-size: 18px;
  color: white;
}

.contact-list .text {
  flex: 1;
  color: white;
  line-height: 1.4;
}



.lang-en{
    
}

.lang-ar{
    font-family: system-ui;
    font-size: unset;
}


.thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* or your accent color */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.thumb:hover .overlay-effect {
    opacity: 1;
}

.widget.widget_list .list-item.current-menu-item > a
 {
    position: relative  !important;
     color: #ffc30c !important; 
    font-family: 'Montserrat', sans-serif  !important;
    font-weight: 500  !important;
    display: block  !important;
}

@media only screen and (max-width: 991px) {
    #top-bar .top-bar-socials {
        width: 100%;
        display: block;
        text-align: left;
    }
}


@media only screen and (max-width: 479px) {
	

    .top-bar-inner-wrap
     {
        display: flex !important;
        align-items: center;
        gap: 0px !important;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
    }
}
