html, body{
  overflow-x: hidden;
  height: 100%; /* Sayfanın yüksekliği içerikle uzar */
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

#header {
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1049;
  background-color: rgb(255 255 255 / 92%) !important;
  transition: all 0.3s ease-in-out;
  backdrop-filter: none;
  box-shadow: 0 10px 30px rgba(24, 28, 50, 0.08);
}

.headerOnScroll {
  background-color: rgb(255 255 255 / 0.6) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
}

.headerOnScroll .navbar {
  /* padding: 1rem; */
}

.offcanvas.offcanvas-end {
  height: 100vh;
  border: none;
}

.navbar-toggler:focus {
  border-color: var(--tertiary_color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(19, 170, 101, 0.25);
}

.navbar-toggler {
  border-color: rgba(var(--primary_color_rgb), 0.5);
  padding: 0.5rem 1rem;
}

.navbar-toggler span {
  background-color: #005450;
  display: block;
  width: 30px; /* Çizgi genişliği */

  height: 4px; /* Çizgi yüksekliği */

  margin: 5px 0; /* Çizgiler arasındaki boşluk */
  border-radius: 4px; /* Kenarları yuvarlar */
}

.first-text-color {
  color: var(--primary_color) !important;
}

.sec-text-color {
  color: var(--tertiary_color) !important;
}

.navbar {
  padding: 0.4rem 0;
}

.navbar-brand img {
  height: 35px;
  object-fit: contain;
}

.navbar-brand-desktop img {
  height: 42px;
  object-fit: contain;
}

.nav-item .nav-link {
  color: var(--secondary_text_color);
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 500;
  font-family: "SF-Pro-Text";
}

.nav-item:hover {
  border-bottom: 2px solid var(--primary_color);
}

.navbar-bottom-buttons-desktop {
  display: flex !important;
}

.navbar-bottom-buttons-mobile {
  display: none !important;
}

.navbar-bottom-last-button-mobile {
  display: none !important;
}

.btn-login:hover {
  border-bottom: 2px solid var(--primary_color);
}

.btn-logout:hover {
  border-bottom: 2px solid var(--primary_color);
}

a {
  color: var(--secondary_text_color);
  text-decoration: none;
}

.container-fluid .button.btn-search {
    margin-left: auto; /* Sadece btn-search butonunu sağa yaslar */
    display: none; 
}

.top-bar-mobile-app {
  display: none;
  position: sticky;
  top: 0;
  z-index: 1100;
  background-color: #f5fcf8 !important;

  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-bar-mobile-app.visible {
  display: flex;
}

.top-bar-mobile-app.animate-in {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.top-bar-mobile-app .inner-content {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px 20px;
}

.top-bar-mobile-app .inner-content .logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.top-bar-mobile-app .inner-content .logo-card .logo {
  margin-bottom: 0;
  height: 32px;
}

.top-bar-mobile-app .inner-text {
  display: flex;
  flex-direction: column;
}

.top-bar-mobile-app .inner-text .title {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
}

.top-bar-mobile-app .inner-text .text-content {
  font-size: 11px;
  font-weight: 300;
  color: #818181;
  line-height: 12px;
}

.top-bar-mobile-app .inner-content a {
  margin-left: auto;
  padding: 2px 18px;
  background-color: var(--primary_color);
  color: white;
  font-size: 13px;
  border-radius: 20px;
}

.top-bar-mobile-app .inner-content a:hover {
  background-color: #003a36;
}

.top-bar {
  background-color: var(--tertiary_color);
  color: #fff;
  font-size: var(--text-md);
  font-weight: 400;
  line-height: var(--line-height-sm);
  padding: 0.75rem 0;
  justify-content: center;
  text-align: center;
  position: relative;
}

.top-bar span {
  position: relative;
  /* left: 7vw; */
}

.top-bar .top-bar-mobile-text {
  display: none;
  font-size: 12px;
  font-weight: 400;
}

.top-bar .start-now {
  color: #fff;
  font-weight: 700;
  line-height: var(--line-height-sm);
  text-decoration: underline;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  /* left: 7vw; */
}

.top-bar .be-therapist {
  letter-spacing: -0.4px;
  position: relative;
  margin-left: 80px;
  transition: color 0.3s ease-in-out;
  color: #FFF;
}

.top-bar img {
  width: 29px;
  margin-right: 5px;
}

.top-bar .be-therapist svg {
  margin-left: 5px;
}

.top-bar .be-therapist svg path {
  transition: stroke 0.3s ease-in-out;

}

.top-bar .be-therapist:hover {
  color: var(--secondary_text_color);
}

.top-bar .be-therapist:hover svg path {
  stroke: var(--secondary_text_color); 
}

.specialistMatcher {
  background-color: #0a7570;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.specialistMatcher::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../media/images/noise.png"); /* transparan rastgele noise */
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.5; /* noise yoğunluğu */
  pointer-events: none; /* içerik tıklamalarını engellemez */
  z-index: 0;
}

.specialistMatcher > * {
  position: relative;
  z-index: 1; /* içerik üstte kalsın */
}

.specialistMatcher .matcher-head .matcher-text{
  background-color: #13aa65;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.specialistMatcher .matcher-head .matcher-h1{
 font-size: var(--text-4-7xl);
  font-weight: 760;
  line-height: 83px;
  color: var(--primary_text_color);
  margin: 10px 0;
  color: white;
}

.specialistMatcher .matcher-cards {
  margin-top: 64px;
  color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  min-width: 350px;
}

.matcher-cards .matchIndividual,
.matcher-cards .matchCouple,
.matcher-cards .matchYouth {
  border-radius: 15px;
  padding: 20px 15px;
  color: white;
  min-height: 250px;
  border: 2px solid transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  cursor: pointer;
}

.matcher-cards .matchIndividual {
  background-image: url('../media/images/specialistMatcher-1.png');
  background-color: #13AA65; 
  background-position: right bottom;
  background-size: 50%;
}

.matcher-cards .matchCouple {
  background-image: url('../media/images/specialistMatcher-2.png');
  background-color: #8DBF22; 
  background-position: center bottom;
  background-size: 90%;
}

.matcher-cards .matchYouth {
  background-image: url('../media/images/specialistMatcher-3.png');
  background-color: #A55C00; 
  background-position: right bottom;
  background-size: 68%;
}

.matcher-cards .matcher-h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.matcher-cards .matcher-span {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
}

.matcher-cards .matchIndividual:hover,
.matcher-cards .matchCouple:hover,
.matcher-cards .matchYouth:hover {
  border-color: white;
}

.matcher-arrow {
  width: 18px;
  height: 18px;
  fill: #ffffff7b; 
  transition: color 0.3s ease, transform 0.3s ease;
  border-radius: 50%;
  margin-left: 6px;
}

.matcher-arrow circle{
  fill: #ffffff7b; 
  transition: fill 0.3s ease; 
}


.matcher-cards .matchIndividual:hover .matcher-arrow circle,
.matcher-cards .matchCouple:hover .matcher-arrow circle,
.matcher-cards .matchYouth:hover .matcher-arrow circle {
  fill: #FFFFFF;
}

.hero {
  background: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
}

.hero-content {
  max-width: 718px;
}

.col-lg-7.hero-content.mt-3 .hero-up-head {
  background-color: var(--tertiary_color);
  width: 442px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.hero .hero-content .hero-up-text {
  font-size: var(--text-md);
  font-weight: 410;
  line-height: var(--line-height-xl);
  color: #FFF;
}

.hero .hero-content .hero-h1 {
  position: relative;
  display: flex;
  font-size: var(--text-4-7xl);
  font-weight: 760;
  line-height: var(--line-height-3-5xl);
  color: var(--primary_text_color);
  margin: 10px 0;
  
}

.hero .hero-content .h1-roller{
  height: 201px;  /* Container yüksekliği 60px */
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));

}

.h1-roller ul {
  min-width: 155px;
  max-width: 315.42px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: transform 1s ease-in-out;
}

.h1-roller ul li {
}

.h1-roller li.active {
}

/* Öğeler arasında geçiş */
.h1-roller li.prev {
}

.h1-roller li.next {
}

.h1-roller span {
  display: flex;
  position: relative;
  align-self: center; /* Dikey hizalamayı sağlar */
  margin-left: 5px;
}

.hero .hero-content .hero-desc {
  font-size: var(--text-sm);
  font-weight: 400;
  line-height: var(--line-height-md);
  color: var(--text_color_black_1);
  padding-top: 10px;
  margin-bottom: 0;
}

.hero-content .hero-desc-bosluk {
  height: 2px;
  display: block;
}

.hero-inline-desc{
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--secondary_color);
  line-height: var(--line-height-lg);
}

/* Container'ı 60px yapıyoruz ve sadece 3 öğe görünür olacak */
.roller {
  height: 96px;  /* Container yüksekliği 60px */
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0)); -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
}

/* Listeyi dikey olarak hizalıyoruz */
.roller ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: transform 1s ease-in-out; /* Geçiş animasyonu */
}

/* Öğelerin boyutunu ayarlıyoruz */
.roller li {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--primary_color);
  line-height: var(--line-height-xl);
  height: 32px; /* Her bir öğe 20px yüksekliğinde */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;  /* Başlangıçta opaklık düşük */
  transition: opacity 0.3s ease-in-out; /* Opaklık geçişi */
}

/* Aktif öğe tamamen opak olacak */
.roller li.active {
  opacity: 1;

}

/* Öğeler arasında geçiş */
.roller li.prev {
  opacity: 0.7;
}

.roller li.next {
  opacity: 0.7;
}

.roller .gradient-overlay{
  width: 80%;
  height: 35px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(42.97% 50% at 49.89% 50%, rgba(19, 170, 101, 0.73) 39%, rgba(19, 170, 101, 0.25) 72%, rgba(19, 170, 101, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

ul.hero-list {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

ul.hero-list li {
  padding: 15px 8px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.75rem;
  border: 1.5px solid #005450;
  border-radius: 15px;
  width: 112px;
  min-width: 90px;
  height: 140px;
  max-height: 180px;

}

.hero-list li img {
  width: auto;
  max-height: 40px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

.hero-list li p {
  padding: 0;
  margin: 0;
  font-size: var(--text-xs);
  font-weight: 700;
  line-height: var(--line-height-xsm);
  color: var(--secondary_text_color);
  letter-spacing: -1%;
  text-align: center;
}

.hero-list li p.inline-p{
  text-align: center;
  font-weight: 300;
}

/* Responsive hero-list */

@media (max-width: 402px) {
  ul.hero-list li{
    padding-top: 5px;
    height: 150px;
  }
  .hero-list li img {
    margin-bottom: 5px;
  }
  .hero-list li p {
    font-size: var(--text-xxs);
    font-weight: 700;
    line-height: var(--line-height-xsm);
  }
}

@media (min-width: 402px) and (max-width: 453px) {
  ul.hero-list li{
    padding-top: 5px;
  }
  .hero-list li img {
    margin-bottom: 5px;
  }
  .hero-list li p {
    font-size: var(--text-xxs);
    font-weight: 700;
    line-height: var(--line-height-xsm);
  }
}

.hero-buttons {
  display: flex;
}

.hero-buttons .btn-white{
  border-radius: 74px;
  box-shadow: -1.5px 1.5px 4.49px 0px #0000001F;
  min-height: 100%;
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.hero-buttons .btn-white:hover {
  background: var(--primary_color);
}

.how-it-works-mobile-span {
  display: none;
}

.btn-primary {
  background-color: var(--primary_color);
  /* Green */
  border: none;
  color: white;
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: inline-flex;
  font-weight: 500;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  cursor: pointer;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
}

.btn-secondary {
  border: none;
  color: white;
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: inline-flex;
  font-weight: 500;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  cursor: pointer;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
}

.btn-danger {
  border: none;
  color: white;
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: inline-flex;
  font-weight: 500;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  cursor: pointer;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
}

.btn-warning {
  border: none;
  color: white;
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: inline-flex;
  font-weight: 500;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  cursor: pointer;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
}

.btn-white:hover {
  background: var(--primary_color);
  color: #fff;
}

.mleft-5 {
  margin-left: 5rem;
}

.btn-fix-height {
  height: 52px;
}

.hero-image {
  max-width:fit-content;
}

.hero-image .position-relative {
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-img {
  display: block;
}

.hero-img-mobile {
  display: none;
}

.hero-avatar-text-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 75px;
  height: 42px;
  filter: drop-shadow(-1.5px 1.5px 4px rgba(0, 0, 0, 0.1));
  padding: 0 18px;
  color: var(--secondary_color);
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 400;
}

.hero-avatar-position {
  position: absolute;
  bottom: 20px;
  left: 110px;
  margin-top: 1rem;
}

.hero-avatar-text-box strong {
  font-weight: 700;
}

.hero-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 10px;
}

.hero-avatars img {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -8px;
  filter: drop-shadow(-1.5px 1.5px 4px rgba(0, 0, 0, 0.12));
}

.google-reviews-box {
  display: flex;
  position: relative;
  left: -10px;
}

.google-reviews {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}

.google-reviews .google-text:first-child {
  display: block;
}

.google-reviews .sec-google-text{
  display: none;
}

.google-reviews img:nth-child(1) {
  width: auto;
  height: 16px;
  object-fit: contain;
}

.google-reviews img:nth-child(2) {
  width: auto;
  height: 14px;
  object-fit: contain;
}

.google-reviews-stars {
  display: flex;
  height: 16px;
}

.google-text {
  font-size: 15px;
  line-height: 15px;
  color: #6a6a6a;
  margin-bottom: 4px;
}

.customer-reviews-text {
  font-size: 12px;
  line-height: 14px;
  color: #4285f4;
  white-space: nowrap;
  margin-bottom: 12px;
}

.google-ratio-text {
  font-size: 14px;
  line-height: 14px;
  color: #fea500;
  margin-right: 8px;
}

.plus-jakarta-sans-400 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.plus-jakarta-sans-700 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.plus-jakarta-sans-800 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.google-stars-box {
  display: flex;
  align-items: center;
  margin-top: -2px;
}

.google-stars-box .google-star {
  width: 16px;
  height: 16px;
  background: url("../media/icons/star.png") center no-repeat;
  background-size: contain;
  margin-right: 2px;
}

.google-reviews-comment {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  color: var(--primary_text_color);
  font-weight: 400;
  margin-top: 16px;
  padding: 0;
  align-self: flex-end;
}

.hero-image .hero-storeLinks {
  display: flex;
  justify-content: center;
  position: relative;

}

.section-title .blog-bubble {
  position: relative;
  left: 50%; 
  transform: translateX(-50%);
  margin-bottom: 15px;
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--primary_color);
  border-radius: 7px;
  width: 96px;
  height: 34px;
}

.section-title .section-title-blog {
  font-size: 16px;
}

.section-title {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3.75rem;
}

.section-title-blog-desktop {
  display: block;
}
.section-title-blog-mobile {
  display: none;
}

.section-title h2 {
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: var(--line-height-3xl);
  color: var(--primary_text_color);
  /* margin-bottom: 1.5rem; */
}

.section-title p {
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: var(--line-height-xl);
  color: var(--text_color_black_1);
}

.how-it-work-steps {
  display: flex;
}

.how-it-work-step {
  /* width: 31%; */
}

.how-it-work-step .step-image-box {
  border-radius: 22px;
  margin-bottom: 1.5rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.how-it-work-step .step-image-box picture {
  justify-content: center;
  display: flex;
}

.how-it-work-step .step-image-box img {
  width: 75%;
  height: auto;
  object-fit: cover;
}

.how-it-work-step .step-desc {
  display: grid;
  grid-auto-flow: row;
  /* grid-gap: 10px; */
}

.how-it-work-step .step-texts {
  display: inline-grid;
  font-weight: 590;
}

.how-it-work-step .step-title span{
  font-weight: 110;
}

.step-num-desktop {
  display: flex !important;
}

.step-num-mobile {
  display: none !important;
}

.how-it-work-step .step-num {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  flex-shrink: 0;
  font-size: var(--text-2xl);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: #fff;
  display: inline-grid;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.how-it-work-step .step-num.step-1 {
  background-color: #13AA65;
}

.how-it-work-step .step-num.step-2 {
  background-color: #13AA65;
}

.how-it-work-step .step-num.step-3 {
  background-color: #13AA65;
}

.how-it-work-step .step-desc .step-title {
  display: flex;
  gap: 10px;
}

.how-it-work-step .step-desc .step-title h3 {
  font-size: var(--text-1-5xl);
  line-height: var(--line-height-1-2xl);
  font-weight: 600;
  color: var(--primary_text_color);
  align-content: center;
}

.how-it-work-step .step-desc .step-texts p {
  font-size: var(--text-md);
  line-height: var(--line-height-0-5sm);
  font-weight: 400;
  color: var(--text_color_black_1);
  position: relative;
  top: 5px;
}

.client-logo {
  width: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 15x;
  margin-top: 10px;
}

.client-logo img {
  opacity: 0.5;
  filter: grayscale(100);
}

.testimonials {
  padding: 3.75rem 0;
}

.testimonials .section-title {
  /* width: unset;
  max-width: unset; */
  display: flex;
  justify-content: center;
  margin: 0;
}

.testimonials .section-title h2 {
  font-size: var(--text-2xl);
  line-height: var(--line-height-2xl);
  padding: 0 3px 1.875rem 3px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2.25rem;
}

.stars-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.stars-box .star {
  width: 26px;
  height: 26px;
  background: url("../media/icons/star-2.png") center no-repeat;
  background-size: contain;
  margin-right: 2px;
}

.stars-box i {
  font-size: 22px;
  line-height: 22px;
  margin-right: 2px;
  color: #f5c139;
}

.testimonials-star-desc {
  font-size: 12px;
  line-height: 14px;
}

.comment-card-head .stars-box {
  margin-top: 5px;
}

.comment-card-head .stars-box .star {
  width: 13px;
  height: 13px;
  background-size: cover;
  margin-right: 2px;
  background: none;
}

/* Testimonials Carousel - Start */

/* #testimonialCarousel .carousel-inner {
  display: flex;
  align-items: center;
}  */

#testimonialCarousel .carousel-control-next,
#testimonialCarousel .carousel-control-prev {
  opacity: 1 !important;
  z-index: 1;
  background: #fff;
  width: 52px;
  height: 52px;
  justify-content: center;
  border-radius: 50%;
  top: calc(50% - (52px / 2));
}

#testimonialCarousel .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background-image: url("../media/icons/circle_arrow_left_primary.png") !important;
}

#testimonialCarousel .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-image: url("../media/icons/circle_arrow_right_primary.png") !important;
}

#testimonialCarousel {
  margin: 50px auto;
  padding: 0 70px;
}

#testimonialCarousel .item {
  background: var(--bg_color_1);
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

#testimonialCarousel .carousel-indicators {
  bottom: -4rem;
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0 !important;
  transition: all 0.6s ease !important;
}

#testimonialCarousel .carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  background-color: #d9d9d9;
  /* border-color: transparent; */
  /* box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); */
}

#testimonialCarousel .carousel-indicators button.active {
  width: 12px !important;
  height: 12px !important;
  background: var(--primary_color);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#testimonialCarousel .carousel-inner {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 2.5rem 0;
  min-height: 230px;
}

/* Testimonials Carousel - End */

.testimonial-comment {
  font-style: italic;
  font-size: 22px;
  line-height: 33px;
  color: var(--text_color_black_2);
  font-weight: 500;
  letter-spacing: -1px;
  /* margin-top: 16px; */
  /* padding: 0; */
  /* align-self: flex-end; */
}

.testimonial-author {
  display: flex;
  justify-content: center;
}

.testimonial-author .author-info {
  text-align: left;
  align-self: center;
  margin-left: 0.875rem;
}

.testimonial-author .author-info span {
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  color: var(--primary_text_color);
  font-weight: 700;
}

.testimonial-author .author-info p {
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  color: var(--text_color_black_2);
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.testimonial-author img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

/* Doctors Carousel - Start */

#doctorsCarousel {
  position: relative;
}

#doctorsCarousel.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 30%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;
}

#doctorsCarousel.slider .slider__track {
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
}

#doctorsCarousel.slider .slider__track > * {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
}

#doctorsCarousel.slider .slider__track::-webkit-scrollbar {
  display: none;
}

#doctorsCarousel.slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* aspect-ratio: 1; */
  border-radius: 5px;
  background: #fff;
}

#doctorsCarousel .slider__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

#doctorsCarousel.slider .slider__buttons [disabled] {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#doctorsCarousel.slider .slider__buttons .slider__button {
  border: 0px solid red;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

#doctorsCarousel.slider .slider__buttons .slider__button img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

#doctorsCarousel .slider__buttons .sliderPrevBtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: all;
}

#doctorsCarousel .slider__buttons .slider__button_bg-prev {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: relative;
  float: left;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #fff) !important;
}

#doctorsCarousel .slider__buttons .slider__button_bg-next {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, transparent, #fff) !important;
}

#doctorsCarousel .slider__buttons .sliderNextBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}

#doctorsCarousel .doctor-card-inner .team-profile-card-buttons a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.doctor-card {
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}

#doctorsCarousel .doctor-card-inner {
  min-height: 281px;
  /* box-shadow: rgba(136, 165, 191, 0.15) 0px 2px 6px, rgba(255, 255, 255, 0.6) 0px -2px 6px !important; */
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

#doctorsCarousel .doctor-card-inner .doctor-desc {
  margin-bottom: auto;
}

.doctor-card-inner {
  /* max-width: 350px; */
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 18px;
  text-align: left;
}

.doctor-image-text {
  display: flex;
  align-items: center;
}

.doctor-img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}

.doctor-name {
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  font-weight: 700;
  color: var(--primary_text_color);
  text-align: left;
}

.doctor-title {
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 300;
  color: var(--text_color_black_2);
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
}

.doctor-title i {
  margin-right: 0.35rem;
}

.doctor-title img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 0.35rem;
}

.doctor-desc {
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--text_color_black_1);
}

.doctor-appointment-btn {
}

.doctor-appointment-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 0.5rem;
}

.doctor-detail-blog-carousel .slide{
  height: 100%;
}

.doctor-detail-blog-carousel .slide .blog-card .blog-card-image {
  height: auto;
}

/* Doctors Carousel - End */

.btn-success {
  background-color: var(--tertiary_color);
  color: #fff;
  border: none;
  padding: 8px;
  text-decoration: none;
  display: flex;
  font-weight: 400;
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  cursor: pointer;
  text-wrap: nowrap;
  letter-spacing: -0.01em;
}

.btn-noborder-secondary {
  background-color: transparent;
  color: var(--text_color_black_2);
  border: none;
  padding: 8px 0;
  margin-left: 8px;
  text-decoration: none;
  display: flex;
  font-weight: 400;
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  cursor: pointer;
  text-wrap: nowrap;
}

/* Kitaplarımız */

.our-books {
  margin: 40px 0;
  padding: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.slider-books {
  display: flex;
}


#bookCarousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.book-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#bookCarousel.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 30%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;  /* Kaydırma dışı içerik gizleniyor */
}

#bookCarousel.slider .slider__book {
  height: 240px;
  /* width: 346px; */
  width: 426px;
  display: flex;
  -ms-scroll-snap-type: x mandatory;  /* Eski tarayıcılar için */
  scroll-snap-type: x mandatory;  /* Modern tarayıcılar için */
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  scrollbar-width: none;
  overflow: hidden;
  background: #F5FCF8;
  border-radius: 20px;
  scroll-snap-align: start;  /* Kaydırmanın başlangıç noktasına hizalama */
}

#bookCarousel.slider .slider__book .book-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bookCarousel.slider .slider__book .book-image img {
  width: 422px;
  height: 334px;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

#bookCarousel.slider .slider__book-info {
  height: 240px;
  flex: 0 0 66%;
  display: flex;
  flex-direction: row;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  scrollbar-width: none;
  margin-left: 20px;
  background: #F5FCF8;

  overflow: hidden;
  border-radius: 20px;
  scroll-snap-align: start;  /* Kaydırmanın başlangıç noktasına hizalama */
}

#bookCarousel.slider .slider__book-info .book-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%; 
  padding: 20px;
  scroll-snap-stop: always;  /* Kaydırma işlemi her zaman durur */
}

#bookCarousel.slider .slider__book-info .book-info h5 {
  font-weight: 600;
  color: #005450;
  margin-bottom: 5px;
}

#bookCarousel.slider .slider__book-info .book-info h1 {
  color: #005450;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 5px;
  letter-spacing: -2px;
}

#bookCarousel.slider .slider__book-info .book-info p {
  color: #424245;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 23px;
}

#bookCarousel.slider .slider__book-info .book-info h2 {
  color: #005450;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.5px;
}

/* slide width için flex alanı, 3 tane sığar şekilde */
#bookCarousel.slider .hero-slider-track > * {
  flex: 0 0 30.33%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-align: center;
}

#bookCarousel.slider .slider__book::-webkit-scrollbar {
  display: none;
}

#bookCarousel.slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* aspect-ratio: 1; */
  border-radius: 5px;
  background: #fff;
}

#bookCarousel .slider__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

#bookCarousel.slider .slider__buttons [disabled] {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#bookCarousel.slider .slider__buttons .slider__button {
  border: 0px solid red;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

#bookCarousel.slider .slider__buttons .slider__button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

#bookCarousel .slider__buttons .sliderPrevBtn {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  pointer-events: all;
}

#bookCarousel .slider__buttons .sliderPrevBtn img{
  transform: rotate(180deg);
}

#bookCarousel .slider__buttons .slider__button_bg-prev {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: relative;
  float: left;
  left: 38px;
  top: 0;
  bottom: 0;
  /* background-image: linear-gradient(to left, transparent, #fff) !important; */
  border-radius: 20%;
  z-index: 6;
}

#bookCarousel .slider__buttons .slider__button_bg-next {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: absolute;
  float: left;
  left: 185px;
  top: 0;
  bottom: 0;
  /* background-image: linear-gradient(to right, transparent, #fff) !important; */
  border-radius: 20%;
  z-index: 6;
}

#bookCarousel .slider__buttons .sliderNextBtn {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  pointer-events: all;
}

/* Comparison Table */

.comparison-other-service {
  background: var(--bg_color_1);
  padding: 3.75rem 0;
}

.comparison-other-service-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.comparison-other-service .comparison-other-service-img {
  width: 466px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 20px;
}

.comparison-other-service span {
  text-align: center;
  margin-bottom: 80px;
  font-size: var(--text-md);
  color: var(--primary_color);
  font-weight: 400;
  padding: 0 10px;
}

.comparison-table {
  display: flex;
  width: 80%;
  justify-content: center;
}

.comparison-table .comparison-bg-box {
  position: relative;
}

.comparison-table .comparison-bg-box .shape-img {
  width: 15px;
  height: 18px;
}

.comparison-table .comparison-bg-box:nth-child(1) {
  width: 50%;
}

.comparison-table .comparison-bg-box:nth-child(2) {
  width: 22%;
}

.comparison-table .comparison-bg-box:nth-child(3) {
  width: 22%;
}

.comparison-table .comparison-bg-box:nth-child(4) {
  width: 6%;
}

.comparison-table .comparison-bg-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comparison-table .comparison-bg-box ul li {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-weight: 600;
  color: var(--primary_text_color);
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
}

.comparison-table .comparison-bg-box ul li:nth-child(odd) {
  background: #fff;
}

.comparison-table .comparison-bg-box ul li:nth-child(even) {
  background: rgb(0 84 80 / 3%);
}

.comparison-table .comparison-bg-box:nth-child(1) ul li {
  padding-left: 2.625rem;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.comparison-table .comparison-bg-box:nth-child(1) ul li:first-child {
  color: var(--tertiary_text_color);
  justify-content: left;
  gap: 6px;
}

.comparison-table .comparison-bg-box:nth-child(4) ul li {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.comparison-up-box-highlighted {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  
  border-image: linear-gradient(
      180deg,
      #13AA65 -60%,
      #13AA6500
    )
    1 100%;
  border-width: 2px;
  border-style: solid;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.comparison-up-box-highlighted ul li,
.comparison-up-box ul li {
  background: unset !important;
}

.comparison-up-box {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
}

.comparison-up-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 1px;
  background: linear-gradient(to bottom, #b7d0cd, #fff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.comparison-up-box-highlighted li,
.comparison-up-box li {
  position: relative;
  width: 100%;
  height: 100%;
}

.comparison-up-box-highlighted li img,
.comparison-up-box li img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-self: center;
  width: 24px;
  height: 24px;
  object-fit: contain;
  top: 50%;
  transform: translateY(calc(-50%));
}

.comparison-up-box-highlighted ul li,
.comparison-up-box ul li {
  background: transparent;
}

.comparison-up-box-highlighted-title {
  position: relative !important;
  justify-content: center !important;
  color: var(--tertiary_text_color) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--line-height-lg) !important;
  font-weight: 700 !important;
  text-align: center;
}

.comparison-up-box-highlighted-title
  .comparison-up-box-highlighted-title-overflow {
  width: calc(100% + 4px) !important;
  height: 32px;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  margin: -2px;
  padding: 0;
  background: #fff;
  padding-top: 20px;
  border: 2px solid rgb(130,203,162);
  border-bottom-width: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.comparison-up-box-highlighted-title
  .comparison-up-box-highlighted-title-overflow
  .stars-box
  .star {
  width: 16px;
  height: 16px;
}

.comparison-up-box-title {
  position: relative !important;
  justify-content: center !important;
  color: var(--primary_text_color) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--line-height-lg) !important;
  font-weight: 700 !important;
}

.rate-with-text-box {
  display: flex;
  background-color: #f1f1f1;
  margin: 0 1.5rem;
  padding: 2.5rem 1.5rem;
  border-radius: 10px;
}

.rate-with-boxes {
  width: 22%;
  display: flex;
  padding-top: 0rem;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--primary_text_color);
}

.rate-with-boxes:first-child {
  width: 34%;
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1rem;
}

.rate-with-boxes:first-child span:first-child {
  font-size: 1.563rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rate-with-boxes:first-child span:last-child {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 500;
}

.rate-with-boxes span:first-child {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rate-with-boxes span:first-child span {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 400;
  color: var(--tertiary_text_color);
}

.rate-with-boxes span:last-child {
  font-size: var(--text-sm);
  line-height: 1.375rem;
  font-weight: 400;
}

.advisors {
  padding-bottom: 5rem;
}

/* treatment - Start */

.treatment-start {
  background: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  padding: 4rem 0;
}

.treatment-start .section-title h2,
.treatment-start .section-title p {
  color: #00433E
}

.treatment-start-step-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.treatment-start-step {
  width: 30%;
  position: relative;
  background: #F5FCF8;
  border-radius: 18px;
  margin: 0 7px;
  padding-top: 6rem;
  margin-top: 100px;
  margin-bottom: 2rem;
}

.treatment-start-step:nth-child(3) {
  background: #fff;
}

.treatment-step-num {
  display: none;      /* Gerekirse açılmak üzere */
  position: absolute;
  top: -18px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  color: var(--primary_text_color);
  font-size: 46px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  align-content: center;
}

.treatment-step-image {
  width: 100%;
  height: 180px;
  position: absolute;
  top: -110px;
}

.treatment-step-image .treatment-step-3-bacground {
  position: relative;
  top: -180px;
  height: 140px;
  z-index: 8;
}

.treatment-step-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* position: absolute;
  top: -50%; */
  z-index: 9;
  position: relative;
}

.treatment-bottom-right-icon {
  margin-top: 25px;
  position: relative;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  color: var(--primary_text_color);
  font-size: 46px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.treatment-bottom-right-icon img {
  width: 39px;
  height: 25px;
  object-fit: contain;
}

.treatment-right-icon-desktop {
  display: flex;        
}

.treatment-right-icon-mobile {
  display: none;
}

.treatment-step-title {
  font-size: var(--text-lg);
  line-height: var(--line-height-sm);
  font-weight: 600;
  color: var(--primary_text_color);
  text-align: center;
  margin-top: 1rem;
  padding: 0 0.75rem;
}

.treatment-step-desc {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--primary_text_color);
  text-align: center;
  margin-top: 1rem;
  padding: 0 2rem;
}

.treatment-start .btn-outline-secondary {
  transition: background-color 0.3s ease-in-out;
}

.treatment-start .btn-outline-secondary:hover {
  background-color: #003a36;
  color: #FFF;
}

/* treatment - Start */

/* home blog - Start */

#blogCarousel {
  position: relative;
}

#blogCarousel.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 25%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;
}

#blogCarousel.slider .slider__track {
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
}

#blogCarousel.slider .slider__track > * {
  /* flex: 0 0 var(--slide-width); */
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
}

#blogCarousel.slider .slider__track::-webkit-scrollbar {
  display: none;
}

#blogCarousel.slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* aspect-ratio: 1; */
  border-radius: 5px;
  background: #fff;
}

#blogCarousel.slider .slider__track .home-blog-post {
  /* box-shadow: 0px 0px 19px 0px #A5A5A51A; */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: 
  rgba(136, 165, 191, 0.15) 0px 2px 6px, 
  rgba(255, 255, 255, 0.6) 0px -2px 6px; */
}

#blogCarousel .slider__track {
  /* padding: 12px 0 !important; */
}

.doctor-detail-blog-carousel .slider__track {
  /* padding: 12px 0 !important; */
}

.doctor-detail-slider .slider__track {
  /* padding: 12px 0 !important; */
}

#blogCarousel .slider__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

#blogCarousel.slider .slider__buttons [disabled] {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#blogCarousel.slider .slider__buttons .slider__button {
  border: 0px solid red;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

#blogCarousel.slider .slider__buttons .slider__button img {
  position: relative;
  top: -55px;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

#blogCarousel .slider__buttons .sliderPrevBtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: all;
}

#blogCarousel .slider__buttons .slider__button_bg-prev {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: relative;
  float: left;
  left: -12px;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #fff) !important;
}

#blogCarousel .slider__buttons .slider__button_bg-next {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, transparent, #fff) !important;
}

#blogCarousel .slider__buttons .sliderNextBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}

#blogCarousel .btn-blog-position {
  margin-top: 3cqh;
  margin-bottom: 60px;
}

.btn-blog-seeAll {

  border: 1px solid var(--primary_color);
  /* box-shadow: -1.5px 1.5px 4.49px 0px #0000001f; */
  border-radius: 28px;
  padding: 1.025rem 5rem;
  color: var(--primary_color);
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  transition: background-color 0.3s ease-in-out;
}

.btn-blog-seeAll:hover {
  background: var(--primary_color);
  color: #FFF;
}

.home-blog-post {
  padding: 1.50rem;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 19px 0px #a5a5a512;
  height: 100%;
}

.home-blog-post .home-blog-post-img {
  width: 100%;
  /*height: 190px;*/
  overflow: hidden;
  border-radius: 15px;
}

.home-blog-post .home-blog-post-img img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}

.home-blog-post .home-blog-post-title {
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 400;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--tertiary_text_color);
  text-align: left;
}

.home-blog-post .home-blog-post-title strong {
  font-weight: 600;
}

.home-blog-post .home-blog-post-title a strong {
  font-weight: 600;
  color: var(--tertiary_text_color);
}

.home-blog-post .home-blog-post-title a strong span{
  font-weight: 300;
  color: var(--tertiary_text_color);
}

.home-blog-post .home-blog-post-desc {
  font-size: var(--text-md);
  line-height: var(--line-height-lg);
  font-weight: 600;
  color: var(--text_color_black_2);
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: left;
  display: flex;
  justify-content: left;
}

.home-blog-post .home-blog-post-info {
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 300;
  color: var(--text_color_black_1);
  margin-top: 0.50rem;
  margin-bottom: 0.50rem;
  text-align: left;
}

#blogCarousel .home-blog-post p {
  text-align: left !important;
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 300;
  color: var(--text_color_black_1);
  margin-top: 0.50rem;
  margin-bottom: 0.50rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-outline-secondary {
  background: var(--primary_color);
  color: #FFF;
  padding: 0.825rem 1.025rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  justify-content:space-between;
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  cursor: pointer;
  border-radius: 1.75rem;
}

.btn-outline-secondary:hover {
  background: var(--primary_color);
  color: #FFF;
}

.btn-outline-secondary svg path {
}

.btn-outline-secondary:hover svg path {
}


.home-blog-button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.25rem;
  margin-top: 4rem;
}

/* home blog - End */

/* Start treatment Banner - Start */

.start-treatment-banner .container {
  background: #f5fcf8;
  padding: 2.75rem 3.5rem;
  border-radius: 10px;
}

.start-treatment-banner .start-treatment-banner-box {
}

.start-treatment-banner .start-treatment-banner-box span{
  font-size: 30px;
  font-weight: 600;
  color: var(--primary_text_color);
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  line-height: 35px;
}

.start-treatment-banner .start-treatment-banner-box span h2{
  font-size: 30px;
  font-weight: 110;
  margin-bottom: 0;
}

.start-treatment-banner .start-treatment-banner-box h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: var(--primary_text_color);
}

.start-treatment-banner .start-treatment-banner-box p {
  font-size: var(--text-md);
  line-height: var(--line-height-lg);
  font-weight: 400;
  color: var(--primary_text_color);
}

.start-treatment-banner-buttons {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.btn-tertiary-color {
  background-color: var(--tertiary_color);
  color: #fff;
  border: none;
  padding: 1rem 1.75rem;
  text-decoration: none;
  display: inline-flex;
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  cursor: pointer;
  border-radius: 1.75rem;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}

.start-treatment-banner-buttons .btn-tertiary-color:hover {
  background: var(--primary_color);
}

.start-treatment-banner-buttons-desktop {
  display: flex;
}

.start-treatment-banner-buttons-mobile {
  display: none;
}

.why-mp-arrow {
  margin-left: 10px;
}

.btn-tertiary-color img {
  height: 15px;
  object-fit: contain;
}

/* Start treatment Banner - End */

/* FAQ - Start */

.faq {
  padding: 120px 0 90px;
}

.accordion-rows {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.accordion-rows > div{
  width: 611px;
}

.accordion .accordion-item {
  background: #fff;
  border: none;
  border-radius: 75px;
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001f;
  margin-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  max-width: 611px;
}

.accordion .accordion-item-main-page {
  background: #fff;
  border: none;
  border-radius: 75px;
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001f;
  margin-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  max-width: none;
}

.accordion-item-active {
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out;
}

/* Close */
.accordion .accordion-item .accordion-button.collapsed {
  background: #fff;
  border-radius: 75px !important;
  /* box-shadow: -1.5px 1.5px 4.49px 0px #0000001F; */
}

/* Open */
.accordion .accordion-item .accordion-button {
  border-color: inherit;
  box-shadow: none;
  outline: none;
  border-radius: 10px !important;
}

.accordion-body {
  font-size: 14px;
  font-weight: 300;
}

.accordion .accordion-button:not(.collapsed) {
  /* color: #333; */
  background-color: #fff;
  border-radius: 75px !important;
}

.accordion-faq-body {
  border: none;
}

.accordion-button::after {
  background-image: url("../media/icons/down-arrow.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../media/icons/down-arrow.png");
  transform: rotate(-180deg);
}

.accordion-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 0.75rem;
}

.accordion-button span {
  font-size: var(--text-sm);
  line-height: 16px;
  font-weight: 700;
  color: var(--secondary_text_color);
}

.sss-page-body .accordion-collapse hr {
  display: none;
}

.btn-faq {
  background: #13AA65;
  border: 0;
  box-shadow: -1.5px 1.5px 4.49px 0px #0000001f;
  border-radius: 75px;
  padding: 1.125rem 4rem;
  color: #FFF;
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  transition: background-color 0.3s ease-in-out;
}

.btn-faq:hover {
  background: var(--primary_color);
}

.alert-warning {
  background: #f7f0e6;
  border-color: #f7f0e6;
  border-radius: 10px;
  padding: 1.75rem;
}

.alert .alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.5rem;
}

.alert .alert-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.alert .alert-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.alert .alert-text h4 {
  font-size: 16px;
  line-height: 22px;
  color: var(--primary_text_color);
  font-weight: 800;
}

.alert .alert-text p {
  font-size: 12px;
  line-height: 22px;
  color: var(--text_color_black_2);
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.alert-dismissible .btn-close {
  padding-top: 0px;
  width: 25px;
  height: 11px;
  opacity: 0.6;
  filter: invert(23%) sepia(84%) saturate(607%) hue-rotate(132deg)
    brightness(92%) contrast(101%);
}

/* FAQ - End */

/* Footer - Start */



@media (max-width: 767px) {
  .footer-socialMedias {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-storeLinks {
    display: flex;
    justify-content: center;
  }

  .footer-certificates-title {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a1a5b7;
    width: 100%;
  }

  .footer-licances {
    justify-content: center;
    margin-top: 0 !important;
  }
  footer .footer-main .now-call-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-licances div {
    width: 25%;
  }

  .licance-1 {
    width: 14.5% !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-storeLinks div{
    width: auto;
  }

  .footer-licances div {
    width: 15%;
  }

  .licance-1 {
    width: 8.56666667% !important;
  }

}

footer {
  margin-top: 5rem;
}

/* Header dropdowns (kurumsal renklerle) */
.mp-header-link {
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.mp-header-link:hover {
  background: rgba(var(--primary_color_rgb), 0.08);
}
.mp-header-dd .dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: middle;
  border-top-color: currentColor;
}
.mp-header-dd-menu {
  min-width: 260px;
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(24, 28, 50, 0.14);
  border: 1px solid rgba(17, 24, 39, 0.08);
  padding: 0.5rem;
}
.mp-header-dd-menu .dropdown-item {
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
}
.mp-header-dd-menu .dropdown-item:hover {
  background: rgba(var(--primary_color_rgb), 0.08);
}

footer .footer-edge {
  display: flex;
  width: 100%;
  height: 130px;
  background: #f5fcf8;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

footer .footer-main {
  background: #f5fcf8;
  padding: 4.25rem 0;
  padding-top: 0;
}

footer .footer-copyright {
  background: #f7f0e6;
  padding: 2.75rem 0;
}

footer .footer-main .footer-logo img {
  width: 100%;
  height: 34px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  object-position: left;
}

footer .footer-main .now-call-footer {
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 300;
  color: var(--primary_text_color);
}

footer .footer-main .now-call-footer span {
  display: flex;
  margin-top: 0.35rem;
}

footer .footer-main .now-call-footer a {
  font-weight: 700;
  text-decoration: underline;
}

footer .footer-main .footer-call-center-box {
  border: 1px solid var(--secondary_color);
  border-radius: 100px;
  display: inline-flex;
  padding: 12px 20px;
}

footer .footer-main .footer-call-center-box img {
  width: 24px;
  object-fit: contain;
  margin-right: 0.5rem;
}

footer .footer-main .footer-call-center-box span {
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 500;
  color: var(--primary_text_color);
}

footer .footer-main .footer-link-title {
  font-size: var(--text-xl);
  line-height: var(--line-height-sm);
  font-weight: 600;
  color: var(--primary_text_color);
  margin-bottom: 1.5rem;
}

footer .footer-main .footer-links {
  list-style: none;
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 300;
  color: var(--primary_text_color);
  padding: 0;
  margin: 0;
}

footer .footer-main .footer-links li {
  margin-bottom: 1.25rem;
}

.mp-version-dekstop {
  display: block;
}

.mp-version-mobile {
  display: none;
}

footer .footer-copyright .footer-copyright-text {
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  color: var(--primary_text_color);
  font-weight: 500;
}

footer .footer-copyright .footer-horizontal-small-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  color: var(--primary_text_color);
  font-weight: 300;
}

footer .footer-copyright .footer-horizontal-small-list li {
  margin-right: 0.25rem;
}

footer .social-media-links {
  display: flex;
  flex-direction: row;
}

footer .social-media-links a {
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #fff;
  background-color: #325343;
  border-radius: 50%;
  margin-left: .5rem;
  margin-right: 0;
  font-size: 1rem;
  line-height: 2rem;
  text-decoration: none;
}

footer .social-media-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .global-lang-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--text-sm);
  line-height: var(--line-height-lg);
  color: var(--primary_text_color);
  font-weight: 400;
}

footer .global-lang-footer img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 0.5rem;
}

footer .global-lang-footer .iyzico {
  width: 100%;
  height: 30px;
  object-fit: contain;
  margin-right: 0.5rem;
}

footer .footer-help-notice {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #848484;
  font-weight: 300;
  font-size: 15px;
}

footer .footer-help-notice span {
  text-align: center;
}

footer .footer-help-notice .emergency-contact-button {
  color: #848484;
  border: 0;
  background: none;
  padding: 0;
  text-decoration: underline;
}

/* footer-help-notice modal */
#emergency-contact .modal-body .row .modal-dialog-content {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.09) !important;
  display: inline-flex;
  flex: 1 1 60%;
  border-radius: 8px;
  padding: 10px;
}

#emergency-contact .modal-body .row .modal-dialog-content, .modal-dialog-value{
  color: var(--primary_text_color);
}
 
#emergency-contact-form .modal-header h5 {
  font-size: var(--text-xl);
  line-height: var(--line-height-sm);
  font-weight: 600;
  color: var(--primary_text_color);
}

#emergency-contact .modal-body .row .modal-dialog-value {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.09) !important;
  display: inline-flex;
  flex: 1 1 35%;
  border-radius: 8px;
  padding: 10px;
}

#emergency-contact .modal-body  {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#emergency-contact .modal-body .row {
  gap: 10px;
  padding: 0 14px;
}

/* Footer - End */

.btn-search {
  width: 16px;
  height: 16px;
  display: flex;
  background: none;
  border: none;
  justify-content: center;
}

.btn-search i {
  color: var(--primary_color);
  align-self: center;
}

.btn-search img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.btn-header-primary {
  display: flex;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  background: var(--primary_color);
  color: #fff;
  border-radius: 75px;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.btn-header-primary:hover,
.btn-primary:hover {
  transition: all 0.2s ease-in-out;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
  background-color: #003a36;
  border-color: var(--secondary_color);
}

.btn-header-primary img {
  height: 22px;
  width: auto;
  object-fit: contain;
  margin-left: 1rem;
}

.nav-ex-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}

/* Header — sağ linkler / dropdown (DoktorSitesi hissi, kurumsal renkler) */
#header .btn-login:hover {
  border-bottom: 0;
}
#header button.btn-login {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
#header button.btn-login:focus {
  outline: none;
}
#header .btn-login.mp-header-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 0.45rem 0.55rem;
}
.mp-header-dd .dropdown-toggle::after {
  border-top-width: 0.24em;
  border-right-width: 0.24em;
  border-left-width: 0.24em;
  margin-left: 0.4rem;
  opacity: 0.8;
}
.mp-header-dd-menu {
  min-width: 340px;
}
.mp-header-dd-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.mp-header-dd-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--primary_color_rgb), 0.10);
  color: var(--primary_color);
  flex: 0 0 auto;
  margin-top: 2px;
}
.mp-header-dd-text small {
  font-size: 12px;
}

/* Dropdown item sıkılığı (DoktorSitesi benzeri) */
.mp-header-dd-menu .dropdown-item {
  padding: 0.6rem 0.7rem;
}
.mp-header-dd-menu .dropdown-divider {
  margin: 0.35rem 0;
}

/* Header sağ blok boşlukları */
#header .nav-ex-buttons {
  gap: 0.65rem;
}

/* Uzman mısınız? butonu (DoktorSitesi benzeri boyut) */
#header .mp-header-pro-btn {
  padding: 0.55rem 0.9rem;
  font-size: 13px;
  line-height: 1;
  border-radius: 999px;
}

@media (max-width: 991.98px) {
  #offcanvasNavbar2 .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #offcanvasNavbar2 .nav-ex-buttons {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.user-header-area-desktop {
  display: flex !important;
}

.user-header-area-mobile {
  display: none !important;
}

.page-hero {
  /* background: linear-gradient(180deg, #c2e5e7 0%, #fcf5ea 100%); */
  background: #F3FCF8;
  padding-top: 4rem;
}

.why-mp-img-visible {
  display: none !important;
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  max-height: 275px;
}

.page-heroImage-size img{
  position: relative;
  bottom: -30px;
  left: -40px;
  width: 555px;
}

.blog-image-mobile {
  display: none;
}

.blog-image-desktop {
  display: flex;
}

.sss-page-mobile-img {
  display: none !important;
}

.page-hero-subtitle {
  font-size: var(--text-lg);
  line-height: var(--line-height-sm);
  font-weight: 500;
  color: var(--tertiary_text_color);
  margin-bottom: 1.25rem;
}

.page-hero-subtitle-2 {
  font-size: var(--text-xl);
  line-height: var(--line-height-sm);
  font-weight: 500;
  color: var(--primary_text_color);
  margin-bottom: 1.25rem;
}

.page-hero-title {
  font-size: var(--text-3xl);
  line-height: var(--line-height-3xl);
  font-weight: 700;
  color: var(--primary_text_color);
  margin-bottom: 1.25rem;
}

.page-hero-text {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--primary_text_color);
  margin-bottom: 3rem;
}

.why-mp-circle-arrow {
  display: none;
}

.why-mp-arrow {
  display: flex;
}

.hero-chip-container {
  display: flex;
  gap: 10px; 
  margin-top: 20px;
  flex-wrap: wrap;
  /* justify-content: flex-end; */
}

.hero-chip {
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  background-color: transparent;
  color: var(--secondary_text_color);
  font-size: 12px;/* var(--text-sm) */
  line-height: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  align-content: center;
  text-align: center;
  overflow-y: hidden;
}

.hero-chip.active {
  background-color: #fff;
}

.hero-chip:hover {
  background-color: #fff;
}

/* hero-chip-carousel */



#hero-chipCarousel {
  position: relative;
}

#hero-chipCarousel.slider {
  
}

#hero-chipCarousel.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 30%;
  --slide-min-width: 15rem;
  position: relative;
  /* overflow: hidden; */
}

#hero-chipCarousel.slider .slider__track {
  height: 42px;
  width: 480px;
  display: flex;
  gap: 15px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
}
/* slide width için flex alanı, 3 tane sığar şekilde */
#hero-chipCarousel.slider .hero-slider-track > * {
  flex: 0 0 30.33%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-align: center;
}

#hero-chipCarousel.slider .slider__track::-webkit-scrollbar {
  display: none;
}

#hero-chipCarousel.slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* aspect-ratio: 1; */
  border-radius: 5px;
  background: #fff;
}

#hero-chipCarousel .slider__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

#hero-chipCarousel.slider .slider__buttons [disabled] {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#hero-chipCarousel.slider .slider__buttons .slider__button {
  border: 0px solid red;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

#hero-chipCarousel.slider .slider__buttons .slider__button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#hero-chipCarousel .slider__buttons .sliderPrevBtn {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  pointer-events: all;
}

#hero-chipCarousel .slider__buttons .sliderPrevBtn img{
  transform: rotate(180deg);
}

#hero-chipCarousel .slider__buttons .slider__button_bg-prev {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: relative;
  float: left;
  left: -36px;
  top: 0;
  bottom: 0;
  /* background-image: linear-gradient(to left, transparent, #fff) !important; */
  border-radius: 20%;
}

#hero-chipCarousel .slider__buttons .slider__button_bg-next {
  pointer-events: none;
  width: 15%;
  height: 100%;
  position: absolute;
  float: right;
  right: -24px;
  top: 0;
  bottom: 0;
  /* background-image: linear-gradient(to right, transparent, #fff) !important; */
  border-radius: 20%;
}

#hero-chipCarousel .slider__buttons .sliderNextBtn {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  pointer-events: all;
}

/* blogPage */


/* Blog - Start */

.blog-card-row {
  gap: 15px !important;
  align-items: center;
}

/* genel blog card */
.blog-card {
  /* padding: 10px; */
  min-height: 100% !important;
  height: 100%;
  border: 1px solid #efefef;
  padding: 24px;
  /* box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05); */
}

/* doctor sayfaı blog card */
.advisors .slide .blog-card {
  /* padding: 10px; */
  min-height: 371px !important;
  width: 100%;
  height: 100%;
  border: 1px solid #efefef;
  padding: 24px;
  /* box-shadow: 
  rgba(136, 165, 191, 0.15) 0px 2px 6px, 
  rgba(255, 255, 255, 0.6) 0px -2px 6px !important; */
  border-radius: 16px;
}
/* blog sayfaı blog card */
.blog-card-row .blog-card {
  /* padding: 10px; */
  height: 506.81px !important;
  height: 100%;
  border: 1px solid #efefef;
  padding: 24px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05);
  flex-basis: calc(33.53% - 15px);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}

.blog-card-row .blog-card:hover {
  transform: scale(1.01);
  transform-origin: center center;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px 0;

}

.blog-card .blog-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  max-height: 175px;
  min-height: 125px;
}

.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* border-radius: 8px; */
}

.blog-page-blogContainer .blog-card .blog-card-content {
  height: 100%;
}

.blog-card .blog-card-content .blog-card-title {
  color: var(--secondary_text_color);
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: var(--line-height-lg);
}

.blog-card .blog-card-content .blog-card-doctor-name {
  color: var(--tertiary_color);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.blog-card .blog-card-content .blog-card-doctor-name span{
  color: var(--primary_color);
  font-size: var(--text-xs);
  font-weight: 110;
}

.blog-card .blog-card-content .blog-card-text {
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--text_color_black_1);
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.blog-card p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* kaç satır görünsün istiyorsan değiştir (örnek: 3 satır) */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-chips {
  display: flex;
  gap: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}

.blog-chips .blog-chip {
  padding: 0.32rem 1.5rem;
  border-radius: 50px;
  border: none;
  background-color: transparent;
  color: var(--secondary_text_color);
  font-size: var(--text-xs);
  line-height: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  align-content: center;
}

.blog-chips .blog-chip.orange {
  background: #f9e3d8;
}

.blog-chips .blog-chip.purple {
  background: #e3d8f9;
}

.blog-chips .blog-chip.green {
  background: #dbf9d8;
}

.blog-chips .blog-chip.red {
  background: #f9d8d8;
}

.blog-chips .blog-chip.yellow {
  background: #f9f2d8;
}

.blog-chips .blog-chip.gray {
  background: #d7d7d7;
}

.blog-chips .blog-chip.blue {
  background: #d8eef9;
}

.blog-card-hr {
  width: 95%; 
  height: 1px; 
  background: linear-gradient(180deg, #C2E5E7 0%, #FCF5EA 100%);
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* Blog - END */

/* Pagination - S */

.pagination .page-item {
  margin-right: 15px;
}

.pagination .page-link {
  display: flex;
  border: none;
  color: #004d46;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  text-align: center;
  align-content: center;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pagination .page-link.active {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary_color);
}

.pagination .page-link.more {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary_color);
}

.pagination .arrow {
  display: flex;
  border: none;
  color: #004d46;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  border-radius: 50% !important;
  height: 54px;
  width: 54px;
  text-align: center;
  align-content: center;
  background: #0054504f;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pagination .arrow img {
  width: 100%;
  height: 15px;
  object-fit: contain;
}

.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 80, 0.25);
}

.pagination.pagination-light .page-link {
  color: #fff;
  background: transparent;
}

.pagination.pagination-light .page-link.active {
  color: var(--primary_text_color);
  background: #fff;
}

.pagination.pagination-light .page-link.more {
  color: var(--primary_text_color);
  background: #fff;
}

.pagination.pagination-light .arrow {
  background: #e3f7e4;
  border: 3px solid #FFF;
}

.pagination.pagination-light .page-link:focus {
  box-shadow: 0 0 0 0.25rem #f5fcf836;
}

/* Pagination - E */

.page-hero-2 {
  background: rgba(243, 252, 248, 1);
}

/* Searchox */
.search-box {
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  position: relative;
}

.search-box .search-input {
  border: 0;
  display: flex;
  padding: 2px 20px;
}

.search-box img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  align-self: center;
}

.search-droplist {
  display: none;
  background: #fff;
  border-radius: 12px;
  height: 0;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 15px 1px rgba(var(--primary_color_rgb), 0.05);
  transition: 0.4s height;
  position: absolute;
  z-index: 1;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
}

.search-droplist li:first-child {
  border: none;
}

.search-droplist li {
  font-size: 13px;
  padding: 10px 10px;
  list-style: none;
  border-top: 1px solid #f1f1f1;
  cursor: pointer;
}

.search-droplist li:hover {
  background: #f5f5f5;
}

.form-control {
  border: none;
  background-color: #fff;
  /* Slightly lighter background for input */
  color: var(--tertiary_text_color);
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  color: var(--text_color_black_2);
}

.form-control::placeholder {
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 500;
  color: var(--tertiary_text_color);
}

.input-group {
  padding: 0 14px;
}

.page-hero-2 .page-hero-2-container{
  padding: 1.5rem .5rem 1.5rem .5rem !important;
}

.page-hero-2 .hero-chip-container {
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.page-hero-2 .page-hero-text {
  margin-bottom: 0;
}

/* Searchox */

/* Teams - START */

.team-profile-card {
}

.team-profile-card-image {
  position: relative;
  justify-content: center;
}

.team-profile-card-image img {
  border: 1px solid var(--fourth_color);
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center;
  border-radius: 29px;
  margin: 0 auto;
  display: block;
}

.team-profile-card-image div {
  position: relative;
}

.team-profile-card-image .doctorVideoIcon {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  color: #FFF;
  border-radius: 15px;
  background: linear-gradient(180deg, #FF0000 0%, #CC0000 100%);

  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.team-profile-card-image .doctorVideoIcon svg{
  width: 22px;
  height: 22px;
}

.doctorVideos:hover .doctorVideoIcon {
  opacity: 0;
}

.team-profile-card-image .doctorVideoIcon span{
  position: relative;
  top: 50%;
  transform: translateY(-34%);
}

.doctorVideos {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 29px;
}

.doctorVideos img {
  display: block;
  transition: opacity 0.3s ease;
}

.doctorVideos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(186, 249, 220, 0.4) 0%, rgba(252, 245, 234, 0.4) 100%);
  z-index: 1;
  border-radius: 29px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.doctorVideos:hover::before {
  opacity: 1; 
}

.doctorVideos .doctorVideoInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  color: white; 
  background: linear-gradient(180deg, #FF0000 0%, #CC0000 100%);

  opacity: 0; 
  transition: opacity 0.3s ease;
  z-index: 2; 
  border-radius: 50%;
}

.doctorVideos:hover .doctorVideoInfo {
  opacity: 1;
}

.team-profile-card-content {
  border: 1px solid var(--fourth_color);
  box-shadow: 0px 0px 22.44px 0px rgba(165, 165, 165, 0.07);
  background: rgba(255, 255, 255, 1);
  border-radius: 30px;
  opacity: 0px;
  margin-top: -60px;
  padding-top: 80px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.team-profile-card-image-desktop {
  display: flex;
}

.team-profile-card-image-mobile {
  display: none;          
}

.team-profile-card-content-sec-place .work-section-chips {
  gap: 7px;
  justify-content: center;
}

.team-profile-card-content-sec-place .work-section-chips .work-s-chip {
  padding: 6px 5px;
  font-weight: 400;
  background: linear-gradient(
    180deg,
    #C2E5E766 0%,
    #FFFFFF66 100%
  );

}

.team-profile-card-content-sec-place .work-section-chips .work-s-chip img {
  width: 16px;
}

.team-profile-about-doctor{
  font-size: var(--text-md);
  font-weight: 300;
  color: var(--fifth-color);
}

.team-profile-card-namesurname {
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  color: var(--primary_text_color);
  font-weight: 700;
}

.team-profile-card-title-text {
  font-size: 13px;
  line-height: var(--line-height-md);
  color: var(--primary_text_color);
  font-weight: 300;
}

.team-profile-card-title-text img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.team-profile-card-buttons {
  display: flex;
  
  gap: 10px;
  justify-content: center;
}

.doctor-avaible-date {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fifth-color);
}

.doctor-avaible-date span{
  font-weight: 700;
  color: var(--fourth_color);
}

.team-profile-card-buttons .btn-noborder-secondary {
  margin-left: 1.5rem;
}

.team-profile-card-buttons .look-doctor-profile-btn {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--text-md);
}

/* Teams - END */

.page-hero-bg-2 {
  background: #f3fcf8 !important;
}

.btn-hero-sss {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 20px 28px;
  border: none;
}

.btn-hero-sss span {
  font-size: var(--text-md);
  line-height: var(--line-height-md);
}

.btn-hero-sss img {
  width: auto;
  height: 24px;
  object-fit: contain;
  margin-left: 1rem;
}

/* Comment-List - START */

.comment-list {
  background: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  margin-bottom: -80px;
}

.comment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  width: 100%;
  margin: 0 auto;
}

/* responsive breakpoint */
@media screen and (max-width: 1200px) {
  .comment-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .comment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .comment-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.comment-card {
  display: flex;
  flex-direction: column;
  padding: 2.625rem;
  border-radius: 31px;
  border: 1.18px solid #f1f1f1;
  box-shadow: 0px 0px 22.44px 0px #a5a5a512;
  background: #fff;
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  break-inside: avoid;
}

.comment-card p {
  padding: 0;
  margin: 0;
}

.comment-card.green {
  background: #f5fcf8;
}

.comment-card.yellow {
  background: #fff4e8;
}

.comment-card.blue {
  background: #e3f2ff;
}

.comment-card .comment-quote-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  font-size: 30px;
  color: var(--tertiary_text_color);
}

.comment-card .comment-card-head {
  display: flex;
}

.comment-card .comment-card-head .comment-card-img {
  margin-top: 1rem;
  margin-right: 0.625rem;
}

.comment-card .comment-card-head .comment-card-img img {
  border-radius: 100%;
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center;
}

.comment-card .comment-card-head .comment-card-head-text {
  margin-top: 1rem;
  align-content: center;
}

.comment-card .comment-card-head .comment-author {
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  color: var(--primary_text_color);
  font-weight: 700;
}

.comment-card .comment-card-head .comment-author-title {
  font-size: var(--text-sm);
  line-height: 16px;
  color: var(--text_color_black_2);
  font-weight: 400;
}

.comment-card .comment-card-body {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}

.comment-card .comment-card-body .comment-text {
  font-size: 19px;
  line-height: var(--line-height-sm);
  color: var(--text_color_black_1);
  font-weight: 300;
}

.comment-card .comment-card-footer {
}

.comment-card .comment-card-footer .comment-number-text {
  font-size: var(--text-xs);
  line-height: 16px;
  color: var(--text_color_black_2);
  font-weight: 300;
}

.comment-card .comment-card-footer .comment-date {
  font-size: var(--text-xs);
  line-height: 16px;
  color: var(--text_color_black_2);
  font-weight: 300;
}

.page-hero-comment .page-hero-title {
  font-size: var(--text-2xl);
  line-height: var(--line-height-2xl);
  font-weight: 500;
}

.page-hero-comment .page-hero-title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.page-hero-comment .page-hero-text {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--text_color_black_1);
  margin-bottom: 0;
}

/* Comment-List - END */

/* Neden MP  - Start */

.mp-pref-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  color: var(--primary_text_color);
}

.mp-pref-desc {
  font-size: var(--text-md);
  line-height: var(--line-height-lg);
  font-weight: 400;
  color: var(--primary_text_color);
}

.mp-pref-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.mp-pref-chips .mp-pref-chip {
  background: #d2eff8;
  padding: 1rem 1.75rem;
  border-radius: 50px;
  font-size: var(--text-xs);
  line-height: var(--line-height-md);
  font-weight: 500;
  color: var(--primary_text_color);
  text-align: center;
}

/* Neden MP  - END */

/* Doğru Terapist Seçimi  - Start */

.choosing-therapist-content {
  background: #eef4f4;
  padding: 6rem 0;
}

.choosing-therapist-hero {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.choosing-therapist-title {
  color: var(--primary_text_color);
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}

.choosing-therapist-title-step {
  color: var(--primary_text_color);
  font-size: var(--text-xl);
  line-height: var(--line-height-sm);
  font-weight: 500;
}

.choosing-therapist-title-step-desc {
  color: var(--primary_text_color);
  font-size: 16px;
  line-height: var(--line-height-lg);
  font-weight: 500;
}

.choosing-therapist-content .map-info {
  width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

/* Testlerim Sayfası */

.feature-card-tests {
  padding: 34px 20px !important;
  margin: 8px 0 !important;
}

.feature-card-content {
  padding: 0 10px !important;
}

.feature-card-content .feature-card-tests{
  height: 97%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card-tests p{
  font-size: 14px;
  text-align: center;
}

/* Test Detay Sayfası */

.test-detail-topBar {
  background: #f3fcf8;
  padding-bottom: 46px;
  align-items: center;
}

.test-detail-topBar .test-detail-topBar-content-container {
  display: flex;
  justify-content: space-between;
}

.average-test-time-content {
    width: 276px;
    padding: 30px;
    background-color: #FFF;
    border-radius: 16px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--primary_text_color);
    font-size: 20px;
    font-weight: 600;
    background: #e3f2ff;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.1);
}

.average-test-time-content span:first-child {
  text-align: center;
}

.average-test-time-content .average-test-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.average-test-time-content .average-test-time img{
  width: 24px;
}

.average-test-time-content div {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-weight: 500;
  justify-content: center;
}

.average-test-time-content div span{
  font-size: 16px;
}

.test-detail-topBar .appoint-main-texts {
  margin-bottom: 0 !important;
  width: 50%;
}

.test-detail-topBar .appoint-main-texts h2,
.test-detail-topBar .appoint-main-texts span {
  text-align: left;
  display: flex;
}

.test-detail-content-container {
  background: #f5f7f9 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.test-detail-question-container {
  position: relative;
  top: -84px;
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  overflow: hidden;
}

.test-detail-question-container .btn-appointment-next img {
  margin-left: 13px;
}

.test-detail-question-container .appoint-box {
  border: none !important;
}

.test-detail-content-container .col-lg-6 {
  position: relative;
}

.test-detail-content-container .question-step {
  margin-top: 0 !important;
}

.test-detail-box {
  padding-top: 32px !important;
  justify-content: center;
  position: relative;
  
  width: 100%;
}

.test-detail-box .question-box span p{
  margin-bottom: 0;
}

.test-detail-pagination-box{
  padding-top: 32px !important;
  margin-top: -20px;
  border-top: none !important;
  box-shadow: none !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.test-detail-pagination-box .appoint-box-actions{
  margin-top: 0 !important;
}

.test-detail-container {
  z-index: 10;
}

.test-detail-pagination-container {
  z-index: 10;
}

/* placeholder */

.loading-placeholder {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background: linear-gradient(90deg, #eeeeee 25%, #cccccc 50%, #eeeeee 75%);
    background-size: 200% 100%;
    animation: shimmer 2.8s infinite;
    margin: auto;
    position: relative;
    top: -64px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}


/* Doğru Terapist Seçimi  - END */

/* Neden MP - Features  - Start */

.feature-card {
  border-radius: 25px;
  margin: 0.5rem;
  padding: 2.75rem 2.5rem;
  padding-top: 34px !important;
}

.feature-card-icon {
  margin-bottom: 1.2rem;
  position: relative;
}

.feature-card-icon img {
  width: 200px;
  height: auto;
  object-fit: contain;
  position: relative;
  left: 50%; /* Yatayda %50 sağa kaydır */
  transform: translateX(-50%);
}

.why-mp-body .choosing-therapist-hero{
  height: auto;
  margin-bottom: 10px !important;
  margin-left: 30px;
}

.choosing-therapist-content .footer-storeLinks {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.why-mp-body .choosing-therapist-content .col-lg-6 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.choosing-therapist-content .footer-storeLinks .col-5.p-1.col-sm-5 {
  display: flex;
  justify-content: center;
  width: 31%;
}

.choosing-therapist-content .footer-storeLinks .col-5.p-1.col-sm-5:nth-child(1) {
  justify-content: right;
}

.choosing-therapist-content .footer-storeLinks .col-5.p-1.col-sm-5:nth-child(2) {
  justify-content: left;
}

.why-mp-body .choosing-therapist-content .choosing-therapist-title {
  margin-top: 46px;
}

.feature-card-icon .why-mp-icons-desktop {
  width: 100px !important;
}

.feature-card-icon .why-mp-icons-mobile {
  width: 100px !important;
}

.why-mp-icons-desktop {
  display: flex;
}

.why-mp-icons-mobile {
  display: none;
}

.feature-body .feature-title {
  text-align: center;
}

.feature-title {
  color: var(--primary_text_color);
  font-size: var(--text-xl);
  line-height: var(--line-height-sm);
  font-weight: 500;
}

.feature-body .feature-desc {
  text-align: left;
}

.feature-desc {
  color: var(--primary_text_color);
  font-size: var(--text-xs);
  line-height: var(--line-height-lg);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.feature-card.blue {
  background: #e3f2ff;
}

.feature-card.yellow {
  background: #fff4e8;
}

.feature-card.green {
  background: #f5f7f9;
}

.btn-feature-details {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  max-width: 132px;
  border-radius: 28px;
  
  display: flex;
  justify-content: center;
  background: var(--tertiary_text_color);
  color: #FFF;
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 600;
  margin-top: 2rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-feature-details:hover {
  background: var(--primary_text_color);
  color: #FFF;
}

.why-mp-quick-start-button {
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.why-mp-quick-start-button:hover a {
  background-color: var(--primary_color);
}

/* .btn-feature-details-2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  max-width: 132px;
  border-radius: 28px;
  border: 1px solid var(--tertiary_text_color);
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 600;
  margin-top: 2rem;
  transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out;
  background-color: var(--tertiary_color);
}

.btn-feature-details-2:hover {
  background: none;
  color: var(--tertiary_text_color);
} */

/* Neden MP - Features - End */

/* Blog Detail - Start */

.breadcrumb-container {
  background: #f3fcf8;
  padding: 1.125rem 0;
}

.breadcrumb {
  padding: 0;
  margin: 0;
}

.breadcrumb-item.active {
  color: var(--primary_text_color);
}

.backButton {
  display: inline-flex;
  height: 25px;
  background: transparent;
  border: none;
  padding: 0 3px;
  margin: 0;
  color: var(--tertiary_text_color);
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 500;
  align-content: center;
  align-items: center;
}

.backButton img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.backButton span {
  margin-left: 0.75rem;
  margin-top: 0.1rem;
}

/* Blog Detail  - End */

.blog-detail-chips {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.blog-detail-chips .blog-detail-chip {
  padding: 6px 16px;
  border-radius: 50px;
  border: none;
  background-color: transparent;
  color: var(--secondary_text_color);
  font-size: 8.15px;
  font-weight: 510;
  line-height: 9.72px;
  letter-spacing: 0.075em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  align-content: center;
}

.blog-detail-chips .blog-detail-chip.orange {
  background: #f9e3d8;
}

.blog-detail-chips .blog-detail-chip.purple {
  background: #e3d8f9;
}

.blog-detail-chips .blog-detail-chip.green {
  background: #dbf9d8;
}

.blog-detail-chips .blog-detail-chip.red {
  background: #f9d8d8;
}

.blog-detail-chips .blog-detail-chip.yellow {
  background: #f9f2d8;
}

.blog-detail-title {
  color: black;
  font-size: var(--text-3xl);
  line-height: var(--line-height-3xl);
  font-weight: 300;
  margin-top: 1.25rem;
  margin-bottom: 1.85rem;
  letter-spacing: -1px;
}

.blog-detail-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.blog-detail-action {
  display: flex;
  background: transparent;
  border: none;
  outline: 0;
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--primary_text_color);
  line-height: var(--text-md);
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-detail-post-container {
  display: flex;
}

.blog-detail-incentive {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  border-radius: 16px;
  padding: 0;
}

.blog-detail-incentive-test {
  margin-right: 10px;
  background: 
  url("../media/images/treatment-step-1-old.png") no-repeat bottom center / contain, linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  position: sticky;
  top: 105px;
  height: fit-content;
  padding: 35px 15px;
  color: var(--primary_text_color);
  border-radius: 16px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
}

.blog-detail-incentive-test h3 {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
}

.blog-detail-incentive-test p {
  font-size: 15px;
  line-height: 25px;
}

.blog-detail-incentive-test a {
  color: var(--primary_text_color);
  border: 1px solid var(--primary_color);  
  width: 80%;
  border-radius: 30px;
  margin-bottom: 200px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-weight: 600;
  padding: 5px 10px;
}

.blog-detail-incentive-test a:hover {
  background-color: var(--primary_color);
  color: #FFF;
}

.blog-detail-incentive-doctor {
  margin-left: 10px;
  background: 
  url("../media/images/treatment-step-2-old.png") no-repeat bottom center / contain, linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  position: sticky;
  top: 105px;
  height: fit-content;
  padding: 35px 15px;
  color: var(--primary_text_color);
  border-radius: 16px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
}

.blog-detail-incentive-doctor h3 {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
}

.blog-detail-incentive-doctor p {
  font-size: 15px;
  line-height: 25px;
}

.blog-detail-incentive-doctor a {
  color: var(--primary_text_color);
  border: 1px solid var(--primary_color);
  width: 80%;
  border-radius: 30px;
  margin-bottom: 200px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-weight: 600;
  padding: 5px 10px;
}

.blog-detail-incentive-doctor a:hover {
  background-color: var(--primary_color);
  color: #FFF;
}

.blog-detail-action img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  margin-right: 4px;
}

.blog-detail-action i {
  font-size: 18px;
  line-height: 18px;
  align-self: center;
  margin-right: 6px;
}

.blog-detail-action.comment-icon-pos img {
  margin-top: 4px;
}

.blog-meta-content {
  padding: 16px 0;
}


.blog-content-details .blog-meta-content {
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
  display: flex;
  border-radius: 15px;
  background-color: #f3fcf8;
}

hr.hr-forced {
  border-top: 1px solid #e4e4e4;
  opacity: 1;
  margin: 0;
}

.blog-detail-author-read-time {
  display: flex;
  flex-direction: row;
}

.blog-detail-author-img {
}

.blog-detail-author-img img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 100px;
  margin-right: 10px;
}

.blog-detail-author {
  color: var(--text_color_black_1);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
}

.blog-detail-author span {
  color: var(--primary_text_color);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 500;
}

.blog-detail-read-time {
  display: flex;
  color: rgba(66, 66, 69, 0.4);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
  align-items: center;
}

.blog-detail-read-time i {
  margin-right: 6px;
  font-size: 15px;
  line-height: 15px;
}

.blog-detail-read-time img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 0.35rem;
}

.blog-detail-post-image {
  margin: 3.75rem 0 1.75rem 0;
}

.blog-detail-post-image img {
  width: 100%;
  max-height: 400px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.blog-text {
  color: var(--text_color_black_2);
  font-size: var(--text-md) !important;
  line-height: var(--line-height-sm) !important;
}

.blog-text a {
    text-decoration: underline !important;
}

.blog-text h1 {
  color: var(--primary_text_color);
}

.blog-text h2 {
  color: var(--primary_text_color);
}

/* .blog-text p {
  margin-bottom: 2rem;
} */

.blog-social-share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  gap: 15px;
}

.blog-social-share .blog-social-share-link {
  display: flex;
  width: 200px;
  padding: 1.25rem 0rem;
  background-color: #FFF;
  border-radius: 15px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
  transition: box-shadow 0.3s ease-in-out;
  background-color: #f3fcf8;
}

.blog-social-share .blog-social-share-link:hover {
  box-shadow: -4.08px 4.08px 8.24px 0px #0000003b;
}

.blog-social-share .blog-social-share-link i {
  font-size: 20px;
  line-height: 20px;
  margin-right: 0.5rem;
  color: #000;
}

.blog-social-share .blog-social-share-link:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.blog-social-share .blog-social-share-link:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-width: 0;
}

.blog-social-share .blog-social-share-link span {
  display: flex;
  color: var(--text_color_black_2);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 500;
}

.blog-social-share .blog-social-share-link img {
  display: flex;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 1rem;
}

.blog-detail .hr-forced {
  margin-top: 32px;
}

.blog-detail-advisors #doctorsCarousel .slide {
  height: 100% !important; 
  border-radius: 16px;
}

.blog-detail-advisors #doctorsCarousel .slide .blog-card-image {
  height: auto;
}

.blog-detail-advisors #doctorsCarousel .slide .blog-card-title {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: var(--line-height-lg);
  margin-bottom: 10px;
}

.blog-detail-advisors #doctorsCarousel .slide .home-blog-post-info {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

.blog-detail-advisors .slide .blog-card {
  border-radius: 16px;
}

/* Blog Detail - END */

/* Psikolog Detay - START */

.doctor-detail .doctor-detail-box {
  display: flex;
  width: 100%;
  margin: 0.625rem 0.75rem;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(165, 165, 165, 0.07);
  border-radius: 6px;
  padding: 1.25rem;
  flex-wrap: wrap;
  flex-direction: row;
}

.doctor-detail .doctor-detail-box-right {
  display: flex;
  width: calc(100% - 2.5rem);
  margin: 0.625rem 0.75rem;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(165, 165, 165, 0.07);
  border-radius: 6px;
  padding: 0;
  flex-direction: column;
}

.doctor-detail .doctor-image-box {
  margin-right: 23px;
  position: relative;
}

.doctor-detail .doctor-image-box img {
  width: 100%;
  max-height: 165px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}

.dd-doctor-name {
  color: var(--primary_text_color);
  font-size: var(--line-height-sm);
  line-height: 30px;
  font-weight: 700;
}

.dd-doctor-title {
  color: var(--text_color_black_2);
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 300;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.dd-doctor-info {
  display: flex;
  gap: 6px;
  align-items: center;
}

.doctor-experience {
  font-size: var(--text-sm);
  line-height: 5px;
  font-weight: 300;
  display: flex;
  align-items: center;gap: 6px;
}

.doctor-experience img {
  width: 18px;
}

.vertical-line {
  width: 1px; 
  height: 12px; 
  background-color: #ccc;
}

.doctor-experience span {
  display: flex;
  align-items: center;
}

.doctor-experience h5 {
  margin-bottom: 0;
  margin-left: 5px;
  color: #005450;
  font-size: 15px;
  font-weight: 600;
}

#search-form .search-input:focus {
  box-shadow: none;
}

.search-box:focus-within {
  box-shadow: 0 0 15px 5px rgba(var(--tertiary_color_rgb), 0.3);
  transition: box-shadow 0.3s ease-in-out;
}
.our-team .no-result-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-team .no-result-container img {
  margin-top: 30px;
  width: 200px;
}

.our-team .no-result-container h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  color: var(--primary_text_color);
  font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.our-team .doctor-list-incentive {
  display: none;
}

.doctor-detail-leftside .dd-doctor-title{
  gap: 6px;
}

.approved-doctor-modal-button {
  border: none;
  background-color: transparent;
  transition: all .3s ease-in-out;
  padding: 0;
  min-height: fit-content !important;
}

.approved-doctor-modal-button:hover {
  transform: scale(1.2);
}

#approved-doctor-modal .modal-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}

#approved-doctor-modal .modal-header {
  color: #005450;
}

#approved-doctor-modal .modal-header .fa-circle-check {
  margin-right: 5px;
}

#approved-doctor-modal .modal-icon .proved-img {
  height: 22px;
  margin-left: 4px;
  margin-right: 4px;
}

#approved-doctor-modal .modal-icon .education-img {
  height: 17px;
  width: 26px;
}

/* Uzman Detay - Story Alanı */

.doctor-chart-box {
  display: flex;
  flex-direction: row;
  padding: 20px;
  margin: 10px 12px;
  border-radius: 24px;
  background: linear-gradient(to right, #71b556, #7ab856, #84bc55, #8dbf55, #96c255);
  box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
}

.doctor-chart-box .doctor-highlights {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 20%;
  align-items: center;
  padding: 0 15px;
  border-radius: 16px;
  max-width: 150.88px;
}

.doctor-chart-box .doctor-highlights .img-container {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;  
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  background: none;
  border: none;
}

/* .doctor-chart-box .doctor-highlights .img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
  border-radius: 50%;
  padding: 4px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.doctor-chart-box .doctor-highlights .img-container.playing::before {
  animation: rotateBorder 1s linear forwards;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} */

.doctor-chart-box .doctor-highlights .img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 4px;
  background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: rotate(0deg);
}

.doctor-chart-box .doctor-highlights .img-container.playing::before {
  animation: segmentFade 1s ease-in-out forwards, rotateBorder 1s linear forwards;
}

@keyframes segmentFade {
  0% {
    background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
  }
  20% {
    background: repeating-conic-gradient(
      #feda75 0deg 5deg, transparent 5deg 10deg,
      #fa7e1e 10deg 15deg, transparent 15deg 20deg,
      #d62976 20deg 25deg, transparent 25deg 30deg,
      #962fbf 30deg 35deg, transparent 35deg 40deg,
      #4f5bd5 40deg 45deg, transparent 45deg 50deg
    );
  }
  50% {
    background: repeating-conic-gradient(
      #feda75 0deg 10deg, transparent 10deg 20deg,
      #fa7e1e 20deg 30deg, transparent 30deg 40deg,
      #d62976 40deg 50deg, transparent 50deg 60deg,
      #962fbf 60deg 70deg, transparent 70deg 80deg,
      #4f5bd5 80deg 90deg, transparent 90deg 100deg
    );
  }
  100% {
    background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
  }
}

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

.doctor-chart-box .doctor-highlights .img-container .higlights-doctor-img {
  width: 98%;
  height: 85%;
  border-radius: 50%;
  background-color: white; /* Resim transparan ise görünüm için */
  position: relative;
  z-index: 1; /* Resmin çerçevenin altında kalmaması için */
}

.doctor-chart-box .doctor-highlights .higlights-play-img{
  position: absolute;
  top: 105px;
  z-index: 9;
  width: 33px;
}

.doctor-chart-box .doctor-highlights h3{
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 24px;
  margin-bottom: 0;
}

.doctor-chart-box .doctor-highlights span{
  font-size: 11px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  min-height: 16px;
}

/* doctor story pop-up inner */

#doctor-higlights-modal .doctor-story-close-btn {
  pointer-events: auto;
  font-size: 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: white;
  right: 0;
  top: 0;
  margin: 20px;
  padding: 0;
  z-index: 1056;
}

#doctor-higlights-modal .doctor-story-close-btn span{
  position: relative;
  top: -4px;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

#doctor-higlights-modal .modal-content {
  background-color: black;
  overflow: hidden;
  border-radius: 16px;
  border: none;
}

#doctor-higlights-modal .progress-container {
  display: flex;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 2;
}
#doctor-higlights-modal .progress-bar {
  flex: 1;
  height: 2px;
  background: gray;
  margin: 0 2px;
  border-radius: 5px;
}
#doctor-higlights-modal .progress-bar.active {
  background: white;
  height: 3px;
}
#doctor-higlights-modal .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 178%;
  width: 100%;
}

#doctor-higlights-modal .video-container #youtube-player{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#doctor-higlights-modal .story-navigation {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#doctor-higlights-modal .story-navigation button{
  pointer-events: auto;
  height: 300px;
}

#doctor-higlights-modal .story-nav {
  color: white;
  font-size: 25px;
  background: none;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

#doctor-higlights-modal .ytp-chrome-top.ytp-show-cards-title {
  margin-top: 20px !important;
}


.dd-doctor-title img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 0.3rem;
}

.dd-chip-container {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 5px;
}

.dd-chip-container-mobile {
  display: none;
}

.dd-chip {
  padding: 0.375rem 0.75rem;
  border-radius: 50px;
  border: none;
  background-color: #f6f4fc;
  color: var(--secondary_text_color);
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  align-content: center;
}

.dd-rate-star {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.dd-rate-star .stars-box {
  justify-content: flex-start;
  margin: 0;
}

.dd-rate-star .star {
  width: 12px;
  height: 12px;
}

.dd-rate-star .star-text {
  color: var(--text_color_black_2);
  font-size: var(--text-sm);
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: 2px;
}

.dd-rate-star .comment-count {
  display: none;
  color: #979797;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin: 0;
}

.dd-img-video-icon-overup {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: var(--tertiary_color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.dd-img-video-icon-overup img {
  width: 100% !important;
  height: 12px !important;
  aspect-ratio: unset !important;
  border-radius: unset !important;
  object-fit: contain !important;
  margin-top: -2px;
}

.dd-card-title {
  color: var(--primary_text_color);
  font-size: 16px;
  line-height: var(--line-height-md);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
}

.dd-about-text {
  color: var(--text_color_black_1);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
  margin-bottom: 1rem;
}

.calendar-timezone-info {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #adb5bd;;
}

.calendar-timezone-info-text {
  font-size: 13px;
  margin-left: 4px;
}

.reserve-schedule-form-buttons {
  gap: 10px;
  flex-direction: column;
}

.reserve-schedule-form-buttons #reserve-schedule-form-button {
  width: 75%;
  justify-content: center;
}

.reserve-schedule-form-buttons button:first-child {
  background-color: var(--tertiary_color);
}

.reserve-schedule-form-buttons button:first-child:hover {
  background-color: var(--primary_color);
}

.reserve-schedule-form-buttons .appoint-end-icon {
  margin: 20px 0;
}

.reserve-schedule-form-buttons .appoint-end-icon .appoint-end-icon-line{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
}

.reserve-schedule-form-buttons .appoint-end-icon span:last-child{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  background-color: #FFF;
  padding: 0 15px;
}

/* timeline - start */

.timeline {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15);
  padding: 0;
  margin: 0;
  width: 100%;
}

.tl-item {
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tl-item > * {
  padding: 1.25rem 10px;
}

.tl-item:last-child .tl-dot:after {
  display: none;
}

.tl-dot:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 1px;
  border-style: solid;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tl-dot:after {
  width: 0;
  height: auto;
  top: 25px;
  bottom: -25px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

.tl-dot {
  position: relative;
  border-color: #d9d9d9;
}

.education-name {
  color: var(--primary_text_color);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 600;
}

.education-section {
  color: var(--text_color_black_1);
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 400;
}

.tl-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
}

.tl-icon img {
  width: 100%;
  height: 19px;
  object-fit: contain;
}

.educational-event .tl-content {
  padding: 6px 0;
}

.educational-event .tl-content div{
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

/* timeline - end */

.work-section-chips {
  display: flex;
  gap: 10px;
  margin-top: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.work-section-chips .work-s-chip {
  padding: 8px 22px;
  border-radius: 50px;
  border: 1px solid var(--tertiary_color);
  background-color: transparent;
  color: var(--secondary_text_color);
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  align-content: center;
}

.dd-normal-list {
}

.dd-normal-list li::marker {
  color: var(--text_color_black_1);
}

.dd-normal-list li {
  color: var(--text_color_black_1);
  font-size: var(---text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
  padding: 0.35rem 0;
}

.others-pyschologist-title {
  color: var(--primary_text_color);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 2rem 0;
}

.mbottom-1 {
  margin-bottom: 0.5rem;
}

.appointment-title {
  width: 100%;
  display: flex;
  background: #f3fcf8;
  padding: 15px 0;
  border: 1px solid rgba(19, 170, 101, 0.2);
  color: var(--primary_text_color);
  font-size: var(---text-sm);
  line-height: 16px;
  font-weight: 600;
  border-radius: 12px;
  align-self: center;
  text-align: center;
  justify-content: center;
}

.appointment-datepicker-container {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.calendar-info-badge {
  
  margin-bottom: 10px;
}

.calendar-info-badge div {
  background-color: #f3fcf8;
  color: var(--primary_text_color);
  padding: 12px 14px;
  margin-bottom: 2px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid rgba(19, 170, 101, 0.2);
}

.appointment-datepicker-arrow {
  background: #d8f0e5;
  border-radius: 12px;
  /* width: 60px; */
  height: 46px;
  border: 1px solid rgba(19, 170, 101, 0.2);
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 7px 20px;
}

.appointment-datepicker-arrow img {
  width: 10px;
  height: 30px;
  object-fit: contain;
}

.appointment-datepicker {
  width: 100%;
  padding: 0 10px;
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.appointment-datepicker .apc-days {
  justify-self: center;
}

.appointment-datepicker .apc-days .apc-head-daytime {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 12px;
}

.appointment-datepicker .apc-days .apc-head-daytime strong {
  color: var(--primary_text_color);
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  font-weight: 500;
  margin-bottom: 6px;
}

.appointment-datepicker .apc-days .apc-head-daytime span {
  color: #979797;
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
}

.appointment-datepicker .apc-days .apc-daytime {
  width: 62px;
  color: var(--primary_text_color);
  font-size: var(--text-xs);
  line-height: 14px;
  font-weight: 600;
  background-color: rgba(243, 252, 248, 1);
  border: 1px solid rgba(19, 170, 101, 0.2);
  padding: 12px 0;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.appointment-datepicker .apc-days .apc-daytime.selected {
  background-color: var(--tertiary_text_color);
  color: #fff;
}

.appointment-section-and-complete {
  background: #f3fcf8;
  padding: 1.25rem 0;
  justify-content: center;
  display: flex;
}

.asc-container {
  width: 100%;
  padding: 0 4.35rem;
  /* border: 1px solid red; */
}

.asc-select-title {
  width: 100%;
  display: flex;
  color: var(--primary_text_color);
  font-size: var(--text-sm);
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  justify-content: center;
}

.form-select {
  font-size: var(--text-xs);
  line-height: var(--text-md);
  font-weight: 600;
  color: var(--primary_text_color);
  padding: 14px 18px;
  background-image: url("../media/icons/select-down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 8px;
  border: 1px solid #f1f1f1;
}

.form-select:focus {
  border-color: var(--tertiary_color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(19, 170, 101, 0.25);
}

.form-select option:se {
  font-size: var(--text-xs);
  line-height: var(--text-md);
  font-weight: 600;
  color: var(--primary_text_color);
}

.asc-container .btn-success {
  width: 100%;
  text-align: center;
}

.doctor-detail-leftside {
  width: 62% !important;
}

.doctor-detail-rightside {
  width: 38% !important;
}

.doctor-detail-rightside .appointment-container {
  position: sticky;
  top: 90px;
}

@media (min-width: 1200px) and (max-width: 1368px) {
  .doctor-detail-leftside {
    width: 56% !important;
  }

  .doctor-detail-rightside {
    width: 44% !important;
  }
}

@media (max-width: 1199px) {
  .doctor-detail-leftside {
    width: 50% !important;
  }

  .doctor-detail-rightside {
    width: 50% !important;
  }

  .appointment-datepicker-arrow {
    padding: 4px 10px;
  }
}

@media (max-width: 992px) {
  .doctor-detail-leftside {
    width: 100% !important;
  }

  .doctor-detail-rightside {
    width: 100% !important;
    padding: 0;
  }

  .appointment-datepicker-arrow {
    padding: 7px 20px;
  }
}

@media (max-width: 475px) {
  .appointment-title {
    padding: 15px 0;
  }
}

.asc-container .doctor-appointment-btn span {
  width: calc(100% - 48px);
}

.asc-container .doctor-appointment-btn img {
  margin: 0;
}

#doctorsCarousel .blog-card-content .home-blog-post-info {
  color: var(--secondary_text_color);
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

/* Psikolog Detay - END */

/* Randevu oluştur - Start */

.make-appointment-container {
  background: #f3fcf8;
  padding: 3.5rem 0;
}

.make-appointment-container .alert-dismissible .btn-close {
  padding: 7px 20px;
}

.appoint-box {
  display: flex;
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(165, 165, 165, 0.07);
  border-radius: 15px;
  padding: 2rem;
  flex-wrap: wrap;
  flex-direction: row;
}

/* Radio Card */

.radio-button-groups {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

label.radio-card {
  cursor: pointer;
}

label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 50px;
  padding: 16.21px 2rem;
  display: grid;
  /* box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04); */
  transition: 200ms linear;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "a a";
  align-items: center;
}

label.radio-card .card-content-wrapper .card-content span p{
  margin-bottom: 0;
}

label.radio-card .check-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}

label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDUuMjcyIiBoZWlnaHQ9IjQwNS4yNzIiIHZpZXdCb3g9IjAgMCA0MDUuMjcyIDQwNS4yNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zOTMuNDAxIDEyNC40MjUgMTc5LjYwMyAzMzguMjA4Yy0xNS44MzIgMTUuODM1LTQxLjUxNCAxNS44MzUtNTcuMzYxIDBMMTEuODc4IDIyNy44MzZjLTE1LjgzOC0xNS44MzUtMTUuODM4LTQxLjUyIDAtNTcuMzU4IDE1Ljg0MS0xNS44NDEgNDEuNTIxLTE1Ljg0MSA1Ny4zNTUtLjAwNmw4MS42OTggODEuNjk5TDMzNi4wMzcgNjcuMDY0YzE1Ljg0MS0xNS44NDEgNDEuNTIzLTE1LjgyOSA1Ny4zNTggMCAxNS44MzUgMTUuODM4IDE1LjgzNSA0MS41MTQuMDA2IDU3LjM2MSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(0.7);
  transition: 200ms linear;
  opacity: 0;
}

label.radio-card.option-no-icon .check-icon:before {
    background-image: none !important;
}

label.radio-card input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

/* 
label.radio-card input[type="radio"]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(19, 170, 101, .5), 0 0 0 2px #13aa65;
} */

/* label.radio-card input[type="radio"]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 1px rgba(19, 170, 101, .5);
  border-color: var(--tertiary_color);
} */

label.radio-card
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon {
  background: var(--tertiary_color);
  border-color: var(--tertiary_color);
  transform: scale(1.2);
}

label.radio-card
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon:before {
  transform: scale(1);
  opacity: 1;
}

label.radio-card input[type="radio"] + .card-content-wrapper {
  border: 1px solid var(--tertiary_color);
}

label.radio-card .card-content img {
  margin-bottom: 10px;
}


label.radio-card
  input[type="checkbox"]:checked
  + .card-content-wrapper
  .check-icon {
  background: var(--tertiary_color);
  border-color: var(--tertiary_color);
  transform: scale(1.2);
}

label.radio-card
  input[type="checkbox"]:checked
  + .card-content-wrapper
  .check-icon:before {
  transform: scale(1);
  opacity: 1;
}

label.radio-card input[type="checkbox"] + .card-content-wrapper {
  border: 1px solid var(--tertiary_color);
}

label.radio-card .card-content img {
  margin-bottom: 10px;
}

label.radio-card .card-content {
  justify-content: flex-start;
  text-align: left;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

label.radio-card .card-content span {
  font-size: 16px;
  text-align: left;
  color: var(--tertiary_text_color);
}

.question-box {
  width: 100%;
  font-size: var(--text-xl);
  line-height: var(--line-height-xl);
  color: var(--primary_text_color);
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Alternative Colors */
label.radio-card.radio-card-alternative-color .check-icon:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDUuMjcyIiBoZWlnaHQ9IjQwNS4yNzIiIHZpZXdCb3g9IjAgMCA0MDUuMjcyIDQwNS4yNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiMxM2FhNjUiPjxwYXRoIGQ9Ik0zOTMuNDAxIDEyNC40MjUgMTc5LjYwMyAzMzguMjA4Yy0xNS44MzIgMTUuODM1LTQxLjUxNCAxNS44MzUtNTcuMzYxIDBMMTEuODc4IDIyNy44MzZjLTE1LjgzOC0xNS44MzUtMTUuODM4LTQxLjUyIDAtNTcuMzU4IDE1Ljg0MS0xNS44NDEgNDEuNTIxLTE1Ljg0MSA1Ny4zNTUtLjAwNmw4MS42OTggODEuNjk5TDMzNi4wMzcgNjcuMDY0YzE1Ljg0MS0xNS44NDEgNDEuNTIzLTE1LjgyOSA1Ny4zNTggMCAxNS44MzUgMTUuODM4IDE1LjgzNSA0MS41MTQuMDA2IDU3LjM2MSIvPjwvc3ZnPg==");
}

label.radio-card.radio-card-alternative-color
  input[type="radio"]:checked
  + .card-content-wrapper {
  background: var(--tertiary_color);
}

label.radio-card.radio-card-alternative-color
  input[type="radio"]:checked
  + .card-content-wrapper
  .card-content
  span {
  color: #fff;
}

label.radio-card.radio-card-alternative-color
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon {
  background: rgba(255, 255, 255, 0.49);
  transform: scale(1.2);
}

label.radio-card.radio-card-alternative-color
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon:before {
  transform: scale(1);
  opacity: 1;
}

/* Radio Card - End */

.appoint-box-actions {
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(165, 165, 165, 0.07);
  border-radius: 75px;
  padding: 18px 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.btn-appointment-prev {
  background: #e3e3e3;
  border-radius: 50px;
  padding: 18px 20px;
  align-content: center;
  color: var(--secondary_text_color);
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  border: 0;
  align-items: center;
  display: flex;
}

.btn-appointment-prev img {
  width: 20px;
  height: 15px;
  object-fit: contain;
  transform: scaleX(-1);
  margin-right: 1rem;
}

.btn-appointment-cancel {
  background: transparent;
  border-radius: 50px;
  padding: 18px 20px;
  align-content: center;
  color: var(--secondary_text_color);
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  border: 0;
  align-items: center;
  display: flex;
}

.btn-appointment-next {
  background: var(--tertiary_color);
  border-radius: 50px;
  padding: 18px 20px;
  align-content: center;
  color: #fff;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  font-weight: 600;
  border: 0;
  align-items: center;
  display: flex;
  /* margin-left: 1rem; */
}

.btn-appointment-next img {
  width: 20px;
  height: 15px;
  object-fit: contain;
  margin-left: 2.5rem;
}

/* Radio Card - Doctors - Start */

label.radio-card-doctor {
  cursor: pointer;
}

label.radio-card-doctor .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 18px;
  display: grid;
  box-shadow: 0px 0px 19px 0px rgba(165, 165, 165, 0.07);
  transition: 200ms linear;
  align-items: center;
  border: 1px solid rgba(241, 241, 241, 1);
}

label.radio-card-doctor .check-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  transition: 200ms linear;
  position: absolute;
  top: 16px;
  right: 16px;
}

label.radio-card-doctor .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDUuMjcyIiBoZWlnaHQ9IjQwNS4yNzIiIHZpZXdCb3g9IjAgMCA0MDUuMjcyIDQwNS4yNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zOTMuNDAxIDEyNC40MjUgMTc5LjYwMyAzMzguMjA4Yy0xNS44MzIgMTUuODM1LTQxLjUxNCAxNS44MzUtNTcuMzYxIDBMMTEuODc4IDIyNy44MzZjLTE1LjgzOC0xNS44MzUtMTUuODM4LTQxLjUyIDAtNTcuMzU4IDE1Ljg0MS0xNS44NDEgNDEuNTIxLTE1Ljg0MSA1Ny4zNTUtLjAwNmw4MS42OTggODEuNjk5TDMzNi4wMzcgNjcuMDY0YzE1Ljg0MS0xNS44NDEgNDEuNTIzLTE1LjgyOSA1Ny4zNTggMCAxNS44MzUgMTUuODM4IDE1LjgzNSA0MS41MTQuMDA2IDU3LjM2MSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(0.7);
  transition: 200ms linear;
  opacity: 0;
}

label.radio-card-doctor input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

label.radio-card-doctor .doctor-img {
  width: 70px;
  height: 70px;
  margin-right: 0.75rem;
}

label.radio-card-doctor .doctor-title img {
  margin: 0 !important;
  margin-right: 0.3rem !important;
}

label.radio-card-doctor .doctor-desc a {
  color: var(--tertiary_text_color);
}

label.radio-card-doctor .doctor-name {
  padding-right: 25px;
}

/* 
label.radio-card input[type="radio"]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(19, 170, 101, .5), 0 0 0 2px #13aa65;
} */

/* label.radio-card input[type="radio"]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 1px rgba(19, 170, 101, .5);
  border-color: var(--tertiary_color);
} */

label.radio-card-doctor
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon {
  background: var(--tertiary_color);
  border-color: var(--tertiary_color);
  transform: scale(1.2);
}

label.radio-card-doctor
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon:before {
  transform: scale(1);
  opacity: 1;
}

label.radio-card-doctor input[type="radio"]:checked + .card-content-wrapper {
  border: 1px solid var(--tertiary_color);
  box-shadow: 0px 0px 19px 0px rgba(165, 165, 165, 0.07);
}

label.radio-card-doctor .card-content-wrapper {
  border: 1px solid rgba(241, 241, 241, 1);
  position: relative;
}

label.radio-card-doctor .card-content img {
  margin-bottom: 10px;
}

label.radio-card-doctor .card-content {
  justify-content: flex-start;
  text-align: left;
  /* pointer-events: none; */
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

label.radio-card-doctor .card-content span {
  font-size: 16px;
  text-align: left;
  color: var(--tertiary_text_color);
}

/* Radio Card - Doctors - End */

.end-appoint-icon .end-appoint-icon-iconbox {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  transition: 200ms linear;
  position: absolute;
  top: 16px;
  right: 16px;
  background: #13aa65;
}

.end-appoint-icon .end-appoint-icon-iconbox:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDUuMjcyIiBoZWlnaHQ9IjQwNS4yNzIiIHZpZXdCb3g9IjAgMCA0MDUuMjcyIDQwNS4yNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zOTMuNDAxIDEyNC40MjUgMTc5LjYwMyAzMzguMjA4Yy0xNS44MzIgMTUuODM1LTQxLjUxNCAxNS44MzUtNTcuMzYxIDBMMTEuODc4IDIyNy44MzZjLTE1LjgzOC0xNS44MzUtMTUuODM4LTQxLjUyIDAtNTcuMzU4IDE1Ljg0MS0xNS44NDEgNDEuNTIxLTE1Ljg0MSA1Ny4zNTUtLjAwNmw4MS42OTggODEuNjk5TDMzNi4wMzcgNjcuMDY0YzE1Ljg0MS0xNS44NDEgNDEuNTIzLTE1LjgyOSA1Ny4zNTggMCAxNS44MzUgMTUuODM4IDE1LjgzNSA0MS41MTQuMDA2IDU3LjM2MSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(0.7);
  transition: 200ms linear;
  opacity: 0;
}

.appoint-end-card-content {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 19px 0px #a5a5a512;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
}

.appoint-end-card-content a,button {
  min-height: 46px;
}

.appoint-end-card-content .end-actions-btn a{
  height: 46px;
}

.appoint-end-card-content .end-actions-btn a:hover{
  background-color: var(--primary_color);
}

.appoint-end-card-content a span img {
  width: 20px;
  height: 20px;
}

.appoint-end-card-content .send-test-result {
  align-items: center;
}

.attention-text {
  font-size: 10px;
  line-height: 18px;
  color: var(--text_color_black_2);
  font-weight: 400;
  text-align: left;
  margin-top: 16px;
}

.attention-text.col-8 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 28px;
  font-size: 10px;
  line-height: 25px;
}

.appoint-box hr {
  display: flex;
}

.blog-detail hr.hr-forced {
  margin-bottom: 32px !important;
}

.appoint-edit-spans {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.appoint-end-icon {
  display: flex;
  width: 100%;
  position: relative;
  margin: 2rem 0rem;
}

.appoint-end-icon-line {
  width: 100%;
  height: 2px;
  background: rgba(0, 67, 62, 0.17);
}

.appoint-end-icon-iconbox {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  transition: 200ms linear;
  background: var(--tertiary_color);
  border: 5px solid #fff;
  transform: translateX(-50%) translateY(-50%);
}

.appoint-end-icon-iconbox:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDUuMjcyIiBoZWlnaHQ9IjQwNS4yNzIiIHZpZXdCb3g9IjAgMCA0MDUuMjcyIDQwNS4yNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zOTMuNDAxIDEyNC40MjUgMTc5LjYwMyAzMzguMjA4Yy0xNS44MzIgMTUuODM1LTQxLjUxNCAxNS44MzUtNTcuMzYxIDBMMTEuODc4IDIyNy44MzZjLTE1LjgzOC0xNS44MzUtMTUuODM4LTQxLjUyIDAtNTcuMzU4IDE1Ljg0MS0xNS44NDEgNDEuNTIxLTE1Ljg0MSA1Ny4zNTUtLjAwNmw4MS42OTggODEuNjk5TDMzNi4wMzcgNjcuMDY0YzE1Ljg0MS0xNS44NDEgNDEuNTIzLTE1LjgyOSA1Ny4zNTggMCAxNS44MzUgMTUuODM4IDE1LjgzNSA0MS41MTQuMDA2IDU3LjM2MSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  transition: 200ms linear;
  opacity: 1;
  transform: scale(1);
}

.appoint-end-icon-iconbox-test-result {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  width: 61px;
  height: 61px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  transition: 200ms linear;
  border: 5px solid #fff;
  transform: translateX(-50%) translateY(-50%);
}

.appoint-end-icon-title {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-self: center;
  margin-bottom: 1rem;
}

.appoint-end-icon-title .appoint-end-title {
  font-size: var(--text-2xl);
  line-height: var(--line-height-2xl);
  font-weight: 700;
  color: var(--primary_text_color);
}

.appoint-end-icon-title .appoint-end-sub-desc {
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--text_color_black_1);
  margin-top: 0.5rem;
}

.appoint-end-chip-card {
  border: 1px solid #c6ecdb;
  border-radius: 80px;
  display: flex;
  padding: 5px;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.appoint-status-chip {
  background: var(--primary_color);
  border-radius: 80px;
  padding: 9px;
  display: flex;
  align-items: center;
}

.appoint-status-chip span {
  font-size: 16px;
  line-height: var(--line-height-sm);
  font-weight: 600;
  color: #fff;
  margin-right: 13px;
}

.appoint-status-chip .appoint-status-icon {
  width: 32px;
  height: 32px;
  background: var(--tertiary_color);
  border-radius: 80px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appoint-status-chip .appoint-status-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.appoint-time-chip {
  background: #f3fcf8;
  border-radius: 80px;
  padding: 12px 23px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(19, 170, 101, 0.2);
}

.appoint-end-card-content .doctor-desc {
  text-align: left;
}

.appoint-end-card-content .btn-success {
  border-radius: 80px;
  padding: 8px 10px;
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
}

.appoint-end-card-content .btn-outline-secondary {
  border-radius: 80px;
  padding: 8px 10px;
  border-color: var(--tertiary_color);
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  color: var(--tertiary_text_color);
  margin-left: 8px;
}

.appoint-edit-btn {
  border: 1px solid #c6ecdb;
  border-radius: 80px;
  display: flex;
  padding: 20px 22px;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: var(--text-md);
  line-height: var(--line-height-sm);
  color: var(--text_color_black_1);
  align-items: center;
}

.appoint-edit-btn a {
  color: var(--tertiary_text_color);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.appointment-datepicker.just-times {
  grid-template-columns: repeat(3, 1fr);
}

.appointment-datepicker.just-times .apc-days {
  width: 100%;
}

.appointment-datepicker.just-times .apc-days .apc-daytime {
  width: 100%;
}

.appoint-main-title {
  font-size: var(--text-2xl);
  line-height: var(--line-height-2xl);
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 1rem;
}

.appoint-main-desc {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  color: var(--text_color_black_1);
  font-weight: 400;
}

.step-progress {
  width: 100%;
  height: 4px;
  background: rgba(0, 67, 62, 0.17);
  border-radius: 10px;
  position: relative;
}

.step-progress:before,
.step-progress:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 10px;
  background: #eef0f2;
  width: 100%;
}

.step-progress:after {
  background: var(--tertiary_color);
}

.step-progress[data-active-step="1"]:after {
  width: calc(100% / 5);
}
.step-progress[data-active-step="2"]:after {
  width: calc(100% / 4);
}
.step-progress[data-active-step="3"]:after {
  width: calc(100% / 3);
}

.step-progress[data-active-step="4"]:after {
  width: calc(100% / 2);
}

.step-progress[data-active-step="5"]:after {
  width: 100%;
}

.step-progress-alternative {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.step-progress-alternative div[class^="step-"] {
  /* Burada tüm step'ler için geçerli olan stiller */
  height: 4px;
  background: rgba(0, 67, 62, 0.17);
  border-radius: 4px;
  position: relative;
  display: inline-block;
}

.step-progress-alternative div.active {
  background-color: var(--tertiary_color);
}

.doctor-detail-leftside .container .row {
  justify-content: center;
}

/* Randevu oluştur  - END */

.no-border {
  border: none;
}

#fullScreenSearchContainer {
  display: none; 
  opacity: 0;

  background: #fff;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  --webkit-backdrop-filter: blur(8px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#fullScreenSearchContainer.active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-full-sc-close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 10px 1px rgba(var(--primary_color_rgb), 0.25);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: var(--primary_text_color);
}

.btn-full-sc-close:hover {
  background: var(--primary_color);
  color: #fff;
}

.btn-full-sc-close i {
  font-size: 30px;
  line-height: 36px;
  justify-self: center;
  align-self: center;
}

.fsc-searchbox {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  display: flex;
  border: 2px solid #fff;
  border-radius: 120px;
  padding: 10px 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
}

.fsc-searchbox i {
  font-size: 30px;
  color: #fff;
}

.fsc-searchbox .form-control {
  background: transparent;
  font-size: 24px;
  color: #fff;
}

.fsc-searchbox .form-control::placeholder {
  font-size: 24px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .fsc-searchbox {
    left: 10%;
    right: 10%;
    transform: translate(0, -50%);
  }
}

#heroSlider .carousel-inner {
  /* width: calc(100% - 72px); Butonlar görselin dışında yer alsın istenirse.
  margin: 0 auto;
  align-self: center; */
}

#heroSlider .carousel-control-next,
#heroSlider .carousel-control-prev {
  opacity: 1 !important;
  z-index: 1;
  background: #fff;
  width: 36px;
  height: 36px;
  justify-content: center;
  border-radius: 50%;
  top: calc(50% - (36px / 2));
}

#heroSlider .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  background-image: url("../media/icons/circle_arrow_left_primary.png") !important;
}

#heroSlider .carousel-control-next-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  background-image: url("../media/icons/circle_arrow_right_primary.png") !important;
}

#heroSlider .carousel-indicators {
  margin-bottom: -1.5rem;
}

#heroSlider .carousel-indicators [data-bs-target] {
  background-color: var(--primary_color);
  border-radius: 2px;
}

/* 404/500 sayfaları */

#notfound {
  background-color: #F3FCF8;
}

.notfound {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #424245;
  height: 85vh;
  justify-content: center;
}

.notfound h1{
  font-size: 100px;
  font-weight: 700;
  color: var(--primary_color);
  line-height: var(--line-height-4-2xl);
  margin-bottom: 20px;
  letter-spacing: -4px;
}

.notfound h3{
  font-size: 35px;
  font-weight: 400;
  line-height: var(--line-height-xl);
  margin-bottom: 15px;
}

.notfound p{
  font-size: var(--text-md);
  font-weight: 400;
  line-height: var(--line-height-xl);
}

.notfound .errorPage-goHome{
  color: #FFF;
  padding: 10px 50px;
  background-color: #13AA65;
  border-radius: 28px;
  font-size: var(--text-md);
  transition: background-color 0.3s ease-in-out;
  margin-top: 20px;
}

.notfound .errorPage-goHome img{
  width: 19px;
  height: 15px;
  margin-right: 5px;
}

.notfound .errorPage-goHome:hover{
  background-color: var(--primary_color);
}

.errorPage-footer {
  margin-top: 0;
}

/* pre-doctor sayfası */

.choosing-therapist-content-pre-doctor .accordion-item {
  background-color: #eef4f4;
  border-radius: 15px;
  padding: 0 15px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
}

.choosing-therapist-content-pre-doctor .choosing-therapist-title {
  margin-bottom: 16px;
}

.choosing-therapist-content-pre-doctor .pre-doctor-img {
  display: flex !important;
}

.choosing-therapist-content-pre-doctor .accordion-item hr {
  margin-top: 0 !important;
}

.choosing-therapist-content-pre-doctor .appoint-box .btn-primary {
  font-weight: 500;
}

.choosing-therapist-content-pre-doctor .accordion-body {
  padding-bottom: 20px;
}

.choosing-therapist-content-pre-doctor .appoint-box .row{
  width: 100%;
}

.choosing-therapist-content-pre-doctor .accordion-h2 {
  height: auto;
}

.choosing-therapist-content-pre-doctor .accordion-button {
  padding: 20px 0;
}

.choosing-therapist-content-pre-doctor .accordion-collapse {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* App Download Sayfası */

.app-download-incentive {
  display: flex !important;
}

.app-download-incentive {
  display: flex;
  background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  border-radius: 14px;
  margin-top: 24px;
}

.app-download-incentive .doctor-list-incentive-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  color: var(--primary_text_color);
}

.app-download-incentive .doctor-list-incentive-inner h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px !important;
}

.app-download-incentive .doctor-list-incentive-inner .footer-storeLinks {
  display: flex;
  justify-content: center;
}

.app-download-incentive .doctor-list-incentive-inner p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 6px;
}

.app-download-incentive .doctor-list-incentive-inner .webContinueBtn img{
  margin-left: 20px;
}

.app-download-appoint-end-icon {
  margin: 10px 0;
  align-items: center;
}

.appoint-end-text {
  padding: 8px;
  font-weight: 700; 
  border-radius: 50%; 
  position: relative; 
  margin: 0 10px;
}

.webContinueBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 9px;
  font-size: 14px;
}

.webContinueBtn img {
  width: 20px;
  height: 20px;
}

.booking-modal-position {
  position: fixed !important;
}

/* Whatsapp Sayfası */

.whatsapp-container {
  display: flex;
  justify-content: center;
  background-color: #f3fcf8;
  padding-bottom: 48px;
  margin-bottom: 24px;
}

.whatsapp-container a {
  transition: scale 0.3s ease-in-out;
}

.whatsapp-container a img {
  width: 100px;
}

.mp-support-comtainer .section-header h2 {
  font-size: 35px;
  font-weight: 500;
  color: var(--primary_text_color);
}

.support-page-invective {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-page-invective .doctor-list-incentive {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  border-radius: 14px;
  margin-top: 24px;
}

.support-page-invective .doctor-list-incentive-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  color: var(--primary_text_color);
}

.support-page-invective .footer-storeLinks{
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-page-invective .footer-storeLinks img {
  width: 150px;
}

.support-page-invective .doctor-list-incentive-inner h3 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px !important;
}

.support-page-invective .doctor-list-incentive-inner p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}

.whatsapp-container a:hover {
  scale: 1.2;
}

/* Login-Register Modal */

#login-register-modal-login-href.btn-primary {
  width: auto;
}

/* Kurumsal Sayfası */

.mp-corporation-body .hero-content {
  max-width: 100%;
}

.mp-corporation-body .hero-storeLinks,
.mp-facetoface-body .hero-storeLinks {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.mp-corporation-body .hero-image {
  max-width: 100%;
}

.mp-corporation-body .hero {
  background: linear-gradient(180deg, #C2E5E7 0%, #FFFFFF 100%);
}

.mp-corporation-body .hero-img {
  max-width: 320px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.mp-corporation-body .hero-buttons .button {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.page-hero-corporation {
  padding-top: 8px;
  background: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
  background: linear-gradient(180deg, #C2E5E7 0%, #FFFFFF 100%);
}

.mp-corporation-body .hero-up-head {
  width: fit-content !important;
  padding: 4px 20px !important;
}

.mp-corporation-body .hero-storeLinks .col-5.p-1.col-sm-5.mt-2 {
  width: 40% !important;
}

.corporationHeaderImg {
  max-height: 320px !important;
  bottom: auto !important;
}

.page-hero-corporation .page-hero-title{
  line-height: 52px;
}

.mp-facetoface-body .employees-situation .treatment-start-step-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mp-facetoface-body .employees-situation .treatment-start-step {
  width: auto;
}

.mp-facetoface-body .contact-now-footer {
  display: none;
}

.employees-situation {
  background: linear-gradient(to bottom, #C2E5E7 0%, #FFFFFF 100%);
  padding: 64px 0;
}

.features-corporation {
  background: linear-gradient(to top, #C2E5E7 0%, #FFFFFF 100%);
}

.employees-situation .start-therapy-title.corporation-title {
  color: #005450;
}

.employees-situation .treatment-start-step {
  background-color: #FFF;
}

.employees-situation .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 36px;
  color: #005450;
}

.corporation-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500 !important; 
  color: #005450;
}

.employees-situation .btn.btn-outline-secondary:hover {
  background-color: #003a36;
  box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
}

.why-mp-corporation {
  padding: 48px 0 32px 0;
}

.why-mp-corporation .footer-storeLinks {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.why-mp-corporation .footer-storeLinks {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.why-mp-corporation .footer-storeLinks div:nth-child(1) {
  display: flex;
  justify-content: end;
}

.why-mp-corporation .col-md-12.mb-3 .inner {
  padding: 20px 10px;
  border-radius: 15px;
  /* border: 2px solid #13AA65; */
  border: 2px solid #0054507a;
}

.why-mp-corporation .choosing-therapist-title-step-desc {
  margin-bottom: 0;
}

.specialties-of-doctors {
  background: linear-gradient(to bottom, #fbf5ea 0%, #ffffff 100%) !important;
  position: relative;
  color: #005450;
}

.specialties-of-doctors .work-s-chip{
  background: linear-gradient(
    180deg,
    #C2E5E766 0%,
    #FFFFFF66 100%
  );
}

.specialties-of-doctors .mobile-app-img {
  height: 600px;
}

.our-partnerships {
  margin-top: 48px;
}

.our-partnerships .carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 185px; 
}

.our-partnerships .carousel-wrapper::before,
.our-partnerships .carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.our-partnerships .carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.our-partnerships .carousel-wrapper::after {
  right: -2px;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

.partnerCarousel {
  display: flex;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.partnerCarousel .partner {
  padding: 20px;
  margin: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 10px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.partnerLogo {
  width: 115px;
}

.our-partnerships .title {
  color: #005450;
  text-align: center;
  margin-bottom: 30px;
}

.our-doctors {
  padding-top: 64px;
  padding-bottom: 48px;
  color: #005450;
  text-align: center;
  position: relative;
  background: linear-gradient(to top, #fbf5ea 0%, #ffffff 100%) !important;
}

.our-doctors h2 {
  margin-bottom: 8px;
}

.our-doctors p {
  margin-bottom: 24px;
}

.our-doctors .carousel-wrapper {
  height: 228px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.our-doctors .carousel-wrapper::before,
.our-doctors .carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.our-doctors .carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgb(255 255 255 / 53%), rgba(255, 255, 255, 0));
}

.our-doctors .carousel-wrapper::after {
  right: -2px;
  background: linear-gradient(to left, rgb(255 255 255 / 53%), rgba(255, 255, 255, 0));
}

.our-doctors .doctorCarousel {
  display: flex;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.our-doctors .doctorCarousel .doctor {
  margin: 0 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-top: 15px;
}

.our-doctors .doctorCarousel .doctor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -75px 36px -15px inset;
}

.our-doctors .doctorCarousel .doctor .doctorInfo {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 20px;
  color: #FFF;
}

.our-doctors .doctorCarousel .doctor .doctorInfo .name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}

.our-doctors .doctorCarousel .doctor .doctorInfo .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
}

.our-doctors .doctorImg {
  width: 200px;
  border-radius: 11px;
}

.mp-corporation-body .accordion-container {
  background: linear-gradient(to bottom, #fbf5ea 0%, #ffffff 100%) !important;
}

.mp-corporation-body .accordion-container .title h2{
  margin-bottom: 24px;
  color: #005450;
  text-align: center;
}

.comments .title {
  color: #005450;
}

.comments .section-title span {
  color: #005450;
}

.mp-corporation-body .comments .title {
  color: #005450;
}

.mp-corporation-body .comments {
  position: relative;
}

.mp-corporation-body .comments .title p {
  margin-bottom: 24px;
}

.comments .carousel-wrapper {
  min-height: 365px;
  position: relative;
  overflow: hidden;
}

.comments .carousel-wrapper::before,
.comments .carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.comments .carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
}

.comments .carousel-wrapper::after {
  right: -2px;
  background: linear-gradient(to left, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
}

.commentsCarousel {
    display: flex;
    width: max-content;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.commentsCarousel .comment-card{
  margin: 0 15px;
  padding: 16px 16px 32px 16px;
  width: 600px;
  box-shadow: 0px 2px 3px 0px #00545030;
  border: none;
}

.corporate-blog-slider .title {
  color: #005450;
  text-align: center;
}

.corporate-blog-slider {
  margin-top: 24px;
}

.corporate-blog-slider .title p {
  margin-bottom: 0;
}

.quick-start {
  padding: 16px 0 36px 0;
  background: linear-gradient(180deg, #C2E5E7 0%, #FCF5EA 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-start .title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #005450;
  white-space: normal;
  margin: 0 16px 8px 16px;
  width: 100%;
}

.quick-start .title .img {
  width: 250px;
}

.quick-start .title .texts {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
}

.quick-start .btn:hover,
.why-mp-corporation .btn-outline-secondary:hover {
  background-color: #003a36;
  box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
}

#business-modal .modal-header {
  justify-content: space-between;
}

#business-modal .modal-title {
  font-size: 28px;
  line-height: 2rem;
  font-weight: 500;
  color: #005450;
}

#business-modal .btn-close {
  margin-right: 6px;
}

#business-modal .btn-close:focus {
  box-shadow: none !important;
}

#business-modal .form-control:focus, .form-check-input{
  border: 1px solid #e0e0e0;
}

#business-modal .form-control:focus, .form-check-input:focus {
  border-color: transparent;
  box-shadow: 0 0 8px 4px rgba(194, 229, 231, 0.6);

  transition: box-shadow 0.3s ease-in-out;
}

#business-modal .form-label span{
  color: #005450;
  font-weight: 500;
}

#business-modal .form-control {
  color: #005450;
  padding: 10px 12px;
}

#business-modal .form-control::placeholder {
  color: rgb(150, 150, 150);
}

#business-modal .profilePhoneRow {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 10px;
}

#business-modal .business-modal-incentive {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C2E5E7;
  border-radius: 14px;
  width: 100%;
  background: linear-gradient(to left, #C2E5E7 0%, #FCF5EA 100%);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#business-modal .business-modal-incentive-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  color: var(--primary_text_color);
}

#business-modal .business-modal-incentive-inner .innerContent {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#business-modal .business-modal-incentive-inner .img{
  width: 200px;
}

#business-modal .footer-storeLinks{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

#business-modal .footer-storeLinks img {
  width: 120px;
}

#business-modal .business-modal-incentive-inner h3 {
  font-size: 28px;
  line-height: 2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2px !important;
}

#business-modal .business-modal-incentive-inner p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 12px;
}

#business-modal .checkbox-hidden {
  display: none;
}

#business-modal .form-check-box {
  padding-left: 0 !important;
}

#business-modal .checkbox-label {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  color: #005450;
}

#business-modal .checkbox-hidden:checked + .checkbox-label {
  border-color: transparent;
  border-color:  #005450;
  transition: border-color 0.3s ease-in-out;
}

/* Feedback Sayfası */

.feedbackContainer {
  padding: 36px 0 36px 0;
  background: linear-gradient(180deg, #C2E5E7 0%, #FCF5EA 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedbackContainer .content {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #005450;
  white-space: normal;
  margin: 0 16px 8px 16px;
  width: 100%;
}

.feedbackContainer .content > .img {
  width: 250px;
}

.feedbackContainer .content .innerContent {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
}

.feedbackContainer .content .innerContent .doctorRate,
.feedbackContainer .content .innerContent .MpRate {
  margin-bottom: 25px;
}

.feedbackContainer .content .innerContent .doctorRate h4,
.feedbackContainer .content .innerContent .MpRate h4 {
  margin-bottom: 12px;
}

.feedbackContainer .content .innerContent .doctorRate .comment,
.feedbackContainer .content .innerContent .MpRate .comment {
  border-radius: 16px;
  border: none;
  margin-top: 18px;
  background: #b4d8f122;
  padding: 20px 24px;
  color: #005450;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.07);

}

.feedbackContainer .content .innerContent .doctorRate .comment::-webkit-resizer,
.feedbackContainer .content .innerContent .MpRate .comment::-webkit-resizer {
  right: 8px; 
  bottom: 8px;
}

.feedbackContainer .content .innerContent .rateStars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.feedbackContainer .content .innerContent .rateStars button {
  background: transparent;
  border: none;
}

.feedbackContainer .content .innerContent .rateStars .star {
  width: 40px;
}

/* Yüz Yüze Sayfası */

.mp-facetoface-body .hero {
  background: linear-gradient(180deg, #C2E5E7 0%, #FFFFFF 100%);
}

.mp-facetoface-body .our-team {
  background: linear-gradient(to top, #C2E5E7 0%, #FFFFFF 100%);
  padding-bottom: 48px !important;
}

.mp-facetoface-body .hero .hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-facetoface-body .hero-buttons .button {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 5px;
    margin-left: 12px !important;
    padding: 0;
    border: none;
    line-height: 1;            
    min-height: 0;             
    background-color: rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #fff;
}

.mp-facetoface-body .our-office {
}

#officeCarousel {
  display: none;
}

#lightgallery1.carousel__slides {
  display: flex;
}

#lightgallery .inline-card {
  width: fit-content;
}

#lightgallery .inline-card {
  border-radius: 8px;
}

.officeImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.officeImg:hover {
  transform: scale(1.05);
}

.our-office {
  background: linear-gradient(to bottom, #fbf5ea 0%, #ffffff 100%) !important;
}

.our-office .title {
  color: #005450;
}

.our-office .officeImgContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.officeImg:hover {
  transform: scale(1.05);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.lg-outer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.lg-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.lg-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.lg-image, .lg-current {
  max-width: 75vw !important;
  max-height: 75vh !important;
  object-fit: contain;
  margin: auto !important;
  border-radius: 25px;
}

.lg-object.lg-image {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.lg-video-cont.lg-has-youtube {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 25px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.lg-video-cont .lg-video-object.lg-youtube {
  border-radius: 25px;
  overflow: hidden;
}

.lg-video-cont .lg-dummy-img {
  display: none !important;
}

.lg-object.lg-video-poster {
  border-radius: 25px;
}

#lg-next-3,
#lg-prev-3,
#lg-prev-2,
#lg-next-2,
#lg-prev-1,
#lg-next-1 {
  border-radius: 15px;
  color: #005450;
  background-color: #ffffff44;
  backdrop-filter: blur(20px);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#lg-download-1 {
  display: none !important;
}

@mixin aspect-ratio($width, $height) {
  position: relative;
    
  &:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: ($height / $width) * 100%;
  }
    
  > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
  }
}

/* Styling */

.mp-facetoface-body .carousel {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    
    > input {
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow-x: hidden;
        padding: 0;
        position: absolute;

        &:nth-of-type(15):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -1400%; }
        &:nth-of-type(14):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -1300%; }
        &:nth-of-type(13):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -1200%; }
        &:nth-of-type(12):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -1100%; }
        &:nth-of-type(11):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -1000%; }
        &:nth-of-type(10):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -900%; }
        &:nth-of-type(9):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -800%; }
        &:nth-of-type(8):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -700%; }
        &:nth-of-type(7):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -600%; }
        &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
        &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
        &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
        &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
        &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
        &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
        
        &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { transform: scale(1.1); }
        &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { transform: scale(1.1); }
        &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { transform: scale(1.1); }
        &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { transform: scale(1.1); }
        &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { transform: scale(1.1); }
        &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { transform: scale(1.1); }
        &:nth-of-type(7):checked ~ .carousel__thumbnails li:nth-of-type(7) { transform: scale(1.1); }
        &:nth-of-type(8):checked ~ .carousel__thumbnails li:nth-of-type(8) { transform: scale(1.1); }
        &:nth-of-type(9):checked ~ .carousel__thumbnails li:nth-of-type(9) { transform: scale(1.1); }
        &:nth-of-type(10):checked ~ .carousel__thumbnails li:nth-of-type(10) { transform: scale(1.1); }
        &:nth-of-type(11):checked ~ .carousel__thumbnails li:nth-of-type(11) { transform: scale(1.1); }
        &:nth-of-type(12):checked ~ .carousel__thumbnails li:nth-of-type(12) { transform: scale(1.1); }
        &:nth-of-type(13):checked ~ .carousel__thumbnails li:nth-of-type(13) { transform: scale(1.1); }
        &:nth-of-type(14):checked ~ .carousel__thumbnails li:nth-of-type(14) { transform: scale(1.1); }
        &:nth-of-type(15):checked ~ .carousel__thumbnails li:nth-of-type(15) { transform: scale(1.1); }
    }
}

.mp-facetoface-body .carousel__slides {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    flex: 1;
    min-height: 100%;
    width: 75%;
}

.mp-facetoface-body .carousel__slide {
    position: relative;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    transition: all 300ms ease-out;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
    
    figure {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0;
        justify-content: space-between
    }

    figure a{
      width: 100%;
      order: 1;
    }
    
    div {
        @include aspect-ratio(3, 2);
        width: 100%;
    }
    
    img {
        display: block;
        object-fit: cover;
        max-height: 612.29px;
    }
    
    figcaption {
       /*  align-self: flex-end; */
        padding: 0 20px 0 20px;
        flex: 0 0 auto;
        width: 100%;
        min-width: 150px;
        order: 2;
        color: #005450;
        font-size: 20px;
        font-weight: 500;
    }
    
    .credit {
        margin-top: 1rem;
        color: rgba(0, 0, 0, 0.5);
        display: block;        
    }
    
    &.scrollable {
        overflow-y: scroll;
    }
}

.mp-facetoface-body .carousel_container {
  max-height: 614px;
  overflow: hidden;
  width: 23%;
  position: relative;
}

.mp-facetoface-body .carousel__thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -10px;
    color: #005450;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    margin: 0; 
    padding: 0;
    position: relative;
    transition: transform 0.3s ease-in-out;
    
    .carousel__slides + & {
        margin-top: 0;
    }
    
    li {        
        flex: 1 1 calc(16.66% - 20px);
        max-width: calc(99%);
        min-height: 100%;
        transition: all 300ms ease-in-out;
        border-radius: 8px;
        overflow: hidden;
    }
    
    label {
        display: block;
        @include aspect-ratio(1,1);
        
                  
        &:hover,
        &:focus {
            cursor: pointer;
        }

        &:focus {
          
          img {
              transform: scale(1.1);
              transition: all 300ms ease-in-out, box-shadow 0.3s ease-in-out;
          }
      }
    }
    
    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 197.36px;
    }
}

.mp-facetoface-body .carousel_container .prev-btn {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  border: none;
  background: transparent;
}

.mp-facetoface-body .carousel_container .next-btn {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  border: none;
  background: transparent;
}

#officeCarousel .carousel-control-prev,
#officeCarousel .carousel-control-next {
  color: #FFF;
  opacity: 1;
}

.mp-facetoface-body .carousel_container .next-btn:hover img,
.mp-facetoface-body .carousel_container .prev-btn:hover img {
  transform: scale(1.3);
}

.mp-facetoface-body .carousel_container .prev-btn img {
  width: 26px;
  transition: all .3s ease-in-out;
}

.mp-facetoface-body .carousel_container .next-btn img {
  width: 26px;
  transition: all .3s ease-in-out;
}

.mp-facetoface-body .video-list-container {
  padding-bottom: 24px;
  background: linear-gradient(to top, #fbf5ea 0%, #ffffff 100%) !important;
}

.mp-facetoface-body .video-list-container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mp-facetoface-body .video-list-container .video-card-container {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.mp-facetoface-body .video-card {
  transition: background-color .3s ease-in-out;
  position: relative;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 15px;
  overflow: visible;
}

.mp-facetoface-body .video-card:hover  {
  background-color: #cccccc64;
}

.mp-facetoface-body .video-card .video-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.25%;
  overflow: hidden;
}

.mp-facetoface-body .video-card .doctorVideoIcon {
  transform: translate(-50%, -50%) scale(1.2);
}

.mp-facetoface-body .video-card img {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-facetoface-body .video-card .doctorVideoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: linear-gradient(180deg, #FF0000 0%, #CC0000 100%);
  color: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.mp-facetoface-body .video-card .doctorVideoIcon svg {
  position: relative;
}

.mp-facetoface-body .video-card .video-title {
  font-weight: 600;
  margin: 20px 0 0 0;
  text-align: left;
}

.mp-facetoface-body .choosing-therapist-content {
  background: linear-gradient(to bottom, #fbf5ea 0%, #ffffff 100%) !important;
  padding: 48px;
}

.mp-facetoface-body .choosing-therapist-content .col-lg-6 {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-facetoface-body .choosing-therapist-content .col-lg-6:nth-child(2) {
  height: auto !important;
}

.mp-facetoface-body .btn-outline-secondary:hover {
  transition: all .3s ease-in-out;
  box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
  background-color: #003a36;
}

.mp-facetoface-body .choosing-therapist-hero {
  height: 750px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 14px;
  border-radius: 59px;
}

/* Eşleştirme Sayfası Kayıt Ol Alanı */

.matching-questions-container .register-container .register-slider {
  box-shadow: 0 0 40px rgba(136, 165, 191, 0.25) !important;
  border-radius: 15px;
  margin-bottom: 0;
  overflow: hidden !important;
  height: auto !important;
}

.matching-questions-container .register-container .regiter-list {
  display: block;
  transform: translateX(-0%);
  transition:
    transform 0.35s cubic-bezier(.4, 0, .2, 1),
    height 0.35s cubic-bezier(.4, 0, .2, 1) !important;
  background-color: #FFF;
  will-change: transform, height;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.matching-questions-container .register-container .gsm-verify-card .goBack {
  border-radius: 50%;
  background-color: #005450;
  color: #FFF;
  width: 50px;
  height: 50px;
}

.matching-questions-container .register-container .matcher-slide-item {
  height: fit-content;
}

/* Eşleştirme Sorular Sayfası */


.matching-questions-container .matcher-slider {
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(136, 165, 191, 0.25);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.matching-questions-container .matcher-slider #question-list {
  transition: 
    transform 0.35s cubic-bezier(.4,0,.2,1), 
    height 0.35s cubic-bezier(.4,0,.2,1) !important;
  background-color: #FFF;
  will-change: transform, height; 
}

.matching-questions-container .appoint-box {
  border: none;
}

.matching-questions-container .test-detail-box{
  top: 0 !important;
}

.matching-questions-container label.radio-card .card-content-wrapper{
  border-radius: 10px !important;
  padding: 12px 18px !important;
}

.matching-questions-container .text-answer .form-control{
  padding: 16px 18px !important;
  box-shadow: none !important;
}

.matching-questions-container label.radio-card .check-icon {
  width: 18px;
  height: 18px;
  border-radius: 20%;
}
 
.matching-questions-container label.radio-card input[type="checkbox"]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(.9);
}

.matching-questions-container .radio-button-groups {
    max-height: 450px;
    overflow-y: auto; 
    overflow-x: hidden;
    padding-right: 9px; 
    margin-right: -12px;
}

.matching-questions-container .radio-button-groups input,
.matching-questions-container .radio-button-groups .card-content-wrapper {
  transition: background-color .3s ease;
}

.matching-questions-container .radio-button-groups input:hover,
.matching-questions-container .radio-button-groups .card-content-wrapper:hover {
    background-color: #f3fcf8;
}

.matching-questions-container label.radio-card .check-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

/* sadece .scroll-active classı varken geçerli */
.matching-questions-container .radio-button-groups.scroll-active::-webkit-scrollbar {
  width: 2px;
  height: 3px;
  background-color: #f3fcf8;
}

.matching-questions-container .radio-button-groups.scroll-active::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(151, 140, 140, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #82c2a5;
}

.matching-questions-container .radio-button-groups.scroll-active::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #f3fcf8;
}

.matching-questions-container #test-pagination .appoint-box-actions {
  padding: 8px 20px;
}

.matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-cancel,
.matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-next,
.matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-prev {
  padding: 16px 20px;
  max-height: 52px;
}

.matching-questions-container #question-container .question-message {
  font-size: 15px; 
  display: flex;
}

.matching-questions-container label.radio-card .check-icon.active {
  opacity: 1;
}

.matching-questions-container .appoint-box-actions .btn-appointment-next img {
  margin-left: 16px !important;
}

.matching-questions-container #exitConfirmationModal .close-btn:hover {
  color: #FFF;
}

.therapy-type-container .therapy-section,
.therapy-type-container .diet-section {
  padding: 64px 24px;
}

.therapy-type-container .therapy-section {
  border: none;
  background: url("../media/images/therapist.png") no-repeat right center / contain, linear-gradient(to right, #C2E5E7 0%, #FCF5EA 100%);
  background-size: 33% auto, cover;
  border-radius: 12px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  transition: all 0.2s ease;
}

.therapy-type-container .diet-section {
  border: none;
  background: url("../media/images/dietician.png") no-repeat right center / contain, linear-gradient(to right, #BAF9DC 0%, #FCF5EA 100%);
  background-size: 36% auto, cover;
  border-radius: 12px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  transition: all 0.2s ease;
}

.therapy-type-container .therapy-section:hover,
.therapy-type-container .diet-section:hover {
  box-shadow: rgba(136, 165, 191, 0.6) 8px 4px 20px 0px,
    rgba(255, 255, 255, 0.9) -6px -2px 20px 0px;
}

/* Click (active) durumda küçülme efekti */
.therapy-type-container .therapy-section:active,
.therapy-type-container .diet-section:active {
  transform: scale(0.98);
}
.therapy-type-container .therapy-section .titles {
  color: #005450;
}

.therapy-type-container .diet-section .titles {
  color: #28595b;
}

.therapy-type-container .therapy-section .titles span,
.therapy-type-container .diet-section .titles span{
  font-size: 20px;
  font-weight: 300;
}
.therapy-type-container .therapy-section .titles h3,
.therapy-type-container .diet-section .titles h3 {
  font-size: 28px;
  font-weight: 500;
}

.matching-questions-container .container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.matching-questions-container .title h3{
  color: #005450;
  font-size: 35px;
  font-weight: 700;
}

.matching-questions-container .test-detail-pagination-box {
  box-shadow: 0 10px 20px -10px rgba(136, 165, 191, 0.4) !important;
  padding-top: 5px !important;
}

.matching-questions-container .btn-login-register {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.matching-questions-container .register-container {
  justify-content: center;
}

.matching-questions-container .match-register-container {
  display: flex;
  width: 100%;
  
  background: #fff;
  
  border-radius: 15px;
  padding: 2rem;
  flex-wrap: wrap;
  flex-direction: row;
}

.matching-questions-container .match-register-container .use-terms-text {
  font-size: 13px;
}
.matching-questions-container .gsm-verify-container .appoint-box {
  box-shadow: rgba(136, 165, 191, 0.25) 0px 0px 40px !important;
}

.matching-questions-container .email-verify-container .appoint-box {
  box-shadow: rgba(136, 165, 191, 0.25) 0px 0px 40px !important;
}

.matching-questions-container li .appoint-box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
}

.matching-questions-container .appoint-end-card-content .button.btn-primary{
  border-radius: 10px;
}

.matching-questions-container  .btn-appointment-cancel {
  transition: all .3s ease;
}

.matching-questions-container  .btn-appointment-cancel:hover {
  color: #000;
  scale: 1.02;
}

.matching-questions-container .btn-appointment-prev {
  transition: all .3s ease; /* hem hover'a geçerken hem de çıkarken geçerli */
}

.matching-questions-container .btn-appointment-prev:not(:disabled):hover {
  background: #c4c1c1;
}

.matching-questions-container  .btn-appointment-next {
  transition: all .3s ease; 
}

.matching-questions-container  .btn-appointment-next:hover {
  background: #005450;
}

.matching-questions-container .choose-doctor-container .our-team {
  box-shadow: rgba(136, 165, 191, 0.25) 0px 0px 40px !important;
  border-radius: 12px;
  background-color: #FFF;
  padding: 40px 0;
  border-top: 4px solid #005450;
}

.choose-doctor-container .profile-card {
  display: flex;
  margin-top: 0;
  border: 1px solid #13AA65;
  padding: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  position: relative;
  overflow: hidden; /* pseudo taşmasın */
  transition: all .3s ease-in-out;
}


.choose-doctor-container .profile-card:hover {
  background: #f3fcf8;
}

.choose-doctor-container .profile-card .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.choose-doctor-container .profile-card .buttons button {
  font-size: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #005450;
  background-color: #FFF;
  color: #005450;
  min-height: 36px;
  transition: all .3s ease-in-out;
}

.choose-doctor-container .profile-card .buttons button:hover {
  color: #FFF;
  background-color: #005450;
}

.choose-doctor-container .profile-card .buttons button.selected {
  color: #FFF;
  background-color: #005450;
}

.choose-doctor-container .profile-card .img-card {
  border: 1px solid #005450;
  border-radius: 10px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-doctor-container .profile-card .img-card img {
  width: auto;
  height: 120px;
}

.choose-doctor-container .choosed-doctors-info-content {
  margin-bottom: 28px;
}

.choose-doctor-container .choosed-doctors-info-content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #005450;
}

.choose-doctor-container .choosed-doctors-info-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
}

.choose-doctor-container .choosed-doctors-info-content span i {
  font-size: 18px !important;
  padding: 8px;
  background-color: #baf9dca8;
  border-radius: 50%;
}

.choose-doctor-container .profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #C2E5E7 0%, #FCF5EA 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}

.choose-doctor-container .profile-card.selected::before {
  opacity: 1;
}

.choose-doctor-container .profile-card::after {
  width: 30px;
  height: 30px;
  border: 2px solid #13AA65;
  border-radius: 50%;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #13AA65;
  font-size: 17px;
  opacity: 0;
  transform: scale(0.5);
  transition: all .3s ease-in-out;
  z-index: 1;
}

.choose-doctor-container .profile-card.selected::after {
  opacity: 1;
  transform: scale(1);
}

.choose-doctor-container .profile-card > * {
  position: relative;
  z-index: 1;
}

.choose-doctor-container .matcher-end-button {
  border-radius: 12px;
  min-height: auto;
  max-height: 42px;
}

.matching-questions-container .container-hidden {
  opacity: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: opacity 0.4s ease, max-height 0.4s ease !important;
}

.matching-questions-container .container-visible {
  opacity: 1 !important;
  max-height: 1000px !important; /* içerik boyunu aşacak kadar büyük */
  transition: opacity 0.4s ease, max-height 0.4s ease !important;
  overflow: visible !important;
}

.matching-questions-container .choose-doctor-container,
.matching-questions-container .register-container {
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

.matching-questions-container .register-container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.matching-questions-container .choose-doctor-container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.matching-questions-container #text-questions {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.matchcer-section .gsm-verify-card .appoint-end-card-content {
  border: none !important;
  box-shadow: none !important;
}

#doctor-detail-modal .modal-dialog {
  max-width: 950px;
  max-height: 600px;
}

#doctor-detail-modal .modal-dialog .row {
  padding: 0 12px;
}

#doctor-detail-modal .modal-dialog .modal-body {
  max-height: 650px;
  overflow: scroll;
}

#doctor-detail-modal .modal-dialog .col-12 .card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
  border: none;
  padding: 15px;
}

#doctor-detail-modal .modal-dialog .edu-work-cards {
  max-height: 350px !important;
  overflow: hidden;
  min-height: 150px;
}

#doctor-detail-modal .modal-dialog .working-ecols-wrapper {
  max-height: 250px;
  overflow: auto;
}

#doctor-detail-modal .seminar-list li::marker {
  color: #005450;
}

#doctor-detail-modal .modal-dialog .col-12 .card h4{
  color: #005450;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

#doctor-detail-modal .modal-dialog .col-12 .card .icon .info-card {
  display: flex;
  align-items: center;
}

#doctor-detail-modal .modal-dialog .col-12 .card .icon {
  width: auto;
  height: 24px;
}

#doctor-detail-modal .modal-dialog .col-12 .card .tl-icon .icon {
    width: auto;
    height: 20px !important;
}

#doctor-detail-modal .modal-dialog .col-12 .card p,
#doctor-detail-modal .modal-dialog .col-12 .card ul,
#doctor-detail-modal .modal-dialog .col-12 .card .timeline,
#doctor-detail-modal .modal-dialog .col-12 .card .working-ecols,
#doctor-detail-modal .modal-dialog .col-12 .card .working-groups{
  font-weight: 300;
  font-size: 16px;
}

#doctor-detail-modal .img-card {
  width: 120px;
  min-width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #005450;
}

#doctor-detail-modal .img-card img {
  width: auto;
  height: 120px;
  color: #005450;
}

#doctor-detail-modal .close-btn {
  transition: background-color .3s ease-in-out;
}

#doctor-detail-modal .modal-footer .close-btn:hover {
  color: #FFF;
  background-color: #005450 !important;
}

#doctor-detail-modal .doctor-name h4 {
  font-size: 24px;
  font-weight: 600;
}

#doctor-detail-modal .doctor-name span {
  font-size: 14px;
  font-weight: 400;
}

#doctor-detail-modal .doctor-branches {
  /* height: 31px; */
}

#doctor-detail-modal .doctor-branches span {
  padding: 8px 9px;
  font-weight: 400;
  background: linear-gradient(180deg, #C2E5E766 0%, #FFFFFF66 100%);
  border-radius: 50px;
  border: 1px solid var(--tertiary_color);
  color: var(--secondary_text_color);
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  align-content: center;
  margin-right: 6px;
}

#doctor-detail-modal .working-groups span {
  padding: 8px 9px;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid var(--tertiary_color);
  color: var(--secondary_text_color);
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  align-content: center;
  margin-right: 6px;
}

#doctor-detail-modal .working-ecols {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}

#doctor-detail-modal .working-ecols span {
  width: 100%;
  padding: 10px 9px;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid var(--tertiary_color);
  color: var(--secondary_text_color);
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  align-content: center;
}

#doctor-detail-modal .timeline {
  max-height: 250px;
  overflow: scroll;
}

#doctor-detail-modal .timeline .education-name {
  font-size: 15px;
  line-height: 17px;
  color: var(--tertiary_color);
}

#doctor-detail-modal .timeline .education-section  {
  font-size: 14px;
  line-height: 17px;
}

#doctor-detail-modal .timeline .tl-dot,
#doctor-detail-modal .timeline .tl-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

#doctor-detail-modal .timeline .tl-content {
  padding-left: 0;
}

#doctor-detail-modal .vertical-line {
  width: 1px;
  height: 18px;
  background-color: #a9a9a9;
  margin: 0 10px;
}

#doctor-detail-modal .doctor-name .general-info {
  width: auto !important;
  color: #858585;
  font-size: 14px;
  font-weight: 300;
  gap: 5px;
  margin-top: 10px;
}

#doctor-detail-modal .doctor-name .doctor-title span {
 color: #858585 !important;
 font-size: 14px;
 font-weight: 300 !important;
}

#doctor-detail-modal .doctor-name .general-info img {
  width: auto;
  height: 17px;
  margin: 0 !important;
}

#doctor-detail-modal .doctor-name .general-info span {
  font-weight: 600;
  
  color: #005450;
}

.equal-cols {
  display: flex;
  flex-wrap: wrap;
}

.equal-cols > [class*="col-"] {
  display: flex;
  flex-direction: column;
  color: #005450;
}

/* mather page layout */

.matchcer-section {
  background-color: #f3fcf8 !important;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

#header.matcher-header {
  background-color: #f3fcf8 !important;
  position: relative;
}

#header.matcher-header .container {
  position: relative;
}

.matchcer-section .home {
  position: absolute;
  left: 0;
  z-index: 10;
}

.matchcer-section .home img {
  width: 30px;
  height: auto;
  transition: transform .3s ease; 
  transform-origin: center center; 
  position: relative;
  z-index: 9;
  color: #005450;
  color: #13aa65;
}

.matchcer-section .home:hover img {
  transform: scale(1.1); 
}

/* @media (min-width: 1400px) {
  .matchcer-section .home {
    position: absolute;
    left: -40px;
  }
} */

.matcher-pages-containet-default {
  background-color: #FFF;
  box-shadow: 0 0 40px rgba(136, 165, 191, 0.25);
  border-top: 4px solid #005450;
}


/* web özelleştirilmiş modal */

.modal .web-modal-close {
  background-color: var(--primary_color) !important;
  border-radius: 28px;
}

.modal .web-modal-close:hover {
  background-color: #003a36;
  color: #FFF !important;
  box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
  border-color: var(--secondary_color);
}

.modal .web-modal-close-sec {
  background-color: var(--tertiary_color) !important;
  border-radius: 28px;
  color: #FFF;
}

.modal .web-modal-close-sec:hover {
  background-color: var(--primary_color) !important;
  color: #FFF !important;
  box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
  border-color: var(--primary_color);
}

/* email verify general page */

.email-verify-main-container {
  flex: 1;
}

.cookie-button {
  white-space: nowrap;
}

.sec-button-bg {
  background-color: #FFF;
  box-shadow: -1.5px 1.5px 4.49px 0px #0000001F;
  color: #005450;
}
.sec-button-bg:hover {
  background-color: var(--primary_color) !important;
  color: #FFF !important;
}