﻿:root {
  --aircom-blue: #0a66b3;
  --aircom-blue-dark: #082b4f;
  --aircom-cyan: #00a9e8;
  --aircom-red: #e63a2f;
  --aircom-ink: #102033;
  --aircom-text: #405166;
  --aircom-muted: #728195;
  --aircom-line: #dfe8f2;
  --aircom-soft: #f4f8fb;
  --aircom-white: #fff;
  --aircom-shadow: 0 18px 45px rgba(8, 43, 79, .13);
  --aircom-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

body.modern-home {
  color: var(--aircom-text);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  background: var(--aircom-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.modern-home img {
  image-rendering: auto;
}

.modern-home .container {
  max-width: 1180px;
}

/* ── Header / Navbar ── */
.modern-home .header-transparent {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.modern-home .header-transparent .navbar {
  height: 72px;
  min-height: 72px;
  background: rgba(255, 255, 255, .97) !important;
  border-bottom: 1px solid #e4edf5;
  box-shadow: 0 2px 20px rgba(8, 43, 79, .07);
  backdrop-filter: blur(16px);
  transition: box-shadow .3s ease;
}

.modern-home .header-transparent .navbar.is-sticky {
  box-shadow: 0 4px 28px rgba(8, 43, 79, .11);
}

.modern-home .header-transparent .navbar > .container {
  height: 72px;
  min-height: 72px;
  align-items: center;
}

/* Always show dark logo */
.modern-home .header-transparent .logo-dark { display: block; }
.modern-home .header-transparent .logo-light { display: none; }

.modern-home .navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 28px;
  line-height: 1;
}

.modern-home .navbar .navbar-brand img {
  width: 158px !important;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

/* Nav items */
.modern-home .navbar .nav__item {
  margin-right: 0;
}

.modern-home .navbar .nav__item .nav__item-link {
  height: auto;
  padding: 0 12px;
  color: #082b4f !important;
  font-size: 13.5px;
  font-weight: 600 !important;
  line-height: 72px;
  letter-spacing: .01em;
  text-transform: none;
  transition: color .2s ease;
}

.modern-home .navbar .nav__item .nav__item-link:before {
  bottom: 18px;
  height: 2px;
  background-color: var(--aircom-red);
}

.modern-home .navbar .nav__item .nav__item-link:hover,
.modern-home .navbar .nav__item .nav__item-link.active {
  color: var(--aircom-blue) !important;
}

/* Dropdown */
.modern-home .navbar .dropdown-menu {
  min-width: 224px;
  padding: 8px;
  border: 1px solid #e4edf5;
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(8, 43, 79, .13);
  background: #fff;
}

.modern-home .navbar .dropdown-menu .nav__item .nav__item-link {
  padding: 9px 12px !important;
  color: #3d5168 !important;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.modern-home .navbar .dropdown-menu .nav__item .nav__item-link:before {
  display: none;
}

.modern-home .navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: var(--aircom-blue) !important;
  background: #f0f7ff;
}

/* Right side: lang + CTA */
.modern-home .ac-nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 18px;
  flex-shrink: 0;
}

.modern-home .ac-nav-lang {
  font-size: 12.5px;
  font-weight: 700;
  color: #5f7084;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .2s ease;
  user-select: none;
}

.modern-home .navbar.is-sticky .ac-nav-lang {
  color: #5f7084;
}

.modern-home .ac-nav-cta {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  background: var(--aircom-red);
  border: 1px solid var(--aircom-red);
  white-space: nowrap;
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
  text-decoration: none;
}

.modern-home .ac-nav-cta:hover {
  background: #c8311f;
  border-color: #c8311f;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(230, 58, 47, .32);
  color: #fff !important;
  text-decoration: none;
}

.modern-home .header-transparent + .hero-section {
  padding-top: 72px;
}

.modern-home .bg-overlay-gradient:before {
  background: linear-gradient(90deg, rgba(6, 27, 49, .88) 0%, rgba(8, 67, 111, .68) 45%, rgba(6, 27, 49, .22) 100%);
}

.modern-home .slide__content {
  width: min(100%, 760px) !important;
  padding-top: 30px;
}

.modern-home .slider .slide__title {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--aircom-white) !important;
  font-size: 64px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 16px 44px rgba(0, 0, 0, .26);
}

.modern-home .slider .slide__desc {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 18px !important;
  font-style: normal !important;
  line-height: 1.7;
}

.modern-home .btn,
.modern-home .btn__primary,
.modern-home .btn__white {
  min-width: auto;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.modern-home .btn__white {
  color: var(--aircom-blue-dark);
  background: var(--aircom-white);
}

.modern-home .btn__primary {
  color: var(--aircom-white);
  background: var(--aircom-red);
}

.modern-home .btn:hover,
.modern-home .btn__primary:hover,
.modern-home .btn__white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(8, 43, 79, .2);
}

.modern-home .video__player {
  width: 56px;
  height: 56px;
  border-color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
}

.modern-home .slick-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(8px);
}

.modern-home .section1Font1,
.modern-home .section1Font2 {
  color: var(--aircom-ink) !important;
  font-style: normal;
  letter-spacing: 0;
  text-shadow: none;
}

.modern-home .section1Font1 {
  position: relative;
  max-width: 860px;
  margin: 0 auto 10px;
  padding-top: 18px;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.35;
}

.modern-home .section1Font1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 58px;
  height: 3px;
  background: var(--aircom-red);
  transform: translateX(-50%);
}

.modern-home .section1Font2 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--aircom-muted) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.modern-home .clients {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background: var(--aircom-white);
  border-top: 0 !important;
}

.modern-home .section2Font {
  margin-bottom: 28px;
  color: var(--aircom-ink);
  font-size: 32px !important;
  line-height: 1.3;
}

.modern-home .client {
  min-height: 96px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 8px;
  padding: 20px;
  border: 1px solid var(--aircom-line);
  border-radius: var(--aircom-radius);
  background: var(--aircom-white);
  transition: transform .25s ease, box-shadow .25s ease;
}

.modern-home .client a {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-home .client:hover {
  transform: translateY(-3px);
  box-shadow: var(--aircom-shadow);
}

.modern-home .client img {
  width: auto;
  max-width: 170px;
  max-height: 64px;
  padding: 0;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .8;
  transform: none !important;
}

.modern-home .client img + img {
  display: none !important;
}

.modern-home .client:hover img {
  filter: none;
  opacity: 1;
  transform: none !important;
}

.modern-home .banner-text {
  max-width: 620px;
  margin-left: auto;
  padding: 64px 44px !important;
}

.modern-home .section3Font1 {
  color: rgba(255, 255, 255, .84);
  font-size: 16px !important;
  line-height: 1.6;
}

.modern-home .section3Font2 {
  max-width: 560px;
  color: var(--aircom-white);
  font-size: 42px;
  line-height: 1.16;
}

.modern-home .fancybox-light ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.modern-home .fancybox-light li {
  margin-bottom: 12px;
}

.modern-home .fancybox-light br {
  display: none;
}

.modern-home .bg-parallax {
  background-attachment: scroll;
}

.modern-home .pt-0.bg-overlay.bg-parallax {
  padding: 80px 0 !important;
}

.modern-home .pt-0.bg-overlay.bg-parallax .p-2.pb-0 {
  overflow: hidden;
  border-radius: var(--aircom-radius) !important;
  background: var(--aircom-white) !important;
  box-shadow: var(--aircom-shadow);
}

.modern-home .pt-0.bg-overlay.bg-parallax .col-sm-6 {
  display: flex;
}

.modern-home .pt-0.bg-overlay.bg-parallax .col-sm-6 > .p-2 {
  width: 100%;
}

.modern-home .pt-0.bg-overlay.bg-parallax .altyapi-img {
  height: 260px !important;
  border-radius: 8px !important;
}

.modern-home .sections4Font1,
.modern-home .sections4Font2 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: var(--aircom-white) !important;
  text-align: center;
}

.modern-home .gallery {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  background-position: center;
}

.modern-home .gallery .sticky-top {
  top: 110px;
  padding: 36px;
  border-radius: var(--aircom-radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--aircom-shadow);
}

.modern-home .gallery .heading__title,
.modern-home .case-section-1 .sec-title {
  color: var(--aircom-ink);
  font-size: 38px !important;
  line-height: 1.2;
  font-weight: 700 !important;
}

.modern-home .case-item-1 {
  overflow: hidden;
  border-radius: var(--aircom-radius);
  background: var(--aircom-white) !important;
  box-shadow: 0 14px 35px rgba(8, 43, 79, .14);
}

.modern-home .galeri {
  height: 265px !important;
  margin: 0 !important;
  border-radius: var(--aircom-radius);
  transition: transform .35s ease !important;
}

.modern-home .galeri:hover {
  transform: scale(1.04) !important;
}

.modern-home .case-section-1 {
  padding: 86px 0 96px;
  position: relative;
}

.modern-home .case-section-1:before,
.modern-home .oduller:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.modern-home .case-section-1:before {
  background: rgba(8, 43, 79, .68);
}

.modern-home .case-section-1 .container {
  position: relative;
  z-index: 1;
}

.modern-home .case-section-1 .sec-title {
  color: var(--aircom-white) !important;
}

.modern-home .oduller {
  max-width: 1180px;
  margin: 70px auto !important;
  padding: 34px !important;
  border: 1px solid var(--aircom-line);
  border-radius: var(--aircom-radius);
  background: var(--aircom-white);
  box-shadow: var(--aircom-shadow);
}

.modern-home .oduller h4 {
  margin-bottom: 24px;
  color: var(--aircom-ink);
  font-size: 34px;
  line-height: 1.25;
}

.modern-home .oduller img {
  max-height: 360px;
  margin: 0 auto;
  object-fit: contain;
}

.modern-home .bg-secondary.opak {
  padding-bottom: 58px !important;
  position: relative;
  background-position: center;
}

.modern-home .bg-secondary.opak:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 43, 79, .9), rgba(10, 102, 179, .72));
}

.modern-home .bg-secondary.opak .container {
  position: relative;
  z-index: 1;
}

.modern-home .section6Font1 {
  margin-bottom: 28px;
  font-size: 40px !important;
  font-weight: 700 !important;
}

.modern-home .bg-secondary.opak .feature-item {
  height: auto !important;
  min-height: 310px;
  padding: 30px 22px !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--aircom-radius);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.modern-home .bg-secondary.opak .feature__title {
  font-size: 19px;
  line-height: 1.35;
}

/* ═══════════════════════════════════════════════════
   SITE FOOTER – Modern redesign
═══════════════════════════════════════════════════ */
.site-footer {
  position: relative;
  overflow: hidden;
  background-color: #051627;
  background-size: cover;
  background-position: center;
}

.site-footer__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(3, 14, 28, .97) 0%, rgba(6, 42, 74, .93) 100%);
  pointer-events: none;
}

/* Gradient accent top bar */
.site-footer__accent {
  position: relative;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--aircom-blue) 0%, var(--aircom-cyan) 50%, var(--aircom-blue) 100%);
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  padding-top: 68px;
  padding-bottom: 0;
}

/* ── Main 4-column grid ── */
.sf-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.1fr 1fr 1fr;
  gap: 0 40px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* Dividers between columns */
.sf-col:not(:first-child) {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

/* ── Column: Brand ── */
.sf-col--brand {}

.sf-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.sf-logo img {
  width: 190px;
  height: auto;
}

.sf-tagline {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--aircom-cyan) !important;
}

.sf-desc {
  margin: 0 0 24px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .6) !important;
}

/* Cert badges */
.sf-certs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sf-cert-badge {
  padding: 6px 10px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

.sf-cert-badge img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(1.15) contrast(1.05);
}

/* ── Column titles ── */
.sf-col__title {
  margin: 0 0 22px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--aircom-white) !important;
}


/* ── Contact list ── */
.sf-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sf-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.sf-contact-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(10, 102, 179, .2);
  border: 1px solid rgba(10, 102, 179, .3);
  color: var(--aircom-cyan) !important;
  font-size: 13px;
  margin-top: 2px;
}

.sf-contact-list li > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sf-contact-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38) !important;
}

.sf-contact-list a,
.sf-contact-list span:not(.sf-contact-label) {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .75) !important;
  transition: color .2s;
  line-height: 1.5;
}

.sf-contact-list a:hover {
  color: var(--aircom-white) !important;
  text-decoration: none;
}

/* ── Quick nav ── */
.sf-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sf-nav-list li {
  margin-bottom: 4px;
}

.sf-nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .7) !important;
  transition: color .2s, gap .2s;
  font-family: "IBM Plex Sans", Arial, sans-serif !important;
}

.sf-nav-list a i {
  font-size: 9px;
  color: var(--aircom-blue) !important;
  transition: transform .2s;
}

.sf-nav-list a:hover {
  color: var(--aircom-white) !important;
  gap: 10px;
  text-decoration: none;
}

.sf-nav-list a:hover i {
  transform: translateX(2px);
}

/* ── Social ── */
.sf-col--social {}

.sf-social-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.sf-social-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .8) !important;
  font-size: 13.5px;
  font-weight: 500;
  transition: background .2s, border-color .2s, transform .2s;
  text-decoration: none !important;
}

.sf-social-btn i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 14px;
  color: #fff !important;
  flex-shrink: 0;
}

.sf-social-btn--fb i { background: #1877f2; }
.sf-social-btn--li i { background: #0a66c2; }
.sf-social-btn--yt i { background: #ff0000; }

.sf-social-btn:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .22);
  color: var(--aircom-white) !important;
  transform: translateX(3px);
  text-decoration: none !important;
}

/* Map CTA */
.sf-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid rgba(10, 102, 179, .4);
  background: rgba(10, 102, 179, .12);
  color: var(--aircom-cyan) !important;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s, border-color .2s;
  text-decoration: none !important;
}

.sf-map-link i {
  font-size: 14px;
}

.sf-map-link:hover {
  background: rgba(10, 102, 179, .22);
  border-color: rgba(10, 102, 179, .6);
  color: var(--aircom-white) !important;
  text-decoration: none !important;
}

/* ── Bottom bar ── */
.sf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0 24px;
}

.sf-copy,
.sf-credit {
  font-size: 13px;
  color: rgba(255, 255, 255, .45) !important;
  font-family: "IBM Plex Sans", Arial, sans-serif !important;
}

.sf-credit a {
  color: rgba(255, 255, 255, .65) !important;
  text-decoration: none;
  transition: color .2s;
}

.sf-credit a:hover {
  color: var(--aircom-cyan) !important;
}

.sf-legal {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sf-legal a {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .5) !important;
  text-decoration: none;
  transition: color .2s;
  font-family: "IBM Plex Sans", Arial, sans-serif !important;
}

.sf-legal a:hover {
  color: var(--aircom-white) !important;
}

.sf-sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .2);
  vertical-align: middle;
}

/* ── Powered-by bar ── */
.powered-by-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 16px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  text-decoration: none;
  transition: background .15s;
}

.powered-by-bar:hover {
  background: #f5f5f5;
}

.powered-by-bar__icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  opacity: 1;
  flex-shrink: 0;
}

.powered-by-bar__text {
  font-size: 11px;
  color: #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: .01em;
  white-space: nowrap;
}

.modern-home #scrollTopBtn {
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--aircom-red);
  box-shadow: 0 12px 25px rgba(230, 58, 47, .32);
}

@media (max-width: 1199px) {
  .modern-home .slider .slide__title {
    font-size: 56px;
  }

  .modern-home .navbar .nav__item .nav__item-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .modern-home .header-transparent,
  .modern-home .header-transparent .navbar {
    position: relative;
  }

  .modern-home .header-transparent .navbar {
    min-height: 64px;
    height: 64px;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .modern-home .header-transparent + .hero-section {
    padding-top: 64px;
  }

  .modern-home .navbar .navbar-brand img {
    width: 140px !important;
  }

  .modern-home .ac-nav-right {
    display: none;
  }

  /* ── Dropdown mobil menü (base overlay'i ezer) ── */
  .modern-home .navbar .navbar-collapse {
    position: absolute !important;
    top: 64px !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    background: #fff !important;
    background-color: #fff !important;
    border-top: 1px solid #e4edf5 !important;
    box-shadow: 0 12px 32px rgba(8, 43, 79, .12) !important;
    padding: 8px 0 16px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-6px) !important;
    transition: opacity .22s ease, transform .22s ease, visibility .22s !important;
    z-index: 999 !important;
  }

  .modern-home .navbar .navbar-collapse.menu-opened {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  /* navbar-nav: sidebar yapısını sıfırla */
  .modern-home .navbar .navbar-collapse .navbar-nav {
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    overflow-y: visible !important;
  }

  .modern-home .navbar .navbar-collapse.menu-opened .navbar-nav {
    transform: none !important;
    opacity: 1 !important;
  }

  .modern-home .navbar .nav__item .nav__item-link {
    color: #082b4f !important;
    padding: 11px 20px !important;
    font-size: 14px;
    line-height: 1.4 !important;
  }

  /* Dropdown alt menüler mobilde */
  .modern-home .navbar .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: #f4f8fb !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    display: none;
  }

  .modern-home .navbar .has-dropdown.active > .dropdown-menu {
    display: block !important;
  }

  .modern-home .navbar .dropdown-menu .nav__item-link {
    padding: 9px 32px !important;
    font-size: 13px !important;
    color: #4a627a !important;
  }

  /* Hamburger */
  .modern-home .navbar .navbar-toggler {
    order: 3;
  }

  /* Close butonu gizle (hamburger toggle yeterli) */
  .modern-home .close-mobile-menu {
    display: none !important;
  }

  .modern-home .slider .slide__title {
    font-size: 48px;
  }

  .modern-home .section1Font1,
  .modern-home .gallery .heading__title,
  .modern-home .case-section-1 .sec-title,
  .modern-home .section6Font1 {
    font-size: 32px !important;
  }

  .modern-home .section1Font1 {
    font-size: 24px !important;
  }

  .modern-home .section1Font2,
  .modern-home .section2Font,
  .modern-home .section3Font2,
  .modern-home .oduller h4 {
    font-size: 28px !important;
  }

  .modern-home .section1Font2 {
    font-size: 19px !important;
  }
.modern-home .banner-text {
    margin: 0;
    padding: 42px 26px !important;
  }

  .modern-home .gallery .sticky-top {
    top: auto;
    margin-top: 24px;
  }

  /* Footer responsive – tablet */
  .sf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 32px;
  }

  .sf-col:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  .sf-col--brand {
    grid-column: 1 / -1;
  }

  .sf-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .modern-home .slider .slide__title {
    font-size: 36px;
  }

  .modern-home .slider .slide__desc {
    font-size: 16px !important;
  }

  .modern-home .slider .slide__desc br,
  .modern-home .slider .slide__title br {
    display: none;
  }

  .modern-home .d-flex.flex-wrap.align-items-center {
    gap: 12px;
  }

  .modern-home .btn,
  .modern-home .btn__primary,
  .modern-home .btn__white {
    width: auto;
    min-height: 48px;
  }

  .modern-home .clients,
  .modern-home .gallery,
  .modern-home .case-section-1 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .modern-home .mobilafis {
    height: auto !important;
    min-height: 620px;
  }

  .modern-home .section3Font2 {
    font-size: 30px !important;
  }

  .modern-home .section1Font1,
  .modern-home .gallery .heading__title,
  .modern-home .case-section-1 .sec-title,
  .modern-home .section6Font1 {
    font-size: 30px !important;
  }

  .modern-home .section1Font1 {
    font-size: 23px !important;
  }

  .modern-home .section1Font2,
  .modern-home .section2Font,
  .modern-home .oduller h4 {
    font-size: 24px !important;
  }

  .modern-home .section1Font2 {
    font-size: 18px !important;
  }

  .modern-home .pt-0.bg-overlay.bg-parallax .altyapi-img {
    height: 230px !important;
  }

  .modern-home .gallery .sticky-top {
    padding: 26px;
  }

  .modern-home .oduller {
    margin: 44px 16px !important;
    padding: 24px !important;
  }

  /* Footer responsive – mobile */
  .sf-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 36px;
  }

  .sf-col--brand {
    grid-column: auto;
    margin-top: 16px;
  }

  .sf-social-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sf-social-btn {
    flex: 1 1 140px;
  }

  .sf-bottom {
    gap: 12px;
    padding-top: 18px;
  }

  .site-footer__inner {
    padding-top: 0;
  }
}

/* ─── Hero dot-grid overlay ─────────────────────────────────── */
.modern-home .hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: radial-gradient(rgba(0, 200, 255, .38) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 25%, rgba(0,0,0,.5) 75%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 25%, rgba(0,0,0,.5) 75%, transparent 100%);
  opacity: .18;
}

/* ─── Scroll-reveal animasyonlar ─────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.reveal.reveal-left {
  transform: translateX(-28px);
}

.reveal.reveal-right {
  transform: translateX(28px);
}

.reveal.reveal-scale {
  transform: scale(.94);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Son Haberler Bölümü ── */
.son-haberler {
  padding: 80px 0;
  background: var(--aircom-soft);
}

.son-haberler .sh-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.son-haberler .sh-head-text {}

.son-haberler .sh-eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(10, 102, 179, 0.1);
  color: var(--aircom-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.son-haberler .sh-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--aircom-ink);
  line-height: 1.2;
}

.son-haberler .sh-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.25rem;
  border: 1.5px solid var(--aircom-blue);
  border-radius: 8px;
  color: var(--aircom-blue);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s;
  flex-shrink: 0;
}

.son-haberler .sh-all-link:hover {
  background: var(--aircom-blue);
  color: #fff;
  text-decoration: none;
}

.son-haberler .sh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sh-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--aircom-line);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sh-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(8, 43, 79, 0.12);
  text-decoration: none;
  color: inherit;
}

.sh-card__img {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--aircom-soft);
  overflow: hidden;
}

.sh-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sh-card:hover .sh-card__img img {
  transform: scale(1.04);
}

.sh-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c5d4e4;
  font-size: 2.5rem;
}

.sh-card__body {
  flex: 1;
  padding: 1.25rem 1.25rem 0.75rem;
}

.sh-card__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(10, 102, 179, 0.08);
  color: var(--aircom-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sh-card__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--aircom-ink);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sh-card__excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: var(--aircom-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sh-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--aircom-line);
  margin-top: 0.75rem;
}

.sh-card__date {
  font-size: 0.78rem;
  color: var(--aircom-muted);
}

.sh-card__date i {
  margin-right: 0.3rem;
  opacity: 0.7;
}

.sh-card__arrow {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--aircom-soft);
  color: var(--aircom-blue);
  font-size: 0.75rem;
  transition: background 0.18s, transform 0.18s;
}

.sh-card:hover .sh-card__arrow {
  background: var(--aircom-blue);
  color: #fff;
  transform: translateX(2px);
}

.sh-empty {
  text-align: center;
  padding: 3rem;
  color: var(--aircom-muted);
  font-size: 0.95rem;
}

.ui-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 180px;
  padding: 2.625rem 1.5rem;
  background: #fff;
  border: 1px solid var(--aircom-line);
  border-radius: 12px;
  color: var(--aircom-muted);
  text-align: center;
}

.ui-state__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(10, 102, 179, 0.08);
  color: var(--aircom-blue);
  font-size: 1.35rem;
}

.ui-state--error .ui-state__icon {
  background: #fff7ed;
  color: #c2410c;
}

.ui-state__title {
  color: var(--aircom-dark);
  font-size: 1.05rem;
  line-height: 1.35;
}

.ui-state__description {
  max-width: 34rem;
  color: var(--aircom-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.ui-state__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 7px;
  background: var(--aircom-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.ui-state__action:hover,
.ui-state__action:focus {
  background: #083d72;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .son-haberler .sh-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .son-haberler .sh-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .son-haberler {
    padding: 56px 0;
  }

  .son-haberler .sh-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════
   WhatsApp Floating Button
   ═══════════════════════════════════════════════ */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.6);
}

.wa-float__icon {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}

/* Nabız animasyonu */
.wa-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: wa-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes wa-pulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}

@media (max-width: 575px) {
  .wa-float {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 2.9rem;
    height: 2.9rem;
  }

  .wa-float__icon {
    font-size: 1.5rem;
  }
}

/* ═══════════════════════════════════════════════
   RTL language guardrails
   ═══════════════════════════════════════════════ */
html[dir="rtl"],
html[dir="rtl"] body {
  direction: rtl;
}

/*
  overflow-x: clip yerine hidden KULLANMA — hidden bir scroll container
  oluşturur ve iOS Safari'de position:fixed elemanlar (arama popup,
  WhatsApp butonu, sticky header) viewport yerine body'ye göre
  konumlanır; sayfa scroll etmeyebilir veya fixed elemanlar kayar.
  clip ise kırpma yapar ama scroll container oluşturmaz.
*/
/* Arapça için font ailesi; overflow-x:clip ile scroll container oluşturmadan
   yatay taşmayı kırpıyoruz (hidden aksine position:fixed'ı bozmaz) */
html[dir="rtl"] body {
  font-family: 'Tajawal', 'Segoe UI', 'Arial', sans-serif;
  overflow-x: clip;
}

/* Veri alanları (e-posta, tel, URL) LTR kalmalı */
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="url"],
html[dir="rtl"] input[type="number"] {
  direction: ltr;
  text-align: left;
}

/* ab-* (hakkimizda), bd-* (blog detail), sk-* (başarı hikayeleri),
   ks-* (akıllı şehirler), proje sayfaları */
html[dir="rtl"] .ab-main,
html[dir="rtl"] .ab-hero,
html[dir="rtl"] .ab-intro-section,
html[dir="rtl"] .ab-subpages-section,
html[dir="rtl"] .ab-timeline-section,
html[dir="rtl"] .ab-values-grid,
html[dir="rtl"] .ab-cms-section,
html[dir="rtl"] .ab-cta,
html[dir="rtl"] .bd-layout,
html[dir="rtl"] .bd-post-header,
html[dir="rtl"] .bd-footer-bar,
html[dir="rtl"] .bd-related-section,
html[dir="rtl"] .sk-hero,
html[dir="rtl"] .sk-main,
html[dir="rtl"] .sk-cta,
html[dir="rtl"] .ks-section,
html[dir="rtl"] .project-flow,
html[dir="rtl"] .pf-search-section,
html[dir="rtl"] .hero-section,
html[dir="rtl"] .global-reach-section,
html[dir="rtl"] .quality-certs-section,
html[dir="rtl"] .agreement-page,
html[dir="rtl"] .kvkk-page,
html[dir="rtl"] .contact-section {
  direction: rtl;
}

html[dir="rtl"] .hero-intro,
html[dir="rtl"] .modern-home .hero-static,
html[dir="rtl"] .features-layout4,
html[dir="rtl"] .partners-strip,
html[dir="rtl"] .sector-solutions,
html[dir="rtl"] .value-section,
html[dir="rtl"] .quality-certs,
html[dir="rtl"] .son-haberler,
html[dir="rtl"] .global-reach,
html[dir="rtl"] .product-finder,
html[dir="rtl"] .closing-cta,
html[dir="rtl"] .site-footer,
html[dir="rtl"] .ct-hero,
html[dir="rtl"] .ct-info-row,
html[dir="rtl"] .ct-main,
html[dir="rtl"] .pf-page-hero,
html[dir="rtl"] .pf-main {
  direction: rtl;
}

html[dir="rtl"] .navbar-nav.ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

html[dir="rtl"] .header,
html[dir="rtl"] .header .navbar,
html[dir="rtl"] .header .container,
html[dir="rtl"] .ac-nav-right {
  direction: ltr;
}

html[dir="rtl"] .navbar-collapse,
html[dir="rtl"] .navbar .dropdown-menu {
  direction: rtl;
}

html[dir="rtl"] .header .navbar-brand {
  margin-right: 0;
}

html[dir="rtl"] .navbar .dropdown-menu,
html[dir="rtl"] .lang-switch__dropdown {
  text-align: right;
}

html[dir="rtl"] .lang-switch__dropdown {
  right: auto;
  left: 0;
}

html[dir="rtl"] .lang-switch__option,
html[dir="rtl"] .site-footer .footer-contact__item,
html[dir="rtl"] .site-footer .footer-social {
  direction: rtl;
}

html[dir="rtl"] .sh-card__date i {
  margin-right: 0;
  margin-left: 0.3rem;
}

html[dir="rtl"] .modern-home .solution-card-head {
  justify-content: flex-end;
  text-align: right;
}

html[dir="rtl"] .modern-home .solution-card .card-title {
  text-align: right !important;
}

html[dir="rtl"] .ct-hero-label,
html[dir="rtl"] .pf-filter-label,
html[dir="rtl"] .ct-card-title {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  html[dir="rtl"] .modern-home .hero-title {
    font-size: 22px !important;
    max-width: 260px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  html[dir="rtl"] .modern-home .hero-intro {
    right: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  html[dir="rtl"] .modern-home .hero-summary {
    max-width: 280px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html[dir="rtl"] .modern-home .hero-action {
    max-width: calc(50vw - 22px);
    white-space: normal;
    text-align: center;
  }

  html[dir="rtl"] .modern-home .solution-card-head,
  html[dir="rtl"] .modern-home .solution-card .card-title {
    overflow-wrap: anywhere;
  }

  html[dir="rtl"] .features-layout4 .solution-row {
    margin-right: 0;
    margin-left: 0;
  }

  html[dir="rtl"] .ct-hero-inner,
  html[dir="rtl"] .pf-page-hero-inner {
    box-sizing: border-box;
    padding-right: 24px !important;
    padding-left: 24px !important;
    text-align: center !important;
  }

  html[dir="rtl"] .ct-hero-label,
  html[dir="rtl"] .ct-hero h1,
  html[dir="rtl"] .ct-hero p,
  html[dir="rtl"] .pf-page-hero-inner h1,
  html[dir="rtl"] .pf-page-hero-inner p {
    max-width: 280px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-wrap: anywhere;
  }

  html[dir="rtl"] .ct-hero-label {
    justify-content: center;
  }
}

html[dir="rtl"] .sh-card:hover .sh-card__arrow {
  transform: translateX(-2px);
}

html[dir="rtl"] .wa-float {
  right: auto;
  left: 2rem;
}

@media (max-width: 575px) {
  html[dir="rtl"] .wa-float {
    left: 1.25rem;
  }
}

/* ── Form elemanları RTL ── */
/* Select ok ikonu sağdan sola geçer */
html[dir="rtl"] .ct-form-group select,
html[dir="rtl"] select {
  padding-right: 16px !important;
  padding-left: 36px !important;
  background-position: left 14px center !important;
}

/* Blog/haber paylaşım butonu yönü */
html[dir="rtl"] .bd-share {
  flex-direction: row-reverse;
}

/* Geri butonu (blog detay) */
html[dir="rtl"] .bd-back i {
  transform: scaleX(-1);
}

/* İkon + metin sıralı öğeler */
html[dir="rtl"] .site-footer .footer-contact__item,
html[dir="rtl"] .sh-card__date {
  flex-direction: row-reverse;
}

/* Arama popup RTL */
html[dir="rtl"] .search-popup .search-popup__btn {
  left: auto;
  right: 24px;
}
html[dir="rtl"] .search-popup .search-popup__form__input {
  padding: 0 68px 0 76px;
}
html[dir="rtl"] .search-popup .search-popup__close {
  right: auto;
  left: 28px;
}

/* Mobil arama popup RTL — _styles.php'nin mobile override'ını ezer */
@media (max-width: 991px) {
  html[dir="rtl"] .search-popup .search-popup__btn {
    left: auto;
    right: 20px;
  }
  html[dir="rtl"] .search-popup .search-popup__close {
    right: auto;
    left: 18px;
  }
  html[dir="rtl"] .search-popup .search-popup__form__input {
    padding: 0 56px 0 58px;
  }
}

/* ── Footer hızlı nav ok ikonları RTL ── */
html[dir="rtl"] .sf-nav-list a i {
  transform: scaleX(-1);
}
html[dir="rtl"] .sf-nav-list a:hover i {
  /* scaleX(-1) sonrası translateX(2px) = 2px sola kayar */
  transform: scaleX(-1) translateX(2px);
}

/* ── Social buton hover yönü RTL ── */
html[dir="rtl"] .sf-social-btn:hover {
  transform: translateX(-3px);
}

/* ── Partners marquee yön düzeltmesi RTL ── */
html[dir="rtl"] .modern-home .partners-marquee {
  animation-direction: reverse;
}

/* ── Global reach marquee RTL ── */
html[dir="rtl"] .gr-marquee-track {
  animation-direction: reverse;
}
html[dir="rtl"] .gr-marquee-track.gr-reverse {
  animation-direction: normal;
}

/* ── Hero — tablet aralığı (768-991px) RTL ── */
/* Bu breakpoint'te hero-intro absolute + left:5% kalır;
   RTL'de içerik sağ tarafta olmalı */
@media (min-width: 768px) and (max-width: 991px) {
  html[dir="rtl"] .modern-home .hero-intro {
    left: auto !important;
    right: 5%;
  }
  html[dir="rtl"] .modern-home .hero-static .hero-network {
    right: auto;
    left: 1%;
  }
}

/* ── Mobil navbar RTL ── */
/* Header direction:ltr olduğu için hamburger fiziksel sağda kalır;
   bu tutarlı bir tasarım kararı. Sadece lang dropdown pozisyonunu
   düzeltiyoruz: RTL'de sola değil sağa açılmalı (viewport kenarında). */
@media (max-width: 991px) {
  html[dir="rtl"] .lang-switch__dropdown {
    right: 0;
    left: auto;
  }
}

/* ── Sidebar gradient CTA (haber-detay, partner-detay) ── */
.bd-sidebar-gradient {
  background: linear-gradient(135deg, #0a66b3, #083d72);
  border-color: #0a66b3;
}

/* Smart cities project fallback gradients */
.sc-fallback-blue { background: linear-gradient(145deg, #0a66b3, #083d72); }
.sc-fallback-green { background: linear-gradient(145deg, #0a7a3a, #065a28); }
.sc-fallback-gold { background: linear-gradient(145deg, #7a5a0a, #5a4008); }
