/* === Webreta Vize Stilleri - Düz Sidebar & Ek Hizmetler (kurumsal) === */
:root {
  --wvm-primary: #3b82f6;          /* Mavi */
  --wvm-primary-dark: #2563eb;
  --wvm-secondary: #ea2e22;        /* Turuncu */
  --wvm-secondary-dark: #ea2e2e;
  --wvm-success: #22c55e;          /* Yeşil */
  --wvm-info: #06b6d4;             /* Açık mavi */
  --wvm-text-dark: #1f2937;
  --wvm-text-light: #6b7280;
  --wvm-border: #e5e7eb;
  --wvm-bg-light: #f9fafb;
  --wvm-bg-white: #ffffff;
}

/* GENEL KUTU */
.wvm-sidebar-widget {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--wvm-border);
  background: var(--wvm-bg-white);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
  margin-bottom: 18px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wvm-sidebar-widget:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}
.wvm-sidebar-widget h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 1rem;
  border-bottom: 1px solid var(--wvm-border);
  font-weight: 600;
  background: #fff;
}
.wvm-sidebar-widget p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--wvm-text-light);
  padding: 0 18px 14px;
}

/* === FORM WIDGET === */
.wvm-form-widget {
  border-color: rgba(58, 58, 60, 0.28);
  background: #ebebe9;
	margin-bottom: 0;
}

.wvm-form-widget p {
	margin-top: 10px;
}

.wvm-form-widget p:has(input) {
	margin-bottom: 0;
}
.wvm-form-widget h4 {
  background: #3a3a3c;                   /* çok hafif turuncu şerit */
  border-bottom: 1px solid rgba(234, 46, 34, 0.18);
  color: white;
}
.wvm-form-widget .wvm-sidebar-form-wrapper {
  padding: 0 16px 16px;
}
.wvm-form-widget input,
.wvm-form-widget select,
.wvm-form-widget textarea,
.wvm-form-widget .wpcf7-form-control {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 5px 10px !important;
  width: 100% !important;
  font-size: 12px !important;
  margin-bottom: 0px !important;
  transition: border 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}
.wvm-form-widget input:focus,
.wvm-form-widget select:focus,
.wvm-form-widget textarea:focus,
.wvm-form-widget .wpcf7-form-control:focus {
  border-color: #eac8c5 !important;
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.15) !important;
  outline: none !important;
}
.wvm-form-widget input[type="submit"],
.wvm-form-widget .wpcf7-submit,
.wvm-form-widget .wvm-form-submit-btn {
  background: var(--wvm-secondary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  width: 100% !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.15s ease !important;
}
.wvm-form-widget input[type="submit"]:hover,
.wvm-form-widget .wpcf7-submit:hover,
.wvm-form-widget .wvm-form-submit-btn:hover {
  background: var(--wvm-secondary-dark) !important;
}

/* === ANINDA DESTEK === */
.wvm-destek-widget {
  background: #fff;
  border-color: rgba(34, 197, 94, 0.14);
}
.wvm-destek-widget h4 {
  background: #effdf5;                    /* çok hafif yeşil */
  border-bottom: 1px solid rgba(34, 197, 94, 0.12);
}
.wvm-destek-buton {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.wvm-destek-buton .dashicons {
  font-size: 22px;
}
.wvm-destek-buton div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wvm-destek-buton strong {
  color: var(--wvm-text-dark);
  font-size: 0.9rem;
}
.wvm-destek-buton span {
  font-size: 0.74rem;
}
.wvm-destek-buton.whatsapp {
  background: rgba(37, 211, 102, 0.08);
}
.wvm-destek-buton.whatsapp .dashicons {
  color: #25d366;
}
.wvm-destek-buton.whatsapp:hover {
  background: rgba(37, 211, 102, 0.14);
}
.wvm-destek-buton.telefon {
  background: rgba(6, 182, 212, 0.06);
}
.wvm-destek-buton.telefon .dashicons {
  color: #0ea5e9;
}
.wvm-destek-buton.telefon:hover {
  background: rgba(6, 182, 212, 0.1);
}
.wvm-calisma-saatleri {
  background: #f8fafc;
  padding: 12px 16px 14px;
  border-top: 1px solid var(--wvm-border);
}
.wvm-calisma-saatleri h5 {
  margin: 0 0 6px;
  font-size: 0.82rem;
  color: var(--wvm-text-dark);
}
.wvm-calisma-saatleri p {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

/* === GÜVENLİ İŞLEM === */
.wvm-guven-widget {
  background: #fff;
  border-color: rgba(34, 197, 94, 0.22);
}
.wvm-guven-widget h4 {
  background: #ecfdf3;
  border-bottom: 1px solid rgba(34, 197, 94, 0.16);
}
.wvm-guven-listesi {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
}
.wvm-guven-listesi li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--wvm-text-dark);
  margin-bottom: 8px;
}
.wvm-guven-listesi li:last-child {
  margin-bottom: 0;
}
.wvm-guven-listesi .dashicons {
  color: #22c55e;
  font-size: 18px;
}
.wvm-basari-orani-kutu {
  background: #ecfdf3;
  border-top: 1px solid rgba(34, 197, 94, 0.16);
  padding: 14px 16px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #166534;
}

/* === HIZLI BAŞVURU === */
.wvm-hizli-basvuru-widget {
  background: #fff;
  border-color: rgba(249, 115, 22, 0.18);
}
.wvm-hizli-basvuru-widget h4 {
  background: #fff5ed;
  border-bottom: 1px solid rgba(249, 115, 22, 0.15);
}
.wvm-hizli-basvuru-widget p {
  color: #b45309;
}
.wvm-hizli-basvuru-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: var(--wvm-secondary);
  color: #fff;
  margin: 0 16px 16px;
  padding: 9px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: background 0.15s ease;
}
.wvm-hizli-basvuru-btn:hover {
  background: var(--wvm-secondary-dark);
}

/* === EK HİZMETLER KUTUSU (içerikte) === */
.wvm-ek-hizmetler-kutu {
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 10px;
  padding: 15px 16px 14px;
  margin-top: 16px;
}
.wvm-ek-hizmetler-kutu h5 {
  color: #1d4ed8;
  margin: 0 0 10px;
  font-size: 0.9rem;
  display: flex;
  gap: 6px;
  align-items: center;
}
.wvm-ek-hizmetler-kutu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wvm-ek-hizmetler-kutu li {
  padding: 4px 0;
  font-size: 0.85rem;
  color: var(--wvm-text-dark);
  display: flex;
  gap: 6px;
  align-items: center;
}
.wvm-ek-hizmetler-kutu li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #2563eb;
  border-radius: 999px;
  display: inline-block;
}

/* === MOBİL === */
@media (max-width: 768px) {
  .wvm-sidebar-widget {
    width: 100%;
  }
  .wvm-destek-buton {
    gap: 10px;
  }
}

