/* Drag Slider */
.drag-slider {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.drag-slider.dragging {
  cursor: grabbing;
}

.drag-slider.dragging .drag-slider-track {
  transition: none;
}

/* Scrollbar Hide */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Service Tabs */
.service-tab {
  background-color: #ebebeb;
  color: #374151;
}

.service-tab.active {
  background-color: #e31e24;
  color: white;
}

/* Swiper */
html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress-circle {
  transition: stroke-dashoffset 0.1s linear;
  transform-origin: center;
}

/* Image Only Swiper Responsive */
@media (max-width: 767px) {
  .imageOnlySwiper .swiper-slide > div {
    padding-bottom: 75% !important;
  }
}

@media (min-width: 768px) {
  .imageOnlySwiper .swiper-slide > div {
    padding-bottom: 62.5% !important;
  }
}

.imageOnlySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.imageOnlySwiper .swiper-pagination-bullet-active {
  background: #e63946;
  width: 20px;
  border-radius: 4px;
}

/* Tarif Tabs */
.tarif-tab.active {
  color: #111827;
  border-bottom-color: #111827;
}

.tarif-tab:not(.active) {
  border-bottom: 2px solid transparent;
}

/* Sticky Header Fix - FIXED variant (daha etibarlı) */
#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Main content üçün padding - header hündürlüyü qədər */
main {
  padding-top: 80px; /* Header hündürlüyü 80px təxmini */
}

/* Əgər header hündürlüyü dəyişirsə, responsive düzəliş */
@media (max-width: 1023px) {
  main {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

/* Rates bölməsindəki potensial problemi aradan qaldır */
#rates {
  position: relative;
  z-index: 1;
}

#cardsContainer {
  position: relative;
  z-index: 1;
}

body {
  overflow-x: hidden;
}
.nav-link,
.nav-btn {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

body {
  font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3 {
  font-family: "Inter", sans-serif !important;
}

#luxry {
  font-size: 22px !important;
}
#brd {
  border: 1px solid white;
}
.brd {
  border: 1px solid #2e719d;
}
.bt {
  border-bottom: 1px solid #6e6e72;
}
.b {
  border: 1px solid #6e6e72;
}
.custom-select option {
  background: #242429;
  color: #fff;
}
.custom-select option:hover,
.custom-select option:focus {
  background: #3a3a3f;
  color: #fff;
}
.custom-select option:checked {
  background: #3a3a3f;
  color: #fff;
}

.mega-menu {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 88px);
  z-index: 9;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mega-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu-overlay {
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(201, 169, 110, 0.18);
  background: rgba(17, 17, 16, 0.58);
  filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 2;
}



.mega-menu-inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 32px 90px 56px;
  z-index: 2;
}

.mega-close {
  position: absolute;
  top: 24px;
  right: 70px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 58px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.25s;
}

.mega-close:hover {
  opacity: 1;
  transform: scale(1.05);
}

.mega-grid {
  display: grid;
  grid-template-columns: 360px 1fr 1fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.mega-visual {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mega-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 310px;
  overflow: hidden;
  text-decoration: none;
}

.mega-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.7s ease,
    opacity 0.3s ease;
  opacity: 0.95;
}

.mega-image-title {
  position: absolute;
  left: 35%;
  bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mega-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 360px;
}

.mega-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drop-col-title {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.mega-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  transition: all 0.22s ease;
}

.mega-link:hover {
  color: #fff;
  transform: translateX(4px);
}

body.menu-open {
  overflow: hidden;
}

