/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* ── Hero Slider Base ── */
.b44hs {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  background: linear-gradient(135deg, #0A0F2E 0%, #0D1B4B 40%, #0066FF 100%);
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

.b44hs *, .b44hs *::before, .b44hs *::after {
  box-sizing: border-box;
}

/* ── Background ── */
.b44hs-bgimg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.2;
  display: block;
  transition: opacity 0.6s ease;
}

.b44hs-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(10,15,46,0.95), rgba(10,15,46,0.80), rgba(10,15,46,0.40));
}

.b44hs-glow {
  position: absolute;
  top: 25%; right: 25%;
  width: 384px; height: 384px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  pointer-events: none;
  background: #0066FF;
  transition: background 0.8s ease;
}

/* ── Container ── */
.b44hs-container {
  position: relative;
  z-index: 10;
  max-width: 1450px;
  margin: 0 auto;
  padding: 100px 24px 80px;
  width: 100%;
}

/* ── Two-column row ── */
.b44hs-row {
  overflow: visible;
}

.b44hs-row::after {
  content: "";
  display: table;
  clear: both;
}

.b44hs-left {
  float: left;
  width: 50%;
  padding-right: 24px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.b44hs-right {
  float: right;
  width: 50%;
  padding: 28px 24px 28px 24px;
  position: relative;
  min-height: 400px;
}

/* ── Badge ── */
.b44hs-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0066FF;
  background: rgba(0,102,255,0.2);
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

/* ── Headline ── */
.b44hs-h1 {
  font-size: 3.75rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  font-family: 'Inter', sans-serif;
}

/* ── Subtext ── */
.b44hs-sub {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin: 0 0 40px 0;
  max-width: 520px;
}

/* ── Buttons ── */
.b44hs-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.b44hs-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0066FF 0%, #0099FF 50%, #00C6FF 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 0.75rem;
  text-decoration: none !important;
  box-shadow: 0 0 30px rgba(0,102,255,0.35), 0 4px 20px rgba(0,102,255,0.2);
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.b44hs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(0,102,255,0.5), 0 8px 30px rgba(0,102,255,0.3);
  color: #fff !important;
  text-decoration: none !important;
}

.b44hs-btn-primary svg {
  transition: transform 0.3s ease;
}

.b44hs-btn-primary:hover svg {
  transform: translateX(4px);
}

.b44hs-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.3);
  text-decoration: none !important;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.b44hs-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
  text-decoration: none !important;
}

/* ── Social proof ── */

.b44hs-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.b44hs-stars span,
.b44hs-proof-text {
  color: rgba(255,255,255,0.7);
  font-size: 0.875rem;
  margin-left: 4px;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
}

.b44hs-clients {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.7);
  vertical-align: middle;
  line-height: 1;
  font-size: 0.875rem;
}

.b44hs-clients svg,
.b44hs-stars svg {
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  line-height: 0;
}

.b44hs-proof {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
  line-height: 1;
}
.b44hs-img-glow {
  position: absolute;
  top: -16px; left: 8px; right: -16px; bottom: -16px;
  border-radius: 24px;
  opacity: 0.3;
  filter: blur(24px);
  pointer-events: none;
  background: #0066FF;
  transition: background 0.8s ease;
}

.b44hs-img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 384px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  display: block;
  transition: opacity 0.5s ease;
}

/* ── Floating stat badges ── */
.b44hs-stat {
  position: absolute;
  z-index: 20;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
}

.b44hs-stat-bl {
  bottom: -8px;
  left: -8px;
}

.b44hs-stat-tr {
  top: -8px;
  right: -8px;
}

.b44hs-stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #161D2F;
  line-height: 1;
  margin-bottom: 2px;
}

.b44hs-stat-num.b44hs-blue {
  color: #0066FF;
}

.b44hs-stat-label {
  font-size: 0.75rem;
  color: #6B7280;
  font-weight: 500;
}

/* ── Dots ── */
.b44hs-dots {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  clear: both;
  padding-top: 16px;
}

.b44hs-dots button.b44hs-dot {
  height: 8px !important;
  min-height: 0 !important;
  max-height: 8px !important;
  border-radius: 9999px !important;
  border: none !important;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.5s ease;
  background: rgba(255,255,255,0.3) !important;
  width: 8px !important;
  min-width: 0 !important;
  display: block;
  line-height: 0 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.b44hs-dots button.b44hs-dot.b44hs-dot-active {
  width: 40px !important;
  background: #0066FF !important;
}

.b44hs-dots-counter {
  margin-left: 16px;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
}

/* ── Scroll cue ── */
.b44hs-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.4);
  animation: b44hsBounce 2s infinite ease-in-out;
}

@keyframes b44hsBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .b44hs-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .b44hs-right {
    display: none;
  }
  .b44hs {
    min-height: auto;
  }
  .b44hs-h1 {
    font-size: 2.75rem;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .b44hs-container {
    padding: 72px 20px 60px;
  }
  .b44hs-h1 {
    font-size: 2.125rem;
  }
  .b44hs-sub {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  .b44hs-btns {
    flex-direction: column;
    gap: 0px !important;
  }
  .b44hs .b44hs-btn-primary,
  .b44hs .b44hs-btn-outline {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 20px !important;
    font-size: 0.9375rem !important;
    min-height: 0 !important;
    line-height: 1.4 !important;
  }
  .b44hs-proof {
    gap: 16px;
  }
  .b44hs-dots {
    margin-top: 32px;
  }
  .b44hs-scroll {
    display: none;
  }
}

/* ── Responsive: XL ── */
@media (min-width: 1280px) {
  .b44hs-h1 {
    font-size: 4.5rem;
  }
  .b44hs-img {
    height: 420px;
  }
}