@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Figtree", serif;
  /*user-select: none;*/
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

/* ================= [Header] ================= */
header {
  color: #212529;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

/* .header-logo {
  max-width: 100px;
} */

.footer-logo {
  max-width: 150px;
}

.navbar-toggler {
  border: none;
  background: transparent;
}

.navbar-toggler-icon {
  font-size: 30px;
  color: #089bf7;
}

.navbar-nav .nav-item {
  margin-right: 15px;
}

.navbar-nav .nav-item:hover {
  color: #089bf7;
}

.navbar-nav .nav-link:hover {
  color: #089bf7;
}

.dropdown-menu {
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  padding: 5px 15px;
  font-size: 13px;
}

.dropdown-menu .dropdown-item:hover {
  color: #089bf7;
}

.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
  color: #089bf7 !important;
  /* Seçili öğe turuncu */
}

/* ================= [Button] ================= */

.button-group {
  display: flex;
  gap: 10px;
}

.default-button {
  background-color: #089bf7;
  color: white;
  border: 1px solid #089bf7;
  width: auto;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 30px;
  border-radius: 50px;
}

.default-button:hover {
  background-color: #212529;
  color: white;
}

.default-bordered-button {
  color: #089bf7;
  border: 1px solid #089bf7;
  width: auto;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 30px;
  border-radius: 50px;
}

.default-bordered-button:hover {
  background-color: #212529;
  color: white;
}

.clear-button {
  color: #089bf7;
  outline: none !important;
  border: none !important;
  background: transparent;
  box-shadow: none !important;
}

.clear-button:focus,
.clear-button:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.btn-close {
  all: unset !important;
  /* Bootstrap'in tüm stillerini sıfırla */
  cursor: pointer;
  font-size: 24px;
  color: #089bf7 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  /* Buton genişliği */
  height: 30px;
  /* Buton yüksekliği */
}

.btn-close i {
  font-size: 24px;
  color: #089bf7 !important;
}

/* ================= [Call Button] ================= */

.floating-icons {
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .floating-icons {
    bottom: 15px;
    right: 10px;
  }
}

.floating-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.floating-icons a.phone {
  color: #089bf7;
  font-size: 20px;
}

.floating-icons img {
  width: 100%;
  height: 100%;
}

.floating-icons a.phone:hover {
  background-color: #000;
  color: white;
}

/* ================= [Text] ================= */

.color-blue {
  color: #089bf7;
}

.title {
  color: #089bf7;
  font-size: 30px;
  font-weight: 700;
  /* text-shadow: -1px 2px 4px rgba(163, 163, 163, 1); */
}

.mini-text {
  color: #089bf7;
  font-size: 12px;
  text-decoration: none;
}

.text-red {
  color: #089bf7;
  text-decoration: none;
  /* text-shadow: -1px 2px 4px rgba(163, 163, 163, 1); */
}

.text-dark {
  color: #000;
  text-decoration: none;
}

.title--1 {
  font-size: 25px;
}

.text {
  font-size: 14px;
}

.small {
  font-size: 12px;
  font-weight: 600;
}

/* ================= [Input] ================= */

.form-label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.form-control {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 45px;
  font-size: 13px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.form-select {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 45px;
  font-size: 13px;
}

.form-select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

/* Varsayılan checkbox'ı gizle */
.form-check-input {
  width: 18px;
  height: 18px;
  appearance: none;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-shadow: inset 0 0 0 1px #ccc;
}

/* Tıklanınca içi turuncu olacak */
.form-check-input:checked {
  background-color: #089bf7 !important;
  /* Turuncu */
  box-shadow: none;
  /* Dış border kaldırıldı */
}

/* Checkbox içine check işareti ekle */
.form-check-input:checked::after {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/* ================= [Faq] ================= */

/* FAQ Başlık Stili */
.faq-section {
  background-color: #f8f9fa; /* Açık gri arka plan */
  padding: 50px 0;
}

.faq-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

/* Akordeon Genel Stil */
.accordion {
  max-width: 100%;
  margin: auto;
}

/* Akordeon Buton (Soru) Stili */
.accordion-button {
  background-color: #ffffff; /* Beyaz arkaplan */
  color: #333;
  font-weight: 600;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease-in-out;
}

/* Akordeon Butona Hover ve Açıkken Renk Değişimi */
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background-color: #089bf7; /* Mavi tonunda hover */
  color: #fff;
}

/* Akordeon Açıkken Buton Kenarlık */
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Akordeon İçerik Stili */
.accordion-body {
  background-color: #f9f9f9; /* Açık gri arkaplan */
  color: #555;
  font-size: 14px;
  padding: 15px 20px;
  border-left: 4px solid #089bf7; /* Sol tarafta renkli çizgi */
}

/* Akordeon Çerçeve Stili */
.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Akordeon Açıkken Kenarlık ve Gölgelendirme */
.accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.accordion-item:not(.collapsed) {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Mobil Uyumlu Stil */
@media (max-width: 768px) {
  .faq-section {
    padding: 30px 15px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

/* Card */

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}

.card:hover .card-overlay {
  opacity: 1;
}

.card-text {
  font-size: 16px;
  font-weight: bold;
}

/* Service Card */

.service-card {
  position: relative;
  width: 100%;
  border: 1px solid #e6e6e6;
  /* Grid hücresini tamamen doldurur */
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.service-card h5 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 90%;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-card .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.service-card:hover img,
.service-card:hover h5 {
  opacity: 0;
}

.service-card:hover .service-content {
  opacity: 1;
}

@media (max-width: 768px) {
  .service-card {
    height: 220px;
  }
  .service-card img {
    width: 50%;
    height: 100%;
    display: block;
    margin: auto;
  }
  .service-card h5 {
    font-size: 16px;
  }
}

/* Brands */

.branch-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

@media (max-width: 768px) {
  .branch-card {
    padding: 20px;
  }
}

.about-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.dropdown-item img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
