.elementor-2367 .elementor-element.elementor-element-18146a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2367 .elementor-element.elementor-element-18146a5{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-9a3258d */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Tahoma, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #07111f;
  color: #fff;
  overflow-x: hidden;
}

.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px 95px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.10), transparent 25%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.18), transparent 28%),
    linear-gradient(145deg, #07111f 0%, #0f172a 45%, #102847 100%);
}

.bg-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
  pointer-events: none;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(65px);
  opacity: 0.35;
  animation: floatGlow 7s ease-in-out infinite;
  pointer-events: none;
}

.glow-1 {
  width: 220px;
  height: 220px;
  background: #25d366;
  top: -40px;
  right: -50px;
}

.glow-2 {
  width: 250px;
  height: 250px;
  background: #3b82f6;
  bottom: -80px;
  left: -60px;
  animation-delay: 1.5s;
}

.glow-3 {
  width: 180px;
  height: 180px;
  background: #f59e0b;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.15;
  animation-delay: 0.8s;
}

@keyframes floatGlow {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}

.hero-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  text-align: center;
  padding: 28px 18px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: cardFade 0.7s ease;
}

@keyframes cardFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.company-label {
  display: inline-block;
  background: linear-gradient(135deg, #facc15, #f59e0b);
  color: #111827;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 12px;
}

.mini-badge {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  color: #dbeafe;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}

h1 {
  font-size: 30px;
  line-height: 1.55;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 14px;
}

h1 span {
  display: block;
  margin-top: 6px;
  color: #93c5fd;
  font-size: 24px;
}

.hero-desc {
  color: #e5eefc;
  font-size: 16px;
  line-height: 1.95;
  margin-bottom: 22px;
}

.hero-desc strong {
  color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.service-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  padding: 18px 14px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.service-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(37,211,102,0.20), rgba(59,130,246,0.24));
  color: #ffffff;
}

.service-icon svg {
  width: 26px;
  height: 26px;
}

.service-card h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 8px;
}

.service-card p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.9;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}

.trust-strip span {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
}

.cta-box {
  background: linear-gradient(135deg, rgba(37,211,102,0.12), rgba(59,130,246,0.12));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
  padding: 20px 14px;
}

.cta-box h2 {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 8px;
}

.cta-box p {
  color: #e5eefc;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
}

.main-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.btn {
  width: 100%;
  max-width: 330px;
  text-decoration: none;
  text-align: center;
  border-radius: 16px;
  padding: 15px 14px;
  font-size: 17px;
  font-weight: 900;
  transition: 0.25s ease;
}

.call-btn {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 10px 25px rgba(255,255,255,0.15);
}

.call-btn:hover {
  transform: translateY(-2px);
  background: #eef2f7;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #16a34a);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37,211,102,0.28);
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
}

.footer-note {
  margin-top: 16px;
  color: #bfdbfe;
  font-size: 13px;
  line-height: 1.8;
}

.mobile-fixed-bar {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(7, 17, 31, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.fixed-btn {
  flex: 1;
  text-decoration: none;
  text-align: center;
  padding: 14px 10px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
}

.fixed-call {
  background: #ffffff;
  color: #0f172a;
}

.fixed-whatsapp {
  background: linear-gradient(135deg, #25d366, #16a34a);
  color: #ffffff;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .btn {
    max-width: 240px;
  }

  .mobile-fixed-bar {
    display: none;
  }

  .hero-section {
    padding-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 12px 8px 95px;
  }

  .hero-card {
    padding: 22px 12px 20px;
    border-radius: 24px;
  }

  .company-label {
    font-size: 12px;
    padding: 9px 12px;
  }

  h1 {
    font-size: 24px;
  }

  h1 span {
    font-size: 18px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .service-card {
    padding: 16px 12px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 13px;
  }

  .cta-box h2 {
    font-size: 20px;
  }

  .cta-box p {
    font-size: 14px;
  }

  .btn,
  .fixed-btn {
    font-size: 15px;
  }

  .trust-strip span {
    font-size: 12px;
    padding: 9px 10px;
  }
}/* End custom CSS */