/*
Theme Name: kargo34-2 — Reibel Visuals (Bootstrap5)
Theme URI: http://localhost/wp/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Reibel görselleri ile kargo34-2 teknik altyapısını kullanan, Bootstrap 5 uyumlu modernize tema.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: kargo34-2-reibel-bs5
Domain Path: /languages
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  padding: 1rem 1.25rem;
  background: #160f2e;
  color: #fff;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
}

/* Quote Section Permanent Styles */
.quote-section__card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .quote-section__card {
    flex-direction: row;
  }
}

.quote-section__sidebar {
  background: #161220;
  color: #fff;
  padding: 2.5rem;
}

@media (min-width: 768px) {
  .quote-section__sidebar {
    padding: 3.5rem;
  }
}

.quote-section__form-wrap {
  background: #f9fbff;
  padding: 2.5rem;
}

@media (min-width: 768px) {
  .quote-section__form-wrap {
    padding: 3.5rem;
  }
}

.quote-section__button {
  background: #d6a208;
  color: #fff;
  font-weight: 800;
  transition: all 0.3s ease;
}

.quote-section__button:hover {
  background: #c09207;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(214, 162, 8, 0.3);
}

.quote-section__input:focus {
  border-color: #f0c74a;
  box-shadow: 0 0 0 2px rgba(240, 199, 74, 0.2);
}
