:root {
  --primary: rgba(50, 35, 111, 1);
  --secondary: rgba(255, 255, 255, 1);
  --body-text: #3e3f66;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: Plus Jakarta Sans Bold;
  src: url(../fonts/PlusJakartaSans-Bold.ttf);
}

@font-face {
  font-family: Plus Jakarta Sans medium;
  src: url(../fonts/PlusJakartaSans-Medium.ttf);
}

@font-face {
  font-family: PlusJakartaSans-SemiBold;
  src: url(../fonts/PlusJakartaSans-SemiBold.ttf);
}

@font-face {
  font-family: PlusJakartaSans-Regular;
  src: url(../fonts/PlusJakartaSans-Regular.ttf);
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 576px) {
  .break {
    display: none;
  }

  .appsPhoneImg {
    margin-top: 15px;
  }

  .headerContentFont {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .btnGroups {
    justify-content: center !important;
  }

  .statBox {
    width: 200px !important;
  }

  .customPills .nav-link {
    font-size: 12px !important;
    width: 179px !important;
  }
}

.plusBold {
  font-family: Plus Jakarta Sans Bold;
}

.plusMedium {
  font-family: Plus Jakarta Sans medium;
}

.plusSemiBold {
  font-family: PlusJakartaSans-SemiBold;
}

.plusRegular {
  font-family: PlusJakartaSans-Regular;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.fs-28 {
  font-size: 28px;
}

.fs-40 {
  font-size: 40px;
}

.fs-18 {
  font-size: 18px;
}

.fs-45 {
  font-size: 45px;
}

.fs-35 {
  font-size: 35px;
}

.fs-30 {
  font-size: 30px;
}

.fs-38 {
  font-size: 38px;
}

body {
  margin: 0;
  padding: 0;
  position: static;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  overflow-x: hidden;
}

/* Universal Section Padding */
.section-padding {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}

.customTextColor {
  color: var(--secondary);
}

.pageWrapper {
  overflow-x: hidden;
}

.navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar-nav .nav-link:hover {
  color: var(--primary) !important;
  transition: color 0.3s ease;
}

#mainHeader {
  position: fixed;
  /* Global fixed positioning from the start */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition:
    background-color 0.4s var(--ease-smooth),
    backdrop-filter 0.4s var(--ease-smooth),
    box-shadow 0.4s var(--ease-smooth),
    padding 0.4s var(--ease-smooth);
  will-change: background-color, backdrop-filter;
  pointer-events: all;
}

/* Glassmorphism effect when scrolled - much lighter than full class swaps */
#mainHeader.scrolled {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
}

.logosImg {
  width: 55px !important;
  height: 36px !important;
}

.logoImg {
  width: 146px !important;
  height: 37px !important;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul,
li {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.purpleBtn {
  background-color: rgba(50, 35, 111, 1) !important;
  border: 1px solid var(--primary);
  border-radius: 12px;
  padding: 9px !important;
  width: 170px;
  height: 47px;
  color: var(--secondary) !important;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
}

.purpleBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--secondary) !important;
  border-color: var(--secondary);
  transition: 0.6s all;
  z-index: -1;
}

.purpleBtn:hover::before {
  width: 100%;
}

.purpleBtn:hover {
  color: var(--primary) !important;
}

.heroSectionImg {
  width: 100%;
  max-width: 996px;
  height: auto !important;
}

/* .toggle-bar {
    width: 25px;
    margin: 10px 0;
    position: relative;
    display: block;
} */

.bannerSection {
  position: relative;
  background-image: url(../public/hero-section-banner-bag.webp);
  background-repeat: repeat;
  background-size: cover;
  padding-top: 50px;
  /* Accounts for the fixed header height to prevent overlapping hero content */
}

.insideContent {
  margin-top: 50px;
}

.typeFont {
  color: rgba(67, 70, 229, 1);
}

.headerContentFont {
  color: var(--primary);
}

.headerContentParagraph,
.chooseText p {
  color: rgba(62, 63, 102, 1);
}

.headerContentParagraph {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.btnGroups {
  gap: 20px;
  margin-bottom: 10px;
}

.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: solid 1px rgba(67, 70, 229, 1);
}

.owl-dots {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: solid 1px rgba(67, 70, 229, 1);
  background-color: rgba(67, 70, 229, 1) !important;
}

.logos {
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
  background: rgba(50, 35, 111, 1);
  position: relative;
  z-index: 999;
  height: 61px;
}

.logoSlide {
  display: inline-block;
  animation: slide 15s linear infinite;
}

.logos:hover .logoSlide {
  animation-play-state: paused;
  will-change: transform;
}

.logoText {
  color: var(--secondary);
  margin: 0 40px;
}

.logoText::before {
  content: "•";
  margin-right: 12px;
  color: var(--secondary);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* <!-- best features whychoose --> */
.titleBadge {
  background: rgba(67, 70, 229, 1);
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 5px 18px;
}

.chooseHrms,
.bestFeaturesPara,
.chooseText h6 {
  color: rgba(50, 35, 111, 1);
}

.whyChooseSection {
  position: relative;
}

.whyChooseSection .whyChooseBox {
  background-color: var(--secondary);
  border: solid 1px rgba(219, 233, 255, 1);
  padding: 15px 26px 15px 26px;
  border-radius: 20px;
  height: 146px;
  box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
}

.whyChooseBox:hover {
  border-color: var(--primary);
  cursor: pointer;
}

.whyChooseCard {
  width: 515px !important;
}

.whyChooseSection .chooseIcon {
  position: absolute;
  top: 30px;
}

.whyChooseSection .whyChooseBox:hover .chooseIcon {
  transform: rotate(360deg);
  transition: transform 2s;
}

.whyChooseSection .chooseText {
  padding-left: 95px;
  margin-top: 12px;
}

.imgBoxs {
  width: 70px;
  height: 70px;
}

/* <!-- best features whychoose end --> */
/* <!--  Modern-Workforces-Section-start --> */

.modernWorkforcesSection {
  position: relative;
  background-image: url(../public/modern-workforces-baground.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.modernWorkforcesText {
  color: var(--secondary);
}

.modernWorkforcesEmImg {
  width: 711px;
  height: auto !important;
}

.mwImgWrapper {
  position: relative;
  margin-top: 30px;
}

.mwImg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transform: translateY(10px);
}

.mwImg:first-child {
  position: relative;
}

.mwImg.active {
  opacity: 1;
  transform: translateY(0);
}

.modernWorkforcesContent {
  padding-left: 30px;
}

.mdContentImg {
  width: 55px;
  height: 55px;
}

.mwImg {
  box-shadow: 0 28px 68px rgba(8, 15, 34, 0.24);
}

.modernWorkforcesContent {
  position: relative;
  padding: 17px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  cursor: pointer;
  width: 500px;
  height: 150px;
}

.modernWorkforcesContent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(106, 73, 242, 0.55)
  );
  opacity: 0.35;
  transition:
    opacity 0.35s var(--ease-smooth),
    transform 0.35s var(--ease-smooth);
}

.modernWorkforcesContent.activeCard {
  transform: translateX(8px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 45px rgba(8, 15, 34, 0.16);
}

.modernWorkforcesContent.activeCard::before {
  opacity: 1;
  transform: scaleY(1.05);
}

.modernWorkforcesContent:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 4px;
}

/* <!--  Modern-Workforces-Section-end --> */

/* <!-- Available on iOS & Android apps start --> */
.appsSection {
  position: relative;
}

.appsSection .container {
  max-width: 1320px;
}

.appsSection .container .appInnerSec {
  background-color: var(--primary);
  border-radius: 30px;
  padding: 60px;
  position: relative;
  z-index: 99;
  background-image: url(../public/apps-section.svg) !important;
  background-repeat: repeat;
  overflow: hidden;
}

.appsSection .container .appInnerSec:before {
  background: url(../public/mobile-sec-background.svg) no-repeat;
  position: absolute;
  right: -200px;
  top: -150px;
  width: 1026px;
  height: 1026px;
  content: "";
}

.appsPhoneImg {
  position: relative;
  z-index: 10;
  right: 10px;
  width: 341px;
  height: 574px !important;
}

.payrollPhoneImg {
  position: absolute;
  left: 245px;
  width: 341px;
  height: 574px !important;
}

.storeCard {
  background: var(--secondary);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease;
  width: 160px;
  height: 58px;
  position: relative;
  z-index: 10;
}

.storeCard img {
  display: block;
  max-width: 180px;
}

.storeBuys {
  width: 122px;
}

.storeCard:hover {
  box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.featureItem {
  gap: 15px;
  margin-top: 23px;
}

.featureIcon {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.featureCard:hover .featureIcon img {
  transform: rotate(360deg);
  transition: transform 2s;
}

.featureTitle,
.featureDesc {
  color: var(--secondary);
}

.storeButtons {
  gap: 30px;
  margin-top: 23px;
  margin-left: 102px;
}

.appsSection .storeButtons {
  flex-wrap: wrap;
}

.badgeText {
  background: var(--secondary);
  color: rgba(67, 70, 229, 1);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 5px 18px;
  letter-spacing: 0.3px;
}

/* <!-- Available on iOS & Android apps end --> */

.featureCard {
  position: relative;
  width: 312px;
  height: 175px;
  padding: 24px;
  border: 1px solid #c7c9ff;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}

.featureCard:hover {
  border-color: var(--primary);
}

.featureIcon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 10px;
}

.featureBadge {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(50, 35, 111, 1);
  color: #fff;
  padding: 10px 14px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 16px;
}

.pillBox {
  padding: 10px 12px;
  background: rgba(106, 73, 242, 0.1);
  border-radius: 50px;
  color: #4b4bff;
  margin-top: 18px;
  margin-bottom: 10px;
}

.pillIcon {
  width: 18px;
  height: 18px;
}

/* ..........................end............... */
@media (max-width: 767.98px) {
  #demoTabs {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  #demoTabs::-webkit-scrollbar {
    display: none;
  }

  #demoTabs .nav-link {
    width: auto !important;
    white-space: nowrap !important;
    margin-top: 0 !important;
    flex-shrink: 0;
  }

  #demoTabs .nav-link.active::after {
    display: none !important;
  }
}

/* actionsDemoSection */

.actionsDemoSection {
  position: relative;
  background-color: rgba(50, 35, 111, 1);
  background-image: url(../public/modern-workforces-baground.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.actionsDemoSection .actionTitle {
  color: #ffffff !important;
}

.actionsDemoSection .actionParagraph {
  color: rgba(255, 255, 255, 0.75) !important;
}

.innerSecDemo {
  margin-top: 30px;
}

.tab-content {
  height: 100%;
}

/* Demo preview image — clean, no glassmorphism wrapper */
.demoImg {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  display: block;
}

/* Pills */
.customPills .nav-link {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  margin-top: 12px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-family: PlusJakartaSans-SemiBold;
  text-align: left;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
  width: 312px;
  height: 64px;
  position: relative;
}

.customPills .nav-link:first-child {
  margin-top: 0;
}

.customPills .nav-link.active {
  background: #ffffff !important;
  color: rgba(50, 35, 111, 1) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.customPills .nav-link.active::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
}

.customPills .nav-link:hover:not(.active) {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

.customerStoriesSection {
  background-image: url(../public/customer-stories-bg.svg);
  background-repeat: repeat;
  position: relative;
}

.testimonialCard {
  position: relative;
  background: var(--secondary);
  border-radius: 20px;
  border: 1px solid rgba(67, 70, 229, 1);
  padding: 35px;
  height: 100%;
  width: 597px;
  margin: 0 auto;
  /* margin-left: 63px; */
}

.customerBotImg {
  position: absolute;
  right: 0px;
  bottom: -1px;
}

.profileImg {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(108, 99, 255, 0.25);
  margin-right: 18px;
}

.rating i,
.rating {
  color: rgba(252, 148, 0, 1);
  font-size: 18px;
}

.carousel-inner {
  padding: 50px 0;
}

.carousel-control-prev {
  left: -109px !important;
}

.carousel-control-next {
  right: -109px !important;
}

.carousel-item {
  transition: transform 1s ease-in-out !important;
}

.priceCard {
  max-width: 600px;
  background: #fff;
  border: 2px solid #e8e8ff;
  border-radius: 25px;
  padding: 22px 25px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.priceCard:hover {
  transform: translateY(-5px);
}

.pricingPill {
  background: rgba(67, 70, 229, 0.1);
  color: rgba(67, 70, 229, 1);
  padding: 6px 18px;
  border-radius: 50px;
  font-family: Plus Jakarta Sans Bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.yearlyOff {
  background-color: rgba(67, 70, 229, 0.1);
  color: rgb(67, 70, 229);
  padding: 4px 10px;
  border-radius: 20px;
}

.trustBadgeNew {
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  color: #475569;
  background: #fff;
  font-size: 13px;
  font-family: PlusJakartaSans-SemiBold;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.trustBadgeNew i {
  color: #6366f1;
}

.planIcon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.planIcon.basic { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.planIcon.pro { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.planIcon.ent { background: rgba(16, 185, 129, 0.1); color: #10b981; }

.featuresNew {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.featuresNew li {
  font-size: 13.5px;
  color: #334155;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.featuresNew li i {
  color: #22c55e;
  font-size: 16px;
}

.additionalUsageBox {
  background: #f4f6ff;
  border: 1px solid #e0e7ff;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s ease;
  min-height: 115px;
  display: flex;
  align-items: center;
}

.additionalUsageBox > div {
  width: 100%;
}

.additionalUsageBox.ent {
  background: #ecfdf5;
  border-color: #d1fae5;
}

.usageIcon {
  width: 44px;
  height: 44px;
  background: #e0e7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 18px;
  flex-shrink: 0;
}

.usageIcon.pro {
  background: #ede9fe;
  color: #8b5cf6;
}

.usageIcon.ent {
  background: #d1fae5;
  color: #10b981;
}

.usageText p.plusBold {
  color: #312e81 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.usageText .text-dark {
  color: #4338ca !important;
  font-size: 16px !important;
  font-weight: 700;
}

.usageText .text-dark span {
  font-size: 11.5px !important;
  font-weight: 500;
  color: #6b7280 !important;
}

.usageText p.fs-11.plusRegular {
  font-size: 11px !important;
  color: #4b5563 !important;
  line-height: 1.45 !important;
  margin-top: 4px !important;
}

.btnBuyNew {
  background: #4f46e5;
  color: #fff !important;
  padding: 14px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: none;
}

.btnBuyNew:hover {
  background: #4338ca;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

.btnBuyNew.popular {
  background: #6366f1;
}

/* Comparison Table */
.mt-100 { margin-top: 100px; }

.comparisonTableContainer {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.comparisonTable thead th {
  border: none;
  padding: 20px;
  vertical-align: middle;
}

.comparisonTable .planHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: PlusJakartaSans-Bold;
}

.comparisonTable tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  color: #475569;
  text-align: center;
}

.comparisonTable tbody td:first-child {
  text-align: left;
  font-family: PlusJakartaSans-Medium;
  color: #1e293b;
}

.planCol.pro { background: #fbfbff; }

/* Benefits */
.benefitsRow {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #edf0ff;
  border-radius: 20px;
  padding: 24px 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.benefitsRow > div {
  flex: 1 1 0%;
  min-width: 220px;
  padding: 12px 20px;
}

@media (min-width: 1200px) {
  .benefitsRow > div:not(:last-child) {
    border-right: 1px solid #e2e8f0;
  }
}

.benefitItem {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  transition: all 0.3s ease;
}

.benefitItem:hover {
  transform: translateY(-2px);
}

.benefitIcon {
  font-size: 32px;
  color: #4f46e5;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefitTitle {
  font-size: 13.5px;
  color: #1e1b4b;
  font-weight: 700;
  margin-bottom: 3px;
}

.benefitDesc {
  font-size: 11px;
  color: #6b7280;
  line-height: 1.4;
}

/* Help CTA Section */
.helpCTASection {
  background: linear-gradient(135deg, #f5f3ff 0%, #e0e7ff 100%) !important;
  border-radius: 24px;
  padding: 40px 60px;
  border: 1px solid #dcd7ff !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.05);
}

.helpCTASection h3 {
  color: #1e1b4b !important;
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.helpCTASection p.text-muted {
  color: #4b5563 !important;
  font-size: 15px !important;
}

.btnHelp {
  padding: 14px 28px;
  border-radius: 12px;
  font-family: PlusJakartaSans-Bold, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btnHelp.primary {
  background: #312fc9 !important;
  color: #fff !important;
  border: none;
}

.btnHelp.primary:hover {
  background: #25249f !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(49, 47, 201, 0.2);
}

.btnHelp.secondary {
  background: #ffffff !important;
  color: #312fc9 !important;
  border: 1px solid #312fc9 !important;
}

.btnHelp.secondary:hover {
  background: #f5f3ff !important;
  color: #25249f !important;
  border-color: #25249f !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(49, 47, 201, 0.05);
}

.helpImage {
  max-height: 250px !important;
  width: auto;
  object-fit: contain;
  margin-bottom: -40px;
  margin-right: -60px;
  display: block;
}

@media (max-width: 991px) {
  .helpCTASection {
    padding: 40px 30px;
    text-align: center;
  }
  .helpCTASection h3 {
    font-size: 24px !important;
  }
  .btnHelp {
    justify-content: center;
    width: 100%;
  }
  .helpImage {
    margin: 20px auto -40px auto;
    max-height: 200px !important;
  }
}

.iconBox img {
  width: 60px;
  height: 83px;
  opacity: 0.95;
}

.planTitle {
  font-size: 20px;
  font-family: Plus Jakarta Sans Bold;
  margin-bottom: 5px;
}

.price {
  font-size: 42px;
  font-family: PlusJakartaSans-SemiBold;
  color: rgba(67, 70, 229, 1);
  margin-bottom: 0px !important;
}

.price span {
  font-size: 18px;
  color: var(--primary);
}

.priceCard.popular {
  border: 2px solid rgba(67, 70, 229, 1);
  box-shadow: 0 12px 30px rgba(67, 70, 229, 0.15);
  position: relative;
  overflow: hidden;
}

.popularBadge {
  position: absolute;
  top: 16px;
  right: -36px;
  background: rgba(67, 70, 229, 1);
  color: #fff;
  font-size: 9px;
  font-family: Plus Jakarta Sans Bold, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 140px;
  text-align: center;
  padding: 6px 0;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  letter-spacing: 0.8px;
  pointer-events: none;
}

/* Divider */
.divider {
  margin: 10px 0;
  border-top: 1px solid #292727;
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.features li {
  margin: 0;
  position: relative;
  font-size: 15px;
  font-family: PlusJakartaSans-Regular;
  display: flex;
  align-items: center;
  min-height: 34px;
  line-height: 1.2;
}

.features li img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}

.btnBuy {
  background: rgba(67, 70, 229, 1);
  color: var(--secondary) !important;
  font-family: PlusJakartaSans-SemiBold;
  font-size: 14px;
  border: 2px solid rgba(67, 70, 229, 1);
  padding: 12px 28px;
  width: 100%;
  border-radius: 10px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btnBuy:hover {
  background: #2a23d7;
  color: var(--secondary) !important;
  text-decoration: none;
}

/*  Ribbon */
.priceCard:hover {
  border: 2px solid rgba(67, 70, 229, 1);
}

.toggleLabel {
  color: rgba(50, 35, 111, 1);
  cursor: pointer;
}

.toggleLabel.active {
  color: #433bff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondary);
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid rgb(255 228 228);
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #433bff;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #e7e4ff;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.yearlyOff {
  background: var(--secondary);
  color: rgba(67, 70, 229, 1);
  padding: 3px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.footerInnerSec {
  background-color: var(--primary);
  background-image: 
    linear-gradient(rgba(106, 73, 242, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 73, 242, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  position: relative;
  overflow: hidden;
}

.footerInnerSec::before {
  content: "";
  position: absolute;
  right: 886px;
  top: -171px;
  width: 730px;
  height: 730px;
  background: url(../public/footer-blur-img.svg) no-repeat;
  z-index: 0;
}

/* 
.footerSection {
    padding-top: 30px;
} */

.footerTop {
  margin-top: 30px !important;
}

.footerTitle {
  margin-bottom: 40px;
  color: var(--secondary);
}

.footerBottoms {
  background-image: url(../public/footer-bottom-img.webp);
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.footerImgs {
  width: 30px;
  height: 30px;
}

.footerLinks {
  padding: 0;
  list-style: none;
  position: relative;
}

.footerLinks li {
  margin-bottom: 10px;
}

.footerLinks a {
  color: var(--secondary);
  text-decoration: none;
  display: inline-block;
  /* ADD THIS */
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.footerLinks li a:hover {
  /* color: var(--secondary); */
  transform: translateY(-2px) !important;
}

.storeBtn {
  width: 130px;
  cursor: pointer;
}

.footerStoreLink {
  transition: transform 0.3s ease;
  display: inline-block;
}

.footerStoreLink:hover {
  transform: translateY(-2px);
}

.footerStoreIcon {
  width: 135px;
  height: 40px;
  object-fit: contain;
  display: block;
  filter: brightness(0);
  transition: filter 0.3s var(--ease-smooth);
}

.appsStoreIcon {
  width: 200px;
  height: 59px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.footerStoreLink:hover .footerStoreIcon {
  filter: brightness(0) invert(1);
}

.form-control {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 10px;
  min-height: 60px;
  color: var(--secondary) !important;
}

.socialIcons a {
  width: 35px;
  height: 35px;
  border: 1px solid #6d61c9;
  border-radius: 50%;
  color: var(--secondary);
  position: relative;
}

.socialIcons img {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 9px;
  top: 10px;
}

.footerSocialLinks a {
  transition: transform 0.3s var(--ease-smooth);
  position: relative;
}

.footerSocialLinks li span:first-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s var(--ease-smooth);
}

.footerSocialLinks a:hover span:first-child {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  transform: scale(1.05);
}

.footerSocialLinks a:hover .footerImgs {
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(1637%) hue-rotate(233deg) brightness(87%) contrast(100%);
}

.footerSocialLinks a:hover {
  transform: translateY(-2px) !important;
}

.footerCard {
  background: var(--secondary);
  padding: 15px 15px;
  border-radius: 25px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease;
}

.footerLine h5 {
  letter-spacing: 0.5px;
  gap: 10px;
  position: relative;
}

.footerLine h5::before {
  content: "";
  width: 6px;
  height: 28px;
  background-color: var(--secondary);
  border-radius: 4px;
}

.contactInformationsSection {
  background-image: url(../public/customer-stories-bg.svg);
  background-repeat: repeat;
  position: relative;
}

.contactInside {
  padding-bottom: 40px;
}

.contactTitle {
  color: rgba(50, 35, 111, 1);
}

.contactIconImg {
  width: 70px;
  height: 70px;
}

.contactFormCard {
  background: var(--secondary);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  height: 533px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(50, 35, 111, 0.08);
  transition: all 0.5s ease;
}

/* Glow border and subtle bg shift when active */
.contactFormCard.stateActive {
  background: linear-gradient(135deg, #ffffff 0%, #f9f8ff 100%);
  box-shadow: 0 0 40px rgba(106, 73, 242, 0.12);
  border: 1px solid rgba(106, 73, 242, 0.1);
}

/* Premium Background Layer for Success/Error Cards */
.cardBgAnimation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
  /* Slow, graceful fade-in */
  pointer-events: none;
}

/* Activate animation when the container has the stateActive class */
#demoStateContainer.stateActive .cardBgAnimation {
  opacity: 1;
}

.meshGradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(at 0% 0%, rgba(106, 73, 242, 0.25) 0px, transparent 60%),
    radial-gradient(at 100% 0%, rgba(76, 175, 80, 0.2) 0px, transparent 60%),
    radial-gradient(
      at 100% 100%,
      rgba(106, 73, 242, 0.25) 0px,
      transparent 60%
    ),
    radial-gradient(at 0% 100%, rgba(76, 175, 80, 0.2) 0px, transparent 60%);
  filter: blur(50px);
  animation: meshShift 15s ease infinite alternate;
}

@keyframes meshShift {
  0% {
    transform: scale(1) translate(0, 0);
  }

  100% {
    transform: scale(1.1) translate(-2%, -2%);
  }
}

.floatingOrbs span {
  position: absolute;
  width: 25px;
  /* Bigger orbs */
  height: 25px;
  background: rgba(106, 73, 242, 0.2);
  /* More visible orbs */
  border-radius: 50%;
  filter: blur(8px);
  animation: drift 10s linear infinite;
}

@keyframes drift {
  from {
    transform: translateY(100%) translateX(0);
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  to {
    transform: translateY(-100%) translateX(50px);
    opacity: 0;
  }
}

/* Specific Pulse for Success Icon */
.successIconWrap {
  position: relative;
  display: inline-block;
}

.successIconWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(76, 175, 80, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulseGlow 2s ease-out infinite;
  z-index: -1;
}

@keyframes pulseGlow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.contactInput {
  background-color: rgba(246, 244, 254, 1) !important;
  border: 1px solid rgba(226, 220, 255, 1) !important;
  color: rgb(14, 14, 16) !important;
  border-radius: 8px;
  padding: 12px 16px;
  border: none !important;
}

.contactInput:focus {
  border: 1px solid rgba(50, 35, 111, 1) !important;
  box-shadow: none !important;
  outline: none !important;
}

.contactTextarea {
  height: 89%;
  margin-top: 5px;
  padding-top: 22px !important;
}

.contactSubmitBtn {
  background: rgba(106, 73, 242, 1) !important;
  color: #fff !important;
  border-radius: 8px;
  width: 805px !important;
  height: 48px !important;
  letter-spacing: 1px;
  padding: 10px 40px;
  outline: none !important;
  border: none !important;
  transition: all 0.3s ease;
}

.contactSubmitBtn:hover {
  background: rgba(86, 53, 222, 1) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(106, 73, 242, 0.3);
}

.contactSubmitBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Contact State Animations */
.stateTransition {
  animation: fadeInScale 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.successIconWrap svg,
.errorIconWrap svg {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
  animation: iconPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

@keyframes iconPop {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* Spinner for loading state */
.btnSpinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  display: none;
}

.contactSubmitBtn.loading .btnSpinner {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.contactInput::placeholder {
  color: rgba(108, 117, 125, 1) !important;
  font-family: PlusJakartaSans-Regular;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.contactInput:focus::placeholder {
  opacity: 0;
}

.footerLogoImg {
  position: relative;
}

.aiFeaturesImg {
  width: 637px;
  height: 665px;
}

.navbar-nav .nav-link,
.purpleBtn,
.storeCard,
.featureCard,
.footerCard,
.whyChooseSection .whyChooseBox,
.modernWorkforcesContent {
  transition:
    transform 0.35s var(--ease-smooth),
    box-shadow 0.35s var(--ease-smooth),
    border-color 0.35s var(--ease-smooth),
    background-color 0.35s var(--ease-smooth),
    color 0.35s var(--ease-smooth);
}

.successCard {
  text-align: center;
  padding: 40px 20px;
}

.successIconWrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(226, 220, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.successTextTitle {
  color: rgba(50, 35, 111, 1);
}

.successTextMuted {
  color: #6c757d;
}

.successBackBtn {
  border: 2px solid rgba(50, 35, 111, 1) !important;
  color: rgba(50, 35, 111, 1) !important;
  background: transparent !important;
  border-radius: 8px;
  padding: 10px 28px;
  text-decoration: none;
}

.successRequestBtn {
  background: rgba(50, 35, 111, 1) !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 28px;
  border: none !important;
}

.errorMsg {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.submitSpinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

.hover-scale {
  transition: transform 0.3s var(--ease-smooth) !important;
}

.hover-scale:hover {
  transform: translateY(-2px) scale(1.05) !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
