/* Functions */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
/* Colors */

:root{
  --first-color:#745a7c;
  --font-family:"Poppins", sans-serif;
}
.gap-10{
  gap: 10px;
}
.gap-50{
  gap: 50px;
}

.gap-30{
  gap: 30px;
}



@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.section-title-small{
  color: #09213E;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.section-title-head{
  color: #745a7c;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}
body {
  line-height: 1.2;
  --gutter-x: 16px;
  --gutter-x2: -16px;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #424242;
}
.section-padding{
  padding:75px 0;
}
#sticky-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}
#sticky-whatsapp a {
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: var(--first-color);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sticky-whatsapp a:hover {
  transform: scale(1.1);
}
#sticky-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #98E6F6;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #22c3d4;
  /* Old browsers */
  background: var(--first-color);
  /* FF3.6-15 */
  background: var(--first-color);
  /* Chrome10-25,Safari5.1-6 */
  background: var(--first-color);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: var(--first-color);
  /* FF3.6-15 */
  background: var(--first-color);
  /* Chrome10-25,Safari5.1-6 */
  background: var(--first-color);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
header {
  padding: 25px 0;
  position: relative;
  z-index: 1000;
}
header .header-logo {
  width: 250px;
  height: auto;
}
.iti {
  width: max-content;
  margin-right: 5px;
}
.iti .form-in {
  padding-right: 6px !important;
  padding-left: 52px !important;
}
#success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 94%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all, 0.4s;
}
#success.acik {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}

main {
  overflow-x: clip;
}

#home-banner {
    position: relative;
    width: 100%;
    height: 1050px;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 1px solid #745a7c;
    z-index: 1;
    top: -150px;
}

#home-banner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.7);
}

.banner-about-left-text li {
    margin-bottom: 10px;
}

.section-title-texts{
    font-size: 20px;
    color: #09213E;
    text-align:center;
    margin-top: 15px;
    margin-bottom: 50px;
    font-weight: 600;
}

#home-banner .banner-content {
  padding: 250px 0 0;
  color:#fff;
  position: relative; /* İçeriklerin düzeni korunur */
  z-index: 2; /* Arka plan resminin üzerinde kalır */
}

/* Diğer CSS kodları aşağıdaki gibi devam edebilir */


#home-banner .banner-content .banner-title{
  font-size: 50px;
  color:#fff);
  font-weight: bold;
}

#home-banner .banner-content .banner-services-info{
    margin-top: 300px;
    margin-left: 50px;
}

#home-banner .banner-content .banner-services-info .banner-info{
  margin-bottom: 16px;
}

#home-banner .banner-content .banner-services-info img{
  width: 36px;
  height: 32px;
  backdrop-filter: blur(6px);
  border-radius: 15px;
  margin-bottom: 8px;
}

#home-banner .banner-content .banner-services-info .banner-services-text{
    margin-left: 10px;
    color: var(--first-color);
    font-size: 30px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 5px 12px;
    margin-bottom: 8px;
    max-width: fit-content;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  
}

#home-banner .banner-content .banner-reviews-image .banner-trust{
  margin-left: 20px;
}

#home-banner .banner-content .banner-reviews-image{
  margin-top: 55px;
}


#home-banner .banner-content .banner-form #consultation-form {
  margin: 10px;
  background: #fff;
  opacity: 0.9;
  filter: drop-shadow(10px 14px 16px #fff);
  border-radius: 15px;
  padding: 20px 0 10px 0;
  overflow:hidden;
}

#home-banner .banner-content .banner-form #consultation-form .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 10px;
    top: 15px;
    opacity:0;
    display:none;
    pointer-events: none;
}
#home-banner .banner-content .banner-form #consultation-form  .loader.visible-button {
    opacity:1;
    display:block;
}


#home-banner .banner-content .banner-form #consultation-form .step .step-title{
  color: var(--first-color);
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}

#home-banner .banner-content .banner-form #consultation-form .step .file-upload{
  position:relative;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags{
  margin-top: 5px;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags{
  width: 300px;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .consultation-input{
  background-color: #f3f3f3;
  padding: 15px 30px;
  width: 100%;
  border: none;
  font-family: var(--font-family);
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
#home-banner .banner-content .banner-form #consultation-form .step .iti.iti--allow-dropdown {
    width:100%;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .consultation-tel-input{
  background-color: #f3f3f3;
  padding: 15px 45px;
  width: 100%;
  border: none;
  font-family: var(--font-family);
  font-size: 20px;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .consultation-other-input{
  background-color: #f3f3f3;
  padding: 15px 30px;
  width: 325px;
  border: none;
  font-family: var(--font-family);
  font-size: 20px;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .consultation-input::placeholder{
  font-size: 20px;
  text-align: center;
  font-family:"Poppins", sans-serif;
  font-size: 20px;
}

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .prev-next-button{
  margin-top: 25px;
  width:100%;
}
#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .step-next-button{
  width:100%;;
  padding: 10px 20px;
  border: none;
  background-color: var(--first-color);
  font-size: 25px;
  font-family: var(--font-family);
  color: #fff;
  cursor: pointer;
}

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

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

#home-banner .banner-content .banner-form #consultation-form .step .consultation-input-tags .step-radio-cont{
  margin-top: 25px;
}

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

#home-banner .banner-desc {
    margin-top: 10px;
}


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

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

/* Aktif adım */
.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: 350px;
  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;
}
.file-upload input[type="file"] {
  display: none;
}

/* Buton stili */
.file-upload label {
    display:block;
    text-align:center;
  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;
}


#home-banner .banner-brand-cont{
  position: absolute;
  bottom: 0;
  padding: 20px 0 0;
}

#home-banner .banner-brand-cont .brand-logos {
  padding: 20px 0;
}

#home-banner .banner-brand-cont .brand-logos .tursab{
  width:125px;
  height:47px
}

#home-banner .banner-brand-cont .brand-logos .jci{
 width:119px;height:47px
}

#home-banner .banner-brand-cont .brand-logos .fda{
 width:112px;height:47px
}

#home-banner .banner-brand-cont .brand-logos .bakanlik-logo{
    width:65px;height:65px
}

#home-banner .banner-brand-cont .brand-info{
  background-color: #fff;
  padding: 0 40px;
}

#home-banner .banner-brand-cont .brand-info .brand-info-counts .brand-info-count {
  font-weight: 900;
  color: #0C376A;
  font-size: 30px;
}

#home-banner .banner-icon {
    width: 50px;
    margin: 7px 10px 10px 10px;
}

#home-banner .banner-content-area {
    margin-top: 15px;
}

#home-banner .info-banner {
  width: 100%;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  background-image: url("banner-bg.jpg");
  background-size: cover;
  background-position: center;
  font-family: Arial, sans-serif;
}
#home-banner .stats-card {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}
#home-banner {
    position: relative;
}

#home-banner .banner-bottom-trust {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: 920px;
    max-width: calc(100% - 40px);
    min-height: 86px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 38px rgba(61, 31, 78, 0.10);
    z-index: 5;
}

#home-banner .trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

#home-banner .trust-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-banner .trust-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

#home-banner .trust-text h4 {
    margin: 0 0 3px 0;
    font-size: 16px;
    font-weight: 600;
    color: #3b214f;
    line-height: 1.25;
}

#home-banner .trust-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #3f3345;
    line-height: 1.3;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar-group {
  display: flex;
}

.avatar-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.stat-text h3 {
  margin: 0;
  font-size: 13px;
  color: #4a3673;
}

.stat-text p {
  margin: 0;
  font-size: 12px;
  color: #6f6b7a;
}

.rating .stars {
  color: #fbc02d;
  font-size: 15px;
  margin-right: 10px;
}

.secure .icon svg {
  width: 30px;
  height: 30px;
}

.info-form-card {
  width: 100%;
  max-width: 440px;
  padding: 28px 30px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(72, 43, 90, 0.18);
  backdrop-filter: blur(8px);
  text-align: center;
}

.form-top-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #efe6f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-top-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #6b4a7d;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-form-card h2 {
  margin: 0;
  color: #5f3d75;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.25;
}

.heart-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px 0 16px;
}

.heart-line span {
  width: 72px;
  height: 2px;
  background: #ef8ea5;
  display: block;
}

.heart-line i {
  font-style: normal;
  color: #ef7f9d;
  font-size: 18px;
  line-height: 1;
}

.form-desc {
  max-width: 340px;
  margin: 0 auto 22px;
  color: #6f6675;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.input-group {
  position: relative;
  margin-bottom: 13px;
}

.input-group .iti {
    width: 100%;
}

.input-group svg {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  fill: none;
  stroke: #8d7996;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.input-group input {
  width: 100%;
  height: 52px;
  padding: 0 16px 0 47px;
  border: 1px solid #ddd3e3;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.7);
  color: #5f5367;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  box-sizing: border-box;
  transition: 0.2s ease;
}

.input-group input::placeholder {
  color: #9a8ea1;
}

.input-group input:focus {
  border-color: #7a538e;
  box-shadow: 0 0 0 3px rgba(122, 83, 142, 0.12);
  background: #fff;
}

.kvkk-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 20px;
  color: #6e6572;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.kvkk-area input {
  width: 15px;
  height: 15px;
  accent-color: #6b407d;
}

.info-form-card button {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 11px;
  background: #68437e;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 7px 14px rgba(78, 45, 95, 0.28);
  transition: 0.2s ease;
}

.info-form-card button:hover {
  background: #56366b;
  transform: translateY(-1px);
}

.form-safe {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #6c626f;
  font-size: 14px;
  font-weight: 600;
}

.form-safe svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #6c626f;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 575px) {
  .info-banner {
    min-height: auto;
    padding: 24px 12px;
  }

  .info-form-card {
    padding: 24px 20px 26px;
    border-radius: 20px;
  }

  .info-form-card h2 {
    font-size: 24px;
  }

  .form-desc {
    font-size: 13px;
  }

  .input-group input {
    height: 50px;
    font-size: 13px;
  }

  .info-form-card button {
    height: 56px;
    font-size: 20px;
  }
}

#home-about{
  position: relative;
}

#home-about .home-about-bg{
  position: absolute;
  top:-100px;
    z-index: 0;
    max-width: 100%;
    transform: rotate(270deg);
    right: 0;
}


#home-about .banner-about-content{
  margin-top: 60px;
}

#home-about .banner-about-content .banner-about-left .banner-about-left-title{
  font-size: 29px;
  font-weight: 600;
  color:#745a7c;
}

#home-about .banner-about-content .banner-about-left .banner-about-left-text{
  font-size: 19px;
  color: #745a7c;
  margin-top: 15px;
}
#home-about .banner-about-content .banner-about-left .banner-about-left-text li{
  font-size: 14px;
  display:flex;
  align-items:center;
}
#home-about .banner-about-content .banner-about-left .banner-about-left-text li img{
  margin-right:5px;
}

#home-about .banner-about-content .banner-about-left .banner-about-left-box-container{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}


#home-about .banner-about-content .banner-about-left .banner-about-left-box-container .banner-about-left-box{
  background: #F5F5F5;
  box-shadow: 0px 3px 4px #00000036;
  padding: 15px 10px;
}

#home-about .banner-about-content .banner-about-left .banner-about-left-box-container .banner-about-left-box .banner-about-left-box-count{
  font-size: 20px;
  color: #745a7c;
  font-weight: bold;
}

#home-about .banner-about-content .banner-about-left .banner-about-left-box-container .banner-about-left-box .banner-about-left-box-count-text{
  font-size: 24px;
  color: #745a7c;
  font-weight: bold;
}

#home-about .banner-about-content .about-carousel-container{
}

#home-about .banner-about-content .img-item img{
  max-width: 100%;
  border-radius: 25px;
  cursor:pointer;
}


#home-about .owl-dots .owl-dot.active span {
  background-color: #151D30;
  width: 31px;
  height: 10px;
}
#home-about .owl-dots .owl-dot span {
  background-color: #CBE5F3;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-video{
    position:relative;
    z-index:2;
}

#home-video .home-video-container{
  background-color:  #F5F5F5;
}


#home-video .home-video-text {
    font-size: 19px;
    color: #09213E;
    margin-top: 15px;
    font-weight: 600;
}

#home-video .home-video-container .home-video-carousel{
  margin-top: 45px;
}

#home-video .home-video-container .home-video-carousel .home-video-content{
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#home-video .home-video-container .home-video-carousel .home-video-content .img-reels{
  border-radius: 25px;
}

#home-video .home-video-container .home-video-carousel .home-video-content .play-icon{
  position: absolute;
  width: 64px; 
  height: auto;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#home-video .home-video-container .home-video-carousel .home-video-content:hover .play-icon{
  transform:translate(-50%,-50%) scale(1.1);
}

#home-video .owl-dots {
  display: block;
}

#home-video .owl-dots .owl-dot.active span {
  background-color: #151D30;
  width: 31px;
  height: 10px;
}
#home-video .owl-dots .owl-dot span {
  background-color: #CBE5F3;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}


#home-video .home-video-container .home-video-carousel .home-video-button-container{
  margin-top: 47px;
}

#home-video .home-video-container .home-video-carousel .home-video-button-container .home-video-button{
  background-color: #745a7c;
  border: 2px solid #F5F5F5;
  padding: 15px 25px;
  border-radius: 12px;
}

#home-video .home-video-container .home-video-carousel .home-video-button-container .home-video-button .home-video-button-text{
  font-size: 27px;
  font-weight: bold;
  color:#fff;
  margin-left: 16px;
}

#home-services .home-services-span-title{
  color:#745a7c;
  font-size: 18px;
  font-weight: 300;
}

#home-services .home-services-title{
  color:#745a7c;
  font-size: 30px;
  font-weight: 300;
  font-weight: bold;
}

#home-services .home-services-tab-cont .home-services-tabs .home-services-tab{
  border:1px solid #151D30;
  border-radius:10px;
  padding:13px 35px
}
.home-services-tab.active p {
  color: #fff;
}


.home-services-tabs {
  max-width: 100%;
}

.home-services-tabs::-webkit-scrollbar {
  height: 8px;
}

.home-services-tabs::-webkit-scrollbar-track {
  background: #e0e0e0; 
  border-radius: 10px; 
}

.home-services-tabs::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #e0e0e0; 
}

.home-services-tabs::-webkit-scrollbar-thumb:hover {
  background-color: #555; 
}


.home-servies-tab-title {
  color: #09213E;
  font-size: 20px;
  margin-left: 10px;
}

#home-services .home-tab-contents{
  margin-top: 100px;
}

#home-services .home-tab-contents .tab-content .home-servies-tab-content-title{
  text-align: center;
  color:#745a7c;
  font-size: 26px;
  font-weight: bold;
}

#home-services .home-tab-contents .tab-content .home-servies-tab-content-text{
  color:#745a7c;
  font-size: 17px;
  margin-top:32px
}

#home-services .home-tab-contents .tab-content .home-tab-contents-substances{
    margin-top:25px;
}

#home-services .home-tab-contents .tab-content .home-tab-contents-substances ul li {
  color:#745a7c;
  font-size: 17px;
  margin-top:10px;
}

#home-services .home-tab-contents .tab-content .home-services-tab-contact{
  margin-top: 25px;
}

#home-services .home-tab-contents .tab-content .home-services-tab-contact .home-services-button{
  background: var(--first-color);
  border: 2px solid #F5F5F5;
  border-radius: 16px;
  padding:15px 30px;
  width:max-content;
}

#home-services .home-tab-contents .tab-content .home-services-tab-contact .home-services-button .home-services-button-text{
  color:#fff;
  font-weight: bold;
  font-size:22px;
  margin-left:15px;
}

#home-services .home-tab-contents .tab-content .home-services-tab-contact .home-services-button .home-services-button-text-schedule{
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
}

.home-services-tab.active {
  background:#745a7c;
}
.home-services-tab.active img{
    filter: brightness(0) invert(1);
}

.tab-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
      overflow-x: hidden;
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.home-services-tab {
  cursor: pointer;
  transition: border-bottom 0.3s ease-in-out;
}

#home-transfer-stages{
    padding-bottom: 0;
    margin-bottom: -150px;
    position: relative;
}

#home-transfer-stages .home-transfer-container{
  background-color:  #F5F5F5;
}

#home-transfer-stages .section-title-area{
    margin-bottom:60px;
}

#home-transfer-stages .home-transfer-container .home-transfer-stages-col{
  margin-bottom: 31px;
}

#home-transfer-stages .home-transfer-container .home-transfer-stages-box{
  background-color: #fff;
  border-radius: 20px;
  padding:30px 15px ;
}
#home-transfer-stages .home-transfer-container .home-transfer-stages-box .home-transfer-stages-text{
  margin-left: 15px;
}
#home-transfer-stages .home-transfer-container .home-transfer-stages-box .home-transfer-stages-text .home-transfer-stages-title{
  color:#745a7c;
  font-size:26px;
  font-weight: bold;
  margin-bottom: 10px;
}

#home-transfer-stages .home-transfer-container .home-transfer-stages-box .home-transfer-stages-text .home-transfer-stages-desc{
  color: #09213E;
  font-size: 18px;
} 

#home-transfer-stages .home-transfer-container .home-transfer-stages-box .home-transfer-step-count{
  color: #a9a9a9;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  top: 40px;
}


#home-transfer-after-stages .home-transfer-after-stages-box-cont .home-transfer-after-stages-box{
  margin-bottom: 15px;
}

#home-transfer-after-stages .home-transfer-after-stages-box-cont .home-transfer-after-stages-box{
  background-color:#F5F5F5;
  border-radius: 20px;
  padding: 15px 10px;
}
#home-transfer-after-stages .home-transfer-after-stages-box-cont .home-transfer-after-stages-box .home-transfer-after-stages-text{
  margin-left: 15px;
}
#home-transfer-after-stages .home-transfer-after-stages-box-cont .home-transfer-after-stages-box .home-transfer-after-stages-text .home-transfer-after-stages-title{
  color:#09213E;
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#home-transfer-after-stages .home-transfer-after-stages-box-cont .home-transfer-after-stages-box .home-transfer-after-stages-text .home-transfer-after-stages-desc{
  color: #09213E;
  font-size: 18px;
} 

#home-transfer-after-stages .img-item img{
  border-radius: 20px;
}

#home-transfer-after-stages .owl-dots{
  margin-top: 40px;
}

#home-transfer-after-stages .owl-dots .owl-dot.active span {
  background-color: #151D30;
  width: 31px;
  height: 10px;
}
#home-transfer-after-stages .owl-dots .owl-dot span {
  background-color: #CBE5F3;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#home-transplant-packages .home-packages-barem-text{
    margin-top:70px;
}

#home-transplant-packages .home-packages-barem-text p{
    color: #09213E;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

#home-transplant-packages .home-transplant-packages-title .section-title-packages-head{
  color: #09213E;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.home-trans-packages-flex{
  margin-top: 50px;
}

#home-form-area {
    padding: 200px 0 40px;
    background: var(--first-color);
}

#home-form-area .section-title-area{
    margin-bottom: 40px;
}

#home-form-area .section-title-area .section-title-head, #home-form-area .section-title-area .section-title-small{
    color: #fff;
}

#home-form-area .input-area , #home-form-area input[type=email], #home-form-area input[type=number], #home-form-area input[type=search], #home-form-area input[type=tel], #home-form-area input[type=text], #home-form-area input[type=url], #home-form-area input[type=select], #home-form-area select, #home-form-area textarea {
  padding: 0 15px;
  font-size: 16px;
  color: #745a7c;
  width: 100%;
  border: 1px solid #fff;
  background-color: #f3f3f3;
  height: 60px;
  border-radius: 4px;
}

#home-form-area .input-area.consultation-tel-input{
  background-color: #f3f3f3;
  padding: 0 15px 0 45px;
  width: 100%;
  border-radius: 4px;
}
#home-form-area  .iti.iti--allow-dropdown {
    width:100%;
}

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

#home-form-area .body-file-upload{
  position:relative;
}

#home-form-area .body-file-upload input[type="file"] {
  display: none;
}

/* Buton stili */
#home-form-area .body-file-upload label {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #fff;
    color: white;
    border: none;
    border-radius: 4px;
    height: 60px;
    padding: 0 15px;
    font-family: var(--font-family);
    color: #745a7c;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s;
    width: 100%;
    margin: 0;
}


#home-form-area .body-file-upload .loader {
    border: 4px solid #09213E;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 10px;
    top: 15px;
    opacity:0;
    display:none;
    pointer-events: none;
}
#home-form-area .body-file-upload .loader.visible-button {
    opacity:1;
    display:block;
}

#home-form-area .send-button{
    padding: 0 15px;
    font-size: 22px;
    font-weight: bold;
    border:2px solid #fff;
    border-radius: 4px;
    color: #ffff;
    width: 100%;
    border: 1px solid #fff;
    background: var(--first-color);
    height: 60px;
    cursor:pointer;
}


#home-transplant-packages .home-transplant-packages-title .section-title-packages-text{
    font-size: 20px;
    text-align: center;
    padding: 20px 50px;
    color: #09213E;
}

#home-transplant-packages .home-transplant-packages-box-cont{
  background-color: #876e8f;
  padding: 14px 18px;
  border-radius: 17px;
  box-sizing: border-box;
  position: relative;
}

#home-transplant-packages .home-transplant-packages-box{
  border: 2px solid #fff;
  border-radius: 17px;
  padding: 50px 20px;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-box .home-transplant-packages-box-title{
  color: #fff;
  font-size: 24px;
  text-align: center;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-box .home-transplant-packages-box-text{
  margin-top: 23px;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-box .home-transplant-packages-box-text .home-transplant-packages-box-desc{
  margin-bottom: 10px;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-box .home-transplant-packages-box-text .home-transplant-packages-box-desc  .home-transplant-packages-box-text-desc{
  color: #fff;
  margin-left: 10px;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-box .home-transplant-packages-box-text .home-transplant-packages-price-box{
  gap: 20px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-box .home-transplant-packages-box-text .home-transplant-packages-price-box::before {
  content: "";
  width: 56%;
  height: 3px;
  background-color: #fff;
}

#home-transplant-packages .home-transplant-packages-box-cont .home-transplant-packages-price-box-button{
  position: absolute;
  background: var(--first-color);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 95px;
  color: #fff;
  bottom: -14px;
  margin-top: 30px;
  border-radius: 17px;
  border: 3px solid #fff;
}

#home-book-a-free-consultation{
    border-top: 3px dashed #fff;
    margin-bottom: 75px;
    background: var(--first-color);
}

#home-book-a-free-consultation .home-book-consultation-text .home-book-consultation-title{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

#home-book-a-free-consultation .home-book-consultation-text .home-book-consultation-desc{
  font-size: 22px;
  color: #fff;
}

a.home-book-consultation-btn {
    width: max-content;
    display: block;
    padding: 30px;
    font-family: 'Poppins';
    background-color: #ffffff;
    color: #745a7c;
    font-size: 33px;
    border: 3px solid #fff;
    cursor: pointer;
    border-radius: 50px;
}


#home-before-after .home-before-after-span-title{
  color:#09213E;
  font-size: 18px;
  font-weight: 300;
}

#home-before-after .home-before-after-title{
  color:#09213E;
  font-size: 30px;
  font-weight: 300;
  font-weight: bold;
}

#home-before-after .home-before-after-tab-cont .home-before-after-tabs .home-before-after-tab{
  cursor:pointer;
  border:1px solid #151D30;
  border-radius:10px;
  padding:13px 35px
}

#home-before-after .home-before-after-tab-cont .home-before-after-tabs .home-before-after-tab .home-before-after-tab-title{
    color: #09213E;
    font-size: 20px;
    margin-left: 10px;
}

.beforetab-content {
    height: 0;
    overflow: hidden;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.beforetab-content.active {
    overflow: visible;
    height: max-content;
    display: block;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .3s;
}

.home-before-after-tab {
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
}

.home-before-after-tab.active {
    background-color: #09213E;
    color: #fff!important;
}
.home-before-after-tab.active img{
    filter: brightness(0) invert(1);
}

.home-before-after-tab.active p {
    color: #fff !important;
}


.home-before-after-tab.active {
  background:var(--first-color); /* İstediğiniz aktif tab rengi */
  color: white; 
}

.home-before-after-tab {
  background-color: var(--first-color); /* Varsayılan tab rengi */
  color: #fff; 
  transition: 0.3s ease;
}

.home-tab-contents{
  margin-top: 50px;
}

.home-tab-contents .img-item img{
  max-width: 100%;
}

#home-faq-and-comments{
  padding: 75px 0 0;
}

#home-faq-and-comments .home-comments{
  background-color: #F5F5F5;
  padding: 30px 0 0;
}

#home-faq-and-comments .home-comments .home-comments-text .home-comments-title {
  font-size: 30px;
  color: #745a7c;
  margin-bottom: 15px;v
}

#home-faq-and-comments .home-comments .home-comments-text .home-comments-desc {
  font-size: 20px;
  color: #745a7c;
  margin-bottom: 15px;
}


#home-faq-and-comments .home-comments .home-comments-carousel .home-comments-box{
  background-color: #fff;
  padding:45px 30px;
}

#home-faq-and-comments .home-comments .home-comments-carousel .home-comments-box .home-comments-box-title h3{
  font-size: 19px;
  color: #745a7c;
  font-style: italic;
}

#home-faq-and-comments .home-comments .home-comments-carousel .home-comments-box .home-comments-box-title p{
  font-size: 19px;
  color: #09213E;
  font-style: italic;
}

#home-faq-and-comments .home-comments .home-comments-carousel .home-comments-box .home-comments-box-text{
  font-size: 19px;
  color: #7C7B7B;
  margin-top: 15px;
  margin-bottom: 15px;
}

#home-faq-and-comments .owl-dots .owl-dot.active span {
  background-color: #2d273d;
  width: 31px;
  height: 10px;
}
#home-faq-and-comments .owl-dots .owl-dot span {
  background-color: #745a7c;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}


#home-faq-and-comments .home-comments .home-faq{
  margin-top: 75px;
}

#home-faq-and-comments .home-comments .home-faq .home-faq-title{
  color: #745a7c;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#home-faq-and-comments .home-comments .home-faq .home-faq-row{
  margin-top: 75px;
}

#home-faq-and-comments .home-faq .faq-list .faq-item {
  cursor: pointer;
  background-color: #F9F9FA;
  border-radius: 45px;
  padding: 20px 40px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease-in-out;
}

#home-faq-and-comments .home-faq .faq-list .faq-item .item-top {
  position: relative;
  cursor: pointer;
}

#home-faq-and-comments .home-faq .faq-list .faq-item .item-top:before {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
  width: 15px;
  background: #424242;
}

#home-faq-and-comments .home-faq .faq-list .faq-item .item-top:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  background: #424242;
}

#home-faq-and-comments .home-faq .faq-list .faq-item .item-top .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 25px;
  color: #745a7c;
}

/* Kapanış Durumu */
#home-faq-and-comments .faq-item .item-bottom {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
}

/* Açılış Durumu (Sorunun çözüldüğü yer) */
#home-faq-and-comments .faq-item.active .item-bottom {
  max-height: 1000px; /* Metnin sıkışmaması için yüksek bir değer verildi */
  padding-top: 20px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); /* Yumuşak açılış ivmesi */
}

/* Aktif Arka Plan */
#home-faq-and-comments .home-faq .faq-list .faq-item.faqactive {
  background-color: #EFEFEF;
}

#home-faq-and-comments .home-faq .faq-list .faq-item.faqactive .item-bottom{
        max-height: 100%;
}

/* Artı ikonunun eksiye dönmesi */
#home-faq-and-comments .home-faq .faq-list .faq-item.faqactive .item-top:before {
  transform: rotate(0deg);
}
footer {
  background-color: #745a7c;
  padding: 75px 0;
}
footer .footer-logo{
    display:block;
    width:200px;
    height:auto;
    max-width:100%;
}
footer .footer-contact-title{
  font-size: 32px;
  color:#fff;
  margin-bottom: 20px;
}
footer .footer-texts-title{
  font-size: 22px;
  color:#fff;
  margin-bottom: 10px;
  font-weight: 500;
}
footer .footer-contacts {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
footer .footer-text {
  color: #fff;
  font-size: 18px;
}

.footer-form-area {
  padding: 30px 40px 50px 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  }
  .footer-form-area .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: var(--custom-first-font);
  margin-bottom: 20px;
  }
  .footer-form-area .form-area {
  position: relative;
  }
  .footer-form-area .form-area .wpcf7-not-valid-tip {
  display: none;
  }
  .footer-form-area .form-area .wpcf7 form.invalid .wpcf7-response-output,
  .footer-form-area .form-area .wpcf7 form.unaccepted .wpcf7-response-output,
  .form-area .wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  top: 100%;
  background-color: #fff;
  margin: 10px 0 0;
  border: none;
  font-size: 14px;
  width: 100%;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  color: #06162A;
  animation-delay: 0.3s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  }
  .footer-form-area .form-area .wpcf7-spinner{
      display: none;
  }
  .footer-form-area .form-area .input-area {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 4px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  justify-content: space-between;
  }
  .footer-form-area .form-area .input-area .form-in {
  margin-bottom: 0;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  padding: 16px 24px;
  width: 100%;
  border: none;
  font-family: var(--custom-first-font);
  color: #656364;
  font-size: 14px;
  }
  .footer-form-area .form-area .input-area .form-in::placeholder {
  color: #B3B3B3;
  }
  .footer-form-area .form-area .input-area .form-button-area {
  position: relative;
  }
  /*.footer-form-area .form-area .input-area .form-button-area svg {*/
  /*position: absolute;*/
  /*width: 32px;*/
  /*height: 32px;*/
  /*background-color: rgba(255, 255, 255, 0.45);*/
  /*color: #fff;*/
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
  /*-ms-border-radius: 50%;*/
  /*border-radius: 50%;*/
  /*pointer-events: none;*/
  /*right: 6px;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*}*/
  .footer-form-area .form-area .input-area #call-phone {
    padding: 15px 90px !important;
    width: 100%;
    display: block;
}
  .footer-form-area .form-area .form-button-area {
        margin-top: 9px;
    }
  .footer-form-area .form-area .form-button-area .footer-form-button {
  width:100%;
  cursor: pointer;
  background-color: #745a7c;
  border: none;
  font-family: var(--custom-first-font);
  padding: 12px 36px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  }
  .footer-form-area .form-area .input-area .form-button-area .footer-form-button:hover {
  background-color: #22772b;
  }
  
  


  .fcontaact-heads {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}