/**
 * Sendarix - Unified site stylesheet
 * Shared shell, content primitives, footer, contact, and responsive behavior.
 */

:root {
  --accent_solid_color: #009af2;
  --theme_secondary_color_opt: #051441;
  --theme_body_color_opt: #677294;
  --white-color: #fff;
  --body-font-family: Poppins, sans-serif;
  --nav-gap: 24px;
  --site-shell-max-width: 1200px;
  --site-shell-padding: 20px;
  --site-header-height: 88px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: 15px;
  line-height: 1.6;
  color: var(--theme_body_color_opt);
  background: #fbfbfd;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

.site-shell-wrap {
  width: 100%;
}

.site-shell-inner {
  width: 100%;
  max-width: var(--site-shell-max-width);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--site-shell-padding) !important;
  padding-right: var(--site-shell-padding) !important;
  box-sizing: border-box;
}

.container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page_wrapper .container {
  max-width: 800px;
}

.btn_get {
  font: 500 14px/47px var(--body-font-family), sans-serif;
  color: var(--white-color);
  border: 2px solid #ccc5fa;
  border-radius: 4px;
  padding: 0 23px;
  min-width: 120px;
  text-align: center;
  display: inline-block;
}

.sec_pad {
  padding: 80px 0;
}

.breadcrumb_area {
  position: relative;
  padding: 140px 0 70px;
  overflow: hidden;
  background-color: #051441;
  background-image:
    linear-gradient(155deg, rgba(5, 20, 65, 0.88) 0%, rgba(0, 154, 242, 0.35) 55%, rgba(5, 20, 65, 0.75) 100%),
    url(../img/banner-1.png);
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.breadcrumb_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #79c5f2 0%, #009af2 100%);
  opacity: 0.35;
  z-index: 0;
}

.breadcrumb_content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.breadcrumb_content h1 {
  font: 700 50px/1.2 var(--body-font-family), sans-serif;
  color: #fff;
  margin: 0 0 15px;
}

.breadcrumb_content p {
  font: 300 16px/1.6 var(--body-font-family), sans-serif;
  color: #fff;
  margin: 0;
}

.sx-pricing-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  color: #009af2;
}

.sx-pricing-card-icon--accent {
  color: #6366f1;
}

.sx-pricing-card-icon--magenta {
  color: #e11d48;
}

.sx-pricing-card-icon--business {
  color: #2563eb;
}

.enterprise-mid-cta {
  margin: 32px 0 48px;
  padding: 28px 24px;
  border-radius: 14px;
  border: 1px solid rgba(0, 154, 242, 0.25);
  background: linear-gradient(135deg, #f0f9ff 0%, #fff 70%);
  text-align: center;
  box-shadow: 0 8px 28px rgba(5, 20, 65, 0.06);
}

.enterprise-mid-cta h3 {
  font: 600 22px/1.35 Poppins, sans-serif;
  color: #051441;
  margin: 0 0 10px;
}

.enterprise-mid-cta p {
  font: 400 15px/1.65 Poppins, sans-serif;
  color: #677294;
  margin: 0 0 18px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.enterprise-mid-cta .btn_get {
  margin: 4px 6px;
}

.sx-timeline-end {
  display: inline-block;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #009af2, #031ae0);
  margin-top: 24px;
}

.breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.arrow_carrot-right::before {
  content: "\25BE";
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  line-height: 1;
}

.header_area {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  position: fixed !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

header.header_area.header_stick {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.header_area.navbar_fixed {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.header_area.navbar_fixed,
.header_area.navbar_fixed .navbar,
.header_area.navbar_fixed .site-header-inner {
  background: #fff !important;
  background-color: #fff !important;
}

.header_area.navbar_fixed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
}

.header_area .navbar {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: var(--site-header-height) !important;
  height: var(--site-header-height) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header_area .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-header-inner {
  width: 100% !important;
  max-width: var(--site-shell-max-width) !important;
  min-height: var(--site-header-height) !important;
  height: var(--site-header-height) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--site-shell-padding) !important;
  padding-right: var(--site-shell-padding) !important;
  box-sizing: border-box;
}

.navbar-brand {
  font-size: 1.25rem;
  white-space: nowrap;
}

.navbar-brand img,
.navbar-brand .main_logo_img,
.navbar-brand .sticky_logo_img {
  width: auto;
  height: 75px;
  max-height: 75px;
  object-fit: contain;
}

.sticky_logo .sticky_logo_img {
  display: none;
}

.header_area.navbar_fixed .main_logo_img {
  display: none !important;
}

.header_area.navbar_fixed .sticky_logo_img {
  display: block !important;
}

.header_area.navbar_fixed .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_toggle .hamburger-cross span {
  background: #051441 !important;
}

.header_area .site-nav > .site-nav-item > .nav-link,
.header_area .site-nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  line-height: 1.2 !important;
  color: var(--white-color) !important;
  font: 500 14px Poppins, sans-serif !important;
  position: relative;
}

.header_area .site-nav > .site-nav-item > .nav-link:hover,
.header_area .site-nav .nav-link:hover {
  color: var(--accent_solid_color) !important;
}

.header_area.navbar_fixed .site-nav > .site-nav-item > .nav-link,
.header_area.navbar_fixed .site-nav .nav-link {
  color: #051441 !important;
}

.header_area.navbar_fixed .site-nav > .site-nav-item > .nav-link:hover,
.header_area.navbar_fixed .site-nav .nav-link:hover {
  color: #00aff0 !important;
}

.header_area .site-nav > .site-nav-item {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  list-style: none;
}

.header_area .site-nav,
.header_area .dropdown-menu {
  list-style: none;
}

.header_area .dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: -40px;
  min-width: 200px;
  padding: 15px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  display: none;
}

.header_area .site-nav > .site-nav-item.submenu > .dropdown-menu {
  min-width: 300px;
  padding: 10px 0;
  border-radius: 14px;
  border: 1px solid rgba(5, 20, 65, 0.09);
  box-shadow:
    0 18px 50px rgba(5, 20, 65, 0.14),
    0 6px 16px rgba(0, 154, 242, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
}

.header_area .site-nav > .site-nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 10px;
}

.header_area .site-nav > .site-nav-item.submenu .dropdown-menu .nav-item .nav-link {
  color: #051441 !important;
  white-space: nowrap;
  border-radius: 10px;
  margin: 2px 0;
  line-height: 40px !important;
  padding: 0 18px !important;
  font: 500 13px/40px Poppins, sans-serif !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.header_area .site-nav > .site-nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
  color: #009af2 !important;
  background: rgba(0, 154, 242, 0.1);
}

.header_area .dropdown-menu .nav-item .nav-link {
  padding: 0 30px;
  line-height: 36px;
  font: 400 13px/34px Poppins, sans-serif !important;
}

.navbar-toggler {
  display: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span,
.menu_toggle .hamburger-cross span {
  display: block;
  background: var(--white-color);
  border-radius: 3px;
}

.menu_toggle .hamburger span {
  width: 0;
  height: 2px;
  margin: 4px 0;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0;
}

.header_area .btn_get.btn-meta,
.header_area .navbar .btn_get.btn-meta,
.header_area a.login_btn {
  box-shadow: none !important;
  border-radius: 4px !important;
  line-height: 42px !important;
  min-height: 46px !important;
  background: #fff !important;
  color: var(--accent_solid_color) !important;
  border: 2px solid var(--accent_solid_color) !important;
}

.header_area .btn_get.btn-meta:hover,
.header_area .navbar .btn_get.btn-meta:hover {
  background: var(--accent_solid_color) !important;
  color: #fff !important;
  border-color: var(--accent_solid_color) !important;
}

.header_area.navbar_fixed .btn_get.btn-meta,
.header_area.navbar_fixed .navbar .btn_get.btn-meta,
.header_area.navbar_fixed a.login_btn {
  color: #051441 !important;
  border-color: #051441 !important;
  background: transparent !important;
}

.header_area.navbar_fixed .btn_get.btn-meta:hover,
.header_area.navbar_fixed .navbar .btn_get.btn-meta:hover {
  color: #fff !important;
  border-color: #00aff0 !important;
  background: #00aff0 !important;
}

.footer_bg {
  width: 100% !important;
  background: url(../img/testimonial_bg.png) center/cover !important;
  padding: 80px 0 0 !important;
}

.site-footer-inner {
  width: 100% !important;
  max-width: var(--site-shell-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--site-shell-padding) !important;
  padding-right: var(--site-shell-padding) !important;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(6, 8, 23, 0.12);
  box-sizing: border-box;
}

.site-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) repeat(4, minmax(0, 1fr)) !important;
  gap: 32px 28px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  min-height: 0;
}

.footer-tagline {
  margin: 0;
  max-width: none;
  width: 100%;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

.site-footer-inner .footer-col h2,
.footer-col h2 {
  font: 500 16px/1.5 Poppins, sans-serif;
  color: #060817;
  margin: 0 0 16px;
}

.site-footer-inner .footer-col a,
.site-footer-inner .footer-col p,
.site-footer-inner > div > p,
.footer-col a,
.footer-col p {
  font: 300 16px/2.4 Poppins, sans-serif;
  color: #060817;
}

.footer-col a:hover {
  color: #031ae0;
}

.footer-strapline {
  width: 100%;
  max-width: var(--site-shell-max-width);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 28px var(--site-shell-padding) 20px !important;
  text-align: center;
  box-sizing: border-box;
}

.footer-strapline .footer-tagline {
  font-family: Poppins, sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #5a6578 !important;
  letter-spacing: 0.01em;
  margin: 0 auto;
  max-width: 48rem;
  width: 100%;
  text-align: center;
  hyphens: manual;
  -webkit-hyphens: manual;
}

.footer-bottom {
  width: 100%;
  max-width: var(--site-shell-max-width);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 24px var(--site-shell-padding) 40px !important;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid rgba(6, 8, 23, 0.08);
}

.footer-bottom p {
  font-family: Poppins, sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #5a6578 !important;
  letter-spacing: 0.01em;
  margin: 0;
}

/* Security & Compliance page */
.page-security-compliance .security-hero-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #e8eef6 0%, #f0f3f9 45%, #f6f7fa 100%);
}

.security-hero-section {
  padding: 80px 0;
  background: #f6f7fa;
}

.security-hero-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}

.page-security-compliance .security-hero-card {
  position: relative;
  background: #fff !important;
  border: 1px solid rgba(5, 20, 65, 0.1) !important;
  border-radius: 16px !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px rgba(5, 20, 65, 0.12),
    0 8px 24px rgba(0, 154, 242, 0.08) !important;
  padding: 44px 40px 40px !important;
  text-align: center;
  max-width: 720px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-security-compliance .security-hero-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #009af2, #031ae0);
  border-radius: 16px 16px 0 0;
}

.security-hero-card {
  background: #fff;
  border: 1px solid #e1e3ed;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(5, 20, 65, 0.08);
  padding: 40px 36px;
  text-align: center;
  max-width: 720px;
  width: 100%;
  box-sizing: border-box;
}

.security-hero-card__title {
  font: 600 32px/1.3 Poppins, sans-serif;
  color: #051441;
  margin: 0 0 20px;
}

.security-hero-card__lead {
  font: 400 16px/1.7 Poppins, sans-serif;
  color: #677294;
  margin: 0;
}

.security-hero-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.security-hero-card__btn.security-hero-card__btn--primary {
  background: #009af2 !important;
  color: #fff !important;
  border-color: #009af2 !important;
}

.security-hero-card__btn.security-hero-card__btn--outline {
  background: transparent !important;
  border-color: #051441 !important;
  color: #051441 !important;
}

.security-hero-visual {
  width: 100%;
  text-align: center;
}

.security-hero-visual img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}

.security-compliance-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0 0;
}

.security-compliance-card {
  background: #fff;
  border: 1px solid rgba(5, 20, 65, 0.1);
  border-radius: 14px;
  box-shadow:
    0 12px 36px rgba(5, 20, 65, 0.08),
    0 2px 8px rgba(0, 154, 242, 0.05);
  padding: 28px 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.page-security-compliance .security-compliance-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #009af2, #031ae0);
  border-radius: 14px 0 0 14px;
}

.page-security-compliance .security-compliance-card {
  padding-left: 22px;
}

.security-compliance-card h3 {
  font: 600 20px/1.35 Poppins, sans-serif;
  color: #051441;
  margin: 0 0 12px;
}

.security-compliance-card p {
  font: 400 16px/1.65 Poppins, sans-serif;
  color: #677294;
  margin: 0;
}

@media (max-width: 767px) {
  .security-compliance-cards {
    grid-template-columns: 1fr;
  }

  .security-hero-card {
    padding: 32px 22px;
  }

  .security-hero-card__title {
    font-size: 26px;
  }
}

.contact-hero {
  text-align: center;
  margin-bottom: 50px;
}

.contact-hero h2 {
  font: 600 28px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 0 0 15px;
}

.contact-hero p {
  font: 400 16px/1.7 Poppins, sans-serif;
  color: var(--theme_body_color_opt);
  margin: 0;
}

.response-expect {
  margin-top: 24px;
  padding: 20px 24px;
  background: #f0f9ff;
  border-radius: 6px;
  border-left: 4px solid var(--accent_solid_color);
  font-size: 14px;
  line-height: 1.6;
}

.enterprise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin: 40px 0;
}

.enterprise-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.enterprise-card:hover {
  transform: translateY(-4px);
}

.enterprise-card h3 {
  font: 600 20px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 0 0 12px;
}

.enterprise-card p {
  font: 400 15px/1.7 Poppins, sans-serif;
  margin: 0;
  color: var(--theme_body_color_opt);
}

.cta-section {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #051441 0%, #0a2a6e 100%);
  color: #fff;
  border-radius: 8px;
  margin-top: 60px;
}

.cta-section h2 {
  font: 600 32px/1.3 Poppins, sans-serif;
  margin: 0 0 16px;
}

.cta-section p {
  font: 400 18px/1.6 Poppins, sans-serif;
  margin: 0 0 32px;
  opacity: 0.9;
}

.cta-section .btn_get {
  background: #fff;
  color: var(--accent_solid_color);
  border-color: #fff;
}

.cta-section .btn_get:hover {
  background: var(--accent_solid_color);
  color: #fff;
  border-color: var(--accent_solid_color);
}


.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin: 40px 0;
}

.feature-grid.feature-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
}

.feature-card h3 {
  font: 600 20px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 0 0 12px;
}

.feature-card p {
  font: 400 15px/1.7 Poppins, sans-serif;
  margin: 0;
}

.content-block {
  margin: 40px 0;
}

.content-block h2 {
  font: 600 28px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 0 0 16px;
}

.content-block h3 {
  font: 600 20px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 24px 0 12px;
}

.content-block p {
  font: 400 15px/1.7 Poppins, sans-serif;
  margin: 0 0 16px;
}

.faq-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e3ed;
}

.faq-item h4 {
  font: 600 18px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 0 0 8px;
}

.faq-item p {
  font: 400 15px/1.7 Poppins, sans-serif;
  margin: 0;
}

.how-steps,
.who-for-grid,
.why-switch-grid,
.get-started-grid {
  display: grid;
  gap: 24px;
}

.how-steps,
.who-for-grid,
.why-switch-grid {
  grid-template-columns: repeat(4, 1fr);
}

.get-started-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trust-strip {
  text-align: center;
  padding: 32px 24px;
  background: #f6f7fa;
  border-radius: 8px;
  margin: 48px 0;
  font: 500 15px/1.6 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
}

.trust-strip strong {
  color: var(--accent_solid_color);
}

.mid-cta {
  text-align: center;
  padding: 48px 24px;
  margin: 56px 0;
  border-top: 1px solid #e1e3ed;
  border-bottom: 1px solid #e1e3ed;
}

.mid-cta .btn_get {
  margin: 0 8px;
}

.related-pages {
  margin: 56px 0;
  padding: 28px;
  border: 1px solid #e1e3ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(5, 20, 65, 0.08);
}

.related-pages h3 {
  font: 600 20px/1.3 Poppins, sans-serif;
  color: var(--theme_secondary_color_opt);
  margin: 0 0 16px;
}

.related-pages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 9px 16px;
  border: 1px solid rgba(0, 154, 242, 0.24);
  border-radius: 999px;
  background: #f4f9ff;
  font: 500 14px/1.2 Poppins, sans-serif;
  color: #0b5ea8;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.related-pages a:hover {
  text-decoration: none;
  background: #009af2;
  border-color: #009af2;
  color: #fff;
  transform: translateY(-1px);
}

.product-visual-wrap {
  padding: 12px;
  background: #f8f9fb;
  border-radius: 12px;
  border: 1px solid #e8eaef;
}

.product-visual-wrap img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 48px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 154, 242, 0.08);
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font: 500 14px var(--body-font-family), sans-serif;
  color: var(--theme_secondary_color_opt);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font: 400 15px/1.5 var(--body-font-family), sans-serif;
  color: #222d39;
  padding: 14px 20px;
  border: 1px solid #e1e3ed;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: var(--accent_solid_color);
}

.form-group textarea {
  min-height: 160px;
  resize: vertical;
}

.btn-submit {
  font: 500 15px/1 var(--body-font-family), sans-serif;
  color: #fff;
  background: var(--accent_solid_color);
  border: 2px solid var(--accent_solid_color);
  border-radius: 4px;
  padding: 16px 32px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: transparent;
  color: var(--accent_solid_color);
}

.routing-note {
  background: #f6f7fa;
  border-radius: 6px;
  padding: 24px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--theme_body_color_opt);
}

.routing-note strong {
  color: var(--theme_secondary_color_opt);
}

.cta-strip {
  text-align: center;
  padding: 60px 0;
  background: linear-gradient(135deg, #051441 0%, #0a2a6e 100%);
  color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}

.cta-strip h3 {
  font: 600 24px/1.3 Poppins, sans-serif;
  margin: 0 0 12px;
}

.cta-strip p {
  font: 400 16px/1.6 Poppins, sans-serif;
  margin: 0 0 24px;
  opacity: 0.9;
}

.cta-strip .btn_get {
  background: #fff;
  color: var(--accent_solid_color);
  border-color: #fff;
}

.cta-strip .btn_get:hover {
  background: var(--accent_solid_color);
  color: #fff;
  border-color: var(--accent_solid_color);
}

.product-visual {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.product-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.product-visual-wrap {
  padding: 12px;
  background: #f8f9fb;
  border-radius: 12px;
  border: 1px solid #e8eaef;
}

.log-block {
  background: #1a1d2e;
  border-radius: 8px;
  padding: 20px 24px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e2e8f0;
  overflow-x: auto;
  border: 1px solid #2d3348;
}

.log-block .log-key {
  color: #94a3b8;
}

.log-block .log-value {
  color: #e2e8f0;
}

.log-block .log-status {
  color: #22c55e;
}

.log-block .log-id {
  color: #009af2;
}

@media (min-width: 992px) {
  .header_area .navbar .site-header-inner {
    display: grid !important;
    grid-template-columns: 220px 1fr 140px !important;
    grid-template-rows: auto !important;
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    align-items: center !important;
    gap: 0 !important;
    max-width: var(--site-shell-max-width) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--site-shell-padding) !important;
    padding-right: var(--site-shell-padding) !important;
  }

  .header_area .site-header-left {
    display: flex !important;
    align-items: center !important;
    min-height: var(--site-header-height) !important;
    gap: 12px !important;
  }

  .header_area .site-header-left .navbar-brand {
    margin: 0 !important;
  }

  .header_area .site-header-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: var(--site-header-height) !important;
  }

  .header_area .site-header-center .navbar-collapse {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: var(--site-header-height) !important;
  }

  .header_area .site-header-right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: var(--site-header-height) !important;
  }

  .header_area .site-header-right .alter_nav {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header_area .navbar-toggler {
    display: none !important;
  }

  .header_area .site-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    min-height: var(--site-header-height) !important;
    gap: var(--nav-gap) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header_area .site-nav > .site-nav-item.submenu:hover > .dropdown-menu,
  .header_area .site-nav > .site-nav-item.submenu:focus-within > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .header_area .navbar .site-header-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    min-height: var(--site-header-height) !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .header_area .site-header-left {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-height: var(--site-header-height) !important;
  }

  .header_area .site-header-center {
    order: 3 !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .header_area .site-header-right {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-height: var(--site-header-height) !important;
  }

  .header_area .site-header-right .alter_nav {
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }

  .navbar-toggler {
    display: block !important;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: flex !important;
    flex-direction: column;
    background: #fff;
    margin-top: 15px;
    padding: 20px;
  }

  .header_area .site-nav {
    margin: 0;
    padding: 0;
  }

  .header_area .site-nav > .site-nav-item > .nav-link,
  .header_area .site-nav .nav-link {
    color: #051441 !important;
  }

  .header_area .site-nav > .site-nav-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(237, 237, 237, 0.4) !important;
  }

  .header_area .site-nav > .site-nav-item + .site-nav-item {
    margin-left: 0 !important;
  }

  .header_area .site-nav > .site-nav-item.submenu.show > .dropdown-menu {
    display: block;
    position: static;
    min-width: 100%;
    padding: 10px 0 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .header_area .site-nav > .site-nav-item.submenu .dropdown-menu .nav-item {
    padding: 0;
  }

  .header_area .site-nav > .site-nav-item.submenu .dropdown-menu .nav-item .nav-link {
    white-space: normal;
    margin: 0;
    border-radius: 0;
    line-height: 36px !important;
    padding: 0 0 0 8px !important;
    font-weight: 400 !important;
    background: transparent !important;
  }

  .header_area .site-nav > .site-nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
    background: transparent !important;
    color: #009af2 !important;
  }

  .site-footer-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  .footer-strapline {
    text-align: center;
  }

  .footer-strapline .footer-tagline {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    hyphens: manual;
    -webkit-hyphens: manual;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .breadcrumb_area {
    padding: 120px 0 80px;
  }

  .sx-layout-section .container > div[style*="grid-template-columns:1fr 1fr"],
  section[style*="grid-template-columns:1fr 1fr"] > div,
  section > .container > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  .sx-layout-section .container > div[style*="grid-template-columns:1fr 1fr"] > div:last-child,
  section[style*="grid-template-columns:1fr 1fr"] > div > div:last-child,
  section > .container > div[style*="grid-template-columns:1fr 1fr"] > div:last-child {
    order: -1;
    text-align: center;
  }

  .sx-layout-section .container > div[style*="grid-template-columns:repeat(2,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  .sx-layout-section .container > div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .breadcrumb_content h1 {
    font-size: 32px;
  }

  .contact-form-card {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .sx-layout-section .container > div[style*="grid-template-columns:repeat(4,1fr)"],
  .sx-layout-section .container > div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }
}

/* Layout utilities for long-form / grid sections */
.full-width-page {
  background: #fbfbfd;
}

.sx-layout-section {
  position: relative;
}

.sx-layout-section .sx-layout-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
}

.sx-layout-column {
  display: flex;
  min-height: 1px;
  position: relative;
  width: 100%;
}

.sx-layout-widget-wrap {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.sx-layout-widget {
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class^="col-"],
[class*=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.col-12,
.col-lg-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.border-0 {
  border: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.f_p {
  font-family: Poppins, sans-serif;
}

.f_300 {
  font-weight: 300;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_size_15 {
  font-size: 15px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_50 {
  font-size: 50px;
}

.pr_70 {
  padding-right: 70px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_100 {
  padding-left: 100px;
}

.l_height26 {
  line-height: 26px;
}

.l_height28 {
  line-height: 28px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height40 {
  line-height: 40px;
}

.l_height50 {
  line-height: 50px;
}

.l_height60 {
  line-height: 60px;
}

.w_color {
  color: #fff;
}

.t_color,
.title_color,
.t_color3 {
  color: #051441;
}

.wow,
.fadeIn,
.fadeInUp,
.fadeInLeft,
.fadeInRight {
  animation: none !important;
  visibility: visible !important;
}

/* Homepage hero — aligned with www.sendarix.com (SaaSland slider_area) */
@keyframes animateUpDown {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.slider_area {
  background-image: linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
  background-size: cover;
  background-position: 50%;
  height: 930px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slider_area > .container {
  position: relative;
  z-index: 2;
}

.slider_area > img.bottom_shoape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.slider_area > img.middle_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: auto;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.slider_area > img.leaf {
  position: absolute;
  pointer-events: none;
}

.slider_area > img.leaf.l_left {
  top: 200px;
  left: 260px;
}

.slider_area > img.leaf.l_right {
  right: 0;
  bottom: 100px;
}

.slider_content {
  color: #fff;
  padding-top: 200px;
}

.slider_content h2,
.slider_content p {
  color: #fff;
}

.slider_area .mobile_img {
  position: relative;
}

.slider_area .mobile_img .mobile {
  position: relative;
  z-index: -1;
  max-width: none !important;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.slider_area .mobile_img .women_img {
  position: absolute;
  top: 245px;
  right: 160px;
  z-index: 1;
  max-width: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .slider_area .mobile_img .mobile {
    animation: none;
  }
}

@media (max-width: 1199px) {
  .slider_area .mobile_img .mobile {
    left: -180px;
  }
}

@media (max-width: 991px) {
  .slider_area {
    height: auto;
  }

  .slider_area .mobile_img .mobile {
    left: 0;
    top: -143px;
  }

  .slider_area .mobile_img .women_img {
    top: 70px;
    right: 280px;
  }
}

@media (max-width: 768px) {
  .slider_area .mobile_img .women_img {
    top: 50px;
    right: 200px;
    max-width: 40% !important;
  }

  .slider_content {
    padding-top: 150px;
  }

  .slider_area .l_height60 {
    line-height: 45px;
  }
}

@media (max-width: 576px) {
  .slider_area .mobile_img .mobile {
    left: 0;
    top: -100px;
    max-width: 100% !important;
  }

  .slider_area .l_height60 {
    line-height: 45px !important;
  }

  .slider_area .f_size_40 {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .slider_area .mobile_img .women_img {
    right: 80px;
  }

  .slider_area .mobile_img .mobile {
    top: -35px;
  }
}

.mobile_img,
.feature_img,
.agency_featured_img,
.product-visual-wrap {
  text-align: center;
}

.mobile_img img,
.feature_img img,
.agency_featured_img img {
  max-width: 100%;
  height: auto;
}

.features_area {
  padding: 40px 0;
}

.sx-home-prefooter-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #051441, #0a2a6e);
  color: #fff;
  text-align: center;
}

.sx-home-prefooter-cta h2 {
  font: 600 36px/1.3 Poppins, sans-serif;
  margin: 0 0 16px;
  color: #fff;
}

.sx-home-prefooter-cta p {
  font: 400 18px/1.6 Poppins, sans-serif;
  margin: 0 auto 32px;
  max-width: 640px;
  opacity: 0.9;
  color: #fff;
}

.sx-home-prefooter-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.sx-home-prefooter-cta .btn_get.sx-cta-primary {
  background: #fff;
  color: #009af2;
  border-color: #fff;
}

.sx-home-prefooter-cta .btn_get.sx-cta-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.feature_info,
.agency_featured_item {
  align-items: center;
}

.f_content p,
.agency_featured_content p,
.developer_product_content p,
.software_featured_item p {
  color: #677294;
  line-height: 1.7;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #009af2 0%, #6ec1e4 100%);
  display: inline-block;
  box-shadow: 0 0 0 6px rgba(0, 154, 242, 0.12);
}

.software_featured_area,
.agency_featured_area,
.s_pricing_area {
  padding: 80px 0;
}

.software_featured_info,
.features_info {
  display: grid;
  gap: 30px;
}

.software_featured_info .row,
.features_info .row {
  align-items: center;
}

.software_featured_item,
.pricing-compare-card,
.s_pricing-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.08);
}

.software_featured_item {
  height: 100%;
  padding: 28px 24px;
}

.software_featured_item .s_icon {
  position: relative;
  min-height: 92px;
  margin-bottom: 20px;
}

.software_featured_item .s_icon .icon {
  position: absolute;
  inset: 0;
  margin: auto;
}

.tabs_services_items {
  padding: 30px 0 60px;
}

.develor_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.develor_tab .nav-link {
  border: 1px solid rgba(0, 154, 242, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #051441 !important;
  padding: 10px 16px !important;
}

.develor_tab .nav-link.active {
  background: #009af2;
  color: #fff !important;
  border-color: #009af2;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .tab-pane.active.show {
  display: block;
}

.tab_img {
  display: none;
}

.tab_img.active {
  display: block;
}

.list_icon li {
  margin-bottom: 12px;
  color: #051441;
}

.list_icon li i::before,
.ti-arrow-circle-right::before {
  content: "\2192";
  color: #009af2;
  margin-right: 10px;
}

.agency_featured_item {
  margin-bottom: 60px;
}

.why-hero-card-section {
  padding: 80px 0;
  background: #f6f7fa;
}

.why-hero-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 64px;
  background: #fff !important;
  border: 1px solid rgba(5, 20, 65, 0.12);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(5, 20, 65, 0.14);
  text-align: center !important;
  position: relative;
  overflow: hidden;
}

.why-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.98) 100%);
  z-index: 0;
}

.why-hero-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  width: 100%;
  position: relative;
  z-index: 1;
}

.why-hero-card__content h2 {
  margin: 0 0 20px;
  color: #051441;
  font: 600 32px/1.3 Poppins, sans-serif;
  max-width: 760px;
}

.why-hero-card__content p {
  margin: 0;
  color: #677294;
  font: 400 16px/1.7 Poppins, sans-serif;
  max-width: 720px;
}

.why-hero-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}

.why-hero-card__primary {
  background: #fff !important;
  color: #051441 !important;
  border-color: #051441 !important;
}

.why-hero-card__secondary {
  background: #fff !important;
  color: #051441 !important;
  border-color: #051441 !important;
}

.why-hero-card__visual {
  text-align: center;
  position: relative;
  z-index: 1;
}

.why-hero-card__visual img {
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.why-feature-timeline .features_info {
  position: relative;
  gap: 0;
  padding: 20px 0 40px;
}

.why-feature-timeline .dot_img {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 520px);
  height: calc(100% - 240px);
  object-fit: contain;
  object-position: center top;
  pointer-events: none;
  z-index: 0;
}

.why-feature-timeline .agency_featured_item {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}

.why-feature-timeline .agency_featured_content,
.why-feature-timeline .agency_featured_img {
  position: relative;
}

.why-feature-timeline .agency_featured_img img {
  max-width: 100%;
}

/* home-mail-feature-mobile-1 is ~204px wide; avoid upscaling via wrong width/height attrs */
.why-feature-timeline .agency_featured_img img.why-timeline-mail-thumb {
  max-width: 200px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
}

@media (max-width: 991px) {
  .why-feature-timeline .agency_featured_img img.why-timeline-mail-thumb {
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
  }
}

.why-feature-timeline .agency_featured_content {
  max-width: 470px;
}

.why-feature-timeline .flex-row-reverse .agency_featured_content {
  margin-left: auto;
}

.why-feature-timeline .agency_featured_item_two .agency_featured_content {
  margin-right: auto;
}

.why-feature-timeline .agency_featured_content h3 {
  margin: 0 0 16px;
  color: #051441;
  font: 600 28px/1.3 Poppins, sans-serif;
}

.why-feature-timeline .agency_featured_content p {
  margin: 0;
}

.why-feature-timeline .agency_featured_content .number {
  display: block;
}

.why-feature-timeline .middle_dot {
  display: none;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.agency_featured_content .dot {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.agency_featured_content .dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 154, 242, 0.18);
}

.agency_featured_content .number {
  margin-bottom: 14px;
}

.btn_icon {
  color: #009af2;
}

.s_pricing-item {
  padding: 32px 24px;
  border: 1px solid rgba(5, 20, 65, 0.08);
  height: 100%;
}

.s_pricing-item ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.s_pricing-item li {
  padding: 10px 0;
  border-top: 1px solid rgba(5, 20, 65, 0.08);
}

.s_pricing-item .price {
  color: #009af2;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-check {
  color: #16a34a;
  font-weight: 700;
}

.pricing-cross {
  color: #64748b;
  font-weight: 700;
}

.pricing-table-wrapper {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.08);
}

.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(5, 20, 65, 0.08);
  text-align: left;
}

.pricing-table-section-header td {
  background: #f6f7fa;
  color: #051441;
  font-weight: 600;
}

.pricing-compare-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.pricing-compare-card {
  padding: 24px 20px;
  text-align: center;
}

.pricing-compare-card ul {
  text-align: left;
}

.sx-doc-list {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.sx-doc-heading {
  color: #051441;
  font: 600 28px/1.3 Poppins, sans-serif;
  margin: 2rem 0 1rem;
}

.sx-doc-separator {
  border: 0;
  border-top: 1px solid rgba(5, 20, 65, 0.12);
  margin: 1.75rem 0;
}

.has-alpha-channel-opacity {
  opacity: 1;
}

.legal-heading {
  color: #051441;
  font: 600 28px/1.3 Poppins, sans-serif;
  margin: 2rem 0 1rem;
}

h3.legal-heading {
  font-size: 22px;
  margin-top: 1.5rem;
}

.legal-list {
  padding-left: 1.25rem;
  margin: 0 0 1rem;
}

.legal-list li {
  margin-bottom: 0.55rem;
  line-height: 1.75;
}

.legal-separator {
  border: 0;
  border-top: 1px solid rgba(5, 20, 65, 0.12);
  margin: 1.75rem 0;
  opacity: 1;
}

.legal-quote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #009af2;
  background: #f6f9fc;
  color: #051441;
}

.legal-note {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3d4a63;
  background: rgba(0, 154, 242, 0.06);
  border-radius: 6px;
}

.legal-table-wrap {
  margin: 1rem 0 1.25rem;
  overflow-x: auto;
}

table.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #051441;
}

table.legal-table th,
table.legal-table td {
  border: 1px solid rgba(5, 20, 65, 0.14);
  padding: 0.65rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

table.legal-table thead th {
  background: rgba(0, 154, 242, 0.08);
  font-weight: 600;
}

table.legal-table code {
  font-size: 0.88em;
  word-break: break-word;
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-5 {
    width: 41.6667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }
}

@media (max-width: 991px) {
  .sx-layout-section .sx-layout-container {
    flex-wrap: wrap;
  }

  .pricing-compare-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid.feature-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-hero-card {
    padding: 40px 28px;
    gap: 32px;
  }

  .why-feature-timeline .dot_img {
    display: none;
  }

  .pr_70,
  .pl_70,
  .pl_100 {
    padding-left: 0;
    padding-right: 0;
  }

  .why-feature-timeline .agency_featured_item {
    margin-bottom: 72px;
  }

  .why-feature-timeline .agency_featured_content,
  .why-feature-timeline .flex-row-reverse .agency_featured_content,
  .why-feature-timeline .agency_featured_item_two .agency_featured_content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .flex-row-reverse {
    flex-direction: row;
  }

  .mt_130 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .f_size_50 {
    font-size: 32px;
  }

  .f_size_40 {
    font-size: 30px;
  }

  .f_size_30 {
    font-size: 24px;
  }

  .why-hero-card-section {
    padding: 64px 0;
  }

  .why-hero-card {
    padding: 32px 20px;
  }

  .why-hero-card__content h2 {
    font-size: 28px;
  }

  .l_height60,
  .l_height50,
  .l_height40,
  .l_height34,
  .l_height30 {
    line-height: 1.35;
  }

  .pricing-compare-cards {
    grid-template-columns: 1fr;
  }

  .feature-grid.feature-grid-four {
    grid-template-columns: 1fr;
  }

  .slider_area {
    text-align: center;
  }
}

/* Homepage layered feature visuals (reference: 1905 layout) */
.home-stack {
  position: relative;
  min-height: 430px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  isolation: isolate;
}

/* Prevent flex columns from refusing to shrink → horizontal page shift */
.features_area .row > [class*="col-"] {
  min-width: 0;
}

.home-stack .leaf {
  position: absolute;
  max-width: 100%;
  height: auto;
}

.home-stack-a .one {
  left: 0;
  top: 45px;
  width: 40%;
}

.home-stack-a .two {
  right: 0;
  top: 0;
  width: 82%;
}

.home-stack-a .three {
  right: 18px;
  bottom: 0;
  width: 54%;
}

.home-stack-b .one {
  left: 18px;
  top: 18px;
  width: 34%;
  z-index: 2;
}

.home-stack-b .two {
  right: 0;
  top: 0;
  width: 76%;
}

.home-stack-b .three {
  left: 8px;
  bottom: 52px;
  width: 11%;
}

.home-stack-b .four {
  right: 14px;
  bottom: 8px;
  width: 24%;
}

@media (max-width: 991px) {
  .home-stack {
    min-height: 360px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .home-stack {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-stack .leaf {
    position: static;
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto;
  }
}

