@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}.engine, section[style*="align-items: center"], div[style*="position: absolute; right: 0; bottom: 0;"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* Global Style and Color Sequence Match for the Navbar Slogan on ALL Pages */
.navbar-caption-wrap .navbar-caption {
    font-family: 'Jost', 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important;
    background: linear-gradient(to right, #2c0e66 0%, #ca1f6c 50%, #f67b53 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
}
/* Global Button System to Match Sofniax Brand Identity */
.btn, 
.mbr-editable-button, 
.navbar-btn a,
button[type="submit"] {
    /* 1. Perfect Rounding */
    border-radius: 50px !important;
    
    /* 2. Logo Font & Alignment Styles */
    font-family: 'Jost', 'Montserrat', sans-serif !important;
    font-weight: 700 !important; /* Bold, premium corporate weight */
    letter-spacing: -0.2px !important; /* Tight letter spacing like the logo */
    text-transform: none !important; /* Prevents awkward all-caps transformations */
    
    /* 3. Smooth Hover Animation */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Subtle Hover Lift Effect for a Custom Premium Feel */
.btn:hover, 
.mbr-editable-button:hover,
.navbar-btn a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(202, 31, 108, 0.15) !important; /* Soft logo-pink shadow glow on hover */
}
/* Master Uniform Font Controller for All Website Buttons */
.btn, 
.mbr-editable-button, 
.navbar-btn a,
button[type="submit"],
.btn * {
    /* 1. Logo Font & Style Match */
    font-family: 'Jost', 'Montserrat', sans-serif !important;
    font-weight: 700 !important; /* Bold, premium corporate text thickness */
    font-style: normal !important; /* Forces normal text layout, no italics */
    letter-spacing: -0.3px !important; /* Tightly packed letter spacing like the logo */
    
    /* 2. Uniform Font Sizing */
    font-size: 16px !important; /* Perfect standard corporate reading size */
    line-height: 1.2 !important;
    text-transform: none !important; /* Keeps your exact lowercase/uppercase typing intact */
}
/* Branded Footer Text System to Match Logo Gradient and Slogan Typography */
footer p, 
.cid-footer p, 
.mbr-footer p,
footer .mbr-text {
    /* 1. Logo Font & Alignment Styles */
    font-family: 'Jost', 'Montserrat', sans-serif !important;
    font-weight: 700 !important; /* Premium bold weight matching your branding system */
    font-size: 15px !important; /* Perfect standard corporate footer reading size */
    letter-spacing: -0.3px !important; /* Tight letter spacing like the logo */
    
    /* 2. Seamless Multi-Color Brand Gradient */
    background: linear-gradient(to right, #2c0e66 0%, #ca1f6c 50%, #f67b53 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
}
/* Gradient button matching the Sofniax logo theme */
.cta-button {
  background: linear-gradient(135deg, #37007A 0%, #D81B60 50%, #FF8A50 100%);
  color: #FFFFFF;
  padding: 12px 28px;
  border: none;
  border-radius: 25px; /* Keeps the pill shape intact */
  font-family: 'Inter', sans-serif; /* Clean font matching the logo */
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(216, 27, 96, 0.2); /* Soft matching glow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Subtle hover interaction */
.cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(216, 27, 96, 0.35);
}
/* This targets all primary buttons sitewide */
button, 
input[type="submit"], 
.btn-primary, 
.button {
  background: linear-gradient(to right, #39117F 0%, #C91D6E 50%, #F57C51 100%) !important;
  color: #FFFFFF !important; /* Forces text to white for high contrast against the gradient */
  border: none;
}
/* Sofniax Global Brand Buttons */
.btn {
    background: linear-gradient(90deg, #4B087A, #A51B8C, #F4775D) !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
}

.btn:hover,
.btn:focus {
    background: linear-gradient(90deg, #3D0668, #911678, #E96650) !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
}
/* =========================================
   SOFNIAX GLOBAL - BUTTON COLORS
   Keeps existing size, shape & spacing
   ========================================= */

.btn,
.btn-primary,
.btn-secondary,
a.btn,
button.btn {
    background: linear-gradient(
        90deg,
        #33046E 0%,
        #A81B8D 55%,
        #FB795D 100%
    ) !important;

    border-color: transparent !important;
    color: #FFFFFF !important;
}

/* Force the text inside Mobirise buttons to remain white */
.btn *,
.btn-primary *,
.btn-secondary *,
a.btn *,
button.btn * {
    color: #FFFFFF !important;
}

/* Hover / focus */
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
a.btn:hover,
a.btn:focus,
button.btn:hover,
button.btn:focus {
    background: linear-gradient(
        90deg,
        #2B035E 0%,
        #94177D 55%,
        #E96852 100%
    ) !important;

    border-color: transparent !important;
    color: #FFFFFF !important;
}

/* Keep button text highly readable */
.btn,
.btn *,
.btn-primary,
.btn-primary *,
.btn-secondary,
.btn-secondary *,
a.btn,
a.btn *,
button.btn,
button.btn * {
    color: #FFFFFF !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
/* =========================================
   SOFNIAx CONTACT PAGE — PAGE 1
   Dark Purple → Magenta → Coral
   ========================================= */

.cid-vrGLWuqCmt .mbr-overlay {
    background: linear-gradient(
        110deg,
        #22004F 0%,
        #5A167D 30%,
        #A81B8D 60%,
        #FB795D 100%
    ) !important;

    opacity: 0.45 !important;
}
/* SOFNIAx CONTACT PAGE - PAGE 1 */
section.cid-vrGLWuqCmt {
    position: relative !important;
}

section.cid-vrGLWuqCmt .mbr-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;

    background: linear-gradient(
        110deg,
        #22004F 0%,
        #4B087A 30%,
        #A81B8D 65%,
        #FB795D 100%
    ) !important;

    opacity: 0.55 !important;
    z-index: 0 !important;
}

section.cid-vrGLWuqCmt .container {
    position: relative !important;
    z-index: 1 !important;
}
/* =========================================================
   SOFNIAx LEADERSHIP — PAGE 3
   Individual leadership cards
   ========================================================= */

/* Individual leader blocks */
.cid-vrHQMKR5zy .item-wrapper,
.cid-vrHQMKR5zy .card-wrapper,
.cid-vrHQMKR5zy .card {
    background: #FFFFFF !important;
    border: 1px solid #E5D4E9 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 20px rgba(51, 4, 110, 0.10) !important;
    overflow: hidden !important;
    position: relative !important;
    transition: all 0.25s ease !important;
}

/* Sofniax accent line */
.cid-vrHQMKR5zy .item-wrapper::before,
.cid-vrHQMKR5zy .card-wrapper::before,
.cid-vrHQMKR5zy .card::before {
    content: "" !important;
    display: block !important;
    height: 4px !important;
    width: 100% !important;
    background: linear-gradient(
        90deg,
        #33046E,
        #A81B8D,
        #FB795D
    ) !important;
}

/* Hover effect */
.cid-vrHQMKR5zy .item-wrapper:hover,
.cid-vrHQMKR5zy .card-wrapper:hover,
.cid-vrHQMKR5zy .card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 26px rgba(51, 4, 110, 0.16) !important;
}

/* Leader names */
.cid-vrHQMKR5zy h3,
.cid-vrHQMKR5zy h4,
.cid-vrHQMKR5zy .card-title {
    color: #33046E !important;
}

/* Leader description */
.cid-vrHQMKR5zy p,
.cid-vrHQMKR5zy .card-text {
    color: #444444 !important;
}
/* =========================================================
   SOFNIAx LEADERSHIP — SOFT TRANSLUCENT CARDS
   ========================================================= */

.cid-vrHQMKR5zy .item-wrapper,
.cid-vrHQMKR5zy .card-wrapper,
.cid-vrHQMKR5zy .card {
    background: rgba(252, 249, 253, 0.72) !important;
    border: 1px solid rgba(168, 27, 141, 0.20) !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 20px rgba(51, 4, 110, 0.10) !important;
    overflow: hidden !important;
    position: relative !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

/* Sofniax accent line */
.cid-vrHQMKR5zy .item-wrapper::before,
.cid-vrHQMKR5zy .card-wrapper::before,
.cid-vrHQMKR5zy .card::before {
    content: "" !important;
    display: block !important;
    height: 3px !important;
    width: 100% !important;
    background: linear-gradient(
        90deg,
        #33046E,
        #A81B8D,
        #FB795D
    ) !important;
}

/* Leader names */
.cid-vrHQMKR5zy h3,
.cid-vrHQMKR5zy h4,
.cid-vrHQMKR5zy .card-title {
    color: #4B087A !important;
}

/* Leader descriptions */
.cid-vrHQMKR5zy p,
.cid-vrHQMKR5zy .card-text {
    color: #333333 !important;
}

/* Subtle hover */
.cid-vrHQMKR5zy .item-wrapper:hover,
.cid-vrHQMKR5zy .card-wrapper:hover,
.cid-vrHQMKR5zy .card:hover {
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 10px 25px rgba(51, 4, 110, 0.14) !important;
}
/* =========================================
   SOFNIAx LEADERSHIP
   Align Executive Team card
   ========================================= */

.cid-vrHQMKR5zy > .container > .row > .col-lg-6:first-child .card-wrapper {
    margin-top: -3px !important;
}

.cid-vrHQMKR5zy > .container > .row > .col-lg-6:first-child .card-box {
    padding: 0 28px 18px 28px !important;
    box-sizing: border-box !important;
}

/* Keep the heading nicely positioned */
.cid-vrHQMKR5zy > .container > .row > .col-lg-6:first-child .card-title {
    margin-top: 0 !important;
}
/* =========================================================
   SOFNIAx SERVICES — SOFT TRANSLUCENT SERVICE CARDS
   ========================================================= */

.cid-vrH1rARbm8 .card-wrapper,
.cid-vrH1rARbm8 .item-wrapper,
.cid-vrH1rARbm8 .card {
    background: rgba(252, 249, 253, 0.72) !important;
    border: 1px solid rgba(168, 27, 141, 0.20) !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 20px rgba(51, 4, 110, 0.10) !important;
    overflow: hidden !important;
    position: relative !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

/* Sofniax purple → magenta → coral accent */
.cid-vrH1rARbm8 .card-wrapper::before,
.cid-vrH1rARbm8 .item-wrapper::before,
.cid-vrH1rARbm8 .card::before {
    content: "" !important;
    display: block !important;
    height: 3px !important;
    width: 100% !important;
    background: linear-gradient(
        90deg,
        #33046E,
        #A81B8D,
        #FB795D
    ) !important;
}

/* Service headings */
.cid-vrH1rARbm8 h3,
.cid-vrH1rARbm8 h4,
.cid-vrH1rARbm8 .card-title {
    color: #33046E !important;
}

/* Service subheadings */
.cid-vrH1rARbm8 .mbr-section-subtitle {
    color: #A81B8D !important;
}

/* Service descriptions */
.cid-vrH1rARbm8 p,
.cid-vrH1rARbm8 .card-text {
    color: #333333 !important;
}

/* Subtle hover effect */
.cid-vrH1rARbm8 .card-wrapper:hover,
.cid-vrH1rARbm8 .item-wrapper:hover,
.cid-vrH1rARbm8 .card:hover {
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 10px 25px rgba(51, 4, 110, 0.14) !important;
}
/* Stronger Services header contrast */

.cid-vrH1rARbm8 .mbr-section-title {
    color: #24004F !important;
    text-shadow:
        0 1px 3px rgba(255,255,255,0.65) !important;
}

.cid-vrH1rARbm8 .mbr-section-subtitle {
    color: #7A126F !important;
    font-weight: 500 !important;
    text-shadow:
        0 1px 3px rgba(255,255,255,0.75) !important;
}
/* =========================================================
   SOFNIAx SERVICES — HIGH CONTRAST HEADER
   ========================================================= */

.cid-vrH1rARbm8 .mbr-section-title {
    color: #FFFFFF !important;
    text-shadow: 0 2px 5px rgba(40, 0, 60, 0.65) !important;
    opacity: 1 !important;
}

.cid-vrH1rARbm8 .mbr-section-subtitle {
    color: #FFFFFF !important;
    text-shadow: 0 2px 5px rgba(40, 0, 60, 0.70) !important;
    opacity: 1 !important;
}

/* If Mobirise has assigned the heading directly to h1/h2 */
.cid-vrH1rARbm8 h1.mbr-section-title,
.cid-vrH1rARbm8 h2.mbr-section-title {
    color: #FFFFFF !important;
}

.cid-vrH1rARbm8 h3.mbr-section-subtitle {
    color: #FFFFFF !important;
}
/* =========================================================
   SOFNIAx SERVICES — CARD SUBTITLE CONTRAST
   ========================================================= */

.cid-vrH1rARbm8 .card-subtitle,
.cid-vrH1rARbm8 .mbr-card-subtitle,
.cid-vrH1rARbm8 .card-box .mbr-text:first-of-type {
    color: #8A167D !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

/* Mobirise subtitle variations */
.cid-vrH1rARbm8 h4 {
    color: #8A167D !important;
    opacity: 1 !important;
}

/* Keep the actual description text dark */
.cid-vrH1rARbm8 .card-text {
    color: #333333 !important;
    opacity: 1 !important;
}
/* =========================================================
   SOFNIAx SERVICES — SERVICE SUBTITLE VISIBILITY
   ========================================================= */

/* First paragraph = service subtitle */
.cid-vrH1rARbm8 .item-content > p:first-of-type,
.cid-vrH1rARbm8 .card-box > p:first-of-type,
.cid-vrH1rARbm8 .card-content > p:first-of-type {
    color: #7B187D !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #7B187D !important;
    text-shadow: none !important;
}

/* Make sure the subtitle is not being faded by Mobirise */
.cid-vrH1rARbm8 .item-content > p:first-of-type *,
.cid-vrH1rARbm8 .card-box > p:first-of-type *,
.cid-vrH1rARbm8 .card-content > p:first-of-type * {
    color: #7B187D !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #7B187D !important;
}
/* =========================================================
   SOFNIAX GLOBAL BRAND STYLE - SERVICES PAGE
   ========================================================= */

/* --- Service card subtitles ONLY --- */
.cid-vrH1rARbm8 .item-subtitle {
    color: #7B187D !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #7B187D !important;
}

/* --- Keep main service descriptions dark --- */
.cid-vrH1rARbm8 .item-text,
.cid-vrH1rARbm8 .item-content > p:not(.item-subtitle) {
    color: #292929 !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #292929 !important;
}

/* --- Service card headings --- */
.cid-vrH1rARbm8 .item-title {
    color: #292929 !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #292929 !important;
}

/* --- Keep buttons with Sofniax purple-to-coral gradient --- */
.cid-vrH1rARbm8 .btn {
    background: linear-gradient(
        90deg,
        #4B0082 0%,
        #8E168F 50%,
        #FF6B5A 100%
    ) !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

/* --- Button text stays clearly visible --- */
.cid-vrH1rARbm8 .btn *,
.cid-vrH1rARbm8 .btn span {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    opacity: 1 !important;
}
/* =========================================================
   SOFNIAX GLOBAL HEADER STYLE
   ========================================================= */

/* Header background */
.navbar,
.cid-vrH1rARbm8 .navbar,
.cid-vrH1rARbm8 nav {
    background: #FFF8FC !important;
}

/* Navigation text */
.navbar .nav-link,
.navbar .navbar-nav .nav-link {
    color: #35105F !important;
    -webkit-text-fill-color: #35105F !important;
}

/* Navigation hover */
.navbar .nav-link:hover,
.navbar .navbar-nav .nav-link:hover {
    color: #E34B75 !important;
    -webkit-text-fill-color: #E34B75 !important;
}

/* Subtle Sofniax brand line underneath header */
.navbar {
    border-bottom: 2px solid transparent !important;
    border-image: linear-gradient(
        90deg,
        #4B0082,
        #9B168F,
        #FF6B5A
    ) 1 !important;
}
/* SOFNIAx - Ultra-light button hover */

.btn {
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(51, 4, 110, 0.15) !important;
}
/* =========================================================
   SOFNIAx CONTACT PAGE — PARTNER WITH US
   ========================================================= */

.cid-vrGLWuqCmt .mbr-section-title,
.cid-vrGLWuqCmt h1,
.cid-vrGLWuqCmt h2 {
    color: #FFD9D2 !important;
    -webkit-text-fill-color: #FFD9D2 !important;
    text-shadow: 0 2px 4px rgba(34, 0, 79, 0.45) !important;
}
/* =========================================================
   SOFNIAX — TOP LEFT LOGO
   Larger + clean + no box
   ========================================================= */

.navbar-brand {
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 6px 0 !important;
}

/* Logo image */
.navbar-brand img {
    width: auto !important;
    height: 58px !important;
    max-width: 210px !important;
    object-fit: contain !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Keep logo clearly separated from navigation */
.navbar-brand {
    margin-left: 8px !important;
    margin-right: 28px !important;
}

/* Prevent Mobirise from putting a background around it */
.navbar-brand::before,
.navbar-brand::after {
    background: transparent !important;
    box-shadow: none !important;
}

/* Mobile */
@media (max-width: 991px) {
    .navbar-brand img {
        height: 48px !important;
        max-width: 180px !important;
    }

    .navbar-brand {
        margin-left: 5px !important;
        margin-right: 15px !important;
    }
}
/* =========================================================
   SOFNIAX — ELEGANT LOGO CONTAINER
   Organic / capsule shape — no square
   ========================================================= */

.navbar-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 7px 16px !important;
    margin-left: 6px !important;
    margin-right: 28px !important;

    background: linear-gradient(
        135deg,
        rgba(51, 4, 110, 0.08),
        rgba(168, 27, 141, 0.08),
        rgba(251, 121, 93, 0.08)
    ) !important;

    border: 1px solid rgba(168, 27, 141, 0.22) !important;

    border-radius: 50px 18px 50px 18px !important;

    box-shadow:
        0 4px 14px rgba(51, 4, 110, 0.10) !important;

    overflow: hidden !important;
}

/* Logo itself */
.navbar-brand img {
    height: 58px !important;
    width: auto !important;
    max-width: 210px !important;

    object-fit: contain !important;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Remove any Mobirise square treatment */
.navbar-brand::before,
.navbar-brand::after {
    display: none !important;
}

/* Subtle hover */
.navbar-brand:hover {
    box-shadow:
        0 6px 18px rgba(51, 4, 110, 0.16) !important;

    transform: translateY(-1px) !important;
}

/* Mobile */
@media (max-width: 991px) {

    .navbar-brand {
        padding: 5px 12px !important;
        margin-left: 4px !important;
        margin-right: 12px !important;
        border-radius: 40px 15px 40px 15px !important;
    }

    .navbar-brand img {
        height: 48px !important;
        max-width: 180px !important;
    }
}
/* Make the logo's existing white square translucent + rounded */
.navbar-brand img {
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}