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

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

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

#send-response-success , #send-response-unsuccessful{
  display: none;
}
#phoneNumber {
  padding: 8px 50px;
}
#home-banner {
  position: relative;
  min-height: 630px;
}

#home-banner .banner-image {
  position: absolute;
  left: 0;
  min-height: 930px;
  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-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-color);
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

#home-banner .banner-box-container{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  max-width: 520px;
  margin-bottom: 25px;
}

#home-banner .banner-box {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.11);
  padding: 8px 16px;
  gap: 7px;
  max-width: 100%;
  font-size: 16px;
}
#home-banner .dr-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#home-banner .banner-box svg{
  width: 20px;
  height: 20px;
  color: #00c951;
}

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

@keyframes pulseSoft{
  0%{
    transform:scale(1);
    box-shadow:0 0 #2563eb66
  }
  70%{
    transform:scale(1.03);
    box-shadow:0 0 0 10px #2563eb00}
    to{transform:scale(1);box-shadow:0 0 #2563eb00}
}

.banner-link-container{
  gap: 15px;
  margin-top: 15px;
}

#banner-link {
  background: linear-gradient(343deg,#071f42,#488a91);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
}

#banner-link svg {
  width: 30px;
  height: 30px;
}

.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem; /* text-lg */
  height: 50px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid var(--title-color); /* border-blue-600 */
  color: var(--title-color); /* text-blue-600 */
  background-color: #ffffff; /* bg-background */
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.custom-btn:hover {
  background-color: #eff6ff; 
  color: #1e3a8a; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.custom-btn:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.4); 
  outline-offset: 2px;
}

.custom-btn .icon-arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.custom-btn:hover .icon-arrow {
  transform: translateX(4px);
}

.custom-btn.shine-effect {
  position: relative;
  overflow: hidden;
}

.custom-btn.shine-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  transition: left 0.75s;
}

.custom-btn.shine-effect:hover::after {
  left: 125%;
}

#home-banner #consultation-form {
  background: linear-gradient(#ffffff96, #ffffff05);
  opacity: 0.9;
  border-radius: 15px;
  padding: 30px 60px;
  overflow: hidden;
  backdrop-filter: blur(7.37571px);
}

#home-banner #consultation-form .step-title {
  text-align: center;
  font-size: 36px;
  background: linear-gradient(343deg, #a56745, #e1ad8e);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  color: #0000 !important;
  margin-top: 15px;
  line-height: 1;
}

#home-banner #consultation-form .step-desc {
  font-size: 16px;
  text-align: center;
  color: #4a5565;
  margin-top: 15px;
}

#home-banner #consultation-form .consultation-input-tags{
  width: 100%;
  margin-top: 5px;
}


#home-banner #consultation-form .consultation-input-tags .consultation-input{
  background-color: #f3f3f3;
  padding: 11px;
  border: none;
  text-align: center;
  font-size: 16px;
  width: 100%;
}

#home-banner #consultation-form .consultation-tel-input{
  padding: 11px 55px!important;
  border: none;
  font-size: 16px;
  width: 100%;
}

#home-banner #consultation-form .consultation-input-tags .input-area{
  margin-bottom: 5px;
}

#home-banner #consultation-form .consultation-input-tags .input-area input{
  width: 100%;
  padding: 11px;
  border: 2px solid var(--title-color);
  border-radius: 10px;
}

#home-banner #consultation-form .consultation-input-tags .consultation-other-input{
  background-color: #f3f3f3;
  padding: 11px;
  border: none;
  font-size: 16px;
}

#home-banner #consultation-form .consultation-input-tags .consultation-input::placeholder{
  font-size: 16px;
}

#home-banner #consultation-form .consultation-input-tags .step-next-button{
  width: 100%;
  padding: 10px 20px;
  border: none;
  background-color: #a76b4b;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
}

.animated-step {
  opacity: 0;    
  display: none;

  transform: translateX(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.animated-step.active {
  opacity: 1;
  display: flex!important;
  transform: translateX(0%);
  visibility: visible;
  position: relative;
}

/* Önceki adım */
.animated-step.prev {
  display: none;
  opacity: 0;
  transform: translateX(-100%);
  visibility: hidden;
}



#progress-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 25px;
  margin-top: 20px;
}

#progress-bar {
  width: 0%;
  height: 10px;
  background-color: #4caf50;
  border-radius: 25px;
  transition: width 0.4s ease;
}

#home-banner #consultation-form .protected-tick{
  margin-top: 25px;
}

#home-banner #consultation-form .protected-tick {
  margin-top: 25px;
  background: #dcfce7;
  padding: 10px;
  border-radius: 15px;
}

#home-banner #consultation-form .protected-tick svg{
  width: 25px;
  height: 25px;
  color: #648770;
}

#home-banner #consultation-form .protected-tick .protected-text{
  font-size: 15px;
  font-weight: 300;
  margin-left: 15px;
}


ul.step-radio-cont {
  background: #c3a391;
  padding: 15px;
  border-radius: 15px;
}

#home-banner #consultation-form #consultation-step .consultation-input-tags .step-radio-cont .step-radio .step-radio-text{
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 500;
}

#home-banner #consultation-form #consultation-step .back svg {
  width: 30px;
  height: 30px;
  fill: #000;
}
.prev-next-button {
  gap: 15px;
  cursor: pointer;
}

div#consultation-step .title {
  color: #81553d;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.file-upload input[type="file"] {
  display: none;
}

/* Buton stili */
.file-upload button {
  background-color: #1C2159;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  font-family: var(--font-family);
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
  transition: background-color 0.3s;
  width: 100%;
  margin-top: 15px;
}

/* before - after */

#home-before-after {
  margin-bottom: 80px;
    display: flex;
  justify-content: center;
  align-items: center;
}

#home-before-after .section-title-area {
  text-align: center;
}

#home-before-after .section-title-area .section-title {
  margin-bottom: 10px;
  color: var(--text-color);
  font-size: 36px;
  font-weight: 700;
}

#home-before-after .section-title-area .section-desc {
  font-size: 18px;
}

#home-before-after .before-after {
  padding: 80px 0;
  overflow: hidden;
}
#home-before-after .swiper-slide {
  width: 384;
  transition: all 0.35s ease;
}

#home-before-after .swiper-slide a {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}

#home-before-after .swiper-slide-active a {
  transform: scale(1.15);
  opacity: 1 !important; 
}

#home-before-after .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.35s ease;
}

/* mobile adjustments for before-after slider */
@media (max-width: 768px) {
  #home-before-after .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  #home-before-after .swiper-slide-active a {
    transform: none !important;
  }
  #home-before-after .swiper-slide a {
    box-shadow: none;
  }
}

#home-before-after .swiper-pagination {
  position: relative;
}

#home-before-after .swiper-pagination-bullet {
  background: #E9EBF3;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin:4px;
}
#home-before-after .swiper-pagination-bullet-active {
  background: var(--text-color);
  transform: scale(1.2);
}

#home-before-after .before-after-btn-container{
  margin-top: 35px;
}

#home-before-after #banner-link {
  background: linear-gradient(343deg,#071f42,#488a91);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
}

#home-before-after #banner-link svg {
  width: 30px;
  height: 30px;
}

/* about us */

#home-about{
  padding: 75px 0;
}


#home-about .about-title {
  background: linear-gradient(343deg,#071f42,#488a91);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  color: #0000 !important;
  font-size: 36px;
  margin-bottom: 15px;
}

#home-about .about-desc {
  font-size: 18px;
  color: var(--text-color);
}

#home-about .about-box-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 10px;
}

#home-about .about-box-container .about-box {
  background-color: #F3F4F8;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 13px;
}

#home-about .about-box-container .about-box .about-count {
  background: linear-gradient(343deg,#071f42,#488a91);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  color:transparent;
  font-size: 24px;
}

#home-about .about-box-container .about-box .about-text{
  font-size: 16px;
  color: #000;
}

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

/* videos */

#home-videos {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#home-videos .section-title-area .section-subtitle {
  background:linear-gradient(343deg,#071f42,#488a91);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  color: #0000 !important;
  font-size: 48px;
}

#home-videos .section-title-area .section-title {
  margin-bottom: 10px;
  color: var(--text-color);
  font-size: 36px;
}

#home-videos .section-title-area .section-desc {
  color: var(--text-color);
  font-size: 16px;
}

#home-videos .videos {
  padding: 80px 0 55px;
}

#home-videos .swiper-slide {
  width: 330px;
  height: 592px;
  transition: all 0.35s ease;
  position: relative;
}

#home-videos .swiper-slide .icon{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 50px;
}

#home-videos .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}

#home-videos .swiper-slide-active a {
  transform: scale(1.15);
  opacity: 1 !important;
}

#home-videos .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.35s ease;
}

#home-videos .swiper-pagination {
  position: relative;
  top: 75;
}

#home-videos .swiper-pagination-bullet {
  background: #f3f3f3;
  opacity: 1;
  width: 10px;
  height: 10px;
}

#home-videos .swiper-pagination-bullet-active {
  background: var(--text-color);
  transform: scale(1.2);
}

#home-videos .before-after-btn-container {
  margin-top: 35px;
}

#home-videos #banner-link {
  background: linear-gradient(343deg,#071f42,#488a91);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
}

#home-videos #banner-link svg {
  width: 30px;
  height: 30px;
}

/* mobile tweaks for video swiper */
@media (max-width: 768px) {
  #home-videos .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  #home-videos .swiper-slide-active a {
    transform: none !important;
  }
  #home-videos .swiper-slide a {
    box-shadow: none;
  }
}

/* why sapphire */

#home-why-sapphire {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 0;
}

#home-why-sapphire .section-subtitle {
  color: var(--text-color);
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

#home-why-sapphire .section-title {
  color: #1E4178;
  font-size: 36px;
  margin-bottom: 15px;
}

#home-why-sapphire .section-desc {
  color: var(--text-color);
  font-size: 18px;
  margin-bottom: 15px;
}

#home-why-sapphire .why-button-container {
  margin-top: 30px;
}

#home-why-sapphire .custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid #1E4178;
  color: #1E4178;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  max-width: 65%;
}

#home-why-sapphire .custom-btn:hover {
  background-color: #1E4178;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(30, 65, 120, 0.3);
}

#home-why-sapphire .custom-btn .icon-arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

#home-why-sapphire .custom-btn:hover .icon-arrow {
  transform: translateX(4px);
}

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

#home-why-sapphire .why-box {
  background: #E9EBF3;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

#home-why-sapphire .why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#home-why-sapphire .why-head {
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--text-color);
}

#home-why-sapphire .why-head .icon {
  flex-shrink: 0;
  background: var(--text-color);
  border-radius: 10px;
  padding: 10px;
}

#home-why-sapphire .why-head .icon img {
  width: 42px;
  height: 42px;
}

#home-why-sapphire .why-head .title {
  color: #1E4178;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#home-why-sapphire .why-desc {
  color: var(--text-color);
  margin: 0;
}

/* services */
#home-services {
  margin-bottom: 80px;
  position: relative;
}

#home-services .right-decor {
  position: absolute;
  right: 0;
  z-index: 0;
  animation: slideX2 5s ease-in-out infinite;
}

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

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

#home-services .services-col .services-content-area {
  display: block;
  background: #F3F4F8;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 100%;
}
#home-services .services-col .services-image {
  border-radius: 10px;
}

#home-services .services-col  .services-title {
  color: var(--text-color);
  font-size: 20px;
  margin:10px 0px;
  font-weight: 600;
}

#home-services .services-col  .services-desc{
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

#home-services .services-btn-group {
  margin-top: 35px;
}

#home-services .services-btn-group .services-btn-area{
  gap: 20px;
}

#home-services .services-btn-group .services-btn-area .services-btn{
  background: var(--color-4);
  padding: 10px;
  border-radius: 5px;
  min-width: 224px;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

#home-services .services-btn-group .services-btn-area .services-btn:nth-child(2){
  background: var(--color-2);
}


/* about */

#home-about-us {
  padding: 120px 0;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
}
#home-about-us .about-content-area .about-text-area span{
  color: #51B37F;
  font-size: 16px;
}
#home-about-us .about-content-area .about-text-area .about-top-title {
  margin-bottom: 5px;
}
#home-about-us .about-content-area .about-text-area .about-title {
  margin-bottom: 15px;
}



#home-about-us .about-content-area .about-text-area p,
#home-about-us .about-content-area .about-text-area ul,
#home-about-us .about-content-area .about-text-area ol {
    font-size: 18px;
    color: #3A3B3B;
    line-height: 1.2;
    margin-bottom: 5px;
}
#home-about-us .about-content-area .about-text-area h2 {
    font-size: 36px;
}
#home-about-us .about-content-area .about-text-area h3 {
    font-size: 30px;
}
#home-about-us .about-content-area .about-text-area h4,
#home-about-us .about-content-area .about-text-area h5 {
    font-size: 24px;
}
#home-about-us .about-content-area .about-text-area h6 {
    font-size: 20px;
}

#home-about-us .about-content-area .about-text-area h1,
#home-about-us .about-content-area .about-text-area h2,
#home-about-us .about-content-area .about-text-area h3,
#home-about-us .about-content-area .about-text-area h4,
#home-about-us .about-content-area .about-text-area h5 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--text-color);
}
#home-about-us .about-content-area .gen-btn {
  background: var(--text-color);
  color: #fff;
  padding: 10px 20px;
  min-width: 220px;
  text-align: center;
  border-radius: 20px;
}
#home-about-us .about-img {
  border-radius: 30px;
}

#home-about-us .about-content-area .about-list .list-item {
    display: inline-flex;
    color: #3A3B3B;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
}
#home-about-us .about-content-area .about-list .list-item svg {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    margin-right: 10px;
}
#home-about-us .about-content-area .about-btn-group {
    gap: 20px;
    margin-top: 15px;
}
#home-about-us .about-row {
  margin-bottom: 25px;
}
#home-about-us .about-row:last-child{
  margin-bottom: 0px;
}
#home-about-us .about-content-area .youtube-btn {
    margin-top: 30px;
    width: max-content;
    color: #fff;
    padding: 4px 20px;
    background-color: #0D1220;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    gap: 10px;
}
#home-about-us .about-content-area .youtube-btn svg {
    width: 30px;
    height: 30px;
    color: red;
}

#home-faq-area {
    position: relative;
    padding: 60px 0
}

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

#home-faq-area .faq-list-area {
    position: relative;
    z-index: 3
}

#home-faq-area .faq-list-area .faq-item {
    margin-bottom: 32px;
    background-color: var(--text-color);
    border: 1px solid #707070;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden
}

#home-faq-area .faq-list-area .faq-item .item-top {
    padding: 25px 64px 25px 24px;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

#home-faq-area .faq-list-area .faq-item .item-top .item-title {
    color: #fff;
    font-size: 20px;
    font-weight:500;
}

#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: 25px;
    background-color: #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(.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)
}

#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(.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)
}

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

#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;
}

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

#home-comments .comments-head-content {
  color: #fff;
  gap: 20px;
  background: var(--text-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: 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: #E9EBF3;
  padding: 15px 25px;
  border-radius: 20px;
  min-height: 400px;
}
#home-comments .comments-box .comments-icon img {
  width: 150px;
}

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

#home-comments .comments-box .comments-title {
  color: var(--text-color);
  font-size: 18px;
  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;
  height: 20px;
    
}

#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;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#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:#3a3b3b;
    line-height:1.4;
}
#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;
}