﻿/* SpecterHUB RTL-aware theme rebuild */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #070809;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Poppins", "Alexandria", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #82c4ff;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.main-06 {
  position: relative;
  overflow-x: hidden;
}

.header {
  padding: 32px 0;
}

.header .logo img {
  height: 48px;
}

.header-right a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.main-wrapper.demo-06 {
  padding-bottom: 120px;
}

.hero-area {
  padding: 120px 0 80px;
}

.hero-area .row {
  align-items: center;
}

.hero-area .heading h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero-left,
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-right > p {
  margin-bottom: 1.1rem;
}

.hero-right > p:last-of-type {
  margin-bottom: 0;
}

[data-countdown] .countdown {
  display: flex;
  gap: 24px;
  margin-top: 12px;
}

[data-countdown] .single-count-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 90px;
}





[data-countdown] .single-count-content .count {
  position: relative;
}

[data-countdown] .single-count-content:not(:last-child) .count::after {
  content: ":";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}[data-countdown] .count {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  color: #ffffff;
  font-family: "Space Mono", monospace;
}

[data-countdown] .text {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

section.py-5,
section.pb-5,
.hero-area {
  background: transparent;
}

section.py-5 h2,
section.pb-5 h2,
section.py-5 h3,
section.pb-5 h3 {
  color: #ffffff;
}

section.py-5 p,
section.pb-5 p,
section.py-5 li,
section.pb-5 li {
  color: rgba(255, 255, 255, 0.75);
}

.list-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list-unstyled li {
  position: relative;
  padding-left: 20px;
}

.list-unstyled li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #82c4ff;
}

.content-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 18px;
  border: 1px solid rgba(130, 196, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(4, 9, 20, 0.35);
}

.content-panel.outline {
  background: rgba(255, 255, 255, 0.02);
}

.content-panel a {
  color: #4da3ff;
}

.content-panel a:hover,
.content-panel a:focus {
  color: #82c4ff;
}

.link-inline {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.link-inline:hover,
.link-inline:focus {
  color: #82c4ff;
}

/* Arabic typography */
:lang(ar) {
  font-family: "Alexandria", "Tajawal", "Segoe UI", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
  direction: rtl;
}

main .main-wrapper.demo-06 [lang="ar"] .lead-ar {
  font-size: 1.2rem;
  line-height: 2.15rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 1.2rem;
}

main .main-wrapper.demo-06 [lang="ar"] ul {
  padding-right: 1.25rem;
}

main .main-wrapper.demo-06 [lang="ar"] li {
  margin-bottom: 0.5rem;
}

main .main-wrapper.demo-06 [lang="ar"] li:last-child {
  margin-bottom: 0;
}

main .main-wrapper.demo-06 [lang="ar"] a {
  color: #4da3ff;
}

main .main-wrapper.demo-06 [lang="ar"] a:hover,
main .main-wrapper.demo-06 [lang="ar"] a:focus {
  color: #82c4ff;
}

.footer {
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.6);
}

.footer a:hover {
  color: #82c4ff;
}

@media (max-width: 991.98px) {
  .hero-area {
    padding: 90px 0 60px;
  }

  .hero-left,
  .hero-right {
    gap: 24px;
  }

  .hero-area .heading h1 {
    font-size: clamp(2.8rem, 10vw, 4rem);
  }

  [data-countdown] .countdown {
    justify-content: flex-start;
    gap: 18px;
  }

  .content-panel {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .header {
    text-align: center;
  }

  .header-right {
    margin-top: 16px;
    text-align: center;
  }

  [data-countdown] .single-count-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 90px;
}

}





