:root {
  --blue: #2563eb;
  --blue-d: #1451ce;
  --blue-bg: linear-gradient(135deg, #1451ce 0%, #1c62f2 100%);
  --accent: #ff6b00;
  --dark: #12110f;
  --text: #374151;
  --muted: #5c5c5c;
  --bg: #f7f9ff;
  --white: #fff;
  --border: #e5e9f2;
  --r: 12px;
  --shadow: 0 4px 24px rgba(28, 98, 242, 0.1);
  --bs-white: #fff;
  --bodyFont: "Poppins", sans-serif;
  --headingFont: "Manrope", sans-serif;
}
.text-secondary {
  color: var(--secondary4-color) !important;
}
.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--muted);
  background: url(../images/bg.jpg) #f5f5f5;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  display: block;
  line-height: 52px;
  height: 52px;
  font-family: "poppinssemibold";
  border-width: 2px;
  background: var(--secondary2-color);
}

.btn:hover {
  background-color: #1ba0b7 !important;
  border-color: #198ea3 !important;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1,
.mainheading {
  font-size: 61px;
  font-weight: 800;
  line-height: 56px;
}

h2 {
  font-size: 30px;
  font-weight: normal;
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 20px;
}

.p-v-100 {
  padding: 80px 0 !important;
}
/* ════════════════════════════════════════
   STELLARNAV INLINE
════════════════════════════════════════ */
.stellarnav,
.stellarnav li {
  position: relative;
  line-height: normal;
}
.stellarnav {
  width: 100%;
  z-index: 9900;
}
.stellarnav a {
  color: #444;
}
.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.stellarnav li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #444;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.stellarnav.light a,
.stellarnav.light li a {
  color: #333;
}
.stellarnav > ul > li {
  display: inline-block;
}
.stellarnav > ul > li > a {
  padding: 22px 15px;
}
.stellarnav ul ul {
  top: auto;
  width: 210px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border-top: 3px solid #1c62f2;
}
.stellarnav.light,
.stellarnav.light ul ul {
  background: #fff;
}
.stellarnav li li {
  display: block;
}
.stellarnav ul ul ul {
  top: 0;
  left: 210px;
}
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}
.stellarnav li.drop-left ul ul {
  left: auto;
  right: 210px;
}
.stellarnav.dark,
.stellarnav.dark ul ul {
  background: #000;
}
.stellarnav.dark a,
.stellarnav.dark li a {
  color: #fff;
}
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.stellarnav li.has-sub > a:after {
  content: "";
  margin-left: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
  display: inline-block;
}
.stellarnav .dd-toggle,
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}
.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #888;
  position: relative;
  top: 4px;
}
.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}
.stellarnav .dd-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}
.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #999;
  position: absolute;
  width: 12px;
}
.stellarnav a.dd-toggle .icon-plus:before {
  transform: rotate(90deg);
  transition: width 0.3s;
}
.stellarnav li.open > a.dd-toggle .icon-plus {
  transform: rotate(135deg);
}
.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background: #333;
  margin: 0 0 4px;
}
.stellarnav.mobile,
.stellarnav.mobile.fixed {
  position: static;
}
.stellarnav.mobile ul {
  position: relative;
  display: none;
  text-align: left;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.stellarnav.mobile.active > ul,
.stellarnav.mobile > ul > li {
  display: block;
}
.stellarnav.mobile > ul > li > a {
  padding: 13px 18px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  transition: none;
}
.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}
.stellarnav.mobile li a {
  border-bottom: 1px solid #f0f0f0;
}
.stellarnav.mobile > ul {
  border-top: 1px solid #eee;
}
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .menu-toggle {
  display: inline-block;
}
.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after {
  display: none;
}
@media (max-width: 992px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
}

/* ════════════════════════════════════════
   HEADER
════════════════════════════════════════ */
header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: transparent;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    top 0.35s ease,
    padding 0.35s ease;
  padding: 18px 0;
}

/* Sticky state — added by JS on scroll */
header.sticky {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(28, 98, 242, 0.1);
  padding: 6px 0;
  top: 0;
}

/* Push page content below fixed header */
body {
  padding-top: 90px;
}

.hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  margin: 0 auto;
}

/* ── Active scroll nav link ── */
.nav-wrap.stellarnav > ul > li > a.active-scroll {
  color: var(--blue) !important;
  font-weight: 700 !important;
  position: relative;
}
.nav-wrap.stellarnav > ul > li > a.active-scroll::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
}
/* Mobile drawer active link */
.mob-nav-list > li > a.active-scroll {
  color: var(--blue) !important;
  font-weight: 700 !important;
  background: #eef3ff;
}
/* stellarnav inside header */
.nav-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-wrap.stellarnav {
  background: transparent !important;
}
.nav-wrap.stellarnav.light {
  background: transparent !important;
}
.nav-wrap.stellarnav > ul > li > a {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444 !important;
  padding: 22px 15px;
}
.nav-wrap.stellarnav > ul > li > a:hover {
  color: var(--blue) !important;
}
.nav-wrap.stellarnav.light ul ul li a {
  font-size: 13px;
  padding: 11px 18px;
  color: #333 !important;
}
.nav-wrap.stellarnav.light ul ul li a:hover {
  color: var(--blue) !important;
  background: #eef3ff;
}

.hdr-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.btn-login {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  padding: 0px 49px;
  height: 41px;
  line-height: 39px;
  transition: 0.2s;
  white-space: nowrap;
  border: #d0d0d0 1px solid;
  border-radius: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
}
.btn-login:hover {
  color: var(--blue);
  background: var(--bs-white);
}
.btn-trial {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: var(--blue);
  color: #fff;
  padding: 0px 34px;
  height: 41px;
  line-height: 41px;
  border-radius: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border: none;
  transition: 0.25s;
  white-space: nowrap;
  display: inline-block;
}
.btn-trial:hover {
  background: var(--blue-d);
  box-shadow: 0 4px 16px rgba(28, 98, 242, 0.35);
  color: #fff;
  transform: translateY(-1px);
}

/* Mobile hamburger wrapper */
.mob-nav-wrap {
  display: none;
  align-items: center;
  gap: 8px;
}
.hamburger {
  width: 40px;
  height: 40px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  border-radius: 3px;
  transition: 0.3s;
}

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
  /* background: linear-gradient(155deg, #f3f6ff 0%, #eaeffd 100%); */
  padding: 80px 0 60px;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(28, 98, 242, 0.07) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.hero-eye {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dce9ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.hero h1 {
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.12;
}
.hero span {
  font-weight: 300;
}
.hero b {
  color: var(--blue);
}
.hero .sub {
    font-size: 18px;
    line-height: 1.8;
    max-width: 460px;
    margin: 30px 0 40px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
  .btn-login {
    color: #12110f;
  }
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-family: var(--headingFont);
  font-weight: 600;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  padding: 0 33px;
  border-radius: 44px;
  border: none;
  transition: 0.25s;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
}
.btn-blue:hover {
  background: var(--blue-d);
  box-shadow: 0 5px 18px rgba(28, 98, 242, 0.38);
  transform: translateY(-1px);
  color: #fff;
}

/* Hero Images Grid */
.hero-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hg-top-left {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: calc(50% - 10px);
  height: 276px;
  object-fit: cover;
  border-radius: 26px 0 0 0;
  -webkit-border-radius: 26px 0 0 0;
  -moz-border-radius: 26px 0 0 0;
  -ms-border-radius: 26px 0 0 0;
  -o-border-radius: 26px 0 0 0;
}
.hg-top-right {
  /* position: absolute; */
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 391px;
  object-fit: cover;
  object-position: top;
}
.hg-bot-left {
  position: relative;
  margin-top: -115px;
  left: 0;
  width: calc(50% - 10px);
  height: 281px;
  object-fit: cover;
}
.hg-bot-mid {
  /* position: absolute; */
  bottom: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 172px;
  object-fit: cover;
  border-radius: 0 0 26px 0;
  -webkit-border-radius: 0 0 26px 0;
  -moz-border-radius: 0 0 26px 0;
  -ms-border-radius: 0 0 26px 0;
  -o-border-radius: 0 0 26px 0;
}
.wrap {
  background: #fff;
  border: #d0d0d0 1px solid;
  border-top: 0;
  padding: 20px 34px 43px 34px;
  position: relative;
  z-index: 1;
 }

/* ════════════════════════════════════════
   TRUSTED BAR
════════════════════════════════════════ */
.trusted-bar {
  padding: 16px 0;
}
.trusted-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.trusted-lbl {
  font-size: 25px;
  font-weight: 800;
  color: var(--dark);
  font-family: var(--headingFont);
  line-height: 1.2;
  white-space: nowrap;
  max-width: 300px;
  position: relative;
  top: -33px;
}
.brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: -80px;
  margin-bottom: 20px;
}
.brand-nm {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  line-height: 1;
  border-right: #b1b1b1 1px solid;
  padding: 0 25px;
}
.brand-nm:last-child {
  padding-right: 0;
  border-right: none;
}
/* ════════════════════════════════════════
   STATS BAR
════════════════════════════════════════ */
.stats-bar {
  background: var(--blue);
  padding: 46px 63px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.st-col {
  text-align: left;
  position: relative;
  &::before {
    position: absolute;
    right: -50%;
    width: 1px;
    content: "";
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    margin: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.stats-bar .col-4:last-child .st-col::before {
  display: none;
}
.st-num {
  font-family: "Manrope", sans-serif;
  font-size: 69px;
  font-weight: 200;
  color: #fff;
  line-height: 1;
}
.st-lbl {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  margin-top: 4px;
  font-family: "Manrope", sans-serif;
}
.vline {
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  margin: auto;
}

/* ════════════════════════════════════════
   SECTION UTILITIES
════════════════════════════════════════ */
.sec {
  padding: 64px 0;
}
/* .sec-bg {
  background: var(--bg);
} */
.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--blue);
  margin-bottom: 8px;
}
.sec-ttl {
  font-size: 35px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 10px;
}
.sec-sub {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto 44px;
}

/* ════════════════════════════════════════
   FEATURE CARDS
════════════════════════════════════════ */
.fc {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 32px 15px;
  transition: 0.3s;
  color: #3d3d3d;
  font-size: 12px;
  max-width: 421px;
  margin-top: 73px;
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175) !important;
  min-height: 236px;
  p {
    margin-bottom: 10px;
  }
}
/* .fc:hover {
  box-shadow: 0 8px 26px rgba(28, 98, 242, 0.11);
  transform: translateY(-2px);
} */
.fc h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: var(--bodyFont);
  margin-bottom: 10px;
}
.fc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fc-list li {
  font-size: 12px;
  padding: 3px 10px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  width: 50%;
  float: left;
  font-weight: 600;
  min-height: 48px;
}

/* Center Person */
.c-person {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
  width: 100%;
}
.c-person img {
  /* width: 255px; */
  height: 607px;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: -1;
}
.orange-blob {
  position: absolute;
  width: 463px;
  height: 463px;
  background: linear-gradient(
    to bottom,
    rgba(245, 122, 32, 1) 0%,
    rgba(245, 122, 32, 0.55) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 50%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
.c-badge {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 8px 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  z-index: 3;
}
.c-badge.tl {
  top: 36px;
  left: -4px;
}
.c-badge.br {
  bottom: 36px;
  right: -4px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dg {
  background: #22c55e;
}

/* Slide layout */
.slide-inner {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
}
.slide-col-left,
.slide-col-right {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.slide-col-center {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-col-left .fc {
  position: relative;
  left: 0%;
}
.slide-col-left .fc:last-child {
  position: relative;
  left: 36%;
}
.slide-col-right .fc {
  position: relative;
  right: 19%;
  margin-top: 103px;
}
.slide-col-right .fc:first-child {
    z-index: -2;
    margin-top: 80px;
}

.slide-col-right .fc:last-child {
    top: 0px;
    position: relative;
    right: 36%;
    margin-top: 75px;
}

/* Slick custom dots */
/* .platform-slider-wrap {
  padding-bottom: 52px;
} */

.slick-dots {
  bottom: -40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: var(--border);
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  width: 22px;
  height: 8px;
  background: var(--blue);
  border-radius: 4px;
}

/* ════════════════════════════════════════
   BLUE SECTION
════════════════════════════════════════ */
.sec-blue {
  background: var(--blue-bg);
  position: relative;
  overflow: hidden;
}
.sec-blue::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -120px;
  right: -100px;
  pointer-events: none;
}
.chklist {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}
.chklist li {
  display: flex;
  gap: 11px;
  margin-bottom: 13px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}
.chk-ic {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  margin-top: 1px;
}
.btn-wht {
  display: inline-block;
  background: #fff;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  padding: 11px 24px;
  border-radius: 50px;
  transition: 0.25s;
}
.btn-wht:hover {
  background: #e8f0fe;
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.14);
  color: var(--blue);
}
.btn-owht {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 22px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: 0.25s;
}
.btn-owht:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sec-img {
  width: 100%;
  border-radius: var(--r);
  object-fit: cover;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}
.mini-box {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 14px 16px;
  backdrop-filter: blur(4px);
}
.mini-box-t {
  font-family: "Manrope", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ════════════════════════════════════════
   AI SECTION
════════════════════════════════════════ */
.ai-img {
  width: 100%;
  border-radius: var(--r);
  object-fit: cover;
  height: 400px;
  box-shadow: 0 14px 44px rgba(28, 98, 242, 0.13);
}
.ai-tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ai-tab {
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 500;
  border: 1.5px solid var(--border);
  color: var(--muted);
  cursor: pointer;
  background: transparent;
  transition: 0.2s;
  font-family: "Poppins", sans-serif;
}
.ai-tab.active,
.ai-tab:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.ai-box {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 26px;
}
.ai-box h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.ai-box p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.72;
}
.ai-stats {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.ai-stat strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}
.ai-stat span {
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 3px;
  display: block;
}

/* ════════════════════════════════════════
   PRICING
════════════════════════════════════════ */
.price-bg {
  background: var(--blue);
  padding: 64px 83px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.pcard {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r);
  padding: 28px;
  color: #fff;
  height: 100%;
  transition: 0.3s;
  backdrop-filter: blur(8px);
}
.pcard:hover:not(.pop) {
  transform: translateY(-3px);
}
.pcard.pop {
  background: #fff;
  color: var(--dark);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  transform: scale(1.03);
}
.pop-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.p-tier {
  font-size: 12.5px;
  font-weight: 500;
  opacity: 0.62;
  margin-bottom: 5px;
}
.pcard.pop .p-tier {
  color: var(--muted);
  opacity: 1;
}
.p-price {
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 3px;
}
.pcard.pop .p-price {
  color: var(--dark);
}
.p-per {
  font-size: 11px;
  opacity: 0.55;
  margin-bottom: 22px;
}
.pcard.pop .p-per {
  color: var(--muted);
  opacity: 1;
}
.p-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.p-feats li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12.5px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.pcard.pop .p-feats li {
  border-bottom-color: var(--border);
  color: var(--text);
}
.p-feats li .bi {
  color: #22c55e;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.pcard.pop .p-feats li .bi {
  color: var(--blue);
}
.btn-p {
  display: inline-block;
  text-align: center;
  padding: 11px 29px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  border: 2px solid #ddd;
  color: #12110f;
  transition: 0.25s;
}
.btn-p:hover {
  border-color: var(--dark);
  background: var(--dark);
  color: #fff;
}
.btn-pp {
  display: block;
  text-align: center;
  padding: 11px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: var(--blue);
  color: #fff;
  border: none;
  transition: 0.25s;
}
.btn-pp:hover {
  background: var(--blue-d);
  box-shadow: 0 4px 16px rgba(28, 98, 242, 0.4);
  color: #fff;
  transform: translateY(-1px);
}

/* as figma */
.subscription_paln_page .empty_state p {
  max-width: 100%;
}
.price-bg h4 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
}
.plan_box {
  padding: 13px 12px 15px;
  border-radius: 18px;

  .title {
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    display: block;
  }

  .plan_box_inner {
    padding: 20px 15px 20px 29px;
    background: #ffffff;
    border-radius: 18px;
    height: 100%;
    min-height: 455px;
    margin-top: 10px;

    h2 {
      font-size: 36px;
      line-height: 56px;
      font-weight: 700;
      text-align: center;
      color: #0d0c22;
      margin-bottom: 5px;
    }

    .plan_sub {
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      text-align: center;
      color: #5c5c61;
    }

    ul {
      margin-top: 20px;
      margin-bottom: 76px;
      li {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 800;
        letter-spacing: 0.51px;
        display: flex;
        gap: 14px;
        align-items: center;
        margin-bottom: 18px;
        text-align: left;
        color: #000;

        &:last-child {
          margin-bottom: 0;
        }

        .ico {
          height: 20px;
          width: 20px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex: 0 0 20px;
          background: #ff7077;
        }
      }
    }

    .btn_pan {
      margin-top: 40px;
      margin-bottom: 20px;
    }
  }
}

.bg-green {
  background: #4781ff;
  ul {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
}
.bg_yellow {
  ul {
    margin-top: 20px;
    margin-bottom: 35px !important;
  }
}

.bg_blue,
.plan_box.bg_blue {
  background: #4781ff;
}

.bg_yellow,
.plan_box.bg_yellow {
  background: #fba004;
  position: relative;
  margin-top: -174px;
}

.plan_box_inner ul li .ico.bg-green {
  background: #2ecc6a;
}

.btn_pan {
  border: 0.93px solid #bd2329;
  color: #bd2329;
  padding: 12px 60px;
  border-radius: 30px;

  &:hover {
    background-color: #bd2329;
    color: #fff;
  }
}
.col-custom {
  width: 30%;
  flex: 0 0 30%;
}

/* ════════════════════════════════════════
   SLICK TESTIMONIALS
════════════════════════════════════════ */
.tcard {
  border-radius: var(--r);
  margin: 10px 0;
}
.t-stars {
  color: #f59e0b;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.t-quote {
  font-size: 18px;
  color: var(--text);
  line-height: 1.78;
  font-weight: 700;
  margin-bottom: 20px;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.t-av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 2px solid #dce9ff;
}
.t-name {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--dark);
}
.t-role {
  font-size: 11.5px;
  color: var(--muted);
}
.t-biz {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: top;
}

/* Slick custom dots/arrows */
.slick-dots li button:before {
  font-size: 9px;
  color: #c0c8da;
}
.slick-dots li.slick-active button:before {
  color: var(--blue);
}
.t-nav {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.t-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
.t-nav-btn.active,
.t-nav-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* ════════════════════════════════════════
   DEMO / VIDEO
════════════════════════════════════════ */
.demo-sec {
  background: var(--blue-bg);
  padding: 70px 0;
  text-align: center;
}
.vbox {
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--r);
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.vbox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  border-radius: var(--r);
}
.play-btn {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--blue);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: 0.25s;
  padding-left: 4px;
}
.play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
}

/* ════════════════════════════════════════
   CTA BOTTOM
════════════════════════════════════════ */
.cta-sec {
  background: #eef2ff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-sec h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.2;
}
.cta-sec h2 span {
  color: var(--blue);
}
.cta-sec p {
  font-size: 13.5px;
  color: var(--muted);
  max-width: 420px;
  margin: 0 0 28px;
}
.cta-float {
  position: absolute;
  bottom: 0;
  right: 6%;
  width: 195px;
  height: 290px;
  object-fit: cover;
  object-position: top;
  border-radius: var(--r) var(--r) 0 0;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
footer {
  background: #0d0f1c;
  font-family: var(--headingFont);
  padding: 58px 0 0;
  color: #fff;
}
.ft-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 14px;
}
.ft-logo span {
  color: var(--blue);
}
.ft-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.75;
}
.ft-head {
  font-family: "Manrope", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
.ft-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft-links li {
  margin-bottom: 8px;
}
.ft-links a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.42);
  transition: 0.2s;
}
.ft-links a:hover {
  color: #fff;
}
.ft-hr {
  border-color: rgba(255, 255, 255, 0.07);
  margin: 32px 0 22px;
}
.ft-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.26);
}
.ft-soc a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.35);
  transition: 0.2s;
  margin-left: 14px;
}
.ft-soc a:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
}

.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #aaa;
}

.contact-btn {
  border: 1px solid #444;
  border-radius: 30px;
  padding: 8px 18px;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.contact-btn:hover {
  background-color: #fff;
  color: #000;
}

.footer-bottom {
  background-color: #111;
  border-top: 1px solid #222;
  font-size: 13px;
  color: #fff;
}

/* ════════════════════════════════════════
   SLICK HERO SLIDER
════════════════════════════════════════ */
.hero-slider-wrap {
  overflow: hidden;
  border-radius: var(--r);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.13);
}
.hero-slider-wrap .slick-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  border-radius: var(--r);
  display: block;
}
.hero-slider-wrap .slick-dots {
  bottom: 12px;
}
.hero-slider-wrap .slick-dots li button:before {
  color: #fff;
  opacity: 0.6;
}
.hero-slider-wrap .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

/* ════════════════════════════════════════
   BRAND LOGO SLIDER
════════════════════════════════════════ */
.brand-slider {
  padding: 0 10px;
}
.brand-slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
}
.brand-slider .brand-nm {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

/* ════════════════════════════════════════
   SLICK TESTIMONIALS SLIDER
════════════════════════════════════════ */
.testimonial-slider .slick-list {
  padding: 0 !important;
}
.testimonial-slider .slick-slide {
  padding: 0 6px;
}

/* sonali */
.bg_blue {
  background: #2563eb;
  border-radius: 15px;
  color: #fff;

  .content_part {
    padding-top: 70px;
    padding-bottom: 74px;
    padding-inline: 30px;

    h2 {
      font-size: 35px;
      font-weight: 800;
    }

    h2,
    p {
      text-align: left;
      margin-bottom: 16px;
    }
    .bottom_content {
      padding-top: 60px;
      position: relative;
    }

    .top_list {
      /* width: 100%;
        max-width: 70%; */
      display: flex;
      flex-wrap: wrap;
      gap: 42px 58px;
      margin-bottom: 60px;

      li {
        width: 100%;
        max-width: 269px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
      }
    }

    .side_img {
      display: flex;
      flex-direction: column;
      gap: 29px;

      img {
        border-radius: 15px;
      }
    }

    .btn-login {
      color: #fff;
      margin-bottom: 15px;
    }
    .btn-login:hover {
      color: #333;
    }
  }
}

.bottom_content {
  li {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}
.bottom_content {
  padding-top: 50px;
  position: relative;

  &::after {
    background-image: url("../images/line-border.png");
    background-position: top right;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    background-position-x: 130px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .sec_para {
    margin-top: 15px;
    margin-bottom: 32px !important;
    width: 100%;
    max-width: 600%;
    margin-left: auto;
    margin-right: 0;
  }

  .side_abs_img {
    position: absolute;
    left: -20px;
    top: 60px;
    width: 133px;
    height: 123px;
    border-radius: 15px;

    img {
      width: 100%;
      height: 100%;
      border-radius: 15px;
    }
  }

  text-align: end;

  h2,
  p {
    text-align: end !important;
  }

  .top_list {
    justify-content: end;
    margin-bottom: 38px;
  }
}

.top_left {
  position: relative;
  padding-top: 50px;
  z-index: 1;

  .side_abs_img {
    position: absolute;
    right: -40px;
    top: 25px;
    width: 171px;
    height: 151px;
    border-radius: 15px;

    img {
      width: 100%;
      height: 100%;
      border-radius: 15px;
    }
  }
}

.sec_para {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.content_box {
  display: flex;
  gap: 25px;

  .right_img_panel {
    width: 310px;
    flex: 0 0 310px;
  }
}

.smart_work {
  padding-bottom: 90px;

  /* padding-bottom: 90px; */
  h2 {
    font-size: 35px;
    font-weight: 800;
    color: #12110f;
    margin-bottom: 16px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .smart_img {
    width: 100%;
    min-height: 530px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
    }
  }

  .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
    justify-content: space-between;
  }

  .nav-tabs .nav-link {
    border: none;
    color: #5c5c5c;
    font-weight: 500;
    padding-block: 18px;
  }

  .nav-tabs .nav-link.active {
    /* color: #0d6efd; */
    border-bottom: 5px solid #0d6efd;
    background: transparent;
  }

  h5 {
    color: #12110f;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .tab-content {
    p {
      font-size: 15px;
    }

    .btn-login {
      margin-top: 50px;
    }
  }
}

.video-gallery {
  margin-top: 55px;
}

.video-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  /* border: 2px solid #00cfff; */
}

.video-card img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;

  transition: 0.3s;
}

.video-card:hover .play-btn {
  background: #fff;
  opacity: 0.5;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

/* IMAGE */
.video-card img {
  width: 100%;
  display: block;
}

/* 🔥 OVERLAY */
.video-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.5)
  );
  z-index: 1;
}

.video-card:hover .play-btn {
  background: #0d6efd;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

.feature-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  grid-template-columns: auto auto;
  gap: 30px 0px;
}

.feature-list li {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #3d3d3d;
  width: 100%;
  max-width: 50%;
}

.demo-btn {
  margin-top: 20px;
  border-radius: 20px;
  padding: 8px 20px;
}

.image-box img {
  width: 100%;
  border-radius: 12px;
}

.btn_wrap {
  display: flex;
  justify-content: end;
  gap: 17px;
  margin-top: 41px;
}
.cta_img img{
	margin-bottom: -6px;
}

.cta {
  padding: 0 0 90px;
  h3 {
    color: #12110f;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800;
  }
  .row {
    position: relative;
    z-index: 1;

    &::after {
      position: absolute;
      content: "";
      bottom: 0;
      z-index: -1;
      width: 100%;
      border-radius: 8px;
      left: 0;
      height: 273px;
      background-color: #fff;
      box-shadow:
        0 10px 15px rgba(0, 0, 0, 0.1),
        0 4px 6px rgba(0, 0, 0, 0.05);
    }
  }
}
cta_img {
  margin-bottom: -6px;
}


/* ════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════════════════ */

/* ── 2560px ── */
@media screen and (max-width: 2560px) {
  /* .hdr {
    max-width: 1400px;
  } */
}

/* ── 1920px ── */
@media screen and (max-width: 1920px) {
}

/* ── 1660px ── */
@media screen and (max-width: 1660px) {
}

/* ── 1440px ── */
@media screen and (max-width: 1440px) {
  .hero h1 {
    font-size: 2.7rem;
  }
  .hg-top-right {
    height: 321px;
  }
  .hg-bot-left {
    margin-top: -46px;
    height: 218px;
  }
  .c-person img {
    height: 487px;
  }
  .orange-blob {
    position: absolute;
    width: 423px;
    height: 423px;
    top: 66%;
  }
  .slide-col-left,
  .slide-col-right {
    flex: 0 0 33.333%;
  }
  .slide-col-center {
    flex: 0 0 33.333%;
  }
  .slide-col-right .fc {
    right: 23%;
    margin-top: 67px;
  }
  .slide-inner {
    padding-bottom: 0;
  }
  .col-custom {
    width: 33%;
    flex: 0 0 33%;
  }
}

/* ── 1366px ── */
@media screen and (max-width: 1366px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  /* .hero-grid {
    height: 440px;
  } */
  .content_box {
    .right_img_panel {
      width: 265px;
      flex: 0 0 265px;
    }
  }
  .top_left {
    .side_abs_img {
      position: absolute;
      right: -40px;
      top: 15px;
      width: 150px;
      height: 130px;
      border-radius: 15px;
    }
  }
  .bg_blue {
    & .content_part {
      .top_list {
        gap: 42px 40px;
      }
    }
  }
  .bottom_content {
    .sec_para {
      max-width: 79%;
      br {
        display: none;
      }
    }
  }
}

/* ── 1280px ── */
@media screen and (max-width: 1280px) {
  .nav-wrap.stellarnav > ul > li > a {
    padding: 22px 11px;
    font-size: 13px;
  }
  .hero h1 {
    font-size: 2.35rem;
  }
}

@media screen and (max-width: 1200px) {
  .brand-nm {
    font-size: 13px;
    padding: 0 18px;
  }
  .st-num {
    font-family: "Manrope", sans-serif;
    font-size: 51px;
  }
  .fc {
    padding: 21px 15px;
    font-size: 12px;
    width: 100%;
  }
  .orange-blob {
    position: absolute;
    width: 383px;
    height: 353px;
    top: 66%;
  }
  .c-person img {
    height: 387px;
  }
  .bg_blue {
    & .content_part {
      h2 {
        font-size: 27px;
      }
    }
    .sec_para {
      font-size: 14px;
      line-height: 1.4;
      font-weight: 400;
    }
    .bg_blue {
      & .content_part {
        .top_list {
          gap: 20px 40px;
        }
      }
    }
    .smart_work {
      h2 {
        font-size: 27px;
      }
      p {
        font-size: 1px;
      }
    }
    .smart_work {
      .nav-tabs {
        border-bottom: 1px solid #dbdbdb;
        justify-content: center;
        /* gap: 10px; */
      }
    }
    .smart_work {
      .nav-tabs .nav-link {
        border: none;
        color: #5c5c5c;
        font-weight: 500;
        padding-block: 18px;
        font-size: 14px;
      }
    }
    .feature-list {
      gap: 10px 60px;
    }
    .st-num {
      font-family: "Manrope", sans-serif;
      font-size: 25px;
    }

    .st-col {
      &::before {
        right: -18%;
      }
    }
    .st-lbl {
      font-size: 15px;
      color: rgba(255, 255, 255, 1);
      margin-top: 4px;
      font-family: "Manrope", sans-serif;
    }
    .stats-bar {
      padding: 35px 29px;
    }
  }
  .btn-blue,
  .btn-login {
    font-size: 12px;
  }
  .cta {
    h3 {
      font-size: 30px;
    }
  }
  .bg_yellow,
  .plan_box.bg_yellow {
    background: #fba004;
    position: relative;
    margin-top: 30px;
  }
}
/* ── 1156px ── */
@media screen and (max-width: 1156px) {
  .nav-wrap.stellarnav > ul > li > a {
    padding: 22px 8px;
    font-size: 12.5px;
  }
  .hero h1 {
    font-size: 2.1rem;
  }
  /* .hero-grid {
    height: 390px;
  }
  .hg-top-left {
    height: 235px;
  }
  .hg-top-right {
    height: 280px;
  }
  .hg-bot-left {
    height: 150px;
  }
  .hg-bot-mid {
    height: 134px;
  } */
}

/* ── 1024px ── */
@media screen and (max-width: 1024px) {
  .nav-wrap.stellarnav > ul > li > a {
    padding: 20px 7px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 1.95rem;
  }
  /* .hg-top-left {
    height: 210px;
  }
  .hg-top-right {
    height: 250px;
  }
  .hg-bot-left {
    height: 138px;
  }
  .hg-bot-mid {
    height: 122px;
  } */
  .sec {
    padding: 64px 0;
  }
  .col-custom {
    width: 50%;
    flex: 0 0 50%;
  }
}

/* ── 991px ── */
@media screen and (max-width: 991px) {
  .cta {
    padding: 0 0 30px;
  }
  .price-bg {
    background: var(--blue);
    padding: 30px !important;

    .justify-content-md-end {
      justify-content: center !important;
    }
    .bg_blue,
    .plan_box {
      height: 100%;
    }
    .plan_box_inner {
      height: calc(100% - 37px);
    }
    .bg_yellow,
    .plan_box.bg_yellow {
      height: auto;
    }
  }
  .sec-ttl {
    font-size: 30px;
  }
  .plan_box {
    & .plan_box_inner {
      h2 {
        font-size: 30px;
      }
    }
  }

  .hdr-right {
    display: none;
  }
  .nav-wrap {
    display: none !important;
  }
  .mob-nav-wrap {
    display: flex;
  }
  .hero {
    /* background: linear-gradient(155deg, #f3f6ff 0%, #eaeffd 100%); */
    padding: 30px 0 50px;
  }
  .hero .sub {
    font-size: 18px;
    margin: 15px 0;
  }
  .hero .col-lg-6 {
    padding-bottom: 0 !important;
  }
  .hero-btns {
    margin-bottom: 20px;
  }
  .trusted-lbl {
    font-size: 22px;
    max-width: 100%;
    top: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .wrap {
    border-top: #d0d0d0 1px solid;
    padding: 21px 24px 29px 24px;
    &::before {
      display: none;
    }
  }
  .st-num {
    font-family: "Manrope", sans-serif;
    font-size: 32px;
  }
  .stats-bar {
    background: var(--blue);
    padding: 26px 23px;
  }
  .st-lbl {
    font-size: 13px;
  }

  .brands {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 1.9rem;
  }
  /* .hg-top-left {
    width: 55%;
    height: 188px;
  }
  .hg-top-right {
    width: 43%;
    height: 225px;
  }
  .hg-bot-left {
    width: 43%;
    height: 100px;
  }
  .hg-bot-mid {
    width: 25%;
    height: 90px;
    left: 45%;
  } */
  .pcard.pop {
    transform: scale(1);
  }
  .cta-float {
    display: none;
  }
  .sec {
    padding: 30px 0;
  }
  .c-person img {
    width: 220px;
    height: 220px;
  }
  .sec-sub {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .fc {
    margin-top: 30px;
  }
  .slide-col-left .fc:first-child,
  .slide-col-right .fc:first-child {
    margin-top: 0;
  }
  .fc-list li {
    width: 100%;
    gap: 5px;
    min-height: auto;
    margin-top: 6px;
  }

  .slide-col-right .fc:first-child {
    z-index: 1;
  }
  .slide-col-right .fc {
    right: 0;
  }
  .slide-col-left .fc:last-child {
    position: relative;
    left: 6%;
  }
  .slide-col-right .fc:last-child {
    position: relative;
    right: 0%;
    margin-top: 30px;
  }

  .slide-inner {
    margin-top: 30px;
  }
  .c-badge.tl {
    left: 0;
  }
  .c-badge.br {
    right: 0;
  }
  .btn-login {
    font-size: 14px;
    padding: 0px 20px;
  }
  .btn-trial {
    font-size: 13px;
    padding: 0px 20px;
  }
  .bg_blue {
    .content_part {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-inline: 0;
    }
    h2,
    p {
      text-align: center;
      margin-bottom: 14px;
    }
  }

  .top_left {
    & .side_abs_img {
      display: none;
    }
    li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      svg {
        width: 30px;
        height: 30px;
      }
    }
  }
  .bg_blue {
    & .content_part {
      .top_list {
        gap: 18px 20px;
        margin-bottom: 20px;
      }
    }
  }
  .bottom_content {
    & .side_abs_img {
      display: none;
    }
  }
  .bg_blue {
    & .content_part {
      h2 {
        font-size: 23px;
      }
    }
  }
  .smart_work {
    p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
    }
  }
  .smart_work {
    h2 {
      font-size: 30px;
      margin-top: 30px;
    }
  }
  body {
    background-attachment: fixed;
  }
}

/* ── 800px ── */
@media screen and (max-width: 800px) {
  .hero h1 {
    font-size: 1.75rem;
  }
  /* .hg-top-left {
    height: 165px;
  }
  .hg-top-right {
    height: 195px;
  }
  .hg-bot-left {
    height: 86px;
  }
  .hg-bot-mid {
    height: 76px;
  } */
  .st-num {
    font-size: 1.9rem;
  }
  .sec {
    padding: 50px 0;
  }
}

/* ── 767px ── */
@media screen and (max-width: 767px) {
  .hero h1 {
    font-size: 1.65rem;
  }
  .bg_blue {
    & .content_part {
        .bottom_content {
            padding-top: 20px;
            position: relative;
        }
    }
}
  .hero .sub {
    font-size: 13px;
  }
  /* .hg-top-left {
    height: 148px;
  }
  .hg-top-right {
    height: 172px;
  }
  .hg-bot-left {
    height: 74px;
  }
  .hg-bot-mid {
    height: 64px;
  } */
  .vline {
    display: none;
  }
  .sec {
    padding: 44px 0;
  }
  .sec-ttl {
    font-size: 1.55rem;
  }
  .ai-img {
    height: 280px;
  }
  .brands {
    gap: 18px;
  }
  .brand-nm {
    font-size: 11.5px;
  }
  .t-biz {
    min-height: 260px;
  }
  .vbox {
    height: 260px;
  }
  .demo-sec {
    padding: 50px 0;
  }
  .cta-sec {
    padding: 60px 0;
  }
  .slide-col-left,
  .slide-col-right {
    flex: 0 0 100%;
  }
  .slide-col-left .fc:last-child {
    position: relative;
    left: 0;
  }
  .slide-col-left .fc {
    position: relative;
    left: 0;
    /* max-width: 100%; */
  }
  .slide-inner {
    padding-bottom: 30px;
    flex-direction: column;
  }
  .slide-col-left,
  .slide-col-right {
    flex-direction: column;
  }
  .slide-col-right .fc:last-child {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
  .sec-sub {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 15px;
  }
  .content_box {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .top_left {
    .side_abs_img {
      position: static;
      margin-bottom: 30px;
    }
  }
  .bg_blue {
    & .content_part {
      & .top_list {
        li {
          width: 100%;
          max-width: 100%;
          font-size: 14px;
          line-height: 16px;
          font-weight: 600;
          margin-top: 20px;
        }
      }
    }
  }
  .bg_blue {
    & .content_part {
      .top_list {
        gap: 10px 40px;
        text-align: center;
        width: 100%;
      }
    }
  }
  .bg_blue {
    & .content_part {
      & .top_list {
        li {
          width: 100%;
          max-width: 100%;
          font-size: 14px;
          line-height: 16px;
          font-weight: 600;
          margin-top: 20px;
          text-align: left;
          flex-direction: row;
          justify-content: flex-start;
        }
      }
    }
    .bottom_content {
      .sec_para {
        max-width: 100%;
        text-align: left !important;
        margin-bottom: 0 !important;
      }
    }
    .bg_blue {
      & .content_part {
        h2 {
          font-size: 23px;
          text-align: center !important;
        }
      }
    }
    .bottom_content {
      text-align: left !important;
      & .top_list {
        li {
          flex-direction: row-reverse;
          justify-content: flex-end;
        }
      }
      &::after {
        display: none;
      }
      h2 {
        font-size: 23px;
        text-align: left !important;
      }
    }
    .content_box {
      .right_img_panel {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 auto;
        display: none;
      }
    }
  }

  .smart_work {
    text-align: center;
    padding-top: 50px !important;
  }
  .smart_work {
    .nav-tabs {
      border-bottom: 1px solid #dbdbdb;
      justify-content: center;
      font-size: 14px;
    }
  }
  .feature-list {
    gap: 10px 60px;
    justify-content: center;
  }
  .price-bg.sec {
    padding: 40px;
  }
  .cta_img {
    text-align: center;
  }
  .text-end {
    text-align: center !important;
  }
  .btn_wrap {
    display: flex;
    justify-content: center;
    gap: 17px;
    margin-top: 41px;
    margin-bottom: 37px;
  }
  .bottom_content {
    & .side_abs_img {
      img {
        display: none;
      }
    }
  }
  .stats-bar .col-4 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .st-col {
    text-align: center;
    position: relative;
  }
  .stats-bar {
    margin-top: 15px;
  }
  #features {
    padding-bottom: 0;
  }
  .top_left {
    position: relative;
    padding-top: 0px;
    z-index: 1;
  }
  .bg_blue {
    & .content_part {
      padding-inline: 30px;
    }
  }
  .smart_work {
    padding-top: 0 !important;
    .nav-tabs {
      border-bottom: 1px solid #dbdbdb;
      justify-content: center;
      font-size: 14px;
      flex-wrap: nowrap;
      /* */
      width: 570px;
    }
    .mscroll {
      overflow-x: scroll;
      overflow-y: hidden;
    }
  }
  .smart_work {
    padding-bottom: 30px;
    /* padding-bottom: 90px; */
  }
  .col-custom {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .slick-slide img {
    margin-top: 15px;
  }
}

/* ── 667px ── */
@media screen and (max-width: 667px) {
  .smart_work {
    h5 {
      font-size: 20px;
    }
  }
  .hdr {
    height: 58px;
    padding: 0 15px;
  }
  .logo {
    font-size: 1rem;
  }
  .btn-login {
    display: none;
  }
  .hero h1 {
    font-size: 1.5rem;
  }
  /* .hg-top-left {
    height: 128px;
  }
  .hg-top-right {
    height: 150px;
  }
  .hg-bot-left {
    height: 62px;
  }
  .hg-bot-mid {
    display: none;
  } */
  .st-num {
    font-size: 1.65rem;
  }
  .st-lbl {
    font-size: 10.5px;
  }
}

/* ── 575px ── */
@media screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
  .hero h1 {
    font-size: 1.38rem;
  }
  .hero-btns {
    gap: 10px;
  }
  .btn-blue {
    padding: 10px 18px;
    font-size: 12.5px;
  }
  /* .hg-top-left {
    height: 114px;
  }
  .hg-top-right {
    height: 132px;
  }
  .hg-bot-left {
    height: 56px;
  } */
  .trusted-inner {
    gap: 14px;
  }
  .brand-nm {
    font-size: 11px;
  }
  .sec {
    padding: 38px 0;
  }
  .sec-ttl {
    font-size: 1.4rem;
  }
  .sec-sub {
    font-size: 13px;
  }
  .p-price {
    font-size: 1.8rem;
  }
  .mini-box {
    padding: 10px 12px;
  }
  .mini-box-t {
    font-size: 11.5px;
  }
  .ai-img {
    height: 230px;
  }
  .vbox {
    height: 210px;
  }
  .tcard {
    padding: 20px;
  }
  header {
    top: 13px;
  }
  .hero {
    /* background: linear-gradient(155deg, #f3f6ff 0%, #eaeffd 100%); */
    padding: 105px 0 60px;
    .col-lg-6 {
      padding-bottom: 0 !important;
    }
  }
  .hero .sub {
    font-size: 16px;
    margin: 10px 0;
  }
  .brands {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .stats-bar .col-4 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .st-col {
    text-align: center;
    position: relative;
  }
}

/* ── 480px ── */
@media screen and (max-width: 480px) {
  .hdr {
    height: 54px;
  }
  .hero h1 {
    font-size: 1.25rem;
  }
  .hero .sub {
    font-size: 12.5px;
  }
  /* .hg-top-left {
    height: 100px;
  }
  .hg-top-right {
    height: 118px;
  }
  .hg-bot-left {
    height: 48px;
  } */
  .brands {
    gap: 12px;
  }
  .hero-eye {
    font-size: 10px;
    padding: 4px 10px;
  }
  .fc {
    padding: 16px;
  }
  .fc h4 {
    font-size: 12.5px;
  }
  .pcard {
    padding: 20px;
  }
}

/* ── 414px ── */
@media screen and (max-width: 414px) {
  .hero h1 {
    font-size: 1.18rem;
  }
  /* .hg-top-left {
    height: 90px;
  }
  .hg-top-right {
    height: 108px;
  }
  .hg-bot-left {
    height: 44px;
  } */
  .stats-bar {
    padding: 22px 0;
  }
  .st-num {
    font-size: 1.45rem;
  }
  .sec {
    padding: 32px 0;
  }
  .sec-ttl {
    font-size: 1.3rem;
  }
  .hero-eye {
    display: none;
  }
  .ai-tabs {
    gap: 5px;
  }
  .ai-tab {
    padding: 6px 11px;
    font-size: 11.5px;
  }
}

/* ── 380px ── */
@media screen and (max-width: 380px) {
  .hero h1 {
    font-size: 1.1rem;
  }
  /* .hg-top-left {
    height: 82px;
  }
  .hg-top-right {
    height: 96px;
  }
  .hg-bot-left {
    height: 38px;
  } */
  .btn-trial {
    font-size: 11.5px;
    padding: 8px 14px;
  }
  .st-num {
    font-size: 1.3rem;
  }
  .tcard {
    padding: 16px;
  }
  .t-quote {
    font-size: 12.5px;
  }
}

/* ── 375px ── */
@media screen and (max-width: 375px) {
  .hdr {
    height: 52px;
  }
  .logo svg {
    width: 22px;
    height: 22px;
  }
  .hero h1 {
    font-size: 1.08rem;
    line-height: 1.2;
  }
  /* .hg-top-left {
    height: 78px;
  }
  .hg-top-right {
    height: 92px;
  }
  .hg-bot-left {
    height: 35px;
  } */
  .sec-ttl {
    font-size: 1.22rem;
  }
  .p-price {
    font-size: 1.6rem;
  }
}

/* ── 320px ── */
@media screen and (max-width: 320px) {
  .hdr {
    height: 50px;
  }
  .logo {
    font-size: 0.92rem;
    gap: 5px;
  }
  .hero h1 {
    font-size: 1rem;
  }
  .hero .sub {
    font-size: 12px;
    margin-bottom: 18px;
  }
  /* .hg-top-left {
    height: 68px;
  }
  .hg-top-right {
    height: 80px;
  }
  .hg-bot-left {
    height: 30px;
  } */
  .hero-btns {
    gap: 8px;
  }
  .btn-blue {
    padding: 8px 14px;
    font-size: 12px;
  }
  .stats-bar {
    padding: 18px 0;
  }
  .st-num {
    font-size: 1.2rem;
  }
  .sec {
    padding: 26px 0;
  }
  .sec-ttl {
    font-size: 1.12rem;
  }
  .pcard {
    padding: 16px;
  }
  .p-price {
    font-size: 1.45rem;
  }
}

/* ── 667px ── */
@media screen and (max-width: 667px) {
  .hdr {
    height: 58px;
    padding: 0 15px;
  }
  .logo {
    font-size: 1rem;
  }
  .btn-login {
    display: none;
  }
  .hero h1 {
    font-size: 1.5rem;
  }
  /* .hg-top-left {
    height: 128px;
  }
  .hg-top-right {
    height: 150px;
  }
  .hg-bot-left {
    height: 62px;
  }
  .hg-bot-mid {
    display: none;
  } */
  .st-num {
    font-size: 1.65rem;
  }
  .st-lbl {
    font-size: 10.5px;
  }
}

/* ── 575px ── */
@media screen and (max-width: 575px) {
  .hero h1 {
    font-size: 1.38rem;
  }
  .hero-btns {
    gap: 10px;
  }
  .btn-blue {
    padding: 10px 18px;
    font-size: 12.5px;
  }
  /* .hg-top-left {
    height: 114px;
  }
  .hg-top-right {
    height: 132px;
  }
  .hg-bot-left {
    height: 56px;
  } */
  .trusted-inner {
    gap: 14px;
  }
  .brand-nm {
    font-size: 11px;
  }
  .sec {
    padding: 38px 0;
  }
  .sec-ttl {
    font-size: 1.4rem;
  }
  .sec-sub {
    font-size: 13px;
  }
  .p-price {
    font-size: 1.8rem;
  }
  .mini-box {
    padding: 10px 12px;
  }
  .mini-box-t {
    font-size: 11.5px;
  }
  .ai-img {
    height: 230px;
  }
  .vbox {
    height: 210px;
  }
  .tcard {
    padding: 20px;
  }
  header {
    top: 13px;
  }
  .hero {
    /* background: linear-gradient(155deg, #f3f6ff 0%, #eaeffd 100%); */
    padding: 105px 0 60px;
    .col-lg-6 {
      padding-bottom: 0 !important;
    }
  }
  .hero .sub {
    font-size: 16px;
    margin: 10px 0;
  }
  .brands {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* ── 480px ── */
@media screen and (max-width: 480px) {
  .hdr {
    height: 54px;
  }
  .hero h1 {
    font-size: 1.25rem;
  }
  .hero .sub {
    font-size: 12.5px;
  }
  /* .hg-top-left {
    height: 100px;
  }
  .hg-top-right {
    height: 118px;
  }
  .hg-bot-left {
    height: 48px;
  } */
  .brands {
    gap: 12px;
  }
  .hero-eye {
    font-size: 10px;
    padding: 4px 10px;
  }
  .fc {
    padding: 16px;
  }
  .fc h4 {
    font-size: 12.5px;
  }
  .pcard {
    padding: 20px;
  }
}

/* ── 414px ── */
@media screen and (max-width: 414px) {
  .hero h1 {
    font-size: 1.18rem;
  }
  /* .hg-top-left {
    height: 90px;
  }
  .hg-top-right {
    height: 108px;
  }
  .hg-bot-left {
    height: 44px;
  } */
  .stats-bar {
    padding: 22px 0;
  }
  .st-num {
    font-size: 1.45rem;
  }
  .sec {
    padding: 32px 0;
  }
  .sec-ttl {
    font-size: 1.3rem;
  }
  .hero-eye {
    display: none;
  }
  .ai-tabs {
    gap: 5px;
  }
  .ai-tab {
    padding: 6px 11px;
    font-size: 11.5px;
  }
}

/* ── 380px ── */
@media screen and (max-width: 380px) {
  .hero h1 {
    font-size: 1.1rem;
  }
  /* .hg-top-left {
    height: 82px;
  }
  .hg-top-right {
    height: 96px;
  }
  .hg-bot-left {
    height: 38px;
  } */
  .btn-trial {
    font-size: 11.5px;
    padding: 8px 14px;
  }
  .st-num {
    font-size: 1.3rem;
  }
  .tcard {
    padding: 16px;
  }
  .t-quote {
    font-size: 12.5px;
  }
}

/* ── 375px ── */
@media screen and (max-width: 375px) {
  .hdr {
    height: 52px;
  }
  .logo svg {
    width: 22px;
    height: 22px;
  }
  .hero h1 {
    font-size: 1.08rem;
    line-height: 1.2;
  }
  /* .hg-top-left {
    height: 78px;
  }
  .hg-top-right {
    height: 92px;
  }
  .hg-bot-left {
    height: 35px;
  } */
  .sec-ttl {
    font-size: 1.22rem;
  }
  .p-price {
    font-size: 1.6rem;
  }
}

/* ── 320px ── */
@media screen and (max-width: 320px) {
  .hdr {
    height: 50px;
  }
  .logo {
    font-size: 0.92rem;
    gap: 5px;
  }
  .hero h1 {
    font-size: 1rem;
  }
  .hero .sub {
    font-size: 12px;
    margin-bottom: 18px;
  }
  /* .hg-top-left {
    height: 68px;
  }
  .hg-top-right {
    height: 80px;
  }
  .hg-bot-left {
    height: 30px;
  } */
  .hero-btns {
    gap: 8px;
  }
  .btn-blue {
    padding: 8px 14px;
    font-size: 12px;
  }
  .stats-bar {
    padding: 18px 0;
  }
  .st-num {
    font-size: 1.2rem;
  }
  .sec {
    padding: 26px 0;
  }
  .sec-ttl {
    font-size: 1.12rem;
  }
  .pcard {
    padding: 16px;
  }
  .p-price {
    font-size: 1.45rem;
  }
}

/* Mobile nav overlay */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1100;
}
.mobile-nav-overlay.open {
  display: block;
}
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 1200;
  overflow-y: auto;
  transition: right 0.3s ease;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  padding: 20px 0;
}
.mobile-nav-drawer.open {
  right: 0;
}
.mob-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 16px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 8px;
}
.mob-close {
  background: none;
  border: none;
  font-size: 22px;
  color: #666;
  cursor: pointer;
}
.mob-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mob-nav-list > li > a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  border-bottom: 1px solid #f0f0f0;
  font-family: "Poppins", sans-serif;
}
.mob-nav-list > li > a:hover {
  color: var(--blue);
}
.mob-sub {
  list-style: none;
  padding: 0;
  background: var(--bg);
  display: none;
}
.mob-sub li a {
  display: block;
  padding: 10px 20px 10px 32px;
  font-size: 13px;
  color: var(--muted);
  border-bottom: 1px solid #f0f0f0;
  font-family: "Poppins", sans-serif;
}
.mob-sub li a:hover {
  color: var(--blue);
}
.mob-has-sub .mob-toggle {
  float: right;
  width: 28px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

/* ════════════════════════════════════════
   STICKY HEADER — OVERRIDES & RESPONSIVE
════════════════════════════════════════ */

/* Fix hero top-padding — body already offsets for fixed header */
@media screen and (max-width: 575px) {
  header {
    top: 0 !important;
    padding: 4px 0 !important;
  }
  .hero {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  body {
    padding-top: 70px;
  }
}

@media screen and (max-width: 375px) {
  header {
    top: 0 !important;
    padding: 2px 0 !important;
  }
  body {
    padding-top: 62px;
  }
  .hero {
    padding-top: 45px !important;
  }
}

/* ── Active scroll nav highlight ── */
.nav-wrap.stellarnav > ul > li > a.active-scroll {
  color: var(--blue) !important;
  font-weight: 700 !important;
  position: relative;
}
.nav-wrap.stellarnav > ul > li > a.active-scroll::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
}

/* Mobile drawer active link */
.mob-nav-list > li > a.active-scroll {
  color: var(--blue) !important;
  font-weight: 700 !important;
  background: #eef3ff;
}
