.midas-header{
  border-bottom: 1px solid var(--ts-hd-bottom-border);;
}
.customizebtn a {
  display: flex;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 0 25px;
}
.customizebtn a::before {
  display: none !important;
}
.customizebtn a:hover {
  color: #fff !important;
  background-color: #000;
}
.bookmeeting {
  position: relative;
}
.bookmeeting .elementor-widget-shortcode {
  position: static;
}
.bookmeeting .elementor-widget-shortcode a {
  position: absolute;
  inset: 0;
}
.bookmeeting:hover .elementor-icon-box-content .elementor-icon-box-title {
  color: var(--ts-footer-link-hover) !important;
}
.bookmeeting:hover .elementor-icon-box-wrapper .elementor-icon {
  opacity: 0.5;
  transform: scale(0.9, 0.9);
}
.custom-category-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.col-box {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  flex: 0 0 auto;
  max-width: 25%;
  margin-bottom: 20px;
}
.home-category .col-box {
  max-width: calc(100% / 10);
}
.category-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.category-item figure {
  overflow: hidden;
  max-height: 315px;
  position: relative;
}
.category-item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.category-item:hover figure img {
  transform: scale(1.15);
}
.category-item figure:before{
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: .75;
  transform: translateY(101%);
  transition: 0.5s all;
  z-index: 2;
}
.category-item:hover figure:before{
  transform: translateY(0);
}
.category-item figure h3{
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  margin: auto;
  transition: 0.5s all;
  z-index: 3;
  text-align: center;
}
.category-item:hover figure h3{
  top: 50%;
}
.category-item .cp-body {
  text-align: center;
  padding-top: 0;
}
.category-item .cp-body h3 {
  font-size: 12px;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
  display: none;
}
.category-item .custom-button {
  font-size: 10px;
  padding: 4px 26px;
  height: 32px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.category-item:hover .custom-button {
  background: rgba(229, 37, 40, 1);
  border-color: rgba(229, 37, 40, 1);
}
.category-item:hover {
  text-decoration: none;
}
.home-category .category-item .custom-button{
  padding: 4px 14px;
  width: 100%;
}
.menucategory .custom-category-grid .col-box {
  max-width: 100%;
  margin-bottom: 0;
}
.menucategory .custom-category-grid .col-box + .col-box {
  margin-top: 20px;
}
.menucategory .custom-category-grid .category-item .cp-body {
  text-align: left;
  padding-top: 0;
}
.menucategory .custom-category-grid .category-item:hover .cp-body h3 {
  color: rgba(229, 37, 40, 1);
}
.menucategory .custom-category-grid .category-item .cp-body h3 {
  margin-bottom: 0;
}
.menucategory .custom-category-grid .category-item .custom-button,
.menucategory .custom-category-grid .category-item figure {
  display: none !important;
}
.icon-dirham-icon{
  font-size: 70% !important;
  display: inline-flex;
}

/* responsive */
@media (max-width: 1399px) {
  .col-box{
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom-category-grid{
    margin: 0 -5px;
  }
  .home-category .category-item .custom-button{
    padding: 4px;
  }
}
@media (max-width: 991px) {
  .col-box {
    max-width: 33.333333%;
    margin-bottom: 0;
  }
  .category-item .cp-body h3 {
    text-align: center;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .category-item figure h3,
  .category-item figure:before,
  .category-item .custom-button {
    display: none;
  }
  .home-category .col-box {
    max-width: calc(100% / 8);
  }
}

@media (max-width: 767px) {
  .col-box {
    max-width: 50%;
    padding: 0;
  }
  .custom-category-grid{
    margin: 0;
  }
  .home-category .col-box {
    max-width: calc(100% / 7);
  }
  .shortcode-title{
    font-size: 26px !important;
  }
}

@media (max-width: 575px) {
  .col-box {
    max-width: 100%;
  }
  .home-category .col-box {
    max-width: calc(100% / 5);
  }
}
