/* TETKİK BUTONU */
.tetkik-container {
  position: fixed;
  bottom: 80px; /* WhatsApp’ın biraz üstü, buton küçüldüğü için hafif ayar */
  left: 20px;
  z-index: 10000;
}

.tetkik-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8A0F27; /* Bordoya yakın tetkik rengi */
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  animation: bounce 2s infinite, glow-blue 1.5s infinite alternate;
}

.tetkik-button i {
  color: #fff;
  font-size: 20px;
}

.tetkik-button:hover {
  transform: scale(1.08);
}

/* Tooltip */
.tetkik-tooltip {
  position: absolute;
  left: 62px;    /* Buton küçüldüğü için hafif yaklaştırıldı */
  bottom: 8px;
  background: #ffffff;
  color: #333;
  padding: 6px 12px;
  border-radius: 18px;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateX(16px);
  transition: all 0.4s ease;
}

.tetkik-container.show-tooltip .tetkik-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Alt yazı (Doktor adı) */
.tetkik-name {
  position: absolute;
  top: 60px;  /* 70px’ti, buton küçüldüğü için biraz yukarı alındı */
  left: -10px;
  color: #0A2D4D;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  width: 90px; /* Daha kompakt */
}

/* Glow animasyon */
@keyframes glow-blue {
  from { box-shadow: 0 0 8px #8A0F27; }
  to { box-shadow: 0 0 16px #8A0F27, 0 0 24px #8A0F27; }
}

/* WHATSAPP & CALL CONTAINERS */
.whatsapp-container {
  position: fixed;
  bottom: 20px; /* Tetkik ile aradaki mesafe korundu, boyut küçüldü */
  left: 20px;
  z-index: 10000;
}

.call-container {
  position: fixed;
  bottom: 16px; /* Ekran altına çok yapışmasın diye biraz yukarı */
  left: 20px;
  z-index: 10000;
}

/* Ortak görünüm: */
.whatsapp-button,
.call-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.whatsapp-button i,
.call-button i {
  color: #fff;       /* ikon rengi */
  font-size: 21px;   /* 25px’ten biraz küçüldü */
}

.whatsapp-button {
  background-color: #25D366;
  animation: bounce 2s infinite, glow-green 1.5s infinite alternate;
}

.call-button {
  background-color: #13759e;
  animation: bounce 2s infinite, glow-yellow 1.5s infinite alternate;
}

.whatsapp-button:hover,
.call-button:hover {
  transform: scale(1.08);
}

.whatsapp-button img,
.call-button img {
  width: 24px;
  height: 24px;
}

/* Tooltip stilleri */
.whatsapp-tooltip,
.call-tooltip {
  position: absolute;
  left: 62px;   /* 70px’ten biraz yaklaştırıldı */
  bottom: 8px;
  background: #ffffff;
  color: #333;
  padding: 6px 12px;
  border-radius: 18px;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateX(16px);
  transition: all 0.4s ease;
  white-space: nowrap;
}

.whatsapp-container.show-tooltip .whatsapp-tooltip,
.call-container.show-tooltip .call-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Animasyonlar aynı kalıyor */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes glow-green {
  from { box-shadow: 0 0 8px #25D366; }
  to { box-shadow: 0 0 16px #25D366, 0 0 24px #25D366; }
}
@keyframes glow-yellow {
  from { box-shadow: 0 0 8px #13759e; }
  to { box-shadow: 0 0 16px #13759e, 0 0 24px #13759e; }
}

.footer__item {
    width: auto;
}

.footer__item .icon {
  color: #ffffff;
}

.blog__content .readMore-btn {
  margin-top: 10px;
}

.blog__content h4 {
  line-height: 30px;
  height: 80px;
}

.blog__content p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
}

.contact-two__content a {
  font-size: 18px;
  font-weight: 400;
}
.breadcrumb__item {
  padding-top: 100px;
}
.breadcrumb-area {
  padding: 150px 0;
}
input::placeholder {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #888;
}
textarea::placeholder {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.breadcrumb__item li {
  font-size: 18px;
}
.blog-three__item p {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.service-popular__wrp p {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.service-popular__wrp h3 {
  height: 60px;
}
.services-details__content img {
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.services-details__content p {
  text-align: justify;
  line-height: 32px;
}
.services-details__content li {
  text-align: justify;
  font-size: 18px;
}
.services-details__content h2,h3 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.mobile-menu a {
  font-size: 18px;
  font-weight: 500;
}
.service-details-help {
  background: url(../images/iletisim-bg.jpg) center center no-repeat;
  background-size: cover;
  background-color: rgb(29 46 52 / 30%);
  background-blend-mode: overlay !important;
}
.solution__item .content p {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}

@media (min-width: 767px) {
  .masaustu-gizle {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .service-four__item .title {
    height: auto !important;
  }
  .service-four__item p{
    height: auto !important;
  }
  .mobil-logo img {
    max-width: 200px !important;
  }
  .mobil-gizle {
    display: none !important;
  }
  .mobil-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top:5px;
    padding-bottom: 30px;
  }
  .solution-area {
    background-position: inherit !important;
  }
  .service-popular__wrp h3 {
    height: auto !important;
  }
  .logo {
    display: block;
    width: 200px;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .breadcrumb__item .title {
    margin-bottom: 5px;
  }
  .banner-six__content2 .title {
    font-size: 22px;
    text-align: center;
  }
  .banner-six__content2 .text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    max-width: 100%;
  }
  .mr-30 {
    margin-right: 0px !important;
  }
  .btn-one, .btn-one-light2, .btn-one-light {
    padding: 8px 10px !important;
    font-size: 14px;
  }
  .choose__item .title {
    height: auto;
  }
  .mobil-top {
    margin-top: 30px !important;
  }
  .professional__item a {
    display: block;
  }
  .mobil-bottom {
    padding-bottom: 0px !important;
  }
}
.btn-one-404 {
  background-color: #0a2d4d;
  border-radius: 25px;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  padding: 5px 20px;
  position: relative;
  text-transform: inherit;
  text-align: center;
}

:root {
--umut-primary: #0A2D4D;
--umut-secondary: #13759e;
--umut-light: #f4f8fb;
--umut-border: rgba(10,45,77,.12);
}

.contact-two-area {
background: linear-gradient(180deg, #f6f9fb 0%, #eef5f8 100%);
padding: 70px 0 !important;
}

.contact-two-left {
max-width: 980px;
margin: 0 auto;
background: #fff;
border-radius: 28px;
padding: 50px 55px;
box-shadow: 0 18px 55px rgba(10, 45, 77, .08);
border: 1px solid var(--umut-border);
}

.contact-two__content .section-header h2 {
color: var(--umut-primary);
font-size: 30px;
font-weight: 700;
margin-bottom: 22px;
}

.contact-two__content ul {
display: grid;
gap: 12px;
margin-bottom: 40px;
}

.contact-two__content ul li {
display: flex;
align-items: center;
gap: 12px;
color: #526070;
font-size: 15px;
}

.contact-two__content ul li svg {
min-width: 18px;
}

.contact-two__content ul li svg path {
fill: var(--umut-secondary);
}

.contact-two__content ul li a {
color: #526070;
transition: .25s ease;
}

.contact-two__content ul li a:hover {
color: var(--umut-secondary);
}

.contact-two__form input,
.contact-two__form textarea {
width: 100%;
border: 0;
border-bottom: 1px solid rgba(10,45,77,.28);
background: transparent;
padding: 15px 0;
color: var(--umut-primary);
font-size: 15px;
transition: .25s ease;
}

.contact-two__form input:focus,
.contact-two__form textarea:focus {
outline: none;
border-color: var(--umut-secondary);
}

.contact-two__form textarea {
min-height: 120px;
resize: vertical;
}

.contact-two__form input::placeholder,
.contact-two__form textarea::placeholder {
color: #8a98a8;
}

.contact-two__form h5 {
color: var(--umut-primary);
font-size: 15px;
font-weight: 600;
margin-bottom: 5px;
}

.contact-two__form .btn-one {
background: var(--umut-primary);
color: #fff;
border-radius: 50px;
min-width: 170px;
height: 48px;
padding: 0 28px;
font-size: 14px;
font-weight: 600;
border: none;
box-shadow: 0 10px 24px rgba(10,45,77,.18);
transition: .25s ease;
}

.contact-two__form .btn-one:hover {
background: var(--umut-secondary);
transform: translateY(-2px);
}

.contact-two__map {
padding-top: 45px !important;
}

.contact-two__map iframe {
width: 100%;
height: 330px;
border-radius: 22px;
border: 1px solid var(--umut-border) !important;
box-shadow: 0 14px 35px rgba(10,45,77,.10);
}

@media (max-width: 768px) {
.contact-two-area {
  padding: 40px 0 !important;
}

.contact-two-left {
  padding: 30px 22px;
  border-radius: 20px;
}

.contact-two__content .section-header h2 {
  font-size: 24px;
}

.contact-two__form .row .col-6 {
  width: 100%;
}

.contact-two__form .btn-one {
  width: 100%;
}

.contact-two__map iframe {
  height: 260px;
}
}

.footer-area {
  background: #0A2D4D;
  position: relative;
  overflow: hidden;
}

.footer-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(19,117,158,.28), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,.06), transparent 28%);
  pointer-events: none;
}

.footer__wrp,
.footer__copyright {
  position: relative;
  z-index: 1;
}

.footer__left {
  padding-right: 45px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.footer__left .logo img {
  max-width: 190px !important;
  height: auto;
}

.footer__left p,
.footer__item-last p,
.footer__item ul li a,
.footer__copyright p,
.footer__copyright .policy {
  color: rgba(255,255,255,.86);
  line-height: 1.8;
}

.footer__item .title,
.footer__item-last .title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}

.footer__item .title::after,
.footer__item-last .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 36px;
  height: 2px;
  background: #13759e;
  border-radius: 30px;
}

.footer__item ul li {
  margin-bottom: 13px;
}

.footer__item ul li .icon {
  color: #13759e;
  margin-right: 6px;
  transition: .25s ease;
}

.footer__item ul li a {
  font-size: 16px;
  transition: .25s ease;
}

.footer__item ul li:hover a {
  color: #fff;
  padding-left: 4px;
}

.footer__item ul li:hover .icon {
  color: #fff;
}

.footer__item-last p {
  max-width: 360px;
  font-size: 16px;
}

.footer__item-wrp {
  gap: 55px;
}

.footer__item-wrp.mt-80 {
  margin-top: 65px !important;
}

.footer__item-last .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__item-last .socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  transition: .25s ease;
}

.footer__item-last .socials a:hover {
  background: #13759e;
  border-color: #13759e;
  transform: translateY(-3px);
}

.footer__copyright {
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.08);
  padding: 18px 0;
}

.footer__copyright p,
.footer__copyright .policy {
  margin-bottom: 0;
  font-size: 15px;
}

.footer__copyright a,
.footer-area a[href*="cekmedya"] {
  color: #eeba2f;
  font-weight: 700;
}

.footer__copyright .policy {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .footer__left {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .footer__item-wrp {
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .footer__wrp {
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }

  .footer__item-wrp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer__item-wrp.mt-80 {
    margin-top: 30px !important;
  }

  .footer__left p,
  .footer__item-last p,
  .footer__item ul li a {
    font-size: 15px;
  }

  .footer__item .title,
  .footer__item-last .title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .footer__copyright {
    text-align: center;
    padding: 18px 10px;
  }

  .footer__copyright p,
  .footer__copyright .policy {
    font-size: 14px;
    line-height: 1.6;
  }
}


/* =========================
   BREADCRUMB DÜZENLEME
========================= */

.breadcrumb-area {
  position: relative;
  min-height: 420px;
  padding: 190px 0 90px;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 45, 77, 0.82) 0%,
    rgba(10, 45, 77, 0.55) 50%,
    rgba(10, 45, 77, 0.35) 100%
  );
  z-index: 1;
}

.breadcrumb__wrp {
  position: relative;
  z-index: 2;
}

.breadcrumb__item {
  text-align: center;
}

.breadcrumb__item .title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.2;
}

.breadcrumb__item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb__item ul li,
.breadcrumb__item ul li a,
.breadcrumb__item ul li i {
  color: rgba(255,255,255,.92);
  font-size: 16px;
  font-weight: 500;
  transition: .2s ease;
}

.breadcrumb__item ul li a:hover {
  color: #ffffff;
}

.breadcrumb__item ul li i {
  font-size: 12px;
  opacity: .7;
}

/* MOBİL */
@media (max-width: 768px) {

  .breadcrumb-area {
    min-height: 320px;
    padding: 150px 0 70px;
  }

  .breadcrumb__item .title {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .breadcrumb__item ul li,
  .breadcrumb__item ul li a {
    font-size: 14px;
  }

}

/* =========================
   BLOG PAGINATION
========================= */

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.blog-pagination a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .25s ease;
  font-size: 15px;
  font-weight: 600;
}

.blog-pagination .page-number {
  background: #fff;
  border: 1px solid rgba(10,45,77,.12);
  color: #0A2D4D;
  box-shadow: 0 6px 18px rgba(10,45,77,.05);
}

.blog-pagination .page-number:hover {
  background: #13759e;
  border-color: #13759e;
  color: #fff;
  transform: translateY(-2px);
}

.blog-pagination .page-number.active {
  background: #0A2D4D;
  color: #fff;
  border-color: #0A2D4D;
  box-shadow: 0 10px 24px rgba(10,45,77,.18);
}

.blog-pagination .page-btn {
  background: #0A2D4D;
  color: #fff;
  box-shadow: 0 8px 20px rgba(10,45,77,.16);
}

.blog-pagination .page-btn:hover {
  background: #13759e;
  transform: translateY(-2px);
}

/* =========================
   BLOG LIST AREA
========================= */

.blog-area {
  background: #f5f8fb;
  position: relative;
}

.blog__item {
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  transition: .35s ease;
  height: 100%;
  border: 1px solid rgba(10,45,77,.08);
  box-shadow: 0 12px 34px rgba(10,45,77,.06);
}

.blog__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(10,45,77,.12);
}

/* GÖRSEL */
.blog__image {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.blog__image img {
  width: 100%;
  transition: transform .6s ease;
  display: block;
}

.blog__item:hover .blog__image img {
  transform: scale(1.04);
}

.blog__image {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #eef4f8;
}

.blog__image img {
  width: 100%;
  display: block;
  transition: transform .6s ease;
}

.blog__item:hover .blog__image img {
  transform: scale(1.03);
}

/* İÇERİK */
.blog__content {
  padding: 28px;
}

.blog__content h3 {
  margin-bottom: 18px;
  line-height: 1.4;
}

.blog__content h3 a {
  color: #0A2D4D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: .25s ease;
  text-decoration: none;
}

.blog__content h3 a:hover {
  color: #13759e;
}

.blog__content p {
  color: #5f6c79;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 24px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* DEVAMINI OKU */
.readMore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0A2D4D;
  font-size: 15px;
  font-weight: 600;
  transition: .25s ease;
  text-decoration: none;
}

.readMore-btn i {
  transition: .25s ease;
}

.readMore-btn:hover {
  color: #13759e;
}

.readMore-btn:hover i {
  transform: translateX(4px);
}

/* GRID BOŞLUK */
.blog-area .row {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 40px;
}

/* MOBİL */
@media (max-width: 991px) {

  .blog__content {
    padding: 22px;
  }

  .blog__content h3 a {
    font-size: 26px;
  }

  .blog__content p {
    font-size: 15px;
    line-height: 1.8;
  }

}

@media (max-width: 575px) {

  .blog-area {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .blog__item {
    border-radius: 20px;
  }

  .blog__image {
    border-radius: 20px 20px 0 0;
  }

  .blog__content {
    padding: 20px;
  }

  .blog__content h3 {
    margin-bottom: 14px;
  }

  .blog__content h3 a {
    font-size: 20px;
    line-height: 1.35;
  }

  .blog__content p {
    font-size: 15px;
    margin-bottom: 18px;
  }

}

/* =========================
   HİZMETLER LİSTE SAYFASI
========================= */

.service-four-aera {
  background: #f5f8fb;
}

.service-four__item {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(10,45,77,.10);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(10,45,77,.06);
  transition: .30s ease;
}

.service-four__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(10,45,77,.12);
}

.service-four__item .content {
  padding: 34px 34px 26px;
}

.service-four__item .title {
  line-height: 1.35;
  margin-bottom: 18px;
}

.service-four__item .title a {
  color: #0A2D4D;
  font-size: 24px;
  font-weight: 700;
  transition: .25s ease;
}

.service-four__item .title a:hover {
  color: #13759e;
}

.service-four__item .text {
  color: #5e6b78;
  font-size: 16px;
  line-height: 1.85;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-four__item .readMore-btn {
  color: #0A2D4D;
  font-size: 15px;
  font-weight: 600;
}

.service-four__item .readMore-btn:hover {
  color: #13759e;
}

.service-four__item .image {
  height: 250px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}

.service-four__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s ease;
}

.service-four__item:hover .image img {
  transform: scale(1.05);
}

.service-four-aera .row {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 42px;
}

@media (max-width: 768px) {
  .service-four__item .content {
    padding: 26px 24px 22px;
  }

  .service-four__item .title a {
    font-size: 20px;
  }

  .service-four__item .text {
    font-size: 15px;
    line-height: 1.75;
    padding-bottom: 10px;
  }

  .service-four__item .image {
    height: 220px;
  }
}

/* =========================
   ANA SAYFA GÜNCEL MAKALELER
========================= */

.blog-three-area {
  background: #fff;
  position: relative;
}

.blog-three-area .section-header h6 {
  color: #13759e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-three-area .section-header h2 {
  color: #0A2D4D;
  font-size: 34px;
  font-weight: 700;
}

.blog-three__item {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(10,45,77,.08);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 12px 34px rgba(10,45,77,.05);
  transition: .30s ease;
}

.blog-three__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(10,45,77,.11);
}

.blog-three__item .image {
  border-radius: 20px;
  overflow: hidden;
  background: #eef4f8;
  margin-bottom: 22px;
}

.blog-three__item .image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: .45s ease;
}

.blog-three__item:hover .image img {
  transform: scale(1.04);
}

.blog-three__item .content h3 {
  margin-bottom: 14px;
  line-height: 1.35;
}

.blog-three__item .content h3 a {
  color: #0A2D4D;
  font-size: 21px;
  font-weight: 700;
  transition: .25s ease;
}

.blog-three__item .content h3 a:hover {
  color: #13759e;
}

.blog-three__item .content p {
  color: #5f6b78;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-three__item .readMore-btn {
  color: #0A2D4D;
  font-size: 14px;
  font-weight: 600;
}

.blog-three__item .readMore-btn:hover {
  color: #13759e;
}

.blog-three__item .readMore-btn i {
  transition: .25s ease;
}

.blog-three__item .readMore-btn:hover i {
  transform: translateX(4px);
}

.blog-three-area .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 38px;
}

@media (max-width: 768px) {
  .blog-three-area .section-header h2 {
    font-size: 28px;
  }

  .blog-three__item {
    padding: 15px;
    border-radius: 20px;
  }

  .blog-three__item .image img {
    height: 210px;
  }

  .blog-three__item .content h3 a {
    font-size: 20px;
  }

  .blog-three__item .content p {
    font-size: 14px;
  }
}

/* =========================
   ANA SAYFA İÇERİK BLOKLARI
========================= */

.choose-seven-area {
  background: #fff;
}

.choose-seven-area .row {
  align-items: center;
  margin-bottom: 46px;
}

.choose-seven-area .row:last-child {
  margin-bottom: 0;
}

.choose-seven__image {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 16px 42px rgba(10,45,77,.08);
  border: 1px solid rgba(10,45,77,.08);
}

.choose-seven__image img {
  width: 100%;
  display: block;
  border-radius: 26px;
  transition: .45s ease;
}

.choose-seven__image:hover img {
  transform: scale(1.035);
}

.choose-seven__wrp {
  padding: 40px 50px;
}

.choose-seven__wrp .section-header h6 {
  color: #13759e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.choose-seven__wrp .section-header h2 {
  color: #0A2D4D;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 24px;
}

.choose-seven__wrp .section-header p {
  color: #536170;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0 !important;
}

.choose-seven__wrp .section-header p strong,
.choose-seven__wrp .section-header p b {
  color: #0A2D4D;
  font-weight: 700;
}

@media (max-width: 991px) {
  .choose-seven-area .row {
    margin-bottom: 38px;
  }

  .choose-seven__wrp {
    padding: 28px 5px 0;
  }

  .choose-seven__wrp .section-header h2 {
    font-size: 24px;
  }

  .choose-seven__wrp .section-header p {
    font-size: 15px;
    line-height: 1.8;
  }

  .choose-seven__image {
    border-radius: 20px;
  }

  .choose-seven__image img {
    border-radius: 20px;
  }
}

/* =========================
   GALERİ SAYFASI
========================= */

.team-six-area {
  background: #fff;
}

.team-six__wrp .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.team-six__item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f5f8fb;
  box-shadow: 0 12px 32px rgba(10,45,77,.07);
  border: 1px solid rgba(10,45,77,.08);
  transition: .30s ease;
}

.team-six__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(10,45,77,.13);
}

.team-six__item .image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  height: 330px;
}

.team-six__item .image::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  inset: 0;
  background: rgba(10,45,77,.42);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .30s ease;
}

.team-six__item:hover .image::after {
  opacity: 1;
}

.team-six__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s ease;
  display: block;
}

.team-six__item:hover .image img {
  transform: scale(1.06);
}

/* =========================
   GALERİ - EŞİT KART GÖRÜNÜMÜ
========================= */

.team-six-area {
  background: #fff;
  padding-bottom: 60px;
}

.team-six__wrp .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.team-six__item {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #f5f8fb;
  box-shadow: 0 12px 32px rgba(10,45,77,.07);
  border: 1px solid rgba(10,45,77,.08);
  transition: .30s ease;
}

.team-six__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(10,45,77,.13);
}

.team-six__item .image {
  width: 100%;
  height: 310px;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}

.team-six__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: .45s ease;
}

.team-six__item:hover .image img {
  transform: scale(1.05);
}

.team-six__item .image::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  inset: 0;
  background: rgba(10,45,77,.38);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .30s ease;
}

.team-six__item:hover .image::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .team-six__item .image {
    height: 290px;
  }
}

@media (max-width: 575px) {
  .team-six__wrp .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .team-six__item,
  .team-six__item .image {
    border-radius: 18px;
  }

  .team-six__item .image {
    height: 260px;
  }
}

@media (max-width: 991px) {
  .team-six__item .image,
  .team-six-area .row > div:nth-child(n) .team-six__item .image {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .team-six-area {
    padding-top: 30px;
  }

  .team-six__wrp .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .team-six__item {
    border-radius: 18px;
  }

  .team-six__item .image,
  .team-six-area .row > div:nth-child(n) .team-six__item .image {
    height: 280px;
    border-radius: 18px;
  }
}

.team-six-area .section-header h6 {
  color: #13759e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.team-six-area .section-header h2 {
  color: #0A2D4D;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .team-six-area .section-header h2 {
    font-size: 28px;
  }
}

/* =========================
   TEDAVİLER ALANI
========================= */

.solution-area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 30%),
    linear-gradient(135deg, #0A2D4D 0%, #08233d 100%) !important;

  border-radius: 40px;
  margin: 0 30px;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.solution-area::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.03);
}

.solution-area::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,.025);
}

/* =========================
   ÜST ALAN
========================= */

.solution__header {
  margin-bottom: 35px;
}

.section-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}

.section-header__flex h6 {
  color: #5bc2f2 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-header__flex h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  max-width: 520px;
}

.section-header__flex p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.88) !important;
  margin-bottom: 18px;
}

.section-header__flex ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-header__flex ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: rgba(255,255,255,.85);
  line-height: 1.7;
  font-size: 15px;
}

.section-header__flex ul li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #5bc2f2;
}

/* =========================
   KARTLAR
========================= */

.solution__item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  overflow: hidden;
  transition: .4s ease;
  height: 100%;
  backdrop-filter: blur(6px);
}

.solution__item:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
}

.solution__item .image {
  overflow: hidden;
}

.solution__item .image img {
  width: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.solution__item:hover .image img {
  transform: scale(1.06);
}

.solution__item .content {
  padding: 22px;
}

.solution__item .content h3 {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.solution__item .content h3 a {
  color: #fff;
}

.solution__item .content p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,.78) !important;
  margin-bottom: 18px;
}

.solution__item .readMore-btn {
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .3s ease;
}

.solution__item .readMore-btn:hover {
  gap: 14px;
  color: #5bc2f2 !important;
}

/* =========================
   YAYINLAR TAB
========================= */

.feature-two__item {
  border-radius: 22px;
  background: #fff;
  border: 1px solid #edf1f5;
  padding: 28px;
  transition: .35s ease;
  height: 100%;
}

.feature-two__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10,45,77,.08);
}

.feature-two__item h4 {
  font-size: 22px;
  line-height: 1.45;
}

.feature-two__item p {
  color: #6d7b88;
  margin-bottom: 10px;
}

/* =========================
   SERTİFİKALAR TAB
========================= */

.team-six__item .image {
  overflow: hidden;
  border-radius: 22px;
}

.team-six__item .image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: .5s ease;
}

.team-six__item:hover img {
  transform: scale(1.05);
}

/* =========================
   MOBİL
========================= */

@media (max-width: 991px) {

  .solution-area {
    margin: 0;
    border-radius: 0;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .section-header__flex {
    flex-direction: column;
    gap: 30px;
  }

  .section-header__flex h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {

  .section-header__flex h2 {
    font-size: 28px;
  }

  .solution__item .content {
    padding: 18px;
  }

  .solution__item .content h3 {
    font-size: 18px;
  }
}

/* =========================
   FLOATING ACTION BUTTONS
========================= */

.floating-action-wrap {
  position: fixed;
  left: 26px;
  bottom: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.floating-action-item {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-8px);
  opacity: 0;
  transition: .45s ease;
}

.floating-action-item.show {
  transform: translateX(0);
  opacity: 1;
}

.floating-action-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  box-shadow: 0 14px 35px rgba(10,45,77,.24);
  transition: .28s ease;
}

.floating-action-btn::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  opacity: .25;
  animation: floatingPulse 2.2s infinite;
}

.tetkik-action .floating-action-btn {
  background: linear-gradient(135deg, #9c0f35, #c51f4d);
}

.tetkik-action .floating-action-btn::before {
  background: #c51f4d;
}

.whatsapp-action .floating-action-btn {
  background: linear-gradient(135deg, #14b95f, #24d366);
}

.whatsapp-action .floating-action-btn::before {
  background: #24d366;
}

.floating-action-btn:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.04);
}

.floating-action-label {
  background: rgba(255,255,255,.96);
  color: #0A2D4D;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 15px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(10,45,77,.13);
  border: 1px solid rgba(10,45,77,.08);
  white-space: nowrap;
  transform: translateX(-8px);
  opacity: 0;
  pointer-events: none;
  transition: .28s ease;
}

.floating-action-item:hover .floating-action-label,
.floating-action-item.label-active .floating-action-label {
  opacity: 1;
  transform: translateX(0);
}

.floating-action-label i {
  margin-left: 5px;
  font-size: 12px;
}

@keyframes floatingPulse {
  0% {
    transform: scale(.92);
    opacity: .35;
  }

  70% {
    transform: scale(1.25);
    opacity: 0;
  }

  100% {
    transform: scale(.92);
    opacity: 0;
  }
}

/* MOBİL */
@media (max-width: 575px) {
  .floating-action-wrap {
    left: 16px;
    bottom: 18px;
    gap: 11px;
  }

  .floating-action-btn {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .floating-action-label {
    font-size: 13px;
    padding: 9px 12px;
  }
}

/* =========================
   HAKKIMDA SECTION
========================= */

.choose-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f7fafc 0%, #ffffff 100%);
}

.choose-area::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(19,117,158,.05);
  filter: blur(10px);
}

.choose-area::after {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(10,45,77,.04);
}


/* =========================
   RIGHT CONTENT
========================= */

.choose-right {
  padding-left: 55px;
  position: relative;
}

.choose-right::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 10px;
  width: 3px;
  height: 110px;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    #13759e,
    rgba(19,117,158,0)
  );
}

/* =========================
   TEXTS
========================= */

.choose-right .section-header h6 {
  color: #13759e;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}

.choose-right .section-header h2 {
  color: #0A2D4D;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
}

.choose-right .section-header p {
  font-size: 17px;
  line-height: 2;
  color: #4f5f6f;
}

.choose-right .section-header p strong {
  color: #0A2D4D;
  font-weight: 700;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

  .choose-right {
    padding-left: 0;
    margin-top: 20px;
  }

  .choose-right::before {
    display: none;
  }

  .choose-right .section-header h2 {
    font-size: 34px;
  }

  .choose-right .section-header p {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 575px) {

  .choose__image img {
    border-radius: 24px;
  }

  .choose-right .section-header h2 {
    font-size: 28px;
  }
}

.neuro-content{font-family:inherit;color:#263238;line-height:1.75;font-size:17px}
.neuro-content h2{font-size:30px;color:#12384a;margin:42px 0 16px;font-weight:800;line-height:1.25}
.neuro-content h3{font-size:23px;color:#184e64;margin:28px 0 12px;font-weight:750}
.neuro-content p{margin:0 0 18px}
.neuro-content a{color:#0d6b83;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(13,107,131,.25)}
.neuro-content strong{color:#12384a;font-weight:800}
.snippet-box,.ai-box,.info-box,.warning-box,.cta-box,.mini-note{border-radius:18px;padding:22px 24px;margin:26px 0;box-shadow:0 10px 30px rgba(18,56,74,.08)}
.snippet-box{background:linear-gradient(135deg,#eef9fb,#ffffff);border-left:6px solid #0d8aa8}
.ai-box{background:#f5fbff;border:1px solid #d9eef6}
.info-box{background:#f8fbfa;border-left:6px solid #5cae9b}
.warning-box{background:#fff8f2;border-left:6px solid #e59b52}
.cta-box{background:linear-gradient(135deg,#12384a,#0d6b83);color:#fff}
.cta-box h2,.cta-box h3,.cta-box strong{color:#fff}
.cta-box a{color:#fff;border-bottom:1px solid rgba(255,255,255,.6)}
.mini-note{background:#f7f7f7;border-left:5px solid #c9d7dc;font-size:15.5px}
.table-wrap{overflow-x:auto;margin:28px 0;border-radius:18px;box-shadow:0 10px 28px rgba(18,56,74,.08)}
.neuro-table{width:100%;border-collapse:collapse;background:#fff;min-width:760px}
.neuro-table th{background:#12384a;color:#fff;text-align:left;padding:16px;font-weight:800}
.neuro-table td{padding:15px 16px;border-bottom:1px solid #e8eef1;vertical-align:top}
.neuro-table tr:nth-child(even) td{background:#f8fbfc}
.faq-item{border:1px solid #dfecef;border-radius:16px;margin:14px 0;background:#fff;overflow:hidden}
.faq-item summary{cursor:pointer;padding:18px 20px;font-weight:800;color:#12384a;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";float:right;font-size:22px;color:#0d6b83}
.faq-item[open] summary:after{content:"−"}
.faq-item div{padding:0 20px 20px;color:#37474f}
.visual-note{background:#f4f9fb;border:1px dashed #9ec8d4;border-radius:16px;padding:18px 20px;margin:24px 0;color:#31515c}
@media(max-width:768px){
  .neuro-content{font-size:16px}
  .neuro-content h2{font-size:25px}
  .neuro-content h3{font-size:21px}
  .snippet-box,.ai-box,.info-box,.warning-box,.cta-box,.mini-note{padding:18px}
}

/* =========================
   UTS FLOATING PANEL
========================= */

.uts-floating-panel {
  position: fixed;
  left: 22px;
  bottom: 34px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.uts-float-item {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 14px 34px rgba(10,45,77,.22);
  transform: translateX(-12px);
  opacity: 0;
  transition: width .35s ease, transform .35s ease, opacity .35s ease, box-shadow .35s ease;
}

.uts-float-item.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.uts-float-item:hover,
.uts-float-item.is-open {
  width: 190px;
  color: #fff;
  box-shadow: 0 18px 44px rgba(10,45,77,.30);
}

.uts-float-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  position: relative;
  z-index: 2;
}

.uts-float-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  opacity: .25;
  animation: utsPulse 2.2s infinite;
  z-index: -1;
}

.uts-float-text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  padding-right: 18px;
  opacity: 0;
  transform: translateX(-6px);
  transition: .25s ease;
}

.uts-float-item:hover .uts-float-text,
.uts-float-item.is-open .uts-float-text {
  opacity: 1;
  transform: translateX(0);
}

/* RENKLER */
.uts-tetkik {
  background: linear-gradient(135deg, #9c0f35, #c51f4d);
}

.uts-tetkik .uts-float-icon::after {
  background: #c51f4d;
}

.uts-mail {
  background: linear-gradient(135deg, #0A2D4D, #13759e);
}

.uts-mail .uts-float-icon::after {
  background: #13759e;
}

.uts-whatsapp {
  background: linear-gradient(135deg, #14b95f, #24d366);
}

.uts-whatsapp .uts-float-icon::after {
  background: #24d366;
}

@keyframes utsPulse {
  0% {
    transform: scale(.88);
    opacity: .30;
  }

  70% {
    transform: scale(1.28);
    opacity: 0;
  }

  100% {
    transform: scale(.88);
    opacity: 0;
  }
}

/* MOBİL */
@media (max-width: 575px) {
  .uts-floating-panel {
    left: 14px;
    bottom: 18px;
    gap: 10px;
  }

  .uts-float-item {
    width: 52px;
    height: 52px;
  }

  .uts-float-item:hover,
  .uts-float-item.is-open {
    width: 160px;
  }

  .uts-float-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 19px;
  }

  .uts-float-text {
    font-size: 13px;
    padding-right: 14px;
  }
}

.uts-float-icon i{
    transition:.45s ease;
}

.uts-float-item:hover .uts-float-icon i{
    transform:rotate(-12deg) scale(1.15);
}

.uts-float-item{
    animation: floatButton 4s ease-in-out infinite;
}

.uts-float-item:nth-child(2){
    animation-delay:.8s;
}

.uts-float-item:nth-child(3){
    animation-delay:1.6s;
}

@keyframes floatButton{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-6px);
}

100%{
transform:translateY(0);
}

}

.uts-float-item{
    position:relative;
    overflow:hidden;
}

.uts-float-item::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:70%;

height:100%;

background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.28),
transparent
);

transform:skewX(-25deg);

transition:1s;

}

.uts-float-item:hover::before{

left:180%;

}

.uts-float-item:hover{

transform:translateX(8px) scale(1.03);

}

.uts-float-icon::after{

animation:pulseGlow 2.4s infinite;

}

@keyframes pulseGlow{

0%{
transform:scale(.8);
opacity:.45;
}

60%{
transform:scale(1.55);
opacity:0;
}

100%{
transform:scale(.8);
opacity:0;
}

}
