@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Orisa - Creative Portfolio Agency HTML Template
    Author: AliThemes
    Support: https://alithemes.ticksy.com/
    Description: Orisa - Creative Portfolio Agency HTML Template
    Version: 1.0.0



**********************************************/
/*----------------------------------------*/
/*  1.1 Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap"');
/* beautify ignore:start */
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  transition: all 0.3s ease-out;
}

/* transform */
/* beautify ignore:start */
.rotate-90 {
  rotate: 90deg;
}

.fz-160 {
  font-size: 120px;
}

.fz-170 {
  font-size: 130px;
}

.fz-200 {
  font-size: 150px;
}

.fz-290 {
  font-size: 220px;
}

.fz-120 {
  font-size: 80px;
}

.fz-ds-1 {
  font-size: 80px !important;
}

@media screen and (min-width: 1401px) {
  .fz-160 {
    font-size: 160px;
  }
  .fz-170 {
    font-size: 170px;
  }
  .fz-200 {
    font-size: 200px;
  }
  .fz-290 {
    font-size: 290px;
  }
  .fz-120 {
    font-size: 120px;
  }
  .fz-ds-1 {
    font-size: 124px !important;
  }
  .footer-2-connect-title {
    font-size: 220px;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
}
.fz-60 {
  font-size: 60px;
}

.fz-18 {
  font-size: 18px;
}

.opacity-10 {
  opacity: 0.1;
}

.invert-1 {
  filter: invert(1);
}

.topbar {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 7px 0;
}

.category-tag {
  display: inline-flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 25px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
  color: var(--at-neutral-900);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  position: relative;
}
.category-tag .dot {
  width: 6px;
  height: 6px;
  background: #45A557;
  border-radius: 50%;
}

.odometer {
  letter-spacing: 12px;
}

.sec-1-services {
  padding-top: 86px;
}

.cilent-word-wide-content {
  border-radius: 8px;
  background: rgba(254, 254, 254, 0.6);
  backdrop-filter: blur(4px);
  padding: 20px;
}
.cilent-word-wide-content .avatar {
  width: 56px;
  height: 56px;
  margin-left: -25px;
  border-radius: 86.296px;
  border: 3.5px solid var(--at-neutral-0);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cilent-word-wide-content .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cilent-word-wide-content .avatar:first-child {
  margin-left: 0;
}
.cilent-word-wide-content .avatar:hover {
  transform: translateY(-2px);
}

.bg-coating {
  position: relative;
}
.bg-coating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  z-index: 1;
}

.fill-primary path {
  fill: var(--at-theme-primary);
}

.px-blur-bottom {
  backdrop-filter: blur(10px);
  bottom: 0;
  flex: none;
  height: 80px;
  left: 0;
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
          mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.block-author .avatar {
  margin-right: -22px;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 4px solid var(--at-common-white);
}
.block-author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-author :nth-last-child(1) {
  margin-right: 0;
}

.at-brand-area {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid var(--at-neutral-100);
  border-bottom: 1px solid var(--at-neutral-100);
}
.at-brand-area::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
  left: 0;
  top: 0;
  z-index: 3;
}
.at-brand-area::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
  right: 0;
  top: 0;
  z-index: 3;
  transform: rotate(-180deg);
}

.page-loader {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  z-index: 99999;
  display: flex;
  top: 0;
}

.page-loader .page-loader-logo {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bar {
  width: 10vw;
  height: 105dvh;
  background: #1D1D1D;
}

.swiper-button-wrapper {
  display: flex;
  gap: 10px;
}

.swiper-btn-next,
.swiper-btn-prev {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--at-neutral-700);
  background-color: var(--at-neutral-800);
  transition: all 0.3s ease-in-out;
  color: var(--at-common-white);
}
.swiper-btn-next::after,
.swiper-btn-prev::after {
  content: "";
}
.swiper-btn-next:hover,
.swiper-btn-next :active,
.swiper-btn-prev:hover,
.swiper-btn-prev :active {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: var(--at-neutral-700);
  transition: all 0.3s ease-in-out;
}

.swiper-pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  align-items: center;
  left: 50% !important;
  width: unset !important;
  gap: 5px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
  color: var(--at-neutral-900);
  opacity: 1;
  background-color: var(--at-neutral-0);
}
.swiper-pagination .swiper-pagination-bullet-active {
  color: var(--at-neutral-900);
  background-color: var(--at-neutral-900);
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-top: 70px;
  padding: 0;
}
.pagination .pagination_item {
  background: var(--at-neutral-0);
  border-radius: 50%;
  border: 1px solid var(--at-neutral-100);
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--at-fz-font-lg);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--at-neutral-900);
  transition: all 0.3s ease-in-out;
}
.pagination .pagination_item svg path {
  fill: var(--at-neutral-900) !important;
}
.pagination .pagination_item:hover {
  color: var(--at-neutral-0) !important;
  background: var(--at-neutral-900) !important;
  border-color: var(--at-neutral-900) !important;
}
.pagination .pagination_item:hover svg path {
  fill: var(--at-neutral-0) !important;
}
.pagination .pagination_item:focus {
  box-shadow: none;
  background-color: var(--at-neutral-900) !important;
  border-color: var(--at-neutral-900);
  color: var(--at-neutral-0) !important;
}
.pagination .pagination_item:focus svg path {
  fill: var(--at-neutral-0) !important;
}
.pagination .pagination_item.current {
  color: var(--at-neutral-0) !important;
  background: var(--at-neutral-900) !important;
  border-color: var(--at-neutral-900) !important;
}
.pagination .pagination_item.current svg path {
  fill: var(--at-neutral-0) !important;
}

.slider-testimonial-thumbs .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.slider-testimonial-thumbs .swiper-slide:nth-child(1) {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -200px;
}
.slider-testimonial-thumbs .swiper-slide:nth-child(2) {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -100px;
}
.slider-testimonial-thumbs .swiper-slide:nth-child(3) {
  position: relative;
  z-index: 5;
}
.slider-testimonial-thumbs .swiper-slide:nth-child(4) {
  position: absolute;
  z-index: 4;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 100px;
}
.slider-testimonial-thumbs .swiper-slide:nth-child(5) {
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 200px;
}
@media (max-width: 574.98px) {
  .slider-testimonial-thumbs .swiper-slide:nth-child(1) {
    margin-left: -95px;
  }
  .slider-testimonial-thumbs .swiper-slide:nth-child(2) {
    margin-left: -45px;
  }
  .slider-testimonial-thumbs .swiper-slide:nth-child(4) {
    margin-left: 45px;
  }
  .slider-testimonial-thumbs .swiper-slide:nth-child(5) {
    margin-left: 95px;
  }
}
.slider-testimonial-thumbs .swiper-slide {
  width: 150px !important;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 574.98px) {
  .slider-testimonial-thumbs .swiper-slide {
    width: 70px !important;
    height: 70px;
  }
}
.slider-testimonial-thumbs .swiper-slide.swiper-slide-thumb-active .avatar-thumbnail {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.image-slider {
  border-radius: 16px;
  overflow: hidden;
  background: var(--at-neutral-100, #DFDFDF);
}

.avatar-thumbnail {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid var(--at-neutral-0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .avatar-thumbnail {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 574.98px) {
  .avatar-thumbnail {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
}

/* Text Truncation */
.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
}

.text-truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 8em;
}

.at-image-hover .content {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(-15px);
}
.at-image-hover .zoom-blur-image {
  transition: all 0.5s ease;
}
.at-image-hover:hover .content {
  opacity: 1;
  transform: translateY(0);
}
.at-image-hover:hover .zoom-blur-image {
  transition: all 0.5s ease;
  filter: blur(5px);
  scale: 1.05;
}

.border-bottom-900 {
  border-bottom: 1px solid var(--at-neutral-900);
}

.border-100 {
  border: 1px solid var(--at-neutral-100) !important;
}

.border-bottom-opacity {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-opacity {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-100 {
  border-top: 1px solid var(--at-neutral-100) !important;
}

.border-bottom-100 {
  border-bottom: 1px solid var(--at-neutral-100) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .sec-1-home-3 .mb-100 {
    margin-bottom: 50px;
  }
}

.card-item__bg {
  border-radius: 16px;
  border: 9px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.card-item-avatar {
  margin: 30px;
}
.card-item-avatar img {
  border-radius: 100px;
  border: 4px solid var(--at-neutral-0);
  display: inline-flex;
  height: 65px;
  justify-content: flex-end;
  align-items: center;
}
.card-item-content {
  margin: 40px;
}
.card-item-content svg {
  width: 40px;
  height: 40px;
  margin-bottom: 19px;
}

.at-brand-item {
  display: flex;
  width: 180px;
  height: 180px;
  padding: 0 29px 0 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .at-brand-item {
    width: 165px;
    height: 165px;
  }
}

.home-3-section-12 .box-newsletter {
  position: relative;
  border-radius: 42px;
}
.home-3-section-12 .box-newsletter::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 90%;
  height: 20%;
  border-radius: 42px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
}

.scroll-active-item .item.active .block-number {
  background: var(--at-theme-primary) !important;
  transition: all 0.3s ease;
}
.scroll-active-item .item.active .block-number .number {
  color: var(--at-neutral-0);
  transition: all 0.3s ease;
}
.scroll-active-item .item.active .rectangular::after {
  opacity: 1;
  width: 99px;
  height: 99px;
  transition: all 0.3s ease;
}
.scroll-active-item .item .rectangular {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 50px;
  background: var(--at-neutral-800);
  border-radius: 16px;
  border: 1px solid var(--at-neutral-700);
  padding: 50px;
  z-index: -2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.scroll-active-item .item .rectangular::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: var(--at-theme-primary);
  filter: blur(125px);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

.input-subscribe {
  position: relative;
  background: #FEFEFE;
  padding: 12px 14px 12px 32px;
  border-radius: 8px;
}
.input-subscribe input {
  width: 100%;
  height: 100%;
  border: none !important;
  outline: none;
}

.navigation-section-10 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navigation-section-10 .item {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation-section-10 .item {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 574.98px) {
  .navigation-section-10 .item {
    width: 58px;
    height: 58px;
  }
}
.navigation-section-10 .item.active {
  scale: 0.9;
  transition: all 0.3s ease;
}

.navigation-sec4home3 .item {
  padding: 10px 0;
  border-bottom: 1px solid var(--at-neutral-100);
  transition: all 0.3s ease;
}
.navigation-sec4home3 .item .content span {
  flex: 0 0 60px;
}
.navigation-sec4home3 .item .content .h6 {
  flex: 1;
}
.navigation-sec4home3 .item .content svg {
  opacity: 0;
  transition: all 0.3s ease;
}
.navigation-sec4home3 .item.active {
  background-color: var(--at-neutral-100);
}
.navigation-sec4home3 .item.active .content {
  margin: 0 16px;
  transition: all 0.3s ease;
}
.navigation-sec4home3 .item.active svg {
  opacity: 1;
}

.border-white\/01 {
  border-right: 1px solid var(--at-neutral-100);
}

.border-dark\/01 {
  border-right: 1px solid var(--at-neutral-900);
}

@media (min-width: 768px) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.icon-shape {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .w-lg-50 {
    width: 50%;
  }
}

@media (max-width: 574.98px) {
  .w-50 {
    width: 100% !important;
  }
}
.size-30 {
  width: 30px;
  height: 30px;
}

.size-50 {
  width: 50px;
  height: 50px;
}

.size-56 {
  width: 56px;
  height: 56px;
}

.size-80 {
  width: 80px;
  height: 80px;
}

.size-100 {
  width: 100px !important;
  height: 100px !important;
}

.size-190 {
  width: 190px;
  height: 190px;
}

.cart-stats__item {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--at-neutral-100);
  padding-bottom: 42px;
  margin-bottom: 50px;
}
.cart-stats__item-title {
  flex: 1;
  letter-spacing: -1.2px;
}
.cart-stats__item-content {
  flex: 0 0 500px;
  margin-top: 16px;
}

/* Allow page scroll when cursor is in empty area; children (.client-capsule-wrapper > *) keep pointer-events: auto for drag */
.client-capsule-wrapper-box {
  pointer-events: none;
}

.client-capsule-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-top: -200px;
  height: 633px;
}

.client-box {
  width: 250px;
  height: 100px;
  padding: 10px 20px;
  background-color: var(--at-neutral-900);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transform: translate(-50%, -50%) rotate(0rad);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-box {
    width: 200px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-box {
    width: 150px;
    height: 60px;
  }
}
@media (max-width: 574.98px) {
  .client-box {
    width: 100px;
    height: 40px;
  }
}

.client-capsule-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  transition: none;
}

.client-box img {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}

.box-count {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
  border-radius: 0px;
  display: flex;
  padding: 4px 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  width: 25%;
  line-height: 12px;
  position: relative;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: var(--at-common-white);
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
}
.box-count .deals-countdown .countdown-section:last-child::before {
  display: none;
}
.box-count.box-count-square {
  margin-bottom: 5px;
}
.box-count.box-count-square .deals-countdown {
  background-color: var(--at-neutral-0);
  width: 100%;
  margin: auto;
  text-align: left;
  display: flex;
  max-width: 100%;
}
.box-count.box-count-square .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  line-height: 12px;
  position: relative;
  margin: 0px 16px 0px 0px;
  width: auto;
}
.box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
  color: var(--at-neutral-900);
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 574.98px) {
  .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
    font-size: 16px;
    line-height: 16px;
  }
}
.box-count.box-count-square .deals-countdown .countdown-amount {
  background-color: var(--at-neutral-50);
  border-radius: 12px;
  color: var(--at-neutral-900);
  width: 176px;
  padding: 50px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 72px !important;
  font-weight: 600;
  line-height: 76px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 130px;
    height: 140px;
    padding: 50px 40px;
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 574.98px) {
  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 65px;
    height: 70px;
    padding: 22px 5px;
    font-size: 24px !important;
    line-height: 24px !important;
  }
}

:root {
  /**
  @font family declaration
  */
  --at-ff-body: 'DM Sans', sans-serif;
  --at-ff-heading: 'DM Sans', sans-serif;
  --at-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font size declaration
  */
  --at-fz-body: 14px;
  --at-fz-font-label: 12px;
  --at-fz-font-md: 16px;
  --at-fz-font-lg: 20px;
  --at-fz-font-xl: 22px;
  --at-fz-font-2xl: 28px;
  --at-fz-font-3xl: 32px;
  --at-fz-ds-1: 124px;
  --at-fz-24: 24px;
  --at-fz-10: 10px;
  /**
  @color declaration
  */
  --at-common-white: #ffffff;
  --at-common-white-rgb: 255, 255, 255;
  --at-common-black: #1e1e1e;
  --at-common-black-rgb: 30, 30, 30;
  --at-common-bubbles: #e1eeb7;
  --at-common-dark-white: #1e1e1e;
  --at-common-dark-white-rgb: 30, 30, 30;
  --at-common-dark-black: #FFFFFF;
  --at-common-dark-black-rgb: 255, 255, 255;
  --at-common-dark-bubbles: #040403;
  --at-neutral-0: #FEFEFE;
  --at-neutral-0-rgb: 254, 254, 254;
  --at-neutral-50: #F2F2F2;
  --at-neutral-50-rgb: 242, 242, 242;
  --at-neutral-100: #DFDFDF;
  --at-neutral-300: #B7B7B7;
  --at-neutral-500: #585959;
  --at-neutral-700: #303030;
  --at-neutral-800: #212121;
  --at-neutral-900: #1D1D1D;
  --at-neutral-950: #0F0F0F;
  --at-neutral-dark-0: #0C0C0C;
  --at-neutral-dark-0-rgb: 12, 12, 12;
  --at-neutral-dark-50: #141414;
  --at-neutral-dark-50-rgb: 20, 20, 20;
  --at-neutral-dark-100: #212121;
  --at-neutral-dark-300: #404040;
  --at-neutral-dark-500: #B3B3B3;
  --at-neutral-dark-700: #535353;
  --at-neutral-dark-800: #EAEAEA;
  --at-neutral-dark-900: #EFEFEF;
  --at-neutral-dark-950: #F4F4F4;
  --at-grey-1: #5e5959;
  --at-grey-2: #f3f3f3;
  --at-grey-3: #b6bcc6;
  --at-grey-4: #f6f6f6;
  --at-grey-5: #d7cdcd;
  --at-theme-primary: #FF9900;
  --at-gradient-primary: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: var(--at-neutral-900);
  background-color: var(--at-neutral-0);
  font-family: var(--at-ff-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -5%;
  transition: color 0.3s ease-out;
  color: var(--at-neutral-900);
  font-family: var(--at-ff-body);
}

h1,
.h1 {
  font-size: 70px;
}

h2,
.h2 {
  font-size: 60px;
}

h3,
.h3 {
  font-size: 52px;
}

h4,
.h4 {
  font-size: 38px;
}

h5,
.h5 {
  font-size: 26px;
}

h6,
.h6 {
  font-size: 20px;
}

.fz-font-lg {
  font-size: 18px !important;
}

@media screen and (min-width: 1401px) {
  h1,
  .h1 {
    font-size: 150px;
  }
  h2,
  .h2 {
    font-size: 72px;
  }
  h3,
  .h3 {
    font-size: 64px;
  }
  h4,
  .h4 {
    font-size: 48px;
  }
  h5,
  .h5 {
    font-size: 34px;
  }
  h6,
  .h6 {
    font-size: 24px;
  }
  .fz-font-lg {
    font-size: 20px !important;
  }
  .col-3xl-6 {
    width: 50% !important;
  }
}
ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -2%;
  line-height: 1.2;
  font-family: var(--at-ff-body);
  color: var(--at-neutral-500);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--at-neutral-900);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--at-neutral-500);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  /* MODERN BROWSER */
  color: var(--at-neutral-500);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--at-neutral-500);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--at-neutral-900);
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--at-neutral-900);
  color: var(--at-neutral-0);
  text-shadow: none;
}

::-moz-selection {
  background: var(--at-neutral-900);
  color: var(--at-neutral-0);
  text-shadow: none;
}

::selection {
  background: var(--at-neutral-900);
  color: var(--at-neutral-0);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--at-neutral-900);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--at-neutral-900);
  font-size: 14px;
  opacity: 1;
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.overflow-unset {
  overflow: unset !important;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-n1 {
  position: relative;
  z-index: -1;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

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

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.gx-5 {
  --bs-gutter-x: 5px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.gx-70 {
  --bs-gutter-x: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-70 {
    --bs-gutter-x: 30px;
  }
}

.gx-80 {
  --bs-gutter-x: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-80 {
    --bs-gutter-x: 30px;
  }
}

.gx-90 {
  --bs-gutter-x: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-90 {
    --bs-gutter-x: 30px;
  }
}

.gx-100 {
  --bs-gutter-x: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-100 {
    --bs-gutter-x: 30px;
  }
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.bg-position {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-transtion {
  transition-timing-function: linear;
}
.slide-transtion .swiper-slide {
  width: auto;
}

.common-underline {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.4s ease 0.3s ease-out;
}
.common-underline:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.4s ease 0.3s ease-out;
}

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

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-red {
  color: var(--at-theme-primary);
}

@media (min-width: 1400px) {
  .container-1136 {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .container-2200 {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.at-ff-body {
  font-family: var(--at-ff-body);
}

.at-ff-heading {
  font-family: var(--at-ff-heading);
}

.at-ff-fontawesome {
  font-family: var(--at-ff-fontawesome);
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Font size */
.fz-body {
  font-size: var(--at-fz-body);
}

.fz-font-label {
  font-size: var(--at-fz-font-label);
}

.fz-font-md {
  font-size: var(--at-fz-font-md);
}

.fz-font-lg {
  font-size: var(--at-fz-font-lg);
}

.fz-font-xl {
  font-size: var(--at-fz-font-xl);
}

.fz-font-2xl {
  font-size: var(--at-fz-font-2xl);
}

.fz-font-3xl {
  font-size: var(--at-fz-font-3xl);
}

.fz-ds-1 {
  font-size: var(--at-fz-ds-1);
}

.fz-24 {
  font-size: var(--at-fz-24);
}

.fz-10 {
  font-size: var(--at-fz-10);
}

/* Color */
.common-white {
  color: var(--at-common-white) !important;
}

.common-white-rgb {
  color: var(--at-common-white-rgb) !important;
}

.common-black {
  color: var(--at-common-black) !important;
}

.common-black-rgb {
  color: var(--at-common-black-rgb) !important;
}

.common-bubbles {
  color: var(--at-common-bubbles) !important;
}

.common-dark-white {
  color: var(--at-common-dark-white) !important;
}

.common-dark-white-rgb {
  color: var(--at-common-dark-white-rgb) !important;
}

.common-dark-black {
  color: var(--at-common-dark-black) !important;
}

.common-dark-black-rgb {
  color: var(--at-common-dark-black-rgb) !important;
}

.common-dark-bubbles {
  color: var(--at-common-dark-bubbles) !important;
}

.neutral-0 {
  color: var(--at-neutral-0) !important;
}

.neutral-0-rgb {
  color: var(--at-neutral-0-rgb) !important;
}

.neutral-50 {
  color: var(--at-neutral-50) !important;
}

.neutral-50-rgb {
  color: var(--at-neutral-50-rgb) !important;
}

.neutral-100 {
  color: var(--at-neutral-100) !important;
}

.neutral-300 {
  color: var(--at-neutral-300) !important;
}

.neutral-500 {
  color: var(--at-neutral-500) !important;
}

.neutral-700 {
  color: var(--at-neutral-700) !important;
}

.neutral-800 {
  color: var(--at-neutral-800) !important;
}

.neutral-900 {
  color: var(--at-neutral-900) !important;
}

.neutral-950 {
  color: var(--at-neutral-950) !important;
}

.neutral-dark-0 {
  color: var(--at-neutral-dark-0) !important;
}

.neutral-dark-0-rgb {
  color: var(--at-neutral-dark-0-rgb) !important;
}

.neutral-dark-50 {
  color: var(--at-neutral-dark-50) !important;
}

.neutral-dark-50-rgb {
  color: var(--at-neutral-dark-50-rgb) !important;
}

.neutral-dark-100 {
  color: var(--at-neutral-dark-100) !important;
}

.neutral-dark-300 {
  color: var(--at-neutral-dark-300) !important;
}

.neutral-dark-500 {
  color: var(--at-neutral-dark-500) !important;
}

.neutral-dark-700 {
  color: var(--at-neutral-dark-700) !important;
}

.neutral-dark-800 {
  color: var(--at-neutral-dark-800) !important;
}

.neutral-dark-900 {
  color: var(--at-neutral-dark-900) !important;
}

.neutral-dark-950 {
  color: var(--at-neutral-dark-950) !important;
}

.grey-1 {
  color: var(--at-grey-1) !important;
}

.grey-2 {
  color: var(--at-grey-2) !important;
}

.grey-3 {
  color: var(--at-grey-3) !important;
}

.grey-4 {
  color: var(--at-grey-4) !important;
}

.grey-5 {
  color: var(--at-grey-5) !important;
}

.theme-primary {
  color: var(--at-theme-primary) !important;
}

.gradient-primary {
  color: var(--at-gradient-primary) !important;
}

/* Background Color */
.bg-common-white {
  background-color: var(--at-common-white) !important;
}

.bg-common-white-rgb {
  background-color: var(--at-common-white-rgb) !important;
}

.bg-common-black {
  background-color: var(--at-common-black) !important;
}

.bg-common-black-rgb {
  background-color: var(--at-common-black-rgb) !important;
}

.bg-common-bubbles {
  background-color: var(--at-common-bubbles) !important;
}

.bg-common-dark-white {
  background-color: var(--at-common-dark-white) !important;
}

.bg-common-dark-white-rgb {
  background-color: var(--at-common-dark-white-rgb) !important;
}

.bg-common-dark-black {
  background-color: var(--at-common-dark-black) !important;
}

.bg-common-dark-black-rgb {
  background-color: var(--at-common-dark-black-rgb) !important;
}

.bg-common-dark-bubbles {
  background-color: var(--at-common-dark-bubbles) !important;
}

.bg-neutral-0 {
  background-color: var(--at-neutral-0) !important;
}

.bg-neutral-0-rgb {
  background-color: var(--at-neutral-0-rgb) !important;
}

.bg-neutral-50 {
  background-color: var(--at-neutral-50) !important;
}

.bg-neutral-50-rgb {
  background-color: var(--at-neutral-50-rgb) !important;
}

.bg-neutral-100 {
  background-color: var(--at-neutral-100) !important;
}

.bg-neutral-300 {
  background-color: var(--at-neutral-300) !important;
}

.bg-neutral-500 {
  background-color: var(--at-neutral-500) !important;
}

.bg-neutral-700 {
  background-color: var(--at-neutral-700) !important;
}

.bg-neutral-800 {
  background-color: var(--at-neutral-800) !important;
}

.bg-neutral-900 {
  background-color: var(--at-neutral-900) !important;
}

.bg-neutral-950 {
  background-color: var(--at-neutral-950) !important;
}

.bg-neutral-dark-0 {
  background-color: var(--at-neutral-dark-0) !important;
}

.bg-neutral-dark-0-rgb {
  background-color: var(--at-neutral-dark-0-rgb) !important;
}

.bg-neutral-dark-50 {
  background-color: var(--at-neutral-dark-50) !important;
}

.bg-neutral-dark-50-rgb {
  background-color: var(--at-neutral-dark-50-rgb) !important;
}

.bg-neutral-dark-100 {
  background-color: var(--at-neutral-dark-100) !important;
}

.bg-neutral-dark-300 {
  background-color: var(--at-neutral-dark-300) !important;
}

.bg-neutral-dark-500 {
  background-color: var(--at-neutral-dark-500) !important;
}

.bg-neutral-dark-700 {
  background-color: var(--at-neutral-dark-700) !important;
}

.bg-neutral-dark-800 {
  background-color: var(--at-neutral-dark-800) !important;
}

.bg-neutral-dark-900 {
  background-color: var(--at-neutral-dark-900) !important;
}

.bg-neutral-dark-950 {
  background-color: var(--at-neutral-dark-950) !important;
}

.bg-grey-1 {
  background-color: var(--at-grey-1) !important;
}

.bg-grey-2 {
  background-color: var(--at-grey-2) !important;
}

.bg-grey-3 {
  background-color: var(--at-grey-3) !important;
}

.bg-grey-4 {
  background-color: var(--at-grey-4) !important;
}

.bg-grey-5 {
  background-color: var(--at-grey-5) !important;
}

.bg-theme-primary {
  background-color: var(--at-theme-primary) !important;
}

.bg-gradient-primary {
  background-color: var(--at-gradient-primary) !important;
}

#smooth-content {
  position: relative;
  z-index: 1;
}

#smooth-content main {
  position: relative;
  z-index: 1;
  min-height: auto;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer-placeholder {
  display: none !important;
}

.bg-primary-1 {
  background-color: var(--at-theme-primary);
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-165 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-155 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-180 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-190 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-90 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Font size */
  .fz-body {
    font-size: 16px !important;
  }
  .fz-font-label {
    font-size: 12px !important;
  }
  .fz-font-md {
    font-size: 18px !important;
  }
  .fz-font-lg {
    font-size: 20px !important;
  }
  .fz-font-xl {
    font-size: 22px !important;
  }
  .fz-font-2xl {
    font-size: 26px !important;
  }
  .fz-font-3xl {
    font-size: 28px !important;
  }
  .fz-ds-1 {
    font-size: 72px !important;
  }
  h1,
  .h1 {
    font-size: 58px;
  }
  h2,
  .h2 {
    font-size: 50px;
  }
  h3,
  .h3 {
    font-size: 42px;
  }
  h4,
  .h4 {
    font-size: 30px;
  }
  h5,
  .h5 {
    font-size: 28px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
  .fz-160 {
    font-size: 100px;
  }
  .fz-170 {
    font-size: 100px;
  }
  .fz-200 {
    font-size: 120px;
  }
  .fz-290 {
    font-size: 180px;
  }
  .fz-120 {
    font-size: 84px;
  }
  .fz-60 {
    font-size: 60px;
  }
  .scroll-section .pb-80 {
    padding-bottom: 0;
  }
  .d-md-none {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Font size */
  .fz-body {
    font-size: 14px !important;
  }
  .fz-font-label {
    font-size: 12px !important;
  }
  .fz-font-md {
    font-size: 16px !important;
  }
  .fz-font-lg {
    font-size: 18px !important;
  }
  .fz-font-xl {
    font-size: 20px !important;
  }
  .fz-font-2xl {
    font-size: 24px !important;
  }
  .fz-font-3xl {
    font-size: 26px !important;
  }
  .fz-ds-1 {
    font-size: 60px !important;
  }
  h1,
  .h1 {
    font-size: 54px;
  }
  h2,
  .h2 {
    font-size: 52px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 36px;
  }
  h5,
  .h5 {
    font-size: 24px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
  .fz-160 {
    font-size: 110px;
  }
  .fz-170 {
    font-size: 70px;
  }
  .fz-200 {
    font-size: 80px;
  }
  .fz-290 {
    font-size: 180px;
  }
  .fz-120 {
    font-size: 100px;
  }
  .fz-60 {
    font-size: 60px;
  }
  .scroll-section .pb-80 {
    padding-bottom: 0;
  }
  br {
    display: none;
  }
  .d-md-none {
    display: none;
  }
}
@media (max-width: 574.98px) {
  /* Font size */
  .fz-body {
    font-size: 14px !important;
  }
  .fz-font-label {
    font-size: 12px !important;
  }
  .fz-font-md {
    font-size: 14px !important;
  }
  .fz-font-lg {
    font-size: 16px !important;
  }
  .fz-font-xl {
    font-size: 18px !important;
  }
  .fz-font-2xl {
    font-size: 22px !important;
  }
  .fz-font-3xl {
    font-size: 24px !important;
  }
  .fz-ds-1 {
    font-size: 54px !important;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 42px;
  }
  h3,
  .h3 {
    font-size: 36px;
  }
  h4,
  .h4 {
    font-size: 30px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .fz-160 {
    font-size: 52px;
  }
  .fz-170 {
    font-size: 30px;
  }
  .fz-200 {
    font-size: 38px;
  }
  .fz-290 {
    font-size: 100px;
  }
  .fz-120 {
    font-size: 90px;
  }
  .fz-60 {
    font-size: 60px;
  }
  .w-75 {
    width: 100% !important;
  }
  br {
    display: none;
  }
  .scroll-section .pb-80 {
    padding-bottom: 0;
  }
  .d-xs-none {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1750px;
  }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.2 Header main
/*----------------------------------------*/
.at-header-sidebar-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.at-header-logo {
  display: flex;
  align-items: center;
}
.at-header-logo a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.at-header-spacing {
  padding: 20px 0;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

:root {
  --basic-ease: cubic-bezier(.625, .05, 0, 1);
}

.at-title-text span {
  display: inline-block;
  text-shadow: 0 1.05em var(--at-theme-primary);
  transition: translate 0.3s var(--basic-ease), text-shadow 0.1s 0.15s ease;
}
.at-title-anim:hover .at-title-text span {
  text-shadow: 0 1.05em currentColor;
  translate: 0 -1.05em 0;
  transition: translate 0.5s calc((var(--char) - 1) * 0.024s) var(--basic-ease), text-shadow 0.175s calc((var(--char) - 1) * 0.024s + 0.225s) ease;
}
.at-title-anim-inner {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow-y: clip;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.postbox-item:not(:last-child) {
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-thumb {
  border-radius: 42px;
  overflow: hidden;
}
.postbox-thumb img {
  border-radius: 42px;
  transition: all 0.8s ease;
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  animation: animate-pulse 3s linear infinite;
}
.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block;
}

.postbox-scroll-zoom .postbox-item-wrap {
  width: 100%;
  height: 200dvh;
}
.postbox-scroll-zoom .postbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.blog-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-card__thumb {
  position: relative;
  width: 100%;
}
.blog-card__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.blog-card__title {
  font-weight: 600;
  color: var(--at-neutral-900);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
}
.blog-card__title-link {
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card__title-link:hover {
  color: var(--at-theme-primary);
}
.blog-card__meta {
  font-family: var(--at-ff-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #585959;
  margin: 0;
}
.blog-card__meta-text {
  color: #585959;
}
.blog-card__author {
  color: var(--at-neutral-900);
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card__author:hover {
  color: var(--at-theme-primary, var(--at-neutral-900));
}

/* Blog card 2 – horizontal 3-column layout  */
.blog-card-2 {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.blog-card-2-wrap:last-child .blog-card-2 {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .blog-card-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
.blog-card-2__left {
  flex: 0 1 40%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .blog-card-2__left {
    flex: none;
    order: 1;
  }
}
.blog-card-2__category {
  display: inline-block;
  font-family: var(--at-ff-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--at-neutral-900);
  padding: 8px 16px;
  background: var(--at-common-white);
  border: 1px solid var(--at-neutral-100);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-card-2__title {
  margin: 0;
}
@media (max-width: 574.98px) {
  .blog-card-2__title {
    font-size: 18px;
  }
}
.blog-card-2__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-2__title-link:hover {
  color: var(--at-theme-primary);
}
.blog-card-2__thumb {
  flex: 0 0 340px;
  width: 340px;
  height: 210px;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .blog-card-2__thumb {
    flex: none;
    width: 100%;
    height: 220px;
    order: 2;
  }
}
.blog-card-2__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-card-2__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease;
}
.blog-card-2:hover .blog-card-2__img {
  transform: scale(1.05);
}
.blog-card-2__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .blog-card-2__right {
    gap: 26px;
    flex: none;
    order: 3;
  }
}
.blog-card-2__excerpt {
  font-family: var(--at-ff-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #585959;
  margin: 0;
}
.blog-card-2__meta {
  font-family: var(--at-ff-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #585959;
  margin: 0;
}
.blog-card-2__meta-text {
  color: #585959;
}
.blog-card-2__author {
  color: var(--at-theme-primary, #c94b2a);
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-2__author:hover {
  color: var(--at-common-black);
}

/* Blog card 3 – sidebar Flash news (compact horizontal) */
.blog-card-3-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}
.blog-card-3-wrap .blog-card-3:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-card-3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.blog-card-3__thumb {
  flex: 0 0 115px;
  width: 115px;
  height: 115px;
}
.blog-card-3__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-card-3__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card-3:hover .blog-card-3__img {
  transform: scale(1.05);
}
.blog-card-3__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-card-3__title {
  font-family: var(--at-ff-body);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  color: var(--at-neutral-900);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-3__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-3__title-link:hover {
  color: var(--at-theme-primary);
}
.blog-card-3__meta {
  color: var(--at-neutral-500);
}
.blog-card-3__author {
  color: var(--at-theme-primary, #c94b2a);
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-3__author:hover {
  color: var(--at-common-black);
}

/* Product card – shop archive */
.product-card {
  display: flex;
  flex-direction: column;
}
.product-card__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}
.product-card__thumb {
  position: relative;
  background-color: var(--at-neutral-50, #f2f2f2);
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: 490px;
  flex-shrink: 0;
}
.product-card__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 24px 24px;
  width: 100%;
}
.product-card__brand {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: var(--at-neutral-500, #585959);
  margin: 0;
}
.product-card__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.product-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0;
  flex: 1;
  min-width: 0;
}
.product-card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-card__title-link:hover {
  color: var(--at-theme-primary);
}
.product-card__price {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
  color: var(--at-neutral-900, #1d1d1d);
  text-align: right;
  margin: 0;
  flex-shrink: 0;
}

/*----------------------------------------*/
/*  4.1 Mobile Menu
/*----------------------------------------*/
.at-main-menu {
  padding: 5px 8px;
}
.at-main-menu.menu-light {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}
.at-main-menu.menu-light nav ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.at-main-menu.menu-light nav ul li:hover.has-dropdown > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.at-main-menu.menu-light nav ul li.has-dropdown > a {
  color: #fff;
}
.at-main-menu.menu-light nav ul li.has-dropdown > a::after {
  filter: invert(1);
}
.at-main-menu nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.at-main-menu nav ul li.has-dropdown > a {
  color: var(--at-common-black);
  position: relative;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.4s ease 0.3s ease-out;
}
.at-main-menu nav ul li.has-dropdown > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 8px;
  height: 8px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5" fill="none"><path d="M0.119881 4.0916L3.76201 0.14603C3.8265 0.0762058 3.912 0.0286966 4.00771 0.00950819C4.10343 -0.00968026 4.20505 0.000313791 4.29974 0.0382265C4.39443 0.0761392 4.47794 0.140268 4.5397 0.222507C4.60146 0.304746 4.63871 0.401402 4.64673 0.500256L4.96657 4.4493C4.97728 4.58185 4.93474 4.70892 4.8483 4.80257C4.76185 4.89622 4.63858 4.94877 4.50559 4.94867L0.543624 4.94521C0.444446 4.94511 0.345125 4.9157 0.258216 4.8607C0.171308 4.8057 0.100716 4.72759 0.0553628 4.63623C0.0100097 4.54486 -0.00806781 4.44436 0.00341617 4.34742C0.0149001 4.25048 0.0554298 4.16146 0.119881 4.0916Z" fill="%230F0F0F"/></svg>');
}
.at-main-menu nav ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.at-main-menu nav ul li:hover.has-dropdown > a {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.4s ease 0.3s ease-out;
}
.at-main-menu nav ul li a {
  font-family: var(--at-ff-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--at-common-black);
  padding: 10px 24px;
  display: inline-block;
  line-height: 1;
}
.at-main-menu nav ul li a:hover {
  color: var(--at-common-black);
}
.at-main-menu nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.at-main-menu nav ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(20px);
  background: rgba(var(--at-neutral-0-rgb), 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.at-main-menu nav ul li .submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
  margin: 0;
}
.at-main-menu nav ul li .submenu li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--at-neutral-500);
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
  font-family: var(--at-ff-body);
}
.at-main-menu nav ul li .submenu li .submenu {
  top: 0;
  left: 100%;
}
.at-main-menu nav ul li .submenu li:hover > a {
  background: var(--at-neutral-50);
  color: var(--at-neutral-900) !important;
}
.at-main-menu nav ul li .at-megamenu {
  width: 720px;
  padding: 30px 30px;
}
.at-main-menu nav ul li .at-megamenu li {
  padding: 0;
}
.at-main-menu nav ul li .at-megamenu-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 18px;
  padding-right: 6px;
  color: var(--at-common-black);
  font-family: var(--at-ff-body);
}
.at-main-menu nav ul li .at-megamenu-title-wrap {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.at-megamenu-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--at-common-black);
  font-family: var(--at-ff-body);
}

.at-megamenu-title-wrap {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--at-neutral-100);
}

/*----------------------------------------*/
/*  4.3 offcanvas scss
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../imgs/icons/cross-out.webp), pointer;
}

.at-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 460px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--at-common-white);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media (max-width: 574.98px) {
  .at-offcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-offcanvas {
    width: 400px;
    padding: 40px;
  }
}
.at-offcanvas-logo a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.at-offcanvas.opened {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.at-offcanvas-top {
  margin-bottom: 50px;
}
.at-offcanvas-close-btn button {
  color: rgba(var(--at-common-black), 1);
}
.at-offcanvas-close-btn button:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.at-offcanvas-menu .at-megamenu-box {
  margin-bottom: 30px;
}
.at-offcanvas-menu .at-megamenu-box li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.at-offcanvas-menu .at-megamenu-box li a:hover {
  background-color: var(--at-neutral-50);
  color: var(--at-common-black);
}
.at-offcanvas-menu .at-megamenu {
  margin-top: 15px;
}
.at-offcanvas-title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  color: var(--at-common-black);
}
.at-offcanvas-title.sm {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--at-common-black);
}
.at-offcanvas-contact {
  margin-bottom: 55px;
}
.at-offcanvas-contact ul li {
  list-style: none;
}
.at-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.at-offcanvas-contact ul li a {
  display: inline-block;
  color: var(--at-neutral-900);
  position: relative;
  font-family: var(--at-ff-body);
}
.at-offcanvas-gallery {
  margin-bottom: 65px;
}
.at-offcanvas-gallery-img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  background: var(--at-neutral-50);
}
.at-offcanvas-gallery-img img {
  transition: 0.9s;
  border-radius: 4px;
  filter: grayscale(100%);
}
.at-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.at-offcanvas-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: var(--at-neutral-900);
  font-family: var(--at-ff-body);
}

.at-offcanvas-social {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .at-offcanvas-social {
    margin-bottom: 40px;
  }
}
.at-offcanvas-social__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.at-offcanvas-social__link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: var(--at-common-black);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--at-ff-body);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.at-offcanvas-social__link:hover {
  color: var(--at-theme-primary, var(--at-common-black));
  opacity: 0.85;
}
.at-offcanvas-social__link svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.at-offcanvas-2-wrapper {
  padding: 100px 100px 0px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-offcanvas-2-wrapper {
    padding: 80px 50px 0px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-offcanvas-2-wrapper {
    padding: 60px 50px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-offcanvas-2-wrapper {
    padding: 60px 30px 0px;
  }
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease-in-out !important;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li:nth-child(2) > a {
  transition-delay: 1.7s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li:nth-child(3) > a {
  transition-delay: 1.8s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li:nth-child(3) > a {
  transition-delay: 1.9s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li:nth-child(4) > a {
  transition-delay: 2s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li:nth-child(5) > a {
  transition-delay: 2.1s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
  font-size: 48px;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--at-common-black);
  font-family: var(--at-ff-body);
  transform: translateY(-300px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease-in-out !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
    font-size: 54px;
  }
}
@media (max-width: 574.98px) {
  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
    font-size: 50px;
  }
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li .at-menu-close i {
  font-size: 28px;
  color: var(--at-common-black);
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li .submenu > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: 0.3s;
  color: var(--at-neutral-900);
  letter-spacing: -0.02em;
  font-family: var(--at-ff-body);
  position: relative;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li .submenu > li > a:hover {
  background-color: initial;
  transform: translateX(15px);
  color: var(--at-common-black);
}
.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li .submenu > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  z-index: -1;
  background-color: var(--at-neutral-900);
  border-radius: 50%;
  transition: 0.3s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu {
  width: auto;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu .col-xl-6 {
  width: 100%;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu .col-xl-4 {
  width: 100%;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: 0.3s;
  color: var(--at-neutral-900);
  letter-spacing: -0.8px;
  font-family: var(--at-ff-body);
}
.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  z-index: -1;
  background-color: var(--at-neutral-900);
  border-radius: 50%;
  transition: 0.3s;
}
.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a:hover {
  background-color: initial;
  transform: translateX(15px);
  color: var(--at-common-black);
}
.at-offcanvas-2-wrapper .hamburger-close-btn {
  color: var(--at-common-black);
  font-size: 40px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.at-offcanvas-2-wrapper .hamburger-close-btn:hover {
  transform: rotate(90deg);
}
.at-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
  transform: rotate(0);
}
.at-offcanvas-2-wrapper .hamburger-mobile-close-btn {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
}
.at-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
  color: var(--at-theme-primary);
}
.at-offcanvas-2-wrapper .at-header-logo {
  transform: translateY(-80px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  transition: all 1.5s ease-in-out !important;
}
.at-offcanvas-2-left {
  opacity: 0;
  animation-delay: 1s;
  transform: translateY(20px);
}
.at-offcanvas-2-left .at-offcanvas-menu {
  border-bottom: 1px solid var(--at-neutral-100);
  padding-bottom: 105px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-offcanvas-2-left .at-offcanvas-menu {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .at-offcanvas-2-left .at-offcanvas-menu {
    margin-bottom: 0;
  }
}
.at-offcanvas-2-left .at-offcanvas-menu ul {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 450px;
  padding-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-offcanvas-2-left .at-offcanvas-menu ul {
    max-height: 350px;
  }
}

.at-offcanvas-2-area.menu-open,
.at-offcanvas-2-area.menu-open-temp {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  transition: all 0s 2s;
  width: 600px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-offcanvas-2-area.menu-open,
  .at-offcanvas-2-area.menu-open-temp {
    width: 100%;
  }
}

.at-offcanvas-2-area {
  position: fixed;
  left: 100%;
}
.at-offcanvas-2-area .offcanvas-bg {
  inset: 0;
  border-radius: 20px;
  clip-path: circle(0% at calc(100% - 45px) 45px);
  transition: clip-path 0.7s ease-in-out;
  position: fixed;
  width: 570px;
  margin: 20px;
  right: 0;
  left: auto;
  z-index: 2;
  backdrop-filter: blur(20px);
  background: rgb(var(--at-neutral-0-rgb), 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-offcanvas-2-area .offcanvas-bg {
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}
.at-offcanvas-2-area.menu-open .offcanvas-bg {
  clip-path: circle(150% at calc(100% - 45px) 45px);
}
.at-offcanvas-2-area.menu-open .offcanvas-menu {
  pointer-events: auto;
}
.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li {
  visibility: visible;
  opacity: 1;
}
.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.at-offcanvas-2-area.menu-open .at-header-logo {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.at-offcanvas-2-area.menu-open .at-offcanvas-2-left {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.7s + 0.06s);
}
.at-offcanvas-2-area.menu-open .at-offcanvas-2-left .at-offcanvas-menu {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(calc(0.7s + 0.06s) + 0.2s);
}
.at-offcanvas-2-area:not(.menu-open) .offcanvas-menu {
  pointer-events: none;
}
.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left {
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(30px);
}
.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left .at-offcanvas-menu {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left .at-offcanvas-2-left-btn-box {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.at-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
  clip-path: circle(0% at calc(100% - 45px) 45px);
  transition-delay: 0.4s;
}

.hamburger-sticky-menu {
  border-radius: 16px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
  color: var(--at-neutral-950);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition-delay: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .hamburger-sticky-menu {
    top: 20px;
    right: 20px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.hamburger-sticky-menu.header-sticky {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  position: fixed;
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.at-offcanvas-menu .at-megamenu-box li a {
  font-weight: 400;
}
.at-offcanvas-menu ul {
  list-style: none;
}
.at-offcanvas-menu ul li {
  position: relative;
}
.at-offcanvas-menu ul li > a {
  padding: 7px 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.at-offcanvas-menu ul li.active > a {
  color: var(--at-common-black);
}
.at-offcanvas-menu ul li.active > .at-menu-close i {
  top: 10px;
  transform: rotate(90deg);
}
.at-offcanvas-menu ul li .submenu {
  display: none;
}
.at-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.at-offcanvas-menu .at-submenu > li > a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.at-offcanvas-menu .at-submenu > li > a:hover {
  background-color: #f8f8fb;
  color: var(--at-common-black);
}

.at-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.at-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.at-footer-link .at-hero-social {
  justify-content: flex-start;
}
.at-footer-copyright {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.5;
  color: var(--at-common-black);
}

.alt-footer-social-item ul li {
  position: relative;
  list-style: none;
}
.alt-footer-social-item ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.alt-footer-social-item ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1;
  color: var(--at-neutral-300);
  transition: all 0.5s ease;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alt-footer-social-item ul li a .icon-social {
  color: var(--at-neutral-0);
}
.alt-footer-social-item ul li a:hover {
  color: var(--at-neutral-0);
  margin: 0 12px;
}
.alt-footer-social-item.white-mode ul li::before {
  border-bottom: 1px solid rgba(33, 33, 33, 0.3);
}
.alt-footer-social-item.white-mode ul li a .icon-social {
  color: var(--at-neutral-900);
}
.alt-footer-social-item.white-mode ul li a {
  color: var(--at-neutral-500);
}
.alt-footer-social-item.white-mode ul li a:hover {
  color: var(--at-neutral-900);
  margin: 0 12px;
}
.alt-footer-link-item ul li {
  list-style: none;
}
.alt-footer-link-item ul li a {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--at-neutral-300);
  position: relative;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.4s ease 0.3s ease-out;
}
.alt-footer-link-item ul li a::before {
  content: "";
  width: 14px;
  height: 13px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><g opacity="0.3" clip-path="url(%23clip0_1857_869)"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></g><defs><clipPath id="clip0_1857_869"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
  margin-left: 14px;
  position: absolute;
  left: 100%;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translate(-15px, -40%);
}
.alt-footer-link-item ul li a.fz-font-md::before {
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 14 13" fill="none"><g opacity="0.3" clip-path="url(%23clip0_1857_869)"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></g><defs><clipPath id="clip0_1857_869"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
}
.alt-footer-link-item ul li a:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.4s ease 0.3s ease-out;
  color: var(--at-neutral-0);
}
.alt-footer-link-item ul li a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-footer-link-item-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.mp-footer-style .at-hero-social a {
  color: var(--at-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.mp-footer-style .at-hero-social a:hover {
  background: var(--at-common-white);
  color: var(--at-common-black);
}
.mp-footer-style .at-footer-copyright {
  color: var(--at-common-white);
}
.mp-footer-style .at-about-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}

.at-letter-span {
  display: inline-block;
}

.at-word-span {
  display: inline-block;
}

/*----------------------------------------*/
/*  Footer Style 2
/*----------------------------------------*/
.footer-2-follow-label {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.footer-2-border {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-2-connect-title {
  font-weight: 500;
  font-size: 160px;
  letter-spacing: -11px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .footer-2-connect-title {
    letter-spacing: 0;
    font-size: clamp(3rem, 4vw, 3rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2-connect-title {
    font-size: clamp(4rem, 4vw, 3rem);
  }
}

.sale-off {
  color: var(--at-neutral-900);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.506px;
  display: inline-flex;
  transform: rotate(-8.359deg);
  padding: 4.265px 16px 3.264px 16px;
  justify-content: center;
  align-items: center;
  background: var(--at-theme-primary);
}

.footer-3-logo {
  transform: translateX(-30px);
}

/*----------------------------------------*/
/*  7.1 about css
/*----------------------------------------*/
.at-about-subtitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: var(--at-common-black);
  line-height: 20px;
}
.at-about-subtitle svg {
  transform: translateY(-3px);
  margin-right: 4px;
}
.at-about-item {
  border-radius: 16px;
}
.at-about-svg-wrap {
  position: relative;
  transform: translateY(-100px);
}
.at-about-svg-wrap > svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  top: 34px;
}
.at-about-svg-wrap > svg:nth-child(3) {
  position: absolute;
  left: 56px;
  top: 34px;
}
.at-about-thumb {
  border-radius: 16px;
  overflow: hidden;
  height: 410px;
}
.at-about-thumb img {
  border-radius: 16px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-thumb-wrap {
    margin-left: 0;
  }
}
.at-about-title {
  font-size: 28px;
  letter-spacing: -0.05em;
}
.at-about-dec {
  line-height: 162%;
  letter-spacing: -0.05em;
  color: var(--at-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-dec br {
    display: none;
  }
}
.at-about-btn-transform {
  transform: translateY(-10px);
}
@media (max-width: 574.98px) {
  .at-about-btn-transform {
    transform: translateY(0);
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/*  sec-4 about contact form 
/*----------------------------------------*/
.sec-4-about-form__field {
  margin-bottom: 0;
}
.sec-4-about-form__input {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--at-neutral-900);
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease;
}
.sec-4-about-form__input::-moz-placeholder {
  color: var(--at-neutral-500);
}
.sec-4-about-form__input::placeholder {
  color: var(--at-neutral-500);
}
.sec-4-about-form__input:focus {
  border-bottom-color: var(--at-neutral-900);
}
.sec-4-about-form__textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 16px;
}
.sec-4-about-form__actions {
  margin-top: 40px;
  margin-bottom: 16px;
}
.sec-4-about-form__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec-4-about-form__btn-icon svg {
  flex-shrink: 0;
}
.sec-4-about-form__disclaimer {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--at-neutral-500);
}
.sec-4-about-form__link {
  color: var(--at-neutral-900);
}

/*----------------------------------------*/
/*  About 2 - Sec 3 Our Journey / card-award-2
/*----------------------------------------*/
.sec-3-about .card-award-2-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.card-award-2 {
  border-bottom: 1px solid var(--at-neutral-100, #e5e5e5);
  transition: border-color 0.35s ease;
}
.card-award-2:last-child {
  border-bottom: none;
}
.card-award-2:hover {
  border-color: var(--at-neutral-200);
}
.card-award-2-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px 32px;
  padding: 28px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-2-link {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0;
  }
}
.card-award-2-year {
  flex: 0 0 220px;
  font-size: 20px;
  font-weight: 500;
  color: var(--at-neutral-900);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-award-2-year {
    flex: 0 0 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-2-year {
    flex: 0 0 100%;
    font-size: 13px;
  }
}
.card-award-2-content {
  flex: 1;
  min-width: 0;
}
.card-award-2-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900);
  margin-bottom: 8px;
}
@media (max-width: 574.98px) {
  .card-award-2-title {
    font-size: 17px;
  }
}
.card-award-2-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--at-neutral-900);
  opacity: 0.5;
  font-family: var(--at-ff-body);
  max-width: 520px;
}
.card-award-2-image-wrap {
  flex: 0 0 0;
  width: 0;
  max-height: 0;
  overflow: hidden;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto;
  align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-2-image-wrap {
    order: 10;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-self: stretch;
  }
}
.card-award-2:hover .card-award-2-image-wrap {
  flex: 1;
  width: 500px;
  max-height: 310px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-2:hover .card-award-2-image-wrap {
    flex: 0 0 auto;
    flex-basis: 100%;
    width: 100%;
    max-height: 280px;
  }
}
.card-award-2-image {
  width: 500px;
  min-width: 500px;
  height: 310px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.card-award-2-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-2-image {
    width: 100%;
    min-width: 0;
    height: auto;
    max-width: 480px;
    margin-left: auto;
  }
  .card-award-2-image img {
    height: auto;
  }
}
.card-award-2:hover .card-award-2-image img {
  transform: translateY(0);
}
.card-award-2-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--at-neutral-700);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, transform 0.25s ease;
}
.card-award-2-icon svg {
  width: 16px;
  height: 15px;
}
.card-award-2:hover .card-award-2-icon {
  color: var(--at-common-black);
  transform: translate(3px, -2px);
}

.wrapper-gallery {
  display: inline-flex;
  align-items: flex-end;
  padding: 0;
}

.moving-gallery li {
  width: 40vw;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  list-style: none;
}

@media only screen and (max-width: 1199px) {
  .moving-gallery li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.moving-gallery li img {
  height: auto;
  margin: 0px;
  width: 100%;
}

.moving-gallery li:nth-child(1) {
  width: 20vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(1) {
    width: 40vw;
  }
}
.moving-gallery li:nth-child(2) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(2) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(3) {
  width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(3) {
    width: 60vw;
  }
}
.moving-gallery li:nth-child(4) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(4) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(5) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(5) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(6) {
  width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(6) {
    width: 60vw;
  }
}
.moving-gallery li:nth-child(7) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(7) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(8) {
  width: 20vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(8) {
    width: 40vw;
  }
}
.moving-gallery li:nth-child(9) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(9) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(10) {
  width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(10) {
    width: 60vw;
  }
}
.moving-gallery li:nth-child(11) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(11) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(12) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(12) {
    width: 50vw;
  }
}
.moving-gallery li:nth-child(13) {
  width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(13) {
    width: 60vw;
  }
}
.moving-gallery li:nth-child(14) {
  width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .moving-gallery li:nth-child(14) {
    width: 50vw;
  }
}
/*----------------------------------------*/
/*  sec-2-about: process cards (scroll-section)
/*----------------------------------------*/
.process-scroll .process-card {
  padding: 40px;
  background: var(--at-neutral-0);
}
.process-scroll .process-card__img-wrap img {
  width: 100%;
  height: 100%;
}
.process-scroll .process-card__content {
  padding-left: 0;
}
.process-scroll .process-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--at-neutral-100);
}
.process-scroll .process-card__title {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  letter-spacing: -1.8px;
  color: var(--at-neutral-900);
}
.process-scroll .process-card__desc {
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--at-neutral-500);
  margin-bottom: 20px;
  max-width: 75%;
}
.process-scroll .process-card__meta {
  padding-top: 8px;
}
.process-scroll .process-card__meta-text {
  font-size: 16px;
  color: var(--at-neutral-900);
  font-weight: 600;
}
.process-scroll .process-card__meta-label {
  display: inline-block;
  margin-left: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-scroll .process-card__title {
    font-size: 24px;
  }
  .process-scroll .process-card__desc {
    font-size: 16px;
  }
  .process-scroll .process-card__img-wrap {
    min-height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-scroll .process-card__img-wrap {
    aspect-ratio: 16/10;
    min-height: 220px;
  }
  .process-scroll .process-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .process-scroll .process-card {
    padding-left: 24px;
    padding-right: 24px;
  }
  .process-scroll .process-card__title {
    font-size: 22px;
  }
  .process-scroll .process-card__desc {
    font-size: 15px;
  }
  .process-scroll .process-card__meta {
    flex-wrap: wrap;
    gap: 12px;
  }
  .process-scroll .process-card__img-wrap {
    min-height: 200px;
  }
  .process-scroll .process-card__content {
    padding-top: 0;
  }
}
@media (max-width: 574.98px) {
  .process-scroll .process-card__title {
    font-size: 20px;
  }
  .process-scroll .process-card__desc {
    font-size: 14px;
  }
  .process-scroll .process-card__img-wrap {
    min-height: 180px;
  }
}

/*----------------------------------------*/
/*  7.14 hero css
/*----------------------------------------*/
.at-hero-spacing {
  padding-top: 550px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-hero-spacing {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-spacing {
    padding-bottom: 100px;
  }
}
.at-hero-title {
  line-height: 95%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--at-common-black);
}
.at-hero-dec {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.03em;
  color: var(--at-neutral-500);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-dec br {
    display: none;
  }
}
.at-hero-shape {
  transform: translateY(-10px);
  display: inline-block;
  margin-right: 7px;
}
.at-hero-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-social {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-social {
    justify-content: flex-start;
  }
}
.at-hero-social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500);
  border: 1px solid rgba(38, 38, 38, 0.1);
  border-radius: 20px;
  padding: 6px 20px;
  display: inline-block;
}
.at-hero-social a:hover {
  background: var(--at-common-black);
  border-color: var(--at-common-black);
  color: var(--at-common-white);
}
.at-hero-social.style-2 a {
  color: var(--at-common-black);
  border: 1px solid var(--at-common-black);
  background: var(--at-common-white);
}
.at-hero-social.style-2 a:hover {
  background: var(--at-common-black);
  border-color: var(--at-common-black);
  color: var(--at-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-slider-active {
    padding-top: 40px;
  }
}
.at-hero-slider-active .swiper-slide {
  width: auto !important;
}
.at-hero-slider-active .background-img img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.alt-hero-spacing {
  padding-top: 83px;
}
.alt-hero-video {
  width: 327px;
  height: 220px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  padding-bottom: 250px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .alt-hero-video {
    width: 276px;
    padding-bottom: 220px;
  }
}
.alt-hero-video video {
  width: 100%;
  overflow: hidden;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-position: center center;
}
.alt-hero-service ul li {
  list-style: none;
}
.alt-hero-service ul li:not(:last-child) {
  margin-bottom: 3px;
}
.alt-hero-service ul li a {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--at-common-black);
}
.alt-hero-service ul li a .explore-text {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  line-height: 1;
}
.alt-hero-service ul li a .explore-text::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
  z-index: -1;
}
.alt-hero-service ul li a:hover .explore-text {
  transform: rotateX(90deg) translateY(-12px);
  color: inhewrit;
  color: var(--at-theme-primary);
}
.alt-hero-title {
  font-family: var(--at-ff-body);
  font-size: 180px;
  letter-spacing: -0.01em;
  line-height: 83%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .alt-hero-title {
    font-size: 125px;
  }
}
@media (max-width: 574.98px) {
  .alt-hero-title {
    font-size: 100px;
  }
}
.alt-hero-title-wrap {
  border-left: 1px solid rgba(30, 30, 30, 0.1);
  border-right: 1px solid rgba(30, 30, 30, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-hero-title-wrap {
    border: none;
  }
}
.alt-hero-btn {
  width: 100%;
  background: var(--at-common-white);
  color: var(--at-common-black);
  justify-content: space-between;
  border-radius: 0;
  padding: 22px 25px;
}
.alt-hero-btn:hover {
  color: var(--at-common-white);
  background: var(--at-theme-primary);
}
.alt-hero-dec {
  padding-top: 280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-hero-dec {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .alt-hero-dec {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-hero-dec {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.alt-hero-dec p {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.03em;
  color: var(--at-common-black);
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-hero-dec p br {
    display: none;
  }
}
.alt-hero-dec p svg {
  flex: 0 0 auto;
  margin-right: 15px;
  margin-top: 7px;
}
.alt-hero-thumb {
  height: 720px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-hero-thumb {
    height: 500px;
  }
  .alt-hero-thumb img {
    height: 600px;
  }
}

.mp-hero-w-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mp-hero-title {
  font-weight: 600;
  font-size: 82px;
  line-height: 110%;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mp-hero-title {
    font-size: 60px;
  }
  .mp-hero-title br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .mp-hero-title {
    font-size: 37px;
  }
}
.mp-hero-spacing {
  padding-top: 165px;
  padding-bottom: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mp-hero-magnetic {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.mp-hero-magnetic-image {
  border-radius: 22px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background: #d9d9d9;
  border: 2px solid var(--at-common-black);
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(1) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+1):nth-child(4n+1) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(2) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+2):nth-child(4n+2) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(3) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+3):nth-child(4n+3) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(4) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+4):nth-child(4n+4) img {
  rotate: calc(0deg - var(--velocity) * 0.25deg);
  --translateY: 0%;
}
.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item img {
  pointer-events: auto;
  width: auto;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: translateX(calc(var(--offsetX) * 1px)) translateY(calc(var(--offsetY) * 1px + var(--translateY)));
  transition: transform 0.7s linear(0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1);
}
.mp-hero-bigtitle {
  font-size: 430px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .mp-hero-bigtitle {
    font-size: 410px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .mp-hero-bigtitle {
    font-size: 385px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mp-hero-bigtitle {
    font-size: 330px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mp-hero-bigtitle {
    font-size: 270px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mp-hero-bigtitle {
    font-size: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mp-hero-bigtitle {
    font-size: 165px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mp-hero-bigtitle {
    font-size: 125px;
  }
}
@media (max-width: 574.98px) {
  .mp-hero-bigtitle {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mp-hero-content {
    margin-left: 0;
  }
}

.bg-linear-opacity {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-linear-opacity::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.84;
  background: linear-gradient(99deg, #000 5.05%, rgba(0, 0, 0, 0.44) 49.84%, #000 94.63%);
  z-index: -1;
}

.at-hero-video {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  padding: 11px 11px 0;
}
.at-hero-video video {
  width: 100%;
  border-radius: 8px;
}
.at-hero-spacing {
  padding-top: 395px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hero-spacing {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hero-spacing {
    padding-top: 250px;
  }
}
@media (max-width: 574.98px) {
  .at-hero-spacing {
    padding-top: 290px;
  }
}
.at-hero-service {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-service {
    margin-right: 0;
  }
}
.at-hero-service ul {
  padding-left: 13px;
}
.at-hero-service ul li {
  margin-bottom: 0 !important;
  line-height: 1.6;
}
.at-hero-service ul li a {
  color: var(--at-common-white);
  font-size: 16px;
}
.at-hero-service-2 ul li::marker {
  width: 8px;
  height: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.at-hero-subtitle {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.at-hero-title {
  line-height: 121%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hero-title {
    font-size: 42px;
  }
}
@media (max-width: 574.98px) {
  .at-hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-button {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-content {
    margin-left: 0;
  }
}
.at-hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  transform: translateY(50px);
}
.at-hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-hero-bg img {
    width: 600px;
    margin-bottom: -50px;
    height: auto;
  }
}

.cs-hero-spacing {
  padding-top: 180px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-video {
    margin-left: 0;
  }
}
.cs-hero-video video {
  border-radius: 16px;
  width: 256px;
  height: 147px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs-hero-video video {
    width: 190px;
    height: 114px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cs-hero-video video {
    width: 130px;
    height: 77px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-video video {
    margin-top: 20px;
  }
}
.cs-hero-title {
  font-size: 206px;
  line-height: 0.94;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cs-hero-title {
    font-size: 165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs-hero-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-title {
    font-size: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-title {
    text-align: center;
    font-size: 75px;
  }
}
@media (max-width: 574.98px) {
  .cs-hero-title {
    font-size: 52px;
  }
}
.cs-hero-title .text-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.05em;
  text-align: left;
  margin-top: 23px;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-title .text-sm {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-title .text-sm {
    position: absolute;
  }
}
.cs-hero-title .text-sm-video {
  margin-top: -100px;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-title .text-sm-video {
    margin-top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .cs-hero-title .text-sm-video {
    margin-top: -36px;
  }
}

.mg-hero-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0);
  z-index: -1;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-bg img {
    border-radius: 30px;
  }
}
.mg-hero-spacing {
  padding-top: 97px;
}
.mg-hero-spacing-inner {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-spacing-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mg-hero-spacing-inner::before {
  position: absolute;
  content: "";
  background: rgba(30, 30, 30, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-spacing-inner::before {
    border-radius: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-hero-dec {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-dec {
    margin-left: 0;
  }
}
.mg-hero-dec p {
  font-weight: 500;
  font-size: 28px;
  line-height: 129%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-dec p br {
    display: none;
  }
}
.mg-hero-awards {
  box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.15), inset 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-hero-awards {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-awards {
    margin-right: 0;
  }
}
.mg-hero-slider-title {
  font-size: 159px;
  line-height: 94%;
  letter-spacing: -0.06em;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-hero-slider-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mg-hero-slider-title {
    font-size: 100px;
  }
}
@media (max-width: 574.98px) {
  .mg-hero-slider-title {
    font-size: 60px;
  }
}
.mg-hero-slider-symbol {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.13em;
  border: 4px solid var(--at-common-white);
  border-radius: 20px;
  line-height: 1;
  width: 39px;
  height: 44px;
  position: absolute;
  top: 22px;
  right: -60px;
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 574.98px) {
  .mg-hero-slider-symbol {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-tag {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-tag {
    margin-left: 0;
  }
}
.mg-hero-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mg-hero-tag ul li {
  list-style: none;
}
.mg-hero-tag ul li a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--at-common-white);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.04);
  display: inline-block;
}
.mg-hero-tag ul li a:hover {
  background: var(--at-common-white);
  color: var(--at-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mg-hero-scrool {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-hero-scrool {
    margin-right: 0;
    margin-top: 0;
  }
}
.mg-hero-scrool a {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: var(--at-common-white);
}
.mg-hero-scrool a:hover {
  color: var(--at-theme-primary);
}
.mg-hero-scrool a svg {
  margin-left: 5px;
}

.shop-hero-spacing {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-hero-spacing {
    padding-top: 79px;
  }
}
.shop-hero-item:hover .shop-hero-thumb img {
  transform: scale(1.1);
}
.shop-hero-item-3 .shop-hero-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-hero-item-3 .shop-hero-thumb img {
    height: 600px;
  }
}
@media (max-width: 574.98px) {
  .shop-hero-item-3 .shop-hero-thumb img {
    height: 400px;
  }
}
.shop-hero-content {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  padding: 0 30px;
}
@media (max-width: 574.98px) {
  .shop-hero-content {
    bottom: 20px;
  }
}
.shop-hero-title {
  font-size: 52px;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: var(--at-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-hero-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 574.98px) {
  .shop-hero-title {
    font-size: 30px;
  }
}
.shop-hero-dec {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.05em;
  color: var(--at-grey-5);
}
@media (max-width: 574.98px) {
  .shop-hero-dec {
    font-size: 18px;
  }
}
.shop-hero-thumb {
  border-radius: 16px;
  position: relative;
}
.shop-hero-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  z-index: 1;
}
.shop-hero-thumb img {
  border-radius: 16px;
  transition: all 0.9s ease;
}

/*----------------------------------------*/
/*  sec-1-home-4 (Orisa AI Solutions Hero)
/*----------------------------------------*/
.sec-1-home-4-wrap {
  padding-top: 140px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-home-4-wrap {
    padding-top: 100px;
  }
}
.sec-1-home-4-wrap .sec-1-home-4 {
  padding-top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4 {
    padding-top: 100px;
  }
}
.sec-1-home-4-wrap .sec-1-home-4__tagline {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #FEFEFE;
}
@media (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4__tagline {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.sec-1-home-4-wrap .sec-1-home-4__btns .at-btn {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: transparent;
}
.sec-1-home-4-wrap .sec-1-home-4__btns .at-btn:hover {
  background: rgba(229, 229, 229, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4__btns .at-btn {
    background: rgba(229, 229, 229, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
  }
}
.sec-1-home-4-wrap .sec-1-home-4__cards {
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4__cards {
    justify-content: flex-start;
  }
}
.sec-1-home-4-wrap .sec-1-home-4__card {
  flex: 1;
  max-width: 145px;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.sec-1-home-4-wrap .sec-1-home-4__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.sec-1-home-4-wrap .sec-1-home-4__card img:hover {
  transform: scale(1.05);
}
.sec-1-home-4-wrap .sec-1-home-4__tags {
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4__tags {
    justify-content: flex-start;
  }
}
.sec-1-home-4-wrap .sec-1-home-4__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #FEFEFE;
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(70, 70, 70, 0.2);
  backdrop-filter: blur(24px);
  text-decoration: none;
  transition: all 0.3s ease;
}
.sec-1-home-4-wrap .sec-1-home-4__tag:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--at-common-white);
}
.sec-1-home-4-wrap .sec-1-home-4__tag svg {
  flex-shrink: 0;
  opacity: 0.8;
}
.sec-1-home-4-wrap .sec-1-home-4__brand {
  font-weight: 700;
  font-size: 220px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-1-home-4-wrap .sec-1-home-4__brand {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-1-home-4-wrap .sec-1-home-4__brand {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-1-home-4-wrap .sec-1-home-4__brand {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4__brand {
    font-size: 32px;
  }
}
.sec-1-home-4-wrap .sec-1-home-4__brand-suffix {
  font-size: 0.5em;
  font-weight: 600;
  vertical-align: middle;
}
.sec-1-home-4-wrap .sec-1-home-4__brand-suffix sup {
  font-size: 50px;
  vertical-align: super;
  opacity: 0.8;
  font-weight: 400;
}
.sec-1-home-4-wrap .sec-1-home-4__nav li {
  position: relative;
}
.sec-1-home-4-wrap .sec-1-home-4__nav li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 574.98px) {
  .sec-1-home-4-wrap .sec-1-home-4__nav li:not(:first-child)::before {
    left: -8px;
    width: 3px;
    height: 3px;
  }
}
.sec-1-home-4-wrap .sec-1-home-4__nav a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.sec-1-home-4-wrap .sec-1-home-4__nav a:hover {
  color: var(--at-common-white);
}
.sec-1-home-4-wrap .sec-1-home-4__nav a svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/*----------------------------------------*/
/*  sec-3-home-4 (How We Work Process Cards)
/*----------------------------------------*/
.card__process-card {
  display: flex;
  gap: 20px;
  align-items: center;
}
.card__process-card.card-2 {
  margin-top: 80px;
}
.card__process-card.card-3 {
  margin-top: 160px;
}
.card__process-card.card-4 {
  margin-top: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card__process-card.card-2 {
    margin-top: 50px;
  }
  .card__process-card.card-3 {
    margin-top: 50px;
  }
  .card__process-card.card-4 {
    margin-top: 100px;
  }
}
@media (max-width: 574.98px) {
  .card__process-card {
    flex-direction: column;
    gap: 16px;
    margin-top: 0 !important;
  }
}
.card__process-visual {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 100px;
  min-height: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .card__process-visual {
    max-width: 100px;
    min-height: 240px;
  }
}
@media (max-width: 574.98px) {
  .card__process-visual {
    max-width: 80px;
    min-height: 200px;
  }
}
.card__process-pill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-height: 320px;
  border-radius: 9999px;
  overflow: hidden;
}
.card__process-pill--1 {
  background-image: url(../imgs/pages/img-81.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card__process-pill--2 {
  background-image: url(../imgs/pages/img-82.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card__process-pill--3 {
  background-image: url(../imgs/pages/img-83.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card__process-pill--4 {
  background-image: url(../imgs/pages/img-84.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card__process-pill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.08) 2px, rgba(255, 255, 255, 0.08) 4px);
  opacity: 0.6;
  pointer-events: none;
}
.card__process-num {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--at-neutral-0, #FEFEFE);
  color: var(--at-common-black, #1D1D1D);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
@media (max-width: 574.98px) {
  .card__process-num {
    width: 40px;
    height: 40px;
    font-size: 18px;
    top: 16px;
  }
}
.card__process-content {
  flex: 1;
  min-width: 0;
}
.card__process-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900);
  margin-bottom: 12px;
}
@media (max-width: 574.98px) {
  .card__process-title {
    font-size: 20px;
  }
}
.card__process-desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--at-neutral-500);
  margin-bottom: 16px;
}
@media (max-width: 574.98px) {
  .card__process-desc {
    font-size: 14px;
  }
}
.card__process-divider {
  width: 100%;
  height: 1px;
  background: var(--at-neutral-900);
}

/*----------------------------------------*/
/*  sec-4-home-4 (Featured Case Card)
/*----------------------------------------*/
.card_case__studies-card {
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
  background: #1D1D1D;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card_case__studies-card {
    flex-direction: column;
  }
}
.card_case__studies-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.card_case__studies-card:hover .card_case__studies-thumb img {
  transform: scale(1.04);
}
.card_case__studies-card:hover .card_case__studies-play {
  opacity: 0.95;
}
.card_case__studies-card:hover .card_case__studies-link svg {
  transform: rotate(90deg);
}
.card_case__studies-left {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  padding: 70px;
  background: #1D1D1D;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .card_case__studies-left {
    flex: none;
    padding: 32px 24px 28px;
  }
}
@media (max-width: 574.98px) {
  .card_case__studies-left {
    padding: 24px 20px 24px;
  }
}
.card_case__studies-featured-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 100px;
  background: var(--at-theme-primary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FEFEFE;
  margin-bottom: 20px;
}
.card_case__studies-title {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #FEFEFE;
  max-width: 60%;
}
@media (max-width: 574.98px) {
  .card_case__studies-title {
    max-width: 100%;
  }
}
.card_case__studies-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(254, 254, 254, 0.5);
  margin-bottom: 28px;
  max-width: 100%;
  max-width: 75%;
}
@media (max-width: 574.98px) {
  .card_case__studies-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.card_case__studies-metrics {
  display: flex;
  gap: 32px;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 574.98px) {
  .card_case__studies-metrics {
    margin-bottom: 50px;
  }
}
.card_case__studies-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card_case__studies-metric:first-child {
  padding-right: 32px;
}
.card_case__studies-metric:last-child {
  padding-left: 32px;
}
.card_case__studies-metric-divider {
  width: 1px;
  min-height: 36px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.card_case__studies-metric-value {
  letter-spacing: -2.4px;
  color: #FEFEFE;
}
.card_case__studies-metric-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.card_case__studies-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  max-width: 50%;
}
@media (max-width: 574.98px) {
  .card_case__studies-tags {
    max-width: 100%;
  }
}
.card_case__studies-tag {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 32px;
  border: 1px solid rgba(223, 223, 223, 0.5);
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FEFEFE;
}
.card_case__studies-tag:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #FEFEFE;
}
.card_case__studies-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #FEFEFE;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.card_case__studies-link svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.card_case__studies-thumb {
  position: relative;
  width: 100%;
  height: 680px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card_case__studies-thumb {
    height: 400px;
  }
}
.card_case__studies-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.card_case__studies-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card_case__studies-card--overlay {
  padding: 10px;
  flex-direction: column;
  display: flex;
}
.card_case__studies-card--overlay:hover .card_case__studies-visual img {
  transform: scale(1.04);
}
.card_case__studies-visual {
  position: relative;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  min-height: 300px;
}
.card_case__studies-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.card_case__studies-metric-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 24px 32px;
  border-radius: 16px;
  border: 1px solid var(--neutral-500, #585959);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 574.98px) {
  .card_case__studies-metric-overlay {
    display: none;
    visibility: hidden;
  }
}
.card_case__studies-metric-overlay .card_case__studies-metric-value {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  color: #FEFEFE;
}
.card_case__studies-metric-overlay .card_case__studies-metric-label {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
.card_case__studies-tags-overlay {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: 42%;
}
@media (max-width: 574.98px) {
  .card_case__studies-tags-overlay {
    max-width: 100%;
  }
}
.card_case__studies-tags-overlay .card_case__studies-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #FEFEFE;
  padding: 6px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(70, 70, 70, 0.2);
  backdrop-filter: blur(24px);
  text-decoration: none;
  transition: all 0.3s ease;
}
.card_case__studies-tags-overlay .card_case__studies-tag:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #FEFEFE;
}
.card_case__studies-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 30px;
  background: var(--at-neutral-700);
  border-radius: 12px;
}
@media (max-width: 574.98px) {
  .card_case__studies-footer {
    padding: 20px 20px;
    flex-wrap: wrap;
  }
}
.card_case__studies-footer-title {
  font-weight: 600;
  letter-spacing: -1.8px;
  color: #FEFEFE;
  margin: 0;
}
@media (max-width: 574.98px) {
  .card_case__studies-footer-title {
    font-size: 18px;
  }
}
.card_case__studies-card--overlay .card_case__studies-link {
  margin-top: 0;
}

/*----------------------------------------*/
/*  7.22 service css
/*----------------------------------------*/
.at-service-card {
  max-height: 480px;
  min-height: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-card {
    min-height: 400px;
  }
}
.at-service-card.card-1 {
  position: relative;
}
.at-service-card.card-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background: linear-gradient(99deg, #000 5.05%, rgba(0, 0, 0, 0.44) 49.84%, #000 94.63%);
  z-index: 0;
}
.at-service-card.no-before::before {
  display: none;
}
.at-service-card.card-2,
.at-service-card .card-4 {
  background: var(--at-common-white);
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-card.card-2,
  .at-service-card .card-4 {
    margin-top: 0;
  }
}
.at-service-card.card-3 {
  background: #0F0F0F;
}
.at-service-item {
  background-color: var(--at-neutral-0);
  border-bottom: 1px solid var(--at-neutral-100);
  padding-top: 21px;
  padding-bottom: 29px;
  display: grid;
  align-items: center;
  gap: 15px 30px;
  grid-template-columns: 100px 1fr 280px;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-item {
    grid-template-columns: 70px 1fr 295px;
  }
}
@media (max-width: 574.98px) {
  .at-service-item {
    grid-template-columns: 1fr;
  }
}
.at-service-item .number {
  color: var(--at-neutral-500);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  opacity: 0.3;
  transition: all 0.5s;
}
.at-service-item .content .title {
  color: var(--at-neutral-900);
  font-weight: 600;
  opacity: 0.3;
  transition: all 0.5s;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-item .content .title {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2.4px;
  }
}
@media screen and (max-width: 1725px) {
  .at-service-item .content .title {
    font-size: 50px;
  }
}
.at-service-item .content .text {
  opacity: 0;
  max-height: 0px;
  transition: all 0.5s;
  max-width: 370px;
  margin-bottom: 0;
}
.at-service-item .thumb {
  text-align: right;
}
.at-service-item .thumb img {
  width: 100%;
  max-width: 190px;
  height: auto;
  transition: all 0.5s;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.at-service-item:hover .number {
  color: var(--at-theme-primary);
  opacity: 1;
}
.at-service-item:hover .title {
  opacity: 1;
  transition: all 0.5s;
}
.at-service-item:hover .text {
  opacity: 1;
  max-height: 100px;
  transition: all 0.5s;
}
.at-service-item:hover .thumb img {
  max-width: 284px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-content {
    margin-right: 0;
  }
}
.at-service-img-wrapper {
  height: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-img-wrapper {
    height: 440px;
  }
}
@media (max-width: 574.98px) {
  .at-service-img-wrapper {
    height: 300px;
  }
}
.at-service-img-wrapper.image-container {
  position: relative;
  overflow: hidden;
}
.at-service-img-wrapper .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.at-service-img-wrapper .hover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-list-wrap {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.17 portfolio
/*----------------------------------------*/
:root {
  --numOfSlides: 5;
  --slidingAT: 1.3s;
  --controlSize: 60px;
}

.alt-portfolio-content {
  background: var(--at-neutral-0);
  border-radius: 16px;
  padding: 16px 20px;
}
.alt-portfolio-date {
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #848282;
}
.alt-portfolio-thumb {
  border-radius: 16px;
}
.alt-portfolio-thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, rgba(26, 26, 26, 0.76) 100%);
  z-index: 1;
}
.alt-portfolio-item {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-portfolio-item {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.alt-portfolio-item:hover .alt-portfolio-btn {
  transition: all 0.4s ease;
  transform: translateY(0);
}
.alt-portfolio-item:hover .alt-portfolio-btn .des {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.alt-portfolio-item-2 {
  margin-top: -105px;
}
.alt-portfolio-item-3 {
  margin-top: -200px;
}
.alt-portfolio-item-4 {
  margin-top: 200px;
}
.alt-portfolio-item-6 {
  margin-top: -200px;
}
.alt-portfolio-btn {
  position: absolute;
  left: 54px;
  bottom: 45px;
  right: 80px;
  z-index: 2;
  transition: all 0.4s ease;
  transform: translateY(40%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-portfolio-btn {
    left: 20px;
    bottom: 20px;
    right: 10px;
  }
  .alt-portfolio-btn .h2 {
    font-size: 28px;
  }
}
.alt-portfolio-btn .des {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.alt-portfolio-btn .text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--at-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.alt-portfolio-main-title span {
  font-style: italic;
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.alt-portfolio-main-title span svg {
  margin-top: -60px;
  margin-left: 5px;
}
.alt-portfolio-main-title-wrap {
  margin-bottom: -270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .alt-portfolio-main-title-wrap {
    margin-bottom: 30px;
  }
}

.at-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cs-portfolio-tag ul li {
  list-style: none;
  display: inline-block;
}
.cs-portfolio-tag ul li:not(:first-child) {
  margin-left: 5px;
}
.cs-portfolio-tag ul li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--at-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 19px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.cs-portfolio-tag ul li a:hover {
  background: var(--at-common-white);
  color: var(--at-common-black);
  border-color: var(--at-common-white);
}

.mg-portfolio-dec {
  letter-spacing: -0.03em;
  color: var(--at-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-portfolio-dec br {
    display: none;
  }
}
.mg-portfolio-content {
  padding: 23px 0 0 0;
}
.mg-portfolio-content .cs-portfolio-tag {
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mg-portfolio-content .cs-portfolio-tag {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-portfolio-content .cs-portfolio-tag {
    width: 100%;
  }
}
.mg-portfolio-content .cs-portfolio-tag ul li a {
  font-size: 12px;
  color: var(--at-common-black);
  border: 1px solid var(--at-neutral-100);
}
.mg-portfolio-content .cs-portfolio-tag ul li a:hover {
  border-color: var(--at-common-black);
  background: var(--at-common-black);
  color: var(--at-common-white);
}
.mg-portfolio-item {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-portfolio-item-wrap {
    margin-left: 0;
  }
}
.mg-portfolio-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.mg-portfolio-thumb img {
  border-radius: 10px;
  transition: all 0.6s ease;
  transform-origin: center center;
}

/*----------------------------------------*/
/*  Award Card Styles
/*----------------------------------------*/
.card-award {
  background-color: var(--at-common-white, #ffffff);
  border-radius: 16px;
  border: 1px solid var(--at-neutral-100);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 42px;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.card-award:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--at-neutral-900);
  transition: all 0.3s ease;
  background-color: var(--at-neutral-900);
}
.card-award:hover .card-award-date {
  color: var(--at-neutral-300);
  transition: all 0.3s ease;
}
.card-award:hover .card-award-image img {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.card-award:hover .card-award-title {
  transition: all 0.3s ease;
  color: var(--at-common-white);
}
.card-award:hover .card-award-web-excellence {
  transition: all 0.3s ease;
  color: var(--at-neutral-300);
}
.card-award:hover .card-award-url {
  transition: all 0.3s ease;
  color: var(--at-neutral-300);
}
.card-award:hover .card-award-icon {
  color: var(--at-common-white);
  transition: all 0.3s ease;
}
.card-award-link {
  text-decoration: none;
  color: inherit;
  gap: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-link {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media (min-width: 1401px) {
  .card-award-link {
    gap: 20px;
  }
}
.card-award-date {
  flex: 0 0 200px;
  font-size: 14px;
  font-weight: 400;
  color: var(--at-neutral-500);
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: var(--at-ff-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-award-date {
    flex: 0 0 130px;
  }
}
@media (max-width: 574.98px) {
  .card-award-date {
    font-size: 12px;
  }
}
.card-award-meta {
  flex: 1;
}
.card-award-image {
  width: 90px;
  height: 62px;
  border-radius: 8px;
  overflow: hidden;
}
.card-award-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 574.98px) {
  .card-award-image {
    width: 60px;
    height: 42px;
  }
}
.card-award-content {
  flex: 0 0 450px;
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-award-content {
    flex: 0 0 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .card-award-content {
    flex: 1 1 100%;
  }
}
@media (min-width: 1400px) {
  .card-award-content .container {
    flex: 0 0 600px;
  }
}
.card-award-title {
  color: var(--at-common-black, #1d1d1d);
  line-height: 1.4;
  margin-bottom: 4px;
  font-family: var(--at-ff-body);
  transition: all 0.3s ease;
  letter-spacing: -0.01em;
}
@media (max-width: 574.98px) {
  .card-award-title {
    font-size: 14px;
  }
}
.card-award-web-excellence {
  flex: 0 0 400px;
  color: var(--at-neutral-500);
  gap: 8px;
  transition: all 0.3s ease;
  flex-wrap: wrap;
  font-family: var(--at-ff-body);
}
@media (max-width: 574.98px) {
  .card-award-web-excellence {
    font-size: 12px;
  }
}
.card-award-url {
  color: var(--at-common-black, #1d1d1d);
}
.card-award-icon {
  flex-shrink: 0;
  transition: all 0.3s ease;
  width: 14px;
  height: 14px;
  color: var(--at-common-black, #1d1d1d);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-award-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 574.98px) {
  .card-award-icon {
    width: 12px;
    height: 12px;
  }
}
.card-award-link:hover .card-award-icon {
  transform: rotate(45deg);
}

/* Card award expanded image preview (follows cursor, top-right of cursor, rotated -15deg) */
.card-award-preview {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  will-change: transform;
  transform-origin: left bottom;
}
.card-award-preview img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .card-award-preview {
    display: none !important;
  }
}

/*  testimonial css start */
.testimonial-cart-wrap {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--at-neutral-700);
  background: var(--at-neutral-800);
}
.testimonial-cart-wrap .rectangular {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 50px;
  background: var(--at-neutral-800);
  border-radius: 16px;
  border: 1px solid var(--at-neutral-700);
  padding: 50px;
  z-index: -2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.testimonial-cart-wrap .rectangular::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: var(--at-theme-primary);
  filter: blur(125px);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.testimonial-cart-wrap:hover .testimonial-content-author::before {
  transition: all 0.3s ease;
  width: 100px;
  background: var(--at-theme-primary);
}
.testimonial-cart-wrap:hover .rectangular::after {
  opacity: 1;
  width: 99px;
  height: 99px;
  transition: all 0.3s ease;
}
.testimonial-cart-wrap.style-2 {
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
}
.testimonial-cart-wrap.style-2 .rectangular {
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
}
.testimonial-cart-wrap.style-2 .testimonial-left-img {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-cart-wrap.style-2 .testimonial-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-cart-wrap.style-2 .testimonial-author {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-cart-wrap.style-2 .testimonial-author {
    margin-top: 60px;
  }
}
@media (max-width: 574.98px) {
  .testimonial-cart-wrap.style-2 .testimonial-author {
    margin-top: 40px;
  }
}
.testimonial-top {
  margin-bottom: 45px;
}
.testimonial-top-left-img {
  margin-right: 20px;
  width: 85px;
  height: 85px;
  border-radius: 16px;
  overflow: hidden;
}
.testimonial-top-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-top-right-logo {
  margin-left: 20px;
}
.testimonial-content-author {
  position: relative;
  margin-top: 80px;
}
.testimonial-content-author::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 57px;
  height: 1px;
  background: var(--at-neutral-500);
  transition: all 0.3s ease;
}

.slider-testimonial {
  padding-bottom: 12px;
}
.slider-testimonial .swiper-slide-active .testimonial-cart-wrap .rectangular::after {
  opacity: 1;
  width: 99px;
  height: 99px;
  transition: all 0.5s ease;
}
.slider-testimonial .swiper-slide-active .testimonial-cart-wrap .rectangular::before {
  bottom: -12px;
  transition: all 0.3s ease;
}

.scroll-section .wrapper {
  position: relative;
  height: auto;
}
.scroll-section .list {
  height: 100%;
  position: relative;
}
.scroll-section .item {
  min-height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.scroll-section .item:first-child {
  min-height: 100%;
  height: 100%;
}
.scroll-section .item:not(:first-child) {
  position: absolute;
}

/*  testimonial css end */
/*----------------------------------------*/
/*  Team Card Styles
/*----------------------------------------*/
.team-grid-wrap {
  position: relative;
}

.team-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.team-card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f5f5f5;
}
.team-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.team-card-icon {
  color: var(--at-common-black);
  position: absolute;
  top: 22px;
  right: 20px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--at-common-white);
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
  align-items: center;
}
.team-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, #1A1A1A 100%);
  backdrop-filter: blur(1.9500000477px);
  padding: 25px 81px 33px 30px;
  overflow: hidden;
}
.team-card-name .h6 {
  color: var(--at-common-white);
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
  line-height: 24px;
}
.team-card-position {
  letter-spacing: -0.28px;
  margin-top: 4px;
}

.team-card:hover .team-card-image img {
  transition: all 0.5s ease;
  filter: blur(5px);
  scale: 1.05;
}
.team-card:hover .team-card-icon {
  background: var(--at-common-black);
  color: var(--at-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .team-card-content {
    margin-top: 16px;
  }
}
/*----------------------------------------*/
/*  Team Card 2 (Home 4 Sec 6) - Social overlay on hover
/*----------------------------------------*/
.team-card-2__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-100, #DFDFDF);
}
.team-card-2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.team-card-2__social {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-card-2__social {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-card-2__social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 574.98px) {
  .team-card-2__social {
    left: 20px;
    right: 20px;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.team-card-2:hover .team-card-2__image img {
  transform: scale(1.05);
}
.team-card-2:hover .team-card-2__social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team-card-2__social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: rgba(26, 26, 26, 0.1);
  border: 1px solid rgba(254, 254, 254, 0.3);
  border-radius: 100px;
  color: #FEFEFE;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
}
.team-card-2__social-link svg {
  flex-shrink: 0;
}
.team-card-2__social-link:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #1D1D1D;
}
.team-card-2__content {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 45px;
  min-height: 72px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: var(--at-neutral-0, #FEFEFE);
}
@media (max-width: 574.98px) {
  .team-card-2__content {
    padding: 20px;
  }
}
.team-card-2__name {
  text-decoration: none;
  color: var(--at-common-black);
}
.team-card-2__name .h6 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  transition: color 0.25s ease;
}
.team-card-2__name:hover .h6 {
  color: var(--at-theme-primary, #6366f1);
}
.team-card-2__position {
  flex-shrink: 0;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--at-common-black);
  background: transparent;
  border: 1px solid var(--at-common-black);
  border-radius: 100px;
}

/*----------------------------------------*/
/*  7.11 faq css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-faq {
    margin-left: 0;
  }
}
.at-faq-dec {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.04em;
}
.at-faq-item {
  border-radius: 0;
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
  background: var(--at-neutral-50);
  padding: 10px 30px 10px 30px;
  margin-bottom: 16px;
}
.at-faq-body {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 14px;
  padding-right: 112px;
  padding-left: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-faq-body {
    padding-right: 0;
  }
}
.at-faq-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: var(--at-neutral-700);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-faq-body p br {
    display: none;
  }
}
.at-faq-number {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  background: var(--at-neutral-900);
  color: var(--at-common-white);
}
.at-faq-header {
  padding: 15px 0;
}
.at-faq-button {
  background: transparent;
  font-weight: 600;
  font-size: 24px;
  color: var(--at-common-black);
  font-family: var(--at-ff-body);
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 50px;
}
@media (max-width: 574.98px) {
  .at-faq-button {
    font-size: 18px;
  }
}
.at-faq-button span {
  font-weight: 500;
  margin-right: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-faq-button span {
    margin-right: 30px;
  }
}
.at-faq-button::before, .at-faq-button:after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
  top: -3px;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 30px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: var(--at-common-black);
  transition: all 0.5s ease;
}
.at-faq-button.collapsed:after {
  content: "\f067";
}

/*----------------------------------------*/
/*  7.3 banner
/*----------------------------------------*/
.at-banner-thumb {
  height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-banner-thumb {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-banner-thumb {
    height: 400px;
  }
}

/*----------------------------------------*/
/*  7.13 gallery css
/*----------------------------------------*/
.at-gallery-wrapper {
  background: var(--at-common-black);
  height: 1110px;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-gallery-wrapper {
    height: 630px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-gallery-wrapper {
    height: 430px;
  }
}
.at-gallery-item {
  overflow: hidden;
  border-radius: 20px;
}
.at-gallery-item:hover img {
  transform: scale(1.1);
}
.at-gallery-item img {
  border-radius: 20px;
  transition: all 0.6s ease;
}

/*----------------------------------------*/
/*  Content product right – shop details 
/*----------------------------------------*/
.content-product-right {
  position: relative;
}
.content-product-right__top {
  margin-bottom: 4px;
}
.content-product-right__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 30px;
  background-color: #6D9765;
  color: #fefefe;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.content-product-right__brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: var(--at-neutral-500, #585959);
}
.content-product-right__title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.8px;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .content-product-right__title {
    font-size: 28px;
    letter-spacing: -1.2px;
  }
}
.content-product-right__price {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 8px;
}
.content-product-right__shipping {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.28px;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 16px;
}
.content-product-right__excerpt-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 8px;
  line-height: 1.4;
}
.content-product-right__read-more {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-decoration: underline;
  color: var(--at-neutral-900, #1d1d1d);
  transition: color 0.3s ease;
}
.content-product-right__read-more:hover {
  color: var(--at-theme-primary);
}
.content-product-right__option--qty {
  width: 75%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .content-product-right__option--qty {
    width: 100%;
  }
}
.content-product-right__option-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: var(--at-neutral-900, #1d1d1d);
  margin-bottom: 12px;
}
.content-product-right__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.content-product-right__size {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: var(--at-neutral-50, #f2f2f2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: var(--at-neutral-900, #1d1d1d);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.content-product-right__size:hover {
  background-color: var(--at-neutral-100, #e5e5e5);
}
.content-product-right__size.active {
  border-color: var(--at-neutral-900, #1d1d1d);
}
.content-product-right__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.content-product-right__color {
  width: 32px;
  height: 32px;
  border: 2px solid var(--at-neutral-0, #fefefe);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.content-product-right__color:hover {
  box-shadow: 0 0 0 1px var(--at-neutral-400);
}
.content-product-right__color.active {
  border-color: var(--at-neutral-900, #1d1d1d);
  border-width: 2px;
}
.content-product-right__qty {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 100px;
  background: var(--at-neutral-0, #fefefe);
}
.content-product-right__qty-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: var(--at-neutral-900, #1d1d1d);
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.content-product-right__qty-btn:hover {
  opacity: 0.7;
}
.content-product-right__qty-val {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: var(--at-neutral-900, #1d1d1d);
  min-width: 24px;
  text-align: center;
}
.content-product-right__btn--outline {
  background-color: var(--at-neutral-0, #fefefe) !important;
  color: var(--at-neutral-900, #1d1d1d) !important;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  flex: 1;
}
.content-product-right__btn--outline:hover {
  color: var(--at-neutral-900);
  border-color: var(--at-neutral-900);
}
.content-product-right__btn--primary {
  background-color: var(--at-neutral-900, #1d1d1d);
  color: var(--at-neutral-0, #fefefe);
  border: none;
}
.content-product-right__meta {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-500, #585959);
}
.content-product-right__meta strong {
  color: var(--at-neutral-900, #1d1d1d);
  font-weight: 700;
}
.content-product-right__meta-item {
  margin: 0 0 8px;
}
.content-product-right__benefits {
  list-style: disc;
  padding-left: 21px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-950, #0f0f0f);
}
.content-product-right__benefits li {
  margin-bottom: 4px;
}
.content-product-right__share-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: var(--at-neutral-500, #585959);
}
.content-product-right__share-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--at-neutral-900);
  transition: color 0.2s ease;
}
.content-product-right__share-icon:hover {
  color: var(--at-theme-primary);
}
.content-product-right__tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  border-bottom: 0;
  padding-bottom: 0;
}
.content-product-right__tab-nav .nav-link {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--at-neutral-500, #585959);
  border: none;
  padding: 0 0 12px;
  background: none;
  border-radius: 0;
  position: relative;
}
.content-product-right__tab-nav .nav-link.active {
  color: var(--at-neutral-900, #1d1d1d);
  text-decoration: underline;
}
.content-product-right__tab-nav .nav-link:hover {
  color: var(--at-neutral-900);
}
.content-product-right__tab-content {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--at-neutral-900, #1d1d1d);
  line-height: 1.5;
}
.content-product-right__tab-lead {
  font-size: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
.content-product-right__tab-content p {
  margin-bottom: 16px;
}
.content-product-right__tab-content p:last-child {
  margin-bottom: 0;
}
.content-product-right__spec-table {
  width: 100%;
  border-collapse: collapse;
}
.content-product-right__spec-table th,
.content-product-right__spec-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--at-neutral-100);
  text-align: left;
}
.content-product-right__spec-table th {
  font-weight: 600;
  color: var(--at-neutral-900);
  width: 140px;
}
.content-product-right__no-reviews {
  margin: 0;
  color: var(--at-neutral-500);
}

/*----------------------------------------*/
/*  Shop cart – list & items 
/*----------------------------------------*/
.cart-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  font-family: var(--at-ff-body);
}
.cart-list__header {
  width: 100%;
}
.cart-list__select-all {
  cursor: pointer;
  gap: 5px;
}
.cart-list__check-wrap {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 4px;
  background: var(--at-neutral-0, #fefefe);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cart-list__check-icon {
  width: 10px;
  height: 9px;
  opacity: 0;
  transition: opacity 0.2s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-select-all:checked + .cart-list__check-wrap {
  background: var(--at-neutral-900, #1d1d1d);
  border-color: var(--at-neutral-900, #1d1d1d);
}
.cart-select-all:checked + .cart-list__check-wrap .cart-list__check-icon {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.cart-list__select-all-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: var(--at-neutral-900, #1d1d1d);
}
.cart-list__items {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.cart-remove-selected {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: var(--at-neutral-900, #1d1d1d);
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.cart-remove-selected:hover {
  opacity: 0.7;
}

/* Cart item card */
.cart-item {
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 16px;
  min-height: 177px;
  overflow: hidden;
  background: var(--at-neutral-0, #fefefe);
  transition: box-shadow 0.2s ease;
}
.cart-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.cart-item__inner {
  padding: 9px 39px;
  min-height: 177px;
}
.cart-item__left {
  gap: 29px;
}
.cart-item__check-label {
  cursor: pointer;
  flex-shrink: 0;
}
.cart-item__check-wrap {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 4px;
  background: var(--at-neutral-0, #fefefe);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cart-item__check-icon {
  width: 10px;
  height: 9px;
  opacity: 0;
  transition: opacity 0.2s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-item .cart-item-check:checked + .cart-item__check-wrap {
  background: var(--at-neutral-900, #1d1d1d);
  border-color: var(--at-neutral-900, #1d1d1d);
}
.cart-item .cart-item-check:checked + .cart-item__check-wrap .cart-item__check-icon {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.cart-item__main {
  gap: 23px;
}
.cart-item__img-wrap {
  width: 140px;
  height: 159px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--at-neutral-50, #f2f2f2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-width: 0;
  max-width: 306px;
}
.cart-item__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0;
}
.cart-item__meta {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-500, #585959);
  margin: 0;
}
.cart-item__price {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.9px;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0;
}
.cart-item__right {
  width: 298px;
  flex-shrink: 0;
}
.cart-item__qty {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  height: 50px;
  padding: 0 19.5px;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 100px;
  background: var(--at-neutral-0, #fefefe);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: var(--at-neutral-900, #1d1d1d);
}
.cart-item-qty-minus, .cart-item-qty-plus {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
  padding: 0;
  line-height: 1;
}
.cart-item-qty-minus:hover, .cart-item-qty-plus:hover {
  opacity: 0.7;
}
.cart-item-qty-val {
  min-width: 24px;
  text-align: center;
}
.cart-item-delete {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: var(--at-neutral-900, #1d1d1d);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cart-item-delete:hover {
  opacity: 0.7;
  color: var(--at-neutral-700);
}
.cart-item-delete i {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-item__inner {
    padding: 16px 20px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .cart-item__right {
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
  }
  .cart-item__info {
    max-width: 100%;
  }
  .cart-item__title {
    font-size: 20px;
  }
}
@media (max-width: 574.98px) {
  .cart-item__inner {
    padding: 12px 16px;
  }
  .cart-item__img-wrap {
    width: 100px;
    height: 114px;
  }
  .cart-item__left {
    gap: 16px;
  }
  .cart-item__main {
    gap: 12px;
  }
}

/*----------------------------------------*/
/*  Shop cart – summary 
/*----------------------------------------*/
.cart-summary {
  background: var(--at-neutral-50, #f2f2f2);
  border-radius: 16px;
  overflow: hidden;
  padding: 52px 49px 60px;
  font-family: var(--at-ff-body);
  width: 100%;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .cart-summary {
    position: sticky;
    top: 120px;
  }
}
.cart-summary__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 24px;
}
.cart-summary__coupon {
  margin-bottom: 24px;
  gap: 4px;
}
.cart-summary__coupon-input {
  flex: 1;
  min-width: 0;
  max-width: 328px;
  height: 52px;
  padding: 0 24px;
  border: 1px solid var(--at-neutral-100, #dfdfdf) !important;
  border-radius: 50px;
  background: var(--at-neutral-0, #fefefe);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-900, #1d1d1d);
}
.cart-summary__coupon-input::-moz-placeholder {
  color: var(--at-neutral-500, #585959);
}
.cart-summary__coupon-input::placeholder {
  color: var(--at-neutral-500, #585959);
}
.cart-summary__coupon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 52px;
  padding: 0 24px;
  min-width: 118px;
  border: none;
  border-radius: 42px;
  background: var(--at-neutral-900, #1d1d1d);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: var(--at-neutral-0, #fefefe);
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.cart-summary__coupon-btn:hover {
  opacity: 0.9;
}
.cart-summary__coupon-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-summary__coupon-icon svg {
  display: block;
}
.cart-summary__divider {
  height: 1px;
  background: var(--at-neutral-100, #dfdfdf);
  margin: 0 0 24px;
  width: 100%;
}
.cart-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.cart-summary__row {
  width: 100%;
}
.cart-summary__label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--at-neutral-900, #1d1d1d);
}
.cart-summary__value {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: var(--at-neutral-900, #1d1d1d);
}
.cart-summary__checkout-btn:hover {
  color: var(--at-neutral-0, #fefefe);
  opacity: 0.9;
}
.cart-summary__checkout-btn .icon-arrow-up-right {
  display: inline-flex;
  font-size: 0;
}
.cart-summary__checkout-btn .icon-arrow-up-right svg {
  width: 14px;
  height: 14px;
}
.cart-summary__delivery {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-700, #303030);
}
.cart-summary__delivery-date {
  font-weight: 700;
  color: var(--at-neutral-900, #1d1d1d);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary {
    padding: 40px 24px 48px;
  }
  .cart-summary__coupon-input {
    max-width: 100%;
  }
}
@media (max-width: 574.98px) {
  .cart-summary {
    padding: 32px 20px 40px;
  }
  .cart-summary__title {
    font-size: 20px;
  }
  .cart-summary__checkout-btn {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  Shop checkout – Billing Details & Payment 
/*----------------------------------------*/
/* Billing Details */
.checkout-billing {
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 16px;
  overflow: hidden;
  background: var(--at-neutral-0, #fefefe);
  padding: 46px 62px 52px;
  font-family: var(--at-ff-body);
  margin-bottom: 32px;
}
.checkout-billing__title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 11px;
}
.checkout-billing__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--at-neutral-700, #303030);
  margin: 0 0 38px;
  max-width: 584px;
}
.checkout-billing__form {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.checkout-billing__row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 26px;
  width: 100%;
}
.checkout-billing__row--half .checkout-billing__field {
  flex: 1 1 calc(50% - 13px);
  min-width: 0;
}
.checkout-billing__field {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.checkout-billing__field--full {
  flex: 1 1 100%;
}
.checkout-billing__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: var(--at-neutral-900, #1d1d1d);
  line-height: normal;
}
.checkout-billing__input {
  height: 52px;
  padding: 0 24px;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 50px;
  background: var(--at-neutral-0, #fefefe);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-900, #1d1d1d);
  width: 100%;
  transition: border-color 0.2s ease;
}
.checkout-billing__input::-moz-placeholder {
  color: var(--at-neutral-500, #585959);
}
.checkout-billing__input::placeholder {
  color: var(--at-neutral-500, #585959);
}
.checkout-billing__input:focus {
  outline: none;
  border-color: var(--at-neutral-300, #a3a3a3);
}
.checkout-billing__input--full {
  max-width: 100%;
}
.checkout-billing__input--phone {
  max-width: 100%;
  padding-left: 120px;
}
.checkout-billing__phone-wrap {
  position: relative;
  max-width: 493px;
  width: 100%;
  height: 52px;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 50px;
  background: var(--at-neutral-0, #fefefe);
  display: flex;
  align-items: center;
}
.checkout-billing__country-select {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-width: 100px;
  padding: 0 36px 0 26px;
  border: none;
  border-radius: 50px 0 0 50px;
  background: transparent;
  color: var(--at-neutral-900, #1d1d1d);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.81864 8.58158L11.0436 5.35669L11.965 6.27809L7.81864 10.4244L3.67236 6.27809L4.59376 5.35669L7.81864 8.58158Z' fill='%231d1d1d'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.checkout-billing__country-select:focus {
  outline: none;
}
.checkout-billing__country-select option {
  padding: 8px 12px;
  background: var(--at-neutral-0, #fefefe);
  color: var(--at-neutral-900, #1d1d1d);
}
@media (max-width: 991px) {
  .checkout-billing {
    padding: 40px 24px 48px;
  }
  .checkout-billing__row--half .checkout-billing__field {
    flex: 1 1 100%;
  }
  .checkout-billing__input {
    max-width: 100%;
  }
  .checkout-billing__phone-wrap {
    max-width: 100%;
  }
}
@media (max-width: 574.98px) {
  .checkout-billing {
    padding: 32px 20px 40px;
  }
  .checkout-billing__title {
    font-size: 28px;
    letter-spacing: -1.4px;
  }
  .checkout-billing__desc {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .checkout-billing__form {
    gap: 28px;
  }
}

/* Payment */
.checkout-payment {
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 16px;
  overflow: hidden;
  background: var(--at-neutral-0, #fefefe);
  padding: 47px 62px 52px;
  font-family: var(--at-ff-body);
}
.checkout-payment__title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1;
  color: var(--at-neutral-900, #1d1d1d);
  margin: 0 0 11px;
}
.checkout-payment__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--at-neutral-700, #303030);
  margin: 0 0 38px;
  max-width: 584px;
}
.checkout-payment__form {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.checkout-payment__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
  align-items: flex-end;
}
.checkout-payment__row--cards .checkout-payment__field--card-number {
  flex: 1 1 369px;
  min-width: 0;
}
.checkout-payment__row--cards .checkout-payment__field:not(.checkout-payment__field--card-number) {
  flex: 0 1 299px;
  min-width: 200px;
}
.checkout-payment__row--half .checkout-payment__field {
  flex: 1 1 calc(50% - 13px);
  min-width: 0;
}
.checkout-payment__field {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.checkout-payment__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: var(--at-neutral-900, #1d1d1d);
  line-height: normal;
}
.checkout-payment__input {
  height: 52px;
  padding: 0 24px;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 50px;
  background: var(--at-neutral-0, #fefefe);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: var(--at-neutral-900, #1d1d1d);
  width: 100%;
  transition: border-color 0.2s ease;
}
.checkout-payment__input::-moz-placeholder {
  color: var(--at-neutral-500, #585959);
}
.checkout-payment__input::placeholder {
  color: var(--at-neutral-500, #585959);
}
.checkout-payment__input:focus {
  outline: none;
  border-color: var(--at-neutral-300, #a3a3a3);
}
.checkout-payment__input--card {
  max-width: 100%;
  padding-right: 160px;
}
.checkout-payment__card-input-wrap {
  position: relative;
  max-width: 369px;
  width: 100%;
}
.checkout-payment__card-icons {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.checkout-payment__card-icon {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--at-neutral-500, #585959);
  line-height: 1;
}
@media (max-width: 991px) {
  .checkout-payment {
    padding: 40px 24px 48px;
  }
  .checkout-payment__row--cards .checkout-payment__field--card-number,
  .checkout-payment__row--cards .checkout-payment__field:not(.checkout-payment__field--card-number) {
    flex: 1 1 100%;
  }
  .checkout-payment__row--half .checkout-payment__field {
    flex: 1 1 100%;
  }
  .checkout-payment__input {
    max-width: 100%;
  }
  .checkout-payment__card-input-wrap {
    max-width: 100%;
  }
  .checkout-payment__input--card {
    padding-right: 24px;
  }
}
@media (max-width: 574.98px) {
  .checkout-payment {
    padding: 32px 20px 40px;
  }
  .checkout-payment__title {
    font-size: 28px;
    letter-spacing: -1.4px;
  }
  .checkout-payment__desc {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .checkout-payment__form {
    gap: 28px;
  }
}

/*----------------------------------------*/
/*  7.23 skill css
/*----------------------------------------*/
.at-skill-item {
  background: #f8f8f8;
  border-radius: 24px;
  padding: 71px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-skill-item {
    padding: 40px 20px;
  }
}
.at-skill-icon {
  width: 70px;
  height: 70px;
}
.at-skill-text {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--at-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-skill-text {
    font-size: 24px;
  }
}

/*----------------------------------------*/
/*  sec-6-about: skill cards
/*----------------------------------------*/
.skill-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.skill-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: var(--at-neutral-0);
  border-radius: 16px;
  border: 1px solid var(--at-neutral-100);
}
.skill-card__thumb {
  flex-shrink: 0;
  width: 90px;
  height: 62px;
  border-radius: 8px;
  overflow: hidden;
}
.skill-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.skill-card__content {
  flex: 1;
  min-width: 0;
}
.skill-card__title {
  flex: 0 0 500px;
  font-weight: 600;
  letter-spacing: -1.2px;
  color: var(--at-neutral-900);
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skill-card__title {
    flex: 0 0 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-card__title {
    flex: 0 0 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-card__title {
    flex: 0 0 100px;
  }
}
@media (max-width: 574.98px) {
  .skill-card__title {
    flex: 1;
  }
}
.skill-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.skill-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 27px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
  color: var(--at-neutral-900, #171717);
  background: var(--at-neutral-50, #fafafa);
  border: 1px solid var(--at-neutral-100, #e5e5e5);
  border-radius: 100px;
  transition: all 0.3s ease;
}
.skill-card__tag:hover {
  background: var(--at-neutral-0);
  border: 1px solid var(--at-neutral-900);
}
.skill-card__tag-icon {
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.skill-card__score {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--at-neutral-900);
}
.skill-card__score .skill-card__score-value {
  font-size: 36px;
}
.skill-card__score .skill-card__score-value .odometer {
  letter-spacing: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skill-card {
    gap: 20px;
    padding: 14px 20px;
  }
  .skill-card__tag {
    font-size: 20px;
    padding: 5px 10px;
  }
  .skill-card__tag-icon {
    width: 18px;
    height: 18px;
  }
  .skill-card__score {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-card {
    gap: 16px;
    padding: 14px 20px;
  }
  .skill-card__tag {
    font-size: 16px;
    padding: 5px 10px;
  }
  .skill-card__tag-icon {
    width: 18px;
    height: 18px;
  }
  .skill-card__score {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .skill-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .skill-card__tags {
    gap: 6px;
  }
  .skill-card__tag {
    font-size: 16px;
    padding: 5px 10px;
  }
  .skill-card__tag-icon {
    width: 16px;
    height: 16px;
  }
  .skill-card__score {
    font-size: 14px;
    align-self: flex-end;
  }
}
@media (max-width: 574.98px) {
  .skill-card {
    padding: 14px;
  }
  .skill-card__tag {
    font-size: 16px;
    padding: 4px 8px;
  }
  .skill-card__tag-icon {
    width: 14px;
    height: 14px;
  }
}

/*----------------------------------------*/
/*  Home 2 Section 11 - Price plan toggle
/*----------------------------------------*/
.change-price-plan {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.price-plan-toggle-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--at-neutral-900);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
}

.price-plan-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}

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

.price-plan-toggle__track {
  display: block;
  width: 70px;
  height: 33px;
  background: var(--at-common-white);
  border: 1px solid var(--at-neutral-100);
  border-radius: 9999px;
  transition: background 0.25s ease;
}

.price-plan-toggle__thumb {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--at-neutral-900);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, left 0.25s ease;
  pointer-events: none;
}

.price-plan-toggle__input:checked + .price-plan-toggle__track + .price-plan-toggle__thumb {
  left: 42px;
}

.price-plan-toggle__input:focus-visible + .price-plan-toggle__track {
  outline: 2px solid #1A1A1A;
  outline-offset: 2px;
}

/*----------------------------------------*/
/*  Home 2 Section 11 - Pricing cards
/*----------------------------------------*/
.home-2-pricing-card {
  position: relative;
  background: var(--at-neutral-0);
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-2-pricing-card__badge {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
  background: var(--at-theme-primary);
  padding: 6px 10px;
  border-radius: 9999px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .home-2-pricing-card__badge {
    top: 45px;
    right: 45px;
  }
}
.home-2-pricing-card__body {
  flex: 0 0 auto;
  padding: 25px;
  background: var(--at-neutral-50);
  border-radius: 14px;
}
.home-2-pricing-card--popular .home-2-pricing-card__body {
  background: rgba(255, 153, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.home-2-pricing-card__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--at-neutral-900);
  margin-bottom: 16px;
}
.home-2-pricing-card__price {
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.home-2-pricing-card__price-value {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: var(--at-neutral-900);
  font-family: var(--at-ff-body);
  letter-spacing: -2.4px;
}
.home-2-pricing-card__price-period {
  font-size: 16px;
  font-weight: 500;
  color: var(--at-neutral-500);
  margin-left: 2px;
}
.home-2-pricing-card__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--at-neutral-500);
  margin-bottom: 28px;
}
.home-2-pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 40px 25px 25px 25px;
  flex: 1 1 auto;
}
.home-2-pricing-card__features li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--at-neutral-700);
  margin-bottom: 14px;
  font-family: var(--at-ff-body);
}
.home-2-pricing-card__features li:last-child {
  margin-bottom: 0;
}
.home-2-pricing-card__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  margin-right: 12px;
}
.home-2-pricing-card__feature-icon svg {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .home-2-pricing-card__price-value {
    font-size: 42px;
  }
  .home-2-pricing-card__title {
    font-size: 20px;
  }
  .home-2-pricing-card__features li {
    font-size: 16px;
  }
}
@media (max-width: 574.98px) {
  .home-2-pricing-card {
    padding: 8px;
  }
}

/*----------------------------------------*/
/*  sec-2-home-5 - Why Orisa 3 columns
/*----------------------------------------*/
.sec-2-home-5__grid {
  align-items: stretch;
}
.sec-2-home-5__col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec-2-home-5__card--hero {
  position: relative;
  min-height: 370px;
  background: var(--at-neutral-900, #1a1a1a);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-2-home-5__card--hero {
    min-height: 320px;
  }
}
.sec-2-home-5__card--list {
  flex: 1;
}
.sec-2-home-5__card--testimonial {
  flex: 1;
}
.sec-2-home-5__card--product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-2-home-5__card--small:not(:first-child) {
  border-radius: 16px;
  background: var(--at-neutral-0, #FEFEFE);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-2-home-5__card--small {
    margin-top: 1rem;
  }
}
.sec-2-home-5__card--img {
  padding: 11px 0 0 30px;
  border-radius: 16px;
  background: var(--at-neutral-0, #FEFEFE);
  position: relative;
  min-height: 260px;
}
.sec-2-home-5__card--img .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-2-home-5__card--quote {
  min-height: 180px;
  padding: 57px 34px;
  border-radius: 16px;
}
.sec-2-home-5 {
  /* Hero block */
}
.sec-2-home-5__hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(99deg, #000 5%, rgba(0, 0, 0, 0.44) 50%, #000 95%);
  opacity: 0.65;
  z-index: 1;
}
.sec-2-home-5__hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.sec-2-home-5__hero-overlay {
  z-index: 2;
}
.sec-2-home-5__hero-title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.3;
  max-width: 85%;
  letter-spacing: -0.02em;
}
@media (max-width: 574.98px) {
  .sec-2-home-5__hero-title {
    font-size: 1rem;
    max-width: 100%;
  }
}
.sec-2-home-5 {
  /* List with plus icon */
}
.sec-2-home-5__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: var(--at-neutral-900, #1a1a1a);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.sec-2-home-5__list-item::before {
  content: "+";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--at-neutral-900, #1a1a1a);
  color: var(--at-neutral-0);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec-2-home-5 {
  /* Testimonial */
}
.sec-2-home-5__avatar {
  width: 48px;
  height: 48px;
}
.sec-2-home-5__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-2-home-5__avatars-row {
  flex-wrap: wrap;
}
.sec-2-home-5__avatar-sm {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  background: var(--at-neutral-50);
}
.sec-2-home-5__avatar-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  filter: grayscale(100%);
}
.sec-2-home-5__stars {
  display: flex;
  gap: 2px;
  font-size: 14px;
}
.sec-2-home-5__star {
  color: var(--at-neutral-500, #e5e5e5);
}
.sec-2-home-5__star--filled {
  color: var(--at-neutral-900, #1a1a1a);
}
.sec-2-home-5 {
  /* Stat */
}
.sec-2-home-5__stat {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1a1a1a);
}

/*----------------------------------------*/
/*  at-brand-scroll - Vertical random scroll of 3 logos in each brand cell
/*----------------------------------------*/
.at-brand-scroll .at-brand-item .brand {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.at-brand-scroll {
  /* Viewport: show only 1 logo, fixed height = 1 slide */
}
.at-brand-scroll .brand-logo-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70px;
  flex-shrink: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .at-brand-scroll .brand-logo-viewport {
    height: 50px;
  }
}
.at-brand-scroll .brand-logo-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  will-change: transform;
}
.at-brand-scroll .brand-logo-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  min-height: 70px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .at-brand-scroll .brand-logo-slide {
    height: 60px;
    min-height: 60px;
  }
}
.at-brand-scroll .brand-logo-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/*----------------------------------------*/
/*  block-journey - Career Path & Expertise
/*  Header CTA: Book A Call Now | Hero card: SINCE 2012 + overlay | Journey list
/*----------------------------------------*/
.block-journey {
  /* CTA: Book A Call Now + white circle arrow */
}
.block-journey__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 100px;
  border: 1px solid var(--at-neutral-600, #4d4d4d);
  background: transparent;
  color: var(--at-neutral-0);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.block-journey__cta:hover {
  border-color: var(--at-neutral-500, #585959);
  background: rgba(255, 255, 255, 0.05);
  color: var(--at-neutral-0);
}
.block-journey__cta-text {
  letter-spacing: 0.01em;
}
.block-journey__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--at-neutral-0);
  color: var(--at-neutral-900, #1a1a1a);
  flex-shrink: 0;
}
.block-journey {
  /* Hero card: image + SINCE 2012 badge + overlay title */
}
.block-journey__hero {
  border-radius: 16px;
  overflow: hidden;
}
.block-journey__hero-thumb {
  position: relative;
  display: block;
}
.block-journey__hero-badge {
  position: absolute;
  left: 20px;
  bottom: 80px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--at-neutral-0);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 2;
}
.block-journey__hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.block-journey__hero-title {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  max-width: 14ch;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey__hero-title {
    font-size: 18px;
  }
}
.block-journey .journey-list-wrap {
  position: relative;
  padding-left: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey .journey-list-wrap {
    padding-left: 30px;
  }
}
.block-journey .journey-list-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--at-neutral-700, #3d3d3d);
  will-change: height;
}
.block-journey .journey-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-journey .journey-list__item {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr auto;
  gap: 24px 32px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--at-neutral-700, #3d3d3d);
}
.block-journey .journey-list__item:first-child {
  padding-top: 0;
}
.block-journey .journey-list__item:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}
.block-journey .journey-list__item:last-child .journey-list__desc {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey .journey-list__item {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    padding: 20px 0;
  }
  .block-journey .journey-list__item .journey-list__date {
    grid-column: 1;
  }
  .block-journey .journey-list__item .journey-list__body {
    grid-column: 1;
    grid-row: 2;
  }
  .block-journey .journey-list__item .journey-list__link {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
}
.block-journey .journey-list__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--at-neutral-0);
  flex-shrink: 0;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey .journey-list__date {
    font-size: 13px;
  }
}
.block-journey .journey-list__body {
  max-width: 75%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey .journey-list__body {
    max-width: 100%;
  }
}
.block-journey .journey-list__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--at-neutral-0);
  margin: 0 0 6px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey .journey-list__title {
    font-size: 18px;
  }
}
.block-journey .journey-list__company {
  font-weight: 500;
  opacity: 0.9;
}
.block-journey .journey-list__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .block-journey .journey-list__desc {
    font-size: 14px;
  }
}
.block-journey .journey-list__link {
  display: inline-flex;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
  color: var(--at-neutral-0);
  padding: 8px;
  margin: -8px;
  transition: opacity 0.2s ease;
}
.block-journey .journey-list__link:hover {
  opacity: 0.8;
}
.block-journey .journey-list__link svg {
  display: block;
}

/*----------------------------------------*/
/*  2.3 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 574.98px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--at-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--at-common-black);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.back-to-top-btn svg {
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.at-btn {
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.05em;
  padding: 17px 25px;
  text-transform: capitalize;
  color: #FEFEFE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1D1D1D;
  border-radius: 50px;
}
.at-btn:hover {
  color: #FEFEFE;
}
.at-btn:hover span span.text-1 {
  transform: translateY(-150%);
}
.at-btn:hover span span.text-2 {
  top: 50%;
  transform: translateY(-50%);
}
.at-btn:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.at-btn:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.at-btn:hover i.icon-arrow-right svg:first-child {
  transform: translate(16px, 0);
}
.at-btn:hover i.icon-arrow-right svg:last-child {
  transform: translate(16px, 0);
}
.at-btn:hover i.icon-arrow-up-left svg:first-child {
  transform: translate(-16px, -16px);
}
.at-btn:hover i.icon-arrow-up-left svg:last-child {
  transform: translate(-16px, -16px);
}
.at-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.at-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.at-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.at-btn i {
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin-left: 4px;
}
.at-btn i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.at-btn i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.at-btn i.icon-arrow-right svg:last-child {
  left: -16px;
  bottom: 0;
}
.at-btn i.icon-arrow-up-left svg:last-child {
  left: 16px;
  bottom: -16px;
}
.at-btn.btn-sm {
  padding: 10px 20px;
}
.at-btn.filter-btn {
  border-radius: 100px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
  color: var(--at-neutral-900);
}
.at-btn.active {
  background: var(--at-neutral-900);
  border-color: var(--at-neutral-900);
  color: var(--at-neutral-0);
}
.at-btn-border-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.25);
}
.at-btn-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.at-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -52px;
}
.at-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.at-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.at-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  background: #1D1D1D;
}
.at-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  background: #1D1D1D;
}
.at-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -52px;
  background: #1D1D1D;
}
.at-btn-group .at-btn-circle {
  text-align: center;
  width: 50px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #1D1D1D;
  color: #FEFEFE;
}
.at-btn-group .at-btn-circle i {
  transform: rotate(-45deg);
}
.at-btn-group-transparent .at-btn {
  background: #FEFEFE;
  border: 1px solid rgba(38, 38, 38, 0.1);
  color: #1D1D1D;
}
.at-btn-group-transparent .at-btn-circle {
  background-color: #FEFEFE;
  color: #1D1D1D;
  border: 1px solid rgba(38, 38, 38, 0.1);
}
.at-btn-group-transparent:hover > *:nth-child(2) {
  background: #FEFEFE;
}
.at-btn-group-transparent:hover > *:nth-child(1) {
  background: #FEFEFE;
}
.at-btn-group-transparent-2 .at-btn {
  background: #fff5f3;
  border: 1px solid rgba(38, 38, 38, 0.1);
  color: #1D1D1D;
}
.at-btn-group-transparent-2 .at-btn-circle {
  background-color: #fff5f3;
  color: #1D1D1D;
  border: 1px solid rgba(38, 38, 38, 0.1);
}
.at-btn-group-transparent-2:hover > *:nth-child(2) {
  background: #fff5f3;
}
.at-btn-group-transparent-2:hover > *:nth-child(1) {
  background: #fff5f3;
}
.at-btn.has-dot {
  position: relative;
}
.at-btn.has-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 50%;
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-infinite {
  animation: rotate-infinite 15s linear infinite;
}
@keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.rotate-infinite-2 {
  animation: rotate-infinite-2 15s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
.hover-up {
  transition: transform 0.2s ease-in-out;
}
.hover-up:hover {
  transform: translateY(-3px);
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--at-theme-primary);
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--at-common-white);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.11 search style
/*----------------------------------------*/
.at-search-form-toggle {
  position: fixed;
  top: 115px;
  left: 50%;
  max-width: 1136px;
  width: 100%;
  padding: 50px 60px 60px;
  border-radius: 16px;
  background-color: rgba(var(--at-neutral-50-rgb), 0.9);
  backdrop-filter: blur(20px);
  opacity: 0;
  transform: translate(-50%, calc(-100% - 80px));
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-delay: 0.5s;
  z-index: 9999;
}
.at-search-form-toggle.active {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
.at-search-form-toggle.active .at-search-form-input {
  transform: translate(0, 0) !important;
  opacity: 1;
  transition-delay: 0.5s;
}
.at-search-form-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  border-radius: 8px;
}
.at-search-form-input {
  position: relative;
  transform: translateY(-40px);
  transition: all 0.3s ease-in-out !important;
  transition-delay: 0.5s;
  padding: 12px 15px 12px 32px;
  border-radius: 8px;
  opacity: 0;
  border: 1px solid var(--at-neutral-100);
  background: var(--at-neutral-0);
  overflow: hidden;
}
.at-search-form-input input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--at-common-black);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 636px;
  background: var(--at-neutral-0);
  transition-delay: 0.5s;
  transition: all 0.3s ease-in-out !important;
}
.at-search-form-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 24px;
  color: var(--at-neutral-500);
}
.at-search-form-input input::placeholder {
  /* MODERN BROWSER */
  font-size: 24px;
  color: var(--at-neutral-500);
}
.at-search-form-input input:focus {
  border-color: transparent;
}
.at-search-form-input input:focus ~ .at-search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 2s;
}
.at-search-form-input .at-search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--at-common-black);
  transition: all 0.5s;
}
.at-search-close {
  color: var(--at-common-black);
  font-size: 40px;
  transition: all 0.3s ease;
}
.at-search-close:hover {
  color: var(--at-neutral-500);
  transform: rotate(180deg);
}
.at-search-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 99;
  cursor: zoom-out;
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.3s;
}
.at-search-body-overlay.active {
  transform: translateY(0);
}
.at-search-dark {
  background-color: var(--at-common-black);
}
.at-search-dark .at-search-form-input input {
  color: var(--at-common-white);
  border-bottom: 1px solid var(--at-border-3);
}
.at-search-dark .at-search-form-input input ~ .at-search-focus-border {
  background-color: var(--at-common-white);
}
.at-search-dark .at-search-close {
  color: var(--at-common-white);
}
.at-search-dark .at-search-close:hover {
  color: var(--at-grey-2);
}
.at-search-dark .at-search-form-icon {
  color: var(--at-common-white);
}

.at-categories-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--at-neutral-900);
  margin-bottom: 16px;
  margin-top: 50px;
}
.at-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.at-categories-item {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 100px;
  border: 1px solid var(--at-neutral-100);
  background: var(--at-neutral-0);
  color: var(--at-neutral-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  transition: all 0.3s ease;
}
.at-categories-item:hover {
  background: var(--at-neutral-900);
  color: var(--at-neutral-0);
  border-color: var(--at-neutral-900);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  2.8 Magic Cursor
/*----------------------------------------*/
body.at-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--at-common-black);
}

.cursor-bg-red #ball {
  background-color: #FF535B !important;
}
.cursor-bg-red #ball .ball-view {
  color: var(--at-common-white);
}

.cursor-bg-red-2 #ball {
  background-color: #FF481F !important;
}
.cursor-bg-red-2 #ball .ball-view {
  color: var(--at-common-white);
}

.cursor-bg-yellow #ball {
  background-color: #FFF669 !important;
}
.cursor-bg-yellow #ball .ball-view {
  color: var(--at-common-black);
}

.cursor-white-bg #ball .ball-view {
  color: var(--at-common-black);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--at-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  color: var(--at-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--at-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  backdrop-filter: blur(5px);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--at-common-black);
}

.at-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------*/
/*  2.9 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: var(--at-neutral-900);
  padding-left: 55px;
  font-weight: 500;
  background-color: var(--at-neutral-0);
  border-radius: 5px;
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  padding-right: 30px;
  font-family: var(--at-ff-body);
}
.nice-select:hover {
  border-color: ar(--at-theme-primary);
}
.nice-select::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 2px;
  background-color: var(--at-neutral-900);
  top: 50%;
  left: 0;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  transform: translateY(-50%);
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--at-ff-fontawesome);
  color: var(--at-neutral-900);
  font-weight: 600;
  pointer-events: none;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  transform: translateY(-50%);
}
.nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: var(--at-neutral-0);
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  border-radius: 12px;
}
.nice-select .option:hover {
  background-color: var(--at-neutral-50);
  color: var(--at-neutral-900);
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option.selected {
  font-weight: 400;
  color: var(--at-theme-primary);
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

[data-bs-theme=dark] {
  --at-common-white: var(--at-common-dark-white);
  --at-common-white-rgb: var(--at-common-dark-white-rgb);
  --at-common-black: var(--at-common-dark-black);
  --at-common-black-rgb: var(--at-common-dark-black-rgb);
  --at-common-bubbles: var(--at-common-dark-bubbles);
  --at-neutral-0: var(--at-neutral-dark-0);
  --at-neutral-0-rgb: var(--at-neutral-dark-0-rgb);
  --at-neutral-50: var(--at-neutral-dark-50);
  --at-neutral-50-rgb: var(--at-neutral-dark-50-rgb);
  --at-neutral-100: var(--at-neutral-dark-100);
  --at-neutral-300: var(--at-neutral-dark-300);
  --at-neutral-500: var(--at-neutral-dark-500);
  --at-neutral-700: var(--at-neutral-dark-700);
  --at-neutral-800: var(--at-neutral-dark-800);
  --at-neutral-900: var(--at-neutral-dark-900);
  --at-neutral-950: var(--at-neutral-dark-950);
}
[data-bs-theme=dark] .invert-1 {
  filter: invert(0);
}
[data-bs-theme=dark] .at-header-logo img,
[data-bs-theme=dark] .at-offcanvas-logo img {
  filter: invert(1);
}
[data-bs-theme=dark] .dark-mode-invert {
  filter: invert(1);
}
[data-bs-theme=dark] .at-main-menu nav ul li.has-dropdown > a::after {
  filter: invert(1);
}
[data-bs-theme=dark] .changeless {
  --at-common-white: #ffffff;
  --at-common-white-rgb: 255, 255, 255;
  --at-common-black: #1e1e1e;
  --at-common-bubbles: #e1eeb7;
  --at-neutral-950: #0F0F0F;
  --at-neutral-900: #1D1D1D;
  --at-neutral-800: #212121;
  --at-neutral-700: #303030;
  --at-neutral-500: #585959;
  --at-neutral-300: #B7B7B7;
  --at-neutral-100: #DFDFDF;
  --at-neutral-50: #F2F2F2;
  --at-neutral-0: #FEFEFE;
}

.dark-light-mode .toggle {
  display: grid;
  place-items: center;
  cursor: pointer;
  line-height: 1;
}

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

.dark-light-mode label {
  margin-bottom: 0 !important;
}

.dark-light-mode .icon {
  grid-column: 1/1;
  grid-row: 1/1;
  transition: transform 500ms;
  line-height: 0.1;
}

.dark-light-mode .icon--moon {
  transition-delay: 200ms;
}

.dark-light-mode .icon--sun {
  transform: scale(0);
}

.dark-light-mode #switch:checked + .icon--moon {
  transform: rotate(360deg) scale(0);
}

.dark-light-mode #switch:checked ~ .icon--sun {
  transition-delay: 200ms;
  transform: scale(1) rotate(360deg);
}
#smooth-content {
  pointer-events: auto !important;
}

#smooth-content main {
  position: relative !important;
  z-index: 1 !important;
  min-height: auto !important;
  transform: none;
}

.footer-placeholder {
  display: none !important;
}

.footer-fixed-bottom {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  z-index: 1 !important;
}
.at-header-logo img {
    width: 30px !important;
    height: auto !important;
    max-width: 30px !important;
}
.alt-hero-service svg.common-black path {
    fill: #ff9900 !important;
}
.at-title-anim {
    overflow: hidden !important;
}

.at-title-text {
    line-height: 0.9 !important;
    padding-bottom: 0.08em;
}
.divider-logo{
    width:40px;
    opacity:.5;
}
/* Blog detail page fix */
.sec-1-blog-details .col-12.py-5 {
    padding-top: 32px !important;
    padding-bottom: 48px !important;
}

.sec-1-blog-details .col-12.py-5 img {
    width: 100% !important;
    max-height: 600px !important;
    object-fit: contain !important;
    border-radius: 18px !important;
}

.sec-1-blog-details .content {
    margin: 0 auto;
    font-size: 19px !important;
    line-height: 1.8 !important;
    color: #222;
}

.sec-1-blog-details .content p {
    font-size: 19px !important;
    line-height: 1.8 !important;
    margin-bottom: 24px !important;
}

.sec-1-blog-details .content h2 {
    font-size: clamp(24px, 2.4vw, 34px) !important;
    line-height: 1.2 !important;
    margin: 42px 0 18px !important;
}

.sec-1-blog-details .content h3 {
    font-size: clamp(20px, 2vw, 26px) !important;
    line-height: 1.25 !important;
    margin: 32px 0 14px !important;
}

.sec-1-blog-details .content h4 {
    font-size: clamp(18px, 1.6vw, 22px) !important;
    line-height: 1.3 !important;
    margin: 26px 0 12px !important;
    font-weight: 600 !important;
}

.sec-1-blog-details .content h5 {
    font-size: clamp(16px, 1.3vw, 18px) !important;
    line-height: 1.4 !important;
    margin: 22px 0 10px !important;
    font-weight: 600 !important;
}

.sec-1-blog-details .content ul,
.sec-1-blog-details .content ol {
    padding-left: 24px !important;
    margin-bottom: 28px !important;
}

.sec-1-blog-details .content li {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 8px !important;
}

@media (max-width: 768px) {
    .sec-1-blog-details .content {
        font-size: 17px !important;
        line-height: 1.75 !important;
    }

    .sec-1-blog-details .content h2 {
        font-size: 32px !important;
    }

    .sec-1-blog-details .col-12.py-5 img {
        max-height: 320px !important;
    }
}
.at-btn .text-1,
.at-btn .text-2{
    font-size: 15px;
    line-height: 1.4;
}
.hero-area,
.hero-section,
.banner-area {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 40px !important;
}
.service-full-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
}

.at-btn span,
.at-btn i {
    position: relative;
    z-index: 2;
}
.at-menu-has-child {
    position: relative;
}

.at-menu-has-child .at-megamenu-box {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    left: 0 !important;
    right: auto !important;

    padding: 18px 22px !important;
}
.at-menu-has-child {
    position: relative;
}

.at-menu-has-child .at-megamenu-box {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    left: 0 !important;
    right: auto !important;

    padding: 18px 22px !important;
}
.at-menu-has-child {
    position: static !important;
}
.at-menu-has-child {
    position: relative !important;
}

.at-menu-has-child .at-megamenu-box {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    left: 0 !important;
    right: auto !important;

    padding: 18px 22px !important;
}
.at-main-menu nav ul li {
    position: relative !important;
}

.at-main-menu nav ul li .at-megamenu-box {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;

    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    padding: 15px 20px !important;
    background: #fff !important;
}

.at-main-menu nav ul li .at-megamenu-box ul {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.at-main-menu nav ul li .at-megamenu-box ul li {
    width: 100% !important;
}
.at-main-menu nav ul li {
    position: relative !important;
}

.at-megamenu-box.kurumsal-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;

    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    padding: 18px 22px !important;
    margin: 0 !important;

    transform: none !important;
    background: #fff !important;
}

.at-megamenu-box.kurumsal-dropdown ul {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.at-megamenu-box.kurumsal-dropdown ul li {
    width: 100% !important;
    padding: 0 !important;
}
.at-main-menu ul li > a::after {
    display: none !important;
}

.at-main-menu ul li.has-dropdown > a::after {
    display: inline-block !important;
}
@media (max-width: 767px) {

    .card-award {
        padding: 18px 22px !important;
        margin-bottom: 48px !important;
        border-radius: 14px !important;
        background: #fff !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .card-award:hover,
    .card-award.style-1:hover {
        background: #fff !important;
        color: #111 !important;
    }

    .card-award-link {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px 12px !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .card-award-date {
        flex: 0 0 100% !important;
        font-size: 12px !important;
        opacity: .55 !important;
        margin: 0 0 4px 0 !important;
    }

    .card-award-content {
        flex: 1 1 calc(100% - 44px) !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-width: 0 !important;
    }

    .card-award-image {
        flex: 0 0 52px !important;
        width: 52px !important;
        height: 52px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    .card-award-title {
        font-size: 15px !important;
        line-height: 1.25 !important;
        margin: 0 !important;
        color: #111 !important;
    }

    .card-award-web-excellence {
        flex: 0 0 100% !important;
        margin-left: 64px !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
        color: #777 !important;
    }

    .card-award-meta {
        flex: 1 1 auto !important;
        margin-left: 0 !important;
    }

    .card-award-url {
        font-size: 16px !important;
        line-height: 1.2 !important;
        color: #111 !important;
    }

    .card-award-icon,
    .card-award-icon.ms-auto {
        margin-left: auto !important;
        align-self: flex-end !important;
        color: #111 !important;
    }
	.card-award {
        margin-bottom: 18px !important;
        padding: 16px 18px !important;
    }

    .card-award-link {
        gap: 6px 10px !important;
    }

    .card-award-date {
        margin-bottom: 2px !important;
    }

    .card-award-web-excellence {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }

    .sec-awards .row,
    .awards-area .row {
        gap: 0 !important;
    }

    .sec-awards .at-btn,
    .awards-area .at-btn {
        position: relative !important;
        z-index: 5 !important;
    }

    .card-award:first-child,
    .card-award:first-of-type {
        margin-top: 28px !important;
    }
}
/* GSAP Animasyonlarında Y, G, P harflerinin kuyruk sızmasını engeller */
.at-title-text .char,
.at-title-text .word,
.at-title-anim .char,
.at-title-anim .word {
    padding-bottom: 0.2em !important;
    margin-bottom: -0.2em !important;
}
/* Hizmet detay sayfası metin hizalama */
.sec-1-services-details .row,
.sec-1-service-details .row,
.services-details-area .row {
    align-items: center !important;
}

.sec-1-services-details .fz-font-2xl,
.sec-1-service-details .fz-font-2xl,
.services-details-area .fz-font-2xl {
    margin-top: 40px !important;
}

.sec-1-services-details ul,
.sec-1-service-details ul,
.services-details-area ul {
    margin-top: 40px !important;
}
/* ORISA TEMASI Y KUYRUĞU KESİN ÇÖZÜMÜ */
.at-title-text .char {
    display: inline-block !important;
    padding-bottom: 0.25em !important; / Kutuyu aşağıya doğru uzatıp kuyruğu içeri alır /
    margin-bottom: -0.25em !important; / Düzenin kaymasını engeller /
}

/* Garanti olması adına dış çerçevenin tepesindeki sızıntıları da tıraşlarız */
.at-title-anim {
    clip-path: inset(5px 0 0 0) !important;
    -webkit-clip-path: inset(5px 0 0 0) !important;
}
/* Gece/Gündüz Modu Butonunu Tamamen Gizler */
.dark-light-mode {
    display: none !important;
}
/* Sağ üstteki yan menü (ızgara) butonunu gizler */
.at-header-sidebar-btn,
.at-menu-bar {
    display: none !important;
}
.scroll-section.vertical-section .item {
    min-height: 100vh !important;
    background: #f5f5f5 !important;
    overflow: hidden !important;
}

.scroll-section.vertical-section .item .container {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
}
.scroll-section.vertical-section,
.scroll-section.vertical-section .wrapper,
.scroll-section.vertical-section .item,
.scroll-section.vertical-section .item .container {
    background: #F2F2F2 !important;
}

.scroll-section.vertical-section {
    overflow: hidden !important;
}

.scroll-section.vertical-section .item {
    width: 100% !important;
    overflow: hidden !important;
}
.sec-2-home-2 video {
    pointer-events: none !important;
}
.mouse-cursor,
.cursor,
.magic-cursor,
.custom-cursor,
.cursor-inner,
.cursor-outer,
.mouseCursor,
#magic-cursor {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Sitenin her yerinde standart fare işaretçisini geri getirme /
body, html {
    cursor: auto !important;
}

/* Linklerde ve butonlarda standart el işaretini (pointer) zorunlu kılma */
a, button, .at-btn, input, select, textarea {
    cursor: pointer !important;
}
@media (max-width: 767px) {
    .divider-logo,
    .divider-area,
    .divider-section {
        display: none !important;
    }
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* burası anasayfadaki video katmanının mobil halini düzenliyor */
.hero-bg-video {
    pointer-events: none !important;
    object-fit: cover !important;
}

.hero-bg-video::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
}

.hero-bg-video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 0 !important;
}

.hero-bg-video::-webkit-media-controls-play-button {
    display: none !important;
}

.hero-bg-video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

/* anasayfada video katmanındaki hizmetlerimiz linklerinin listelemesini düzenliyor */
@media (max-width: 767px) {

    .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row {
        display: flex !important;
        flex-direction: column !important;
    }

    .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 18px !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white {
        width: 100% !important;
        min-height: auto !important;
        padding: 18px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.35) !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white span {
        font-size: 16px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
        color: #fff !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white i {
        margin-left: 6px !important;
        display: inline-flex !important;
    }
}
@media (max-width: 767px) {

    .sec-2-home-2 .at-btn.text-white.bg-transparent.mb-10.rounded-0.p-0 {
        margin-top: 22px !important;
        display: inline-flex !important;
    }

}
@media (max-width: 767px) {

    .scroll-section.vertical-section h1.fz-ds-1[style] {
        font-size: 44px !important;
        line-height: 1 !important;
        letter-spacing: -2px !important;
        max-width: 100% !important;
    }
}
@media (max-width: 767px) {

    .scroll-section.vertical-section h1.fz-ds-1 {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-left: 0 !important;
    }

    .scroll-section.vertical-section h1.fz-ds-1 a {
        display: block !important;
        text-align: left !important;
    }

}
@media (max-width: 767px) {

    .scroll-section.vertical-section .item.service-item:last-child {
        min-height: 1150px !important;
    }

}
@media (max-width: 767px) {

    .scroll-section.vertical-section h1.fz-ds-1[style] {
        font-size: 42px !important;
        line-height: 1 !important;
        letter-spacing: -1.5px !important;
        max-width: 100% !important;
    }
}
/* Services section title */
.scroll-section.vertical-section h1.service-title-custom {
    font-size: 86px !important;
    line-height: .95 !important;
    max-width: 760px !important;
}

@media (max-width: 767px) {
    .scroll-section.vertical-section h1.service-title-custom {
        font-size: 42px !important;
        line-height: 1 !important;
        letter-spacing: -1.5px !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .scroll-section.vertical-section h1.service-title-custom a {
        text-align: left !important;
        display: block !important;
    }
}
@media (max-width: 767px) {

    /* SVG şekilleri gizle */
    .at-about-svg-wrap {
        display: none !important;
    }

    /* Kart düzeni */
    .alt-portfolio-item {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 28px !important;
    }

    /* İsim kutusu üste gelsin */
    .alt-portfolio-item .alt-portfolio-content {
        order: 1 !important;
        margin-bottom: 15px !important;
    }

    /* Görsel alta gelsin */
    .alt-portfolio-item .alt-portfolio-thumb {
        order: 2 !important;
        margin-bottom: 0 !important;
        height: 400px !important;
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    /* Tüm görseller aynı boyda olsun */
    .alt-portfolio-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}
@media (max-width: 767px) {

    .card-award {
        min-height: 0 !important;
        height: auto !important;
        padding: 18px 20px !important;
    }

    .card-award-link {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 64px 1fr 24px !important;
        gap: 10px 14px !important;
        align-items: center !important;
    }

    .card-award-date {
        grid-column: 1 / -1 !important;
        margin: 0 !important;
        font-size: 12px !important;
        text-align: center !important;
    }

    .card-award-content {
        grid-column: 1 / 3 !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .card-award-image {
        width: 52px !important;
        height: 52px !important;
        flex: 0 0 52px !important;
    }

    .card-award-title {
        font-size: 15px !important;
        line-height: 1.25 !important;
        margin: 0 !important;
    }

    .card-award-web-excellence {
        grid-column: 2 / 4 !important;
        font-size: 11px !important;
        margin: 0 !important;
        opacity: .6 !important;
    }

    .card-award-meta {
        grid-column: 1 / 3 !important;
        margin: 6px 0 0 !important;
    }

    .card-award-url {
        font-size: 16px !important;
    }

    .card-award-icon {
        grid-column: 3 !important;
        grid-row: 4 !important;
        justify-self: end !important;
        align-self: center !important;
    }
}
.award-description .icon {
    color: #FF9900 !important;
}
.hero-tags {
    display: block;
}

@media (max-width: 767px) {

    .hero-tags {
        margin-top: 14px !important;
        display: block !important;
    }
}
.hero-logo-image {
    width: 100%;
    max-width: 180px;
}

.hero-logo-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 767px) {
    .hero-logo-image {
        width: 72px !important;
        max-width: 72px !important;
        margin: 0 !important;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .hero-logo-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        image-rendering: auto;
    }
}
.carouselTicker .carouselTicker__item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.carouselTicker .brand-item {
    width: 180px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.carouselTicker .brand-item img {
    max-width: 150px !important;
    max-height: 42px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}
@media (max-width: 767px) {
    .carouselTicker .carouselTicker__item {
        margin-right: 12px !important;
        padding-right: 0 !important;
    }

    .carouselTicker .brand-item {
        margin: 0 !important;
    }
}
.at-btn .fw-700,
.at-btn .text-white {
    color: #000 !important;
}
.at-btn i {
    color: #000 !important;
}
.at-btn + p {
    margin-left: 24px !important;
    margin-bottom: 0 !important;
}
.contact-inline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
}

.contact-inline img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    transition: transform .2s ease !important;
}

.contact-inline .fw-700 {
    color: #000 !important;
}

/* Hover olunca titre */
.at-btn:hover .contact-inline img {
    animation: phoneShake .6s ease-in-out infinite;
}

@keyframes phoneShake {

    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(-12deg); }
    40%  { transform: rotate(12deg); }
    60%  { transform: rotate(-8deg); }
    80%  { transform: rotate(8deg); }
    100% { transform: rotate(0deg); }

}

.at-btn + p {
    margin-left: 24px !important;
    margin-bottom: 0 !important;
}
.at-btn + p {
    margin-left: 0 !important;
    margin-bottom: 18px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 520px !important;
}

.d-flex.flex-wrap.align-items-center.justify-content-center {
    flex-direction: column-reverse !important;
    gap: 12px !important;
}

.contact-inline {
    justify-content: center !important;
}

.at-btn {
    display: flex !important;
    justify-content: center !important;
}
.contact-inline {
    position: relative !important;
    justify-content: center !important;
    padding-left: 14px !important;
}
.contact-inline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.contact-inline img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
}
.partner-contact-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

.partner-contact-block p {
    margin: 0 0 22px 0 !important;
    text-align: center !important;
}

.partner-contact-block .at-btn {
    margin: 0 auto !important;
    display: inline-flex !important;
    justify-content: center !important;
}
.contact-inline {
    position: relative !important;
    display: block !important;
    width: 220px !important;
    text-align: center !important;
}

.contact-text-center {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
}
.contact-inline img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
}

.contact-phone-icon {
    position: absolute !important;
    left: 30px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
}

.at-btn:hover .contact-phone-icon img {
    animation: phoneShake .6s ease-in-out infinite;
}

@keyframes phoneShake {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(-12deg); }
    40% { transform: rotate(12deg); }
    60% { transform: rotate(-8deg); }
    80% { transform: rotate(8deg); }
    100% { transform: rotate(0deg); }
}
.alt-portfolio-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.45) 42%,
        rgba(0,0,0,.08) 100%
    );
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 1;
}

.alt-portfolio-item:hover .alt-portfolio-thumb::after {
    opacity: 1;
}

.alt-portfolio-btn {
    position: absolute !important;
    z-index: 2 !important;
}

.alt-portfolio-btn .content {
    position: relative !important;
    z-index: 3 !important;
}

.alt-portfolio-btn h4,
.alt-portfolio-btn p,
.alt-portfolio-btn span {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0,0,0,.45);
}
.alt-portfolio-thumb {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.alt-portfolio-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}
.alt-portfolio-thumb {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    position: relative !important;
}

.alt-portfolio-thumb img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

/* JS scale animasyonu oranı bozmasın */
.alt-portfolio-thumb img.scale-img-from-to {
    transform-origin: center center !important;
}
.alt-portfolio-thumb {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.alt-portfolio-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.counter-title {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    line-height: .9 !important;
}

.counter-title .odometer {
    line-height: .9 !important;
}

.counter-suffix {
    display: inline-block !important;
    line-height: .9 !important;
    transform: translateY(4px);
}
.slider-video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
.agency-vision-sec {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.agency-vision-sec .main-motto-title {
    font-size: clamp(42px, 5vw, 86px);
    font-weight: 700;
    line-height: .95;
    color: #111;
    letter-spacing: -3px;
    margin: 0;
}

/* Dinamik kelime */
.agency-vision-sec .dynamic-word-wrapper {
    display: inline-block;
    position: relative;
    color: #b8b8b8;
    min-width: 520px;
    height: 1em;
    vertical-align: baseline;
}

.agency-vision-sec .dynamic-word-wrapper b {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(18px);
    opacity: 0;
    white-space: nowrap;
    font-weight: 700;
    transition: opacity .45s ease, transform .45s ease;
}

.agency-vision-sec .dynamic-word-wrapper b.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.agency-vision-sec .dynamic-word-wrapper b.is-hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(-18px);
}

/* Avatar alanı */
.agency-vision-sec .avatar-orbit-container {
    position: relative;
    min-height: 260px;
}

.agency-vision-sec .orb-avatar {
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform .35s ease;
}

.agency-vision-sec .orb-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.agency-vision-sec .orb-avatar:hover {
    transform: scale(1.08);
}

/* Avatar pozisyonları */
.agency-vision-sec .avatar-1 {
    left: 22%;
    top: 20px;
}

.agency-vision-sec .avatar-2 {
    left: 50%;
    top: 95px;
    transform: translateX(-50%);
}

.agency-vision-sec .avatar-3 {
    right: 22%;
    top: 45px;
}

.agency-vision-sec .avatar-4 {
    left: 12%;
    bottom: 0;
}

.agency-vision-sec .avatar-5 {
    right: 12%;
    bottom: 10px;
}

/* Tooltip */
.agency-vision-sec .orb-avatar::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    pointer-events: none;
    font-weight: 600;
}

.agency-vision-sec .orb-avatar:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: -44px;
}

/* Mobil */
@media (max-width: 767px) {
    .agency-vision-sec {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .agency-vision-sec .avatar-orbit-container {
        min-height: 170px;
    }

    .agency-vision-sec .orb-avatar {
        width: 64px;
        height: 64px;
    }

    .agency-vision-sec .avatar-1 {
        left: 8%;
        top: 10px;
    }

    .agency-vision-sec .avatar-2 {
        left: 50%;
        top: 45px;
    }

    .agency-vision-sec .avatar-3 {
        right: 8%;
        top: 10px;
    }

    .agency-vision-sec .avatar-4 {
        left: 22%;
        bottom: 0;
    }

    .agency-vision-sec .avatar-5 {
        right: 22%;
        bottom: 0;
    }

    .agency-vision-sec .main-motto-title {
        font-size: 42px;
        line-height: 1;
        letter-spacing: -2px;
    }

    .agency-vision-sec .dynamic-word-wrapper {
        min-width: 100%;
        height: 1em;
    }
}
.typewriter-text {
    color: #b8b8b8;
}

.typewriter-cursor {
    color: #FF9900;
    animation: cursorBlink .8s infinite;
}

@keyframes cursorBlink {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}
.at-btn.bg-transparent,
.at-btn.bg-transparent .text-uppercase {
    justify-content: flex-start !important;
    text-align: left !important;
}

.at-btn.bg-transparent {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}
.agency-vision-sec .main-motto-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    line-height: 0.95;
}

.agency-vision-sec .motto-top,
.agency-vision-sec .motto-bottom {
    display: block;
}

.agency-vision-sec .typewriter-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.1em;
}

.agency-vision-sec .typewriter-text {
    display: inline-block;
    white-space: nowrap;
}

.agency-vision-sec .typewriter-cursor {
    color: #ff9800;
    margin-left: 6px;
}
.brand-marquee {
    width: 100%;
    overflow: hidden;
}

.brand-marquee__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 64px;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
    animation: brandMarquee 60s linear infinite;
}

.brand-marquee__item {
    flex: 0 0 auto;
}

.brand-marquee .brand-item {
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-marquee .brand-item img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes brandMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .brand-marquee__list {
        gap: 44px;
        animation-duration: 40s;
    }

    .brand-marquee .brand-item {
        min-width: 150px;
    }

    .brand-marquee .brand-item img {
        max-width: 140px;
        max-height: 70px;
    }
}
.partner-contact-block {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 48px !important;
    text-align: center !important;
}

.partner-contact-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    min-width: 190px;
    line-height: 1 !important;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}

.partner-contact-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    overflow: visible !important;
}

.partner-contact-icon img {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    transition: transform .25s ease;
}

.partner-contact-link:hover .partner-contact-icon img {
    animation: phoneShake .45s ease-in-out;
}

@keyframes phoneShake {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(-14deg); }
    40% { transform: rotate(14deg); }
    60% { transform: rotate(-10deg); }
    80% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}

.partner-contact-text {
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.partner-contact-block p {
    margin: 0 !important;
    max-width: 420px;
}

@media (max-width: 767px) {
    .partner-contact-block {
        flex-direction: column !important;
        gap: 18px !important;
    }

    .partner-contact-link {
        min-width: auto;
    }
}
.partner-contact-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    text-align: center !important;
}
.partner-contact-block {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
}
.partner-contact-block {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
}

@media (max-width: 767px) {
    .partner-contact-block {
        gap: 10px !important;
        padding: 20px 16px 28px !important;
    }

    .partner-contact-block p {
        font-size: 14px !important;
        line-height: 1.35 !important;
        max-width: 300px !important;
        order: 1;
    }

    .partner-contact-link {
        order: 2;
        margin-top: 6px !important;
        gap: 7px !important;
    }

    .partner-contact-icon {
        width: 16px !important;
        height: 16px !important;
        flex: 0 0 16px !important;
    }

    .partner-contact-icon img {
        width: 12px !important;
        height: 12px !important;
    }

    .partner-contact-text {
        font-size: 14px !important;
    }
}
@media (max-width: 767px) {
    .partner-contact-block {
        flex-direction: column !important;
    }

    .partner-contact-block p {
        order: 1;
    }

    .partner-contact-link {
        order: 2;
    }
}
/* =========================================================
   WHATSAPP FLOATING BUTTON - ELEVENTY MINIMAL PREMIUM V2
   Footer.php değişmez. Eski .orisa-fixed-whatsapp CSS'ini silip bunu ekle.
   ========================================================= */

.orisa-fixed-whatsapp {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9998;
  height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px 6px 7px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none !important;
  overflow: hidden;

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 250, 242, 0.88) 100%);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow:
    0 18px 45px rgba(15, 15, 15, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: all 0.28s ease;
}

.orisa-fixed-whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(37, 211, 102, 0.14), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(255, 153, 0, 0.16), transparent 38%);
  pointer-events: none;
}

.orisa-fixed-whatsapp::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 153, 0, 0.08);
  pointer-events: none;
}

.orisa-fixed-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 60px rgba(15, 15, 15, 0.18),
    0 12px 28px rgba(255, 153, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Eski glow'u daha zarif hale getiriyoruz */
.orisa-fixed-whatsapp .whatsapp-glow {
  position: absolute;
  width: 74px;
  height: 74px;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.16);
  filter: blur(18px);
  pointer-events: none;
}

/* Orijinal WhatsApp ikonunu koruyan alan */
.orisa-fixed-whatsapp .whatsapp-icon-wrapper {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  background: #25D366;
  color: #ffffff;
  box-shadow:
    0 10px 24px rgba(37, 211, 102, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.orisa-fixed-whatsapp .whatsapp-icon-wrapper svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* Metin artık siyah/premium, daha az bağırıyor */
.orisa-fixed-whatsapp .whatsapp-text {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 76px;
  line-height: 1;
  overflow: hidden;
}

.orisa-fixed-whatsapp .whatsapp-text .text-1,
.orisa-fixed-whatsapp .whatsapp-text .text-2 {
  display: block;
  color: #111111;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.orisa-fixed-whatsapp .whatsapp-text .text-2 {
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  opacity: 0;
  color: #ff9900;
}

.orisa-fixed-whatsapp:hover .whatsapp-text .text-1 {
  transform: translateY(-100%);
  opacity: 0;
}

.orisa-fixed-whatsapp:hover .whatsapp-text .text-2 {
  transform: translateY(-100%);
  opacity: 1;
}

/* Footer üstünde çok baskın durmasın */
.eleventy-premium-footer ~ .orisa-fixed-whatsapp,
footer ~ .orisa-fixed-whatsapp {
  box-shadow:
    0 18px 45px rgba(15, 15, 15, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Mobil */
@media (max-width: 767px) {
  .orisa-fixed-whatsapp {
    right: 18px;
    bottom: 18px;
    height: 52px;
    padding: 6px 15px 6px 6px;
    gap: 9px;
  }

  .orisa-fixed-whatsapp .whatsapp-icon-wrapper {
    width: 39px;
    height: 39px;
    min-width: 39px;
  }

  .orisa-fixed-whatsapp .whatsapp-icon-wrapper svg {
    width: 19px;
    height: 19px;
  }

  .orisa-fixed-whatsapp .whatsapp-text {
    min-width: 70px;
  }

  .orisa-fixed-whatsapp .whatsapp-text .text-1,
  .orisa-fixed-whatsapp .whatsapp-text .text-2 {
    font-size: 13px;
  }
}

/* Çok dar ekranlarda sadece ikon */
@media (max-width: 374px) {
  .orisa-fixed-whatsapp {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
  }

  .orisa-fixed-whatsapp .whatsapp-text {
    display: none;
  }

  .orisa-fixed-whatsapp .whatsapp-icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.partner-contact-block {
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .alt-portfolio-area [class*="content"],
    .alt-portfolio-area [class*="text"] {
        padding-bottom: 25px !important;
    }
}
@media (max-width: 767px) {
    .alt-portfolio-thumb .alt-portfolio-btn {
        padding: 22px 18px 34px !important;
        display: flex !important;
        align-items: flex-end !important;
    }

    .alt-portfolio-thumb .alt-portfolio-btn .content {
        width: 100% !important;
        padding-bottom: 14px !important;
    }

    .alt-portfolio-thumb .alt-portfolio-btn .content h4 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }

    .alt-portfolio-thumb .alt-portfolio-btn .content p {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }
}
@media (max-width: 767px) {
    .alt-portfolio-thumb .fz-font-label {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: max-content !important;
        height: 34px !important;
        padding: 0 18px !important;
        margin-bottom: 16px !important;
        font-size: 12px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        border-radius: 999px !important;
    }

    .alt-portfolio-thumb .alt-portfolio-btn .content h4 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
.sec-2-home-2 .bg-coating .at-btn i svg,
.sec-2-home-2 .bg-coating .at-btn i svg path {
    fill: #fff !important;
    stroke: none !important;
}
@media (max-width: 767px) {

    .home-2-section-9 .row {
        gap: 28px;
    }

    .home-2-section-9 .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .home-2-section-9 .counter-title {
        margin-bottom: 10px !important;
    }

    .home-2-section-9 h3 {
        line-height: 1.35 !important;
    }
}
@media (max-width: 767px) {

    .home-2-section-9 .counter-title {
        display: flex !important;
        align-items: baseline !important;
        justify-content: center !important;
        gap: 0 !important;
        line-height: 1 !important;
    }

    .home-2-section-9 .counter-title .odometer {
        display: inline-flex !important;
        align-items: baseline !important;
        line-height: 1 !important;
    }

    .home-2-section-9 .counter-title .counter-suffix {
        display: inline-flex !important;
        align-items: baseline !important;
        line-height: 1 !important;
        margin-left: 2px !important;
        transform: translateY(0.03em);
    }

    .home-2-section-9 .odometer-inside {
        display: flex !important;
        align-items: baseline !important;
    }
}
@media (max-width: 767px) {

    .home-2-section-9 .counter-title {
        white-space: nowrap !important;
        display: block !important;
        text-align: center !important;
    }

    .home-2-section-9 .counter-title .odometer {
        display: inline-block !important;
        vertical-align: middle !important;
        line-height: 1 !important;
    }

    .home-2-section-9 .counter-title .counter-suffix {
        display: inline-block !important;
        vertical-align: middle !important;
        line-height: 1 !important;

        margin-left: -0.08em !important;
        position: relative;
        top: -0.02em;
    }

    .home-2-section-9 .odometer-inside {
        display: inline !important;
    }

    .home-2-section-9 .odometer-digit {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .home-2-section-9 .odometer {
        letter-spacing: 0 !important;
        display: inline-block !important;
        vertical-align: baseline !important;
        overflow: visible !important;
    }

    .home-2-section-9 .odometer-inside {
        display: inline-block !important;
        letter-spacing: 0 !important;
        overflow: visible !important;
    }

    .home-2-section-9 .odometer-digit {
        width: auto !important;
        min-width: 0.58em !important;
        margin: 0 !important;
        overflow: visible !important;
    }

	.home-2-section-9 .counter-title .counter-suffix {
        margin-left: 0.08em !important;
    }

    /* sadece M+ için */
    .home-2-section-9 .counter-title .counter-suffix:not(:contains("%")) {
        margin-left: 0.14em !important;
    }
	
    .home-2-section-9 .counter-title {
        white-space: nowrap !important;
        text-align: center !important;
    }
}
@media (max-width: 767px) {

    .home-2-section-9 .counter-title .odometer-digit {
        min-width: 0.7em !important;
        width: 0.7em !important;
    }

    .home-2-section-9 .counter-title .odometer-inside {
        overflow: visible !important;
    }

    .home-2-section-9 .counter-title .odometer {
        overflow: visible !important;
        padding-right: 4px !important;
    }
}
@media (max-width: 767px) {
    .home-2-section-9 .counter-suffix-m {
        transform: translate(3px, -0.06em) !important;
        display: inline-block !important;
        vertical-align: baseline !important;
        line-height: 1 !important;
    }
}
@media (max-width: 767px) {

    /* yorum animasyonu kalsın */
    .testimonial-scroll-wrap {
        margin-bottom: -180px !important;
    }

    /* gereksiz uzun alanı azalt */
    .testimonial-scroll-section {
        padding-bottom: 0 !important;
    }

    .testimonial-scroll-wrap .scroll-section {
        min-height: auto !important;
    }
}



/**/
/* SADECE MOBİL İÇİN RESPONSIVE DÜZELTMELERİ (Masaüstünü Etkilemez) */
@media (max-width: 991.98px) {
    /* Dev Fontları ve Taşmaları Küçültme */
    .hero-2-title.fz-150 { font-size: 55px !important; line-height: 1.1 !important; white-space: normal !important; }
    .fz-80 { font-size: 30px !important; }
    .fz-ds-1 { font-size: 40px !important; line-height: 1.2 !important; white-space: normal !important; }
    .fz-ds-1.text-nowrap { white-space: normal !important; }
    .fz-font-3xl { font-size: 24px !important; line-height: 1.3 !important; }
    .fz-font-2xl { font-size: 18px !important; line-height: 1.5 !important; }
    
    /* Mobil İçin Dev Boşlukları (Padding/Margin) Optimize Etme */
    .pt-130, .pt-120, .pt-100, .pt-90, .pt-85 { padding-top: 60px !important; }
    .pb-130, .pb-120, .pb-100, .pb-90 { padding-bottom: 60px !important; }
    .mb-60, .mb-50 { margin-bottom: 30px !important; }
    .mt-70, .mt-60, .mt-50, .mt-40 { margin-top: 30px !important; }
    .mx-2, .mx-4 { margin-left: 0 !important; margin-right: 0 !important; }
    
    /* Konteyner ve Arka Plan Responsive Uyumu */
    .container-2200 { padding-left: 15px !important; padding-right: 15px !important; }
    .bg-coating, .home-2-section-12, .alt-portfolio-area { border-radius: 20px !important; }
    .bg-coating video { object-position: center !important; }
    
    /* Grid ve Flex Taşan Öğeleri Alt Alta Alma */
    .sec-2-home-2 .d-flex.align-items-center.justify-content-between { flex-wrap: wrap; justify-content: center !important; gap: 20px; }
    .divider-logo { max-width: 100px; height: auto; }
    .at-hero-social.style-2 { flex-wrap: wrap; gap: 10px; }
    .change-price-plan { justify-content: center !important; margin-top: 20px; }
    
    /* Ödüller (Awards) Alanı */
    .card-award-link { flex-direction: column; align-items: flex-start; gap: 15px; text-align: left; }
    .card-award-icon.ms-auto { margin-left: 0 !important; margin-top: 10px; }
    
    /* Blog ve İçerik Kartları */
    .blog-card-2 { flex-direction: column !important; align-items: flex-start !important; gap: 20px !important; }
    .blog-card-2__left, .blog-card-2__thumb, .blog-card-2__right { width: 100% !important; padding: 0 !important; }
    .blog-card-2__thumb img { width: 100%; height: auto; border-radius: 12px; }
    
    /* Testimonials (Müşteri Yorumları) */
    .testimonial-cart-wrap { padding: 25px 20px !important; }
    .testimonial-content-text { font-size: 18px !important; }
    .testimonial-author { flex-direction: column; align-items: flex-start; gap: 15px; }
    
    /* Video Pop-up Butonu */
    .postbox-scroll-zoom-play h1 { display: none !important; }
}

@media (max-width: 575.98px) {
    /* Telefonların Çok Küçük Ekranları İçin Ekstra Küçültme */
    .hero-2-title.fz-150 { font-size: 42px !important; }
    .fz-ds-1 { font-size: 32px !important; }
    .hero-2-title sup { top: -0.5em !important; }
    .card-award-image { width: 60px; height: 60px; }
}
/* === SADECE MOBİL VE HOVER DÜZELTMELERİ === */

/* KESİN ÇÖZÜM: Boyutları bozmadan sadece dışarı taşan hayalet kuyruğu hapseder */
.hero-2-title.at-title-text {
    overflow: hidden !important; /* Kutusundan dışarı taşan (ve iz bırakan) sızıntıları keser */
    display: block !important;   /* Kesme işleminin çalışması için zorunlu yapı */
    transition: color 0.3s ease !important;
}

/* Başlığın üzerine gelince Turuncu Olması */
.hero-2-title.at-title-text:hover,
.hero-2-title.at-title-text:active {
    color: #FF9900 !important; /* Temanın turuncu rengi */
}

@media (max-width: 991.98px) {
    /* Animasyonun metni saçma sapan bölmesini / alt alta atmasını engeller */
    .hero-2-title.fz-150 { 
        font-size: 11vw !important; 
        line-height: 1.1 !important; 
        white-space: nowrap !important; 
        display: block !important;
    }
    .hero-2-title sup.fz-80 { font-size: 5vw !important; top: -0.5em !important; }
}

@media (max-width: 767.98px) {
    .sec-1-home-2 .pt-90 { padding-top: 40px !important; }
    .sec-1-home-2 .pb-90 { padding-bottom: 40px !important; }

    /* Görseldeki gibi Logo ve Üst Metni Yan Yana Alır */
    .sec-1-home-2 .row.g-4 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start !important; 
    }
    .sec-1-home-2 .row.g-4 > div:nth-child(1) {
        width: 25% !important; 
        flex: 0 0 25% !important;
        margin-top: 0 !important;
    }
    .sec-1-home-2 .row.g-4 > div:nth-child(2) {
        width: 75% !important; 
        flex: 0 0 75% !important;
        margin-top: 0 !important;
        padding-left: 15px;
    }
    .sec-1-home-2 .row.g-4 > div:nth-child(3) {
        width: 100% !important; 
        flex: 0 0 100% !important;
        margin-top: 25px !important;
    }

    /* Logonun Sünmesini Engeller */
    .sec-1-home-2 .ripple-image {
        height: auto !important;
        display: block;
    }
    .sec-1-home-2 .ripple-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Üst Metin Ayarları */
    .alt-hero-service.mt-40 { margin-top: 0 !important; }
    .alt-hero-service .fz-font-md { font-size: 13px !important; line-height: 1.4 !important; display: block; }
    .alt-hero-service svg { width: 24px; height: 24px; margin-bottom: 5px; }

    /* Sosyal Medya Butonları */
    .at-hero-social.style-2 {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
    .at-hero-social.style-2 a {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px;
        padding: 6px 14px !important;
        border: 1px solid #1a1a1a !important;
        border-radius: 20px !important;
        font-size: 13px !important;
        color: #1a1a1a !important;
    }
}
/* Header sağ CTA butonu */
.header-analysis-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #FF9900;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.25s ease;
}

.header-analysis-btn:hover {
  background: #1D1D1D;
  color: #fff !important;
}

/* Sağ ikonlar gizli kalsın, sadece CTA görünsün */
.at-header-search-btn,
.dark-light-mode,
.at-header-sidebar-btn,
.at-menu-bar {
  display: none !important;
}

/* Sağ alan komple kapanmasın */
.at-header-right {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

@media (max-width: 1199px) {
  .header-analysis-btn {
    display: none !important;
  }
}
/* Analysis Popup */
.analysis-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.analysis-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.analysis-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.72);
  backdrop-filter: blur(6px);
}

.analysis-popup-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.25s ease;
}

.analysis-popup.is-active .analysis-popup-content {
  transform: translateY(0) scale(1);
}

.analysis-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 25px;
  line-height: 1;
  z-index: 3;
}

.analysis-popup-close:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.analysis-popup-header {
  padding: 42px 42px 24px;
  border-bottom: 1px solid #efefef;
}

.analysis-popup-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.1);
  color: #FF9900;
  font-size: 13px;
  font-weight: 700;
}

.analysis-popup-header h2 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.analysis-popup-header p {
  margin: 13px 0 0;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.analysis-popup-form {
  padding: 28px 42px 38px;
}

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

.analysis-form-group {
  margin-bottom: 16px;
}

.analysis-form-group label {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.analysis-form-group input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 50px;
  outline: none;
}

.analysis-form-group input:focus {
  border-color: #FF9900;
  box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.12);
}

.analysis-popup-button {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  border: none;
  border-radius: 999px;
  background: #FF9900;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.analysis-popup-button:hover {
  background: #111;
  color: #fff;
}

.analysis-form-status {
  display: none;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

body.analysis-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .analysis-popup {
    padding: 16px;
    align-items: flex-start;
    padding-top: 60px;
  }

  .analysis-popup-content {
    max-height: calc(100vh - 90px);
    border-radius: 18px;
  }

  .analysis-popup-header {
    padding: 34px 22px 20px;
  }

  .analysis-popup-header h2 {
    font-size: 23px;
  }

  .analysis-popup-form {
    padding: 24px 22px 30px;
  }

  .analysis-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* Popup varsayılan kapalı durum - güçlü reset */
#analysisPopup.analysis-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Sadece butona basınca görünür */
#analysisPopup.analysis-popup.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
/* Popup varsayılan olarak tamamen kapalı başlasın */
#analysisPopup.analysis-popup {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Sadece JS is-active ekleyince açılsın */
#analysisPopup.analysis-popup.is-active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
/* Hizmet kartları okunabilirlik overlay */
.sec-2-services .at-service-card {
  isolation: isolate;
}

.sec-2-services .service-card-readable-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.38) 0%,
    rgba(0, 0, 0, 0.58) 48%,
    rgba(0, 0, 0, 0.82) 100%
  );
}

.sec-2-services .at-service-card-content {
  z-index: 2;
}

.sec-2-services .at-service-card-content,
.sec-2-services .at-service-card-content h3,
.sec-2-services .at-service-card-content h3 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-content p {
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.sec-2-services .at-service-card-content h3 {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}
.sec-2-services .at-service-card.card-2 > a.p-absolute {
  width: 100%;
  height: 100%;
}

.sec-2-services .at-service-card.card-2 > a.p-absolute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* 2. ve 4. kart görseli kartın tamamına otursun */
.sec-2-services .at-service-card.card-2 > a.p-absolute {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.sec-2-services .at-service-card.card-2 > a.p-absolute img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center top;
}
/* Footer servis tag ok renk düzeltmesi */
.footer-2-border .at-btn,
.footer-2-border .at-btn span,
.footer-2-border .at-btn i {
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-2-border .at-btn i svg,
.footer-2-border .at-btn i svg path {
  fill: rgba(255, 255, 255, 0.5) !important;
  stroke: none !important;
}

.footer-2-border .at-btn:hover,
.footer-2-border .at-btn:hover span,
.footer-2-border .at-btn:hover i {
  color: #fff !important;
}

.footer-2-border .at-btn:hover i svg,
.footer-2-border .at-btn:hover i svg path {
  fill: #fff !important;
  stroke: none !important;
}

/* DİJİTAL VARLIK YÖNETİMİ TEMPLATE CSS */
.analysis-form-container {
    max-width: 750px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.form-header {
    text-align: center;
    margin-bottom: 35px;
}

.form-header h2 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.form-header p {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.6;
}

.custom-analysis-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 15px;
    color: #111827;
    background-color: #F9FAFB;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* Form Odaklanma Efekti (Özgünleştirilmiş Renk Geçişi) */
.form-group input:focus {
    outline: none;
    border-color: #4F46E5;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}

.form-submit {
    margin-top: 10px;
}

/* Dönüşüm Odaklı Buton */
.form-submit button {
    width: 100%;
    padding: 16px 24px;
    background: #111827;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.form-submit button:hover {
    background: #1F2937;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.15);
}

.form-submit button svg {
    transition: transform 0.2s ease;
}

.form-submit button:hover svg {
    transform: translateX(4px);
}

.form-privacy-note {
    text-align: center;
    font-size: 12px;
    color: #9CA3AF;
    margin-top: 10px;
}

/* Mobil Uyum (Responsive) */
@media (max-width: 640px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-group.full-width {
        grid-column: span 1;
    }
    .analysis-form-container {
        padding: 24px;
        margin: 20px 10px;
    }
    .form-header h2 {
        font-size: 22px;
    }
}
/* Footer büyük başlık düzenleme */
.footer-2-connect-title {
  font-size: clamp(60px, 8vw, 100px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  white-space: normal !important;
}

/* JS harfleri span'a böldüğü için harf aralığını spanlara da uygula */
.footer-2-connect-title .char {
  letter-spacing: -0.015em !important;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-2-connect-title {
    font-size: clamp(52px, 11vw, 96px) !important;
    letter-spacing: -0.035em !important;
  }
}

/* Mobil */
@media (max-width: 575px) {
  .footer-2-connect-title {
    font-size: 48px !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
  }
}
.footer-2-connect-title {
  font-size: clamp(60px, 8vw, 100px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.025em !important;
  white-space: normal !important;
}

.footer-2-connect-title .char {
  letter-spacing: 0 !important;
}
/* ================================
   FOOTER RESPONSIVE FIX
================================ */

/* Footer genel mobil nefes alanı */
@media (max-width: 767px) {
  footer .at-footer-area {
    padding-top: 64px !important;
  }

  footer .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  footer .row.g-5 {
    row-gap: 38px !important;
  }
}

/* Logo + iletişim bloğu */
@media (max-width: 767px) {
  footer .col-lg-4 > .d-flex.flex-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
  }

  footer .at-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  footer .at-header-logo p {
    font-size: 22px !important;
  }

  footer .col-lg-4 p.h6 {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  footer .col-lg-4 p.h6 a {
    word-break: break-word !important;
  }
}

/* Footer menü kolonları */
@media (max-width: 767px) {
  footer .alt-footer-link-item-wrap {
    row-gap: 0 !important;
  }

  footer .alt-footer-link-item {
    width: 50% !important;
    flex: 0 0 50% !important;
  }

  footer .alt-footer-link-item ul li {
    margin-bottom: 12px !important;
  }

  footer .alt-footer-link-item ul li a {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
}

/* Sosyal medya alanı mobilde görünür ve düzenli olsun */
.footer-social-col {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

@media (max-width: 767px) {
  .footer-social-col {
    display: flex !important;
    margin-top: 6px !important;
  }

  .footer-social-col .at-hero-social {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .footer-social-col .at-hero-social a {
    font-size: 13px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
  }
}

/* Alt border alanı */
@media (max-width: 767px) {
  footer .footer-2-border {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  footer .footer-2-border .row.align-items-end {
    align-items: flex-start !important;
    row-gap: 22px !important;
  }

  footer .footer-2-border .text-end {
    text-align: left !important;
  }

  footer .footer-2-hours h3 {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }
}

/* Büyük footer başlığı */
.footer-2-connect-title {
  font-size: clamp(60px, 8vw, 100px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.025em !important;
  white-space: normal !important;
  max-width: 100% !important;
}

.footer-2-connect-title .char {
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  .footer-2-connect-title {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.015em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .footer-2-border .at-title-anim {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 380px) {
  .footer-2-connect-title {
    font-size: 40px !important;
  }
}

/* Hizmet tag alanı mobilde de görünsün */
.footer-service-tags-row {
  display: block !important;
}

.footer-service-tags {
  list-style: none !important;
}

@media (max-width: 767px) {
  .footer-service-tags {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding-top: 26px !important;
  }

  .footer-service-tags li {
    width: 100% !important;
  }

  .footer-service-tags .at-btn {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .footer-service-tags .at-btn > span {
    max-width: calc(100% - 24px) !important;
  }

  .footer-service-tags .at-btn i {
    flex: 0 0 auto !important;
  }
}

/* Footer servis tag ok renk düzeltmesi - scoped */
.footer-service-tags .at-btn,
.footer-service-tags .at-btn span,
.footer-service-tags .at-btn i {
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-service-tags .at-btn i svg,
.footer-service-tags .at-btn i svg path {
  fill: rgba(255, 255, 255, 0.5) !important;
  stroke: none !important;
}

.footer-service-tags .at-btn:hover,
.footer-service-tags .at-btn:hover span,
.footer-service-tags .at-btn:hover i {
  color: #fff !important;
}

.footer-service-tags .at-btn:hover i svg,
.footer-service-tags .at-btn:hover i svg path {
  fill: #fff !important;
}
/* Footer desktop başlık hizalama düzeltmesi */
@media (min-width: 768px) {
  footer .footer-2-border .row.align-items-end {
    align-items: flex-end !important;
  }

  footer .footer-2-border .col-lg-10.col-md-8 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  footer .footer-2-border .at-footer-copyright {
    display: block !important;
    width: 100% !important;
    margin-bottom: 18px !important;
    text-align: left !important;
  }

  footer .footer-connect-title-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  footer .footer-connect-title-wrap .footer-2-connect-title {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    transform-origin: left center !important;
  }
}
/* Footer mobil başlık: animasyonlu ama küçük */
@media (max-width: 767px) {
  footer .footer-connect-title-mobile {
    display: inline-block !important;
    width: fit-content !important;
    max-width: 100% !important;
    overflow: hidden !important;
    line-height: 1 !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  footer .footer-2-connect-title-mobile {
    display: block !important;
    font-size: 40px !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  footer .footer-2-connect-title-mobile span {
    display: inline-block !important;
    line-height: 1 !important;
    text-shadow: 0 1.05em var(--at-theme-primary) !important;
    transition:
      translate 0.5s calc((var(--char) - 1) * 0.024s) var(--basic-ease),
      text-shadow 0.175s calc((var(--char) - 1) * 0.024s + 0.225s) ease !important;
  }

  /* Mobilde dokununca çalışacak class */
  footer .footer-connect-title-mobile.is-active .at-title-text span {
    text-shadow: 0 1.05em currentColor !important;
    translate: 0 -1.05em 0 !important;
  }
}

@media (max-width: 380px) {
  footer .footer-2-connect-title-mobile {
    font-size: 36px !important;
  }
}
/* Footer mobil başlık + çalışma saati arası boşluk düzeltme */
@media (max-width: 767px) {
  footer .footer-2-border .row.align-items-end.g-4 {
    row-gap: 12px !important;
  }

  footer .footer-2-border .col-lg-2.col-md-4 {
    margin-top: 0 !important;
  }

  footer .footer-2-border .col-lg-2.col-md-4 .d-flex {
    margin-bottom: 0 !important;
    gap: 0 !important;
  }

  footer .footer-2-hours {
    margin-top: 0 !important;
  }

  footer .footer-2-hours span {
    margin-bottom: 2px !important;
  }

  footer .footer-2-hours h3 {
    margin-bottom: 0 !important;
  }
}
/* Anasayfa hero logo + mobil düzen */
.home-hero-logo-box {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-hero-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Üst hero alanı mobil toparlama */
@media (max-width: 767px) {
  .sec-1-home-2 {
    padding-top: 0 !important;
  }

  .sec-1-home-2 .overflow-hidden.p-relative.pt-90.pb-90 {
    padding-top: 42px !important;
    padding-bottom: 48px !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end {
    align-items: flex-start !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end > div:nth-child(1) {
    width: 28% !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end > div:nth-child(2) {
    width: 72% !important;
    flex: 0 0 72% !important;
    max-width: 72% !important;
    padding-left: 10px !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end > div:nth-child(3) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 22px !important;
  }

  .home-hero-logo-box {
    max-width: 92px;
    aspect-ratio: 1 / 1;
  }

  .alt-hero-service.mt-40 {
    margin-top: 0 !important;
  }

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

  .alt-hero-service svg {
    width: 24px !important;
    height: 24px !important;
  }

  .alt-hero-service .fz-font-md {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .hero-tags {
    display: block !important;
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .hero-2-title.fz-150 {
    font-size: clamp(42px, 12vw, 64px) !important;
    line-height: 0.95 !important;
    white-space: nowrap !important;
  }

  .hero-2-title sup.fz-80 {
    font-size: 0.34em !important;
    top: -0.8em !important;
  }

  .sec-1-home-2 .d-flex.flex-wrap.align-items-center.justify-content-between {
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  .sec-1-home-2 .at-hero-social.style-2 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .sec-1-home-2 .at-hero-social.style-2 a {
    font-size: 12px !important;
    padding: 6px 11px !important;
  }

  .sec-1-home-2 a[href^="tel"] p {
    font-size: 14px !important;
  }
}
/* Anasayfa mobil hero - header çakışmasını engelle */
@media (max-width: 767px) {
  .sec-1-home-2 {
    padding-top: 92px !important;
  }

  .sec-1-home-2 > .overflow-hidden.p-relative {
    padding-top: 34px !important;
  }
}
/* Anasayfa Neler Yapıyoruz - mobil spacing final */
@media (max-width: 767px) {

  /* Başlık-metni birbirinden ayıran h-100 / justify-content-between etkisini kır */
  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 > .d-flex.flex-column {
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 .h-100 {
    height: auto !important;
  }

  /* Başlık daha kompakt */
  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
    font-size: 42px !important;
    line-height: 1 !important;
    letter-spacing: -1.5px !important;
  }

  /* Başlıktan sonraki metin/listenin yukarı gelmesi */
  .at-service-area .scroll-section.vertical-section h1.service-title-custom + div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section p.fz-font-2xl {
    font-size: 16px !important;
    line-height: 1.34 !important;
    margin-bottom: 10px !important;
  }

  .at-service-area .scroll-section.vertical-section ul {
    font-size: 14px !important;
    line-height: 1.28 !important;
    margin-bottom: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section ul li {
    margin-bottom: 0 !important;
  }

  /* Görselin üst boşluğu */
  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    margin-top: 18px !important;
  }

  /* Kart altına güvenli boşluk */
  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-bottom: 180px !important;
  }
}
/* Hizmet sayfası hero H1 punto küçültme */
.service-hero-title {
  font-size: clamp(50px, 4.4vw, 88px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.055em !important;
}
.service-hero-title {
  display: block !important;
  font-size: clamp(48px, 4.2vw, 78px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  white-space: normal !important;
  max-width: 1180px !important;
  text-wrap: balance;
}
/* Hizmet sayfası süreç kartları - Türkçe karakter kesilme düzeltmesi */
.process-card__title {
  line-height: 1.18 !important;
  overflow: visible !important;
  padding-bottom: 4px !important;
}

.process-card__header {
  overflow: visible !important;
  align-items: flex-start !important;
}

.process-card__content {
  overflow: visible !important;
}

.process-card__desc {
  display: block !important;
  overflow: visible !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  text-overflow: unset !important;
  line-height: 1.55 !important;
}
/* Hizmet sayfası kartları - sadece mobilde metin hizalama */
@media (max-width: 767px) {
  .sec-2-services .at-service-card-content {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;

    margin: 24px !important;
    padding: 0 !important;
    max-width: calc(100% - 48px) !important;
  }

  .sec-2-services .at-service-card-content h3,
  .sec-2-services .at-service-card-content p,
  .sec-2-services .at-service-card-content .at-service-card-icon {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}
/* FAQ plus/minus ikon düzeltmesi - Font Awesome bağımsız */
.at-faq-button::before,
.at-faq-button::after {
  font-family: Arial, sans-serif !important;
  content: "−" !important;
  position: absolute;
  right: 0;
  top: -3px;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 30px;
  line-height: 35px;
  font-size: 22px;
  font-weight: 500;
  color: var(--at-common-black);
  transition: all 0.5s ease;
}

.at-faq-button.collapsed::after {
  content: "+" !important;
}

.at-faq-button.collapsed::before {
  content: "" !important;
}
/* Çalışmalarımız kartları - mobil görsel sığdırma, animasyon korunur */
@media (max-width: 767px) {

  .alt-portfolio-item .alt-portfolio-thumb {
    height: 400px !important;
    background: #f2f2f2 !important;
    overflow: hidden !important;
  }

  .alt-portfolio-item .alt-portfolio-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .alt-portfolio-item .alt-portfolio-thumb img.scale-img-from-to {
    transform-origin: center center !important;
  }
}
/* Ücretsiz Analiz Mobil Sayfası */
.mobile-analysis-page {
  min-height: 100vh;
  padding: 110px 16px 70px;
  background: #f5f5f5;
}

.mobile-analysis-section {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.mobile-analysis-card {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 28px 20px 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.mobile-analysis-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.10);
  color: #ff9900;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.mobile-analysis-card h1 {
  margin: 0 0 14px;
  color: #1d1d1d;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.mobile-analysis-card p {
  margin: 0 0 28px;
  color: #585959;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.mobile-analysis-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mobile-analysis-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-analysis-field label {
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.mobile-analysis-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  background: #fff;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 500;
  line-height: 52px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mobile-analysis-field input::placeholder {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.mobile-analysis-field input:focus {
  border-color: #ff9900;
  box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.12);
}

.mobile-analysis-submit {
  width: 100%;
  height: 56px;
  margin-top: 8px;
  border: none;
  border-radius: 999px;
  background: #ff9900;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}

.mobile-analysis-submit:hover {
  background: #111;
  color: #fff;
}

.mobile-analysis-submit:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.mobile-analysis-status {
  display: none;
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.mobile-analysis-status.is-success {
  display: block;
  background: rgba(69, 165, 87, 0.12);
  color: #257437;
}

.mobile-analysis-status.is-error {
  display: block;
  background: rgba(220, 38, 38, 0.10);
  color: #b91c1c;
}

.mobile-analysis-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* Tablet üstünde açılırsa yine düzgün dursun */
@media (min-width: 768px) {
  .mobile-analysis-card {
    padding: 38px;
  }

  .mobile-analysis-form {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 16px;
  }

  .mobile-analysis-field-full,
  .mobile-analysis-submit,
  .mobile-analysis-status {
    grid-column: 1 / -1;
  }

  .mobile-analysis-card h1 {
    font-size: 34px;
  }
}
/* Görüşme Talep Et linkini varsayılan olarak her yerde gizle */
.mobile-only-menu-item {
  display: none !important;
}

/* Masaüstü menüde ve masaüstü offcanvas'ta kesin gizle */
@media (min-width: 1200px) {
  .mobile-only-menu-item,
  .at-main-menu .mobile-only-menu-item,
  .at-offcanvas-menu .mobile-only-menu-item,
  .at-offcanvas-2-area .mobile-only-menu-item {
    display: none !important;
  }
}

/* Sadece mobil / tablet offcanvas menüde göster */
@media (max-width: 1199px) {
  .at-offcanvas-menu .mobile-only-menu-item {
    display: block !important;
    margin-top: 28px !important;
    width: 100% !important;
  }

  .at-offcanvas-menu .mobile-only-menu-item > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 220px !important;
    max-width: 100% !important;

    padding: 14px 24px !important;
    border-radius: 999px !important;

    background: #ff9900 !important;
    color: #fff !important;

    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    text-transform: none !important;
  }

  .at-offcanvas-menu .mobile-only-menu-item > a::before,
  .at-offcanvas-menu .mobile-only-menu-item > a::after {
    display: none !important;
  }
}
/* Hizmet sayfası hero görseli - dikey ortalama */
.sec-1-services .service-hero-visual {
  min-height: 620px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  overflow: visible !important;
}

.sec-1-services .service-hero-visual > div {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sec-1-services .service-hero-visual .layer {
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 620px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}

/* Tablet ve mobilde taşmayı önle */
@media (max-width: 991px) {
  .sec-1-services .service-hero-visual {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec-1-services .service-hero-visual .layer {
    max-width: 100%;
    max-height: none;
  }
}

/* =========================================================
   ELEVENTY ADS - ANASAYFA RESPONSIVE MASTER PATCH
   main.css en altına, sourceMappingURL satırından hemen ÖNCE ekle.
   ========================================================= */

/* 0) Güvenlik: yatay taşmayı ve flex taşmalarını kes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

main.bg-neutral-0 {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  main.bg-neutral-0 {
    overflow-x: hidden;
  }
}

main.bg-neutral-0 *,
main.bg-neutral-0 *::before,
main.bg-neutral-0 *::after {
  min-width: 0;
}

main.bg-neutral-0 img,
main.bg-neutral-0 video,
main.bg-neutral-0 svg {
  max-width: 100%;
}

.container-2200 {
  width: 100%;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

/* 1) Büyük başlıklar artık sadece 1920'ye göre davranmaz */
.hero-2-title.fz-150 {
  font-size: clamp(44px, 7.8vw, 150px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.065em !important;
  white-space: nowrap !important;
}

.hero-2-title sup.fz-80 {
  font-size: 0.34em !important;
  line-height: 0 !important;
  position: relative !important;
  top: -0.72em !important;
}

.sec-3-home-2 .at-section-title,
.sec-2-home-2 .at-section-title,
.section-fix .section-title,
.alt-portfolio-main-title,
.agency-vision-sec .main-motto-title {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

/* 2) 1400 altı: laptop/tablet boşlukları ve tipografi */
@media (max-width: 1399.98px) {
  .sec-1-home-2.pt-85 {
    padding-top: clamp(72px, 7vw, 95px) !important;
  }

  .sec-1-home-2 .overflow-hidden.p-relative.pt-90.pb-90 {
    padding-top: clamp(54px, 6vw, 78px) !important;
    padding-bottom: clamp(54px, 6vw, 78px) !important;
  }

  .sec-3-home-2.pt-130,
  .sec-5-home-2.pt-120,
  .home-2-section-7.pt-120 {
    padding-top: clamp(72px, 8vw, 110px) !important;
  }

  .sec-3-home-2.pb-130,
  .sec-5-home-2.pb-120,
  .home-2-section-7.pb-120 {
    padding-bottom: clamp(72px, 8vw, 110px) !important;
  }

  .at-service-area.pt-120,
  .alt-portfolio-area.pt-120,
  .section-fix.pt-120 {
    padding-top: clamp(70px, 7vw, 105px) !important;
  }

  .at-service-area.pb-80,
  .alt-portfolio-area.pb-120,
  .section-fix.pb-100 {
    padding-bottom: clamp(70px, 7vw, 105px) !important;
  }

  .sec-3-home-2 .at-section-title,
  .sec-2-home-2 .at-section-title {
    font-size: clamp(38px, 4.6vw, 64px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.045em !important;
  }

  .section-fix .section-title,
  .home-2-section-7 h2.fz-ds-1,
  .home-2-section-9 .counter-title,
  .alt-portfolio-main-title,
  .agency-vision-sec .main-motto-title {
    font-size: clamp(46px, 6.2vw, 96px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.05em !important;
  }

  .fz-font-2xl {
    font-size: clamp(18px, 1.8vw, 24px) !important;
    line-height: 1.38 !important;
  }

  .fz-font-3xl {
    font-size: clamp(22px, 2.2vw, 30px) !important;
    line-height: 1.25 !important;
  }
}

/* 3) Hero: 768-1399 arası gerçek responsive düzen */
@media (min-width: 768px) and (max-width: 1399.98px) {
  .sec-1-home-2 .row.g-4.align-items-end {
    align-items: flex-start !important;
    row-gap: 28px !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end > div:nth-child(1) {
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end > div:nth-child(2) {
    width: auto !important;
    flex: 1 1 0 !important;
    max-width: calc(100% - 180px) !important;
  }

  .sec-1-home-2 .row.g-4.align-items-end > div:nth-child(3) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .home-hero-logo-box {
    width: clamp(118px, 13vw, 170px) !important;
    max-width: clamp(118px, 13vw, 170px) !important;
  }

  .alt-hero-service.mt-40 {
    margin-top: clamp(6px, 1.5vw, 18px) !important;
  }

  .alt-hero-service ul {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .alt-hero-service .fz-font-md {
    font-size: clamp(14px, 1.35vw, 16px) !important;
    line-height: 1.38 !important;
  }

  .hero-tags {
    display: block !important;
    margin-top: 8px !important;
  }

  .sec-1-home-2 .d-flex.flex-wrap.align-items-center.justify-content-between {
    justify-content: flex-start !important;
    gap: 18px 28px !important;
  }
}

/* 4) Biz Kimiz video alanı + hizmet linkleri */
.sec-2-home-2 .bg-coating {
  isolation: isolate;
}

.sec-2-home-2 .container.pb-100 {
  padding-bottom: clamp(60px, 7vw, 100px) !important;
}

.sec-2-home-2 .bg-coating .row {
  row-gap: 28px !important;
}

.sec-2-home-2 .card-item__bg {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.sec-2-home-2 .bg-coating .at-btn-border-white {
  min-height: 74px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: normal !important;
  text-align: center !important;
}

.sec-2-home-2 .bg-coating .at-btn-border-white > span,
.sec-2-home-2 .bg-coating .at-btn-border-white .text-1,
.sec-2-home-2 .bg-coating .at-btn-border-white .text-2 {
  white-space: normal !important;
  line-height: 1.18 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .sec-2-home-2 .bg-coating .at-btn-border-white {
    min-height: 86px !important;
    padding: 18px 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .sec-2-home-2 .at-about-title-wrap {
    max-width: 640px;
  }

  .sec-2-home-2 .card-item__bg {
    max-width: 360px;
  }
}

/* 5) Partnerler + marka marquée */
@media (max-width: 1399.98px) {
  .sec-3-home-2 .at-about-title-wrap {
    gap: 22px !important;
  }

  .brand-marquee__list {
    gap: clamp(34px, 5vw, 58px) !important;
  }

  .brand-marquee .brand-item {
    min-width: clamp(135px, 16vw, 180px) !important;
  }

  .partner-contact-block {
    padding-inline: 16px !important;
  }
}

/* 6) Neler Yapıyoruz: pinned/scroll item taşmalarını kır */
.at-service-area .scroll-section.vertical-section ul.text-nowrap,
.at-service-area .scroll-section.vertical-section .text-nowrap {
  white-space: normal !important;
}

.at-service-area .scroll-section.vertical-section h1.service-title-custom,
.at-service-area .scroll-section.vertical-section h1.service-title-custom a {
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance;
}

.at-service-area .scroll-section.vertical-section .service-item img.img-cover {
  width: 100% !important;
  height: auto !important;
  max-height: min(58vh, 560px) !important;
  object-fit: contain !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .at-service-area .scroll-section.vertical-section .item,
  .at-service-area .scroll-section.vertical-section .item .container {
    min-height: auto !important;
    overflow: visible !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    align-items: center !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(56px, 6vw, 74px) !important;
    line-height: 0.98 !important;
    max-width: 100% !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 {
    width: 54% !important;
    flex: 0 0 54% !important;
    max-width: 54% !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    width: 46% !important;
    flex: 0 0 46% !important;
    max-width: 46% !important;
    margin-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom + div,
  .at-service-area .scroll-section.vertical-section .ps-3 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .at-service-area .scroll-section.vertical-section .item,
  .at-service-area .scroll-section.vertical-section .item .container {
    min-height: auto !important;
    overflow: visible !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-top: 62px !important;
    padding-bottom: 72px !important;
    align-items: flex-start !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .row {
    row-gap: 28px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6,
  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(48px, 8.2vw, 68px) !important;
    line-height: 1 !important;
    max-width: 100% !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom + div,
  .at-service-area .scroll-section.vertical-section .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item img.img-cover {
    max-height: 460px !important;
  }
}

/* 7) Ajans vizyon/typewriter alanı */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .agency-vision-sec .avatar-orbit-container {
    min-height: 230px !important;
  }

  .agency-vision-sec .orb-avatar {
    width: clamp(82px, 10vw, 108px) !important;
    height: clamp(82px, 10vw, 108px) !important;
  }

  .agency-vision-sec .typewriter-wrapper {
    max-width: 100%;
  }

  .agency-vision-sec .typewriter-text {
    white-space: normal !important;
  }
}

/* 8) Çalışmalarımız: offset ve negatif marginleri ara ekranlarda sıfırla */
@media (max-width: 1399.98px) {
  .alt-portfolio-main-title-wrap {
    margin-bottom: 38px !important;
  }

  .alt-portfolio-area [class*="offset-"] {
    margin-left: 0 !important;
  }

  .alt-portfolio-item-2,
  .alt-portfolio-item-3,
  .alt-portfolio-item-4,
  .alt-portfolio-item-6 {
    margin-top: 0 !important;
  }

  .alt-portfolio-area .row {
    row-gap: 26px !important;
  }

  .alt-portfolio-thumb {
    width: 100% !important;
    overflow: hidden !important;
  }

  .alt-portfolio-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .alt-portfolio-area .row > [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .alt-portfolio-thumb {
    aspect-ratio: 4 / 5;
    height: auto !important;
  }

  .alt-portfolio-btn {
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    transform: translateY(0) !important;
  }

  .alt-portfolio-btn .des {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* 9) Blog listesi ve sayaçlar */
@media (max-width: 1199.98px) {
  .home-2-section-7 .row.pt-120 {
    padding-top: clamp(50px, 7vw, 80px) !important;
  }

  .card-award-link {
    gap: 18px !important;
  }

  .card-award-date {
    flex: 0 0 155px !important;
  }

  .card-award-title {
    line-height: 1.18 !important;
  }

  .home-2-section-9 .row {
    justify-content: center !important;
    row-gap: 34px !important;
  }

  .home-2-section-9 .counter-title {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 0.04em !important;
    white-space: nowrap !important;
    font-size: clamp(46px, 7vw, 92px) !important;
    line-height: 0.95 !important;
  }

  .home-2-section-9 .odometer {
    letter-spacing: clamp(2px, 0.55vw, 8px) !important;
  }

  .home-2-section-9 h3.h6 {
    font-size: clamp(16px, 2vw, 20px) !important;
    line-height: 1.25 !important;
  }

  .award-description {
    align-items: flex-start !important;
  }

  .award-description .content h5 {
    font-size: clamp(22px, 3vw, 32px) !important;
    line-height: 1.22 !important;
  }
}

/* 10) Neden bizi seçtiler: pin/scroll kartları ara ekranlarda taşmasın */
@media (max-width: 1199.98px) {
  .section-fix .row.g-5 {
    row-gap: 34px !important;
  }

  .section-title-pin {
    position: relative !important;
    top: auto !important;
    height: auto !important;
  }

  .testimonial-scroll-wrap {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .testimonial-scroll-section,
  .testimonial-scroll-section .wrapper,
  .testimonial-scroll-section .list,
  .testimonial-scroll-section .item {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .testimonial-scroll-section .item {
    padding-bottom: 24px !important;
  }

  .testimonial-cart-wrap {
    height: auto !important;
    min-height: 0 !important;
  }

  .testimonial-content-text {
    -webkit-line-clamp: unset !important;
    max-height: none !important;
    overflow: visible !important;
    font-size: clamp(19px, 2.1vw, 27px) !important;
    line-height: 1.28 !important;
  }
}

/* 11) Son büyük video/zoom alanı ara ekranlarda 200dvh olmasın */
@media (max-width: 1199.98px) {
  .postbox-scroll-zoom .postbox-item-wrap {
    height: auto !important;
  }

  .postbox-scroll-zoom .postbox-item {
    height: auto !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .postbox-scroll-zoom .postbox-thumb {
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
  }

  .postbox-scroll-zoom-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .postbox-play-btn a {
    width: clamp(58px, 8vw, 78px) !important;
    height: clamp(58px, 8vw, 78px) !important;
  }
}

/* 12) Telefon: mevcut mobil görünümü bozmadan daha güvenli hale getir */
@media (max-width: 767.98px) {
  .container,
  .container-2200 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sec-1-home-2 {
    padding-top: 88px !important;
  }

  .sec-1-home-2 > .overflow-hidden.p-relative {
    border-radius: 24px !important;
  }

  .home-hero-logo-box {
    max-width: 92px !important;
  }

  .hero-2-title.fz-150 {
    font-size: clamp(39px, 11.4vw, 58px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.055em !important;
    white-space: nowrap !important;
  }

  .sec-1-home-2 .at-hero-social.style-2 {
    gap: 8px !important;
  }

  .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sec-2-home-2 .bg-coating .at-btn-border-white {
    min-height: auto !important;
    justify-content: center !important;
  }

  .at-service-area .scroll-section.vertical-section .item,
  .at-service-area .scroll-section.vertical-section .item .container {
    min-height: auto !important;
    overflow: visible !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-top: 48px !important;
    padding-bottom: 72px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item:last-child {
    min-height: auto !important;
  }

  .alt-portfolio-area .row > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .alt-portfolio-thumb {
    aspect-ratio: 4 / 5;
    height: auto !important;
  }

  .home-2-section-9 .col-lg-4 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .home-2-section-9 .counter-title {
    font-size: clamp(48px, 16vw, 70px) !important;
  }

  .award-description {
    flex-direction: column !important;
    gap: 18px !important;
  }

  .section-fix .section-title {
    font-size: clamp(42px, 12vw, 62px) !important;
  }
}

/* 13) Çok dar telefonlar */
@media (max-width: 390px) {
  .hero-2-title.fz-150 {
    font-size: clamp(36px, 10.8vw, 42px) !important;
  }

  .alt-hero-service .fz-font-md {
    font-size: 12px !important;
  }

  .at-btn .text-1,
  .at-btn .text-2 {
    font-size: 13px !important;
  }
}
/* =========================================================
   NELER YAPIYORUZ - RESPONSIVE FINAL FIX
   Sadece parallax/scroll hizmet kartlarındaki başlık + metin düzeni.
   main.css EN ALTINA ekle.
   ========================================================= */

/* Genel güvenlik: bu bölümde metinler taşmasın */
.at-service-area .scroll-section.vertical-section .service-item,
.at-service-area .scroll-section.vertical-section .service-item * {
  min-width: 0 !important;
}

.at-service-area .scroll-section.vertical-section .service-item .row {
  align-items: center !important;
}

/* Başlık sabit 86px kalmasın, ekrana göre aksın */
.at-service-area .scroll-section.vertical-section h1.service-title-custom {
  font-size: clamp(46px, 5.15vw, 86px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
  max-width: min(760px, 100%) !important;
  margin: 0 0 clamp(22px, 2.4vw, 42px) 0 !important;
  padding-bottom: 0 !important;
  white-space: normal !important;
  text-wrap: balance;
  overflow: visible !important;
}

.at-service-area .scroll-section.vertical-section h1.service-title-custom a {
  display: inline !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Paragraf okunur kalsın */
.at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
  font-size: clamp(17px, 1.28vw, 24px) !important;
  line-height: 1.42 !important;
  max-width: 560px !important;
  margin-bottom: 18px !important;
  padding-right: 0 !important;
}

/* Liste asla kelime kelime kırılmasın */
.at-service-area .scroll-section.vertical-section .service-item ul.text-nowrap,
.at-service-area .scroll-section.vertical-section .service-item ul {
  white-space: normal !important;
  margin: 0 !important;
  padding-left: 18px !important;
  line-height: 1.28 !important;
}

.at-service-area .scroll-section.vertical-section .service-item ul li {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.25 !important;
  margin-bottom: 7px !important;
}

/* İçerik kutusu h-100/justify-between yüzünden kopmasın */
.at-service-area .scroll-section.vertical-section .service-item .col-lg-6 > .d-flex.flex-column {
  justify-content: center !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Görsel güvenli kalsın */
.at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 .rounded-4 {
  width: 100% !important;
  max-width: 100% !important;
}

.at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* 
   KRİTİK ARALIK:
   1400-1599 arası Bootstrap xxl aktif oluyor.
   d-xxl-flex yan yana geçip listeyi sıkıştırıyor.
   Bu aralıkta paragraf + listeyi bilinçli şekilde alt alta alıyoruz.
*/
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .at-service-area .scroll-section.vertical-section .service-item > .container {
    max-width: 1320px !important;
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 {
    width: 48% !important;
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    width: 48% !important;
    flex: 0 0 48% !important;
    max-width: 48% !important;
    margin-left: 4% !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(64px, 5vw, 76px) !important;
    max-width: 620px !important;
    margin-bottom: 28px !important;
  }

  /* Bootstrap d-xxl-flex'i bu aralıkta kırıyoruz */
  .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    max-width: 100% !important;
    font-size: 21px !important;
    line-height: 1.38 !important;
    margin-bottom: 16px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .ps-xxl-5,
  .at-service-area .scroll-section.vertical-section .service-item .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    row-gap: 6px !important;
  }
}

/* 1200-1399: laptopta aynı düzen ama biraz daha kompakt */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .at-service-area .scroll-section.vertical-section .service-item > .container {
    max-width: 1140px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    width: 46% !important;
    flex: 0 0 46% !important;
    max-width: 46% !important;
    margin-left: 4% !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(56px, 5.2vw, 70px) !important;
    max-width: 540px !important;
    margin-bottom: 24px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    max-width: 100% !important;
    font-size: 19px !important;
    line-height: 1.38 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .ps-xxl-5,
  .at-service-area .scroll-section.vertical-section .service-item .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 22px !important;
    row-gap: 6px !important;
  }
}

/* 992-1199: tablet yatay / küçük laptop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 {
    width: 52% !important;
    flex: 0 0 52% !important;
    max-width: 52% !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    width: 44% !important;
    flex: 0 0 44% !important;
    max-width: 44% !important;
    margin-left: 4% !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(48px, 5.4vw, 62px) !important;
    max-width: 100% !important;
    margin-bottom: 22px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.36 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .ps-xxl-5,
  .at-service-area .scroll-section.vertical-section .service-item .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul li {
    font-size: 14px !important;
  }
}

/* 768-991: dikey tablet, görsel alta insin */
@media (min-width: 768px) and (max-width: 991.98px) {
  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .row {
    row-gap: 28px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-6,
  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(46px, 7.2vw, 62px) !important;
    max-width: 720px !important;
    margin-bottom: 22px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    max-width: 720px !important;
    font-size: 18px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .ps-xxl-5,
  .at-service-area .scroll-section.vertical-section .service-item .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 720px !important;
    column-gap: 24px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 .rounded-4 {
    max-width: 620px !important;
  }
}

/* Mobil: mevcut görünümü bozma, sadece metinleri garantiye al */
@media (max-width: 767.98px) {
  .at-service-area .scroll-section.vertical-section .service-item > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(38px, 11vw, 48px) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    max-width: 100% !important;
    margin-bottom: 16px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    font-size: 16px !important;
    line-height: 1.38 !important;
    max-width: 100% !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item .ps-xxl-5,
  .at-service-area .scroll-section.vertical-section .service-item .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul {
    display: block !important;
    padding-left: 18px !important;
  }

  .at-service-area .scroll-section.vertical-section .service-item ul li {
    font-size: 14px !important;
    line-height: 1.32 !important;
    margin-bottom: 5px !important;
  }
}
/* =========================================================
   NELER YAPIYORUZ - PARALLAX KATMAN BOYUTU FINAL FIX
   Silme yok. main.css EN ALTINA ekle.
   ========================================================= */

/* Bölüm kendi içinde kontrollü kalsın */
.at-service-area .scroll-section.vertical-section {
  position: relative !important;
  overflow: hidden !important;
}

/* Katman yüksekliğini cihazlara göre tek değişkenden yönetiyoruz */
.at-service-area .scroll-section.vertical-section {
  --service-panel-height: 100svh;
}

/* 768-991 tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .at-service-area .scroll-section.vertical-section {
    --service-panel-height: 920px;
  }
}

/* 992-1199 küçük laptop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .at-service-area .scroll-section.vertical-section {
    --service-panel-height: 780px;
  }
}

/* 1200-1599 ara masaüstü */
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .at-service-area .scroll-section.vertical-section {
    --service-panel-height: 760px;
  }
}

/* 1600+ geniş ekran */
@media (min-width: 1600px) {
  .at-service-area .scroll-section.vertical-section {
    --service-panel-height: 100vh;
  }
}

/* Mobil: 100vh yerine daha stabil svh/dvh mantığı */
@media (max-width: 767.98px) {
  .at-service-area .scroll-section.vertical-section {
    --service-panel-height: 100svh;
  }

  @supports (height: 100dvh) {
    .at-service-area .scroll-section.vertical-section {
      --service-panel-height: 100dvh;
    }
  }
}

/* Her hizmet katmanı aynı gerçek yüksekliği alsın */
.at-service-area .scroll-section.vertical-section .item.service-item,
.at-service-area .scroll-section.vertical-section .item.service-item:first-child,
.at-service-area .scroll-section.vertical-section .item.service-item:last-child {
  min-height: var(--service-panel-height) !important;
  height: var(--service-panel-height) !important;
  overflow: hidden !important;
  background: #F2F2F2 !important;
}

/* İç container da katmanla aynı yükseklikte olsun */
.at-service-area .scroll-section.vertical-section .item.service-item > .container {
  min-height: var(--service-panel-height) !important;
  height: var(--service-panel-height) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  padding-top: clamp(24px, 4vh, 56px) !important;
  padding-bottom: clamp(24px, 4vh, 56px) !important;
}

/* Satır yüksekliği katmana otursun */
.at-service-area .scroll-section.vertical-section .item.service-item .row {
  width: 100% !important;
  align-items: center !important;
}

/* h-100 / justify-between katmanı gereksiz uzatmasın */
.at-service-area .scroll-section.vertical-section .item.service-item .col-lg-6 > .d-flex.flex-column {
  height: auto !important;
  min-height: 0 !important;
  justify-content: center !important;
}

/* Başlık katmana göre küçülüp büyüsün */
.at-service-area .scroll-section.vertical-section h1.service-title-custom {
  font-size: clamp(42px, 5.2vw, 86px) !important;
  line-height: .95 !important;
  letter-spacing: -0.055em !important;
  margin-top: 0 !important;
  margin-bottom: clamp(14px, 2vh, 30px) !important;
  padding-bottom: 0 !important;
  max-width: min(760px, 100%) !important;
}

/* Metin ve liste alanı katmanı taşırmasın */
.at-service-area .scroll-section.vertical-section .item.service-item p.fz-font-2xl {
  font-size: clamp(16px, 1.25vw, 23px) !important;
  line-height: 1.35 !important;
  margin-bottom: 14px !important;
  max-width: 560px !important;
}

.at-service-area .scroll-section.vertical-section .item.service-item ul,
.at-service-area .scroll-section.vertical-section .item.service-item ul.text-nowrap {
  white-space: normal !important;
  line-height: 1.28 !important;
  margin-bottom: 0 !important;
}

.at-service-area .scroll-section.vertical-section .item.service-item ul li {
  line-height: 1.25 !important;
  margin-bottom: 5px !important;
}

/* Görsel katmanı büyütüp bozmasın */
.at-service-area .scroll-section.vertical-section .item.service-item .col-lg-5.offset-lg-1 img {
  width: 100% !important;
  height: auto !important;
  max-height: calc(var(--service-panel-height) - 160px) !important;
  object-fit: contain !important;
}

/* Mobilde içerik/görsel birlikte 1 katmana sığsın */
@media (max-width: 767.98px) {
  .at-service-area .scroll-section.vertical-section .item.service-item > .container {
    padding: 22px 18px 28px !important;
    align-items: center !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item .row {
    row-gap: 14px !important;
  }

  .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    font-size: clamp(34px, 9.8vw, 42px) !important;
    line-height: .98 !important;
    letter-spacing: -1.4px !important;
    margin-bottom: 10px !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item p.fz-font-2xl {
    font-size: 15px !important;
    line-height: 1.28 !important;
    margin-bottom: 8px !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item .ps-xxl-5,
  .at-service-area .scroll-section.vertical-section .item.service-item .ps-3 {
    padding-left: 0 !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item ul {
    font-size: 13px !important;
    line-height: 1.2 !important;
    padding-left: 17px !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item ul li {
    margin-bottom: 2px !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item .col-lg-5.offset-lg-1 {
    margin-top: 8px !important;
  }

  .at-service-area .scroll-section.vertical-section .item.service-item .col-lg-5.offset-lg-1 img {
    max-height: 31svh !important;
    object-fit: contain !important;
  }
}

/* =========================================================
   FOOTER ÖNCESİ POSTBOX VIDEO/PARALLAX - MOBİL FINAL FIX
   Sadece mobilde postbox-scroll-zoom alanını düzeltir.
   main.css EN ALTINA ekle.
   ========================================================= */

@media (max-width: 767.98px) {

  .home-2-section-11.postbox-scroll-zoom {
    margin-top: 36px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    overflow: visible !important;
    display: block !important;
  }

  /* 200dvh mobilde dev boşluk / pin kayması yapıyor */
  .home-2-section-11.postbox-scroll-zoom .postbox-item-wrap {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  /* 100dvh mobilde footer öncesi alanı patlatıyor */
  .home-2-section-11.postbox-scroll-zoom .postbox-item {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-thumb {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-thumb a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-scroll-zoom-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  /* Play alanı mobilde taşmasın */
  .home-2-section-11.postbox-scroll-zoom .postbox-play-btn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: auto !important;
    gap: 0 !important;
    z-index: 5 !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-play-btn a {
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-play-btn h1 {
    display: none !important;
  }

  /* Footer ile çakışmasın */
  .home-2-section-11.postbox-scroll-zoom + * {
    margin-top: 0 !important;
  }
}

/* =========================================================
   FOOTER ÖNCESİ POSTBOX / SCROLL-ZOOM - MOBİL KESİN FIX
   JS ile ScrollTrigger kapatıldıktan sonra statik video kartı yapar.
   ========================================================= */

@media (max-width: 767.98px) {

  .container-2200:has(.home-2-section-11.postbox-scroll-zoom),
  .home-2-section-11.postbox-scroll-zoom {
    display: block !important;
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 34px 12px 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-item-wrap,
  .home-2-section-11.postbox-scroll-zoom .postbox-item {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-thumb {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    transform: none !important;
    background: #111 !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-thumb > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-scroll-zoom-img {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 22px !important;
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-play-btn,
  .home-2-section-11.postbox-scroll-zoom .postbox-scroll-zoom-play {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 5 !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-play-btn h1 {
    display: none !important;
  }

  .home-2-section-11.postbox-scroll-zoom .postbox-play-btn a {
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
  }

  /* ScrollTrigger pin-spacer bu alanı sardıysa mobilde boşluk bırakmasın */
  .pin-spacer:has(.home-2-section-11.postbox-scroll-zoom) {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .home-2-section-11.postbox-scroll-zoom + * {
    margin-top: 0 !important;
  }
}
/* Service Contact Area - Layer Spacing Fix */
.service-contact-row {
    position: relative;
    z-index: 5;
    clear: both;
    margin-top: clamp(70px, 7vw, 130px);
}

/* İçeriği ekrandan taşırmamak için */
.service-contact-row .col-12 {
    padding-left: clamp(20px, 4vw, 42px);
    padding-right: clamp(20px, 4vw, 42px);
}

/* Masaüstü / geniş ekran */
.service-contact-box {
    width: 100%;
    display: grid;
    grid-template-columns: 0.85fr 1.35fr 1.15fr;
    align-items: flex-start;
    gap: clamp(28px, 4vw, 72px);
}

.service-contact-item {
    min-width: 0;
}

.service-contact-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-contact-value {
    display: block;
    color: #050505;
    text-decoration: none;
    font-weight: 500;
}

.service-contact-phone {
    font-size: clamp(18px, 1.15vw, 24px);
    line-height: 1.25;
    white-space: nowrap;
}

.service-contact-mail {
    font-size: clamp(18px, 1.55vw, 28px);
    line-height: 1.15;
    white-space: nowrap;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    letter-spacing: -0.03em;
}

.service-contact-address {
    font-size: clamp(16px, 1vw, 21px);
    line-height: 1.4;
}

.service-contact-address span {
    display: block;
}

/* Laptop / MacBook */
@media (max-width: 1399px) {
    .service-contact-row {
        margin-top: 95px;
    }

    .service-contact-box {
        grid-template-columns: 0.8fr 1.35fr 1.15fr;
        gap: 34px;
    }

    .service-contact-mail {
        font-size: clamp(17px, 1.45vw, 25px);
    }

    .service-contact-phone {
        font-size: 18px;
    }

    .service-contact-address {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .service-contact-row {
        margin-top: 85px;
    }

    .service-contact-box {
        grid-template-columns: 0.75fr 1.35fr 1.15fr;
        gap: 26px;
    }

    .service-contact-label {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .service-contact-mail {
        font-size: clamp(15px, 1.55vw, 21px);
        letter-spacing: -0.04em;
    }

    .service-contact-phone {
        font-size: 16px;
    }

    .service-contact-address {
        font-size: 15px;
        line-height: 1.35;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .service-contact-row {
        margin-top: 80px;
    }

    .service-contact-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-contact-mail {
        font-size: clamp(20px, 3.3vw, 28px);
        white-space: nowrap;
    }

    .service-contact-phone {
        font-size: 20px;
    }

    .service-contact-address {
        font-size: 18px;
        line-height: 1.45;
    }
}

/* Mobil */
@media (max-width: 575px) {
    .service-contact-row {
        margin-top: 70px;
        padding-top: 0 !important;
        padding-bottom: 85px !important;
    }

    .service-contact-row .col-12 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .service-contact-box {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .service-contact-label {
        font-size: 12px;
        margin-bottom: 10px;
        letter-spacing: 0.1em;
    }

    .service-contact-phone {
        font-size: 20px;
        line-height: 1.25;
    }

    .service-contact-mail {
        font-size: clamp(17px, 4.2vw, 19px);
        line-height: 1.2;
        white-space: nowrap;
        letter-spacing: -0.045em;
        text-underline-offset: 4px;
    }

    .service-contact-address {
        font-size: 18px;
        line-height: 1.45;
    }
}

/* Küçük iPhone ekranları */
@media (max-width: 390px) {
    .service-contact-row {
        margin-top: 65px;
    }

    .service-contact-row .col-12 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .service-contact-mail {
        font-size: 16px;
        letter-spacing: -0.06em;
    }

    .service-contact-phone {
        font-size: 18px;
    }

    .service-contact-address {
        font-size: 16px;
    }
}
/* =========================================
   ELEVENTY CONTACT PAGE - FULL UPDATED CSS
   Accent Color: #ff9900
========================================= */

.eleventy-contact-page {
    --ec-orange: #ff9900;
    --ec-black: #111111;
    --ec-text: #252525;
    --ec-muted: #666666;
    --ec-border: rgba(17, 17, 17, 0.12);
    --ec-soft: #f7f7f7;
    --ec-white: #ffffff;
    color: var(--ec-black);
    background: #fff;
}

.eleventy-contact-page *,
.eleventy-contact-page *::before,
.eleventy-contact-page *::after {
    box-sizing: border-box;
}

.eleventy-contact-page a {
    color: inherit;
    text-decoration: none;
}

.eleventy-contact-page svg {
    display: block;
}

/* ===============================
   HERO
================================ */

.ec-hero {
    padding: 145px 0 58px;
    overflow: hidden;
}

.ec-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: clamp(36px, 5vw, 70px);
    align-items: end;
}

.ec-hero-content {
    min-width: 0;
}

.ec-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ec-black);
}

.ec-eyebrow svg {
    color: var(--ec-orange);
}

.ec-title {
    max-width: 900px;
    margin: 0;
    font-size: clamp(44px, 5.1vw, 88px);
    line-height: 0.99;
    letter-spacing: -0.065em;
    font-weight: 800;
    color: var(--ec-black);
}

.ec-hero-text {
    max-width: 660px;
    margin: 28px 0 0;
    font-size: clamp(16px, 1.18vw, 20px);
    line-height: 1.56;
    color: var(--ec-muted);
}

.ec-hero-note {
    position: relative;
    padding: 28px;
    border: 1px solid var(--ec-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.055);
}

.ec-hero-note p {
    margin: 28px 0 22px;
    font-size: 17px;
    line-height: 1.55;
    color: var(--ec-text);
}

.ec-note-shape {
    width: 46px;
    height: 46px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    transform: rotate(45deg);
}

.ec-note-shape span {
    display: block;
    background: var(--ec-orange);
    border-radius: 4px;
}

.ec-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--ec-black);
    transition: color .25s ease, transform .25s ease;
}

.ec-scroll-link:hover {
    color: var(--ec-orange);
    transform: translateX(4px);
}

/* ===============================
   CONTACT INFO CARDS
================================ */

.ec-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 46px;
}

.ec-contact-card {
    min-height: 116px;
    padding: 20px 22px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 1px solid var(--ec-border);
    border-radius: 22px;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

a.ec-contact-card:hover,
.ec-contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 153, 0, 0.55);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}

.ec-card-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ec-orange);
}

.ec-contact-card span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ec-muted);
}

.ec-contact-card strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--ec-black);
    word-break: break-word;
}

/* ===============================
   FORM SECTION
================================ */

.ec-form-section {
    padding: 48px 0 120px;
}

.ec-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
    gap: 28px;
    align-items: start;
}

.ec-form-panel,
.ec-side-card {
    border: 1px solid var(--ec-border);
    border-radius: 28px;
    background: #fff;
}

.ec-form-panel {
    padding: clamp(28px, 3.6vw, 48px);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.055);
}

.ec-small-label {
    display: inline-flex;
    margin-bottom: 15px;
    color: var(--ec-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ec-form-panel h2 {
    margin: 0;
    font-size: clamp(34px, 3.1vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
    color: var(--ec-black);
}

.ec-form-panel > p {
    max-width: 680px;
    margin: 18px 0 34px;
    color: var(--ec-muted);
    font-size: 16px;
    line-height: 1.6;
}

.ec-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ec-form .sec-4-about-form__field {
    margin-bottom: 18px;
}

.ec-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ec-black);
}

.ec-form .sec-4-about-form__input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid var(--ec-border);
    border-radius: 15px;
    background: var(--ec-soft);
    color: var(--ec-black);
    font-size: 15.5px;
    line-height: 1.4;
    outline: none;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.ec-form .sec-4-about-form__textarea {
    min-height: 145px;
    padding-top: 18px;
    resize: vertical;
}

.ec-form .sec-4-about-form__input::placeholder {
    color: rgba(17, 17, 17, 0.42);
}

.ec-form .sec-4-about-form__input:focus {
    background: #fff;
    border-color: var(--ec-orange);
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.14);
}

.ec-form .sec-4-about-form__actions {
    margin-top: 4px;
}

.ec-submit-btn {
    min-height: 58px;
    padding: 0 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px !important;
    background: var(--ec-black) !important;
    color: #fff !important;
    border: 1px solid var(--ec-black) !important;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.ec-submit-btn:hover {
    background: var(--ec-orange) !important;
    border-color: var(--ec-orange) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.ec-submit-btn svg,
.ec-submit-btn i {
    color: currentColor;
}

.ec-form .form-status {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
}

/* ===============================
   RIGHT SIDE PANEL
================================ */

.ec-side-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.ec-side-card {
    padding: 28px;
}

.ec-side-card h3 {
    margin: 0 0 16px;
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--ec-black);
}

.ec-side-card p {
    margin: 0;
    color: var(--ec-muted);
    font-size: 15px;
    line-height: 1.55;
}

/* ===============================
   PROCESS CARD
================================ */

.ec-process-card {
    background:
        linear-gradient(180deg, rgba(255, 153, 0, 0.07), rgba(255, 255, 255, 0) 42%),
        #fff;
}

.ec-process-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 18px;
}

.ec-process-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid var(--ec-border);
}

.ec-process-item strong {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ec-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.ec-process-item p {
    padding-top: 4px;
    color: var(--ec-text);
    font-size: 15px;
    line-height: 1.5;
}

/* ===============================
   SOCIAL CARD WITH ICONS
================================ */

.ec-social-card {
    padding-bottom: 18px;
}

.ec-social-list {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.ec-social-list li {
    border-top: 1px solid var(--ec-border);
}

.ec-social-list a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 15px;
    font-weight: 700;
    color: var(--ec-black);
    transition: color .25s ease, padding-left .25s ease;
}

.ec-social-list a:hover {
    color: var(--ec-orange);
    padding-left: 5px;
}

.ec-social-left {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.ec-social-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(17, 17, 17, 0.06);
    color: var(--ec-black);
    transition: background .25s ease, color .25s ease;
}

.ec-social-icon svg {
    max-width: 18px;
    max-height: 18px;
}

.ec-social-list a:hover .ec-social-icon {
    background: rgba(255, 153, 0, 0.13);
    color: var(--ec-orange);
}

.ec-social-arrow {
    color: var(--ec-orange);
    font-size: 18px;
    line-height: 1;
    transition: transform .25s ease;
}

.ec-social-list a:hover .ec-social-arrow {
    transform: translateX(4px);
}

/* Eski theme social class genişlik kısıtını boz */
.eleventy-contact-page .alt-footer-social-item.w-50 {
    width: 100% !important;
}

/* ===============================
   TABLET / SMALL DESKTOP
================================ */

@media (max-width: 1199px) {
    .ec-hero {
        padding: 130px 0 52px;
    }

    .ec-hero-grid,
    .ec-form-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ec-hero-note {
        max-width: 620px;
    }

    .ec-side-panel {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .ec-contact-cards {
        margin-top: 42px;
    }
}

/* ===============================
   TABLET
================================ */

@media (max-width: 991px) {
    .ec-hero {
        padding: 120px 0 46px;
    }

    .ec-contact-cards {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .ec-contact-card {
        min-height: auto;
    }

    .ec-side-panel {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {
    .ec-hero {
        padding: 105px 0 38px;
    }

    .ec-hero-grid {
        gap: 28px;
    }

    .ec-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .ec-title {
        font-size: clamp(39px, 11vw, 56px);
        line-height: 1.02;
        letter-spacing: -0.055em;
    }

    .ec-hero-text {
        margin-top: 20px;
        font-size: 15.5px;
        line-height: 1.55;
    }

    .ec-hero-note {
        padding: 22px;
        border-radius: 22px;
    }

    .ec-hero-note p {
        margin-top: 22px;
        font-size: 15.5px;
    }

    .ec-note-shape {
        width: 40px;
        height: 40px;
        gap: 4px;
    }

    .ec-contact-cards {
        margin-top: 34px;
    }

    .ec-contact-card {
        padding: 18px;
        gap: 13px;
        border-radius: 20px;
    }

    .ec-card-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 13px;
    }

    .ec-contact-card span {
        font-size: 11.5px;
    }

    .ec-contact-card strong {
        font-size: 14px;
        line-height: 1.4;
    }

    .ec-form-section {
        padding: 34px 0 86px;
    }

    .ec-form-panel,
    .ec-side-card {
        border-radius: 24px;
    }

    .ec-form-panel {
        padding: 24px;
    }

    .ec-form-panel h2 {
        font-size: clamp(32px, 9vw, 42px);
    }

    .ec-form-panel > p {
        margin-bottom: 28px;
        font-size: 15px;
    }

    .ec-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ec-form .sec-4-about-form__field {
        margin-bottom: 16px;
    }

    .ec-form .sec-4-about-form__input {
        min-height: 54px;
        border-radius: 14px;
        font-size: 15px;
    }

    .ec-form .sec-4-about-form__textarea {
        min-height: 138px;
    }

    .ec-submit-btn {
        width: 100%;
        justify-content: center;
    }

    .ec-side-card {
        padding: 23px;
    }

    .ec-process-item {
        grid-template-columns: 38px 1fr;
        gap: 12px;
    }

    .ec-process-item strong {
        width: 32px;
        height: 32px;
    }

    .ec-process-item p {
        font-size: 14.5px;
    }

    .ec-social-list a {
        min-height: 50px;
    }
}

/* ===============================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
    .ec-title {
        font-size: 38px;
    }

    .ec-contact-card {
        gap: 12px;
    }

    .ec-contact-card strong {
        font-size: 13.5px;
        line-height: 1.4;
    }

    .ec-social-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .ec-social-list a {
        font-size: 14.5px;
    }
}

/* =========================================================
   ELEVENTY ADS HOMEPAGE V2 - PREMIUM UI/UX UPDATE
   Parallax/ScrollTrigger class yapısına dokunmadan uygulanır.
   Accent: #ff9900
   ========================================================= */

.eleventy-home-v2 {
  --eh2-orange: #ff9900;
  --eh2-black: #101010;
  --eh2-text: #262626;
  --eh2-muted: #666;
  --eh2-border: rgba(16, 16, 16, .105);
  --eh2-soft: #f4f4f4;
  --eh2-card: #fff;
  --eh2-radius-lg: 34px;
  --eh2-radius-md: 24px;
  color: var(--eh2-black);
  background: #fff;
}

.eleventy-home-v2 *,
.eleventy-home-v2 *::before,
.eleventy-home-v2 *::after { box-sizing: border-box; }
.eleventy-home-v2 a { text-decoration: none; }
.eleventy-home-v2 svg { display: inline-block; }
.eleventy-home-v2 .container-2200 { overflow: visible; }
.eleventy-home-v2 .rounded-5 { border-radius: var(--eh2-radius-lg) !important; }
.eleventy-home-v2 .at-btn:hover,
.eleventy-home-v2 .at-btn:hover svg,
.eleventy-home-v2 .at-btn:hover path,
.eleventy-home-v2 a:hover { color: var(--eh2-orange); }
.eleventy-home-v2 ::selection { background: rgba(255,153,0,.28); color: #111; }

/* HERO - daha premium, daha dengeli */
.eleventy-home-v2 .sec-1-home-2 { padding-top: 88px !important; }
.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden {
  position: relative;
  padding-top: clamp(64px, 6vw, 108px) !important;
  padding-bottom: clamp(52px, 5.2vw, 96px) !important;
  border: 1px solid rgba(16,16,16,.08);
  background:
    linear-gradient(135deg, rgba(255,153,0,.105), rgba(255,255,255,0) 33%),
    radial-gradient(circle at 92% 14%, rgba(255,153,0,.13), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  box-shadow: 0 30px 90px rgba(0,0,0,.055);
}
.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(16,16,16,.045);
  border-radius: calc(var(--eh2-radius-lg) - 8px);
  pointer-events: none;
  z-index: 0;
}
.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden::after {
  content: "";
  position: absolute;
  right: clamp(20px, 4.5vw, 92px);
  bottom: clamp(22px, 4vw, 76px);
  width: clamp(110px, 14vw, 230px);
  height: clamp(110px, 14vw, 230px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,153,0,.18), rgba(255,255,255,.28)),
    rgba(255,153,0,.04);
  border: 1px solid rgba(255,153,0,.26);
  transform: rotate(10deg);
  pointer-events: none;
  z-index: 0;
}
.eleventy-home-v2 .sec-1-home-2 .container { position: relative; z-index: 2; }
.eleventy-home-v2 .home-hero-logo-box {
  width: clamp(118px, 13vw, 178px);
  min-height: clamp(118px, 13vw, 178px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 2vw, 30px);
  border: 1px solid var(--eh2-border);
  border-radius: 30px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 24px 60px rgba(0,0,0,.06);
  backdrop-filter: blur(12px);
}
.eleventy-home-v2 .home-hero-logo { width: 100%; height: auto; }
.eleventy-home-v2 .alt-hero-service {
  margin-top: 0 !important;
  padding: 22px;
  border: 1px solid var(--eh2-border);
  border-radius: 26px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 46px rgba(0,0,0,.045);
  backdrop-filter: blur(12px);
}
.eleventy-home-v2 .alt-hero-service ul {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.eleventy-home-v2 .alt-hero-service svg { width: 38px; height: 38px; color: var(--eh2-orange) !important; }
.eleventy-home-v2 .alt-hero-service .fz-font-md {
  display: block;
  color: var(--eh2-text) !important;
  font-size: 16px !important;
  line-height: 1.45;
}
.eleventy-home-v2 .hero-tags {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,153,0,.12);
  color: var(--eh2-orange);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
}
.eleventy-home-v2 .hero-2-title.fz-150 {
  font-size: clamp(60px, 9vw, 154px) !important;
  line-height: .88 !important;
  letter-spacing: -.08em;
  color: var(--eh2-black);
}
.eleventy-home-v2 .hero-2-title sup {
  color: var(--eh2-orange);
  font-size: clamp(28px, 4vw, 72px) !important;
  top: -.55em;
}
.ehm-hero-copy {
  max-width: 780px;
  margin: 22px 0 26px;
  color: var(--eh2-muted);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.52;
}
.eleventy-home-v2 .at-hero-social.style-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.eleventy-home-v2 .at-hero-social.style-2 a,
.eleventy-home-v2 .sec-1-home-2 a[href^="tel"] p {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--eh2-border);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: var(--eh2-black);
  font-size: 14px !important;
  font-weight: 750;
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.eleventy-home-v2 .at-hero-social.style-2 a:hover,
.eleventy-home-v2 .sec-1-home-2 a[href^="tel"]:hover p {
  transform: translateY(-2px);
  border-color: rgba(255,153,0,.55);
  background: rgba(255,153,0,.10);
  color: var(--eh2-orange) !important;
}
.ehm-hero-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.ehm-btn-primary,
.ehm-btn-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.ehm-btn-primary { background: #111; border: 1px solid #111; color: #fff !important; }
.ehm-btn-primary:hover { background: var(--eh2-orange); border-color: var(--eh2-orange); color: #fff !important; transform: translateY(-2px); }
.ehm-btn-secondary { background: #fff; border: 1px solid var(--eh2-border); color: #111 !important; }
.ehm-btn-secondary:hover { color: var(--eh2-orange) !important; border-color: rgba(255,153,0,.55); transform: translateY(-2px); }
.ehm-hero-proof {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.ehm-hero-proof div {
  min-height: 92px;
  padding: 17px 18px;
  border: 1px solid rgba(16,16,16,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
}
.ehm-hero-proof strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1;
  color: #111;
}
.ehm-hero-proof span {
  display: block;
  color: var(--eh2-muted);
  font-size: 13px;
  line-height: 1.35;
}

/* Logo divider */
.eleventy-home-v2 .divider-logo { max-height: 34px; width: auto; opacity: .42; filter: grayscale(1); transition: opacity .25s ease, transform .25s ease, filter .25s ease; }
.eleventy-home-v2 .divider-logo:hover { opacity: 1; filter: grayscale(0); transform: translateY(-2px); }

/* Biz Kimiz - koyu ama okunaklı, cam kartlı */
.eleventy-home-v2 .sec-2-home-2 .bg-coating {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #101010;
  box-shadow: 0 30px 90px rgba(0,0,0,.16);
}
.eleventy-home-v2 .sec-2-home-2 .bg-coating::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.62) 50%, rgba(0,0,0,.40) 100%),
    radial-gradient(circle at 16% 24%, rgba(255,153,0,.28), transparent 34%);
  z-index: 1;
}
.eleventy-home-v2 .hero-bg-video { opacity: .72; transform: scale(1.03); }
.eleventy-home-v2 .sec-2-home-2 .at-about-title-wrap { max-width: 720px; }
.eleventy-home-v2 .sec-2-home-2 .at-section-title {
  font-size: clamp(42px, 5vw, 82px) !important;
  line-height: .98 !important;
  letter-spacing: -.062em;
}
.eleventy-home-v2 .sec-2-home-2 .at-about-title-wrap p {
  max-width: 570px;
  color: rgba(255,255,255,.78) !important;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
}
.eleventy-home-v2 .sec-2-home-2 .card-item__bg {
  max-width: 430px;
  margin-left: auto;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.eleventy-home-v2 .sec-2-home-2 .home-2-card-item__bg-img { border-radius: 24px; }
.eleventy-home-v2 .sec-2-home-2 .bg-coating .container.pb-100:last-of-type { padding-bottom: 70px !important; }
.eleventy-home-v2 .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row { row-gap: 14px; }
.eleventy-home-v2 .sec-2-home-2 .bg-coating .at-btn-border-white {
  min-height: 78px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 18px 12px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.075) !important;
  backdrop-filter: blur(10px);
  color: #fff !important;
}
.eleventy-home-v2 .sec-2-home-2 .bg-coating .at-btn-border-white:hover {
  transform: translateY(-3px);
  border-color: rgba(255,153,0,.72) !important;
  background: rgba(255,153,0,.14) !important;
  color: var(--eh2-orange) !important;
}
.eleventy-home-v2 .service-full-link { z-index: 5; }

/* Hizmetler / Parallax alanı - class yapısı aynen korunur */
.eleventy-home-v2 .at-service-area {
  position: relative;
  border: 1px solid rgba(16,16,16,.075);
  background:
    radial-gradient(circle at 8% 0%, rgba(255,153,0,.10), transparent 28%),
    linear-gradient(180deg, #f7f7f7, #f2f2f2) !important;
  overflow: hidden;
}
.eleventy-home-v2 .at-service-area::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(16,16,16,.045);
  pointer-events: none;
}
.eleventy-home-v2 .at-service-subtitle-wrap {
  align-items: flex-end !important;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--eh2-border) !important;
}
.eleventy-home-v2 .at-service-area .at-section-title {
  font-size: clamp(42px, 5.4vw, 88px) !important;
  line-height: .96 !important;
  letter-spacing: -.064em;
}
.eleventy-home-v2 .at-service-area .scroll-section.vertical-section .item.service-item,
.eleventy-home-v2 .at-service-area .scroll-section.vertical-section .item.service-item:first-child,
.eleventy-home-v2 .at-service-area .scroll-section.vertical-section .item.service-item:last-child {
  background: transparent !important;
}
.eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item > .container {
  display: flex;
  align-items: center !important;
  min-height: var(--service-panel-height, 100svh) !important;
  padding: clamp(30px, 4vw, 62px) !important;
  border: 1px solid rgba(16,16,16,.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.88)),
    #fff !important;
  box-shadow: 0 28px 84px rgba(0,0,0,.075);
  overflow: hidden;
}
.eleventy-home-v2 .at-service-area .service-item .row { width: 100%; align-items: center !important; }
.eleventy-home-v2 .service-title-custom,
.eleventy-home-v2 .service-title-custom a {
  font-size: clamp(46px, 5.4vw, 96px) !important;
  line-height: .94 !important;
  letter-spacing: -.065em;
  color: #111 !important;
  text-wrap: balance;
}
.eleventy-home-v2 .service-title-custom a:hover { color: var(--eh2-orange) !important; }
.eleventy-home-v2 .at-service-area .service-item p.fz-font-2xl {
  max-width: 650px !important;
  color: var(--eh2-muted) !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.42 !important;
}
.eleventy-home-v2 .at-service-area .service-item ul,
.eleventy-home-v2 .at-service-area .service-item ul.text-nowrap {
  white-space: normal !important;
  color: var(--eh2-text) !important;
}
.eleventy-home-v2 .at-service-area .service-item ul li::marker { color: var(--eh2-orange); }
.eleventy-home-v2 .at-service-area .service-item .col-lg-5.offset-lg-1 > .rounded-4 {
  position: relative;
  border-radius: 30px !important;
  border: 1px solid rgba(16,16,16,.08);
  background: linear-gradient(135deg, rgba(255,153,0,.12), rgba(255,255,255,.62));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 24px 56px rgba(0,0,0,.10);
}
.eleventy-home-v2 .at-service-area .service-item .col-lg-5.offset-lg-1 img {
  width: 100% !important;
  height: auto !important;
  max-height: min(56vh, 560px) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.13));
}

/* Diğer alanlara daha temiz hover/kart dili */
.eleventy-home-v2 .brand-item,
.eleventy-home-v2 .at-brand-item,
.eleventy-home-v2 .card-award,
.eleventy-home-v2 .testimonial-cart-wrap.style-2,
.eleventy-home-v2 .postbox-item,
.eleventy-home-v2 .blog-card {
  border-radius: 28px !important;
}
.eleventy-home-v2 .card-award,
.eleventy-home-v2 .testimonial-cart-wrap.style-2 {
  border: 1px solid rgba(16,16,16,.095);
  background: #fff;
  box-shadow: 0 20px 62px rgba(0,0,0,.055);
}
.eleventy-home-v2 .card-award:hover {
  transform: translateY(-4px);
  border-color: rgba(255,153,0,.42);
  box-shadow: 0 26px 70px rgba(0,0,0,.075);
}
.eleventy-home-v2 .alt-portfolio-main-title,
.eleventy-home-v2 .main-motto-title,
.eleventy-home-v2 .section-fix .section-title {
  letter-spacing: -.066em !important;
  text-wrap: balance;
}
.eleventy-home-v2 .alt-portfolio-title a:hover,
.eleventy-home-v2 .card-award-title a:hover,
.eleventy-home-v2 .postbox-title a:hover,
.eleventy-home-v2 .testimonial-content-author-name { color: var(--eh2-orange) !important; }
.eleventy-home-v2 .alt-portfolio-thumb,
.eleventy-home-v2 .home-2-section-11 .postbox-thumb {
  border-radius: 30px !important;
  overflow: hidden;
  box-shadow: 0 26px 78px rgba(0,0,0,.10);
}
.eleventy-home-v2 .home-2-section-11 .postbox-play-btn a,
.eleventy-home-v2 .postbox-scroll-zoom-play a {
  background: var(--eh2-orange) !important;
  border-color: var(--eh2-orange) !important;
  color: #fff !important;
}
.eleventy-home-v2 .home-2-section-11 .postbox-play-btn a:hover,
.eleventy-home-v2 .postbox-scroll-zoom-play a:hover { background: #fff !important; color: var(--eh2-orange) !important; transform: scale(1.05); }

@media (max-width: 1399.98px) {
  .eleventy-home-v2 .service-title-custom,
  .eleventy-home-v2 .service-title-custom a { font-size: clamp(44px, 5.1vw, 76px) !important; }
}
@media (max-width: 1199.98px) {
  .ehm-hero-proof { grid-template-columns: 1fr; }
  .eleventy-home-v2 .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div {
    width: 33.333333% !important; flex: 0 0 33.333333% !important; max-width: 33.333333% !important;
  }
}
@media (max-width: 991.98px) {
  .eleventy-home-v2 .sec-1-home-2 { padding-top: 78px !important; }
  .eleventy-home-v2 .hero-2-title.fz-150 { font-size: clamp(54px, 13vw, 96px) !important; }
  .eleventy-home-v2 .sec-2-home-2 .bg-coating { min-height: auto; padding-top: 80px; }
  .eleventy-home-v2 .sec-2-home-2 .card-item__bg { margin: 24px auto 0; }
  .eleventy-home-v2 .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div {
    width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important;
  }
  .eleventy-home-v2 .at-service-subtitle-wrap { flex-direction: column; align-items: flex-start !important; gap: 18px !important; }
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item > .container { padding: 34px !important; border-radius: 28px; }
}
@media (max-width: 767.98px) {
  .eleventy-home-v2 .rounded-5 { border-radius: 24px !important; }
  .eleventy-home-v2 .sec-1-home-2 { padding-top: 70px !important; }
  .eleventy-home-v2 .sec-1-home-2 > .overflow-hidden { margin-left: 10px !important; margin-right: 10px !important; padding: 48px 0 !important; border-radius: 24px !important; }
  .eleventy-home-v2 .sec-1-home-2 > .overflow-hidden::before { inset: 10px; border-radius: 18px; }
  .eleventy-home-v2 .sec-1-home-2 > .overflow-hidden::after { width: 82px; height: 82px; border-radius: 24px; right: 18px; bottom: 18px; }
  .eleventy-home-v2 .home-hero-logo-box { width: 116px; min-height: auto; padding: 18px; border-radius: 22px; }
  .eleventy-home-v2 .alt-hero-service { padding: 18px; border-radius: 20px; }
  .eleventy-home-v2 .alt-hero-service svg { width: 32px; height: 32px; }
  .eleventy-home-v2 .alt-hero-service .fz-font-md { font-size: 14px !important; }
  .eleventy-home-v2 .hero-2-title.fz-150 { font-size: clamp(42px, 14vw, 62px) !important; line-height: .96 !important; letter-spacing: -.062em; }
  .eleventy-home-v2 .hero-2-title sup { font-size: 25px !important; }
  .ehm-hero-copy { margin: 18px 0 22px; font-size: 15.5px; }
  .eleventy-home-v2 .at-hero-social.style-2 { width: 100%; gap: 8px; }
  .eleventy-home-v2 .at-hero-social.style-2 a,
  .eleventy-home-v2 .sec-1-home-2 a[href^="tel"] p { min-height: 40px; padding: 9px 12px; font-size: 13px !important; }
  .ehm-btn-primary,
  .ehm-btn-secondary { width: 100%; min-height: 52px; }
  .ehm-hero-proof div { min-height: auto; padding: 16px; border-radius: 18px; }
  .eleventy-home-v2 .divider-logo { max-height: 24px; }
  .eleventy-home-v2 .sec-2-home-2 .bg-coating { margin-left: 10px !important; margin-right: 10px !important; padding-top: 62px; border-radius: 24px !important; }
  .eleventy-home-v2 .sec-2-home-2 .container.pb-100 { padding-bottom: 54px !important; }
  .eleventy-home-v2 .sec-2-home-2 .at-section-title { font-size: clamp(36px, 11vw, 52px) !important; }
  .eleventy-home-v2 .sec-2-home-2 .card-item__bg { max-width: 300px; border-radius: 22px; }
  .eleventy-home-v2 .sec-2-home-2 .bg-coating .container.pb-100:last-of-type .row > div { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
  .eleventy-home-v2 .sec-2-home-2 .bg-coating .at-btn-border-white { min-height: auto !important; padding: 16px 12px !important; border-radius: 16px !important; }
  .eleventy-home-v2 .at-service-area { margin-left: 10px !important; margin-right: 10px !important; padding-top: 62px !important; padding-bottom: 42px !important; border-radius: 24px !important; }
  .eleventy-home-v2 .at-service-area::before { inset: 10px; border-radius: 18px; }
  .eleventy-home-v2 .at-service-area .at-section-title { font-size: clamp(36px, 11vw, 54px) !important; }
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item > .container { min-height: var(--service-panel-height, 100svh) !important; padding: 22px 18px 28px !important; border-radius: 22px; }
  .eleventy-home-v2 .service-title-custom,
  .eleventy-home-v2 .service-title-custom a { font-size: clamp(34px, 9.8vw, 43px) !important; line-height: .98 !important; letter-spacing: -1.45px !important; margin-bottom: 10px !important; }
  .eleventy-home-v2 .at-service-area .service-item p.fz-font-2xl { font-size: 15px !important; line-height: 1.32 !important; margin-top: 10px; margin-bottom: 8px !important; }
  .eleventy-home-v2 .at-service-area .service-item .ps-xxl-5,
  .eleventy-home-v2 .at-service-area .service-item .ps-3 { padding-left: 0 !important; }
  .eleventy-home-v2 .at-service-area .service-item ul { font-size: 13px !important; line-height: 1.24 !important; padding-left: 17px !important; }
  .eleventy-home-v2 .at-service-area .service-item ul li { margin-bottom: 4px !important; }
  .eleventy-home-v2 .at-service-area .service-item .col-lg-5.offset-lg-1 { margin-top: 8px !important; }
  .eleventy-home-v2 .at-service-area .service-item .col-lg-5.offset-lg-1 > .rounded-4 { border-radius: 22px !important; }
  .eleventy-home-v2 .at-service-area .service-item .col-lg-5.offset-lg-1 img { max-height: 31svh !important; }
  .eleventy-home-v2 .alt-portfolio-main-title,
  .eleventy-home-v2 .main-motto-title,
  .eleventy-home-v2 .section-fix .section-title { font-size: clamp(38px, 11vw, 58px) !important; }
  .eleventy-home-v2 .testimonial-content-text { font-size: 20px !important; }
  .eleventy-home-v2 .testimonial-cart-wrap.style-2 { padding: 24px !important; border-radius: 22px !important; }
}
@media (max-width: 390px) {
  .eleventy-home-v2 .hero-2-title.fz-150 { font-size: 38px !important; }
  .eleventy-home-v2 .service-title-custom,
  .eleventy-home-v2 .service-title-custom a { font-size: 32px !important; }
}
/* =========================================================
   ELEVENTY ADS - ABOUT PAGE MODERN UI V2
   Add this block to main.css
   Accent: #ff9900
========================================================= */

.eleventy-about-page {
    --ea-orange: #ff9900;
    --ea-black: #111111;
    --ea-text: #252525;
    --ea-muted: #666666;
    --ea-border: rgba(17, 17, 17, 0.12);
    --ea-soft: #f7f7f7;
    --ea-white: #ffffff;
    background: #fff;
    color: var(--ea-black);
}

.eleventy-about-page *,
.eleventy-about-page *::before,
.eleventy-about-page *::after {
    box-sizing: border-box;
}

.eleventy-about-page a {
    color: inherit;
    text-decoration: none;
}

.eleventy-about-page svg {
    display: block;
}

.ea-container {
    width: min(100% - 32px, 1320px);
    margin-inline: auto;
}

/* GENERAL TYPOGRAPHY */

.ea-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--ea-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-title {
    margin: 0;
    color: var(--ea-black);
    font-size: clamp(46px, 6.4vw, 104px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    font-weight: 650;
}

.ea-title sup {
    color: var(--ea-orange);
    font-size: clamp(22px, 2.6vw, 46px);
    top: -0.62em;
    position: relative;
    font-weight: 500;
}

.ea-section-title {
    margin: 0;
    color: var(--ea-black);
    font-size: clamp(36px, 4.6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.028em;
    font-weight: 650;
}

.ea-text {
    margin: 0;
    color: var(--ea-muted);
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.68;
    font-weight: 400;
}

.ea-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    transition: all .25s ease;
}

.ea-btn-primary {
    background: var(--ea-black);
    border: 1px solid var(--ea-black);
    color: #fff !important;
}

.ea-btn-primary:hover {
    background: var(--ea-orange);
    border-color: var(--ea-orange);
    color: #fff !important;
    transform: translateY(-2px);
}

.ea-btn-secondary {
    background: #fff;
    border: 1px solid var(--ea-border);
    color: var(--ea-black) !important;
}

.ea-btn-secondary:hover {
    border-color: rgba(255, 153, 0, 0.55);
    color: var(--ea-orange) !important;
    transform: translateY(-2px);
}

/* HERO */

.ea-hero {
    padding: 145px 0 70px;
}

.ea-hero-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 70px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 153, 0, 0.13), transparent 31%),
        radial-gradient(circle at 88% 10%, rgba(255, 153, 0, 0.075), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.045);
}

.ea-hero-shell::after {
    content: "";
    position: absolute;
    right: clamp(20px, 5vw, 80px);
    bottom: clamp(20px, 4vw, 60px);
    width: clamp(95px, 14vw, 210px);
    height: clamp(95px, 14vw, 210px);
    border-radius: 40px;
    border: 1px solid rgba(255, 153, 0, 0.28);
    background: rgba(255, 153, 0, 0.07);
    transform: rotate(12deg);
    pointer-events: none;
    z-index: 0;
}

.ea-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: clamp(34px, 5vw, 70px);
    align-items: end;
}

.ea-hero-content {
    min-width: 0;
}

.ea-hero-content .ea-text {
    max-width: 720px;
    margin-top: 26px;
}

.ea-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ea-hero-card {
    padding: 28px;
    border: 1px solid var(--ea-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.055);
}

.ea-hero-logo {
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    margin-bottom: 24px;
    border: 1px solid var(--ea-border);
    border-radius: 28px;
    background: #fff;
}

.ea-hero-logo img {
    max-width: 100%;
    height: auto;
}

.ea-hero-card h2 {
    margin: 0 0 14px;
    color: var(--ea-black);
    font-size: 25px;
    line-height: 1.16;
    letter-spacing: -0.018em;
    font-weight: 650;
}

.ea-hero-card p {
    margin: 0;
    color: var(--ea-muted);
    font-size: 15px;
    line-height: 1.6;
}

.ea-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.ea-hero-tags span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ea-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

/* STATS */

.ea-stats {
    padding: 0 0 85px;
}

.ea-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ea-stat-card {
    min-height: 150px;
    padding: 24px;
    border: 1px solid var(--ea-border);
    border-radius: 26px;
    background: #fff;
    transition: all .25s ease;
}

.ea-stat-card:hover {
    border-color: rgba(255, 153, 0, 0.48);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.ea-stat-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ea-black);
    font-size: clamp(32px, 2.8vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 650;
}

.ea-stat-card span {
    display: block;
    color: var(--ea-muted);
    font-size: 15px;
    line-height: 1.48;
}

/* STORY */

.ea-story {
    padding: 95px 0;
    background: #fff;
}

.ea-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: start;
}

.ea-sticky-heading {
    position: sticky;
    top: 110px;
}

.ea-story-content {
    display: grid;
    gap: 18px;
}

.ea-story-card {
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--ea-border);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 153, 0, 0.052), rgba(255, 255, 255, 0) 42%),
        #fff;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.045);
}

.ea-story-card h3 {
    margin: 0 0 14px;
    color: var(--ea-black);
    font-size: clamp(25px, 2.25vw, 35px);
    line-height: 1.16;
    letter-spacing: -0.018em;
    font-weight: 650;
}

.ea-story-card p {
    margin: 0;
    color: var(--ea-muted);
    font-size: 16px;
    line-height: 1.68;
}

/* VALUES */

.ea-values {
    padding: 95px 0;
    background: var(--ea-soft);
}

.ea-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.8fr);
    gap: 34px;
    align-items: end;
    margin-bottom: 44px;
}

.ea-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ea-value-card {
    min-height: 300px;
    padding: 30px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 30px;
    background: #fff;
    transition: all .25s ease;
}

.ea-value-card:hover {
    border-color: rgba(255, 153, 0, 0.5);
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}

.ea-value-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 16px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ea-orange);
}

.ea-value-card h3 {
    margin: 0 0 12px;
    color: var(--ea-black);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.012em;
    font-weight: 650;
}

.ea-value-card p {
    margin: 0;
    color: var(--ea-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* PROCESS */

.ea-process {
    padding: 100px 0;
}

.ea-process-shell {
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 153, 0, 0.10), transparent 30%),
        #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.055);
}

.ea-process-list {
    display: grid;
    gap: 14px;
    margin-top: 42px;
}

.ea-process-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 42px;
    gap: 22px;
    align-items: center;
    padding: 24px;
    border: 1px solid var(--ea-border);
    border-radius: 24px;
    background: #fff;
    transition: all .25s ease;
}

.ea-process-item:hover {
    border-color: rgba(255, 153, 0, 0.5);
    transform: translateX(4px);
}

.ea-process-number {
    color: var(--ea-orange);
    font-size: 18px;
    font-weight: 800;
}

.ea-process-item h3 {
    margin: 0 0 8px;
    color: var(--ea-black);
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -0.014em;
    font-weight: 650;
}

.ea-process-item p {
    margin: 0;
    color: var(--ea-muted);
    font-size: 15px;
    line-height: 1.58;
}

.ea-process-arrow {
    color: var(--ea-orange);
}

/* CAPABILITIES - LIGHT VERSION */

.ea-capabilities {
    padding: 95px 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 153, 0, 0.09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    color: var(--ea-black);
}

.ea-capabilities .ea-section-title {
    color: var(--ea-black);
}

.ea-capabilities .ea-text {
    color: var(--ea-muted);
}

.ea-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
}

.ea-capability-card {
    min-height: 190px;
    padding: 30px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.045);
    transition: all .25s ease;
}

.ea-capability-card:hover {
    border-color: rgba(255, 153, 0, 0.55);
    background: #fff;
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.ea-capability-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 14px;
    background: rgba(255, 153, 0, 0.13);
    color: var(--ea-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.ea-capability-card h3 {
    margin: 0 0 10px;
    color: var(--ea-black);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.012em;
    font-weight: 650;
}

.ea-capability-card p {
    margin: 0;
    color: var(--ea-muted);
    font-size: 15px;
    line-height: 1.58;
}

/* TEAM */

.ea-team {
    padding: 95px 0;
}

.ea-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
}

.ea-role-card {
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--ea-border);
    border-radius: 30px;
    background: #fff;
    transition: all .25s ease;
}

.ea-role-card:hover {
    border-color: rgba(255, 153, 0, 0.5);
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}

.ea-role-card span {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ea-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.ea-role-card h3 {
    margin: 0 0 12px;
    color: var(--ea-black);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.012em;
    font-weight: 650;
}

.ea-role-card p {
    margin: 0;
    color: var(--ea-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* CTA - LIGHT PREMIUM VERSION */

.ea-cta {
    padding: 40px 0 120px;
    background: #fff;
}

.ea-cta-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
    gap: 32px;
    align-items: end;
    padding: clamp(30px, 5vw, 60px);
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 153, 0, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    color: var(--ea-black);
    box-shadow: 0 26px 76px rgba(0, 0, 0, 0.06);
}

.ea-cta-shell::after {
    content: "";
    position: absolute;
    right: 44px;
    top: 40px;
    width: 130px;
    height: 130px;
    border-radius: 34px;
    border: 1px solid rgba(255, 153, 0, 0.28);
    background: rgba(255, 153, 0, 0.07);
    transform: rotate(12deg);
    pointer-events: none;
}

.ea-cta-shell > * {
    position: relative;
    z-index: 1;
}

.ea-cta-shell h2 {
    max-width: 870px;
    margin: 0;
    color: var(--ea-black);
    font-size: clamp(34px, 4.5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.028em;
    font-weight: 650;
}

.ea-cta-shell p {
    max-width: 640px;
    margin: 18px 0 0;
    color: var(--ea-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ea-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.ea-cta .ea-btn-secondary {
    background: #fff;
    color: var(--ea-black) !important;
    border-color: var(--ea-border);
}

.ea-cta .ea-btn-secondary:hover {
    border-color: rgba(255, 153, 0, 0.55);
    color: var(--ea-orange) !important;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .ea-hero-grid,
    .ea-story-grid,
    .ea-section-head,
    .ea-cta-shell {
        grid-template-columns: 1fr;
    }

    .ea-sticky-heading {
        position: static;
    }

    .ea-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .ea-values-grid,
    .ea-role-grid {
        grid-template-columns: 1fr;
    }

    .ea-capabilities-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ea-hero {
        padding: 105px 0 50px;
    }

    .ea-hero-shell,
    .ea-process-shell,
    .ea-cta-shell {
        border-radius: 24px;
        padding: 24px;
    }

    .ea-title {
        font-size: clamp(40px, 12vw, 56px);
        line-height: 1.05;
        letter-spacing: -0.025em;
        font-weight: 650;
    }

    .ea-section-title {
        font-size: clamp(32px, 9.5vw, 48px);
        line-height: 1.06;
        letter-spacing: -0.018em;
        font-weight: 650;
    }

    .ea-hero-logo {
        width: 110px;
        height: 110px;
        border-radius: 22px;
    }

    .ea-hero-card {
        padding: 22px;
        border-radius: 22px;
    }

    .ea-hero-actions,
    .ea-cta-actions {
        width: 100%;
    }

    .ea-btn {
        width: 100%;
    }

    .ea-stats {
        padding-bottom: 60px;
    }

    .ea-stats-grid {
        grid-template-columns: 1fr;
    }

    .ea-story,
    .ea-values,
    .ea-process,
    .ea-capabilities,
    .ea-team {
        padding: 70px 0;
    }

    .ea-process-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px;
    }

    .ea-process-arrow {
        display: none;
    }

    .ea-value-card,
    .ea-role-card,
    .ea-capability-card {
        min-height: auto;
        border-radius: 24px;
        padding: 24px;
    }

    .ea-cta {
        padding-bottom: 85px;
    }

    .ea-cta-shell::after {
        width: 90px;
        height: 90px;
        right: 22px;
        top: 22px;
        border-radius: 24px;
    }
}

@media (max-width: 420px) {
    .ea-container {
        width: min(100% - 20px, 1320px);
    }

    .ea-title {
        font-size: 38px;
    }

    .ea-section-title {
        font-size: 31px;
    }

    .ea-text {
        font-size: 15px;
    }
}
/* =========================================================
   HERO SOL LOGO + AÇIKLAMA ALANI ESKİ HALİNE DÖNÜŞ
   Ekran görüntüsündeki beyaz kutuları kaldırır.
========================================================= */

.eleventy-home-premium .sec-1-home-2 .home-hero-logo-box,
.eleventy-home-modern .sec-1-home-2 .home-hero-logo-box,
.sec-1-home-2 .home-hero-logo-box {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;

    display: block !important;
    place-items: unset !important;
    align-items: unset !important;
    justify-content: unset !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.eleventy-home-premium .sec-1-home-2 .home-hero-logo-box::before,
.eleventy-home-premium .sec-1-home-2 .home-hero-logo-box::after,
.eleventy-home-modern .sec-1-home-2 .home-hero-logo-box::before,
.eleventy-home-modern .sec-1-home-2 .home-hero-logo-box::after,
.sec-1-home-2 .home-hero-logo-box::before,
.sec-1-home-2 .home-hero-logo-box::after {
    content: none !important;
    display: none !important;
}

.eleventy-home-premium .sec-1-home-2 .home-hero-logo,
.eleventy-home-modern .sec-1-home-2 .home-hero-logo,
.sec-1-home-2 .home-hero-logo {
    width: auto !important;
    max-width: 190px !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Yanındaki açıklama kartını da kutudan çıkar */
.eleventy-home-premium .sec-1-home-2 .alt-hero-service,
.eleventy-home-modern .sec-1-home-2 .alt-hero-service,
.sec-1-home-2 .alt-hero-service {
    padding: 0 !important;
    margin-top: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.eleventy-home-premium .sec-1-home-2 .alt-hero-service ul,
.eleventy-home-modern .sec-1-home-2 .alt-hero-service ul,
.sec-1-home-2 .alt-hero-service ul {
    display: flex !important;
    grid-template-columns: unset !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.eleventy-home-premium .sec-1-home-2 .alt-hero-service li,
.eleventy-home-modern .sec-1-home-2 .alt-hero-service li,
.sec-1-home-2 .alt-hero-service li {
    list-style: none !important;
}

.eleventy-home-premium .sec-1-home-2 .alt-hero-service svg,
.eleventy-home-modern .sec-1-home-2 .alt-hero-service svg,
.sec-1-home-2 .alt-hero-service svg {
    color: currentColor !important;
}

.eleventy-home-premium .sec-1-home-2 .alt-hero-service .fz-font-md,
.eleventy-home-modern .sec-1-home-2 .alt-hero-service .fz-font-md,
.sec-1-home-2 .alt-hero-service .fz-font-md {
    color: inherit !important;
    background: transparent !important;
}
/* HERO sol logo + açıklama alanını dikeyde ortala */
.eleventy-home-premium .sec-1-home-2 > .overflow-hidden > .container > .row.align-items-end {
    align-items: center !important;
}

/* Sol logo/metin grubunu biraz yukarı taşı */
.eleventy-home-premium .sec-1-home-2 .home-hero-logo-box,
.eleventy-home-premium .sec-1-home-2 .alt-hero-service {
}
/* =========================================================
   HERO SOL LOGO + METİN BLOĞU HİZALAMA
   Sol taraftaki ikon ve açıklamayı hero alanında yukarı/ortaya alır.
========================================================= */

/* Logo ve açıklama alanının bulunduğu satırı dikeyde ortaya zorla */
.sec-1-home-2 .row:has(.home-hero-logo-box),
.sec-1-home-2 .row:has(.alt-hero-service) {
    align-items: center !important;
}

/* Logo kolonunu yukarı taşı */
.sec-1-home-2 .home-hero-logo-box {
    position: relative !important;
}

/* Yanındaki metin kolonunu yukarı taşı */
.sec-1-home-2 .alt-hero-service {
    position: relative !important;
}

/* Mobilde yukarı kaydırmayı iptal et */
@media (max-width: 991.98px) {
    .sec-1-home-2 .home-hero-logo-box,
    .sec-1-home-2 .alt-hero-service {
        top: 0 !important;
    }
}
/* =========================================================
   HERO SOL BLOK: LOGO ÜSTTE, METİN ALTTA
========================================================= */

@media (min-width: 1200px) {

    /* Hero ilk satırı grid'e çeviriyoruz */
    .sec-1-home-2 .row:has(.home-hero-logo-box) {
        display: grid !important;
        grid-template-columns: 310px minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        grid-template-areas:
            "heroLogo heroMain"
            "heroText heroMain" !important;
        align-items: center !important;
        column-gap: clamp(50px, 5vw, 90px) !important;
        row-gap: 22px !important;
    }

    /* Logo kolonu */
    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:has(.home-hero-logo-box) {
        grid-area: heroLogo !important;
        width: auto !important;
        max-width: none !important;
        flex: unset !important;
        align-self: end !important;
        display: flex !important;
        justify-content: flex-start !important;
    }

    /* Metin kolonu */
    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:has(.alt-hero-service) {
        grid-area: heroText !important;
        width: auto !important;
        max-width: 300px !important;
        flex: unset !important;
        align-self: start !important;
        display: block !important;
    }

    /* Ana başlık kolonu */
    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:not(:has(.home-hero-logo-box)):not(:has(.alt-hero-service)) {
        grid-area: heroMain !important;
        width: auto !important;
        max-width: none !important;
        flex: unset !important;
    }

    /* Logo boyutu */
    .sec-1-home-2 .home-hero-logo {
        max-width: 190px !important;
        height: auto !important;
    }

    /* Metin logonun altında temiz dursun */
    .sec-1-home-2 .alt-hero-service {
        max-width: 300px !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .sec-1-home-2 .alt-hero-service ul {
        display: flex !important;
        align-items: flex-start !important;
        gap: 14px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Tablet ve mobilde eski akışı bozma */
@media (max-width: 1199.98px) {
    .sec-1-home-2 .row:has(.home-hero-logo-box) {
        display: flex !important;
    }
}
/* HERO sol logo + alt metin bloğunu sağa al */
@media (min-width: 1200px) {

    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:has(.home-hero-logo-box),
    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:has(.alt-hero-service) {
        transform: translateX(90px) !important;
    }

}
/* =========================================================
   ELEVENTY ADS - SERVICE DETAIL PAGE MODERN UI
   Parallax class structure preserved
   Accent: #ff9900
========================================================= */

.eleventy-service-detail {
    --es-orange: #ff9900;
    --es-black: #111111;
    --es-text: #252525;
    --es-muted: #666666;
    --es-border: rgba(17, 17, 17, 0.12);
    --es-soft: #f7f7f7;
    --es-white: #ffffff;
    background: #fff;
    color: var(--es-black);
}

.eleventy-service-detail *,
.eleventy-service-detail *::before,
.eleventy-service-detail *::after {
    box-sizing: border-box;
}

.eleventy-service-detail a {
    color: inherit;
    text-decoration: none;
}

.eleventy-service-detail svg {
    display: block;
}

.es-container {
    width: min(100% - 32px, 1320px);
    margin-inline: auto;
}

.es-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--es-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.es-title {
    margin: 0;
    color: var(--es-black);
    font-size: clamp(46px, 6.4vw, 104px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    font-weight: 650;
}

.es-section-title {
    margin: 0;
    color: var(--es-black);
    font-size: clamp(36px, 4.6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.028em;
    font-weight: 650;
}

.es-text,
.es-hero-desc {
    margin: 0;
    color: var(--es-muted);
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.68;
    font-weight: 400;
}

.es-hero-desc {
    max-width: 720px;
    margin-top: 26px;
}

.es-hero-desc p {
    margin: 0;
}

.es-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    transition: all .25s ease;
}

.es-btn-primary {
    background: var(--es-black);
    border: 1px solid var(--es-black);
    color: #fff !important;
}

.es-btn-primary:hover {
    background: var(--es-orange);
    border-color: var(--es-orange);
    color: #fff !important;
    transform: translateY(-2px);
}

.es-btn-secondary {
    background: #fff;
    border: 1px solid var(--es-border);
    color: var(--es-black) !important;
}

.es-btn-secondary:hover {
    border-color: rgba(255, 153, 0, 0.55);
    color: var(--es-orange) !important;
    transform: translateY(-2px);
}

/* HERO */

.es-hero {
    padding: 145px 0 80px;
}

.es-hero-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 70px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 153, 0, 0.13), transparent 31%),
        radial-gradient(circle at 88% 10%, rgba(255, 153, 0, 0.075), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.045);
}

.es-hero-shell::after {
    content: "";
    position: absolute;
    right: clamp(20px, 5vw, 80px);
    bottom: clamp(20px, 4vw, 60px);
    width: clamp(95px, 14vw, 210px);
    height: clamp(95px, 14vw, 210px);
    border-radius: 40px;
    border: 1px solid rgba(255, 153, 0, 0.28);
    background: rgba(255, 153, 0, 0.07);
    transform: rotate(12deg);
    pointer-events: none;
    z-index: 0;
}

.es-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: clamp(34px, 5vw, 70px);
    align-items: center;
}

.es-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.es-hero-visual {
    position: relative;
    min-height: 520px;
}

.es-visual-card {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 4vw, 56px);
    border: 1px solid var(--es-border);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.es-visual-card::before {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 40px;
    background: rgba(255, 153, 0, 0.11);
    filter: blur(28px);
}

.es-visual-card img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 460px;
    object-fit: contain;
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.13));
}

.es-hero-note {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    max-width: 360px;
    padding: 18px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.es-hero-note span {
    display: block;
    margin-bottom: 8px;
    color: var(--es-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.es-hero-note p {
    margin: 0;
    color: var(--es-text);
    font-size: 14px;
    line-height: 1.48;
}

/* SECTION HEAD */

.es-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.75fr);
    gap: 34px;
    align-items: end;
    margin-bottom: 44px;
}

/* SERVICE CARDS */

.es-service-cards-section {
    padding: 30px 0 95px;
}

.es-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.es-service-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    border-radius: 30px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    transition: all .25s ease;
}

.es-service-card:hover {
    border-color: rgba(255, 153, 0, 0.55);
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.es-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.es-card-image:hover img {
    transform: scale(1.06);
}

.es-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72)),
        radial-gradient(circle at 15% 10%, rgba(255,153,0,.24), transparent 34%);
    z-index: 1;
}

.es-service-card-content {
    position: relative;
    z-index: 2;
}

.es-card-light {
    background:
        linear-gradient(180deg, rgba(255, 153, 0, 0.06), rgba(255, 255, 255, 0) 42%),
        #fff;
}

.es-service-card-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    border-radius: 17px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--es-orange);
}

.es-service-card span,
.es-service-card-content span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--es-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.es-card-image h3,
.es-card-image p,
.es-card-image span {
    color: #fff;
}

.es-service-card h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.16;
    letter-spacing: -0.012em;
    font-weight: 650;
}

.es-service-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--es-muted);
}

.es-card-image p {
    color: rgba(255, 255, 255, 0.78);
}

/* PROCESS PARALLAX */

.es-process-section {
    position: relative;
    padding: 95px 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 153, 0, 0.09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    overflow: hidden;
}

.es-process-head {
    margin-bottom: 54px;
}

.es-parallax-process {
    position: relative;
}

.es-parallax-process .wrapper {
    position: relative;
}

.es-parallax-process .item {
    position: relative;
}

.es-process-card {
    min-height: min(760px, 100dvh);
    display: flex;
    align-items: center;
    padding: clamp(24px, 4vw, 54px);
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
        #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.075);
    overflow: hidden;
}

.es-process-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.es-process-media {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background:
        radial-gradient(circle at center, rgba(255, 153, 0, 0.16), transparent 55%),
        #f7f7f7;
    overflow: hidden;
}

.es-process-media::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 32px;
    background: rgba(255, 153, 0, 0.10);
    filter: blur(22px);
}

.es-process-media img {
    position: relative;
    z-index: 1;
    width: 90%;
    height: auto;
    max-height: 370px;
    object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(0,0,0,.12));
}

.es-process-content {
    max-width: 760px;
}

.es-process-number {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 16px;
    background: rgba(255, 153, 0, 0.13);
    color: var(--es-orange);
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
}

.es-process-content h3 {
    margin: 0 0 18px;
    color: var(--es-black);
    font-size: clamp(34px, 4.4vw, 70px);
    line-height: 1.04;
    letter-spacing: -0.028em;
    font-weight: 650;
}

.es-process-content p {
    max-width: 680px;
    margin: 0;
    color: var(--es-muted);
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.58;
}

/* CONTACT */

.es-contact-section {
    padding: 30px 0 90px;
    background: #f7f7f7;
}

.es-contact-box {
    display: grid;
    grid-template-columns: 0.7fr 0.9fr 1.4fr;
    gap: 16px;
}

.es-contact-item {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid var(--es-border);
    border-radius: 26px;
    background: #fff;
    transition: all .25s ease;
}

a.es-contact-item:hover,
.es-contact-item:hover {
    border-color: rgba(255,153,0,.52);
    box-shadow: 0 20px 56px rgba(0,0,0,.07);
    transform: translateY(-4px);
}

.es-contact-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--es-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.es-contact-item strong {
    color: var(--es-black);
    font-size: 16px;
    line-height: 1.42;
    font-weight: 650;
    word-break: break-word;
}

/* GALLERY */

.es-gallery-section {
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
}

.es-gallery-card {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(17,17,17,.09);
    box-shadow: 0 20px 60px rgba(0,0,0,.07);
}

.es-gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 28px;
}

/* FAQ */

.es-faq-section {
    padding: 95px 0 120px;
    background: #f7f7f7;
}

.es-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.1fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: start;
}

.es-faq-left {
    position: sticky;
    top: 110px;
}

.es-faq-left .es-text {
    margin-top: 22px;
    max-width: 480px;
}

.es-faq-item {
    overflow: hidden;
    border: 1px solid var(--es-border);
    border-radius: 24px;
    background: #fff;
    transition: all .25s ease;
}

.es-faq-item + .es-faq-item {
    margin-top: 14px;
}

.es-faq-item:hover {
    border-color: rgba(255,153,0,.45);
    box-shadow: 0 18px 52px rgba(0,0,0,.055);
}

.es-faq-button {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--es-black);
    text-align: left;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 650;
}

.es-faq-button span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,153,0,.13);
    color: var(--es-orange);
    font-size: 12px;
    font-weight: 800;
}

.es-faq-body {
    padding: 0 24px 24px 76px;
    color: var(--es-muted);
    font-size: 15px;
    line-height: 1.62;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .es-hero-grid,
    .es-section-head,
    .es-faq-grid {
        grid-template-columns: 1fr;
    }

    .es-hero-visual {
        min-height: auto;
    }

    .es-visual-card {
        min-height: 460px;
    }

    .es-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .es-contact-box {
        grid-template-columns: 1fr;
    }

    .es-faq-left {
        position: static;
    }
}

@media (max-width: 991px) {
    .es-process-grid {
        grid-template-columns: 1fr;
    }

    .es-process-media {
        min-height: 320px;
    }

    .es-process-media img {
        max-height: 300px;
    }

    .es-process-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .es-container {
        width: min(100% - 20px, 1320px);
    }

    .es-hero {
        padding: 105px 0 60px;
    }

    .es-hero-shell,
    .es-process-card {
        border-radius: 24px;
        padding: 24px;
    }

    .es-title {
        font-size: clamp(40px, 12vw, 56px);
        line-height: 1.05;
        letter-spacing: -0.025em;
        font-weight: 650;
    }

    .es-section-title {
        font-size: clamp(32px, 9.5vw, 48px);
        line-height: 1.06;
        letter-spacing: -0.018em;
        font-weight: 650;
    }

    .es-btn {
        width: 100%;
    }

    .es-hero-actions {
        width: 100%;
    }

    .es-visual-card {
        min-height: 340px;
        border-radius: 24px;
    }

    .es-visual-card img {
        max-height: 280px;
    }

    .es-hero-note {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 14px;
        max-width: 100%;
    }

    .es-service-cards-section,
    .es-process-section,
    .es-gallery-section,
    .es-faq-section {
        padding: 70px 0;
    }

    .es-service-grid {
        grid-template-columns: 1fr;
    }

    .es-service-card {
        min-height: 280px;
        border-radius: 24px;
        padding: 24px;
    }

    .es-process-card {
        min-height: 100svh;
        align-items: center;
    }

    .es-process-media {
        min-height: 260px;
        border-radius: 22px;
    }

    .es-process-media img {
        max-height: 230px;
    }

    .es-process-content h3 {
        font-size: clamp(32px, 10vw, 46px);
    }

    .es-process-content p {
        font-size: 15px;
        line-height: 1.55;
    }

    .es-contact-section {
        padding: 20px 0 70px;
    }

    .es-contact-item {
        min-height: auto;
        border-radius: 22px;
        padding: 22px;
    }

    .es-faq-button {
        min-height: 68px;
        padding: 18px;
        font-size: 16px;
        gap: 12px;
    }

    .es-faq-body {
        padding: 0 18px 20px 64px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .es-title {
        font-size: 38px;
    }

    .es-section-title {
        font-size: 31px;
    }

    .es-text,
    .es-hero-desc {
        font-size: 15px;
    }
}
/* =========================================================
   ELEVENTY ADS - BLOG PAGE V2 EDITORIAL UI
   Add to main.css
   Accent: #ff9900
========================================================= */

.eleventy-blog-page-v2 {
    --ebv2-orange: #ff9900;
    --ebv2-black: #111111;
    --ebv2-text: #252525;
    --ebv2-muted: #666666;
    --ebv2-border: rgba(17, 17, 17, 0.12);
    --ebv2-soft: #f7f7f7;
    --ebv2-white: #ffffff;
    background: #fff;
    color: var(--ebv2-black);
}

.eleventy-blog-page-v2 *,
.eleventy-blog-page-v2 *::before,
.eleventy-blog-page-v2 *::after {
    box-sizing: border-box;
}

.eleventy-blog-page-v2 a {
    color: inherit;
    text-decoration: none;
}

.eleventy-blog-page-v2 svg {
    display: block;
}

.ebv2-container {
    width: min(100% - 32px, 1320px);
    margin-inline: auto;
}

/* HERO */

.ebv2-hero {
    padding: 145px 0 38px;
}

.ebv2-hero-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 70px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 153, 0, 0.15), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(255, 153, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.045);
}

.ebv2-hero-shell::after {
    content: "";
    position: absolute;
    right: clamp(20px, 5vw, 76px);
    bottom: clamp(20px, 4vw, 58px);
    width: clamp(100px, 14vw, 215px);
    height: clamp(100px, 14vw, 215px);
    border-radius: 42px;
    border: 1px solid rgba(255, 153, 0, 0.28);
    background: rgba(255, 153, 0, 0.07);
    transform: rotate(12deg);
    pointer-events: none;
    z-index: 0;
}

.ebv2-hero-top,
.ebv2-hero-bottom {
    position: relative;
    z-index: 1;
}

.ebv2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--ebv2-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebv2-title {
    max-width: 940px;
    margin: 0;
    color: var(--ebv2-black);
    font-size: clamp(48px, 7.2vw, 118px);
    line-height: 1.01;
    letter-spacing: -0.035em;
    font-weight: 650;
}

.ebv2-hero-bottom {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
    gap: 32px;
    align-items: end;
    margin-top: 34px;
}

.ebv2-hero-bottom p {
    max-width: 780px;
    margin: 0;
    color: var(--ebv2-muted);
    font-size: clamp(16px, 1.16vw, 19px);
    line-height: 1.68;
}

.ebv2-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.ebv2-hero-tags span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ebv2-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

/* FILTER BAR */

.ebv2-content-section {
    padding: 26px 0 120px;
}

.ebv2-filter-bar {
    position: sticky;
    top: 92px;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 22px;
    padding: 18px;
    border: 1px solid var(--ebv2-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.055);
}

.ebv2-filter-left span {
    display: block;
    margin-bottom: 5px;
    color: var(--ebv2-black);
    font-size: 17px;
    font-weight: 650;
}

.ebv2-filter-left p {
    margin: 0;
    color: var(--ebv2-muted);
    font-size: 14px;
    line-height: 1.45;
}

.ebv2-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

.ebv2-filter-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid var(--ebv2-border);
    border-radius: 999px;
    background: #fff;
    color: var(--ebv2-black);
    font-size: 14px;
    font-weight: 700;
    transition: all .25s ease;
}

.ebv2-filter-btn:hover,
.ebv2-filter-btn.active {
    border-color: rgba(255, 153, 0, 0.55);
    background: rgba(255, 153, 0, 0.11);
    color: var(--ebv2-orange);
    transform: translateY(-2px);
}

/* MAGAZINE LAYOUT */

.ebv2-magazine-layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

/* FEATURED */

.ebv2-featured-card {
    grid-column: span 8;
    min-height: 590px;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #111;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

.ebv2-featured-media {
    position: absolute;
    inset: 0;
    display: block;
}

.ebv2-featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .82) 100%),
        radial-gradient(circle at 12% 18%, rgba(255, 153, 0, .28), transparent 34%);
    z-index: 1;
}

.ebv2-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s ease, filter .65s ease;
}

.ebv2-featured-card:hover .ebv2-featured-img {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.ebv2-featured-content {
    position: absolute;
    left: clamp(24px, 4vw, 48px);
    right: clamp(24px, 4vw, 48px);
    bottom: clamp(24px, 4vw, 48px);
    z-index: 2;
    color: #fff;
}

.ebv2-featured-content h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.8vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.032em;
    font-weight: 650;
}

.ebv2-featured-content h2 a:hover {
    color: var(--ebv2-orange);
}

.ebv2-featured-content p {
    max-width: 660px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.62;
}

.ebv2-featured-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
}

.ebv2-featured-bottom strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

/* EDITORIAL PANEL */

.ebv2-editorial-panel {
    grid-column: span 4;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 34px;
    background:
        radial-gradient(circle at 14% 14%, rgba(255, 153, 0, 0.15), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.065);
}

.ebv2-editorial-panel > span {
    display: inline-flex;
    width: max-content;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ebv2-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.ebv2-editorial-panel h3 {
    margin: 28px 0 0;
    color: var(--ebv2-black);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.06;
    letter-spacing: -0.026em;
    font-weight: 650;
}

.ebv2-editorial-panel p {
    margin: 18px 0 0;
    color: var(--ebv2-muted);
    font-size: 15px;
    line-height: 1.62;
}

.ebv2-panel-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.ebv2-panel-list div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid var(--ebv2-border);
}

.ebv2-panel-list strong {
    color: var(--ebv2-orange);
    font-size: 13px;
    font-weight: 800;
}

.ebv2-panel-list small {
    color: var(--ebv2-text);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.ebv2-panel-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--ebv2-black);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.ebv2-panel-btn:hover {
    background: var(--ebv2-orange);
    transform: translateY(-2px);
}

/* POST CARDS */

.ebv2-post-card {
    grid-column: span 4;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 510px;
    border: 1px solid var(--ebv2-border);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.045);
    transition: all .25s ease;
}

.ebv2-post-card:hover {
    border-color: rgba(255, 153, 0, 0.52);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.075);
    transform: translateY(-5px);
}

.ebv2-post-media {
    display: block;
    min-height: 245px;
    overflow: hidden;
    background: var(--ebv2-soft);
}

.ebv2-post-img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
}

.ebv2-post-card:hover .ebv2-post-img {
    transform: scale(1.06);
    filter: saturate(1.06);
}

.ebv2-post-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.ebv2-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
}

.ebv2-post-meta span {
    display: inline-flex;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ebv2-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.ebv2-post-meta small {
    color: var(--ebv2-muted);
    font-size: 13px;
    font-weight: 600;
}

.ebv2-post-card h2 {
    margin: 0;
    color: var(--ebv2-black);
    font-size: clamp(23px, 2vw, 31px);
    line-height: 1.13;
    letter-spacing: -0.016em;
    font-weight: 650;
}

.ebv2-post-card h2 a:hover {
    color: var(--ebv2-orange);
}

.ebv2-post-card p {
    margin: 15px 0 0;
    color: var(--ebv2-muted);
    font-size: 15px;
    line-height: 1.6;
}

.ebv2-post-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 24px;
}

.ebv2-post-bottom strong {
    color: var(--ebv2-text);
    font-size: 14px;
    font-weight: 700;
}

.ebv2-read-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ebv2-black);
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.ebv2-read-link:hover {
    color: var(--ebv2-orange);
    transform: translateX(4px);
}

/* PAGINATION */

.ebv2-pagination {
    margin-top: 48px;
}

.ebv2-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ebv2-pagination a,
.ebv2-pagination span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ebv2-border);
    border-radius: 50%;
    background: #fff;
    color: var(--ebv2-black);
    font-size: 15px;
    font-weight: 800;
    transition: all .25s ease;
}

.ebv2-pagination a:hover,
.ebv2-pagination .current {
    border-color: var(--ebv2-orange);
    background: var(--ebv2-orange);
    color: #fff;
}

/* EMPTY */

.ebv2-empty-state {
    padding: 44px;
    border: 1px solid var(--ebv2-border);
    border-radius: 30px;
    background: #fff;
}

.ebv2-empty-state h2 {
    margin: 0 0 12px;
    color: var(--ebv2-black);
    font-size: 28px;
    font-weight: 650;
}

.ebv2-empty-state p {
    margin: 0;
    color: var(--ebv2-muted);
    font-size: 16px;
    line-height: 1.6;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .ebv2-hero-bottom,
    .ebv2-filter-bar {
        grid-template-columns: 1fr;
    }

    .ebv2-hero-tags,
    .ebv2-filter-list {
        justify-content: flex-start;
    }

    .ebv2-featured-card,
    .ebv2-editorial-panel {
        grid-column: span 12;
        min-height: 520px;
    }

    .ebv2-post-card {
        grid-column: span 6;
    }
}

@media (max-width: 767px) {
    .ebv2-container {
        width: min(100% - 20px, 1320px);
    }

    .ebv2-hero {
        padding: 105px 0 30px;
    }

    .ebv2-hero-shell {
        border-radius: 24px;
        padding: 24px;
    }

    .ebv2-title {
        font-size: clamp(40px, 12vw, 56px);
        line-height: 1.05;
        letter-spacing: -0.025em;
    }

    .ebv2-hero-bottom {
        margin-top: 24px;
    }

    .ebv2-content-section {
        padding: 18px 0 85px;
    }

    .ebv2-filter-bar {
        position: static;
        border-radius: 22px;
        padding: 16px;
    }

    .ebv2-filter-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ebv2-filter-btn {
        width: 100%;
    }

    .ebv2-magazine-layout {
        grid-template-columns: 1fr;
    }

    .ebv2-featured-card,
    .ebv2-editorial-panel,
    .ebv2-post-card {
        grid-column: span 1;
        border-radius: 24px;
    }

    .ebv2-featured-card {
        min-height: 560px;
    }

    .ebv2-featured-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .ebv2-featured-content h2 {
        font-size: clamp(30px, 9vw, 44px);
    }

    .ebv2-featured-content p {
        font-size: 15px;
    }

    .ebv2-featured-bottom,
    .ebv2-post-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ebv2-editorial-panel {
        min-height: auto;
        padding: 24px;
    }

    .ebv2-post-card {
        min-height: auto;
    }

    .ebv2-post-media,
    .ebv2-post-img {
        min-height: 230px;
        height: 230px;
    }

    .ebv2-post-content {
        padding: 22px;
    }
}

@media (max-width: 420px) {
    .ebv2-title {
        font-size: 38px;
    }

    .ebv2-featured-card {
        min-height: 520px;
    }

    .ebv2-post-media,
    .ebv2-post-img {
        min-height: 210px;
        height: 210px;
    }
}
/* =========================================================
   ELEVENTY ADS - BLOG DETAIL PAGE MODERN UI
   Add to main.css
   Accent: #ff9900
========================================================= */

.eleventy-blog-detail {
    --ebd-orange: #ff9900;
    --ebd-black: #111111;
    --ebd-text: #252525;
    --ebd-muted: #666666;
    --ebd-border: rgba(17, 17, 17, 0.12);
    --ebd-soft: #f7f7f7;
    --ebd-white: #ffffff;
    background: #fff;
    color: var(--ebd-black);
}

.eleventy-blog-detail *,
.eleventy-blog-detail *::before,
.eleventy-blog-detail *::after {
    box-sizing: border-box;
}

.eleventy-blog-detail a {
    color: inherit;
    text-decoration: none;
}

.eleventy-blog-detail svg {
    display: block;
}

.ebd-container {
    width: min(100% - 32px, 1320px);
    margin-inline: auto;
}

/* TYPOGRAPHY */

.ebd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--ebd-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebd-title {
    max-width: 980px;
    margin: 0;
    color: var(--ebd-black);
    font-size: clamp(42px, 5.9vw, 96px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    font-weight: 650;
}

.ebd-section-title {
    margin: 0;
    color: var(--ebd-black);
    font-size: clamp(34px, 4.4vw, 66px);
    line-height: 1.06;
    letter-spacing: -0.028em;
    font-weight: 650;
}

/* HERO */

.ebd-hero {
    padding: 145px 0 42px;
}

.ebd-hero-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 5vw, 64px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 153, 0, 0.15), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(255, 153, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.045);
}

.ebd-hero-shell::after {
    content: "";
    position: absolute;
    right: clamp(20px, 5vw, 76px);
    bottom: clamp(20px, 4vw, 58px);
    width: clamp(100px, 14vw, 215px);
    height: clamp(100px, 14vw, 215px);
    border-radius: 42px;
    border: 1px solid rgba(255, 153, 0, 0.28);
    background: rgba(255, 153, 0, 0.07);
    transform: rotate(12deg);
    pointer-events: none;
    z-index: 0;
}

.ebd-breadcrumb,
.ebd-hero-grid {
    position: relative;
    z-index: 1;
}

.ebd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
    color: var(--ebd-muted);
    font-size: 14px;
    font-weight: 650;
}

.ebd-breadcrumb a {
    color: var(--ebd-black);
    transition: color .25s ease;
}

.ebd-breadcrumb a:hover {
    color: var(--ebd-orange);
}

.ebd-breadcrumb span:nth-child(2) {
    color: var(--ebd-orange);
}

.ebd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
    gap: clamp(32px, 5vw, 70px);
    align-items: end;
}

.ebd-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.ebd-author {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 10px 15px 10px 10px;
    border: 1px solid var(--ebd-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
}

.ebd-author-logo {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--ebd-border);
}

.ebd-author-logo img {
    max-width: 100%;
    height: auto;
}

.ebd-author strong {
    display: block;
    color: var(--ebd-black);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 800;
}

.ebd-author span {
    display: block;
    margin-top: 4px;
    color: var(--ebd-muted);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.ebd-read-time {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    padding: 10px 17px;
    border: 1px solid var(--ebd-border);
    border-radius: 999px;
    background: #fff;
}

.ebd-read-time span {
    color: var(--ebd-muted);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ebd-read-time strong {
    margin-top: 6px;
    color: var(--ebd-orange);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

/* SHARE CARD */

.ebd-share-card {
    padding: 26px;
    border: 1px solid var(--ebd-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.055);
}

.ebd-share-card > span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ebd-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.ebd-share-card p {
    margin: 0;
    color: var(--ebd-muted);
    font-size: 15px;
    line-height: 1.58;
}

.ebd-share-list {
    display: grid;
    gap: 9px;
    margin-top: 22px;
}

.ebd-share-list a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid var(--ebd-border);
    border-radius: 999px;
    background: #fff;
    color: var(--ebd-black);
    font-size: 14px;
    font-weight: 750;
    transition: all .25s ease;
}

.ebd-share-list a::after {
    content: "→";
    color: var(--ebd-orange);
    transition: transform .25s ease;
}

.ebd-share-list a:hover {
    border-color: rgba(255, 153, 0, 0.55);
    color: var(--ebd-orange);
}

.ebd-share-list a:hover::after {
    transform: translateX(4px);
}

/* FEATURED IMAGE */

.ebd-featured-section {
    padding: 0 0 70px;
}

.ebd-featured-media {
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    background: var(--ebd-soft);
    box-shadow: 0 28px 82px rgba(0, 0, 0, 0.075);
}

.ebd-featured-img {
    width: 100%;
    min-height: 460px;
    max-height: 720px;
    object-fit: cover;
    display: block;
}

/* CONTENT LAYOUT */

.ebd-content-section {
    padding: 0 0 100px;
}

.ebd-content-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: start;
}

.ebd-side-panel {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.ebd-side-card {
    padding: 24px;
    border: 1px solid var(--ebd-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.045);
}

.ebd-side-card > span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--ebd-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ebd-info-list {
    display: grid;
    gap: 14px;
}

.ebd-info-list div {
    padding-top: 14px;
    border-top: 1px solid var(--ebd-border);
}

.ebd-info-list small {
    display: block;
    margin-bottom: 6px;
    color: var(--ebd-muted);
    font-size: 12px;
    font-weight: 700;
}

.ebd-info-list strong {
    display: block;
    color: var(--ebd-black);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
}

.ebd-cta-card {
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 153, 0, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.ebd-cta-card h3 {
    margin: 0;
    color: var(--ebd-black);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.018em;
    font-weight: 650;
}

.ebd-side-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--ebd-black);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.ebd-side-btn:hover {
    background: var(--ebd-orange);
    transform: translateY(-2px);
}

/* ARTICLE CONTENT */

.ebd-article {
    min-width: 0;
}

.ebd-content {
    color: var(--ebd-text);
    font-size: 18px;
    line-height: 1.82;
}

.ebd-content > *:first-child {
    margin-top: 0;
}

.ebd-content p {
    margin: 0 0 26px;
    color: var(--ebd-text);
}

.ebd-content h2,
.ebd-content h3,
.ebd-content h4 {
    color: var(--ebd-black);
    letter-spacing: -0.02em;
    font-weight: 650;
}

.ebd-content h2 {
    margin: 54px 0 18px;
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.08;
}

.ebd-content h3 {
    margin: 42px 0 16px;
    font-size: clamp(26px, 2.6vw, 38px);
    line-height: 1.12;
}

.ebd-content h4 {
    margin: 34px 0 14px;
    font-size: 24px;
    line-height: 1.18;
}

.ebd-content a {
    color: var(--ebd-orange);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ebd-content ul,
.ebd-content ol {
    margin: 0 0 28px;
    padding-left: 22px;
}

.ebd-content li {
    margin-bottom: 10px;
}

.ebd-content blockquote {
    margin: 44px 0;
    padding: 30px;
    border-left: 4px solid var(--ebd-orange);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 153, 0, 0.1), transparent 32%),
        #f7f7f7;
    color: var(--ebd-black);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.35;
    font-weight: 650;
}

.ebd-content img {
    max-width: 100%;
    height: auto;
    border-radius: 26px;
    margin: 28px 0;
}

.ebd-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 34px 0;
    overflow: hidden;
    border-radius: 20px;
}

.ebd-content th,
.ebd-content td {
    padding: 16px;
    border: 1px solid var(--ebd-border);
    text-align: left;
}

.ebd-content th {
    background: #f7f7f7;
    color: var(--ebd-black);
}

/* TAGS */

.ebd-tags {
    margin-top: 54px;
    padding-top: 34px;
    border-top: 1px solid var(--ebd-border);
}

.ebd-tags > span {
    display: block;
    margin-bottom: 14px;
    color: var(--ebd-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ebd-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ebd-tag-list a {
    display: inline-flex;
    padding: 10px 13px;
    border: 1px solid var(--ebd-border);
    border-radius: 999px;
    background: #fff;
    color: var(--ebd-black);
    font-size: 13px;
    font-weight: 750;
    transition: all .25s ease;
}

.ebd-tag-list a:hover {
    border-color: rgba(255, 153, 0, 0.55);
    background: rgba(255, 153, 0, 0.1);
    color: var(--ebd-orange);
}

/* PREV NEXT */

.ebd-post-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}

.ebd-post-nav-item {
    min-height: 150px;
    padding: 24px;
    border: 1px solid var(--ebd-border);
    border-radius: 26px;
    background: #fff;
    transition: all .25s ease;
}

.ebd-post-nav-item:hover {
    border-color: rgba(255, 153, 0, 0.52);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.065);
    transform: translateY(-4px);
}

.ebd-post-nav-item span {
    display: block;
    margin-bottom: 12px;
    color: var(--ebd-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ebd-post-nav-item h3 {
    margin: 0;
    color: var(--ebd-black);
    font-size: 21px;
    line-height: 1.22;
    letter-spacing: -0.014em;
    font-weight: 650;
}

.ebd-post-nav-item h3 a:hover {
    color: var(--ebd-orange);
}

.ebd-next {
    text-align: right;
}

/* RELATED */

.ebd-related-section {
    padding: 95px 0 120px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 153, 0, 0.09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.ebd-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: end;
    margin-bottom: 44px;
}

.ebd-all-posts {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid var(--ebd-border);
    border-radius: 999px;
    background: #fff;
    color: var(--ebd-black);
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.ebd-all-posts:hover {
    border-color: rgba(255, 153, 0, 0.55);
    color: var(--ebd-orange);
    transform: translateY(-2px);
}

.ebd-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ebd-related-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    border: 1px solid var(--ebd-border);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.045);
    transition: all .25s ease;
}

.ebd-related-card:hover {
    border-color: rgba(255, 153, 0, 0.52);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.075);
    transform: translateY(-5px);
}

.ebd-related-thumb {
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: var(--ebd-soft);
}

.ebd-related-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
}

.ebd-related-card:hover .ebd-related-img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.ebd-related-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
}

.ebd-related-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.ebd-related-meta span {
    display: inline-flex;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.12);
    color: var(--ebd-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.ebd-related-meta small {
    color: var(--ebd-muted);
    font-size: 13px;
    font-weight: 600;
}

.ebd-related-card h3 {
    margin: 0;
    color: var(--ebd-black);
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -0.014em;
    font-weight: 650;
}

.ebd-related-card h3 a:hover {
    color: var(--ebd-orange);
}

.ebd-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--ebd-black);
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.ebd-read-more:hover {
    color: var(--ebd-orange);
    transform: translateX(4px);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .ebd-hero-grid,
    .ebd-content-layout,
    .ebd-section-head {
        grid-template-columns: 1fr;
    }

    .ebd-side-panel {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

    .ebd-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ebd-container {
        width: min(100% - 20px, 1320px);
    }

    .ebd-hero {
        padding: 105px 0 30px;
    }

    .ebd-hero-shell {
        border-radius: 24px;
        padding: 24px;
    }

    .ebd-title {
        font-size: clamp(36px, 10.5vw, 50px);
        line-height: 1.06;
        letter-spacing: -0.024em;
    }

    .ebd-meta-row {
        align-items: stretch;
        flex-direction: column;
    }

    .ebd-author,
    .ebd-read-time {
        border-radius: 22px;
    }

    .ebd-share-card {
        border-radius: 22px;
        padding: 22px;
    }

    .ebd-featured-section {
        padding-bottom: 54px;
    }

    .ebd-featured-media {
        border-radius: 24px;
    }

    .ebd-featured-img {
        min-height: 260px;
        max-height: 360px;
    }

    .ebd-content-section {
        padding-bottom: 70px;
    }

    .ebd-side-panel {
        grid-template-columns: 1fr;
    }

    .ebd-side-card {
        border-radius: 22px;
        padding: 22px;
    }

    .ebd-content {
        font-size: 16px;
        line-height: 1.75;
    }

    .ebd-content p {
        margin-bottom: 22px;
    }

    .ebd-content h2 {
        margin-top: 42px;
        font-size: 31px;
    }

    .ebd-content h3 {
        margin-top: 34px;
        font-size: 25px;
    }

    .ebd-content blockquote {
        padding: 24px;
        border-radius: 22px;
        font-size: 21px;
    }

    .ebd-post-nav {
        grid-template-columns: 1fr;
    }

    .ebd-next {
        text-align: left;
    }

    .ebd-related-section {
        padding: 70px 0 85px;
    }

    .ebd-section-head {
        gap: 20px;
        margin-bottom: 32px;
    }

    .ebd-related-grid {
        grid-template-columns: 1fr;
    }

    .ebd-related-card {
        min-height: auto;
        border-radius: 24px;
    }

    .ebd-related-thumb,
    .ebd-related-img {
        min-height: 220px;
        height: 220px;
    }
}

@media (max-width: 420px) {
    .ebd-title {
        font-size: 35px;
    }

    .ebd-related-thumb,
    .ebd-related-img {
        min-height: 205px;
        height: 205px;
    }
}
/* =========================================================
   BLOG DETAIL - HERO TITLE + SHARE CARD FINAL FIX
========================================================= */

.eleventy-blog-detail .ebd-hero {
    padding: 122px 0 32px;
}

.eleventy-blog-detail .ebd-hero-shell {
    padding: clamp(26px, 4vw, 50px);
}

.eleventy-blog-detail .ebd-title {
    max-width: 860px;
    font-size: clamp(32px, 4.15vw, 64px);
    line-height: 1.1;
    letter-spacing: -0.018em;
    font-weight: 620;
}

.eleventy-blog-detail .ebd-breadcrumb {
    margin-bottom: 22px;
}

.eleventy-blog-detail .ebd-meta-row {
    margin-top: 24px;
}

/* Share Card */

.eleventy-blog-detail .ebd-share-card {
    padding: 24px;
}

.eleventy-blog-detail .ebd-share-card > span {
    margin-bottom: 14px;
}

.eleventy-blog-detail .ebd-share-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.eleventy-blog-detail .ebd-share-list a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 14px;
    border: 1px solid var(--ebd-border);
    border-radius: 16px;
    background: #fff;
    color: var(--ebd-black);
    transition: all .25s ease;
}

.eleventy-blog-detail .ebd-share-list a::after {
    display: none;
}

.eleventy-blog-detail .ebd-share-list a span {
    color: var(--ebd-black);
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
}

.eleventy-blog-detail .ebd-share-list a small {
    color: var(--ebd-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.eleventy-blog-detail .ebd-share-list a:hover {
    border-color: rgba(255, 153, 0, 0.55);
    background: rgba(255, 153, 0, 0.08);
    transform: translateY(-2px);
}

.eleventy-blog-detail .ebd-share-list a:hover span {
    color: var(--ebd-orange);
}

@media (max-width: 1199px) {
    .eleventy-blog-detail .ebd-title {
        max-width: 100%;
        font-size: clamp(32px, 6vw, 56px);
    }
}

@media (max-width: 767px) {
    .eleventy-blog-detail .ebd-hero {
        padding: 98px 0 26px;
    }

    .eleventy-blog-detail .ebd-hero-shell {
        padding: 22px;
    }

    .eleventy-blog-detail .ebd-title {
        font-size: clamp(29px, 8vw, 38px);
        line-height: 1.13;
        letter-spacing: -0.014em;
        font-weight: 620;
    }

    .eleventy-blog-detail .ebd-share-list {
        grid-template-columns: 1fr 1fr;
    }

    .eleventy-blog-detail .ebd-share-list a {
        min-height: 46px;
        border-radius: 14px;
    }
}

@media (max-width: 420px) {
    .eleventy-blog-detail .ebd-title {
        font-size: 29px;
    }

    .eleventy-blog-detail .ebd-share-list {
        grid-template-columns: 1fr;
    }
}
/* BLOG DETAIL - Share buttons force visible */

.eleventy-blog-detail .ebd-share-list,
.eleventy-blog-detail .ebd-share-list-full {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.eleventy-blog-detail .ebd-share-list a,
.eleventy-blog-detail .ebd-share-list-full a {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    border: 1px solid var(--ebd-border);
    border-radius: 16px;
    background: #fff;
    color: var(--ebd-black);
}

.eleventy-blog-detail .ebd-share-list a::after,
.eleventy-blog-detail .ebd-share-list-full a::after {
    display: none !important;
}

.eleventy-blog-detail .ebd-share-list a span,
.eleventy-blog-detail .ebd-share-list-full a span {
    display: inline-flex !important;
    color: var(--ebd-black);
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
}

.eleventy-blog-detail .ebd-share-list a small,
.eleventy-blog-detail .ebd-share-list-full a small {
    display: inline-flex !important;
    color: var(--ebd-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}


/* Hizmet detay hero görseli - parallax kapalı, görsel sabit */
.eleventy-service-detail .es-hero-visual {
    transform: none !important;
}

.eleventy-service-detail .service-hero-visual-inner {
    transform: none !important;
}

.eleventy-service-detail .es-hero-static-img {
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
    will-change: auto !important;
}
/* =========================================================
   MOBILE HERO FIX
   Logo + açıklama üst üste binmesini çözer.
========================================================= */

@media (max-width: 767.98px) {

    /* Hero içindeki ana satırı mobilde dikey akışa döndür */
    .sec-1-home-2 .row:has(.home-hero-logo-box) {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }

    /* Tüm kolonları tam genişlik yap */
    .sec-1-home-2 .row:has(.home-hero-logo-box) > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        transform: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    /* Logo alanı */
    .sec-1-home-2 .home-hero-logo-box {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        margin: 0 0 18px 0 !important;
        padding: 0 !important;
        transform: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    .sec-1-home-2 .home-hero-logo {
        width: auto !important;
        max-width: 145px !important;
        height: auto !important;
        display: block !important;
    }

    /* Açıklama alanı logonun altına gelsin */
    .sec-1-home-2 .alt-hero-service {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 0 30px 0 !important;
        padding: 0 !important;
        transform: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .sec-1-home-2 .alt-hero-service ul {
        display: grid !important;
        grid-template-columns: 18px 1fr !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sec-1-home-2 .alt-hero-service svg {
        width: 15px !important;
        height: 15px !important;
        margin-top: 3px !important;
    }

    .sec-1-home-2 .alt-hero-service .fz-font-md {
        font-size: 15px !important;
        line-height: 1.35 !important;
        max-width: 260px !important;
    }

    .sec-1-home-2 .hero-tags {
        margin-top: 12px !important;
    }

    /* Ana başlık alanı metnin altından devam etsin */
    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:not(:has(.home-hero-logo-box)):not(:has(.alt-hero-service)) {
        order: 3 !important;
    }

    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:has(.home-hero-logo-box) {
        order: 1 !important;
    }

    .sec-1-home-2 .row:has(.home-hero-logo-box) > div:has(.alt-hero-service) {
        order: 2 !important;
    }

    /* Mobilde hero başlığı daha güvenli dursun */
    .eleventy-home-premium .hero-2-title.fz-150 {
        font-size: clamp(38px, 12vw, 54px) !important;
        line-height: .95 !important;
        letter-spacing: -0.055em !important;
    }

    /* Sosyal butonlar taşmasın */
    .sec-1-home-2 .at-hero-social.style-2 {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin-top: 22px !important;
    }

    .sec-1-home-2 .at-hero-social.style-2 a {
        font-size: 13px !important;
        padding: 9px 13px !important;
    }

    /* Telefon butonu mobilde daha kontrollü */
    .sec-1-home-2 a[href^="tel"] p {
        margin-top: 12px !important;
        font-size: 13px !important;
    }

    /* CTA butonları düzgün sıralansın */
    .eh-hero-actions {
        width: 100% !important;
        margin-top: 24px !important;
    }

    .eh-btn {
        width: 100% !important;
    }

    /* Alttaki strateji kartları mobilde başlığın altına düzgün aksın */
    .eh-hero-proof {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 26px !important;
    }
}
/* =========================================================
   MOBILE HERO SOL BLOK ORAN + HİZA DÜZELTME
   Logo büyür, metin ortalanır, tag tek satır kalır.
========================================================= */

@media (max-width: 767.98px) {

    /* Logo daha büyük ve ortalı */
    .sec-1-home-2 .home-hero-logo-box {
        justify-content: center !important;
        margin: 0 0 22px 0 !important;
    }

    .sec-1-home-2 .home-hero-logo {
        max-width: 205px !important;
        width: 205px !important;
        height: auto !important;
    }

    /* Açıklama bloğu ortalı */
    .sec-1-home-2 .alt-hero-service {
        max-width: 285px !important;
        width: 100% !important;
        margin: 0 auto 34px auto !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service svg {
        width: 16px !important;
        height: 16px !important;
        margin: 0 auto !important;
    }

    .sec-1-home-2 .alt-hero-service .fz-font-md {
        max-width: 270px !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    /* Strateji - Tasarım - Performans etiketi tek satır */
    .sec-1-home-2 .hero-tags {
        width: max-content !important;
        max-width: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        margin: 14px auto 0 auto !important;
        padding: 8px 16px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        text-align: center !important;
    }
}
/* =========================================================
   HİZMET DETAY - MOBİL GELİŞTİRME SÜRECİ FINAL FIX V2
   - Parallax/stack yapısını korur
   - Sıradaki adımın görselinin erkenden görünmesini engeller
   - Metinleri mobilde sığdırır
   - Türkçe karakterlerin alt kuyruğunun kesilmesini engeller
   ========================================================= */

@media (max-width: 767px) {

  /* Ana süreç alanı: sıradaki kartlar erken görünmesin */
  .eleventy-service-detail .process-scroll.scroll-section,
  .eleventy-service-detail .es-parallax-process {
    position: relative !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  .eleventy-service-detail .process-scroll.scroll-section .wrapper,
  .eleventy-service-detail .es-parallax-process .wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  /* Her item viewport içinde kalsın, alttaki item taşarak görünmesin */
  .eleventy-service-detail .process-scroll.scroll-section .item,
  .eleventy-service-detail .es-parallax-process .item {
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    padding: 14px 0 22px !important;
  }

  .eleventy-service-detail .process-scroll.scroll-section .item:first-child {
    position: relative !important;
  }

  .eleventy-service-detail .process-scroll.scroll-section .item:not(:first-child) {
    position: absolute !important;
  }

  /* Kart ekran içine sığsın */
  .eleventy-service-detail .es-process-card {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: calc(100svh - 36px) !important;
    padding: 16px 16px 34px 16px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .eleventy-service-detail .es-process-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 18px !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  /* Görsel mobilde fazla yer kaplamasın */
  .eleventy-service-detail .es-process-media {
    width: 100% !important;
    height: 25svh !important;
    max-height: 205px !important;
    min-height: 145px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .eleventy-service-detail .es-process-media img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }

  /* İçerik alanı */
  .eleventy-service-detail .es-process-content {
    padding: 0 0 16px 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .eleventy-service-detail .es-process-number {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    margin: 0 0 18px 0 !important;
    border-radius: 18px !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .eleventy-service-detail .es-process-content h3 {
    font-size: clamp(32px, 8.8vw, 44px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 15px 0 !important;
    padding: 0 0 2px 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .eleventy-service-detail .es-process-content p {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.012em !important;
    margin: 0 !important;
    padding: 0 0 18px 0 !important;
    max-height: none !important;
    overflow: visible !important;
    color: #666 !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    text-overflow: unset !important;
  }
}

/* Çok dar iPhone ekranları */
@media (max-width: 390px) {

  .eleventy-service-detail .process-scroll.scroll-section .item,
  .eleventy-service-detail .es-parallax-process .item {
    padding: 12px 0 20px !important;
  }

  .eleventy-service-detail .es-process-card {
    max-height: calc(100svh - 30px) !important;
    padding: 14px 14px 36px 14px !important;
    border-radius: 22px !important;
  }

  .eleventy-service-detail .es-process-grid {
    gap: 15px !important;
  }

  .eleventy-service-detail .es-process-media {
    height: 22svh !important;
    max-height: 175px !important;
    min-height: 130px !important;
    border-radius: 18px !important;
  }

  .eleventy-service-detail .es-process-number {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    margin-bottom: 14px !important;
    border-radius: 16px !important;
    font-size: 20px !important;
  }

  .eleventy-service-detail .es-process-content {
    padding-bottom: 18px !important;
  }

  .eleventy-service-detail .es-process-content h3 {
    font-size: clamp(29px, 8.4vw, 39px) !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }

  .eleventy-service-detail .es-process-content p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding-bottom: 20px !important;
  }
}
.eleventy-service-detail .es-service-cards-section .es-section-head {
  display: block !important;
}

.eleventy-service-detail .es-service-cards-section .es-section-head > div {
  width: 100% !important;
  max-width: 100% !important;
}

.eleventy-service-detail .es-service-cards-section .es-section-title {
  max-width: 100% !important;
  width: 100% !important;
}

.eleventy-service-detail .es-service-cards-section .es-section-head .es-text:empty {
  display: none !important;
}
/* =========================================================
   PREMIUM HEADER TASARIM FIX
   Header'ı daha modern, cam efektli ve premium hale getirir
   ========================================================= */

@media (min-width: 1200px) {

  .at-header-area {
    padding: 18px 0 !important;
    background: transparent !important;
    position: relative;
    z-index: 99;
  }

  .at-header-area .container {
    max-width: 1720px !important;
  }

  .at-header-area .row {
    min-height: 72px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(29, 29, 29, 0.08);
    box-shadow:
      0 18px 55px rgba(15, 15, 15, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  /* Logo alanı */
  .at-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .at-header-logo img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
  }

  .at-header-logo p {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    color: #1d1d1d !important;
  }

  /* Menü kapsayıcı */
  .at-main-menu {
    padding: 7px !important;
    border-radius: 999px;
    background: rgba(242, 242, 242, 0.72);
    border: 1px solid rgba(29, 29, 29, 0.06);
  }

  .at-main-menu nav > ul {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .at-main-menu nav > ul > li {
    position: relative;
    list-style: none;
  }

  .at-main-menu nav > ul > li > a {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px;
    padding: 0 17px !important;
    border-radius: 999px;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: #1d1d1d !important;
    transition: all 0.25s ease !important;
  }

  .at-main-menu nav > ul > li > a:hover {
    background: #ffffff !important;
    color: #ff9900 !important;
    box-shadow: 0 8px 24px rgba(15, 15, 15, 0.07);
    transform: translateY(-1px);
  }

  /* Dropdown oku daha temiz dursun */
  .at-main-menu nav > ul > li.has-dropdown > a::after {
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 8px;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    opacity: 0.75;
  }

  /* Dropdown menü premium görünüm */
 .at-main-menu .submenu,
.at-main-menu .at-submenu {
  min-width: 340px !important;
  width: max-content !important;
  max-width: 420px !important;
  padding: 12px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  box-shadow: 0 28px 70px rgba(15, 15, 15, 0.14) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

  .at-main-menu .submenu li,
  .at-main-menu .at-submenu li {
    margin: 0 !important;
  }

  .at-main-menu .submenu li a,
  .at-main-menu .at-submenu li a {
    display: flex !important;
    align-items: center !important;
    min-height: 42px;
    padding: 0 14px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: #1d1d1d !important;
    transition: all 0.22s ease !important;
  }

  .at-main-menu .submenu li a:hover,
  .at-main-menu .at-submenu li a:hover {
    background: rgba(255, 153, 0, 0.1) !important;
    color: #ff9900 !important;
    transform: translateX(3px);
  }

  /* Sağ taraf */
  .at-header-right {
    gap: 12px !important;
  }

  /* CTA butonu */
  .header-analysis-btn {
    min-height: 46px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff9900 0%, #ffb13b 100%) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: -0.015em !important;
    box-shadow:
      0 14px 32px rgba(255, 153, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: all 0.25s ease !important;
  }

  .header-analysis-btn:hover {
    transform: translateY(-2px);
    box-shadow:
      0 18px 42px rgba(255, 153, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
    color: #ffffff !important;
  }

  /* Boş search butonu yer kaplamasın */
  .at-header-search-btn {
    display: none !important;
  }

  /* Dark/light buton masaüstünde tasarımı bozuyorsa gizle */
  .dark-light-mode {
    display: none !important;
  }

  /* Sağdaki grid menü ikonunu daha premium yap */
  .at-header-sidebar-btn {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(29, 29, 29, 0.08) !important;
    box-shadow: 0 10px 28px rgba(15, 15, 15, 0.06);
    color: #1d1d1d !important;
    transition: all 0.25s ease !important;
  }

  .at-header-sidebar-btn:hover {
    color: #ff9900 !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 15, 15, 0.1);
  }
}

/* Tablet ve mobilde mevcut yapıyı bozmadan logo/header toparlama */
@media (max-width: 1199px) {

  .at-header-area {
    padding: 14px 0 !important;
  }

  .at-header-area .container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .at-header-area .row {
    min-height: 66px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(29, 29, 29, 0.08);
    box-shadow: 0 14px 40px rgba(15, 15, 15, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .at-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
  }

  .at-header-logo img {
    width: 31px !important;
    height: 31px !important;
    object-fit: contain !important;
  }

  .at-header-logo p {
    font-size: 21px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    color: #1d1d1d !important;
  }

  .dark-light-mode,
  .at-header-search-btn {
    display: none !important;
  }

  .at-header-sidebar-btn {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(29, 29, 29, 0.08) !important;
    box-shadow: 0 10px 26px rgba(15, 15, 15, 0.08);
    color: #1d1d1d !important;
  }
}
/* =========================================================
   PREMIUM HEADER - DROPDOWN OK ARALIĞI FIX
   ========================================================= */

@media (min-width: 1200px) {

  .at-main-menu nav > ul > li.has-dropdown > a {
    gap: 9px !important;
    padding-right: 20px !important;
  }

  .at-main-menu nav > ul > li.has-dropdown > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    margin-left: 3px !important;
    border-right: 1.8px solid currentColor !important;
    border-bottom: 1.8px solid currentColor !important;
    transform: rotate(45deg) translateY(-3px) !important;
    opacity: 0.7 !important;
    flex: 0 0 auto !important;
    transition: all 0.22s ease !important;
  }

  .at-main-menu nav > ul > li.has-dropdown:hover > a::after {
    transform: rotate(225deg) translateY(-1px) !important;
    opacity: 1 !important;
  }
}
/* =========================================================
   ELEVENTY KARİYER SAYFASI - PREMIUM TASARIM
   ========================================================= */

.eleventy-career-page {
  position: relative;
  overflow: hidden;
}

.career-hero-section {
  padding: 130px 0 40px;
  position: relative;
}

.career-hero-shell {
  position: relative;
  padding: 70px;
  border-radius: 34px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 153, 0, 0.15), transparent 28%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7f7f7 100%);
  box-shadow: 0 24px 80px rgba(15, 15, 15, 0.06);
  overflow: hidden;
}

.career-hero-shell::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  top: -180px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.12);
  filter: blur(20px);
  pointer-events: none;
}

.career-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.career-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #ff9900;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-hero-title {
  max-width: 900px;
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(58px, 5.8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 800;
}

.career-hero-desc {
  max-width: 690px;
  margin: 30px 0 0;
  color: #585959;
  font-size: 20px;
  line-height: 1.42;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.career-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.career-hero-btn,
.career-hero-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: all 0.25s ease;
}

.career-hero-btn {
  background: #0f0f0f;
  color: #ffffff;
}

.career-hero-btn:hover {
  background: #ff9900;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 153, 0, 0.25);
}

.career-hero-link {
  background: #ffffff;
  color: #0f0f0f;
  border: 1px solid rgba(29, 29, 29, 0.08);
}

.career-hero-link:hover {
  color: #ff9900;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 15, 15, 0.08);
}

.career-hero-panel {
  display: grid;
  gap: 18px;
}

.career-panel-card {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow:
    0 24px 70px rgba(15, 15, 15, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.career-panel-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ff9900;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-panel-card h2 {
  margin: 0;
  color: #0f0f0f;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.career-panel-card p {
  margin: 18px 0 0;
  color: #585959;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.career-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.career-mini-stats div {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 14px 38px rgba(15, 15, 15, 0.05);
}

.career-mini-stats strong {
  display: block;
  color: #0f0f0f;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.career-mini-stats span {
  display: block;
  margin-top: 8px;
  color: #585959;
  font-size: 14px;
  font-weight: 700;
}

/* Kart grid */
.career-jobs-grid {
  padding-top: 46px !important;
  padding-bottom: 120px !important;
}

/* Kariyer kartları */
.orisa-premium-career-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 250, 250, 0.96) 100%);
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  box-shadow: 0 18px 55px rgba(15, 15, 15, 0.055);
  transition: all 0.35s ease;
}

.orisa-premium-career-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 153, 0, 0.14), transparent 32%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.orisa-premium-career-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 153, 0, 0.42) !important;
  box-shadow: 0 28px 70px rgba(255, 153, 0, 0.13);
}

.orisa-premium-career-card:hover::before {
  opacity: 1;
}

.orisa-premium-career-card .card-top-accent {
  position: absolute;
  left: 26px;
  top: 26px;
  width: 46px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.18);
  transition: all 0.3s ease;
}

.orisa-premium-career-card:hover .card-top-accent {
  width: 78px;
  background: #ff9900;
}

.card-inner-body {
  position: relative;
  z-index: 2;
  padding: 54px 42px 34px !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.orisa-custom-badge {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px !important;
  border-radius: 18px;
  background: rgba(255, 153, 0, 0.11);
  color: #ff9900;
  font-size: 25px;
  box-shadow: inset 0 0 0 1px rgba(255, 153, 0, 0.18);
  transition: all 0.3s ease;
}

.orisa-premium-career-card:hover .orisa-custom-badge {
  background: #ff9900;
  color: #ffffff;
  transform: rotate(-5deg) scale(1.04);
}

.orisa-premium-career-card h3 {
  margin-bottom: 16px !important;
  color: #0f0f0f !important;
  font-size: 34px !important;
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 800 !important;
}

.orisa-premium-career-card p {
  color: #585959 !important;
  font-size: 17px !important;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.card-inner-footer {
  position: relative;
  z-index: 2;
  padding: 0 42px 42px !important;
  background: transparent !important;
  border-top: 0 !important;
  justify-content: flex-start !important;
}

.min-w-button {
  min-width: 170px;
  text-align: center;
}

.eleventy-target-btn {
  min-height: 50px;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background: #0f0f0f !important;
  color: #ffffff !important;
  border: 1px solid #0f0f0f !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  transition: all 0.25s ease !important;
}

.eleventy-target-btn:hover {
  background: #ff9900 !important;
  border-color: #ff9900 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255, 153, 0, 0.25);
}

.eleventy-target-btn:hover .text-1,
.eleventy-target-btn:hover .text-2 {
  color: #ffffff !important;
}

/* Tablet */
@media (max-width: 1199px) {
  .career-hero-section {
    padding-top: 110px;
  }

  .career-hero-shell {
    padding: 48px;
  }

  .career-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .career-hero-title {
    font-size: clamp(52px, 8vw, 78px);
  }
}

/* Mobil */
@media (max-width: 767px) {
  .career-hero-section {
    padding: 96px 0 28px;
  }

  .career-hero-shell {
    padding: 34px 22px;
    border-radius: 28px;
  }

  .career-hero-title {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.065em;
  }

  .career-hero-desc {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.45;
  }

  .career-hero-actions {
    margin-top: 28px;
    align-items: stretch;
  }

  .career-hero-btn,
  .career-hero-link {
    width: 100%;
    min-height: 50px;
  }

  .career-panel-card {
    padding: 26px;
    border-radius: 24px;
  }

  .career-panel-card h2 {
    font-size: 28px;
  }

  .career-mini-stats {
    grid-template-columns: 1fr;
  }

  .career-jobs-grid {
    padding-top: 32px !important;
    padding-bottom: 80px !important;
  }

  .card-inner-body {
    padding: 46px 28px 28px !important;
  }

  .card-inner-footer {
    padding: 0 28px 34px !important;
  }

  .orisa-premium-career-card {
    border-radius: 24px;
  }

  .orisa-premium-career-card h3 {
    font-size: 29px !important;
  }

  .orisa-premium-career-card p {
    font-size: 16px !important;
  }

  .eleventy-target-btn {
    width: 100%;
  }
}
/* =========================================================
   ELEVENTY İŞ ORTAKLARI SAYFASI - PREMIUM TASARIM
   ========================================================= */

.eleventy-partnership-page {
  position: relative;
  overflow: hidden;
}

/* Hero */
.partnership-hero-section {
  position: relative;
  padding: 130px 0 42px;
}

.partnership-hero-shell {
  position: relative;
  overflow: hidden;
  padding: 70px;
  border-radius: 34px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 153, 0, 0.16), transparent 30%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7f7f7 100%);
  box-shadow: 0 24px 80px rgba(15, 15, 15, 0.06);
}

.partnership-hero-shell::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -180px;
  top: -190px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.12);
  filter: blur(22px);
  pointer-events: none;
}

.partnership-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.partnership-eyebrow,
.partnership-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff9900;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partnership-eyebrow {
  margin-bottom: 22px;
}

.partnership-hero-title {
  max-width: 940px;
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(58px, 5.8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 800;
}

.partnership-hero-desc {
  max-width: 720px;
  margin: 30px 0 0;
  color: #585959;
  font-size: 20px;
  line-height: 1.42;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.partnership-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.partnership-hero-btn,
.partnership-hero-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: all 0.25s ease;
}

.partnership-hero-btn {
  background: #0f0f0f;
  color: #ffffff;
}

.partnership-hero-btn:hover {
  background: #ff9900;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 153, 0, 0.25);
}

.partnership-hero-link {
  background: #ffffff;
  color: #0f0f0f;
  border: 1px solid rgba(29, 29, 29, 0.08);
}

.partnership-hero-link:hover {
  color: #ff9900;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 15, 15, 0.08);
}

.partnership-hero-panel {
  display: grid;
  gap: 18px;
}

.partnership-panel-card {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow:
    0 24px 70px rgba(15, 15, 15, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.partnership-panel-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ff9900;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partnership-panel-card h2 {
  margin: 0;
  color: #0f0f0f;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.partnership-panel-card p {
  margin: 18px 0 0;
  color: #585959;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.partnership-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.partnership-mini-stats div {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 14px 38px rgba(15, 15, 15, 0.05);
}

.partnership-mini-stats strong {
  display: block;
  color: #0f0f0f;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.partnership-mini-stats span {
  display: block;
  margin-top: 8px;
  color: #585959;
  font-size: 14px;
  font-weight: 700;
}

/* Form section */
.partnership-form-section {
  padding: 44px 0 70px;
}

.partnership-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 0.9fr);
  gap: 48px;
  align-items: start;
}

.partnership-form-intro {
  position: sticky;
  top: 120px;
  padding-top: 18px;
}

.partnership-form-intro h2 {
  margin: 18px 0 0;
  max-width: 720px;
  color: #0f0f0f;
  font-size: clamp(42px, 4vw, 70px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 800;
}

.partnership-form-intro > p {
  max-width: 620px;
  margin: 26px 0 0;
  color: #585959;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.partnership-benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.partnership-benefit-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 12px 34px rgba(15, 15, 15, 0.04);
}

.partnership-benefit-list span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 153, 0, 0.11);
  color: #ff9900;
  font-size: 18px;
  font-weight: 800;
}

.partnership-benefit-list p {
  margin: 0;
  color: #303030;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 700;
}

/* Form card */
.orisa-partnership-form-wrapper {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 153, 0, 0.13), transparent 32%),
    #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  box-shadow: 0 24px 70px rgba(15, 15, 15, 0.075);
}

.partnership-form-head {
  margin-bottom: 28px;
}

.partnership-form-head span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #ff9900;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partnership-form-head h3 {
  margin: 0;
  color: #0f0f0f;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.partnership-form-head p {
  max-width: 540px;
  margin: 16px 0 0;
  color: #585959;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.partnership-message {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
}

.partnership-form-field {
  display: grid;
  gap: 9px;
}

.partnership-form-field label {
  color: #303030;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.partnership-form-field .eleventy-custom-input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  background: #fefefe;
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.partnership-form-field .eleventy-custom-input::placeholder {
  color: rgba(88, 89, 89, 0.68);
  font-weight: 500;
}

.partnership-form-field .eleventy-custom-input:focus {
  border-color: #ff9900 !important;
  box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.1) !important;
  background: #ffffff;
}

.partnership-form-actions {
  margin-top: 8px;
}

.partnership-submit-btn {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #0f0f0f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: all 0.25s ease;
}

.partnership-submit-btn:hover {
  background: #ff9900;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 153, 0, 0.25);
}

.partnership-form-status {
  display: none;
  margin-top: 15px;
  font-weight: 600;
}

/* Logo section */
.partnership-logo-section {
  padding: 30px 0 125px;
}

.partnership-logo-head {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.partnership-logo-head h2 {
  margin: 18px 0 0;
  color: #0f0f0f;
  font-size: clamp(44px, 4.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 800;
}

.partnership-logo-head p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #585959;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.partnership-logo-grid {
  padding-bottom: 0 !important;
}

/* Logo cards */
.eleventy-partner-logo-box {
  position: relative;
  height: 116px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 16px 44px rgba(15, 15, 15, 0.055);
  transition: all 0.35s ease;
}

.eleventy-partner-logo-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(255, 153, 0, 0.13), transparent 34%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.eleventy-partner-logo-box img {
  position: relative;
  z-index: 2;
  max-width: 82%;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.58;
  transition: all 0.3s ease;
}

.eleventy-partner-logo-box:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 153, 0, 0.42);
  box-shadow: 0 24px 64px rgba(255, 153, 0, 0.13);
}

.eleventy-partner-logo-box:hover::before {
  opacity: 1;
}

.eleventy-partner-logo-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

/* Tablet */
@media (max-width: 1199px) {
  .partnership-hero-section {
    padding-top: 110px;
  }

  .partnership-hero-shell {
    padding: 48px;
  }

  .partnership-hero-grid,
  .partnership-form-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .partnership-hero-title {
    font-size: clamp(52px, 8vw, 78px);
  }

  .partnership-form-intro {
    position: relative;
    top: auto;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .partnership-hero-section {
    padding: 96px 0 28px;
  }

  .partnership-hero-shell {
    padding: 34px 22px;
    border-radius: 28px;
  }

  .partnership-hero-title {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.065em;
  }

  .partnership-hero-desc {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.45;
  }

  .partnership-hero-actions {
    margin-top: 28px;
    align-items: stretch;
  }

  .partnership-hero-btn,
  .partnership-hero-link {
    width: 100%;
    min-height: 50px;
  }

  .partnership-panel-card {
    padding: 26px;
    border-radius: 24px;
  }

  .partnership-panel-card h2 {
    font-size: 28px;
  }

  .partnership-mini-stats {
    grid-template-columns: 1fr;
  }

  .partnership-form-section {
    padding: 26px 0 54px;
  }

  .partnership-form-intro h2 {
    font-size: clamp(38px, 10.8vw, 52px);
    line-height: 1;
  }

  .partnership-form-intro > p,
  .partnership-logo-head p {
    font-size: 16px;
  }

  .partnership-benefit-list div {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .partnership-benefit-list span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 16px;
  }

  .partnership-benefit-list p {
    font-size: 15px;
  }

  .orisa-partnership-form-wrapper {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .partnership-form-head h3 {
    font-size: 30px;
  }

  .partnership-form-field .eleventy-custom-input {
    height: 54px;
    border-radius: 14px;
  }

  .partnership-logo-section {
    padding: 20px 0 85px;
  }

  .partnership-logo-head {
    margin-bottom: 34px;
  }

  .partnership-logo-head h2 {
    font-size: clamp(38px, 10.8vw, 54px);
  }

  .eleventy-partner-logo-box {
    height: 94px;
    padding: 18px;
    border-radius: 20px;
  }

  .eleventy-partner-logo-box img {
    max-height: 46px;
  }
}
/* =========================================================
   ELEVENTY PREMIUM FOOTER - FINAL ÖLÇEKLİ VERSİYON
   Önceki ELEVENTY PREMIUM FOOTER kodunu tamamen silip bunu ekle.
   ========================================================= */

.eleventy-premium-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 153, 0, 0.18), transparent 26%),
    linear-gradient(180deg, #121212 0%, #080808 100%);
  color: #ffffff;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}

.eleventy-footer-bg-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  right: -180px;
  top: -190px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.13);
  filter: blur(28px);
  pointer-events: none;
}

.eleventy-footer-area {
  position: relative;
  z-index: 2;
  padding: 78px 0 30px;
}

.eleventy-premium-footer .container {
  max-width: 1320px !important;
}

/* Üst alan */
.eleventy-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1fr) minmax(260px, 0.72fr);
  gap: 36px;
  align-items: start;
  padding-bottom: 54px;
}

.eleventy-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.eleventy-footer-logo:hover {
  color: #ffffff;
}

.eleventy-footer-logo img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.eleventy-footer-logo span {
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.eleventy-footer-brand p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.eleventy-footer-cta {
  min-height: 46px;
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ff9900;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  box-shadow: 0 14px 34px rgba(255, 153, 0, 0.22);
  transition: all 0.25s ease;
}

.eleventy-footer-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 153, 0, 0.3);
}

/* Menü kutusu */
.eleventy-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.eleventy-footer-col h3,
.eleventy-footer-contact h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eleventy-footer-col ul,
.eleventy-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eleventy-footer-col li + li {
  margin-top: 10px;
}

.eleventy-footer-col a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.5px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -0.02em;
  transition: all 0.22s ease;
}

.eleventy-footer-col a:hover {
  color: #ff9900;
  transform: translateX(3px);
}

/* İletişim kutusu */
.eleventy-footer-contact {
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.eleventy-footer-contact li + li {
  margin-top: 17px;
}

.eleventy-footer-contact li span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 153, 0, 0.92);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eleventy-footer-contact a,
.eleventy-footer-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: -0.02em;
}

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

.eleventy-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.eleventy-footer-social a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: all 0.22s ease;
}

.eleventy-footer-social a:hover {
  color: #ffffff;
  background: #ff9900;
  border-color: #ff9900;
  transform: translateY(-2px);
}

/* Orta büyük başlık alanı */
.eleventy-footer-middle {
  padding: 34px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.eleventy-footer-small-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ff9900;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eleventy-footer-big-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(64px, 7.2vw, 118px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  font-weight: 800;
  white-space: nowrap;
  transform-origin: left center;
}

.eleventy-footer-big-title-mobile h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 12vw, 66px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 800;
}

/* Servis chipleri */
.eleventy-footer-services {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 28px 0;
}

.eleventy-footer-services a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: all 0.22s ease;
}

.eleventy-footer-services a:hover {
  color: #ffffff;
  background: rgba(255, 153, 0, 0.16);
  border-color: rgba(255, 153, 0, 0.45);
  transform: translateY(-2px);
}

/* Alt copyright + saat */
.eleventy-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.eleventy-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 600;
}

.eleventy-footer-bottom div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.eleventy-footer-bottom span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.eleventy-footer-bottom strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* 1440 ve altı ekranlarda daha dengeli */
@media (max-width: 1440px) {
  .eleventy-premium-footer .container {
    max-width: 1180px !important;
  }

  .eleventy-footer-area {
    padding-top: 68px;
  }

  .eleventy-footer-top {
    grid-template-columns: minmax(260px, 0.9fr) minmax(390px, 1fr) minmax(250px, 0.74fr);
    gap: 28px;
  }

  .eleventy-footer-big-title {
    font-size: clamp(58px, 6.8vw, 96px);
  }
}

/* Tablet */
@media (max-width: 1199px) {
  .eleventy-footer-top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .eleventy-footer-links,
  .eleventy-footer-contact {
    padding: 26px;
  }

  .eleventy-footer-big-title {
    font-size: clamp(54px, 10vw, 92px);
    white-space: normal;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .eleventy-premium-footer {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }

  .eleventy-footer-area {
    padding: 62px 0 26px;
  }

  .eleventy-footer-top {
    padding-bottom: 36px;
  }

  .eleventy-footer-brand p {
    font-size: 15.5px;
  }

  .eleventy-footer-cta {
    width: 100%;
  }

  .eleventy-footer-links {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px;
    border-radius: 22px;
  }

  .eleventy-footer-contact {
    padding: 22px;
    border-radius: 22px;
  }

  .eleventy-footer-middle {
    padding: 34px 0 30px;
  }

  .eleventy-footer-services {
    padding: 26px 0;
  }

  .eleventy-footer-services a {
    width: 100%;
    justify-content: space-between;
  }

  .eleventy-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =========================================================
   İŞ ORTAKLARI SAYFASI - BAŞLIK HARF ARALIĞI DÜZELTME
   ========================================================= */

.eleventy-partnership-page .partnership-hero-title {
  letter-spacing: -0.045em !important;
  line-height: 1 !important;
}

.eleventy-partnership-page .partnership-panel-card h2 {
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
}

.eleventy-partnership-page .partnership-form-intro h2 {
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
}

.eleventy-partnership-page .partnership-form-head h3 {
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
}

.eleventy-partnership-page .partnership-logo-head h2 {
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
}

/* Mobilde başlıklar biraz daha nefes alsın */
@media (max-width: 767px) {
  .eleventy-partnership-page .partnership-hero-title {
    letter-spacing: -0.04em !important;
    line-height: 1.04 !important;
  }

  .eleventy-partnership-page .partnership-panel-card h2 {
    letter-spacing: -0.03em !important;
    line-height: 1.1 !important;
  }

  .eleventy-partnership-page .partnership-form-intro h2,
  .eleventy-partnership-page .partnership-logo-head h2 {
    letter-spacing: -0.04em !important;
    line-height: 1.05 !important;
  }

  .eleventy-partnership-page .partnership-form-head h3 {
    letter-spacing: -0.03em !important;
    line-height: 1.08 !important;
  }
}
/* =========================================================
   KARİYER SAYFASI - BAŞLIK HARF ARALIĞI DÜZELTME
   ========================================================= */

.eleventy-career-page .career-hero-title {
  letter-spacing: -0.045em !important;
  line-height: 1 !important;
}

.eleventy-career-page .career-panel-card h2 {
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
}

.eleventy-career-page .orisa-premium-career-card h3 {
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
}

.eleventy-career-page .career-mini-stats strong {
  letter-spacing: -0.035em !important;
}

/* Mobilde daha okunaklı başlık aralığı */
@media (max-width: 767px) {
  .eleventy-career-page .career-hero-title {
    letter-spacing: -0.04em !important;
    line-height: 1.04 !important;
  }

  .eleventy-career-page .career-panel-card h2 {
    letter-spacing: -0.03em !important;
    line-height: 1.1 !important;
  }

  .eleventy-career-page .orisa-premium-career-card h3 {
    letter-spacing: -0.03em !important;
    line-height: 1.1 !important;
  }

  .eleventy-career-page .career-mini-stats strong {
    letter-spacing: -0.03em !important;
  }
}
/* =========================================================
   MOBILE HERO SOL BLOK ORAN + HİZA DÜZELTME
   Logo büyür, metin ortalanır, tag tek satır kalır.
========================================================= */

@media (max-width: 767.98px) {

    /* Logo daha büyük ve ortalı */
    .sec-1-home-2 .home-hero-logo-box {
        justify-content: center !important;
        margin: 0 0 22px 0 !important;
    }

    .sec-1-home-2 .home-hero-logo {
        max-width: 205px !important;
        width: 205px !important;
        height: auto !important;
    }

    /* Açıklama bloğu ortalı */
    .sec-1-home-2 .alt-hero-service {
        max-width: 285px !important;
        width: 100% !important;
        margin: 0 auto 34px auto !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service svg {
        width: 16px !important;
        height: 16px !important;
        margin: 0 auto !important;
    }

    .sec-1-home-2 .alt-hero-service .fz-font-md {
        max-width: 270px !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    /* Strateji - Tasarım - Performans etiketi tek satır */
    .sec-1-home-2 .hero-tags {
        width: max-content !important;
        max-width: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        margin: 14px auto 0 auto !important;
        padding: 8px 16px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        text-align: center !important;
    }
}
/* Görüşme Talep Et yanındaki grid/menu ikonu sadece mobilde görünsün */

/* Masaüstü, laptop, MacBook ve tablet genişliklerinde gizle */
@media (min-width: 992px) {
    .at-header-right .at-menu-bar.at-header-sidebar-btn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Mobilde göster */
@media (max-width: 991.98px) {
    .at-header-right .at-menu-bar.at-header-sidebar-btn {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}
.hero-bg-mp4 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    pointer-events: none !important;
    opacity: 0.18;
}

.hero-bg-mp4::-webkit-media-controls,
.hero-bg-mp4::-webkit-media-controls-panel,
.hero-bg-mp4::-webkit-media-controls-play-button,
.hero-bg-mp4::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0 !important;
}
/* =========================================================
   VIDEO ALANI HİZMET BUTONLARI - DESKTOP EŞİT GRID
   Mobil/tablet etkilenmez.
========================================================= */

@media (min-width: 992px) {

    /* Sadece video alanındaki hizmet butonlarının olduğu row */
    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 24px !important;
        align-items: stretch !important;
        justify-content: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Bootstrap col genişliklerini bu alanda devre dışı bırak */
    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) > [class*="col-"] {
        width: auto !important;
        max-width: none !important;
        flex: unset !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Her buton aynı yükseklik/genişlikte olsun */
    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) .at-btn-border-white {
        width: 100% !important;
        min-height: 78px !important;
        height: 78px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 0 18px !important;
        text-align: center !important;

        border-radius: 18px !important;
        white-space: normal !important;
    }

    /* Metinler kendi katmanında tam ortalı dursun */
    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) .at-btn-border-white > span {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) .at-btn-border-white .text-1,
    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) .at-btn-border-white .text-2 {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        line-height: 1.15 !important;
    }

    /* Ok ikonu metinden sonra dengeli dursun */
    .sec-2-home-2 .bg-coating .container.pb-100 .row:has(.service-full-link) .at-btn-border-white i {
        margin-left: 10px !important;
        flex: 0 0 auto !important;
    }
}
/* =========================================================
   ANA SAYFA - REFERANSLAR FINAL TASARIM
   6 referans için dengeli 3 + 3 grid
   ========================================================= */

#referanslar.eleventy-references-section {
  position: relative;
  padding: 105px 0 !important;
  scroll-margin-top: 120px;
}

#referanslar .eleventy-references-shell {
  position: relative;
  overflow: hidden;
  padding: 58px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 153, 0, 0.13), transparent 28%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7f7f7 100%) !important;
  box-shadow: 0 24px 80px rgba(15, 15, 15, 0.06) !important;
}

#referanslar .eleventy-references-shell::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: -210px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.1);
  filter: blur(26px);
  pointer-events: none;
}

#referanslar .eleventy-references-head {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: 48px !important;
  align-items: end !important;
  margin-bottom: 42px !important;
}

#referanslar .eleventy-references-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
  color: #ff9900 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#referanslar .eleventy-references-title {
  max-width: 980px !important;
  margin: 0 !important;
  color: #0f0f0f !important;

  font-size: clamp(40px, 3.85vw, 66px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.015em !important;

  font-weight: 800 !important;
  font-kerning: normal !important;
  text-rendering: geometricPrecision !important;
}

#referanslar .eleventy-references-note {
  padding: 26px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  box-shadow:
    0 18px 50px rgba(15, 15, 15, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#referanslar .eleventy-references-note span {
  display: inline-flex !important;
  margin-bottom: 12px !important;
  color: #ff9900 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

#referanslar .eleventy-references-note p {
  margin: 0 !important;
  color: #585959 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}

/* 3 + 3 grid */
#referanslar .eleventy-references-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

/* Kart */
#referanslar .eleventy-reference-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  box-shadow: 0 18px 48px rgba(15, 15, 15, 0.055) !important;
  transition: all 0.32s ease !important;
}

#referanslar .eleventy-reference-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 153, 0, 0.34) !important;
  box-shadow: 0 26px 62px rgba(255, 153, 0, 0.12) !important;
}

#referanslar .eleventy-reference-media {
  display: block !important;
  overflow: hidden !important;
  background: #f4f4f4 !important;
}

#referanslar .eleventy-reference-media img {
  width: 100% !important;
  height: 250px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: top center !important;
  transition: transform 0.45s ease !important;
}

#referanslar .eleventy-reference-card:hover .eleventy-reference-media img {
  transform: scale(1.04);
}

#referanslar .eleventy-reference-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  padding: 22px 22px 24px !important;
}

#referanslar .eleventy-reference-tag {
  width: fit-content !important;
  min-height: 31px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  margin-bottom: 15px !important;
  border-radius: 999px !important;
  background: rgba(255, 153, 0, 0.1) !important;
  color: #ff9900 !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em !important;
}

#referanslar .eleventy-reference-title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

#referanslar .eleventy-reference-title-row h3 {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 27px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  font-weight: 800 !important;
}

#referanslar .eleventy-reference-title-row h3 a {
  color: inherit !important;
}

#referanslar .eleventy-reference-arrow {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid rgba(29, 29, 29, 0.08) !important;
  color: #111111 !important;
  box-shadow: 0 10px 24px rgba(15, 15, 15, 0.06) !important;
  transition: all 0.25s ease !important;
}

#referanslar .eleventy-reference-card:hover .eleventy-reference-arrow {
  background: #ff9900 !important;
  border-color: #ff9900 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

#referanslar .eleventy-reference-content p {
  margin: 14px 0 0 !important;
  color: #585959 !important;
  font-size: 15.5px !important;
  line-height: 1.48 !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}

/* Tablet */
@media (max-width: 1199px) {
  #referanslar.eleventy-references-section {
    padding: 82px 0 !important;
  }

  #referanslar .eleventy-references-shell {
    padding: 42px !important;
  }

  #referanslar .eleventy-references-head {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  #referanslar .eleventy-references-title {
    font-size: clamp(40px, 7vw, 64px) !important;
  }

  #referanslar .eleventy-references-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #referanslar .eleventy-reference-media img {
    height: 240px !important;
  }
}

/* Mobil */
@media (max-width: 767px) {
  #referanslar.eleventy-references-section {
    padding: 64px 0 !important;
    scroll-margin-top: 95px;
  }

  #referanslar .eleventy-references-shell {
    padding: 30px 20px !important;
    border-radius: 28px !important;
  }

  #referanslar .eleventy-references-title {
    font-size: clamp(36px, 10.8vw, 50px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  #referanslar .eleventy-references-note {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  #referanslar .eleventy-references-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #referanslar .eleventy-reference-card {
    border-radius: 22px !important;
  }

  #referanslar .eleventy-reference-media img {
    height: 230px !important;
  }

  #referanslar .eleventy-reference-content {
    padding: 20px 18px 22px !important;
  }

  #referanslar .eleventy-reference-title-row h3 {
    font-size: 24px !important;
  }
}
/* =========================================================
   ANA SAYFA V2 - PARTNERLER ALANI PREMIUM TASARIM
   ========================================================= */

.eleventy-home-v2 .eleventy-home-partners {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-shell {
  position: relative;
  overflow: hidden;
  padding: 62px;
  border-radius: 34px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 153, 0, 0.15), transparent 28%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7f7f7 100%);
  box-shadow: 0 24px 80px rgba(15, 15, 15, 0.06);
}

.eleventy-home-v2 .eleventy-home-partners .ehp-shell::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -190px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.12);
  filter: blur(24px);
  pointer-events: none;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 48px;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #ff9900;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-title {
  max-width: 980px;
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(46px, 4.8vw, 86px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-head-card {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow:
    0 22px 60px rgba(15, 15, 15, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.eleventy-home-v2 .eleventy-home-partners .ehp-head-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ff9900;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-head-card p {
  margin: 0;
  color: #585959;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
}

/* Eski at-brand-area gradientlerini bu alanda kapat */
.eleventy-home-v2 .eleventy-home-partners .at-brand-area::before,
.eleventy-home-v2 .eleventy-home-partners .at-brand-area::after {
  display: none !important;
}

/* Logo şeridi */
.eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 24px 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 18px 55px rgba(15, 15, 15, 0.045);
}

.eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame::before,
.eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 4;
  width: 140px;
  height: 100%;
  pointer-events: none;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.eleventy-home-v2 .eleventy-home-partners .ehp-brand-marquee {
  overflow: hidden;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-brand-list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-brand-item {
  width: clamp(150px, 13vw, 210px);
  height: 86px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.07);
  box-shadow: 0 12px 34px rgba(15, 15, 15, 0.045);
  transition: all 0.3s ease;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-brand-item img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.62;
  transition: all 0.3s ease;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-brand-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 153, 0, 0.34);
  box-shadow: 0 20px 44px rgba(255, 153, 0, 0.11);
}

.eleventy-home-v2 .eleventy-home-partners .ehp-brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Alt CTA alanı */
.eleventy-home-v2 .eleventy-home-partners .ehp-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 28px 30px;
  border-radius: 28px;
  background: #0f0f0f;
  box-shadow: 0 20px 60px rgba(15, 15, 15, 0.11);
}

.eleventy-home-v2 .eleventy-home-partners .ehp-bottom-text strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-bottom-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-contact-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0 26px;
  border-radius: 999px;
  background: #ff9900;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  box-shadow: 0 16px 34px rgba(255, 153, 0, 0.24);
  transition: all 0.25s ease;
}

.eleventy-home-v2 .eleventy-home-partners .ehp-contact-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(255, 153, 0, 0.32);
}

/* Tablet */
@media (max-width: 1199px) {
  .eleventy-home-v2 .eleventy-home-partners {
    padding: 86px 0;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-shell {
    padding: 44px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-head {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-title {
    font-size: clamp(42px, 7vw, 68px);
  }
}

/* Mobil */
@media (max-width: 767px) {
  .eleventy-home-v2 .eleventy-home-partners {
    padding: 68px 0;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-shell {
    padding: 30px 20px;
    border-radius: 28px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-title {
    font-size: clamp(36px, 10.8vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-head-card {
    padding: 24px;
    border-radius: 22px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame {
    padding: 18px 0;
    border-radius: 22px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame::before,
  .eleventy-home-v2 .eleventy-home-partners .ehp-logo-frame::after {
    width: 60px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-brand-item {
    width: 145px;
    height: 72px;
    padding: 18px 20px;
    border-radius: 18px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-brand-item img {
    max-height: 34px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 22px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-bottom-text strong {
    font-size: 20px;
  }

  .eleventy-home-v2 .eleventy-home-partners .ehp-contact-btn {
    width: 100%;
  }
}
/* =========================================================
   ANA SAYFA - DİJİTAL BÜYÜME SİSTEMİ ALANI
   Eski agency-vision-sec yerine modern açık tasarım
   ========================================================= */

.eleventy-growth-sec {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.eleventy-growth-shell {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 72px 64px;
  border-radius: 36px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 153, 0, 0.12), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(255, 153, 0, 0.1), transparent 24%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7f7f7 100%);
  box-shadow: 0 24px 80px rgba(15, 15, 15, 0.06);
}

.eleventy-growth-shell::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: -220px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.12);
  filter: blur(26px);
  pointer-events: none;
}

.eleventy-growth-content {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

.eleventy-growth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #ff9900;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eleventy-growth-title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(52px, 5vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.eleventy-growth-title .typewriter-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: rgba(15, 15, 15, 0.32);
  white-space: nowrap;
}

.eleventy-growth-title .typewriter-text {
  color: rgba(15, 15, 15, 0.32);
}

.eleventy-growth-title .typewriter-cursor {
  display: inline-block;
  margin-left: 4px;
  color: #ff9900;
  animation: eleventyCursorBlink 0.9s infinite;
}

@keyframes eleventyCursorBlink {
  0%, 45% {
    opacity: 1;
  }

  46%, 100% {
    opacity: 0;
  }
}

.eleventy-growth-desc {
  max-width: 680px;
  margin: 26px auto 0;
  color: #585959;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.eleventy-growth-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.eleventy-growth-btn,
.eleventy-growth-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: all 0.25s ease;
}

.eleventy-growth-btn {
  gap: 10px;
  background: #ff9900;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255, 153, 0, 0.24);
}

.eleventy-growth-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(255, 153, 0, 0.32);
}

.eleventy-growth-link {
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.045);
}

.eleventy-growth-link:hover {
  color: #ff9900;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 15, 15, 0.08);
}

/* Üstteki ikon kartları */
.eleventy-growth-icons {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.growth-icon-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 18px 12px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow:
    0 18px 50px rgba(15, 15, 15, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.growth-icon-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.growth-icon-card span {
  color: #111111;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.growth-icon-1 {
  top: 70px;
  left: 13%;
}

.growth-icon-2 {
  top: 42px;
  left: 39%;
}

.growth-icon-3 {
  top: 82px;
  right: 15%;
}

.growth-icon-4 {
  bottom: 86px;
  left: 11%;
}

.growth-icon-5 {
  bottom: 70px;
  right: 12%;
}

/* Alt proof kartları */
.eleventy-growth-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 60px auto 0;
}

.eleventy-growth-proof div {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 14px 38px rgba(15, 15, 15, 0.045);
}

.eleventy-growth-proof strong {
  display: block;
  margin-bottom: 10px;
  color: #ff9900;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.eleventy-growth-proof span {
  display: block;
  color: #111111;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
}

/* Tablet */
@media (max-width: 1199px) {
  .eleventy-growth-sec {
    padding: 86px 0;
  }

  .eleventy-growth-shell {
    min-height: auto;
    padding: 52px 42px;
  }

  .eleventy-growth-content {
    padding-top: 170px;
  }

  .growth-icon-card span {
    display: none;
  }

  .growth-icon-card {
    min-height: 68px;
    padding: 10px;
  }

  .growth-icon-card img {
    width: 50px;
    height: 50px;
  }

  .growth-icon-1 {
    top: 46px;
    left: 10%;
  }

  .growth-icon-2 {
    top: 42px;
    left: 45%;
  }

  .growth-icon-3 {
    top: 58px;
    right: 10%;
  }

  .growth-icon-4 {
    bottom: auto;
    top: 132px;
    left: 22%;
  }

  .growth-icon-5 {
    bottom: auto;
    top: 132px;
    right: 22%;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .eleventy-growth-sec {
    padding: 68px 0;
  }

  .eleventy-growth-shell {
    padding: 34px 22px;
    border-radius: 28px;
  }

  .eleventy-growth-icons {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 34px;
  }

  .growth-icon-card {
    position: static;
    min-height: auto;
    width: 100%;
    height: 58px;
    padding: 8px;
    justify-content: center;
    border-radius: 18px;
  }

  .growth-icon-card img {
    width: 38px;
    height: 38px;
  }

  .growth-icon-card span {
    display: none;
  }

  .eleventy-growth-content {
    padding-top: 0;
  }

  .eleventy-growth-title {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .eleventy-growth-title .typewriter-wrapper {
    display: inline;
    white-space: normal;
  }

  .eleventy-growth-desc {
    font-size: 16px;
  }

  .eleventy-growth-btn,
  .eleventy-growth-link {
    width: 100%;
  }

  .eleventy-growth-proof {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .eleventy-growth-proof div {
    padding: 20px;
    border-radius: 20px;
  }
}
/* =========================================================
   TYPEWRITER FIX
   Cursor metnin sonunda ilerler, katman zıplamaz.
========================================================= */

.eleventy-growth-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 0;
  color: #0f0f0f;
  font-size: clamp(52px, 5vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
  text-align: center;
}

.eleventy-growth-title .growth-title-line {
  display: block;
  width: 100%;
  line-height: 1.02;
}

/* Sabit alan burada. Katmanı bu tutar. */
.eleventy-growth-title .typewriter-wrapper {
  width: 100%;
  min-height: 1.1em;
  line-height: 1.02;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: visible;
  white-space: nowrap;
}

/* Metin + cursor birlikte hareket eder */
.eleventy-growth-title .typewriter-inner {
  min-width: 13.5ch;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;

  color: rgba(15, 15, 15, 0.32);
  white-space: nowrap;
}

/* Burada artık min-width yok */
.eleventy-growth-title .typewriter-text {
  display: inline;
  color: rgba(15, 15, 15, 0.32);
  text-align: left;
}

/* Cursor metnin hemen sonunda kalır */
.eleventy-growth-title .typewriter-cursor {
  display: inline-block;
  margin-left: 6px;
  color: #ff9900;
  animation: eleventyCursorBlink 0.9s infinite;
}

@keyframes eleventyCursorBlink {
  0%, 45% {
    opacity: 1;
  }

  46%, 100% {
    opacity: 0;
  }
}
/* =========================================================
   NELER YAPIYORUZ - PARALLAX HİZMET LİSTELERİ
   Mobil hariç tüm ekranlarda maddeleri 3 kolon grid yapar.
   Parallax yapısına dokunmaz.
========================================================= */

@media (min-width: 768px) {

    /* Açıklama + liste alanı alt alta aksın */
    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
        display: block !important;
        width: 100% !important;
    }

    /* Açıklama metni listeyi sıkıştırmasın */
    .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
        width: 100% !important;
        max-width: 760px !important;
        padding-right: 0 !important;
        margin-bottom: 24px !important;
    }

    /* İki ul'yi taşıyan wrapper artık 3 kolon grid */
    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column {
        width: 100% !important;
        max-width: 760px !important;
        padding-left: 0 !important;

        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;

        align-items: stretch !important;
        justify-content: start !important;
    }

    /* İki ayrı ul yapısını kır, li'lar tek gridin elemanı olsun */
    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex > ul,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column > ul {
        display: contents !important;

        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;

        width: auto !important;
        max-width: none !important;

        white-space: normal !important;
    }

    /* Her madde grid içinde eşit kart gibi dursun */
    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex > ul > li,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column > ul > li {
        min-height: 46px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 10px 12px !important;
        margin: 0 !important;

        border-radius: 14px !important;
        background: rgba(255, 153, 0, 0.09) !important;
        border: 1px solid rgba(255, 153, 0, 0.16) !important;

        color: #111111 !important;
        font-size: 13px !important;
        line-height: 1.18 !important;
        font-weight: 700 !important;
        text-align: center !important;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Sol kolon içinde içerik taşmasın */
    .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 {
        min-width: 0 !important;
    }

    /* Başlık çok büyüyüp listeyi sıkıştırmasın */
    .at-service-area .scroll-section.vertical-section .service-item .service-title-custom,
    .at-service-area .scroll-section.vertical-section .service-item .service-title-custom a {
        white-space: normal !important;
    }
}

/* Mobilde eski/daha kompakt akış kalsın */
@media (max-width: 767.98px) {

    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column {
        display: flex !important;
        flex-direction: column !important;
    }

    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex > ul,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column > ul {
        display: block !important;
        padding-left: 17px !important;
        list-style: initial !important;
    }

    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex > ul > li,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column > ul > li {
        display: list-item !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        text-align: left !important;
        min-height: 0 !important;
        font-weight: inherit !important;
    }
}
/* =========================================================
   NELER YAPIYORUZ - AÇIKLAMA METNİ YAYVAN FIX
   Mobil hariç sol içerik alanını genişletir.
========================================================= */

@media (min-width: 768px) {

    /* Sol içerik + sağ görsel oranını yeniden kur */
    .at-service-area .scroll-section.vertical-section .service-item > .container > .row.align-items-center {
        display: grid !important;
        grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr) !important;
        column-gap: 42px !important;
        align-items: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Sol kolon daha geniş olsun */
    .at-service-area .scroll-section.vertical-section .service-item > .container > .row.align-items-center > .col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 0 !important;
    }

    /* Sağ görsel kolon daralsın ama sağda kalsın */
    .at-service-area .scroll-section.vertical-section .service-item > .container > .row.align-items-center > .col-lg-5.offset-lg-1 {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 0 !important;
    }

    /* İç wrapper da genişliği kısıtlamasın */
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.justify-content-between {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Başlık çok dar kalmasın */
    .at-service-area .scroll-section.vertical-section .service-item .service-title-custom {
        max-width: 880px !important;
    }

    /* Açıklama metni artık gerçekten yayvan olur */
    .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
        max-width: 980px !important;
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 24px !important;
        font-size: clamp(17px, 1.05vw, 20px) !important;
        line-height: 1.42 !important;
    }

    /* 3x2 liste açıklamayla aynı genişlikte kalsın */
    .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div.d-flex,
    .at-service-area .scroll-section.vertical-section .service-item .d-flex.flex-column.flex-md-row.flex-xxl-column {
        max-width: 980px !important;
        width: 100% !important;
    }

    /* Görsel büyüyüp metni tekrar sıkıştırmasın */
    .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 img {
        max-height: 420px !important;
        object-fit: contain !important;
    }
}
/* =========================================================
   NELER YAPIYORUZ - AÇIKLAMA METNİ GENİŞ
   Mobil hariç çalışır.
========================================================= */

@media (min-width: 768px) {
    .at-service-area .scroll-section.vertical-section .service-item .service-desc-wide {
        max-width: 920px !important;
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 24px !important;
        line-height: 1.42 !important;
    }
}
/* =========================================================
   ANASAYFA - HİZMET KARTLARI YATAY DENGE FIX
   Metin ve görsel arasındaki fazla boşluğu azaltır.
   ========================================================= */

@media (min-width: 1200px) {

  /* Hizmet panelinin iç boşluklarını daha kontrollü hale getir */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item > .container {
    max-width: 1480px !important;
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  /* Row'u Bootstrap offset mantığından çıkarıp net grid'e alıyoruz */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center {
    display: grid !important;
    grid-template-columns: minmax(0, 0.58fr) minmax(420px, 0.42fr) !important;
    gap: clamp(28px, 3.2vw, 56px) !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Bootstrap col genişliklerini bu alanda devre dışı bırak */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center > .col-lg-6,
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center > .col-lg-5 {
    width: auto !important;
    max-width: none !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Görsel kolonundaki offset'i tamamen kaldır */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center > .offset-lg-1 {
    margin-left: 0 !important;
  }

  /* Sol içerik gereksiz dar kalmasın */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .col-lg-6 > .d-flex {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section h1.service-title-custom {
    max-width: 100% !important;
    font-size: clamp(60px, 5.4vw, 88px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.055em !important;
    margin-bottom: 24px !important;
  }

  /* Inline max-width:520px'i eziyoruz */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    max-width: 720px !important;
    width: 100% !important;
    padding-right: 0 !important;
    font-size: clamp(18px, 1.25vw, 22px) !important;
    line-height: 1.42 !important;
    letter-spacing: -0.025em !important;
  }

  /* Metin + özellikler daha yatay ve düzenli dursun */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .ps-xxl-5,
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .ps-3 {
    padding-left: 0 !important;
  }

  /* Etiketleri 3 + 3 şeklinde yatay karta çevir */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 22px !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item ul {
    display: contents !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item ul li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    background: rgba(255, 153, 0, 0.065) !important;
    border: 1px solid rgba(255, 153, 0, 0.18) !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* Görseli biraz sola yaklaştırıp daha kompakt yap */
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .col-lg-5.offset-lg-1 > div {
    width: 100% !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 70px rgba(15, 15, 15, 0.08) !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item img.img-cover {
    width: 100% !important;
    height: auto !important;
    max-height: 360px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }
}

/* 992 - 1199 arası küçük laptop/tablet yatay için */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center {
    display: grid !important;
    grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr) !important;
    gap: 28px !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center > .col-lg-6,
  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center > .col-lg-5 {
    width: auto !important;
    max-width: none !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .row.align-items-center > .offset-lg-1 {
    margin-left: 0 !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item p.fz-font-2xl {
    max-width: 100% !important;
    padding-right: 0 !important;
    font-size: 17px !important;
    line-height: 1.38 !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item .d-xxl-flex > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item ul {
    display: contents !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item ul li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    border-radius: 13px !important;
    background: rgba(255, 153, 0, 0.065) !important;
    border: 1px solid rgba(255, 153, 0, 0.18) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .eleventy-home-v2 .at-service-area .scroll-section.vertical-section .service-item img.img-cover {
    max-height: 330px !important;
  }
}
/* =========================================================
   DİJİTAL BÜYÜME SİSTEMİ - MOBİL BAŞLIK TAŞMA FIX
========================================================= */

@media (max-width: 767.98px) {

  .eleventy-growth-sec {
    padding: 56px 0 !important;
    overflow: hidden !important;
  }

  .eleventy-growth-shell {
    width: calc(100% - 28px) !important;
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 34px 18px 38px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .eleventy-growth-content {
    max-width: 100% !important;
    padding-top: 0 !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  .eleventy-growth-eyebrow {
    justify-content: center !important;
    margin-bottom: 24px !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }

  .eleventy-growth-title {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    font-size: clamp(42px, 12vw, 56px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    text-align: center !important;

    overflow: hidden !important;
  }

  .eleventy-growth-title .growth-title-line {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: center !important;
    line-height: 0.98 !important;
  }

  /* Typewriter satırı mobilde taşmasın */
  .eleventy-growth-title .typewriter-wrapper {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 1.05em !important;
    line-height: 0.98 !important;

    white-space: normal !important;
    overflow: hidden !important;
  }

  .eleventy-growth-title .typewriter-inner {
    min-width: 0 !important;
    max-width: 100% !important;

    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;

    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-align: center !important;
  }

  .eleventy-growth-title .typewriter-text {
    display: inline !important;
    max-width: 100% !important;

    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;

    text-align: center !important;
    color: rgba(15, 15, 15, 0.32) !important;
  }

  .eleventy-growth-title .typewriter-cursor {
    flex: 0 0 auto !important;
    margin-left: 5px !important;
    color: #ff9900 !important;
  }

  .eleventy-growth-desc {
    max-width: 320px !important;
    margin: 28px auto 0 !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  .eleventy-growth-actions {
    width: 100% !important;
    margin-top: 34px !important;
    gap: 14px !important;
  }

  .eleventy-growth-btn,
  .eleventy-growth-link {
    width: 100% !important;
    min-height: 58px !important;
    font-size: 16px !important;
  }

  /* Turuncu butonda yazı görünmüyorsa bunu garantiye alır */
  .eleventy-growth-btn,
  .eleventy-growth-btn span,
  .eleventy-growth-btn svg {
    color: #ffffff !important;
  }
}
/* =========================================================
   DİJİTAL BÜYÜME SİSTEMİ - MOBİL TYPEWRITER SABİT SATIR
   Metin alt satıra düşmez, katman oynatmaz.
========================================================= */

@media (max-width: 767.98px) {

  .eleventy-growth-title {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    text-align: center !important;
    overflow: visible !important;

    font-size: clamp(42px, 11vw, 54px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  .eleventy-growth-title .growth-title-line {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    line-height: 0.98 !important;
    white-space: nowrap !important;
  }

  /* Typewriter satırı sabit yükseklikte ve tek satır */
  .eleventy-growth-title .typewriter-wrapper {
    width: 100% !important;
    max-width: 100% !important;

    height: 1.08em !important;
    min-height: 1.08em !important;
    line-height: 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    white-space: nowrap !important;
    overflow: visible !important;
  }

  /* Metin + cursor birlikte tek satırda kalır */
  .eleventy-growth-title .typewriter-inner {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;

    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;

    white-space: nowrap !important;
    overflow: visible !important;

    /* sadece typewriter satırını küçültüyoruz */
    font-size: clamp(32px, 8.6vw, 38px) !important;
    line-height: 1 !important;
  }

  .eleventy-growth-title .typewriter-text {
    display: inline-block !important;

    max-width: none !important;
    min-width: 0 !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;

    color: rgba(15, 15, 15, 0.32) !important;
    text-align: center !important;
  }

  .eleventy-growth-title .typewriter-cursor {
    display: inline-block !important;
    flex: 0 0 auto !important;

    margin-left: 5px !important;
    color: #ff9900 !important;

    font-size: 1em !important;
    line-height: 1 !important;
  }
}
/* =========================================================
   DİJİTAL BÜYÜME SİSTEMİ - MOBİL İKONLARI GERİ GETİR
========================================================= */

@media (max-width: 767.98px) {

  .eleventy-growth-shell {
    overflow: visible !important;
  }

  .eleventy-growth-icons {
    position: relative !important;
    z-index: 5 !important;

    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 auto 34px auto !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  .eleventy-growth-icons .growth-icon-card {
    position: static !important;

    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 8px !important;
    border-radius: 18px !important;

    background: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(29, 29, 29, 0.08) !important;
    box-shadow:
      0 12px 28px rgba(15, 15, 15, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .eleventy-growth-icons .growth-icon-card img {
    display: block !important;

    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;

    object-fit: contain !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  /* Mobilde yazıları gizli kalsın, sadece ikon görünsün */
  .eleventy-growth-icons .growth-icon-card span {
    display: none !important;
  }

  .eleventy-growth-content {
    position: relative !important;
    z-index: 4 !important;
  }
}
/* =========================================================
   ANA SAYFA - KISA BLOG / İÇGÖRÜ ALANI
   Blog arşiv sayfasına benzemez, ana sayfa için kompakt yapı.
   ========================================================= */

.eleventy-home-insights {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.eleventy-home-insights .ehi-shell {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 34px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 153, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 52%, #f7f7f7 100%);
  box-shadow: 0 22px 70px rgba(15, 15, 15, 0.055);
}

.eleventy-home-insights .ehi-shell::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -190px;
  top: -210px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.1);
  filter: blur(26px);
  pointer-events: none;
}

.eleventy-home-insights .ehi-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.eleventy-home-insights .ehi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #ff9900;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eleventy-home-insights .ehi-title {
  max-width: 760px;
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.043em;
  font-weight: 800;
}

.eleventy-home-insights .ehi-all-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0 22px;
  border-radius: 999px;
  background: #ff9900;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  box-shadow: 0 14px 32px rgba(255, 153, 0, 0.22);
  transition: all 0.25s ease;
}

.eleventy-home-insights .ehi-all-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 153, 0, 0.3);
}

.eleventy-home-insights .ehi-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.eleventy-home-insights .ehi-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 14px 38px rgba(15, 15, 15, 0.045);
  transition: all 0.32s ease;
}

.eleventy-home-insights .ehi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 0%, rgba(255, 153, 0, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.eleventy-home-insights .ehi-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 153, 0, 0.36);
  box-shadow: 0 24px 54px rgba(255, 153, 0, 0.12);
}

.eleventy-home-insights .ehi-card:hover::before {
  opacity: 1;
}

.eleventy-home-insights .ehi-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.eleventy-home-insights .ehi-card-image {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 20px;
  background: #f4f4f4;
  border: 1px solid rgba(29, 29, 29, 0.06);
}

.eleventy-home-insights .ehi-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.eleventy-home-insights .ehi-card:hover .ehi-card-image img {
  transform: scale(1.08);
}

.eleventy-home-insights .ehi-card-content {
  position: relative;
  z-index: 2;
  margin-top: 28px;
}

.eleventy-home-insights .ehi-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.eleventy-home-insights .ehi-card-meta span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.1);
  color: #ff9900;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.eleventy-home-insights .ehi-card h3 {
  margin: 0;
  color: #111111;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.eleventy-home-insights .ehi-read-more {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.015em;
  transition: all 0.25s ease;
}

.eleventy-home-insights .ehi-card:hover .ehi-read-more {
  color: #ff9900;
  transform: translateX(3px);
}

/* Tablet */
@media (max-width: 1199px) {
  .eleventy-home-insights {
    padding: 78px 0;
  }

  .eleventy-home-insights .ehi-shell {
    padding: 40px;
  }

  .eleventy-home-insights .ehi-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .eleventy-home-insights .ehi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobil */
@media (max-width: 767px) {
  .eleventy-home-insights {
    padding: 62px 0;
  }

  .eleventy-home-insights .ehi-shell {
    padding: 30px 20px;
    border-radius: 28px;
  }

  .eleventy-home-insights .ehi-title {
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .eleventy-home-insights .ehi-all-btn {
    width: 100%;
  }

  .eleventy-home-insights .ehi-grid {
    grid-template-columns: 1fr;
  }

  .eleventy-home-insights .ehi-card {
    min-height: 220px;
    border-radius: 22px;
  }

  .eleventy-home-insights .ehi-card h3 {
    font-size: 20px;
  }
}
/* =========================================================
   ANA SAYFA - NEDEN BİZİ SEÇTİLER
   TEMİZ FINAL TASARIM / PARALLAX BOZULMADAN
   ========================================================= */

.eleventy-home-v2 .why-choose-premium {
  position: relative;
  padding: 110px 0 !important;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 153, 0, 0.10), transparent 26%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 52%, #f6f6f6 100%);
}

.eleventy-home-v2 .why-choose-premium::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -220px;
  right: -180px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.10);
  filter: blur(36px);
  pointer-events: none;
}

.eleventy-home-v2 .container-2200 > .rounded-5:has(.why-choose-premium) {
  border-radius: 36px !important;
  background: transparent !important;
  border: 1px solid rgba(18, 18, 18, 0.07);
  box-shadow: 0 28px 80px rgba(15, 15, 15, 0.06);
  overflow: hidden !important;
}

/* ---------------------------
   Genel kolon dengesi
--------------------------- */
.eleventy-home-v2 .why-choose-premium > .container {
  position: relative;
  z-index: 2;
}

.eleventy-home-v2 .why-choose-premium .row {
  align-items: start !important;
}

/* ---------------------------
   Sol sticky panel
--------------------------- */
.eleventy-home-v2 .why-choose-premium .section-title-pin {
  padding: 38px !important;
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(18, 18, 18, 0.08) !important;
  box-shadow:
    0 18px 48px rgba(15, 15, 15, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.eleventy-home-v2 .why-choose-premium .section-title-pin .at-btn {
  margin-bottom: 22px !important;
  color: #ff9900 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.eleventy-home-v2 .why-choose-premium .section-title-pin h2,
.eleventy-home-v2 .why-choose-premium .section-title-pin .section-title {
  margin: 0 0 28px 0 !important;
  color: #0f0f0f !important;
  font-size: clamp(46px, 4.6vw, 78px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  font-weight: 800 !important;
}

/* Butonlar */
.eleventy-home-v2 .why-choose-premium .section-title-pin .at-btn-group {
  margin-top: 24px !important;
}

.eleventy-home-v2 .why-choose-premium .section-title-pin .at-btn-group .at-btn {
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background: #ff9900 !important;
  color: #ffffff !important;
  border: 0 !important;
  letter-spacing: -0.015em !important;
  box-shadow: 0 14px 32px rgba(255, 153, 0, 0.24);
}

.eleventy-home-v2 .why-choose-premium .section-title-pin .at-btn-group .at-btn-circle {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid rgba(18, 18, 18, 0.08) !important;
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.05);
}

/* ---------------------------
   Sağ parallax alanı
--------------------------- */
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .wrapper,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .list,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item {
  background: transparent !important;
  overflow: hidden !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap {
  border-radius: 34px !important;
}

/* Her item: kartı merkeze taşı */
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

/* Ana kart - tamamen yeni görünüm */
.eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
  position: relative;
  width: 100% !important;
  min-height: 430px !important;
  margin: 0 !important;
  padding: 38px 38px 34px 38px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(255,250,242,0.92) 100%) !important;
  border: 1px solid rgba(18, 18, 18, 0.07) !important;
  box-shadow:
    0 22px 56px rgba(15, 15, 15, 0.055),
    inset 0 1px 0 rgba(255,255,255,0.94) !important;
}

/* Eski dekorları kapat */
.eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap .rectangular,
.eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap::after,
.eleventy-home-v2 .why-choose-premium .testimonial-bottom-wrap::after {
  display: none !important;
  content: none !important;
}

/* Sol üstte numara / indeks efekti */
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(1) .testimonial-cart-wrap::before,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(2) .testimonial-cart-wrap::before,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(3) .testimonial-cart-wrap::before,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(4) .testimonial-cart-wrap::before {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 88px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(255, 153, 0, 0.09);
  pointer-events: none;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(1) .testimonial-cart-wrap::before { content: "01"; }
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(2) .testimonial-cart-wrap::before { content: "02"; }
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(3) .testimonial-cart-wrap::before { content: "03"; }
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(4) .testimonial-cart-wrap::before { content: "04"; }

/* Üst başlık satırı */
.eleventy-home-v2 .why-choose-premium .testimonial-content-rating {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 26px !important;
  padding: 0 !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-content-rating::before {
  content: "Müşteri Yorumu";
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.10);
  color: #ff9900;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eleventy-home-v2 .why-choose-premium .testimonial-content-rating-stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-content-rating-stars svg {
  width: 88px !important;
  height: auto !important;
}

/* İç metin alanı */
.eleventy-home-v2 .why-choose-premium .testimonial-bottom-wrap,
.eleventy-home-v2 .why-choose-premium .testimonial-content {
  position: relative;
  z-index: 2;
}

.eleventy-home-v2 .why-choose-premium .testimonial-content-text {
  margin: 0 0 34px 0 !important;
  max-width: 720px !important;
  color: #222222 !important;
  font-size: clamp(30px, 2.3vw, 42px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.045em !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
}

/* Alt footer çizgisi */
.eleventy-home-v2 .why-choose-premium .testimonial-author {
  width: 100% !important;
  max-width: 100% !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 18px 0 0 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(18, 18, 18, 0.08) !important;
  box-shadow: none !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-author::before {
  display: none !important;
  content: none !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-author .testimonial-content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-content-author-name {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 17px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  font-weight: 800 !important;
}

/* Alt tarafa küçük açıklama eklemiş gibi görünüm */
.eleventy-home-v2 .why-choose-premium .testimonial-author::after {
  content: "Doğrulanmış müşteri geri bildirimi";
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* ---------------------------
   Tablet
--------------------------- */
@media (max-width: 1199.98px) {
  .eleventy-home-v2 .why-choose-premium {
    padding: 84px 0 !important;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin {
    padding: 30px !important;
    border-radius: 28px !important;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin h2,
  .eleventy-home-v2 .why-choose-premium .section-title-pin .section-title {
    font-size: clamp(40px, 7vw, 64px) !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
    min-height: 390px !important;
    padding: 30px !important;
    border-radius: 28px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(1) .testimonial-cart-wrap::before,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(2) .testimonial-cart-wrap::before,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(3) .testimonial-cart-wrap::before,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(4) .testimonial-cart-wrap::before {
    font-size: 72px;
    top: 18px;
    right: 24px;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-content-text {
    font-size: clamp(24px, 4vw, 34px) !important;
    line-height: 1.18 !important;
  }
}

/* ---------------------------
   Mobil
--------------------------- */
@media (max-width: 767.98px) {
  .eleventy-home-v2 .why-choose-premium {
    padding: 64px 0 !important;
    border-radius: 28px;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin {
    padding: 24px 20px !important;
    border-radius: 22px !important;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin h2,
  .eleventy-home-v2 .why-choose-premium .section-title-pin .section-title {
    font-size: clamp(36px, 10.8vw, 50px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap {
    border-radius: 24px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
    min-height: 340px !important;
    padding: 24px 20px !important;
    border-radius: 22px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-content-rating {
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(1) .testimonial-cart-wrap::before,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(2) .testimonial-cart-wrap::before,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(3) .testimonial-cart-wrap::before,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item:nth-child(4) .testimonial-cart-wrap::before {
    font-size: 54px;
    top: 14px;
    right: 18px;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-content-text {
    margin-bottom: 24px !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.035em !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-author {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-author::after {
    white-space: normal;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-content-author-name {
    font-size: 15px !important;
  }
}
/* =========================================================
   NEDEN BİZİ SEÇTİLER - TAM HİZALAMA + BOŞLUK KISALTMA FIX
   Parallax yapısını korur, sol/sağ kartları aynı hatta toplar.
   ========================================================= */

@media (min-width: 992px) {

  /* Dış kapsayıcıdaki gereksiz alt boşluğu temizle */
  .eleventy-home-v2 .container-2200 > .rounded-5:has(.why-choose-premium) {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .eleventy-home-v2 .why-choose-premium {
    padding: 72px 0 !important;
    min-height: auto !important;
  }

  .eleventy-home-v2 .why-choose-premium > .container {
    max-width: 1540px !important;
  }

  /* Sol ve sağ alanı aynı grid içinde hizala */
  .eleventy-home-v2 .why-choose-premium .row.g-5 {
    display: grid !important;
    grid-template-columns: minmax(360px, 0.42fr) minmax(560px, 0.58fr) !important;
    gap: clamp(36px, 4vw, 70px) !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .eleventy-home-v2 .why-choose-premium .row.g-5 > .col-lg-5,
  .eleventy-home-v2 .why-choose-premium .row.g-5 > .col-lg-7,
  .eleventy-home-v2 .why-choose-premium .row.g-5 > .col-xxl-6 {
    width: auto !important;
    max-width: none !important;
    flex: unset !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Sol kart ve sağ kart aynı yükseklik/ritme gelsin */
  .eleventy-home-v2 .why-choose-premium .section-title-pin {
    min-height: 420px !important;
    height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap {
    margin: 0 !important;
    padding: 0 !important;
    align-self: center !important;
    overflow: hidden !important;
  }

  /* Parallax alanının gereksiz yüksekliğini kısalt */
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .wrapper,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .list {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    margin: 0 !important;
    padding: 36px 38px 32px !important;
  }

  /* Kart içeriğini dikeyde dengeli dağıt */
  .eleventy-home-v2 .why-choose-premium .testimonial-bottom-wrap {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-content-text {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
  }

  /* Section sonunda oluşan ekstra boşlukları baskıla */
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section::after,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .wrapper::after,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .list::after {
    display: none !important;
    content: none !important;
  }
}

/* Büyük ekranlarda çok yayılmasın */
@media (min-width: 1500px) {
  .eleventy-home-v2 .why-choose-premium {
    padding: 78px 0 !important;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .wrapper,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .list,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item,
  .eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
  }
}

/* 992 - 1199 arası */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .eleventy-home-v2 .why-choose-premium {
    padding: 64px 0 !important;
  }

  .eleventy-home-v2 .why-choose-premium .row.g-5 {
    grid-template-columns: minmax(320px, 0.42fr) minmax(440px, 0.58fr) !important;
    gap: 32px !important;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .wrapper,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .list,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item,
  .eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
}

/* Tablet ve mobilde doğal akış */
@media (max-width: 991.98px) {

  .eleventy-home-v2 .why-choose-premium {
    padding: 64px 0 !important;
  }

  .eleventy-home-v2 .why-choose-premium .section-title-pin {
    height: auto !important;
    min-height: auto !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap {
    margin-top: 28px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .wrapper,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .list,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section .item,
  .eleventy-home-v2 .why-choose-premium .testimonial-cart-wrap {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}
/* =========================================================
   ANA SAYFA - İSTATİSTİKLER / COUNTER ALANI PREMIUM TASARIM
   Odometer yapısını bozmaz, alanı kartlı ve modern hale getirir.
   ========================================================= */

.eleventy-home-v2 .eleventy-stats-section {
  position: relative;
  padding: 72px 0 !important;
  overflow: hidden;
}

.eleventy-home-v2 .eleventy-stats-section .container {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.eleventy-home-v2 .eleventy-stats-section .row {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 153, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 52%, #f7f7f7 100%);
  box-shadow: 0 22px 70px rgba(15, 15, 15, 0.055);
  overflow: hidden;
}

.eleventy-home-v2 .eleventy-stats-section .row::before {
  content: "Ölçülebilir Büyüme";
  position: absolute;
  left: 28px;
  top: 24px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.1);
  color: #ff9900;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eleventy-home-v2 .eleventy-stats-section .row > div {
  width: auto !important;
  max-width: none !important;
  flex: unset !important;
  padding: 78px 28px 30px !important;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow:
    0 16px 42px rgba(15, 15, 15, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.28s ease;
}

.eleventy-home-v2 .eleventy-stats-section .row > div:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 153, 0, 0.34);
  box-shadow: 0 24px 58px rgba(255, 153, 0, 0.11);
}

.eleventy-home-v2 .eleventy-stats-section .counter-title {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  margin: 0 !important;
  color: #0f0f0f !important;
  font-size: clamp(54px, 5.4vw, 92px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.06em !important;
  font-weight: 800 !important;
}

.eleventy-home-v2 .eleventy-stats-section .counter-title .counter-suffix,
.eleventy-home-v2 .eleventy-stats-section .counter-title .counter-suffix-m {
  margin-left: 6px;
  color: #ff9900 !important;
  font-size: 0.58em !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
}

.eleventy-home-v2 .eleventy-stats-section h3 {
  max-width: 270px;
  margin: 20px auto 0 !important;
  color: #585959 !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
  letter-spacing: -0.025em !important;
  font-weight: 700 !important;
}

/* Her karta küçük numara etiketi */
.eleventy-home-v2 .eleventy-stats-section .row > div {
  position: relative;
}

.eleventy-home-v2 .eleventy-stats-section .row > div::before {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 153, 0, 0.1);
  color: #ff9900;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eleventy-home-v2 .eleventy-stats-section .row > div:nth-child(1)::before {
  content: "01";
}

.eleventy-home-v2 .eleventy-stats-section .row > div:nth-child(2)::before {
  content: "02";
}

.eleventy-home-v2 .eleventy-stats-section .row > div:nth-child(3)::before {
  content: "03";
}

/* Tablet */
@media (max-width: 1199.98px) {
  .eleventy-home-v2 .eleventy-stats-section {
    padding: 64px 0 !important;
  }

  .eleventy-home-v2 .eleventy-stats-section .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 24px;
  }

  .eleventy-home-v2 .eleventy-stats-section .row > div {
    padding: 72px 20px 28px !important;
  }

  .eleventy-home-v2 .eleventy-stats-section .counter-title {
    font-size: clamp(46px, 7vw, 72px) !important;
  }

  .eleventy-home-v2 .eleventy-stats-section h3 {
    font-size: 16px !important;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .eleventy-home-v2 .eleventy-stats-section {
    padding: 54px 0 !important;
  }

  .eleventy-home-v2 .eleventy-stats-section .row {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 28px;
  }

  .eleventy-home-v2 .eleventy-stats-section .row::before {
    position: relative;
    left: auto;
    top: auto;
    width: fit-content;
    margin-bottom: 6px;
  }

  .eleventy-home-v2 .eleventy-stats-section .row > div {
    padding: 68px 22px 28px !important;
    border-radius: 22px;
  }

  .eleventy-home-v2 .eleventy-stats-section .counter-title {
    font-size: clamp(58px, 18vw, 82px) !important;
  }

  .eleventy-home-v2 .eleventy-stats-section h3 {
    font-size: 17px !important;
  }
}
/* =========================================================
   ANASAYFA HERO KATMANI - KÖŞE / ÇERÇEVE FIX
   Dış dikdörtgen sivriliği kaldırır.
========================================================= */

.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden {
    border-radius: 36px !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

/* Hero video / arkaplan katmanı da parent ile aynı kıvrımı alsın */
.eleventy-home-v2 .sec-1-home-2 .hero-bg-mp4 {
    border-radius: inherit !important;
    overflow: hidden !important;
}

/* Eğer hero içinde pseudo border/overlay varsa o da sivri kalmasın */
.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden::before,
.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden::after {
    border-radius: inherit !important;
}

/* İçerideki absolute arkaplanlar köşeden taşmasın */
.eleventy-home-v2 .sec-1-home-2 > .overflow-hidden > .p-absolute {
    border-radius: inherit !important;
}
/* =========================================================
   ANASAYFA HERO - HEADER İLE KATMAN ARASI BOŞLUK
========================================================= */

/* Masaüstü / laptop */
@media (min-width: 992px) {
    .eleventy-home-v2 .sec-1-home-2 {
        padding-top: 115px !important;
    }

    .eleventy-home-v2 .sec-1-home-2 > .overflow-hidden {
        margin-top: 18px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .eleventy-home-v2 .sec-1-home-2 {
        padding-top: 95px !important;
    }

    .eleventy-home-v2 .sec-1-home-2 > .overflow-hidden {
        margin-top: 16px !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-home-v2 .sec-1-home-2 {
        padding-top: 82px !important;
    }

    .eleventy-home-v2 .sec-1-home-2 > .overflow-hidden {
        margin-top: 14px !important;
    }
}
/* =========================================================
   HERO - ELEVENTY ADS BAŞLIK HARF ARALIĞI
   Sadece anasayfa üst hero başlığını etkiler.
========================================================= */

.eleventy-home-v2 .sec-1-home-2 .hero-2-title,
.eleventy-home-v2 .sec-1-home-2 .hero-2-title.fz-150 {
    letter-spacing: -0.015em !important;
    font-kerning: normal !important;
    text-rendering: geometricPrecision;
}

/* ® işareti çok açılmasın */
.eleventy-home-v2 .sec-1-home-2 .hero-2-title sup {
    letter-spacing: 0 !important;
    margin-left: 0.035em !important;
}
/* =========================================================
   BİZ KİMİZ - 3 SATIR + HARF ARALIĞI FIX
========================================================= */

@media (min-width: 992px) {

    .eleventy-home-v2 .sec-2-home-2 .at-about-title-wrap .at-section-title {
        letter-spacing: -0.015em !important;
        font-size: clamp(58px, 4.65vw, 76px) !important;
        line-height: 0.98 !important;
        max-width: 760px !important;
        font-kerning: normal !important;
        text-rendering: geometricPrecision;
    }
}
/* =========================================================
   PARTNERLERİMİZ - SADECE BÜYÜK BAŞLIK
   Üstteki "Partnerlerimiz" etiketini etkilemez.
========================================================= */

.eleventy-home-v2 .eleventy-home-partners .ehp-title {
    letter-spacing: -0.015em !important;
    font-size: clamp(48px, 4.3vw, 76px) !important;
    line-height: 1.04 !important;
    font-kerning: normal !important;
    text-rendering: geometricPrecision;
}
/* =========================================================
   HİZMET PARALLAX - BAŞLIK HARF ARALIĞI + FONT BOYUTU
   Sadece Neler Yapıyoruz alanındaki hizmet başlıklarını etkiler.
   Mobil etkilenmez.
========================================================= */

@media (min-width: 768px) {
    .eleventy-home-v2 .at-service-area .service-item .service-title-custom,
    .eleventy-home-v2 .at-service-area .service-item .service-title-custom a {
        letter-spacing: -0.015em !important;
        font-size: clamp(44px, 4vw, 68px) !important;
        line-height: 0.98 !important;
        font-kerning: normal !important;
        text-rendering: geometricPrecision;
        white-space: normal !important;
    }
}
/* =========================================================
   DİJİTAL BÜYÜME SİSTEMİ - TYPEWRITER BAŞLIK HARF ARALIĞI
   Sadece Markanız için / typewriter / inşa ediyoruz alanını etkiler.
========================================================= */

.eleventy-home-v2 .eleventy-growth-title .growth-title-line,
.eleventy-home-v2 .eleventy-growth-title .typewriter-text {
    letter-spacing: -0.015em !important;
    font-kerning: normal !important;
    text-rendering: geometricPrecision;
}

/* Cursor harf aralığından etkilenmesin */
.eleventy-home-v2 .eleventy-growth-title .typewriter-cursor {
    letter-spacing: 0 !important;
}
/* Referanslarımız büyük başlık - güçlü override */
.eleventy-home-v2 h2.eleventy-references-title.reveal-text,
.eleventy-home-v2 h2.eleventy-references-title.reveal-text span,
.eleventy-home-v2 h2.eleventy-references-title.reveal-text div {
    letter-spacing: -0.015em !important;
    font-size: clamp(44px, 4vw, 70px) !important;
    line-height: 1.04 !important;
    font-kerning: normal !important;
    text-rendering: geometricPrecision !important;
}
/* =========================================================
   SON BLOGLAR - BÜYÜK BAŞLIK HARF ARALIĞI + FONT BOYUTU
========================================================= */

.eleventy-home-v2 .eleventy-home-insights .ehi-title,
.eleventy-home-v2 .eleventy-home-insights .ehi-title span,
.eleventy-home-v2 .eleventy-home-insights .ehi-title div {
    letter-spacing: -0.015em !important;
    font-size: clamp(38px, 3.6vw, 62px) !important;
    line-height: 1.06 !important;
    font-kerning: normal !important;
    text-rendering: geometricPrecision !important;
}
/* =========================================================
   NEDEN BİZİ SEÇTİLER - MÜŞTERİLERİMİZ NELER SÖYLÜYOR BAŞLIĞI
   Harf aralığı + font küçültme
========================================================= */

.eleventy-home-v2 .section-fix .section-title-pin .section-title,
.eleventy-home-v2 .section-fix .section-title-pin .section-title span,
.eleventy-home-v2 .section-fix .section-title-pin .section-title div {
    letter-spacing: -0.015em !important;
    font-size: clamp(48px, 4vw, 68px) !important;
    line-height: 1.02 !important;
    font-kerning: normal !important;
    text-rendering: geometricPrecision !important;
}
/* =========================================================
   PARALLAX HİZMET BAŞLIKLARI - SVG OK İKONU
========================================================= */

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link span {
    display: inline-block !important;
}

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-arrow {
    width: clamp(18px, 1.4vw, 26px) !important;
    height: clamp(18px, 1.4vw, 26px) !important;
    margin-top: 0.18em !important;
    color: currentColor !important;
    flex: 0 0 auto !important;
    transition: color 0.25s ease, transform 0.25s ease;
}

/* Hover'da hem başlık hem SVG turuncu olur */
.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link:hover {
    color: #ff9900 !important;
}

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link:hover .service-title-arrow {
    color: #ff9900 !important;
    transform: translate(4px, -4px);
}

/* Mobilde ikon fazla büyük durmasın */
@media (max-width: 767.98px) {
    .eleventy-home-v2 .at-service-area .service-title-custom .service-title-link {
        gap: 10px !important;
    }

    .eleventy-home-v2 .at-service-area .service-title-custom .service-title-arrow {
        width: 15px !important;
        height: 15px !important;
        margin-top: 0.22em !important;
    }
}
/* =========================================================
   PARALLAX HİZMET BAŞLIKLARI - SVG SATIR KIRILMA FIX
   SVG ayrı satıra düşmez, metnin sonunda akar.
========================================================= */

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link {
    display: inline !important;
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link span {
    display: inline !important;
}

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-arrow {
    display: inline-block !important;
    width: 0.32em !important;
    height: 0.32em !important;
    margin-left: 0.18em !important;
    vertical-align: 0.28em !important;

    color: currentColor !important;
    transition: color 0.25s ease, transform 0.25s ease !important;
}

/* Hover'da başlık ve SVG birlikte turuncu */
.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link:hover {
    color: #ff9900 !important;
}

.eleventy-home-v2 .at-service-area .service-title-custom .service-title-link:hover .service-title-arrow {
    color: #ff9900 !important;
    transform: translate(3px, -3px);
}
/* =========================================================
   DİJİTAL BÜYÜME SİSTEMİ - 7'Lİ İKON YERLEŞİM + SÜZÜLME
========================================================= */

/* Genel süzülme efekti */
.eleventy-growth-icons .growth-icon-card {
  animation: eleventyGrowthFloat 3.2s ease-in-out infinite;
  will-change: transform;
}

/* Her ikon farklı ritimde aksın */
.eleventy-growth-icons .growth-icon-1 {
  animation-delay: 0s;
}

.eleventy-growth-icons .growth-icon-2 {
  animation-delay: .35s;
}

.eleventy-growth-icons .growth-icon-3 {
  animation-delay: .75s;
}

.eleventy-growth-icons .growth-icon-4 {
  animation-delay: .2s;
}

.eleventy-growth-icons .growth-icon-5 {
  animation-delay: .95s;
}

.eleventy-growth-icons .growth-icon-6 {
  animation-delay: .55s;
}

.eleventy-growth-icons .growth-icon-7 {
  animation-delay: 1.15s;
}

@keyframes eleventyGrowthFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  25% {
    transform: translate3d(8px, -10px, 0) rotate(0.6deg);
  }

  50% {
    transform: translate3d(-6px, -16px, 0) rotate(-0.5deg);
  }

  75% {
    transform: translate3d(6px, -6px, 0) rotate(0.4deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

/* Desktop yerleşim */
@media (min-width: 1200px) {
  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-1 {
    top: 105px !important;
    left: 13% !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-2 {
    top: 62px !important;
    left: 40% !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-3 {
    top: 105px !important;
    right: 14% !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-6 {
    top: 310px !important;
    left: 7% !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-7 {
    top: 310px !important;
    right: 7% !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-4 {
    bottom: 78px !important;
    left: 12% !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-5 {
    bottom: 78px !important;
    right: 12% !important;
  }
}

/* Laptop / küçük desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .eleventy-growth-icons .growth-icon-1 {
    top: 46px;
    left: 8%;
  }

  .eleventy-growth-icons .growth-icon-6 {
    top: 126px;
    left: 7%;
  }

  .eleventy-growth-icons .growth-icon-2 {
    top: 42px;
    left: 43%;
  }

  .eleventy-growth-icons .growth-icon-3 {
    top: 58px;
    right: 8%;
  }

  .eleventy-growth-icons .growth-icon-7 {
    top: 138px;
    right: 7%;
  }

  .eleventy-growth-icons .growth-icon-4 {
    bottom: auto;
    top: 150px;
    left: 26%;
  }

  .eleventy-growth-icons .growth-icon-5 {
    bottom: auto;
    top: 150px;
    right: 26%;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .eleventy-growth-icons {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 38px;
  }

  .eleventy-growth-icons .growth-icon-card {
    position: static;
    min-height: 66px;
    padding: 10px;
    justify-content: center;
    border-radius: 20px;
  }

  .eleventy-growth-icons .growth-icon-card img {
    width: 42px;
    height: 42px;
  }

  .eleventy-growth-icons .growth-icon-card span {
    display: none;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .eleventy-growth-icons {
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 7px !important;
  }

  .eleventy-growth-icons .growth-icon-card {
    height: 52px !important;
    padding: 7px !important;
    border-radius: 16px !important;
  }

  .eleventy-growth-icons .growth-icon-card img {
    width: 34px !important;
    height: 34px !important;
  }

  .eleventy-growth-icons .growth-icon-card span {
    display: none !important;
  }

  .eleventy-growth-icons .growth-icon-card {
    animation-duration: 5.2s;
  }
}
/* =========================================================
   REFERANSLAR - 3'LÜ SLIDER
========================================================= */

#referanslar .eleventy-references-slider-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#referanslar .eleventy-references-slider {
  overflow: visible !important;
}

#referanslar .eleventy-references-slider .swiper-wrapper {
  align-items: stretch !important;
}

#referanslar .eleventy-references-slider .swiper-slide {
  height: auto !important;
  display: flex !important;
}

#referanslar .eleventy-references-slider .eleventy-reference-card {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
}

/* Eski grid yapısını slider içinde devre dışı bırak */
#referanslar .eleventy-references-slider-wrap .eleventy-references-grid {
  display: block !important;
}

/* Kontroller */
#referanslar .eleventy-references-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

#referanslar .eleventy-ref-prev,
#referanslar .eleventy-ref-next {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111111;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 12px 30px rgba(15, 15, 15, 0.06);
  transition: all 0.25s ease;
}

#referanslar .eleventy-ref-prev:hover,
#referanslar .eleventy-ref-next:hover {
  color: #ffffff;
  background: #ff9900;
  border-color: #ff9900;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 153, 0, 0.22);
}

#referanslar .eleventy-ref-pagination {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

#referanslar .eleventy-ref-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
  transition: all 0.25s ease;
}

#referanslar .eleventy-ref-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #ff9900;
}

/* Tablet: 2 kart görünsün */
@media (max-width: 1199px) {
  #referanslar .eleventy-references-slider-controls {
    margin-top: 24px;
  }
}

/* Mobil: 1 kart görünsün */
@media (max-width: 767px) {
  #referanslar .eleventy-references-slider {
    overflow: hidden !important;
  }

  #referanslar .eleventy-references-slider-controls {
    margin-top: 22px;
  }

  #referanslar .eleventy-ref-prev,
  #referanslar .eleventy-ref-next {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}
/* =========================================================
   SON BLOGLAR - MOUSE TAKİP EDEN GÖRSEL PREVIEW
========================================================= */

.ehi-cursor-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 260px;
  height: 170px;
  border-radius: 24px;
  overflow: hidden;
  pointer-events: none;

  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0) scale(0.88);
  transform-origin: center center;

  background: #ffffff;
  border: 1px solid rgba(255, 153, 0, 0.22);
  box-shadow:
    0 26px 70px rgba(15, 15, 15, 0.16),
    0 0 34px rgba(255, 153, 0, 0.12);

  transition:
    opacity 0.2s ease,
    transform 0.28s cubic-bezier(.2,.8,.2,1);
}

.ehi-cursor-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1);
}

.ehi-cursor-preview.is-active {
  opacity: 1;
}

.ehi-cursor-preview.is-active img {
  transform: scale(1.12);
}

/* Blog kartının kendisine hafif premium hover */
.eleventy-home-v2 .eleventy-home-insights article,
.eleventy-home-v2 .eleventy-home-insights .ehi-card,
.eleventy-home-v2 .eleventy-home-insights .ehi-item {
  transition:
    transform .3s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s ease,
    border-color .3s ease;
}

.eleventy-home-v2 .eleventy-home-insights article:hover,
.eleventy-home-v2 .eleventy-home-insights .ehi-card:hover,
.eleventy-home-v2 .eleventy-home-insights .ehi-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(15, 15, 15, 0.07);
}

/* Mobilde mouse takip efekti kapalı 
@media (max-width: 991.98px) {
  .ehi-cursor-preview {
    display: none !important;
  }*/

  .eleventy-home-v2 .eleventy-home-insights article:hover,
  .eleventy-home-v2 .eleventy-home-insights .ehi-card:hover,
  .eleventy-home-v2 .eleventy-home-insights .ehi-item:hover {
    transform: none;
    box-shadow: none;
  }
}
/* =========================================================
   BİZ KİMİZ HİZMET BUTONLARI - MOBİL TOUCH HOVER FIX
========================================================= */

@media (max-width: 767px) {

    .sec-2-home-2 .bg-coating .at-btn-border-white {
        position: relative !important;
        overflow: hidden !important;
        touch-action: pan-y !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white > span {
        position: relative !important;
        z-index: 2 !important;
        overflow: hidden !important;
        display: inline-block !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white .text-1,
    .sec-2-home-2 .bg-coating .at-btn-border-white .text-2 {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        transition: transform .28s ease, top .28s ease, opacity .28s ease !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white .text-1 {
        position: relative !important;
        color: #ffffff !important;
        transform: translateY(0) !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white .text-2 {
        position: absolute !important;
        left: 0 !important;
        top: 100% !important;
        color: #ff9900 !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    /* Normal hover + JS ile gelen mobil aktif class */
    .sec-2-home-2 .bg-coating .at-btn-border-white:hover .text-1,
    .sec-2-home-2 .bg-coating .at-btn-border-white.is-touch-active .text-1 {
        transform: translateY(-150%) !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white:hover .text-2,
    .sec-2-home-2 .bg-coating .at-btn-border-white.is-touch-active .text-2 {
        top: 50% !important;
        transform: translateY(-50%) !important;
        color: #ff9900 !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white:hover i svg:first-child,
    .sec-2-home-2 .bg-coating .at-btn-border-white.is-touch-active i svg:first-child {
        transform: translate(16px, -16px) !important;
    }

    .sec-2-home-2 .bg-coating .at-btn-border-white:hover i svg:last-child,
    .sec-2-home-2 .bg-coating .at-btn-border-white.is-touch-active i svg:last-child {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(13px, -13px) !important;
    }

    .sec-2-home-2 .bg-coating .service-full-link {
        z-index: 5 !important;
    }
}
/* =========================================================
   MOBİL HİZMET PARALLAX GENEL FIX
   Uzun başlık kırpılması / iPhone viewport farkları / safe-area düzeltmesi
========================================================= */

@media (max-width: 767.98px) {

  .eleventy-home-v2 .vertical-section,
  .eleventy-home-v2 .scroll-section,
  .eleventy-home-v2 .vertical-section .wrapper,
  .eleventy-home-v2 .vertical-section .item,
  .eleventy-home-v2 .vertical-section .service-item {
    overflow: visible !important;
  }

  .eleventy-home-v2 .vertical-section .service-item {
    min-height: auto !important;
    height: auto !important;
  }

  .eleventy-home-v2 .vertical-section .service-item .container {
    padding-top: max(96px, calc(env(safe-area-inset-top) + 82px)) !important;
    padding-bottom: 42px !important;
  }

  .eleventy-home-v2 .vertical-section .service-item .row {
    align-items: flex-start !important;
  }

  .eleventy-home-v2 .vertical-section .service-title-custom {
    font-size: clamp(42px, 11.2vw, 56px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;

    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    overflow: visible !important;
  }

  .eleventy-home-v2 .vertical-section .service-title-custom .service-title-link,
  .eleventy-home-v2 .vertical-section .service-title-custom .service-title-link span {
    display: inline !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  .eleventy-home-v2 .vertical-section .service-title-custom .service-title-arrow {
    width: 0.42em !important;
    height: 0.42em !important;
    margin-left: 0.14em !important;
    vertical-align: 0.22em !important;
  }

  /* Uzun hizmet başlıkları için otomatik küçültme */
  .eleventy-home-v2 .vertical-section .service-title-custom.is-long-mobile-title {
    font-size: clamp(36px, 9.4vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 20px !important;
  }

  /* Açıklama metni üst başlığa fazla yaklaşmasın */
  .eleventy-home-v2 .vertical-section .service-item p {
    margin-top: 0 !important;
  }
}
/* =========================================================
   MOBİL HİZMET PARALLAX BAŞLIKLARI - FONT UFAKLTMA
========================================================= */

@media (max-width: 767.98px) {

  .eleventy-home-v2 .vertical-section .service-title-custom {
    font-size: clamp(34px, 9.2vw, 44px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;

    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    overflow: visible !important;
  }

  .eleventy-home-v2 .vertical-section .service-title-custom .service-title-link,
  .eleventy-home-v2 .vertical-section .service-title-custom .service-title-link span {
    display: inline !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  .eleventy-home-v2 .vertical-section .service-title-custom .service-title-arrow {
    width: 0.38em !important;
    height: 0.38em !important;
    margin-left: 0.12em !important;
    vertical-align: 0.22em !important;
  }

  /* Uzun başlıklar daha da küçük */
  .eleventy-home-v2 .vertical-section .service-title-custom.is-long-mobile-title,
  .eleventy-home-v2 .vertical-section .service-title-long-mobile {
    font-size: clamp(30px, 7.8vw, 38px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
  }
}
/* =========================================================
   MOBİL HİZMET PARALLAX - PARALLAX KALSIN, YUKARI SCROLL FIX
   iOS viewport/adres çubuğu kaynaklı kaymayı azaltır.
========================================================= */

@media (max-width: 767.98px) {

  :root {
    --eleventy-mobile-vh: 100vh;
  }

  .eleventy-home-v2 .scroll-section.vertical-section {
    position: relative !important;
    overflow: hidden !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .wrapper {
    position: relative !important;
    height: var(--eleventy-mobile-vh) !important;
    min-height: var(--eleventy-mobile-vh) !important;
    overflow: hidden !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .item.service-item {
    height: var(--eleventy-mobile-vh) !important;
    min-height: var(--eleventy-mobile-vh) !important;
    overflow: hidden !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .item.service-item > .container {
    height: var(--eleventy-mobile-vh) !important;
    min-height: var(--eleventy-mobile-vh) !important;

    display: flex !important;
    align-items: center !important;

    padding-top: 92px !important;
    padding-bottom: 34px !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-item .row {
    width: 100% !important;
    align-items: center !important;
    row-gap: 20px !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-title-custom {
    font-size: clamp(30px, 8vw, 40px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.032em !important;

    margin-top: 0 !important;
    margin-bottom: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    max-width: 100% !important;
    overflow: visible !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-title-custom .service-title-link,
  .eleventy-home-v2 .scroll-section.vertical-section .service-title-custom .service-title-link span {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-title-custom .service-title-arrow {
    width: 0.38em !important;
    height: 0.38em !important;
    margin-left: 0.12em !important;
    vertical-align: 0.22em !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-item p.fz-font-2xl {
    font-size: 15px !important;
    line-height: 1.42 !important;
    margin-bottom: 16px !important;
    max-width: 100% !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-item .d-xxl-flex {
    display: block !important;
  }

  .eleventy-home-v2 .scroll-section.vertical-section .service-item ul li {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
  }
}
/* =========================================================
   SON BLOGLAR - DESKTOP + MOBİL GÖRSEL PREVIEW
========================================================= */

.ehi-cursor-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 300px;
  height: 196px;
  border-radius: 24px;
  overflow: hidden;
  pointer-events: none;

  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0) scale(0.88);
  transform-origin: center center;

  background: #ffffff;
  border: 1px solid rgba(255, 153, 0, 0.22);
  box-shadow:
    0 26px 70px rgba(15, 15, 15, 0.16),
    0 0 34px rgba(255, 153, 0, 0.12);

  transition:
    opacity 0.18s ease,
    transform 0.24s cubic-bezier(.2,.8,.2,1);
}

.ehi-cursor-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1);
}

.ehi-cursor-preview.is-active {
  opacity: 1;
}

.ehi-cursor-preview.is-active img {
  transform: scale(1.12);
}

/* Kart hover/touch hissi */
.eleventy-home-v2 .eleventy-home-insights article,
.eleventy-home-v2 .eleventy-home-insights .ehi-card,
.eleventy-home-v2 .eleventy-home-insights .ehi-item {
  transition:
    transform .3s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s ease;
}

.eleventy-home-v2 .eleventy-home-insights article:hover,
.eleventy-home-v2 .eleventy-home-insights .ehi-card:hover,
.eleventy-home-v2 .eleventy-home-insights .ehi-item:hover,
.eleventy-home-v2 .eleventy-home-insights article.is-touch-preview,
.eleventy-home-v2 .eleventy-home-insights .ehi-card.is-touch-preview,
.eleventy-home-v2 .eleventy-home-insights .ehi-item.is-touch-preview {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(15, 15, 15, 0.07);
}

/* Mobilde preview daha küçük */
@media (max-width: 767.98px) {
  .ehi-cursor-preview {
    width: 210px;
    height: 138px;
    border-radius: 18px;
  }
}
/* =========================================================
   HİZMET DETAY - KAPSAM KARTLARI FINAL HİZALAMA
   4 kartta başlık ve açıklama aynı seviyeye gelir.
========================================================= */

.eleventy-service-detail .es-service-grid > .es-service-card {
    min-height: 360px !important;
    padding: 28px 28px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border-radius: 30px !important;
    overflow: hidden !important;
}

/* Ortadaki 2 kartın ikon boşluğunu sabitliyoruz */
.eleventy-service-detail .es-service-grid > .es-card-light .es-service-card-icon {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    margin: 0 0 42px 0 !important;
}

/* 1. ve 4. kartı ortadaki kartlarla aynı açık görünüme çekiyoruz */
.eleventy-service-detail .es-service-grid > .es-card-image {
    background:
        linear-gradient(180deg, rgba(255, 153, 0, 0.06), rgba(255, 255, 255, 0) 42%),
        #fff !important;
    border: 1px solid rgba(17, 17, 17, 0.10) !important;
    color: #0b0b0f !important;

    /* Ortadaki ikon alanı kadar boşluk bırakır */
    padding-top: 124px !important;
}

/* 1. ve 4. karttaki görsel/overlay tamamen kapanır */
.eleventy-service-detail .es-service-grid > .es-card-image > img,
.eleventy-service-detail .es-service-grid > .es-card-image .es-card-overlay,
.eleventy-service-detail .es-service-grid > .es-card-image::before,
.eleventy-service-detail .es-service-grid > .es-card-image::after {
    display: none !important;
}

/* Daha önce eklenen pseudo boşluk varsa iptal */
.eleventy-service-detail .es-service-grid > .es-card-image .es-service-card-content::before {
    display: none !important;
    content: none !important;
}

/* 1. ve 4. kart içeriğini normal akışa alır */
.eleventy-service-detail .es-service-grid > .es-card-image .es-service-card-content {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    z-index: 2 !important;
}

/* Tüm kartlarda başlık alanı sabit: açıklamalar da aynı seviyeye oturur */
.eleventy-service-detail .es-service-grid > .es-service-card h3 {
    margin: 0 0 18px 0 !important;
    min-height: 58px !important;
    font-size: 25px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.012em !important;
    font-weight: 650 !important;
    color: #0b0b0f !important;
}

/* Tüm kartlarda açıklama stili aynı */
.eleventy-service-detail .es-service-grid > .es-service-card p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: var(--es-muted) !important;
}

/* Tablet / mobilde kartlar doğal aksın */
@media (max-width: 991.98px) {
    .eleventy-service-detail .es-service-grid > .es-service-card {
        padding: 28px 24px !important;
        min-height: auto !important;
    }

    .eleventy-service-detail .es-service-grid > .es-card-image {
        padding-top: 28px !important;
    }

    .eleventy-service-detail .es-service-grid > .es-card-light .es-service-card-icon {
        margin-bottom: 24px !important;
    }

    .eleventy-service-detail .es-service-grid > .es-service-card h3 {
        min-height: auto !important;
    }
}
/* 1. ve 4. kapsam kartlarına ikon eklenince boşlukları düzelt */
.eleventy-service-detail .es-service-grid > .es-card-image {
    padding-top: 28px !important;
}

.eleventy-service-detail .es-service-grid > .es-card-image .es-service-card-icon {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    margin: 0 0 42px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--at-theme-primary) !important;
    background: rgba(255, 153, 0, 0.12) !important;
    border-radius: 16px !important;
    position: relative !important;
    z-index: 3 !important;
}

.eleventy-service-detail .es-service-grid > .es-card-image .es-service-card-icon svg {
    width: 30px !important;
    height: 30px !important;
}
/* Hizmet detay hero başlığı - daha küçük versiyon */
.eleventy-service-detail .es-hero .es-title {
    font-size: clamp(38px, 4.4vw, 76px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.006em !important;
    font-weight: 650 !important;
    max-width: 640px !important;
}

/* Laptop / tablet */
@media (max-width: 1199.98px) {
    .eleventy-service-detail .es-hero .es-title {
        font-size: clamp(38px, 6vw, 64px) !important;
        max-width: 100% !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-service-detail .es-hero .es-title {
        font-size: clamp(32px, 9vw, 46px) !important;
        line-height: 1.1 !important;
        letter-spacing: 0.002em !important;
    }
}
/* 360 hizmet başlığı özel kırılım */
.eleventy-service-detail .es-title .es-nowrap {
    display: inline-block !important;
    white-space: nowrap !important;
}

.eleventy-service-detail .es-hero .es-title br {
    display: block !important;
}
/* Hizmet detay - Kapsam başlığı daha küçük ve harf aralıklı */
.eleventy-service-detail .es-service-cards-section .es-section-title {
    font-size: clamp(34px, 3.5vw, 54px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.006em !important;
    font-weight: 650 !important;
    max-width: 1180px !important;
}

/* Laptop / tablet */
@media (max-width: 1199.98px) {
    .eleventy-service-detail .es-service-cards-section .es-section-title {
        font-size: clamp(32px, 4.8vw, 48px) !important;
        line-height: 1.1 !important;
        letter-spacing: 0.004em !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-service-detail .es-service-cards-section .es-section-title {
        font-size: clamp(27px, 7.5vw, 38px) !important;
        line-height: 1.12 !important;
        letter-spacing: 0.002em !important;
    }
}
/* Hizmet detay - Parallax süreç kart başlıkları daha küçük */
.eleventy-service-detail .es-parallax-process .es-process-content h3 {
    font-size: clamp(32px, 3.4vw, 50px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.004em !important;
}

/* Laptop / tablet */
@media (max-width: 1199.98px) {
    .eleventy-service-detail .es-parallax-process .es-process-content h3 {
        font-size: clamp(30px, 4.2vw, 44px) !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-service-detail .es-parallax-process .es-process-content h3 {
        font-size: clamp(24px, 6.5vw, 32px) !important;
        line-height: 1.14 !important;
    }
}
/* Hizmet detay - Parallax süreç kart açıklama metni daha küçük */
.eleventy-service-detail .es-parallax-process .es-process-content p {
    font-size: clamp(15px, 1.05vw, 18px) !important;
    line-height: 1.58 !important;
    letter-spacing: 0.001em !important;
    max-width: 660px !important;
}

/* Laptop / tablet */
@media (max-width: 1199.98px) {
    .eleventy-service-detail .es-parallax-process .es-process-content p {
        font-size: clamp(14px, 1.8vw, 16px) !important;
        line-height: 1.56 !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-service-detail .es-parallax-process .es-process-content p {
        font-size: 14px !important;
        line-height: 1.52 !important;
    }
}
/* Hizmet sayfası - iletişim kartlarını iletişim sayfası görünümüne çeker */
.eleventy-service-detail .es-contact-section-clone {
    padding: 48px 0 86px !important;
    background: #fff !important;
}

.eleventy-service-detail .es-contact-wide-container {
    width: min(100% - 64px, 1724px) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.eleventy-service-detail .es-contact-cards-clone {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.eleventy-service-detail .es-contact-card-clone {
    min-height: 116px !important;
    padding: 20px 22px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 22px !important;
    background: #fff !important;
    color: #111 !important;
    text-decoration: none !important;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.eleventy-service-detail .es-contact-card-clone:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(255, 153, 0, 0.55) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07) !important;
}

.eleventy-service-detail .es-contact-card-icon {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: rgba(255, 153, 0, 0.12) !important;
    color: #ff9900 !important;
}

.eleventy-service-detail .es-contact-card-icon svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
}

.eleventy-service-detail .es-contact-card-clone span {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #666 !important;
}

.eleventy-service-detail .es-contact-card-clone strong {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #111 !important;
    word-break: break-word !important;
}

/* Tablet */
@media (max-width: 991.98px) {
    .eleventy-service-detail .es-contact-wide-container {
        width: min(100% - 32px, 720px) !important;
    }

    .eleventy-service-detail .es-contact-cards-clone {
        grid-template-columns: 1fr !important;
        gap: 13px !important;
    }

    .eleventy-service-detail .es-contact-card-clone {
        min-height: auto !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-service-detail .es-contact-section-clone {
        padding: 34px 0 64px !important;
    }

    .eleventy-service-detail .es-contact-card-clone {
        padding: 18px !important;
        border-radius: 20px !important;
    }

    .eleventy-service-detail .es-contact-card-icon {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
    }

    .eleventy-service-detail .es-contact-card-clone strong {
        font-size: 14.5px !important;
    }
}
/* Mobil - Neler Yapıyoruz parallax alanındaki köşeli üst/alt parçaları ovalleştirir */
@media (max-width: 767.98px) {

    .eleventy-home-v2 .at-service-area {
        border-radius: 28px !important;
        overflow: hidden !important;
        background: var(--at-neutral-50) !important;
    }

    .eleventy-home-v2 .at-service-area .scroll-section.vertical-section {
        border-radius: 28px !important;
        background: var(--at-neutral-50) !important;
    }

    .eleventy-home-v2 .at-service-area .vertical-section .service-item > .container {
        border-radius: 28px !important;
        overflow: hidden !important;
        background: var(--at-neutral-50) !important;
    }

    .eleventy-home-v2 .at-service-area .vertical-section .service-item:first-child > .container {
        border-top-left-radius: 28px !important;
        border-top-right-radius: 28px !important;
    }

    .eleventy-home-v2 .at-service-area .vertical-section .service-item:last-child > .container {
        border-bottom-left-radius: 28px !important;
        border-bottom-right-radius: 28px !important;
    }
}
/* Görsel/video marquee sliderlara kullanıcı müdahalesini kapatır */
.about-me-slider-active,
.about-me-slider-active .swiper-wrapper,
.about-me-slider-active .swiper-slide,
.about-me-slider-active .about-me-slider-thumb,
.about-me-slider-active img,
.about-me-slider-active video {
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
}

/* Mobilde yatay sürükleme yerine sadece sayfa scroll'u çalışsın */
.about-me-slider-active {
    touch-action: pan-y !important;
    cursor: default !important;
}
/* Anasayfa hero başlığı - sadece mobilde küçültme */
@media (max-width: 767.98px) {
    .eleventy-home-v2 .hero-2-title {
        font-size: 46px !important;
        line-height: 0.95 !important;
    }

    .eleventy-home-v2 .hero-2-title sup {
        font-size: 18px !important;
    }
}
/* SADECE MOBİL - Anasayfa hero Eleventy ADS başlığı küçültme */
/* SADECE MOBİL - Anasayfa Eleventy ADS başlığı dengeli boyut */
@media (max-width: 767.98px) {
    main.eleventy-home-v2 .sec-1-home-2 h1.hero-2-title.fz-150.at-title-text {
        font-size: 48px !important;
        line-height: 0.98 !important;
        letter-spacing: -0.045em !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }
}

    main.eleventy-home-v2 .sec-1-home-2 h1.hero-2-title.fz-150.at-title-text sup {
        font-size: 14px !important;
        line-height: 1 !important;
        position: relative !important;
        top: -0.55em !important;
        margin-left: 2px !important;
    }
}
/* =========================================================
   ANASAYFA HERO - INTERAKTİF ORBIT SİSTEMİ
========================================================= */

.sec-1-home-2 .home-hero-logo-box.eh-orbit-box {
    width: 285px !important;
    max-width: 285px !important;
    height: 230px !important;
    min-height: 230px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.sec-1-home-2 .eh-orbit {
    position: relative;
    width: 230px;
    height: 230px;
    isolation: isolate;
}

.sec-1-home-2 .eh-orbit::before {
    content: "";
    position: absolute;
    inset: 34px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(255, 153, 0, 0.18), transparent 52%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.88), transparent 68%);
    filter: blur(2px);
    z-index: 0;
}

.sec-1-home-2 .eh-orbit-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 205px;
    height: 118px;
    border: 1px solid rgba(255, 153, 0, 0.34);
    border-radius: 999px;
    transform: translate(-50%, -50%) rotate(var(--r));
    z-index: 1;
    pointer-events: none;
}

.sec-1-home-2 .eh-ring-1 {
    --r: -18deg;
    animation: ehOrbitSpin1 18s linear infinite;
}

.sec-1-home-2 .eh-ring-2 {
    --r: 36deg;
    width: 190px;
    height: 104px;
    border-color: rgba(17, 17, 17, 0.13);
    animation: ehOrbitSpin2 22s linear infinite;
}

.sec-1-home-2 .eh-ring-3 {
    --r: 88deg;
    width: 170px;
    height: 96px;
    border-color: rgba(255, 153, 0, 0.22);
    animation: ehOrbitSpin3 26s linear infinite;
}

.sec-1-home-2 .eh-orbit-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #101010;
    border: 1px solid rgba(255, 153, 0, 0.55);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.12),
        0 0 0 8px rgba(255, 153, 0, 0.08),
        0 0 34px rgba(255, 153, 0, 0.45);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ehCorePulse 2.8s ease-in-out infinite;
}

.sec-1-home-2 .eh-orbit-core span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff9900;
    box-shadow: 0 0 22px rgba(255, 153, 0, 0.85);
}

.sec-1-home-2 .eh-orbit-node {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px 7px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(17, 17, 17, 0.10) !important;
    color: #111 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.sec-1-home-2 .eh-node-strategy {
    left: 3px;
    top: 112px;
}

.sec-1-home-2 .eh-node-design {
    left: 72px;
    top: 18px;
}

.sec-1-home-2 .eh-node-performance {
    right: -8px;
    top: 112px;
}

.sec-1-home-2 .eh-node-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 50%;
    background: #111;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.45);
    transition: all 0.25s ease;
}

.sec-1-home-2 .eh-node-label {
    font-size: 12px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.sec-1-home-2 .eh-orbit-node:hover,
.sec-1-home-2 .eh-orbit-node.is-active {
    transform: translateY(-4px) scale(1.04);
    border-color: rgba(255, 153, 0, 0.55) !important;
    background: rgba(255, 250, 242, 0.95) !important;
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.10),
        0 0 24px rgba(255, 153, 0, 0.20);
}

.sec-1-home-2 .eh-orbit-node:hover .eh-node-dot,
.sec-1-home-2 .eh-orbit-node.is-active .eh-node-dot {
    background: #ff9900;
    box-shadow:
        0 0 0 5px rgba(255, 153, 0, 0.14),
        0 0 18px rgba(255, 153, 0, 0.75);
}

/* Mobil */
@media (max-width: 767.98px) {
    .sec-1-home-2 .home-hero-logo-box.eh-orbit-box {
        width: 170px !important;
        max-width: 170px !important;
        height: 145px !important;
        min-height: 145px !important;
        justify-content: flex-start !important;
    }

    .sec-1-home-2 .eh-orbit {
        width: 145px;
        height: 145px;
        transform: translateX(-4px);
    }

    .sec-1-home-2 .eh-orbit-ring {
        width: 132px;
        height: 76px;
    }

    .sec-1-home-2 .eh-ring-2 {
        width: 122px;
        height: 68px;
    }

    .sec-1-home-2 .eh-ring-3 {
        width: 110px;
        height: 62px;
    }

    .sec-1-home-2 .eh-orbit-core {
        width: 42px;
        height: 42px;
    }

    .sec-1-home-2 .eh-orbit-core span {
        width: 12px;
        height: 12px;
    }

    .sec-1-home-2 .eh-orbit-node {
        padding: 6px;
        gap: 0;
    }

    .sec-1-home-2 .eh-node-label {
        display: none;
    }

    .sec-1-home-2 .eh-node-dot {
        width: 11px;
        height: 11px;
        flex-basis: 11px;
    }

    .sec-1-home-2 .eh-node-strategy {
        left: 2px;
        top: 72px;
    }

    .sec-1-home-2 .eh-node-design {
        left: 52px;
        top: 8px;
    }

    .sec-1-home-2 .eh-node-performance {
        right: 0;
        top: 72px;
    }
}

@keyframes ehOrbitSpin1 {
    from { transform: translate(-50%, -50%) rotate(-18deg); }
    to { transform: translate(-50%, -50%) rotate(342deg); }
}

@keyframes ehOrbitSpin2 {
    from { transform: translate(-50%, -50%) rotate(36deg); }
    to { transform: translate(-50%, -50%) rotate(-324deg); }
}

@keyframes ehOrbitSpin3 {
    from { transform: translate(-50%, -50%) rotate(88deg); }
    to { transform: translate(-50%, -50%) rotate(448deg); }
}

@keyframes ehCorePulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.075);
    }
}
/* Orbit metni değişirken hero katmanı kaymasın */
.sec-1-home-2 .alt-hero-service .fz-font-md {
    min-height: 82px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.sec-1-home-2 .alt-hero-service .hero-tags {
    margin-top: 12px !important;
    width: fit-content !important;
}

@media (max-width: 767.98px) {
    .sec-1-home-2 .alt-hero-service .fz-font-md {
        min-height: 74px !important;
    }
}
/* =========================================================
   ANASAYFA HERO ORBIT - PREMIUM 2. TUR RAFİNE
========================================================= */

/* Orbit genel alanı daha ferah */
.sec-1-home-2 .eh-orbit {
    width: 245px !important;
    height: 245px !important;
}

/* Arka glow daha soft */
.sec-1-home-2 .eh-orbit::before {
    inset: 42px !important;
    background:
        radial-gradient(circle at center, rgba(255, 153, 0, 0.12), transparent 48%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.74), transparent 68%) !important;
    filter: blur(8px) !important;
    opacity: 0.85 !important;
}

/* Çizgiler daha ince, daha zarif */
.sec-1-home-2 .eh-orbit-ring {
    border-width: 1px !important;
    border-color: rgba(255, 153, 0, 0.22) !important;
    box-shadow:
        0 0 18px rgba(255, 153, 0, 0.08),
        inset 0 0 16px rgba(255, 153, 0, 0.04) !important;
    opacity: 0.85 !important;
}

/* Her halka daha yavaş ve premium hareket */
.sec-1-home-2 .eh-ring-1 {
    width: 215px !important;
    height: 116px !important;
    animation-duration: 34s !important;
}

.sec-1-home-2 .eh-ring-2 {
    width: 196px !important;
    height: 106px !important;
    border-color: rgba(17, 17, 17, 0.10) !important;
    animation-duration: 42s !important;
}

.sec-1-home-2 .eh-ring-3 {
    width: 176px !important;
    height: 94px !important;
    border-color: rgba(255, 153, 0, 0.16) !important;
    animation-duration: 50s !important;
}

/* Merkez obje: daha az kaba, daha premium */
.sec-1-home-2 .eh-orbit-core {
    width: 54px !important;
    height: 54px !important;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(145deg, #0d0d0d 0%, #1b1b1b 100%) !important;
    border: 1px solid rgba(255, 153, 0, 0.42) !important;
    box-shadow:
        0 22px 45px rgba(0, 0, 0, 0.14),
        0 0 0 9px rgba(255, 153, 0, 0.055),
        0 0 30px rgba(255, 153, 0, 0.28) !important;
    animation-duration: 4.4s !important;
}

.sec-1-home-2 .eh-orbit-core span {
    width: 12px !important;
    height: 12px !important;
    background: #ff9900 !important;
    box-shadow:
        0 0 14px rgba(255, 153, 0, 0.75),
        0 0 28px rgba(255, 153, 0, 0.24) !important;
}

/* Node butonları daha cam/premium */
.sec-1-home-2 .eh-orbit-node {
    padding: 8px 12px 8px 8px !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(14px) saturate(135%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(135%) !important;
}

/* Node pozisyonları biraz daha dengeli */
.sec-1-home-2 .eh-node-strategy {
    left: -2px !important;
    top: 118px !important;
}

.sec-1-home-2 .eh-node-design {
    left: 78px !important;
    top: 16px !important;
}

.sec-1-home-2 .eh-node-performance {
    right: -14px !important;
    top: 118px !important;
}

/* Noktalar daha küçük ve zarif */
.sec-1-home-2 .eh-node-dot {
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
    background: #161616 !important;
    box-shadow:
        inset 0 0 0 3px rgba(255, 255, 255, 0.42),
        0 0 0 0 rgba(255, 153, 0, 0) !important;
}

/* Etiket fontu daha premium */
.sec-1-home-2 .eh-node-label {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em !important;
}

/* Hover/active daha sakin */
.sec-1-home-2 .eh-orbit-node:hover,
.sec-1-home-2 .eh-orbit-node.is-active {
    transform: translateY(-3px) scale(1.025) !important;
    background: rgba(255, 250, 242, 0.82) !important;
    border-color: rgba(255, 153, 0, 0.38) !important;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.09),
        0 0 26px rgba(255, 153, 0, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.sec-1-home-2 .eh-orbit-node:hover .eh-node-dot,
.sec-1-home-2 .eh-orbit-node.is-active .eh-node-dot {
    background: #ff9900 !important;
    box-shadow:
        0 0 0 5px rgba(255, 153, 0, 0.10),
        0 0 16px rgba(255, 153, 0, 0.55) !important;
}

/* Küçük ışık parçacıkları */
.sec-1-home-2 .eh-orbit::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff9900;
    box-shadow:
        82px -44px 0 -1px rgba(255, 153, 0, 0.58),
        -86px 34px 0 -2px rgba(255, 153, 0, 0.42),
        48px 82px 0 -2px rgba(255, 153, 0, 0.34),
        -34px -78px 0 -2px rgba(255, 153, 0, 0.30);
    transform: translate(-50%, -50%);
    opacity: 0.65;
    pointer-events: none;
    z-index: 2;
    animation: ehPremiumParticles 7s ease-in-out infinite;
}

@keyframes ehPremiumParticles {
    0%, 100% {
        opacity: 0.45;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.82;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

/* Mobilde premium ama sade */
@media (max-width: 767.98px) {
    .sec-1-home-2 .eh-orbit {
        width: 150px !important;
        height: 150px !important;
        transform: translateX(-4px) !important;
    }

    .sec-1-home-2 .eh-orbit::before {
        inset: 28px !important;
        filter: blur(6px) !important;
    }

    .sec-1-home-2 .eh-ring-1 {
        width: 136px !important;
        height: 74px !important;
    }

    .sec-1-home-2 .eh-ring-2 {
        width: 124px !important;
        height: 66px !important;
    }

    .sec-1-home-2 .eh-ring-3 {
        width: 112px !important;
        height: 60px !important;
    }

    .sec-1-home-2 .eh-orbit-core {
        width: 40px !important;
        height: 40px !important;
    }

    .sec-1-home-2 .eh-orbit-core span {
        width: 10px !important;
        height: 10px !important;
    }

    .sec-1-home-2 .eh-orbit-node {
        padding: 6px !important;
        border-radius: 999px !important;
    }

    .sec-1-home-2 .eh-node-label {
        display: none !important;
    }

    .sec-1-home-2 .eh-node-dot {
        width: 10px !important;
        height: 10px !important;
        flex-basis: 10px !important;
    }

    .sec-1-home-2 .eh-node-strategy {
        left: 2px !important;
        top: 76px !important;
    }

    .sec-1-home-2 .eh-node-design {
        left: 54px !important;
        top: 8px !important;
    }

    .sec-1-home-2 .eh-node-performance {
        right: 0 !important;
        top: 76px !important;
    }

    .sec-1-home-2 .eh-orbit::after {
        box-shadow:
            48px -26px 0 -2px rgba(255, 153, 0, 0.50),
            -48px 22px 0 -2px rgba(255, 153, 0, 0.38),
            26px 48px 0 -2px rgba(255, 153, 0, 0.30),
            -18px -46px 0 -2px rgba(255, 153, 0, 0.28);
    }
}
/* MOBİL HERO - Orbit + alt metin alanını gerçek merkez hizaya alır */
@media (max-width: 767.98px) {

    /* Orbit kolonunu tam genişlik yap ve içeriği ortaya al */
    .sec-1-home-2 .row:has(.eh-orbit-box) > div:has(.eh-orbit-box) {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    /* Orbit kutusunun kendisi */
    .sec-1-home-2 .home-hero-logo-box.eh-orbit-box {
        width: 100% !important;
        max-width: 100% !important;
        height: 150px !important;
        min-height: 150px !important;
        margin: 0 auto 18px auto !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        transform: none !important;
    }

    /* Orbit objesi */
    .sec-1-home-2 .eh-orbit {
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none !important;
    }

    /* Alt metnin bulunduğu kolonu da tam genişlik yap */
    .sec-1-home-2 .row:has(.eh-orbit-box) > div:has(.alt-hero-service) {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    /* Alt metin bloğu */
    .sec-1-home-2 .alt-hero-service {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto 34px auto !important;
        padding: 0 !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
    }

    .sec-1-home-2 .alt-hero-service ul {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service .fz-font-md {
        width: 100% !important;
        max-width: 260px !important;
        text-align: center !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sec-1-home-2 .alt-hero-service .hero-tags {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* MOBİL HERO - Orbit ve alt metni sayfanın gerçek merkezine alır */
@media (max-width: 767.98px) {

    /* Eski 28% / 72% mobil kolon düzenini sadece hero üst alanında iptal et */
    .sec-1-home-2 > .overflow-hidden > .container > .row.g-4.align-items-end > div:nth-child(1),
    .sec-1-home-2 > .overflow-hidden > .container > .row.g-4.align-items-end > div:nth-child(2) {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    /* Orbit kolonunu ortala */
    .sec-1-home-2 > .overflow-hidden > .container > .row.g-4.align-items-end > div:nth-child(1) {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* Orbit kutusu */
    .sec-1-home-2 .home-hero-logo-box.eh-orbit-box {
        width: 150px !important;
        max-width: 150px !important;
        height: 150px !important;
        min-height: 150px !important;
        margin: 0 auto 18px auto !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        transform: none !important;
    }

    .sec-1-home-2 .eh-orbit {
        margin: 0 auto !important;
        transform: none !important;
    }

    /* Alt metin kolonunu ve içeriğini ortala */
    .sec-1-home-2 > .overflow-hidden > .container > .row.g-4.align-items-end > div:nth-child(2) {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .sec-1-home-2 .alt-hero-service {
        width: 100% !important;
        max-width: 285px !important;
        margin: 0 auto 34px auto !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service ul {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .sec-1-home-2 .alt-hero-service .fz-font-md {
        width: 100% !important;
        max-width: 260px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        align-items: center !important;
    }

    .sec-1-home-2 .alt-hero-service .hero-tags {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* MOBİL HERO - Sadece Eleventy ADS başlığı ve açıklama metnini ortala */
@media (max-width: 767.98px) {

    .sec-1-home-2 .at-title-anim,
    .sec-1-home-2 .at-title-anim.overflow-hidden {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
        overflow: visible !important;
    }

    .sec-1-home-2 h1.hero-2-title,
    .sec-1-home-2 h1.hero-2-title.fz-150,
    .sec-1-home-2 h1.hero-2-title.at-title-text {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;

        font-size: 48px !important;
        line-height: 0.96 !important;
        letter-spacing: -0.055em !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    .sec-1-home-2 .ehm-hero-copy {
        max-width: 305px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        line-height: 1.55 !important;
    }
}
/* İletişim sayfası hero başlığı - daha küçük */
.eleventy-contact-page .ec-title {
    font-size: clamp(46px, 4.5vw, 72px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    font-weight: 650 !important;
    max-width: 720px !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .eleventy-contact-page .ec-title {
        font-size: clamp(40px, 5.2vw, 58px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.02em !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-contact-page .ec-title {
        font-size: clamp(31px, 8vw, 40px) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.012em !important;
        max-width: 100% !important;
    }

/* İletişim sayfası form başlığı - daha küçük ve ferah */
.eleventy-contact-page .ec-form-panel h2 {
    font-size: clamp(34px, 2.5vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.022em !important;
    font-weight: 700 !important;
    max-width: 720px !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .eleventy-contact-page .ec-form-panel h2 {
        font-size: clamp(32px, 4.5vw, 42px) !important;
        line-height: 1.1 !important;
        letter-spacing: -0.018em !important;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .eleventy-contact-page .ec-form-panel h2 {
        font-size: clamp(28px, 7.5vw, 36px) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.012em !important;
    }
}
	/* İletişim sayfası - form başlığı kesin override */
main.eleventy-contact-page .ec-form-section .ec-form-grid .ec-form-panel > h2 {
    font-size: 40px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.012em !important;
    font-weight: 700 !important;
    max-width: 620px !important;
}
/* Anasayfa hero - Hizmetleri İncele butonuna ok ikonu */
.sec-1-home-2 .ehm-btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
}

.sec-1-home-2 .ehm-btn-secondary svg {
    width: 12px !important;
    height: 10px !important;
    flex: 0 0 auto !important;
    display: block !important;
    transition: transform 0.25s ease !important;
}

.sec-1-home-2 .ehm-btn-secondary:hover svg {
    transform: translateX(4px) !important;
}
	/* Anasayfa - Referanslarımız etiketi link davranışı */
#referanslar .eleventy-references-eyebrow-link {
    color: #111111 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: color 0.25s ease !important;
}

#referanslar .eleventy-references-eyebrow-link svg {
    transition: transform 0.25s ease !important;
}

#referanslar .eleventy-references-eyebrow-link:hover {
    color: #ff9900 !important;
}

#referanslar .eleventy-references-eyebrow-link:hover svg {
    transform: translate(3px, -3px) !important;
}
	.footer-brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.footer-copyright-mark {
  display: inline-block !important;
  font-size: 0.58em !important;
  line-height: 1 !important;
  transform: translateY(-0.45em) !important;
}
.partnerlerimiz-link {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.partnerlerimiz-link:hover {
    color: #FF9900;
}

/* HERO ORBIT - ikon/metin/tag ölçülerini sabitler */
.sec-1-home-2 .alt-hero-service {
    width: 330px !important;
    max-width: 330px !important;
}

.sec-1-home-2 .alt-hero-service .hero-orbit-copy-list {
    width: 330px !important;
    display: grid !important;
    grid-template-columns: 28px 260px !important;
    column-gap: 12px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.sec-1-home-2 .hero-orbit-copy-icon {
    width: 28px !important;
    height: 28px !important;
    padding-top: 3px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.sec-1-home-2 .hero-orbit-copy-icon svg {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    color: #ff9900 !important;
    display: block !important;
    margin: 0 !important;
}

.sec-1-home-2 .hero-orbit-copy-content {
    width: 260px !important;
    max-width: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sec-1-home-2 .hero-orbit-copy {
    width: 260px !important;
    max-width: 260px !important;
    min-height: 92px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.sec-1-home-2 .hero-dynamic-text {
    width: 260px !important;
    max-width: 260px !important;
    min-height: 48px !important;
    display: block !important;
    font-size: 17px !important;
    line-height: 1.38 !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: #111 !important;
}

.sec-1-home-2 .hero-tags {
    width: fit-content !important;
    max-width: none !important;
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: rgba(255, 153, 0, 0.12) !important;
    color: #ff9900 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
}

/* Mevcut eski mobil kurallar bunu ezmesin */
@media (max-width: 767.98px) {
    .sec-1-home-2 .alt-hero-service {
        width: 300px !important;
        max-width: 300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sec-1-home-2 .alt-hero-service .hero-orbit-copy-list {
        width: 300px !important;
        grid-template-columns: 26px 245px !important;
        column-gap: 11px !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .sec-1-home-2 .hero-orbit-copy-icon {
        width: 26px !important;
        height: 26px !important;
        padding-top: 3px !important;
    }

    .sec-1-home-2 .hero-orbit-copy-icon svg {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
    }

    .sec-1-home-2 .hero-orbit-copy-content,
    .sec-1-home-2 .hero-orbit-copy {
        width: 245px !important;
        max-width: 245px !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .sec-1-home-2 .hero-dynamic-text {
        width: 245px !important;
        max-width: 245px !important;
        min-height: 46px !important;
        font-size: 16px !important;
        line-height: 1.38 !important;
        text-align: left !important;
    }

    .sec-1-home-2 .hero-tags {
        margin: 0 !important;
        padding: 8px 14px !important;
        font-size: 11px !important;
    }
}
	/* =========================================================
   HERO ORBIT ALT METİN - FINAL SABİT ÖLÇÜ VE HİZA
   Strateji / Tasarım / Performans geçişlerinde boyut kaymasını engeller
========================================================= */

main.eleventy-home-v2 .sec-1-home-2 .alt-hero-service {
    width: 340px !important;
    max-width: 340px !important;
    margin: 0 auto 34px auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
}

main.eleventy-home-v2 .sec-1-home-2 .alt-hero-service ul.hero-orbit-copy-list {
    width: 340px !important;
    max-width: 340px !important;
    display: grid !important;
    grid-template-columns: 28px 282px !important;
    column-gap: 14px !important;
    row-gap: 0 !important;
    align-items: start !important;
    justify-content: start !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
    flex-direction: unset !important;
    gap: 14px !important;
}

main.eleventy-home-v2 .sec-1-home-2 .alt-hero-service ul.hero-orbit-copy-list > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 4px !important;
}

main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy-icon svg.common-black {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    flex: 0 0 26px !important;
    margin: 0 !important;
    display: block !important;
    color: #ff9900 !important;
}

main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy-content {
    width: 282px !important;
    max-width: 282px !important;
    margin: 0 !important;
    padding: 0 !important;
}

main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy {
    width: 282px !important;
    max-width: 282px !important;
    min-height: 92px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    color: #111 !important;
    background: transparent !important;
}

main.eleventy-home-v2 .sec-1-home-2 .hero-dynamic-text {
    width: 282px !important;
    max-width: 282px !important;
    min-height: 48px !important;
    display: block !important;
    font-size: 17px !important;
    line-height: 1.38 !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: #111 !important;
    text-align: left !important;
}

main.eleventy-home-v2 .sec-1-home-2 .hero-tags {
    width: auto !important;
    max-width: max-content !important;
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: rgba(255, 153, 0, 0.12) !important;
    color: #ff9900 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
}

/* Mobil */
@media (max-width: 767.98px) {
    main.eleventy-home-v2 .sec-1-home-2 .alt-hero-service {
        width: 310px !important;
        max-width: 310px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    main.eleventy-home-v2 .sec-1-home-2 .alt-hero-service ul.hero-orbit-copy-list {
        width: 310px !important;
        max-width: 310px !important;
        display: grid !important;
        grid-template-columns: 26px 270px !important;
        column-gap: 14px !important;
        align-items: start !important;
        justify-content: start !important;
        text-align: left !important;
        flex-direction: unset !important;
    }

    main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy-icon {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        min-height: 26px !important;
        padding-top: 4px !important;
    }

    main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy-icon svg.common-black {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
        flex: 0 0 24px !important;
        margin: 0 !important;
    }

    main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy-content,
    main.eleventy-home-v2 .sec-1-home-2 .hero-orbit-copy {
        width: 270px !important;
        max-width: 270px !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    main.eleventy-home-v2 .sec-1-home-2 .hero-dynamic-text {
        width: 270px !important;
        max-width: 270px !important;
        min-height: 46px !important;
        font-size: 16px !important;
        line-height: 1.38 !important;
        text-align: left !important;
    }

    main.eleventy-home-v2 .sec-1-home-2 .hero-tags {
        margin: 0 !important;
        padding: 8px 14px !important;
        font-size: 11px !important;
    }
}

/* =========================================================
   ANASAYFA - NELER YAPIYORUZ SOFT PREMIUM BACKGROUND
========================================================= */

.eleventy-home-v2 .home-services-soft-bg {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background:
        linear-gradient(135deg, #f7f7f4 0%, #ffffff 42%, #f4f1eb 100%) !important;
    border: 1px solid rgba(17, 17, 17, 0.06) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 30px 90px rgba(0, 0, 0, 0.04) !important;
}

/* Soft ışık lekeleri */
.eleventy-home-v2 .home-services-soft-bg::before {
    content: "" !important;
    position: absolute !important;
    inset: -25% !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 153, 0, 0.22), transparent 26%),
        radial-gradient(circle at 82% 22%, rgba(240, 70, 14, 0.12), transparent 28%),
        radial-gradient(circle at 52% 88%, rgba(255, 153, 0, 0.16), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.95), transparent 26%) !important;
    filter: blur(22px) !important;
    opacity: 0.9 !important;
}

/* Çok hafif grid / doku */
.eleventy-home-v2 .home-services-soft-bg::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background-image:
        linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px) !important;
    background-size: 44px 44px !important;
    mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%) !important;
    opacity: 0.42 !important;
}

/* İçerik arka planın üstünde kalsın */
.eleventy-home-v2 .home-services-soft-bg > .container,
.eleventy-home-v2 .home-services-soft-bg .scroll-section,
.eleventy-home-v2 .home-services-soft-bg .wrapper,
.eleventy-home-v2 .home-services-soft-bg .service-item {
    position: relative !important;
    z-index: 2 !important;
}

/* Parallax kartlarının beyazlığı biraz premium/glass dursun */
.eleventy-home-v2 .home-services-soft-bg .scroll-section.vertical-section .service-item > .container {
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(14px) saturate(125%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.045),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

/* Başlık alanı biraz daha temiz dursun */
.eleventy-home-v2 .home-services-soft-bg .at-service-subtitle-wrap {
    position: relative !important;
    z-index: 3 !important;
}

/* Mobilde blur ve grid daha sade */
@media (max-width: 767.98px) {
    .eleventy-home-v2 .home-services-soft-bg {
        background:
            linear-gradient(145deg, #f8f7f3 0%, #ffffff 48%, #f4efe7 100%) !important;
    }

    .eleventy-home-v2 .home-services-soft-bg::before {
        inset: -18% !important;
        filter: blur(18px) !important;
        opacity: 0.78 !important;
    }

    .eleventy-home-v2 .home-services-soft-bg::after {
        background-size: 34px 34px !important;
        opacity: 0.28 !important;
    }

    .eleventy-home-v2 .home-services-soft-bg .scroll-section.vertical-section .service-item > .container {
        background: rgba(255, 255, 255, 0.82) !important;
        backdrop-filter: blur(10px) saturate(120%) !important;
        -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
    }
}

/* Referans kartları - çoklu tag görünümü */
#referanslar .eleventy-reference-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 26px !important;
}

#referanslar .eleventy-reference-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 9px 16px !important;
    border-radius: 999px !important;
    background: rgba(255, 153, 0, 0.10) !important;
    border: 1px solid rgba(255, 153, 0, 0.13) !important;
    color: #ff9900 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;
}

/* Katman hissi */
#referanslar .eleventy-reference-tag:nth-child(2) {
    background: rgba(255, 153, 0, 0.075) !important;
    transform: translateY(2px);
}

#referanslar .eleventy-reference-tag:nth-child(3) {
    background: rgba(255, 153, 0, 0.055) !important;
    transform: translateY(4px);
}	

/* Modern Web Deneyimi - gerçek merkeze alma, animasyonu bozmaz */
@media (min-width: 1200px) {
  .eleventy-home-v2 .eleventy-growth-sec .eleventy-growth-icons .growth-icon-2 {
    top: 58px !important;
    left: calc(50% - 125px) !important;
    right: auto !important;
  }
}

/* =========================================================
   ANASAYFA - NELER YAPIYORUZ PARALLAX KARTLARI
   Soft lava / hareketli arkaplan
========================================================= */

.eleventy-home-v2 .scroll-section.vertical-section .service-item > .container {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background:
        linear-gradient(135deg, #ffffff 0%, #fffaf2 45%, #ffffff 100%) !important;
}

/* Hareketli lava blob katmanı */
.eleventy-home-v2 .scroll-section.vertical-section .service-item > .container::before {
    content: "" !important;
    position: absolute !important;
    inset: -35% !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 153, 0, 0.22), transparent 26%),
        radial-gradient(circle at 78% 24%, rgba(240, 70, 14, 0.12), transparent 28%),
        radial-gradient(circle at 62% 78%, rgba(255, 190, 90, 0.18), transparent 30%),
        radial-gradient(circle at 28% 82%, rgba(255, 153, 0, 0.11), transparent 26%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.85), transparent 34%) !important;
    filter: blur(34px) !important;
    opacity: 0.85 !important;
    animation: serviceLavaMove 12s ease-in-out infinite alternate !important;
}

/* Hafif parlak/ışık dokusu */
.eleventy-home-v2 .scroll-section.vertical-section .service-item > .container::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.55) 42%, transparent 70%),
        radial-gradient(circle at 80% 50%, rgba(255, 153, 0, 0.10), transparent 34%) !important;
    opacity: 0.55 !important;
    animation: serviceLightSweep 9s ease-in-out infinite alternate !important;
}

/* İçerikler animasyonlu arka planın üstünde kalsın */
.eleventy-home-v2 .scroll-section.vertical-section .service-item > .container > .row {
    position: relative !important;
    z-index: 3 !important;
}

/* Görselin çevresine daha premium glow */
.eleventy-home-v2 .scroll-section.vertical-section .service-item .service-frame-card {
    position: relative !important;
    z-index: 4 !important;
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.12),
        0 0 0 10px rgba(255, 255, 255, 0.62),
        0 0 90px rgba(255, 153, 0, 0.12) !important;
}

/* Pill/etiket alanları arkaplana uyum sağlasın */
.eleventy-home-v2 .scroll-section.vertical-section .service-item ul li {
    background: rgba(255, 255, 255, 0.56) !important;
    border-color: rgba(255, 153, 0, 0.18) !important;
    backdrop-filter: blur(10px) saturate(125%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(125%) !important;
}

/* Lava hareketi */
@keyframes serviceLavaMove {
    0% {
        transform: translate3d(-2%, -2%, 0) scale(1) rotate(0deg);
    }

    35% {
        transform: translate3d(3%, -1%, 0) scale(1.06) rotate(8deg);
    }

    70% {
        transform: translate3d(-1%, 3%, 0) scale(1.1) rotate(-6deg);
    }

    100% {
        transform: translate3d(4%, 2%, 0) scale(1.04) rotate(10deg);
    }
}

/* Işık süzülmesi */
@keyframes serviceLightSweep {
    0% {
        opacity: 0.38;
        transform: translateX(-2%);
    }

    100% {
        opacity: 0.68;
        transform: translateX(2%);
    }
}

/* Mobilde daha hafif çalışsın */
@media (max-width: 767.98px) {
    .eleventy-home-v2 .scroll-section.vertical-section .service-item > .container::before {
        inset: -28% !important;
        filter: blur(26px) !important;
        opacity: 0.65 !important;
        animation-duration: 14s !important;
    }

    .eleventy-home-v2 .scroll-section.vertical-section .service-item > .container::after {
        opacity: 0.42 !important;
    }
}

/* Footer - Mobilde Birlikte Büyüyelim efektini aktif eder */
@media (max-width: 767.98px) {
    .eleventy-footer-big-title-mobile {
        overflow: hidden !important;
        display: block !important;
    }

    .eleventy-footer-big-title-mobile .eleventy-footer-big-title {
        display: block !important;
        transform-origin: center center !important;
        transition: transform 0.45s ease, letter-spacing 0.45s ease, color 0.35s ease !important;
        will-change: transform;
    }

    .eleventy-footer-big-title-mobile:hover .eleventy-footer-big-title,
    .eleventy-footer-big-title-mobile:active .eleventy-footer-big-title {
        transform: scale(1.045) !important;
        letter-spacing: -0.045em !important;
        color: #ff9900 !important;
    }
}

/* Growth icon inline desktop ayarı mobilde devre dışı */
@media (max-width: 1199.98px) {
    .eleventy-home-v2 .growth-icon-card.growth-icon-2 {
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin-left: 0 !important;
    }
}

/* =========================================================
   CAREER POPUP - Görüşme Talep Et popup tasarımıyla uyumlu
========================================================= */

#careerPopup.analysis-popup {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    background: rgba(10, 10, 10, 0.56) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    font-family: inherit !important;
}

#careerPopup.analysis-popup.is-active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

#careerPopup .analysis-popup-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: transparent !important;
}

#careerPopup .analysis-popup-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 820px !important;
    max-height: calc(100vh - 48px) !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 0 !important;
    box-shadow: 0 35px 120px rgba(0, 0, 0, 0.28) !important;
    font-family: inherit !important;
    transform: translateY(16px) scale(0.98) !important;
    transition: transform 0.28s ease, opacity 0.28s ease !important;
}

#careerPopup.analysis-popup.is-active .analysis-popup-content {
    transform: translateY(0) scale(1) !important;
}

#careerPopup .analysis-popup-close {
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(17, 17, 17, 0.10) !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 26px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}

#careerPopup .analysis-popup-header {
    padding: 42px 42px 30px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
}

#careerPopup .analysis-popup-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 16px !important;
    border-radius: 999px !important;
    background: rgba(255, 153, 0, 0.10) !important;
    color: #ff9900 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 18px !important;
}

#careerPopup .analysis-popup-header h2 {
    margin: 0 0 14px !important;
    color: #111111 !important;
    font-size: clamp(30px, 3vw, 40px) !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
}

#careerPopup .analysis-popup-header p {
    margin: 0 !important;
    max-width: 650px !important;
    color: rgba(17, 17, 17, 0.68) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
}

#careerPopup .analysis-popup-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 30px 42px 42px !important;
    margin: 0 !important;
}

#careerPopup .analysis-form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
}

/* File input daha temiz görünsün */

#careerPopup .analysis-popup-button {
    width: 100% !important;
    height: 58px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #ff9900 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.015em !important;
    cursor: pointer !important;
    margin-top: 4px !important;
    transition: transform 0.25s ease, background 0.25s ease !important;
}

#careerPopup .analysis-popup-button:hover {
    transform: translateY(-2px) !important;
    background: #ffad26 !important;
}

#careerPopup .analysis-form-status {
    display: none;
    margin-top: 2px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

#careerPopup .analysis-popup-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.career-popup-open {
    overflow: hidden !important;
}

@media (max-width: 767.98px) {
    #careerPopup.analysis-popup {
        padding: 14px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #careerPopup .analysis-popup-content {
        max-height: calc(100vh - 28px) !important;
        border-radius: 22px !important;
    }

    #careerPopup .analysis-popup-header {
        padding: 34px 20px 24px !important;
    }

    #careerPopup .analysis-popup-form {
        padding: 24px 20px 28px !important;
    }

    #careerPopup .analysis-form-row {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    #careerPopup .analysis-popup-header h2 {
        font-size: 30px !important;
    }

    #careerPopup .analysis-popup-close {
        top: 16px !important;
        right: 16px !important;
        width: 40px !important;
        height: 40px !important;
    }
}
/* =========================================================
   CAREER POPUP - FINAL TASARIM FIX
========================================================= */

#careerPopup .analysis-popup-hp {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -99999px !important;
    pointer-events: none !important;
}

/* Popup genel kutu */
#careerPopup.analysis-popup {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    background: rgba(10, 10, 10, 0.58) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

#careerPopup.analysis-popup.is-active {
    display: flex !important;
}

/* İç beyaz kutu */
#careerPopup .analysis-popup-content {
    width: 100% !important;
    max-width: 820px !important;
    max-height: calc(100vh - 48px) !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 0 !important;
    box-shadow: 0 35px 120px rgba(0, 0, 0, 0.30) !important;
    font-family: inherit !important;
}

/* Header */
#careerPopup .analysis-popup-header {
    padding: 42px 42px 28px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
}

#careerPopup .analysis-popup-badge {
    display: inline-flex !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: rgba(255, 153, 0, 0.11) !important;
    color: #ff9900 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin-bottom: 16px !important;
}

#careerPopup .analysis-popup-header h2 {
    margin: 0 0 12px !important;
    color: #111111 !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
}

#careerPopup .analysis-popup-header p {
    margin: 0 !important;
    max-width: 640px !important;
    color: rgba(17, 17, 17, 0.68) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
}

/* Form alanı */
#careerPopup .career-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 30px 42px 42px !important;
    margin: 0 !important;
}

#careerPopup .analysis-form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    margin: 0 !important;
}

/* Submit */
#careerPopup .analysis-popup-button {
    width: 100% !important;
    height: 58px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #ff9900 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    margin-top: 4px !important;
    transition: all 0.25s ease !important;
}

#careerPopup .analysis-popup-button:hover {
    background: #ffad26 !important;
    transform: translateY(-2px) !important;
}

/* Kapatma butonu */
#careerPopup .analysis-popup-close {
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(17, 17, 17, 0.10) !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 26px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}

/* Mobil */
@media (max-width: 767.98px) {
    #careerPopup.analysis-popup {
        padding: 14px !important;
    }

    #careerPopup .analysis-popup-content {
        max-height: calc(100vh - 28px) !important;
        border-radius: 22px !important;
    }

    #careerPopup .analysis-popup-header {
        padding: 34px 20px 24px !important;
    }

    #careerPopup .career-form {
        padding: 24px 20px 28px !important;
        gap: 16px !important;
    }

    #careerPopup .analysis-form-row {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    #careerPopup .analysis-popup-header h2 {
        font-size: 30px !important;
    }
}

/* Kariyer popup - mevcut analiz popup tasarımını bozmadan ek alanları uyarlar */
#careerPopup .analysis-form-group textarea {
    width: 100%;
    min-height: 110px;
    padding: 14px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fff;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    resize: vertical;
}

#careerPopup .analysis-form-group textarea:focus {
    border-color: #FF9900;
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.12);
}

#careerPopup .analysis-form-group input[type="file"] {
    line-height: normal;
    padding: 12px 14px;
    cursor: pointer;
}

#careerPopup .analysis-form-group input[type="file"]::file-selector-button {
    border: none;
    border-radius: 999px;
    background: #FF9900;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 13px;
    margin-right: 10px;
    cursor: pointer;
}

#careerPopup .analysis-popup-eyebrow,
#careerPopup .analysis-popup-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.1);
    color: #FF9900;
    font-size: 13px;
    font-weight: 700;
}

#careerPopup .analysis-popup-header h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.04em;
}
/* =========================================================
   CAREER POPUP - FINAL OVERRIDE / ESKİLERİ SİLMEDEN DÜZELTİR
========================================================= */

body #careerPopup.analysis-popup {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    background: rgba(10, 10, 10, 0.58) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    font-family: inherit !important;
}

body #careerPopup.analysis-popup.is-active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body #careerPopup .analysis-popup-content {
    width: 100% !important;
    max-width: 820px !important;
    max-height: calc(100vh - 48px) !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 0 !important;
    box-shadow: 0 35px 120px rgba(0, 0, 0, 0.30) !important;
    font-family: inherit !important;
}

body #careerPopup .analysis-popup-header {
    padding: 42px 42px 28px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
}

body #careerPopup .analysis-popup-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    padding: 9px 16px !important;
    margin: 0 0 18px 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 153, 0, 0.10) !important;
    color: #ff9900 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
}

body #careerPopup .analysis-popup-header h2 {
    margin: 0 0 14px 0 !important;
    color: #111111 !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
}

body #careerPopup .analysis-popup-header p {
    margin: 0 !important;
    max-width: 650px !important;
    color: rgba(17, 17, 17, 0.68) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
}

body #careerPopup form.career-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 30px 42px 42px !important;
    margin: 0 !important;
}

body #careerPopup form.career-form .analysis-form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #careerPopup form.career-form .analysis-form-group,
body #careerPopup form.career-form .analysis-form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #careerPopup form.career-form label {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #252525 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -0.015em !important;
}

body #careerPopup form.career-form input:not([type="hidden"]):not(.analysis-popup-hp),
body #careerPopup form.career-form textarea {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

body #careerPopup form.career-form input:not([type="hidden"]):not(.analysis-popup-hp) {
    height: 56px !important;
    padding: 0 17px !important;
}

body #careerPopup form.career-form textarea {
    min-height: 122px !important;
    padding: 16px 17px !important;
    resize: vertical !important;
}

body #careerPopup form.career-form input::placeholder,
body #careerPopup form.career-form textarea::placeholder {
    color: rgba(17, 17, 17, 0.48) !important;
    font-weight: 500 !important;
}

body #careerPopup form.career-form input:focus,
body #careerPopup form.career-form textarea:focus {
    border-color: #ff9900 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.12) !important;
}

body #careerPopup form.career-form input[type="file"] {
    height: 56px !important;
    padding: 13px 15px !important;
    background: #fffaf2 !important;
    cursor: pointer !important;
    color: rgba(17, 17, 17, 0.65) !important;
}

body #careerPopup form.career-form input[type="file"]::file-selector-button {
    border: none !important;
    border-radius: 999px !important;
    background: #ff9900 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    padding: 10px 15px !important;
    margin-right: 12px !important;
    cursor: pointer !important;
}

body #careerPopup form.career-form .analysis-popup-button {
    width: 100% !important;
    height: 58px !important;
    margin-top: 4px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #ff9900 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.015em !important;
    cursor: pointer !important;
    transition: transform 0.25s ease, background 0.25s ease !important;
}

body #careerPopup form.career-form .analysis-popup-button:hover {
    background: #ffad26 !important;
    transform: translateY(-2px) !important;
}

body #careerPopup .analysis-popup-close {
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(17, 17, 17, 0.10) !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 26px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}

body #careerPopup form.career-form .analysis-popup-hp {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -99999px !important;
    pointer-events: none !important;
}

body.career-popup-open {
    overflow: hidden !important;
}

@media (max-width: 767.98px) {
    body #careerPopup.analysis-popup {
        padding: 14px !important;
    }

    body #careerPopup .analysis-popup-content {
        max-height: calc(100vh - 28px) !important;
        border-radius: 22px !important;
    }

    body #careerPopup .analysis-popup-header {
        padding: 34px 20px 24px !important;
    }

    body #careerPopup .analysis-popup-header h2 {
        font-size: 30px !important;
    }

    body #careerPopup form.career-form {
        padding: 24px 20px 28px !important;
        gap: 16px !important;
    }

    body #careerPopup form.career-form .analysis-form-row {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}
/* =========================================================
   CAREER POPUP - CV ve textarea son düzeltme
========================================================= */

/* Textarea diğer inputlarla aynı görünsün */
body #careerPopup form.career-form textarea {
    width: 100% !important;
    min-height: 112px !important;
    padding: 16px 17px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
    resize: vertical !important;
}

body #careerPopup form.career-form textarea:focus {
    border-color: #ff9900 !important;
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.12) !important;
}

/* CV alanı komple diğer input gibi oval kutu */
body #careerPopup form.career-form input[type="file"] {
    width: 100% !important;
    height: 56px !important;
    padding: 0 !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: rgba(17, 17, 17, 0.62) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

/* Dosya seç butonu kutunun içinde daha düzgün dursun */
body #careerPopup form.career-form input[type="file"]::file-selector-button {
    height: 56px !important;
    margin: 0 14px 0 0 !important;
    padding: 0 18px !important;
    border: none !important;
    border-right: 1px solid rgba(17, 17, 17, 0.10) !important;
    border-radius: 14px 0 0 14px !important;
    background: #fff7ea !important;
    color: #111111 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

/* Chrome/Safari için file input iç hizalama */
body #careerPopup form.career-form input[type="file"]::-webkit-file-upload-button {
    height: 56px !important;
    margin: 0 14px 0 0 !important;
    padding: 0 18px !important;
    border: none !important;
    border-right: 1px solid rgba(17, 17, 17, 0.10) !important;
    border-radius: 14px 0 0 14px !important;
    background: #fff7ea !important;
    color: #111111 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}
/* =========================================================
   CAREER POPUP - Custom CV Upload + Textarea Final Fix
========================================================= */

body #careerPopup form.career-form .career-file-upload {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 56px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #careerPopup form.career-form .career-file-upload input[type="file"] {
    display: none !important;
}

body #careerPopup form.career-form .career-file-button {
    height: 100% !important;
    min-width: 118px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff7ea !important;
    border-right: 1px solid rgba(17, 17, 17, 0.10) !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    border-radius: 14px 0 0 14px !important;
}

body #careerPopup form.career-form .career-file-name {
    flex: 1 !important;
    padding: 0 16px !important;
    color: rgba(17, 17, 17, 0.55) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body #careerPopup form.career-form .career-file-upload:hover {
    border-color: rgba(255, 153, 0, 0.55) !important;
}

body #careerPopup form.career-form textarea {
    width: 100% !important;
    min-height: 122px !important;
    padding: 16px 17px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
    resize: vertical !important;
}

body #careerPopup form.career-form textarea:focus {
    border-color: #ff9900 !important;
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.12) !important;
}
/* Form Elemanları Genel Modern Tasarım (Hepsi Eşit Görünecek) */
.job-apply-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

/ Tüm inputları ve textareayı tek bir çatı altında topladık /
.job-apply-form input[type="text"],
.job-apply-form input[type="email"],
.job-apply-form input[type="tel"],
.job-apply-form textarea,
.job-apply-form input[type="file"] {
    width: 100%;
    padding: 14px 18px; / Daha modern ve ferah bir boşluk /
    border: 1px solid #e0e0e0;
    border-radius: 10px; / Ad-Soyad alanındaki gibi yumuşak köşeler /
    font-size: 15px;
    background: #f8f9fa; / Modern açık gri arka plan /
    color: #333;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: inherit;
}

/ Focus (Tıklanma) Durumu - Hepsinde aynı yeşil parlama efekti /
.job-apply-form input:focus,
.job-apply-form textarea:focus {
    border-color: #1db954;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(29, 185, 84, 0.15); 
}

/ Textarea Özel Ayarı (Sadece dikey büyütülebilsin) /
.job-apply-form textarea {
    resize: vertical;
    min-height: 120px;
}

/ CV Dosya Yükleme Alanı Modernizasyonu /
.job-apply-form input[type="file"] {
    padding: 10px 14px; / Dosya butonu iç boşluğu için ufak ayar /
    color: #666;
    cursor: pointer;
}

/ Tarayıcının çirkin dosya butonunu ezip modern bir buton yapıyoruz /
.job-apply-form input[type="file"]::file-selector-button {
    background-color: #111;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.3s;
}

/ Dosya seç butonuna hover efekti */
.job-apply-form input[type="file"]::file-selector-button:hover {
    background-color: #1db954;
}

#careerPopup input[type="file"] {
    width: 100%;
    height: 54px;
    padding: 12px 14px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 14px;
    background: #ffffff;
    color: rgba(17, 17, 17, 0.65);
    font-size: 14px;
    cursor: pointer;
}

#careerPopup input[type="file"]::file-selector-button {
    border: none;
    border-radius: 999px;
    background: #ff9900;
    color: #ffffff;
    font-weight: 700;
    padding: 8px 14px;
    margin-right: 12px;
    cursor: pointer;
}
/* Kariyer popup - sade CV yükleme alanı */
#careerPopup .career-cv-upload {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16);
    background: transparent;
    cursor: pointer;
    transition: border-color 0.25s ease;
}

#careerPopup .career-cv-upload:hover {
    border-bottom-color: #ff9900;
}

#careerPopup .career-cv-upload input[type="file"] {
    display: none;
}

#careerPopup .career-cv-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 153, 0, 0.12);
    color: #ff9900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    flex: 0 0 auto;
}

#careerPopup .career-cv-text {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

#careerPopup .career-cv-note {
    margin-left: auto;
    color: rgba(17, 17, 17, 0.48);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    #careerPopup .career-cv-upload {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #careerPopup .career-cv-note {
        width: 100%;
        margin-left: 46px;
    }
}
/* Eski native file görünümünü custom CV alanı içinde tamamen gizle */
#careerPopup .career-cv-upload input[type="file"] {
    display: none !important;
}
/* CAREER POPUP - Native dosya seç alanını kesin gizle */
#careerPopup input[type="file"][name="cv_file"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Custom CV alanı */
#careerPopup .career-cv-upload {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 14px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
    background: transparent !important;
    cursor: pointer !important;
}

#careerPopup .career-cv-upload:hover {
    border-bottom-color: #ff9900 !important;
}

#careerPopup .career-cv-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(255, 153, 0, 0.12) !important;
    color: #ff9900 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    flex: 0 0 auto !important;
}

#careerPopup .career-cv-text {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#careerPopup .career-cv-note {
    margin-left: auto !important;
    color: rgba(17, 17, 17, 0.48) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}
/* Career CV - native file input'u kesin gizle */
#careerPopup .career-cv-upload .career-cv-real-input,
#careerPopup .career-cv-upload input[type="file"].career-cv-real-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    max-width: 1px !important;
    max-height: 1px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

/* Custom CV alanı görünümü */
#careerPopup .career-cv-upload {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 14px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
    background: transparent !important;
    cursor: pointer !important;
}

#careerPopup .career-cv-upload:hover {
    border-bottom-color: #ff9900 !important;
}

#careerPopup .career-cv-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(255, 153, 0, 0.12) !important;
    color: #ff9900 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    flex: 0 0 auto !important;
}

#careerPopup .career-cv-text {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#careerPopup .career-cv-note {
    margin-left: auto !important;
    color: rgba(17, 17, 17, 0.48) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}
/* Hizmet detay sayfası - Kapsam kart başlıkları max 2 satır */
.eleventy-service-detail .es-service-card h3 {
    font-size: clamp(24px, 1.85vw, 30px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.045em !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;

    min-height: calc(2em * 1.12) !important;
    max-height: calc(2em * 1.12) !important;
    margin-bottom: 22px !important;
}

/* Kart metinleri başlık yüksekliği sabit olduğu için hizalı başlar */
.eleventy-service-detail .es-service-card p {
    margin-top: 0 !important;
}

/* Landing Page gibi uzun başlıklar için biraz daha sıkı */
.eleventy-service-detail .es-service-card h3 {
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .eleventy-service-detail .es-service-card h3 {
        font-size: 24px !important;
        line-height: 1.14 !important;
        min-height: calc(2em * 1.14) !important;
        max-height: calc(2em * 1.14) !important;
    }
}

/* Mobilde çok kısmayalım */
@media (max-width: 767.98px) {
    .eleventy-service-detail .es-service-card h3 {
        font-size: 25px !important;
        line-height: 1.12 !important;
        min-height: auto !important;
        max-height: none !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
    }
}

/*# sourceMappingURL=main.css.map */
