/* Header logo */
.sebil-header-logo {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 130px;
}

.sebil-header-logo__img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1024px) {
  .sebil-header-logo {
    height: 88px;
  }
}

@media (max-width: 768px) {
  .sebil-header-logo {
    max-width: 185px;
    height: 78px;
  }
}

/* ------------------------------------------------------------------
 * Mobile header — contact icons off, fixed dropdown menu
 * ------------------------------------------------------------------ */

.header-field {
  --sebil-header-height: 150px;
}

@media (max-width: 480px) {
  .header-field {
    --sebil-header-height: 110px;
  }
}

@media (max-width: 768px) {
  .header-field .header-contact-icons,
  .header-field .other-menu .order-field .offer.menu-li {
    display: none !important;
  }

  .header-field .other-menu {
    align-items: center;
  }

  .header-field .mobile-menu-field {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .header-field .header-bottom {
    position: relative;
    z-index: 101;
  }

  .header-field .menu-field {
    position: static;
    flex-shrink: 0;
  }

  .header-field .nav-content {
    position: static;
  }

  .header-field #menu-center.menu {
    position: fixed !important;
    top: var(--sebil-header-height) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - var(--sebil-header-height)) !important;
    margin: 0 !important;
    padding: 12px 0 28px;
    z-index: 100;
    background: #fff;
    border-top: 1px solid rgba(50, 68, 103, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  }

  .header-field #menu-center.menu ul {
    flex-direction: column !important;
    align-items: stretch !important;
    height: auto !important;
    gap: 0 !important;
  }

  .header-field #menu-center.menu > ul > li {
    width: 100%;
  }

  .header-field #menu-center.menu .menu-item-link {
    width: 100%;
    padding: 16px 24px !important;
  }

  .header-field #menu-center.menu .split {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    width: calc(100% - 48px);
    margin: 0 auto;
    opacity: 1;
  }
}

.bg-overlay-general.is-active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.35);
}

/* Hero section background */
.home-project-info,
.sebil-hero-section {
  position: relative;
  background-color: #fefefe;
}

/* Hero pagination – arc loader & active dot */
.homepage-pagination .swiper-pagination-bullet .path {
  stroke: rgb(1 150 225);
}

.homepage-pagination .swiper-pagination-bullet-active .pagi-dots {
  background-color: rgb(1 150 225) !important;
}

/* Gallery carousel pagination – arc loader & active dot */
.two-pagination .swiper-pagination-bullet .path {
  stroke: rgb(1 150 225) !important;
}

.two-pagination .swiper-pagination-bullet-active .pagi-dots {
  background-color: rgb(1 150 225) !important;
}

/* Gallery – dikey story (9:16) kartları, masaüstünde 3 sütun */
.gallery-field .sebil-gallery-story {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(72vh, 620px);
  margin-inline: auto;
  transition: none;
}

.gallery-field .sebil-gallery-story a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-select: none;
}

.gallery-field .sebil-gallery-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: none;
}

.gallery-field .two-carousel.swiper {
  overflow: hidden;
  cursor: grab;
}

.gallery-field .two-carousel.swiper.swiper-grab {
  cursor: grabbing;
}

.gallery-field .two-carousel .swiper-wrapper {
  transition-timing-function: ease-out;
}

.gallery-field .two-carousel .swiper-slide {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1023px) {
  .gallery-field .sebil-gallery-story {
    max-height: min(68vh, 560px);
  }
}

@media (max-width: 639px) {
  .gallery-field .sebil-gallery-story {
    max-height: min(62vh, 520px);
  }
}

/* Comments carousel pagination – uniform dots / dashes */
.comments-field .sebil-comments-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.comments-field .sebil-comments-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #E5ECEF !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  flex-shrink: 0;
  overflow: hidden !important;
  transition: background-color 0.35s ease;
}

.comments-field .sebil-comments-pagination .swiper-pagination-bullet-active,
.comments-field .sebil-comments-pagination .swiper-pagination-bullet-active-main {
  background: rgb(1, 150, 225) !important;
  transform: scale(1) !important;
}

.comments-field .sebil-comments-pagination .swiper-pagination-bullet-active-prev,
.comments-field .sebil-comments-pagination .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}

.comments-field .sebil-comments-pagination .fp-arc-loader,
.comments-field .sebil-comments-pagination .pagi-dots {
  display: none !important;
}

@media (max-width: 768px) {
  .comments-field .sebil-comments-pagination {
    gap: 12px;
    max-width: 100%;
    padding: 0 8px;
  }

  .comments-field .sebil-comments-pagination .swiper-pagination-bullet {
    width: auto !important;
    flex: 1 1 0;
    max-width: 52px;
    height: 3px !important;
    min-height: 3px !important;
    min-width: 0 !important;
    border-radius: 999px !important;
  }
}

.sebil-hero-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}

.sebil-hero-title,
.sebil-t-hero-title {
  margin-bottom: 0 !important;
}

.sebil-hero-subtitle {
  max-width: none;
}

.sebil-hero-rating {
  margin-top: 16px;
}

.sebil-hero-award {
  margin-top: 20px;
  max-width: none;
}

/* Hero slide navigation */
.sebil-hero-visual-block {
  min-width: 0;
}

.sebil-hero-nav--desktop {
  display: none;
  align-items: center;
  gap: 14px;
}

.sebil-hero-nav-btn--mobile {
  display: none;
}

.sebil-hero-nav-btn {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background-color: rgb(1 150 225);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  z-index: 15;
  transition: background-color 0.35s ease;
}

.sebil-hero-nav-btn:hover {
  background-color: rgb(4 65 132);
}

.sebil-hero-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.sebil-hero-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.sebil-hero-nav-btn__track {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
}

.sebil-hero-nav-btn__arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease;
}

.sebil-hero-nav-btn__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* Next – arrow exits right, enters from left */
.sebil-hero-nav-btn--next .sebil-hero-nav-btn__arrow--primary {
  transform: translateX(0);
  opacity: 1;
}

.sebil-hero-nav-btn--next .sebil-hero-nav-btn__arrow--secondary {
  transform: translateX(-130%);
  opacity: 0;
}

.sebil-hero-nav-btn--next:hover .sebil-hero-nav-btn__arrow--primary {
  transform: translateX(130%);
  opacity: 0;
}

.sebil-hero-nav-btn--next:hover .sebil-hero-nav-btn__arrow--secondary {
  transform: translateX(0);
  opacity: 1;
}

/* Prev – arrow exits left, enters from right */
.sebil-hero-nav-btn--prev .sebil-hero-nav-btn__arrow--primary {
  transform: translateX(0);
  opacity: 1;
}

.sebil-hero-nav-btn--prev .sebil-hero-nav-btn__arrow--secondary {
  transform: translateX(130%);
  opacity: 0;
}

.sebil-hero-nav-btn--prev:hover .sebil-hero-nav-btn__arrow--primary {
  transform: translateX(-130%);
  opacity: 0;
}

.sebil-hero-nav-btn--prev:hover .sebil-hero-nav-btn__arrow--secondary {
  transform: translateX(0);
  opacity: 1;
}

/* Tablet & desktop – nav below text, visual on right */
@media (min-width: 769px) {
  .sebil-hero-visual-block {
    display: block;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }

  .sebil-hero-nav--desktop {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding-left: 20px;
  }

  .sebil-hero-nav--desktop .sebil-hero-nav-btn {
    margin: 0 !important;
  }

  .sebil-hero-nav-btn--mobile {
    display: none !important;
  }

  .sebil-hero-visual {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .sebil-hero-nav--desktop {
    margin-top: 22px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .sebil-hero-nav--desktop {
    padding-left: 20px;
  }
}

/* Hero text swiper – keep Swiper layout intact */
.sebil-hero-text-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sebil-hero-swiper,
.home-project-swiper.sebil-hero-swiper {
  display: block !important;
  overflow: hidden !important;
  min-width: 0;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
}

.sebil-hero-text-col .swiper-slide {
  width: 100% !important;
  box-sizing: border-box;
}

/* Hero circle sizing */
.sebil-hero-circle-box,
.sebil-hero-circle {
  width: 770px;
  height: 770px;
}

/* Tablet – two columns, balanced layout */
@media (max-width: 1024px) and (min-width: 769px) {
  .sebil-hero-section {
    height: auto !important;
    min-height: 580px;
    padding: 180px 0 40px;
    overflow: visible !important;
  }

  .sebil-hero-section .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sebil-hero-section .carousel-content,
  .sebil-hero-section .sebil-hero-grid {
    height: auto;
  }

  .sebil-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    gap: 12px 20px;
    align-items: end;
  }

  .sebil-hero-text-col {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: auto !important;
    padding: 0 0 0 64px !important;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    overflow: visible;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .sebil-hero-swiper {
    overflow: hidden !important;
  }

  .sebil-hero-text-col .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
  }

  .sebil-hero-text {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 8px 0 0 !important;
    text-align: left !important;
  }

  .sebil-t-hero-title {
    font-size: 38px !important;
    line-height: 1.1 !important;
  }

  .sebil-hero-rating {
    justify-content: flex-start !important;
    margin-top: 12px;
  }

  .sebil-hero-award {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .sebil-hero-section .sebil-t-hero-subtitle,
  .sebil-hero-section .sebil-t-hero-body {
    overflow: visible !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
  }

  .sebil-hero-visual-block {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }

  .sebil-hero-visual {
    margin-left: 0 !important;
    width: 100%;
    max-width: 360px;
    margin-inline: auto !important;
    height: 360px !important;
    min-height: 360px !important;
    position: relative;
    overflow: visible;
    justify-content: flex-end;
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
  }

  .sebil-hero-visual .bg-gradient {
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .sebil-hero-carousel-contents {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 320px !important;
    z-index: 3;
    padding-top: 0 !important;
  }

  .sebil-hero-slider,
  .sebil-hero-slider .swiper-wrapper,
  .sebil-hero-slider .swiper-slide {
    height: 100% !important;
  }

  .sebil-hero-circle-box,
  .sebil-hero-circle {
    width: 360px !important;
    height: 360px !important;
  }

  .sebil-hero-img {
    height: 100% !important;
    max-height: none;
    align-items: flex-end;
  }

  .sebil-hero-img img {
    height: 100% !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
  }

  .sebil-hero-bottom-fade {
    bottom: 0 !important;
    left: 50%;
    width: 360px !important;
    height: 45%;
    transform: translateX(-50%);
    z-index: 4;
  }

  .sebil-hero-controller {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
  }

  .sebil-hero-pagination {
    width: 48px !important;
  }
}

/* Smaller tablets */
@media (max-width: 900px) and (min-width: 769px) {
  .sebil-hero-section {
    min-height: 540px;
    padding-top: 165px;
  }

  .sebil-hero-text-col {
    padding-left: 56px !important;
  }

  .sebil-t-hero-title {
    font-size: 34px !important;
  }

  .sebil-t-hero-subtitle {
    font-size: 18px !important;
  }

  .sebil-hero-award {
    font-size: 14px;
  }

  .sebil-hero-visual {
    max-width: 300px;
    height: 300px !important;
    min-height: 300px !important;
  }

  .sebil-hero-carousel-contents {
    height: 265px !important;
  }

  .sebil-hero-circle-box,
  .sebil-hero-circle {
    width: 300px !important;
    height: 300px !important;
  }

  .sebil-hero-bottom-fade {
    width: 300px !important;
  }
}

/* Mobile – stacked layout */
@media (max-width: 768px) {
  .sebil-hero-section {
    height: 88vh !important;
    max-height: 88vh !important;
    min-height: 0;
    padding: 168px 0 6px;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .sebil-hero-section > .container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sebil-hero-section .carousel-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: auto;
  }

  .sebil-hero-section .sebil-hero-grid {
    flex: 1;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .sebil-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sebil-hero-text-col {
    order: 1;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: auto !important;
    padding: 8px 0 0 !important;
    display: flex !important;
    flex-direction: column;
    overflow: visible;
    width: 100%;
    min-width: 0;
    flex-shrink: 0;
  }

  .sebil-hero-swiper {
    overflow: hidden !important;
  }

  .sebil-hero-nav--desktop {
    display: none !important;
  }

  .sebil-hero-nav-btn--mobile {
    display: inline-flex !important;
  }

  .sebil-hero-visual-block {
    order: 2;
    flex: 1;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn {
    position: absolute;
    top: 58%;
    width: 48px;
    height: 48px;
    margin: 0 !important;
    transform: translateY(-50%);
    z-index: 40;
    background-color: transparent !important;
    border-radius: 0;
    overflow: visible;
    color: #fff;
    transition: opacity 0.25s ease;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn:hover {
    background-color: transparent !important;
    color: #fff;
    opacity: 0.85;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--prev .sebil-hero-nav-btn__arrow--primary,
  .sebil-hero-visual-block .sebil-hero-nav-btn--next .sebil-hero-nav-btn__arrow--primary {
    transform: none !important;
    opacity: 1 !important;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--prev .sebil-hero-nav-btn__arrow--secondary,
  .sebil-hero-visual-block .sebil-hero-nav-btn--next .sebil-hero-nav-btn__arrow--secondary {
    display: none;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--prev:hover .sebil-hero-nav-btn__arrow--primary,
  .sebil-hero-visual-block .sebil-hero-nav-btn--next:hover .sebil-hero-nav-btn__arrow--primary {
    transform: none !important;
    opacity: 1 !important;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--prev {
    left: 22px;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--next {
    right: 22px;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn__track {
    width: 34px;
    height: 34px;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn__arrow svg {
    width: 34px;
    height: 34px;
  }

  .sebil-hero-visual {
    flex-shrink: 0;
    margin: 0 !important;
    width: 112vw !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    position: relative;
    justify-content: flex-end;
    overflow: visible;
  }

  .sebil-hero-visual .bg-gradient {
    top: 12% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .sebil-hero-visual .bg-gradient > div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .sebil-hero-visual .sebil-hero-circle-wrap,
  .sebil-hero-visual .sebil-hero-circle-box {
    margin-inline: auto;
  }

  .sebil-hero-carousel-contents {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 98% !important;
    z-index: 3;
    padding-top: 0 !important;
  }

  .sebil-hero-slider,
  .sebil-hero-slider .swiper-wrapper,
  .sebil-hero-slider .swiper-slide {
    height: 100% !important;
  }

  .sebil-hero-text {
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 8px;
    text-align: center;
    align-items: center;
  }

  .sebil-t-hero-title {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }

  .sebil-t-hero-subtitle {
    font-size: 17px !important;
  }

  .sebil-hero-rating,
  .sebil-hero-award {
    display: none !important;
  }

  .sebil-hero-text .mb-\[40px\] {
    margin-bottom: 10px !important;
  }

  .sebil-hero-circle-box,
  .sebil-hero-circle {
    width: 112vw !important;
    height: 112vw !important;
  }

  .sebil-hero-img {
    height: 100% !important;
    max-height: none;
    align-items: flex-end;
    justify-content: center;
  }

  .sebil-hero-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .sebil-hero-img img {
    height: 100% !important;
    width: auto !important;
    max-width: 88vw;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom center;
  }

  .sebil-hero-bottom-fade {
    display: block !important;
    bottom: 0 !important;
    left: 50%;
    width: 112vw !important;
    height: 28%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
  }

  .sebil-hero-controller {
    flex-shrink: 0;
    position: relative;
    margin-top: 0;
    padding-bottom: 2px;
  }

  .sebil-hero-pagination {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    flex-direction: row !important;
    justify-content: center;
    padding-top: 4px;
  }

  .sebil-hero-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
  }
}

@media (max-width: 480px) {
  .sebil-hero-section {
    height: 86vh !important;
    max-height: 86vh !important;
    padding-top: 128px;
  }

  .sebil-t-hero-title {
    font-size: 32px !important;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn {
    width: 48px;
    height: 48px;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--prev {
    left: 16px;
  }

  .sebil-hero-visual-block .sebil-hero-nav-btn--next {
    right: 16px;
  }

  .sebil-hero-visual,
  .sebil-hero-circle-box,
  .sebil-hero-circle,
  .sebil-hero-bottom-fade {
    width: 116vw !important;
  }

  .sebil-hero-circle-box,
  .sebil-hero-circle {
    height: 116vw !important;
  }

  .sebil-hero-img img {
    max-width: 92vw;
  }
}

@media (max-width: 1024px) {
  .sebil-hero-text {
    max-width: 100%;
  }
}

/* Hero banner – solid circle + bottom fade over image & circle */
.sebil-hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}

.sebil-hero-visual .bg-gradient,
.sebil-hero-visual .sebil-hero-bottom-fade,
.sebil-hero-visual .animate-ripple {
  pointer-events: none;
}

.sebil-hero-visual .carousel-contents,
.sebil-hero-visual .sebil-hero-carousel-contents {
  pointer-events: none;
}

.sebil-hero-visual .carousel-contents {
  padding-top: 0 !important;
}

.sebil-hero-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sebil-hero-img img {
  object-position: bottom center;
  max-width: 100%;
}

.sebil-hero-circle {
  background-color: #3b5a9a;
}

.home-images-carousel {
  overflow: visible;
}

.home-project-info .wrapper > .home-images-carousel {
  overflow: visible;
}

.sebil-hero-bottom-fade {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 770px;
  height: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(
    to top,
    #fefefe 0%,
    #fefefe 10%,
    rgba(254, 254, 254, 0.96) 22%,
    rgba(254, 254, 254, 0.72) 38%,
    rgba(254, 254, 254, 0.38) 58%,
    rgba(254, 254, 254, 0.1) 78%,
    rgba(254, 254, 254, 0) 100%
  );
}

/* Desktop – balanced layout: text centered, visual bottom-aligned */
@media (min-width: 1025px) {
  .sebil-hero-section {
    --sebil-hero-desktop-height: 860px;
    --sebil-hero-header-offset: 170px;
    height: auto !important;
    min-height: var(--sebil-hero-desktop-height);
    padding-top: var(--sebil-hero-header-offset);
    padding-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sebil-hero-section .container {
    min-height: calc(var(--sebil-hero-desktop-height) - var(--sebil-hero-header-offset));
  }

  .sebil-hero-section .carousel-content {
    min-height: calc(var(--sebil-hero-desktop-height) - var(--sebil-hero-header-offset));
    height: 100%;
  }

  .sebil-hero-grid {
    align-items: end;
    min-height: calc(var(--sebil-hero-desktop-height) - var(--sebil-hero-header-offset));
    height: 100%;
  }

  .sebil-hero-text-col {
    align-self: center;
    justify-content: center;
    padding-left: 80px;
    padding-top: 0;
    padding-bottom: 48px;
    grid-column: 1;
    grid-row: 1;
  }

  .sebil-hero-visual-block {
    grid-column: 2;
    grid-row: 1;
  }

  .sebil-hero-swiper {
    flex: 0 1 auto;
    width: 100%;
  }

  .sebil-hero-swiper .swiper-slide .content {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sebil-hero-visual {
    align-self: end;
    height: 100%;
    min-height: 0;
    margin-left: auto;
    margin-right: -40px;
    justify-self: end;
    width: 100%;
    max-width: 820px;
  }

  .sebil-hero-img {
    height: 680px;
  }

  .sebil-hero-controller {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    pointer-events: none;
  }

  .sebil-hero-controller .sebil-hero-pagination {
    pointer-events: auto;
  }

  .sebil-hero-pagination {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 60px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sebil-hero-controller {
    left: 48px;
  }
}

@media (min-width: 1281px) {
  .sebil-hero-visual {
    margin-right: -80px;
  }
}

@media (min-width: 1441px) {
  .sebil-hero-controller {
    left: calc((100vw - 1440px) / 2 + 36px);
  }
}

/* Results section – static card grid (no slider) */
.results-field .container {
  overflow: visible;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
}

.results-grid__item {
  min-width: 0;
}

/* Sebil product cards */
.sebil-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(50, 68, 103, 0.08);
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.sebil-card:hover {
  border-color: rgba(1, 150, 225, 0.25);
  box-shadow: none;
}

.sebil-card__body {
  display: flex;
  align-items: stretch;
  min-height: 0;
}

.sebil-card__media {
  flex: 0 0 42%;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 10px;
  background: #fff;
  overflow: hidden;
}

.sebil-card__media .sebil-card__media-link {
  width: 100%;
  height: 100%;
}

.sebil-card__media .image-popup::after {
  background-color: rgba(0, 0, 0, 0.08);
}

.sebil-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: none;
  transition: transform 0.35s ease;
}

.sebil-card:hover .sebil-card__media .image-popup:not(:hover) img {
  transform: scale(1.02);
}

.sebil-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 26px 22px 22px;
}

.sebil-card__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
}

.sebil-card__model {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(1 150 225);
  letter-spacing: -0.02em;
}

.sebil-card__subtitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #324467;
}

.sebil-card__specs {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  flex: 1;
}

.sebil-card__specs li {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(50, 68, 103, 0.68);
  padding-left: 0;
  margin-bottom: 3px;
}

.sebil-card__specs li:last-child {
  margin-bottom: 0;
}

.sebil-card__specs li::before {
  display: none;
}

.sebil-card__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: auto;
  padding: 0;
  border: none;
}

.sebil-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  margin: 0;
  padding: 0;
  border: none;
}

.sebil-card__meta-item {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(50, 68, 103, 0.82);
}

.sebil-card__meta-item:not(:last-child)::after {
  content: "|";
  margin: 0 12px;
  color: rgba(50, 68, 103, 0.2);
  font-weight: 300;
}

.sebil-card__meta-item strong {
  font-weight: 600;
  color: #324467;
}

button.sebil-card__btn {
  cursor: pointer;
  font-family: inherit;
  appearance: none;
}

.sebil-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  min-width: 128px;
  height: 42px;
  padding: 0 26px;
  margin-top: 0;
  align-self: flex-start;
  border-radius: 6px;
  border: 1px solid rgb(1 150 225);
  background-color: rgb(1 150 225);
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.sebil-card__btn::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.45s ease;
  z-index: 1;
}

.sebil-card__btn:hover {
  transform: translateY(-2px);
  background-color: rgb(1 150 225);
  border-color: rgb(1 150 225);
}

.sebil-card__btn:hover::before {
  left: 0;
}

.sebil-card__btn-text {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: color 0.4s ease;
}

.sebil-card__btn:hover .sebil-card__btn-text {
  color: rgb(1 150 225);
}

@media (min-width: 1025px) {
  .sebil-card__media {
    flex: 0 0 44%;
    padding: 0 12px;
  }

  .sebil-card__content {
    padding: 26px 28px 24px 24px;
  }

  .sebil-card__model {
    font-size: 32px;
  }

  .sebil-card__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .sebil-card__media {
    flex: 0 0 40%;
    padding: 0 8px;
  }

  .sebil-card__content {
    padding: 20px 20px 18px 18px;
  }

  .sebil-card__model {
    font-size: 26px;
  }

  .sebil-card__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .results-field .container {
    overflow: hidden;
  }

  .sebil-card__body {
    flex-direction: column;
    min-height: 0;
  }

  .sebil-card__media {
    flex: none;
    width: 100%;
    min-height: 280px;
    padding: 0 12px;
  }

  .sebil-card__media img {
    margin: 0 auto;
  }

  .sebil-card__content {
    padding: 22px 20px 24px;
  }

  .sebil-card__model {
    font-size: 28px;
  }

  .sebil-card__subtitle {
    font-size: 17px;
  }

  .sebil-card__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .sebil-card__meta-item:not(:last-child)::after {
    display: none;
  }

  .sebil-card__btn {
    width: 100%;
    min-width: 0;
  }
}

/* Discount / kampanya banner */
.sebil-discount-banner .container {
  overflow: hidden;
  border-radius: 20px;
}

.sebil-discount-banner .container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.06) 18px,
      rgba(255, 255, 255, 0.06) 36px
    ),
    linear-gradient(135deg, rgb(0 120 180) 0%, rgb(1 150 225) 55%, rgb(0 120 180) 100%);
}

.sebil-discount-banner .wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .sebil-discount-banner .container {
    border-radius: 0;
  }
}

/* Promo video block */
.sebil-promo-video .container {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 20px;
}

.sebil-promo-video .image-field {
  border-radius: inherit;
  height: 100%;
  min-height: 100%;
}

.sebil-promo-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 80% at 50% 40%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.22) 38%,
      rgba(0, 0, 0, 0.48) 68%,
      rgba(0, 0, 0, 0.72) 100%
    );
}

.sebil-promo-video .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: 32px 24px;
  gap: 28px;
  box-sizing: border-box;
}

.sebil-promo-video .text-field {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  flex-shrink: 0;
}

.sebil-promo-video__copy {
  position: relative;
  z-index: 1;
}

.sebil-promo-video__title {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.sebil-promo-video__eyebrow {
  margin-bottom: 8px;
}

.sebil-promo-video__play {
  --play-size: 88px;
  position: relative;
  z-index: 3;
  display: block;
  width: var(--play-size);
  height: var(--play-size);
  margin: 0;
  overflow: visible;
  flex-shrink: 0;
  transition: transform 0.45s ease;
}

.sebil-promo-video__play:hover {
  transform: scale(1.1);
}

.sebil-promo-video__play-icon {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--play-size);
  height: var(--play-size);
  border-radius: 50%;
  background-color: rgb(1, 150, 225);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.sebil-promo-video__play-icon svg {
  display: block;
  width: 16px;
  height: 22px;
  margin-left: 2px;
}

.sebil-promo-video__play-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--play-size);
  height: var(--play-size);
  border-radius: 50%;
  background-color: rgba(1, 150, 225, 0.45);
  pointer-events: none;
  animation: sebil-promo-play-ping 2.5s linear infinite;
}

.sebil-promo-video__play-ripple--1 {
  animation-delay: 0.2s;
}

.sebil-promo-video__play-ripple--2 {
  animation-delay: 0.7s;
}

.sebil-promo-video__play-ripple--3 {
  animation-delay: 1.2s;
}

@keyframes sebil-promo-play-ping {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  70% {
    transform: scale(2.1);
    opacity: 0;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

@media (max-width: 1280px) {
  .sebil-promo-video .container,
  .sebil-promo-video .wrapper {
    min-height: 560px;
  }

  .sebil-promo-video .wrapper {
    padding: 28px 24px;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .sebil-promo-video .container,
  .sebil-promo-video .wrapper {
    min-height: 480px;
  }

  .sebil-promo-video .wrapper {
    padding: 24px 20px;
    gap: 20px;
  }

  .sebil-promo-video__eyebrow {
    display: none;
  }

  .sebil-promo-video__title {
    font-size: 22px;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .sebil-promo-video .container,
  .sebil-promo-video .wrapper {
    min-height: 420px;
    border-radius: 5px;
  }

  .sebil-promo-video .wrapper {
    padding: 20px 16px;
    gap: 18px;
  }

  .sebil-promo-video__play {
    --play-size: 56px;
  }

  .sebil-promo-video__play-icon svg {
    width: 12px;
    height: 16px;
    margin-left: 1px;
  }

  .sebil-promo-video__title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .sebil-promo-video .container,
  .sebil-promo-video .wrapper {
    min-height: 380px;
  }

  .sebil-promo-video .wrapper {
    padding: 16px;
    gap: 16px;
  }

  .sebil-promo-video__title {
    font-size: 18px;
  }
}

/* Video carousel cards – play button */
.sebil-video-card__link {
  text-decoration: none;
  color: inherit;
}

.sebil-video-card__link:hover .sebil-video-card__play-icon {
  transform: scale(1.08);
}

.sebil-video-card__play {
  --play-size: 70px;
  display: block;
  width: var(--play-size);
  height: var(--play-size);
  overflow: visible;
}

.sebil-video-card__play-icon {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--play-size);
  height: var(--play-size);
  border-radius: 50%;
  background-color: rgb(1, 150, 225);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease;
}

.sebil-video-card__play-icon svg {
  display: block;
  width: 14px;
  height: 19px;
  margin-left: 2px;
}

.sebil-video-card__play-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--play-size);
  height: var(--play-size);
  border-radius: 50%;
  background-color: rgba(1, 150, 225, 0.45);
  pointer-events: none;
  animation: sebil-promo-play-ping 2.5s linear infinite;
}

.sebil-video-card__play-ripple--1 {
  animation-delay: 0.2s;
}

.sebil-video-card__play-ripple--2 {
  animation-delay: 0.7s;
}

.sebil-video-card__play-ripple--3 {
  animation-delay: 1.2s;
}

/* Address – logo & directions button */
.sebil-address-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sebil-address-logo__link {
  display: block;
  width: min(100%, 240px);
  margin: 0 auto;
}

.sebil-address-logo__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 480px) {
  .sebil-address-logo__link {
    width: min(100%, 200px);
  }

  .sebil-address-logo__img {
    max-height: 56px;
  }
}

.sebil-directions-btn {
  background-color: rgb(1, 150, 225);
  border: 1px solid rgb(1, 150, 225);
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.sebil-directions-btn::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.45s ease;
  z-index: 1;
}

.sebil-directions-btn:hover {
  background-color: rgb(1, 150, 225);
  border-color: rgb(1, 150, 225);
}

.sebil-directions-btn:hover::before {
  left: 0;
}

.sebil-directions-btn .icon,
.sebil-directions-btn .text {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.4s ease;
}

.sebil-directions-btn:hover .icon,
.sebil-directions-btn:hover .text {
  color: rgb(1, 150, 225);
}

/* Footer – certificate logos & brand */
.sebil-footer-certs .sebil-cert-slot {
  align-items: center;
}

.sebil-footer-certs .sebil-cert-logo {
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.sebil-footer-certs .sebil-cert-logo--nsf {
  height: 104px;
  max-width: 104px;
}

.sebil-footer-certs .sebil-cert-logo--wqa {
  height: 104px;
  max-width: 120px;
}

.sebil-footer-certs .sebil-cert-logo--ce {
  height: 72px;
  max-width: 88px;
}

.sebil-footer-certs .sebil-cert-logo--iso {
  height: 104px;
  max-width: 130px;
}

.sebil-footer-brand-logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sebil-footer-certs {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sebil-footer-certs .feature {
    max-width: none;
    padding: 0;
  }

  .sebil-footer-certs .sebil-cert-slot {
    height: 72px;
  }

  .sebil-footer-certs .sebil-cert-logo--nsf,
  .sebil-footer-certs .sebil-cert-logo--wqa,
  .sebil-footer-certs .sebil-cert-logo--iso {
    height: 56px;
    max-width: 62px;
  }

  .sebil-footer-certs .sebil-cert-logo--ce {
    height: 40px;
    max-width: 46px;
  }

  .sebil-footer-brand-logo {
    max-width: 220px;
  }
}

@media (max-width: 480px) {
  .sebil-footer-certs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sebil-footer-certs .sebil-cert-slot {
    height: 60px;
  }

  .sebil-footer-certs .sebil-cert-logo--nsf,
  .sebil-footer-certs .sebil-cert-logo--wqa,
  .sebil-footer-certs .sebil-cert-logo--iso {
    height: 46px;
    max-width: 52px;
  }

  .sebil-footer-certs .sebil-cert-logo--ce {
    height: 32px;
    max-width: 38px;
  }
}

.sebil-aora-signature {
  display: block;
  opacity: 0.65;
  transition: opacity 0.35s ease;
}

.sebil-aora-signature:hover {
  opacity: 1;
}

.sebil-aora-signature img {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
}


#cm-cookie-icon {
  left: 20px !important;
  right: auto !important;
  z-index: 5 !important;
}

@media (max-width: 768px) {
  #cm-cookie-icon {
    bottom: 100px !important;
}
}

.grecaptcha-badge {
  display: none !important;
}