:root {
  --brand-bg: #0d1321;
  --brand-surface: #111b2e;
  --brand-card: #17233b;
  --brand-primary: #3ddc97;
  --brand-secondary: #7ab8ff;
  --brand-text: #e8f0ff;
  --brand-muted: #b8c6df;
  --brand-border: rgba(255, 255, 255, 0.12);
}

body.site-body {
  background: radial-gradient(circle at 20% 0%, #1a2a4a 0%, var(--brand-bg) 42%),
    linear-gradient(180deg, #0c1425 0%, #070d18 100%);
  color: var(--brand-text);
  min-height: 100vh;
}

.site-navbar {
  background: rgba(13, 19, 33, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--brand-border);
}

.site-logo {
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #fff;
}

.site-logo span {
  color: var(--brand-primary);
}

.nav-link {
  color: var(--brand-muted) !important;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff !important;
}

.hero {
  padding: 7rem 0 4rem;
}

.hero-tag {
  display: inline-block;
  border: 1px solid var(--brand-border);
  color: var(--brand-primary);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.hero h1 {
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.hero p {
  color: var(--brand-muted);
  max-width: 760px;
}

.section-card,
.service-card,
.stat-card,
.faq-card,
.contact-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--brand-border);
  border-radius: 18px;
}

.section-card {
  padding: 2rem;
}

.service-card {
  height: 100%;
  padding: 1.5rem;
}

.service-card h3 {
  color: #fff;
  font-size: 1.35rem;
}

.service-card p {
  color: var(--brand-muted);
  font-size: 0.98rem;
}

.site-btn {
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
  color: #05243f;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  text-decoration: none;
  display: inline-block;
}

.site-btn:hover {
  color: #04182b;
}

.site-btn-outline {
  border: 1px solid var(--brand-border);
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  text-decoration: none;
  display: inline-block;
}

.site-btn-outline:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

.section-title {
  color: #fff;
  font-weight: 800;
}

.muted {
  color: var(--brand-muted);
}

.stat-card {
  padding: 1.3rem;
  text-align: center;
}

.stat-card h4 {
  color: #fff;
  margin-bottom: 0.25rem;
}

.faq-card,
.contact-card {
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.page-hero {
  padding: 5.5rem 0 3rem;
}

.page-hero h1 {
  color: #fff;
  font-weight: 800;
}

.bullet-list {
  padding-left: 1.15rem;
}

.bullet-list li {
  margin-bottom: 0.6rem;
  color: var(--brand-muted);
}

.site-footer {
  border-top: 1px solid var(--brand-border);
  margin-top: 4rem;
  padding: 2rem 0;
}

.site-footer p,
.site-footer a {
  color: var(--brand-muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 5rem;
  }

  .hero h1 {
    font-size: 2rem;
  }
}



.social-chat-widget1 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.social-chat-widget1.left {
    left: 20px;
    right: auto;
}

.chat-icon1 {
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease;
}

.chat-icon1:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.social-icons1 {
    display: none;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-icons1.open {
    display: flex;
    flex-direction: column;
}

.social-icon1 {
    background-color: white;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    font-size: 21px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-icon1:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.social-icon1 .fa-whatsapp {
    color: #25D366;
}

.social-icon1 .fa-phone {
    color: #25D366;
}

.social-icon1 .fa-envelope {
    color: #EA4335;
}

.social-icon1 .fa-facebook-f {
    color: #1877F2;
}

.social-icon1 .fa-telegram-plane {
    color: #229ED9;
}