@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;
  top: -130px;
  margin-bottom: -130px;
  min-height: 930px;
  overflow: hidden;
}

/* #home-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #0000004f;
  position: absolute;
  z-index: 1;
} */

#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 .section-title-head{
  position: relative;
  z-index: 1;
}

#home-banner .banner-subtitle {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

#home-banner .doctor-image-container {
  position: relative;
  bottom: 110px;
  z-index: 2;
  margin-bottom: -110px;
}

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


/* #home-banner .banner-content .banner-form {
  background: #ffffff29;
  padding: 27px 22px 45px 22px;
  box-shadow: 6px 4px 18px #00000075;
  border-radius: 37px;
  transition: background-color 0.3s ease; 
}

#home-banner .banner-content .banner-form:focus-within {
  background-color: var(--color);
}

#home-banner .banner-content .banner-form:focus-within .form-button{
  background: #000!important;
  transition: background-color 0.3s ease; 
}


#home-banner .banner-content .banner-form .banner-form-title {
  color: #fff;
  font-size: 36px;
  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: #fff;
  border: 0.5px solid #fff;
  background: transparent;
  padding: 10px 20px;
  box-shadow: 6px 4px 18px #00000075;
}

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

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

#home-banner .banner-content .banner-form #home-form .input-area input#phoneNumber::placeholder{
  color:#fff
}

#home-banner .banner-content .banner-form #home-form .input-area input::placeholder{
  color: #fff;
  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 #home-form .input-area label {
  width: 100%;
  border: 1px dashed #fff;
  padding: 15px 26px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 9px;
  text-align: center;
  cursor: pointer;
}

#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-title {
  font-size: 130px;
  color: transparent;
  font-weight: 500;
  text-shadow: 4px 3px 3px #00000063;
  font-family: 'Anton', sans-serif;
  text-align: center;
  /* letter-spacing: initial; */
  -webkit-text-stroke: 2px #fff;
}
#home-banner .banner-content .banner-title span{
  font-weight: 800;
}


#home-banner .banner-doctor-box {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 10px;
  color: #fff;
  text-align: center;
  backdrop-filter: blur(4px);
}
#home-banner .banner-doctor-about {
  position: relative;
  bottom: 340px;
  margin-bottom: -259px;
  z-index: 3;
}
#home-banner .banner-doctor-box .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#home-banner .ratings-container {
  margin-bottom: 20px;
}

#home-banner .ratings-container .rating-block{
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}

#home-banner .ratings-container .rating-block .comments{
  color: #fff;
}
#home-banner .ratings-container .rating-block .rating-value{
  color: #FFCC00;
}
#home-banner .ratings-container .rating-block .stars{
  color: #FFCC00;
}
#home-banner .banner-doctor-logos {
  padding: 15px;
  gap: 20px;
  border: 1px solid #ffffff9c;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

#home-banner .banner-doctor-logos img {
  width: 115px;
  height: 110px;
  object-fit: contain;
}
/* 
#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;
} */

/* form */

/* multi section */
#home-form{
  position: relative;
  bottom: 50px;
  z-index: 10;
  margin-bottom: 30px;
}
#home-form .form-inner iframe {
  height: 375px !important;
}

#home-brands {
    margin-bottom: 60px
}
#home-brands .logo
#home-brands .logo-slide-outer {
    gap: 40px
}

/* brands */
#home-brands .logos-general-container {
}

#home-brands .logos-container {
    display: flex;
    gap: 40px
}

#home-brands .rotating-brand-logo {
    overflow: hidden;
    gap: 40px
}

#home-brands .rotating-brand-logo .logos-container {
    animation: scroll-left 85s linear infinite;
    margin-left:25px;
}

#home-brands .logo {
    width: 225px;
    aspect-ratio: 1;
    object-fit: contain
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

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

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

#home-before-after .section-title-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}

#home-before-after .section-title{
  margin-bottom: 10px;
}
#home-before-after .section-desc{
  color: var(--text-color-2);
}
#home-before-after .section-title-area {
  margin-bottom: 40px;
  text-align: center;
}
#home-before-after .before-slider-area {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
#home-before-after .before-slider-area .swiper-slide .vide-box {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #005550;
}
#home-before-after .before-slider-area .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
}

#home-before-after .before-slider-area .swiper-slide a::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
    opacity: 1
}

#home-before-after .before-slider-area .swiper-slide a:hover::after {
    height: 300%;
    transition: all 600ms linear;
    animation: shineReset 600ms linear forwards
}


#home-before-after .before-slider-area .swiper-slide.swiper-slide-active a::after {
  opacity: 0;
}
#home-before-after .before-slider-area .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
}
#home-before-after .before-slider-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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-before-after .before-slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#home-before-after .before-after-text {
  font-size: 24px;
}
#home-before-after .before-after-text b {
  position: relative;
  display: inline-block;
  color: inherit;
}

#home-before-after .before-after-text b::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background-color: #fff;

  animation: drawLine 4s ease-out infinite;
}

@keyframes drawLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

#home-before-after .section-btns {
  gap: 28px;
  margin-top: 25px;
}

.ba-gallery-box .ba-gallery-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  -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(.4, 0, .2, 1);
  -moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
  -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}


/* hair expertise */

#home-hair-expertise{
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

/* #home-hair-expertise .custom-expertise-col {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */

#home-hair-expertise .col-lg-7 {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  transform: translateX(-15%);
}

#home-hair-expertise .expertise-decor {
  position: absolute;
  z-index: -1;
  left: -75%;
  width: 166%;
  top: -30%;
}

#home-hair-expertise .section-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#home-hair-expertise .section-content .section-desc {
  margin-bottom: 15px;
}

#home-hair-expertise .section-content .section-subdesc {
  width: 100%;
}

#home-hair-expertise .swiper.expertise-swiper {
  overflow: hidden;
}

#home-hair-expertise .item img {
  border-radius: 14px;
}

#home-hair-expertise .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}
#home-hair-expertise .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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-hair-expertise .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: var(--button-gradient);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


#home-hair-expertise .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30px, -30px);
    width: 70px !important;
}

#home-hair-expertise .reels-img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #707070;
}

#home-hair-expertise .swiper.reels-swiper {
  overflow: hidden;
}

/* services */
#home-services{
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}

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

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

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

#home-services .services-box {
  border: 1px solid #707070;
  padding: 20px;
  border-radius: 8px;
  display: block;
  color: #fff;
  transition: 0.3s ease-in;
  height: 100%;
}

#home-services .services-box:hover {
  transform: translateY(-10px);
}

#home-services .services-box .services-head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}

#home-services .services-box .services-head .title{
  background: transparent linear-gradient(71deg, #C2B5B0 0%, #C6B9B4 3%, #FAF0EC 45%, #FFF6F2 49%, #D0C4C0 82%, #A99C97 96%, #A0928D 100%, #A0928D 100%) 0% 0% no-repeat padding-box;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 700;
}

#home-services .services-box .services-head .icon svg{
  color: #C5B8B4;
}

#home-services .services-box .services-content{
  margin-bottom: 20px;
}

#home-services .services-box .services-head .icon img {
  width: 30px;
}

#home-services .services-box .video-area {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

#home-services .services-box .video-area .yt-icon {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-20px, 20px);
  width: 45px;
}
/* book */

#home-book{
  margin-bottom: 140px;
}

#home-book .book-inner{
  background: transparent linear-gradient(80deg, #1A1C23 0%, #2A2D38 100%) 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 11px;
  padding: 65px 0;
  position: relative;
}

#home-book .book-inner .book-image {
  position: absolute;
  top: 0;
  left: -58%;
  top: -70%;
  width: 453px;
}

#home-book .book-inner .section-title{
  text-align: center;
}

/* febopras */

#home-febopras {
  margin-bottom: 140px;
}

#home-febopras .fb-section-desc {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

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

#home-febopras .section-desc {
    text-align: center;
    margin-bottom: 20px;
}

#home-febopras .section-title{
  font-size: 32px;
}

#home-febopras .febopras-image {
  width: 70%;
  margin: 0 auto;
}

#home-febopras .febopras-slider-area .febopras-swiper {
  overflow: hidden;
}

#home-febopras .febopras-slider-area .febopras-swiper .febopras img{
  border-radius: 20px;
}

#home-febopras .febopras-slider-area .febopras-swiper .febopras::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
    opacity: 1
}

#home-febopras .febopras-slider-area .febopras-swiper .febopras:hover::after {
    height: 300%;
    transition: all 600ms linear;
    animation: shineReset 600ms linear forwards
}


#home-febopras .febopras-slider-area .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}
#home-febopras .febopras-slider-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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-febopras .febopras-slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

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

#home-hairmetrix .hairmetrix-video-link {
    position: relative;
}

#home-hairmetrix .hairmetrix-video-link .yt-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-25px, 25px);
}

#home-hairmetrix .hairmetrix-video-link .img-responsive{
    border-radius:20px;
}

#home-hairmetrix .hairmetrix-video-link .img-responsive {
    border-radius: 20px;
    border: 2px solid #a99c97;
}
/* choose area */

#home-choose-area{
    margin-bottom:140px;
}

#home-choose-area .section-title-head {
    text-align: center;
}

#home-choose-area .choose-inner-area {
    background:  transparent linear-gradient(80deg, #1A1C23 0%, #2A2D38 100%) 0% 0% no-repeat padding-box;
    padding: 70px 35px;
    border-radius: 11px;
    border: 1px solid #707070;
    position: relative;
}

#home-choose-area .choose-inner-area .choose-decor{
  position: absolute;
  right: 0;
  top: 0;
}

#home-choose-area .steps{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

#home-choose-area .step-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 17px;
  background: transparent radial-gradient(closest-side at 50% 50%, #2c2d30 0%, #1a1c23 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border: 2px solid #898282;
}

#home-choose-area .step-box .title {
  color: transparent;
  background: var(--text2-gradient);
  background-clip: text;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

#home-choose-area .step-box .icon img {
  width: 75px;
}

#home-choose-area .choose-inner-area .section-title{
    margin-bottom:25px;
}

#home-choose-area .choose-inner-area .services-desc{
    color:#fff;
}

#home-choose-area .choose-inner-area .video-outer video{
    width:100%;
    border-radius:20px;
}

#home-choose-area .choose-inner-area .video-area{
    position:relative;
}

#home-choose-area .choose-inner-area .services-tab-nav {
    display: flex;
    position: absolute;
    top: 5%;
    padding: 0 10px;
    gap: 5px;
    width: 100%;
}
#home-choose-area .choose-inner-area .services-tab-nav li {
    width:100%;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all .3s ease;
    background: var(--color-2);
    color: var(--text-light);
    padding: 10px;
    border-radius: 20px;
    text-align:center;
    cursor:pointer;
}

#home-choose-area .choose-inner-area .services-tab-nav li.active {
   background:linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
}

#home-choose-area .choose-inner-area .services-tab-nav li::after {
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width .3s ease;
}

#home-choose-area .choose-inner-area .tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease;
}

#home-choose-area .choose-inner-area .tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
#home-choose-area .choose-inner-area .section-home-title {
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 45px;
    font-weight: bolder;
}

#home-choose-area .choose-inner-area .section-home-title span{
    color:var(--color-2);
}

#home-choose-area .choose-inner-area .services-link a {
    background: var(--bg-gradient-2);
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    min-width: 220px;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
}
#home-choose-area .choose-inner-area .steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

#home-choose-area .choose-inner-area .step-item {
    display: flex;
    align-items:center;
    gap: 10px;
    cursor: pointer;
    margin-bottom:10px;
}

#home-choose-area .choose-inner-area .step-item .number{
    position:relative;
    z-index:1;
}

#home-choose-area .choose-inner-area .step-item .number .text {
color: #fff;
    background: #000;
    display: flex;
    height: max-content;
    padding: 10px;
    width: 50px;
    /* height: max-content; */
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#home-choose-area .choose-inner-area .step-item:last-child .number::after {
    display: none;
}

#home-choose-area .choose-inner-area .step-item .number::after {
    content: "";
    position: absolute;
    z-index:-1;
    width: 2px;
    height: 100%;
    display: block;
    top: 100%;
    left: 50%;
    background: #fff;
}

#home-choose-area .choose-inner-area .step-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease;
    color:#fff;
}

#home-choose-area .choose-inner-area .step-item.active .step-desc {
    max-height: 300px; /* yeterli bir değer */
    opacity: 1;
    margin-top: 10px;
}

#home-choose-area .choose-inner-area .step-toggle {
    font-weight: 600;
    /* color: #fff; */
    font-size: 20px;
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#home-choose-area .choose-video {
    margin-bottom: 25px;
}

#home-choose-area .choose-video video {
    width: 100%;
    /* height: 500px; */
    /* object-fit: fill; */
    border-radius: 25px;
    border: 3px solid #898282;
}

#home-choose-area .choose-inner-area .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}
#home-choose-area .choose-inner-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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-choose-area .choose-inner-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: var(--button-gradient);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

#home-choose-area .choose-inner-area .choose-gallery-item img {
  border-radius: 20px;
}



/* Izgara Düzeni (Senin Nth-child mantığın korundu) */
#home-choose-area .custom-grid-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 20px; 
}

#home-choose-area .gallery-item:nth-child(5n+1), 
#home-choose-area .gallery-item:nth-child(5n+2) {
    grid-column: span 3;
}

#home-choose-area .gallery-item:nth-child(5n+3), 
#home-choose-area .gallery-item:nth-child(5n+4), 
#home-choose-area .gallery-item:nth-child(5n+5) {
    grid-column: span 2;
}

/* Ana Kapsayıcı (Hatanın çözüldüğü yer) */
#home-choose-area .gallery-item a {
    position: relative;
    display: block;   /* a etiketini blok yapmazsan overflow çalışmaz */
    width: 100%;
    height: 100%;
    border-radius: 20px; 
    overflow: hidden; /* Dışarı taşmayı bu keser */
    z-index: 1;
    transform: translateZ(0); /* Safari ve Chrome için zorunlu "katman" oluşturma */
}

#home-choose-area .gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px; /* Resmin kendi ovali */
    border: 3px solid #898282;
    display: block;
    object-fit: cover;
}

/* Parlama Efekti */
#home-choose-area .gallery-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Resmin tamamen solunda başlar */
    width: 50%;  /* Parlama çizgisinin kalınlığı */
    height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.4) 50%, 
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg); /* Yan durması için rotate yerine skew daha iyidir */
    transition: left 0.6s ease-in-out;
    z-index: 2;
}

/* Hover'da soldan sağa kaydır */
#home-choose-area .gallery-item a:hover::after {
    left: 150%; 
}

@media (max-width: 768px) {
    .custom-grid-gallery {
        grid-template-columns: 1fr;
    }
    .gallery-item:nth-child(n) {
        grid-column: span 3;
    }
}

/* home-reels */

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

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

#home-reels-patients .section-title-area .section-title{
  margin-bottom: 15px;
}

#home-reels .item img {
  border-radius: 14px;
}

#home-reels .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}
#home-reels .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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-reels .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: var(--button-gradient);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


#home-reels .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15px, -15px);
  width: 50px !important;
}

#home-reels .reels-img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #707070;
}

#home-reels .swiper.reels-swiper {
  overflow: hidden;
}

/* our numbers */
#home-our-numbers {
  padding: 50px 0 150px;
}
#home-our-numbers .section-title-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

#home-our-numbers .our-box {
  border: 1px solid #FFF6F2;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  padding: 45px 30px 45px 30px;
  margin-bottom: 20px;
  gap: 60px;
}

#home-our-numbers .our-box .our-number {
  color: transparent;
  background: var(--button-gradient);
  background-clip: text;
  font-size: 44px;
  font-weight: 700;
  position: relative;
}

#home-our-numbers .our-box .our-number::after {
  content: "";
  width: 2px;
  height: 140%;
  position: absolute;
  right: -30px;
  background: #ffffff4f;
  top: -30%;
}

.row.numbers-row {
  position: relative;
}

.our-numbers-icon {
  background: transparent radial-gradient(closest-side at 50% 50%, #2A2D38 0%, #1B1D25 100%) 0% 0% no-repeat padding-box;
  border: 3px solid #707070;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.our-numbers-icon img {
  width: 100px;
  animation: brightnessPulse 2s ease-in-out infinite;
}

@keyframes brightnessPulse {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0.5);
  }
  100% {
    filter: brightness(1);
  }
}

#home-we-work {
  position: relative;
  bottom: 68px;
  margin-bottom: 70px;
}
#home-we-work .section-title-head{
  text-align: center;
  margin-bottom: 45px;
}
#home-we-work .section-title-head .section-title{
  margin-bottom: 30px;
}
#home-we-work .work-col {
  padding: 0px;
}
.col-lg-3.work-col.one-work-col {
  border-color: #707070;
  border-width: 1px 1px 0 1px;
  border-style: solid;
}
.col-lg-3.work-col.two-work-col {
  border-style: solid;
  border-color: #707070;
  border-width: 0 1px 1px 1px;
}
#home-we-work .work-col .work-box {
  padding: 20px 25px 60px;
  height: 100%;
}
#home-we-work .work-col .work-box .number {
    font-size: 85px;
    font-weight: 600;
    margin-bottom: 10px;
    background: var(--button-gradient);
    background-clip: text;
    margin-bottom: 10px;
    color: transparent;
}
#home-we-work .work-col .work-box .title {
  color: transparent;
  font-size: 20px;
  background: var(--button-gradient);
  background-clip: text;
  font-weight: 600;
  margin-bottom: 10px;
}
#home-we-work .work-col.one-work-col:nth-of-type(5)::before {
  content: "";
  width: 20%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: -20%;
  top: -1px;
}
#home-we-work .work-col.two-work-col:last-of-type::before {
  content: "";
  width: 20%;
  height: 1px;
  background: #707070;
  position: absolute;
  right: -20%;
  top: -1px;
}


/* =============================================
   BORDER TRACER ANİMASYONU
   ============================================= */

/* .rotating-border zaten HTML'de var, sadece dolduryoruz */
#home-we-work .work-col .rotating-border {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Görünür alana girince veya hover'da aç */
#home-we-work .work-col.animate-border .rotating-border,
#home-we-work .work-col:hover .rotating-border {
  opacity: 1;
}

/* Üst kenar — soldan sağa */
#home-we-work .work-col .rotating-border::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -60%;
  width: 60%;
  height: 2px;
  background:#ffffff14;
  border-radius: 4px;
  animation: rb-top 3s linear infinite;
}

/* Alt kenar — sağdan sola */
#home-we-work .work-col .rotating-border::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -60%;
  width: 60%;
  height: 2px;
  background:#ffffff14;
  border-radius: 4px;
  animation: rb-bottom 3s linear infinite;
}

/* Sağ kenar — yukarıdan aşağıya */
#home-we-work .work-col .rotating-border .side-right {
  position: absolute;
  right: -1px;
  top: -60%;
  width: 2px;
  height: 60%;
  background:#ffffff14;
  border-radius: 4px;
  animation: rb-right 3s linear infinite;
  animation-delay: 0.75s;
}

/* Sol kenar — aşağıdan yukarıya */
#home-we-work .work-col .rotating-border .side-left {
  position: absolute;
  left: -1px;
  bottom: -60%;
  width: 2px;
  height: 60%;
  background:#ffffff14;
  border-radius: 4px;
  animation: rb-left 3s linear infinite;
  animation-delay: 1.5s;
}

/* Keyframes */
@keyframes rb-top    { 0% { left:  -60%; } 100% { left:  100%; } }
@keyframes rb-right  { 0% { top:   -60%; } 100% { top:   100%; } }
@keyframes rb-bottom { 0% { right: -60%; } 100% { right: 100%; } }
@keyframes rb-left   { 0% { bottom:-60%; } 100% { bottom:100%; } }

/* Her kart için staggered delay */
#home-we-work .work-col:nth-child(1) .rotating-border::before { animation-delay: 0s;    }
#home-we-work .work-col:nth-child(1) .rotating-border::after  { animation-delay: 1.5s;  }
#home-we-work .work-col:nth-child(1) .side-right              { animation-delay: 0.75s; }
#home-we-work .work-col:nth-child(1) .side-left               { animation-delay: 2.25s; }

#home-we-work .work-col:nth-child(2) .rotating-border::before { animation-delay: 0.4s;  }
#home-we-work .work-col:nth-child(2) .rotating-border::after  { animation-delay: 1.9s;  }
#home-we-work .work-col:nth-child(2) .side-right              { animation-delay: 1.15s; }
#home-we-work .work-col:nth-child(2) .side-left               { animation-delay: 2.65s; }

#home-we-work .work-col:nth-child(3) .rotating-border::before { animation-delay: 0.8s;  }
#home-we-work .work-col:nth-child(3) .rotating-border::after  { animation-delay: 2.3s;  }
#home-we-work .work-col:nth-child(3) .side-right              { animation-delay: 1.55s; }
#home-we-work .work-col:nth-child(3) .side-left               { animation-delay: 3.05s; }

#home-we-work .work-col:nth-child(4) .rotating-border::before { animation-delay: 1.2s;  }
#home-we-work .work-col:nth-child(4) .rotating-border::after  { animation-delay: 2.7s;  }
#home-we-work .work-col:nth-child(4) .side-right              { animation-delay: 1.95s; }
#home-we-work .work-col:nth-child(4) .side-left               { animation-delay: 3.45s; }

#home-we-work .work-col:nth-child(5) .rotating-border::before { animation-delay: 0.2s;  }
#home-we-work .work-col:nth-child(5) .rotating-border::after  { animation-delay: 1.7s;  }
#home-we-work .work-col:nth-child(5) .side-right              { animation-delay: 0.95s; }
#home-we-work .work-col:nth-child(5) .side-left               { animation-delay: 2.45s; }

#home-we-work .work-col:nth-child(6) .rotating-border::before { animation-delay: 0.6s;  }
#home-we-work .work-col:nth-child(6) .rotating-border::after  { animation-delay: 2.1s;  }
#home-we-work .work-col:nth-child(6) .side-right              { animation-delay: 1.35s; }
#home-we-work .work-col:nth-child(6) .side-left               { animation-delay: 2.85s; }

#home-we-work .work-col:nth-child(7) .rotating-border::before { animation-delay: 1.0s;  }
#home-we-work .work-col:nth-child(7) .rotating-border::after  { animation-delay: 2.5s;  }
#home-we-work .work-col:nth-child(7) .side-right              { animation-delay: 1.75s; }
#home-we-work .work-col:nth-child(7) .side-left               { animation-delay: 3.25s; }

#home-we-work .work-col:nth-child(8) .rotating-border::before { animation-delay: 1.4s;  }
#home-we-work .work-col:nth-child(8) .rotating-border::after  { animation-delay: 2.9s;  }
#home-we-work .work-col:nth-child(8) .side-right              { animation-delay: 2.15s; }
#home-we-work .work-col:nth-child(8) .side-left               { animation-delay: 3.65s; }

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

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

#home-doctors .doctor-box-col{
  margin-bottom: 25px;
}

#home-doctors .doctor-box{
  gap: 20px;
}

#home-doctors .doctor-box-item{
  margin-bottom: 20px;
}

#home-doctors .doctor-box-item .doctor-image {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 25px;
  widtH:100%;
}

#home-doctors .doctor-box-item .doctor-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
  opacity: 1
}

#home-doctors .doctor-box-item .doctor-image:hover::after {
  height: 300%;
  transition: all 600ms linear;
  animation: shineReset 600ms linear forwards
}


#home-doctors .doctor-box-item .doctor-image img {
  border-radius: 20px;
}

.doctor-content {
  text-align: center;
  color: #fff;
}

#home-doctors .doctor-box-item .doctor-content .doctor-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#home-doctors .doctor-box-item .doctor-content .doctor-text{
  font-weight: 300;
}

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

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

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

#home-treatment-packages{
  position: relative;
  padding: 100px 0;
}

#home-treatment-packages .section-title-head{
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  margin-bottom: 45px;
}

#home-treatment-packages .packageCarousel .owl-stage {
  padding: 100px 0;
}

#home-treatment-packages .owl-item.active{
  transform: scale(1);
  transition: all 1s;
}

#home-treatment-packages .owl-item.active.center {
  opacity: 1;
  transform: scale(1.2);
  z-index: 10;
}

#home-treatment-packages .packages-box {
  border-radius: 20px;
  border: 2px solid #707070;
  height:100%;
  background: transparent linear-gradient(80deg, #1A1C23 0%, #2A2D38 100%) 0% 0% no-repeat padding-box;
}

#home-treatment-packages .packages-box .package-head {
  padding: 20px;
  text-align: center;
  font-size: 28px;
  color: transparent;
  background: var(--button-gradient);
  background-clip: text;
  font-weight: 700;
  border-bottom:1px solid;
}

#home-treatment-packages .packages-box .package-list-item {
  gap: 10px;
  padding: 10px;
  font-size: 16px;
  border-bottom:1px solid #fff;
}

/*
#home-treatment-packages .packages-box .package-list-item.one-list-col{
  background: #23212d;
}

#home-treatment-packages .packages-box .package-list-item.two-list-col{
  background: #1d1b23;
}
*/

#home-treatment-packages .packages-box .package-list-item .tick-icon svg {
  color: #c3c3c3;
  width: 25px;
}

#home-treatment-packages .packages-box .cta-btn {
  padding: 21px 0;
}

#home-treatment-packages .packages-box .cta-btn a {
  background: var(--red-color);
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
}


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

#home-faq-area .faq-inner-area {
    background:  transparent linear-gradient(80deg, #1A1C23 0%, #2A2D38 100%) 0% 0% no-repeat padding-box;
    padding: 60px 30px;
    border-radius: 11px;
    border: 1px solid #707070;
    position: relative;
}

#home-faq-area .faq-inner-area .faq-decor{
  position: absolute;
  right: 0;
  top: 0;

}

#home-faq-area .faq-inner-area .section-title{
    margin-bottom:25px;
}

#home-faq-area .faq-inner-area .services-desc{
    color:#fff;
}

#home-faq-area .faq-inner-area .video-outer video{
    width:100%;
    border-radius:20px;
}

#home-faq-area .faq-inner-area .video-area{
    position:relative;
}

#home-faq-area .faq-inner-area .services-tab-nav {
    display: flex;
    position: absolute;
    top: 5%;
    padding: 0 10px;
    gap: 5px;
    width: 100%;
}
#home-faq-area .faq-inner-area .services-tab-nav li {
    width:100%;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all .3s ease;
    background: var(--color-2);
    color: var(--text-light);
    padding: 10px;
    border-radius: 20px;
    text-align:center;
    cursor:pointer;
}

#home-faq-area .faq-inner-area .services-tab-nav li.active {
   background:linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
}

#home-faq-area .faq-inner-area .services-tab-nav li::after {
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width .3s ease;
}

#home-faq-area .faq-inner-area .tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease;
}

#home-faq-area .faq-inner-area .tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
#home-faq-area .faq-inner-area .section-home-title {
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 45px;
    font-weight: bolder;
}

#home-faq-area .faq-inner-area .section-home-title span{
    color:var(--color-2);
}

#home-faq-area .faq-inner-area .services-link a {
    background: var(--bg-gradient-2);
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    min-width: 220px;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
}
#home-faq-area .faq-inner-area .steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

#home-faq-area .faq-inner-area .step-item {
    display: flex;
    align-items:center;
    gap: 10px;
    cursor: pointer;
    margin-bottom:10px;
}

#home-faq-area .faq-inner-area .step-item .number{
    position:relative;
    z-index:1;
}

#home-faq-area .faq-inner-area .step-item .number .text {
color: #fff;
    background: #000;
    display: flex;
    height: max-content;
    padding: 10px;
    width: 50px;
    /* height: max-content; */
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#home-faq-area .faq-inner-area .step-item:last-child .number::after {
    display: none;
}

#home-faq-area .faq-inner-area .step-item .number::after {
    content: "";
    position: absolute;
    z-index:-1;
    width: 2px;
    height: 100%;
    display: block;
    top: 100%;
    left: 50%;
    background: #fff;
}

#home-faq-area .faq-inner-area .step-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease;
    color:#fff;
}

#home-faq-area .faq-inner-area .step-item.active .step-desc {
    max-height: 300px; /* yeterli bir değer */
    opacity: 1;
    margin-top: 10px;
}

#home-faq-area .faq-inner-area .step-toggle {
    font-weight: 600;
    /* color: #fff; */
    font-size: 20px;
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#home-faq-area .faq-inner-area .swiper.faq-swiper {
  overflow: hidden;
}


#home-faq-area .faq-inner-area .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}
#home-faq-area .faq-inner-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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-inner-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: var(--button-gradient);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

#home-faq-area .faq-inner-area .faq-gallery-item img {
  border-radius: 20px;
}

#home-faq-area .faq-right-image {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 23vw;
  height: 100%;
  padding: 35px 0;
}


/* comments */
#home-comments{
  margin-bottom: 140px;
}

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

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

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

#home-comments .comments-head-content {
  color: #fff;
  gap: 20px;
  background: 1E2029;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

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

#home-comments .comments-box {
  background: #1E2029;
  padding: 15px 25px;
  border-radius: 20px;
}


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

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

#home-comments .comments-box .comments-content {
  color: #fff;
  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: #fff;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

/* press */

#home-press{
  margin-bottom: 140px;
}

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

#home-press .section-title span {
    background: var(--text2-gradient);
    background-clip: text;
    font-weight: 600;
    color: transparent;
}

#home-press #press-logo-inner{
  margin-bottom: 35px;
}

#home-press #press-logo-inner .press-logo-gallery-item img{
  width: 120px!important;
  height: 120px!important;
  object-fit: contain;
}

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

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

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

/* blog */

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

.row.blog-row {
  margin: 0;
}

#home-blog .section-title-head {
  text-align: center;
  margin-bottom: 35px;
  display:flex;
  flex-direction:column;
  gap:15px;
}

#home-blog .blog-left-content {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 20px;
}

#home-blog .blog-left-content .blog-image-area {
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

#home-blog .blog-left-content .blog-image-area .blog-left-image {
  height: 340px;
  object-fit: cover;
}

#home-blog .blog-left-content .blog-title {
  color: transparent;
  background: var(--button-gradient);
  background-clip: text;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#home-blog .blog-content {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 20px;
  gap: 15px;
}

#home-blog .blog-content .blog-image-area {
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

#home-blog .blog-content .blog-title {
  color: transparent;
  background: var(--button-gradient);
  background-clip: text;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#home-blog .blog-content .blog-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#home-blog .blog-right-image{
  width: 130px;
}

#home-blog .blog-row{
  margin-bottom: 25px;
}

#home-blog .blog-col {
  margin-bottom: 20px;
}

#home-blog .section-btns{
  gap: 15px;
}
/* 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:#fff;
}
#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;
}