/*
Theme Name: Kasra Clinic Child
Template: twentytwentyfive
Version: 1.0
*/

@import url("../twentytwentyfive/style.css");

/* فونت ها */
@font-face {
  font-family: 'Vazir';
  src: url('fonts/Vazir.woff2') format('woff2');
}

@font-face {
  font-family: 'Sahel';
  src: url('fonts/Sahel.woff2') format('woff2');
}

body {
  font-family: 'Vazir', sans-serif;
  background-color: #f7fbff;
  direction: rtl;
}
.site-header {
  background: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid #e7f3ff;
}

.site-header nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #084298;
  font-weight: 500;
}

.hero {
  background: #e7f3ff;
  padding: 80px 20px;
  text-align: center;
}

.btn-primary {
  background: #0d6efd;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
}

.site-footer {
  background: #084298;
  color: white;
  text-align: center;
  padding: 20px;
}
.kasra-header {
  background: #87ceeb;
  padding: 12px 0;
}

.kasra-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.kasra-clinic-name {
  text-decoration: none;
  color: #0b2a52;
  font-weight: 700;
  font-family: Calibri, sans-serif;
}

.kasra-menu {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.kasra-menu li a {
  text-decoration: none;
  color: #0b2a52;
  font-weight: 700;
  font-family: Calibri, sans-serif;
}
.kasra-home {
  direction: rtl;
  font-family: Calibri, sans-serif;
  color: #0b2a52;
  line-height: 1.9;
}

.kasra-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.kasra-hero,
.kasra-quick-info,
.kasra-services,
.kasra-why-us,
.kasra-steps,
.kasra-faq,
.kasra-contact,
.kasra-final-cta {
  padding: 48px 0;
}

.kasra-hero {
  background: #eaf7ff;
  text-align: center;
  border-radius: 14px;
  margin-top: 20px;
}

.kasra-hero h1 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.kasra-hero__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.kasra-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid #0b2a52;
}

.kasra-btn--primary {
  background: #0b2a52;
  color: #fff;
}

.kasra-btn--secondary {
  background: #fff;
  color: #0b2a52;
}

.kasra-grid {
  display: grid;
  gap: 16px;
}

.kasra-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.kasra-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.kasra-card {
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 12px;
  padding: 16px;
}

.kasra-services .kasra-card h3 {
  margin: 0;
}

.kasra-faq details {
  border: 1px solid #d8e8f5;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: #fff;
}

.kasra-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.kasra-map {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d8e8f5;
}

/* Responsive */
@media (max-width: 992px) {
  .kasra-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .kasra-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .kasra-grid-4,
  .kasra-grid-3 { grid-template-columns: 1fr; }

  .kasra-hero h1 {
    font-size: 1.5rem;
  }
}
