@keyframes moveRightUp {
    0% {
      transform: translate(0, 130deg);
    }
    50% {
      transform: translate(0, 105deg);
    }
    100% {
      transform: translate(0, 130deg);
    }
  }
  

/* Keyframe animasyonları */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(0,135deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.9); /* Başlangıçta biraz küçük */
    }
    100% {
        opacity: 1;
        transform: scale(1); /* Sonunda normal boyuta gelsin */
    }
}

#send-response-success , #send-response-unsuccessful{
  display: none;
}
#phoneNumber {
  padding: 8px 50px;
}
#home-banner {
  position: relative;
  top: -136px;
  min-height: 900px;
  overflow: hidden;
  margin-bottom: -136px;
}
#home-banner .banner-col {
  padding-top: 35px;
}
#home-banner .home-banner-outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#home-banner .home-banner-outer video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#home-banner .home-banner-outer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#home-banner .banner-content {
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

#home-banner .banner-left-content {
  background: #ffffff80;
  padding: 25px;
  border-radius: 28px;
}

#home-banner .section-subtitle{
  font-size: 19px;
  font-weight: 500;
}

#home-banner .banner-content .section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}

#home-banner .section-desc {
  margin-bottom: 30px;
}

#home-banner .banner-left-text{
  position: relative;
  bottom: 180px;
  color: #fff;
}

#home-banner .banner-form .title{
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}
#home-banner .banner-form .input-area input {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #EDF2F594;
  border: 1px solid #fff;
  color: #021019;
  font-size: 16px;
  font-weight: 600;
}
#home-banner .banner-form .input-area input::placeholder{
  color: #021019;
  font-weight: 600;
  font-size: 16px;
  font-weight: 300;
}
#home-banner .banner-form .input-area input#phoneNumber {
  padding: 15px 50px;
}

#home-banner .home-form .input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#home-banner .banner-form .input-col {
  margin-bottom: 15px;
  padding: 0 5px;
}


#home-banner .banner-form .send-btn {
  width: 100%;
  background: #F1F5F9BF;
  color: var(--color);
  padding: 15px 15px;
  min-width: 50%;
  border-radius: 10px;
  text-transform: uppercase;
}

#home-banner .banner-content .banner-title {
  font-size: 62px;
  color: #fff;
  font-weight: 500;
  text-shadow: 4px 3px 3px #00000063;
}

#home-banner .banner-content .banner-title span{
  font-weight: 800;
}

#home-banner .banner-features-list {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    background: #aca09b;
    display: inline-block;
    padding: 15px;
    border-radius: 15px;
}

#home-banner .banner-features-list .features-list-item {
    gap: 10px;
    font-size: 16px;
    margin-bottom:10px;
    color:#fff;
    margin-bottom:5px;
}

#home-banner .banner-form {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 1;
  width: calc(960px + (60vw - 960px) / 2);
  background: #243747C2;
  padding: 30px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
}
#home-banner .banner-form .form-text-area {
  width: 25%;
  flex: 0 0 25%;
}
#home-banner .banner-form .form-inner{
  flex: 0 0 75%;
  width: 75%;
} 
#home-banner .banner-form .banner-form-inner {
  background: #7392b8ab 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  /* filter: blur(1px); */
  padding: 30px 25px;
  border-radius: 20px;
}

#home-banner .banner-form .form-text-area .section-title {
  color: #fff;
  transform: rotate(314deg) translate(20%, 7%);
  position: relative;
  left: -10%;
  margin-right: 10%;
  bottom: -30px;
}

/* about us */

#home-multi-section {
  position: relative;
}

#home-multi-section .bg-decor img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-about {
  background: linear-gradient(45deg, #1e3344c7 10%, #1e3344 90%);
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

#home-about .section-title{
  color: var(--text-light);
}

#home-about .section-desc{
  color: var(--text-light);
}

/* services */

#home-services {
  position: relative;
  z-index: 1;
  padding: 75px 0;
}

#home-services .section-title-area{
  text-align: center;
  margin-bottom: 25px;
}

#home-services .services-col{
  margin-bottom: 25px;
}

#home-services .services-box {
  gap: 15px;
}

#home-services .services-box .image {
  width: 40%;
  flex: 0 0 40%;
  border-radius: 10px;
  overflow: hidden;
}

#home-services .services-box .content {
  width: 59%;
  flex: 0 0 59%;
  background: var(--primary-color);
  border-radius: 16px;
  padding: 15px 25px;
  color: #fff;
}

#home-services .services-box .content .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  font-size: 20px;
}

#home-services .services-middle-col .image {
  display: none;
}

#home-services .services-middle-col .content{
  width: 100%;
  flex:0 0 100%;
}

#home-services .section-btn-container {
  gap: 15px;
}

/* success treatment */

#home-success-treatments{
  /* margin-bottom: 80px; */
  padding: 70px 0;
}

#home-success-treatments .treatments-row{
  margin-bottom: 45px;
}

#home-success-treatments .success-treatments-title{
  color: #021019;
  font-size: 36px;
  font-weight: 700;
}

#home-success-treatments .section-desc{
  color: #021019;
  font-size: 18px;
  font-weight: 500;
  padding-left: 5%;
}

#home-success-treatments .content {
  gap: 30px;
  padding: 15px 35px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #167B84;
}

#home-success-treatments .content .number {
  font-size: 46px;
  font-weight: 700;
}

#home-success-treatments .content .title {
  font-size: 20px;
  font-weight: 700;
}

#home-success-treatments .success-col {
  padding: 0 25px;
}

/* scanning */
#home-scanning {
  padding: 70px 0;
}
#home-scanning .section-text{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#home-scanning .section-link{
  gap: 10px;
}
#home-scanning .scanning-image{
  border-radius: 20px;
}

/* reviews */

#home-reviews {
  position: relative;
}

#home-reviews .swiper-wrapper{
  height: auto!important;
}

#home-reviews .swiper-wrapper .review-box {
  background: var(--primary-color);
  padding: 40px 45px;
  border-radius: 10px;
  height: 490px;
}
#home-reviews .swiper-wrapper .reviews-swiper {
  width: 692px;                      /* 470px yerine */
  max-width: calc(100% - 140px);
  margin: 0 auto;
  padding-top: 40px;
  overflow: visible;
  position: relative;
}

#home-reviews .reviews-title-row{
  margin-bottom: 35px;
}

/* Genişleyen karta uygun iç boşluk ve yükseklik */
.reviews-swiper .swiper-slide {
  height: 400px;                    
}
.reviews-section {
    --rs-card-bg: #2c3848;
    --rs-card-text: #ffffff;
    --rs-star: #f5a623;
    --rs-bg: #edf1f5;
    position: relative;
    background: var(--rs-bg);
    height: 380px;              /* kartlar alttan kesilir, görseldeki gibi */
    overflow: hidden;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }
 
  /* --- Swiper --- */
  .reviews-swiper {
    width: 690px;
    max-width: calc(100% - 140px);
    margin: 0 auto;
    padding-top: 40px;
    overflow: visible;          /* arkadaki kartlar görünsün */
  }
 
  .reviews-swiper .swiper-slide {
    height: 430px;              /* section'dan uzun -> altı kesik */
    border-radius: 16px;
    box-sizing: border-box;
    transform-origin: 50% 100%; /* kartlar kendi alt kenarından döner -> hepsi dibe yaslanır */
  }
 
  .review-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: #fff;
  }
 
  .review-avatar {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
  }
 
  .review-name {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
  }
 
  .review-stars {
    color: var(--rs-star);
    font-size: 15px;
    letter-spacing: 3px;
  }
 
  .review-date {
    margin-left: auto;
    align-self: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
  }
 
  .review-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
  }
 
  .review-more {
    position: absolute;
    right: 26px;
    bottom: 64px;               /* kesim çizgisinin hemen üstünde kalır */
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
  }
  .review-more:hover { color: rgba(255, 255, 255, 0.75); }
 
  /* --- Nav butonları --- */
  .review-nav {
    position: absolute;
    top: 42%;
    z-index: 10;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }
  .review-prev { left: 28px; }
  .review-next { right: 28px; }
  .review-nav:hover { transform: scale(1.08); }
  .review-nav:active { transform: scale(0.94); }
  .review-nav:focus-visible { outline: 3px solid #8ab4d8; outline-offset: 2px; }
 
  /* --- Mobil --- */
  @media (max-width: 640px) {
    .reviews-section { height: 340px; }
    .reviews-swiper { max-width: calc(100% - 96px); padding-top: 32px; }
    .reviews-swiper .swiper-slide { height: 400px; padding: 26px 24px; }
    .review-text { font-size: 14px; }
    .review-nav { width: 38px; height: 38px; }
    .review-prev { left: 10px; }
    .review-next { right: 10px; }
  }
 
  @media (prefers-reduced-motion: reduce) {
    .review-nav { transition: none !important; }
  }

/* faq */
#home-faq {
  position: relative;
  bottom: 26px;
  z-index: 2;
  padding: 50px 0;
  margin-bottom: 85px;
}
#home-faq .section-title-head {
  text-align: center;
}
#home-faq .section-title-head .section-title{
  color: #fff;
}
#home-faq .section-title-head .section-desc{
  color: #fff;
}
#home-faq .faq-list-area {
  position: relative;
  z-index: 3;
}
#home-faq .faq-list-area .faq-item {
  margin-bottom: 32px;
  border: 1px solid #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
}
#home-faq .faq-list-area .faq-item .item-top {
  padding: 16px 64px 16px 24px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
#home-faq .faq-list-area .faq-item .item-top .item-title {
  color: var(--text-light);
  font-weight: 500;
  font-size: 18px;
}
#home-faq .faq-list-area .faq-item .item-top::before,
#home-faq .faq-list-area .faq-item .item-top::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  background: var(--text-light);
  right: 20px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#home-faq .faq-list-area .faq-item .item-top::before {
  transform: rotate(90deg);
}
#home-faq .faq-list-area .faq-item .item-bottom {
  padding: 0 24px;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#home-faq .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: var(--text-light);
}
#home-faq .faq-list-area .faq-item.opened .item-top::before {
  transform: none;
}
#home-faq .faq-list-area .faq-item.opened .item-bottom {
  padding: 12px 24px 24px;
  height: max-content;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}

/* blog */

#home-blog{
  margin-bottom: 80px;
}

#home-blog .section-title-head{
  text-align: center;
  margin-bottom: 25px;
}

/* Genel kolon yapısı ve alt boşluk */
#home-blog .blog-row .blog-col {
    border: 4px solid #f3f3f3;
    padding: 10px;
}

#home-blog .blog-row .blog-col:nth-child(odd) {
    border-top: none;
    border-left: none;
}

#home-blog .blog-row .blog-col:nth-child(even) {
    border-right: none;
    border-bottom: 4px solid #f3f3f3;
}

#home-blog .blog-row .blog-col:nth-child(2) {
    border-top: none;
}

#home-blog .blog-row .blog-col:nth-child(5) {
    border-bottom: none;
}
#home-blog .blog-row .blog-col:nth-child(even):last-child {
    border-bottom: none;
}
#home-blog .blog-row .blog-col:nth-child(odd) {
    border-top: 4px solid #f3f3f3;
    border-left: none;
}
#home-blog .blog-row .blog-col:nth-child(odd):first-child {
    border-top: none;
    border-left: none;
}
#home-blog .blog-row .blog-col:nth-child(odd) 
#home-blog .blog-row .services-content {
  padding: 20px 20px 20px 30px;
  display: block;
  display: block;
}

#home-blog .blog-row .services-content .blog-content {
  gap: 10px;
}

#home-blog .blog-row .services-content .blog-content .blog-text {
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#home-blog .blog-row .services-content .blog-content .blog-text .blog-title {
  font-size: 20px;
  font-weight: 700;
}

#home-blog .blog-row .services-content .blog-content .blog-text .blog-desc {
  font-size: 16px;
}