@charset "UTF-8";
body {
  font-weight: 400;
  background-color: #f6f7ff;
  color: #343959;
}

.text-brand {
  color: #6571ff !important;
}

.bg-brand-soft {
  background-color: #eef0ff !important;
}

.bg-brand-gradient {
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%) !important;
}

.shadow-brand {
  box-shadow: 0 25px 50px rgba(101, 113, 255, 0.15);
}

ul {
  list-style: none;
  padding-left: 0;
}

.btn {
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: none !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.2s ease;
}
@media (max-width: 575px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn:hover, .btn:focus {
  box-shadow: 0 15px 40px rgba(101, 113, 255, 0.35);
  transform: translateY(-1px);
}

.btn-white {
  background-color: #ffffff;
  color: #6571ff;
}
.btn-white span {
  background: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-orange {
  background-image: linear-gradient(135deg, #4c55bf 0%, #6b7cff 100%);
  color: #ffffff !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-image: linear-gradient(135deg, #4c55bf 0%, #6571ff 100%);
}

.btn-purpul {
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%);
  color: #ffffff !important;
}
.btn-purpul:hover, .btn-purpul:focus, .btn-purpul:active, .btn-purpul.active {
  background-image: linear-gradient(135deg, #5b63ff 0%, #a177ff 100%);
}

.btn-pink {
  background-image: linear-gradient(135deg, #756bff 0%, #b378ff 100%);
  color: #ffffff !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active {
  background-image: linear-gradient(135deg, #7d6cff 0%, #c67bff 100%);
}

.btn-outline-brand {
  border: 1px solid rgba(101, 113, 255, 0.4);
  color: #6571ff !important;
  background-color: transparent;
}
.btn-outline-brand:hover, .btn-outline-brand:focus {
  background-color: rgba(101, 113, 255, 0.08);
  color: #6571ff !important;
}

.bg-light {
  background-color: #f6f7ff !important;
}

.bg-darkblue {
  background-color: #11153a !important;
}

.text-dark {
  color: #0f172a !important;
}

.text-gray-100 {
  color: #8b90a6;
}

.text-gray-200 {
  color: #6e7191;
}

.text-gray-300 {
  color: #555b7a;
}

.text-gray-400 {
  color: #343959;
}

.text-blue {
  color: #11153a;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 16px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.bg-pink {
  background-image: linear-gradient(135deg, #756bff 0%, #b378ff 100%);
}

.bg-orange {
  background-image: linear-gradient(135deg, #4c55bf 0%, #6b7cff 100%);
}

.bg-blue {
  background-image: linear-gradient(135deg, #6571ff 0%, #7ed4ff 100%);
}

.bg-green {
  background-image: linear-gradient(135deg, #5563ff 0%, #8e9bff 100%);
}

.bg-purpul {
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%);
}

.bg-red {
  background-image: linear-gradient(135deg, #4c55bf 0%, #9c5cff 100%);
}

.eyebrow-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #6571ff;
  background-color: rgba(101, 113, 255, 0.12);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.eyebrow-label--light {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.section-heading {
  max-width: 620px;
  margin: 0 auto;
}
.section-heading p {
  font-size: 18px;
}

.section-heading--light p {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  background-color: rgba(101, 113, 255, 0.12);
  color: #6571ff;
}

.form-control {
  border: 1px solid rgba(101, 113, 255, 0.25);
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  background-color: #ffffff;
}
.form-control::-moz-placeholder {
  color: #555b7a;
}
.form-control::placeholder {
  color: #555b7a;
}
.form-control:focus {
  box-shadow: 0 0 0 2px rgba(101, 113, 255, 0.15);
  border: 1px solid rgba(101, 113, 255, 0.45);
}

.feature-image {
  border-radius: 50%;
  width: 100px;
}
@media (max-width: 760px) {
  .feature-image {
    width: 70px;
  }
}

.icon-purpul {
  color: #6571ff;
  font-size: 30px;
}

@media (max-width: 575px) {
  .slash {
    display: none;
  }
}

.front-home {
  background: radial-gradient(circle at 10% 20%, rgba(93, 70, 255, 0.12), transparent 45%), radial-gradient(circle at 90% 0%, rgba(2, 132, 199, 0.12), transparent 50%), #030712;
  color: #e3e6ff;
  padding: 30px 0 80px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(148, 163, 255, 0.18);
  background: linear-gradient(160deg, rgba(8, 13, 27, 0.96) 0%, rgba(2, 6, 20, 0.98) 100%);
  box-shadow: 0 45px 90px rgba(2, 6, 23, 0.65);
  padding: 100px 0 80px;
  color: #f7fbff;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 60px 0;
  }
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-glow {
  position: absolute;
  filter: blur(80px);
  opacity: 0.6;
}
.hero-section .hero-glow--one {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 60px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.6), transparent 65%);
}
.hero-section .hero-glow--two {
  width: 280px;
  height: 280px;
  bottom: -90px;
  left: 60px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.6), transparent 70%);
}
.hero-section .hero-content {
  max-width: 520px;
}
.hero-section .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.35);
  background-color: rgba(34, 211, 238, 0.08);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-bottom: 18px;
  color: #a5f3fc;
}
.hero-section .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #34d399;
  display: inline-block;
  box-shadow: 0 0 0 8px rgba(52, 211, 153, 0.15);
}
.hero-section .hero-title {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero-section .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-title {
    font-size: 36px;
  }
}
.hero-section .gradient-text {
  background: linear-gradient(120deg, #22d3ee, #60a5fa, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-copy {
  color: rgba(226, 232, 240, 0.8);
  font-size: 1.05rem;
}
.hero-section .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}
.hero-section .hero-cta .hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  box-shadow: 0 30px 50px rgba(14, 165, 233, 0.35);
}
.hero-section .hero-cta .hero-btn-secondary {
  border-radius: 999px;
  border-color: rgba(226, 232, 240, 0.35);
  color: #e2e8f0 !important;
  gap: 8px;
}
.hero-section .hero-cta .hero-btn-secondary:hover {
  background-color: rgba(226, 232, 240, 0.08);
}
.hero-section .hero-chip {
  padding: 4px 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  font-size: 0.75rem;
  text-transform: none;
}
.hero-section .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  color: rgba(226, 232, 240, 0.75);
  font-size: 0.95rem;
  padding-left: 0;
  margin-bottom: 0;
}
.hero-section .hero-meta li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-section .meta-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.hero-section .meta-dot--emerald {
  background-color: #34d399;
}
.hero-section .meta-dot--cyan {
  background-color: #22d3ee;
}
.hero-section .meta-dot--indigo {
  background-color: #6366f1;
}
.hero-section .hero-card-preview {
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.85), rgba(2, 6, 23, 0.95));
  border-radius: 32px;
  border: 1px solid rgba(148, 163, 255, 0.2);
  padding: 28px;
  box-shadow: 0 35px 60px rgba(2, 6, 23, 0.5);
  color: #e2e8f0;
}
.hero-section .hero-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hero-section .hero-card__identity {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-section .hero-card__identity h3 {
  margin-bottom: 2px;
  font-size: 1rem;
  color: #f1f5f9;
}
.hero-section .hero-card__identity p {
  margin-bottom: 0;
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.85rem;
}
.hero-section .hero-card__avatar {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #22d3ee, #6366f1);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 12px 25px rgba(14, 165, 233, 0.35);
}
.hero-section .hero-card__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.25);
  background-color: rgba(15, 23, 42, 0.8);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.hero-section .hero-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.hero-section .hero-card__pills span {
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.1);
  padding: 6px 14px;
  font-size: 0.75rem;
  background-color: rgba(15, 23, 42, 0.6);
}
.hero-section .hero-card__panel {
  background-color: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 255, 0.15);
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-section .hero-card__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.85rem;
}
.hero-section .hero-card__item p {
  margin-bottom: 2px;
  color: #f1f5f9;
}
.hero-section .hero-card__item small {
  color: rgba(226, 232, 240, 0.65);
}
.hero-section .hero-card__item button {
  border: 1px solid rgba(226, 232, 240, 0.2);
  background-color: rgba(15, 23, 42, 0.8);
  color: #e2e8f0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.7rem;
}
.hero-section .hero-card__item button.primary {
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  color: #0f172a;
  border-color: transparent;
  font-weight: 600;
}
.hero-section .hero-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(94, 234, 212, 0.4);
  background-color: rgba(6, 182, 212, 0.08);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}
.hero-section .hero-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}
.hero-section .hero-card__footer .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: rgba(226, 232, 240, 0.6);
  margin-bottom: 4px;
}
.hero-section .hero-card__footer .small {
  margin-bottom: 0;
  color: rgba(226, 232, 240, 0.7);
}
.hero-section .hero-card__qr {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  border: 1px dashed rgba(148, 163, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  gap: 4px;
}
.hero-section .hero-card__qr small {
  font-size: 0.65rem;
  color: rgba(226, 232, 240, 0.6);
}

.feature-strip {
  padding: 50px 0;
}
.feature-strip .feature-strip-card {
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 255, 0.15);
  background-color: rgba(15, 23, 42, 0.7);
  padding: 24px;
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.4);
}
.feature-strip .feature-strip-card .feature-strip-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: #93c5fd;
  margin-bottom: 10px;
}
.feature-strip .feature-strip-card .feature-strip-copy {
  color: rgba(226, 232, 240, 0.8);
  margin-bottom: 0;
}

.features-section .feature-card {
  border-radius: 22px !important;
  padding: 30px 40px;
  border: 1px solid rgba(101, 113, 255, 0.12);
  background-color: #ffffff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.25s ease;
}
.features-section .feature-card h3 {
  color: #0b1430;
}
.features-section .feature-card p {
  color: rgba(15, 23, 42, 0.8);
}
@media (max-width: 991px) {
  .features-section .feature-card {
    padding: 25px;
  }
}
@media (max-width: 425px) {
  .features-section .feature-card {
    padding: 20px;
  }
}
.features-section .feature-card:hover {
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%);
  color: #ffffff;
  transform: translateY(-8px);
}
.features-section .feature-card:hover h3,
.features-section .feature-card:hover p {
  color: #ffffff;
}
.features-section .feature-card:hover .feature-icon {
  background-color: rgba(255, 255, 255, 0.12);
}
.features-section .feature-icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100px;
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(101, 113, 255, 0.25);
}
@media (max-width: 991px) {
  .features-section .feature-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}
@media (max-width: 425px) {
  .features-section .feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
.features-section .feature-icon svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 991px) {
  .features-section .feature-icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 425px) {
  .features-section .feature-icon svg {
    width: 26px;
    height: 26px;
  }
}

.margin-b-80px {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-b-80px {
    margin-bottom: 50px;
  }
}

.workflow-section {
  padding: 100px 0;
}
.workflow-section .workflow-steps {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.workflow-section .workflow-step {
  display: flex;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 255, 0.2);
  background-color: rgba(15, 23, 42, 0.65);
  box-shadow: 0 25px 45px rgba(2, 6, 23, 0.4);
}
@media (max-width: 575px) {
  .workflow-section .workflow-step {
    flex-direction: column;
  }
}
.workflow-section .workflow-step h3 {
  color: #f8fafc;
  margin-bottom: 8px;
}
.workflow-section .workflow-step p {
  margin-bottom: 0;
  color: rgba(226, 232, 240, 0.75);
}
.workflow-section .workflow-step__index {
  font-size: 1.1rem;
  font-weight: 700;
  color: #a5b4fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 255, 0.35);
  background-color: rgba(99, 102, 241, 0.08);
}

.pricing-plan-section .pricing-preview-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  border-radius: 32px;
  border: 1px solid rgba(148, 163, 255, 0.2);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(59, 7, 100, 0.85));
  box-shadow: 0 35px 60px rgba(2, 6, 23, 0.45);
}
.pricing-plan-section .pricing-preview-card h3 {
  color: #f8fafc;
  margin-bottom: 4px;
}
.pricing-plan-section .pricing-preview-card p {
  margin-bottom: 0;
  color: rgba(226, 232, 240, 0.8);
}
.pricing-plan-section .pricing-preview-card .badge-soft {
  background-color: rgba(148, 163, 255, 0.15);
  color: #c7d2fe;
  border: 1px solid rgba(148, 163, 255, 0.25);
}
.pricing-plan-section .pricing-preview-card .pricing-preview-price {
  text-align: right;
}
.pricing-plan-section .pricing-preview-card .pricing-preview-price span {
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  color: #f8fafc;
}
.pricing-plan-section .pricing-preview-card .pricing-preview-price small {
  color: rgba(226, 232, 240, 0.8);
}
.pricing-plan-section .pricing-preview-card .btn {
  border-radius: 999px;
  min-width: 220px;
  text-align: center;
}
.pricing-plan-section .pricing-plan-card {
  border-radius: 26px;
  border: 1px solid rgba(101, 113, 255, 0.12);
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
}
@media (min-width: 992px) {
  .pricing-plan-section .pricing-plan-card {
    margin: 0 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .pricing-plan-section .pricing-plan-card {
    margin: 0 10px;
  }
}
.pricing-plan-section .pricing-plan-card p {
  color: #6e7191;
}
.pricing-plan-section .pricing-plan-card .pricing-tag {
  background-color: rgba(101, 113, 255, 0.08);
  border-radius: 20px;
  padding: 16px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
}
.pricing-plan-section .pricing-plan-card .pricing-tag small {
  margin-top: 4px;
  font-size: 14px;
}
.pricing-plan-section .pricing-plan-card .check-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
}
.pricing-plan-section .pricing-plan-card .active-check .check-box {
  background-image: linear-gradient(135deg, #5563ff 0%, #8e9bff 100%);
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card .unactive-check {
  color: #555b7a;
}
.pricing-plan-section .pricing-plan-card .unactive-check .check-box {
  background-color: #555b7a;
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features {
  max-width: 270px;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features li {
  margin-bottom: 20px;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features li:last-child {
  margin-bottom: 0;
}
.pricing-plan-section .pricing-plan-card.card.slick-current, .pricing-plan-section .pricing-plan-card.featured-plan {
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .pricing-plan-section .pricing-plan-card.card.slick-current, .pricing-plan-section .pricing-plan-card.featured-plan {
    margin-top: -40px;
  }
}
.pricing-plan-section .pricing-plan-card.card.slick-current h3, .pricing-plan-section .pricing-plan-card.featured-plan h3 {
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current p,
.pricing-plan-section .pricing-plan-card.card.slick-current small,
.pricing-plan-section .pricing-plan-card.card.slick-current label, .pricing-plan-section .pricing-plan-card.featured-plan p,
.pricing-plan-section .pricing-plan-card.featured-plan small,
.pricing-plan-section .pricing-plan-card.featured-plan label {
  color: rgba(255, 255, 255, 0.8);
}
.pricing-plan-section .pricing-plan-card.card.slick-current .active-check, .pricing-plan-section .pricing-plan-card.featured-plan .active-check {
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .active-check .check-box, .pricing-plan-section .pricing-plan-card.featured-plan .active-check .check-box {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check, .pricing-plan-section .pricing-plan-card.featured-plan .unactive-check {
  color: rgba(255, 255, 255, 0.7);
}
.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check .check-box, .pricing-plan-section .pricing-plan-card.featured-plan .unactive-check .check-box {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .pricing-tag, .pricing-plan-section .pricing-plan-card.featured-plan .pricing-tag {
  background-color: rgba(255, 255, 255, 0.1);
}
.pricing-plan-section .pricing-plan-card.card.slick-current .pricing-tag span, .pricing-plan-section .pricing-plan-card.featured-plan .pricing-tag span {
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .pricing-tag small, .pricing-plan-section .pricing-plan-card.featured-plan .pricing-tag small {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1500px) {
  .pricing-plan-section .slick-list {
    max-width: 1120px;
    margin: auto;
  }
}
@media (max-width: 1399px) {
  .pricing-plan-section .slick-list {
    max-width: 900px;
  }
}
@media (max-width: 1199px) {
  .pricing-plan-section .slick-list {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-list {
    max-width: 600px;
  }
}
.pricing-plan-section .slick-track {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-track {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .pricing-plan-section .slick-track {
    padding: 10px 0 30px;
  }
}
.pricing-plan-section .slick-arrow {
  height: 60px;
  width: 120px;
  border-radius: 150px 150px 0 0;
  background-color: #e0e3ff;
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-arrow {
    height: 40px;
    width: 80px;
  }
}
.pricing-plan-section .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  color: #11153a;
}
.pricing-plan-section .slick-prev {
  left: -180px;
  transform: rotate(-90deg);
}
@media (max-width: 1600px) {
  .pricing-plan-section .slick-prev {
    left: -120px;
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .pricing-plan-section .slick-prev {
    left: -25px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .pricing-plan-section .slick-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-prev {
    left: -40px;
  }
}
.pricing-plan-section .slick-prev::before {
  content: "";
  transform: rotate(90deg);
}
.pricing-plan-section .slick-next {
  right: -180px;
  transform: rotate(90deg);
}
@media (max-width: 1600px) {
  .pricing-plan-section .slick-next {
    right: -120px;
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .pricing-plan-section .slick-next {
    right: -25px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .pricing-plan-section .slick-next {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-next {
    right: -40px;
  }
}
.pricing-plan-section .slick-next::before {
  content: "";
  transform: rotate(-90deg);
}

.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c5ccff;
}
.slick-dots li button::before {
  font-size: 0;
  width: auto;
  height: auto;
  right: 0;
  margin: auto;
}
.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #11153a;
}

.testimonial-section {
  position: relative;
}
.testimonial-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.15), transparent 55%);
  pointer-events: none;
}
.testimonial-section .testimonial-card {
  padding: 40px;
  margin: 20px 20px 40px 20px;
  border: solid 5px transparent;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-card {
    padding: 20px;
  }
}
.testimonial-section .testimonial-card.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -10px;
  border-radius: 20px;
}
.testimonial-section .testimonial-1.slick-current:before {
  background-image: linear-gradient(135deg, #6571ff 0%, #9c77ff 100%) !important;
}
.testimonial-section .testimonial-2.slick-current:before {
  background-image: linear-gradient(135deg, #6571ff 0%, #7ed4ff 100%) !important;
}
.testimonial-section .testimonial-3.slick-current:before {
  background-image: linear-gradient(135deg, #4c55bf 0%, #6b7cff 100%) !important;
}
.testimonial-section .testimonial-4.slick-current:before {
  background-image: linear-gradient(135deg, #5563ff 0%, #8e9bff 100%) !important;
}
.testimonial-section .profile-box .profile-img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .testimonial-section .profile-box .profile-img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-section .slick-dots li {
  width: auto;
  height: auto;
}
.testimonial-section .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c5ccff;
}
.testimonial-section .slick-dots li button::before {
  font-size: 0;
  width: auto;
  height: auto;
  right: 0;
  margin: auto;
}
.testimonial-section .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #ffffff !important;
}

.contact-section {
  background-size: cover;
  display: block;
  position: relative;
}
.contact-section .contact-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.1);
}
@media (max-width: 575px) {
  .contact-section .contact-card {
    padding: 24px;
  }
}
.contact-section .contact-card__form {
  background-image: linear-gradient(135deg, rgba(101, 113, 255, 0.08), rgba(156, 119, 255, 0.1));
}
.contact-section .contact-info__block {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contact-section .contact-info__block {
    margin-bottom: 30px;
  }
}
.contact-section .contact-info__contact-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.contact-section .contact-info__contact-label {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .contact-section .contact-info__contact-label {
    font-size: 1.125rem;
  }
}
.contact-section .contact-form__input-block {
  margin-bottom: 20px;
}
.contact-section .contact-form .form-textarea {
  height: 130px;
}
.contact-section .contact-form .form-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #555b7a;
}

.subscribe-section .subscribe-inputgrp {
  margin-top: 40px;
}
.subscribe-section .subscribe-inputgrp .form-control {
  height: 60px;
  padding-right: 140px;
}
@media (max-width: 575px) {
  .subscribe-section .subscribe-inputgrp .form-control {
    padding-right: 120px;
  }
}
.subscribe-section .subscribe-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.subscribe-section .subscribe-btn .btn {
  height: 48px;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header .navbar-logo {
  width: auto;
  height: 60px;
  max-height: 60px;
}
@media (max-width: 1000px) {
  .header .navbar-logo {
    height: 50px;
    max-height: 50px;
  }
}
@media (max-width: 750px) {
  .header .navbar-logo {
    height: 45px;
    max-height: 45px;
  }
}
@media (max-width: 425px) {
  .header .navbar-logo {
    height: 40px;
    max-height: 40px;
  }
}
.header .dropdown .dropdown-menu li .nav-link {
  color: #000000 !important;
}
.header .dropdown .dropdown-menu li .nav-link img {
  width: 18px;
  height: 18px;
}
.header .dropdown .dropdown-toggle {
  color: #ffffff;
  font-size: 1rem;
  padding: 0.5rem 0;
  box-shadow: none;
}
.header .dropdown .dropdown-toggle:after {
  border: 0;
  margin-left: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  content: "";
  vertical-align: middle;
}
.header .dropdown .dropdown-item {
  padding: 8px 25px;
}
.header .dropdown .dropdown-item:hover, .header .dropdown .dropdown-item:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  .navbar {
    position: static;
    padding: 0;
  }
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: calc(100% - 10px);
    background: linear-gradient(135deg, #6571ff 0%, #7ed4ff 100%);
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 720px;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 20px rgba(173, 181, 189, 0.1);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .navbar .navbar-collapse {
    max-width: 516px;
  }
}
@media (max-width: 575px) {
  .navbar .navbar-collapse {
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    padding: 10px;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  padding: 0;
  height: 26px;
  width: 26px;
  position: relative;
  margin: auto;
  cursor: pointer;
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  width: 26px;
  display: block;
  border-radius: 2px;
  transition: 0.35s ease all;
  background-image: none !important;
}
.navbar-toggler .top-bar {
  top: 0px;
}
.navbar-toggler .middle-bar {
  top: 7px;
  opacity: 1;
}
.navbar-toggler .bottom-bar {
  top: 14px;
}
.navbar-toggler.open .top-bar {
  top: 7px;
  transform: rotate(225deg);
}
.navbar-toggler.open .middle-bar {
  opacity: 0;
  width: 0%;
  transform-origin: left center;
  transition: 0.175s ease all;
}
.navbar-toggler.open .bottom-bar {
  top: 7px;
  transform: rotate(-225deg);
}
