* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: "Kumbh Sans", sans-serif;
}

.navbar.fixed-top {
  background-color: #112645;
}

.navbar-nav {
  justify-content: space-evenly;
  align-items: center;
}

.navbar-toggler {
  background-color: #fff !important;
}

.navbar-nav a {
  margin-left: 5px;
  color: #fff;
}
.nav-link:hover {
  color: #507dc0 !important;
}

.navbar-brand {
  margin-left: 10px;
  color: #ffff !important;
}

.slider-section {
  margin: 0;
  padding: 0 !important;
}
.carousel .carousel-item {
  height: 800px;
  object-fit: contain;
}
.carousel-container {
  height: 800px;
  overflow: hidden; /* optional: hides overflow */
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item img {
  object-fit: cover; /* or 'contain' if you want full image */
  height: 100%;
  width: 100%;
}
.section-wrapper {
  display: flex;
  flex-direction: column;
}
.gizli-gizli {
  display: none;
}
.icon-img {
  font-size: 64px;
  color: black;
}

.feature-box {
  max-width: 250px;
}

.feature-card {
  width: 330px;
  height: 307px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.card-wrapper {
  flex: 1 1 250px; /* Minimum 250px, responsive */
  max-width: 100%;
  margin: 10px;
}
.row,
.col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-banner {
  background-color: #fff; /* Beyaz arka plan */
  border-radius: 40px;
  padding: 50px 30px;
  color: #000; /* Siyah yazı */
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.349);
  transition: transform 0.3s ease;
}

.custom-banner h4 {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.zebo {
  height: 600px;
}

.custom-btn {
  display: inline-block;
  background: #27ac06;
  color: white;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  text-decoration: none;
}
.custom-btn:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -10px) scale(1.2);
  transform: translate(0px, -10px) scale(1.2);
}

.qrcode-div-global {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
  z-index: +99999;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.qrcode-div-global img {
  width: 150px;
  height: 150px;
}
.feature-card i {
  color: #0f2e5c;
}
.site-footer {
  background-color: #112645;
  height: 50px;
}
.socials {
  text-decoration: none;
  color: #fff;
  height: 50px;
}
.website-rights {
  color: #fff;
}

.iletisim-wrapper {
  border-radius: 10px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.iletisim-section {
  width: 940px;
  height: 1080px;
  background-color: #ffffff;
  margin-top: 70px;
}
.col-iletisim {
  display: flex;
  flex-direction: column; /* Make inner elements stack vertically */
  height: 100%;
  border-radius: 10px;
  border: 3px solid #0f2e5c;
}

.row-inner-iletisim {
  color: #fff;
  background-color: #112645;
  height: 70px;
  font-size: 22px;
  flex-shrink: 0; /* Prevent shrinking */
}

.inner-iletisim-bg {
  background-color: rgb(250, 250, 250);
  flex-grow: 1; /* Fill remaining height */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.iletisim-hero {
  height: 502px;
}

.row-inner-iletisim h2 {
  margin-bottom: 0;
}

.iletisim-card {
  background-color: #eef0ee;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  width: 80% !important;
}

.iletisim-card-img {
  color: #0f2e5c;
  font-size: 42px;
}

.iletisim-card-text {
  font-weight: bold;
}
.iletisim-card-inner-text {
  font-size: 14px;
  margin-bottom: 0;
}

.iletisim-card:hover {
  transform: translateY(-5px); /* Slight lift */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Shadow effect */
  background: #f8f8f8; /* Light background change */
}

.hakkimizda-wrapper {
  max-inline-size: 1200px;
  margin-inline: auto;
  margin-block: 120px;
  display: flex;
  justify-content: center;
}
.hakkimizda-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

.hakkimizda-text {
  margin-left: 5px;
  max-inline-size: 488px;
  text-align: center;
  font-weight: bold;
}

.hakkimizda-text p {
  font-size: 1.1rem;
  margin-left: 5px;
  margin-right: 5px;
}

.hakkimizda-text h2 {
  margin-bottom: 50px;
  color: #358dc0;
}

.hakkimizda-img img {
  max-inline-size: 100%;
  object-fit: cover;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 990px) {
  .iletisim-card-img {
    font-size: 28px;
  }

  .iletisim-card-text {
    font-size: 14px;
  }

  .hakkimizda-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 930px) {
  .website-rights {
    font-size: 13px;
    margin-top: 5px !important;
    text-align: start;
  }
  .navbar-nav a {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .iletisim-card-text {
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 678px) {
  .qrcode-div-global {
    bottom: 70px;
  }
  .qrcode-div-global img {
    width: 100px;
    height: 100px;
  }
  .hakkimizda-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .custom-banner {
    padding: 40px 20px;
  }

  .custom-banner h4 {
    font-size: 1.2rem;
  }

  .hakkimizda-text p {
    font-size: 1rem;
  }

  .hakkimizda-text h2 {
    margin-bottom: 30px;
    color: #358dc0;
  }

  .hakkimizda-img img {
    max-inline-size: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .iletisim-card {
    height: 113px;
    width: 80% !important;
    margin: 5px;
    padding: 4px;
  }
  .iletisim-hero-text {
    margin-top: 40px !important;
  }

  .iletisim-hero-text h3 {
    font-size: 1.3em;
  }
  .iletisim-hero-text h4 {
    font-size: 1.3em;
  }

  .iletisim-card-wrapper col {
    height: 80px;
  }

  .iletisim-card-img {
    font-size: 20px;
  }

  .iletisim-card-inner-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .navbar a {
    font-size: 13px;
  }
  .navbar img {
    margin-left: 0 !important;
  }
  .qrcode-div-global img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 400px) {
  .website-rights {
    font-size: 0.656rem;
    margin-top: 5px !important;
    text-align: start;
  }
  .hakkimizda-img img {
    margin: auto;
  }
  .hakkimizda-text p {
    font-size: 0.9rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hakkimizda-text h2 {
    font-size: 27px;
  }

  .hakkimizda-wrapper {
    margin-bottom: 50px;
  }
}

/* Dedeyle spin */
/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Hide content initially */
.hidden {
  visibility: hidden;
}

/* Hide preloader when done */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}
