.el-fs-13 {
  font-size: 0.8125rem !important;
}

.el-fs-14 {
  font-size: 0.875rem !important;
}

.el-fs-16 {
  font-size: 1rem !important;
}

.el-icon-12 {
  width: 0.75rem !important;
  height: 0.75rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-12 {
  width: 0.75rem !important;
  flex-shrink: 0 !important;
}

.el-icon-16 {
  width: 1rem !important;
  height: 1rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-16 {
  width: 1rem !important;
  flex-shrink: 0 !important;
}

.el-icon-20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-20 {
  width: 1.25rem !important;
  flex-shrink: 0 !important;
}

.el-icon-24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-24 {
  width: 1.5rem !important;
  flex-shrink: 0 !important;
}

.el-icon-28 {
  width: 1.75rem !important;
  height: 1.75rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-28 {
  width: 1.75rem !important;
  flex-shrink: 0 !important;
}

.el-icon-32 {
  width: 2rem !important;
  height: 2rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-32 {
  width: 2rem !important;
  flex-shrink: 0 !important;
}

.el-icon-44 {
  width: 2.75rem !important;
  height: 2.75rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-44 {
  width: 2.75rem !important;
  flex-shrink: 0 !important;
}

.el-icon-36 {
  width: 2.25rem !important;
  height: 2.25rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-36 {
  width: 2.25rem !important;
  flex-shrink: 0 !important;
}

.el-icon-65 {
  width: 4.0625rem !important;
  height: 4.0625rem !important;
  flex-shrink: 0 !important;
}

.el-icon-w-65 {
  width: 4.0625rem !important;
  flex-shrink: 0 !important;
}

.el-w-12 {
  width: 0.75rem !important;
}

.el-h-12 {
  height: 0.75rem !important;
}

.el-w-16 {
  width: 1rem !important;
}

.el-h-16 {
  height: 1rem !important;
}

.el-w-20 {
  width: 1.25rem !important;
}

.el-h-20 {
  height: 1.25rem !important;
}

.el-w-24 {
  width: 1.5rem !important;
}

.el-h-24 {
  height: 1.5rem !important;
}

.el-w-28 {
  width: 1.75rem !important;
}

.el-h-28 {
  height: 1.75rem !important;
}

.el-w-32 {
  width: 2rem !important;
}

.el-h-32 {
  height: 2rem !important;
}

.el-w-44 {
  width: 2.75rem !important;
}

.el-h-44 {
  height: 2.75rem !important;
}

.el-w-36 {
  width: 2.25rem !important;
}

.el-h-36 {
  height: 2.25rem !important;
}

.el-w-65 {
  width: 4.0625rem !important;
}

.el-h-65 {
  height: 4.0625rem !important;
}

.el-py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  .el-py-md-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .el-py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media (min-width: 1200px) {
  .el-py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
}
@media (min-width: 1400px) {
  .el-py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.el-opacity-10 {
  opacity: 0.1 !important;
}

.el-opacity-25 {
  opacity: 0.25 !important;
}

.el-opacity-50 {
  opacity: 0.5 !important;
}

.el-opacity-75 {
  opacity: 0.75 !important;
}

.el-opacity-80 {
  opacity: 0.8 !important;
}

.el-opacity-100 {
  opacity: 1 !important;
}

.el-opacity-10-hover:hover {
  opacity: 0.1 !important;
}

.el-opacity-25-hover:hover {
  opacity: 0.25 !important;
}

.el-opacity-50-hover:hover {
  opacity: 0.5 !important;
}

.el-opacity-75-hover:hover {
  opacity: 0.75 !important;
}

.el-opacity-80-hover:hover {
  opacity: 0.8 !important;
}

.el-opacity-100-hover:hover {
  opacity: 1 !important;
}

.el-ts-opacity {
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.el-ts-opacity-linear {
  transition: opacity 0.3s linear;
}

.el-ts-opacity-ease-in {
  transition: opacity 0.3s ease-in;
}

.el-ts-opacity-ease-out {
  transition: opacity 0.3s ease-out;
}

.el-ts-opacity-ease-in-out {
  transition: opacity 0.3s ease-in-out;
}

.el-ts-opacity-150 {
  transition: opacity 150ms ease;
}

.el-ts-opacity-300 {
  transition: opacity 300ms ease;
}

.el-ts-opacity-500 {
  transition: opacity 500ms ease;
}

:root {
  --font-primary: DM Sans, sans-serif;
  --color-heading: #1c1c1c;
  --color-text: #666666;
  --color-btn-blue: #1494ff;
  --color-btn-text-white: #ffffff;
  --color-btn-text-blue: #1494ff;
  --bg-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
}
body.no-scroll {
  overflow: hidden;
}

@media (max-width: 768px) {
  .el-fs-md-down-16 {
    font-size: 1rem !important;
  }
  .el-fs-md-down-14 {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  .el-lh-xl-up-30 {
    line-height: 1.875rem !important;
  }
  .el-lh-xl-up-25 {
    line-height: 1.5625rem !important;
  }
}
.navbar-brand > img {
  height: 3.75rem;
}
@media (max-width: 992px) {
  .navbar-brand > img {
    height: 2.8125rem;
  }
}

.navbar.scrolled, .navbar.navbar-subpage {
  background: #ffffff !important;
  border-bottom: 1px solid #cce4f8 !important;
}

.navbar-toggler:active, .navbar-toggler:focus-visible {
  border-color: #1494ff !important;
}

.btn-outline-primary.text-dark:hover {
  color: #ffffff !important;
}

.hero {
  background-image: url("/images/hero-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 100vh;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 992px) {
  .hero {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .hero {
    background-position: center center;
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.contact-bg {
  background-image: url("/images/register-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 21.875rem;
}

.el-ls-default {
  letter-spacing: 0.01875rem;
}

.el-ls-3 {
  letter-spacing: 0.1875rem !important;
}
@media (max-width: 768px) {
  .el-ls-3 {
    letter-spacing: 0.0625rem !important;
  }
}

.btn-hero {
  width: 16.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.proof-avatar {
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  object-fit: cover;
}
.proof-avatar + .proof-avatar {
  margin-left: -0.625rem;
}

.proof-avatar-plus {
  font-size: 0.75rem;
}

.proof-icon-circle {
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  border-color: #9ac8fe !important;
}

.proof-link {
  transition: transform 0.2s ease;
}
.proof-link:hover {
  transform: translateY(-3px);
}

.proof-divider {
  width: 1px;
  height: 3.4375rem;
  background: linear-gradient(to bottom, transparent, #ffffff 30%, #ffffff 70%, transparent);
}

@media (max-width: 768px) {
  .hero-image-right img {
    max-width: 9.375rem;
  }
}

.testimonials > .container-fluid {
  max-width: 95rem;
}
.testimonials__wrapper {
  background: linear-gradient(180deg, #63a3ff 0%, #63a3ff 60%, #ffffff 100%);
}
.testimonials__slider {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
}
.testimonials__slider::before, .testimonials__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .testimonials__slider::before, .testimonials__slider::after {
    width: 2.5rem;
  }
}
.testimonials__slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(99, 163, 255, 0.6), transparent);
  mask: linear-gradient(to bottom, transparent 0%, black 10%, black 60%, transparent 90%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, black 10%, black 60%, transparent 90%);
}
.testimonials__slider::after {
  right: 0;
  background: linear-gradient(to left, rgba(99, 163, 255, 0.6), transparent);
  mask: linear-gradient(to bottom, transparent 0%, black 10%, black 60%, transparent 90%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, black 10%, black 60%, transparent 90%);
}
.testimonials__track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
}
.testimonials__slide {
  flex: 0 0 33%;
  min-width: 0;
}
@media (max-width: 1200px) {
  .testimonials__slide {
    flex: 0 0 45%;
  }
}
@media (max-width: 992px) {
  .testimonials__slide {
    flex: 0 0 52%;
  }
}
@media (max-width: 768px) {
  .testimonials__slide {
    flex: 0 0 65%;
  }
}
@media (max-width: 576px) {
  .testimonials__slide {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
  .faq-graphic {
    max-width: 12.5rem;
  }
}

.faq-item__button::after {
  display: none !important;
  background-image: none !important;
  width: 0;
  height: 0;
}
.faq-item__button:not(.collapsed) {
  color: #1c1c1c;
  background-color: #ffffff;
  box-shadow: none;
}
.faq-item__button:focus {
  box-shadow: none;
}
.faq-item__button .faq-acc-icon {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #d9e8ff;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.faq-item__button .faq-icon-minus {
  display: none;
}
.faq-item__button .faq-icon-plus {
  display: block;
}
.faq-item__button:not(.collapsed) .faq-icon-minus {
  display: block;
}
.faq-item__button:not(.collapsed) .faq-icon-plus {
  display: none;
}

.footer-logo {
  height: 3.75rem !important;
}

.user-dropdown {
  position: relative;
  display: inline-block;
}

.user-name {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease;
  font-weight: 600;
}
.user-name:hover {
  background: none;
}
.user-name i {
  font-size: 16px;
  color: #555;
}
.user-name .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background: white;
  min-width: 150px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 8px 0;
}
.dropdown-menu.active {
  display: block;
}
.dropdown-menu button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 8px 20px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  border-radius: 6px;
}
.dropdown-menu button:hover {
  background-color: #f3f3f3;
}

.captcha-box {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .captcha-box .g-recaptcha div iframe {
    width: 100%;
  }
  .captcha-box .g-recaptcha div {
    width: 100% !important;
  }
}

.register-section {
  padding: 130px 0;
  background: #f5faff;
}

.register-left {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(20, 148, 255, 0.13);
}
@media (max-width: 768px) {
  .register-left {
    padding: 30px 20px;
  }
}

.register-header {
  margin-bottom: 20px;
}
.register-header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1c1c1c;
}
.register-header p {
  color: #666666;
  font-size: 0.875rem;
}

.footer-bottom {
  border-top-color: #1a86e5 !important;
}