html[lang="tr"] {
  letter-spacing: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

/* Offcanvas menus: no duplicate link-swap labels */
.at-offcanvas-menu .at-link-swap,
.at-offcanvas-2-area .at-link-swap {
  display: inline;
  overflow: visible;
  padding-bottom: 0;
}

.at-offcanvas-menu .at-link-swap .text-2,
.at-offcanvas-2-area .at-link-swap .text-2 {
  display: none !important;
}

.at-offcanvas-menu .at-link-swap .text-1,
.at-offcanvas-2-area .at-link-swap .text-1 {
  position: static;
  transform: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1199.98px) {
  .hamburger-sticky-menu {
    display: none !important;
  }

  .ml-130,
  .mg-portfolio-item-wrap.ml-130,
  .ml-115,
  .ml-75 {
    margin-left: 0 !important;
  }

  .at-header-right {
    gap: 0.5rem !important;
  }

  .at-header-search-btn {
    padding: 6px;
  }

  .mg-portfolio-content.cs-portfolio-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px;
  }

  .cs-portfolio-tag ul {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    white-space: normal;
  }

  .filter-portfolio {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    max-width: 100%;
  }

  .portfolio-hub-panel__head {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
    line-height: 1.15;
    word-break: break-word;
  }

  .at-offcanvas-2-area.menu-open .offcanvas-bg {
    background: rgba(8, 8, 8, 0.94);
    box-shadow: none;
  }

  .at-offcanvas-2-wrapper .at-header-logo h6,
  .at-offcanvas-2-wrapper .hamburger-close-btn,
  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a,
  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li .at-menu-close i,
  .at-offcanvas-2-wrapper .at-offcanvas-menu .at-submenu > li > a {
    color: #ffffff !important;
    letter-spacing: 0 !important;
  }

  .at-offcanvas-2-left .at-offcanvas-menu {
    border-bottom-color: rgba(255, 255, 255, 0.18);
    margin-bottom: 28px !important;
    padding-bottom: 30px;
  }

  .at-offcanvas-2-left .at-offcanvas-menu ul {
    max-height: none;
    overflow: visible;
  }

  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li,
  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a,
  .at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li,
  .at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li a {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0s !important;
    visibility: visible !important;
  }

  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
    font-size: clamp(2rem, 9vw, 3.25rem) !important;
    line-height: 1.04;
    padding-block: 3px;
  }

  .at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-submenu li a,
  .at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a {
    color: rgba(255, 255, 255, 0.78) !important;
  }
}

@media (max-width: 575.98px) {
  .at-header-search-btn {
    display: none;
  }

  .site-stats-section__value {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .site-stats-section__value--text {
    font-size: clamp(1.25rem, 5.5vw, 1.85rem);
  }
}

html.site-boot-loading body {
  overflow: hidden;
}

html.site-overlay-lock body {
  overflow: hidden;
}

/* Inactive overlays must not block clicks or scroll gestures */
.body-overlay:not(.apply) {
  pointer-events: none;
}

.at-offcanvas-2-area:not(.menu-open):not(.menu-open-temp) {
  height: 0 !important;
  left: auto !important;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
  right: 0 !important;
  transform: translateX(100%);
  visibility: hidden;
  width: 0 !important;
}

.at-offcanvas-2-area.menu-open,
.at-offcanvas-2-area.menu-open-temp {
  overflow: visible;
  transform: translateX(0);
  visibility: visible;
}

.at-offcanvas:not(.opened) {
  height: 0 !important;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
  right: 0 !important;
  transform: translateX(100%);
  visibility: hidden;
  width: 0 !important;
}

.at-offcanvas.opened {
  height: auto !important;
  max-width: 100vw;
  overflow-y: auto;
  transform: translateX(0);
  visibility: visible;
}

.at-search-body-overlay:not(.active),
.at-search-form-toggle:not(.active) {
  pointer-events: none;
}

.at-offcanvas-2-area:not(.menu-open):not(.menu-open-temp) .offcanvas-bg {
  pointer-events: none;
}

.at-offcanvas-2-area:not(.menu-open):not(.menu-open-temp) .offcanvas-bg,
.at-offcanvas-2-area:not(.menu-open):not(.menu-open-temp) .offcanvas-menu {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0 !important;
}

@media (max-width: 1199.98px) {
  .at-menu-close {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    right: 58px;
    top: 0;
    width: 44px;
  }

  .at-menu-close i {
    line-height: 1;
  }
}

@media (max-width: 575.98px) {
  .row.gx-80 {
    --bs-gutter-x: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row.g-5 {
    --bs-gutter-x: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .at-hero-bg {
    overflow: hidden !important;
  }

  .at-hero-bg img,
  .at-hero-bg img.layer {
    max-width: 100vw !important;
    width: 100vw !important;
  }

  .about-me-slider-active,
  .about-me-slider-active .swiper-wrapper,
  .carouselTicker,
  .rfm-marquee-container,
  .at-brand-scroll {
    max-width: 100%;
    overflow: hidden !important;
  }

  .about-me-slider-active .swiper-slide {
    max-width: 100%;
  }

  .card-award,
  .card-award > * {
    min-width: 0;
  }

  .card-award-web-excellence {
    flex: 1 1 100% !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .at-footer-title-wrap a[href^="mailto:"] {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.site-boot-content--hidden {
  opacity: 0;
  pointer-events: none;
}

.site-boot-content--ready {
  animation: site-boot-fade-in 0.45s ease forwards;
}

.site-boot-loader,
.site-page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: #070808;
  transition: opacity 0.4s ease;
}

.site-boot-loader--exit {
  opacity: 0;
  pointer-events: none;
}

.site-boot-loader__inner,
.site-page-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #ede2d3;
}

.site-boot-loader__mark,
.site-page-loader__mark {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-boot-loader__bar,
.site-page-loader__bar {
  width: 120px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ede2d3, transparent);
  animation: site-shimmer 1.1s ease-in-out infinite;
}

.site-boot-loader__text,
.site-page-loader__text {
  font-size: 13px;
  opacity: 0.8;
}

/* Shared stats rows (about + services) */
.site-stats-section__item,
.about-stats-section__item {
  min-width: 0;
  padding-inline: 0.35rem;
}

.site-stats-section__value,
.about-stats-section__value {
  line-height: 1.12;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: unset;
  white-space: normal;
  word-break: break-word;
}

.site-stats-section__value {
  font-size: clamp(2rem, 5.5vw, 5rem);
}

.site-stats-section__value--text,
.about-stats-section__value--text {
  font-size: clamp(1.35rem, 3.2vw, 2.35rem);
  letter-spacing: -0.01em;
}

.site-stats-section__text,
.about-stats-section__text {
  display: inline-block;
  max-width: 100%;
}

.site-stats-section__label,
.about-stats-section__label {
  margin-inline: auto;
  max-width: 100%;
  font-size: clamp(0.8125rem, 2.1vw, 1rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}

.portfolio-hub-panel__eyebrow,
.portfolio-screen__badge,
.home-portfolio-group__title {
  color: #ede2d3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-screen__badge {
  padding: 6px 12px;
  border: 1px solid rgba(237, 226, 211, 0.2);
  border-radius: 999px;
}

.portfolio-hub-panel + .portfolio-hub-panel {
  margin-top: 0;
}

.home-portfolio-group + .home-portfolio-group {
  margin-top: 0;
}

/* at-title-text uses per-char text-shadow 1.05em below; on wrapped titles the
   orange shadow overlaps the next line (double-vision). Portfolio titles wrap. */
.cs-portfolio-title .at-title-text span,
.cs-portfolio-title.at-title-anim .at-title-text span {
  text-shadow: none !important;
  translate: none !important;
  transition: color 0.25s ease;
}

.cs-portfolio-title.at-title-anim:hover .at-title-text {
  color: var(--at-theme-primary);
}

/* Cinema portfolio — fixed slideshow fills viewport */
main.main--cinema {
  min-height: 100svh;
  position: relative;
}

.slideshow[data-slider-ready="true"] {
  cursor: grab;
}

.slideshow.is-dragging {
  cursor: grabbing;
}

.slideshow[data-dragging="true"] {
  cursor: grabbing;
}

.slideshow[data-slider-ready="true"] .project {
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.slideshow[data-slider-ready="true"] .rail-item {
  transition:
    opacity 300ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .slideshow[data-slider-ready="true"] .project,
  .slideshow[data-slider-ready="true"] .rail-item {
    transition: none;
  }
}

.sec-1-404 {
  min-height: 100svh;
}

.sec-1-404 .row {
  min-height: calc(100svh - 220px);
}

.portfolio-screen--software .portfolio-screen__badge {
  color: #9fd0ff;
  border-color: rgba(159, 208, 255, 0.25);
}

.portfolio-screen--brand .portfolio-screen__badge {
  color: #f0d7bf;
  border-color: rgba(240, 215, 191, 0.25);
}

.sec-1-services .section-title {
  font-size: clamp(2.25rem, 4.5vw, 4.5rem);
  line-height: 1.08;
  max-width: 14em;
  white-space: normal;
}

.sec-2-services .at-service-card {
  isolation: isolate;
  position: relative;
}

.sec-2-services .at-service-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.52) 52%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.sec-2-services .at-service-card.card-3::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.44) 45%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.42) 100%);
}

.sec-2-services .at-service-card > img {
  z-index: 0;
}

.sec-2-services .at-service-card > a {
  z-index: 4;
}

.sec-2-services .at-service-card-content {
  color: #fff !important;
  max-width: min(100% - 48px, 23rem);
  position: absolute;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
  z-index: 3;
}

.sec-2-services .at-service-card-content h6,
.sec-2-services .at-service-card-content h6 a,
.sec-2-services .at-service-card-content p,
.sec-2-services .at-service-card-icon {
  color: #fff !important;
}

.sec-2-services .at-service-card-description p {
  color: rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 1024px), (prefers-reduced-motion: reduce) {
  .process-scroll .wrapper {
    display: grid;
    gap: 24px;
  }

  .process-scroll .item,
  .process-scroll .item:first-child,
  .process-scroll .item:not(:first-child) {
    height: auto !important;
    left: auto !important;
    min-height: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    z-index: auto !important;
  }
}

.sec-1-portfolio-details-1 .portfolio-detail-title {
  font-size: clamp(2rem, 4.5vw, 4.75rem) !important;
  line-height: 1.05;
  max-width: 16em;
  white-space: normal;
}

@media (max-width: 991.98px) {
  .site-stats-section__value,
  .about-stats-section__value {
    font-size: clamp(1.65rem, 5.5vw, 2.35rem);
  }

  .site-stats-section__value--text,
  .about-stats-section__value--text {
    font-size: clamp(1.2rem, 4.2vw, 1.75rem);
  }

  .home-2-section-9 .text-nowrap,
  .site-stats-section .text-nowrap {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .site-stats-section__value,
  .about-stats-section__value {
    font-size: clamp(2.25rem, 4.2vw, 4.75rem);
  }

  .site-stats-section__value--text,
  .about-stats-section__value--text {
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  }
}

@keyframes site-boot-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes site-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes site-shimmer {
  0% {
    transform: translateX(-40%);
    opacity: 0.35;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(40%);
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-boot-loader__bar,
  .site-page-loader__bar,
  .site-boot-content--ready {
    animation: none;
  }
}

.at-header-logo h6,
.at-header-logo .h6,
.at-header-logo p.h6,
.at-search-logo h6,
.at-offcanvas-logo h6 {
  font-size: 18px;
  flex-shrink: 0;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.at-header-logo a,
.at-search-logo a,
.at-offcanvas-logo a {
  min-width: 0;
}

.at-header-logo img,
.at-search-logo img,
.at-offcanvas-logo img {
  flex: 0 0 auto;
}

.at-megamenu-title,
.at-main-menu a,
.at-submenu a {
  letter-spacing: 0;
}

@media (max-width: 575.98px) {
  .at-header-logo h6,
  .at-header-logo .h6,
  .at-header-logo p.h6,
  .at-search-logo h6,
  .at-offcanvas-logo h6 {
    font-size: 16px;
    flex-shrink: 1;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Hero primary CTA — theme .at-btn defaults to white text on dark bg */
.at-hero-btn .at-hero-primary-cta,
.at-hero-btn .at-hero-primary-cta span span {
  color: #1d1d1d !important;
}

.at-hero-btn .at-hero-primary-cta svg path {
  fill: currentColor;
}

/* Home "Neden" section — readable callout on dark imagery */
.at-sec7-area .at-image-hover {
  position: relative;
}

.at-sec7-area .at-why-callout-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 42%, transparent 72%);
  pointer-events: none;
}

.at-sec7-area .at-why-callout-text {
  z-index: 2;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  max-width: calc(100% - 2rem);
  line-height: 1.45;
}

/* MVP mobile readiness: keep template language, fix overflow and touch layouts */
*,
*::before,
*::after {
  box-sizing: border-box;
}

#root,
.main,
main,
section,
.container,
.container-fluid,
.row,
[class*="col-"] {
  min-width: 0;
}

img,
video,
canvas {
  max-width: 100%;
}

.site-image-fallback {
  background: #111;
  object-fit: cover;
}

.sec-4-about-form__notice {
  border-left: 3px solid currentColor;
  padding-left: 12px;
}

.sec-4-about-form__notice--success {
  color: #8dbb9f;
}

.sec-4-about-form__notice--error {
  color: #ffb0a6;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
}

button,
a.at-btn,
.at-btn {
  touch-action: manipulation;
}

@supports not (overflow: clip) {
  html,
  body,
  #root {
    overflow-x: hidden;
  }
}

.at-hero-bg {
  pointer-events: none;
}

.at-hero-bg img {
  object-fit: contain;
  max-width: min(100%, 1190px);
}

.at-hero-title,
.section-title,
.cs-portfolio-title,
.portfolio-detail-title,
.blog-card__title,
.blog-card-2__title,
.at-footer-area h1,
.at-footer-area h2,
.at-footer-area h3,
.at-footer-area h4 {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.at-hero-title {
  letter-spacing: 0 !important;
}

.at-hero-title-line {
  display: block;
}

.at-service-item,
.portfolio-hub-panel,
.blog-card,
.blog-card-2,
.sec-4-about-form,
.sec-1-contact,
.at-footer-area {
  max-width: 100%;
}

.blog-card__img22,
.blog-card-2__img,
.portfolio-hub-panel img,
.sec-1-contact img,
.sec-4-about-form img,
.at-service-card img,
.at-service-img-wrapper img,
.at-service-item .thumb img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .at-hero-spacing {
    padding-top: clamp(220px, 34vw, 290px);
    padding-bottom: 56px;
  }

  .at-hero-bg {
    align-items: flex-start;
    transform: translateY(42px);
  }

  .at-hero-bg img {
    width: min(92vw, 760px) !important;
    max-width: none;
    height: auto !important;
  }

  .at-hero-service {
    max-width: 34rem;
  }

  .at-hero-title {
    font-size: clamp(3.25rem, 13vw, 6.5rem);
    letter-spacing: 0 !important;
    line-height: 0.98;
    max-width: 9.5em;
  }

  .at-hero-subtitle {
    max-width: 100%;
    white-space: normal;
  }

  .at-hero-btn {
    gap: 10px !important;
  }

  .at-hero-btn .at-btn {
    min-height: 46px;
  }

  .at-hero-service-2 ul {
    justify-content: flex-start !important;
    margin: 0;
    padding-left: 0 !important;
  }

  .at-service-content {
    margin-right: 0 !important;
  }

  .at-service-img-wrapper {
    aspect-ratio: 16 / 10;
    height: auto !important;
    min-height: 0;
  }

  .at-service-list-wrap > a {
    display: block;
  }

  .at-service-item {
    gap: 18px;
  }

  .at-service-item .content {
    min-width: 0;
  }

  .at-service-item .content .title {
    font-size: clamp(2rem, 8vw, 3.6rem);
    line-height: 1.05;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  .portfolio-hub-panel__head,
  .at-service-subtitle-wrap {
    align-items: flex-start !important;
  }

  .sec-1-contact .section-title,
  .sec-1-services .section-title,
  .sec-1-portfolio-details-1 .portfolio-detail-title,
  .sec-1-blog-details h2 {
    font-size: clamp(2.4rem, 10vw, 5rem) !important;
    line-height: 1.02;
  }

  .at-footer-area .fz-160 {
    font-size: clamp(3.25rem, 14vw, 7rem) !important;
    line-height: 0.95;
  }
}

@media (max-width: 767.98px) {
  .at-header-area .container,
  .at-hero-area .container,
  .at-service-area .container,
  .sec-1-portfolio-1 .container,
  .sec-1-contact .container,
  .at-footer-area .container {
    padding-inline: 18px;
  }

  .at-hero-spacing {
    padding-top: clamp(210px, 58vw, 280px);
    padding-bottom: 44px;
  }

  .at-hero-bg {
    transform: translateY(32px);
  }

  .at-hero-bg img {
    width: min(116vw, 600px) !important;
  }

  .at-hero-title {
    font-size: clamp(2.15rem, 10vw, 3rem);
    max-width: 100%;
  }

  .at-hero-content {
    max-width: 100%;
  }

  .at-hero-btn {
    align-items: stretch;
  }

  .at-hero-btn .at-btn {
    justify-content: center;
  }

  .at-hero-service-2 .at-btn {
    font-size: 13px;
  }

  .at-service-area {
    padding-top: 82px !important;
  }

  .at-service-subtitle-wrap {
    flex-direction: column;
    margin-bottom: 32px !important;
  }

  .at-service-item {
    grid-template-columns: 1fr !important;
    padding-block: 22px;
  }

  .at-service-item .count,
  .at-service-item .content,
  .at-service-item .thumb {
    width: 100%;
  }

  .at-service-item .content .title {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.85rem, 11vw, 3rem);
  }

  .at-service-item .content .text {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 15px;
    line-height: 1.55;
    max-width: 36rem;
    opacity: 1;
    visibility: visible;
  }

  .at-service-item .thumb {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    overflow: hidden;
  }

  .at-service-item .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .at-service-card {
    min-height: 390px;
  }

  .at-service-card-content {
    max-width: calc(100% - 32px);
  }

  .portfolio-hub-panel__head h2,
  .home-portfolio-group__title {
    max-width: 100%;
  }

  .filter-portfolio {
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .blog-card,
  .blog-card-2 {
    overflow: hidden;
  }

  .blog-card__title,
  .blog-card-2__title {
    font-size: clamp(1.35rem, 6vw, 2rem);
    line-height: 1.15;
  }

  .blog-card__meta,
  .blog-card-2__meta {
    line-height: 1.45;
  }

  .sec-4-about-form input,
  .sec-4-about-form select,
  .sec-4-about-form textarea,
  .sec-1-contact input,
  .sec-1-contact select,
  .sec-1-contact textarea {
    min-height: 48px;
    width: 100%;
  }

  .sec-4-about-form textarea,
  .sec-1-contact textarea {
    min-height: 140px;
  }

  .at-footer-area {
    border-radius: 24px !important;
    margin-inline: 8px !important;
  }

  .at-footer-area .at-about {
    padding-top: 68px !important;
    padding-bottom: 42px !important;
  }

  .at-footer-area .at-hero-social {
    justify-content: flex-start !important;
  }

  .at-footer-copyright-area ul {
    padding-left: 0 !important;
  }
}

@media (max-width: 430px) {
  .at-header-logo h6,
  .at-header-logo .h6,
  .at-header-logo p.h6 {
    max-width: 132px;
  }

  .at-header-right {
    gap: 6px !important;
  }

  .dark-light-mode {
    display: none;
  }

  .at-menu-bar,
  .at-mobile-nav-btn {
    min-height: 44px;
    min-width: 44px;
  }

  .at-hero-spacing {
    padding-top: clamp(195px, 61vw, 260px);
  }

  .at-hero-bg img {
    width: min(124vw, 540px) !important;
  }

  .at-hero-title {
    font-size: clamp(2.05rem, 9.6vw, 2.7rem);
    line-height: 1;
  }

  .at-hero-btn .at-btn {
    width: 100%;
  }

  .at-hero-service-2 ul {
    gap: 8px !important;
  }

  .at-service-card {
    min-height: 350px;
  }

  .at-service-item .content .title {
    font-size: clamp(1.75rem, 12vw, 2.65rem);
  }

  .at-footer-area .fz-160 {
    font-size: clamp(2.8rem, 18vw, 4.75rem) !important;
  }
}

@media (max-width: 360px) {
  .at-header-area .container,
  .at-hero-area .container,
  .at-service-area .container,
  .sec-1-portfolio-1 .container,
  .sec-1-contact .container,
  .at-footer-area .container {
    padding-inline: 14px;
  }

  .at-hero-title {
    font-size: clamp(1.95rem, 9.5vw, 2.25rem);
  }

  .at-hero-service-2 .at-btn {
    font-size: 12px;
  }
}

/* MVP hero/solutions stabilization: keep orange atmosphere, make mobile readable */
.at-hero-area {
  background-position: center bottom !important;
  background-size: cover !important;
  isolation: isolate;
}

.at-hero-area::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 58%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.at-hero-area > .container {
  position: relative;
  z-index: 3;
}

.at-hero-foreground {
  z-index: 1;
}

.at-hero-service span,
.at-hero-service li,
.at-hero-subtitle,
.at-hero-title,
.at-hero-title-line,
.at-hero-title .at_fade_anim,
.at-hero-subtitle.at_fade_anim,
.at-hero-service .at_fade_anim {
  opacity: 1 !important;
  visibility: visible !important;
}

.at-hero-service span {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

/* Desktop hero density: reduce the empty orange field without changing mobile layout. */
@media (min-width: 992px) {
  .at-hero-area.at-hero-spacing {
    min-height: min(100svh, 900px);
    padding-bottom: clamp(52px, 7vh, 78px) !important;
    padding-top: clamp(220px, 27vh, 318px) !important;
  }

  .at-hero-area .row.pt-60 {
    padding-top: clamp(34px, 5vh, 54px) !important;
  }

  .at-hero-content {
    margin-bottom: clamp(12px, 2vh, 26px) !important;
  }

  .at-hero-foreground {
    transform: translateY(clamp(0px, 1.6vh, 20px)) !important;
  }

  .at-hero-foreground img,
  .at-hero-foreground img.layer {
    max-width: none !important;
    width: min(94vw, 1440px) !important;
  }
}

@media (min-width: 1600px) {
  .at-hero-area.at-hero-spacing {
    padding-top: clamp(250px, 25vh, 330px) !important;
  }

  .at-hero-foreground img,
  .at-hero-foreground img.layer {
    width: min(90vw, 1580px) !important;
  }
}

.at-service-item.active .number,
.at-service-item.active .title {
  color: var(--at-theme-primary);
  opacity: 1;
}

.at-service-item.active .text {
  max-height: 100px;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .at-service-item .number,
  .at-service-item .content .title,
  .at-service-item .content .text {
    opacity: 1 !important;
  }

  .at-service-item .content .text {
    max-height: none !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .at-service-img-wrapper .hover-image:first-child {
    opacity: 1 !important;
    transform: none !important;
    z-index: 2 !important;
  }

  .at-service-img-wrapper .hover-image:not(:first-child) {
    opacity: 0 !important;
    transform: none !important;
    z-index: 1 !important;
  }

  .at-service-item .number,
  .at-service-item .content .title,
  .at-service-item .content .text {
    opacity: 1 !important;
  }

  .at-service-item .content .text {
    max-height: none !important;
  }
}

@media (max-width: 767.98px) {
  .at-hero-spacing {
    padding-bottom: 0 !important;
    padding-top: clamp(132px, 32vw, 180px) !important;
  }

  .at-hero-area::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.72) 100%),
      radial-gradient(circle at 20% 18%, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0) 35%);
  }

  .at-hero-area .row.align-items-end {
    align-items: flex-start !important;
  }

  .at-hero-service {
    border-bottom-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 20px !important;
    max-width: none;
    padding-bottom: 18px;
  }

  .at-hero-service ul {
    padding-left: 0 !important;
  }

  .at-hero-service svg {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.32));
    opacity: 0.95;
  }

  .at-hero-service span {
    color: #fff !important;
    display: block;
    font-size: clamp(1rem, 4.3vw, 1.18rem);
    line-height: 1.72;
    max-width: 34rem;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  }

  .at-hero-content {
    margin-bottom: 0 !important;
    max-width: 100%;
  }

  .at-hero-subtitle {
    color: #fff !important;
    display: block;
    font-size: clamp(1rem, 4.2vw, 1.18rem);
    line-height: 1.25;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
  }

  .at-hero-title {
    color: #fff !important;
    font-size: clamp(2.15rem, 9vw, 3.65rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    max-width: 100%;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.36);
  }

  .at-hero-title-line {
    display: block;
  }

  .at-hero-btn {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr;
    padding-top: 24px !important;
    width: 100%;
  }

  .at-hero-btn .at-btn {
    border-radius: 0 !important;
    font-size: 16px;
    justify-content: center;
    min-height: 54px;
    padding: 15px 20px;
    width: 100%;
  }

  .at-hero-service-2 {
    margin-top: 16px;
  }

  .at-hero-service-2 ul {
    display: grid !important;
    gap: 6px 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial !important;
    list-style: none;
    margin: 0 !important;
    padding-left: 0 !important;
  }

  .at-hero-service-2 ul li {
    list-style: none;
    min-width: 0;
  }

  .at-hero-service-2 ul li::marker {
    content: "";
  }

  .at-hero-service-2 .at-btn {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 1.18;
    min-height: 28px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: normal;
  }

  .at-hero-foreground {
    bottom: auto !important;
    display: flex;
    height: auto !important;
    inset: auto !important;
    justify-content: center;
    margin: 28px auto 0;
    overflow: hidden !important;
    position: relative !important;
    transform: none !important;
    width: 100% !important;
  }

  .at-hero-foreground img,
  .at-hero-foreground img.layer {
    display: block;
    height: auto !important;
    margin: 0 auto -6px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    opacity: 0.98;
    width: min(96vw, 560px) !important;
  }

  .at-service-content {
    display: none;
  }

  .at-service-item {
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.14);
    gap: 12px;
    grid-template-columns: 1fr !important;
    padding-block: 34px;
  }

  .at-service-item .number {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: clamp(2.15rem, 10vw, 3rem);
    letter-spacing: 0;
    line-height: 1;
    opacity: 1 !important;
  }

  .at-service-item .content .title {
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: clamp(2.05rem, 11.2vw, 3.25rem) !important;
    line-height: 1.02 !important;
    opacity: 1 !important;
  }

  .at-service-item .content .text {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 16px;
    line-height: 1.48;
    margin-top: 10px;
    max-height: none !important;
    max-width: none;
    opacity: 1 !important;
  }

  .at-service-item .thumb {
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    margin-top: 12px;
    overflow: hidden;
    text-align: left;
    width: 100%;
  }

  .at-service-item .thumb img {
    border-radius: 16px;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    width: 100% !important;
  }
}

@media (max-width: 430px) {
  .at-hero-spacing {
    padding-top: clamp(118px, 30vw, 150px) !important;
  }

  .at-hero-title {
    font-size: clamp(2.1rem, 8.8vw, 3.25rem) !important;
  }

  .at-hero-service span {
    font-size: clamp(0.98rem, 4vw, 1.08rem);
  }

  .at-hero-service-2 .at-btn {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .at-hero-title {
    font-size: clamp(1.95rem, 8.4vw, 2.75rem) !important;
  }

  .at-hero-service-2 ul {
    grid-template-columns: 1fr;
  }
}

.journey-list__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.journey-list__logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 0.15rem;
}
