:root {
  --primary-gradient: linear-gradient(135deg, #8b4513, #d2691e, #cd853f);
  --warning-gradient: linear-gradient(45deg, #ff8c00, #ffa500, #ffd700);
  --warning-light: linear-gradient(45deg, #ffe4b5, #ffd700);
  --warning-dark: linear-gradient(45deg, #b8860b, #daa520);
  --accent-warning: linear-gradient(45deg, #ff6b35, #ff8c00);
  --text-warning: #d2691e;
  --bg-warning-light: #fff8e1;
  --border-warning: #ffd54f;
  --bs-danger-rgb: 245, 101, 101;

  --yellow-dark: #f9a825;
  --yellow: #ffd700;
  --yellow-light: #fff176;
  --black: #0a0a0a;
  --black-soft: #1a1a1a;
  --black-medium: #222222;
  --gray: #333333;
  --white: #ffffff;
  --text-light: #eeeeee;
}
/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--black);
}
::-webkit-scrollbar-thumb {
  background: var(--yellow);
  border-radius: 10px;
}
/* ===== PARTICLES ===== */
#particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
* {
  font-family: "Vazirmatn", sans-serif;
  scroll-behavior: smooth;
}
body {
  background: var(--black) !important;
  color: var(--white) !important;
  overflow-x: hidden;
}
main::selection {
  background: #ffc700;
  color: black;
}
/* Responsive Design */
@media (max-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .cta-title {
    font-size: 2.2rem;
  }

  .phone-number {
    font-size: 2rem;
  }
  .breadcrumb-modern {
    /* justify-content: center;
    flex-direction: column; */
    gap: 0.8rem;
  }

  .breadcrumb-separator {
    display: none;
  }

  .breadcrumb-item {
    /* width: 100%; */
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .btn-cta-emergency {
    padding: 1.2rem 2rem;
    font-size: 1.1rem;
  }
  .breadcrumb-container {
    padding: 1.5rem 0;
  }

  .breadcrumb-modern {
    font-size: 1rem;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    padding: 0.4rem 0.6rem;
    font-size: 0.7rem;
  }
}
/* hero section */
.hero-section {
  background: 0;
  position: relative;
  z-index: 2;
  padding-top: 70px;
  background: 0;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
.hero-title {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  /* background: var(--warning-gradient); */
  /* background: linear-gradient(
    135deg,
    var(--yellow),
    var(--yellow-dark) #f9a825,
    var(--yellow-light)
  );
  -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text;
  background-size: 300% 300%;
  animation: gradientText 8s ease-in-out infinite; */
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease 0.2s both;
}
.hero-title .gold {
  background: linear-gradient(
    135deg,
    var(--yellow),
    var(--yellow-dark),
    var(--yellow-light)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@keyframes gradientText {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.hero-subtitle {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 2.5rem;
  line-height: 1.6;
  animation: fadeInUp 1s ease 0.4s both;
}
/* CTA Section */
.cta-section {
  padding: 6rem 0;
  /* background: var(--warning-gradient); */
  /* color: #2c3e50; */
  position: relative;
  overflow: hidden;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  /* color: #2c3e50; */
}

.cta-subtitle {
  font-size: 1.4rem;
  /* color: rgba(44, 62, 80, 0.9); */
  margin-bottom: 3rem;
  line-height: 1.6;
}

.phone-display {
  /* background: rgba(255, 255, 255, 0.3); */
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.15),
    rgba(255, 215, 0, 0.05)
  );
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2.5rem;
  /* -webkit-backdrop-filter: blur(10px); */
  /* backdrop-filter: blur(10px); */
  /* border: 2px solid rgba(255, 255, 255, 0.5); */
  border: 2px solid var(--border-warning);
}

.phone-number {
  font-size: 2.5rem;
  font-weight: 800;
  /* color: #2c3e50; */
  direction: ltr;
  text-align: center;
  letter-spacing: 2px;
}

.phone-number span {
  display: inline-block;
  animation: pulseNumber 2s infinite;
  color: var(--text-warning);
}

@keyframes pulseNumber {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.btn-cta-emergency {
  /* background: var(--accent-warning); */
  /* border: none;
  padding: 1.4rem 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  color: white; */
  padding: 18px 45px;
  background: transparent;
  color: var(--yellow);
  border: 2px solid rgba(255, 215, 0, 0.5);
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-cta-emergency:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.7);
}
.section-tag {
  display: inline-block;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.25);
  color: var(--yellow);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  /* color: var(--text-warning); */
  margin-bottom: 1.5rem;
  position: relative;
  /* display: inline-block; */
}
.section-subtitle {
  color: #6c757d;
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
/* Breadcrumb Section */
.breadcrumb-container {
  /* background: white; */
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.breadcrumb-modern {
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: auto;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 500;
}

.breadcrumb-item a {
  color: var(--text-warning);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 213, 79, 0.1);
}

.breadcrumb-item a:hover {
  color: #ff6b35;
  background: rgba(255, 213, 79, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.2);
}

.breadcrumb-item a i {
  font-size: 0.9rem;
}

.breadcrumb-item.active {
  color: #495057;
  font-weight: 600;
  background: white;
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: rgba(255, 213, 79, 0.1);
}
.breadcrumb-separator {
  color: var(--border-warning);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  text-align: center;
}
/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
