/* Desktop Menu */
.desktop-menu {margin-left: auto;}
/*.desktop-menu {margin-right: 10% !important;}*/
.desktop-menu .navbar-nav {display: flex;align-items: center;}
.desktop-menu .nav-item {margin-left: 30px;}
.desktop-menu .nav-link {color: #fff;font-size: 1.1rem;letter-spacing: 1px;text-transform: uppercase;font-weight: 500;transition: 0.3s;}
.desktop-menu .nav-link:hover {color: #fff;text-decoration: none;}
.desktop-menu .dropdown-menu {background: #111;border: none;min-width: 220px;}
.desktop-menu .dropdown-item {color: #833330;padding: 10px 20px;}
.desktop-menu .dropdown-item:hover {background: #883532 !important;color: #fff !important;}
.desktop-menu .dropdown {position: relative;}
.desktop-menu .dropdown-menu {position: absolute !important;top: calc(100% + 5px) !important;left: 0 !important;right: auto !important;transform: none !important;background: #111;border: 0;min-width: 220px;z-index: 999999;}
.desktop-menu .dropdown-menu.show {display: block;}
.cid-rR9X1Lzy3W .collapsed .dropdown .dropdown-menu .dropdown-item{padding: 0.6em 0.3em !important;}

/* inner */
.earth-home{margin-left: 30px !important;margin-right: 0px !important;}
.opacityScroll .desktop-menu .nav-link{color: white !important;}
.opacityScroll .desktop-menu .nav-item .book-now-tracking{color: white !important;border: 1px solid white !important;}
.navbar-short .desktop-menu .nav-link{color: #833330 !important}

footer .cid-toaQOHP3w6 .socicon{
    justify-content: flex-start;
}

footer .cid-toaQOHP3w6 .social-list .soc-item{
    margin-left: 0;
}


.fixed-icons{
  display: none;
}

/* .fixed-icons img{
  display: block;
} */

.fixed-icons .social-wrap.backtotop img{
  visibility: hidden !important;
  transition: all 0.3s ease;
}

.fixed-icons .social-wrap.backtotop.active img{
  visibility: visible !important;  
  transition: all 0.3s ease;
}

.fixed-icons .social-wrap.call{
  display: none;
}
/* Hide desktop menu on mobile */
@media (max-width: 991px) {
    .desktop-menu {display: none !important;}
    .site-footer .group-title{
        text-align: center !important;
    }
    
    .site-footer .cid-toaQOHP3w6 .list-item{
        justify-content: center;
    }
    
    .cid-toaQOHP3w6 .links {
        text-align: center;
    }
    
  /*  .fixed-icons{*/
  /*  display: block;*/
  /*}*/
    
    .fixed-icons .social-wrap.call{
    display: block;
  }

  .fixed-icons .social-wrap.backtotop{
    display: none;
  }
  
  .fixed-icons{
  position: fixed;
  bottom: 20%;
  right: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  z-index: 9
}

.fixed-icons .button{
  writing-mode: sideways-lr;
  line-height: normal;
  padding: 30px 14px !important;
  margin: 10px 0 0 0;
}


  .fixed-icons{
    bottom: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    background-color: #883532;
    color: #fff;
  }

  .fixed-icons .button{
    writing-mode: unset;
    width: calc(100% / 3) !important;
    /* width: 33.33% !important; */
    padding: 12px !important;
    margin: 0;
  }

  .fixed-icons .img1{
     display: none; 
  }

  .fixed-icons .img2{
      display: block !important; 
  }
      
  .fixed-icons span{
    display: block;
  }
  
  .fixed-icons .social-wrap{
    /* background: linear-gradient(90deg, #B1724F 0%, #EBB05D 100%); */
    background: var(--color-primary);
  }

  .fixed-icons a.social-wrap{
    color: var(--color-white);
    padding: 12px;
    border-right: 2px solid #fff;
    font-weight: 700;
    font-size: 14px;
  }

  .fixed-icons a{
    width: calc(100% / 2);
    text-align: center;
  }

  .fixed-icons .backtotop{
    display: none !important;
  }
  
  #chatbutton-wa{
      display: none;
  }
  
  .mbr-arrow-up{
      right: 10px;
      bottom: 50px;
  }
}

/* Hide mobile hamburger menu content on desktop */
@media (min-width: 992px) {
    .navbar-toggler,#navbarSupportedContent {display: none !important;}
    .cid-rR9X1Lzy3W button.navbar-toggler{display: none !important;}

}

@media (max-width: 767px) {
    .cid-rymwtkmLgB h3:before, .cid-rymwtkmLgB h3:after, .cid-rYQUZT8XtC h3:after, .cid-rYQUZT8XtC h3:before, .cid-rYQFxFAbBM h3:before, .cid-rYQFxFAbBM h3:after{
            display: none;
    }
}   
