/* ASA Travel - Touristica tarzı tasarım */

:root {
  --asa-primary: #0066a1;
  --asa-primary-dark: #004d7a;
  --asa-accent: #00a0dc;
  --asa-orange: #f57c00;
  --asa-bg: #f5f7fa;
  --asa-card-shadow: 0 2px 12px rgba(0,0,0,.08);
  --asa-radius: 8px;
}

* { box-sizing: border-box; }
body { margin: 0; padding: 0; background: var(--asa-bg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 14px; color: #333; overflow-x: hidden; }

/* Üst bar */
.asa-topbar {
  background: var(--asa-primary);
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}
.asa-topbar a { color: #fff; text-decoration: none; }
.asa-topbar a:hover { color: rgba(255,255,255,.9); }
.asa-topbar .asa-link { margin-left: 16px; }

/* Navbar */
.asa-navbar {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  padding: 12px 0;
}
.asa-navbar .navbar-brand img { height: 40px !important; max-height: 40px !important; width: auto; object-fit: contain; }
.asa-navbar .nav-link { color: #333 !important; font-weight: 600; padding: 8px 16px !important; border-radius: 6px; }
.asa-navbar .nav-link:hover { background: var(--asa-bg); color: var(--asa-primary) !important; }
.asa-navbar .dropdown-menu { border-radius: var(--asa-radius); box-shadow: var(--asa-card-shadow); }

/* Hero / Slider */
.asa-hero { margin-bottom: 0; overflow: hidden; background: #ddd; position: relative; width: 100vw; max-width: 100%; }
.asa-hero .callbacks_container { overflow: hidden; width: 100% !important; position: relative; max-width: 100%; }
.asa-hero .callbacks_container::after { content: ""; display: table; clear: both; }
.asa-hero .rslides { margin: 0; padding: 0; list-style: none; width: 100%; overflow: hidden; }
.asa-hero .rslides li { margin: 0; width: 100% !important; float: none; }
.asa-hero .rslides img { width: 100% !important; height: 400px; object-fit: cover; display: block; float: none !important; max-width: none; }
/* Slider nav (Previous/Next) - Font Awesome ile */
.asa-hero .callbacks_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(0,0,0,.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  z-index: 10;
  transition: background .2s;
  text-decoration: none;
}
.asa-hero .callbacks_nav::before {
  font-family: FontAwesome;
  font-size: 18px;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.asa-hero .callbacks_nav.prev::before { content: "\f053"; }
.asa-hero .callbacks_nav.next::before { content: "\f054"; }
.asa-hero .callbacks_nav:hover { background: rgba(0,0,0,.8); color: #fff; }
.asa-hero .callbacks_nav.prev { left: 16px; }
.asa-hero .callbacks_nav.next { left: auto; right: 16px; }

/* Arama kutusu */
.asa-search {
  background: #fff;
  border-radius: var(--asa-radius);
  box-shadow: var(--asa-card-shadow);
  margin-top: -30px;
  margin-bottom: 48px;
  position: relative;
  z-index: 10;
  padding: 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.asa-search-tabs { display: flex; border-bottom: 2px solid #eee; margin-bottom: 20px; gap: 0; }
.asa-search-tabs a { padding: 12px 24px; font-weight: 600; color: #666; text-decoration: none; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.asa-search-tabs a:hover { color: var(--asa-primary); }
.asa-search-tabs a.active { color: var(--asa-primary); border-bottom-color: var(--asa-primary); }
.asa-search-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; }
.asa-search-row .form-group { margin-bottom: 0; }
.asa-search-row label { font-size: 12px; color: #666; margin-bottom: 4px; display: block; font-weight: 600; }
.asa-search-row input, .asa-search-row select { padding: 10px 14px; border: 1px solid #ddd; border-radius: 6px; min-width: 130px; }
.asa-btn { background: var(--asa-orange); color: #fff !important; border: none; padding: 12px 28px; border-radius: 6px; font-weight: 600; cursor: pointer; display: inline-block; text-decoration: none; text-align: center; }
.asa-btn:hover { background: #e65100; color: #fff; }

/* Bölümler */
.asa-section { padding: 56px 0; clear: both; }
.asa-section-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--asa-primary);
  display: inline-block;
  letter-spacing: -.3px;
}
.asa-section .row { margin-left: -12px; margin-right: -12px; }
.asa-section .row > [class*="col-"] { padding-left: 12px; padding-right: 12px; }

/* Kartlar */
.asa-card { background: #fff; border-radius: var(--asa-radius); box-shadow: var(--asa-card-shadow); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.asa-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.asa-card a { text-decoration: none; color: inherit; }

/* Tatil temaları grid */
.asa-theme-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.touristica-theme-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  transition: all .25s ease;
  border: 2px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}
.touristica-theme-card:hover {
  border-color: var(--asa-primary);
  color: var(--asa-primary);
  background: rgba(0,102,161,.03);
  box-shadow: 0 6px 20px rgba(0,102,161,.12);
  transform: translateY(-2px);
  text-decoration: none;
}

/* İçerik alanı */
.asa-content { background: #fff; border-radius: var(--asa-radius); box-shadow: var(--asa-card-shadow); padding: 32px; margin-bottom: 24px; }
.asa-content .katList { color: var(--asa-primary); font-weight: 600; }
.asa-content .katList:hover { text-decoration: underline; }

/* Footer */
.asa-footer { background: var(--asa-primary-dark); color: #fff; padding: 48px 0 24px; margin-top: 48px; }
.asa-footer a { color: rgba(255,255,255,.9); text-decoration: none; }
.asa-footer a:hover { color: #fff; }
.asa-footer-title { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.asa-footer-list { list-style: none !important; list-style-type: none !important; padding: 0; margin: 0; }
.asa-footer-list li { margin-bottom: 8px; list-style: none !important; }
.asa-footer ul, .asa-footer-bottom ul { list-style: none !important; padding-left: 0 !important; }
.asa-footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; margin-top: 32px; text-align: center; font-size: 13px; opacity: .9; }
.asa-cta-btn { display: inline-block; background: var(--asa-orange); color: #fff !important; padding: 14px 28px; border-radius: 6px; font-weight: 600; margin-top: 8px; }
.asa-cta-btn:hover { background: #e65100; color: #fff; }

/* Sizi Arayalım formu */
.asa-callback-form input { width: 100%; padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; background: rgba(255,255,255,.1); color: #fff; margin-bottom: 12px; }
.asa-callback-form input::placeholder { color: rgba(255,255,255,.6); }
.asa-callback-form button.asa-btn { width: 100%; }

/* WhatsApp butonu */
#asaWhatsApp { background: #25d366 !important; box-shadow: 0 4px 12px rgba(37,211,102,.4); position: fixed; bottom: 70px; left: 20px; z-index: 999; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; text-decoration: none; }
#asaWhatsApp:hover { color: #fff; }

/* Back to top */
.asa-back-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--asa-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 998;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  transition: background .25s, transform .25s, box-shadow .25s;
  outline: none;
  -webkit-appearance: none;
  line-height: 1;
}
.asa-back-top:hover {
  background: var(--asa-primary-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,.3);
}
.asa-back-top:active { transform: translateY(0); }

/* Liste kartları */
.asa-list-card { background: #fff; border-radius: var(--asa-radius); padding: 20px; margin-bottom: 20px; box-shadow: var(--asa-card-shadow); }
.asa-list-card .asa-price { color: #dc3545; font-weight: 700; }

/* Widget kartları (Tatil Fırsatları) */
.widget-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  transition: transform .3s ease, box-shadow .3s ease;
}
.widget-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  color: #fff;
  text-decoration: none;
}
.widget-card__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.widget-card--wide .widget-card__img { height: 260px; }
.widget-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.widget-card:hover .widget-card__img img {
  transform: scale(1.08);
}
.widget-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.15) 70%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.widget-card__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
  letter-spacing: .3px;
}
.widget-card--wide .widget-card__title { font-size: 22px; }
.widget-card__action {
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
.widget-card__action i { margin-left: 4px; transition: margin-left .2s; }
.widget-card:hover .widget-card__action {
  opacity: 1;
  transform: translateY(0);
}
.widget-card:hover .widget-card__action i { margin-left: 8px; }

/* Eski kart stilleri (uyumluluk) */
.asa-section .card { border: none; border-radius: var(--asa-radius); box-shadow: var(--asa-card-shadow); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.asa-section .card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.asa-section .card .card-body h4 a.tour { color: var(--asa-primary) !important; font-weight: 600; }

/* Detay sayfası sidebar */
.asa-sidebar {
  background: #fff;
  border-radius: var(--asa-radius);
  box-shadow: var(--asa-card-shadow);
  overflow: hidden;
}
.asa-sidebar-price {
  background: linear-gradient(135deg, var(--asa-primary), var(--asa-accent));
  color: #fff;
  padding: 20px 24px;
  text-align: center;
}
.asa-sidebar-price .price-value {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}
.asa-sidebar-price .price-label {
  font-size: 13px;
  opacity: .85;
  margin-top: 2px;
}
.asa-sidebar-body { padding: 20px 24px; }
.asa-sidebar-body .form-group { margin-bottom: 14px; }
.asa-sidebar-body .input-group-text {
  background: var(--asa-bg);
  border-right: 0;
  color: var(--asa-primary);
  min-width: 42px;
  justify-content: center;
}
.asa-sidebar-body .form-control {
  border-left: 0;
  font-size: 14px;
  padding: 10px 12px;
  height: auto;
}
.asa-sidebar-body .form-control:focus {
  box-shadow: none;
  border-color: var(--asa-accent);
}
.asa-sidebar-body .input-group .form-control { border-left: 0; }
.asa-sidebar-body .input-group { border-radius: 6px; }
.asa-sidebar-body .input-group .input-group-text,
.asa-sidebar-body .input-group .form-control {
  border-color: #e0e0e0;
}
.asa-sidebar-divider {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 16px 0;
}
.asa-sidebar-actions { padding: 0 24px 20px; }
.asa-btn-callback {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  transition: all .2s;
  text-decoration: none;
  margin-bottom: 10px;
}
.asa-btn-callback.primary {
  background: var(--asa-orange);
  color: #fff;
}
.asa-btn-callback.primary:hover { background: #e65100; }
.asa-btn-callback.danger {
  background: #dc3545;
  color: #fff;
}
.asa-btn-callback.danger:hover { background: #c82333; }
.asa-btn-callback.success {
  background: #28a745;
  color: #fff;
}
.asa-btn-callback.success:hover { background: #218838; }
.asa-btn-callback.whatsapp {
  background: #25d366;
  color: #fff;
}
.asa-btn-callback.whatsapp:hover { background: #1da851; }
.asa-btn-callback i { margin-right: 6px; }
.asa-sidebar-trust {
  background: var(--asa-bg);
  padding: 12px 24px;
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  color: #888;
  text-align: center;
}
.asa-sidebar-trust span { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.asa-sidebar-trust i { font-size: 16px; color: var(--asa-primary); }

/* Harita Bölümü */
.asa-map-section {
  padding: 50px 0;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .asa-hero .rslides img { height: 240px; }
  .asa-search { margin-top: -24px; padding: 16px; }
  .asa-theme-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .asa-section { padding: 32px 0; }
  .asa-section-title { font-size: 20px; margin-bottom: 20px; }
  .widget-card__img { height: 180px; }
  .widget-card--wide .widget-card__img { height: 200px; }
  .widget-card__title { font-size: 16px; }
  .widget-card--wide .widget-card__title { font-size: 18px; }
  .widget-card__action { opacity: 1; transform: translateY(0); }
  .asa-sidebar-price .price-value { font-size: 26px; }
  .asa-map-section { padding: 30px 0; }
  .asa-map-section iframe { height: 250px; }
}
