/* 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 */

.success {
  position: absolute;
  top: 100%;
  left:20px;
  right:20px;
  margin-top: 10px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.success.show {
  opacity: 1;
  margin-top: 20px;
}
.unsuccessful {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  padding: 15px;
  border-radius: 15px;
  background: red;
  color: #FFF;
  left:20px;
  right:20px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.unsuccessful.show {
  opacity: 1;
  margin-top: 20px;
}
.gap-10 {
    gap: 10px;
}
.gap-50 {
    gap: 50px;
}
.gap-30 {
    gap: 30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


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-socials {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    display:flex;
    flex-direction:column;
    gap: 20px;
}
#sticky-whatsapp a {
    height: 60px;
    width: 60px;
    background: linear-gradient(135deg, #075E54, #128C7E, #25D366);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    -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-instagram a svg {
    color: #fff;
}
#sticky-instagram a {
    height: 60px;
    width: 60px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -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-instagram a:hover {
    transform: scale(1.1);
}
#sticky-instagram 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: -moz-linear-gradient(top, #22c3d4 0%, #16b4c5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #22c3d4 0%, #16b4c5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #22c3d4 0%, #16b4c5 100%);
    /* 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: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    /* 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;
}

.section-btn {
    padding: 12px 24px;
    border: none;
    background-color: var(--first-color);
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content:center;
    gap:12px;
}
.section-btn img {
    width:24px;
    height:24px;
}
.section-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--first-color-rgb), 0.4);
    background-color: var(--first-color-dark);
}
.section-title-small {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.section-title-head {
    color: #000;
    font-size: 54px;
    font-weight: 900;
    text-align: center;
}
.section-title-texts {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
    font-weight: 600;
}

.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;
}

header {
    /*position:absolute;*/
    /*top:0px;*/
    /*left:0px;*/
    /*right:0px;*/
    padding: 20px 0;
    z-index: 1000;
}
header .header-inner-area {
    gap: 20px;
}
header .header-logo {
    width: 240px;
    height: auto;
}
header .header-btn {
    padding: 12px 24px;
    border: none;
    background-color: var(--first-color);
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
header .header-btn:hover {
    background-color: var(--first-color-dark);
}

main {
    overflow-x: clip;
}

#home-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
    z-index: 1;
}

#home-banner .banner-reverse {
    width: 100%;
}

#home-banner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-about-left-text li {
    margin-bottom: 10px;
}

#home-banner .banner-content {
    padding: 150px 0 150px;
    position: relative;
    z-index: 2;
    min-height: 80vh;
    background: color-mix(in oklab, #171717 30%, transparent);
}
#home-banner .banner-content .banner-title {
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: -1.5px;
    background: linear-gradient(135deg, #ffffff 70%, #b9b9b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

#home-banner .banner-content .banner-services-info {
    padding: 28px 24px;
}

#home-banner .banner-content .banner-services-info .banner-info {
    margin-bottom: 16px;
    gap: 8px;
}

#home-banner .banner-content .banner-services-info img {
    width: 32px;
    height: 32px;
}

#home-banner .banner-content .banner-services-info .banner-services-text {
    color: var(--first-color);
    font-weight: bold;
    font-size: 24px;
}

#home-banner .banner-content .banner-services-info {
    background: rgb(255 255 255);
    opacity: 0.9;
    border-radius: 25px;
    max-width: fit-content;
}

#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 {
    background: #f5f5f5;
    filter: drop-shadow(4px 14px 28px rgba(255, 255, 255, 0.4));
    border-radius: 15px;
    padding: 24px 16px 32px;
    overflow: hidden;
    max-width: 100%;
}

#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: 360px;
    max-width: 100%;
}

#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .consultation-input-tags
    .consultation-input {
    background-color: #fff;
    padding: 15px 30px;
    width: 100%;
    border: none;
    font-family: var(--font-family);
    font-size: 20px;
    margin-top: 20px;
}
#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .consultation-input-tags
    .consultation-input::placeholder {
    text-align: center;
}
#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .iti.iti--allow-dropdown {
    width: 100%;
}

#home-banner .banner-content .banner-form #consultation-form .step .back-arrow {
    background-color: var(--first-color);
    height: 60px;
    margin-right: 4px;
    border-radius:50px;
}

#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .consultation-input-tags
    .consultation-tel-input {
    background-color: #fff;
    padding: 15px 45px;
    width: 100%;
    border: none;
    font-family: var(--font-family);
    font-size: 20px;
    border-radius: 4px;
}

#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .consultation-input-tags
    .consultation-other-input {
    background-color: #f3f3f3;
    padding: 15px 30px;
    width: 100%;
    border: none;
    font-family: var(--font-family);
    font-size: 20px;
    border-radius: 4px;
}

#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: 15px;
    width: 100%;
}
#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .consultation-input-tags
    .step-next-button {
    width: 100%;
    padding: 0px 20px;
    height: 60px;
    border: none;
    background-color: var(--first-color);
    font-size: 25px;
    font-family: var(--font-family);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 32px;
}
#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .step
    .consultation-input-tags
    .step-next-button:hover {
    background-color: var(--first-color-dark);
}

#home-banner .banner-content .banner-form #consultation-form .protected-tick {
    margin-top: 25px;
}

#home-banner
    .banner-content
    .banner-form
    #consultation-form
    .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: var(--first-color);
    font-size: 20px;
    margin-left: 15px;
    font-weight: 500;
}

.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: 300px;
    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-about {
    position: relative;
    padding: 120px 0;
    --gutter-x: 32px;
    --gutter-x2: -32px;
}

#home-about .home-about-bg {
    position: absolute;
    top: -100px;
    z-index: 0;
    max-width: 100%;
    transform: rotate(270deg);
    right: 0;
    pointer-events:none;
}

#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: #000;
}

#home-about .banner-about-content .banner-about-left .banner-about-left-text {
    font-size: 19px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
}
#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: #000;
    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: #000;
    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 {
    margin-top:32px;
}
#home-about .owl-dots .owl-dot.active span {
    background-color: var(--first-color);
    width: 32px;
    height: 12px;
}
#home-about .owl-dots .owl-dot span {
    background-color: #b4b4b4;
    width: 12px;
    height: 12px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#home-why-choose {
    position: relative;
}

#home-why-choose .banner-about-center {
    margin-top: 50px;
}

#home-why-choose .banner-about-left-box-container {
    font-size: 19px;
    color: #000;
    margin-top: 15px;
}

#home-why-choose .banner-about-left-title {
    font-size: 29px;
    font-weight: 600;
    color: #000;
}

#home-why-choose .banner-about-left-box-container {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#home-why-choose .banner-about-left-box {
    background: linear-gradient(135deg, #f2fffd 0%, #63F0E1 20%, #1AE5D1 90%, #f2fffd 100%);
    box-shadow: 0px 3px 4px #00000036;
    padding: 16px 12px;
    border-radius: 8px;
}

#home-why-choose .banner-about-left-box .banner-about-left-box-count {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

#home-why-choose .banner-about-left-box .banner-about-left-box-count-text {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

#home-video {
    position: relative;
    z-index: 2;
}

#home-video .home-video-container {
    background-color: #f5f5f5;
    padding: 20px 0 20px;
}

#home-video .home-video-text {
    font-size: 19px;
    color: #000;
    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 {
    margin-top:32px;
}
#home-video .owl-dots .owl-dot.active span {
    background-color: var(--first-color);
    width: 32px;
    height: 12px;
}
#home-video .owl-dots .owl-dot span {
    background-color: #b4b4b4;
    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: #000;
    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: #000;
    font-size: 18px;
    font-weight: 300;
}

#home-services .home-services-title {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    font-weight: bold;
}

#home-services .home-services-tab-cont .home-services-tabs .home-services-tab {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 12px 24px;
}

.home-services-tab-cont {
    max-width: 100%;
    
}
.home-services-tabs {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #28496a #f5f5f5;
    padding-bottom: 10px;
    
}

.home-services-tab {
    cursor: pointer;
    position:relative;
    transition: border-bottom 0.3s ease-in-out;
    text-align:center;
}
.home-services-tab::before {
    content:"";
    background: #1AE5D1;
    transform:scale(0);
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(0);
    width:100%;
    height:100%;
    opacity:0;
    transition: all 0.3s ease;
    border-radius: 50px;
}
#home-services .home-services-tab-cont .home-services-tabs .home-services-tab.active{
    border-color: #1AE5D1;
}
.home-services-tab.active::before{
    transform: translate(-50%, -50%) scale(1);
    opacity:1;
}
.home-services-tab p {
    transition: all 0.3s ease;
}
.home-services-tab.active p {
    color: #fff;
    position:relative;
}
.home-services-tab img {
    transition: all 0.3s ease;
}

.home-services-tab.active img {
    filter: brightness(0) invert(1);
}

.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;
}

.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-servies-tab-title {
    color: #000;
    font-size: 20px;
    margin-left: 10px;
}

#home-services .home-tab-contents {
    margin-top: 50px;
}

#home-services .home-tab-contents .tab-content .home-servies-tab-content-title {
    text-align: center;
    color: #000;
    font-size: 26px;
    font-weight: bold;
}

#home-services .home-tab-contents .tab-content .home-servies-tab-content-text {
    color: #000;
    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: #000;
    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-color: var(--first-color);
    border-radius: 16px;
    padding: 15px 32px;
    justify-content:center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#home-services
    .home-tab-contents
    .tab-content
    .home-services-tab-contact
    .home-services-button:hover {
    background-color: var(--first-color-dark);
}

#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-transfer-stages {
    position: relative;
}

#home-transfer-stages .home-transfer-container {
    background-color: #f5f5f5;
    padding-bottom:60px;
}

#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;
    overflow:hidden;
    position:relative;
}
#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: #000;
    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: #000;
    font-size: 18px;
}

#home-transfer-stages
    .home-transfer-container
    .home-transfer-stages-box
    .home-transfer-step-count {
        color: #000;
        font-size: 160px;
        font-weight: bold;
        position: absolute;
        right: 0;
        bottom: -40px;
        opacity: .1;
        pointer-events:none
}

#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: #000;
    font-size: 24px;
    font-weight: 600;
    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: #000;
    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: var(--first-color);
    width: 31px;
    height: 10px;
}
#home-transfer-after-stages .owl-dots .owl-dot span {
    background-color: #b4b4b4;
    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: #000;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

#home-transplant-packages
    .home-transplant-packages-title
    .section-title-packages-head {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.home-trans-packages-flex {
    margin-top: 50px;
}

#home-form-area {
    padding: 80px 0;
    margin-bottom:80px;
    /*background: linear-gradient(135deg, #003f36, #007564, #1AE5D1);*/
    background: linear-gradient(135deg, #d4fef9 0%, #12c7b7 50%, #1AE5D1 100%);
    position: relative;
}

#home-form-area .teeth-decor {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    opacity: 0.2;
    pointer-events: none;
}

#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: #000;
    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: #000;
    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 #000;
    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%;
    background: var(--first-color);
    height: 60px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#home-form-area .send-button:hover {
    background: var(--first-color-dark);
}


#home-transplant-packages
    .home-transplant-packages-title
    .section-title-packages-text {
    font-size: 20px;
    text-align: center;
    padding: 20px 50px;
    color: #000;
}

#home-transplant-packages .home-transplant-packages-box-cont {
    background: linear-gradient(135deg, #00897b, #1AE5D1 70%, #7ff5ea 100%);
    padding: 28px 24px 48px;
    border-radius: 17px;
    box-sizing: border-box;
    position: relative;
}

#home-transplant-packages .home-transplant-packages-box {
    border-radius: 17px;
}

#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-color:#007564;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    left: 20px;
    right: 20px;
    padding: 16px 12px;
    color: #fff;
    bottom: -24px;
    border-radius: 16px;
    border: 3px solid #fff;
}

#home-book-a-free-consultation {
    background: linear-gradient(#0ab7a6, #007564);
}

#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 {
    display: block;
    padding: 30px;
    font-family: "Poppins";
    background-color: #007564;
    color: #fff;
    font-size: 33px;
    border: 3px solid #fff;
    cursor: pointer;
    border-radius: 50px;
    text-align:center;
}

#home-before-after .section-title-area {
    text-align:center;
}

#home-before-after
    .home-before-after-tab-cont
    .home-before-after-tabs
    .home-before-after-tab {
    cursor: pointer;
    border: 1px solid var(--first-color);
    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: #000;
    font-size: 20px;
    margin-left: 10px;
}

#home-before-after .owl-dots {
    margin-top:32px;
}
#home-before-after .owl-dots .owl-dot.active span {
    background-color: var(--first-color);
    width: 32px;
    height: 12px;
}
#home-before-after .owl-dots .owl-dot span {
    background-color: #b4b4b4;
    width: 12px;
    height: 12px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.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: #000;
    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: linear-gradient(
            97deg,
            #0a2240 0%,
            #456f90 47%,
            #274868 82%,
            #09213f 100%
        )
        0% 0% no-repeat padding-box; /* İstediğiniz aktif tab rengi */
    color: white;
}

.home-before-after-tab {
    background-color: linear-gradient(
            97deg,
            #0a2240 0%,
            #456f90 47%,
            #274868 82%,
            #09213f 100%
        )
        0% 0% no-repeat padding-box; /* 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-comments-image {
    gap: 30px;
    flex-wrap: wrap;
}

.home-comments-image img {
    width: 120px;
    height: auto;
    display: block;
}

#home-faq-and-comments {
    padding: 75px 0 250px;
    position: relative;
    background-color: #f5f5f5;
}

#home-faq-and-comments .home-comments .home-comments-text .home-comments-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}

#home-faq-and-comments .home-comments .home-comments-text .home-comments-desc {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

#home-faq-and-comments
    .home-comments
    .home-comments-carousel
    .home-comments-box {
    background-color: #fff;
    padding: 40px 32px;
    border-radius:16px;
}

#home-faq-and-comments
    .home-comments
    .home-comments-carousel
    .home-comments-box
    .home-comments-box-title
    h3 {
    font-size: 19px;
    color: #000;
    font-style: italic;
}

#home-faq-and-comments
    .home-comments
    .home-comments-carousel
    .home-comments-box
    .home-comments-box-title
    p {
    font-size: 19px;
    color: #000;
    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: var(--first-color);
    width: 31px;
    height: 10px;
}
#home-faq-and-comments .owl-dots .owl-dot span {
    background-color: #b4b4b4;
    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: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

#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;
}

#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: all 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;
}

#home-faq-and-comments .home-faq .faq-list .faq-item .item-bottom {
    max-height: 0;
    overflow: hidden;
    transition: min-height 0.6s ease, padding 0.3s ease;
}

#home-faq-and-comments .home-faq .faq-list .faq-item .item-bottom .item-text {
    font-size: 16px;
    font-weight: 500;
}

#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-top:before {
    transform: rotate(0deg);
}

#home-faq-and-comments .home-faq .faq-list .faq-item.faqactive .item-bottom {
    padding-top: 20px;
}

.footer-effect {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

footer {
    background-color: #007564;
    padding: 30px 0;
    overflow-x: clip;
}
footer .footer-logo {
    display: block;
    width: 200px;
    height: auto;
    max-width: 100%;
    filter: brightness(0) invert(1);
}
footer .footer-col {
    margin-bottom:30px;
}
.footer-docs-area {
    margin-top: 30px;
    gap: 30px;
}

.footer-docs-area img{
    width:100%;
    height:auto;
    display:block;
}

.footer-docs {
    height:auto;
    display:block;
    max-width:45%;
}

.footer-health-logo {
    height:auto;
    display:block;
    max-width:45%;
}

footer .footer-contact-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}
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 .form-button-area .footer-form-button {
    cursor: pointer;
    background-color: var(--first-color);
    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: var(--first-color-dark);
}

.fcontaact-heads {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-social-media {
    margin-left: 10px;
}

.social-media-background {
}

.footer-instagram {
    width: 50px;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
}

.footer-facebook {
    width: 50px;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
}

.footer-tiktok {
    width: 50px;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
}

.btn-anime {
    transition: transform 0.3s ease;
}

.btn-anime:hover {
    transform: scale(1.1);
}

.copyright {
    color: #fff;
}

/* Functions */
.xl-container {
    /* width: 100%; */
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.custom-xl-col {
    position: relative;
    width: 100%;
    padding-right: var(--gutter-x);
    padding-left: var(--gutter-x);
}

@media (min-width: 1440px) {
    .xl-container {
        max-width: 1450px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .custom-xl-col {
        flex: 0 0 87.333333%;
        max-width: 87.333333%;
    }
}

@media (max-width: 1440px) {
    header .header-logo {
        width: 200px;
    }
    header .header-btn {
        font-size: 18px;
    }
    #home-banner .banner-content .banner-title {
        font-size: 64px;
    }
    #home-about {
        padding: 80px 0;
        --gutter-x: 16px;
        --gutter-x2: -16px;
    }
    #process-area {
        --gutter-x: 60px;
        --gutter-x2: -60px;
        margin-bottom: 80px;
    }
    #process-area .box-col:nth-child(even) {
        margin-top: 80px;
    }
    #process-area .box-col .process-box .box-dots {
        width: 100px;
    }
    #services-area {
        padding: 60px 0 180px;
    }
    #services-area .tab-system .tab-navs {
        margin-bottom: 60px;
    }
    #services-area .tab-system .tab-elements .tab-element {
        --gutter-x: 20px;
        --gutter-x2: -20px;
    }
    #services-area
        .tab-system
        .tab-elements
        .tab-element
        .element-content
        .content-image {
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        border-radius: 60px;
    }
    #call-form-area .area-outer .area-inner {
        padding: 50px 0;
    }
    #call-form-area .area-outer .area-inner .form-title {
        font-size: 36px;
    }
    #call-form-area
        .area-outer
        .area-inner
        .form-area
        .contact_form
        .input-area
        .form-in {
        padding: 0 20px;
    }
    #faq-area {
        margin-bottom: 80px;
    }
    #faq-area .faq-content-area .faq-list .faq-item {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    #faq-area .faq-content-area .faq-list .faq-item .item-top .item-title {
        font-size: 18px;
    }
    #faq-area .faq-content-area .faq-list .faq-item .item-bottom .item-text {
        font-size: 14px;
    }
    #faq-area .faq-content-area .faq-list .faq-item.active .item-bottom {
        padding: 25px 0 0;
    }
    #faq-area .faq-social-area .video-box .video-image {
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        border-radius: 60px;
    }
}

@media (max-width: 1199px) {
    #home-banner .banner-content .banner-title {
        font-size: 56px;
        color: var(--first-color);
        font-weight: bold;
        color: #ffffff;
        font-weight: bold;
        webkit-text-stroke: 1px #0c376a;
    }

    #home-banner .banner-content .banner-services-info .banner-services-text {
        margin-left: 10px;
        color: var(--first-color);
        font-weight: bold;
        font-size: 25px;
    }

    #home-about .home-about-bg {
        display: none;
    }

    .section-title-small {
        font-size: 25px;
        font-weight: 300;
        text-align: center;
    }

    .section-title-head {
        font-size: 44px;
        font-weight: 900;
        text-align: center;
    }

    #home-video
        .home-video-container
        .home-video-carousel
        .home-video-button-container
        .home-video-button
        .home-video-button-text {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin-left: 16px;
    }

    #home-services .home-services-title {
        color: #000;
        font-size: 27px;
        font-weight: 300;
        font-weight: bold;
    }
    
    .home-services-title-cont {
        text-align:center;
        margin-bottom: 30px;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-servies-tab-content-title {
        text-align: center;
        color: #000;
        font-size: 25px;
        font-weight: bold;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-servies-tab-content-text {
        color: #000;
        font-size: 17px;
        margin-top: 32px;
    }
    #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 {
        margin-top: 20px;
    }

    .gap-30 {
        gap: 15px;
    }
    #home-services
        .home-tab-contents
        .tab-content
        .home-services-tab-contact
        .home-services-button
        .home-services-button-text {
        font-size: 18px;
    }

    #home-transfer-stages
        .home-transfer-container
        .home-transfer-stages-box
        .home-transfer-stages-text
        .home-transfer-stages-title {
        font-size: 22px;
    }

    #home-transfer-stages
        .home-transfer-container
        .home-transfer-stages-box
        .home-transfer-stages-text
        .home-transfer-stages-desc {
        font-size: 16px;
    }

    #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 {
        font-size: 22px;
    }

    #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 {
        font-size: 18px;
    }

    #home-transplant-packages
        .home-transplant-packages-title
        .section-title-packages-head {
        font-size: 25px;
    }

    #home-transplant-packages
        .home-transplant-packages-title
        .section-title-packages-text {
        font-size: 17px;
    }

    #home-transplant-packages
        .home-transplant-packages-box-cont
        .home-transplant-packages-box
        .home-transplant-packages-box-title {
        font-size: 20px;
    }

    #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 {
        font-size: 15px;
    }
    #home-transplant-packages
        .home-transplant-packages-box-cont
        .home-transplant-packages-box
        .home-transplant-packages-box-text
        .home-transplant-packages-price-box {
        font-size: 23px;
    }

    #home-transplant-packages
        .home-transplant-packages-box-cont
        .home-transplant-packages-price-box-button {
        font-size: 17px;
    }
    #home-book-a-free-consultation
        .home-book-consultation-text
        .home-book-consultation-title {
        font-size: 28px;
    }
    #home-book-a-free-consultation
        .home-book-consultation-text
        .home-book-consultation-desc {
        font-size: 20px;
    }

    a.home-book-consultation-btn {
        padding: 25px 30px;
        font-size: 25px;
    }

    .home-before-after-tabs {
        max-width: 100%;
        overflow-x: scroll;
        scrollbar-width: thin;
        scrollbar-color: #28496a #f5f5f5;
    }

    .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-faq-and-comments .home-comments .home-faq .home-faq-row {
        margin-top: 35px;
    }
    #home-faq-and-comments .home-faq .faq-list .faq-item {
        padding: 20px 25px;
    }
    #home-faq-and-comments .home-faq .faq-list .faq-item .item-top .item-title {
        font-size: 18px;
    }

    #home-faq-and-comments
        .home-faq
        .faq-list
        .faq-item
        .item-bottom
        .item-text {
        font-size: 14px;
    }

    footer .footer-contact-title {
        font-size: 28px;
    }
    footer .footer-contacts {
        font-size: 16px;
        margin-bottom: 15px;
    }
    footer .footer-text {
        font-size: 16px;
    }

    footer .copyright {
        margin-top: 20px;
        margin-bottom: 32px;
        max-width: 350px;
        font-size: 15px;
        color: #fff;
    }

    h3.fcontaact-heads {
        font-size: 28px;
        color: #fff;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    #left-whatsapp {
        top: 90%;
    }
    #home-banner .banner-content .banner-title {
        font-size: 45px;
        color: #ffffff;
        font-weight: bold;
    }
    #home-banner .banner-content {
        padding: 150px 0 0;
    }
    #home-banner .banner-content .banner-services-info {
        display: none;
    }
    #home-banner .banner-content .banner-reviews-image {
        display: none !important;
    }
    #home-banner .banner-content .banner-reverse {
        gap: 30px;
    }
    #home-banner .banner-content .banner-services-info .banner-services-text {
        font-size: 22px;
    }
    
    #home-about {
        padding: 60px 0;
    }
    #home-services .home-services-span-title {
        font-size: 30px;
    }
    #home-services .home-services-title {
        font-size: 35px;
    }
    #home-about .banner-about-content .about-carousel-container {
        margin-top: 30px;
    }
    .home-servies-tab-title {
        font-size: 18px;
    }

    #home-tab-contents img {
        width: 100%;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-servies-tab-content-title {
        font-size: 22px;
        margin-top: 30px;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-servies-tab-content-text {
        font-size: 17px;
        margin-top: 32px;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-services-tab-contact
        .home-services-button {
        justify-content: center;
        padding: 10px 20px;
    }

    #home-transplant-packages .home-packages-barem-text p {
        font-size: 22px;
    }

    #home-transfer-stages .section-title-area {
        margin-bottom: 30px;
    }
    #home-transfer-stages
        .home-transfer-container
        .home-transfer-stages-box
        .home-transfer-step-count {
            font-size: 120px;
            bottom:-20px;
    }

    #home-transfer-stages .home-transfer-container .home-transfer-stages-box {
        background-color: #fff;
        border-radius: 20px;
        padding: 20px 10px 32px;
        flex-direction: column;
    }
    #home-transfer-stages
        .home-transfer-container
        .home-transfer-stages-box
        img {
        margin-bottom: 10px;
    }

    #home-transfer-stages
        .home-transfer-container
        .home-transfer-stages-box
        .home-transfer-stages-text
        .home-transfer-stages-desc {
        font-size: 16px;
        text-align: center;
    }

    #home-transfer-stages
        .home-transfer-container
        .home-transfer-stages-box
        .home-transfer-stages-text
        .home-transfer-stages-title {
        font-size: 20px;
        text-align: center;
    }
    #home-form-area {
        padding: 60px 0;
    }
    .home-book-consultation-ok img {
        display: none;
    }
    .home-comments-carousel {
        margin-top: 30px;
    }

    #home-faq-and-comments .home-comments .home-faq .home-faq-row img {
        width: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    header {
        padding: 16px 0;
    }
    header .header-logo {
        width: 160px;
    }
    header .header-btn {
        padding: 12px 16px;
        font-size: 16px;
    }
    #home-about {
        padding: 40px 0;
    }
    #home-about .banner-about-content {
        margin-top: 30px;
    }

    #home-about .home-about-bg {
        position: absolute;
        top: -437px;
        z-index: 1;
        max-width: 100%;
        transform: rotate(12deg);
    }
    #home-banner
        .banner-content
        .banner-form
        #consultation-form
        .step
        .step-title {
        color: var(--first-color);
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    .section-title-small {
        font-size: 20px;
    }

    .section-title-head {
        font-size: 34px;
    }

    #home-about
        .banner-about-content
        .banner-about-left
        .banner-about-left-title {
        font-size: 17px;
    }

    #home-about
        .banner-about-content
        .banner-about-left
        .banner-about-left-text {
        font-size: 20px;
        color: #000;
        margin-top: 15px;
    }
    #home-form-area {
        padding: 40px 0;
    }

    #home-services .home-tab-contents {
        margin-top: 40px;
    }

    #home-faq-and-comments {
        padding: 60px 0;
    }

    .home-trans-packages-flex {
        flex-wrap: wrap;
        gap: 80px;
    }

    .section-padding {
        padding: 50px 0;
    }
    .home-book-consultation-button {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    header {
        padding: 12px 0;
    }
    header .header-logo {
        width: 120px;
    }
    header .header-btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .mobile-center {
        justify-content: center;
    }
    .section-padding {
        padding: 35px 0;
    }

    #home-form-area .section-title-area {
        margin-bottom: 30px;
    }
    main #home-before-after .home-before-after-title {
        font-size: 28px;
        text-align: center;
    }
    #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 {
        height: 52px;
    }
    #home-form-area .input-col {
        margin-bottom: 20px;
    }

    #home-form-area .file-upload label {
        height: 52px;
    }

    #home-form-area .send-button {
        font-size: 20px;
        height: 52px;
    }

    #home-transplant-packages .home-packages-barem-text p {
        font-size: 18px;
    }

    .section-title-texts {
        font-weight: 400;
    }

    footer .footer-contact-title {
        font-size: 24px;
        margin-top: 30px;
    }
    footer .footer-texts-title {
        font-size: 20px;
    }

    h3.fcontaact-heads {
        margin-top: 30px;
    }

    #home-transfer-stages .home-transfer-container {
        background-color: #f5f5f5;
        padding: 30px 0;
    }

    #home-about
        .banner-about-content
        .banner-about-left
        .banner-about-left-box-container {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #home-banner .banner-content {
        padding: 60px 0;
    }
    #home-banner .banner-content .banner-title {
        font-size: 32px;
        text-align: center;
    }

    #home-banner .banner-content .banner-services-info {
        display: none;
    }
    #home-banner .banner-content .banner-reviews-image {
        display: none !important;
    }
    #home-banner .banner-content .banner-services-info .banner-services-text {
        font-size: 19px;
    }

    #home-banner .banner-content .banner-form #consultation-form .ok-img {
        width: 60px;
        height: auto;
    }

    #home-banner
        .banner-content
        .banner-form
        #consultation-form
        .step
        .step-title {
        font-size: 24px;
    }
    #home-banner
        .banner-content
        .banner-form
        #consultation-form
        .step
        .consultation-input-tags
        .consultation-input {
        padding: 12px 24px;
        font-size: 15px;
        margin-top: 15px;
    }
    #home-banner
        .banner-content
        .banner-form
        #consultation-form
        .step
        .consultation-input-tags
        .consultation-tel-input {
        padding: 12px 24px 12px 45px;
        font-size: 15px;
        margin-top: 15px;
    }
    #home-banner
        .banner-content
        .banner-form
        #consultation-form
        .step
        .consultation-input-tags
        .step-next-button {
        padding: 0 20px;
        height: 48px;
        font-size: 20px;
    }

    #home-about .home-about-bg {
        position: absolute;
        top: -345px;
        z-index: 1;
        max-width: 70%;
        transform: rotate(12deg);
    }

    #home-about
        .banner-about-content
        .banner-about-left
        .banner-about-left-title {
        font-size: 17px;
        font-weight: 600;
        color: #000;
    }

    .section-title-small {
        font-size: 18px;
    }

    .section-title-head {
        font-size: 28px;
    }

    #home-about
        .banner-about-content
        .banner-about-left
        .banner-about-left-text {
        font-size: 18px;
    }

    #home-video
        .home-video-container
        .home-video-carousel
        .home-video-button-container
        .home-video-button
        .home-video-button-text {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        margin-left: 16px;
    }

    #home-services .home-services-span-title {
        font-size: 25px;
    }

    #home-services .home-services-title {
        font-size: 27px;
    }
    #home-services .home-tab-contents {
        margin-top: 30px;
    }

    .home-services-tabs {
        max-width: 100%;
    }

    #home-services
        .home-services-tab-cont
        .home-services-tabs
        .home-services-tab {
        padding: 10px 15px;
    }
    #home-services
        .home-services-tab-cont
        .home-services-tabs
        .home-services-tab
        img {
        display: none !important;
    }
    #home-services
        .home-services-tab-cont
        .home-services-tabs
        .home-services-tab
        p {
        font-size: 14px;
        margin-left: 0;
    }
    #home-services
        .home-tab-contents
        .tab-content
        .home-services-tab-contact
        .home-services-button {
        padding: 10px;
        font-size: 16px;
    }
    #home-services
        .home-tab-contents
        .tab-content
        .home-services-tab-contact
        .home-services-button
        img {
        width: 25px !important;
    }
    #home-services
        .home-tab-contents
        .tab-content
        .home-services-tab-contact
        .home-services-button
        .home-services-button-text-schedule {
        margin-left: 10px;
        font-size: 16px;
    }
    #home-services
        .home-tab-contents
        .tab-content
        .home-services-tab-contact
        .home-services-button
        .home-services-button-text {
        margin-left: 10px;
        font-size: 14px;
    }

    #home-before-after
        .home-before-after-tab-cont
        .home-before-after-tabs
        .home-before-after-tab {
        padding: 10px 15px;
    }
    #home-before-after
        .home-before-after-tab-cont
        .home-before-after-tabs
        .home-before-after-tab
        img {
        display: none !important;
    }
    #home-before-after
        .home-before-after-tab-cont
        .home-before-after-tabs
        .home-before-after-tab
        .home-before-after-tab-title {
        font-size: 14px;
        margin-left: 0;
    }

    #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 {
        font-size: 20px;
    }

    #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 {
        font-size: 16px;
    }
    #home-transplant-packages
        .home-transplant-packages-title
        .section-title-packages-head {
        font-size: 22px;
    }

    #home-transplant-packages
        .home-transplant-packages-title
        .section-title-packages-text {
        padding: 20px 10px;
        font-size: 15px;
    }
    #home-book-a-free-consultation
        .home-book-consultation-text
        .home-book-consultation-title {
        font-size: 24px;
    }

    #home-book-a-free-consultation
        .home-book-consultation-text
        .home-book-consultation-desc {
        font-size: 18px;
    }

    a.home-book-consultation-btn {
        padding: 12px 16px;
        font-size: 14px;
        width: 100%;
    }

    .home-before-after-tab-cont {
        margin-top: 20px;
    }

    #home-faq-and-comments {
        padding: 50px 0;
    }
    #home-faq-and-comments
        .home-comments
        .home-comments-text
        .home-comments-desc {
        font-size: 16px;
    }

    #home-faq-and-comments
        .home-comments
        .home-comments-carousel
        .home-comments-box
        .home-comments-box-text {
        font-size: 16px;
    }

    #home-faq-and-comments
        .home-comments
        .home-comments-carousel
        .home-comments-box
        .home-comments-box-title
        h3 {
        font-size: 16px;
    }

    #home-faq-and-comments .home-faq .faq-list .faq-item .item-top .item-title {
        font-size: 15px;
    }

    #home-faq-and-comments
        .home-faq
        .faq-list
        .faq-item
        .item-bottom
        .item-text {
        font-size: 13px;
    }

    .xl-container {
        width: auto;
        margin-right: 25px;
        margin-left: 25px;
    }

    #home-banner .banner-brand-cont .brand-logos {
        padding: 40px 0 10px;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px !important;
        justify-content: center;
    }

    #home-banner .banner-content .banner-reverse {
        gap: 20px;
    }

    #home-banner .banner-brand-cont .brand-logos .tursab {
        width: 65px;
        height: 50px;
    }

    #home-banner .banner-brand-cont .brand-logos .jci {
        width: 65px;
        height: 50px;
    }

    #home-banner .banner-brand-cont .brand-logos .fda {
        width: 65px;
        height: 50px;
    }

    #home-banner .banner-brand-cont .brand-logos .bakanlik-logo {
        width: 65px;
        height: 50px;
    }
    #home-video .home-video-container p {
        text-align: center;
        padding: 0 10px;
        font-size: 16px;
    }
    #home-video
        .home-video-container
        .home-video-carousel
        .home-video-button-container
        .home-video-button {
        padding: 15px 20px;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-servies-tab-content-text {
        font-size: 15px;
        margin-top: 32px;
    }

    #home-services
        .home-tab-contents
        .tab-content
        .home-tab-contents-substances
        ul
        li {
        font-size: 15px;
    }
    #home-transplant-packages
        .home-transplant-packages-box-cont
        .home-transplant-packages-box
        .home-transplant-packages-box-title {
        font-size: 23px;
        font-weight: bold;
    }

    #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 {
        font-size: 14px;
        margin-bottom: 8px;
    }
}