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

/* Light */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../font/EuclidCircularA-Light.woff2") format("woff2"), url("../font/EuclidCircularA-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../font/EuclidCircularA-Regular.woff2") format("woff2"), url("../font/EuclidCircularA-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../font/EuclidCircularA-Medium.woff2") format("woff2"), url("../font/EuclidCircularA-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../font/EuclidCircularA-SemiBold.woff2") format("woff2"), url("../font/EuclidCircularA-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../font/EuclidCircularA-Bold.woff2") format("woff2"), url("../font/EuclidCircularA-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Euclid Circular A", sans-serif !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6f7ff), to(#ffffff));
  background-image: linear-gradient(to bottom, #e6f7ff, #ffffff);
  line-height: normal;
  overflow-x: hidden;
}

/* Sticky Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* Bootstrap navbar z-index */
}

.navbar {
  background-color: #ffffffcc;
  border-bottom: 1px solid #e2e8f0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
  width: 150px;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-nav .nav-item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #323b78;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
  color: #54b7e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Hero Section */
.hero {
  background: url("../images/banner-2.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.hero-overlay {
  background-color: rgba(50, 59, 120, 0.8);
  padding: 60px;
  border-radius: 8px;
}

.hero-overlay h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
}

.hero-overlay .lead {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.hero-overlay .common-btn {
  display: inline-block;
  margin-right: 16px;
}

.hero-overlay .common-btn:hover {
  background: #fff;
  color: #323b78;
}

.hero-overlay .common-btn-two {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.benefits-section {
  padding: 60px 0;
  background: #f6f7fb;
  scroll-margin-top: 50px;
}

.benefits-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  color: #323b78;
  text-align: center;
}

.benefits-section .card {
  background: transparent;
  border: 1px dashed #516081;
  padding: 12px;
  height: 100%;
}

.benefits-section .card h5 {
  font-size: 22px;
  font-weight: 600;
  color: #323b78;
}

.about-us-section {
  padding: 60px 0;
  scroll-margin-top: 50px;
}

.about-us-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 22px 0;
  color: #323b78;
}

.about-us-section .lead {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
}

.about-us-section .common-btn {
  display: inline-block;
  width: auto;
}

.form-section {
  padding: 60px 0;
  scroll-margin-top: 50px;
}

.form-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #323b78;
  margin: 0;
  text-align: center;
}

.form-section .sub {
  color: #475569;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0px 24px 0;
  text-align: center;
}

.form-section .card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 18px;
  display: block;
  height: 100%;
}

.form-section .card .hd {
  font-weight: 700;
  font-size: 24px;
  color: #323b78;
}

.form-section .card hr {
  border-top: 1px solid #e5e7eb;
  opacity: 1;
}

.form-section form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px 4px;
  color: #1e293b;
}

.form-section form .text-danger {
  color: #ff0000 !important;
}

.form-section form input[type="text"],
.form-section form input[type="tel"],
.form-section form input[type="date"],
.form-section form input[type="file"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #323b78;
  -webkit-transition: 0.2s border-color, 0.2s -webkit-box-shadow;
  transition: 0.2s border-color, 0.2s -webkit-box-shadow;
  transition: 0.2s border-color, 0.2s box-shadow;
  transition: 0.2s border-color, 0.2s box-shadow, 0.2s -webkit-box-shadow;
}

.form-section form input::-webkit-input-placeholder {
  color: #8b93aa;
}

.form-section form input:-ms-input-placeholder {
  color: #8b93aa;
}

.form-section form input::-ms-input-placeholder {
  color: #8b93aa;
}

.form-section form input::placeholder {
  color: #8b93aa;
}

.form-section form input:focus {
  border-color: #54b7e8;
  -webkit-box-shadow: 0 0 0 1px #54b7e8;
          box-shadow: 0 0 0 1px #54b7e8;
}

.form-section form .file-input::file-selector-button {
  background: #e9ecef;
  color: #000000;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  margin-left: 1px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-weight: 500;
}

.form-section form .help {
  font-size: 14px;
  color: #202020;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-section .file-wrap {
  position: relative;
}

.form-section .file-wrap input[type="file"] {
  padding: 10px;
}

.form-section .file-note {
  font-size: 12px;
  color: var(--muted);
  margin: 6px 4px 0;
}

.form-section .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
}

.form-section .primary:focus-visible,
.form-section .ghost:focus-visible {
  outline: 4px solid #38bdf833;
}

.form-section .mini .price {
  font-size: 24px;
  font-weight: 700;
  color: #323b78;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 7px 0;
}

.form-section .mini .hd {
  text-align: center;
}

.form-section .mini .qr {
  text-align: center;
}

.form-section .mini .qr img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.form-section .mini .help {
  font-size: 14px;
  color: #202020;
  margin: 0;
}

.form-section .ok {
  color: var(--ok);
}

.form-section .err {
  color: var(--error);
}

.why-choose-section {
  padding: 60px 0;
  scroll-margin-top: 50px;
}

.why-choose-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 22px 0;
  color: #323b78;
}

.why-choose-section img {
  background: #fff;
  padding: 18px;
  width: 100px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.why-choose-section h5 {
  font-weight: 600;
  color: #323b78;
  margin: 16px 0 12px 0;
}

.testimonial-slider {
  padding: 60px 0;
  scroll-margin-top: 50px;
}

.testimonial-slider h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 22px 0;
  color: #323b78;
}

.testimonial-slider #testimonialCarousel .carousel-control-prev,
.testimonial-slider #testimonialCarousel .carousel-control-next {
  display: none;
}

.testimonial-slider .carousel-indicators {
  list-style: none;
}

.testimonial-slider .carousel-indicators li {
  background-color: #54b7e8 !important;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
}

.testimonial-slider .carousel-indicators li::marker {
  display: none;
}

.common-btn {
  background: #54b7e8;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.common-btn:hover {
  background: #323b78;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.common-btn strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.common-btn a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.common-btn-two {
  background: transparent;
  color: #323b78;
  padding: 12px 24px;
  border: 1px solid #323b78;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.common-btn-two:hover {
  background: #54b7e8;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sub {
  color: #475569;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0px 24px 0;
  text-align: center;
}

/* Footer styling */
footer {
  background-color: #1e1d2f;
  padding: 40px 0 20px 0;
  margin: 0;
}

footer .footer-logo {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
}

footer .footer-logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

footer .footer_social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
}

footer .footer_social_link li {
  margin-right: 12px;
}

footer .footer_social_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: #54b7e8;
  text-align: center;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer .footer_social_link li a:hover {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.3em;
}

footer .footer_social_link li a img {
  width: 20px;
}

footer h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

footer .quick-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .quick-links li {
  background: url("../images/next.png") no-repeat left center;
  background-size: 20px 20px;
  /* Default icon size */
  padding-left: 30px;
  /* Space for icon */
  margin-bottom: 12px;
  font-size: 18px;
  /* Default text size */
}

footer .quick-links li a {
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .quick-links li a:hover {
  color: #54b7e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .contact-list {
  list-style-type: none;
  padding-left: 0;
}

footer .contact-list li {
  margin-bottom: 12px;
  color: #ffffff;
}

footer .contact-list li::marker {
  color: transparent !important;
}

footer .contact-list li img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 8px;
}

footer .contact-list h6 {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
}

footer .contact-list p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

footer .contact-list a {
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .contact-list a:hover {
  color: #54b7e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer hr {
  color: #e5e7eb;
  opacity: 1;
}

footer .copyright {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

footer .copyright .highlight {
  color: #54b7e8;
}
/*# sourceMappingURL=custom.css.map */