/* ==========================================================================
   ARCHITECTURAL 3-COLUMN MEGA MENU DROPDOWN SYSTEM (ULTRA-LUXURY EDITION)
   ========================================================================== */
.main-navigation ul {
  position: relative;
}

.mega-menu-parent {
  position: relative;
}

.nav-link-hizmetler {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

.nav-chevron-down {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--gold-primary);
  opacity: 0.85;
}

.mega-menu-parent:hover .nav-chevron-down {
  transform: rotate(180deg);
}

/* Invisible hover bridge */
.mega-menu-parent::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  height: 25px;
  background: transparent;
  pointer-events: auto;
}

/* Mega Menu Popup Container */
.mega-menu-dropdown-wrapper {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(14px);
  width: 1040px;
  max-width: 96vw;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(212, 163, 89, 0.35);
  border-radius: 30px;
  box-shadow: 0 35px 90px -15px rgba(13, 0, 38, 0.22), 0 0 0 1px rgba(252, 186, 3, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 1.85rem 2.2rem 2.1rem 2.2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.26s cubic-bezier(0.16, 1, 0.3, 1), transform 0.26s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.26s;
  z-index: 9999;
  overflow: hidden;
}

.mega-menu-parent:hover .mega-menu-dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Top Accent 24K Gold Crown Line */
.mega-menu-crown-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 5%, #d4a359 30%, #fcba03 50%, #d4a359 70%, transparent 95%);
  border-radius: 30px 30px 0 0;
}

.mobile-all-services-link-wrap {
  display: none;
}

.mega-menu-dropdown {
  display: grid !important;
  grid-template-columns: 1.15fr 1.1fr 0.95fr !important;
  gap: 2.2rem !important;
  align-items: stretch !important;
  position: relative;
}

.mega-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1.15rem !important;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Column 2 Elevated Card Styling */
.mega-col-mimarlik {
  background: linear-gradient(180deg, rgba(252, 186, 3, 0.04) 0%, rgba(255, 255, 255, 0.7) 100%);
  border: 1px solid rgba(212, 163, 89, 0.22);
  border-radius: 22px;
  padding: 1.25rem 1.15rem 1.45rem 1.15rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  height: 100%;
}

.mega-col-watermark {
  position: absolute;
  inset: 0;
  background-image: url('../images/menu-arch-bg.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
  border-radius: 22px;
  mix-blend-mode: multiply;
}

/* Luxury Pill Badge Headers (Centered) */
.mega-col-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  padding: 0.45rem 1.25rem !important;
  border-radius: 999px !important;
  border: 1.5px solid #d4a359 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%) !important;
  box-shadow: 0 2px 10px rgba(212, 163, 89, 0.14) !important;
  width: fit-content !important;
  margin: 0 auto 0.45rem auto !important;
  align-self: center !important;
  transition: all 0.25s ease !important;
}

.mega-col-pill:hover {
  border-color: #fcba03 !important;
  background: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(212, 163, 89, 0.25) !important;
}

.mega-col-pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a359;
  filter: drop-shadow(0 1px 3px rgba(212, 163, 89, 0.3));
}

.mega-pill-chevron {
  display: none !important;
}

.mega-col-pill-text {
  font-family: var(--font-heading) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  color: #1e1338 !important;
  text-transform: uppercase !important;
}

/* Sub-service Lists */
.main-navigation .mega-menu-dropdown-wrapper ul.mega-list,
.main-navigation ul.mega-list,
.mega-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0.26rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

/* Column 1 Full Height View (All Services Visible) */
.main-navigation .mega-menu-dropdown-wrapper ul.mega-list-scrollable,
.mega-list-scrollable {
  max-height: min(530px, calc(88vh - 110px)) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 6px !important;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #d4a359 rgba(212, 163, 89, 0.12);
}

.mega-list-scrollable::-webkit-scrollbar {
  width: 5px;
}

.mega-list-scrollable::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.mega-list-scrollable::-webkit-scrollbar-track {
  background: rgba(212, 163, 89, 0.1);
  border-radius: 10px;
  margin: 4px 0;
}

.mega-list-scrollable::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d4a359 0%, #b38238 100%);
  border-radius: 10px;
  transition: background 0.2s ease;
}

.mega-list-scrollable::-webkit-scrollbar-thumb:hover {
  background: #fcba03;
}

.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li,
.main-navigation ul.mega-list li,
.mega-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
}

.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li a,
.main-navigation ul.mega-list li a,
.mega-list li a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0.38rem 0.8rem !important;
  margin: 0 !important;
  border-radius: 10px !important;
  border: 1.5px solid transparent !important;
  background: transparent !important;
  color: #374151 !important;
  font-family: var(--font-heading) !important;
  font-size: 0.985rem !important;
  font-weight: 600 !important;
  line-height: 1.34 !important;
  text-decoration: none !important;
  position: relative !important;
  white-space: normal !important;
  transform: translateX(0);
  transition: all 0.28s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li a::after,
.main-navigation ul.mega-list li a::after,
.mega-list li a::after {
  display: none !important;
  content: none !important;
}

.mega-hover-arrow {
  opacity: 0;
  transform: translateX(-6px) scale(0.85);
  transition: all 0.28s cubic-bezier(0.25, 1, 0.5, 1);
  color: #d4a359;
  flex-shrink: 0;
}

/* Luxury Clearly Visible Button State on Hover (Smooth In & Out) */
.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li a:hover,
.main-navigation ul.mega-list li a:hover,
.mega-list li a:hover {
  color: #1e1338 !important;
  background: linear-gradient(90deg, #fdf5e4 0%, #fefaf2 100%) !important;
  border: 1.5px solid #d4a359 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(212, 163, 89, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  transform: translateX(4px) !important;
  font-weight: 700 !important;
}

.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li a:hover .mega-hover-arrow,
.main-navigation ul.mega-list li a:hover .mega-hover-arrow,
.mega-list li a:hover .mega-hover-arrow {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  color: #b8811f !important;
}

/* Active Service Page Highlight */
.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li.is-active-service a,
.main-navigation ul.mega-list li.is-active-service a,
.mega-list li.is-active-service a {
  color: #8c5b00 !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #fcf2db 0%, #fef8eb 100%) !important;
  border: 1.5px solid #c5922e !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(212, 163, 89, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.main-navigation .mega-menu-dropdown-wrapper ul.mega-list li.is-active-service a .mega-hover-arrow,
.main-navigation ul.mega-list li.is-active-service a .mega-hover-arrow,
.mega-list li.is-active-service a .mega-hover-arrow {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  color: #b8811f !important;
}





/* ==========================================================================
   HİZMETLERİMİZ OVERVIEW CATALOG GRID STYLING
   ========================================================================== */
.hizmetler-pills-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(252, 186, 3, 0.2);
  border-radius: 50px;
}

.hizmetler-jump-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(252, 186, 3, 0.3);
  color: #f1f0f5 !important;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hizmetler-jump-pill:hover {
  background: var(--gold-primary);
  color: var(--color-secondary) !important;
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(252, 186, 3, 0.3);
}

.hizmetler-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.hizmet-catalog-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(252, 186, 3, 0.2);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hizmet-catalog-card:hover {
  border-color: rgba(252, 186, 3, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(252, 186, 3, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.hizmet-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.hizmet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hizmet-catalog-card:hover .hizmet-card-media img {
  transform: scale(1.06);
}

.hizmet-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13, 0, 38, 0.8) 100%);
}

.hizmet-card-num-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  background: rgba(13, 0, 38, 0.85);
  border: 1px solid rgba(252, 186, 3, 0.4);
  backdrop-filter: blur(8px);
  color: #ffd043;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
}

.hizmet-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hizmet-card-title {
  font-size: 1.25rem !important;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.hizmet-card-title a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hizmet-catalog-card:hover .hizmet-card-title a {
  color: #ffd043 !important;
}

.hizmet-card-desc {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #c9c3e0;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hizmet-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: auto;
}

.hizmet-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 50px;
  background: rgba(252, 186, 3, 0.08);
  border: 1px solid rgba(252, 186, 3, 0.25);
  color: #f1f0f5;
  font-size: 0.75rem;
  font-weight: 600;
}

.hizmet-card-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-hizmet-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffd043 !important;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-hizmet-detail:hover {
  color: #ffffff !important;
  transform: translateX(4px);
}

.btn-hizmet-quote-link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #dcd6f0 !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-hizmet-quote-link:hover {
  background: var(--gold-primary);
  color: var(--color-secondary) !important;
}

/* ==========================================================================
   MINIMALIST PURE WHITE LUXURY ARCHITECTURAL SERVICE DETAIL PAGE
   ========================================================================== */
body.page-template-template-hizmet-detay,
body.single-service,
.service-clean-white-section {
  background-color: #ffffff !important;
}

.service-clean-white-section {
  background: #ffffff;
  padding: 5rem 0 6.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.service-clean-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 3.75rem;
  align-items: stretch;
}

/* Left / Main Content */
.service-clean-main {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.service-clean-media-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.service-clean-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.service-clean-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.service-clean-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

/* Article Content */
.service-clean-article {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.service-clean-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-clean-h2 {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.55rem !important;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid #f1f5f9;
  line-height: 1.35;
}

.clean-h2-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(252, 186, 3, 0.12);
  color: #b87900;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.service-clean-body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.service-clean-body p {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.85;
  color: #475569;
  margin: 0;
}

.service-clean-body strong {
  color: #0f172a;
  font-weight: 700;
}

.service-clean-bullets {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 0;
  margin: 0.85rem 0 1.25rem;
  list-style: none;
}

.service-clean-bullets li {
  font-family: var(--font-sans);
  font-size: 1.02rem;
  line-height: 1.75;
  color: #334155;
  position: relative;
  padding-left: 1.4rem;
}

.service-clean-bullets li::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4a359;
  box-shadow: 0 0 6px rgba(212, 163, 89, 0.4);
}

/* ==========================================================================
   ULTRA-LUXURY ARCHITECTURAL EDITORIAL MODULES (HAUTE-COUTURE)
   ========================================================================== */

/* 1. Ultra-Luxury Obsidian Manifesto & Standards Banner */
.service-luxury-manifesto {
  background: linear-gradient(145deg, #090d15 0%, #0d1420 55%, #070a10 100%);
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 24px;
  padding: 3.25rem 3rem;
  margin: 2.75rem 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 28px 56px -14px rgba(4, 7, 12, 0.6);
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

/* Ambient Gold Halo */
.service-luxury-manifesto::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

/* Geometric Architectural Watermark */
.manifesto-watermark-crest {
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 220px;
  height: 220px;
  opacity: 0.035;
  pointer-events: none;
  color: #d4af37;
}

.manifesto-top-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  padding-bottom: 1.85rem;
  position: relative;
  z-index: 2;
}

.manifesto-tag-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.manifesto-crest-badge {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.manifesto-seal-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.9);
}

.manifesto-main-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.62rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.manifesto-gold-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #f6e0a4 40%, #d4af37 80%, #e5c583 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.manifesto-quote-sub {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-style: italic;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(212, 175, 55, 0.45);
}

.manifesto-columns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.manifesto-col-item {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 18px;
  padding: 1.85rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.manifesto-col-item:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 14px 32px -8px rgba(0, 0, 0, 0.5);
}

.manifesto-col-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.04) 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
  transition: all 0.35s ease;
}

.manifesto-col-item:hover .manifesto-col-icon {
  background: rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.35);
  transform: scale(1.05);
}

.manifesto-col-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0;
  line-height: 1.35;
}

.manifesto-col-desc {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

/* ==========================================================================
   2. LUXURY INTERACTIVE BEFORE & AFTER MOUSE-DRAG SLIDER
   ========================================================================== */
.service-luxury-before-after {
  margin: 3.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.transformation-top-bar {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.transformation-tag-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.transformation-crest-badge {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b87900;
}

.transformation-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.38rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.transformation-sub {
  font-family: var(--font-sans);
  font-size: 0.94rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.luxury-slider-container {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 48px -12px rgba(15, 23, 42, 0.18);
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  background: #0a0e16;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
}

.luxury-slider-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.luxury-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.luxury-slider-layer.is-before {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.05s linear;
}

.luxury-slider-layer.is-after {
  z-index: 1;
}

.luxury-slider-pill {
  position: absolute;
  top: 20px;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 3;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}

.luxury-slider-pill.pill-before {
  left: 20px;
  background: rgba(15, 23, 42, 0.85);
  color: #f1f5f9;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.pill-dot-before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.8);
}

.luxury-slider-pill.pill-after {
  right: 20px;
  background: linear-gradient(135deg, #f6e0a4 0%, #d4af37 100%);
  color: #0a0e16;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.4);
}

.luxury-slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 44px;
  margin-left: -22px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.luxury-slider-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.8) 0%, #d4af37 50%, rgba(212, 175, 55, 0.8) 100%);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

.luxury-slider-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6e0a4 0%, #d4af37 100%);
  border: 2.5px solid #ffffff;
  color: #0a0e16;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.7), 0 8px 18px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-slider-container:hover .luxury-slider-button {
  transform: scale(1.12);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .luxury-slider-container {
    height: 300px;
  }
  .luxury-slider-pill {
    padding: 0.35rem 0.75rem;
    font-size: 0.68rem;
    top: 14px;
  }
  .luxury-slider-pill.pill-before {
    left: 14px;
  }
  .luxury-slider-pill.pill-after {
    right: 14px;
  }
  .luxury-slider-button {
    width: 36px;
    height: 36px;
  }
  .luxury-slider-handle {
    width: 36px;
    margin-left: -18px;
  }
}

/* FAQ Accordion */
.service-clean-faq-section {
  padding-top: 2.25rem;
  border-top: 1.5px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-clean-title {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.service-clean-lead {
  font-family: var(--font-sans);
  color: #64748b;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

.service-clean-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.clean-faq-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.clean-faq-item.is-active {
  border-color: #d49b00;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.clean-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.clean-faq-q {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
}

.clean-faq-icon {
  font-size: 1.4rem;
  font-weight: 400;
  color: #d49b00;
  transition: transform 0.3s ease;
  line-height: 1;
  flex-shrink: 0;
}

.clean-faq-item.is-active .clean-faq-icon {
  transform: rotate(45deg);
}

.clean-faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.clean-faq-answer {
  padding: 0 1.6rem 1.35rem 1.6rem;
}

.clean-faq-answer p {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
  margin: 0;
}

/* Right Sticky Clean Sidebar */
.service-clean-sidebar {
  position: relative;
  height: 100%;
  align-self: stretch;
}

.service-clean-sticky-wrap {
  position: sticky;
  position: -webkit-sticky;
  top: 105px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-clean-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.85rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.quote-clean-card {
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  border-radius: 18px;
  padding: 2.25rem 2rem 2rem 2rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
}

.quote-card-gold-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #ea8a00, #fcba03, #ea8a00);
}

.clean-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  background: rgba(234, 138, 0, 0.1);
  border: 1px solid rgba(234, 138, 0, 0.25);
  color: #c47600;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.clean-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem !important;
  font-weight: 800;
  color: #0b1329;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.clean-card-desc {
  font-family: var(--font-sans);
  font-size: 0.94rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.clean-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.btn-clean-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1.4rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #ea8a00 0%, #c87500 100%);
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(234, 138, 0, 0.28);
  cursor: pointer;
  border: none;
}

.btn-clean-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(234, 138, 0, 0.38);
}

.btn-clean-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 1.4rem;
  border-radius: 12px;
  background: #0b1329;
  border: 1.5px solid #0b1329;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(11, 19, 41, 0.2);
}

.btn-clean-whatsapp:hover {
  background: #152244;
  border-color: #152244;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 19, 41, 0.3);
}

.clean-card-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  color: #0b1329;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.clean-card-phone:hover {
  border-color: #ea8a00;
  color: #ea8a00;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.clean-card-title-sm {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem !important;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1.5px solid #f1f5f9;
}

.clean-services-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-services-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: #475569;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.clean-services-list li a:hover {
  background: #f8fafc;
  color: #d47a00;
  transform: translateX(3px);
}

.clean-services-list li.is-current a {
  background: rgba(252, 186, 3, 0.12);
  color: #b87900;
  font-weight: 700;
}

.clean-check-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-check-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #334155;
}

/* Bottom CTA Banner */
.service-clean-bottom-banner {
  background: #f8fafc;
  padding: 4rem 0 5rem;
}

.service-clean-cta-box {
  background: #090d16;
  border-radius: 20px;
  padding: 3.25rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(252, 186, 3, 0.2);
}

.clean-cta-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(252, 186, 3, 0.15);
  color: #ffd043;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.65rem;
}

.clean-cta-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.85rem !important;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.clean-cta-title .gold-text {
  background: linear-gradient(135deg, #fcba03 0%, #ffd043 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.clean-cta-desc {
  font-family: var(--font-sans);
  color: #94a3b8;
  font-size: 1rem;
  margin: 0;
  max-width: 550px;
  line-height: 1.6;
}

.clean-cta-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.btn-clean-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.btn-clean-outline:hover {
  background: #ffffff;
  color: #090d16 !important;
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .service-clean-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .service-clean-img {
    height: 380px;
  }
  .service-clean-sticky-wrap {
    position: static;
  }
  .service-clean-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.25rem;
  }
}

@media (max-width: 640px) {
  .service-clean-white-section {
    padding: 3.5rem 0 4.5rem;
  }
  .service-clean-img {
    height: 250px;
  }
  .service-clean-h2 {
    font-size: 1.3rem !important;
  }
  .clean-cta-title {
    font-size: 1.45rem !important;
  }
}

/* ==========================================================================
   MOBILE ACCORDION MEGA MENU STYLING (Inside Isolated #mobileDrawer)
   ========================================================================== */
@media (max-width: 991px) {
  #mobileDrawer .mega-menu-parent {
    position: relative;
    width: 100%;
  }

  #mobileDrawer .mega-menu-parent > a .nav-chevron-down {
    transition: transform 0.3s ease;
  }

  #mobileDrawer .mega-menu-parent.mobile-open > a .nav-chevron-down {
    transform: rotate(180deg);
  }

  #mobileDrawer .mega-menu-dropdown-wrapper {
    display: none !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: rgba(6, 2, 18, 0.6) !important;
    border: 1px solid rgba(252, 186, 3, 0.22) !important;
    box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.5) !important;
    padding: 0.65rem !important;
    margin: 0.45rem 0 0.25rem 0 !important;
    border-radius: 16px !important;
  }

  #mobileDrawer .mega-menu-parent.mobile-open .mega-menu-dropdown-wrapper {
    display: block !important;
    animation: mobileAccordionSlide 0.3s ease-out;
  }

  @keyframes mobileAccordionSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  #mobileDrawer .mega-menu-crown-line {
    display: none !important;
  }

  /* Direct All Services Catalog Button on Mobile */
  #mobileDrawer .mobile-all-services-link-wrap {
    display: block !important;
    margin-bottom: 0.65rem !important;
  }

  #mobileDrawer .mobile-all-services-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    background: linear-gradient(135deg, rgba(252, 186, 3, 0.22) 0%, rgba(212, 163, 89, 0.12) 100%) !important;
    border: 1.5px solid rgba(252, 186, 3, 0.55) !important;
    border-radius: 12px !important;
    padding: 0.75rem 0.95rem !important;
    color: #ffd043 !important;
    text-decoration: none !important;
    font-family: var(--font-heading) !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
    transition: all 0.25s ease !important;
  }

  #mobileDrawer .mobile-all-services-link:hover,
  #mobileDrawer .mobile-all-services-link:active {
    background: linear-gradient(135deg, #ffd043 0%, #fcba03 100%) !important;
    color: #0b1120 !important;
    border-color: #ffd043 !important;
    transform: translateY(-2px) !important;
  }

  #mobileDrawer .mobile-all-services-link .all-services-icon {
    color: #fcba03 !important;
    font-size: 0.95rem !important;
    flex-shrink: 0 !important;
  }

  #mobileDrawer .mobile-all-services-link:hover .all-services-icon {
    color: #0b1120 !important;
  }

  #mobileDrawer .mobile-all-services-link .all-services-text {
    flex: 1 !important;
    text-align: left !important;
    line-height: 1.35 !important;
  }

  #mobileDrawer .mobile-all-services-link svg {
    flex-shrink: 0 !important;
    color: currentColor !important;
    transition: transform 0.25s ease !important;
  }

  #mobileDrawer .mobile-all-services-link:hover svg {
    transform: translateX(4px) !important;
  }

  #mobileDrawer .mega-menu-dropdown {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.65rem !important;
  }

  /* Single seamless luxury card container per category */
  #mobileDrawer .mega-col {
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(252, 186, 3, 0.2) !important;
    border-radius: 14px !important;
    padding: 0 !important;
    overflow: hidden !important;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  #mobileDrawer .mega-col.col-open {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(252, 186, 3, 0.5) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 12px rgba(252, 186, 3, 0.1) !important;
  }

  #mobileDrawer .mega-col-mimarlik {
    background: rgba(252, 186, 3, 0.03) !important;
  }

  /* Sleek luxury header button spanning full card */
  #mobileDrawer .mega-col-pill {
    margin: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.75rem 0.95rem !important;
    background: linear-gradient(135deg, rgba(252, 186, 3, 0.08) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: all 0.25s ease !important;
  }

  #mobileDrawer .mega-col.col-open .mega-col-pill {
    background: linear-gradient(135deg, rgba(252, 186, 3, 0.18) 0%, rgba(212, 163, 89, 0.06) 100%) !important;
    border-bottom: 1px solid rgba(252, 186, 3, 0.2) !important;
  }

  #mobileDrawer .mega-col-pill-icon {
    width: 32px !important;
    height: 32px !important;
    background: rgba(252, 186, 3, 0.15) !important;
    border: 1px solid rgba(252, 186, 3, 0.4) !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffd043 !important;
    margin-right: 0.65rem !important;
    flex-shrink: 0 !important;
    transition: all 0.25s ease !important;
  }

  #mobileDrawer .mega-col.col-open .mega-col-pill-icon {
    background: rgba(252, 186, 3, 0.3) !important;
    border-color: #ffd043 !important;
    box-shadow: 0 0 10px rgba(252, 186, 3, 0.3) !important;
  }

  #mobileDrawer .mega-col-pill-text {
    font-family: var(--font-heading) !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 0.04em !important;
    flex: 1 !important;
    text-align: left !important;
    line-height: 1.25 !important;
    transition: color 0.25s ease !important;
  }

  #mobileDrawer .mega-col.col-open .mega-col-pill-text {
    color: #ffd043 !important;
  }

  #mobileDrawer .mega-pill-chevron {
    width: 26px !important;
    height: 26px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffd043 !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease !important;
    margin-left: 0.5rem !important;
    flex-shrink: 0 !important;
  }

  #mobileDrawer .mega-col.col-open .mega-pill-chevron {
    transform: rotate(180deg) !important;
    background: rgba(252, 186, 3, 0.25) !important;
    border-color: rgba(252, 186, 3, 0.5) !important;
    color: #ffffff !important;
  }

  #mobileDrawer .mega-list-scrollable {
    max-height: none !important;
    overflow-y: visible !important;
  }

  /* Sub-services list (Expanded inside opened category card) */
  #mobileDrawer ul.mega-list,
  #mobileDrawer .mega-list {
    display: none !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
    margin: 0 !important;
    padding: 0.55rem 0.65rem 0.65rem 0.65rem !important;
    background: rgba(6, 2, 16, 0.45) !important;
  }

  #mobileDrawer .mega-col.col-open ul.mega-list,
  #mobileDrawer .mega-col.col-open .mega-list {
    display: flex !important;
    animation: mobileSubAccordionSlide 0.28s ease-out !important;
  }

  @keyframes mobileSubAccordionSlide {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
  }

  #mobileDrawer .mega-menu-dropdown-wrapper ul.mega-list li a,
  #mobileDrawer ul.mega-list li a,
  #mobileDrawer .mega-list li a,
  #mobileDrawer .mega-link-text {
    padding: 0.65rem 0.85rem !important;
    font-size: 0.94rem !important;
    font-weight: 600 !important;
    color: #e5e0f5 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    margin-bottom: 0.15rem !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  #mobileDrawer .mega-menu-dropdown-wrapper ul.mega-list li a:hover,
  #mobileDrawer .mega-menu-dropdown-wrapper ul.mega-list li a:active,
  #mobileDrawer ul.mega-list li a:hover,
  #mobileDrawer ul.mega-list li a:active,
  #mobileDrawer .mega-list li a:hover,
  #mobileDrawer .mega-list li.is-active-service a {
    color: #ffd043 !important;
    background: linear-gradient(90deg, rgba(252, 186, 3, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
    border-color: rgba(252, 186, 3, 0.45) !important;
    transform: translateX(4px) !important;
  }

  #mobileDrawer .mega-menu-dropdown-wrapper ul.mega-list li a .mega-hover-arrow,
  #mobileDrawer .mega-hover-arrow {
    opacity: 0.7 !important;
    color: #ffd043 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  #mobileDrawer .mega-menu-dropdown-wrapper ul.mega-list li a:hover .mega-hover-arrow,
  #mobileDrawer ul.mega-list li a:hover .mega-hover-arrow {
    opacity: 1 !important;
    transform: translateX(3px) !important;
  }

  #mobileDrawer .mega-col-watermark {
    display: none !important;
  }
}
