/*Template 2098 Healthhttp://www.tooplate.com/view/2098-health*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/*---------------------------------------     TYPOGRAPHY                -----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: inherit;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
}

h5 {
  font-weight: 500;
}

h1 {
  color: #252525;
  font-size: 5em;
}

h2 {
  color: #272727;
  font-size: 3em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h4 {
  color: #454545;
  font-size: 1.8em;
  padding-bottom: 2px;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------     GENERAL                 -----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #a5c422;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  margin-top: 0;
}

.section-btn {
  background: #a5c422;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: inherit;
  font-weight: 500;
  padding: 14px 20px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.section-btn:hover {
  transform: translateY(-5px);
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 4em;
  padding-top: 2.5em;
}

.btn-gray {
  background: #393939;
}

.btn-blue {
  background: #4267b2;
}

.news-thumb {
  background: #ffffff;
  border-radius: 10px;
}

.news-thumb img {
  border-radius: 10px 10px 0 0;
}

.news-info {
  padding: 30px;
  text-align: left;
}

.news-info span {
  display: block;
  letter-spacing: 0.5px;
}

.news-info h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.author {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5em;
  margin-top: 2em;
}

.author img,
.author .author-info {
  display: inline-block;
  vertical-align: top;
}

.author-info h5 {
  margin-bottom: 0;
}

.author img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#about,
#team,
#news,
#news-detail {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

#news,
#service {
  text-align: center;
}

#google-map {
  line-height: 0;
  margin: 0;
  padding: 0;
}

/*---------------------------------------       PRE LOADER                -----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------      MENU                -----------------------------------------*/
header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span.date-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}

header span i {
  color: #a5c422;
  margin-right: 5px;
}

/*---------------------------------------      MENU                -----------------------------------------*/
.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
}

.navbar-default .navbar-brand .fa {
  color: #a5c422;
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: #a5c422;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #4267b2;
  color: #ffffff !important;
}

.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav>li a:hover {
  color: #393939 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/*---------------------------------------      HOME                -----------------------------------------*/
/* --- Statik kahraman görseli --- */
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/slidemain.png") center center / cover no-repeat;
  overflow: hidden;
}

/* Başlığı görselin TAM ORTASINA sabitle */
.slider .caption {
  position: absolute;
  inset: 0;               /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  background-color: rgba(20, 20, 20, 0.2); /* eski görünüm */
  color: #fff;
}

/* .item mevcutsa yüksekliği tam kapsasın */
.slider .item { height: 100%; }

/* Başlık boyutu (mobilde taşma olmasın) */
#home h1 {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  font-size: clamp(28px, 6vw, 64px);
}

/* Artık slider yok; dots/nav vs. tamamen devre dışı */
.owl-theme, .owl-dots, .owl-nav { display: none !important; }


/*---------------------------------------      ABOUT                -----------------------------------------*/
#about {
  background: url('../images/about-bg2.jpg') no-repeat top center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.profile img,
.profile figcaption {
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}

.profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 1em;
}

.profile figcaption h3 {
  margin-top: 0;
}

#about h6 {
  color: #858585;
  margin: 0;
}

/*---------------------------------------      TEAM MEMBERS                -----------------------------------------*/
.team-thumb {
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 20px 30px 0 30px;
}

.team-contact-info {
  border-top: 1px solid #e9e9e9;
  padding-top: 1.2em;
  margin-top: 1.5em;
}

.team-contact-info .fa {
  margin-right: 5px;
  display: inline-block;
}

.team-contact-info p {
  margin-bottom: 2px;
}

.team-contact-info a {
  color: #757575;
}

.team-thumb .social-icon li {
  font-weight: 500;
}

.team-thumb .social-icon li a {
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 2px 0 2px;
}

.team-thumb .social-icon {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
  text-align: center;
  position: relative;
  top: 0;
}

.team-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
  top: -22em;
}

/*---------------------------------------     SERVICE                -----------------------------------------*/
#service {
  background: #a5c422;
}

#service h2,
#service h4 {
  color: #ffffff;
}

#service p {
  color: #d9d9d9;
}

#service .service-thumb {
  padding: 0 22px;
}

#service .fa {
  font-size: 50px;
  margin-bottom: 10px;
  background: #ffffff;
  color: #a5c422;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
}

/*---------------------------------------      NEWS               -----------------------------------------*/
#news,
#news-detail {
  background: #f9f9f9;
}

#news-detail blockquote {
  margin: 30px 0;
}

.news-detail-thumb .news-image img {
  border-radius: 10px;
}

.news-detail-thumb h3 {
  margin-bottom: 8px;
}

.news-image {
  margin-bottom: 30px;
  position: relative;
}

.news-image img {
  width: 100%;
}

.news-detail-thumb ul {
  margin: 32px 12px 22px 0px;
}

.news-detail-thumb ul li {
  list-style: circle;
  font-weight: normal;
  padding: 6px 12px 6px 0px;
}

.news-sidebar {
  margin-top: 16px;
}

.news-social-share {
  text-align: center;
  padding-top: 22px;
}

.news-social-share .btn {
  border-radius: 100px;
  border: none;
  font-size: 10px;
  font-weight: 600;
  margin: 2px 6px;
  padding: 8px 14px;
}

.news-social-share .btn-primary {
  background: #3b5998;
}

.news-social-share .btn-success {
  background: #1da1f2;
}

.news-social-share .btn-danger {
  background: #dd4b39;
}

.news-social-share a .fa {
  padding-right: 4px;
}

.recent-post {
  padding-top: 2px;
  padding-bottom: 18px;
}

.recent-post .media img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 5px;
}

.recent-post .media-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  margin-top: 5px;
}

.news-categories {
  margin-top: 8px;
}

.news-categories li a {
  color: #2b2b2b;
}

.news-ads {
  background: #ffffff;
  border-right: 4px solid #2b2b2b;
  padding: 42px;
  text-align: center;
  margin: 26px 0 26px 0;
}

.news-ads.sidebar-ads {
  border-left: 4px solid #2b2b2b;
  border-right: 0px;
}

.news-ads h4 {
  font-size: 18px;
}

.news-tags h4 {
  padding-bottom: 6px;
}

.news-categories li,
.news-tags li {
  list-style: none;
  display: inline-block;
  margin: 4px;
}

.news-tags li a {
  background: #393939;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  float: left;
  min-width: 30px;
  padding: 6px 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.news-tags li a:hover {
  background: #4267b2;
}

/*---------------------------------------      APPOINTMENT               -----------------------------------------*/
#appointment {
  padding-top: 100px;
}

#appointment label {
  color: #393939;
  font-weight: 500;
}

#appointment .form-control {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#appointment input,
#appointment select {
  height: 45px;
}

#appointment button#cf-submit {
  background: #a5c422;
  color: #ffffff;
  font-weight: 600;
  height: 55px;
}

#appointment button#cf-submit:hover {
  background: #393939;
  color: #ffffff;
}

/*---------------------------------------     FOOTER                -----------------------------------------*/
footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

footer h4 {
  padding-bottom: 5px;
}

footer a {
  color: #757575;
}

footer a:hover {
  color: #4267b2;
}

.contact-info {
  padding-top: 10px;
}

.contact-info .fa {
  background: #393939;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}

.latest-stories {
  margin-bottom: 20px;
}

.stories-image,
.stories-info {
  display: inline-block;
  vertical-align: top;
}

.stories-image img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
}

.stories-info {
  margin-left: 15px;
}

.stories-info h5 {
  margin-bottom: 2px;
}

.stories-info span {
  color: #858585;
  font-size: 12px;
}

.opening-hours p {
  line-height: 18px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.copyright-text p,
.footer-link a {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
}

.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}

.angle-up-btn {
  position: relative;
  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: #4267b2;
  color: #ffffff;
  transform: translateY(-5px);
}

/*---------------------------------------     SOCIAL ICON                -----------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  color: #464646;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #4267b2;
  color: #ffffff;
}

/*---------------------------------------     RESPONSIVE STYLES                -----------------------------------------*/
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  header {
    height: inherit;
  }

  header span.date-icon {
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }

  header span.email-icon {
    padding-top: 0;
  }

  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  header {
    padding-bottom: 10px;
  }

  header .text-align-right {
    text-align: left;
  }

  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }

  .navbar-default .navbar-nav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .news-sidebar {
    margin-top: 2em;
  }

  #appointment-form {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-thumb {
    padding-bottom: 10px;
  }

  .border-top {
    text-align: center;
  }

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 10em;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  h2 {
    font-size: 2.1em;
  }

  h4 {
    font-size: 1.4em;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

/*---------------------------------------
      TOPBAR EXTRAS + CTA
  -----------------------------------------*/
header {
  background: #1f2a44;
  color: #cfd8e3;
  height: auto;
}

header .container .row {
  min-height: 44px;
  display: flex;
  align-items: center;
}

header .topbar-left,
header .topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  min-height: 44px;
}

header .topbar-left a,
header .topbar-left span {
  color: #cfd8e3;
  font-size: 13px;
  line-height: 1;
}

header .topbar-left .topbar-link {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 32px;
}

.topbar-link i {
  margin-right: 6px;
}

.topbar-link.status-open i {
  color: #2ecc71;
}

.social-top {
  color: #cfd8e3;
  font-size: 16px;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.social-top:hover {
  color: #ffffff;
}

/* Header language select */
header .lang-select {
  margin-left: 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: #ffffff;
  color: var(--uzay-primary);
  padding: 2px 10px;
  font-weight: 600;
}

header .lang-select:focus {
  outline: 2px solid var(--uzay-accent);
}

/* highlight Online Randevu button */
.navbar-default .navbar-nav li.appointment-btn a.cta-online {
  background: #4a90e2 !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 18px !important;
}

.navbar-default .navbar-nav li.appointment-btn a.cta-online:hover {
  background: #3a78be !important;
}

/*---------------------------------------
      FLOATING ACTION BUTTONS
  -----------------------------------------*/
.floating-actions {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.fab-btn i {
  font-size: 18px;
}

.fab-btn.call {
  background: #4a90e2;
}

.fab-btn.whatsapp {
  background: #25D366;
}

/* Responsive tweaks */
@media (max-width: 991px) {

  header .topbar-left,
  header .topbar-right {
    gap: 10px;
  }

  .cta-online {
    padding: 8px 14px !important;
  }
}

@media (max-width: 767px) {
  header .topbar-left {
    flex-wrap: wrap;
  }

  .floating-actions .fab-btn {
    padding: 12px 14px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .floating-actions {
    left: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .floating-actions .fab-btn span {
    font-size: 13px;
  }
}

/*---------------------------------------
      NAVBAR HOVER ANIMATION + THEME
  -----------------------------------------*/
:root {
  --uzay-primary: #1f2a44;
  /* dark navy */
  --uzay-accent: #4a90e2;
  /* blue */
}

/* Brand color tweaks */
.navbar-default {
  background: #ffffff;
}

.navbar-default .navbar-brand {
  color: var(--uzay-primary);
  font-weight: 700;
  letter-spacing: .5px;
}

.navbar-default .navbar-brand:hover {
  color: var(--uzay-accent);
}

/* Brand + Tagline next to logo */
.brand-uzay {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-uzay .logo-navbar {
  height: 42px;
  width: auto;
  display: inline-block;
}

.brand-tagline {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  /* daha kalın ve premium görünüm */
  font-size: 18px;
  /* biraz daha büyük */
  text-transform: uppercase;
  color: #0b0b0b;
  /* daha siyah */
  letter-spacing: 1.8px;
  white-space: nowrap;
  padding-left: 14px;
  border-left: 1px solid #e5e7eb;
  line-height: 1;
  display: inline-block;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.brand-tagline::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 0;
  bottom: -6px;
  /* satır yüksekliğini etkilemez */
  height: 2px;
  background: linear-gradient(90deg, var(--uzay-accent), var(--uzay-primary));
  opacity: .9;
  transform: none;
  transform-origin: left center;
  border-radius: 2px;
  pointer-events: none;
}

/* Navbar height kontrolü */
.navbar-default .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1199px) {
  .brand-uzay .logo-navbar {
    height: 36px;
  }

  .brand-tagline {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .brand-tagline {
    display: none;
  }
}

/* Navbar size fix */
.navbar-default {
  padding: 6px 10px !important;
}

.navbar-default .navbar-brand {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.navbar-default .navbar-nav>li>a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.brand-uzay .logo-navbar {
  height: 40px !important;
}

/* Nav link animation */
.navbar-default .navbar-nav>li>a {
  color: var(--uzay-primary);
  position: relative;
  transition: color .25s ease;
}

.navbar-default .navbar-nav>li>a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 2px;
  background: var(--uzay-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: var(--uzay-accent);
}

.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>a:focus::after,
.navbar-default .navbar-nav>li.active>a::after,
.navbar-default .navbar-nav>li.active>a:focus::after,
.navbar-default .navbar-nav>li.active>a:hover::after {
  transform: scaleX(1);
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:hover {
  color: var(--uzay-accent);
  background: transparent;
}

/* Buttons themed to accent */
.section-btn {
  background: var(--uzay-accent);
}

.btn-blue {
  background: var(--uzay-accent);
}

/* Navbar readability improvements */
.navbar-default .navbar-nav>li {
  margin: 0 2px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: .2px;
  padding: 12px 18px !important;
  border-radius: 10px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  background: rgba(74, 144, 226, .08) !important;
  color: #4a90e2 !important;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:focus {
  background: rgba(31, 42, 68, .06) !important;
  color: #1f2a44 !important;
}

/* Language selector in navbar */
.navbar-default .navbar-nav li.nav-lang {
  margin-left: 8px;
}

.navbar-default .navbar-nav li.nav-lang select {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: var(--uzay-primary);
  border-radius: 6px;
  padding: 6px 8px;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
}

/* About readability */
#about .about-info {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  max-width: 860px;
}

#about .about-info h2 {
  color: #1f2a44;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: .2px;
  line-height: 1.2;
}

#about .about-info p {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.9;
  opacity: 0.98;
}

#about .profile figcaption h3 {
  font-size: 1.6em;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* Make About section shorter on tablets/mobile */
  #about {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center top;
  }
  #about .about-info {
    padding: 22px;
  }

  #about .about-info p {
    font-size: 17px;
    line-height: 1.8;
  }
}

/* Even smaller phones */
@media (max-width: 575px) {
  #about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.navbar {
  min-height: 80px !important;
}

.navbar-brand.brand-uzay {
  height: 54px !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
}

.navbar-brand.brand-uzay img.logo-navbar {
  height: 90px !important;
  max-height: 90px !important;
  width: auto !important;
  display: block !important;
}

/* Aynı satırda düzgün hizalama */
.footer-main {
  margin-top: 20px;
}

/* Sol sütunda logoyu büyük ve ortalanmış göster */
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  /* istersen flex-start yaparak sola yaslayabilirsin */
  min-height: 180px;
  /* sütun yüksekliği; “kırmızı alan” gibi dursun */
}

/* LOGO boyutu – sütunu dolduracak kadar büyük */
.footer-logo {
  height: 240px;
  /* masaüstü */
  display: block;
  max-width: 100%;
}

/* Tablet */
@media (max-width:1199px) {
  .footer-brand {
    min-height: 150px;
  }

  .footer-logo {
    height: 120px;
  }
}

/* Mobil */
@media (max-width:767px) {
  .footer-brand {
    min-height: 120px;
    justify-content: flex-start;
    /* mobile sola yasla */
  }

  .footer-logo {
    height: 90px;
  }
}

/* KART GÖRÜNÜMÜ */
#team .team-thumb {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  overflow: hidden;
  position: relative;
  padding: 0;
  /* iç boşluk olmasın */
  transition: transform .2s ease, box-shadow .2s ease;
}

#team .team-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

/* ÜSTTE TAM GENİŞLİK GÖRSEL */
#team .team-thumb>img {
  display: block;
  width: 100%;
  height: 460px;
  /* ihtiyacına göre 300–420px arası */
  object-fit: cover;
  /* taşmadan kırp */
}

/* BİLGİ ALANI */
#team .team-info {
  padding: 22px 22px 8px;
  background: #fff;
}

#team .team-info h3 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 6px;
  color: #111;
}

#team .team-info p {
  margin: 0 0 14px;
  color: #6b7280;
  /* gri */
}

/* AYRAÇ (ince çizgi) */
#team .team-info:after {
  content: "";
  display: block;
  height: 1px;
  background: #eee;
  margin: 10px 0 6px;
}

/* İLETİŞİM SATIRI (ikon + metin) */
#team .team-contact-info {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 6px 0 16px;
}

#team .team-contact-info p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4b5563;
  font-weight: 500;
}

#team .team-contact-info i {
  width: 18px;
  text-align: center;
}

/* SOSYAL BUTONLARI sadeleştir / satıra diz */
#team .social-icon {
  display: flex;
  gap: 10px;
  padding: 0 22px 18px;
  list-style: none;
  margin: 0;
}

#team .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  color: #6b7280;
}

#team .social-icon a:hover {
  color: #111;
  border-color: #d1d5db;
}

/* BAŞLIK hizası */
#team .about-info h2 {
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 18px;
}

/* Mobil uyumu: resim yüksekliğini düşür */
@media (max-width: 767px) {
  #team .team-thumb>img {
    height: 260px;
  }
}

/* SATIRLARI YATAY KAYDIR */
#team .row {
  display: flex;
  flex-wrap: nowrap;
  /* alta geçmesin */
  overflow-x: auto;
  /* yatay kaydırma */
  gap: 24px;
  /* kartlar arası boşluk */
  padding-bottom: 12px;
  /* kaydırma çubuğu için boşluk */
}

/* Yalnızca kartların olduğu satır */
#team .team-list {
  display: flex;
  flex-wrap: nowrap;
  /* alta geçmesin */
  overflow-x: auto;
  /* yatay kaydırma */
  gap: 24px;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  /* (opsiyonel) yumuşak hizalama */
}

/* Bootstrap kolonlarını sabit kart genişliğine çevir */
#team .team-list>[class*="col-"] {
  flex: 0 0 300px;
  /* kart genişliği */
  max-width: 300px;
  scroll-snap-align: start;
}

/* İsteğe bağlı: scrollbar gizle */
#team .team-list::-webkit-scrollbar {
  display: none;
}

#team .team-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider-wrapper {
  position: relative;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.scroll-btn:hover {
  background: #111;
  color: #fff;
}

.scroll-btn.left {
  left: -23px;
}

.scroll-btn.right {
  right: -23px;
}

.scroll-btn i {
  font-size: 18px;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all .3s ease;
  color: #111;
}

.scroll-btn:hover {
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
}

.scroll-btn.left {
  left: -26px;
}

.scroll-btn.right {
  right: -26px;
}

.scroll-btn i {
  font-size: 20px;
  pointer-events: none;
}

/* Slider kapsayıcı alanı biraz genişlet */
.slider-wrapper {
  max-width: 100%;
  /* %80-85 yerine daha geniş */
  margin: 0 auto;
}

/* Kartların daha büyük görünmesi için */
.team-list .team-thumb {
  width: 310px;
  /* Kart genişliği artır */
  margin: 0 20px;
  /* Kartlar arası boşluk */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.team-list .team-thumb:hover {
  transform: translateY(-8px);
  /* Hover efekti ile elit bir his */
}

/* Görsel boyutlarını kartlara uydur */
.team-list .team-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 10000px;
  letter-spacing: 0, 8px;
  /* daha tok görünüm */
  font-weight: bold;
}

.slogan-img {
  max-height: 40px;
  margin-left: 10px;
}

/* Sadece mobilde hizalamayı kolaylaştır */
@media (max-width: 767px) {
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* logo - metin - hamburger */
    width: 100%;
  }

  .navbar-header .navbar-toggle {
    order: 3;
    /* hamburger sağda kalsın */
    margin-left: 8px;
  }

  .navbar-header .brand-uzay {
    order: 1;
    display: inline-flex;
    align-items: center;
  }

  .logo-navbar {
    max-height: 28px;
    /* gerekirse ayarla */
  }

/* EL YAZISI SLOGAN – GENEL */
.mobile-tagline {
  order: 2;
  font-family: 'Great Vibes', cursive;
  font-weight: 600;
  color: #1f2a44;
  line-height: 1.1;
  margin: 0 6px;
  white-space: nowrap;            /* tek satır */
}
}


/* Masaüstünde tamamen gizle */
@media (min-width: 768px) {
  .mobile-tagline { display: none !important; }
}

/* Mobilde sığdır: fontu küçült + genişliği sınırla */
@media (max-width: 767px) {
  .mobile-tagline {
    display: inline-block !important;        /* visible-xs-block'u override et */
    font-size: clamp(12px, 3.8vw, 18px);     /* ekrana göre otomatik küçült */
    margin: 0 4px;
    max-width: 55vw;                          /* logoya ve menüye yer kalsın */
    overflow: hidden;                         /* taşmayı kes */
    text-overflow: ellipsis;                  /* gerekirse üç nokta */
    flex: 0 0 auto;                           /* shrink ederken düzeni bozma */
  }
}

/* Footer 6-3-3 layout and bigger logo (CSS-only, no HTML change) */
@media (min-width: 992px) {
  .footer-main>.col-md-4:first-child {
    width: 50% !important;
  }

  .footer-main>.col-md-4:nth-child(2),
  .footer-main>.col-md-4:nth-child(3) {
    width: 25% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-main>.col-sm-4:first-child {
    width: 50% !important;
  }

  .footer-main>.col-sm-4:nth-child(2),
  .footer-main>.col-sm-4:nth-child(3) {
    width: 25% !important;
  }
}

footer .footer-main>div:first-child {
  text-align: center;
}

footer .footer-logo {
  height: 340;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  footer .footer-logo {
    height: 160px;
  }
}

.footer-logo {
  width: 360px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width:768px) {
  .footer-logo {
    width: 200px;
  }
}

/* ---------------------------------------
   FOOTER LOGO SIZE (XL)                 
-----------------------------------------*/
footer .footer-logo {
  height: 200px !important;
  /* desktop */
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  footer .footer-logo {
    height: 170px !important;
  }
}

@media (max-width: 991px) {
  footer .footer-logo {
    height: 140px !important;
  }
}

@media (max-width: 767px) {
  footer .footer-logo {
    height: 110px !important;
  }
}

/* Hard override with higher specificity to beat inline <style> */
footer .footer-main .footer-logo {
  height: 220px !important;
  /* larger and guaranteed */
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-logo {
    height: 180px !important;
  }
}

@media (max-width: 991px) {
  footer .footer-main .footer-logo {
    height: 150px !important;
  }
}

@media (max-width: 767px) {
  footer .footer-main .footer-logo {
    height: 120px !important;
  }
}


/* === Mobile overflow hotfix (added by ChatGPT) ===
   Reason: .slider .container had padding-left/right:0 while Bootstrap .row uses -15px margins,
   causing horizontal scroll on small screens. We restore padding on small screens and/or zero the row margins. */
@media (max-width: 767px) {
  .slider .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* === End hotfix === */

/* === Mobile menu over hero fix === */

/* Header/menü daima en üstte */
.topbar, header, .navbar, .navbar-default, .site-header {
  position: relative;
  z-index: 2001;
}

/* Menü açılır içerikleri de üstte kalsın */
.navbar .dropdown-menu,
.navbar-collapse,
.navbar-collapse.in,
.navbar-collapse.show {
  z-index: 2002;
}

/* Hero katmanı altta kalsın */
.slider { position: relative; z-index: 1; }

/* Başlık overlay'i menüyü engellemesin */
.slider .caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(20,20,20,.2);
  color: #fff;
  z-index: 1;
  pointer-events: none;   /* hamburger/menü tıklamalarını engellemesin */
}

/* Küçük bir sağlamlaştırma */
body { overflow-x: hidden; }
