@media (min-width: 1200px) {}

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

@media (min-width: 1920px) {}

@media (max-width: 1536px) {
  .project-highlights-slider .slick-dots {
    bottom: 50px;
  }

  .project-highlights-slider li.slick-active {
    background: rgb(31, 41, 50) !important;
  }

  .project-highlights-slider .slick-dots li {
    background: rgb(255, 255, 255);
    border: 0px;
  }
}

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

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

@media (max-width: 1280px) {
  .about-block {
    padding: 20px 0px;
  }

  .other-projects-slider.uk-margin-medium-top.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 20px;
  }

  .contact-wrapper {
    padding: 1px 0px;
  }

  .detail-top {
    flex-direction: column;
  }

  .life-areas-section {
    padding: 0px 0px;
    position: relative;
    z-index: 1;
  }

  .sss-accordion {
    max-width: 94%;
  }

  .sss-accordion .uk-accordion-title {
    padding: 24px 48px 24px 24px;
    font-size: 16px;
  }

  .apartments-section {
    padding: 40px 20px;
  }

  .page-banner-title {
    font-size: 26px;
  }

  .projectWrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-text h1 {
    font-size: 49px;
  }

  .top-header-section {
    display: none;
  }

  .banner-text>span {
    font-size: 40px;
  }

  .banner-text p {
    display: none;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    gap: 5%;
  }

  .about-img {
    display: none;
  }

  .about-wrapper::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0px;
    background: url("../images/about-after.svg") 0% 0% / cover;
    width: 100px;
    height: 135px;
  }

  .about-left span {
    font-size: 32px;
    font-weight: 800;
  }

  .active-projects {
    display: inherit;
  }

  .about-left small {
    font-family: Brushwell;
    font-size: 40px;
  }

  .about-block-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-block--image-right .about-block-content,
  .about-block--image-right .about-block-slider-wrap {
    order: unset;
  }

  .about-block-content::after {
    display: none;
  }

  .about-block-slider .slick-slide,
  .about-block-slider .active-project {
    height: 280px;
  }

  .about-block-title {
    font-size: 22px;
  }

  .mobile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px;
  }

  .slider-section {
    height: 100dvh;
    max-height: 100vh;
    overflow: hidden;
  }

  .banner-slider,
  .banner-slider .slick-list,
  .banner-slider .slick-track {
    height: 100% !important;
  }

  .banner-slider .slick-slide,
  .banner-slider .slick-slide>div,
  .banner-slider-item,
  .banner-wrapper,
  .banner-inner {
    height: 100% !important;
    min-height: 0px;
  }

  .banner-inner {
    position: relative;
  }

  .banner-slider-item img {
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center center;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }

  .active-projects-wrapper::after {
    display: none;
  }

  .completed-projects-wrapper::after {
    display: none;
  }

  .active-project-content {
    margin-top: 52px;
  }

  .active-projects-wrapper {
    background: rgb(249, 250, 253);
    padding: 40px 0px;
    position: relative;
  }

  .about-wrapper {
    position: relative;
    padding-top: 20px;
  }

  .active-projects-wrapper.uk-margin-xlarge-top {
    margin-top: 30px !important;
  }

  .completed-projects-title {
    font-size: 28px;
  }

  .project-highlights {
    height: 350px;
    border-right: 1px solid rgb(233, 229, 227);
    padding: 0px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display: inline-flex !important;
  }

  .title span {
    font-size: 30px;
    font-weight: 600;
  }

  .contact-section {
    display: flex;
    flex-direction: column;
    gap: 8%;
  }

  .contact-info::after {
    display: none;
  }

  .contact-form {
    margin-top: 30px;

    &::after {
      display: none;
    }
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-left-image img {
    height: 280px;
  }

  .contact-info-panel {
    padding: 32px 28px;
  }

  .contact-right-col {}

  .contact-form-title {
    font-size: 26px;
  }

  .contact-left-col {
    margin-top: 20px;
  }

  .contact-map-section .contact-map-embed iframe {
    min-height: 400px;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
  }

  .footer-col {
    border-right: 0px;
    width: 100%;
    padding: 30px;
  }

  .footer-col:last-child {
    padding-right: 0px;
  }

  .footer-col:first-child {
    padding-left: 0px;
  }

  .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .call-buttons.uk-margin-small-right.uk-flex.uk-flex-center.uk-margin-medium-top {
    margin-top: 10px !important;
  }

  .completed-projects-wrapper {
    padding: 30px 0px;
  }

  .blog-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px 15px;
  }

  .featured img {
    height: 350px;
    object-fit: cover;
  }

  .featured-content {
    padding: 20px 20px 45px;
  }

  .featured h2 {
    font-size: 18px;
  }

  .featured p {
    font-size: 14px;
  }

  .sidebar {
    gap: 20px;
  }

  .card {
    flex-direction: row;
  }

  .card img {
    width: 140px;
    min-width: 140px;
    height: 120px;
    object-fit: cover;
  }

  .card-content {
    padding: 15px;
    flex: 1 1 0%;
  }

  .card h3 {
    font-size: 15px;
  }

  .card p {
    font-size: 12px;
    line-height: 1.5;
  }

  .page-banner::before {
    display: none;
  }

  .page-banner {
    position: relative;
    height: 150px;
  }

  .page-banner::after {
    content: "";
    position: absolute;
    right: 0px;
    top: initial;
    bottom: -51%;
    width: 120px;
    height: 159px;
    background-image: url("../images/page-after-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
    z-index: 1;
  }

  .uk-subnav {
    display: flex;
    flex-direction: row;
    flex-wrap: initial;
    align-items: center;
    margin-left: -20px;
    padding: 0px;
    list-style: none;
  }

  .detail-bottom {
    display: block;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .detail-wp::after {
    display: none;
  }

  .project-details-section {
    margin-top: 50px;
  }

  .features-section {
    width: 95%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .facilities-section {
    &::after {
      display: none;
    }
  }

  .apartments-section {
    &::after {
      display: none;
    }
  }

  /* Apartment tabs - mobilde yatay kaydırma */
  .apartment-tabs-nav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin: 0 -15px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .apartment-tabs-nav-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .apartment-tabs-nav-wrapper::-webkit-scrollbar-thumb {
    background: #d1d3d9;
    border-radius: 2px;
  }

  .apartment-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
  }

  .apartment-tabs>li {
    flex-shrink: 0;
  }

  .apartment-tabs>li>a {
    height: 88px;
    padding: 0 28px;
    font-size: 17px;
    align-items: center;
    text-align: center;
  }

  .apartment-tab-badge {
    font-size: 11px;
    padding: 4px 8px;
    margin-bottom: 6px;
  }

  /* Daire modal - mobil responsive ve kaydırma */
  .daire-modal .uk-modal-dialog {
    width: 95vw;
    max-width: 95vw;
    margin: 15px auto 40px;
  }

  .daire-modal.uk-flex-top {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .daire-modal-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .daire-modal-left {
    padding: 24px 20px;
    overflow: visible;
  }

  .daire-modal-title {
    font-size: 20px;
  }

  .daire-modal-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .daire-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .daire-modal-right {
    min-height: 250px;
    padding: 20px;
  }

  .daire-modal-img {
    max-height: 400px;
  }

  /* Blog sayfası - 3 sütun */
  .blog-page-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .blog-page-grid .card img {
    width: 100%;
    height: 200px;
  }

  /* Satış Sonrası Destek sayfası - 3 sütun */
  .support-page-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .support-page-grid .support-card .img-wrapper img {
    height: 200px;
  }

  /* Blog detay - sidebar daralt */
  .blog-detail-layout {
    grid-template-columns: 1fr 280px;
    gap: 36px;
  }

  .blog-detail-sidebar {
    top: 80px;
  }

  .blog-sidebar-list a img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  /* Daire listesi (accordion) - mobilde tam genişlik, scroll kaldırıldı */
  .apartment-table-wrapper {
    overflow-x: visible;
    overflow-y: visible;
  }

  .apartment-list-header,
  .apartment-rows-accordion,
  .apartment-table {
    min-width: 100%;
  }

  .apartment-table thead th,
  .apartment-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }

  .features-section-item::after {
    display: none;
  }

  .life-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .featured img {
    height: 320px;
  }

  .featured h2 {
    font-size: 17px;
  }

  .card img {
    width: 120px;
    min-width: 120px;
    height: 100px;
  }

  .card h3 {
    font-size: 14px;
  }

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

  .blog-page-grid .card img {
    width: 100%;
    height: 180px;
  }

  /* Satış Sonrası Destek sayfası - 2 sütun */
  .support-page-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .support-page-grid .support-card .img-wrapper img {
    height: 180px;
  }

  /* Blog detay - sidebar alta */
  .blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-detail-sidebar {
    position: static;
  }

  .blog-sidebar-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .blog-sidebar-list li {
    margin-bottom: 0;
  }

  /* İletişim sayfası - 1024px */
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .blog-wrapper {
    padding: 40px 0px;
  }

  .blog-section {
    padding: 0px 10px;
    gap: 25px;
  }

  .featured img {
    height: 280px;
  }

  .featured-content {
    padding: 18px 18px 40px;
  }

  .featured h2 {
    font-size: 16px;
  }

  .featured p {
    font-size: 13px;
  }

  .card {
    flex-direction: column;
  }

  .card img {
    width: 100%;
    min-width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .card-content {
    padding: 15px;
  }

  .card h3 {
    font-size: 15px;
  }

  .card p {
    font-size: 13px;
  }

  .readMore {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 10px;
  }

  .blog-page-wrapper {
    padding: 40px 0;
  }

  .blog-page-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .blog-page-grid .card img {
    width: 100%;
    height: 160px;
  }

  /* Blog detay - 768px */
  .blog-detail-wrapper {
    padding: 40px 0;
  }

  .blog-detail-layout {
    gap: 32px;
  }

  .blog-detail-title {
    font-size: 24px;
  }

  .blog-sidebar-list {
    grid-template-columns: 1fr;
  }

  /* İstatistik (timer) bölümü - mobilde slider */
  .stats-section-wrapper {
    padding: 40px 0 60px;
  }

  .stats-section-title {
    margin-bottom: 30px;
  }

  .stats-section-heading {
    font-size: 26px;
  }

  .stats-section-desc {
    font-size: 14px;
  }

  .stats-section-slider.slick-initialized .stats-item {
    padding: 24px 15px 45px;
  }

  .stats-section-slider .slick-dots {
    margin-top: 20px;
  }

  .stats-value {
    font-size: 34px;
  }

  /* Satış Sonrası Destek sayfası - 768px */
  .support-page-wrapper {
    padding: 40px 0;
  }

  .support-page-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .support-page-grid .support-card .img-wrapper img {
    height: 160px;
  }

  .support-page-grid .support-card-content span {
    font-size: 16px;
  }

  .support-page-grid .support-card-content p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .blog-wrapper {
    padding: 30px 0px;
  }

  .blog-section {
    gap: 20px;
  }

  .featured img {
    height: 220px;
  }

  .featured-content {
    padding: 15px 15px 35px;
  }

  .featured h2 {
    font-size: 15px;
  }

  .featured p {
    font-size: 12px;
  }

  .card img {
    height: 180px;
  }

  .card-content {
    padding: 12px;
  }

  .card h3 {
    font-size: 14px;
  }

  .card p {
    font-size: 12px;
  }

  .date {
    font-size: 11px;
  }

  .blog-page-wrapper {
    padding: 30px 0;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-page-grid .card img {
    width: 100%;
    height: 220px;
  }

  .blog-page-grid .card h3 {
    font-size: 15px;
  }

  .blog-page-grid .card p {
    font-size: 13px;
  }

  /* Blog detay - 576px */
  .blog-detail-wrapper {
    padding: 30px 0;
  }

  .blog-detail-image {
    margin-bottom: 24px;
  }

  .blog-detail-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .blog-detail-content {
    font-size: 15px;
  }

  .blog-sidebar-list a img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .blog-sidebar-list a span {
    font-size: 13px;
  }

  /* İletişim sayfası - 576px */
  .contact-main-section {
    padding: 40px 0;
  }

  .contact-left-image img {
    height: 220px;
  }

  .contact-info-panel {
    padding: 28px 24px;
  }

  .contact-info-value {
    font-size: 14px;
  }

  .contact-info-divider {
    margin: 20px 0;
  }

  .contact-right-col .contact-form {
    padding: 32px 24px;
  }

  .contact-map-section .contact-map-embed iframe {
    min-height: 320px;
  }

  .contact-info .address {
    width: 100%;
  }

  /* Satış Sonrası Destek sayfası - 576px */
  .support-page-wrapper {
    padding: 30px 0;
  }

  .support-page-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-page-grid .support-card .img-wrapper img {
    height: 220px;
  }

  .support-page-grid .support-card-content span {
    font-size: 17px;
  }

  .support-page-grid .support-card-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .stats-section-heading {
    font-size: 22px;
  }

  .stats-value {
    font-size: 28px;
  }

  .stats-icon {
    width: 52px;
    height: 52px;
  }

  .featured img {
    height: 200px;
  }

  .card img {
    height: 160px;
  }
}

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

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

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

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

@media (max-width: 768px) {

  /* Galeri tab - mobilde yatay kaydırma, soldan başlama */
  .gallery-tab-nav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-tab-nav-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .gallery-tab-nav-wrapper::-webkit-scrollbar-thumb {
    background: #d1d3d9;
    border-radius: 2px;
  }

  .gallery-tab .projects-tab-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 8px;
    width: max-content;
    min-width: 100%;
  }

  .gallery-tab .projects-tab-nav>* {
    flex-shrink: 0;
  }

  .gallery-tab .projects-tab-nav>*> :first-child {
    padding: 10px 18px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* Galeri grid - mobil */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-grid a {
    aspect-ratio: 4/3;
    display: block;
  }

  .gallery-grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

@media (max-width: 576px) {
  .gallery-tab-nav-wrapper {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-tab .projects-tab-nav>*> :first-child {
    padding: 8px 14px;
    font-size: 13px;
  }

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

  .projects-tab-panel {
    padding: 20px 0;
  }

  /* Apartment - küçük mobil */
  .apartment-tabs>li>a {
    height: 80px;
    padding: 0 24px;
    font-size: 15px;
  }

  .apartment-tab-badge {
    font-size: 10px;
    padding: 3px 7px;
  }

  .apartment-table {
    min-width: 100%;
  }

  .apartment-table thead th,
  .apartment-table tbody td {
    padding: 10px 12px;
    font-size: 12px;
  }

  /* Daire modal - küçük mobil */
  .daire-modal .uk-modal-dialog {
    width: 98vw;
    max-width: 98vw;
    margin: 10px auto 30px;
  }

  .daire-modal-left {
    padding: 20px 16px;
  }

  .daire-modal-title {
    font-size: 18px;
  }

  .daire-modal-desc {
    font-size: 13px;
  }

  .daire-modal-right {
    min-height: 220px;
    padding: 16px;
  }

  .daire-modal-img {
    max-height: 350px;
  }
}

/* Team cards */
@media (max-width: 1024px) {
  .team-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .team-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .team-card-name {
    font-size: 18px;
  }

  .team-card-body {
    padding: 18px 16px 16px;
  }
}

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

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

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

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