:root {
  --bg: #090b0c;
  --panel: #111416;
  --orange: #f36a0a;
  --text: #f7f7f7;
  --muted: #a7a7a7;
  --line: #6b3818;
  --shell: 1300px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 50% 15%, #19120d 0, #090b0c 45%);
  color: var(--text);
  font: 400 14px 'Inter', Arial, sans-serif;
  padding-bottom: 70px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

button, input, select, textarea {
  font: inherit;
}

.site-shell {
  width: min(var(--shell), calc(100% - 32px));
  margin-inline: auto;
}

/* 1. Üst Bilgi Barı (Support Strip) */
.support-strip {
  height: 42px;
  background: #060708;
  border-bottom: 1px solid #1a1e20;
}

.support-strip > .site-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-strip p {
  margin: 0;
  color: #c6c6c6;
  font-size: 13px;
}

.mini-home {
  color: var(--orange);
  font-size: 19px;
  margin-right: 8px;
  vertical-align: middle;
}

.support-strip .outline-action {
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #6b4a35;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: transparent;
}

.support-strip .outline-action:hover {
  background: rgba(243, 106, 10, 0.1);
  border-color: var(--orange);
}

.support-strip .primary-action {
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #ff7915;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(#ff831f, #e75600);
  margin-left: 8px;
}

.support-strip .primary-action:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 10px rgba(243, 106, 10, 0.4);
}

/* 2. İletişim Barı (Contact Strip) */
.contact-strip {
  height: 68px;
  background: #0d0f10;
  border-bottom: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.08fr 1.2fr 1.35fr 0.95fr;
  height: 100%;
  align-items: center;
}

.contact-item {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-right: 1px solid #332216;
}

.contact-item:first-child {
  padding-left: 0;
}

.round-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 18px;
  flex: none;
  background: rgba(243, 106, 10, 0.05);
}

.contact-item p {
  margin: 0;
  display: grid;
  gap: 3px;
}

.contact-item b, .socials > b {
  font-size: 10px;
  color: #9ea1a2;
  letter-spacing: 0.5px;
}

.contact-item a, .contact-item p > span {
  font-size: 13px;
  color: #eee;
  font-weight: 500;
}

.contact-item a:hover {
  color: var(--orange);
}

.socials {
  padding-left: 20px;
}

.socials > div {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}

.socials a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #232729;
  font-weight: 800;
  font-size: 11px;
  color: #ccc;
}

.socials a:hover {
  background: var(--orange);
  color: #fff;
  transform: translateY(-2px);
}

.main-header {
  height: 70px;
  background: #0a0c0d;
  border-top: 1px solid #241b15;
  border-bottom: 1px solid #1c2022;
  position: sticky;
  top: 0;
  z-index: 1000;
}


.navbar {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  flex: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.brand img {
  width: 42px;
  height: 48px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand b {
  color: var(--orange);
  font-size: 14px;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
  margin-top: 2px;
}

.navlinks {
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  flex: 1;
  white-space: nowrap;
}

.navlinks a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  font-size: 11px;
  font-weight: 700;
  color: #d0d2d3;
  letter-spacing: 0.5px;
}

.navlinks a:hover, .navlinks a.active {
  color: var(--orange);
  border-color: var(--orange);
}

.nav-actions {
  display: flex;
  gap: 8px;
  flex: none;
}

.nav-actions > a {
  min-width: 120px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #9a4c1a;
  border-radius: 5px;
}

.nav-actions > a:hover {
  background: rgba(243, 106, 10, 0.1);
  border-color: var(--orange);
}

.nav-actions i {
  color: var(--orange);
  font-size: 18px;
  font-style: normal;
}

.nav-actions span {
  display: grid;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.nav-actions small {
  font-size: 8px;
  font-weight: 500;
  margin-top: 2px;
  color: #aaa;
}

.nav-actions .wa {
  border-color: #458631;
}

.nav-actions .wa:hover {
  background: rgba(73, 125, 43, 0.1);
  border-color: #5e9e38;
}

.nav-actions .wa i {
  color: #78b934;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* 4. Hero Section */
.hero {
  background: #080a0b;
  overflow: hidden;
  border-bottom: 1px solid #1a1e20;
}

.hero-layout {
  min-height: 500px;
  display: grid;
  grid-template-columns: 45% 30% 25%;
  position: relative;
  align-items: center;
  gap: 15px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 40px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid #7c421d;
  color: #d4d4d4;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgba(243, 106, 10, 0.05);
}

.hero h1 {
  font-size: 48px;
  line-height: 1.15;
  margin: 20px 0 15px;
  max-width: 480px;
  letter-spacing: -1px;
  font-weight: 800;
}

.hero h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
}

.hero-copy > p {
  color: #c4c4c4;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 440px;
  font-size: 14px;
}

.hero-copy ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-size: 13px;
  font-weight: 600;
}

.hero-copy li {
  display: flex;
  align-items: center;
}

.hero-copy li:before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: #2e7d32; /* Green checkmark */
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.hero-cta {
  display: flex;
  gap: 12px;
}

.hero-cta a {
  height: 48px;
  min-width: 170px;
  padding: 0 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ff7915;
  background: linear-gradient(#ff831f, #e75600);
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(243, 106, 10, 0.2);
}

.hero-cta a:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.hero-cta a.whatsapp {
  background: #111914;
  border-color: #458631;
  box-shadow: 0 4px 15px rgba(73, 125, 43, 0.15);
}

.hero-cta a.whatsapp:hover {
  background: rgba(73, 125, 43, 0.15);
  border-color: #5e9e38;
}

.hero-cta i {
  font-size: 22px;
  font-style: normal;
}

.hero-cta span {
  display: grid;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-cta b {
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-art {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  align-self: stretch;
}

.hero-art:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080a0b 0%, transparent 15%, transparent 85%, #080a0b 100%);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 5. Keşif Talep Formu */
.request-form {
  align-self: center;
  z-index: 4;
  background: rgba(12, 14, 15, 0.85);
  border: 1px solid var(--orange);
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
}
@keyframes formFlash {
  0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255,255,255,0.05); }
  50% { box-shadow: 0 0 25px rgba(243, 106, 10, 0.8), inset 0 1px rgba(255,255,255,0.05); border-color: #f36a0a; }
  100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255,255,255,0.05); }
}
.request-form.flash-active {
  animation: formFlash 1s ease-in-out;
}

.request-form h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

.request-form > p {
  font-size: 12px;
  color: #aaa;
  margin: 6px 0 14px;
}

.request-form input, .request-form select {
  width: 100%;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 12px;
  background: #080a0b;
  border: 1px solid #2d3135;
  color: #ddd;
  border-radius: 4px;
  font-size: 12px;
}

.request-form input:focus, .request-form select:focus {
  border-color: var(--orange);
  outline: none;
}

.request-form button {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(#ff831f, #e75600);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(243, 106, 10, 0.2);
  transition: all 0.2s;
}

.request-form button:hover {
  filter: brightness(1.1);
}

.request-form button:disabled {
  opacity: 0.6;
}

.request-form small {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 11px;
}

/* 6. Hizmet Kartları (Services Grid) */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.service-card {
  min-height: 220px;
  padding: 20px 16px;
  background: linear-gradient(145deg, #15191b, #0d1011);
  border: 1px solid var(--orange);
  border-color: rgba(243, 106, 10, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 25px rgba(243, 106, 10, 0.1);
  transform: translateY(-2px);
}

.service-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(145deg, #da600c, #8c3300);
  box-shadow: 0 4px 10px rgba(218, 96, 12, 0.2);
}

.service-icon img {
  width: 30px;
  height: 30px;
}

.service-card h3 {
  font-size: 15px;
  margin: 0 0 4px 0;
  font-weight: 700;
  color: #fff;
}

.service-card p {
  font-size: 11px;
  line-height: 1.4;
  color: #b4b4b4;
  margin: 0;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 10px;
  display: grid;
  gap: 6px;
  font-size: 12px;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-card li i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

.service-card > a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 130px;
  align-self: flex-start;
  border: 1px solid #8a491f;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #eee;
}

.service-card > a:hover {
  background: rgba(243, 106, 10, 0.1);
  border-color: var(--orange);
}

/* 7. Alt İki Sütun (Yorumlar & Animasyon) */
.content-row {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 12px;
  margin-top: 15px;
}

.reviews, .process {
  min-height: 220px;
  background: #0e1112;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.reviews > h2, .process > h2 {
  font-size: 14px;
  margin: 0 0 12px;
  color: #d7d7d7;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviews > h2 span, .process > h2 span {
  color: var(--orange);
  font-size: 18px;
}

.review-window {
  overflow: hidden;
}

.review-track {
  display: flex;
  gap: 8px;
  transition: transform 0.35s ease;
}

.review-card {
  min-width: calc((100% - 16px) / 3);
  height: 145px;
  position: relative;
  padding: 12px;
  background: #141719;
  border: 1px solid #70401f;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card .quote {
  position: absolute;
  right: 12px;
  top: 8px;
  color: rgba(243, 106, 10, 0.2);
  font-size: 32px;
  font-family: Georgia, serif;
  line-height: 1;
}

.stars {
  color: var(--orange);
  letter-spacing: 1px;
  font-size: 11px;
}

.review-card > p {
  height: 55px;
  margin: 8px 0;
  color: #c6c6c6;
  font-size: 11px;
  line-height: 1.4;
  font-style: italic;
  overflow: hidden;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatar {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-weight: 800;
  font-size: 11px;
  background: rgba(243, 106, 10, 0.05);
}

.reviewer div {
  display: grid;
  line-height: 1.2;
}

.reviewer b {
  font-size: 11px;
  color: #fff;
}

.reviewer small {
  font-size: 9px;
  color: #999;
}

.slider-dots {
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.slider-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #444;
  cursor: pointer;
  transition: all 0.2s;
}

.slider-dots button.active {
  background: var(--orange);
  width: 16px;
  border-radius: 5px;
}

/* Animasyon Bölümü */
.process-steps {
  height: 115px;
  display: flex;
  align-items: center;
  background: #090a0b;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #1a1e20;
}

.process-step {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 20px 1fr;
  width: 22%;
  text-align: center;
}

.process-step b {
  position: absolute;
  top: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  font-size: 10px;
  background: #090a0b;
  color: var(--orange);
  font-weight: 700;
}

.process-step img {
  width: 100%;
  height: 75px;
  object-fit: contain;
  grid-row: 2;
}

.process-step small {
  position: absolute;
  top: 3px;
  left: 28px;
  right: 0;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
}

.process-arrow {
  color: var(--orange);
  font-size: 24px;
  width: 4%;
  text-align: center;
  opacity: 0.8;
}

.process-tags {
  height: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #754019;
  border-radius: 4px;
  background: #080a0b;
}

.process-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #754019;
  font-size: 10px;
  color: #ccc;
  font-weight: 600;
  gap: 5px;
}

.process-tags span:last-child {
  border: 0;
}

/* 8. Alt Bilgi (Footer) */
footer {
  margin-top: 30px;
  padding: 40px 0 100px;
  background: #060708;
  border-top: 1px solid #2d231b;
  color: #aaa;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-brand {
  width: auto;
}

.footer-grid b {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer-grid a {
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--orange);
}

.footer-grid span {
  font-size: 13px;
  color: #ddd;
}

/* 9. Alt Sabit Bar (Sticky Actions) */
.sticky-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  height: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 6px max(4%, calc((100% - 1300px) / 2));
  background: #090b0c;
  border-top: 1px solid #222;
}

.sticky-actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 6px;
  background: linear-gradient(#2e7d32, #1b5e20); /* Green gradient */
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 4px 10px rgba(0,0,0,0.3);
  color: #fff;
}

.sticky-actions a:hover {
  filter: brightness(1.1);
}

.sticky-actions a.message {
  background: linear-gradient(#1b5e20, #0d3b0d); /* Dark green gradient */
}

.sticky-actions i {
  font-size: 28px;
  font-style: normal;
}

.sticky-actions span {
  display: grid;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.sticky-actions b {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

/* 10. Responsive Tasarım */
@media (max-width: 1250px) {
  :root {
    --shell: 1000px;
  }
  .contact-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .socials {
    display: none;
  }
  .navlinks {
    gap: 16px;
  }
  .nav-actions > a:nth-child(1) {
    display: none;
  }
  .hero-layout {
    grid-template-columns: 42% 32% 26%;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-row {
    grid-template-columns: 1fr;
  }
  .reviews, .process {
    height: auto;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 68px;
  }
  .support-strip {
    height: auto;
    min-height: 42px;
    padding: 6px 0;
  }
  .support-strip p {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .support-strip .outline-action {
    display: none;
  }
  .contact-strip {
    display: none;
  }
  .main-header {
    height: 65px;
  }
  .navbar {
    justify-content: space-between;
  }
  .brand {
    width: auto;
  }
  .menu-toggle {
    display: block;
  }
  .navlinks {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #101214;
    padding: 10px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 2px solid var(--line);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  }
  .navlinks.open {
    display: flex;
  }
  .navlinks a {
    height: auto;
    padding: 14px;
    font-size: 13px;
    border-bottom: 1px solid #1c2022;
  }
  .navlinks a:last-child {
    border-bottom: 0;
  }
  .nav-actions {
    display: none;
  }
  .hero-layout {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 0 30px;
  }
  .hero-copy {
    padding: 20px 0;
    text-align: center;
  }
  .hero h1 {
    font-size: 38px;
    margin-inline: auto;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero-copy ul {
    justify-content: center;
  }
  .hero-cta {
    justify-content: center;
  }
  .hero-art {
    height: 280px;
    width: 100%;
    min-height: auto;
    margin-block: 15px;
  }
  .request-form {
    width: 100%;
    margin-top: 15px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
    padding: 10px 0;
  }
  .review-card {
    min-width: calc((100% - 8px) / 2);
  }
  .process {
    overflow: auto;
  }
  .process-steps, .process-tags {
    min-width: 650px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sticky-actions {
    padding: 6px;
  }
  .sticky-actions span {
    font-size: 11px;
  }
  .sticky-actions b {
    font-size: 9px;
  }
}

@media (max-width: 520px) {
  .support-strip > .site-shell {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta a {
    width: 100%;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .review-card {
    min-width: 100%;
  }
  .sticky-actions i {
    font-size: 22px;
  }
}

/* --- MEGA MENU STYLES --- */
.nav-drop-item.has-mega-menu {
  position: static !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.mega-menu-trigger {
  cursor: pointer;
}

.mega-menu-trigger .arrow {
  font-size: 9px;
  margin-left: 4px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.nav-drop-item.has-mega-menu:hover .mega-menu-trigger .arrow {
  transform: rotate(180deg);
}

.mega-menu-wrapper-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(var(--shell), calc(100vw - 40px));
  background: #111416;
  border: 1px solid #241b15;
  border-top: none;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(15px);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 99999;
  padding: 30px;
  box-sizing: border-box;
}

.nav-drop-item.has-mega-menu:hover .mega-menu-wrapper-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 280px;
  gap: 20px 30px;
  width: 100%;
  box-sizing: border-box;
}

.mega-menu-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.mega-menu-column:hover {
  background: rgba(243, 106, 10, 0.02);
}

.mega-column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(243, 106, 10, 0.1);
  padding-bottom: 8px;
}

.mega-column-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(243, 106, 10, 0.08);
  border: 1px solid rgba(243, 106, 10, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mega-column-title-text {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mega-column-title-text a {
  color: #fff;
}

.mega-column-title-text a:hover {
  color: var(--orange);
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 2px 0;
  color: var(--muted);
  transition: all 0.2s ease;
  font-size: 11px;
  font-weight: 500;
}

.mega-menu-link .check-icon {
  color: var(--orange);
  font-size: 10px;
  margin-right: 6px;
  flex-shrink: 0;
}

.mega-menu-link .link-text {
  flex-grow: 1;
}

.mega-menu-link .arrow-icon {
  font-size: 10px;
  color: var(--orange);
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
}

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

.mega-menu-link:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

/* Right Side CTA Panel */
.mega-cta-panel {
  background: linear-gradient(135deg, #181c1e, #0d0f10);
  border: 1px solid rgba(243, 106, 10, 0.2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  box-sizing: border-box;
  grid-column: 5;
  height: 100%;
}

.cta-badge-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-247-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}

.cta-title {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.cta-desc {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
  margin: 0;
}

.cta-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-features li {
  font-size: 10.5px;
  color: #eee;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cta-features li .check {
  color: var(--orange);
  font-weight: 700;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.cta-btn-phone,
.cta-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-btn-phone {
  background: var(--orange);
  color: #fff;
}

.cta-btn-phone:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.cta-btn-whatsapp {
  background: transparent;
  border: 1px solid #25d366;
  color: #25d366;
}

.cta-btn-whatsapp:hover {
  background: rgba(37, 211, 102, 0.08);
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .mega-menu-wrapper-dropdown {
    display: none !important;
  }
}

/* --- CUSTOM DROPDOWN SYSTEM --- */
.nav-drop-item.has-custom-dropdown {
  position: relative !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.dropdown-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 3px solid transparent;
  padding: 0 4px;
  position: relative;
}

.dropdown-trigger .trigger-title {
  font-size: 11px;
  font-weight: 700;
  color: #d0d2d3;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
}

.dropdown-trigger .trigger-arrow {
  font-size: 9px;
  display: inline-block;
  transition: transform 0.2s ease;
  color: inherit;
}

.dropdown-trigger .sub-label {
  font-size: 9.5px;
  font-weight: 500;
  color: #6c7275;
  text-transform: none;
  transition: color 0.2s ease;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
/* Hover States for Trigger */
.nav-drop-item.has-custom-dropdown:hover .trigger-title {
  color: var(--orange);
}

.nav-drop-item.has-custom-dropdown:hover .trigger-arrow {
  transform: rotate(180deg);
  color: var(--orange);
}

.nav-drop-item.has-custom-dropdown:hover .sub-label {
  color: var(--orange);
}

/* Dropdown Menu Container */
.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 280px;
  background: #0d0f10;
  border: 1px solid var(--orange);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 99999;
  box-sizing: border-box;
}

.nav-drop-item.has-custom-dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-header {
  font-size: 11px;
  font-weight: 700;
  color: #e0a97a; /* Muted Peach/Orange Tint from visual */
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropdown-list li {
  width: 100%;
}

.dropdown-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ccc;
  font-size: 11.5px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: none !important;
  height: auto !important;
  line-height: 1.3;
}

.dropdown-list .list-bullet {
  color: var(--orange);
  font-weight: 700;
  margin-right: 8px;
  font-size: 13px;
  flex-shrink: 0;
}

.dropdown-list .list-text {
  flex-grow: 1;
}

.dropdown-list a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

.leak-dropdown-menu {
  width: min(620px, calc(100vw - 32px));
}

.leak-dropdown-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 10px;
}

.dropdown-footer {
  font-size: 9.5px;
  color: #55585a;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Mobile Responsive */
@media (max-width: 1200px) {
  .custom-dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .nav-drop-item.has-custom-dropdown {
    display: block !important;
    height: auto !important;
  }
  .dropdown-trigger {
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 10px 14px;
    height: auto;
  }
  .dropdown-trigger .sub-label {
    display: none; /* Hide sub-label on mobile to save vertical space */
  }
  .custom-dropdown-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
    display: none !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
  }
  .nav-drop-item.has-custom-dropdown.open-mobile .custom-dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav-drop-item.has-custom-dropdown.open-mobile .trigger-arrow {
    transform: rotate(180deg) !important;
  }
  .dropdown-header, .dropdown-footer {
    display: none; /* Hide header/footer on mobile list */
  }

  .dropdown-list {
    gap: 0;
  }
  .leak-dropdown-list {
    display: flex;
  }
  .dropdown-list a {
    padding: 10px 24px !important;
    border-bottom: 1px solid #1c2022 !important;
  }
}

/* --- CONTACT & MAP SECTION STYLES --- */
.contact-section {
  padding: 80px 0;
  background: #0d0f10;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}

/* Left details */
.info-badge {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  border: 1px solid var(--orange);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

.info-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 15px 0;
  line-height: 1.15;
}

.info-title span {
  color: var(--orange);
}

.info-desc {
  color: #a0a5a8;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 35px 0;
}

.info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #111416;
  border: 1px solid #1c2022;
  border-radius: 8px;
  padding: 16px 20px;
}

.info-card-icon {
  background: rgba(243, 106, 10, 0.08);
  color: var(--orange);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.info-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-card-body b {
  color: var(--orange);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-card-body span, .info-card-body a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/* Right Form */
.contact-form-col {
  width: 100%;
}

.request-form-custom {
  background: #0d0f10;
  border: 1px solid var(--orange);
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
}

.form-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.form-header-icon {
  font-size: 22px;
  color: var(--orange);
}

.form-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.form-row-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.request-form-custom input, .request-form-custom select, .request-form-custom textarea {
  background: #111416;
  border: 1px solid #1c2022;
  color: #fff;
  border-radius: 6px;
  padding: 14px;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.request-form-custom select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f36a0a'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  padding-right: 40px;
}

.request-form-custom input:focus, .request-form-custom select:focus, .request-form-custom textarea:focus {
  border-color: var(--orange);
}

.request-form-custom textarea {
  resize: vertical;
  min-height: 100px;
}

.kvkk-row {
  margin-bottom: 20px;
}

.kvkk-row label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.kvkk-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--orange);
  cursor: pointer;
}

.kvkk-row span {
  font-size: 12px;
  color: #a0a5a8;
  line-height: 1.4;
}

.request-form-custom button {
  background: linear-gradient(90deg, #f36a0a 0%, #e05a08 100%);
  color: #fff;
  font-weight: 800;
  border: none;
  padding: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
  transition: all 0.2s ease;
}

.request-form-custom button:hover {
  background: linear-gradient(90deg, #e05a08 0%, #c44f07 100%);
  transform: translateY(-1px);
}

/* Bottom Map */
.map-wrapper-custom {
  position: relative;
  margin-top: 60px;
}

.map-overlay-card {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(13, 15, 16, 0.95);
  border: 1px solid #1c2022;
  border-radius: 10px;
  padding: 22px;
  z-index: 100;
  width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.overlay-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.overlay-marker {
  font-size: 18px;
  color: var(--orange);
}

.overlay-header h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overlay-list li {
  font-size: 12.5px;
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
}

.overlay-list .bullet {
  color: var(--orange);
  font-size: 12px;
}

.map-image-container {
  border: 1px solid #1c2022;
  border-radius: 12px;
  overflow: hidden;
  height: 420px;
}

.map-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .form-row-custom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .map-overlay-card {
    position: static !important;
    width: 100% !important;
    margin-bottom: 20px;
    box-shadow: none !important;
  }
  .map-image-container {
    height: 300px;
  }
}

/* --- PREMIUM FOOTER STYLES --- */
.site-footer {
  background: #0d0f10;
  border-top: 1px solid var(--orange);
  padding: 80px 0 0 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
}


.footer-grid-custom {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.4fr 1.1fr 0.8fr;
  gap: 30px;
  margin-bottom: 60px;
}

.footer-col {
  border-right: 1px solid #1c2022;
  padding-right: 25px;
}

.social-col-last {
  border-right: none !important;
  padding-right: 0 !important;
}

/* Column 1: Brand & Badges */
.footer-brand-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}

.footer-brand-custom img {
  width: 32px;
  height: 32px;
}

.footer-brand-custom span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.footer-brand-custom span b {
  color: var(--orange);
  margin-left: 4px;
}

.brand-desc {
  color: #a0a5a8;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 25px 0;
}

.footer-badges-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-badge-item .badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.footer-badge-item .badge-text {
  color: #a0a5a8;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
}

/* Services Double Column */
.services-col-double {
  width: 100%;
}

.services-double-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}

.footer-social-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-wrap b {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111416;
  border: 1px solid #1c2022;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 700;
}

.footer-socials a:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

/* List Columns */
.footer-col h3, .footer-col-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
  display: inline-block;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col li {
  border-bottom: 1px solid #1c2022;
  padding-bottom: 8px;
}

.footer-col li:last-child {
  border-bottom: none;
}

.footer-col li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a0a5a8;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-col li a:hover {
  color: var(--orange);
}

.footer-col li a .arrow {
  color: #444;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-col li a:hover .arrow {
  color: var(--orange);
}

/* Column 4: Contact */
.contact-col-custom {
  width: 100%;
}

.contact-info-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #1c2022;
  padding-bottom: 10px;
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* Green border for whatsapp icon */
.contact-info-item:nth-child(2) .contact-icon-circle {
  border-color: #25d366;
  color: #25d366;
}

.contact-text-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-text-group small {
  color: #a0a5a8;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-text-group a, .contact-text-group span {
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}

.contact-text-group a:hover {
  color: var(--orange);
}

/* Sub-footer */
.sub-footer-custom {
  background: #090a0b;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: 25px 0;
  color: #777;
  font-size: 13px;
}

.sub-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-footer-grid p {
  margin: 0;
}

.policy-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.policy-links a {
  color: #777;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}

.policy-links a:hover {
  color: var(--orange);
}

.policy-links .dot {
  color: #333;
}

/* Footer Responsive Overrides */
@media (max-width: 990px) {
  .footer-grid-custom {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .footer-grid-custom {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .sub-footer-grid {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}