@charset "UTF-8";

/* Fonts */
:root {
  --default-font: "Raleway", sans-serif;
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Raleway", sans-serif;
}

:root { 
  --background-color: #ffffff; 
  --default-color: #666666;
  --heading-color: #000000; 
  --accent-color: #313131;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}
:root {
  --nav-color: #999999;  
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #666666;
  --nav-dropdown-hover-color: #313131;
}


.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #e3e3e3;
  --heading-color: #ffffff;
  --accent-color: #bdb5b5;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

@font-face {
  font-family: "OrgunSignature";
  src: url("/assets/fonts/abramo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Genel Ayarlar
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# CONTACT FORM STATUS
--------------------------------------------------------------*/

.php-email-form .my-3 {
  margin-top: 20px;
}

.php-email-form .error-message,
.php-email-form .sent-message,
.php-email-form .loading {
  display: none;
  position: relative;
  width: 100%;
  padding: 16px 18px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;

  background: transparent;
  color: var(--heading-color);
  border: 1px solid rgba(0, 0, 0, 0.08);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition: border-color 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.php-email-form .error-message::before,
.php-email-form .sent-message::before,
.php-email-form .loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.php-email-form .error-message {
  opacity: 0.92;
}

.php-email-form .sent-message {
  opacity: 0.96;
}

.php-email-form .loading {
  opacity: 0.88;
  text-align: center;
}

.php-email-form .loading .loading-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.php-email-form .loading .loading-spinner {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(0, 0, 0, 0.14);
  border-top-color: rgba(0, 0, 0, 0.62);
  border-right-color: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  animation: php-email-form-loading 0.75s linear infinite;
  will-change: transform;
}

@keyframes php-email-form-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.php-email-form .error-message:hover,
.php-email-form .sent-message:hover,
.php-email-form .loading:hover {
  border-color: rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

/*--------------------------------------------------------------
# CONTACT DETAIL LINKS
--------------------------------------------------------------*/

.contact .detail-value {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact a.detail-value:hover {
  opacity: 0.72;
}

/*--------------------------------------------------------------
# FORM FIELDS
--------------------------------------------------------------*/

.contact .form-group {
  margin-bottom: 22px;
}

.contact .form-group label {
  display: inline-block;
  margin-bottom: 10px;
}

.contact .form-group input,
.contact .form-group textarea {
  width: 100%;
  outline: none;
}

/*--------------------------------------------------------------
# MOBILE
--------------------------------------------------------------*/

@media (max-width: 767.98px) {
  .php-email-form .error-message,
  .php-email-form .sent-message,
  .php-email-form .loading {
    padding: 14px 16px;
    font-size: 13px;
  }

  .php-email-form .loading .loading-inner {
    gap: 8px;
  }

  .php-email-form .loading .loading-spinner {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.45s ease;
  z-index: 997;
}

.header .container-fluid {
  gap: 28px;
  min-height: 82px;
  padding-left: 22px;
  padding-right: 22px;
}

.header .logo {
  line-height: 1;
  flex: 0 0 auto;
  position: relative;
  z-index: 1003;
  text-decoration: none;
}

.header .logo-wrap {
  height: 100px;
  width: auto;
  min-width: 200px;
  position: relative;
  display: block;
}

.header .logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.header .logo-white {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header .logo-dark {
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
}

.scrolled .header .logo-white,
.mobile-nav-active .header .logo-white {
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
}

.scrolled .header .logo-dark,
.mobile-nav-active .header .logo-dark {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*--------------------------------------------------------------
# Scrolled Header
--------------------------------------------------------------*/
.scrolled .header {
  padding: 13px 0;
  isolation: isolate;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.scrolled .header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.885);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

/*--------------------------------------------------------------
# CTA Button
--------------------------------------------------------------*/
.header-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 9px 26px;
  min-height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8em;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.35s ease;
  z-index: 1;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.header-cta-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-cta-text {
  letter-spacing: 0.02em;
}

.header-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cta:hover {
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.header-cta:hover .header-cta-icon {
  transform: translateX(6px);
}

.header-cta::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: all 0.35s ease;
  z-index: -1;
  pointer-events: none;
}

.header-cta:hover::before {
  border-color: rgba(255, 255, 255, 0.34);
}

.scrolled .header-cta {
  background: #1c1c1c;
  color: #ffffff;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.scrolled .header-cta:hover {
  background: #111111;
  color: #ffffff;
}

.scrolled .header-cta::before {
  border-color: rgba(17, 17, 17, 0.253);
}

.scrolled .header-cta:hover::before {
  border-color: rgba(17, 17, 17, 0.20);
}

/*--------------------------------------------------------------
# Navbar Menu
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .navmenu li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .navmenu li:not(:last-child)::after {
    content: "/";
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.34);
    font-size: 13px;
    transition: color 0.3s ease;
  }

  .navmenu a,
  .navmenu a:focus {
    position: relative;
    color: rgba(255, 255, 255, 0.84);
    padding: 8px 0;
    font-size: 14px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: color 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
  }

  .navmenu a::after,
  .navmenu a:focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease, opacity 0.35s ease;
    opacity: 0.7;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 6px;
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.58);
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffffff;
  }

  .navmenu li:hover > a::after,
  .navmenu .active::after,
  .navmenu .active:focus::after {
    transform: scaleX(1);
  }

  .navmenu li:hover > a i,
  .navmenu .active i,
  .navmenu .active:focus i {
    color: #ffffff;
  }

  .scrolled .navmenu a,
  .scrolled .navmenu a:focus {
    color: rgba(17, 17, 17, 0.78);
  }

  .scrolled .navmenu a i,
  .scrolled .navmenu a:focus i {
    color: rgba(17, 17, 17, 0.48);
  }

  .scrolled .navmenu li:not(:last-child)::after {
    color: rgba(17, 17, 17, 0.28);
  }

  .scrolled .navmenu li:hover > a,
  .scrolled .navmenu .active,
  .scrolled .navmenu .active:focus {
    color: #111111;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 14px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 152%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 99;
    border: 1px solid rgba(17, 17, 17, 0.08);
    min-width: 240px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }

  .navmenu .dropdown ul li {
    min-width: 220px;
  }

  .navmenu .dropdown ul li::after {
    display: none;
  }

  .navmenu .dropdown ul a {
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.02em;
    color: var(--nav-dropdown-color);
    justify-content: space-between;
  }

  .navmenu .dropdown ul a::after {
    display: none;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.45);
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 142%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: calc(100% + 10px);
    transform: none;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: calc(100% + 14px);
    visibility: visible;
  }

  .mobile-nav-toggle {
    display: none !important;
  }

  .mobile-menu-cta {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .header {
    padding: 17px 0;
  }

  .header .container-fluid {
    gap: 12px;
    min-height: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header .logo-wrap {
    height: 100px;
    min-width: 200px;
  }

  .navmenu {
    padding: 0;
    margin-left: auto;
    position: static;
    z-index: 1000;
  }

  /* Custom Mobile Toggle */
  .mobile-nav-toggle {
    position: relative;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10004;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
  }

  .mobile-nav-toggle::before,
  .mobile-nav-toggle::after,
  .mobile-nav-toggle span {
    content: "";
    position: absolute;
    right: 0;
    height: 1.6px;
    background-color: currentColor;
    border-radius: 999px;
    transition: transform 0.35s ease, width 0.35s ease, opacity 0.25s ease, color 0.3s ease;
  }

  .mobile-nav-toggle::before {
    width: 26px;
    top: 9px;
  }

  .mobile-nav-toggle span {
    width: 14px;
    top: 16px;
  }

  .mobile-nav-toggle::after {
    width: 26px;
    top: 23px;
  }

  .mobile-nav-toggle:hover span {
    width: 26px;
  }

  .mobile-nav-toggle.bi-x::before {
    width: 24px;
    top: 16px;
    transform: rotate(45deg);
  }

  .mobile-nav-toggle.bi-x span {
    opacity: 0;
    width: 0;
  }

  .mobile-nav-toggle.bi-x::after {
    width: 24px;
    top: 16px;
    transform: rotate(-45deg);
  }

  .mobile-nav-toggle.bi-x,
  body.scrolled .mobile-nav-toggle,
  body.scrolled .mobile-nav-toggle.bi-x {
    color: #111111;
  }

  .navmenu > ul {
    list-style: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin: 0;
    padding: 120px 24px 40px;
    display: block;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-24px);
    transition: transform 0.45s ease, opacity 0.35s ease, visibility 0.35s ease;
    z-index: 10002;
  }

  .mobile-nav-active .navmenu > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 18px 0;
    font-family: var(--nav-font);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s ease;
    text-decoration: none;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 12px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu li {
    position: relative;
  }

  .navmenu > ul > li + li {
    border-top: 1px solid rgba(17, 17, 17, 0.06);
  }

  .navmenu .dropdown ul {
    position: static;
    display: block;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition:
      max-height 0.45s ease,
      opacity 0.3s ease,
      visibility 0.3s ease,
      margin-top 0.3s ease,
      padding-bottom 0.3s ease;
  }

  .navmenu .dropdown > .dropdown-active {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    margin-top: 4px;
    padding-bottom: 8px;
  }

  .navmenu .dropdown ul li {
    border: 0;
  }

  .navmenu .dropdown ul a {
    font-size: 16px;
    padding: 12px 0;
  }

  .navmenu .dropdown ul ul {
    padding-left: 14px;
  }

  .header-cta {
    display: none !important;
  }

  .navmenu ul,
  .navmenu ul li {
    list-style: none;
  }

  .navmenu li::marker {
    content: none;
  }

.mobile-menu-cta {
  display: block !important;
  padding-top: 22px;
  margin-top: 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.navmenu .mobile-menu-cta + li,
.navmenu .mobile-menu-cta::after {
  display: none;
}

.mobile-contact-link,
.mobile-contact-link:focus {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 55%;
  min-height: 56px;
  padding: 0 18px !important;
  border-radius: 999px;
  background: #111111;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.mobile-contact-link::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid rgba(17, 17, 17, 0.253);
  border-radius: 999px;
  pointer-events: none;
}

  .mobile-contact-text {
    display: inline-block;
  }

  .mobile-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .mobile-contact-link i,
  .mobile-contact-link:focus i {
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .header {
    padding: 15px 0;
  }

  .header .container-fluid {
    min-height: 68px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header .logo-wrap {
    height: 80px;
    min-width: 180px;
  }

  .mobile-nav-toggle {
    width: 30px;
    height: 30px;
  }

  .mobile-nav-toggle::before {
    width: 22px;
    top: 8px;
  }

  .mobile-nav-toggle span {
    width: 12px;
    top: 15px;
  }

  .mobile-nav-toggle::after {
    width: 22px;
    top: 22px;
  }

  .mobile-nav-toggle:hover span {
    width: 22px;
  }

  .navmenu > ul {
    padding: 148px 20px 36px;
  }

  .mobile-nav-toggle span {
  width: 14px !important;
}

.mobile-nav-toggle:hover span {
  width: 14px !important;
}
}

/*--------------------------------------------------------------
# Tasarım Süreci
--------------------------------------------------------------*/

.design-process-minimal {
  position: relative;
  padding: 100px 0;
  background: #f3f3f1;
  overflow: hidden;
}

.design-process-minimal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.014) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  opacity: 0.28;
}

.dpm-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0;
}

.dpm-line-col {
  position: relative;
}

.dpm-line-base,
.dpm-line-progress {
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  border-radius: 999px;
}

.dpm-line-base {
  height: 100%;
  background: rgba(17, 17, 17, 0.11);
}

.dpm-line-progress {
  height: 0;
  background: #111111;
  transition: height 0.06s linear;
  z-index: 2;
}

.dpm-items {
  position: relative;
}

.dpm-item {
  position: relative;
  padding-bottom: 72px;
  opacity: 0.42;
  transform: translateY(14px);
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
}

.dpm-item:last-child {
  padding-bottom: 0;
}

.dpm-item.is-visible,
.dpm-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.dpm-dot {
  position: absolute;
  left: -35px;
  top: 24px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: #f3f3f1;
  z-index: 3;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dpm-item.is-active .dpm-dot,
.dpm-item.is-visible .dpm-dot {
  background: #111111;
  border-color: #111111;
  transform: scale(1.06);
  box-shadow: 0 0 0 7px rgba(17, 17, 17, 0.04);
}

.dpm-grid {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.dpm-number-col {
  padding-top: 0;
}

.dpm-number-block {
  position: relative;
  width: 92px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.dpm-number-line {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(17, 17, 17, 0.14);
}

.dpm-number-line-top {
  margin-left: 4px;
}

.dpm-number-line-bottom {
  margin-left: 8px;
}

.dpm-number {
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(4rem, 7vw, 5.25rem);
  line-height: 0.82;
  letter-spacing: -0.09em;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.09);
  transition: color 0.35s ease;
}

.dpm-item.is-active .dpm-number,
.dpm-item.is-visible .dpm-number {
  color: rgba(17, 17, 17, 0.11);
}

.dpm-content-col {
  min-width: 0;
}

.dpm-head {
  max-width: 760px;
}

.dpm-head h3 {
  margin: 0 0 12px;
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #000000;
}

.dpm-head p {
  margin: 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.56);
}

.dpm-divider {
  width: 100%;
  max-width: 760px;
  height: 1px;
  margin: 22px 0 22px;
  background: rgba(17, 17, 17, 0.09);
}

.dpm-image-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 760px;
  overflow: hidden;
  background: #dcdcdc;
  cursor: default;
}

.dpm-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.12), rgba(0,0,0,0.02));
  z-index: 1;
  transition: opacity 0.35s ease;
}

.dpm-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s ease;
}

.dpm-image-card:hover img {
  transform: scale(1.035);
}

.dpm-image-frame {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  z-index: 2;
  pointer-events: none;
  transition: inset 0.35s ease, border-color 0.35s ease;
}

.dpm-image-card:hover .dpm-image-frame {
  inset: 16px;
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
  .design-process-minimal {
    padding: 86px 0;
  }

  .dpm-grid {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 20px;
  }

  .dpm-number-block {
    width: 76px;
    min-height: 132px;
  }

  .dpm-number-line {
    width: 34px;
  }

  .dpm-item {
    padding-bottom: 56px;
  }

  .dpm-head h3 {
    font-size: clamp(1.45rem, 3vw, 1.95rem);
  }

  .dpm-divider {
    margin: 18px 0 18px;
  }

  .dpm-image-card {
    max-width: 680px;
  }
}

@media (max-width: 767.98px) {
  .design-process-minimal {
    padding: 72px 0;
  }

  .dpm-wrap {
    grid-template-columns: 38px 1fr;
  }

  .dpm-line-base,
  .dpm-line-progress {
    left: 17px;
  }

  .dpm-dot {
    left: -25px;
    top: 18px;
    width: 10px;
    height: 10px;
  }

  .dpm-item {
    padding-bottom: 42px;
    transform: translateY(12px);
  }

  .dpm-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dpm-number-block {
    width: 74px;
    min-height: 118px;
    gap: 10px;
  }

  .dpm-number-line {
    width: 32px;
  }

  .dpm-number {
    font-size: clamp(3.2rem, 12vw, 4.3rem);
  }

  .dpm-head h3 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .dpm-head p {
    font-size: 14px;
    line-height: 1.8;
  }

  .dpm-divider {
    margin: 16px 0 16px;
  }

  .dpm-image-card img {
    aspect-ratio: 16 / 10;
  }

  .dpm-image-frame {
    inset: 10px;
  }
} 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

  .footer {
    --footer-bg: #0a0b0d;
    --footer-surface: #101215;
    --footer-line: rgba(255, 255, 255, 0.08);
    --footer-line-soft: rgba(255, 255, 255, 0.05);
    --footer-title: #f5f3ee;
    --footer-text: rgba(255, 255, 255, 0.68);
    --footer-muted: rgba(255, 255, 255, 0.42);

    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 28%),
      linear-gradient(180deg, #0b0c0f 0%, #08090b 100%);
    color: var(--footer-text);
  }

  .footer::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--footer-line-soft);
    pointer-events: none;
    z-index: 1;
  }

  .footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
    z-index: 1;
  }

  .footer .container {
    position: relative;
    z-index: 2;
  }

  .footer-container,
  .footer-main {
    position: relative;
  }

  .footer-main {
    padding: 88px 0 28px;
  }

  .footer-top-panel > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-top-panel > .row > [class*="col-"] {
    padding: 38px 34px 34px;
    position: relative;
  }

  .footer-top-panel > .row > [class*="col-"]::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    width: 1px;
    height: calc(100% - 56px);
    background: var(--footer-line-soft);
  }

  .footer-top-panel > .row > [class*="col-"]:last-child::after {
    display: none;
  }


  .footer-title {
    margin: 0 0 22px;
    color: var(--footer-title);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.4;
  }

  .footer-brand,
  .footer-brand-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-link,
  .footer-brand a {
    display: inline-flex;
    text-decoration: none;
    margin-bottom: 28px;
  }

  .footer-logo {
    width: 100%;
    max-width: 210px;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .footer-desc,
  .footer-text {
    margin: 0;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.95;
    color: var(--footer-text);
  }

  .footer-links,
  .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li,
  .footer-nav li {
    margin-bottom: 13px;
  }

  .footer-links li:last-child,
  .footer-nav li:last-child {
    margin-bottom: 0;
  }

  .footer-links a,
  .footer-nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.7;
    transition: color 0.28s ease, transform 0.28s ease;
  }

  .footer-links a::before,
  .footer-nav a::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,0.7);
    transform: translateY(-50%);
    transition: width 0.28s ease;
  }

  .footer-links a:hover,
  .footer-nav a:hover {
    color: #fff;
    transform: translateX(8px);
  }

  .footer-links a:hover::before,
  .footer-nav a:hover::before {
    width: 8px;
  }

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 0 28px;
  font-style: normal;
}

  .footer-contact span,
  .footer-contact a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.75;
    transition: color 0.28s ease;
  }

  .footer-contact a:hover {
    color: #fff;
  }

  .footer-links span,
  .footer-nav span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.7;
    transition: color 0.28s ease, transform 0.28s ease;
    cursor: default;
  }

  .footer-links span::before,
  .footer-nav span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,0.7);
    transform: translateY(-50%);
    transition: width 0.28s ease;
  }

  /* hover aynı */
  .footer-links span:hover,
  .footer-nav span:hover {
    color: #fff;
    transform: translateX(8px);
  }

  .footer-links span:hover::before,
  .footer-nav span:hover::before {
    width: 8px;
  }

  .footer-social,
  .footer-social-list,
  .footer-payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-social a,
  .footer-social-list a,
  .footer-payment-icons a {
    position: relative;
    width: 46px;
    height: 46px;
    border: 1px solid var(--footer-line);
    background: transparent;
    color: var(--footer-title);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition:
      transform 0.35s ease,
      border-color 0.35s ease,
      background-color 0.35s ease,
      color 0.35s ease;
  }

  .footer-social a::before,
  .footer-social-list a::before,
  .footer-payment-icons a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f3efe8;
    transform: translateY(101%);
    transition: transform 0.35s ease;
    z-index: 0;
  }

  .footer-social a i,
  .footer-social-list a i,
  .footer-payment-icons a i {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1;
  }

  .footer-social a:hover,
  .footer-social-list a:hover,
  .footer-payment-icons a:hover {
    color: #0a0b0d;
    border-color: #f3efe8;
    transform: translateY(-3px);
  }

  .footer-social a:hover::before,
  .footer-social-list a:hover::before,
  .footer-payment-icons a:hover::before {
    transform: translateY(0);
  }

  .footer-bottom {
    position: relative;
    margin-top: 26px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 26px;
    flex-wrap: wrap;
  }

  .footer-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255,255,255,0.14) 15%,
      rgba(255,255,255,0.14) 85%,
      transparent 100%
    );
  }

  .footer-bottom small {
    color: var(--footer-muted);
    font-size: 12.5px;
    line-height: 1.7;
    
  }

  .footer-bottom small strong {
    color: var(--footer-title);
    font-weight: 500;
    font-family: var(--default-font)
  }

  .footer-designed {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--footer-muted);
    font-size: 12.5px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }

  .footer-designed-link {
    position: relative;
    text-decoration: none;
    color: var(--footer-title);
    transition: all 0.3s ease;
  }

  .footer-designed-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,0.7);
    transition: width 0.35s ease;
  }

  .footer-designed-link:hover {
    color: #ffffff;

    text-shadow:
      0 0 6px rgba(255,255,255,0.35),
      0 0 14px rgba(255,255,255,0.15);
  }

  .footer-designed-link:hover::after {
    width: 100%;
  }

/*--------------------------------
  Responsive
--------------------------------*/

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.footer-widget-right,
.footer-right,
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*--------------------------------
  Responsive
--------------------------------*/

@media (max-width: 991.98px) {

  .footer-main {
    padding: 62px 0 24px;
  }

  .footer-top-panel > .row > [class*="col-"] {
    padding: 30px 24px 26px;
  }

  .footer-top-panel > .row > [class*="col-"]::after {
    display: none;
  }

  .footer-top-panel > .row > [class*="col-"] {
    border-bottom: 1px solid var(--footer-line-soft);
  }

  .footer-top-panel > .row > [class*="col-"]:last-child {
    border-bottom: 0;
  }

  .footer-desc,
  .footer-text {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .footer::after {
    background-size: 34px 34px;
  }

  .footer-main {
    padding: 48px 0 22px;
  }

    .footer-top-panel > .row > [class*="col-"] {
      padding: 24px 20px 22px;
    }

  .footer-title {
    margin-bottom: 16px;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer-links a,
  .footer-nav a,
  .footer-contact span,
  .footer-contact a {
    font-size: 14px;
  }

  .footer-social a,
  .footer-social-list a,
  .footer-payment-icons a {
    width: 42px;
    height: 42px;
  }

  .footer-bottom-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/*--------------------------------------------------------------
# Seçili Projeler
--------------------------------------------------------------*/

  .architect-editorial-process {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
  }

  .architect-editorial-process::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.03;
    background-image:
      linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 42px 42px;
  }

  .architect-editorial-process::after {
    content: "";
    position: absolute;
    top: 0;
    left: 7%;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(255,255,255,0.08),
      transparent
    );
    pointer-events: none;
  }

  .architect-editorial-process .container {
    position: relative;
    z-index: 2;
  }

/*--------------------------------
  Sol İntro
--------------------------------*/
.aep-intro {
  position: relative;
  padding-right: 8px;
  max-width: 100%;
}

.aep-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 42%);
}

.aep-title {
  margin: 0 0 22px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  max-width: 760px;
}

.aep-title-main,
.aep-title-sub {
  display: block;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.aep-title-main {
  font-size: clamp(2.9rem, 4.2vw, 4.3rem);
  font-weight: 600;
  white-space: nowrap;
}

.aep-title-sub {
  margin-top: 4px;
  font-size: clamp(2.7rem, 3.9vw, 4rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.aep-desc {
  margin: 0 0 34px;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.9;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
}

.aep-image-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 350px;
  overflow: hidden;
  background: #111;
  border-radius: 0;
}

.aep-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.09);
  z-index: 2;
  pointer-events: none;
}

.aep-image-wrap::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.04);
  z-index: 2;
  pointer-events: none;
}

.aep-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
  border-radius: 0;
}

.aep-image-wrap:hover img {
  transform: scale(1.03);
}

.aep-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.46), rgba(3, 3, 3, 0.05)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 60%);
}

.aep-image-caption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;
  font-family: "OrgunSignature", serif;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.015em;
  color: rgba(255,255,255,0.9);
  opacity: 0.88;
  transition: all 0.35s ease;
}

.aep-image-wrap:hover .aep-image-caption {
  opacity: 1;
  transform: translateY(-2px);
}



/* Tablet */
@media (max-width: 1199.98px) {
  .aep-intro {
    padding-right: 0;
  }

  .aep-title {
    max-width: 640px;
  }

  .aep-title-main {
    font-size: clamp(2.5rem, 4vw, 3.7rem);
  }

  .aep-title-sub {
    font-size: clamp(2.35rem, 3.6vw, 3.45rem);
  }

  .aep-desc {
    max-width: 520px;
  }

  .aep-image-wrap {
    max-width: 520px;
    min-height: 310px;
  }

  .aep-image-wrap img {
    min-height: 310px;
  }

  .aep-image-caption {
    font-size: 40px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .aep-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .aep-title {
    margin-bottom: 18px;
    max-width: 100%;
  }

  .aep-title-main {
    font-size: 2.05rem;
    line-height: 1;
    white-space: normal;
  }

  .aep-title-sub {
    margin-top: 2px;
    font-size: 1.95rem;
    line-height: 1;
  }

  .aep-desc {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.75;
    max-width: 100%;
  }

  .aep-image-wrap {
    min-height: 245px;
    max-width: 100%;
  }

  .aep-image-wrap img {
    min-height: 245px;
  }

  .aep-image-wrap::after {
    inset: 10px;
  }

  .aep-image-caption {
    right: 14px;
    bottom: 12px;
    font-size: 32px;
  }
}

/*--------------------------------
  Sağ List
--------------------------------*/
.aep-list {
  position: relative;
  padding-top: 16px;
}

.aep-list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 88px;
  width: 1px;
  height: calc(100% - 16px);
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.14),
    rgba(255,255,255,0.04)
  );
}

.aep-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 0 0 38px;
}

.aep-item:last-child {
  padding-bottom: 0;
}

.aep-number {
  position: relative;
  font-family: var(--heading-font);
  font-size: clamp(3rem, 4.6vw, 5rem);
  line-height: 0.84;
  letter-spacing: -0.08em;
  font-weight: 300;
  color: rgba(255,255,255,0.17);
  transform: translateY(-2px);
}

.aep-number::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -10px;
  width: 26px;
  height: 1px;
  background: rgba(255,255,255,0.16);
}

.aep-content {
  position: relative;
  padding-top: 8px;
  max-width: 580px;
}

.aep-mini {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 48%);
}

.aep-content h3 {
  margin: 0 0 14px;
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 2.05vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: var(--heading-color);
  max-width: 540px;
}

.aep-content p {
  margin: 0;
  max-width: 460px;
  font-size: 14px;
  line-height: 1.85;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
}

.aep-item:hover .aep-number {
  color: rgba(255,255,255,0.25);
  transition: color 0.35s ease;
}

.aep-item:hover .aep-content h3 {
  transform: translateX(4px);
  transition: transform 0.35s ease;
}

/*--------------------------------
  Responsive
--------------------------------*/

@media (max-width: 1199.98px) {
  .architect-editorial-process {
    padding: 94px 0;
  }

  .aep-intro {
    padding-right: 0;
  }

  .aep-title {
    font-size: clamp(2.6rem, 4.4vw, 3.8rem);
    max-width: 640px;
  }

  .aep-desc {
    max-width: 520px;
  }

  .aep-image-wrap {
    max-width: 520px;
    min-height: 310px;
  }

  .aep-image-wrap img {
    min-height: 310px;
  }

  .aep-image-caption {
    font-size: 40px;
  }

  .aep-list::before {
    left: 74px;
  }

  .aep-item {
    grid-template-columns: 92px 1fr;
    column-gap: 16px;
    padding-bottom: 32px;
  }

  .aep-number {
    font-size: 4rem;
  }

  .aep-number::after {
    top: 18px;
    width: 22px;
    right: -8px;
  }

  .aep-content h3 {
    font-size: 1.95rem;
  }
}

@media (max-width: 991.98px) {
  .architect-editorial-process {
    padding: 86px 0;
  }

  .aep-title {
    max-width: 100%;
    font-size: clamp(2.5rem, 7vw, 4rem);
    text-wrap: initial;
  }

  .aep-title span {
    display: inline;
  }

  .aep-desc {
    max-width: 100%;
    margin: 0 0 26px;
  }

  .aep-image-wrap {
    max-width: 100%;
    min-height: 320px;
    margin-bottom: 8px;
  }

  .aep-image-wrap img {
    min-height: 320px;
  }

  .aep-list {
    padding-top: 0;
  }

  .aep-list::before {
    left: 66px;
    top: 4px;
  }

  .aep-item {
    grid-template-columns: 82px 1fr;
    padding-bottom: 30px;
  }

  .aep-number {
    font-size: 3.5rem;
  }

  .aep-number::after {
    top: 16px;
    width: 18px;
    right: -7px;
  }

  .aep-content {
    padding-top: 4px;
  }

  .aep-content h3 {
    font-size: 1.85rem;
  }
}

@media (max-width: 767.98px) {
  .architect-editorial-process {
    padding: 74px 0;
  }

  .architect-editorial-process::before {
    background-size: 28px 28px;
    opacity: 0.026;
  }

  .architect-editorial-process::after {
    display: none;
  }

  .aep-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .aep-title {
    margin-bottom: 18px;
    font-size: 2.2rem;
    line-height: 1;
    max-width: 100%;
  }

  .aep-title span {
    display: inline;
  }

  .aep-desc {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.75;
  }

  .aep-image-wrap {
    min-height: 245px;
  }

  .aep-image-wrap img {
    min-height: 245px;
  }

  .aep-image-wrap::after {
    inset: 10px;
  }

  .aep-image-caption {
    right: 14px;
    bottom: 12px;
    font-size: 32px;
  }

  .aep-list::before {
    left: 44px;
  }

  .aep-item {
    grid-template-columns: 56px 1fr;
    column-gap: 12px;
    padding-bottom: 24px;
  }

  .aep-number {
    font-size: 2.45rem;
    transform: none;
  }

  .aep-number::after {
    top: 12px;
    width: 14px;
    right: -5px;
  }

  .aep-mini {
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .aep-content {
    padding-top: 2px;
  }

  .aep-content h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.05;
  }

  .aep-content p {
    font-size: 13px;
    line-height: 1.7;
    max-width: 100%;
  }

  .aep-item:hover .aep-content h3 {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .architect-editorial-process {
    padding: 64px 0;
  }

  .aep-title {
    font-size: 2rem;
  }

  .aep-image-wrap {
    min-height: 220px;
  }

  .aep-image-wrap img {
    min-height: 220px;
  }

  .aep-list::before {
    left: 39px;
  }

  .aep-item {
    grid-template-columns: 48px 1fr;
  }

  .aep-number {
    font-size: 2rem;
  }

  .aep-number::after {
    top: 10px;
    width: 12px;
  }

  .aep-content h3 {
    font-size: 1.24rem;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.loading {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  transition: opacity 0.85s ease, visibility 0.85s ease, transform 0.85s ease;
}

.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.34) 0%,
      rgba(255,255,255,0.1) 46%,
      rgba(0,0,0,0.015) 100%
    );
  pointer-events: none;
}

/* köşe mimari çizgiler */
.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17,17,17,0.06), rgba(17,17,17,0.06)) left calc(50% - 190px) top calc(50% - 44px) / 34px 1px no-repeat,
    linear-gradient(rgba(17,17,17,0.06), rgba(17,17,17,0.06)) left calc(50% - 190px) top calc(50% - 44px) / 1px 34px no-repeat,
    linear-gradient(rgba(17,17,17,0.06), rgba(17,17,17,0.06)) right calc(50% - 190px) bottom calc(50% - 44px) / 34px 1px no-repeat,
    linear-gradient(rgba(17,17,17,0.06), rgba(17,17,17,0.06)) right calc(50% - 190px) bottom calc(50% - 44px) / 1px 34px no-repeat;
  pointer-events: none;
}

.loader-inner {
  position: relative;
  z-index: 2;
  width: min(360px, 76vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.loader-counter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--heading-font, "Montserrat", sans-serif);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #111111;
}

#loader-percent {
  min-width: 30px;
  display: inline-block;
  text-align: right;
}

.loader-bar {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.12);
  overflow: visible;
}

#loader-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  height: 100%;
  background: #111111;
  transition: width 0.22s ease;
}

/* ilerleme ucunda ince mimari işaret */
#loader-progress::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(50%, -50%);
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  background: transparent;
}

.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  pointer-events: none;
}

body.preloader-active {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .loader-inner {
    width: min(280px, 82vw);
    gap: 14px;
  }

  .loader-counter {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .loading::after {
    background:
      linear-gradient(rgba(17,17,17,0.05), rgba(17,17,17,0.05)) left calc(50% - 145px) top calc(50% - 38px) / 24px 1px no-repeat,
      linear-gradient(rgba(17,17,17,0.05), rgba(17,17,17,0.05)) left calc(50% - 145px) top calc(50% - 38px) / 1px 24px no-repeat,
      linear-gradient(rgba(17,17,17,0.05), rgba(17,17,17,0.05)) right calc(50% - 145px) bottom calc(50% - 38px) / 24px 1px no-repeat,
      linear-gradient(rgba(17,17,17,0.05), rgba(17,17,17,0.05)) right calc(50% - 145px) bottom calc(50% - 38px) / 1px 24px no-repeat;
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*==============================================================
# PAGE TITLE SECTION
==============================================================*/

.page-title-section {
  position: relative;
  min-height: 54vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0b0b0b;
}

/* BG */
.page-title-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-title-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.92) contrast(1.04);
  transform: scale(1.01);
}

/* OVERLAY */
.page-title-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.34) 34%,
      rgba(0, 0, 0, 0.12) 68%,
      rgba(0, 0, 0, 0.04) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0.36) 42%,
      rgba(0, 0, 0, 0.56) 74%,
      rgba(0, 0, 0, 0.82) 100%
    );
}

.page-title-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.9;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.040) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.040) 1px, transparent 1px),
    linear-gradient(to right, rgba(255,255,255,0.013) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.013) 1px, transparent 1px);
  background-size:
    180px 180px,
    180px 180px,
    36px 36px,
    36px 36px;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0;
}

.page-title-grid::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255,255,255,0.045);
  opacity: 0.9;
}

.page-title-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.028) 0%, rgba(255,255,255,0.008) 26%, rgba(255,255,255,0) 58%);
}

/* LABELS */
.pt-label {
  position: absolute;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
  font-weight: 500;
  white-space: nowrap;
}

.pt-label::before {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.14);
}

.pt-label-top-left {
  top: 28px;
  left: 34px;
  padding-left: 20px;
}

.pt-label-top-left::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pt-label-top-right {
  top: 28px;
  right: 34px;
  padding-right: 20px;
}

.pt-label-top-right::before {
  width: 12px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.pt-label-bottom-left {
  bottom: 28px;
  left: 34px;
  padding-left: 20px;
}

.pt-label-bottom-left::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pt-label-bottom-right {
  bottom: 28px;
  right: 34px;
  padding-right: 20px;
}

.pt-label-bottom-right::before {
  width: 12px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* GUIDES */
.pt-guide {
  position: absolute;
  display: block;
  background: rgba(255,255,255,0.09);
}

.pt-guide::before,
.pt-guide::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.12);
}

/* Top guide */
.pt-guide-top {
  top: 58px;
  left: 92px;
  width: 126px;
  height: 1px;
}

.pt-guide-top::before,
.pt-guide-top::after {
  width: 1px;
  height: 8px;
  top: -3px;
}

.pt-guide-top::before {
  left: 0;
}

.pt-guide-top::after {
  right: 0;
}

/* Left guide */
.pt-guide-left {
  top: 104px;
  left: 58px;
  width: 1px;
  height: 92px;
}

.pt-guide-left::before,
.pt-guide-left::after {
  width: 8px;
  height: 1px;
  left: -3px;
}

.pt-guide-left::before {
  top: 0;
}

.pt-guide-left::after {
  bottom: 0;
}

/* Bottom guide */
.pt-guide-bottom {
  right: 92px;
  bottom: 58px;
  width: 118px;
  height: 1px;
}

.pt-guide-bottom::before,
.pt-guide-bottom::after {
  width: 1px;
  height: 8px;
  top: -3px;
}

.pt-guide-bottom::before {
  left: 0;
}

.pt-guide-bottom::after {
  right: 0;
}

/* CROSS */
.pt-cross {
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0.34;
}

.pt-cross::before,
.pt-cross::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.15);
}

.pt-cross::before {
  width: 14px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pt-cross::after {
  width: 1px;
  height: 14px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pt-cross-one {
  top: 19%;
  right: 22%;
}

.pt-cross-two {
  bottom: 23%;
  left: 16%;
}

.page-title-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 0 0 33px;
}

.page-title-content {
  max-width: 760px;
}

.page-title-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.page-title-line {
  display: block;
  width: 56px;
  height: 1px;
  background: rgba(255,255,255,0.34);
}

.page-title-kicker-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.74);
}

.page-title {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.page-title span {
  display: block;
  font-weight: 300;
  color: rgba(255,255,255,0.84);
}

.page-title-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.62);
}

.page-title-breadcrumb a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-title-breadcrumb a:hover {
  color: #ffffff;
}

/* Responsive */

@media (max-width: 1199px) {
  .page-title-section {
    min-height: 66vh;
  }

  .page-title-wrap {
    padding-bottom: 56px;
  }
}

@media (max-width: 991px) {
  .page-title-section {
    min-height: 58vh;
  }

  .page-title-grid {
    background-size:
      140px 140px,
      140px 140px,
      28px 28px,
      28px 28px;
  }

  .page-title-grid::before {
    inset: 20px;
  }

  .pt-guide-top,
  .pt-guide-bottom {
    width: 92px;
  }

  .pt-guide-left {
    height: 72px;
  }

  .page-title-wrap {
    padding-bottom: 48px;
  }

  .page-title-content {
    max-width: 640px;
  }

  .page-title {
    line-height: 0.98;
  }
}

@media (max-width: 767px) {
  .page-title-section {
    min-height: 52vh;
    align-items: flex-end;
  }

  .page-title-bg img {
    object-position: center center;
  }

  .page-title-wrap {
    padding-bottom: 40px;
  }

  .page-title-kicker {
    margin-bottom: 20px;
  }

  .page-title-line {
    width: 42px;
  }

  .page-title-kicker-text {
    font-size: 10px;
    letter-spacing: 0.26em;
  }

  .page-title {
    margin-bottom: 22px;
    font-size: clamp(2.4rem, 8vw, 3.5rem);
    line-height: 1.02;
  }

  .page-title-breadcrumb {
    font-size: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .pt-label {
    font-size: 8px;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.22);
  }

  .pt-label-top-left {
    top: 18px;
    left: 18px;
  }

  .pt-label-top-right {
    top: 18px;
    right: 18px;
  }

  .pt-label-bottom-left {
    bottom: 18px;
    left: 18px;
  }

  .pt-label-bottom-right {
    bottom: 18px;
    right: 18px;
  }

  .pt-guide-top {
    top: 42px;
    left: 52px;
    width: 72px;
  }

  .pt-guide-left {
    top: 80px;
    left: 42px;
    height: 58px;
  }

  .pt-guide-bottom,
  .pt-cross-two {
    display: none;
  }

  .pt-cross-one {
    top: 17%;
    right: 14%;
  }
}

@media (max-width: 575px) {
  .page-title-section {
    min-height: 48vh;
  }

  .page-title-grid::before {
    inset: 14px;
  }

  .page-title-grid {
    background-size:
      110px 110px,
      110px 110px,
      22px 22px,
      22px 22px;
  }

  .page-title-wrap {
    padding-bottom: 34px;
  }

  .page-title-content {
    max-width: 100%;
  }

  .page-title {
    font-size: 2.15rem;
    letter-spacing: -0.045em;
  }

  .page-title-breadcrumb {
    font-size: 11px;
  }

  .pt-guide-left,
  .pt-label-top-right,
  .pt-label-bottom-right,
  .pt-cross-one {
    display: none;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 87px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

.section-title {
  position: relative;
  text-align: left;
  padding-bottom: 48px;
}

.section-title-projects {
  max-width: 980px;
}

/* Top Label */
.section-title-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.section-kicker-number {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--heading-color);
  line-height: 1;
}

.section-kicker-line {
  width: 58px;
  height: 1px;
  background: color-mix(in srgb, var(--heading-color), transparent 25%);
  display: inline-block;
  flex: 0 0 auto;
}

.section-kicker-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--heading-color);
  line-height: 1;
}

.section-title h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #000;
  text-transform: uppercase;
}

.section-title h2 span {
  display: block;
  color: #9b9b9b;
  font-weight: 400;
}

.section-title p {
  margin: 26px 0 0;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/* Responsive */
@media (max-width: 991.98px) {
  .section-title {
    padding-bottom: 40px;
  }

  .section-title-top {
    gap: 14px;
    margin-bottom: 26px;
  }

  .section-kicker-line {
    width: 46px;
  }

  .section-title h2 {
    line-height: 1;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    padding-bottom: 32px;
  }

  .section-title-top {
    gap: 12px;
    margin-bottom: 20px;
  }

  .section-kicker-number,
  .section-kicker-text {
    font-size: 0.76rem;
    letter-spacing: 0.16em;
  }

  .section-kicker-line {
    width: 34px;
  }

  .section-title h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
    letter-spacing: -0.045em;
    line-height: 1.02;
  }

  .section-title p {
    font-size: 0.98rem;
    line-height: 1.7;
    margin-top: 18px;
  }
}

.dark-background .section-title h2 {
  color: #fff;
}

.dark-background .section-title h2 span {
  color: rgba(255,255,255,0.5);
}

.dark-background .section-kicker-text,
.dark-background .section-kicker-number {
  color: rgba(255,255,255,0.7);
}

.dark-background .section-kicker-line {
  background: rgba(255,255,255,0.3);
}

.dark-background .section-title p {
  color: rgba(255,255,255,0.65);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  background: #000;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Hero Slide
--------------------------------------------------------------*/
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1.1s ease, visibility 1.1s ease;
  z-index: 1;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.hero-slide-bg,
.hero-slide-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide-bg img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  will-change: transform;
}

.hero-slide.is-active .hero-slide-bg img {
  animation: heroSlideZoomSlow 11s ease-out forwards;
}

@keyframes heroSlideZoomSlow {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.24) 100%);
  z-index: 1;
}

/*--------------------------------------------------------------
# Hero Content Layout
--------------------------------------------------------------*/
.hero-slide-container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.hero-slide-content {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 84px;
  padding: 150px 0 120px;
}

.hero-slide-left {
  max-width: 760px;
}

.hero-slide-right {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Hero Kicker
--------------------------------------------------------------*/
.hero-slide-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.hero-slide-kicker-number,
.hero-slide-kicker-text {
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1;
}

.hero-slide-kicker-line {
  width: 54px;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
  flex: 0 0 auto;
}

/*--------------------------------------------------------------
# Hero Title
--------------------------------------------------------------*/
.hero-slide-title {
  margin: 0;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero-slide-title span {
  display: block;
  
}

.hero-slide-title span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

/*--------------------------------------------------------------
# Hero Text
--------------------------------------------------------------*/
.hero-slide-text {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 360px;
}

/*--------------------------------------------------------------
# HERO BUTTON
--------------------------------------------------------------*/
.hero-slide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: #111111;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}

.hero-slide-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.08) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-slide-btn i {
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.hero-slide-btn:hover {
  color: #111111;
  background: #f5f5f5;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.24),
              0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-slide-btn:hover::after {
  opacity: 1;
}

.hero-slide-btn:hover i {
  transform: translateX(4px);
}

/*--------------------------------------------------------------
# Slider Arrows
--------------------------------------------------------------*/
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.hero-slider-prev {
  left: 22px;
}

.hero-slider-next {
  right: 22px;
}

.hero-slider-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-top: 1.6px solid rgba(255, 255, 255, 0.92);
  border-right: 1.6px solid rgba(255, 255, 255, 0.92);
}

.hero-slider-prev span {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.hero-slider-next span {
  transform: translate(-60%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Slider Indicators
--------------------------------------------------------------*/
.hero-slider-indicators {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-slider-indicator {
  width: 24px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-slider-indicator.is-active {
  width: 44px;
  background: rgba(255, 255, 255, 0.96);
}

/*--------------------------------------------------------------
# Large Screens
--------------------------------------------------------------*/
@media (min-width: 1400px) {
  .hero-slide-left {
    max-width: 820px;
  }

  .hero-slide-title {
    font-size: clamp(3.4rem, 5vw, 6.1rem);
  }

  .hero-slide-right {
    max-width: 400px;
  }
}

/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .hero-slider-section {
    height: 100vh;
    min-height: 100vh;
  }

  .hero-slide-content {
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 26px;
    padding: 124px 0 78px;
  }

  .hero-slide-left,
  .hero-slide-right {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .hero-slide-right {
    max-width: 460px;
  }

  .hero-slide-kicker {
    margin-bottom: 20px;
    gap: 14px;
  }

  .hero-slide-kicker-line {
    width: 42px;
  }

  .hero-slide-title {
    font-size: clamp(2.7rem, 6.4vw, 4.3rem);
    line-height: 0.96;
  }

  .hero-slide-text {
    max-width: 420px;
    margin-bottom: 22px;
  }

  .hero-slider-arrow {
    width: 56px;
    height: 56px;
  }

  .hero-slider-prev {
    left: 14px;
  }

  .hero-slider-next {
    right: 14px;
  }

  .hero-slider-arrow span {
    width: 18px;
    height: 18px;
  }
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .hero-slider-section,
  .hero-slider {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-slide-content {
    padding: 108px 0 86px;
    gap: 18px;
  }

  .hero-slide-left {
    max-width: 100%;
  }

  .hero-slide-kicker {
    margin-bottom: 16px;
    gap: 10px;
  }

  .hero-slide-kicker-number,
  .hero-slide-kicker-text {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
  }

  .hero-slide-kicker-line {
    width: 28px;
  }

  .hero-slide-title {
    font-size: clamp(2.15rem, 9vw, 3.45rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .hero-slide-right {
    max-width: 100%;
  }

  .hero-slide-text {
    max-width: 320px;
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 18px;
  }

  .hero-slide-btn {
    min-height: 54px;
    padding: 0 22px;
    font-size: 0.92rem;
  }

  .hero-slider-arrow {
    display: none;
  }

  .hero-slider-indicators {
    bottom: 28px;
    gap: 8px;
  }

  .hero-slider-indicator {
    width: 20px;
    height: 4px;
  }

  .hero-slider-indicator.is-active {
    width: 34px;
  }
}

/*--------------------------------------------------------------
# About Ana Sayfa
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
  background: #ffffff;
}

.about .container {
  max-width: 1320px;
}

/* Layout */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 56px;
  align-items: start;
}

.about-content-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

.about-visual-col {
  min-width: 0;
}

.section-title-about {
  text-align: left;
  padding-bottom: 0;
  max-width: 100%;
}

.section-title-about .section-title-top {
  margin-bottom: 28px;
}

.section-title-about h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.6rem, 4.7vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.section-title-about h2 span {
  display: block;
}

.section-title-about p {
  margin: 28px 0 0;
  max-width: 700px;
  font-size: 1.06rem;
  line-height: 1.9;
  color: color-mix(in srgb, var(--default-color), transparent 24%);
}

.about-text-block {
  max-width: 660px;
  margin-top: 26px;
}

.about-text-block p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: color-mix(in srgb, var(--default-color), transparent 32%);
}

.about-top-action {
  margin-top: 34px;
}

.about .about-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 999px;
  background: #2b2b2b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
  z-index: 1;
}

.about .about-btn::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  opacity: 0.6;
  pointer-events: none;
}

.about .about-btn::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.about .about-btn span,
.about .about-btn i {
  position: relative;
  z-index: 2;
}

.about .about-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.about .about-btn:hover {
  background: #1f1f1f;
  color: #ffffff;
  transform: translateY(-2px);
}

.about .about-btn:hover i {
  transform: translateX(6px);
}

.about .about-images {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.about .about-image-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f6f6;
}

.about .about-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.about .about-image-item:hover img {
  transform: scale(1.03);
}

.about .about-image-item-main {
  min-height: 640px;
}

.about .about-image-item-secondary {
  min-height: 520px;
  margin-top: 72px;
}

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

  .section-title-about h2 {
    font-size: clamp(2.3rem, 4.3vw, 3.8rem);
  }

  .about .about-image-item-main {
    min-height: 560px;
  }

  .about .about-image-item-secondary {
    min-height: 450px;
    margin-top: 48px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 90px 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-title-about h2 {
    max-width: 100%;
  }

  .section-title-about p,
  .about-text-block {
    max-width: 100%;
  }

  .about .about-images {
    grid-template-columns: 1fr 1fr;
  }

  .about .about-image-item-main {
    min-height: 420px;
  }

  .about .about-image-item-secondary {
    min-height: 420px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 72px 0;
  }

  .section-title-about .section-title-top {
    margin-bottom: 18px;
  }

  .section-title-about h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.02;
  }

  .section-title-about p {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .about-text-block {
    margin-top: 18px;
  }

  .about-text-block p {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .about-top-action {
    margin-top: 24px;
  }

  .about .about-btn {
    padding: 16px 24px;
    font-size: 13px;
    gap: 10px;
  }

  .about .about-btn::before {
    inset: -5px;
  }

  .about .about-btn::after {
    inset: 4px;
  }

  .about .about-images {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about .about-image-item-main,
  .about .about-image-item-secondary {
    min-height: 270px;
    margin-top: 0;
  }
}

.about-us-page-intro {
  position: relative;
  padding: 120px 0;
  background: var(--background-color);
  overflow: hidden;
}

.about-us-page-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: 72px;
  align-items: center;
}

.about-us-page-intro-content {
  max-width: 720px;
}

.about-us-page-intro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.about-us-page-intro-kicker-number {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.40);
}

.about-us-page-intro-kicker-line {
  width: 56px;
  height: 1px;
  background: rgba(0, 0, 0, 0.22);
}

.about-us-page-intro-kicker-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.58);
}

.about-us-page-intro-title {
  margin: 0 0 28px;
  font-family: var(--heading-font);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: #131313;
  max-width: 760px;
}

.about-us-page-intro-title span {
  display: block;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.52);
}

.about-us-page-intro-desc {
  margin: 0 0 22px;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.95;
  color: rgba(0, 0, 0, 0.68);
}

.about-us-page-intro-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.about-us-page-intro-note {
  max-width: 340px;
}

.about-us-page-intro-note-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
}

.about-us-page-intro-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.62);
}

.about-us-page-intro-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #141414;
  text-decoration: none;
  transition: all 0.35s ease;
  flex-shrink: 0;
}

.about-us-page-intro-btn span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-us-page-intro-btn i {
  font-size: 16px;
  transition: transform 0.35s ease;
}

.about-us-page-intro-btn:hover {
  background: #141414;
  border-color: #141414;
  color: #ffffff;
}

.about-us-page-intro-btn:hover i {
  transform: translateX(4px);
}

.about-us-page-intro-visual {
  overflow: hidden;
}

.about-us-page-intro-visual img {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-us-page-intro-visual:hover img {
  transform: scale(1.06);
}

.about-us-page-intro,
.about-us-page-intro-layout,
.about-us-page-intro-visual-col,
.about-us-page-intro-visual {
  overflow: visible;
}

/* WRAP */
.about-us-page-intro-visual {
  position: relative;
  display: inline-block;
}

.about-us-page-intro-visual::before {
  content: "";
  position: absolute;

  top: -20px;
  left: -20px;

  width: 100%;
  height: 100%;

  border: 1px solid rgba(0, 0, 0, 0.10);

  z-index: 1;
  pointer-events: none;

  transition: all 0.5s ease;
}


.about-us-page-intro-visual img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 720px;
  object-fit: cover;
  display: block;

  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);

  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE HOVER */
.about-us-page-intro-visual:hover img {
  transform: scale(1.06);
}

.about-us-page-intro-visual-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 35%;
  z-index: 2;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.36) 0%,
    rgba(0, 0, 0, 0.18) 40%,
    rgba(0, 0, 0, 0) 100%
  );

  pointer-events: none;
  transition: all 0.6s ease;
}

/* OVERLAY HOVER */
.about-us-page-intro-visual:hover .about-us-page-intro-visual-overlay {
  height: 42%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.22) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

.about-us-page-intro-signature {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;

  font-family: "OrgunSignature", serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.015em;

  color: rgba(255,255,255,0.92);
  opacity: 0.9;

  text-shadow:
    0 0 6px rgba(255,255,255,0.28),
    0 0 14px rgba(255,255,255,0.12),
    0 10px 26px rgba(0,0,0,0.28);

  transition: all 0.4s ease;
  pointer-events: none;
}

/* SIGNATURE HOVER */
.about-us-page-intro-visual:hover .about-us-page-intro-signature {
  opacity: 1;
  transform: scale(1.06);
  transition: all 0.4s ease;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.615),
    0 0 20px rgba(255, 255, 255, 0.438),
    0 12px 30px rgba(0, 0, 0, 0.536);
}

.about-us-page-intro-visual:hover::before {
  transform: translate(4px, 4px);
  opacity: 0.7;
}

/*==============================================================
# RESPONSIVE
==============================================================*/

@media (max-width: 1199px) {
  .about-us-page-intro-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
    gap: 56px;
  }

  .about-us-page-intro-visual img {
    height: 640px;
  }
}

@media (max-width: 991px) {
  .about-us-page-intro {
    padding: 95px 0;
  }

  .about-us-page-intro-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-us-page-intro-content {
    max-width: 100%;
  }

  .about-us-page-intro-title {
    max-width: 100%;
  }

  .about-us-page-intro-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-us-page-intro-visual {
    max-width: 680px;
  }

  .about-us-page-intro-visual img {
    height: 620px;
  }
}

@media (max-width: 767px) {
  .about-us-page-intro {
    padding: 82px 0;
  }

  .about-us-page-intro-kicker {
    margin-bottom: 20px;
  }

  .about-us-page-intro-kicker-line {
    width: 42px;
  }

  .about-us-page-intro-kicker-number,
  .about-us-page-intro-kicker-text {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .about-us-page-intro-title {
    margin-bottom: 22px;
    font-size: clamp(2.15rem, 8vw, 3.4rem);
    line-height: 1.02;
  }

  .about-us-page-intro-desc {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .about-us-page-intro-bottom {
    margin-top: 32px;
    padding-top: 22px;
    gap: 22px;
  }

  .about-us-page-intro-note p {
    font-size: 13px;
  }

  .about-us-page-intro-btn {
    min-height: 54px;
    padding: 0 20px;
  }

  .about-us-page-intro-btn span {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .about-us-page-intro-visual::before {
    top: -12px;
    left: -12px;
  }

  .about-us-page-intro-visual img {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .about-us-page-intro {
    padding: 72px 0;
  }

  .about-us-page-intro-title {
    font-size: 1.95rem;
    letter-spacing: -0.04em;
  }

  .about-us-page-intro-visual::before {
    display: none;
  }

  .about-us-page-intro-visual img {
    height: 360px;
  }

  .about-us-page-intro-visual-badge {
    left: 16px;
    bottom: 16px;
  }

  .about-us-page-intro-visual-badge span {
    min-height: 36px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }
}

/*--------------------------------------------------------------
# Hizmetlerimiz
--------------------------------------------------------------*/

.services-architectural {
  position: relative;
  overflow: hidden;
  padding: 126px 0;
  background: var(--background-color);
}

.services-architectural::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.014) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.services-architectural::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.028),
    rgba(0, 0, 0, 0)
  );
  opacity: 0.35;
  pointer-events: none;
}

.services-architectural .container {
  position: relative;
  z-index: 2;
}

.section-title-services {
  margin-bottom: 74px;
}

.services-architectural-grid {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 62px;
}

.services-architectural-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-architectural-head {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 0 26px;
  align-items: start;
  margin-bottom: 28px;
  padding-bottom: 24px;
}

.services-architectural-head::after {
  content: "";
  position: absolute;
  left: 144px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.14),
    rgba(0, 0, 0, 0.03) 60%,
    transparent
  );
}

.services-architectural-number {
  position: relative;
  display: inline-block;
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 10vw, 5.4rem);
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -0.085em;
  color: rgba(0, 0, 0, 0.09);
  padding-top: 2px;
}

.services-architectural-number::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -14px;
  width: 34px;
  height: 34px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.services-architectural-number::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -16px;
  width: 42px;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
}

.services-architectural-content {
  padding-top: 18px;
}

.services-architectural-content h3 {
  margin: 0 0 12px;
  font-family: var(--heading-font);
  font-size: clamp(1.62rem, 2vw, 2.12rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: var(--heading-color);
  max-width: 530px;
}

.services-architectural-content p {
  margin: 0;
  max-width: 550px;
  font-size: 15px;
  line-height: 1.88;
  color: color-mix(in srgb, var(--default-color), transparent 24%);
}

.services-architectural-visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 0.66;
  text-decoration: none;
  background: #ffffff;
}

.services-architectural-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
  transition: inset 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.services-architectural-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.32) 0%,
      rgba(0, 0, 0, 0.1) 36%,
      rgba(0, 0, 0, 0.02) 64%,
      rgba(0, 0, 0, 0) 100%
    );
  opacity: 0.84;
  transition: opacity 0.4s ease;
}

.services-architectural-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition:
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
  filter: saturate(0.92) contrast(1.04) brightness(0.97);
}

.services-architectural-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
}

.services-architectural-item:hover .services-architectural-number {
  color: rgba(0, 0, 0, 0.14);
}

.services-architectural-item:hover .services-architectural-visual img {
  transform: scale(1.07);
}

.services-architectural-item:hover .services-architectural-visual::before {
  inset: 26px;
}

.services-architectural-item:hover .services-architectural-visual::after {
  opacity: 0.95;
}

.services-architectural-item:hover .services-architectural-arrow {
  transform: translate(4px, -4px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 1199.98px) {
  .services-architectural {
    padding: 108px 0;
  }

  .section-title-services {
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .services-architectural {
    padding: 94px 0;
  }

  .services-architectural-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 44px;
  }

  .services-architectural-head {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0 18px;
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .services-architectural-head::after {
    left: 106px;
  }

  .services-architectural-number {
    font-size: clamp(2.5rem, 10vw, 5.7rem);
  }

  .services-architectural-content {
    padding-top: 8px;
  }

  .services-architectural-content h3 {
    font-size: 1.56rem;
  }

  .services-architectural-content p {
    font-size: 14px;
    line-height: 1.78;
  }

  .services-architectural-arrow {
    width: 46px;
    height: 46px;
    top: 14px;
    right: 14px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .services-architectural {
    padding: 80px 0;
  }

  .section-title-services {
    margin-bottom: 40px;
  }

  .services-architectural-grid {
    --bs-gutter-y: 34px;
  }

  .services-architectural-head {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0 14px;
    margin-bottom: 18px;
  }

  .services-architectural-head::after {
    left: 78px;
  }

  .services-architectural-number {
    font-size: 5rem;
  }

  .services-architectural-number::before {
    width: 22px;
    height: 22px;
    top: -8px;
  }

  .services-architectural-number::after {
    width: 24px;
    bottom: -10px;
  }

  .services-architectural-content h3 {
    font-size: 1.32rem;
  }

  .services-architectural-content p {
    font-size: 13.5px;
    line-height: 1.72;
  }

  .services-architectural-visual {
    aspect-ratio: 1 / 0.73;
  }

  .services-architectural-visual::before {
    inset: 12px;
  }
}

@media (max-width: 575.98px) {
  .services-architectural {
    padding: 72px 0;
  }

  .services-architectural-number {
    font-size: 4.72rem;
  }

  .services-architectural-content h3 {
    font-size: 1.18rem;
  }

  .services-architectural-content p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Projelerimiz
--------------------------------------------------------------*/
.projects-gallery-equal {
  position: relative;
  padding: 120px 0;
  background: #050505;
  overflow: hidden;
}

.projects-gallery-equal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.20;
  pointer-events: none;
}

.pge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.pge-item {
  min-width: 0;
}

.pge-card {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.05);
  transition:
    transform 1.15s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.8s ease,
    box-shadow 1.15s cubic-bezier(0.19, 1, 0.22, 1);
}

.pge-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  opacity: 0;
  z-index: 2;
  transition:
    inset 1.1s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s ease;
}

.pge-media {
  position: relative;
  overflow: hidden;
  background: #0b0b0b;
}

.pge-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.16)),
    linear-gradient(to top, rgba(0,0,0,0.06), rgba(0,0,0,0));
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.9s ease;
}

.pge-media img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  filter: brightness(0.92) saturate(0.95);
  transition:
    transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
    filter 1s ease;
}

.pge-item:nth-child(6n + 1) .pge-media img {
  aspect-ratio: 4 / 5.55;
}

.pge-item:nth-child(6n + 2) .pge-media img {
  aspect-ratio: 4 / 4.65;
}

.pge-item:nth-child(6n + 3) .pge-media img {
  aspect-ratio: 4 / 5.05;
}

.pge-item:nth-child(6n + 4) .pge-media img {
  aspect-ratio: 4 / 4.35;
}

.pge-item:nth-child(6n + 5) .pge-media img {
  aspect-ratio: 4 / 5.3;
}

.pge-item:nth-child(6n) .pge-media img {
  aspect-ratio: 4 / 4.8;
}

.pge-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 26px 22px 22px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.42) 46%,
    rgba(0,0,0,0.10) 78%,
    rgba(0,0,0,0) 100%
  );
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s ease,
    transform 1.15s cubic-bezier(0.19, 1, 0.22, 1);
}

.pge-line {
  width: 48px;
  height: 1px;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.22);
  transform: translateX(-14px);
  opacity: 0;
  transition:
    transform 1.05s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.75s ease;
}

.pge-category {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.66);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.75s ease 0.08s,
    transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.08s;
}

.pge-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.4vw, 1.95rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 300;
  max-width: 90%;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.85s ease 0.14s,
    transform 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0.14s;
}


.pge-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.10);
  box-shadow: 0 22px 48px rgba(0,0,0,0.18);
}

.pge-card:hover::before {
  inset: 18px;
  opacity: 1;
}

.pge-card:hover .pge-media img {
  transform: scale(1.03);
  filter: brightness(0.98) saturate(1);
}

.pge-card:hover .pge-overlay {
  opacity: 1;
  transform: translateY(0);
}

.pge-card:hover .pge-line {
  transform: translateX(0);
  opacity: 1;
}

.pge-card:hover .pge-category {
  opacity: 1;
  transform: translateY(0);
}

.pge-card:hover .pge-title {
  opacity: 1;
  transform: translateY(0);
}

.pge-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 92px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.pge-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.pge-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.93);
  backdrop-filter: blur(4px);
}

.pge-lightbox-dialog {
  position: relative;
  z-index: 3;
  width: min(1180px, 100%);
  transform: translateY(18px) scale(0.988);
  opacity: 0;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.pge-lightbox.active .pge-lightbox-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.pge-lightbox-media {
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.10);
}

.pge-lightbox-media img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
}

.pge-lightbox-info {
  padding-top: 18px;
}

.pge-lightbox-category {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.58);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pge-lightbox-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.pge-lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pge-lightbox-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1.5px;
  background: #fff;
}

.pge-lightbox-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pge-lightbox-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pge-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.pge-lightbox-nav.is-disabled {
  opacity: 0.18;
  pointer-events: none;
}

.pge-lightbox-prev {
  left: 20px;
}

.pge-lightbox-next {
  right: 20px;
}

.pge-lightbox-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.pge-lightbox-prev span {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.pge-lightbox-next span {
  transform: translate(-70%, -50%) rotate(45deg);
}

@media (max-width: 1199.98px) {
  .projects-gallery-equal {
    padding: 110px 0;
  }

  .pge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .pge-overlay {
    opacity: 1;
    transform: translateY(0);
  }

  .pge-line,
  .pge-category,
  .pge-title {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (max-width: 767.98px) {
  .projects-gallery-equal {
    padding: 90px 0;
  }

  .projects-gallery-equal::before {
    background-size: 44px 44px;
    opacity: 0.16;
  }

  .pge-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 78%);
    grid-template-columns: unset;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pge-grid::-webkit-scrollbar {
    display: none;
  }

  .pge-item {
    scroll-snap-align: start;
  }

  .pge-item:nth-child(6n + 1) .pge-media img {
    aspect-ratio: 4 / 5.45;
  }

  .pge-item:nth-child(6n + 2) .pge-media img {
    aspect-ratio: 4 / 4.35;
  }

  .pge-item:nth-child(6n + 3) .pge-media img {
    aspect-ratio: 4 / 4.95;
  }

  .pge-item:nth-child(6n + 4) .pge-media img {
    aspect-ratio: 4 / 5.2;
  }

  .pge-item:nth-child(6n + 5) .pge-media img {
    aspect-ratio: 4 / 4.5;
  }

  .pge-item:nth-child(6n) .pge-media img {
    aspect-ratio: 4 / 4.8;
  }

  .pge-overlay {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 18px 18px;
  }

  .pge-line {
    opacity: 1;
    transform: translateX(0);
  }

  .pge-category,
  .pge-title {
    opacity: 1;
    transform: translateY(0);
  }

  .pge-title {
    font-size: 1.3rem;
    max-width: 100%;
  }

  .pge-category {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .pge-card:hover {
    transform: none;
    border-color: rgba(255,255,255,0.05);
    box-shadow: none;
  }

  .pge-card:hover::before {
    inset: 14px;
    opacity: 0;
  }

  .pge-card:hover .pge-media img {
    transform: none;
    filter: brightness(0.92) saturate(0.95);
  }

  .pge-lightbox-prev,
  .pge-lightbox-next {
    display: none;
  }

  .pge-lightbox {
    padding: 70px 20px 20px;
  }

  .pge-lightbox-media {
    touch-action: pan-y;
    cursor: grab;
  }

  .pge-lightbox-media:active {
    cursor: grabbing;
  }

  .pge-lightbox-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
  }
}

/* =========================================================
   CTA Section
========================================================= */

.cta-white-architectural {
  position: relative;
  padding: 110px 0;
  background: #f5f3ef;
  overflow: hidden;
  isolation: isolate;
}

.cta-white-architectural .container {
  position: relative;
  z-index: 3;
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cta-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.055;
  filter: grayscale(100%);
}

.cta-blueprint-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.038) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.9;
}

.cta-shell {
  position: relative;
  z-index: 2;
  padding: 54px 58px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(1px);
}

.cta-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  pointer-events: none;
}

.cta-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
}

.cta-left {
  min-width: 0;
  max-width: 760px;
}

.cta-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.cta-kicker-number,
.cta-kicker-text {
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1;
}

.cta-kicker-line {
  width: 52px;
  height: 1px;
  background: rgba(17, 17, 17, 0.24);
  flex: 0 0 auto;
}

.cta-title {
  margin: 0 0 18px;
  font-family: var(--heading-font);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
  text-wrap: balance;
}

.cta-title span {
  display: block;
  color: rgba(17, 17, 17, 0.52);
  font-weight: 400;
}

.cta-desc {
  margin: 0;
  max-width: 620px;
  font-family: var(--default-font);
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(17, 17, 17, 0.64);
}

.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 30px;
  border-radius: 999px;
  background: #161616;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(17, 17, 17, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transition: all 0.32s ease;
  overflow: hidden;
}

.cta-btn::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  opacity: 0.7;
  pointer-events: none;
}

.cta-btn::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.cta-btn-text,
.cta-btn-icon {
  position: relative;
  z-index: 2;
}

.cta-btn-text {
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.cta-btn-icon i {
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  color: #ffffff;
  background: #0f0f0f;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.cta-btn:hover .cta-btn-icon i {
  transform: translateX(5px);
}

@media (min-width: 1400px) {
  .cta-white-architectural {
    padding: 124px 0;
  }

  .cta-shell {
    padding: 62px 68px;
  }

  .cta-wrapper {
    gap: 72px;
  }

  .cta-left {
    max-width: 820px;
  }
}


@media (max-width: 1199.98px) {
  .cta-white-architectural {
    padding: 96px 0;
  }

  .cta-shell {
    padding: 44px 42px;
  }

  .cta-wrapper {
    gap: 40px;
  }

  .cta-title {
    font-size: clamp(2.1rem, 4vw, 3.5rem);
  }

  .cta-blueprint-lines {
    background-size: 64px 64px;
  }
}


@media (max-width: 991.98px) {
  .cta-white-architectural {
    padding: 84px 0;
  }

  .cta-shell {
    padding: 34px 28px;
  }

  .cta-shell::before {
    inset: 10px;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: flex-start;
  }

  .cta-left {
    max-width: 100%;
  }

  .cta-right {
    width: 100%;
    justify-content: flex-start;
  }

  .cta-title {
    margin-bottom: 16px;
  }

  .cta-desc {
    max-width: 100%;
  }

  .cta-blueprint-lines {
    background-size: 56px 56px;
  }
}

@media (max-width: 767.98px) {
  .cta-white-architectural {
    padding: 72px 0;
  }

  .cta-shell {
    padding: 26px 20px;
  }

  .cta-kicker {
    gap: 10px;
    margin-bottom: 18px;
  }

  .cta-kicker-number,
  .cta-kicker-text {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
  }

  .cta-kicker-line {
    width: 28px;
  }

  .cta-title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.02;
    margin-bottom: 14px;
    letter-spacing: -0.04em;
  }

  .cta-desc {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .cta-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    justify-content: center;
  }

  .cta-btn-text {
    font-size: 0.92rem;
  }

  .cta-blueprint-lines {
    background-size: 44px 44px;
  }
}


@media (max-width: 575.98px) {
  .cta-white-architectural {
    padding: 64px 0;
  }

  .cta-shell {
    padding: 22px 16px;
  }

  .cta-shell::before {
    inset: 8px;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .cta-desc {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  padding: 130px 0 70px;
  overflow: hidden;
}

.contact .section-title {
  margin-bottom: 72px;
}

.contact .section-title p {
  max-width: 760px;
  margin: 0 auto;
}

/* layout line */
.contact .container > .row {
  position: relative;
}

.contact .container > .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33.3333%;
  width: 1px;
  height: 100%;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

/*--------------------------------------------------------------
# Left
--------------------------------------------------------------*/
.contact .info-item {
  padding-right: 48px;
  margin-bottom: 42px;
}

.contact .info-item .info-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.contact .info-item .info-icon i {
  font-size: 16px;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.contact .info-item .info-content h4 {
  margin: 0 0 16px;
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 3.2vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: var(--heading-color);
}

.contact .info-item .info-content p {
  margin: 0;
  max-width: 330px;
  font-size: 15px;
  line-height: 1.9;
  color: color-mix(in srgb, var(--default-color), transparent 24%);
}

.contact .contact-details {
  display: grid;
  gap: 24px;
  padding-right: 48px;
}

.contact .contact-details .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.contact .contact-details .detail-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact .contact-details .detail-icon i {
  font-size: 14px;
  color: color-mix(in srgb, var(--heading-color), transparent 24%);
}

.contact .contact-details .detail-content .detail-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 42%);
}

.contact .contact-details .detail-content .detail-value {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: var(--default-color);
}

/*--------------------------------------------------------------
# Right
--------------------------------------------------------------*/
.contact .form-wrapper {
  padding-left: 62px;
  background: transparent;
}

.contact .form-header {
  margin-bottom: 42px;
}

.contact .form-header h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 500;
  color: var(--heading-color);
}

.contact .form-group {
  margin-bottom: 30px;
}

.contact .form-group label {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 42%);
}

.contact .form-group input,
.contact .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
  border-radius: 0;
  background: transparent;
  padding: 16px 0;
  font-size: 15px;
  color: var(--default-color);
  font-family: inherit;
  box-shadow: none;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}

.contact .form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.contact .form-group input::placeholder,
.contact .form-group textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 62%);
}

.contact .form-group input:focus,
.contact .form-group textarea:focus {
  outline: none;
  border-color: var(--heading-color);
  box-shadow: none;
}

.contact .submit-btn {
  margin-top: 8px;
  padding: 17px 42px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--heading-color);
  cursor: pointer;
  transition: opacity 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
  border-radius: 0;
  min-height: 46px;
  transition: all 0.35s ease;
}

.contact .submit-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.contact .submit-btn:hover {
  opacity: 0.72;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 30%);
}

.contact .submit-btn:hover i {
  transform: translateX(6px);
}

.contact .php-email-form .loading,
.contact .php-email-form .error-message,
.contact .php-email-form .sent-message {
  margin-top: 12px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.contact .contact-map {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  margin-top: 95px;
  margin-bottom: 40px;
}

.contact .contact-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.03), rgba(0,0,0,0.06)),
    linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  pointer-events: none;
  z-index: 2;
}

.contact .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(100%) contrast(112%) brightness(95%);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .contact {
    padding: 100px 0 56px;
  }

  .contact .container > .row::before {
    display: none;
  }

  .contact .info-item,
  .contact .contact-details {
    padding-right: 0;
  }

  .contact .form-wrapper {
    padding-left: 0;
    padding-top: 34px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .contact .contact-map {
    height: 420px;
    margin-top: 70px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .contact .section-title {
    margin-bottom: 54px;
  }

  .contact .info-item .info-content h4 {
    font-size: 2rem;
  }

  .contact .form-header h3 {
    font-size: 2rem;
  }

  .contact .form-group {
    margin-bottom: 24px;
  }

  .contact .contact-map {
    height: 320px;
    margin-top: 56px;
    margin-bottom: 22px;
  }

  .contact .contact-map::before {
    background-size: auto, 30px 30px, 30px 30px;
  }
}

@media (max-width: 575.98px) {
  .contact .info-item .info-content h4,
  .contact .form-header h3 {
    font-size: 1.8rem;
  }

  .contact .contact-map {
    height: 290px;
  }
} 

/* =======================================================
# Projeler - Ana Sayfa
======================================================= */

.architectural-showcase {
  position: relative;
  padding: 125px 0 115px;
  background: var(--background-color);
  overflow: hidden;
}

.architectural-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
}

.architectural-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.03) 0%, transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

/* =======================================================
# Grid
======================================================= */
.architectural-showcase-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 32px;
  align-items: start;
}

/* =======================================================
# Item Base
======================================================= */
.architectural-showcase-item {
  position: relative;
  min-width: 0;
}

.architectural-showcase-link {
  display: block;
  text-decoration: none;
  transition: transform 0.42s ease;
}

/* =======================================================
# Media
======================================================= */
.architectural-showcase-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-color), #000 8%);
  border: 1px solid color-mix(in srgb, var(--contrast-color), transparent 89%);
}

.architectural-showcase-media::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 2;
  pointer-events: none;
  opacity: 0.65;
}

.architectural-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.015) 0%, rgba(0, 0, 0, 0.16) 100%);
  z-index: 1;
  pointer-events: none;
}

.architectural-showcase-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  filter: saturate(94%) contrast(103%);
  transition: transform 0.8s ease, filter 0.5s ease;
}

.architectural-showcase-link:hover .architectural-showcase-media img {
  transform: scale(1.035);
  filter: saturate(100%) contrast(104%);
}

/* =======================================================
# Content
======================================================= */
.architectural-showcase-content {
  position: relative;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.architectural-showcase-content::before {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 2px;
}

.architectural-showcase-meta {
  display: inline-block;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--default-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.4;
  order: 1;
}

.architectural-showcase-content h3 {
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.03em;
  order: 2;
  transition: color 0.3s ease;
}

.architectural-showcase-link:hover .architectural-showcase-content h3 {
  color: rgba(255, 255, 255, 0.88);
}

/* =======================================================
# Layout Control
======================================================= */
.architectural-showcase .item-large {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.architectural-showcase .item-top-right {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.architectural-showcase .item-bottom-left {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.architectural-showcase .item-wide {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

/* =======================================================
# Different Image Sizes
======================================================= */
.architectural-showcase .item-large .architectural-showcase-media {
  aspect-ratio: 1 / 0.70;
}

.architectural-showcase .item-top-right .architectural-showcase-media {
  aspect-ratio: 1 / 0.60;
}

.architectural-showcase .item-bottom-left .architectural-showcase-media {
  aspect-ratio: 1 / 0.78;
}

.architectural-showcase .item-wide .architectural-showcase-media {
  aspect-ratio: 1 / 0.66;
}

/* =======================================================
# Responsive
======================================================= */
@media (max-width: 1199.98px) {
  .architectural-showcase-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .architectural-showcase .item-large .architectural-showcase-media {
    aspect-ratio: 1 / 0.72;
  }

  .architectural-showcase .item-top-right .architectural-showcase-media {
    aspect-ratio: 1 / 0.64;
  }

  .architectural-showcase .item-bottom-left .architectural-showcase-media {
    aspect-ratio: 1 / 0.74;
  }

  .architectural-showcase .item-wide .architectural-showcase-media {
    aspect-ratio: 1 / 0.68;
  }
}

@media (max-width: 991.98px) {
  .architectural-showcase {
    padding: 95px 0 90px;
  }

  .architectural-showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .architectural-showcase .item-large,
  .architectural-showcase .item-top-right,
  .architectural-showcase .item-bottom-left,
  .architectural-showcase .item-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .architectural-showcase .item-large .architectural-showcase-media,
  .architectural-showcase .item-top-right .architectural-showcase-media,
  .architectural-showcase .item-bottom-left .architectural-showcase-media,
  .architectural-showcase .item-wide .architectural-showcase-media {
    aspect-ratio: 1 / 0.72;
  }

  .architectural-showcase-content {
    padding-top: 16px;
    gap: 7px;
  }

  .architectural-showcase-content::before {
    width: 40px;
  }
}

@media (max-width: 575.98px) {
  .architectural-showcase {
    padding: 78px 0;
  }

  .architectural-showcase::before {
    background-size: 72px 72px;
    opacity: 0.08;
  }

  .architectural-showcase-content {
    padding-top: 14px;
    gap: 6px;
  }

  .architectural-showcase-content::before {
    width: 34px;
    margin-bottom: 0;
  }

  .architectural-showcase-meta {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .architectural-showcase-content h3 {
    font-size: 1.02rem;
    line-height: 1.24;
  }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-item {
  margin-bottom: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.faq .faq-item.faq-active .faq-header .faq-number {
  color: var(--accent-color);
  font-weight: 500;
}

.faq .faq-item.faq-active .faq-header h4 {
  color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle {
  color: var(--accent-color);
  transform: rotate(0deg);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-dash {
  opacity: 1;
  transform: rotate(0deg);
}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-plus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-dash {
  opacity: 0;
  transform: rotate(-90deg);
}

.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 40px 0;
  cursor: pointer;
  gap: 0;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header:hover .faq-number {
  transform: scale(1.1);
}

.faq .faq-item .faq-header:hover .faq-toggle {
  transform: scale(1.1);
}

.faq .faq-item .faq-header .faq-number {
  flex-shrink: 0;
  width: 80px;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  transition: all 0.3s ease;
  letter-spacing: -0.02em;
}

.faq .faq-item .faq-header h4 {
  flex: 1;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--heading-color);
  transition: all 0.3s ease;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-right: 20px;
}

.faq .faq-item .faq-header .faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.faq .faq-item .faq-header .faq-toggle i {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.faq .faq-item .faq-content .content-inner {
  padding: 0 80px 40px 80px;
  overflow: hidden;
}

.faq .faq-item .faq-content .content-inner p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .faq .faq-item .faq-header {
    padding: 30px 0;
  }

  .faq .faq-item .faq-header .faq-number {
    width: 60px;
    font-size: 1rem;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1.1rem;
    margin-right: 15px;
  }

  .faq .faq-item .faq-header .faq-toggle {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 60px 30px 60px;
  }

  .faq .faq-item .faq-content .content-inner p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .faq .faq-item .faq-header {
    padding: 25px 0;
  }

  .faq .faq-item .faq-header .faq-number {
    width: 50px;
    font-size: 0.9rem;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1rem;
    margin-right: 10px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 50px 25px 50px;
  }

  .faq .faq-item .faq-content .content-inner p {
    font-size: 0.9rem;
  }
} 

/*==============================================================
# PREMIUM SMOOTH SCROLL
==============================================================*/

html {
  scroll-behavior: auto !important;
}

body {
  overflow-x: hidden;
}

body.smooth-scroll-active {
  overscroll-behavior: none;
}