@keyframes moveRightUp {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, -10px);
    }
    100% {
      transform: translate(0, 0); 
    }
  }
  

/* Keyframe animasyonları */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    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;
  margin-bottom: -30px;
  top: -133px;
  min-height: 920px;
  margin-bottom: -60px;
}

#home-banner .home-banner-outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#home-banner .banner-content .form-col{
  padding: 0px;
  position: relative;
}

#home-banner .banner-content .banner-form {
  padding: 27px 0px 27px 0px;
}

#home-banner .banner-content .banner-form .banner-form-title {
  color: var(--text-light);
  font-size: 29px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

#home-banner .banner-content .banner-form #home-form .input-area {
  margin-bottom: 20px;
}

#home-banner .banner-content .banner-form #home-form .input-area input {
  width: 100%;
  color: var(--color);
  border: 1px solid var(--color);
  background: var(--bg-color);
  padding: 10px 20px;
  border-radius: 7px;
}

#home-banner .banner-content .banner-form #home-form .input-area input#phoneNumber{
  padding: 10px 55px;
  color: var(--color);
}

#home-banner .banner-content .banner-form #home-form .input-area input#phoneNumber .iti__arrow{
  color: var(--color);
}

#home-banner .banner-content .banner-form #home-form .input-area input#phoneNumber::placeholder{
  color: var(--color);
}

#home-banner .banner-content .banner-form #home-form .input-area input::placeholder{
  color: var(--color);
  font-size: 18px;
}


#home-banner .banner-content .banner-form #home-form .input-area input#phone{
  color: #fff;
  padding: 10px 55px;
}

#home-banner .banner-content .banner-form .input-area label {
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  color: var(--color);
  border: 1px solid var(--color);
  background: var(--bg-color);
  padding: 10px 20px;
  border-radius: 7px;
}


#home-banner .banner-content .banner-form #home-form .form-button {
  background: var(--color);
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  height: 46px;
  transition: 0.3s ease-in;
  cursor: pointer;
}

#home-banner .banner-content .banner-form #home-form .form-button:hover{
  background: #fff;
  border: 1px solid  var(--color);
  color: var(--color);
}

#home-banner .banner-content .banner-before-after .gallery-item img {
  border-radius: 15px;
}

#home-banner .banner-content .banner-right-logo {
  display: grid;
  grid-template-columns: 225px 225px;
  justify-content:end;
  gap: 35px;
  align-items: center;
  margin-top: 80px;
}

#home-banner .banner-content .banner-ceo-title {
    color: #fff;
    text-align: end;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}

#home-banner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  border: none;
  background: #fff;
  padding: 5px!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#home-banner .owl-nav button svg {
  width: 20px;
  height: 20px;
  color: #000;
}

#home-banner .owl-nav .owl-prev {
  left: -7%;
}

#home-banner  .owl-nav .owl-next {
  right: -7%;
}


#home-banner .owl-nav button:hover {
  opacity: 1;
}
#home-banner .banner-logo {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
}
#home-banner .banner-logo .gallery-item{
  margin-bottom: 20px;
}


/* 
#home-banner .banner-content .banner-subtitle {
  color: var(--color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#home-banner .banner-content .banner-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

#home-banner .banner-content .banner-desc{
  color: var(--color-2);
  font-size: 18px;
  margin-bottom: 10px;
}

#home-banner .banner-content .banner-link {
  background: var(--color);
  border: 1px solid var(--color);
  padding: 10px 15px;
  display: inline-block;
  min-width: 235px;
  text-align: center;
  color: #fff;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#home-banner .banner-content .banner-link:hover{
  background: #fff;
  color: var(--color);
  border: 1px solid var(--color);
}

#home-banner .banner-content .banner-logo-container{
  margin-top: 110px;
  padding: 40px 0px;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
} */

/* campaign */
#home-campaign-image{
	margin-bottom:80px;
}

#home-campaign-image img{
	border-radius:20px;
}

/* count */

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

#home-multi-section .section-pattern {
  position: absolute;
  right: 0;
  top: -80px;
  height: 100%;
  z-index: -1;
}

#home-count-area{
  margin-bottom: 80px;
}

#home-count-area .count-content {
  position: relative;
  gap: 25px;
}

#home-count-area .count-content::before {
  position: absolute;
  right: 0;
  width: 1px;
  height: 50px;
  background: var(--color-3);
  content: "";
}

#home-count-area .count-col:last-child .count-content::before {
  content: none;
}
#home-count-area .count-content .count-text .number {
  color: var(--color-3);
  font-size: 49px;
  font-weight: 700;
}

#home-count-area .count-content .count-text .title{
  color: var(--color-3);
  font-size: 18px;
}

/* before after */

#home-before-after{
  margin-bottom: 80px;
}

#home-before-after .section-title-head {
  text-align: center;
  margin-bottom: 40px;
}

#home-before-after .section-title-head .section-subtitle{
  margin-bottom: 10px;
}

#home-before-after .owl-dots {
  margin-top:45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#home-before-after .owl-dots .owl-dot span{
  width: 16px;
  height: 16px;
  background-color: var(--color-2);
  margin: 0px;
}

#home-before-after .owl-dots .owl-dot.active span{
  background-color: var(--color);
  width: 21px;
  height: 21px;
}

/* services */

#home-services{
  margin-bottom: 20px;
  padding: 70px 0;
  background: var(--bg-white);
}
#home-services .treatments-group{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

#home-services .treatments-group .treatments-box {
  width: 31%;
  flex: 0 0 31%;
  position: relative;
}

#home-services .treatments-group .treatments-box img{
  filter: brightness(0.9);
  border-radius: 15px;
}

#home-services .treatments-group .treatments-box .treatments-text {
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
}

#home-services .section-subtitle{
  margin-bottom: 10px;
}

#home-services .section-title{
  margin-bottom: 15px;
}

#home-services .section-desc {
  color: var(--color);
}

#home-services .services-link-container{
  margin-top: 15px;
  gap: 25px;
  display: flex;
}

#home-services .services-link-1 {
  min-width: 251px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: var(--color-2);
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
    transition: 0.3s ease-in;
}

#home-services .services-link-2 {
  min-width: 251px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: var(--color);
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease-in;
}

#home-services .services-link-1:hover , #home-services .services-link-2:hover{
  transform: scale(1.1);
}

/* quality */

#home-quality{
  position: relative;
  min-height: 712px;
}

#home-quality .quality-row{
  height: 100%;
}

#home-quality .quality-istanbul-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

#home-quality .quality-content {
  position: relative;
  top: 75px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#home-quality .quality-content .section-subtitle{
  font-weight: bold;
}


#home-quality .quality-content .section-desc{
  color: var(--color);
}

#home-quality .quality-link {
  min-width: 251px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: var(--color);
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease-in;
}

/* video */
#home-video-area {
  background: #F4F6FB;
  padding: 75px 0;
  margin-bottom: 80px;
}

#home-video-area .section-title-head {
  margin-bottom: 25px;
}

#home-video-area .video-title{
  font-weight: 700;
  font-size: 34px;
  color: #3A3B3B;
  margin-bottom: 25px;
}

#home-video-area .video-desc-col {
  padding-right: 30px;
  padding-left: 0px;
}

#home-video-area .video-btn-col {
  padding-left: 40px;
}

#home-video-area .video-desc {
  color: var(--color);
}


#home-video-area .video-btn {
  width: 100%;
  background-color: #F61C0D;
  padding: 15px;
  gap: 15px;
  border-radius: 9px;
  transition: 0.3s ease-in-out;
}

#home-video-area .video-btn:hover{
  box-shadow: -9.3px 7.4px 7.4px #F61C0D;
  transition: 0.3s ease-out;
}

#home-video-area .video-btn svg {
  width: 44px;
  height: 31px;
  color: #fff;
}

#home-video-area .video-btn span{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}


#home-video-area .video-carousel {
  margin-top: 35px;
}

#home-video-area .video-carousel .video-thumb{
  position: relative;
}

#home-video-area .video-carousel .video-thumb .video-thumb-img{
  border-radius: 25px;
}

#home-video-area .video-carousel .video-thumb .video-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  transform: translate(-50%, 0px);
}

#home-video-area .owl-dots {
  margin-top:45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#home-video-area .owl-dots .owl-dot span{
  width: 16px;
  height: 16px;
  background-color: var(--color-2);
  margin: 0px;
}

#home-video-area .owl-dots .owl-dot.active span{
  background-color: var(--color);
  width: 21px;
  height: 21px;
}

/* brand logo */
#home-brand-logos{
  margin-bottom: 80px;
}

#home-brand-logos .gallery-item img {
  width: 170px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

/* BaseMedicale Difference */

#home-basemedicale-difference{
  margin-bottom: 80px;
}
#home-basemedicale-difference .difference-row {
  margin-top: 50px;
}
#home-basemedicale-difference .section-title-head{
  text-align: center;
}

#home-basemedicale-difference .difference-content {
  height: 100%;
  background-color: #f5f6fb;
  border-radius: 12px;
  padding: 19px 24px;
  gap: 10px;
  text-align: center;
  color: var(--color);
}

#home-basemedicale-difference .difference-content .difference-title {
  font-size: 20px;
  font-weight: 500;
}

#home-basemedicale-difference .difference-link-container{
  margin-top: 35px;
  gap: 25px;
}

#home-basemedicale-difference .difference-link-1 {
  min-width: 254px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: var(--color);
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
    transition: 0.3s ease-in;
}

#home-basemedicale-difference .difference-link-2 {
  min-width: 254px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: var(--color-2);
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease-in;
}

#home-basemedicale-difference .difference-link-1:hover , #home-difference .difference-link-2:hover{
  transform: scale(1.1);
}

/* luxury */

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

#home-luxury .section-title-head{
  margin-bottom: 15px;
}

#home-luxury .luxury-content {
  color: var(--color);
  margin-bottom: 10px;
}

#home-luxury .luxury-link {
  min-width: 254px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: var(--color-2);
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease-in;
}

#home-luxury .luxury-clinic-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#home-luxury .luxury-clinic-container .gallery-item{
  width: 48%;
  flex: 0 0 48%;
}

#home-luxury .luxury-clinic-container .gallery-item img{
  border-radius: 15px;
}

/* patients store */

#home-patients-study {
  padding: 100px 0;
  margin-bottom: 80px;
  background: #F4F6FB;
}

#home-patients-study .patient-image-col{
  position: relative;
}

#home-patients-study .patient-image-col .img-responsive {
  border-radius: 25px;
}

#home-patients-study .patient-image-col .patient-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25px, -25px);
}

#home-patients-study .section-title{
  margin-bottom: 20px;
}

#home-patients-study .patients-section-subtitle {
  color: #4D8357;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

#home-patients-study .patients-section-desc {
  color: var(--color);
  line-height: 1.4;
}
#home-patients-study .patients-section-link {
  background-color: #F61C0D;
  padding: 10px;
  display: inline-flex;
  min-width: 320px;
  text-align: center;
   gap: 15px; 
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  border-radius: 8px;
  transition: 0.3s ease-in;
  border: 2px solid #fff;
  margin-top:25px;
  align-items:center;
  justify-content:center;
}

#home-patients-study .patient-group {
  position: relative;
}

#home-patients-study .patient-group .patient-box .patient-img{
  border-radius: 20px;
  aspect-ratio: 9/16;
  object-fit:cover;
}
#home-patients-study .patient-group .patient-box .play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:40px;
  height:auto;
}


/* faq area */

#home-faq-area{
  margin-bottom: 80px;
}

#home-faq-area .section-title-head{
  padding: 0px 15px;
}

#home-faq-area .accord-tab-nav {
  width: 100%;
  background: #F4F6FB;
}

#home-faq-area .accord-tab-nav .tab-nav-item {
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease-in;
  color: var(--color);
}

#home-faq-area .faq-row{
  margin-top: 35px;
}

#home-faq-area .accord-tab-nav .tab-nav-item:hover{
  background: var(--color);
  color: #fff;
}

#home-faq-area .accord-tab-nav .tab-nav-item.active {
  background: var(--color);
  color: #fff;
  transform: scale(1.01);
}


#home-faq-area .ba-tab-content {
  position: relative;
  overflow: hidden;
}

#home-faq-area .tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

#home-faq-area .tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeIn 0.6s ease;
}

#home-faq-area .tab-pane .faq-list-area {
  max-height: 265px;
  padding-right: 20px;
  overflow-y: auto;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


#home-faq-area .faq-list-area .faq-item.collapsed-item {
  margin-bottom: 20px
}

#home-faq-area .faq-list-area .faq-item .item-top {
  padding: 15px 50px 15px 20px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid var(--color);
}

#home-faq-area .faq-list-area .faq-item .item-top .item-title {
  color: var(--color);
  font-size: 18px
}

#home-faq-area .faq-list-area .faq-item .item-top::before {
  content: ' ';
  position: absolute;
  right: 25px;
  top: 33%;
  border: 3px solid var(--color);
  border-radius: 20px;
  height: 25px;
  transition: all 0.3s;
  transform-origin: center;
  transform: rotate(90deg);
}

#home-faq-area .faq-list-area .faq-item .item-top::after {
  content: ' ';
  position: absolute;
  right: 25px;
  top: 33%;
  border: 3px solid var(--color);
  border-radius: 20px;
  height: 25px;
  transition: all 0.3s;
  transform-origin: center;
}

#home-faq-area .faq-list-area .faq-item.collapsed-item.opened .item-top::before {
  transform: rotate(180deg);
}

#home-faq-area .faq-list-area .faq-item.collapsed-item.opened .item-top::after {
  transform: rotate(90deg);
}

#home-faq-area .faq-list-area .faq-item .item-bottom {
  padding: 0 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  height: 0;
  overflow: hidden;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

#home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: #061421
}

#home-faq-area .faq-list-area .faq-item.opened .item-bottom {
  margin-top: 15px;
  padding: 15px 20px;
  height: max-content
}

#home-faq-area .faq-list-area::-webkit-scrollbar {
    width: 8px
}

#home-faq-area .faq-list-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

#home-faq-area .faq-list-area::-webkit-scrollbar-thumb {
    background-color:var(--color);
    border-radius: 4px
}

#home-faq-area .faq-list-area::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

/* journey-process */

#home-journey-process{
  position: relative;
  margin-bottom: 80px;
}

#home-journey-process .section-title-head{
  margin-bottom: 60px;
  text-align: center;
}

#home-journey-process .section-decor {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 40vw;
}

#home-journey-process .journey-content {
  background: #F4F6FB;
  padding: 15px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
}

#home-journey-process .journey-content .journey-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid var(--color);
  padding-bottom: 8px;
}

#home-journey-process .journey-content .journey-desc {
  padding-top: 10px;
}

/* comments */
#home-comments {
  padding: 75px 0;
  background: #f4f6fb;
}

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

#home-comments .comments-left-area {
  background: var(--color);
  border-radius: 5px;
  padding: 29px 17px;
}

#home-comments .comments-left-area img{
  margin-bottom: 10px;
}

#home-comments .comments-left-area hr{
  margin-bottom: 10px;
}

#home-comments .comments-left-area .comments-left-title {
  color: #fff;
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
}

#home-comments .comments-left-area .comments-left-desc {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}


#home-comments .comments-box {
  background: #fff;
  padding: 35px;
  border-radius: 11px;
}

#home-comments .comments-box .comments-head-area {
  margin-bottom: 20px;
}

#home-comments .comments-box .comments-head-area .google-icon {
  width: 36px !important;
  margin: 0 auto;
}

#home-comments .comments-box .comments-head-area .comments-head .comments-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#home-comments .comments-box .comments-head-area .comments-head .comments-date {
  font-size: 16px;
}

#home-comments .comments-box .comments-content {
  max-height: 165px;
  overflow-y: auto;
}

#home-comments .comments-box .comments-content::-webkit-scrollbar {
  width: 8px
}

#home-comments .comments-box .comments-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px
}

#home-comments .comments-box .comments-content::-webkit-scrollbar-thumb {
  background-color:var(--color);
  border-radius: 4px
}

#home-comments .comments-box .comments-content::-webkit-scrollbar-thumb:hover {
  background-color: #555
}

#home-comments .comments-box .stars-icon{
  width: 100px!important;
  margin-top: 5px;
}

#home-comments .owl-dots {
  margin-top:15px;
  margin-bottom:15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-comments .owl-dots .owl-dot span{
  width: 16px;
  height: 16px;
  background-color: var(--color);
  margin: 3px;
}

#home-comments .owl-dots .owl-dot.active span{
  background-color: var(--color-2);
  width: 21px;
  height: 21px;
}