/* ── Raleway font (self-hosted) ── */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Raleway-LatinExt.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Raleway-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Raleway-LatinExt.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Raleway-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Raleway-LatinExt.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Raleway-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Raleway-LatinExt.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Raleway-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

:root {
  --purple: #5331af;
  --purple-light: #7c5fd6;
  --purple-dark: #3d2480;
  --gray: #000000b2;
  --black: #000000;
  --white: #ffffff;

  /* Header height tokens */
  --header-height: 130px;
  --header-height-shrunk: 64px;

  /* 2026 Design System Tokens */
  --radius-sm: 0.375rem;    /* 6px */
  --radius-md: 0.5rem;      /* 8px */
  --radius-lg: 0.75rem;     /* 12px */
  --radius-xl: 1rem;        /* 16px */
  --radius-2xl: 1.5rem;     /* 24px */
  --radius-full: 50%;
  
  /* Softer shadows (2026 trend) */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 4px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 8px 16px rgba(0, 0, 0, 0.08), 0 16px 48px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 0 20px rgba(83, 49, 175, 0.15);
  
  /* Transition tokens */
  --transition-fast: 0.15s ease;
  --transition-base: 0.25s ease;
  --transition-slow: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  
  /* Responsive breakpoints */
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  
  /* Fluid typography scale */
  --font-size-xs: clamp(0.75rem, 2vw, 0.875rem);
  --font-size-sm: clamp(0.875rem, 2.5vw, 1rem);
  --font-size-base: clamp(1rem, 3vw, 1.125rem);
  --font-size-lg: clamp(1.125rem, 3.5vw, 1.25rem);
  --font-size-xl: clamp(1.25rem, 4vw, 1.5rem);
  --font-size-2xl: clamp(1.5rem, 5vw, 2rem);
  --font-size-3xl: clamp(2rem, 6vw, 3rem);
  --font-size-4xl: clamp(2.5rem, 8vw, 4rem);
  
  /* Spacing scale */
  --spacing-xs: clamp(0.25rem, 1vw, 0.5rem);
  --spacing-sm: clamp(0.5rem, 2vw, 0.75rem);
  --spacing-md: clamp(0.75rem, 3vw, 1rem);
  --spacing-lg: clamp(1rem, 4vw, 1.5rem);
  --spacing-xl: clamp(1.5rem, 5vw, 2rem);
  --spacing-2xl: clamp(2rem, 6vw, 3rem);
  
  /* Touch target minimum size */
  --touch-target-min: 44px;
  
  /* Safe area insets for notched devices */
  --safe-area-inset-top: env(safe-area-inset-top, 0px);
  --safe-area-inset-right: env(safe-area-inset-right, 0px);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-inset-left: env(safe-area-inset-left, 0px);
}

body {
  background: linear-gradient(180deg, #e4f9ff 0%, #f0fafc 48%, #e3f9ff 100%);
}
body,html{
  overflow-x:hidden;
}

header#header {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  top: 0;
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

header#header.header--shrunk {
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

header#header.header--shrunk .headerLogo {
  width: 160px;
  transition: width 0.3s ease;
}

header#header.header--shrunk .headerContainer {
  padding: 0;
}

header#header.header--shrunk .headerMenu ul {
  gap: 20px;
}

header#header.header--shrunk .headerMenu ul li a {
  font-size: 13px;
  padding: 6px;
}

header#header.header--shrunk .headerBox {
  padding-top: 6px;
  padding-bottom: 6px;
}

.no-section {
  text-align: center;
  padding: 30px 15px;  
}

  .no-section h3 {
    font-size: 2.5em;
    margin-bottom: 20px;
  }

  .no-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
  }

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: left;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

  .feature-item i {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  .feature-item span {
    flex: 1;
    font-weight: bold;
    color: #6e8efb;
  }

  .feature-item:hover {
    transform: translateY(-5px);
  }

  .feature-item span {
    font-weight: bold;
    color: #6e8efb;
  }

@media (max-width: 600px) {
  .no-section h3 {
    font-size: 1.8em;
  }

  .no-section p {
    font-size: 1em;
  }

  .feature-item {
    width: 100%;
  }
}

/* Flex wrapper: header + content + footer — never overlap, footer always at bottom */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Root container to manage stacking context */
.layout-root {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  padding-top: var(--header-height);
  padding-bottom: 30px;
}


/* Ensure foreground content sits above overlay */
.layout-root > * {
  position: relative;
  z-index: 1;
}

/* Contained pages (non-home) get a semi-transparent background */
.layout-root .b-layout-content {
  background: rgba(255,255,255,0.80);
  padding: 1.25rem;
}

/* If you have cards already with strong backgrounds, you can keep them crisp */
.layout-root .card {
  background: rgba(255,255,255,0.92);
}

/* Improve link & heading contrast on lightened background */
.layout-root a {
  color: #3e2a84;
}

  .layout-root a:hover {
    color: #2d1d5e;
    text-decoration: underline;
  }

.pageContainer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Sub-page hero banner ── */
.page-hero {
  background: linear-gradient(135deg, #260955 0%, #5331af 60%, #C197F0 100%);
  padding: 3rem 2rem 2.5rem;
  margin: -1.25rem -1.25rem 2rem -1.25rem;
  border-radius: 0 0 24px 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(236,174,81,.12);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}

.page-hero h2 i {
  margin-right: 0.5rem;
  color: #ECAE51;
}

.page-hero p {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  opacity: 0.9;
  margin-bottom: 0;
  max-width: 700px;
}

.page-hero .breadcrumb-nav {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.page-hero .breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
}

.page-hero .breadcrumb-nav a:hover {
  text-decoration: underline;
  color: #ECAE51;
}

.page-hero .breadcrumb-nav span {
  margin: 0 0.4rem;
}

@media (max-width: 768px) {
  .page-hero {
    padding: 2rem 1.25rem 1.75rem;
    margin: -1.25rem -0.75rem 1.5rem -0.75rem;
    border-radius: 0 0 16px 16px;
  }
}

.logo-badge {
  display: inline-flex;
  align-items: center;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-family: "Inter","Raleway",sans-serif;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .3px;
  color: #5331af;
  background: rgba(83,49,175,.08);
}

.logo {
  font-family: "Inter","Raleway",sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
  color: #ffffff;
  display: inline;
}

.logo-dark {
  font-family: "Inter","Raleway",sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
  color: #5331af;
  display: inline;
}

@keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/* Home One */

.headerBox {
  width: 100%;
  padding-right: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerLogo {
  width: 360px;
  transition: width 0.3s ease;
}

  .headerLogo img {
    width: 100%;
  }

.headerContainer {
  width: 100%;
  padding: 2px 0;
  transition: padding 0.3s ease;
}
.headerMenu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerMenu>button i{
  margin-right: 4px;
  position: relative;
  top:1px;

  left:1px;
}
.headerMenu>button.btn-primary{
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.headerMenu ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

  .headerMenu ul li {
    list-style: none;
  }

  .headerMenu ul li a {
    text-decoration: none;
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

.headerButton a {
  border-radius: 6px;
  background: var(--purple);
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  padding: 12px 24px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.headerOther {
  display: flex;
  gap: 64px;
  align-items: center;
}

.headerOther-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.headerOther-line {
  width: 32px;
  height: 4px;
  background: var(--black);
  border-radius: 4px;
}

.homeOneContainer {
  background-color: #eee;
}

.homeOneBox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.homeOne-left {
  width: 100%;
  border-left: 6px solid var(--purple);
  padding: 12px 0 32px 36px;
}

.homeOne-right {
  width: 100%;
  text-align: center;
}

section#home {
  width: 100%;
  padding: 60px 0;
}

.homeOne-content h1 {
  color: var(--purple);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
}

.homeOne-content p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  padding-top: 24px;
}

.homeOne-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.homeOneButton-one {
  background: var(--purple) !important;
  color: var(--white) !important;
}

.homeOneButton button {
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  border-radius: 6px;
  cursor: pointer;
}

.homeOneButton {
  display: flex;
  align-items: center;
  gap: 30px;
}

.homeOneButton-two {
  border: 2px solid var(--purple);
  color: var(--purple);
  background: transparent;
}

/* Home Two */
.homeTwoBox {
  width: 100%;
  display: flex;
  gap: 32px;
}

.homeTwoBox-item {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #d8cff2;
  background: var(--white);
  padding: 24px;
}

.homeBoxItem-icon {
  text-align: center;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.homeTwoBox-title {
  padding: 40px 0 16px;
}

  .homeTwoBox-title h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.2px;
    color: var(--purple);
  }

.homeTwoBox-pgh {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

  .homeTwoBox-pgh p {
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

/* Home Three */
section#marquee {
  width: 100%;
  margin: 100px 0;
  background: var(--white);
  padding: 24px 0;
}

.homeThreeBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.homeThreeBox-item {
  width: 100%;
}

  .homeThreeBox-item h2 {
    color: var(--purple);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    text-align: center;
  }

  .homeThreeBox-item p {
    color: var(--black);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
  }

.homeThreeBox .homeThreeBox-item:nth-child(2) {
  border-left: 2px solid var(--gray);
  border-right: 2px solid var(--gray);
}

/* Home Four */

section#portfolio {
  width: 100%;
  margin: 100px 0;
  background: var(--white);
  padding: 24px 0;
}

.homeFourBox {
  width: 100%;
  display: flex;
  gap: 32px;
}

.homeFour-left {
  width: 100%;
  max-width: 432px;
}

.homeFour-right {
  width: 100%;
}

.homeFourLeft-content h1 {
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  padding-bottom: 16px;
}

.homeFourLeft-content p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  padding-top: 24px;
}

.homeFourItem-image {
  border-radius: 12px;
  background: var(--white);
  text-align: center;
  padding: 26px;
}

.homeFourItem-image img {
  width: 100%;
}

.homeRightBox-title h4 {
  color: var(--black);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  padding: 24px 0 8px;
}

.homeRightBox-title p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.homeRightBox-readMore {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-left: 8px;
  gap: 6px;
}

  .homeRightBox-readMore a {
    color: var(--purple);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-decoration: none;
  }

/* Home Five */
.homeFiveTitle {
  width: 100%;
}

.homeFiveBox {
  width: 100%;
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* add one 1fr for each additional column in pricing part */
  gap: 32px;
}

.homeFiveBox-item {
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  padding: 24px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  transition: 0.3s;
}

.homeFiveBox-recommend {
  position: relative;
  top: -45px;
  left: 75px;
  padding: 10px;
  background: var(--bs-indigo);
  color: white;
  border-radius: 5px;
}

.homeFiveTop-planTitle {
  color: var(--purple);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  padding-bottom: 16px;
}

.homeFiveTop-priceOne {
  color: var(--black);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

  .homeFiveTop-priceOne span {
    color: var(--gray);
    font-size: 24px;
    line-height: 36px;
  }

.homeFiveTop-priceTwo {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 0 24px;
}

  .homeFiveTop-priceTwo span {
    color: var(--gray);
    font-size: 12px;
    line-height: 18px;
  }

.homeFivemMiddle-pgh {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.homeFivemMiddle-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.homeFivemMiddle-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.homeFivemMiddle-list li span {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.homeFiveBottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

  .homeFiveBottom-link a {
    color: var(--purple);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-decoration: none;
  }

.homeFiveItem-bottom {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.homeFiveBottom-button button {
  width: 100%;
  margin-top: 16px;
  padding: 12px 6px;
  border-radius: 6px;
  background: var(--purple);
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  border: 0;
  cursor: pointer;
}

.homeFiveItem-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.homeFiveItem-middle {
  padding-top: 24px;
}

.homeFivemMiddle-list li i {
  color: var(--purple);
  font-size: 22px;
}

.homeFiveBox-item:hover {
  background: var(--purple);
}

  .homeFiveBox-item:hover .homeFiveTop-planTitle,
  .homeFiveBox-item:hover .homeFiveTop-priceOne,
  .homeFiveBox-item:hover .homeFiveTop-priceTwo,
  .homeFiveBox-item:hover .homeFivemMiddle-list li i,
  .homeFiveBox-item:hover .homeFiveBottom-link a {
    color: var(--white);
  }

    .homeFiveBox-item:hover .homeFiveTop-priceOne span,
    .homeFiveBox-item:hover .homeFiveTop-priceTwo span,
    .homeFiveBox-item:hover .homeFivemMiddle-pgh,
    .homeFiveBox-item:hover .homeFivemMiddle-list li span {
      color: rgba(255, 255, 255, 0.7);
    }

  .homeFiveBox-item:hover .homeFiveBottom-button button {
    background: var(--white);
    color: var(--purple);
  }

  .homeFiveBox-item:hover .homeFiveItem-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }

  .homeFiveBox-item:hover .homeFiveBottom-link svg g path {
    fill: var(--white);
  }

/* Home Six */
.homeSixBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.homeSixBoxItem {
  width: 100%;
}

.homeSixItem-image img {
  width: 100%;  
}

.homeSixItem-image {
  border-radius: 12px;
  background: var(--white);
  text-align: center;
  padding: 26px;
}

.homeSixItem-content {
  text-align: center;
  padding: 24px 16px 0;
}

  .homeSixItem-content h3 {
    color: var(--black);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }

  .homeSixItem-content p {
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-top: 24px;
  }

.homeSixItem-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

  .homeSixItem-more a {
    color: var(--purple);
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

/* Home Seven */
.homeSevenBox {
  width: 100%;
  display: flex;
  gap: 32px;
}

.homeSevenBox-left {
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeSevenBox-right {
  width: 100%;
}

  .homeSevenBox-right .homeFourLeft-content {
    padding: 0;
  }

section#about {
  padding: 60px 0;
}

.homeSevenBox-content p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  padding-top: 24px;
}

.homeSevenBox-subtitle {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.48px;
  padding: 16px 0 24px;
}

.homeSevenBox-content .homeSixItem-more {
  justify-content: start;
  padding-top: 72px;
}

/* Home Eight */
section#company .homeEightBox {
  margin-top: 24px;
  flex-direction: row-reverse;
}

.homeEight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 64px;
}

.homeEightList li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.homeEightList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

  .homeEightList li i {
    color: var(--purple);
    font-size: 22px;
  }

  .homeEightList li span {
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

/* Home Nine */
.homeNineBox {
  padding-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.homeNineBox-item {
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  padding: 32px 24px 24px;
}

.homeNineBox-text p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.homeNineBox-info {
  padding-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.homeNineBox-image {
  border: 4px solid #ccbfed;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

  .homeNineBox-image img {
    width: 100%;
    border-radius: 50%;
  }

.homeNineBox-name h4 {
  color: var(--purple);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.homeNineBox-name p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}

section#testimonial {
  width: 100%;
  padding: 0 0 60px;
}

/* ============================================
   SITE FOOTER - Dedicated Footer Styles
   ============================================ */

.site-footer {
  width: 100%;
  background: linear-gradient(135deg, var(--purple) 0%, #3d1f8a 100%);
  color: var(--white);
  flex-shrink: 0;
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px 0;
  color: var(--white);
}

.footer-title small {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.85;
}

.footer-email {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.2s ease;
}

.footer-email:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Override Bootstrap reboot styles for footer links */
.site-footer .footer-nav li a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.5;
  transition: opacity 0.2s ease;
  display: inline-block;
  padding: 4px 0;
}

.site-footer .footer-nav li a:hover,
.site-footer .footer-nav li a:focus {
  color: #ffffff !important;
  opacity: 0.8;
  text-decoration: underline !important;
}

.site-footer .footer-nav li a:visited {
  color: #ffffff !important;
}

.footer-address {
  font-style: normal;
}

.footer-address address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.footer-copyright {
  margin: 12px 0 0 0;
  font-size: 13px;
  opacity: 0.75;
}

/* Registration Page */

.select-box {
  position: relative;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #d2d2d2;
  background: #f4f4f4;
}

.selected-option {
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #f4f4f4;
}

  .selected-option strong {
    display: none !important;
  }

  .selected-option div {
    position: relative;
    width: 6rem;
    padding: 12px 14px;
    cursor: pointer;
  }

    .selected-option div::after {
      position: absolute;
      content: "";
      left: 56px;
      top: 18px;
      width: 0;
      height: 0;
      border: 0.4rem solid transparent;
      border-bottom-color: #525252;
      transform: rotate(180deg);
    }

    .selected-option div.active::after {
      transform: rotate(0deg);
      top: 12px;
    }

.select-box .options {
  position: absolute;
  top: 4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
}

  .select-box .options.active {
    display: block;
  }

input.search-box {
  border-bottom: 0 !important;
}

.select-box ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
}

  .select-box ol::-webkit-scrollbar {
    width: 0.6rem;
  }

  .select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: 0.4rem;
  }

  .select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }

    .select-box ol li.hide {
      display: none;
    }

    .select-box ol li:not(:last-child) {
      border-bottom: 0.1rem solid #eee;
    }

    .select-box ol li:hover {
      background-color: lightcyan;
    }

    .select-box ol li .country-name {
      margin-left: 0.4rem;
    }

.registrationContainer {
  width: 100%;
  display: flex;
}

.registration-left {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 280px;
  height: auto;
}

.registration-right {
  width: 100%;
  background: var(--white);
  padding-left: 100px;
  padding-top: 64px;
  padding-bottom: 42px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

section#registrationPage {
  width: 100%;
}

.registration-subtitle h1 {
  margin-top: 40px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 1.8px;
  color: var(--black);
}

.backToHome a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #00000099;
  text-decoration: none;
}

.backToHome {
  margin-bottom: 80px;
}

h2.registration-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.72px;
  color: var(--black);
  margin-bottom: 24px;
}

.registration-fields {
  width: 100%;
  max-width: 432px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.registration-field input {
  font-family: "Lato", sans-serif;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #f4f4f4;
  padding: 16px 12px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #525252;
}

.select-box .selected-option input[type="tel"] {
  border-bottom: 0 !important;
}

.registration-field input:focus-visible {
  outline: none;
}

.registration-date {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

  .registration-date labe {
    width: 100%;
  }

  .registration-date label {
    width: 100%;
  }

.registration-text a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--black);
  text-decoration: none;
}

.registration-submit input {
  border-radius: 6px;
  background: var(--purple);
  border: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: var(--white);
  cursor: pointer;
}

.homeOneBox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Hide the right section when it's empty */
.homeContent-right:empty {
  display: none;
}

.homeContent-right {
  width: 100%;
  text-align: center;
}

.homeContent-image img {
  text-align: center;
}

.homeContentContent p {
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
}

/* Key Flows Section Styles */
.flow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 120px;
  padding: 0.5rem;
}

.flow-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.flow-text {
  font-size: 0.85rem;
  line-height: 1.3;
}

  .flow-text strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--bs-dark);
  }

.flow-arrow {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0.25rem;
  opacity: 0.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .flow-container {
    flex-direction: column;
    gap: 1rem;
  }

  .flow-arrow {
    transform: rotate(90deg);
    margin: 0.5rem 0;
  }

  .flow-step {
    min-width: 100%;
    flex-direction: row;
    text-align: left;
    padding: 1rem;
    background: rgba(var(--bs-light-rgb), 0.5);
    border-radius: 8px;
  }

  .flow-icon {
    margin-bottom: 0;
    margin-right: 1rem;
    flex-shrink: 0;
  }
}

/* Hover Effects */
.flow-step:hover .flow-icon {
  background: rgba(var(--bs-primary-rgb), 0.2);
  transform: scale(1.05);
}

/* Color Variations for Different Flows */
.text-primary + .flow-container .flow-icon {
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.text-success + .flow-container .flow-icon {
  background: rgba(var(--bs-success-rgb), 0.1);
}

.text-info + .flow-container .flow-icon {
  background: rgba(var(--bs-info-rgb), 0.1);
}

#cookieConsent {
  background-color: #343a40;
  color: white;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
  padding-bottom: calc(1rem + var(--safe-area-inset-bottom));
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile Navigation Toggle */
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: var(--touch-target-min);
  height: var(--touch-target-min);
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.mobile-nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--black);
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-nav-toggle span:nth-child(2) {
  margin: 5px 0;
}

.mobile-nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
}

/* ============================================
   TABLET BREAKPOINT (max-width: 992px)
   ============================================ */
@media (max-width: 992px) {
  /* Header adjustments */
  .headerLogo {
    width: 280px;
  }
  
  .headerMenu ul {
    gap: 20px;
  }
  
  .headerMenu ul li a {
    font-size: 14px;
  }
  
  .headerOther {
    gap: 32px;
  }
  
  /* Hero section */
  .homeOne-content h1 {
    font-size: 48px;
    line-height: 64px;
  }
  
  /* Pricing grid */
  .homeFiveBox {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  /* Testimonials */
  .homeNineBox {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  /* Footer tablet */
  .footer-container {
    padding: 32px 30px 24px;
  }
  
  .footer-content {
    gap: 24px;
  }
  
  .footer-title {
    font-size: 16px;
  }
  
  /* Registration */
  .registration-left {
    padding: 80px 100px;
  }
  
  .registration-right {
    padding-left: 50px;
  }
}

/* ============================================
   MOBILE BREAKPOINT (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  /* Show mobile nav toggle */
  .mobile-nav-toggle {
    display: flex;
  }
  
  .mobile-nav-overlay {
    display: block;
  }
  
  /* Header mobile layout */
  header#header {
    padding: var(--safe-area-inset-top) 0 0 0;
  }
  
  .headerBox {
    padding-right: 15px;
    flex-wrap: wrap;
  }
  
  .headerLogo {
    width: 200px;
  }
  
  .headerContainer {
    padding: 8px 0;
  }
  
  /* Mobile menu */
  .headerMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: var(--white);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    padding: 80px 24px 40px;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .headerMenu.active {
    right: 0;
  }
  
  .headerMenu ul {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  
  .headerMenu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  .headerMenu ul li a {
    display: block;
    padding: 16px 8px;
    min-height: var(--touch-target-min);
    font-size: 16px;
  }
  
  .headerOther {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 16px 24px;
    padding-bottom: calc(16px + var(--safe-area-inset-bottom));
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    gap: 16px;
    justify-content: center;
    display: none;
  }
  
  .headerMenu.active ~ .headerOther,
  .headerOther.mobile-visible {
    display: flex;
  }
  
  /* Layout root mobile adjustments */
  .layout-root {
    padding-top: 90px;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  
  .pageContainer {
    padding: 0 15px;
  }
  
  /* Hero section mobile */
  section#home {
    padding: 80px 0;
  }
  
  .homeOneBox {
    flex-direction: column;
    gap: 40px;
  }
  
  .homeOne-left {
    padding: 12px 0 24px 20px;
    border-left-width: 4px;
  }
  
  .homeOne-content h1 {
    font-size: var(--font-size-3xl);
    line-height: 1.2;
  }
  
  .homeOne-content p {
    font-size: var(--font-size-base);
  }
  
  .homeOneButton {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .homeOneButton button {
    width: 100%;
    min-height: var(--touch-target-min);
  }
  
  .homeOne-right {
    order: -1;
  }
  
  /* Service boxes mobile */
  .homeTwoBox {
    flex-direction: column;
    gap: 24px;
  }
  
  .homeTwoBox-item {
    padding: 20px;
  }
  
  .homeTwoBox-title h1 {
    font-size: 20px;
    line-height: 28px;
  }
  
  /* Stats section mobile */
  .homeThreeBox {
    flex-direction: column;
    gap: 24px;
  }
  
  .homeThreeBox-item h2 {
    font-size: 36px;
    line-height: 48px;
  }
  
  .homeThreeBox-item p {
    font-size: 20px;
    line-height: 28px;
  }
  
  .homeThreeBox .homeThreeBox-item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 2px solid var(--gray);
    border-bottom: 2px solid var(--gray);
    padding: 24px 0;
  }
  
  /* Portfolio section mobile */
  .homeFourBox {
    flex-direction: column;
    gap: 32px;
  }
  
  .homeFour-left {
    max-width: 100%;
  }
  
  .homeFourLeft-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
  
  .homeRightBox-title h4 {
    font-size: 24px;
    line-height: 32px;
  }
  
  /* Pricing section mobile */
  .homeFiveBox {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 0 0;
  }
  
  .homeFiveBox-item {
    gap: 40px;
    padding: 20px 16px;
  }
  
  .homeFiveTop-planTitle {
    font-size: 24px;
    line-height: 32px;
  }
  
  .homeFiveTop-priceOne {
    font-size: 28px;
    line-height: 40px;
  }
  
  .homeFiveBottom-button button {
    min-height: var(--touch-target-min);
    font-size: 16px;
  }
  
  .homeFiveBox-recommend {
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    font-size: 14px;
    padding: 8px 16px;
    white-space: nowrap;
  }
  
  /* Team section mobile */
  .homeSixBox {
    flex-direction: column;
    gap: 32px;
  }
  
  .homeSixItem-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  
  /* About section mobile */
  section#about {
    padding: 80px 0;
  }
  
  .homeSevenBox {
    flex-direction: column;
    gap: 32px;
  }
  
  .homeSevenBox-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  
  .homeSevenBox-content .homeSixItem-more {
    padding-top: 40px;
  }
  
  /* Company section mobile */
  .homeEight-list {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 16px;
  }
  
  /* Footer mobile */
  .site-footer {
    margin-top: 0;
  }
  
  .footer-container {
    padding: 20px 16px 16px;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }
  
  .footer-section {
    align-items: center;
  }
  
  .footer-title {
    font-size: 15px;
  }
  
  .footer-title small {
    font-size: 12px;
    display: block;
    margin-top: 2px;
  }
  
  .footer-email,
  .site-footer .footer-nav li a {
    font-size: 13px;
  }
  
  .footer-nav {
    align-items: center;
  }
  
  .site-footer .footer-nav li a {
    padding: 4px 8px;
    min-height: var(--touch-target-min);
    display: flex;
    align-items: center;
  }
  
  .footer-address address {
    font-size: 12px;
    align-items: center;
  }
  
  .footer-copyright {
    font-size: 11px;
  }
  
  /* Registration page mobile */
  .registrationContainer {
    flex-direction: column;
  }
  
  .registration-left {
    padding: 60px 20px;
    min-height: 300px;
  }
  
  .registration-right {
    padding: 40px 20px;
  }
  
  .registration-subtitle h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 20px;
  }
  
  h2.registration-title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .registration-fields {
    max-width: 100%;
  }
  
  .registration-date {
    flex-direction: column;
    gap: 16px;
  }
  
  .backToHome {
    margin-bottom: 40px;
  }
  
  /* Forms mobile */
  .registration-field input {
    font-size: 16px; /* Prevents zoom on iOS */
    min-height: var(--touch-target-min);
  }
  
  .registration-submit input {
    width: 100%;
    min-height: var(--touch-target-min);
  }
}

/* ============================================
   SMALL MOBILE BREAKPOINT (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
  .headerLogo {
    width: 160px;
  }
  
  .homeOne-content h1 {
    font-size: var(--font-size-2xl);
  }
  
  .homeThreeBox-item h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .homeThreeBox-item p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .homeFourLeft-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .homeFiveTop-planTitle {
    font-size: 20px;
    line-height: 28px;
  }
  
  .homeFiveTop-priceOne {
    font-size: 24px;
    line-height: 32px;
  }
  
  .homeFiveTop-priceOne span {
    font-size: 18px;
    line-height: 24px;
  }
  
  .registration-subtitle h1,
  h2.registration-title {
    font-size: 24px;
    line-height: 32px;
  }
  
  /* Modal adjustments for small screens */
  .modal-content {
    margin: 10px;
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
  }
}

/* ============================================
   TOUCH AND ACCESSIBILITY IMPROVEMENTS
   ============================================ */

/* Ensure touch-friendly tap targets */
a, button, .btn, input[type="submit"], input[type="button"] {
  min-height: var(--touch-target-min);
  min-width: var(--touch-target-min);
}

/* Improve focus visibility for touch devices */
@media (hover: none) and (pointer: coarse) {
  a:focus, button:focus, .btn:focus {
    outline: 3px solid var(--purple);
    outline-offset: 2px;
  }
  
  /* Disable hover effects on touch devices */
  .homeFiveBox-item:hover {
    background: var(--white);
    transform: none;
  }
  
  .homeFiveBox-item:hover .homeFiveTop-planTitle,
  .homeFiveBox-item:hover .homeFiveTop-priceOne,
  .homeFiveBox-item:hover .homeFiveTop-priceTwo,
  .homeFiveBox-item:hover .homeFivemMiddle-list li i,
  .homeFiveBox-item:hover .homeFiveBottom-link a {
    color: inherit;
  }
  
  .homeFiveBox-item:hover .homeFiveTop-priceOne span,
  .homeFiveBox-item:hover .homeFiveTop-priceTwo span,
  .homeFiveBox-item:hover .homeFivemMiddle-pgh,
  .homeFiveBox-item:hover .homeFivemMiddle-list li span {
    color: inherit;
  }
  
  .homeFiveBox-item:hover .homeFiveBottom-button button {
    background: var(--purple);
    color: var(--white);
  }
  
  .homeFiveBox-item:hover .homeFiveItem-top {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  
  /* Active state for touch feedback */
  .homeFiveBox-item:active {
    background: var(--purple);
    transform: scale(0.98);
  }
  
  .homeFiveBox-item:active .homeFiveTop-planTitle,
  .homeFiveBox-item:active .homeFiveTop-priceOne,
  .homeFiveBox-item:active .homeFiveTop-priceTwo,
  .homeFiveBox-item:active .homeFivemMiddle-list li i,
  .homeFiveBox-item:active .homeFiveBottom-link a {
    color: var(--white);
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .headerMenu {
    transition: none;
  }
  
  .mobile-nav-toggle span {
    transition: none;
  }
}

/* Landscape mobile orientation */
@media (max-height: 500px) and (orientation: landscape) {
  section#home {
    padding: 40px 0;
  }
  
  .layout-root:has(.home-page) {
    top: 60px;
  }
  
  .headerMenu {
    padding-top: 60px;
  }
  
  .homeFiveBox-item {
    gap: 20px;
  }
}

/* Print styles */
@media print {
  header#header,
  .site-footer,
  .mobile-nav-toggle,
  #cookieConsent {
    display: none !important;
  }
  
  .layout-root {
    top: 0;
    margin-bottom: 0;
  }
  
  body {
    background: white !important;
  }
}

/* Team Section (Optimized for Circle Layout) */
/* ============================================
   TEAM SECTION - Circular Orbit Layout (2026 Design)
   ============================================ */
.team-section {
  padding: 5rem 0;
  padding-bottom: 8rem;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  overflow-x: hidden;
  overflow-y: visible;
}

.team-header {
  text-align: center;
  margin-bottom: 4rem;
}

  .team-header h2 {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
  }

  .team-header img {
    opacity: 0.6;
    margin: 0.5rem 0;
  }

  .team-header p {
    font-size: var(--font-size-lg);
    color: #6b7280;
    max-width: 600px;
    margin: 1rem auto 0;
    line-height: 1.6;
  }

/* Circular orbit container */
.team-grid {
  --orbit-size: min(900px, 90vw);
  --avatar-size: 100px;
  --orbit-radius: calc(var(--orbit-size) / 2 - var(--avatar-size) / 2 - 20px);
  
  position: relative;
  width: var(--orbit-size);
  height: var(--orbit-size);
  margin: 0 auto;
}

/* Central logo - pulsing glow effect */
.central-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  z-index: 10;
  border-radius: 50%;
  background: white;
  padding: 20px;
  box-shadow: var(--shadow-xl), var(--shadow-glow);
  animation: logoGlow 4s ease-in-out infinite;
}

@keyframes logoGlow {
  0%, 100% { box-shadow: var(--shadow-xl), 0 0 30px rgba(83, 49, 175, 0.15); }
  50% { box-shadow: var(--shadow-xl), 0 0 50px rgba(83, 49, 175, 0.25); }
}

/* Team member card - positioned around orbit */
.team-card {
  --angle: 0deg;
  --card-x: calc(50% + cos(var(--angle)) * var(--orbit-radius));
  --card-y: calc(50% + sin(var(--angle)) * var(--orbit-radius));
  
  position: absolute;
  left: var(--card-x);
  top: var(--card-y);
  transform: translate(-50%, -50%);
  width: var(--avatar-size);
  height: var(--avatar-size);
  z-index: 5;
  cursor: pointer;
  transition: z-index 0s 0.3s;
}

  .team-card:hover,
  .team-card.is-expanded {
    z-index: 20;
    transition: z-index 0s 0s;
  }

/* Card positions - 8 positions around circle (starting from top, clockwise) */
.team-card.card-1 { --angle: -90deg; }   /* Top */
.team-card.card-2 { --angle: -45deg; }   /* Top-right */
.team-card.card-3 { --angle: 0deg; }     /* Right */
.team-card.card-4 { --angle: 45deg; }    /* Bottom-right */
.team-card.card-5 { --angle: 90deg; }    /* Bottom */
.team-card.card-6 { --angle: 135deg; }   /* Bottom-left */
.team-card.card-7 { --angle: 180deg; }   /* Left */
.team-card.card-8 { --angle: -135deg; }  /* Top-left */

/* Avatar circle */
.team-avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid white;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  cursor: pointer;
}

  .team-card:hover .team-avatar,
  .team-card.is-expanded .team-avatar {
    transform: scale(1.1);
    box-shadow: var(--shadow-xl), var(--shadow-glow);
  }

/* Avatar initials */
.avatar-initials {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}

/* Avatar photo overlay */
.avatar-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.35s ease;
}

.team-card:hover .avatar-photo,
.team-card.is-expanded .avatar-photo {
  opacity: 1;
}

.team-card:hover .avatar-initials,
.team-card.is-expanded .avatar-initials {
  opacity: 0;
}

/* Avatar color variants */
.team-avatar.ceo { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); }
.team-avatar.coo { background: linear-gradient(135deg, #065f46 0%, #10b981 100%); }
.team-avatar.support { background: linear-gradient(135deg, #92400e 0%, #f59e0b 100%); }
.team-avatar.product { background: linear-gradient(135deg, #7c2d12 0%, #ea580c 100%); }
.team-avatar.dev { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-light) 100%); }
.team-avatar.junior { background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%); }
.team-avatar.analyst { background: linear-gradient(135deg, #be185d 0%, #ec4899 100%); }

/* Info panel - rolls down on hover */
.team-info {
  position: absolute;
  top: calc(var(--avatar-size) - 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  background: white;
  border-radius: var(--radius-xl);
  padding: 0;
  text-align: center;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  max-height: 75px; /* Show a small teaser */
  opacity: 0.7;
  transition: 
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
}

  /* Gradient fade overlay for nudge effect */
  .team-info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .team-card:hover .team-info,
  .team-card.is-expanded .team-info {
    opacity: 1;
    max-height: 400px;
    transition: 
      max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease 0.1s;
  }

  .team-card:hover .team-info::after,
  .team-card.is-expanded .team-info::after {
    opacity: 0;
  }

.team-info-content {
  padding: 1.25rem 1.5rem 1.5rem;
}

/* Name and role */
.team-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.team-role {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

/* Bio text */
.team-bio {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}

/* Decorative connector line from avatar to info */
.team-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background: linear-gradient(to bottom, var(--purple), transparent);
}

/* Social links (if any) */
.team-social {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

  .team-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 0.9rem;
    transition: all var(--transition-fast);
  }

    .team-social a:hover {
      background: var(--purple);
      color: white;
      transform: translateY(-2px);
    }

/* Orbit ring decoration */
.team-grid::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--orbit-radius) * 2 + var(--avatar-size));
  height: calc(var(--orbit-radius) * 2 + var(--avatar-size));
  border: 2px dashed rgba(83, 49, 175, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

/* ============================================
   TEAM SECTION - Mobile Responsive
   ============================================ */
@media (max-width: 992px) {
  .team-grid {
    --orbit-size: min(700px, 95vw);
    --avatar-size: 80px;
  }

  .central-logo {
    width: 140px;
    height: 140px;
    padding: 15px;
  }

  .team-info {
    width: 220px;
  }

  .team-name {
    font-size: 1rem;
  }

  .team-bio {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 3rem 1rem;
  }

  /* Switch to grid layout on mobile */
  .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 2rem;
    width: 100%;
    height: auto;
    max-width: 600px;
    padding: 1rem;
  }

  .team-grid::before {
    display: none;
  }

  .central-logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 2rem;
    grid-column: 1 / -1;
    width: 120px;
    height: 120px;
    padding: 15px;
  }

  .team-card {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team-avatar {
    --avatar-size: 90px;
    width: var(--avatar-size);
    height: var(--avatar-size);
  }

  /* Show info by default on mobile */
  .team-info {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 200px;
    opacity: 1;
    visibility: visible;
    max-height: none;
    margin-top: 1rem;
    box-shadow: var(--shadow-md);
  }

  .team-info::before {
    display: none;
  }

  .team-info-content {
    padding: 1rem;
  }

  .team-name {
    font-size: 0.95rem;
  }

  .team-role {
    font-size: 0.7rem;
  }

  .team-bio {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .team-avatar {
    --avatar-size: 70px;
  }
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
  .team-card {
    /* On touch, tap to toggle */
    -webkit-tap-highlight-color: transparent;
  }
}


.faq-section {
  margin-bottom: 3rem;
}

.faq-category {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 2.5rem 0 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}

  .faq-category i {
    font-size: 1.5rem;
    color: #5331af;
  }

  .faq-category h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #1f2937;
  }

.faq-item {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: #f9fafb;
  border-radius: 12px;
  border-left: 4px solid #5331af;
}

  .faq-item h3 {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    color: #1f2937;
  }

  .faq-item p {
    margin: 0 0 0.5rem;
    color: #4b5563;
    line-height: 1.7;
  }

    .faq-item p:last-child {
      margin-bottom: 0;
    }

  .faq-item ul {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    color: #4b5563;
  }

  .faq-item li {
    margin-bottom: 0.5rem;
  }

.faq-highlight {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
  border-left-color: #3b82f6;
}

.faq-intro {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
}











/*MY CUSTOM STYLES*/
.cta__wrapper .media img{
  max-height: 640px;
}
.cta__wrapper .media img{
  max-width: 37vw;
}
.cta__wrapper .media{
  left:0px;
  top:50%;
  transform:translateY(-50%);
}
.cta__wrapper{
  padding:340px 0px;
}
.cta__wrapper .desc>p span{
   color:#140048;
}
.cta__wrapper .desc>p{
  font-size: 24px;
  line-height: 32px;
  color:#140048;
}
.cta__wrapper .desc>h2{
  color:#140048;
}
.cta__wrapper .btn>button:hover{
  background-color:#552098!important;
}
.cta__wrapper .btn>a{
  font-size: 14px;
  line-height: 18px;
  color:#9B72D6;
}
.cta__wrapper .btn>button{
  padding-left: 40px;
  padding-right: 40px;
}
.cta__wrapper .btn i{
  font-size: 30px;
  color:#ECAE51;
}
.cta-buttons{
  margin-top: 55px;
}
.cta-buttons button{
  box-shadow:0px 3px 4px rgba(0,0,0,.25);
  border-radius: 13px;
}
.cta-buttons button i{
  font-size: 30px;
  color:#ECAE51;
}
.cta-buttons .btn-primary{
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.cta-buttons .btn-primary i{
  position: relative;
  top: -1px;
}
.btn-secondary{
  border:0px;
  background-color:#A55CFA;
}
.btn-secondary:hover , .btn-secondary:active{
  transform:none!important;
  background-color:#21074C!important;
}
.home-demo-modal .modal-content{
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f2ff 0%, #ffffff 22%);
  box-shadow: 0 30px 80px rgba(42, 12, 90, 0.24);
}
.home-demo-modal .modal-header{
  border-bottom: 0;
  padding: 28px 32px 8px;
}
.home-demo-modal .modal-title{
  color: #2A0C5A;
  font-weight: 800;
}
.home-demo-modal__body{
  padding: 0 32px 32px;
}
.home-demo-booking{
  color: #2A0C5A;
}
.home-demo-booking__intro{
  padding: 8px 0 24px;
}
.home-demo-booking__eyebrow{
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(83, 49, 175, 0.08);
  color: #5331af;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.home-demo-booking__intro h3{
  margin-bottom: 10px;
  color: #2A0C5A;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
}
.home-demo-booking__intro p{
  max-width: 720px;
  color: rgba(42, 12, 90, 0.76);
  line-height: 1.65;
}
.home-demo-booking .wow-demo{
  max-width: none;
  color: #2A0C5A;
}
.home-demo-booking .wow-demo__header{
  display: none;
}
.home-demo-booking .wow-demo__orb{
  background: radial-gradient(circle, rgba(83, 49, 175, 0.12) 0%, rgba(193, 151, 240, 0.06) 50%, transparent 70%);
}
/* Calendar + detail columns */
.home-demo-booking .wow-demo__calendar-col,
.home-demo-booking .wow-demo__detail-col{
  background: rgba(83, 49, 175, 0.04);
  border-color: rgba(83, 49, 175, 0.12);
}
/* Month navigation */
.home-demo-booking .wow-demo__month-btn{
  background: rgba(83, 49, 175, 0.08);
  border-color: rgba(83, 49, 175, 0.15);
  color: #2A0C5A;
}
.home-demo-booking .wow-demo__month-btn:hover:not(:disabled){
  background: rgba(83, 49, 175, 0.15);
}
/* Day-of-week header */
.home-demo-booking .wow-demo__cal-dow{
  color: #5331af;
  opacity: 0.7;
}
/* Calendar day cells */
.home-demo-booking .wow-demo__cal-day{
  color: rgba(42, 12, 90, 0.45);
}
.home-demo-booking .wow-demo__cal-day--available{
  color: #2A0C5A;
  background: rgba(59, 130, 246, 0.1);
}
.home-demo-booking .wow-demo__cal-day--available:hover{
  background: rgba(59, 130, 246, 0.2);
}
.home-demo-booking .wow-demo__cal-day--selected{
  background: rgba(59, 130, 246, 0.25) !important;
  color: #2A0C5A;
}
/* Slots */
.home-demo-booking .wow-demo__slots-title{
  color: #2A0C5A;
}
.home-demo-booking .wow-demo__slot{
  background: rgba(83, 49, 175, 0.06);
  border-color: rgba(83, 49, 175, 0.18);
  color: #2A0C5A;
}
.home-demo-booking .wow-demo__slot:hover{
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.35);
}
.home-demo-booking .wow-demo__slot--chosen{
  background: rgba(59, 130, 246, 0.2);
  color: #1d4ed8;
}
.home-demo-booking .wow-demo__slot-owner{
  color: rgba(42, 12, 90, 0.55);
}
/* Form fields */
.home-demo-booking .wow-demo__field label{
  color: rgba(42, 12, 90, 0.7);
}
.home-demo-booking .wow-demo__field .form-control{
  background-color: #fff !important;
  border: 1px solid rgba(83, 49, 175, 0.2);
  color: #2A0C5A !important;
  -webkit-text-fill-color: #2A0C5A;
  caret-color: #2A0C5A;
}
.home-demo-booking .wow-demo__field .form-control::placeholder{
  color: rgba(42, 12, 90, 0.4);
  -webkit-text-fill-color: rgba(42, 12, 90, 0.4);
}
.home-demo-booking .wow-demo__field .form-control:focus{
  background-color: #fff !important;
  border-color: #5331af;
  box-shadow: 0 0 0 3px rgba(83, 49, 175, 0.15);
}
.home-demo-booking .wow-demo__field .form-control:-webkit-autofill,
.home-demo-booking .wow-demo__field .form-control:-webkit-autofill:hover,
.home-demo-booking .wow-demo__field .form-control:-webkit-autofill:focus{
  -webkit-text-fill-color: #2A0C5A;
  caret-color: #2A0C5A;
  -webkit-box-shadow: 0 0 0 1000px #f8f2ff inset !important;
}
/* Book button (disabled state) */
.home-demo-booking .wow-demo__book-btn{
  color: rgba(42, 12, 90, 0.35);
  background: rgba(83, 49, 175, 0.08);
}
/* Book button (ready) keeps blue gradient */
/* Spinner */
.home-demo-booking .wow-demo__spinner{
  border-color: rgba(83, 49, 175, 0.15);
  border-top-color: #5331af;
}
/* Loading/empty states */
.home-demo-booking .wow-demo__loading,
.home-demo-booking .wow-demo__empty,
.home-demo-booking .wow-demo__pick-hint{
  color: rgba(42, 12, 90, 0.6);
}
/* Confirmed state */
.home-demo-booking .wow-demo__confirmed h2{
  color: #2A0C5A;
}
.home-demo-booking .wow-demo__confirmed-detail,
.home-demo-booking .wow-demo__confirmed-sub{
  color: rgba(42, 12, 90, 0.8);
}
.home-demo-booking .wow-demo__back-btn{
  color: #2A0C5A;
  background: rgba(83, 49, 175, 0.08);
  border-color: rgba(83, 49, 175, 0.2);
}
.home-demo-booking .wow-demo__back-btn:hover{
  background: rgba(83, 49, 175, 0.14);
  border-color: rgba(83, 49, 175, 0.3);
}

@media (max-width: 991px){
  .home-demo-modal .modal-header{
    padding: 22px 20px 8px;
  }
  .home-demo-modal__body{
    padding: 0 20px 20px;
  }
  .home-demo-booking__intro{
    padding-bottom: 18px;
  }
}
.btn-primary{
  border:0px;
  background-color:#2A0C5A;
}
.btn-primary:hover , .btn-primary:active{
  transform:none!important;
  background-color:#432276!important;
}


header#header .headerLogo{
  padding-left: 10px;
}
header#header{
  background-color:#fff;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.headerLogo>button>img{
  max-width: 206px;
}
.headerLogo{
  width: auto;
}
.headerBox{
  padding:30px 0px;
}
.headerMenu ul{
  width: auto;
}
.headerMenu>button:last-child{
  margin-left: 15px;
}
.headerMenu ul li a:hover{
  color:#5331af;
}
.headerMenu ul li a.active{
  font-weight: 600;
  color:#5331af;
}
.headerMenu ul li a{
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.headerMenu ul>li{
  margin-right: 33px;
}
.headerMenu ul>li:last-child{
  margin-right: 0px;
}
.headerMenu{
  margin-left: auto;
  padding-right: 26px;
}
.headerMenu ul{
  gap:0px;
  margin:0px;
  padding-left: 0px;
}
header .btn-primary:hover{
  background-color: #C77700!important;
}
header .btn-primary{
  border:0px;
  padding:4px 8px;
  min-height: 0px;
  border-radius: 15px;
  font-weight: 800;
  letter-spacing: -0.15px;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow:0px 0px 6px rgba(0,0,0,.2);
  background:#ECAE51;
  min-height: 32px;
  border-radius: 10px;
}
.hero-section{
  background:linear-gradient(to bottom right , #260955 , #C197F0 );
  top: 100px;
}
.layout-root .hero__container{
  background:none;
  max-width: 1400px;
}
.layout-root:has(.home-page){
  padding-top: 0px;
  margin-top: 0;
}
.layout-root>.home-page{
  max-width: 100%;
  width: 100%;
  padding:0px;
  background-color: #fff;
  bottom: 120px;
  top: 0px;;
}
body.light-mode{
  background:none;
  background-color: transparent;
}
.hero-section{
  padding-bottom: 175px;
}
.hero-subtitle{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.cta-buttons + p{
  font-size: 12px;
  line-height: 16px;
}
.media__float{
  right:0px;
  top:0px;
  height: 578px;
}
.hero-section:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, #432276, #21074C);
  mask-image: linear-gradient(to bottom, transparent, black);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black);
  z-index: 0;
  opacity:.4;
  pointer-events: none;
}
.hero-section:after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 50% 100%, 0% 0%);
  pointer-events: none;
}
.media__float img{
  max-height: 100%;
}
.hero-section .hero__container{
  padding-left: 40px;
  padding-right: 40px;
}
.hero-title span{
  margin-bottom: 50px;
}
.hero-section{
  padding-top: calc(var(--header-height) - 60px)!important;
}
.hero-title>.logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-title>.logo>img{
  max-width: 320px;
}
.features{
  padding:160px 0px;
}
.features .box .el .front p span{
  color:#ECAE51;
}
.features .box .el .front p .front-lower{
  color:#FFFFFF;
}
.features .box .el .front p .front-upper{
  color:#ECAE51;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: 2px;
}
.features .box .el .front p.big{
  font-size: 36px;
  line-height: 48px;
}

.features .box .el .icon .bx-wifi{
  display: inline-block;
  transform: rotate(45deg);
}
.features .box .el .icon{
  left:-45px;
  top:-30px;
  font-size: 120px;
  line-height: 160px;
  color:rgba(236,174,81,.3);
  pointer-events: none;
  z-index: 3;
  transition:.35s ease all;
}
.features .box .el:hover {
  background-color:#fff;
}
.features .box .el:hover .icon{
  color:rgba(236,174,81,.1);
}
.features .box .el:hover .back{
  opacity:1;
}
.features .box .el:hover .back p{
  color:#000000;
}
.features .box .el:hover .front{
  transform:translateY(30px);
  opacity:0;
}
.features .box .el{
  transition:.35s ease all;
}
.features .box .el .back{
  font-size: 14px;
  line-height: 20px;
  opacity:0;
  transition:.6s ease all;
  z-index: 3;
}
.features .box .el .front p span.big{
  font-size: 60px;
  line-height: 74px;
}
.features .box .el .front p.small{
  font-size: 24px;
  line-height: 30px;
}
.features .box .el .front{
  min-height: 185px;
  transition:.35s ease all;
}
.features .box .el{
  box-shadow:0px 0px 6px rgba(0,0,0,.25);
  border-radius: 12px;
  background-color:#2A0C5A;
}
.features .box{
  margin-top: 70px;
  max-width: 1240px;
}
.info__box .buttons__grid .elem{
  width: 100%;
}
.info__box .buttons__grid .elem>a>span.arrow{
  min-width: 0px;
}
.info__box .buttons__grid .elem>a>span{
  min-width: 65px;
  font-size: 30px;
  text-align: center;
  transition:.3s ease all;
}
.info__box .buttons__grid .elem>a{
  text-decoration: none;
  background-color:#fff;
  font-size: 20px;
  height: 45px;
  border-radius: 12px;
  transition:.3s ease all;
}
.info__box .buttons__grid .elem.active>a{
  background-color:#D1A9FF;
  color:#fff;
}
.info__box .buttons__grid .elem>a:hover{
  background-color:#D1A9FF;
  color:#fff;
}
.info__box .buttons__grid{
  display: grid;
  margin-top: 68px;
  grid-template-columns: repeat(3 , 1fr);
  grid-row-gap:15px;
  grid-column-gap: 40px;
}
.info__box .main__box .desc{
  min-height: 96px;
}
.info__box .main__box .desc>p{
  font-size: 16px;
  line-height: 24px;
}
.info__box .main__box .media>img{
  border-radius: 15px;
  height: 210px;
  object-fit: cover;
}
.info__box .main__box>.icon{
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border-radius: 250px;
  left:-30px;
  top:-40px;
  z-index: 2;
  font-size: 45px;
  color:#3e2a84;  
}
.info__box .main__box{
  margin-top: 80px;
  max-width: 580px;
}
.info__box .curved-arrow img{
  max-width: 70px;
}
.info__box .curved-arrow{
  right:210px;
  top:85px;
}
.info__box .outer__info .float__btn>a:hover rect{
  fill: #C77700;
}
.info__box .outer__info .float__btn>a rect , .info__box .outer__info .float__btn>a text{
  transition:.3s ease all;
}
.info__box .outer__info .float__btn{
  position: absolute;
  top:110px;
  right:10px;
  transform:rotate(-4deg) scale(1.1);
}
.info__box .outer__info>p{
  font-size: 24px;
  line-height: 28px;
  color:#C2A3E4;
}
.info__box{
  margin-top: 112px;
  background-color:#2A0B59;
  padding-top: 60px;
  padding-bottom: 80px;
}
body {
  overflow-y: auto;
}
.float__btn>a{
  font-size: 0px;
}
footer.site-footer{
  background:none;
  background-color:#2A0B59;
}
footer.site-footer .logo__box{
  margin-bottom: 40px;
}
footer.site-footer .logo__box>a>img{
  max-width: 480px;
}
footer.site-footer .footer-bottom{
  margin-top: 30px;
}
footer.site-footer .footer-nav>li>a{
  color:rgba(255,255,255,.65)!important;
}
footer.site-footer .footer-nav>li>a:hover{
  color:rgba(255,255,255,1)!important;
  opacity:1!important;
}
footer.site-footer .footer-nav>li:last-child{
  margin-right: 0px;
}
.footer-section.footer-company>p , .footer-section.footer-company>span{
  color:rgba(255,255,255,.7);
}
.footer-section.footer-company>a:hover{
  color:rgba(255,255,255,1);
}
.footer-section.footer-company>a{
  min-height: 0px;
  text-decoration: none;
  color:rgba(255,255,255,.7);
  transition:.3s ease all;
}
.footer-section.list>ul>li>a:hover{
  color:rgba(255,255,255,1);
}
.footer-section.desc>p{
  color:rgba(255,255,255,.7);
}
.footer-section.list>ul>li>a{
  text-decoration: none;
  color:rgba(255,255,255,.7);
  transition:.3s ease all;
}
footer.site-footer .footer-nav>li{
  margin-right: 40px;
}
.feedback__wrapper{
  padding-top: 160px;
  padding-bottom: 120px;
}
.feedback__wrapper .outer__feedback .slide{
  padding:20px;

}
.feedback__wrapper .outer__feedback .slide .elem .left__quote{
  position: absolute;
  left:-18px;
  top:-18px;
}
.feedback__wrapper .outer__feedback .slide .elem .right__quote{
  position: absolute;
  right:-15px;
  bottom:-15px;
}
.feedback__wrapper .outer__feedback .slide .elem .description>p{
  font-size: 16px;
  line-height: 22px;
}
.feedback__wrapper .outer__feedback .slide .elem .author .desc>span{
  font-size: 14px;
  line-height: 19px;
  color:#5B5B5B;
}
.feedback__wrapper .outer__feedback .slide .elem .author .desc>p{
  font-size: 24px;
  line-height: 28px;
  color:#020202;
}
.feedback__wrapper .outer__feedback .slide .elem .author>.media>img{
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
  border-radius: 250px;
  object-fit: cover;
}
.feedback__wrapper .outer__feedback .slide .elem{
  box-shadow:0px 0px 6px rgba(0,0,0,.4);
  border-radius: 15px;
  padding:40px;
}
.feedback__wrapper .outer__feedback>h2{
  color:#140048;
  margin-bottom: 80px;
}
.work__wrapper .outer__work>h2{
  color:#140048;
}
.work__wrapper .box__wrapper .row__box .box__outer:before{
  content:"";
  position: absolute;
  right:0px;
  top:0px;
  width: 600px;
  height: 100%;
  background:linear-gradient(to right , rgba(255,255,255,0) , rgba(255,255,255,1) 50%);
  z-index: 3;
}
.work__wrapper .box__wrapper .row__box{
  display: flex;
  margin-bottom: 75px;
}
.work__wrapper .box__wrapper .row__box .box__inn{
  overflow-x:scroll;
  padding-right: 450px!important;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #260656 #C8C2D7;
  cursor: grab;
}

.work__wrapper .box__wrapper .row__box .box__inn.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.work__wrapper .box__wrapper .row__box .box__inn::-webkit-scrollbar {
  height: 12px;
  background-color:#C8C2D7;
  border-radius: 6px;
}

.work__wrapper .box__wrapper .row__box .box__inn::-webkit-scrollbar-thumb {
  background-color:#260656;
  border-radius: 6px;
}

.work__wrapper .box__wrapper .row__box .box__inn::-webkit-scrollbar-thumb:hover {
  background-color:#5331af;
}
.work__wrapper .box__wrapper .row__box .box__inn .el>span img{
  object-fit: cover;
}
.work__wrapper .box__wrapper .row__box .box__inn .el>p{
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.work__wrapper .box__wrapper .row__box .box__inn .el>span{
  min-width: 62px;
  border-radius: 250px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
  border-radius: 250px;
}
.work__wrapper .box__wrapper .row__box .box__inn{
  width: 100%;
  padding:20px;
  border-radius: 15px;
  box-shadow:0px 4px 4px rgba(0,0,0,.25);
}
.work__wrapper .box__wrapper .row__box>p{
  font-size: 22px;
  color:#140048;
  margin-bottom: 15px;
  line-height: 26px;
}
.work__wrapper .box__wrapper .row__box:last-child{
  margin-bottom: 0px;
}

.work__wrapper .box__wrapper{
  margin-top: 90px;

}
.work__wrapper{
  padding-top: 120px;
  padding-bottom: 80px;
}
.outer__work>img{
  top:50%;
  margin-top: 90px;
  transform:translateY(-50%);  
  max-height: 740px;
  z-index: 4;
  right: -400px;
  pointer-events: none;
}
.work__wrapper:before{
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height:90%;
  background: #2A0B59;
  clip-path: polygon(100% 0, 100% 100%, 80% 50%);
  z-index: 0;
  pointer-events: none;
}
.slider__compare{
  margin-top: 60px;
}
.slider__compare>.main__compare>.compare__box ul{
  padding-left: 0px;
}
.slider__compare .inner__slider {
  padding-top: 35px;
  margin-top: -35px;
}
.compare__dots .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin:0px 0px!important;
}
.slider__compare>.main__compare>.compare__box{
  min-width: 400px;
}
.work__wrapper .outer__work>p{
  color:#8B5BD0;
  font-size: 24px;
  line-height: 28px;
}
.compare__wrapper .compare__box .desc ul>li{
  font-size: 16px;
  line-height: 24px;
}
.compare__wrapper .compare__box .desc ul>li i.bi-check{
  color:#9B4AF9;
}
.compare__wrapper .compare__box .desc ul>li i.bi-x{
  color:red;
}
.compare__wrapper .compare__box .desc ul>li i{
  font-size: 28px;
  line-height: 36px;
  position: relative;
  margin-right: 20px;
  top:-5px;
}
.compare__wrapper .compare__box .desc ul>li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.compare__wrapper .compare__box .logo>p{
  font-size: 28px;
  line-height: 34px;
}
.compare__wrapper .compare__box .logo>span>img{
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  object-fit: contain;
}
.compare__wrapper .compare__box .logo>span{
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  justify-content: center;
}
.compare__wrapper .compare__box .logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  justify-content: center;
}
.compare__wrapper .compare__box{
  border-radius: 15px;
  padding:30px 20px;
  background-color:#fff;
}
.compare__wrapper{
  padding:120px 0px;
  background-color: #2A0B59;
  margin-top: 80px;
}
.compare__wrapper .btn__bottom>button:hover{
  background-color: #C77700!important;
}
.compare__wrapper .btn__bottom>button{

  background-color: #ECAE51;
  letter-spacing: 0.1px;
  font-size: 20px;
}
.compare__wrapper .outer__compare>p{
  font-size: 24px;
  line-height: 28px;
  color:#AD8FD1;
}
.compare__arrow-next{
  right: 30px;
  font-size: 24px;
}
.compare__wrapper .compare__box{
  padding-bottom: 15px;
}
@media (max-width: 1400px){
  .features .box>div{
    width: 30%;
  }
  .cta__wrapper  .desc{
    max-width: 590px;
  }
  .cta__wrapper .media img{
    max-width: 42vw;
  }
  .cta__wrapper{
    padding:240px 0px;
  }
  .media__float{
    height: 480px;
    top:50px;
  }
  .headerMenu ul li a{
    font-size: 14px;
  }
  .headerMenu{
    margin-right: 10px;
  }
  .headerMenu ul>li{
    margin-right: 20px;
  }
  .headerMenu{
    padding-right: 10px;
  }
}
.swiper-button-prev svg{
  transform:scaleX(-1);
}
.swiper-button-prev:after , .swiper-button-next:after{
  content:none!important;
}
.header__menu--switcher{
  display: none;
}
footer.site-footer .logo__box{
  justify-content: flex-start;
}
.footer-content{
  justify-content: space-between;
  align-items: flex-start;
}
.feedback__slider:before{
  content:"";
  position: absolute;
  left:0px;
  top:0px;
  width: 200px;
  height: 100%;
  background:linear-gradient(to left , rgba(255,255,255,0) , rgba(255,255,255,1) 80%);
  z-index: 4;
}
.feedback__slider:after{
  content:"";
  position: absolute;
  right:0px;
  top:0px;
  width: 200px;
  height: 100%;
  background:linear-gradient(to right , rgba(255,255,255,0) , rgba(255,255,255,1) 80%);
  z-index: 4;
}
@media (min-width: 1201px){
  .headerMenu{
    display: flex!important;
  }
}
@media (max-width: 1200px){

  .feedback__wrapper{
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .feedback__wrapper .outer__feedback>h2{
    margin-bottom: 40px;
  }
  .cta__wrapper{
    padding:80px 0px;
  }
  .cta__wrapper .desc{
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .info__box .buttons__grid{
    grid-template-columns: repeat(3 ,1fr);
  }
  .info__box .buttons__grid .elem>a{
    font-size: 17px;
    line-height: 21px;
  }
  .info__box .buttons__grid .elem>a>span{
    font-size: 25px;
  }
  .info__box .buttons__grid .elem>a>span{
    min-width: 55px;
  }
  .info__box .outer__info .float__btn{
    right:-50px;
  }
  .info__box .curved-arrow{
    right:110px;
  }
  .features{
    padding:80px 0px;
  }
  .features .box{
    margin-top: 35px;
  }
  .features .box>div{
    width: 100%;
  }
  .layout-root:has(.home-page){
    margin-top: 0;
  }
  .hero-title{
    align-items: center!important;
  }
  .hero-title>.logo{
    margin-bottom: 25px;
  }
  .hero-title>.logo>img{
    max-width: 640px;
    width: 100%;
  }
  .hero-section{
    padding-bottom: 70px;
    top: 0;
  }
  .hero-section .hero__container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .media__float{
    height: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    position: static!important;
  }
  .headerBox{
    position: relative;
  }
  .header__menu--switcher>button.opened>span:nth-child(2){
    opacity:0;
  }
  .header__menu--switcher>button.opened>span:nth-child(1){
    transform:rotate(45deg);
    top:7.5px;
  }
  .header__menu--switcher>button.opened>span:nth-child(3){
    transform:rotate(-45deg);
    bottom:7.5px;
  }
  .header__menu--switcher>button>span:nth-child(1){
    top:0px;
  }
  .header__menu--switcher>button>span:nth-child(3){
    bottom:0px;
  }
  .header__menu--switcher>button>span{
    margin-bottom: 5px;
    position: relative;
    transition:.3s ease all;
  }
  .header__menu--switcher>button>span:last-child{
    margin-bottom: 0px;
  }
  .header__menu--switcher>button>span{
    min-width: 26px;
    min-height: 3px;
    transition:.3s ease all;
    background-color:#000;
    border-radius: 5px;
  }
  .header__menu--switcher>button{
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline:none;
    border:0px;
    outline:none;
  }
  .header__menu--switcher{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 24px;
    width: 30px;
    height: 30px;
  }
  .headerMenu>button:last-child{
    margin-left: 0px;
  }
  .headerLogo>button>img{
    max-width: 170px;
  }
  .headerBox{
    flex-direction: column;
  }
  header#header .headerLogo{
    width: 100%;
    padding-left: 0px;
  }
  .headerMenu{
    width: 100%;
    display: none;
    max-width: 100%;
  }
  .headerMenu{
    padding-right: 0px;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 15px;
  }
  .headerMenu>button{
    margin-top: 12px;
  }
  .headerMenu ul>li{
    border-top:1px solid #D9D3E2;
  }
  .headerMenu ul>li:nth-child(1) , .headerMenu ul>li:last-child{
    border-top: 0px;
  }
  .headerMenu ul>li:last-child{
    margin-top: 12px;
  }
  .headerMenu ul>li{
    margin-right: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .headerMenu ul>li>a{
    padding:10px 0px;
    text-align: center;
    min-height: 0px;
    width: 100%;
  }
  .headerMenu ul{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .headerBox{
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.curved-arrow{
  position: absolute;
}
.info__box .buttons__grid .elem>a{
  outline:none!important;
}
.site-footer .footer-nav li a{
  min-height: 0px;
}
.site-footer{
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.work__wrapper .box__wrapper .row__box .box__outer:before{
  pointer-events: none;
}
.work__wrapper:before{
  pointer-events: none;
}
.compare__box ul li p{
  margin:0px;
}
.compare__box ul{
  padding-left: 0px;
}
@media (max-width: 991px){
  .compare__wrapper{
    margin-top: 40px;
    padding:80px 0px;
  }
  .compare__wrapper .outer__compare>p{
    font-size: 20px;
    line-height: 24px;
  }
  .compare__arrow-next{
    display: none!important;
  }
  .work__wrapper:before{
    content:none;
  }
  .work__wrapper .box__wrapper .row__box>p{
    font-size: 17px;
    line-height: 20px;
  }
  .work__wrapper .outer__work>p{
    font-size: 20px;
    line-height: 24px;
  }
  .work__wrapper .box__wrapper .row__box .box__inn>.el:last-child{
    margin-right: 0px!important;
  }
  .work__wrapper .box__wrapper .row__box .box__outer:before{
    content: none;
  }
  .work__wrapper .box__wrapper .row__box .box__inn{
    padding-right: 20px!important;
  }
  .work__wrapper{
    padding:60px 0px;
  }
  .work__wrapper .box__wrapper{
    margin-top: 45px;
  }
  .feedback__wrapper .outer__feedback .slide .elem .description>p{
    font-size: 14px;
    line-height: 20px;
  }
  .feedback__wrapper .outer__feedback .slide .elem .author>.media>img{
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  .feedback__wrapper .outer__feedback .slide .elem .right__quote , .feedback__wrapper .outer__feedback .slide .elem .left__quote{

  }
  .feedback__wrapper .outer__feedback .slide .elem{
    padding:25px;
  }
  .feedback__wrapper .outer__feedback .slide .elem .author .desc>p{
    font-size: 20px;
    line-height: 25px;
  }
  .feedback__wrapper .outer__feedback .slide .elem .author .desc>span{
    font-size: 12px;
    line-height: 16px;
  }
  .feedback__wrapper .outer__feedback>h2{
    margin-bottom: 0px;
  }
  .feedback__slider:before{
    content:none;
  }
  .feedback__wrapper .outer__feedback .slide .elem .left__quote{
    top:-8px;
    left:-8px;
    max-width: 45px;
  }
  .feedback__wrapper .outer__feedback .slide .elem .right__quote{
    max-width: 45px;
    bottom:-8px;
    right: -8px;
  }
  .feedback__slider .swiper-slide-active{
    transform:scale(1);
  }
  .feedback__slider .swiper-button-prev, .feedback__slider .swiper-button-next{
    display: none;
  }
  .feedback__slider:after{
    content:none;
  }
  .cta__wrapper .desc>p{
    font-size: 20px;
    line-height: 28px;
  }
  .footer-nav{
    justify-content: space-between!important;
  }
  footer.site-footer .logo__box{
    justify-content: center;
  }
  .footer-content{
    justify-content: center;
    align-items: center;
    text-align: center;
    gap:0px;
  }
  .footer-content>.footer-section:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .footer-content>.footer-section:last-child:before{
    content:none;
  }
  .footer-content>.footer-section:before{
    content:"";
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0px;
    width: 80px;
    height: 2px;
    background-color:#7D6B9A;
  }
  .footer-content>.footer-section{
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  footer.site-footer .logo__box>a>img{
    max-width: 290px;
  }
  footer.site-footer .logo__box{
    margin-bottom: 45px;
  }
  .curved-arrow{
    position: static;
    margin-bottom: -50px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .info__box .curved-arrow img{
    max-width: 40px;
  }
  .info__box .outer__info .float__btn{
    position: static;
    transform:none;
    margin-top: 60px;
  }
  .info__box .outer__info .float__btn>a{
    font-size: 18px;
    color:#fff;
    min-height: 0px;
    padding:6px 10px;
    border-radius: 6px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
    background: #ECAE51;
    font-weight: bold;
    text-decoration: none;
  }
  .info__box .buttons__grid .elem>a>span{
    box-shadow:0px 0px 8px rgba(0,0,0,.3);
  }
  .info__box .buttons__grid .elem.active>a{
    background-color: transparent;
  }
  .info__box .buttons__grid .elem.active>a>span{
    background-color: #D1A9FF;
    color:#fff;
  }
  .info__box .outer__info>p{
    font-size: 20px;
    line-height: 24px;
  }
  .info__box .buttons__grid{
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }
  .info__box .buttons__grid .elem>a{
    background-color: transparent;
    height: auto;
  }
  .info__box .buttons__grid .elem>a{
    font-size: 12px;
    line-height: 16px;
    color:#fff;
  }
  .info__box .buttons__grid .elem>a>span{
    background-color:#fff;
    min-width: 45px;
    max-width: 45px;
    color:#3e2a84;
    min-height: 45px;
    max-height: 45px;
    border-radius: 250px;
    margin-bottom: 6px;
  }
  .hero-section:after{
    clip-path:polygon(0% 100%, 100% 100%, 100% 25%, 50% 100%, 0% 25%);
  }
  .hero-title>.logo>img{
    max-width: 90%;
  }
  .hero-title{
    font-size: 3.7vw;
  }
  .hero-section{
    top: 0;
  }
   .feedback__wrapper .outer__feedback>h2{
    margin-bottom: 20px;
  }
  footer.site-footer .logo__box{
    margin-bottom: 24px;
  }
  footer.site-footer .logo__box>a>img{
    max-width: 320px;
  }
  footer.site-footer .footer-bottom{
    margin-top: 20px;
  }
}
.cta__wrapper .btn>a{
  min-height: 0px;
}
@media (max-width: 768px){
  .compare__wrapper .outer__compare>p{
    font-size: 16px;
    line-height: 20px;
  }
  .work__wrapper .outer__work>p{
    font-size: 16px;
    line-height: 20px;
  }
  .cta__wrapper{
    padding:45px 0px;
  }
  .feedback__wrapper{
    padding-bottom: 35px;
  }
  .cta__wrapper .desc>p{
    font-size: 17px;
    line-height: 24px;
  }
  .info__box .buttons__grid .elem{
    word-break: break-word;
    outline: none!important;
  }
  .info__box .main__box>.icon{
    left:-15px;
    top:-20px;
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
    font-size: 36px;
  }
  .info__box .outer__info>p{
    font-size: 14px;
    line-height: 20px;
  }
  .layout-root div.container{
    min-height: 0px;
  }
  .hero-section{
    padding-top: calc(var(--header-height) + 30px)!important;
    top: 0;
  }
  .hero-title{
    font-size: 5.5vw;
  }
  .layout-root:has(.home-page){
    padding-left: 0px;
    padding-right: 0px;
  }
  footer{
    margin-top: 0px!important;
  }
  footer.site-footer .logo__box{
    margin-bottom: 16px;
  }
  footer.site-footer .logo__box>a>img{
    max-width: 220px;
  }
  footer.site-footer .footer-bottom{
    margin-top: 12px;
  }
  footer.site-footer .footer-nav>li{
    margin-right: 16px;
  }
  footer.site-footer .footer-container{
    padding: 20px 16px 16px;
  }
  .headerMenu{
    position: static ;
    box-shadow: none;
    padding:0px;
    height: auto;
  }
  .cta__wrapper .btn>button{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px){
  .row__box .box__outer {
    width: calc(100% + 40px)!important;
  }
  .work__wrapper .box__wrapper .row__box .box__inn{
    padding-right: 40px!important;
  }
}
@media (max-width: 400px){
  .cta__wrapper .desc>h2{
    font-size: calc(1.375rem + 2.7vw);
  }
  .cta__wrapper .desc>p{
    font-size: 15px;
    line-height: 22px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   MOBILE-FIRST RESPONSIVE FIXES (2026)
   Comprehensive mobile responsiveness improvements
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── Root Layout Adjustments ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  :root {
    --header-height: 80px;
    --header-height-shrunk: 56px;
  }
  
  /* Fix content being covered by header */
  .layout-root {
    padding-top: var(--header-height);
  }
  
  /* Page hero overlap fix for content pages */
  .page-hero {
    margin-top: 0;
    padding-top: 2rem;
  }
  
  /* Content pages header overlap fix */
  .homeContentContent h2:first-child,
  section#content h2:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

/* ── Header Mobile Optimization ─────────────────────────────────────────────── */
@media (max-width: 1200px) {
  header#header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .headerBox {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .headerLogo > button > img {
    max-width: 150px;
  }
  
  /* Reduce mobile menu spacing */
  .headerMenu ul > li > a {
    padding: 12px 0;
    font-size: 15px;
  }
  
  .headerMenu ul > li {
    border-top-color: rgba(0, 0, 0, 0.06);
  }
  
  /* Fix header menu switcher position */
  .header__menu--switcher {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .headerLogo > button > img {
    max-width: 130px;
  }
  
  .headerBox {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  /* Even more compact menu items */
  .headerMenu ul > li > a {
    padding: 10px 0;
    font-size: 14px;
  }
  
  .headerMenu {
    padding-bottom: 10px;
  }
  
  /* Reduce gap for industry selector in menu */
  .headerMenu ul > li:last-child {
    margin-top: 8px;
  }
}

/* ── Footer Mobile Optimization ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .site-footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .footer-container {
    padding: 16px 12px 12px;
  }
  
  footer.site-footer .logo__box {
    margin-bottom: 12px;
  }
  
  footer.site-footer .logo__box > a > img {
    max-width: 180px;
  }
  
  .footer-content > .footer-section {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  
  .footer-content > .footer-section p,
  .footer-content > .footer-section span,
  .footer-content > .footer-section a {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 2px;
  }
  
  .footer-section.list ul li {
    margin-bottom: 4px;
  }
  
  footer.site-footer .footer-bottom {
    margin-top: 8px;
  }
  
  .footer-nav {
    flex-wrap: wrap;
    gap: 4px 12px;
  }
  
  footer.site-footer .footer-nav > li {
    margin-right: 0;
  }
  
  .site-footer .footer-nav li a {
    font-size: 11px;
    padding: 4px 0;
  }
}

@media (max-width: 480px) {
  footer.site-footer .logo__box > a > img {
    max-width: 150px;
  }
  
  .footer-container {
    padding: 12px 10px 10px;
  }
  
  .footer-content > .footer-section {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .footer-content > .footer-section:before {
    width: 60px;
  }
}

/* ── Team Section Mobile Fix ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .team-section {
    padding: 2rem 0.75rem;
    padding-bottom: 3rem;
  }
  
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 100%;
    padding: 0.5rem;
  }
  
  .central-logo {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-bottom: 1rem;
  }
  
  .team-card {
    padding: 0.5rem;
  }
  
  .team-avatar {
    --avatar-size: 60px;
  }
  
  .team-info {
    width: 100%;
    max-width: 100%;
    font-size: 0.75rem;
  }
  
  .team-info-content {
    padding: 0.75rem;
  }
  
  .team-name {
    font-size: 0.85rem;
  }
  
  .team-role {
    font-size: 0.65rem;
  }
  
  /* Hide bio by default, show on tap */
  .team-bio {
    display: none;
    font-size: 0.75rem;
  }
  
  .team-card.is-expanded .team-bio {
    display: block;
  }
  
  .team-header h2 {
    font-size: 1.5rem;
  }
  
  .team-header p {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}

@media (max-width: 400px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .team-avatar {
    --avatar-size: 50px;
  }
  
  .team-name {
    font-size: 0.8rem;
  }
}

/* ── Download Page Mobile ───────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .download-cards {
    display: none !important;
  }
  
  .download-mobile-notice {
    display: block !important;
  }
}

.download-mobile-notice {
  display: none;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.download-mobile-notice h3 {
  color: #1e3a8a;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.download-mobile-notice p {
  color: #4b5563;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ── Impressum QR Code Hide on Mobile ───────────────────────────────────────── */
@media (max-width: 768px) {
  .impress-qr-code,
  section#content .qr-code-wrapper,
  /* Target Blazorise QRCode component */
  [data-qrcode],
  .qr-code {
    display: none !important;
  }
}

/* ── Plan Selector Modal Mobile Fixes ───────────────────────────────────────── */
@media (max-width: 768px) {
  .plan-selector-modal .modal-content {
    background: #ffffff !important;
  }
  
  .plan-selector-modal .modal-body {
    background: #ffffff;
    max-height: calc(100vh - 200px);
    max-height: calc(100dvh - 200px);
    overflow-y: auto;
  }
  
  .plan-selector-modal .modal-footer {
    background: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
  }
  
  /* Ensure all plan cards are visible */
  .plan-selector-modal .plan-choices {
    gap: 1rem;
    overflow-y: visible;
    max-height: none;
  }
  
  .plan-selector-modal .plan-card-wrapper {
    margin: 0;
  }
  
  .plan-selector-modal .plan-card {
    min-height: auto;
    background: #ffffff;
  }
  
  /* BNI footer solid background */
  .plan-selector-modal .bni-footer-container {
    background: #ffffff;
    padding: 0.5rem 0;
  }
  
  .plan-selector-modal .bni-info {
    text-align: center;
  }
  
  .plan-selector-modal .bni-logo img {
    height: 32px;
  }
}

/* Ensure modal backdrop covers everything */
.plan-selector-modal ~ .modal-backdrop,
.plan-selector-modal + .modal-backdrop,
.modal-backdrop.show {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}
