@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

* {
  font-family: "Noto Sans", sans-serif !important;
}


.check-sel-box .radio-block label:before,
.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Free' !important;
}

.fab {
  font-family: 'Font Awesome 5 Brands' !important;
}

.language-form {
  display: inline;
}

button.language {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.language,
.language * {
  font-family: "Tajawal", sans-serif !important;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
}

html[lang="en"] .language,
html[lang="en"] .language * {
  font-family: "Almarai", sans-serif !important;
  font-size: 18px;
}


.about-section {
  padding: 60px 0;
}

.about-section .image-column .inner {
  display: flex;
  height: 100%;
}

.about-section .image-column .image {
  height: 100%;
  display: flex;
}

.about-section .image-column .image img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.featured-block:nth-child(ODD) .row {
  flex-direction: row-reverse;
}

.featured-block:nth-child(even) .row {
  flex-direction: row;
}

.featured-block .image-column {
  order: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-block .text-column {
  order: initial;
}

.header-style-one .header-upper .inner-container {
  display: flex;
  justify-content: space-between;
}

.header-style-one .nav-outer {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-style-one .other-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.header-style-one .other-links .mobile-nav-toggler {
  color: #000;
  cursor: pointer;
  display: none;
}

@media (max-width: 1150px) {
  .header-style-one .nav-outer {
    justify-content: flex-end;
  }

  .header-style-one .other-links .mobile-nav-toggler {
    display: block;
  }
}

.offers-section-one .images-column .image img {
  width: 300px;
  height: 400px;
}

/* .offers-section-one .images-column .image:nth-child(2) img {
  height: 380px;
  width: 250px;
  height: 250px;
} */
/* 
.offers-section-one .images-column .image:nth-child(3) img {
  height: 240px;
  width: 320px;
} */

.about-section .image-column .image-box {
  padding: 0;
}

.featured-block .image-column .image-box a {
  height: 400px;
  width: 585px;
  max-width: 100%;
  display: flex;
}

.featured-block .image-column .image-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 1.875rem;

}

.news-block h4 a,
.news-block .post-meta,
.featured-block .text-column h3,
.sec-title h2 {
  color: black;
}

.main-footer .widgets-section .row {
  margin-inline: 0;
}

.main-footer .widgets-section .row {
  justify-content: space-between;
}

@media (max-width:778px) {
  .main-footer .widgets-section .row {
    justify-content: center;
  }
}

.offers-section-one .offer-block .offer-inner {
  padding: 0;
}

.news-block .image-box {
  height: 300px;
  width: 400px;
  max-width: 100%;
}

.header-style-one .header-upper .logo-box .logo img {
  max-height: 60px;
}

.main-menu .navigation>li>a {
  padding: 0;
}

.header-style-one .other-links {
  padding: 0;
}

.main-menu .navbar-collapse,
.main-menu .navigation {
  height: 100%;
}

.main-menu .navigation>li {
  display: flex;
  align-items: center;
  height: 100%;
}

.offers-section-one .images-column .images {
  padding-bottom: 0;
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  gap: 8px;
  max-width: 600px;
}

.offers-section-one .images-column .dotted-pattern-4 {
  top: 120px;
}

.offers-section-one .images-column .image:nth-child(2) {
  display: flex;
  justify-content: flex-end;

}

.offers-section-one .images-column .image img {
  width: 48%;
  height: 300px;
}

.news-section {
  padding-block: 60px;
}

.main-footer .widgets-section {
  padding-block: 60px;
}

.main-footer .footer-widget {
  margin-bottom: 0;
}

.text,
.lower-text {
  color: #707676 !important;
}

.banner-carousel .content-box .text {
  color: #C4C5C7 !important;
}

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

  .featured-block:nth-child(even) .row,
  .featured-block:nth-child(ODD) .row {
    flex-direction: column-reverse;
  }

  .featured-block.alternate .text-column,
  .featured-block.alternate .image-column {
    order: initial;
  }
}

.offers-section-one .images-column .image img {
  border-radius: 0 1.875rem;
  overflow: hidden;
}

.offers-section-one .images-column .image {
  box-shadow: none;
}

.about-section .row {
  align-items: center;
}

.about-section .text-column .inner {
  padding-top: 0;
}

.news-block .image-box {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.btn-style-one .btn-title.with-rounded {
  border-radius: 0 1.25rem;
  padding: .6rem 1.25rem;
}

.newsletter-form .form-group .theme-btn {
  background: none;
}

.offers-section-one .images-column .image:first-child {
  margin-bottom: -120px;
}

.offers-section-one .images-column .image:last-child {
  margin-top: -120px;
}

@media (max-width:1150px) {
  .offers-section-one .images-column .inner {
    padding-top: 40px;
  }
}

@media (max-width:992px) {
  .featured-block .image-column .image-box a {
    margin-inline: auto;
  }
}

.offers-section-one .images-column .image img {
  transition: .3s all ease-in-out;
}

.offers-section-one:has(.offer-block:nth-child(1):hover) .images-column .image:nth-child(1) img,
.offers-section-one:has(.offer-block:nth-child(2):hover) .images-column .image:nth-child(2) img,
.offers-section-one:has(.offer-block:nth-child(3):hover) .images-column .image:nth-child(3) img {
  scale: 1.1;
}

.milenia-social-icons>li {
  display: inline-block;
  padding-top: 0.46875rem;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

/* Search Popup Styling */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-popup-inner {
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 600px;
  width: 90%;
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.3s ease-in-out;
}

.search-popup.active .search-popup-inner {
  transform: translateY(0);
}

.search-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.search-popup-close:hover {
  transform: rotate(90deg);
}

.search-popup-close .icon {
  font-size: 18px;
  color: #FFF;
}

.search-popup h2 {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 30px;
}

.search-popup form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

.search-popup form input[type="text"] {
  flex: 1;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.search-popup form input[type="text"]:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.search-popup form button {
  background: #333;
  color: white;
  border: none;
  padding: 15px 25px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-popup form button:hover {
  background: #707676;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.search-popup form button .icon {
  font-size: 18px;
}

/* Responsive Design for Search Popup */
@media (max-width: 768px) {
  .search-popup-inner {
    padding: 40px 20px;
    margin: 20px;
  }

  .search-popup h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .search-popup form {
    gap: 10px;
  }

  .search-popup form input[type="text"],
  .search-popup form button {
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .search-popup-inner {
    padding: 30px 15px;
  }

  .search-popup h2 {
    font-size: 20px;
  }
}
.new-arrivals .btn.btn-primary{
  background-color: transparent;
  border: 0;
  color: #B49A57;
  text-align: center;
  display: block;
  margin: auto;
  transition: all .3s ease-in-out;
  font-size: 18px;
}
.new-arrivals .btn.btn-primary:hover{
  color: #fff;
}
.new-arrivals .arrivals-brands{
  display: grid;
  grid-template-columns: repeat(4,1fr);
   width: 100%;
    box-sizing: border-box; 
}
.brand-list{
     width: 100%;
    box-sizing: border-box; 
}
@media (max-width:991px) {
  .new-arrivals .arrivals-brands{
      grid-template-columns: repeat(2,1fr);

  }

}
@media (max-width:350px) {
  .new-arrivals .arrivals-brands{
      grid-template-columns: repeat(1,1fr);

  }

}

.new-arrivals .arrivals-brands img{
 max-width: 100%;
    height: auto;
    display: block;
  width: 100%;}
.new-arrivals .arrivals-brands .brand-item{
  width: 100%;
  border-bottom: 1px solid lightgrey;
}
/* Ensure the parent container (if you want full width, it should be full width itself) */
.brand-list {
    width: 100%;
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding if any */
}

/* Style for the arrivals-brands grid container */
.arrivals-brands {
    display: grid;
    width: 100%; /* Full width of parent */
    justify-items: start; /* Items start at the very left of each grid cell */
    justify-content: start; /* The entire grid aligns to the left if it’s smaller than container */
    gap: 10px; /* No gaps between items */
}

/* Optional: ensure images are responsive and no gaps inside items */
.brand-item {
    margin: 0;
    padding: 0;
}
.brand-item img {
    display: block; /* Remove inline spacing */
    max-width: 100%; /* Responsive images */
    height: auto;
}
.new-arrivals .theme-btn.btn-style-one.view-btn {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;

}
.new-arrivals .filters-section .form-box{
  box-shadow: none;
  padding:  0;
}

/* Native selects (e.g. shop filter after selectmenu destroy): inset chevron to match 20px field padding */
.filter-form .field-inner:has(select.custom-select-box):not(:has(.ui-selectmenu-button)) select.custom-select-box {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 20px edge inset + ~16px icon — keep long labels clear of the arrow */
  padding-right: 45px;
}

.filter-form .field-inner:has(select.custom-select-box):not(:has(.ui-selectmenu-button))::after {
  font-family: 'Flaticon';
  content: "\f106";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999999;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}

/* jQuery UI selectmenu in filter forms — reserve space so labels don't overlap the arrow */
.filter-form .form-group .ui-selectmenu-text {
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Leasing / contact-form-two select only */
.contact-form-two .field-inner:has(select.custom-select-box):not(:has(.ui-selectmenu-button)) select.custom-select-box {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 45px;
}

.contact-form-two .field-inner:has(select.custom-select-box):not(:has(.ui-selectmenu-button))::after {
  font-family: 'Flaticon';
  content: "\f106";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999999;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}

.contact-form-two .form-group .ui-selectmenu-text {
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-form-two .form-group .ui-selectmenu-button.ui-button {
  height: 52px;
  padding: 10px 20px;
  line-height: 30px;
}

.contact-form-two .upload-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 30px;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  overflow: hidden;
}

.contact-form-two .upload-field > input.leasing-file-input[type="file"] {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 1;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #25283a;
  line-height: 30px;
  cursor: pointer;
}

.contact-form-two .upload-field > input.leasing-file-input[type="file"]::file-selector-button,
.contact-form-two .upload-field > input.leasing-file-input[type="file"]::-webkit-file-upload-button {
  margin-right: 12px;
  padding: 6px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #f5f5f5;
  color: #25283a;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.service__item2.lower-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 290px!important;
}
.service__wrapper{
  margin-top: 50px;
}
.book-block{
  justify-content: space-between;

}
.book-block .btn-style-one .btn-title{
    padding: 8px 17px !important;
    width: 175px;
}
.service__item2.lower-box h3{
font-size: 24px;
padding-top: 20px;
}
@media (max-width:1200px) {
  .main-footer .widgets-section .column:last-child {
    justify-content: flex-start;
  }
  .book-block{
    flex-wrap: wrap;
    gap: 10px;
  }
}
.enter-gallery .card-img-wrap{
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  overflow: hidden;
}

.enter-gallery .card-img-top{
  width: 100%;
  height: 100%;
  padding: 24px 28px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

.enter-gallery .offer-block-two{
  display: flex;
}

.enter-gallery .card{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.enter-gallery .card-body{
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px 24px;
  text-align: start;
}

.enter-gallery .card-title{
  min-height: 48px;
  margin-bottom: 8px;
  line-height: 24px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.enter-gallery .card-text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}

.enter-gallery .card-text.small{
  min-height: 20px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.enter-gallery .card-text:not(.small){
  min-height: 48px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.enter-gallery .theme-btn{
  margin-top: auto;
}

@media (max-width:778px) {
  .main-footer .widgets-section .column:last-child {
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
}
.news-section-three.news-page .news-block-four {
  display: flex;
  flex-direction: column;
}

.news-section-three.news-page .news-block-four .inner-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.news-section-three.news-page .news-block-four .lower-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-section-three.news-page .news-block-four .text {
  flex: 1;
}

.news-section-three.news-page .news-block-four .link-box {
  margin-top: auto;
}

.news-section-three.news-page .news-block-four figure{
  height: 250px;
}

.news-section-three.news-page .news-block-four figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-box.mission-img .image-layer,
.event-block .image-box.mission-img .overlink,
.event-block .image-box.mission-img{
  right: 0;
  left: unset;
}
.inner-box.mission-box{
    padding-right: 370px;
    padding-left: 0;
}
@media (max-width:768px) {
 .inner-box.mission-box{
    padding-right: 0;
    padding-left: 0;
} 
}
.facts-section-two .fact-block .fact-inner{
  padding-left: 0;
}
.featured-section-four{
  padding: 100px 0;
}
.offer-block-two .lower-box{
  height: 340px;
}
.page-banner{  height: 400px;
}
.general-page--tower .general-page__content::after {
  content: "";
  display: block;
  clear: both;
}
.general-page--tower .general-page__content img,
.general-page--tower .general-page__content .richtext-image {
  float: left !important;
  width: 42% !important;
  max-width: 560px !important;
  min-width: 360px;
  height: auto !important;
  object-fit: contain;
  margin: 0 40px 24px 0;
}
.general-page--tower .general-page__content p {
  margin-top: 0;
}
@media (max-width: 991px) {
  .general-page--tower .general-page__content img,
  .general-page--tower .general-page__content .richtext-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    margin: 0 0 24px;
  }
}
.owl-carousel .owl-item{
  height: 500px;
}
.banner-section .owl-dots{
  margin-top: 0;
}
.main-menu .navigation>li a.active-link{
  text-decoration: underline;

}
.active-sub{
  color: #3f7b84!important;

}
.service__item2.lower-box h3 {
    font-size: 20px;
}
.banner-inner{
  text-align: center;
  padding-top: 50px;
}
.offer-block-two .lower-box{
  box-shadow: none;
  text-align: center;
}
.service__item2.lower-box {
    height: 160px !important;
}

@media only screen and (max-width: 767px) {
    .offer-block-two .lower-box {
        padding: 30px 20px;
    }
}
.offer-block-two:hover .lower-box {
    box-shadow: none;
}
.featured-section-four,
.events-section,
.packages-section,
.rooms-section,
.news-section-three.news-page{
  padding: 50px 0;
}
/* .banner-carousel .content-box .content{
  display: none;
} */

.upcome-activity .card-img-top{
  height: 260px;
}
.form-control.field-inner{
    height: 52px;
    padding: 10px 20px;
    line-height: 30px;
        position: relative;
    display: block;
    height: 62px;
    width: 100%;
    font-size: 16px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    transition: all 300ms ease;
}
@media (max-width:1200px) {
  

.events-grid.upcome-activity .row{
gap: 30px;
}}
.job-card  img{
  height: 260px;
  width: 100%;
}
#jobs-list .card-main{
margin-bottom: 30px;
}
.mobile-menu .nav-logo img{
  display: none;
}
.main-footer .x-icon{
  width: 13px;
  height: 13px;
}
.footer-widget.footer-social-links li a:hover{
  color: #3f7b84;
  opacity: .5;

}
.mobile-menu .social-links li a,
.mobile-menu .nav-bottom .copyright{
  color: #fff;
}
@media only screen and (max-width: 1250px) {
    .mobile-menu {
        border-top-width: 50px;
        border-bottom-width: 100px;
    }
}
.social-links .x-icon{
  filter: brightness(0) invert(1);
    width: 13px;
  height: 13px;
}
.service__item2.lower-box h3:hover a{
  color: #9a9fa6;
}
.mobile-menu .social-links{
  padding-top: 5px;
}
 .gallery-container { margin:50px auto; }
 .gallery-top .swiper-slide{
  height: 400px;
 }
 .sericeicons{
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
  align-items: center;
  width: 100%;
 }
 .sericeicons li{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .sericeicons li img {
    height: 111px;
}
.regulations{
  padding: 60px 0;
  text-align: center;
}
 .stay-desc{
  margin-bottom: 50px;
 }
    .gallery-top .swiper-slide img,
    .gallery-thumbs .swiper-slide img { width:100%; height:100%; display:block; object-fit:cover; }
    .gallery-thumbs { margin-top:12px; box-sizing:content-box; }
    .gallery-thumbs .swiper-slide { height:120px; opacity:0.6; cursor:pointer; }
    .gallery-thumbs .swiper-slide-thumb-active { opacity:1; }
    .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev { color:#fff; }
    @media (max-width:576px){ .gallery-thumbs .swiper-slide{ height:60px }
         .sericeicons{
  flex-direction: column;
  gap: 20px;
      } 
      .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{
        display: none;
      }}
      .swiper-pagination-bullet-active {
    background: #fff;
}
.room-single .dotted-pattern-3,
.circles-two{
  display: none;
}
.main-menu .navigation>li>ul>li:hover {
    background: #3f7b84;
  }
    .main-menu .navigation>li>ul>li:hover>a{
    color: #fff !important;

    }
    :lang(ar) .banner-section .owl-dots{
      left: 30px;
      right: unset;
    }
    :lang(ar) .scroll-to-top{
      left: 20px;
      right: unset;
    }
    :lang(ar) .main-footer .footer-bottom .copyright{
      float: right;
    }
    :lang(ar) .main-footer .footer-bottom .bottom-links{
      float: left;
    }
    :lang(ar) .ui-selectmenu-text{
      text-align: right;
    }
    :lang(ar) .ui-selectmenu-icon.ui-icon {
      float: left;}
    :lang(ar) .filter-form .field-inner:has(select.custom-select-box):not(:has(.ui-selectmenu-button))::after,
    :lang(ar) .contact-form-two .field-inner:has(select.custom-select-box):not(:has(.ui-selectmenu-button))::after {
      right: auto;
      left: 20px;
    }
    :lang(ar) .contact-form-two .upload-field > input.leasing-file-input[type="file"]::file-selector-button,
    :lang(ar) .contact-form-two .upload-field > input.leasing-file-input[type="file"]::-webkit-file-upload-button {
      margin-right: 0;
      margin-left: 12px;
    }
      :lang(ar) .search-popup-close{
        left:20px;
        right:unset
      }
      :lang(ar) .search-popup form {
        flex-direction: row;
    }
    :lang(ar) .search-popup form input[type="text"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; 
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;}
      :lang(ar) .search-popup form button {
        border-top-right-radius: 0;
      border-bottom-right-radius: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;}
        .search-popup form button {
          background: #454545;}

#onload-popup .modal-dialog {
  max-width: 600px;
}

#onload-popup .modal-body {
  padding: 0;
}

#onload-popup .modal-body img {
  display: block;
  width: 100%;
  height: auto;
}

#onload-popup {
  z-index: 1000001 !important;
}

.modal-backdrop.show {
  opacity: 0.5;
  z-index: 1000000 !important;
}
.event-block .image-box .image-layer{
  background-size: auto;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.main-menu .navigation>li>ul{
  min-width: 250px;
  width: max-content;
}

/* Header nav dropdown: remove top/bottom spacing when open */
.main-menu .navigation > li.dropdown > ul,
.main-menu .navigation > li.dropdown.open > ul,
.main-menu .navigation > li > ul > li.dropdown > ul,
.main-menu .navigation > li > ul > li.dropdown.open > ul {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu .navigation > li.dropdown > ul > li,
.main-menu .navigation > li > ul > li.dropdown > ul > li {
  margin-bottom: 0;
}

a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}
.new-arrivals .arrivals-brands img{
  object-fit:contain
}
.new-arrivals .arrivals-brands img {
  max-width: 100%;
  height: 200px;
  display: block;
  width: 400px;
  padding: 0px 50px;
}
.new-arrivals .arrivals-brands{
  gap:35px
}
@media (max-width:992px){
  .new-arrivals .arrivals-brands img{
    height:100px;
  }
}
.footer-widget.links-widget .links li img{
  width: 22px;
  height: 20px;
  object-fit: contain;
  padding-inline-end: 5px;

}
:lang(ar) .contact-form-two .form-group .ui-selectmenu-text {
  margin-right: 0;}