@charset "UTF-8";
/*
html {
  font-synthesis: none;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*/
html {
  font-synthesis: none;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility; /* The new addition */
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Inter Variable";
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
/*
body {
  background-color: $white;
  color: $grey;
  font-family: "Inter Variable", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: $regular_weight;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
*/
body {
  background-color: #ffffff;
  color: #5e6373;
  font-family: "Inter Variable", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 450; /* Excellent choice for variable fonts */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 0 20px;
}

h2 {
  font-size: 46px;
  line-height: 58px;
  font-weight: 600;
  color: #110302;
  margin: 0 0 15px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

h4 {
  font-size: 20px;
  color: #110302;
  font-weight: 500;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
  color: #5e6373;
  font-weight: 450;
  line-height: 28px;
  margin: 0 0 20px;
}

ul {
  list-style: none;
}
ul li {
  font-weight: 450;
}

p:last-child {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: #5d2bff;
}
a:hover {
  color: #05164d;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}

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

section {
  position: relative;
}

.strong,
strong {
  font-weight: bold;
}

.bg-light {
  background: #faf8fe;
}

.bg-blue {
  background: #5d2bff;
}
.bg-blue .top-section {
  text-align: center;
}
.bg-blue .top-section h6 {
  color: #5d2bff;
}
.bg-blue .top-section h6 .bg-purple {
  background: #ffffff;
}
.bg-blue .top-section h2,
.bg-blue .top-section p {
  color: #ffffff;
}
.bg-blue .top-section a {
  color: #ffffff;
  text-decoration: underline;
}
.bg-blue .top-section a:hover {
  text-decoration: none;
}

.dis-flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

.item-end {
  align-items: flex-end;
}

.justify-sb {
  justify-content: space-between;
}

.block {
  display: block;
}

.flex-2 {
  flex-basis: 50%;
}
.flex-2:first-child {
  padding-right: 20px;
}

.flex-3 {
  flex-basis: 33.33%;
}

.flex-4 {
  flex-basis: 25%;
}

.flex-5 {
  flex-basis: 20%;
}

.padding-t-120 {
  padding-top: 120px;
}

.padding-b-120 {
  padding-bottom: 120px;
}

.padding-t-100 {
  padding-top: 100px;
}

.padding-b-100 {
  padding-bottom: 100px;
}

.padding-t-80 {
  padding-top: 80px;
}

.padding-b-80 {
  padding-bottom: 80px;
}

.padding-t-70 {
  padding-top: 70px;
}

.padding-b-70 {
  padding-bottom: 70px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.margin-t-120 {
  margin-top: 120px;
}

.margin-b-120 {
  margin-bottom: 120px;
}

.margin-t-100 {
  padding-top: 100px;
}

.margin-b-100 {
  padding-bottom: 100px;
}

.margin-t-80 {
  margin-top: 80px;
}

.margin-t-70 {
  margin-top: 70px;
}

.margin-b-70 {
  margin-bottom: 70px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

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

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

.top-section {
  max-width: 100%;
  margin: auto;
  padding: 0 0 100px;
  text-align: center;
}
.top-section h6 {
  color: rgba(98, 77, 227, 0.76);
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}
.top-section h6 .bg-purple {
  padding: 3px 10px;
  background: #d3ccfd;
}
.top-section p {
  font-weight: 450;
  line-height: 28px;
  font-size: 18px;
}
.top-section a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.top-section a:hover {
  text-decoration: underline;
}

.button-common {
  width: 100%;
  text-align: center;
}
.button-common .cmn-democta {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: baseline;
}
.button-common .cmn-democta .ctbtn {
  padding: 15px 30px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  min-width: 213px;
  background: #5d2bff;
  border-color: 1px solid #5d2bff;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
}
.button-common .cmn-democta .ctbtn.bgtrans {
  border: none;
  min-width: initial;
  padding: 0;
  color: #4231ac;
  text-decoration: none;
  background: transparent;
  text-decoration: underline;
}
.button-common .cmn-democta .ctbtn.bgtrans:hover {
  background: transparent;
  color: #05164d;
}
.button-common .cmn-democta .ctbtn:hover {
  background: #05164d;
  border-color: #05164d;
  color: #ffffff;
}
.button-common .cmn-democta .nccr {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  margin: 10px 0 0;
  color: #05164d;
  opacity: 0.9;
  display: block;
  text-align: center;
}
.button-common .devide {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  color: rgba(68, 97, 215, 0.5);
  font-size: 12px;
}
.button-common .devide:before {
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background: rgba(68, 97, 215, 0.5);
  top: -15px;
  left: 19px;
}
.button-common .devide:after {
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(68, 97, 215, 0.5);
  position: absolute;
  bottom: -15px;
  left: 19px;
}
.button-common.white-btn .cmn-democta .ctbtn {
  color: #5d2bff;
  background: #ffffff;
}
.button-common.white-btn .cmn-democta .ctbtn.bgtrans {
  color: #ffffff;
  background: transparent;
}
.button-common.white-btn .cmn-democta .ctbtn.bgtrans:hover {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
.button-common.white-btn .cmn-democta .ctbtn:hover {
  background: #05164d;
  border-color: #05164d;
  color: #ffffff;
}
.button-common.white-btn .cmn-democta .devide {
  color: #ffffff;
  opacity: 0.5;
}
.button-common.white-btn .cmn-democta .devide:before {
  background: #ffffff;
  opacity: 0.5;
}
.button-common.white-btn .cmn-democta .devide:after {
  background: #ffffff;
  opacity: 0.5;
}

.is-arrow {
  display: block;
  text-decoration: underline;
  color: #5d2bff;
  text-align: left;
  margin: 40px 0 0;
  font-weight: 500;
}
.is-arrow:after {
  content: "";
  background: url(../menu-images/view-arrow.svg) no-repeat center;
  width: 11px;
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.is-arrow:hover {
  text-decoration: none;
  color: #5d2bff;
}
.is-arrow:hover:after {
  margin-left: 15px;
}

.input-field {
  color: #ffffff;
}

::placeholder {
  color: #9b9b9b;
  font-family: "Inter Variable", sans-serif;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:-webkit-any-link {
  color: #5d2bff;
  cursor: pointer;
}
:-webkit-any-link:hover {
  color: #110302;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::placeholder {
  color: #9b9b9b;
  font-family: "Inter Variable", sans-serif;
  text-transform: capitalize;
}

input,
textarea {
  font-family: "Inter Variable", sans-serif;
}

.common-flg {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  display: none;
}
.common-flg .flag-badge {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 6px 16px;
  box-shadow: 0px 2.36px 25.99px 0px rgba(4, 26, 51, 0.09);
  width: fit-content;
  max-width: 100%;
  gap: 8px;
}
.common-flg .flag-badge p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.common-flg.align-center {
  text-align: center;
  width: 100%;
  display: flex;
  display: none;
  justify-content: center;
}

.locate-ind .common-flg {
  display: flex;
}
.locate-ind .common-flg.align-center {
  display: flex;
}

@media (max-width: 1440px) {
  h1 {
    font-size: 65px;
    line-height: 91px;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
  h2 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 600;
    color: #110302;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
  }
  h4 {
    font-size: 20px;
    color: #110302;
    font-weight: 500;
  }
}
@media (max-width: 1366px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  h1 {
    font-size: 65px;
    line-height: 85px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 53px;
    line-height: 70px;
  }
  h2 {
    font-size: 37px;
    line-height: 45px;
  }
}
@media (max-width: 979px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 22px;
  }
  br {
    display: none;
  }
  .flex-2 {
    flex-basis: 100%;
  }
  .flex-2:first-child {
    padding-right: 0;
  }
  .flex-3 {
    flex-basis: 50%;
  }
  .flex-4 {
    flex-basis: 50%;
  }
  .flex-5 {
    flex-basis: 33.33%;
  }
  .padding-t-120,
  .padding-t-100,
  .padding-t-80 {
    padding-top: 70px;
  }
  .padding-b-120,
  .padding-b-100,
  .padding-t-80 {
    padding-bottom: 70px;
  }
  .padding-t-70 {
    padding-top: 50px;
  }
  .padding-b-70 {
    padding-bottom: 50px;
  }
  .padding-t-50 {
    padding-top: 30px;
  }
  .padding-b-50 {
    padding-bottom: 40px;
  }
  .margin-t-120,
  .margin-t-100,
  .margin-t-80 {
    margin-top: 70px;
  }
  .margin-t-70 {
    margin-top: 50px;
  }
  .margin-t-50 {
    margin-top: 40px;
  }
  .margin-b-120,
  .margin-b-100,
  .margin-b-80 .margin-b-70 {
    margin-bottom: 70px;
  }
  .margin-b-70 {
    margin-bottom: 50px;
  }
  .margin-b-50 {
    margin-bottom: 40px;
  }
  .margin-t-40 {
    margin-top: 30px;
  }
  .top-section {
    padding: 0 0 60px;
  }
  .common-flg {
    justify-content: center;
    text-align: center;
    display: flex;
  }
  .common-flg .flag-badge {
    padding: 4px 13px;
  }
  .common-flg .flag-badge p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-family: "Inter Variable", sans-serif; /* Keeps your crisp anti-aliased font */
    line-height: 24px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  ::placeholder,
  input,
  textarea {
    font-family: "Inter Variable", sans-serif;
  }
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h2 {
    font-size: 25px;
    line-height: 33px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .flex-3 {
    flex-basis: 100%;
  }
  .flex-4 {
    flex-basis: 100%;
  }
  .flex-5 {
    flex-basis: 100%;
  }
  .padding-t-120,
  .padding-t-100,
  .padding-t-80 {
    padding-top: 60px;
  }
  .padding-b-120,
  .padding-b-100,
  .padding-t-80 {
    padding-bottom: 60px;
  }
  .margin-b-120,
  .margin-b-100,
  .margin-b-80 .margin-b-70 {
    margin-bottom: 60px;
  }
  .margin-t-120,
  .margin-t-100,
  .margin-t-80 {
    margin-top: 60px;
  }
  .top-section {
    padding: 0 0 50px;
  }
  .top-section h6 {
    font-size: 15px;
  }
  .top-section h6 .bg-purple {
    font-weight: 600;
  }
  .top-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .button-common .cmn-democta {
    justify-content: center;
  }
  .button-common .cmn-democta .ctbtn {
    padding: 12px 15px;
    min-width: 140px;
    font-size: 14px;
  }
  .button-common .cmn-democta .ctbtn.bgtrans {
    min-width: initial;
    padding: 0;
  }
  .button-common .devide {
    padding: 0 8px;
    font-size: 11px;
  }
}
.header-two {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 99;
  background: #4231ac;
  transition: all 0.3s ease-in-out;
}
.header-two .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: static;
}
.header-two .header-item-left {
  display: flex;
  flex-basis: 25%;
  align-items: center;
}
.header-two .header-item-left .large {
  transition: all 0.7s ease-in-out;
}
.header-two .header-item-left .large img {
  max-width: 220px;
}
.header-two .header-item-left .large .light {
  display: block;
}
.header-two .header-item-left .large .dark {
  display: none;
}
.header-two .header-item-left .small {
  opacity: 0;
  display: grid;
  background: #ececec;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: 0px;
  transition: all 0.7s ease-in-out;
}
.header-two .header-item-right {
  flex-basis: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-two .header-item-right .menu ul {
  padding: 0;
  margin: 0;
}
.header-two .header-item-right .menu ul li {
  display: inline-block;
  transition: color 0.3s ease;
}
.header-two .header-item-right .menu ul li.menu-item-has-children a {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px 30px;
  border: none;
  outline: none;
  color: #fff;
  transition: color 0.3s ease;
}
.header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 13px;
  height: 12px;
  background: url(../header-images/angle-white.svg) center center no-repeat;
  background-size: 100%;
  transition: all 0.2s ease;
}
.header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:hover:before {
  transform: rotate(180deg);
}
.header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link.price:before {
  display: none;
}
.header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
  content: "";
  background: #5D2BFF;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 1;
  z-index: 9;
}
.header-two .header-item-right .menu ul li .menu-mega {
  position: absolute;
  left: -30%;
  width: 160%;
  height: auto;
  margin-top: 0;
  top: 135%;
  padding: 0;
  z-index: 1;
  border-top: 1px solid #dedede;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: none;
  background: #fff;
}
.header-two .header-item-right .menu ul li .menu-mega.bg-purple:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #fbfaff;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu {
  left: 42%;
  width: 360px;
  padding: 25px;
  border-radius: 15px;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
  width: 290px;
  left: 53%;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu a {
  padding: 15px 15px 15px 55px;
  position: relative;
  display: flex;
  color: #05164d;
  margin: 0;
  align-items: center;
  border-radius: 10px;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
  display: none;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
  margin: 0;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
  background: #f1efff;
}
.header-two .header-item-right .menu ul li .menu-mega .dis-flex {
  align-items: flex-start;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
  width: 100%;
  min-height: 510px;
  height: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
  flex-basis: 25%;
  border-right: 1px solid #e6e6e6;
  padding: 15px 25px 15px 0;
  min-height: 510px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav {
  padding: 0;
  margin: 0;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li {
  width: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
  display: block;
  padding: 15px 35px 15px 15px;
  color: #110302;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
  content: "";
  background: url(../header-images/arrow.svg) no-repeat center;
  position: absolute;
  top: 17px;
  right: 15px;
  width: 14px;
  height: 19px;
  background-size: 100%;
  opacity: 0;
  left: auto;
  bottom: auto;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.no-link a {
  cursor: default;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a {
  background: #f1efff;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a:after {
  opacity: 1;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
  flex-basis: 75%;
  padding: 0 20px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.flex-full {
  flex-basis: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
  width: 100%;
  display: none;
  height: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.bg-purple:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #fbfaff;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
  width: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
  width: 66%;
  position: relative;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column.width-full {
  width: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: -100px;
  height: 100%;
  width: 60%;
  z-index: 9;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  display: block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  position: relative;
  z-index: 99;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
  padding-left: 70px;
  position: relative;
  display: block;
  margin: 0;
  font-weight: 400 !important;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
  font-size: 16px;
  line-height: 22px;
  color: #110302;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
  padding: 15px 0 30px;
  width: 100%;
  position: relative;
  z-index: 99;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
  flex-basis: 50%;
  padding: 0 5px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-3 {
  flex-basis: 33.33%;
  padding: 0 5px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
  flex-basis: 25%;
  padding: 0 5px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
  color: #9f9f9f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0 10px;
  display: block;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
  opacity: 0;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
  width: calc(100% - 10px);
  margin: 0 0 10px -10px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 20px;
  color: #5d6579;
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: transparent;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .comsoon {
  background: #efeeee;
  color: #787777;
  padding: 5px 8px;
  font-size: 11px;
  line-height: initial;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -5px;
  cursor: default !important;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
  font-size: 15px;
  line-height: 22px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
  background: #f1efff;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
  display: none;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
  color: #5D2BFF;
  padding: 30px 0 0;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 20px 0 0;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
  content: "";
  background: url(../header-images/arrow.svg) no-repeat center;
  display: inline-block;
  position: relative;
  opacity: 1;
  width: 14px;
  height: 19px;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 10px;
  bottom: auto;
  transition: all 0.3s ease-in-out;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover {
  background-color: transparent;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover:after {
  margin-left: 15px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
  width: 32%;
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
  background: #fbfaff;
  z-index: 9;
  min-height: 510px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
  padding-left: 10px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
  padding-left: 55px;
  position: relative;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
  position: absolute;
  left: 10px;
  top: 15px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
  display: flex;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
  width: 68%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
  width: 98%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
  display: block;
  width: 30%;
  height: auto;
  width: 30%;
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
  background: #f8f9fa;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  width: 20%;
  background: rgb(248, 249, 250);
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
  padding-left: 7px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
  padding-left: 55px;
  position: relative;
  width: calc(100% - 7px);
  margin: 0 0 10px -10px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
  position: absolute;
  left: 10px;
  top: 15px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu {
  padding: 0;
  flex-basis: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column {
  width: 75%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column {
  border-top: 1px solid #e6e6e6;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2 {
  padding: 0 10px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 .bor-line, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2 .bor-line {
  border-right: 1px solid #e6e6e6;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 .tab-title, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2 .tab-title {
  padding-bottom: 0;
  border: 0;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3:last-child .bor-line, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2:last-child .bor-line {
  border: none;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column:first-child {
  border-top: 0;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a {
  padding: 3px 7px 3px 25px;
  border-radius: 5px;
  position: relative;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a:before {
  content: "";
  background: url(../header-images/menu-check.svg) no-repeat center;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 13px;
  height: 13px;
  background-size: 100%;
  vertical-align: middle;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a:hover {
  color: #05164d;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a:hover:before {
  background: url(../header-images/menu-active.svg) no-repeat center;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more {
  padding: 0;
  border: 0;
  color: rgba(0, 35, 75, 0.7);
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:after {
  background: url(../header-images/grey-ar.svg) no-repeat center;
  width: 11px;
  height: 8px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:before {
  display: none;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:hover {
  color: #5D2BFF;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:hover:after {
  background: url(../header-images/arrow.svg) no-repeat center;
  width: 11px;
  height: 8px;
  background-size: 100%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .tab-title a {
  padding-left: 7px;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .tab-title a:before {
  display: none;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu {
  width: 25%;
}
.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .flex-1 a {
  padding-left: 45px;
}
.header-two .header-item-right .menu ul li:hover .menu-mega {
  display: block;
}
.header-two .header-item-right .cta-wrap {
  display: inline-block;
}
.header-two .header-item-right .cta-wrap .login {
  padding: 0;
  margin-left: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-two .header-item-right .cta-wrap .login a {
  background: #fff;
  color: #110302;
  border-radius: 30px;
  padding: 15px 25px;
  line-height: 1;
  font-size: 16px;
  border: 1px solid #fff;
  font-weight: 500;
  cursor: pointer;
}
.header-two .header-item-right .cta-wrap .login a.bg-none {
  background: transparent;
  border-color: transparent;
  font-weight: 500;
  color: #fff;
  padding: 15px 10px;
}
.header-two .header-item-right .cta-wrap .login a.bg-none:hover {
  background: transparent;
  border-color: transparent;
  opacity: 0.8;
}
.header-two .header-item-right .cta-wrap .login a.for-free {
  height: initial;
  background: transparent;
  color: #fff;
  font-weight: 400;
}
.header-two .header-item-right .cta-wrap .login a.for-free:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 7px;
  vertical-align: middle;
  background: url(../header-images/menu-arrow.svg) no-repeat;
}
.header-two .header-item-right .cta-wrap .login a:hover {
  background: #051441;
  border-color: #051441;
  color: #fff;
}
.header-two .header-item-right .cta-wrap.large-reso {
  display: block;
}
.header-two .header-item-right .cta-wrap.small-reso {
  display: none;
}
.header-two.header-bg .header-item-left .large .light {
  display: none;
}
.header-two.header-bg .header-item-left .large .dark {
  display: block;
}
.header-two.header-bg .header-item-right {
  opacity: 0;
}
.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
  color: #110302;
}
.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a:before {
  background: url(../header-images/angle-icon.svg) no-repeat;
}
.header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
  border-color: rgba(5, 22, 77, 0.08);
}
.header-two.header-bg.sc-up {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.header-two.header-bg.sc-up .header-item-left {
  opacity: 1;
}
.header-two.header-bg.sc-up .header-item-right {
  opacity: 1;
}
.header-two.header-bg.sc-up .cta-wrap .login a {
  background: #5D2BFF;
  color: #fff;
  border: 1px solid #5D2BFF;
  font-weight: 500;
}
.header-two.header-bg.sc-up .cta-wrap .login a.bg-none {
  background: transparent;
  border-color: transparent;
  color: #110302;
}
.header-two.header-bg.sc-up .cta-wrap .login a.bg-none:hover {
  background: transparent;
  border-color: transparent;
  opacity: 0.8;
  color: #110302;
}
.header-two.header-bg.sc-up .cta-wrap .login a.for-free {
  border-color: #5D2BFF;
  color: #5D2BFF;
  background: transparent;
}
.header-two.header-bg.sc-up .cta-wrap .login a.for-free:after {
  background: url(../header-images/purple-arrow.svg) no-repeat;
}
.header-two.header-bg.sc-up .cta-wrap .login a.for-free:hover:after {
  background: url(../header-images/menu-arrow.svg) no-repeat;
}
.header-two.header-bg.sc-up .cta-wrap .login a:hover {
  background: #051441;
  border-color: #051441;
  color: #fff;
}
.header-two.header-bg.sc-down {
  background: transparent;
}
.header-two.header-bg.sc-down .small {
  opacity: 1;
}
.header-two.header-bg.sc-down .large {
  opacity: 0;
}
.header-two:hover {
  background: #fff !important;
  transition: all 0.5s ease 0s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.header-two:hover .header-item-left {
  opacity: 1;
}
.header-two:hover .header-item-left .large {
  opacity: 1;
}
.header-two:hover .header-item-left .large .light {
  display: none;
}
.header-two:hover .header-item-left .large .dark {
  display: block;
}
.header-two:hover .header-item-left .small {
  display: none;
}
.header-two:hover .header-item-right {
  opacity: 1;
}
.header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
  color: #110302;
}
.header-two:hover .header-item-right .menu ul li.menu-item-has-children a:before {
  background: url(../header-images/angle-icon.svg) no-repeat;
}
.header-two:hover .header-item-right .cta-wrap .login a {
  background: #5D2BFF;
  color: #fff;
  border: 1px solid #5D2BFF;
  font-weight: 500;
}
.header-two:hover .header-item-right .cta-wrap .login a.bg-none {
  background: transparent;
  border-color: transparent;
  color: #110302;
}
.header-two:hover .header-item-right .cta-wrap .login a.bg-none:hover {
  background: transparent;
  border-color: transparent;
  opacity: 0.8;
  color: #110302;
}
.header-two:hover .header-item-right .cta-wrap .login a.for-free {
  border-color: #5D2BFF;
  color: #5D2BFF;
  background: transparent;
}
.header-two:hover .header-item-right .cta-wrap .login a.for-free:after {
  background: url(../header-images/purple-arrow.svg) no-repeat;
}
.header-two:hover .header-item-right .cta-wrap .login a.for-free:hover:after {
  background: url(../header-images/menu-arrow.svg) no-repeat;
}
.header-two:hover .header-item-right .cta-wrap .login a:hover {
  background: #051441;
  border-color: #051441;
  color: #fff;
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a.no-link {
  cursor: default;
}

.header-two .header-item-right .menu ul li:last-child.menu-item-has-children a.mst-link:before {
  display: none !important;
}

.mega-menu-container .menu-column {
  flex: 1;
}

.menu-mega .mega-menu-container.more-gap {
  column-gap: 110px !important;
}

.menu-column .mob-also {
  border-bottom: 1px solid #e3e8ee;
  padding-bottom: 7px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}

.menu-column .mob-also i {
  font-size: 12px;
  display: none !important;
}

.menu-column .mob-also a {
  font-size: 16px !important;
  color: #020817 !important;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 !important;
}

.menu-column .mob-also a:hover {
  color: #5d2bff !important;
}

.ex-coltended-menu .mega-menu-container .menu-column.bigger-part {
  flex: 2 !important;
}

.tab-content.menu-column.bigger-part.active i {
  transform: rotate(180deg);
  transition: 0.4s;
}

.ex-coltended-menu .mega-menu-container .menu-column.bigger-part .menu-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.ex-coltended-menu .mega-menu-container .menu-column.bigger-part .menu-items-list li {
  width: 45% !important;
}

.bigger-part .mob-also i img {
  transition: 0.4s !important;
}

.bigger-part.active .mob-also i img {
  transform: rotate(0deg) !important;
  transition: 0.4s ease-in-out;
  display: flex;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  transition: transform 0.2s ease;
}

.menu-item i {
  display: block;
}

/* Container to center the card for view */
.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-card-box {
  display: flex;
  max-width: 330px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* White Icon Box */
.menu-card-box .card-inner-part {
  background-color: #f0f5ff;
  border-radius: 32px;
  padding: 28px;
  border: 1px solid rgba(120, 173, 237, 0.2392156863);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.menu-card-box .card-inner-part .icon-box {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.03);
}

.menu-card-box .card-inner-part .icon-box img {
  width: 24px;
  height: 24px;
  color: #3b63f8;
}

/* Typography */
.menu-card-box .content {
  display: flex;
  flex-direction: column;
  margin: 21px 0;
}

.menu-card-box .content.text-col {
  margin: 15px 0;
}

.menu-card-box h4 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

.menu-card-box p {
  margin: 0;
  line-height: 1.6;
}

/* Link Style */
.menu-card-box a i {
  display: flex;
}

.menu-card-box a img {
  width: 18px;
  height: 18px;
}

.menu-card-box a {
  display: flex;
  align-items: end;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #05164d;
  margin-top: 8px;
  transition: gap 0.2s ease;
  padding: 0 !important;
}

.menu-card-box a:hover {
  gap: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.4s;
  color: #5b29ff !important;
}

.menu-card-box .chevron-icon {
  width: 14px;
  height: 14px;
}

.menu-items-list li:hover {
  background-color: rgba(241, 245, 249, 0.5019607843);
}

.menu-items-list li {
  margin-bottom: 0.75rem;
  padding: 7px;
  border-radius: 8px;
}

.menu-items-list li a {
  display: flex;
}

.menu-items-list li:hover .icon-box {
  background-color: #5b29ff;
}

.menu-items-list li:hover svg {
  color: white;
}

.menu-items-list li:hover img {
  filter: invert(5);
}

.menu-items-list li a:hover .title {
  color: #5b29ff;
}

.product-card {
  max-width: 300px;
  padding: 1.5rem;
  background-color: rgba(245, 245, 245, 0.5098039216);
  border: 1px solid #eef0f2;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card a.register-button span {
  width: 100%;
  color: #000;
}

.product-card a.register-button {
  padding: 10px 20px !important;
  border: 1px solid #e3e8ee !important;
}

.product-card .chevron {
  text-align: right;
}

.product-card a.register-button i {
  transform: rotate(-90deg) !important;
  transition: transform 0.4s ease-in-out;
}

.product-card a.register-button:hover span img {
  transform: translateX(10px);
  transition: transform 0.4s ease-in-out;
}

/* Tag section */
.product-card .tag-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card .dot {
  width: 8px;
  height: 8px;
  background-color: #7000ff;
  /* Purple dot */
  border-radius: 50%;
}

.product-card .tag-text {
  color: #7000ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Typography */
.product-card .card-title {
  color: #1a1d23;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.product-card .card-description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Button Styling */
.product-card .register-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  color: #1f2937;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.product-card .register-button:hover {
  background-color: #f9fafb;
}

.product-card .chevron {
  color: #9ca3af;
  font-size: 24px;
  font-weight: 300;
}

.menu-item .icon-box {
  background: #f1f5f9;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 15px;
  margin-top: 1.75px;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}

/* Icon Sizing for Local SVGs */
.menu-item .icon-box img {
  width: 14px;
  height: 14px;
  filter: opacity(0.5);
  /* Matches the muted look in your image */
}

.text-box .title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #020817;
}

.text-col p {
  margin-bottom: 10px;
}

.heading-bld {
  font-weight: 600;
  color: #110302;
  margin-bottom: 10px;
}

.mega-menu-container {
  padding: 20px 0;
  width: 100%;
  display: flex;
  column-gap: 30px;
}

.menu-items-list {
  display: flex;
  flex-direction: column;
}

.menu-items-list li {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}

.text-box p {
  margin: 1.7px 0 0;
  font-size: 12.25px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

.tab-content span svg {
  transition: 0.4s;
}

.menu-items-list li a {
  padding: 0 !important;
}

.header-two .header-item-right .menu ul li .menu-mega.bg-purple:after {
  display: none;
}

.dis-flex.tab-menu {
  width: 100%;
  display: block;
}

.menu-column.tab-content.inner-menu.bigger-part .mob-also {
  width: 50%;
}

@media screen and (max-width: 1440px) {
  .text-box .title {
    font-size: 14px;
    line-height: 22px;
  }
  .text-box p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .text-box .title {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1139px) {
  .menu-card-box {
    display: none;
  }
  .header-two .header-item-left {
    flex-basis: 100% !important;
  }
  .dis-flex.tab-menu {
    width: 100%;
    display: block;
  }
  .menu-column .mob-also a {
    color: #05164d !important;
    font-size: 15px;
  }
  .menu-column .mob-also i {
    display: flex !important;
  }
  .mega-menu-container {
    display: block;
  }
  .tab-content i img {
    transition: 0.4s;
  }
  .tab-content.active i img {
    transform: rotate(180deg);
    transition: 0.4s;
  }
  .product-card {
    margin: 10px 0;
  }
  .header-two .header-item-right .menu ul .menu-mega .tab-content {
    display: none;
  }
  .header-two .header-item-right .menu ul .menu-mega.m-active .tab-content {
    display: block;
  }
  .tab-content.inner-menu .menu-items-list {
    display: none !important;
  }
  .menu-column.tab-content.inner-menu {
    padding-bottom: 0;
    border: none;
  }
  .menu-column.tab-content.inner-menu.active .menu-items-list {
    display: block !important;
  }
  .menu-column.tab-content {
    display: block;
    border-bottom: 1px solid #e3e8ee;
    padding-bottom: 20px;
  }
  .menu-column .mob-also {
    padding: 10px 0;
    margin: 0;
    border-bottom: none !important;
    width: 100%;
  }
  .mega-menu-container {
    padding: 0.5rem 0;
  }
  .tab-content.active .mob-also {
    border: none;
  }
  .menu-items-list .menu-item {
    margin-bottom: 5px !important;
    padding: 8px;
    margin-top: 0px !important;
    padding-left: 0;
  }
  .menu-column.tab-content.inner-menu.bigger-part .mob-also {
    width: 100%;
  }
  .text-box .title {
    font-size: 14px;
    line-height: 20px;
  }
  .text-box p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .icon-box {
    display: none;
  }
  .header-two .header-item-right .menu ul li {
    margin: 5px 0;
  }
  .menu-column .mob-also {
    border-bottom: none !important;
  }
  .menu-item .icon-box {
    display: none !important;
  }
  .ex-coltended-menu .mega-menu-container .menu-column.bigger-part .menu-items-list li {
    width: 100% !important;
  }
}
@media screen and (max-width: 1700px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 57%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 57%;
  }
}
@media screen and (max-width: 1580px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 44%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 60%;
  }
}
@media screen and (max-width: 1440px) {
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    font-size: 15px;
  }
  .header-two .header-item-right .menu ul li .menu-mega {
    width: 100%;
    left: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 44%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 61%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    min-height: 480px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
    min-height: 480px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
    font-size: 15px;
    padding: 13px 35px 13px 15px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
    font-size: 15px;
    line-height: 24px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
    font-size: 15px;
    line-height: 22px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
    padding: 15px 0 25px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
    font-size: 13px;
    margin: 8px 0 8px;
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    margin: 0 0 5px -10px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
    font-size: 13px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
    font-size: 14px;
    line-height: 22px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
    padding: 25px 0 0;
    margin: 15px 0 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
    min-height: 480px;
  }
  .header-two .text-col p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1380px) {
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    font-size: 14px;
    padding: 0 18px 30px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    min-height: 450px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
    padding: 15px 20px 15px 0;
    min-height: 450px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
    font-size: 14px;
    padding: 10px 25px 10px 10px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
    top: 14px;
    right: 10px;
    width: 11px;
    height: 14px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
    padding: 0 15px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
    min-height: 450px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
    font-size: 13px;
    line-height: 20px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
    padding: 10px 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
    font-size: 14px;
    line-height: 20px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
    padding: 15px 0 25px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
    padding: 0 3px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
    padding: 0 3px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
    font-size: 12px;
    margin: 8px 0 8px;
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    margin: 0 0 5px -8px;
    padding: 8px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
    font-size: 13px;
    line-height: 20px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
    padding: 15px 0 0;
    margin: 10px 0 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
    padding-left: 12px;
    min-height: 450px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
    padding-left: 45px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
    width: 25px;
    height: 25px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
    right: -50px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
    padding-left: 12px;
    min-height: initial;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
    min-height: auto;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
    right: -50px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
    padding-left: 8px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
    padding-left: 45px;
    width: calc(100% - 10px);
    margin: 0 0 5px -8px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
    width: 25px;
    height: 25px;
  }
  .header-two .header-item-right .cta-wrap .login a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1139px) {
  .header-two {
    position: fixed;
    top: 0;
    width: 100%;
    background: #4231ac;
    z-index: 99;
    padding: 20px 0;
  }
  .header-two .header-item-left {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .header-two .header-item-left .large {
    transition: all 0.7s ease-in-out;
  }
  .header-two .header-item-left .large img {
    max-width: 220px;
  }
  .header-two .header-item-left .small {
    display: none;
  }
  .header-two .header-item-right {
    flex-basis: 100%;
  }
  .header-two .header-item-right .menu {
    display: none;
  }
  .header-two .header-item-right .menu ul {
    margin: 0;
  }
  .header-two .header-item-right .menu ul li {
    margin: 20px 0 0;
    display: block;
  }
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    padding: 0;
    font-size: 15px;
    color: #fff;
  }
  .header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:before {
    display: none;
  }
  .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li:hover .menu-mega {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega {
    position: relative;
    display: none;
    background: 0 0;
    margin-top: 20px;
    padding-left: 0;
    border-top: 1px solid #dedede;
    box-shadow: 4px 4px 60px rgba(59, 85, 112, 0.25);
    display: none;
    background: #fff;
    left: 0;
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.bg-purple:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: auto;
    width: 100%;
    border-radius: 0;
    padding: 20px 10px !important;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: auto;
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
    padding: 15px 15px 15px 55px;
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
    border-radius: 10px;
    color: #000 !important;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .title {
    color: #262626;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
    background: #f1efff;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    width: 100%;
    min-height: initial;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
    flex-basis: 100%;
    padding: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
    min-height: initial;
    display: block !important;
    height: auto;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.bg-purple:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
    padding: 10px 25px 10px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
    padding: 10px 10px 10px 55px;
    margin: 0 0 0 -10px;
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
    font-size: 15px;
    line-height: 20px;
    color: #110302;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
    left: 8px;
    width: 35px;
    height: 35px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
    display: block;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
    padding: 20px 0;
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column:last-child {
    padding: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-service {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.hr-submenu {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-ind {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.m-active {
    display: block;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .hr-submenu {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .m-active {
    display: block;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
    flex-basis: 100%;
    padding: 0;
    margin: 0 0 25px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4.margin-0 {
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
    font-size: 13px;
    margin: 8px 0 8px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    width: calc(100% - 10px);
    margin: 0 0 5px -10px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #5d6579;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: transparent;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
    font-size: 14px;
    line-height: 20px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
    background: #f1efff;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
    padding: 20px 0 0;
    margin: 10px 0 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
    display: inline-block;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
    width: 100%;
    position: relative;
    padding-left: 0;
    border-left: none;
    background: #fff;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu.mob-hide {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title {
    padding: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
    padding: 8px;
    width: calc(100% - 10px);
    margin: 0 0 5px -10px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title .ser-arrow-btn {
    right: -15px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 {
    flex-basis: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
    padding-left: 55px;
    position: relative;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
    position: absolute;
    left: 10px;
    top: 15px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
    width: 100%;
    position: relative;
    padding-left: 0;
    border-left: none;
    background: #fff;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.mob-hide {
    display: none !important;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title {
    padding: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
    padding: 8px;
    width: calc(100% - 10px);
    margin: 0 0 5px -10px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title .ser-arrow-btn {
    right: -15px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu {
    padding: 10px 0;
    flex-basis: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column {
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column {
    border-top: none;
    padding: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2 {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 .bor-line, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2 .bor-line {
    border-right: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 .tab-title, .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-2 .tab-title {
    padding-bottom: 0;
    border: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a {
    padding: 3px 7px 3px 25px;
    border-radius: 5px;
    position: relative;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a:before {
    content: "";
    background: url(../header-images/menu-check.svg) no-repeat center;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 13px;
    height: 13px;
    background-size: 100%;
    vertical-align: middle;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a:hover {
    color: #05164d;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a:hover:before {
    background: url(../header-images/menu-active.svg) no-repeat center;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more {
    padding: 0;
    border: 0;
    color: rgba(0, 35, 75, 0.7);
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:after {
    background: url(../header-images/grey-ar.svg) no-repeat center;
    width: 11px;
    height: 8px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:before {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:hover {
    color: #5D2BFF;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column a.view-more:hover:after {
    background: url(../header-images/arrow.svg) no-repeat center;
    width: 11px;
    height: 8px;
    background-size: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .tab-title a {
    padding-left: 7px;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .tab-title a:before {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu {
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .flex-1 a {
    padding-left: 45px;
  }
  .header-two .header-item-right .menu ul li .menu-mega.m-active {
    display: block;
  }
  .header-two .header-item-right .mob-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    background: #4231ac;
    padding: 0 20px;
    display: none;
    overflow-y: auto;
    padding-bottom: 120px;
  }
  .header-two .header-item-right .mob-nav.active {
    display: block;
  }
  .header-two .header-item-right .cta-wrap .login {
    margin-left: 0;
  }
  .header-two .header-item-right .cta-wrap .login a {
    background: #fff;
    color: #110302;
    border-radius: 30px;
    padding: 15px 25px;
    line-height: 1;
    font-size: 14px !important;
    border: 1px solid #fff;
    font-weight: 500;
    cursor: pointer;
  }
  .header-two .header-item-right .cta-wrap .login a.bg-none {
    background: transparent;
    border-color: #fff;
    font-weight: 500;
    color: #fff;
    padding: 15px 25px;
  }
  .header-two .header-item-right .cta-wrap .login a.bg-none:hover {
    background: #051441;
    border-color: #051441;
    opacity: 1;
  }
  .header-two .header-item-right .cta-wrap .login a.for-free {
    height: initial;
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 400;
  }
  .header-two .header-item-right .cta-wrap .login a.for-free:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 7px;
    vertical-align: middle;
    background: url(../header-images/menu-arrow.svg) no-repeat;
  }
  .header-two .header-item-right .cta-wrap .login a:hover {
    background: #051441;
    border-color: #051441;
    color: #fff;
  }
  .header-two .header-item-right .cta-wrap.large-reso {
    display: none;
  }
  .header-two .header-item-right .cta-wrap.small-reso {
    display: block;
  }
  .header-two.header-bg .header-item-left .large .light {
    display: block;
  }
  .header-two.header-bg .header-item-left .large .dark {
    display: none;
  }
  .header-two.header-bg .header-item-right {
    opacity: 0;
  }
  .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
    color: #fff;
  }
  .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
    border-color: #fff;
  }
  .header-two.header-bg.sc-up {
    background: #4231ac !important;
  }
  .header-two.header-bg.sc-up .header-item-left {
    opacity: 1;
  }
  .header-two.header-bg.sc-up .header-item-right {
    opacity: 1;
  }
  .header-two.header-bg.sc-down {
    background: #4231ac !important;
  }
  .header-two.header-bg.sc-down .small {
    opacity: 0;
  }
  .header-two.header-bg.sc-down .large {
    opacity: 1;
  }
  .header-two:hover {
    background: #4231ac !important;
  }
  .header-two:hover .header-item-left {
    opacity: 1;
  }
  .header-two:hover .header-item-left .large {
    opacity: 1;
  }
  .header-two:hover .header-item-left .large .light {
    display: block;
  }
  .header-two:hover .header-item-left .large .dark {
    display: none;
  }
  .header-two:hover .header-item-left .small {
    display: none;
  }
  .header-two:hover .header-item-right {
    opacity: 1;
  }
  .header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
    color: #fff;
  }
  .header-two:hover .header-item-right .menu ul li.menu-item-has-children a:before {
    background: url(../header-images/angle-icon.svg) no-repeat;
  }
  .header-two:hover .header-item-right .cta-wrap .login {
    margin-left: 0;
  }
  .header-two:hover .header-item-right .cta-wrap .login a {
    background: #fff;
    color: #110302;
    border-radius: 30px;
    padding: 15px 25px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 500;
    cursor: pointer;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.bg-none {
    background: transparent;
    border-color: #fff;
    font-weight: 500;
    color: #fff;
    padding: 15px 25px;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.bg-none:hover {
    background: #051441;
    border-color: #051441;
    opacity: 1;
    color: #fff;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.for-free {
    height: initial;
    background: transparent;
    color: #fff;
    border-color: #fff;
    font-weight: 400;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.for-free:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 7px;
    vertical-align: middle;
    background: url(../header-images/menu-arrow.svg) no-repeat;
  }
  .header-two:hover .header-item-right .cta-wrap .login a:hover {
    background: #051441;
    border-color: #051441;
    color: #fff;
  }
  .header-two:hover .header-item-right .cta-wrap.large-reso {
    display: none;
  }
  .header-two:hover .header-item-right .cta-wrap.small-reso {
    display: block;
  }
  .header-two .bar1,
  .header-two .bar2,
  .header-two .bar3 {
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
  }
  .header-two .mback {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff !important;
    padding-left: 12px;
    position: relative;
    display: block;
    margin: 10px 0;
  }
  .header-two .mback::before {
    content: "";
    clear: both;
    display: block;
    background: url(../header-images/button-icons-sprite.png) -21px -47px no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0 auto;
    transform: rotate(-180deg);
  }
  .header-two .hamberger-menu {
    transition: all 0.3s ease-in-out;
    z-index: 999;
    height: 100%;
    padding: 0 5px;
    position: relative;
  }
  .header-two .open-close .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .header-two .open-close .bar2 {
    opacity: 0;
  }
  .header-two .open-close .bar3 {
    transform: rotate(45deg) translate(-5px, -3px);
  }
  .header-two .arrow-btn {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 24px;
    background: url(../header-images/mobile-btn.png) 40px -2px no-repeat;
    vertical-align: top;
    text-align: right;
    float: right;
  }
  .header-two .arrow-btn.rot {
    background-position: 31px -33px;
  }
  .header-two .ser-arrow-btn,
  .header-two .hr-arrow-btn,
  .header-two .tech-arrow-btn,
  .header-two .ind-arrow-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../header-images/arrow-mob.svg) no-repeat;
    background-size: 16px;
    z-index: 999;
    background-position: center center;
  }
  .header-two .ser-arrow-btn.rot,
  .header-two .hr-arrow-btn.rot,
  .header-two .tech-arrow-btn.rot,
  .header-two .ind-arrow-btn.rot {
    transform: rotate(90deg);
  }
}
@media (max-width: 479px) {
  .header-two .header-item-right .cta-wrap .login {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-two .header-item-right .cta-wrap .login a {
    width: 100%;
    text-align: center;
  }
}
.header-two .header-item-left .large .dark {
  display: block;
}

.header-two .header-item-left .large .light {
  display: none;
}

.header-two {
  background: #fff;
}

.header-two .header-item-right .menu ul li.menu-item-has-children a {
  color: #05164d;
}

.header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:before {
  background: url(../header-images/angle-icon.svg) no-repeat;
}

.header-two .header-item-right .cta-wrap .login a.bg-none,
.header-two:hover .header-item-right .cta-wrap .login a.bg-none:hover,
.header-two.shady .header-item-right .cta-wrap .login a.bg-none:hover {
  background: transparent;
  border-color: transparent;
  opacity: 0.8;
  color: #05164d;
}

.header-two .header-item-right .cta-wrap .login a {
  background: #5D2BFF;
  color: #fff;
  border: 1px solid #5D2BFF;
  font-weight: 500;
}

.header-two:hover .header-item-right .cta-wrap .login a, .header-two.shady .header-item-right .cta-wrap .login a {
  font-weight: 500;
}

.header-two .header-item-right .cta-wrap .login a.for-free {
  font-weight: 500;
}

.header-two .header-item-right .cta-wrap .login a.for-free:after {
  background: url(../header-images/purple-arrow.svg) no-repeat;
}

.header-two .header-item-right .cta-wrap .login a.for-free {
  border-color: #5D2BFF;
  color: #5D2BFF;
  background: transparent;
}

/*Menu Related SCSS ends here*/
@media screen and (max-width: 1139px) {
  .header-two {
    background: #4231ac;
  }
  .header-two .header-item-left .large .dark {
    display: none;
  }
  .header-two .header-item-left .large .light {
    display: block;
  }
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    color: #fff;
  }
  .header-two .header-item-right .cta-wrap .login {
    margin-left: 0;
  }
  .header-two .header-item-right .cta-wrap .login a {
    background: #fff;
    color: #05164d;
    border-radius: 30px;
    padding: 15px 25px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .header-two .header-item-right .cta-wrap .login a.bg-none {
    background: transparent;
    border-color: #fff;
    color: #fff;
    padding: 15px 25px;
  }
  .header-two .header-item-right .cta-wrap .login a.bg-none:hover {
    background: #051441;
    border-color: #051441;
    opacity: 1;
  }
  .header-two .header-item-right .cta-wrap .login a.for-free {
    height: initial;
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  .header-two .header-item-right .cta-wrap .login a.for-free:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 7px;
    vertical-align: middle;
    background: url(../header-images/menu-arrow.svg) no-repeat;
  }
  .header-two .header-item-right .cta-wrap .login a:hover {
    background: #051441;
    border-color: #051441;
    color: #fff;
  }
  .header-two .header-item-right .cta-wrap.large-reso {
    display: none;
  }
  .header-two .header-item-right .cta-wrap.small-reso {
    display: block;
  }
  .header-two:hover,
  .header-two.shady {
    background: #5D2BFF;
  }
  .header-two:hover .header-item-right .menu ul li.menu-item-has-children a:before,
  .header-two.shady .header-item-right .menu ul li.menu-item-has-children a:before {
    background: url(../header-images/angle-icon.svg) no-repeat;
  }
  .header-two:hover .header-item-right .cta-wrap .login,
  .header-two.shady .header-item-right .cta-wrap .login {
    margin-left: 0;
  }
  .header-two:hover .header-item-right .cta-wrap .login a,
  .header-two.shady .header-item-right .cta-wrap .login a {
    background: #fff;
    color: #05164d;
    border-radius: 30px;
    padding: 15px 25px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 600;
    cursor: pointer;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.bg-none,
  .header-two.shady .header-item-right .cta-wrap .login a.bg-none {
    background: transparent;
    border-color: #fff;
    font-weight: 500;
    color: #fff;
    padding: 15px 25px;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.bg-none:hover,
  .header-two.shady .header-item-right .cta-wrap .login a.bg-none:hover {
    background: #051441;
    border-color: #051441;
    opacity: 1;
    color: #fff;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.for-free,
  .header-two.shady .header-item-right .cta-wrap .login a.for-free {
    height: initial;
    background: transparent;
    color: #fff;
    border-color: #fff;
    font-weight: 400;
  }
  .header-two:hover .header-item-right .cta-wrap .login a.for-free:after,
  .header-two.shady .header-item-right .cta-wrap .login a.for-free:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 7px;
    vertical-align: middle;
    background: url(../header-images/menu-arrow.svg) no-repeat;
  }
  .header-two:hover .header-item-right .cta-wrap .login a:hover,
  .header-two.shady .header-item-right .cta-wrap .login a:hover {
    background: #051441;
    border-color: #051441;
    color: #fff;
  }
  .header-two:hover .header-item-right .cta-wrap.large-reso,
  .header-two.shady .header-item-right .cta-wrap.large-reso {
    display: none;
  }
  .header-two:hover .header-item-right .cta-wrap.small-reso,
  .header-two.shady .header-item-right .cta-wrap.small-reso {
    display: block;
  }
}
.banner-form {
  width: 100%;
}
.banner-form .popup-wrapper {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-form .popWrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-form .popup-content {
  background-color: #fefefe;
  padding: 40px 40px 30px;
  height: initial;
  width: 45%;
  position: relative;
}
.banner-form .popup-content .top-section {
  margin: 0 0 40px;
  padding: 0;
}
.banner-form .popup-content .top-section h2 {
  font-size: 32px;
  line-height: 39px;
}
.banner-form .popup-content .purple {
  color: #5D2BFF;
}
.banner-form .popup-content p {
  color: #737b7d;
  font-size: 18px;
  letter-spacing: 0;
}
.banner-form .popup-content .padd {
  font-size: 13px;
  margin: 0 0 5px;
  padding: 0 10px;
}
.banner-form .popup-content .padd .mcheck {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
}
.banner-form .popup-content .padd input[type=checkbox]:checked {
  background-color: #643bdf;
}
.banner-form .popup-content .padd p {
  font-size: 13px;
  padding-left: 25px;
  position: relative;
}
.banner-form .form-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-form .form-wrap .form-group {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}
.banner-form .form-wrap label {
  font-size: 14px;
  margin: 0 0 12px;
  display: block;
  color: #110302;
}
.banner-form .form-wrap .form-group-d {
  width: 48%;
  margin: 0;
}
.banner-form .form-wrap input {
  width: 100%;
  border: 1px solid #bae;
  border-radius: 5px;
  padding: 0 18px 0;
  height: 50px;
  color: #110302;
  font-size: 14px;
  font-family: "Inter Variable";
  font-weight: 500;
}
.banner-form .form-wrap input#cont_phpne {
  padding: 18px 18px 18px 85px;
}
.banner-form .btn {
  border: 0;
  min-width: 210px;
  background: #643bdf;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0 8px;
  color: #fff;
  height: 52px;
  display: block;
  cursor: pointer;
  border-radius: 30px;
}
.banner-form .btn:hover {
  background: #333333;
}
.banner-form .btn:focus {
  background: #333333;
}
.banner-form .phone-wrap {
  position: relative;
}
.banner-form .phone-wrap .field {
  width: 65px;
  height: auto;
  font-size: 13px;
  left: 15px;
  position: absolute;
  color: #737b7d;
  z-index: 99;
  border: 0;
  background: none;
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: top 7px right 16px;
  top: 20px;
  font-family: "Inter Variable";
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
.banner-form .phone-wrap .field option {
  min-width: 500px;
  border-radius: 0;
  padding: 5px;
  background-color: #ffffff;
  line-height: 25px;
}
.banner-form .phone-wrap input#cont_phpne {
  padding: 3px 15px 0 90px;
}
.banner-form .phone-wrap:before {
  content: "";
  height: 35px;
  width: 1px;
  position: absolute;
  top: 10px;
  left: 78px;
  background: #bab9b9;
}
.banner-form .form-wrap .width-full {
  width: 100%;
  text-align: left;
}
.banner-form textarea.input-field {
  width: 100%;
  border: 1px solid #bae;
  border-radius: 5px;
  padding: 18px;
  color: #110302;
  font-size: 14px;
  font-family: "Inter Variable";
  font-weight: 500;
  height: 117px;
  resize: none;
}

textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(55, 54, 88, 0.5);
}

.banner-form .form-group-d .form-group {
  width: 100%;
}

.form-group.ws-error input,
.select-box.ws-error {
  border-color: red;
}

.iti.ws-error input {
  border-color: red;
}

.form-group.ws-error .input-field {
  border-color: red;
}

.error,
.errors {
  width: 100%;
  display: block;
  margin: 8px 0 0;
  color: red;
  font-size: 13px;
  text-align: left;
}

.select-box .error {
  position: absolute;
  bottom: -25px;
  left: 0;
}

.error {
  color: Red;
}

.invalid + .error {
  display: block;
}

.invalid {
  border: 1px solid red !important;
}

.invalid.field {
  height: 30%;
}

.closeicon {
  background: url("../images/cross-black.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  float: right;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 17px;
  border-radius: 100%;
  cursor: pointer;
}
.closeicon:hover {
  opacity: 0.8;
}

.captForm {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
}
.captForm .form-group {
  display: flex;
}
.captForm .quizQ {
  background: url(../images/line-image.png) no-repeat top 8px left 15px;
  border: 1px dashed #bae;
  position: relative;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 4px;
  width: 210px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.captForm .quizQ #j-quiz {
  width: 70%;
  display: block;
  text-align: center;
  word-spacing: 8px;
  color: #4a4c55;
}
.captForm .quizQ .refreshbtn {
  background: url(../images/refresh-button.png) no-repeat;
  width: 24px;
  height: 20px;
  margin-right: 14px;
  position: absolute;
  top: 16px;
  right: 0;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.captForm .quizQ .refreshbtn:active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  opacity: 0.8;
}
.captForm .quizQ:after {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  background: #bab9b9;
  top: 10px;
  right: 52px;
  margin: 0 auto;
}
.captForm .quizAns {
  width: 70px;
  margin-left: 50px;
  position: relative;
}
.captForm .quizAns input {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #000;
  font-family: "Inter Variable";
}
.captForm .quizAns ::-webkit-input-placeholder {
  color: #000;
}
.captForm .quizAns:before {
  content: "=";
  position: absolute;
  font-size: 20px;
  top: 14px;
  left: -59px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.captForm input {
  position: relative;
  z-index: 99999;
  text-align: center;
}

#captchaerror {
  width: 100px;
}

.banner-form .hold-on {
  background: #efefef;
  color: #000;
}

.banner-form .hold-on:hover {
  cursor: wait;
  background: #efefef;
  color: #000;
}

.banner-form .justify {
  justify-content: end;
}

.captForm input::-webkit-input-placeholder {
  color: #737b7d;
}

.captForm ::-moz-placeholder {
  color: #737b7d;
}

.form-group #team-size::-moz-placeholder {
  color: #737b7d;
}

.form-group #team-size {
  width: 100%;
  position: relative;
  border: 1px solid #bbaaee;
  border-radius: 3px;
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding: 0 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  color: #737b7d;
  font-size: 13px;
  font-family: "Inter Variable";
  background-color: #fff;
}

.ws-error #team-size {
  border-color: red;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

.requestform .form-group label {
  z-index: 9999 !important;
}

input::-webkit-input-placeholder {
  color: rgba(55, 54, 88, 0.5) !important;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: rgba(55, 54, 88, 0.5);
}

.select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border: 1px solid #bae;
  border-radius: 5px;
  padding: 16px 18px;
  height: 50px;
  color: #110302;
  font-size: 14px;
  font-family: "Inter Variable";
}
.select-box.active a {
  opacity: 1;
}
.select-box .select-first {
  opacity: 0.4;
  text-decoration: none;
  color: #110302;
  text-transform: capitalize;
}
.select-box .arrow-btn {
  position: relative;
}
.select-box .arrow-btn::after {
  content: "";
  clear: both;
  display: block;
  background: url(../images/angle-down.png) no-repeat right center;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 6px;
  right: 0;
}
.select-box .arrow-btn.rotate::after {
  transform: rotate(180deg);
}
.select-box.input-field.verror {
  border-color: #e74c3c;
}
.select-box small {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.select-list {
  position: relative;
}
.select-list ul {
  list-style-type: none;
  background: #ffffff;
  box-shadow: 0px 13px 25px rgba(103, 84, 226, 0.2);
  border-radius: 0px 0px 0px 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: none;
  margin: 0;
  padding: 0;
  height: 200px;
  overflow-y: scroll;
}
.select-list ul li {
  padding: 7px 18px;
  color: #373658;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-family: "Inter Variable";
}
.select-list ul li:hover, .select-list ul li.active {
  background-color: #8e6afa;
  color: #fff;
  opacity: 1;
  font-weight: 500;
}
.select-list ul.open-close {
  display: block;
}
.select-list ul em {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px #FFFFFF solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}
.select-list ul em:hover ~ .info {
  opacity: 1;
  visibility: visible;
}

.note {
  display: block;
  font-size: 10px;
  color: #110302;
  font-weight: 500;
}

.form-group .user-input {
  position: relative;
}

.form-group .user-input .pcode-prefix {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
  width: 100px;
  background: none;
  padding-left: 45px;
  color: #fff;
  color: #000;
  z-index: 9;
}

.iti__arrow,
.iti__arrow--up {
  margin-left: 45px;
}

.iti__flag-container {
  height: 50px;
}

.iti__selected-flag {
  width: 105px !important;
}

.banner-form .form-wrap input#cont_phpne {
  padding: 18px 18px 18px 85px;
  padding-left: 115px;
  position: absolute;
  top: 0;
}

li.iti__country {
  z-index: 9999;
}

.flg-container {
  z-index: -9;
  pointer-events: none;
}

#phone-error {
  position: absolute;
  bottom: -74px;
}

.ws-error input#cont_phpne {
  border-color: red;
}

/*Form section END*/
/*Feature Form Start From Here*/
.feature-form .popup-content {
  width: 50%;
}
.feature-form .form-wrap .form-group {
  width: 33.33%;
}
.feature-form .form-wrap .width-full {
  width: 100%;
  position: relative;
}
.feature-form .form-wrap textarea.input-field {
  height: 50px;
  border: 0;
  padding: 0;
}
.feature-form .form-wrap .captForm {
  margin: 28px 0 0;
}
.feature-form .form-wrap .captForm .quizQ {
  width: 148px;
  background: url(../images/line-image2.png) no-repeat top 8px left 15px;
  padding: 0 18px;
}
.feature-form .form-wrap .captForm .quizQ:after {
  display: none;
}
.feature-form .form-wrap .captForm .form-capt {
  display: flex;
}
.feature-form .form-wrap .captForm .quizAns {
  width: 58px;
  margin-left: 33px;
}
.feature-form .form-wrap .captForm .quizAns:before {
  left: -45px;
}
.feature-form .form-wrap .captForm .quizAns .error {
  text-align: center;
}
.feature-form .form-wrap .btn {
  margin: 28px 0 0;
}
.feature-form .form-wrap input#fcont_phpne {
  padding: 18px 18px 18px 115px;
  position: absolute;
  top: 0;
}
.feature-form .ws-error .user-textarea {
  border-color: red;
}
.feature-form .hold-on {
  background: #efefef;
  color: #000;
}
.feature-form .hold-on:hover {
  cursor: wait;
  background: #efefef;
  color: #000;
}

@media (max-width: 1600px) {
  .banner-form .popup-content .top-section h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 8px 0 10px;
  }
  .banner-form .popup-content {
    padding: 10px 30px 20px;
    width: 60%;
  }
  .banner-form .form-wrap label {
    margin: 0 0 5px;
    font-size: 13px;
  }
  .banner-form .form-wrap input {
    height: 45px;
  }
  .banner-form .form-wrap input {
    height: 50px;
  }
  .banner-form textarea.input-field {
    height: 90px;
  }
  .banner-form .form-wrap .form-group {
    margin: 0 0 12px;
  }
  .error, .errors {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .closeicon {
    background-size: 100%;
    top: 10px;
    width: 22px;
    height: 22px;
  }
  .banner-form .popup-content .top-section {
    margin: 0 0 20px;
  }
  .select-box .error {
    bottom: -20px;
  }
  .closeicon {
    top: 15px;
  }
  #phone-error {
    bottom: -68px;
  }
  .stickysec {
    bottom: 16%;
  }
  .feature-form .iti__flag-container {
    height: 50px;
  }
  #phoneno {
    bottom: -68px;
  }
}
@media (max-width: 1440px) {
  .captForm .quizQ #j-quiz {
    width: 65%;
  }
  .banner-form .popup-content .top-section {
    margin: 0 0 20px;
  }
  .banner-form .popup-content .top-section .linebrk {
    display: none;
  }
  .banner-form .form-wrap input {
    font-size: 13px;
    height: 40px;
    padding: 0 15px 0;
  }
  .select-list ul li {
    font-size: 13px;
  }
  .banner-form textarea.input-field {
    height: 90px;
    font-size: 13px;
    padding: 15px;
  }
  .select-box {
    height: 40px;
    padding: 11px 15px;
    font-size: 13px;
  }
  .captForm .quizQ {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .captForm .quizQ .refreshbtn {
    top: 13px;
    background-size: 100%;
    width: 20px;
  }
  .captForm .quizQ:after {
    height: 22px;
  }
  .captForm .quizAns:before {
    font-size: 19px;
    top: 10px;
  }
  .banner-form .btn {
    height: 40px;
    padding: 8px;
    font-size: 15px;
  }
  .captForm {
    margin: 0;
  }
  .stickysec {
    bottom: 18%;
  }
  .stickysec .searchBtn, .stickysec #myContacts.open {
    right: 20px;
  }
  .iti__flag-container {
    height: 40px;
  }
  #phone-error {
    bottom: -59px;
  }
  #phoneno {
    bottom: -59px;
  }
  .feature-form .iti__flag-container {
    height: 40px;
  }
  .feature-form .form-wrap .captForm {
    margin: 23px 0 0;
  }
  .feature-form .form-wrap .captForm .quizQ {
    width: 120px;
    background-size: 63px;
    background-position: 14px 6px;
  }
  .feature-form .form-wrap .btn {
    margin: 23px 0 0;
  }
  .feature-form .captForm .quizQ .refreshbtn {
    top: 11px;
  }
}
@media (max-width: 1380px) {
  .closeicon {
    top: 8px;
  }
  .banner-form .popup-content {
    overflow-y: scroll;
    height: 95%;
  }
}
@media (max-width: 1140px) {
  .feature-form .form-wrap .form-group {
    width: 50%;
  }
  .feature-form .form-wrap .width-full {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .banner-form .form-wrap label {
    font-size: 13px;
    margin: 0 0 6px;
  }
  .banner-form .form-wrap input {
    font-size: 13px;
    padding: 0 12px;
  }
  .banner-form textarea.input-field {
    padding: 12px;
    font-size: 13px;
  }
  .banner-form .popup-content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .banner-form .form-wrap .form-group {
    margin: 0 0 5px;
  }
  .banner-form .popup-content p {
    font-size: 16px;
  }
  .banner-form .btn {
    min-width: initial;
    padding: 0 35px;
    height: 45px;
    font-size: 16px;
  }
  .banner-form .captForm .form-group {
    width: 100%;
  }
  .banner-form .justify {
    justify-content: center;
  }
  .captForm .quizQ {
    background-size: 100px;
  }
  .banner-form .popup-content .top-section {
    margin: 0 0 15px;
  }
  .banner-form .form-wrap input, .form-group #team-size {
    height: 38px;
  }
  .banner-form .form-wrap .form-group {
    margin: 0 0 5px;
  }
  .banner-form .phone-wrap .field {
    top: 15px;
  }
  .banner-form .phone-wrap::before {
    top: 10px;
    height: 25px;
  }
  .captForm .quizQ {
    height: 38px;
    line-height: 38px;
  }
  .captForm .quizQ::after {
    top: 9px;
    height: 19px;
  }
  .captForm .quizQ .refreshbtn {
    top: 10px;
  }
  .banner-form .popup-content .top-section h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .banner-form .popup-wrapper {
    top: 0;
  }
  .select-box {
    height: 38px;
    padding: 10px 18px;
  }
  .banner-form textarea.input-field {
    height: 80px;
  }
  .banner-form .btn {
    margin: 10px 0;
  }
  .banner-form .form-wrap .form-group.width-full {
    margin: 20px 0 0;
  }
  .feature-form .form-wrap .form-group {
    margin: 0 0 10px;
  }
  .feature-form .form-wrap .form-group.width-full {
    margin: 0 0 10px;
  }
  .iti__flag-container {
    height: 38px;
  }
  .stickysec {
    bottom: 15%;
  }
  .feature-form .form-wrap .btn {
    margin: 20px auto 0;
  }
  .feature-form .iti__flag-container {
    height: 38px;
  }
}
@media (max-width: 479px) {
  .banner-form .form-wrap .form-group, .banner-form .form-wrap .form-group-d {
    width: 100%;
  }
  .captForm .quizQ {
    background-size: 70px;
  }
  #captchaerror {
    width: 85px;
  }
  .stickysec ul li.desk-cont {
    display: none;
  }
  .stickysec ul li .phone {
    pointer-events: auto;
  }
  .stickysec ul li.mob-cont {
    pointer-events: auto;
    display: block;
  }
  .stickysec ul li .icon1 {
    margin-top: 0;
  }
  .stickysec ul li {
    margin: 5px 0 0;
    padding: 0 10px;
  }
  .stickysec #myContacts {
    width: 200px;
    top: -95px;
  }
  input:focus {
    font-size: 16px !important;
  }
  .banner-form textarea.input-field:focus {
    font-size: 16px !important;
  }
  .banner-form .form-wrap .form-group.companygroup {
    margin: 48px 0 0;
  }
  #phone-error, #phoneno {
    bottom: -56px;
  }
  .banner-form .form-wrap .form-group.width-full {
    margin: 15px 0 0;
  }
}
/*Downlaod form start from here*/
.dwnload {
  padding: 90px 0;
  background: url(../images/down-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.dwnload .dis-flex {
  justify-content: space-between;
}
.dwnload .dis-flex .dwnleft {
  flex-basis: 65%;
}
.dwnload .dis-flex .dwnleft h2,
.dwnload .dis-flex .dwnleft p {
  color: #fff;
}
.dwnload .dis-flex .dwnright {
  flex-basis: 30%;
  text-align: right;
}
.dwnload .dis-flex .dwnright a {
  background: #ffffff;
  color: #4334a4;
  border-color: #fff;
}
.dwnload .dis-flex .dwnright a:hover {
  background: #051441;
  border-color: #051441;
  color: #fff;
}

.down-form .popup-content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(to left, #fff 65%, #643bdf 35%);
}
.down-form .popup-content .leftsc {
  background: #643bdf;
  flex-basis: 35%;
  padding: 60px 0 60px 28px;
  border-radius: 15px 0px 0px 15px;
}
.down-form .popup-content .leftsc .lftwrap {
  background: url(../images/blue-bg.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 30px 20px;
  min-height: 332px;
}
.down-form .popup-content .leftsc .lftwrap .ebook {
  display: inline-block;
  background: #00b7c9;
  color: #fff;
  padding: 3px 10px;
  font-size: 10px;
  width: auto;
  border-radius: 2px 0 0 2px;
  text-align: right;
  position: absolute;
  right: 0;
}
.down-form .popup-content .leftsc h3 {
  margin: 50px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.down-form .popup-content .leftsc p {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
}
.down-form .popup-content .leftsc .smllogo {
  margin: 45px 0 0;
  display: block;
}
.down-form .popup-content .rightsc {
  flex-basis: 65%;
  padding: 50px 60px 50px 40px;
  border-radius: 0 15px 15px 0;
}
.down-form .popup-content .rightsc .top-section {
  margin: 0;
  text-align: left;
}
.down-form .popup-content .rightsc .top-section h2 {
  text-transform: uppercase;
  color: #110302;
  margin: 0;
  font-size: 24px;
}
.down-form .popup-content .rightsc .top-section p {
  font-size: 16px;
}
.down-form .popup-content .rightsc .form-wrap {
  margin: 40px 0 0;
}
.down-form .popup-content .rightsc .form-wrap .form-group {
  width: 100%;
  padding: 0;
}
.down-form .popup-content .rightsc .form-wrap .form-group .btn {
  margin: 10px 0 0;
}

@media (max-width: 1440px) {
  .down-form .popup-content {
    width: 55%;
  }
  .down-form .popup-content .leftsc {
    padding: 40px 0 40px 28px;
  }
  .down-form .popup-content .rightsc {
    padding: 40px 50px 40px 40px;
  }
  .down-form .popup-content .rightsc .top-section h2 {
    font-size: 20px;
  }
  .down-form .popup-content .rightsc .top-section p {
    font-size: 14px;
  }
  .down-form .popup-content .rightsc .form-wrap {
    margin: 30px 0 0;
  }
}
/*Downlaod form End  here*/
.wsf-signup .popup-content {
  width: 1150px !important;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
}
.wsf-signup .popup-content.p-0 {
  padding: 0 !important;
}
.wsf-signup .popup-content:after {
  background: url(../images/shape-04.png) no-repeat;
  content: "";
  width: 670px;
  height: 250px;
  position: absolute;
  top: 0;
  background-size: 100%;
  left: 0;
}
.wsf-signup .popup-content .cross-icon {
  position: absolute;
  right: 22px;
  cursor: pointer;
  top: 12px;
}
.wsf-signup .popup-content .left-section {
  flex-basis: 52%;
  background: #4535a7;
  padding: 40px 40px 90px;
  position: relative;
}
.wsf-signup .popup-content .left-section .content {
  margin-top: 60px;
}
.wsf-signup .popup-content .left-section .content h2 {
  color: #FFFFFF;
  font-weight: 800;
  margin: 0 0 15px;
}
.wsf-signup .popup-content .left-section .content .lt-blue {
  color: #75e8f0;
}
.wsf-signup .popup-content .left-section .content p {
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 30px;
}
.wsf-signup .popup-content .left-section .content h3 {
  color: #FFFFFF !important;
  font-weight: 600;
}
.wsf-signup .popup-content .left-section .performer-box {
  background: rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 13px;
  display: flex;
  align-items: center;
  padding: 30px;
  margin: 45px 0 0;
  justify-content: space-between;
}
.wsf-signup .popup-content .left-section .performer-box .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wsf-signup .popup-content .left-section .performer-box .list-box ul li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 15px;
  color: #FFFFFF;
}
.wsf-signup .popup-content .left-section .performer-box .list-box ul li:before {
  background: url(../images/check-small.png) no-repeat;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}
.wsf-signup .popup-content .left-section .performer-box .list-box ul li:last-child {
  margin: 0;
}
.wsf-signup .popup-content .left-section .performer-box .second_box {
  margin-left: 10px;
}
.wsf-signup .popup-content .left-section .badges {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  position: relative;
  margin: 60px 0 0;
}
.wsf-signup .popup-content .left-section .badges .col {
  border: 1px solid rgba(255, 255, 255, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 13px;
  padding: 10px 17px 10px 12px;
  background: rgba(0, 0, 0, 0.11);
}
.wsf-signup .popup-content .left-section .badges .col .leftbar {
  width: 80%;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
  text-align: left;
}
.wsf-signup .popup-content .left-section .badges .col .leftbar i {
  background: url(../images/star-rating2.png) no-repeat;
  width: 67px;
  height: 11px;
  display: block;
  margin-top: 8px;
}
.wsf-signup .popup-content .left-section .badges .col .leftbar .icon1 {
  width: 67px;
  background: url(../images/star-rating.png) no-repeat;
}
.wsf-signup .popup-content .left-section .badges .col .leftbar .icon2 {
  background: url(../images/star-rating3.png) no-repeat;
}
.wsf-signup .popup-content .left-section .badges .col .leftbar .icon3 {
  background: url(../images/star-rating4.png) no-repeat;
}
.wsf-signup .popup-content .left-section .badges .col .leftbar .icon4 {
  width: 67px;
}
.wsf-signup .popup-content .left-section .badges .ritbar {
  width: 20%;
  font-weight: 500;
  color: #9cf1fc;
  font-size: 14px;
  padding-left: 10px;
}
.wsf-signup .popup-content .left-section:before {
  background: url(../images/shape-05.png) no-repeat;
  content: "";
  width: 63px;
  height: 69px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wsf-signup .popup-content .left-section:after {
  background: url(../images/shape-06.png) no-repeat;
  content: "";
  width: 49px;
  height: 74px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.wsf-signup .popup-content .right-section {
  flex-basis: 48%;
  padding: 40px 30px;
  height: 100%;
}
.wsf-signup .popup-content .right-section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #00234b;
  margin-bottom: 30px;
  padding-left: 10px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group {
  width: 100%;
  margin: 0 0 18px;
  position: relative;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group.w-45 {
  width: 60%;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group.w-55 {
  width: 40%;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group label {
  position: absolute;
  top: 11px;
  left: 10px;
  pointer-events: none;
  font-size: 14px;
  font-family: "Inter Variable";
  color: #525f7f;
  line-height: 19px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 0 5px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cbd3dc;
  font-size: 14px;
  font-family: "Inter Variable";
  color: #525f7f;
  line-height: 19px;
  border-radius: 0;
  padding: 8px 5px;
  font-weight: 400;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding-right: 25px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group select.infield {
  margin: 0 0 15px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .infiled:focus ~ label, .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled:not(:placeholder-shown) ~ label {
  top: -14px;
  font-size: 12px;
  color: #546181;
  transition: all 0.3s ease-in-out;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input.infiled:not(:placeholder-shown) + label + .error {
  margin-bottom: 15px !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill,
.wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill:hover,
.wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill:focus,
.wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group ::placeholder {
  color: #525f7f !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input:-moz-placeholder {
  color: #525f7f !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group select {
  background-color: fff;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: center right 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group option {
  padding: 0 10px;
  font-family: "Inter Variable";
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input[type=password] + i .eye-slash {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input[type=password] + i .eye {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input[type=text] + i .eye-slash {
  display: none;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group input[type=text] + i .eye {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select:after {
  border: 0 !important;
  content: "";
  display: block;
  margin-top: 0 !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 39% !important;
  transform-origin: 0% !important;
  transform: none !important;
  transition: all 0.15s ease-in-out;
  background-color: fff;
  background: url(../images/select-icon.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center right 0px;
  appearance: none;
  width: 12px !important;
  height: 7px !important;
  appearance: none;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select.open .nice-select-dropdown {
  width: 100% !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .list {
  margin: 0 !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .comment-input {
  height: 40px;
  resize: none;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .padd {
  padding: 0 !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .padd p {
  font-size: 12px;
  color: #525f7f;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .padd p a {
  color: #5D2BFF;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .padd p a:hover {
  text-decoration: underline;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
  width: 100%;
  border-radius: 8px;
  font-family: "Inter Variable";
  background: #00c1c7;
  padding: 16px 28px;
  color: #fff;
  border: 0;
  font-size: 16px;
  margin: 20px 0 0;
  cursor: pointer;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn:hover {
  background: #333;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group button[disabled=disabled],
.wsf-signup .popup-content .right-section .form-wrap .form-group button:disabled {
  background: #333 !important;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .infiled::-webkit-input-placeholder {
  color: #212121;
  font-size: 16px;
  opacity: 0;
}
.wsf-signup .popup-content .right-section .form-wrap .form-group .infiled::-moz-placeholder {
  color: #212121;
  font-size: 16px;
  opacity: 0;
}
.wsf-signup .popup-content .right-section .form-wrap .ws-error .infiled {
  border-bottom: 1px solid red;
}
.wsf-signup .popup-content .right-section .form-wrap .ws-error label {
  color: red;
}
.wsf-signup .popup-content .right-section .sucmsg {
  display: none;
}
.wsf-signup .popup-content .right-section.signup-success form {
  display: none;
}
.wsf-signup .popup-content .right-section.signup-success h2 {
  display: none;
}
.wsf-signup .popup-content .right-section.signup-success .sucmsg {
  display: block;
  padding-top: 50%;
  text-align: center;
}
.wsf-signup .popup-content .right-section.signup-success .sucmsg h3 {
  font-weight: 600;
  color: green;
  font-size: 25px;
}
.wsf-signup .popup-content .right-section.signup-success .sucmsg p {
  font-size: 16px;
  color: green;
}
.wsf-signup .ws-error .infiled {
  border-bottom: 1pz solid red;
}
.wsf-signup .error,
.wsf-signup .errors {
  margin: 6px 0 0 !important;
  text-align: right;
  font-size: 10px !important;
  line-height: 18px;
}
.wsf-signup .tool-tip-wrap {
  position: relative;
}
.wsf-signup .info-lbl span.tolltip {
  display: none;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: -157px;
  left: -135px;
  width: 200px;
  border-radius: 3px;
  background: #525F7F;
  color: #ffffff !important;
  padding: 8px;
}
.wsf-signup .info-lbl span.tolltip:after {
  content: "";
  background: url(../menu-images/pols.png) no-repeat;
  width: 10px;
  height: 8px;
  position: absolute;
  bottom: -5px;
  right: 53px;
}

.wsf-signup .popup-content .right-section .form-wrap .form-group select.infiled {
  margin: 0 0 15px;
}

/*Media Query Start from here*/
@media (max-width: 1600px) {
  .wsf-signup .popup-content .left-section {
    padding: 30px 30px 50px;
  }
  .wsf-signup .popup-content .left-section .content {
    margin-top: 45px;
  }
  .wsf-signup .popup-content .left-section .content p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .wsf-signup .popup-content .left-section .content h3 {
    font-size: 18px;
  }
  .wsf-signup .popup-content .left-section .performer-box {
    margin: 20px 0 0;
    padding: 20px;
  }
  .wsf-signup .popup-content .left-section .badges {
    margin: 40px 0 0;
  }
  .wsf-signup .popup-content .right-section {
    height: 600px;
    padding: 30px;
  }
  .wsf-signup .popup-content .right-section h2 {
    margin-bottom: 20px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group {
    margin-bottom: 15px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    height: 35px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .comment-input {
    height: 40px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
    margin: 15px 0 0;
  }
  .wsf-signup .popup-content:after {
    background-size: 100% 100%;
    height: 180px;
  }
}
@media (max-width: 1440px) {
  .wsf-signup .popup-content .left-section {
    padding: 30px 30px 50px;
  }
  .wsf-signup .popup-content .left-section .content {
    margin-top: 25px;
  }
  .wsf-signup .popup-content .left-section .content p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .wsf-signup .popup-content .left-section .content h3 {
    font-size: 18px;
  }
  .wsf-signup .popup-content .left-section .performer-box {
    margin: 20px 0 0;
    padding: 20px;
  }
  .wsf-signup .popup-content .right-section {
    height: 600px;
    padding: 30px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group {
    margin-bottom: 14px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    height: 35px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .comment-input {
    height: 40px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
    margin: 15px 0 0;
  }
  .wsf-signup .popup-content:after {
    background-size: 100% 100%;
    height: 180px;
  }
}
@media (max-width: 1380px) {
  .wsf-signup .popup-content {
    width: 1120px !important;
    overflow-y: hidden !important;
    height: initial !important;
  }
}
@media (max-width: 1280px) {
  .wsf-signup .form-wrap {
    padding-bottom: 50px;
  }
  .wsf-signup .popup-content {
    overflow-y: scroll !important;
    height: 90% !important;
    background: -webkit-linear-gradient(left, #4535a7 55.3%, white 39.1%);
  }
  .wsf-signup .popup-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .wsf-signup .popup-content .left-section .performer-box {
    margin: 20px 0 0;
  }
  .wsf-signup .popup-content .left-section .performer-box ul li {
    margin: 0 0 10px;
  }
  .wsf-signup .popup-content .left-section .badges {
    margin: 30px 0 0;
  }
  .wsf-signup .popup-content .left-section .content {
    margin-top: 30px;
  }
  .wsf-signup .popup-content .left-section .content p {
    margin: 0 0 20px;
  }
  .wsf-signup .popup-content .left-section:before {
    display: none;
  }
  .wsf-signup .popup-content .left-section:after {
    display: none;
  }
  .wsf-signup .popup-content:after {
    height: 100px;
  }
}
@media (max-width: 1160px) {
  .wsf-signup .popup-content {
    width: 90% !important;
    background: #fff;
    flex-wrap: wrap;
  }
  .wsf-signup .popup-content .left-section {
    display: none;
  }
  .wsf-signup .popup-content .right-section {
    flex-basis: 100%;
    padding: 40px 20px;
    height: auto !important;
  }
  .wsf-signup .popup-content .right-section h2 {
    text-align: center;
    margin: 0 0 15px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group {
    padding: 0 10px !important;
    margin-bottom: 10px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    padding: 6px 0;
  }
  .wsf-signup .popup-content .right-section.signup-success .sucmsg {
    padding-top: 0;
  }
  .wsf-signup .popup-content .right-section.signup-success .sucmsg p {
    font-size: 14px;
  }
  .wsf-signup .popup-content:after {
    display: none;
  }
  .wsf-signup .info-lbl span.tolltip {
    top: -155px;
    left: 0;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group label {
    left: 5px;
  }
}
@media (max-width: 979px) {
  .wsf-signup .popup-content {
    width: 95% !important;
    overflow-y: scroll !important;
    height: 90% !important;
  }
}
@media (max-width: 767px) {
  .wsf-signup .form-wrap {
    padding-bottom: 0;
  }
  .wsf-signup .popup-content {
    width: 90% !important;
  }
  .wsf-signup .popup-content .padd .mcheck {
    top: 0;
  }
  .wsf-signup .popup-content .right-section {
    height: initial;
  }
}
@media (max-width: 479px) {
  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    font-size: 13px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group label {
    font-size: 13px;
  }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
    padding: 12px 28px;
  }
  .infiled:focus {
    font-size: 13px !important;
  }
}
@media (max-width: 479px) {
  .wsf-signup .popup-content {
    width: 90% !important;
    overflow-y: hidden !important;
    height: initial !important;
  }
}
/*Media Query Start Ends here*/
.testimonial-section .testimonial-slider {
  position: relative;
  width: 52%;
}
.testimonial-section .testimonial-slider::-webkit-scrollbar {
  height: 8px;
}
.testimonial-section .testimonial-slider::-webkit-scrollbar-thumb {
  background: #bfb5ff;
  border-radius: 10px;
}
.testimonial-section .testimonial-slider::-webkit-scrollbar-track {
  background: transparent;
}
.testimonial-section .testimonial-slider .content-box {
  margin-top: 80px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.testimonial-section .testimonial-slider .content-box .inner-box {
  text-align: center;
  width: 100%;
  position: relative;
}
.testimonial-section .testimonial-slider .content-box .inner-box p {
  font-size: 20px;
  line-height: 34px;
  color: rgba(17, 3, 2, 0.9);
}
.testimonial-section .testimonial-slider .content-box .inner-box img {
  width: 77px;
  height: 77px;
  display: block;
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto 20px;
}
.testimonial-section .testimonial-slider .content-box .inner-box h5 {
  font-size: 20px;
  color: rgba(17, 3, 2, 0.9);
  font-weight: 500;
  margin: 0;
}
.testimonial-section .testimonial-slider .content-box .inner-box .designtn {
  font-size: 14px;
  color: #5e6373;
  font-weight: 500;
}
.testimonial-section .testimonial-slider .content-box .inner-box:before {
  content: "";
  background: url(../images/dble-quote.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.testimonial-section .testimonial-slider .test-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .testimonial-slider .test-button .glider-dots {
  align-items: center;
}
.testimonial-section .testimonial-slider .test-button .glider-dots .glider-dot {
  display: inline-block;
  background: #bfb5ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 2px;
}
.testimonial-section .testimonial-slider .test-button .glider-dots .glider-dot.active {
  background: #5d2bff;
  width: 16px;
  height: 16px;
}
.testimonial-section .testimonial-slider .test-button .test-prev,
.testimonial-section .testimonial-slider .test-button .test-next {
  background: #fff url(../images/testarrow.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 28px;
  height: 19px;
  border-radius: 0;
  z-index: 9;
  opacity: 1;
  background-position: center;
  top: auto;
  left: 0;
  transform: rotate(0);
  font-size: 0;
  cursor: pointer;
  position: absolute;
  border: 0;
  background-color: transparent;
}
.testimonial-section .testimonial-slider .test-button .test-prev.test-next,
.testimonial-section .testimonial-slider .test-button .test-next.test-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.testimonial-section .testimonial-slider .test-button .test-prev.disabled {
  cursor: auto;
}

/*Media Query Start From Here*/
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider {
    position: relative;
    width: 100%;
  }
  .testimonial-section .testimonial-slider .content-box {
    margin-top: 50px;
  }
  .testimonial-section .testimonial-slider .content-box .inner-box p {
    font-size: 18px;
    line-height: 30px;
  }
  .testimonial-section .testimonial-slider .content-box .inner-box h5 {
    font-size: 18px;
  }
  .testimonial-section .testimonial-slider .test-button {
    width: 100%;
  }
}
/*Media Query Ends Here*/
.footer {
  width: 100%;
  background: #05164d;
  padding: 30px 0 0;
}
.footer .footer-top {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .dis-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer-top .dis-flex .flex-4 {
  flex-basis: 28%;
  text-align: left;
  padding: 0 10px;
}
.footer .footer-top .dis-flex .flex-4 p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 23px;
  color: #f0f0f0;
  font-weight: normal;
  opacity: 0.6;
}
.footer .footer-top .dis-flex .flex-4:first-child {
  flex-basis: 16%;
  border-right: 0;
  padding-right: 15px;
}
.footer .footer-top .dis-flex .flex-4 .addwrap {
  display: flex;
  align-items: center;
}
.footer .footer-top .dis-flex .flex-4 .addwrap img {
  margin-right: 10px;
}
.footer .footer-middle {
  padding: 40px 0 25px;
  justify-content: space-between;
  align-items: baseline;
}
.footer .footer-middle .flex-5 {
  flex-basis: auto;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  min-height: 470px;
}
.footer .footer-middle .flex-5:last-child {
  padding-right: 0;
}
.footer .footer-middle h4 {
  font-size: 18px;
  margin: 0 0 5px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.footer .footer-middle ul {
  margin: 0;
  padding: 2px 0 0 0;
}
.footer .footer-middle ul li {
  margin: 10px 0 0;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer .footer-middle ul li a {
  color: #f0f0f0;
  opacity: 0.8;
}
.footer .footer-middle ul li a:hover {
  opacity: 1;
}
.footer .footer-middle ul.info {
  margin: 20px 0 0;
}
.footer .footer-middle ul.info li a {
  padding-left: 12px;
  position: relative;
}
.footer .footer-middle ul.info li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3f56a1;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}
.footer .footer-middle ul.spc {
  margin: 0 0 20px;
}
.footer .footer-middle .social-box {
  margin: 90px 0 0;
}
.footer .footer-middle .social-box h3 {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  font-weight: 400;
  margin: 0 0 10px;
}
.footer .footer-middle .social-box .dis-flex a {
  margin-right: 10px;
}
.footer .footer-middle .social-box .dis-flex a:hover {
  opacity: 0.6;
}
.footer .footer-middle .social-box.social-m {
  margin: 75px 0 0;
}
.footer .footer-bottom {
  padding: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer .footer-bottom .flex-3 {
  flex-basis: 30%;
  flex-basis: auto;
}
.footer .footer-bottom h3 {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  font-weight: 400;
  margin: 0 0 22px;
}
.footer .footer-bottom .logo-box {
  flex-basis: auto;
}
.footer .footer-bottom .logo-box .dis-flex {
  align-items: baseline;
}
.footer .footer-bottom .logo-box .dis-flex a {
  margin-right: 10px;
}
.footer .footer-bottom .logo-box .dis-flex a img {
  filter: grayscale(1);
}
.footer .footer-bottom .logo-box .dis-flex a:hover img {
  filter: grayscale(0);
}
.footer .footer-bottom .copyright {
  flex-basis: auto;
}
.footer .footer-bottom .seals {
  flex-basis: auto;
  display: flex;
  align-items: center;
}
.footer .footer-bottom .seals a {
  display: inline-block;
  margin: 0 5px;
  cursor: default;
}
.footer .footer-copyright {
  background: #020c2f;
  margin: 40px 0 0;
  text-align: center;
  padding: 10px 0;
}
.footer .footer-copyright .cop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1;
}
.footer .footer-copyright .cop .copy-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 60%;
}
.footer .footer-copyright .cop .copy-left p {
  margin: 0;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
}
.footer .footer-copyright .cop .copy-left ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer .footer-copyright .cop .copy-left ul li.hide {
  margin: 0 10px;
}
.footer .footer-copyright .cop .copy-left ul li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.footer .footer-copyright .cop .copy-left ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer .footer-copyright .cop .footer-rating {
  color: #b9b9b9;
  font-size: 14px;
  display: flex;
  gap: 15px;
  flex-basis: 40%;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer-copyright .cop .footer-rating .star-outer {
  min-width: 115px;
}
.footer .footer-copyright .cop .footer-rating .star-outer a {
  font-size: 14px;
  color: #b9b9b9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .footer-copyright .cop .footer-rating .star-inner {
  display: block;
  margin: 0 0 10px;
}
.footer .footer-copyright .cop .footer-rating a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.footer .footer-copyright .cop .footer-rating .star-icon {
  background: url(../footer-images/footer-icons.png) 0 0 no-repeat;
  width: 18px;
  height: 15px;
  display: inline-block;
}
.footer .footer-copyright .cop .footer-rating .rate-us {
  border: 1px solid #ffb81d;
  border-radius: 6px;
  padding: 12px 20px;
  display: inline-block;
  color: #ffb81d;
  min-width: 124px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .footer .footer-middle .flex-5 {
    padding-right: 25px;
  }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 15px;
  }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 7px;
  }
  .footer .footer-bottom h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 1366px) {
  .footer .footer-middle ul li {
    font-size: 14px;
  }
  .footer .footer-bottom .footer-rating {
    font-size: 14px;
  }
  .footer .footer-copyright .cop .footer-rating .rate-us {
    padding: 12px 10px;
    min-width: 110px;
  }
}
@media (max-width: 1280px) {
  .footer .footer-bottom .logo-box {
    flex-basis: 34%;
  }
}
@media (max-width: 1160px) {
  .footer .footer-top .dis-flex .flex-4 {
    flex-basis: 33.33%;
    text-align: left;
    padding: 0 10px;
  }
  .footer .footer-top .dis-flex .flex-4 p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #f0f0f0;
    font-weight: normal;
    opacity: 0.6;
  }
  .footer .footer-top .dis-flex .flex-4:first-child {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    flex-basis: 100%;
  }
  .footer .footer-middle {
    padding: 40px 0 25px;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
  }
  .footer .footer-middle .flex-5 {
    flex-basis: calc(33.33% - 20px);
    min-height: initial;
    padding: 0;
  }
  .footer .footer-middle .flex-5:last-child {
    padding-right: 0;
  }
  .footer .footer-middle .flex-5 br {
    display: initial;
  }
  .footer .footer-middle .flex-5:nth-child(4) {
    flex-basis: calc(50% - 20px);
    margin: 20px 0 0;
  }
  .footer .footer-middle .flex-5:nth-child(4) {
    flex-basis: calc(50% - 20px);
    margin: 20px 0 0;
  }
  .footer .footer-middle h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .footer .footer-middle ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer-middle ul.info {
    margin: 30px 0 0;
  }
  .footer .footer-middle ul.info li a {
    padding-left: 12px;
    position: relative;
  }
  .footer .footer-middle ul.info li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #3f56a1;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%;
  }
  .footer .footer-middle .social-box {
    margin: 40px 0 0;
  }
  .footer .footer-middle .social-box.social-m {
    margin: 40px 0 0;
  }
  .footer .footer-bottom {
    gap: 0;
    justify-content: space-between;
  }
  .footer .footer-bottom .flex-4 {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .flex-3 {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box,
  .footer .footer-bottom .copyright {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box .dis-flex,
  .footer .footer-bottom .copyright .dis-flex {
    gap: 10px;
    justify-content: center;
  }
  .footer .footer-bottom .copyright {
    margin: 20px 0 0;
  }
  .footer .footer-bottom .seals {
    flex-basis: 100%;
    justify-content: center;
    margin: 20px 0;
  }
  .footer .footer-copyright {
    padding: 20px 0;
  }
  .footer .footer-copyright .cop {
    flex-wrap: wrap;
  }
  .footer .footer-copyright .cop .copy-left {
    flex-basis: 100%;
    justify-content: center;
    gap: 10px;
  }
  .footer .footer-copyright .cop .copy-left ul {
    flex-wrap: wrap;
  }
  .footer .footer-copyright .cop .copy-left ul li:first-child {
    display: none;
  }
  .footer .footer-copyright .cop .footer-rating {
    flex-basis: 100%;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 0 0 10px;
  }
  .footer .footer-top .dis-flex .flex-4 {
    flex-basis: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
  }
  .footer .footer-top .dis-flex .flex-4 p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
  }
  .footer .footer-top .dis-flex .flex-4 .addwrap {
    flex-direction: column;
  }
  .footer .footer-top .dis-flex .flex-4 .addwrap img {
    margin: 0 0 6px;
  }
  .footer .footer-middle {
    padding: 30px 0 10px;
    gap: 0;
  }
  .footer .footer-middle h4 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .footer .footer-middle .flex-5 {
    flex-basis: 45%;
    padding: 0 0 20px;
  }
  .footer .footer-middle .flex-5:nth-child(2n) {
    flex-basis: 52%;
  }
  .footer .footer-middle .flex-5:last-child {
    flex-basis: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
  }
  .footer .footer-middle .flex-5:last-child div {
    flex-basis: 50%;
  }
  .footer .footer-middle ul li {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .footer .footer-middle ul.info li a:before {
    top: 5px;
  }
  .footer .footer-middle .social-box {
    margin: 25px 0 0;
  }
  .footer .footer-middle .social-box .dis-flex a {
    margin-right: 5px;
  }
  .footer .footer-middle .social-box .dis-flex a img {
    width: 25px;
    height: 25px;
  }
  .footer .footer-middle .social-box.social-m {
    margin: 25px 0 0;
  }
  .footer .footer-bottom {
    padding: 30px 0 0;
    gap: 0;
  }
  .footer .footer-bottom .flex-3 {
    flex-basis: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .footer .footer-bottom .logo-box {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box .dis-flex {
    justify-content: center;
    gap: 8px;
  }
  .footer .footer-bottom .social-box {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .footer .footer-bottom .social-box .dis-flex {
    justify-content: center;
  }
  .footer .footer-bottom .footer-rating {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 1.4;
  }
  .footer .footer-bottom .footer-rating .rate-us {
    padding: 5px 10px;
  }
  .footer .footer-bottom .footer-rating .client-outer {
    margin: 20px 0;
    display: block;
  }
  .footer .footer-bottom h3 {
    font-weight: 500;
  }
}
/*Media Query Ends Here*/
/* ============================================================
 CSS CUSTOM PROPERTIES — Brand tokens
 All colours, shadows, radii, and transitions are defined
 here. Edit tokens only — never hardcode values downstream.
 ============================================================ */
:root {
  /* Brand colours */
  --ws-indigo: #5D2BFF;
  --ws-indigo-dk: #4A1FD9;
  --ws-deep: #0F0A2E;
  --ws-violet: #E8E0FF;
  --ws-lavender: #F5F3FF;
  /* Neutrals */
  --ws-ink: #0D0D12;
  --ws-slate: #4A4A5A;
  --ws-pewter: #9090A0;
  --ws-fog: #DDDDE8;
  --ws-cloud: #F4F4F8;
  --ws-white: #FFFFFF;
  /* Accents */
  --ws-green: #00C48C;
  --ws-orange: #E67E22;
  --ws-amber: #F59E0B;
  /* Shadows */
  --ws-shadow-sm: 0 1px 3px rgba(13,13,18,.06);
  --ws-shadow-md: 0 4px 12px rgba(13,13,18,.08);
  --ws-shadow-glow:0 4px 20px rgba(93,43,255,.25);
  /* Radii */
  --ws-radius-sm: 6px;
  --ws-radius-md: 12px;
  --ws-radius-lg: 16px;
  --ws-radius-pill:9999px;
  /* Transition */
  --ws-transition: all .15s ease-out;
  /* Typography */
  --ws-font: "Inter Variable", system-ui, -apple-system, sans-serif;
}

/* ============================================================
 RESET & BASE
 Scoped to .ws-pricing-root to avoid WordPress theme conflicts
 ============================================================ */
.ws-pricing-root {
  font-family: var(--ws-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ws-ink);
  background: var(--ws-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
Explicit font inheritance on elements WordPress themes
commonly reset (button, input, th, td, h1-h6).
These do NOT inherit font from parent by default in all browsers.
*/
.ws-pricing-root h1,
.ws-pricing-root h2,
.ws-pricing-root h3,
.ws-pricing-root p,
.ws-pricing-root span,
.ws-pricing-root a,
.ws-pricing-root li,
.ws-pricing-root button,
.ws-pricing-root th,
.ws-pricing-root td,
.ws-pricing-root label,
.ws-pricing-root div {
  font-family: var(--ws-font);
}

.ws-pricing-root a {
  color: inherit;
  text-decoration: none;
}

.ws-pricing-root button {
  font-family: var(--ws-font);
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* ============================================================
 LAYOUT UTILITIES
 ============================================================ */
.ws-container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ws-container--narrow {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ============================================================
 SECTION SPACING
 ============================================================ */
.ws-section {
  padding-top: 64px;
}

.ws-section--sm {
  padding-top: 40px;
}

.ws-section--lg {
  padding-top: 80px;
}

/* ============================================================
 HERO SECTION
 ============================================================ */
.ws-hero {
  text-align: center;
  padding: 72px 24px 16px;
  max-width: 680px;
  margin: 0 auto;
}

.ws-hero__eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--ws-pewter);
  letter-spacing: 0.3px;
}

.ws-hero__heading {
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.06;
  margin-top: 16px;
}

.ws-hero__heading em {
  font-style: normal;
  color: var(--ws-indigo);
}

.ws-hero__subheading {
  font-size: 17px;
  color: var(--ws-slate);
  margin-top: 16px;
  line-height: 1.6;
}

/* ── Billing / Currency toggles ── */
.ws-toggles {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ws-toggle-group {
  display: flex;
  background: var(--ws-cloud);
  border-radius: var(--ws-radius-pill);
  padding: 3px;
}

.ws-toggle-btn {
  padding: 9px 22px;
  border-radius: var(--ws-radius-pill);
  border: none;
  background: transparent;
  color: var(--ws-pewter);
  font-family: var(--ws-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  transition: var(--ws-transition);
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}

.ws-toggle-btn.is-active {
  background: var(--ws-white);
  color: var(--ws-ink);
  box-shadow: var(--ws-shadow-sm);
}

.ws-toggle-btn:hover:not(.is-active) {
  color: var(--ws-ink);
  background: rgba(255, 255, 255, 0.5);
}

.ws-save-badge {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--ws-ink);
  background: rgba(0, 196, 140, 0.12);
  padding: 2px 6px;
  border-radius: 4px;
  vertical-align: middle;
}

/* ── Guarantee pill ── */
.ws-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 8px 18px;
  border-radius: var(--ws-radius-pill);
  background: rgba(0, 196, 140, 0.08);
  border: 1px solid rgba(0, 196, 140, 0.2);
  font-size: 13px;
  font-weight: 600;
  color: var(--ws-ink);
}

/* ============================================================
 PLAN CARDS
 ============================================================ */
.ws-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

/* ── Base card ── */
.ws-card {
  border-radius: var(--ws-radius-md);
  padding: 36px 28px;
  border: 1px solid var(--ws-fog);
  background: var(--ws-white);
  box-shadow: var(--ws-shadow-sm);
  transition: var(--ws-transition);
}

.ws-card:hover {
  box-shadow: var(--ws-shadow-md);
  transform: translateY(-2px);
}

/* ── Featured card (Profit) ── */
.ws-card--featured {
  border: 2px solid var(--ws-indigo);
  background: linear-gradient(180deg, var(--ws-lavender) 0%, var(--ws-white) 50%);
  position: relative;
}

.ws-card--featured:hover {
  box-shadow: var(--ws-shadow-glow);
}

.ws-card__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ws-indigo);
  color: var(--ws-white);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: var(--ws-radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.ws-card__name {
  font-size: 28px;
  font-weight: 700;
  color: var(--ws-indigo);
}

.ws-card__tagline {
  font-size: 15px;
  color: var(--ws-slate);
  margin-top: 6px;
}

/* ── Price display ── */
.ws-price {
  margin-top: 24px;
}

.ws-price__amount {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}

.ws-price__unit {
  font-size: 15px;
  color: var(--ws-pewter);
  margin-left: 4px;
}

.ws-price__save {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ws-ink);
  background: rgba(0, 196, 140, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
}

.ws-price__everything {
  font-size: 13px;
  color: var(--ws-slate);
  margin-top: 4px;
}

/* ── CTA buttons ── */
.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: var(--ws-radius-pill);
  font-family: var(--ws-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  /* Use transparent border as base so ghost/dark variants
     don't fight specificity — avoids needing !important */
  border: 2px solid transparent;
  transition: var(--ws-transition);
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/*
Button colour rules are prefixed with .ws-pricing-root
to reach specificity (0,2,0) and beat the
.ws-pricing-root a { color: inherit } rule at (0,1,1).
Without this, <a> tags used as buttons inherit dark body
colour and render black text on coloured backgrounds.
*/
.ws-pricing-root .ws-btn--primary {
  background: var(--ws-indigo);
  color: #ffffff;
}

.ws-pricing-root .ws-btn--primary:hover {
  background: var(--ws-indigo-dk);
  box-shadow: var(--ws-shadow-glow);
  color: #ffffff;
}

.ws-pricing-root .ws-btn--ghost {
  background: transparent;
  color: var(--ws-indigo);
  border: 2px solid var(--ws-indigo);
}

.ws-pricing-root .ws-btn--ghost:hover {
  background: rgba(93, 43, 255, 0.06);
  border-color: var(--ws-indigo-dk);
  color: var(--ws-indigo-dk);
}

.ws-pricing-root .ws-btn--dark {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.ws-pricing-root .ws-btn--dark:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.ws-btn--full {
  width: 100%;
  margin-top: 24px;
}

.ws-card__trial-note {
  text-align: center;
  font-size: 12px;
  color: var(--ws-pewter);
  margin-top: 8px;
}

/* ── Feature list ── */
.ws-feature-group {
  margin-top: 20px;
}

.ws-feature-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--ws-indigo);
  margin-bottom: 10px;
  margin-top: 20px;
}

.ws-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 7px;
}

.ws-feature-item__icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.ws-feature-item__text {
  font-size: 14px;
  color: var(--ws-slate);
  line-height: 1.5;
}

/* ── Coming Soon expandable ── */
.ws-coming-soon {
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: var(--ws-radius-md);
  background: rgba(230, 126, 34, 0.05);
  border: 1px solid rgba(230, 126, 34, 0.12);
  cursor: pointer;
  transition: var(--ws-transition);
  user-select: none;
}

.ws-coming-soon__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ws-coming-soon__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--ws-orange);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.ws-coming-soon__pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.ws-coming-soon__pill {
  font-size: 11px;
  font-weight: 600;
  color: var(--ws-slate);
  background: rgba(230, 126, 34, 0.08);
  padding: 1px 8px;
  border-radius: 4px;
}

.ws-coming-soon__chevron {
  font-size: 11px;
  color: var(--ws-orange);
  transition: transform 0.25s ease-in-out;
  flex-shrink: 0;
}

.ws-coming-soon.is-open .ws-coming-soon__chevron {
  transform: rotate(180deg);
}

.ws-coming-soon__body {
  display: none;
  margin-top: 14px;
}

.ws-coming-soon.is-open .ws-coming-soon__body {
  display: block;
}

.ws-coming-soon__group-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--ws-orange);
  opacity: 0.7;
  margin-bottom: 8px;
  margin-top: 14px;
}

.ws-coming-soon__group-label:first-child {
  margin-top: 0;
}

.ws-coming-soon__note {
  font-size: 12px;
  color: var(--ws-pewter);
  font-style: italic;
  margin-top: 12px;
}

/* ============================================================
 ENTERPRISE BAND
 ============================================================ */
.ws-enterprise {
  margin-top: 36px;
  padding: 32px 36px;
  background: var(--ws-deep);
  border-radius: var(--ws-radius-lg);
  position: relative;
  overflow: hidden;
}

/* Decorative glow — CSS only, no image request */
.ws-enterprise::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(93, 43, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.ws-enterprise__inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.ws-enterprise__copy {
  flex: 1 1 300px;
}

.ws-enterprise__eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: var(--ws-violet);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.ws-enterprise__heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--ws-white);
  margin-top: 8px;
  line-height: 1.25;
}

.ws-enterprise__meta {
  font-size: 13px;
  color: var(--ws-violet);
  margin-top: 12px;
  font-weight: 600;
}

.ws-enterprise__cta {
  margin-top: 18px;
}

.ws-enterprise__features {
  flex: 1 1 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  position: relative;
}

.ws-enterprise__feature-tag {
  padding: 9px 12px;
  border-radius: var(--ws-radius-sm);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 600;
  color: var(--ws-white);
}

/* ============================================================
 ADD-ONS GRID
 ============================================================ */
.ws-section__heading {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.ws-section__sub {
  text-align: center;
  color: var(--ws-pewter);
  font-size: 15px;
  margin-top: 6px;
}

.ws-addons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ws-addon-card {
  padding: 20px;
  border-radius: var(--ws-radius-md);
  border: 1px solid var(--ws-fog);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: var(--ws-transition);
}

.ws-addon-card:hover {
  box-shadow: var(--ws-shadow-md);
}

.ws-addon-card--soon {
  opacity: 0.5;
}

.ws-addon-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ws-addon-card__name {
  font-size: 15px;
  font-weight: 700;
}

.ws-addon-card__soon-badge {
  font-size: 9px;
  font-weight: 700;
  background: var(--ws-orange);
  color: var(--ws-white);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
  text-transform: uppercase;
}

.ws-addon-card__desc {
  font-size: 12px;
  color: var(--ws-pewter);
  line-height: 1.5;
  flex: 1;
}

.ws-addon-card__price {
  font-size: 15px;
  font-weight: 700;
  color: var(--ws-indigo);
  margin-top: auto;
}

.ws-addon-card__price-unit {
  font-size: 12px;
  font-weight: 400;
  color: var(--ws-pewter);
}

/* ============================================================
 TESTIMONIALS
 ============================================================ */
.ws-testimonials {
  padding: 48px 32px;
  background: var(--ws-cloud);
  border-radius: var(--ws-radius-lg);
  margin-top: 64px;
}

.ws-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.ws-testimonial {
  padding: 24px;
  border-radius: var(--ws-radius-md);
  background: var(--ws-white);
  display: flex;
  flex-direction: column;
  box-shadow: var(--ws-shadow-sm);
  transition: var(--ws-transition);
}

.ws-testimonial:hover {
  box-shadow: var(--ws-shadow-md);
  transform: translateY(-2px);
}

.ws-testimonial__quote {
  font-size: 15px;
  color: var(--ws-ink);
  line-height: 1.65;
  flex: 1;
  margin-top: 8px;
}

.ws-testimonial__meta {
  margin-top: 20px;
}

.ws-testimonial__role {
  font-size: 14px;
  font-weight: 700;
  color: var(--ws-ink);
}

.ws-testimonial__company {
  font-size: 13px;
  color: var(--ws-pewter);
}

/* ============================================================
 COMPETITOR TABLE
 ============================================================ */
.ws-comp-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border-radius: var(--ws-radius-md);
  border: 1px solid var(--ws-fog);
  -webkit-overflow-scrolling: touch;
}

.ws-comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 560px; /* ensures table stays legible on mobile scroll */
}

.ws-comp-table thead tr {
  background: var(--ws-cloud);
}

.ws-comp-table th {
  padding: 12px 10px;
  font-weight: 700;
  font-size: 12px;
  color: var(--ws-ink);
  text-align: center;
}

.ws-comp-table th:first-child {
  text-align: left;
  padding-left: 16px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ws-pewter);
  text-transform: uppercase;
}

.ws-comp-table th.is-ws {
  color: var(--ws-indigo);
  background: var(--ws-lavender);
}

.ws-comp-table td {
  padding: 10px 8px;
  text-align: center;
  border-bottom: 1px solid var(--ws-cloud);
  color: var(--ws-slate);
}

.ws-comp-table td:first-child {
  text-align: left;
  padding-left: 16px;
  font-weight: 500;
}

.ws-comp-table td.is-ws {
  background: var(--ws-lavender);
}

/* ── Full comparison toggle ── */
.ws-full-comp-toggle {
  width: 100%;
  padding: 14px;
  border-radius: var(--ws-radius-md);
  border: 1px solid var(--ws-fog);
  background: var(--ws-cloud);
  color: var(--ws-ink);
  font-family: var(--ws-font);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: var(--ws-transition);
  margin-top: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.ws-full-comp-toggle:hover {
  background: var(--ws-fog);
}

.ws-full-comp-body {
  display: none;
  margin-top: 14px;
  border: 1px solid var(--ws-fog);
  border-radius: var(--ws-radius-md);
  overflow: hidden;
}

.ws-full-comp-body.is-open {
  display: block;
}

.ws-full-comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 480px;
}

.ws-full-comp-table th,
.ws-full-comp-table td {
  font-family: var(--ws-font);
  color: var(--ws-slate);
}

.ws-full-comp-table th {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  background: var(--ws-cloud);
  text-align: left;
  color: var(--ws-pewter);
}

.ws-full-comp-table th.is-proof {
  text-align: center;
  color: var(--ws-ink);
  font-weight: 700;
  font-size: 13px;
  text-transform: none;
  width: 110px;
}

.ws-full-comp-table th.is-profit {
  text-align: center;
  color: var(--ws-indigo);
  font-weight: 700;
  font-size: 13px;
  text-transform: none;
  background: var(--ws-lavender);
  width: 110px;
}

.ws-full-comp-table .ws-cat-row td {
  padding: 8px 16px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--ws-indigo);
  background: var(--ws-lavender);
  border-top: 1px solid var(--ws-fog);
}

.ws-full-comp-table tbody tr:not(.ws-cat-row) td {
  padding: 8px 16px;
  border-bottom: 1px solid var(--ws-cloud);
  color: var(--ws-slate);
}

.ws-full-comp-table tbody tr:not(.ws-cat-row) td:nth-child(3) {
  background: rgba(93, 43, 255, 0.02);
  text-align: center;
}

.ws-full-comp-table tbody tr:not(.ws-cat-row) td:nth-child(2) {
  text-align: center;
}

/* Styled check and dash marks inside full comp table */
.ws-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ws-dash {
  color: var(--ws-fog);
  font-size: 16px;
  line-height: 1;
}

/* ============================================================
 FAQ
 ============================================================ */
.ws-faq {
  margin-top: 28px;
}

.ws-faq-row {
  border-bottom: 1px solid var(--ws-fog);
}

.ws-faq-row__trigger {
  width: 100%;
  padding: 18px 8px;
  border: none;
  border-radius: var(--ws-radius-sm);
  background: transparent;
  color: var(--ws-ink);
  font-family: var(--ws-font);
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition: var(--ws-transition);
  -webkit-appearance: none;
  appearance: none;
}

.ws-faq-row__trigger:hover {
  background: var(--ws-cloud);
}

.ws-faq-row__q {
  font-size: 15px;
  font-weight: 600;
  color: var(--ws-ink);
  padding-right: 16px;
}

.ws-faq-row__icon {
  font-size: 20px;
  color: var(--ws-pewter);
  flex-shrink: 0;
  transition: transform 0.25s ease-in-out, color 0.15s;
  font-weight: 300;
  line-height: 1;
}

.ws-faq-row.is-open .ws-faq-row__icon {
  transform: rotate(45deg);
  color: var(--ws-indigo);
}

.ws-faq-row__answer {
  display: none;
  padding: 4px 8px 18px;
  font-size: 15px;
  color: var(--ws-slate);
  line-height: 1.65;
}

.ws-faq-row.is-open .ws-faq-row__answer {
  display: block;
}

/* ============================================================
 TRUST BAR
 ============================================================ */
.ws-trust {
  padding: 28px 32px;
  border-radius: var(--ws-radius-md);
  border: 1px solid var(--ws-fog);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 48px;
}

.ws-trust__ratings {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.ws-trust__divider {
  width: 1px;
  height: 32px;
  background: var(--ws-fog);
}

.ws-trust__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ws-trust__stars {
  display: flex;
  gap: 1px;
}

.ws-trust__score {
  font-size: 20px;
  font-weight: 700;
  color: var(--ws-ink);
}

.ws-trust__source {
  font-size: 13px;
  color: var(--ws-pewter);
  line-height: 1.3;
}

.ws-trust__source strong {
  color: var(--ws-slate);
}

.ws-trust__count {
  font-size: 13px;
  color: var(--ws-slate);
}

.ws-trust__certs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.ws-trust__cert {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ws-slate);
  background: var(--ws-cloud);
  padding: 5px 10px;
  border-radius: var(--ws-radius-sm);
}

/* ============================================================
 BOTTOM CTA BAND
 ============================================================ */
.ws-cta-band {
  margin-top: 56px;
  padding: 48px 36px;
  background: var(--ws-deep);
  border-radius: var(--ws-radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Decorative glow — CSS only */
.ws-cta-band::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(93, 43, 255, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.ws-cta-band__heading {
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 700;
  color: var(--ws-white);
  position: relative;
}

.ws-cta-band__sub {
  color: var(--ws-violet);
  margin-top: 12px;
  font-size: 15px;
  position: relative;
}

.ws-cta-band__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
  position: relative;
}

.ws-cta-band__note {
  color: var(--ws-pewter);
  font-size: 13px;
  margin-top: 16px;
  position: relative;
}

/* ============================================================
 SHARED ICON STYLES
 ============================================================ */
.ws-check-icon {
  display: inline-flex;
  justify-content: center;
}

/* ============================================================
 RESPONSIVE — Mobile-first breakpoints
 ============================================================ */
/* ── Tablet and below (< 768px) ── */
@media (max-width: 768px) {
  .ws-hero {
    padding: 48px 16px 12px;
  }
  .ws-plans {
    grid-template-columns: 1fr;
  }
  .ws-enterprise {
    padding: 24px 20px;
  }
  .ws-enterprise__features {
    grid-template-columns: 1fr 1fr;
  }
  .ws-trust__ratings {
    gap: 16px;
  }
  .ws-trust__divider {
    display: none;
  }
  .ws-cta-band {
    padding: 36px 20px;
  }
  .ws-testimonials {
    padding: 32px 20px;
  }
}
/* ── Small mobile (< 480px) ── */
@media (max-width: 480px) {
  .ws-container,
  .ws-container--narrow {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ws-card {
    padding: 28px 20px;
  }
  .ws-price__amount {
    font-size: 42px;
  }
  .ws-enterprise__features {
    grid-template-columns: 1fr;
  }
  .ws-addons {
    grid-template-columns: 1fr;
  }
  .ws-toggles {
    flex-direction: column;
    align-items: center;
  }
  .ws-guarantee svg {
    display: none;
  }
}
/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .ws-pricing-root *,
  .ws-pricing-root *::before,
  .ws-pricing-root *::after {
    transition: none !important;
    animation: none !important;
  }
}
.block-price {
  display: block;
}

/*# sourceMappingURL=pricing-v8.css.map */
