/* Custom Variables */
/* mixins */
.btn-purple, .btn-gray, .btn-light, .btn-primary {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  min-height: 2.25rem;
  border-radius: 0.75rem;
  padding: 0.5625rem 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
  transition: all 0.2s linear;
}
.btn-rounded.btn-purple, .btn-rounded.btn-gray, .btn-rounded.btn-light, .btn-rounded.btn-primary {
  border-radius: 6.25rem;
}
.btn-inset-shadow.btn-purple, .btn-inset-shadow.btn-gray, .btn-inset-shadow.btn-light, .btn-inset-shadow.btn-primary {
  box-shadow: 0px -1.5px 0px 0px rgba(255, 255, 255, 0.3215686275) inset;
}
.btn-sm.btn-purple, .btn-sm.btn-gray, .btn-sm.btn-light, .btn-sm.btn-primary {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
}
.btn-lg.btn-purple, .btn-lg.btn-gray, .btn-lg.btn-light, .btn-lg.btn-primary {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.25rem 2.5rem;
}
.btn-purple:hover, .btn-gray:hover, .btn-light:hover, .btn-primary:hover, .btn-purple:focus, .btn-gray:focus, .btn-light:focus, .btn-primary:focus {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2509803922);
  transform: translateY(-2px);
}

.btn-primary {
  background: #535DE1; /* Fallback */
  background: linear-gradient(to bottom, #535DE1, #0E98CD);
  border-color: #0E98CD;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.disabled, .btn-primary[disabled] {
  background: #0E98CD; /* Fallback */
  background: linear-gradient(to bottom, #0E98CD, #535DE1);
  border-color: #0E98CD;
  color: #FFFFFF;
  opacity: 0.9;
}

.btn-light {
  background: #FFFFFF; /* Fallback */
  background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  border-color: #6960FF;
  color: #4A41E3;
}
.btn-light:hover, .btn-light:focus, .btn-light.active, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.disabled, .btn-light[disabled] {
  background: #FFFFFF; /* Fallback */
  background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  border-color: #6960FF;
  color: #4A41E3;
  opacity: 0.9;
}

.btn-gray {
  background: #fff; /* Fallback */
  background: linear-gradient(to bottom, #fff, #fff);
  border-color: #1B223C;
  color: #1B223C;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray.active, .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray.disabled, .btn-gray[disabled] {
  background: #fff; /* Fallback */
  background: linear-gradient(to bottom, #fff, #fff);
  border-color: #1B223C;
  color: #1B223C;
  opacity: 0.9;
}

.btn-purple {
  background: #473FDB; /* Fallback */
  background: linear-gradient(to bottom, #473FDB, #3C35B8);
  border-color: #473FDB;
  color: #FFFFFF;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple.active, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple.disabled, .btn-purple[disabled] {
  background: #3C35B8; /* Fallback */
  background: linear-gradient(to bottom, #3C35B8, #473FDB);
  border-color: #473FDB;
  color: #FFFFFF;
  opacity: 0.9;
}

/* Global   */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  min-height: 100%;
  height: 100%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Work Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-weight: normal;
}

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

img {
  display: block;
  max-width: 100%;
}

/* paragraphs */
ul, h1, h2, h3, h4, h5, h6, p {
  list-style-type: none;
  margin: 0px;
  font-weight: normal;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3rem;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2.75rem;
}
h3.heading40 {
  font-size: 2.5rem;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 2.375rem;
  }
  h3.heading40 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 1.375rem;
  }
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h5 {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1rem;
}

.section-title {
  text-align: center;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* font weight */
.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.shadow-box {
  background-image: url("../images/shadow.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 5.25rem;
  max-width: 37.5rem;
}

.bg-gredient {
  background-image: url("../images/gredient-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-v-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* max width */
.max-w-800 {
  max-width: 50rem;
}

/*custom radio*/
.custom-radio {
  display: inline-block;
  background: transparent;
  vertical-align: top;
  height: 16px;
  width: 16px;
  position: relative;
}
.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 16px;
  height: 16px;
  z-index: 10;
  margin-top: 0px;
  cursor: pointer;
}
.custom-radio input:checked ~ .radiobox-check:after {
  display: block;
}
.custom-radio input:checked ~ .radiobox-check:before {
  border: 1px solid #011C2A;
}
.custom-radio .radiobox-check {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.custom-radio .radiobox-check:before {
  content: "";
  background-color: transparent;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}
.custom-radio .radiobox-check:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: none;
  background: #011C2A;
}

.custom-radiobox-label {
  padding-left: 22px;
  position: relative;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #011C2A;
  cursor: pointer;
}
.custom-radiobox-label .custom-radio {
  position: absolute;
  left: 0px;
  top: 5px;
}

.xero-app-store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-top: 30px;
}
.xero-app-store p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0px !important;
}
.xero-app-store .btn-apps {
  width: 185px;
  min-width: auto;
  padding: 0px;
  height: auto;
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  border-radius: 12px;
  padding: 7px 15px;
}
.xero-app-store .btn-apps img {
  max-width: 100%;
}

/* header   */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out 0s;
}
header.scrolled {
  background-color: #1A3297;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
nav .logo img {
  height: 4rem;
}
nav .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  nav .nav-links {
    display: flex;
  }
}
nav .nav-links .links-list {
  display: flex;
}
nav .nav-links a {
  margin: 0 1rem;
  color: #f9fafb;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Inter";
}
nav .nav-links a:hover {
  color: #4f46e5;
}
nav .nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 768px) {
  nav .nav-buttons {
    display: flex;
  }
}
nav .nav-buttons a {
  margin-left: 1rem;
  font-family: "Inter";
  font-size: 0.875rem;
}
nav .mobile-menu-btn {
  font-size: 1.5rem;
  cursor: pointer;
  color: #f9fafb;
}
nav .mobile-menu-btn.active .fa-bars:before {
  content: "\f00d";
}
@media (min-width: 768px) {
  nav .mobile-menu-btn {
    display: none;
  }
}

.hero {
  padding: 4rem 0;
  color: #f9fafb;
}
@media (min-width: 768px) {
  .hero {
    padding: 6rem 0;
  }
}
.hero .hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.hero .hero-content h1 {
  margin-bottom: 1.5rem;
}
.hero .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1199px) {
  nav .nav-links a {
    margin: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 4rem 0 2rem 0;
  }
  nav .nav-links {
    position: fixed;
    top: 4.375rem;
    background: #ffffff;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100vh - 70px);
    overflow: auto;
    padding: 1rem;
    align-items: flex-start;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out 0s;
  }
  nav .nav-links.active {
    transform: translateX(0%);
  }
  nav .nav-links .links-list {
    flex-wrap: wrap;
  }
  nav .nav-links .links-list > * {
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(79, 70, 229, 0.2);
  }
  nav .nav-links .links-list > *:first-child {
    padding-top: 0;
  }
  nav .nav-links .links-list > *:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  nav .nav-links .links-list > * a {
    color: #4f46e5;
    font-size: 1.125rem;
  }
}
/* content section */
.stats {
  background-color: #ffffff;
  padding: 5rem 0;
}
.stats .stats-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.stats .stats-grid .stat-card {
  flex: 1 1 200px;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.stats .stats-grid .stat-card h2 {
  color: #4A41E3;
  margin-bottom: 0.5rem;
}
.stats .stats-grid .stat-card p {
  color: #222222;
  margin-bottom: 0;
}
.stats .stats-grid .stat-card h5 {
  color: #222222;
  border-bottom: 1px solid #979797;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.why-backup {
  padding: 6.25rem 0;
  background: linear-gradient(52.57deg, #6960FF -12.44%, #1A3297 54.12%);
  color: #f9fafb;
}
.why-backup .features-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.why-backup .features-grid .feature-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: rgba(203, 200, 255, 0.1215686275);
  color: #f9fafb;
  margin-bottom: 1.5rem;
}
.why-backup .features-grid .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}
.why-backup .features-grid .feature-card h5 {
  margin-bottom: 0.75rem;
}
.why-backup .features-grid .feature-card p {
  opacity: 0.8;
  margin-bottom: 0;
}
.why-backup .features-grid .feature-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.Restore-Ready {
  padding: 6.25rem 0;
  background: linear-gradient(to right, #2a2a72, #009ffd);
  color: #f9fafb;
}
.Restore-Ready .Restore-wrapper {
  display: flex;
  gap: 2rem;
}
.Restore-Ready .hero-features {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Restore-Ready .feature-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .Restore-Ready .feature-grid {
    grid-template-columns: 1fr;
  }
}
.Restore-Ready .feature-card {
  background: linear-gradient(to right, #1A3297, #5149ee);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
.Restore-Ready .feature-card:hover {
  transform: translateY(-5px);
}
.Restore-Ready .feature-card .feature-icon {
  font-size: 2.5rem;
  line-height: 1;
  color: #1f2937;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.Restore-Ready .feature-card .feature-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.Restore-Ready .btn-holder {
  justify-content: left;
}
@media (max-width: 991px) {
  .Restore-Ready {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Restore-Ready .Restore-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.register-reseller {
  padding: 6.25rem 0 5rem;
}

@media (max-width: 1199px) {
  .stats {
    padding: 2rem 0;
  }
  .stats .stats-grid .stat-card {
    flex: 1 1 300px;
  }
}
@media (max-width: 991px) {
  .register-reseller {
    padding: 2.5rem 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .why-backup {
    padding: 4rem 0;
  }
  .stats .stats-grid .stat-card {
    padding: 1rem 0rem;
  }
}
/* footer   */
.footerBox {
  background: linear-gradient(277.5deg, #6960FF -59.05%, #1A3297 61.9%);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.footerBox p, .footerBox a {
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0px;
}
.footerBox ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.8125rem;
}
.footerBox ul li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-left: 1px solid #fff;
}
.footerBox ul li:first-child {
  border-left: none;
}
.footerBox ul li a {
  display: block;
}
.footerBox ul li a:hover {
  text-decoration: underline;
}

.footer-left a {
  display: inline-block;
}

.footer-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .footerBox ul {
    padding-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .footerBox p, .footerBox a {
    font-size: 1rem;
  }
  .footerBox ul {
    padding-left: 0px;
    justify-content: center;
    margin-top: 1.25rem;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .footer-right {
    display: block;
    text-align: center;
  }
}
.contactus-box {
  background-color: #fff;
  padding: 5rem 1.25rem;
}

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

.contact-left {
  width: 42%;
  background: #1A3297;
  padding: 2.5rem;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.contact-left .contact-bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.contact-left h4 {
  font-weight: 600;
  font-size: 2.0625rem;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.contact-left p {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #fff;
  margin-bottom: 1.875rem;
}

.contact-list {
  padding-bottom: 1.25rem;
}
.contact-list li {
  margin-bottom: 1.5625rem;
  position: relative;
  padding-left: 3.125rem;
}
.contact-list li img {
  position: absolute;
  left: 0px;
  top: -2px;
  max-width: 30px;
}
.contact-list li a, .contact-list li span {
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.5rem;
}

.contact-details {
  width: 505px;
  float: right;
  position: relative;
  z-index: 1;
}

.contact-form {
  width: 710px;
}

.contact-right {
  width: 58%;
  padding-left: 2.8125rem;
  padding-top: 0.625rem;
}
.contact-right .btn-primary {
  background: linear-gradient(151.29deg, #2E298C 8.33%, #463DD5 89.08%);
  border-color: #152C80;
  opacity: 1 !important;
}
.contact-right .btn-primary:hover {
  background: linear-gradient(151.29deg, #463DD5 8.33%, #2E298C 89.08%);
}
.contact-right h6 {
  font-weight: 600;
  color: #011C2A;
}

.textbox-with-label {
  margin-bottom: 2.1875rem;
}
.textbox-with-label .label-text {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8D8D8D;
}
.textbox-with-label .form-control {
  border: none;
  border-bottom: 1px solid #8D8D8D;
  border-radius: 0px;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
.textbox-with-label .form-control:focus {
  box-shadow: none;
}

.social-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.social-links .social-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: #f9fafb;
}
.social-links .social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.list-radio {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
}
.list-radio li {
  margin-left: 1.25rem;
}

.error-message {
  font-size: 0.75rem;
  color: red;
}

.contact-form-reseller {
  padding: 35px;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: linear-gradient(to right, #1A3297, #5149ee);
}
.contact-form-reseller .textbox-with-label .label-text {
  color: #fff;
}
.contact-form-reseller .textbox-with-label .form-control {
  background: transparent;
  border-bottom-color: #fff;
  color: #fff;
}
.contact-form-reseller .error-message {
  color: #e77b7b;
}

@media (max-width: 1399px) {
  .contact-details {
    width: 410px;
  }
  .contact-form {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .contact-details {
    width: 335px;
  }
  .contact-form {
    width: 525px;
  }
  .contact-left .contact-bg {
    max-width: 200px;
  }
  .contact-right {
    padding-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .contact-details {
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }
  .contact-left {
    width: 100%;
    padding: 1.5625rem;
  }
  .contact-right {
    width: 100%;
    padding-top: 1.875rem;
    padding-left: 0rem;
  }
  .contactus-box {
    padding: 3.75rem 1rem 2rem;
  }
  .contact-row {
    width: 690px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .contact-row {
    width: 100%;
  }
  .contact-left h4 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .contact-left p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .contact-list li {
    padding-left: 2.5rem;
  }
  .contact-list li a, .contact-list li span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .contact-form-reseller {
    padding: 30px;
  }
}
.simple-box {
  padding: 5rem 0rem 4.375rem;
  background-color: #fff;
}

.pricing-card {
  border: 1px solid #E7EBFF;
  background: #FFFFFF;
  padding: 2.5rem 1.875rem 5rem;
  border-radius: 26px;
  position: relative;
  height: 100%;
}
.pricing-card h3 {
  letter-spacing: 0px;
  margin-bottom: 0.875rem;
}
.pricing-card .pricing-description {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #797878;
}
.pricing-card .pricing-price {
  margin-bottom: 0.625rem;
}
.pricing-card .pricing-price .price {
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 500;
  color: #1B223C;
}
.pricing-card .pricing-price .period {
  color: #797878;
  font-size: 1.125rem;
}
.pricing-card .price-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0rem 1.875rem 2.5rem;
}
.pricing-card.active {
  border-color: #405FF5;
}
.pricing-card.active .btn-gray {
  background: linear-gradient(151.29deg, #2E298C 8.33%, #463DD5 89.08%);
  box-shadow: 0px 8px 36px 0px rgba(27, 34, 60, 0.1607843137);
  border: 1px solid #2E298C;
  color: #fff;
}

.pricing-top {
  padding-bottom: 1.5rem;
}

.pricing-bottom {
  padding-bottom: 1.5rem;
}

.pricing-badge {
  width: 56px;
  height: 56px;
  background-color: #FAFAFA;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.25rem;
}

.tops-heads {
  text-align: center;
  max-width: 946px;
  margin: 0 auto 2.1875rem;
}
.tops-heads h2 {
  margin-bottom: 0.875rem;
}
.tops-heads h4 {
  font-size: 22px;
  color: #4160F6;
}
.tops-heads p {
  font-size: 1.5rem;
  margin-bottom: 0rem;
  line-height: 2.125rem;
  color: #797878;
}

.currency-drop {
  margin: 2rem auto 0;
  border: 1px solid #1B223C;
  border-radius: 100px;
  padding: 0.75rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.currency-drop span {
  padding-right: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1B223C;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown:before {
  content: "";
  width: 14px;
  height: 8px;
  background: url("../images/arrow.svg") no-repeat center center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.custom-dropdown select {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1B223C;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 1.875rem;
}

.team-section {
  background-color: #f3f4f6;
}
.team-section .team-box .member-card {
  display: flex;
  border: 1px solid #E7EBFF;
  background: #FFFFFF;
  border-radius: 26px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-section .team-box .member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  border-color: #405FF5;
}
.team-section .team-box .member-card .member-photo {
  flex-shrink: 0;
  width: 248px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .team-section .team-box .member-card .member-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.team-section .team-box .member-card .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .team-box .member-card .member-info {
  flex: 1;
  min-width: 0;
  padding: 20px;
}
.team-section .team-box .member-card .member-header {
  justify-content: space-between;
  margin-bottom: 15px;
}
.team-section .team-box .member-card .member-header .member-details {
  display: flex;
  justify-content: space-between;
}
.team-section .team-box .member-card .member-header .member-details .member-name {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
}
@media (max-width: 480px) {
  .team-section .team-box .member-card .member-header .member-details .member-name {
    font-size: 20px;
  }
}
.team-section .team-box .member-card .member-header .member-email {
  margin-bottom: 0;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.team-section .team-box .member-card .member-header .member-title {
  color: #4a90e2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.team-section .team-box .member-card .member-description {
  color: #5a6c7d;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .team-section .team-box .member-card .member-description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .team-section .team-box .member-card {
    flex-wrap: wrap;
  }
  .team-section .team-box .member-card .member-info {
    flex: 100%;
  }
  .team-section .team-box .member-card .member-photo {
    width: 100%;
    height: 320px;
  }
}

@media (max-width: 1199px) {
  .pricing-card h3 {
    font-size: 1.875rem;
  }
  .pricing-card .pricing-description {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .pricing-card .pricing-price .price {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .tops-heads p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 991px) {
  .pricing-card {
    height: auto;
    margin-bottom: 1.5625rem;
  }
  .simple-box {
    padding-top: 4.375rem;
    padding-bottom: 2.5rem;
  }
}
.features .feature-section {
  padding: 5rem 0;
  background-color: #ffffff;
}
.features .feature-section .feature-badge {
  display: inline-block;
  background: -webkit-linear-gradient(145deg, #1A3297, #6960FF 100%);
  color: #f9fafb;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.features .feature-section .feature-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.features .feature-section .feature-content.reverse {
  flex-direction: row-reverse;
}
.features .feature-section .feature-content .feature-text {
  flex: 1 1 400px;
}
.features .feature-section .feature-content .feature-text h2 {
  margin-bottom: 1rem;
}
.features .feature-section .feature-content .feature-text p {
  color: #6b7280;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.features .feature-section .feature-content .feature-text .feature-lists {
  display: flex;
}
.features .feature-section .feature-content .feature-text .feature-lists .feature-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
  color: #222222;
}
.features .feature-section .feature-content .feature-text .feature-lists .feature-list .tick {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-color: #f3f4f6;
  color: #f9fafb;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 0.75rem;
}
.features .feature-section .feature-content .feature-text .feature-lists .feature-list .tick i {
  color: #222222;
}
.features .feature-section .feature-content .feature-steps {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.features .feature-section .feature-content .feature-steps .step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
}
.features .feature-section .feature-content .feature-steps .step .step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #4f46e5;
  color: #f9fafb;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 0.75rem;
}
.features .feature-section .feature-content .feature-steps .step .step-text {
  font-weight: 500;
  color: #222222;
}
.features .feature-section .feature-content .feature-image {
  flex: 1 1 400px;
}
.features .feature-section .feature-content .feature-image img {
  display: block;
  max-width: 100%;
  border-radius: 29px;
  border: 1px solid #4f46e5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 6px;
}

@media (max-width: 767px) {
  .features .feature-section {
    padding: 4.5rem 0 2rem 0;
  }
}
.unmatched-protection {
  padding: 5rem 0;
  background-color: #f3f4f6;
}
.unmatched-protection .linear {
  background: -webkit-linear-gradient(45deg, #4160F6, #8543AD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.unmatched-protection .hidden {
  visibility: hidden;
}
.unmatched-protection .protection-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.unmatched-protection .protection-grid .protection-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: calc(25% - 18px);
}
.unmatched-protection .protection-grid .protection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}
.unmatched-protection .protection-grid .protection-card.primary {
  background: -webkit-linear-gradient(270deg, #1A3297, #6960FF 100%);
  color: #f9fafb;
}
.unmatched-protection .protection-grid .protection-card.primary h3 {
  color: #f9fafb;
}
.unmatched-protection .protection-grid .protection-card.secondary {
  background-color: #ffffff;
  border: 1px solid #4338ca;
}
.unmatched-protection .protection-grid .protection-card.secondary h3 {
  color: #1f2937;
}
.unmatched-protection .protection-grid .protection-card.secondary:hover {
  background: -webkit-linear-gradient(270deg, #1A3297, #6960FF 100%);
  color: #f9fafb;
}
.unmatched-protection .protection-grid .protection-card.secondary:hover h3 {
  color: #f9fafb;
}
.unmatched-protection .protection-grid .protection-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.unmatched-protection .protection-grid .protection-card p {
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .protection-card {
    width: calc(50% - 18px) !important;
  }
}
@media (max-width: 767px) {
  .protection-card {
    width: 100% !important;
  }
}
.terms-condition {
  padding: 3rem 0;
}
.help {
  padding-top: 30px;
  padding-bottom: 30px;
}
.help .logo {
  text-align: center;
  margin-bottom: 40px;
}
.help h1 {
  color: #2c3e50;
  text-align: center;
  border-bottom: 3px solid #3498db;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 2.5em;
}
.help h2 {
  color: #2980b9;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #3498db;
  font-size: 1.8em;
}
.help h3 {
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.4em;
}
.help .toc {
  background: #ecf0f1;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.help .toc h2 {
  margin-top: 0;
  color: #2c3e50;
}
.help .toc ul {
  list-style-type: none;
  padding-left: 0;
}
.help .toc li {
  margin: 8px 0;
}
.help .toc a {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
}
.help .toc a:hover {
  text-decoration: underline;
  color: #2980b9;
}
.help .video-link {
  background: #e8f6ff;
  border: 2px solid #3498db;
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0;
  text-align: center;
}
.help .video-link a {
  color: #2980b9;
  font-weight: bold;
  text-decoration: none;
}
.help .video-link a:hover {
  text-decoration: underline;
}
.help .step-box {
  background: #f8f9fa;
  border-left: 5px solid #28a745;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
.help .warning-box {
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0;
}
.help .warning-box strong {
  color: #856404;
}
.help .faq-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin: 15px 0;
  border-left: 4px solid #17a2b8;
}
.help .faq-question {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.help .limitations {
  background: #ffeaa7;
  border: 2px solid #fdcb6e;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
.help .limitations h3 {
  color: #d63031;
  margin-top: 0;
}
.help ul {
  padding-left: 25px;
}
.help li {
  margin: 8px 0;
}
.help .highlight {
  background: #fff3cd;
  padding: 3px 6px;
  border-radius: 3px;
  font-weight: bold;
}
.help .button-reference {
  background: #e3f2fd;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: monospace;
  font-weight: bold;
  color: #1976d2;
}
.help .pricing-link {
  color: #3498db;
  font-weight: bold;
}
.help .restore-items {
  background: #ffe6e6;
  border: 2px solid #ff9999;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
.help .restore-items h3 {
  color: #cc0000;
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
