@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 .banner-image {
  position: absolute;
  left: 0;
  min-height: 890px;
  width: 100%;
  height: 65vh;
  object-fit: cover;
  object-position: right;
  z-index: 3;
}
#home-banner .banner-content {
  padding: 70px 0px 0px 0px;
  position: relative;
  z-index: 4;
}

#home-banner .banner-content .banner-title{
  color: var(--color);
  font-weight: 700;
  word-wrap:break-word;
}

#home-banner .banner-text{
  color:  #fff;
}

#home-banner .banner-subtitle{
  display: inline-block;
  background-color: #dbeafe;
  color: #193cb8;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 6px;
}

#home-banner .banner-content .banner-title{
	color: var(--text-light);
	font-size: 62px;
	font-weight: 600;
	margin-bottom: 15px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

#home-banner .banner-content .banner-desc {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

#home-banner .banner-box-container{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

#home-banner .banner-box {
  gap: 15px;
  font-size: 22px;
  font-weight: 500;
}
#home-banner .dr-image {
  display: block;
  width: 100%;
}
#home-banner .banner-box svg{
  width: 29px;
  height: 29px;
}

#home-banner .img-media{
  width: 80%;
}

#home-banner .banner-link {
  background: #0081A3;
  color: #fff;
  font-size: 18px;
  display: flex;
  width: 50%;
  justify-content: center;
  height: 64px;
  align-items: center;
  border-radius: 12px;
}

#home-banner .news-svg {
  gap: 15px;
  margin-bottom: 10px;
}

#home-banner .news-svg img {
  width: 75px;
  height: 75px;
}

/* about */

#home-about{
  background: #F3F3F3;
  padding: 75px 0 150px;
  margin-bottom: 180px;
}

#home-about .about-title {
  color: #003F6B;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 15px;
}

#home-about .about-img {
  border-radius: 25px;
}

#home-about .about-row {
  position: relative;
  top: 220px;
  margin-top: -100px;
}

#home-about .about-box{
  background: #0081A3;
  color: #fff;
  padding: 15px 25px;
  border-radius: 20px;
  gap: 5px;
  text-align: center;
  height: 100%;
}

#home-about .about-box .title {
  font-size: 22px;
  font-weight: 600;
}

/* advantage */

#home-advantage-table {
  margin-bottom: 80px;
}

#home-advantage-table .section-title-head{
  text-align: center;
  margin-bottom: 35px;
}

#home-advantage-table .packages-table{
  width: 100%;
}

#home-advantage-table .packages-table .table-header {
    padding: 40px 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    border-bottom: 2px solid #F3F3F3;
    color: #3D3D3D;
    vertical-align: middle
}

#home-advantage-table .packages-table .table-header:nth-child(2) {
    background: transparent linear-gradient(124deg, #0081A3 0%, #1D5278 100%) 0% 0% no-repeat padding-box;    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    color: #fff
}

#home-advantage-table .packages-table .body-row{
  background: #f3f3f3;
}

#home-advantage-table .packages-table .table-body {
    background-color: #FFF
}

#home-advantage-table .packages-table .table-body .body-row:first-child td:first-child {
    -webkit-border-radius: 35px 0 0 0;
    -moz-border-radius: 35px 0 0 0;
    -ms-border-radius: 35px 0 0 0;
    border-radius: 35px 0 0 0
}

#home-advantage-table .packages-table .table-body .body-row:first-child td:last-child {
    -webkit-border-radius: 0 35px 0 0;
    -moz-border-radius: 0 35px 0 0;
    -ms-border-radius: 0 35px 0 0;
    border-radius: 0 35px 0 0
}

#home-advantage-table .packages-table .table-body .body-row:last-child td:first-child {
    -webkit-border-radius: 0 0 0 35px;
    -moz-border-radius: 0 0 0 35px;
    -ms-border-radius: 0 0 0 35px;
    border-radius: 0 0 0 35px
}

#home-advantage-table .packages-table .table-body .body-row:last-child td:last-child {
    -webkit-border-radius: 0 0 35px 0;
    -moz-border-radius: 0 0 35px 0;
    -ms-border-radius: 0 0 35px 0;
    border-radius: 0 0 35px 0
}

#home-advantage-table .packages-table .table-body .body-row td {
    vertical-align: middle;
    border-bottom: 2px solid #F3F3F3;
    text-align: center;
    font-size: 18px;
    color: #3D3D3D;
    padding: 25px 15px;
    width: 25%
}

#home-advantage-table .packages-table .table-body .body-row td svg {
    width: 50px;
    height: 50px;
    display: inline-block
}

#home-advantage-table .packages-table .table-body .body-row td:first-child {
    text-align: start;
    width: 50%;
    padding: 25px 100px 25px 50px
}

#home-advantage-table .packages-table .table-body .body-row td:nth-child(2) {
  background: transparent linear-gradient(124deg, #0081A3 0%, #1D5278 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

/* hair type */

#home-hair-type {
  margin-bottom: 100px;
}

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

#home-hair-type .hair-box-col{
  padding: 5px;
}

#home-hair-type .hair-box {
  background: #F3F3F3;
  padding: 20px;
  border-radius: 15px;
  gap: 10px;
  height: 100%;
}

#home-hair-type .hair-box .title{
  font-size: 24px;
  font-weight: 600;
}

#home-hair-type .hair-box .desc{
  text-align: center;
}

/* process */

#home-hair-transplant-process{
  margin-bottom: 100px;
}

#home-hair-transplant-process .process-col {
  padding: 5px;
}

#home-hair-transplant-process .section-title-head {
  text-align: center;
  margin-bottom: 35px;
}

#home-hair-transplant-process .process-image {
  margin-bottom: 20px;
}

#home-hair-transplant-process .process-image img{
    width: 330px;
	height: 330px;
	border-radius: 20px;
}

#home-hair-transplant-process .process-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  background: #f3f3f3;
  border-radius: 13px;
  height: 272px;	
}

#home-hair-transplant-process .process-text .title {
  color: #003D69;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003D69;
}

/* clinic area */

#home-clinic-area{
  margin-bottom: 100px;
}

#home-clinic-area .clinic-image{
  border-radius: 20px;
}

/* videos */

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

#home-videos .section-title-head{
  margin-bottom: 30px;
}

#home-videos .text-box {
  margin-top: 15px;
  padding: 20px;
  background: #f3f3f3;
  border-radius: 10px;
}

#home-videos .video-image{
    position:relative;
  border-radius: 10px;
}

#home-videos .image{
    position:relative;
}

#home-videos .image .yticon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 40px;
    transform: translate(-25px, 25px);
}

/* price */

#home-price-area{
  margin-bottom: 100px;
}

#home-price-area .price-inner{
    position: relative;
    background: transparent linear-gradient(112deg, #003D69 0%, #003D69 8%, #0081A3 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0;
    border-radius: 20px;
}}

#home-price-area .price-inner::before {
  background: transparent linear-gradient(112deg, #003D69 0%, #003D69 8%, #0081A3 100%) 0% 0% no-repeat padding-box;
  border-radius: 23px;
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
}

#home-price-area .price-inner .home-price-area-img{
  width: 383px;
  height: 536px;
}

#home-price-area .section-content{
  color: #fff;
}

.price-col{
  padding: 0px;
}

#home-price-area .section-content .section-title{
  color: #fff;
}

#home-price-area .section-content .section-desc{
  margin-bottom: 15px;
}

#home-price-area .section-content .section-link{
  display: inline-block;
  border-radius: 16px;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-3);
  color: #fff;
  padding: 8px 20px;
  font-style: italic;
  margin-right: 5px;
  transition: 0.5s;
}

/* services */

#home-services{
  margin-bottom: 100px;
}

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

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

#home-services .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

#home-services .services-grid .service-box {
  background: #f3f3f3;
  padding: 15px;
  gap: 10px;
  border-radius: 10px;
}

#home-services .services-grid .service-box .title {
  font-weight: 600;
}

/* before after */
#home-before-after{
  margin-bottom: 100px;
}

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

#home-before-after .image {
  margin-bottom: 15px;
}

#home-before-after .title{
  background: transparent linear-gradient(335deg, #003D69 0%, #003D69 0%, #0081A3 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  color: #fff;
  padding: 15px 30px;
}

#home-before-after .owl-dots {
  margin-top: 15px;
  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(--title-color);
  margin: 0
}

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

/* faq */


#home-faq-area {
  position: relative;
  margin-bottom: 100px;
}
#home-faq-area .faq-inner {
  border: 1px solid #fff;
  padding: 60px;
  border-radius: 20px;
}
#home-faq-area .section-title-area {
  margin-bottom: 25px;
  text-align: center;
}
#home-faq-area .section-title-area .section-title{
  margin-bottom: 25px;
}
#home-faq-area .faq-list-area {
  position: relative;
  z-index: 3;
}
#home-faq-area .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;
  background-color: var(--title-color);
}
#home-faq-area .faq-list-area .faq-item .item-top {
  padding: 16px 64px 16px 24px;
  position: relative;
  cursor: pointer;
  height: 80px;
}
#home-faq-area .faq-list-area .faq-item .item-top .item-title {
  color: var(--text-light);
  font-size: 18px;
}
#home-faq-area .faq-list-area .faq-item .item-top::before,
#home-faq-area .faq-list-area .faq-item .item-top::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  background:#fff;
  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-area .faq-list-area .faq-item .item-top::before {
  transform: rotate(90deg);
}
#home-faq-area .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-area .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: var(--text-light);
}
#home-faq-area .faq-list-area .faq-item.opened .item-top::before {
  transform: none;
}
#home-faq-area .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;
}
#home-faq-area .section-btns {
  gap: 20px;
  margin-top: 32px;
}
/* comments */
#home-comments{
  margin-bottom: 140px;
}

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

#home-comments .section-title span{
   color: var(--color-2);
    font-weight: 700;
}

#home-comments .comments-head-row {
  margin-bottom: 25px;
  gap: 30px;
}

#home-comments .comments-head-col {
}

#home-comments .comments-head-content {
  color: #fff;
  gap: 20px;
  background: var(--title-color);
  border: 1px solid #938984;
  border-radius: 9px;
  padding: 10px;
  height: 100%;
}

#home-comments .comments-head-content .comments-rate{
  margin-bottom: 5px;
}

#home-comments .comments-left-head {
  display: flex;
  gap: 10px;
}

#home-comments .comments-head-content .desc {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

#home-comments .comments-box {
  background: #E9EBF3;
  padding: 15px 25px;
  border-radius: 20px;
}
#home-comments .comments-box .comments-icon img {
  width: 75px;
  border-radius: 40px;
}

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

#home-comments .comments-box .comments-title {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

#home-comments .comments-box .comments-content {
  color: var(--text-color);
  padding-right: 5px;
  margin-bottom: 15px;
}

#home-comments .owl-carousel{
  margin-bottom: 25px;
}

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

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



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

#home-comments .comments-stars img {
  width: 120px !important;
}

#home-comments .read-more-toggle {
  color: var(--text-color);
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}


/* seo text */
#home-seo-text {
    margin-bottom: 80px;
}
#home-seo-text .seo-text {
    font-size: 16px;
    color: #3A3B3B;
    line-height: 1.5;
    margin-top: 75px;
    max-height: 500px;
    overflow-y: scroll;
}
#home-seo-text .seo-text article{
    color:#fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#home-seo-text .seo-text .gallery-item {
    margin: 0;
}
#home-seo-text .seo-text .gallery-item a {
    display: block;
}
#home-seo-text .seo-text .gallery-item a img {
    margin: 0;
    display: block;
}
#home-seo-text .seo-text p,
#home-seo-text .seo-text ul,
#home-seo-text .seo-text ol {
    color:#fff;
}
#home-seo-text .seo-text h1 {
    font-size: 28px;
}
#home-seo-text .seo-text h2 {
    font-size: 24px;
}
#home-seo-text .seo-text h3 {
    font-size: 20px;
}
#home-seo-text .seo-text h4,
#home-seo-text .seo-text h5 {
    font-size: 16px;
}
#home-seo-text .seo-text h1,
#home-seo-text .seo-text h2,
#home-seo-text .seo-text h3,
#home-seo-text .seo-text h4,
#home-seo-text .seo-text h5 {
    line-height: 1.2;
    font-weight: bold;
    color:var(--title-color);
}
#home-seo-text .seo-text br,
#home-seo-text .seo-text strong {
    font-weight: bold;
}
#home-seo-text .seo-text ol {
    list-style: decimal!important;
    padding-left: 20px;
}
#home-seo-text .seo-text ul {
    padding-left: 20px;
}
#home-seo-text .seo-text ul li {
    list-style: disc;
}
#home-seo-text .seo-text p img {
    margin-bottom: 20px;
}
#home-seo-text .seo-text a {
    color: #29AAE2;
    font-weight: 600;
}
#home-seo-text .seo-text img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#home-seo-text .seo-text table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #000;
    color: #000;
    width: 100%;
}
#home-seo-text .seo-text table tr {
    border: 1px solid #000;
    width: 100%;
}
#home-seo-text .seo-text table th,
#home-seo-text .seo-text table td {
    text-align: left;
    padding: 8px;
    border: 1px solid #000;
}