.hero {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
}

.hero img ,
.hero video{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; 
  object-fit: cover;
  filter: brightness(1);
}

.hero .overlay-hero {
  max-width: 1350px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 99;
  color: white;
  padding: 20px;
  pointer-events: auto;
  text-align:center;
}

.hero .overlay-hero h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hero .overlay-hero h2 {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  opacity: 0.9;
}



.video-container {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-top:80px;
  margin-bottom:50px;
}

.video-container img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s ease;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.play-btn-large {
  position: absolute;
 
  border-radius: 15px;
  padding: 50px;
  color: #2c3e50;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  z-index: 10;
  top: 40%;
  left: 5%;
}

.play-btn-large.playing {
  opacity: 0;
  pointer-events: none;
}

.play-icon {
  background: white;
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.video-text {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 300;
  color: white;
}

.video-text span {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-style: italic;

}

.villa-section {
  display: flex;
      justify-content: space-between;
  gap: 60px;
 padding-top:80px;
  max-width: 1350px;
  margin: 0 auto;
}

.villa-content {
  padding-right: 40px;
 
  flex:1;
}

.villa-content h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
  color: black;
  font-family: "Taviraj", serif;
}

.villa-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.villa-image {
  flex: 1;
  position: relative;
}

.villa-image img {
  width: 100%;
  transition: transform 0.3s ease;
  border-radius:15px;
 
  
}

.villa-image img:hover {
  transform: translateY(-10px);
}


@media (max-width: 1024px) {
  .hero .overlay-hero h1 { font-size: 40px; }
  .hero .overlay-hero h2 { font-size: 20px; }
  .video-container img { height: 400px; border-radius:20px; }
  .video-text { font-size: 40px; }
  .play-icon { width: 80px; height: 80px; padding:15px; }
}

@media (max-width: 768px) {
  .hero .overlay-hero {
    left: 20px;
    right: 20px;
    width: auto;
    padding: 15px;
  }
  .hero .overlay-hero h1 { font-size: 32px; }
  .hero .overlay-hero h2 { font-size: 18px; }
  .video-container img { height: 300px; }
  .video-text { font-size: 32px; }
  .play-btn-large { padding: 30px; top: 10%; left: 5%; }
  .play-icon { width: 60px; height: 60px; font-size: 18px; }

  .villa-section {
    flex-direction: column;
    gap: 40px;
    padding-top:0px;
  }
  .villa-image img {
 padding-left:20px;
     padding-right:20px;
 
  
}

  .villa-content {
    padding-left:20px;
     padding-right:20px;
     
  }

  .villa-content h3 { font-size: 28px; }
}

@media (max-width: 480px) {
  .hero .overlay-hero h1 { font-size: 35px; }
  .hero .overlay-hero h2 { font-size: 16px; }
  .video-container img { height: 400px; }
  .video-text { font-size: 24px; }
  .play-btn-large { padding: 20px; top:5%; }
  .play-icon { width: 50px; height: 50px; font-size: 16px; }
  .video-container{padding:20px;}
}


.white-club {
    width:1350px;
    margin: 0 auto; 
    background: white;
    text-align: center;
}

.white-club h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2c3e50;
}

.white-club h2 .club-text {
    font-style: italic;
    color: #7f8c8d;
}

.white-club-slider-wrapper {
    display: flex;
    justify-content: flex-end; 
    
    margin: 60px auto 0;
    gap: 80px;
}

.slider-buttons-container {
    display: flex;
    gap: 15px;
    align-items: flex-end; 
    flex-shrink: 0; 
    padding-bottom:100px;
    padding-left:50px;
}

.slider-container {
    flex: 1 1 auto;
    display: flex;
    gap: 80px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-width: 0;
    
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.slider-item {
    min-width: 280px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-item:hover {
    transform: translateY(-10px);
}

.slider-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius:20px;
}

.slider-item p {
    padding: 25px;
    font-size: 25px;
    font-weight: 500;
    color: #2c3e50;
    margin: 0;
    text-align:left;
}

.slider-btn {
  
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
  background:none;
    flex-shrink: 0;
}

.slider-btn:hover {
   
    transform: scale(1.1);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


* {
  box-sizing: border-box;
}

.gallery-slider-container {
  height: 500px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-section {
  width: 100%;

  margin: 0 auto;
  padding: 0 16px;
}

.gallery-header{
      width: 1350px;
    margin: 0 auto;
    background: white;
    text-align: center;
}

.gallery-section .swiper {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gallery-section .swiper-slide {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  width: 600px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .7s, transform .7s, opacity .7s !important;
  opacity: 0.5;
  filter: blur(1px);
  transform: scale(0.88);
}

.gallery-section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

.gallery-section .swiper-slide-active {
  opacity: 1 !important;
  filter: none;
  transform: scale(1) !important;
  z-index: 2;
}

.gallery-section .swiper-slide-next,
.gallery-section .swiper-slide-prev {
  opacity: 0.7 !important;
  filter: blur(0.5px);
  transform: scale(0.8) !important;
  z-index: 1;
}

.gallery-nav-btn {
  background: rgba(255,255,255,0.95);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 32px;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  backdrop-filter: blur(10px);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;
  outline: none;
}

.gallery-nav-btn:hover {
  background: #f2f6fa;
  color: #222;
  transform: scale(1.08);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.gallery-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: scale(1);
  background: #eee;
  color: #aaa;
}

.gallery-nav-btn.prev { margin-right: 16px; }
.gallery-nav-btn.next { margin-left: 16px; }

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 8px;
}

.gallery-dot, .gallery-dots .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(44, 62, 80, 0.18);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.27,.43,.42,.89);
  border: 2px solid transparent;
}

.gallery-dot:hover, .gallery-dots .swiper-pagination-bullet:hover {
  background: rgba(44, 62, 80, 0.35);
  transform: scale(1.18);
}

.gallery-dot.active, .gallery-dots .swiper-pagination-bullet-active {
  background: #2c3e50;
  transform: scale(1.28);
  border-color: rgba(44, 62, 80, 0.15);
}

.swiper-slide {
  transition-timing-function: ease-in-out !important;
}

@media (max-width: 1024px) {
  .gallery-section .swiper-slide {
    width: 500px;
    height: 320px;
  }
  .gallery-section .swiper-slide-next,
  .gallery-section .swiper-slide-prev {
    transform: scale(0.75) !important;
  }
  .gallery-slider-container {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .gallery-section .swiper-slide {
    width: 350px;
    height: 220px;
  }
  .gallery-section .swiper-slide-next,
  .gallery-section .swiper-slide-prev {
    transform: scale(0.7) !important;
  }
  .gallery-slider-container {
    height: 240px;
  }
  .gallery-nav-btn {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .white-club {
    width: 100%;
    padding: 0 16px;
  }

  .white-club h2 {
    font-size: 32px;
  }

  .white-club-slider-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }

  .slider-buttons-container {
    order: 2; 
    justify-content: left;
    padding: 0; 
  }

  .slider-container {
    order: 1;
    gap: 20px;
    padding: 10px 0;
  }

  .slider-item img {
    height: 250px;
  }

  .slider-item p {
    font-size: 18px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .slider-item img {
    height: 350px;
  
  }

  .slider-item p {
    font-size: 16px;
    padding: 10px;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .featured-content svg{
    width:350px;
  }
}

@media (max-width: 480px) {
  .gallery-section .swiper-slide {
    width: 90%;
    height: 150px;
  }
  .gallery-section .swiper-slide-next,
  .gallery-section .swiper-slide-prev {
    transform: scale(0.65) !important;
  }
  .gallery-slider-container {
    height: 170px;
  }
  .gallery-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}


.location-section {
  width:1350px;
  margin:0 auto;
  padding-bottom:50px;
}

.location-header {
    text-align: center;
    margin-bottom: 60px;
}

.location-title {
    font-size: 48px;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 20px;
}

.location-line {
    width: 80px;
    height: 2px;
    background: #2c3e50;
    margin: 0 auto;
}

.location-content {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.location-icon {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 20px;
}

.location-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-map-container {
    flex: 1;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

#yandexMap {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .white-club-slider-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom:50px;
    }
    .slider-buttons-container {
        width: 100%;
        justify-content: left;
    }
    .slider-container {
        width: 100%;
        padding: 0;
        padding-left:20px;
    }
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
   
    
    .location-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .location-icon {
        width: 100px;
        height: 100px;
    }
    
    .location-map-container {
        height: 400px;
    }
}

@media (max-width: 480px) {
   
    
    .location-map-container {
        height: 300px;
    }
    
    .location-icon {
        width: 80px;
        height: 80px;
    }
}

    .premium-showcase {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }

        .luxury-carousel {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .luxury-carousel .swiper-wrapper {
            align-items: center;
        }

       .luxury-carousel .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    
    opacity: 0.90; 
    
    transform: scale(0.8) rotateX(10deg) rotateY(20deg);
    
    filter: blur(0.3px) brightness(0.9) saturate(0.8);
}
        .luxury-carousel .swiper-slide-active {
            opacity: 1;
            transform: scale(1) rotateX(0deg) rotateY(0deg);
            filter: blur(0px) brightness(1) saturate(1);
            z-index: 15;
        }

        .luxury-carousel .swiper-slide-next,
        .luxury-carousel .swiper-slide-prev {
            opacity: 0.5;
            transform: scale(0.75) rotateX(8deg) rotateY(20deg);
            filter: blur(1.5px) brightness(0.75) saturate(0.8);
        }

        .hero-visual {
            width: 280px;
            height: 180px;
            object-fit: cover;
            border-radius: 25px;
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            position: relative;
            overflow: hidden;
        }

        .hero-visual::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.9s ease;
        }

        .luxury-carousel .swiper-slide-active .hero-visual {
            width: 550px;
            height: 350px;
            
            border-radius: 30px;
            transform: translateY(-15px);
        }

        .luxury-carousel .swiper-slide-active .hero-visual::after {
            left: 100%;
        }

        .content-wrapper {
            color: white;
            text-align: center;
            max-width: 420px;
            position: relative;
        }

        .primary-heading {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 0;
            transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            transform: translateY(15px);
            opacity: 0.7;
        }

        .luxury-carousel .swiper-slide-active .primary-heading {
            font-size: 38px;
            margin-bottom: 25px;
            transform: translateY(0);
            opacity: 1;
            color:black;
        }

        .detail-text {
            font-size: 1rem;
            opacity: 0;
            transform: translateY(40px) scale(0.8);
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            line-height: 1.7;
           
            visibility: hidden;
            pointer-events: none;
            margin-top: 10px;
            color:black;
        }

        .luxury-carousel .swiper-slide-active .detail-text {
            opacity: 1;
            transform: translateY(0) scale(1);
            visibility: visible;
            pointer-events: auto;
            font-size: 16px;
            animation: luxuryFadeIn 0.9s ease-out 0.4s both;
        }

        @keyframes luxuryFadeIn {
            from {
                opacity: 0;
                transform: translateY(40px) scale(0.8);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .nav-container {
          position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            justify-content: space-between;
                     backdrop-filter: blur(20px);
            border-radius: 50px;
            padding: 8px;
          
            z-index: 25;
            width: 400px;
            height: 50px;
            
        }


        .nav-indicators {
           position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            width: 280px;
            height: 4px;
            background: #D9D9D9;
            border-radius: 2px;
            overflow: hidden;
        }

        .sliding-line {
            position: absolute;
            top: 0;
            left: 0;
            width: 20%;
            height: 100%;
            background:black;
            border-radius: 2px;
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        }

        .luxury-carousel .swiper-pagination-bullet {
            display: none;
        }

        .elite-nav-next,
        .elite-nav-prev {
            color: white;
            width: 35px;
            height: 35px;
            margin-top: 0;
            border-radius: 50%;
            backdrop-filter: blur(10px);
            transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }

          .elite-nav-next img,
        .elite-nav-prev img{
            width:50px
        }

        .elite-nav-next:hover,
        .elite-nav-prev:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.1);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .elite-nav-next:after,
        .elite-nav-prev:after {
            font-size: 12px;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .elite-nav-next:hover:after,
        .elite-nav-prev:hover:after {
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
        }

      

        .luxury-carousel .swiper-slide-active::before {
            content: '';
            position: absolute;
            top: -25px;
            left: -25px;
            right: -25px;
            bottom: -25px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 75%);
            border-radius: 35px;
            z-index: -1;
            animation: eliteGlow 4s ease-in-out infinite alternate;
        }

        @keyframes eliteGlow {
            from {
                box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
            }
            to {
                box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
            }
        }

        @media (max-width: 768px) {
            .hero-visual {
                width: 220px;
                height: 140px;
            }

            .luxury-carousel .swiper-slide-active .hero-visual {
                width: 300px;
                height: 180px;
            }

            .primary-heading {
                font-size: 1.5rem !important;
            }

            .luxury-carousel .swiper-slide-active .primary-heading {
                font-size: 2rem;
            }

            .detail-text {
                font-size: 0.85rem;
                padding-left:30px;
                padding-right:30px;
            }

            .luxury-carousel .swiper-slide-active .detail-text {
                font-size: 1rem;
            }

            .nav-container {
                width: 300px;
                height: 45px;
                padding: 6px;
            }

            .nav-indicators {
                width: 200px;
            }

            .elite-nav-next,
            .elite-nav-prev {
                width: 32px;
                height: 32px;
            }

            .elite-nav-next:after,
            .elite-nav-prev:after {
                font-size: 10px;
            }
            .premium-showcase{
                height:73vh;
            }
        }

.section-db-wrapper {
  max-width: 1350px;
  margin: 100px auto;
}

.section-db-row,
.section-db-row--reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.section-db-row--reverse {
  flex-direction: row-reverse;
}

.section-db-text,
.section-db-image {
  flex: 1;
  min-width: 300px;
}

.section-db-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-db-area {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.section-db-area-between {
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}

.section-db-area-unit {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

.section-db-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  max-width: 600px;
}

.section-db-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}


@media screen and (max-width: 768px) {
  .section-db-row,
  .section-db-row--reverse {
    flex-direction: column !important;
    margin-bottom:30px;
  
  }

  .section-db-text,
  .section-db-image {
    min-width: 100%;
  }

  .section-db-area {
    font-size: 36px;
  }

  .section-db-area-between {
    font-size: 22px;
  }

  .section-db-area-unit {
    font-size: 20px;
  }

  .section-db-title {
    font-size: 24px;
  }

  .section-db-desc {
    margin: 0 auto;
    font-size: 15px;
  }

  .section-db-image img {
    max-height: 400px;
  }

  .section-db-wrapper {
    padding: 0 15px;
    margin: 60px auto;
  }
  .flexi-section {

  padding: 1rem !important;
}
.gallery-slider-wrapper{
    padding-bottom:50px !important;
}
}

.flexi-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.flexi-image-wrapper {
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.flexi-image {
  width: 100%;
  height: auto;
  display: block;
}

.flexi-text-wrapper {
  margin-top: 1.5rem;
}

.flexi-text {
  font-size: 1.2rem;
  color: #333;
}




.stats-row {
       display: flex
;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}
.stats-row .stat-card {
    background: #f7f7f9;
    border-radius: 10px;
    padding: 15px 25px;
    text-align: center;
    min-width: 150px;
    flex: 1;
    max-width: 250px;

}
.stat-card img {
    height: 30px;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 14px;
    color: #666;
}
.stat-value {
    font-weight: 700;
    font-size: 16px;
    margin-top: 4px;
}
.content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-top: 50px;
    flex-direction: row;
}

.static{
  display:flex;
  gap:5px;
      align-items: center;
    justify-content: center;
}

.dynamic-proje-tabs {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 15px;
}

.sidebar {
  width: 120px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.circle-btn {
  width: 90px;
  height: 90px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #000;
  background-color: #fff;
}

.circle-btn .arrow {
  font-size: 18px;
  margin-top: 5px;
}

.circle-btn.active {
  border-color: red;
  color: red;
}

.content-area {
  flex: 1;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  width: 340px;
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;

  object-fit: contain;
  display: block;
  border-radius: 20px;
}

.title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  width: fit-content;
  border-top-right-radius: 12px;
  display: flex;
  flex-direction: column;
}

.title-overlay .underline {
  width: 200px;
  height: 2px;
  background: #000;
  margin-top: 5px;
}

.info-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.specs {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 6px;
}

.card .circle-arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s;
}

.circle-arrow:hover {
  transform: translateX(8px);
  border-color:#960000
}
.card .circle-arrow.red {
  border-color: red;
  color: red;
}

.circle-arrow a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .dynamic-proje-tabs {
    flex-direction: column; 
    gap: 20px;
    padding: 0 10px;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    gap: 15px;
  }

  .circle-btn {
    width: 70px;
    height: 70px;
    font-size: 14px;
  }

  .content-area {
    gap: 20px;
    justify-content: center;
    padding:0px;
  }

  .card {
    width: 100%;
    max-width: 90vw;
  }

  .image-wrapper img {
    height: 200px;
    object-fit:cover;
  }

  .title-overlay {
    font-size: 18px;
    padding: 8px 12px;
  }

  .title-overlay .underline {
    width: 120px;
  }

  .info-area {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .card .circle-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}



.fbr-archive-wrapper {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .fbr-category-section {
    display: flex;
    flex-direction: column;
   
  }

.fbr-category-title {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: 400;
  gap: 20px;
}

.fbr-category-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.fbr-card-img {
  position: relative;
}

  .fbr-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
  }

  .fbr-card {
    width: calc(33.333% - 20px);
     width: 400px;
  background-color: white;
 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  }


  .fbr-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
  }

  .fbr-card-img img {
     width: 100%;

      object-fit: contain;
  display: block;
  border-radius:20px;

  }

  .fbr-card-info {
    padding: 20px;
    position: relative;
  }

  .fbr-card-title {
    position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  font-size: 25px;
  font-weight: 400;
  width: fit-content;
  border-top-right-radius: 12px;
  display: flex;
  flex-direction: column;
    margin:0px;
  }

  .fbr-card-stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
	  width:250px;
  }

  .fbr-stat {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fbr-stat img {
    width: 16px;
    height: 16px;
  }


   .fbr-arrow {
       position:absolute;
       right:20px;
       top:20px;
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s;
}

.fbr-arrow:hover {
  transform: translateX(8px);
  border-color:#960000
}
 .fbr-arrow.fbr-red  {
  border-color: red;
  color: red;
}

 
  
@media (max-width: 768px) {
  .fbr-archive-wrapper {
    padding: 40px 20px;
    gap: 40px;
  }

  .fbr-category-title {
    font-size: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fbr-card-grid {
    gap: 20px;
  }

  .fbr-card {
    width: 100%;
  }

  .fbr-card-img img {
    height: 200px;
    object-fit:cover;
  }

  .fbr-card-title {
    font-size: 20px;
    padding: 8px 12px;
  }

  .fbr-card-info {
    padding: 15px;
  }

  .fbr-card-stats {
    font-size: 13px;
  }

  .fbr-arrow {
    width: 28px;
    height: 28px;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
  }
}



.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
    
.d-swiper-custom-slide, .z-carousel-view-btn {
    background: #fff;
    transition: .3s;
    display: flex;
    cursor: pointer;
    
}

.z-carousel-view-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    
}
.z-carousel-view-btn {
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-size: 16px;
    color:black;
}
.z-carousel-view-btn.z-btn-active {
    background: #f5f5f5;
    border-color: #000;
}
.z-swiper-main-container {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    z-index: 1!important;
}


.d-swiper-custom-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    opacity: .5;
    transform: scale(.8);
}
.d-swiper-custom-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.swiper-slide-active .d-swiper-custom-slide {
    opacity: 1!important;
    transform: scale(1)!important;
}
.swiper-slide-next .d-swiper-custom-slide, .swiper-slide-prev .d-swiper-custom-slide {
    opacity: .7!important;
    transform: scale(.85)!important;
}
.d-custom-zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
    z-index: 10;
}
.d-custom-zoom-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}
.z-image-modal-overlay {
    display: none;
    position: fixed!important;
    z-index: 99999!important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    animation: .3s fadeIn;
}
.z-image-modal-overlay.z-modal-show {
    display: flex;
    align-items: center;
    justify-content: center;
}
.z-modal-content-wrapper {
    width: 70%;
    height: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: .3s zoomIn;
}
.z-modal-content-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.z-modal-close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    transition: background .3s;
}
.z-modal-close-btn:hover {
    background: rgba(0, 0, 0, .8);
}
@keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes zoomIn {
    from {
    transform: translate(-50%, -50%) scale(.5);
    opacity: 0;
}
to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
}.z-swiper-nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 55px !important;
    gap: 20px;

}
.z-swiper-nav-buttons .swiper-button-next, .z-swiper-nav-buttons .swiper-button-prev {
    position: static!important;
    border-radius: 50%;
    width: 55px!important;
    height: 55px!important;
}

.fabbro-gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    
    position: absolute;       /* absolute konumlandırma */
    left: 50%;                /* yatay ortalama */
    transform: translateX(-50%);
    margin-bottom: -150px;    /* istediğin negatif margin */
	z-index:999;
}

.fabbro-tab-btn {
    padding: 12px 24px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.fabbro-tab-btn.active {
    background: #f0f0f0;
    border: 1px solid black;
}

.fabbro-gallery-wrapper {
    position: relative;
    text-align: center;
}

.fabbro-tab-content {
    display: none;
}

.fabbro-tab-content.active {
    display: block;
}

.fabbro-image-wrapper img {
    width: 80%;
    height: 600px;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
	object-fit:contain;
}

.fabbro-tab-navigation {
    margin-top: -80px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.fabbro-tab-prev,
.fabbro-tab-next {
    cursor: pointer;
    padding: 8px 20px;
}

.technical-specs {
    
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 1350px;
    
    box-sizing: border-box;
    margin: 0 auto;
}

.spec-column {
    flex: 1 1 250px;
    min-width: 200px;
}

.spec-column p {
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
}

.spec-column strong {
    color: #111;
    font-weight: 600;
}

@media (max-width: 768px) {
    .fabbro-gallery-tabs {
        gap: 10px;
    }

    .fabbro-tab-btn {
        padding: 10px 16px;
        font-size: 14px;
        color:black !important;
    }

    .fabbro-image-wrapper img {
        width: 100%;
    }

    .fabbro-tab-navigation {
        margin-top: -40px;
        gap: 15px;
    }

    .technical-specs {
        flex-direction: column;
        gap: 0px;
        padding: 0 20px;
    }

    .spec-column {
        width: 100%;
    }
    .proje-title{
        font-size:25px !important;
        padding-left:20px !important;
    }
    .spec-column p{
        font-size:10px !important;
    }
    .spec-column strong{
        font-size:10px !important;
    }
}


.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}
