:root {
  --fast-primary: #f7881f;
  --fast-primary-rgb: 247, 136, 31;
  --fast-dark: #0f172a;
  --fast-dark-2: #111827;
  --fast-muted: #6b7280;
  --fast-light: #f8fafc;
  --fast-border: rgba(15, 23, 42, 0.12);
}

body {
  background: #f5f6f8;
}

.fast-topbar {
  background: linear-gradient(90deg, #0b1220 0%, #121a2b 55%, #1b2234 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fast-topbar a {
  color: #ffffff;
}

.fast-topbar .form-select {
  border-radius: 999px;
  padding: 0.15rem 1.75rem 0.15rem 0.75rem;
  font-size: 0.75rem;
}

.fast-header {
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fast-header .menu-item {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.fast-header .menu-item:hover {
  color: var(--fast-primary);
}

@media (min-width: 1200px) {
  .fast-header .d-flex.flex-wrap {
    flex-wrap: nowrap !important;
  }

  .fast-header .flex-grow-1 {
    min-width: 0;
  }

  .fast-header #mainmenu {
    flex-wrap: nowrap;
    gap: 1.8rem;
  }

  .fast-header #mainmenu > li {
    white-space: nowrap;
  }

  .fast-header .btn-main {
    padding: 10px 16px;
  }

  .fast-header #logo img {
    max-width: 200px;
    max-height: 64px;
    height: auto;
    width: auto;
  }
}

@media (max-width: 1199px) {
  .fast-header #logo img {
    max-width: 180px;
    max-height: 57px;
    height: auto;
    width: auto;
  }
}

.fast-subheader {
  padding-top: 140px;
}

@media (max-width: 991px) {
  .fast-subheader {
    padding-top: 120px;
  }
}

.fast-header-actions a.btn-main {
  white-space: nowrap;
}

.fast-btn-primary {
  background: var(--fast-primary);
  border-color: var(--fast-primary);
  color: #111827;
}

.fast-btn-primary:hover {
  background: #f36d00;
  border-color: #f36d00;
}

.fast-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: transparent;
}

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

.fast-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 110px;
}

.fast-hero .fast-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.fast-hero .fast-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 16, 30, 0.92) 20%, rgba(10, 16, 30, 0.65) 70%);
  z-index: 2;
}

.fast-hero .fast-hero-shape {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 136, 31, 0.35) 0%, rgba(247, 136, 31, 0) 70%);
  top: -220px;
  right: -140px;
  z-index: 2;
}

.fast-hero .fast-hero-content {
  position: relative;
  z-index: 3;
}

.fast-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fast-hero-card {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 28px;
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.35);
}

.fast-hero-card .fast-mini-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.fast-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.fast-hero-stats .stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 16px;
}

.fast-section {
  padding: 70px 0;
  position: relative;
}

.fast-section-tight {
  padding-top: 24px;
}

.fast-section.bg-soft {
  background: #ffffff;
}

.fast-section .fast-section-title {
  max-width: 600px;
}

.fast-card {
  background: #ffffff;
  border: 1px solid var(--fast-border);
  border-radius: 22px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.fast-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.fast-card .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(247, 136, 31, 0.15);
  color: var(--fast-primary);
  font-size: 24px;
}

.fast-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(247, 136, 31, 0.12);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.8rem;
  color: #b45309;
}

.fast-grid-bg {
  background-image: radial-gradient(rgba(15, 23, 42, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
}

.fast-steps {
  border-left: 2px dashed rgba(247, 136, 31, 0.4);
  padding-left: 24px;
}

.fast-step {
  position: relative;
  padding-bottom: 32px;
}

.fast-step:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--fast-primary);
  box-shadow: 0 0 0 6px rgba(247, 136, 31, 0.2);
}

.fast-video-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fast-video-card .play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(247, 136, 31, 0.9);
  color: #111827;
  font-size: 24px;
  position: absolute;
  inset: 0;
  margin: auto;
  box-shadow: 0 0 0 12px rgba(247, 136, 31, 0.2);
}

.fast-cta {
  background: linear-gradient(135deg, rgba(247, 136, 31, 0.95), rgba(18, 24, 36, 0.95));
  border-radius: 28px;
  color: #ffffff;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.fast-cta:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 65%);
}

.fast-footer {
  background: #0b1220;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fast-footer .container {
  padding-top: 18px;
  padding-bottom: 16px;
}

.fast-footer h5 {
  font-size: 16px;
  margin-bottom: 12px;
}

.fast-footer p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.fast-footer .widget {
  padding-bottom: 0;
}

.fast-footer .widget ul li {
  margin: 2px 0;
  line-height: 1.5;
}

.fast-footer .contact-info .spacer-20 {
  margin-bottom: 0;
}

.fast-footer .contact-info h3 {
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.fast-footer .contact-info .op-5 {
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.fast-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fast-footer-contact li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fast-footer-contact li:last-child {
  border-bottom: 0;
}

.fast-footer-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--fast-primary);
  background: rgba(247, 136, 31, 0.12);
  font-size: 12px;
}

.fast-footer-value {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.4;
}

.fast-footer .row.g-4 {
  --bs-gutter-y: 1rem;
}

.fast-footer .subfooter {
  margin-top: 20px;
}

.fast-footer .widget a {
  color: rgba(255, 255, 255, 0.75);
}

.fast-footer .widget a:hover {
  color: #ffffff;
}

.fast-media-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #0f172a;
  color: #ffffff;
  min-height: 220px;
}

.fast-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.fast-media-card .fast-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.85) 85%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.fast-tool-card {
  border-radius: 20px;
  border: 1px solid var(--fast-border);
  background: #ffffff;
  padding: 24px;
}

.fast-form {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid var(--fast-border);
  padding: 32px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.fast-contact-card {
  padding: 20px;
}

.fast-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.fast-contact-item:last-child {
  border-bottom: 0;
}

.fast-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(247, 136, 31, 0.15);
  color: var(--fast-primary);
  font-size: 16px;
  flex-shrink: 0;
}

.fast-contact-wrap {
  background: #fff7f2;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(247, 136, 31, 0.15);
}

.fast-contact-aside {
  padding: 16px 12px;
}

.fast-contact-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid var(--fast-border);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  margin: 16px;
}

.fast-contact-quick {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fast-quick-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid rgba(247, 136, 31, 0.2);
  color: #b45309;
  font-weight: 600;
  font-size: 0.85rem;
}

.fast-quick-item i {
  color: var(--fast-primary);
}

.fast-map-card {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid var(--fast-border);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.fast-map-frame iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 18px;
  background: #f1f5f9;
}

.fast-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(247, 136, 31, 0.2);
  color: var(--fast-primary);
  margin-right: 6px;
  text-decoration: none;
}

.fast-share a:hover {
  background: rgba(247, 136, 31, 0.1);
}

.fast-track-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--fast-border);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fast-track-label {
  font-weight: 600;
  color: #1f2937;
}

.fast-track-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.fast-track-form .form-control {
  flex: 1;
  border-radius: 999px;
  padding: 0.65rem 1rem;
}

.fast-track-form .btn-main {
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
}

.fast-track-status {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--fast-border);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.fast-status-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.fast-status-highlight {
  background: #eef7ff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
}

.fast-status-history {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 16px;
}

.fast-history-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  padding-bottom: 18px;
}

.fast-history-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .fast-track-form {
    flex-direction: column;
    align-items: stretch;
  }

  .fast-status-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.fast-related-item {
  align-items: flex-start;
}

.fast-related-thumb {
  flex-shrink: 0;
  object-fit: cover;
}

.fast-related-body {
  min-width: 0;
}

.fast-related-body p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.fast-related-body a,
.fast-related-body p {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.fast-related-title {
  font-size: 0.92rem;
  line-height: 1.35;
}

.fast-press-card {
  padding: 22px;
}

.fast-press-card img {
  height: 180px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .fast-contact-wrap {
    padding: 20px;
  }

  .fast-contact-form {
    margin: 0;
    margin-top: 20px;
  }

  .fast-map-card {
    grid-template-columns: 1fr;
  }
}

.fast-quote {
  border-left: 4px solid var(--fast-primary);
  padding-left: 18px;
  font-style: italic;
  color: #1f2937;
}

.fast-float {
  animation: floaty 6s ease-in-out infinite;
}

/* subtle load-in animation for sections */
.fast-animate {
  opacity: 0;
  transform: translateY(8px);
  animation: fastFadeUp 0.6s ease forwards;
  animation-delay: var(--fast-delay, 0s);
}

@keyframes fastFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fast-animate {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

html[dir="rtl"] .fast-steps {
  border-left: none;
  border-right: 2px dashed rgba(247, 136, 31, 0.4);
  padding-left: 0;
  padding-right: 24px;
}

html[dir="rtl"] .fast-step:before {
  left: auto;
  right: -35px;
}

html[dir="rtl"] .fast-hero-card {
  text-align: right;
}

@media (max-width: 991px) {
  .fast-hero {
    padding: 140px 0 90px;
  }

  .fast-hero-card {
    margin-top: 30px;
  }

  .fast-cta {
    padding: 36px;
  }

  .fast-video-card {
    min-height: 260px;
  }

  .fast-header {
    background: #0b1220;
  }

  .fast-header-actions {
    gap: 0.5rem;
  }

  .fast-header-actions a.btn-main {
    display: none;
  }

  header.header-mobile #mainmenu {
    background: #0b1220;
  }

  header.header-mobile #mainmenu li a.menu-item {
    color: #ffffff;
  }

  header.header-mobile #mainmenu li a.menu-item:hover {
    color: var(--fast-primary);
  }

  header.header-mobile #mainmenu li ul {
    background: #111827;
  }

  header.header-mobile:not(.menu-open) #mainmenu {
    display: none !important;
  }

  header.header-mobile.menu-open #mainmenu {
    display: block !important;
  }

  header.header-mobile #mainmenu {
    display: none;
    position: static;
    padding: 0 16px 20px;
    margin-top: 6px;
  }

  header.header-mobile.menu-open {
    overflow-y: auto;
  }

  header.header-mobile.menu-open #mainmenu {
    display: block;
  }

  header.header-mobile.menu-open .d-flex {
    align-items: flex-start;
  }

  header.header-mobile.menu-open .flex-grow-1 {
    width: 100%;
    order: 3;
  }

  header.header-mobile.menu-open .fast-header-actions {
    order: 2;
  }

  header.header-mobile.menu-open #logo {
    order: 1;
  }

  header.header-mobile #mainmenu li a.menu-item {
    padding: 12px 0;
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .fast-hero {
    padding: 120px 0 70px;
  }

  .fast-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .fast-section {
    padding: 70px 0;
  }
}
.fast-whatsapp-float {
    position: fixed;
    bottom: 120px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #25D366;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.35);
    transform: translateZ(0);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fast-whatsapp-float.is-ltr {
    right: 24px;
    left: auto;
}

.fast-whatsapp-float.is-rtl {
    left: 24px;
    right: auto;
}

.fast-whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(37, 211, 102, 0.45);
    color: #ffffff;
}

.fast-whatsapp-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 20px;
}

.fast-whatsapp-label {
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, max-width 0.2s ease;
}

.fast-whatsapp-float:hover .fast-whatsapp-label {
    opacity: 1;
    max-width: 200px;
}

@media (max-width: 768px) {
    .fast-whatsapp-label {
        display: none;
    }
}
