
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-blog {
    color: #000;
    background-color: #f9fafb;
    
}

  .btn-blog:hover {
    color: #fff;
    background-color: #002443;
    border: none;
    transition: background-color 0.3s;
    border-right: 5px solid red;
    border-left: 5px solid red;
  }

  .btn-konum{
    padding: 7px 15px;
    background-color: red;
    color: white;
    margin-top:10px;
    border-radius:1.3rem;
  }

  .btn-konum:hover{
    padding: 7px 15px;
    background-color: #002443;
    color: white;
    margin-top:10px;
    border-radius:1.3rem;
    transition: 0.3s;
  }

/*flags*/
  /* Dil seçici stilini ayarla */
  .language-selector {
    position: absolute; /* Sabit bir konumda tut */
    top: 20px; /* Sayfanın en üstünden 20 piksel aşağıda olsun */
    right: 20px; /* Sağ kenardan 20 piksel içeride olsun */
    display: flex; /* Elemanları yan yana göster */
    flex-direction: row; /* Elemanları yatay düzende göster */
  }

  /* Bayrakların boyutunu ve aralıklarını ayarla */
  .language-selector img {
    width: 28px;
    height: auto;
    margin-right: 9px;
  }
/*flags end*/

  /* Duyarlılık için medya sorgusu */
  @media (max-width: 425px) {
    .language-selector {
      flex-direction: column; /* Eğer ekran küçükse, elemanları dikey düzende göster */
      top: 10px;
      right: 10px;
    }

    .language-selector img {
      margin-bottom: 5px; /* Bayraklar arasındaki boşluk */
    }
  }




/*Blog sayfası*/
.blog-text{
	font-size: 22px;
	color: white;
	font-weight: 500;
}

.centered-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	max-width: 50vw;
	color: white;
}

.white-line {
	width: 100%;
	height: 1px;
	background-color: white;
}

.blog-area-top-text{
font-size: 22px;
}


  .swiper {
    width: calc(100% - 60px);

  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f0f0f02b;
    padding: 10px;
    min-height: 300px;
    cursor: pointer;
    transition: .3s;
  }

  .swiper-slide:hover {
    background-color: #f0f0f07d;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .swiper-slide h3 {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #2a2a2a;
  }

  .swiper-slide a {
    text-decoration: none;
  }

  .swiper-button-next, .swiper-button-prev {
    color: #ffffff42;
    transition: .2s;
  }

  .swiper-button-next:hover, .swiper-button-prev:hover {
    color: #ffffff;
  }

  @media (min-width: 1439px) {
    .swiper-slide {
      min-height: 300px;
    }
  }

  @media (max-width: 1024px) {
    .swiper-slide {
      min-height: 230px;
    }
  }

  @media (max-width: 768px) {

    .centered-content{
      max-width: 70vw;
    }

    .swiper-slide {
      min-height: 200px;
    }

    .swiper-slide h3 {
      font-size: 15px;
    }

    .blog-text {
      max-width: 80%;
      margin: 0 auto;
    }
  }

  @media (max-width: 425px) {
    .swiper-slide {
      min-height: 312px;
    }

    .swiper-slide h3 {
      font-size: 15px;
    }
  }




/*blog detay*/
.subtitle{
	font-weight: bolder;
}


/*footer*/

.ft-fixed{
  position: fixed;
  bottom:0px;
  width:100%;
}



/*
   randevu
*/

.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  width: 100%;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
@media (min-width: 540px) {
  .sm\:w-half {
	width: 50%;
  }
}

/*basşvuru formu*/

.form-basvuru{
  border-radius: 1rem !important;
  border-left: 5px solid red;
  border-right: 5px solid red;
  margin-bottom: 0.5vw;
}

.randevu-text{
  color: white;
}

.btn-randevu{
  border-radius: 1rem;
  border-left: 5px solid red;
  border-right: 5px solid red;
  padding: .375rem 2rem;
  
}

.btn-randevu-select{
    border-radius: 1rem;
    border-left: 5px solid red;
    border-right: 5px solid red;

}

/*form2*/

.custom-box {
  background-color: #dee2e680;
  padding: 40px;
  border-radius: 1.3rem;
}

.custom-box-buttons form {
  margin: auto;
}

.custom-box-buttons {
  display: flex;
  justify-content: space-evenly; /* Change to space-evenly */
}

.custom-box-buttons .btn {
  width: 100%;
  margin: 5px;
  background-color: white;
  padding: 11px;
  border-radius: 1.3rem;
  border-left: 5px solid red;
  border-right: 5px solid red;
}

.custom-box-buttons .btn-hasta{
  width: 200px; /* Set a fixed width */
  margin: 5px;
  background-color: white;
  padding: 15px;
  border-radius: 1.3rem;
  border-left: 5px solid red;
  border-right: 5px solid red;
}

@media (max-width: 576px) {


  .custom-box-buttons .btn-hasta {
    width: 252px !important;
    margin: 5px;
    background-color: white;
    padding: 10px;
    border-radius: 1.3rem;
    border-left: 5px solid red;
    border-right: 5px solid red;
  }



  .custom-box-buttons {
    flex-direction: column;
  }

  .custom-box-buttons .btn {
    width: auto;
    flex: none;
  }
}

@media (max-width: 320px){
  .custom-box-buttons .btn-hasta {
    width: 212px !important;
    margin: 5px;
    background-color: white;
    padding: 10px;
    border-radius: 1.3rem;
    border-left: 5px solid red;
    border-right: 5px solid red;
  }
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: black !important;
}

.custom-box-buttons button:hover {
  color: white;
  background-color: #002443;
  transition: background-color 0.3s;
}


.continue-button {

  text-align: center;
  margin-top: 20px;
}
.continue-button .btn {
  background-color:white ;
  color: black;
  padding: 12px 20px;
  border-radius: 1.3rem;
}

.continue-button a:hover{
  background-color:black ;
  transition: background-color 0.3s;
  color: white;
}

/*canli-destek*/
  .canli_p {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 500;
    max-width: 60%;
    color: black;
    margin: 0 auto;
    margin-top: 25px;
  }

  .p_isim{
    text-align:center;
    color:black;
    margin-top:15px;
    margin-bottom:5px;
  }

  .p_unvan{
    text-align:center;
    color:black;

  }

  @media(max-width: 425px){
    .canli_p {
      text-align: center;
      color: white;
      font-size: 22px;
      font-weight: 500;
      max-width: 315px;
      color: black;
      margin: 0 auto;
      margin-top: 25px;
    }
  }

/**canli-destek son/

/*takvim sayfası*/
 .acil-buton button{
  background-color: red; /* Arka plan rengi */
  color: white; /* Yazı rengi */
  text-decoration: none; /* Bağlantı alt çizgisi kaldır */
  padding: 10px 20px; /* İstediğiniz dolguyu ayarlayabilirsiniz */
  transition: background-color 0.3s; /* Geçiş efekti */
  border-radius: 1.3rem;
  border-right: 5px solid black;
  border-left:5px solid black;
  font-size: 17px;
  font-weight: 500;
}

.acil-buton button:hover {
  background-color: black; /* Üzerine gelince arka plan rengini değiştir */
  color: white;
}

.acil-text{
  text-align: center;
  color:red;
  font-size: 18px;
  font-weight: 500;
}

.footer-alt{

    background: linear-gradient(to left, rgba(13,110,253,.25), #bcc4cf);

}


.footer-ust{

    background: linear-gradient(to left, rgb(182 0 254 / 43%), rgba(13,110,253,.25))!important;
    margin-top: 6.5rem;

}







