/* Mobile Drawer Menu Styles */
.mr_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 80vw;
  max-width: 340px;
  height: 100vh;
  background: #1769aa;
  color: #fff;
  z-index: 9999;
  box-shadow: -2px 0 16px rgba(23, 105, 170, 0.15);
  transition: right 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  display: flex;
  flex-direction: column;
}
.mr_menu.open {
  right: 0;
}
.mr_menu_close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  z-index: 10001;
}
.mr_menu .logo {
  margin: 2.5rem 0 1.5rem 2rem;
}
.mr_navmenu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 2rem;
}
.mr_navmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mr_navmenu li {
  margin-bottom: 1.5rem;
}
.mr_navmenu a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.mr_navmenu a:hover {
  color: #ffd700;
}
@media (max-width: 992px) {
  .mr_menu {
    display: block;
  }
}
/* FAQ Drop Arrow Styling */
.faq-one .acc-btn {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.faq-one .acc-btn .icon-outer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-one .acc-btn .icon {
  transition: transform 0.3s;
  font-size: 18px;
}
.faq-one .acc-btn.active .icon {
  transform: rotate(180deg);
}
/* Make header logo white using filter */
.header .logo img.logo-white {
  filter: brightness(0) invert(1);
}
.travel-form {
  display: flex;
  justify-content: space-around;
}
.travel-form form {
  display: flex;
  justify-content: space-between;
}
.feature-block_one-icon {
}
.feature-block_one-inner {
  padding: 20px;
  border: 1px solid #33333340;
  border-radius: 20px;
  backdrop-filter: blur(100px);
  background: #ffffff81;
}
.button-box-card {
  margin-top: 24px;
}
.counter-one {
  padding: 0px 0px 80px;
}
.video-one_box video {
  max-height: 630px;
  width: 100%;

  height: 630px; /* set your own height */
  object-fit: cover; /* maintain cover inside box */
  border-radius: 10px; /* optional styling */
}
.faq-addon {
  color: white;
}
.head-addon {
  color: rgba(255, 255, 255, 0.454);
}
.last-addon {
  color: white;
}
textarea {
  background: rgba(255, 255, 255, 0.407);
}
body{
  overflow-x: hidden;
}
.subscribe-box .form-group button {
  width: 100%;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.583);
}
.feature-block_one-label {
  color: #777;
}
.album-dubai-tour {
  padding-top: 110px;
}
.album-caption-modern {
  color: #000 !important;
}
.feature-block_one-label{
  display: none;
}
@media (max-width: 1200px) {
  .album-grid-modern {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  }
}
@media (max-width: 992px) {
  .album-heading-modern {
    font-size: 2.5rem !important;
  }
  .album-grid-modern {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 1.5rem !important;
  }
  .album-img-box-modern img {
    height: 160px !important;
  }
  .banner-one_form-box {
    display: none;
  }
}
@media (max-width: 576px) {
  .album-heading-modern {
    font-size: 1.5rem !important;
  }
  .album-grid-modern {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .album-img-box-modern img {
    height: 148px !important;
  }
  .album-dubai-tour {
    padding-top: 60px;
  }
  .album-item-modern {
    width: 100%;
  }
  .clearfix-addon{
    height: 100px;
    overflow-y: auto;
  }
}
.album-item-modern:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(23, 105, 170, 0.18);
}
.album-img-box-modern img:hover {
  transform: scale(1.07);
}
