.logo img {
  max-width: 12.5rem; /* 200px */
}
.search-bar  input:focus-visible{
    outline: none;
}
.search-bar  input{
        width: 310px;
    padding-left: 26px;

        border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
}
.search-bar svg{
    position: absolute;
    left: 0;
    top: -4px;
}
.search-tabs-sec{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 355px;
    margin: auto;
    gap: 15px;
    margin-top: 27px;
}
.sticky_logo svg{
	    width: 111px;
}
.search-tabs{
        width: max-content;
    border-radius: 22px;
    border: 1px solid black;
    padding: 5px 16px;
}
.search-tabs a{
    color: #000;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
text-transform: uppercase;
}
.suggestions span{
        color: #000;
    text-align: center;
    font-family: Prata;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    display: block;
    margin-top: 37px;

}
.search-bar{
    width: 310px;
    margin: auto;
        position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
 

}

.offcanvas-trigger,
.close-offcanvas {
  cursor: pointer;

}

.offcanvas-content{
        margin-top: 34%;
}
.close-offcanvas{
        position: absolute;
    right: 22px;
}
.search-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
    width: 650px;

  height: 100%;
  background: #f4f4f4;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
}

/* Open state */
.search-offcanvas.active {
  right: 0;
}

/* Overlay styling */
.overlay-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 54%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

/* Overlay active state */
.overlay-full.active {
      
  visibility: visible;
  opacity: 0.6;
}



.wpr-sub-menu a{
    font-weight: 500;
     text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: var(--black);
  padding: 0.625rem 1.25rem; 
}
.navbar-menus{
    margin-bottom: 0px;
}
.menu_link  a{
    font-weight: 500;
    text-decoration: none;
cursor: pointer;
display: inline-block;
position: relative;
text-transform: uppercase;
color: var(--black);
padding: 18px 22px 18px 22px;
line-height: 3px;
    

}



.navbar-menus {
  padding-left: 0;
  position: relative;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-menus li {
  list-style: none;
}

.submenu {
  width: 24rem; /* 250px */
  margin-top: -0.5625rem; /* -9px */
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  background-color: #fff;
  padding: 0.625rem; /* 10px */
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  z-index: 100;
}

/* Show submenu on hover */
li:hover .submenu {
  display: block;
  opacity: 1;
  visibility: visible;

}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_link a:before {
     content: "";
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 46%;
    left: -2px;
    transform: translateY(-1px);
}

.without-dot-menu a::before {
  content: unset;
}

.search-container {
  top: 11px;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 0.25rem; /* 4px */
  padding: 5px 13px;
  width: 3.5rem; /* 40px */
  overflow: hidden;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transform-origin: right;
}

.search-container input {
  border: none;
  outline: none;
  width: 0;
  font-size: 14px;
  padding: 0.3125rem; /* 5px */
  transition: width 0.3s ease-in-out;
}

.search-container input::placeholder {
  color: var(--gray);
}



.search-container .search-icon {
  font-size: 1.25rem; /* 20px */
  color: #555;
  cursor: pointer;
  position: relative;
    top: -3px;
}

.footer-bottom .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem; /* 10px */
  flex-wrap: wrap;
}

.content {
  margin-left: 20px;
  font-size: 18px;
}

.menu-box-content {
     position: absolute;
    background-color: rgb(241 241 241 / 72%);
    text-transform: uppercase;
    line-height: normal;
    min-height: 4.25rem;
    padding: 0.875rem;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 250px;
    margin: auto;
}

.slidermenu {
    margin-top: 0;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1289px;
    padding: 25px 78px 27px 82px;
}

.menu-box-main {
  position: relative;
}

.menu-box img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  height: 239px;
  width: 247px;
}

.menu-box p {
  margin-bottom: 0;
}

.join-our-community {
padding-top: 40px;
    background-color: var(--secondary-color);
    text-align: center;
    color: var(--white);
    padding-bottom: 40px;
        position: absolute;
    top: 80px;
}

.join-our-community h2 span{
margin-left: 15px;
    font-family: 'GEHili';
    font-size: 14px;
    font-weight: 300;
    margin-top: 3px;

}

.join-our-community h2 {
    font-size: 20px;
    color: white;
    text-transform: unset;
    text-align: left;
   margin-bottom: 3px;
/*     display: flex;
    align-items: center; */
/*     gap: 8px; */
}

.nl-para p {
        margin-bottom: 15px;
font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
        padding-right: 43px;
}

.join-our-community .input-field::-moz-placeholder {
  color: #fff;
}

.join-our-community .input-field::placeholder {
  color: #fff;
}

.join-our-community .input-field:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.join-our-community .input-field {
        margin-bottom: 16px;
        width: 100%;
  outline: none;
  height: 50px; 
  padding: 6px 12px; /* 6px 12px */
  font-size:15px ;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.submit-btn {
    color: #672E45;
        font-size: 12px;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 12px;
    width: 150px;
    background: var(--white);
    border: 1px solid var(--white);
    position: relative;
    text-transform: uppercase;
   
}

.footer-bottom {
position: relative;
  background-color: #dbe4d5;
  padding: 50px 0px 15px 0px;
}

.footer-bottom p a {
  color: #5b5a5a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
}

.footer-discription {
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.dreadmark {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.footer-bottom .fa-instagram {
  font-size: 25px;
  position: relative;
  top: 1px;
  color: black;
}

.footer-bottom i {
  font-size: 23px;
    color: black;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dropdown-menu-mobile span  a ,  .dropdown-menu-content p a{
  font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}
.offcanvas-body li{
  list-style: none;
}
.dropdown-menu-content{
  display: none;
  margin-top: 8px;
}
.dropdown-menu-content p{
  margin-bottom: 10px;
  margin-top: 10px;
}
.offcanvas-body ul{
  padding-left: 0;
}
.arrow-mobile.up .fa-chevron-down {
  transform: rotate(180deg);
 

}
.dropdown-menu-mobile{
  position: relative;
}
.arrow-mobile {
  position: absolute;
  right: 0px;
}
.arrow-mobile  .fa-chevron-down{
  font-size: 11px;
}
.offcanvas-body .dropdown {
  margin-bottom: 20px;
}
.mobile-header{
  padding: 10px 30px;
  display: none;
}



.offcanvas {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  overflow-y: auto; /* Allows scrolling */
}

.offcanvas.show {
  transform: translateX(0);
}
.english-title{
	 cursor: pointer;
  font-size: 15px;
  color: black;
}
.arabic-title{
     cursor: pointer;
    color: black;
  font-size: 14px;
  font-weight: 100;
  font-family: 'GEHili';
}
.country-flags ul{
    padding-left: 0px;
   display: flex;
    gap: 18px;
    align-items: center;
	margin-bottom: 0;
}
.normal-logo p{
	margin-bottom: 0;
}
.country-flags ul li{
    list-style: none;
}
.country-flags ul li img{
    height: 12px;
    width: auto;
        margin-right: 4px;
}
.country-flags ul li a:hover::before {
    width: 100%;
}
.country-flags ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: black; /* Pick your color */
    transition: width 0.4s ease-in-out;
}

.search-icon svg{
    height: 20px;
    width: 20px;
}
.country-flags ul li a{
      position: relative;
    transition: color 0.3s ease;
           display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    justify-content: center;
    color: black;
    gap: 4px;
}
.country-flags{
    margin-top: 10px;
}

.overlay {
  position: fixed;
  top: 56px; /* Start overlay 56px from the top */
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 999; /* Ensure it appears above other elements */
  display: none; /* Initially hidden */
}


.slidetext img{
   height: 17px;
}

/*top slide start */

.close-icon{
    z-index: 9;
    cursor: pointer;
    position: absolute;
    right: 23px;
}

 .highlights a{

    font-weight: 900 ;

}
.slidetext {
            width: 100%;
            height: 51px; /* Set height to 51px */
            overflow: hidden;
            position: relative;
            border-radius: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
         
        }
.text-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 51px;
}
/*         .text-wrapper.arabic { bottom: -51px; }
        .text-wrapper.english { bottom: -51px; } */

        
        .text1{
            font-size: 15px;
            font-weight: 900;
           
        }
        .text2{
             font-family: 'GEHili';
             font-size: 15px;
            font-weight: 300;
           
        }
/*top slide end */
.logo_svg {
        margin-top: 0px;
       fill: #84754e;
}



       .change-country  .dropdown {
            position: relative;
            display: inline-block;
            overflow: unset;
        }
       .change-country  .dropdown-content {
            display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 206px;
    top: -133px;
    left: -205px;
    right: auto;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 6px;
        }
       .change-country .dropdown-content div {
            padding: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        .change-country .dropdown-content div:hover {
            background-color: #f1f1f1;
        }
        .change-country .flag {
            width: 20px;
            height: 15px;
            margin-right: 10px;
        }
       .change-country  .dropdown-button {
            cursor: pointer;
            padding: 10px;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
        }
    
   .newsletter-slider-sec .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.newsletter-slider-sec .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
}
.form-side svg{
        height: 20px;
    position: relative;
    top: -3px;
}
    
.change-country{
         display: flex;
    margin-top: -13px;
    align-items: center;
 
    text-align: center;
    justify-content: center;
}
.submit-btn:hover{
       
    background: #DCE7C5;
    color: black;
    
}
.desktop-header.sticky .sidebar-search {

    top: 9px;

}
.sidebar-search {
            position: absolute;
        right: 16%;
    top: 6px;
}
.menu-sec{
    position: relative;
}
.normal-logo svg{
	    margin-bottom: 10px;

}
.all-right  p span {
	font-family: 'GEHili';
    display: block;
    font-size: 12px;
    color: #5b5a5a;
	line-height: 10px;
}
