@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-slider {
    position: relative;
    margin-top: -122px;
    min-height: 970px;
    height: 100vh; 
    margin-bottom: 120px;
    overflow: hidden;
    z-index: 1;
}

#home-slider .home-banner-outer,
#home-slider .swiper-container,
#home-slider .home-slider-outer,
#home-slider .slider-item {
    height: 100%;
    width: 100%;
    min-height: 970px;
}

#home-slider .home-slider-outer img {
    width: 100%;
    height: 100%;
    min-height: 970px;
    object-fit: cover;
    object-position: center center;
}

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

#home-slider .home-slider-area {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
}

#home-slider .slider-item .slider-text-area {
    padding: 15px 0;
}
#home-slider .slider-item .slider-text-area .slider-title {
    font-size: 48px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 10px;
}
#home-slider .slider-item .slider-text-area .slider-text {
    font-size: 18px;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#home-slider .slider-item .slider-text-area .slider-btns {
    margin-top: 30px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
#home-slider .slider-item .slider-text-area .slider-btns .slider-btn {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 6px 16px;
    border: 2px solid;
    min-width: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#home-slider .slider-item .slider-text-area .slider-btns .btn-first {
    background: var(--button-gradient);
    border: #fff;
}
#home-slider .slider-item .slider-text-area .slider-btns .btn-first:hover {
    background-color: #fff;
    color: #000;
}
#home-slider .slider-item .slider-text-area .slider-btns .btn-second {
    background-color: #fff;
    border-color: var(--color);
    color: var(--color-2);
}
#home-slider .slider-item .slider-text-area .slider-btns .btn-second:hover {
    background-color: var(--color);
    color: #fff;
}
#home-slider .swiper-slide-active .slider-item .slider-text-area .slider-title,
#home-slider .swiper-slide-active .slider-item .slider-text-area .slider-text,
#home-slider .swiper-slide-active .slider-item .slider-text-area .slider-btns {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#home-slider .swiper-slide-active .slider-item .slider-text-area .slider-title {
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#home-slider .swiper-slide-active .slider-item .slider-text-area .slider-text {
    animation-name: fadeInDown;
    animation-delay: 0.6s;
}
#home-slider .swiper-slide-active .slider-item .slider-text-area .slider-btns {
    animation-delay: 0.9s;
    animation-name: fadeInUp;
    margin-bottom: 30px;
}
#home-slider .swiper-slide-active .slider-item .slider-img-wrapper .slider-img {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    object-fit:cover;
    object-position:bottom;
}

#home-slider .slider-navs button {
    background: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    opacity: 0.5;
    border: 1px solid #615B5B;
    width: 50px;
    height: 50px;
    border-radius: 9px;
    cursor: pointer;
}
#home-slider .slider-navs button svg {
    width: 25px;
    height: 25px;
    color: #615B5B;
}
#home-slider .slider-navs button:hover {
    opacity: 1;
}
#home-slider .slider-navs .swiper-btn-prev {
    left: 2%;
}
#home-slider .slider-navs .swiper-btn-next {
    right: 2%;
}

/* Home Form */

#home-form{
  margin-bottom: 120px;
}
#home-form .home-form {
  position: relative;
}
#home-form .home-form::before {
  width: 1px;
  height: 69%;
  background: #000;
  content: "";
  position: absolute;
  left: -2%;
  top: 8%;
}
#home-form .input-col {
  padding: 5px;
}
#home-form .input-full-col {
  width: 100%;
}
#home-form .input-col .input-area input{
  width: 100%;
  padding: 20px 25px;
  background: #eee8e3;
  border-radius: 9px;
}

#home-form .input-col .input-area{
  margin-bottom: 15px;
}

#home-form .input-col .input-area input#phoneNumber{
  padding: 20px 50px;
}

#home-form .input-col .input-area .send-btn {
  width: 100%;
  height: 65px;
  background: #B49E8B;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
}

/* about */

#home-about{
  margin-bottom: 120px;
}

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

#home-about .about-inner{
  position: relative;
}

#home-about .about-inner .section-bottom-text {
  position: absolute;
  bottom: -8%;
  width: 75%;
  left: 15px;
  margin: 5px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
  color: var(--desc-color);
}

#home-about .section-desc{
  color: #A28B85;
  line-height: 1.5;
  margin-bottom: 15px;
}

#home-about .about-platform-item {
  background: #E4DBDA;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  gap: 10px;
}

#home-about .about-platform-item .text {
  font-size: 24px;
  color: #A28B85;
}

#home-about .about-platform-item .text span{
  font-weight: 700;
}

/* longevity therapy */


#home-longevity-therapy {
}

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

.swiper.video-swiper {
  padding: 60px 0 !important;
}

#home-longevity-therapy .video-area {
    overflow: hidden
}

#home-longevity-therapy .videos-slider-area {
    overflow: visible !important;
    padding: 60px 30px 80px !important;
    height: auto !important;
}

#home-longevity-therapy .videos-slider-area .swiper-wrapper {
    height: auto !important;
}

#home-longevity-therapy .videos-slider-area .swiper-slide {
    width: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#home-longevity-therapy .videos-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-longevity-therapy .videos-slider-area .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden
}

#home-longevity-therapy .videos-slider-area .swiper-slide a .video-image {
  border-radius: 20px;
  width: 365px;
  height: 454px;
  object-fit: cover;
}

#home-longevity-therapy .videos-slider-area .swiper-slide a .yt-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-35px,35px)
}

#home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active a::after {
    opacity: 0
}

/* Kartlar için layered/cascading style */
#home-longevity-therapy .videos-slider-area .swiper-slide {
    transform: scale(0.7) translateY(40px);
    opacity: 0.5;
    filter: brightness(0.7);
}

#home-longevity-therapy .videos-slider-area .swiper-slide:nth-child(2) {
    transform: scale(0.8) translateY(20px);
    opacity: 0.65;
    filter: brightness(0.8);
}

#home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: brightness(1);
    z-index: 20;
}

#home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(2) {
    transform: scale(0.8) translateY(20px);
    opacity: 0.65;
    filter: brightness(0.8);
}

#home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(1) {
    transform: scale(0.7) translateY(40px);
    opacity: 0.5;
    filter: brightness(0.7);
}

#home-longevity-therapy .videos-slider-area .swiper-pagination {
  position: relative;
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin-top: 110px;
  z-index: 30;
}

#home-longevity-therapy .videos-slider-area .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #B49E8B;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  transition: transform .32s cubic-bezier(.4,0,.2,1), background .32s, box-shadow .32s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  cursor: pointer;
}

#home-longevity-therapy .videos-slider-area .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.15);
}

#home-longevity-therapy .videos-slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  height: 14px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--color), var(--color-2, #f6a33f));
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

#home-longevity-therapy .videos-slider-area .swiper-slide .video-images {
    border-radius: 20px;
    width: 368px;
    height: 454px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.4s ease;
}

#home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active .video-images {
}

#home-longevity-therapy .videos-slider-area .video-image-wrapper {
    position: relative;
    border-radius: 20px;
}

#home-longevity-therapy .videos-slider-area .video-image-wrapper .video-title {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    padding: 10px 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    #home-longevity-therapy .videos-slider-area {
        padding: 50px 20px 70px !important;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide .video-images {
        width: 320px;
        height: 420px;
    }
}

@media (max-width: 991px) {
    #home-longevity-therapy .videos-slider-area {
        padding: 45px 15px 60px !important;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide .video-images {
        width: 280px;
        height: 380px;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide {
        transform: scale(0.75) translateY(30px);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-child(2) {
        transform: scale(0.85) translateY(15px);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active {
        transform: scale(1) translateY(0);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(2) {
        transform: scale(0.85) translateY(15px);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(1) {
        transform: scale(0.75) translateY(30px);
    }
}

@media (max-width: 768px) {
    #home-longevity-therapy .videos-slider-area {
        padding: 40px 10px 50px !important;
    }

    #home-longevity-therapy .videos-slider-area .swiper-wrapper {
        height: auto !important;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide .video-images {
        width: 100%;
        height: 100%;
    }
    #home-longevity-therapy .videos-slider-area .swiper-slide a .video-image {
      border-radius: 20px;
      width: 100%;
      height: 100%;
      object-fit: cover;
  } 

  #home-longevity-therapy .swiper.video-swiper{
    padding: 0px!important;
  }

    #home-longevity-therapy .videos-slider-area .swiper-slide {
        transform: scale(0.80) translateY(25px);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-child(2) {
        transform: scale(0.90) translateY(12px);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active {
        transform: scale(1) translateY(0);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(2) {
        transform: scale(0.90) translateY(12px);
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(1) {
        transform: scale(0.80) translateY(25px);
    }
}
  @media (max-width: 576px) {
    #home-longevity-therapy .videos-slider-area {
      padding: 35px 5px 45px !important;
    }
    #home-longevity-therapy .videos-slider-area .swiper-slide {
      transform: scale(0.85) translateY(20px);
      opacity: 0.6;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-child(2) {
      transform: scale(0.92) translateY(10px);
      opacity: 0.7;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active {
      transform: scale(1) translateY(0);
      opacity: 1;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(2) {
      transform: scale(0.92) translateY(10px);
      opacity: 0.7;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(1) {
      transform: scale(0.85) translateY(20px);
      opacity: 0.6;
    }
  }

@media (max-width: 576px) {
    #home-longevity-therapy .videos-slider-area {
        padding: 35px 5px 45px !important;
    }
    #home-longevity-therapy .videos-slider-area .swiper-slide {
        transform: scale(0.85) translateY(20px);
        opacity: 0.6;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-child(2) {
        transform: scale(0.92) translateY(10px);
        opacity: 0.7;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide.swiper-slide-active {
        transform: scale(1) translateY(0);
        opacity: 1;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(2) {
        transform: scale(0.92) translateY(10px);
        opacity: 0.7;
    }

    #home-longevity-therapy .videos-slider-area .swiper-slide:nth-last-child(1) {
        transform: scale(0.85) translateY(20px);
        opacity: 0.6;
    }
}

/* services */

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

#home-services .logo::after {
  content: "";
  width: 90%;
  right: 0;
  position: absolute;
  right: -20%;
  height: 1px;
  background: #B49E8B;
  top: 30px;
}

#home-services .logo-inner{
  margin-bottom: 80px;
}

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

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

#home-services .services-box .title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #000;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #000;
    font-size: 18px;
    background: var(--color);
    color: #fff;
    border-top-right-radius: 20px;
}

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

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

#home-services .owl-dots .owl-dot.active span {
  background-color: var(--color);
  width: 41px;
  height: 16px
}

/* videos */

#home-patients {
  margin-bottom: 120px;
}

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

#home-patients .video-item {
  position: relative;
}

#home-patients .video-item .image img {
  border-radius: 20px;
}

#home-patients .video-item .play-icon {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-35px, 17px);
}

#home-patients .gallery-item{
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

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

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

#home-patients .owl-dots .owl-dot.active span {
  background-color: var(--color);
  width: 41px;
  height: 16px;
}

/* plans */

#home-plans {
  margin-bottom: 120px;
}

#home-plans .plans-col {
  padding: 10px;
}

#home-plans .plans-col .plans-box .head {
  background: #bfa792;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 15px;
}

#home-plans .plans-col .plans-box .head .title {
    font-size: 20px;
    font-weight: 600;
}

#home-plans .plans-col .plans-box .head .number {
    font-weight: 700;
    font-size: 36px;
    color: #dccec3;
}

#home-plans .plans-col .plans-box .content {
  background: #bfa792;
  padding: 15px;
  color: #fff;
  border-radius: 20px;
}

#home-plans .plans-col:nth-child(2) .plans-box .head,
#home-plans .plans-col:nth-child(2) .plans-box .content {
  background: #dbcdc2;
  color: #968475;
}

#home-plans .plans-col:nth-child(2) .plans-box .head .number{
  color: #968475;
}

#home-plans .plans-col:nth-child(3) .plans-box .head,
#home-plans .plans-col:nth-child(3) .plans-box .content {
  background: #e8e6e6;
  color: #968475;
}
#home-plans .plans-col .plans-box .head .title {
    font-size: 20px;
    font-weight: 600;
}
/* center form */

#home-center-form{
  margin-bottom: 120px;
}

#home-center-form .section-title-head {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  align-items:center;
  gap:10px;
}

#home-center-form .section-title-head .section-title{
  color: #3D4F66;
  position: relative;
  z-index: 2;
}

#home-center-form .center-form-inner {
  background: #B49E8B;
  padding: 40px 80px;
  border-radius: 50px;
}

#home-center-form .section-desc{
  position: relative;
  z-index: 2;
  color: #A28A85;
}

#home-center-form .center-form-col{
  position: relative;
}

#home-center-form .center-form-col::before {
  width: 136%;
  height: 153%;
  background: #fff;
  content: "";
  border-radius: 190px 0px 190px 20px;
  content: "";
  position: absolute;
  z-index: 0;
  top: -26%;
  left: -20%;
}

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

#home-center-form #center-form-area .input-area input {
  width: 100%;
  height: 40px;
  padding: 15px 30px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
}

#home-center-form #center-form-area .input-area input#center-phone {
    padding: 15px 45px;
    color: #fff;
}

#home-center-form #center-form-area .input-area input::placeholder{
  color: #fff;
}

#home-center-form #center-form-area .send-btn {
  width: 100%;
  padding: 10px;
  background: #d3c7bc;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  color:#947C68;
}

/* 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;
}

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

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

#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 {
  background:#EDEDEC;
  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:var(--color);
  background: #EDEDEC;
  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;
  color: var(--color);
}

#home-blog .blog-right-image{
  width: 187px;
  border-radius: 20px;
}

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

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

#home-blog .section-btns{
  gap: 15px;
}

/* comments */

#home-comments{
  margin-bottom: 120px;
}

#home-comments .site-logo::after {
  content: "";
  width: 90%;
  right: 0;
  position: absolute;
  right: -20%;
  height: 1px;
  background: #B49E8B;
  top: 30px;
}

#home-comments .logo-inner{
  margin-bottom: 80px;
}

/* comments section */

#home-comments .carousel-wrapper {
  position: relative;
}

#home-comments .section-title-head.logo-inner{
  margin-bottom: 80px;
}

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

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

#home-comments .comment-row{
  gap: 50px;
}

#home-comments .comment-card {
  width: 33%;
  background: #EDEDEC;
  padding: 20px;
  border-radius: 20px;
  gap: 30px;
  position: relative;
  flex: 0 0 33%;
}

#home-comments .comment-card .rate {
  font-size: 40px;
  font-weight: 700;
}

#home-comments .comment-card .arrow {
  background: var(--text-color);
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  right: -30px;
  border: 10px solid #fff;
}

#home-comments .comment-head-row {
  gap: 50px;
  margin-bottom: 35px;
}

#home-comments .comment-box {
    padding: 20px;
    background: #EDEDEC;
    border-radius: 20px;
}

#home-comments .comment-box .comment-head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--title-color);
  gap: 10px;
}

#home-comments .comment-box .comment-head .title {
  color: var(--color);
  font-size: 18px;
  font-weight:700;
  font-weight: 500;
}

#home-comments .comment-box .comment-head .icon img{
    width:50px;
  border-radius: 50%;
}
#home-comments .comment-box .read-more-toggle {
    color: var(--color);
    font-weight: 600;
    text-decoration: underline;
}
#home-comments .comment-box .desc {
  color: var(--color);
  margin-bottom: 10px;
  /* font-size: 16px; */
}

#home-comments .owl-nav .owl-prev,
#home-comments .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#home-comments .owl-nav .owl-prev {
    left: -35px;
    z-index: 1000; 
}

#home-comments .owl-nav .owl-next {
    right: -35px;
    z-index: 1000;
}

#home-comments .owl-nav .owl-prev,
#home-comments .owl-nav .owl-next {
    background: var(--title-color);
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
}

#home-comments .owl-nav .owl-prev:hover,
#home-comments .owl-nav .owl-next:hover {
    background: #555;
    transition: 0.3s;
}

/* instagram */

#home-instagram{
  margin-bottom: 120px;
}

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

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

#home-instagram .instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); 
    justify-content: center; 
    place-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

#home-instagram .instagram-box img {
  border-radius: 20px;
}

#home-instagram .section-btn {
    align-items: center;
    display: flex;
    gap: 10px;
}