 body, html {
      margin: 0;
      padding: 0;
       font-family: "Albert Sans", sans-serif;
      overflow-x: hidden;
      background: #F5F5F5;
	
    }



    .menu-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
    }

    .menu-line-top {
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, transparent 20%, white 50%, transparent 80%, transparent 100%);
      opacity: 0.7;
    }

    .menu-line-bottom {
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, transparent 20%, white 50%, transparent 80%, transparent 100%);
      opacity: 0.7;
    }

    .nav-items div {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}

    .nav-items div a {
 	text-decoration:none;
		color:white !important;
}


.nav-items div::before,
.nav-items div::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
       background: linear-gradient(90deg, #B2141A 0%, #8B0207 100%);
border-radius:2px;
  transition: width 0.5s;
  z-index: 3; 
}

.nav-items div::before {
  top: -6px; 
}

.nav-items div::after {
  bottom: -6px;
}

.nav-items div:hover::before,
.nav-items div:hover::after {
  width: 100%; 
}

    .menu-area {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 0;
      position: relative;
    }

    .logo {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
    }

    .logo img {
      height: 120px;
    }

    .nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      color: white;
      font-size: 15px;
      letter-spacing: 1px;
      margin-top: 130px;
    }

    .nav-items {
      display: flex;
      justify-content: center;
      gap: 120px;
    }

    .hero {
      position: relative;
      width: 100%;
      height: 100vh;
      background: url('https://www.5levent.com.tr/landing/wp-content/uploads/2025/11/1-scaled.png') no-repeat center/cover;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, transparent 100%);
      pointer-events: none;
      z-index: 1;
    }

    .hero::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
      pointer-events: none;
      z-index: 1;
    }

    .hero-bottom-text {
      position: absolute;
      bottom: 80px;
      left: 80px;
      color: white;
      font-size: 36px;
      font-weight: bold;
      z-index: 2;
    }

    
    .phone-button{
      background:white !important;
      color:black !important;
          justify-content: center !important;
    display: flex !important;
        align-items: center !important;
        gap:5px !important;
    }

 

    .cta-discover {
      position: absolute;
      bottom: 50px;
      right: 80px;
      color: white;
      display: flex;
      align-items: center;
      gap: 50px;
      cursor: pointer;
      z-index: 2;
    }

    .phone-button, .talep-btn {
      position: fixed;
      right: 0;
      background: #c62828;
      color: white;
      padding: 12px 18px;
      writing-mode: sideways-lr;
      cursor: pointer;
      border-radius: 8px 0 0 8px;
      font-weight: bold;
      z-index: 999;
    }



    .phone-button { top: 35%; right:-0px !important; padding: 12px 14px !important; }
    .talep-btn { top: 55%; background: #b71c1c; }

    .hamburger {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}
.hamburger span {
  width: 30px;
  height: 3px;
  background: white;
  transition: all 0.3s;
  border-radius: 2px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
 transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 30px;
}
.mobile-menu-content div {
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.mobile-menu-content div:hover {
  color: #B2141A;
  transform: scale(1.1);
}

.mobile-menu-content div a{
  color: white;
  text-decoration:none;
}

@media (max-width: 768px) {
  .logo img {
    height: 120px;
    width:200px;
  }
  .nav {
    display: none;
  }
  .hamburger {
    display: flex;
  }
	  .talep-btn {
			right:-5px !important;
	}
	.phone-button{
		right:-15px !important;
	}
	
  .mobile-menu-overlay {
    display: block;
  }
  .hero-bottom-text {
    bottom: 40px;
    left: 20px;
    font-size: 24px;
  }
  .hero-bottom-text h2{
    font-size:25px !important;
  }
.hero-bottom-text h3{
    font-size:30px !important;
  }
.phone-button, .talep-btn {
    display: flex;
    writing-mode: vertical-rl; 
}

  .cta-discover {
   display:none !important;
  }
}

@media (max-width: 480px) {
  .logo img {
    height: 60px;
  }
  .hero-bottom-text {
    font-size: 18px;
    left: 15px;
    bottom: 30px;
  }
  .mobile-menu-content div {
    font-size: 20px;
  }
.phone-button, .talep-btn {
    display: flex;
    writing-mode: vertical-rl; 
}

}
    

    .hemen-teslim-section {
      padding: 100px 80px;
      display: flex;
      gap: 60px;
      align-items: center;
		background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
    }

    .left-images {
      flex: 1;
      position: relative;
      display: flex;
      height: 500px;
      align-items: flex-end;
    }

    .left-column {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      flex: 1;
      height: 100%;
      position: relative;
    }

    .right-column {
      display: flex;
      flex-direction: column;
      flex: 1;
      height: 100%;
      position: relative;
    }

    .img-yasil-alan {
      background: url('https://www.5levent.com.tr/landing/wp-content/uploads/2025/11/solgorsel.png') no-repeat center/cover;
      border-radius: 20px;
      padding-right:50px;
      margin-bottom:20px;
      height: 450px;
      width: 100%;
    }

    .img-kadin {
      background: url('https://www.5levent.com.tr/landing/wp-content/uploads/2025/11/saggorsel.png') no-repeat center/cover;
      border-radius: 20px;
      height: 100%;
      width: 100%;
    }

    .img-yaprak {
      position: absolute;
      bottom: -20px;
      left: 120px;
      width: 200px;
      height: 150px;
      z-index: 5;
    }

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

    .img-yesil-text {
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 10;
    }

    .img-yesil-text img {
      width: 350px;
      height: auto;
    }

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

    .right-content h3 {
      font-size: 38px;
      color: black;
      margin: 0;
      font-weight: normal;
    }

    .right-content h2 {
      font-size: 48px;
      color: #B2141A;
      margin: 0 0 20px 0;
      font-weight: 500;
       font-family: "DM Serif Display", serif;
    }

    .title-underline {
      width: 120px;
      height: 4px;
      background: linear-gradient(90deg, #B2141A 0%, #8B0207 100%);
     border-radius: 2px;
      margin-bottom: 30px;
    }

    .right-content p {
      font-size: 18px;
      color: #333;
      margin: 0;
    }

    .right-content .highlight {
      font-weight: bold;
      color: #000;
    }

@media (max-width: 768px) {
  .hemen-teslim-section {
    flex-direction: column;
    padding: 50px 20px;
    gap: 30px;
  }

  .left-images {
    display: none;
  }

  .right-content {
    padding-left: 0;
  }

  .right-content h3 {
    font-size: 30px;
  }

  .right-content h2 {
    font-size: 36px;
  }

  .title-underline {
    width: 80px;
    height: 3px;
    margin-bottom: 20px;
  }

  .right-content p {
    font-size: 16px;
	          padding-right: 30px;
  }
}


    .doganin-icinde-section {
      position: relative;
      width: 100%;
      height: 700px;
      background: url('https://www.5levent.com.tr/landing/wp-content/uploads/2025/11/denisbg-scaled.webp') no-repeat center/cover;
      display: flex;  
      
    }

    .doganin-icinde-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, 
        rgba(255,255,255,0.95) 0%, 
        rgba(255,255,255,0.7) 30%, 
        rgba(255,255,255,0.3) 60%, 
        transparent 100%);
      pointer-events: none;
    }

    .doganin-content {
      position: relative;
      z-index: 2;
      display: flex;
      gap: 80px;
      align-items: flex-start;
      width: 100%;
		padding-left:80px;
    }

    .doganin-left {
      flex: 0 0 auto;
    }

    .doganin-left h2 {
      font-size: 64px;
      margin: 0 0 5px 0;
      line-height: 45px;
    }

    .doganin-left h2 .normal-text {
      font-weight: 300;
      color: black;
      font-size:45px;
      margin:0px;
    }

    .doganin-left h2 .bold-text {
         font-family: "DM Serif Display", serif;
         font-weight: 500;
      color: #000;
      font-size:45px;
      margin:0px;
    }

    .doganin-underline {
      width: 250px;
      height: 4px;
       background: linear-gradient(90deg, #B2141A 0%, #8B0207 100%);
     border-radius: 2px;
    }

    .doganin-right {
      flex: 1;
      padding-top: 20px;
    }

    .doganin-right p {
      font-size: 18px;
      color: #333;
      margin: 0;
      max-width: 600px;
    }

@media (max-width: 768px) {
  .doganin-icinde-section {
    flex-direction: column;
    padding: 20px;
    height: 60vh; 
  }

  .doganin-content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
	  padding-left:0px;
  }

  .doganin-left h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .doganin-left h2 .normal-text,
  .doganin-left h2 .bold-text {
    font-size: 30px;
  }

  .doganin-underline {
    width: 150px;
    height: 3px;
  }

  .doganin-right {
    padding-top: 10px;
  }

  .doganin-right p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
	  padding-right:70px;
  }
}

#hero-img {
  position: relative;
  transition: 
    box-shadow 0.4s ease,
    transform 0.25s ease;
	border-radius: 100%;
	cursor:pointer;
}

#hero-img:hover {
  transform: scale(1.06);
}

#hero-img.glow {
  box-shadow: 0 0 25px 6px rgba(255, 255, 255, 0.6);
  border-radius: 100%;
}

    .yatirim-section {
     
      padding: 100px 80px;
    }

    .yatirim-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 60px;
    }

    .yatirim-left-title {
      flex: 0 0 auto;
    }

    .yatirim-left-title h3 {
      font-size: 38px;
      color: black;
      margin: 0 0 5px 0;
      font-weight: normal;
    }

    .yatirim-left-title h2 {
      font-size: 48px;
      color: #B2141A;
      margin: 0 0 15px 0;
      font-weight: 500;
         font-family: "DM Serif Display", serif;
    }

    .yatirim-title-underline {
      width: 350px;
      height: 4px;
       background: linear-gradient(90deg, #B2141A 0%, #8B0207 100%);
     border-radius: 2px;
    }

    .yatirim-right-text {
      flex: 1;
      padding-left: 80px;
      padding-top: 20px;
    }

    .yatirim-right-text p {
      font-size: 18px;
      line-height: 1.8;
      color: #333;
      margin: 0;
    }

    .yatirim-right-text .highlight {
      font-weight: bold;
      color: #000;
    }

 .mySwiper {
      width: 100%;
      padding: 60px 0;
           overflow: hidden;

    }

    .swiper-slide {
      width: 400px;
      height: 450px;
      opacity: 0.5;
      transform: scale(0.85);
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                  opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide-active {
      opacity: 1 !important;
      transform: scale(1) !important;
      z-index: 10;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      transition: box-shadow 0.3s ease;
    }

   

    .swiper-button-next,
    .swiper-button-prev {
      color: #B2141A;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      border: 2px solid #ddd;
      width: 60px;
      height: 60px;
      transition: all 0.3s ease;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 24px;
      font-weight: bold;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: white;
      border-color: #c62828;
      color: #B2141A;
      transform: scale(1.1);
    }

    .swiper-pagination {
      bottom: 10px !important;
    }

    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #ddd;
      opacity: 1;
      border-radius: 50%;
      margin: 0 6px !important;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .swiper-pagination-bullet-active {
      background: #c62828;
      width: 40px;
      border-radius: 6px;
    }

@media (max-width: 768px) {
  .yatirim-section {
    padding: 50px 20px;
  }

  .yatirim-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .yatirim-left-title h3 {
    font-size: 30px;
  }

  .yatirim-left-title h2 {
    font-size: 36px;
  }

  .yatirim-title-underline {
    width: 150px;
    height: 3px;
  }

  .yatirim-right-text {
    padding-left: 0;
    padding-top: 10px;
  }

  .yatirim-right-text p {
    font-size: 16px;
    line-height: 1.5;
	         padding-right: 20px;

  }

  .slider-wrapper {
        padding: 0 calc(50% - 50px);
    gap: 15px;
  }

  .slide {
   
    min-width: 250px;
    opacity: 0.7;
    transform: scale(0.85);
  }

  .slide.active {
    flex: 0 0 300px;
    min-width: 300px;
    opacity: 1;
    transform: scale(1);
  }

  .slide img {
    height: 300px;
  }

  .slide.active img {
    height: 350px;
  }

  .slider-controls .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .slider-dots {
    margin-top: 20px;
    gap: 8px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .dot.active {
    width: 30px;
    border-radius: 5px;
  }
}


.hazir-daireler-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: url('https://www.5levent.com.tr/landing/wp-content/uploads/2025/11/videobg-scaled.webp') no-repeat center/cover;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.background-video.playing {
  opacity: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
  z-index: 2;
  transition: background 1s ease;
}

.background-video.playing ~ .video-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}

.hazir-daireler-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 80px;
  flex: 1;
}

.hazir-daireler-header {
  margin-bottom: 60px;
  display: flex;
  width:1350px;
  margin:0 auto;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.hazir-daireler-header h3 {
  font-size: 38px;
  color: black;
  margin: 0 0 5px 0;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.hazir-daireler-header h2 {
  font-size: 48px;
  color: #B2141A;
  margin: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.1;
     font-family: "DM Serif Display", serif;
}

.hazir-daireler-underline {
  width: 450px;
  height: 5px;
   background: linear-gradient(90deg, #B2141A 0%, #8B0207 100%);
     border-radius: 2px;
  margin-bottom: 0;
}

.hazir-daireler-bottom {
 
  
  flex: 1;
  gap: 80px;
}

.hazir-daireler-text {
  flex: 1;
  max-width: 800px;
}

.hazir-daireler-text p {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hazir-daireler-text p strong {
  font-weight: bold;
}

.lokasyon-button-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  padding-top:50px;
}

.lokasyon-button-container:hover .play-circle {
  transform: scale(1.1);
}

.play-circle {
  width: 140px;
  height: 140px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 3px dotted rgba(255, 255, 255, 0.8);
  position: relative;
}

.play-circle.playing {
  border-color: rgba(198, 40, 40, 0.8);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 30px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 10px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.play-circle.playing .play-icon {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  width: 15px;
  height: 35px;
  border-left: 10px solid white;
  border-right: 10px solid white;
  margin-left: 0;
}

.lokasyon-button-container span {
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hazir-daireler-right {
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 3;
}

.circle-image-container {
  width: 150px;
  height: 239px;
  border: none;

  position: relative;
  z-index:500;
  margin-bottom:-30px;
}

.circle-image-container img {
  width: 100%;
  height: 100%;
   z-index:500;
  
}


  
.hazir-cizgi{
  width:100%;
  height:50px;
   background: linear-gradient(90deg, #B2141A 0%, #8B0207 100%);
   margin-top:-50px;
   z-index: 0;
}


@media (max-width: 768px) {
  .hazir-daireler-section {
    min-height: 60vh;
    padding: 40px 20px;
  }

  .hazir-daireler-content {
    padding:0px;
  }

  .hazir-daireler-header {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin: 0 0 30px 0;
    margin-left:-10px;
    
  }

  .hazir-daireler-header h3 {
    font-size: 30px;
  }

  .hazir-daireler-header h2 {
    font-size: 36px;
  }

  .hazir-daireler-underline {
    width: 200px;
    height: 3px;
  }

  .hazir-daireler-bottom {
    flex-direction: column;
    gap: 20px;
	  width:1350px;
	  margin:0 auto;
  }

  .hazir-daireler-text {
    max-width: 100%;
  }

  .hazir-daireler-text p {
    font-size: 16px;
	  padding-right: 50px;
  }

  .lokasyon-button-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
  }

  .play-circle {
    width: 50px;
    height: 50px;
  }

  .play-icon {
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
  }

  .play-circle.playing .play-icon {
    width: 25px;
    height: 25px;
    border-left: 7px solid white;
    border-right: 7px solid white;
  }

  .lokasyon-button-container span {
    font-size: 14px;
  }

  .hazir-daireler-right {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .circle-image-container {
    width: 120px;
    height: 190px;
    margin-bottom: -20px;
    display:none;
  }

  .circle-image-container img {
    width: 100%;
    height: 100%;
  }
}


 

  .map-section {
            width: 100%;
            position: relative;
        }

        .map-header {
            text-align: center;
            padding-top:30px;
            padding-bottom:30px;
            position: relative;
            z-index: 10;
            width:350px;
            margin:0 auto;
        }

        .map-header-subtitle {
            font-size: 23px;
            color: black;
            margin: 0px;
            letter-spacing: 2px;
            text-align: left;
			margin-bottom:-15px;
           
        }

        .map-header-title {
            font-size: 70px;
            font-weight: 500;
               font-family: "DM Serif Display", serif;
            color: #c41e3a;
                        margin: 0px;

        }

        .map-header-description {
            font-size: 23px;
            color: black;
            margin: 0px;
            text-align: right;
            margin-right:-25px;

        }

        .map-container {
            height: 700px;
            position: relative;
            width: 100%;
        }

          .marti{
            margin-top:-170px;
            margin-right: -200px;
            margin-bottom:80px;
          }
          .marti img{
            width: 120px;
			  
          }
.marti, .marti img {
    pointer-events: none !important;
}

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

        #map-yandex {
            width: 100%;
            height: 100%;
			
        }

        .map-sidebar {
            position: absolute;
            bottom: 30px;
            left: 30px;
            width: 200px;
            background: rgba(15, 14, 14, 0.591);
            padding: 20px;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            gap: 5px;
            z-index: 1000;
            backdrop-filter: blur(10px);
        }

        .map-menu-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .map-menu-item:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: #c41e3a;
            transform: translateX(5px);
        }

        .map-menu-item.active {
            background: #c41e3a;
            border-color: #c41e3a;
        }

        .map-menu-icon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .map-menu-text {
            font-size: 16px;
            font-weight: 500;
        }

        .map-info-popup {
            position: absolute;
            top: 20px;
            right: 20px;
            background: white;
            padding: 15px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 999;
            display: none;
            min-width: 200px;
        }

        .map-info-popup.show {
            display: block;
            animation: slideIn 0.3s ease;
        }

        @keyframes slideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .map-info-title {
            font-size: 18px;
            font-weight: bold;
            color: #c41e3a;
            margin-bottom: 8px;
        }

        .map-info-detail {
            font-size: 14px;
            color: #666;
            margin: 5px 0;
        }

       @media (max-width: 768px) {
  .map-header {
    width: 90%;
    padding: 20px 10px;
  }

  .map-header-subtitle,
  .map-header-description {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }

  .map-header-title {
    font-size: 28px;
    text-align: center;
    margin: 10px 0;
  }

  .map-container {
    height: 60vh;
  }

  .marti {
    margin-top: -80px;
    margin-right: -50px;
    margin-bottom: 40px;
  }

  .marti img {
    width: 60px;
  }

  .map-sidebar {
    bottom: 10px;
    left: 10px;
    
    max-height: 40vh;
    overflow-y: auto;
    padding: 15px;
  }

  .map-menu-item {
    padding: 10px 12px;
    font-size: 14px;
    gap: 10px;
  }

  .map-menu-icon {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .map-menu-text {
    font-size: 14px;
  }

  .map-info-popup {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: auto;
    font-size: 14px;
  }

  .map-info-title {
    font-size: 16px;
  }

  .map-info-detail {
    font-size: 12px;
  }
}


        .footer-form {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                        url('https://www.5levent.com.tr/landing/wp-content/uploads/2025/11/formbg-1-scaled.webp') center/cover;
            padding: 150px 20px;
            position: relative;
        }

        .footer-form::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            pointer-events: none;
        }

        .footer-form-container {
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .footer-form h2 {
            color: white;
            text-align: center;
            font-size: 38px;
            margin-bottom:0px;
            font-weight: 300;
            letter-spacing: 2px;
        }

        .footer-form h1 {
            color: white;
            text-align: center;
            font-size: 48px;
         
            font-weight: 400;
                font-family: "DM Serif Display", serif;
                margin:0px;
                padding-bottom:30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group input {
            width: 100%;
            padding: 18px 25px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            background: white;
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

        .form-group input::placeholder {
            color: #666;
        }

        .consent-text {
            color: white;
            font-size: 14px;
            margin: 25px 0;
        }

        .consent-text strong {
            font-weight: 600;
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin: 25px 0;
        }

        .checkbox-group input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-top: 2px;
            cursor: pointer;
            flex-shrink: 0;
        }

        .checkbox-group label {
            color: white;
            font-size: 14px;
            cursor: pointer;
        }

        .submit-btn {
            width: 100%;
            padding: 18px;
            background: #c62828;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 2px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
        }

        .submit-btn:hover {
            background: #b71c1c;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(198, 40, 40, 0.4);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .footer-form {
                padding: 60px 0px;
            }
	form#contactForm {
    padding: 50px;
    padding-left: 30px;
}
            .footer-form h2 {
                font-size: 1.8rem;
            }

            .footer-form h1 {
                font-size: 2.2rem;
            }

            .form-group input {
                padding: 15px 20px;
            }

            .submit-btn {
                padding: 16px;
                font-size: 16px;
            }
        }


          .footer-contact {
            background: #f8f8f8;
            padding: 60px 40px;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            gap: 60px;
            margin-bottom: 80px;
        }

        .footer-title {
            font-size: 2rem;
            font-weight: 400;
            color: #333;
           
            text-transform: uppercase;
        }

        .footer-address {
            text-align: left;
        }

        .footer-address p {
            color: #666;
            font-size: 15px;
          
         
        }

        .footer-logo {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .footer-logo img {
            max-width: 200px;
            height: auto;
        }

        .footer-info {
            text-align: right;
        }

        .footer-phone {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
           
        }

        .footer-email {
            color: #666;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-email:hover {
            color: #c62828;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 40px;
            border-top: 1px solid #ddd;
        }

        .footer-copyright {
            color: #666;
            font-size: 14px;
        }

        .scroll-top-btn {
            display: flex;
            align-items: center;
            gap: 15px;
            background: transparent;
            border: none;
            cursor: pointer;
            color: #666;
            font-size: 14px;
            transition: all 0.3s ease;
            padding: 10px 20px;
        }

        .scroll-top-btn:hover {
            color: #c62828;
        }

        .scroll-icon {
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .scroll-top-btn:hover .scroll-icon {
            border-color: #c62828;
            transform: translateY(-3px);
        }

        .scroll-icon::before {
            content: '↑';
            font-size: 20px;
            font-weight: 300;
        }

        @media (max-width: 1024px) {
            .footer-top {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }

            .footer-address,
            .footer-info {
                text-align: center;
            }

            .footer-phone {
                font-size: 2rem;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            .footer-contact {
                padding: 40px 20px;
            }

            .footer-title {
                font-size: 1.5rem;
            }

            .footer-phone {
                font-size: 1.8rem;
            }

            .footer-top {
                margin-bottom: 40px;
            }
			
			.talep-form-container{
				right:7px !important;
			}
        }

        .hero-bottom-text h2{
          font-size:50px;
          margin:0;
          font-weight: 200;
        }

        .hero-bottom-text h3{
          font-size:60px;
             font-family: "DM Serif Display", serif;
             font-weight: 400;
             margin:0;

        }

        .hero-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.hero-popup .popup-content {
    position: relative;
 
    padding: 25px;
    border-radius: 8px;
    
        width: 90vw;
    height: 90vh;
}

.hero-popup .close {
    position: absolute;
    top: 5  px;
    right: 5px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

video#popup-video{
  width: 100%;
}


.talep-form-container {
position: fixed;
bottom: 20px;
right: 20px;
width: 330px;
background: linear-gradient(180deg, #b10202, #7f0000);
padding: 35px 32px;
border-radius: 18px;
box-shadow: 0 0 25px rgba(0,0,0,0.5);
color: #fff;
transform: translateX(120%);
transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	z-index:1000;
}
.talep-form-container.active {
transform: translateX(0);
}

.talep-form-container form{
	padding-right:20px !important;
	padding:0px;
}

.talep-title {
margin: 0;
text-align: center;
font-size: 30px;
font-weight: 300;
	
}
.talep-subtitle {
margin: 5px 0 25px 0;
text-align: center;
font-size: 25px;
 font-family: "DM Serif Display", serif;
font-weight: 500;
font-style:italic;
}


.talep-input {
width: 100%;
padding: 14px;
margin-top: 18px;
border-radius: 10px;
border: 2px solid rgba(255,255,255,0.6);
background: transparent;
color: #fff;
font-size: 13px;
outline: none;
transition: 0.2s;
}
.talep-input:focus {
border-color: #fff;
}
.talep-input::placeholder {
color: #f1f1f1;
opacity: 0.9;
}

.talep-form-container p{
	font-size:12px;
}
.talep-checkbox-item label{
	font-size:12px;
}

.talep-checkbox-item label {
	padding-left:5px;
}

.talep-checkbox-group {
	margin-top: 25px;
font-size: 15px;
	display:flex;
	gap:10px;
}
.talep-checkbox-item {
display: flex;
align-items: center;

margin-top: 10px;
}


.talep-checkbox-item input[type="checkbox"] {
appearance: none;
width: 20px;
height: 20px;
border: 2px solid #fff;
border-radius: 4px;
cursor: pointer;
position: relative;
}


.talep-checkbox-item input[type="checkbox"]:checked {
background: #003300;
border-color: #003300;
}


.talep-checkbox-item label {
cursor: pointer;
}


.talep-submit-btn {
margin-top: 32px;
background: none;
border: 2px solid #fff;
width: 100%;
padding: 16px;
border-radius: 12px;
color: #fff;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: 0.25s;
}
.talep-submit-btn:hover {
background: rgba(255,255,255,0.12);
}

 .talep-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
	 	color:white !important;
    }


.kvkk-popup {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

a.kvkkLink {
    color: white;
}

.kvkk-popup-content {
  background: #fff;
  width: 80vw;
  max-height: 80vh;     
  overflow-y: auto;     
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.kvkk-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}
