.w-100 {
  width: 100% !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.color-red {
  color: red !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.rounded-7 {
  border-radius: 7px !important;
}

.working-time i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.language-dropdown {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.language-button {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.language-button img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
}

.language-button span {
  font-weight: 600;
  color: #333;
  margin-right: 5px;
  font-size: 14px;
}

.language-button svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  /* yukarı ok */
  transition: transform 0.3s;
}

.language-options {
  position: absolute;
  bottom: 110%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  min-width: 150px;
  padding: 4px 0;
}

.language-options div {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}

.language-options div:hover {
  background: #f1f1f1;
}

.language-options img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
}

.bg-success {
  background-color: #3fa500;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.rounded-5 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: slideInRight 0.8s ease-out, glowPulse 2.5s infinite;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-widget:hover {
  background-color: #1ebea5;
  transform: scale(1.05);
}

.whatsapp-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: white;
}

.call-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #0c1ab5; /* yeşil ton */
  color: white;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  animation: slideInLeft 0.8s ease-out, glowPulse 2.5s infinite;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.call-widget:hover {
  background-color: #5b546f;
  color: white;
  transform: scale(1.05);
}

.call-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: white;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.6);
  }
  50% {
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.9);
  }
  100% {
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.6);
  }
}

.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
}

.nav-tabs .nav-link {
  background: #f8f8f8;
  color: #333;
  border: none;
  padding: 3px 24px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.3px;
}

.nav-tabs .nav-link:hover {
  background: #ffffff;
  color: #28a745;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.nav-tabs .nav-link.active {
  border: 2px solid black;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
  font-weight: 600;
}

.tab-content .tab-pane {
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pr-price {
  background-color: #097b09;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 800;
}

.title-blur {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 8px;
  color: #000000;
}
