:root {
  --aduxia-primary: #00a4d9;
  --aduxia-secondary: #d7df23;
  --aduxia-tertiary: #66829c;
  --aduxia-text: #3c3c3b;
}

.lucide {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.lucide-lg {
  width: 2rem;
  height: 2rem;
}

.lucide-xl {
  width: 2.5rem;
  height: 2.5rem;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1px;
}

.letter-spacing-subtitle {
  letter-spacing: 0.64px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-22 {
  font-size: 22px;
}

.bg-primary {
  background-color: #00a4d9 !important;
}

.bg-primary-light {
  background-color: rgba(0, 164, 217, 0.1) !important;
}

.bg-secondary {
  background-color: #d7df23 !important;
}

.bg-tertiary {
  background-color: #66829c !important;
}

.bg-quaternary {
  background-color: #7e858c !important;
}

.bg-body-secondary {
  background-color: #f4f4f4 !important;
}

.bg-input {
  background-color: #e4e4e4 !important;
}
.bg-input::-moz-placeholder {
  color: #3c3c3b !important;
}
.bg-input::placeholder {
  color: #3c3c3b !important;
}

.background-color-success {
  background-image: linear-gradient(to right, #8ebf45, #d5eaa4);
}

.text-primary {
  color: #00a4d9 !important;
}

.text-secondary {
  color: #d7df23 !important;
}

.text-tertiary {
  color: #66829c !important;
}

.text-quaternary {
  color: #7e858c !important;
}

.text-dark {
  color: #3c3c3b !important;
}

.text-info {
  color: #019fe3 !important;
}

.text-success {
  color: #6ac259 !important;
}

.text-color-danger {
  color: #ff5b5b !important;
}

.border-primary {
  border-color: #00a4d9 !important;
}

.border-secondary {
  border-color: #d7df23 !important;
}

.border-tertiary {
  border-color: #66829c !important;
}

.border-quaternary {
  border-color: #7e858c !important;
}

.border-all {
  border: 2px solid rgb(132.9642857143, 155.2976190476, 176.0357142857) !important;
}

.border-color-success {
  border-color: #0cc485 !important;
}

.border-color-danger {
  border-color: #ff5b5b !important;
}

.rounded-4 {
  border-radius: 0.8rem;
}

hr {
  color: #66829c !important;
}

.divider-sm {
  width: 80px;
  height: 3px;
  background-color: #d7df23;
}

.divider-md {
  width: 120px;
  height: 3px;
  background-color: #d7df23;
}

.divider-primary {
  background-color: #00a4d9;
}

.divider-yellow {
  background-color: #d7df23;
}

.text-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 700;
  color: #3d596d;
  letter-spacing: -0.5px;
}

.text-subtitle {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  color: #3c3c3b;
  line-height: 1.7;
}

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

.bg-white-section {
  background-color: #ffffff !important;
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #00a4d9 0%, rgb(0, 106.1843317972, 140.5) 100%) !important;
}

.bg-transition-gradient {
  background: linear-gradient(180deg, #f4f4f4 0%, #00a4d9 100%) !important;
}

.list-group::-webkit-scrollbar {
  width: 0.5rem !important;
}

.list-group::-webkit-scrollbar-thumb {
  background: #00a4d9;
}

#mobileMenuOffcanvas {
  width: 300px;
  max-width: 85vw;
  background: #ffffff;
}
#mobileMenuOffcanvas .offcanvas-header {
  background: #f4f4f4;
  border-bottom: 1px solid #66829c;
  padding: 1rem 1.25rem;
}
#mobileMenuOffcanvas .offcanvas-header .btn-close {
  opacity: 0.7;
}
#mobileMenuOffcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
}
#mobileMenuOffcanvas .offcanvas-body {
  padding: 1rem;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav > li > a,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul > li > a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3b;
  text-decoration: none;
  transition: all 0.2s ease;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav > li > a:hover, #mobileMenuOffcanvas .offcanvas-body .navbar-nav > li > a.active,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul > li > a:hover,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul > li > a.active {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav .dropdown-menu,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul .dropdown-menu {
  position: static !important;
  transform: none !important;
  box-shadow: none;
  border: none;
  background: rgba(244, 244, 244, 0.5);
  border-radius: 8px;
  margin: 0.25rem 0 0.5rem 1rem;
  padding: 0.5rem;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul .dropdown-menu .dropdown-item {
  border-radius: 6px;
  padding: 0.6rem 1rem;
  font-size: 14px;
}

html #header .header-body {
  border: none !important;
}
html #header .header-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html #header .header-logo img {
  max-height: 50px;
  width: auto;
  transition: all 0.3s ease;
}
html #header .header-btn-collapse-nav,
html #header [data-bs-toggle=offcanvas] {
  background: rgba(0, 164, 217, 0.1) !important;
  border: 1px solid rgba(0, 164, 217, 0.2) !important;
  color: #00a4d9 !important;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
html #header .header-btn-collapse-nav:hover, html #header .header-btn-collapse-nav:focus,
html #header [data-bs-toggle=offcanvas]:hover,
html #header [data-bs-toggle=offcanvas]:focus {
  background: #00a4d9 !important;
  color: #ffffff !important;
}
html #header .header-btn-collapse-nav i,
html #header [data-bs-toggle=offcanvas] i {
  font-size: 1.25rem;
}
html #header .header-nav-main nav > ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html #header .header-nav-main nav > ul > li > a {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  padding: 0.6rem 1rem !important;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: 0;
}
html #header .header-nav-main nav > ul > li > a:hover {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9 !important;
}
html #header .header-nav-main nav > ul > li.active > a, html #header .header-nav-main nav > ul > li.current > a {
  color: #00a4d9 !important;
  background: rgba(0, 164, 217, 0.08);
}
html #header .header-nav-main nav > ul > li.dropdown > a::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 0.4rem;
  transition: transform 0.2s ease;
}
html #header .header-nav-main nav > ul > li.dropdown:hover > a::after, html #header .header-nav-main nav > ul > li.dropdown.show > a::after {
  transform: rotate(180deg);
}
html #header .header-nav-main .dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(102, 130, 156, 0.5);
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  margin-top: 0.5rem !important;
  min-width: 200px;
  border-top: none !important;
}
html #header .header-nav-main .dropdown-menu .dropdown-item {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  color: #3c3c3b;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
html #header .header-nav-main .dropdown-menu .dropdown-item:hover, html #header .header-nav-main .dropdown-menu .dropdown-item:focus {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9;
}
html #header .header-nav-main .dropdown-menu .dropdown-item.active {
  background: #00a4d9;
  color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
  top: 37px;
}
html #header .header-nav-features .btn {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
}
html #header .header-nav-features .btn.btn-primary {
  background: #00a4d9;
  border-color: #00a4d9;
}
html #header .header-nav-features .btn.btn-primary:hover {
  background: rgb(0, 133.1649769585, 176.2);
  transform: translateY(-1px);
}
html #header .header-nav-features .btn.btn-outline-primary {
  color: #00a4d9;
  border-color: #00a4d9;
}
html #header .header-nav-features .btn.btn-outline-primary:hover {
  background: #00a4d9;
  color: #ffffff;
}

html.sticky-header-active #header .header-body {
  background: linear-gradient(180deg, #0a1628 0%, #1a2d4a 100%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}
html.sticky-header-active #header .header-container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
html.sticky-header-active #header .header-logo img {
  max-height: 40px;
}

html #header.header-transparent .header-nav-main nav > ul > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
}
html #header.header-transparent .header-nav-main nav > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}
html #header.header-transparent .header-btn-collapse-nav,
html #header.header-transparent [data-bs-toggle=offcanvas] {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
html #header.header-transparent .header-btn-collapse-nav:hover,
html #header.header-transparent [data-bs-toggle=offcanvas]:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

html.sticky-header-active #header.header-transparent .header-nav-main nav > ul > li > a {
  color: #ffffff !important;
}
html.sticky-header-active #header.header-transparent .header-nav-main nav > ul > li > a:hover {
  color: #00a4d9 !important;
}
html.sticky-header-active #header.header-transparent .header-btn-collapse-nav,
html.sticky-header-active #header.header-transparent [data-bs-toggle=offcanvas] {
  background: rgba(0, 164, 217, 0.1) !important;
  border-color: rgba(0, 164, 217, 0.2) !important;
  color: #00a4d9 !important;
}

html #header .header-body.header-dark {
  background: linear-gradient(180deg, #0a1628 0%, #1a2d4a 100%) !important;
}

html #header.header-dark .header-body {
  background: linear-gradient(180deg, #0a1628 0%, #1a2d4a 100%) !important;
}

html #header.header-dark .header-nav-main nav > ul > li > a,
html #header .header-body.header-dark .header-nav-main nav > ul > li > a {
  color: #ffffff !important;
}
html #header.header-dark .header-nav-main nav > ul > li > a:hover,
html #header .header-body.header-dark .header-nav-main nav > ul > li > a:hover {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9 !important;
}
html #header.header-dark .header-btn-collapse-nav,
html #header.header-dark [data-bs-toggle=offcanvas],
html #header .header-body.header-dark .header-btn-collapse-nav,
html #header .header-body.header-dark [data-bs-toggle=offcanvas] {
  background: rgba(0, 164, 217, 0.1) !important;
  border-color: rgba(0, 164, 217, 0.2) !important;
  color: #00a4d9 !important;
}
html #header.header-dark .header-btn-collapse-nav:hover,
html #header.header-dark [data-bs-toggle=offcanvas]:hover,
html #header .header-body.header-dark .header-btn-collapse-nav:hover,
html #header .header-body.header-dark [data-bs-toggle=offcanvas]:hover {
  background: #00a4d9 !important;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  html #header .header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  html #header .header-logo img {
    max-height: 40px;
  }
}
@media (max-width: 575.98px) {
  html #header .header-logo img {
    max-height: 35px;
  }
}
#footer.footer-dark {
  background: linear-gradient(0deg, #0a1628 0%, #1a2d4a 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 4rem 0 0;
}
#footer.footer-dark h5,
#footer.footer-dark .footer-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
#footer.footer-dark h5::after,
#footer.footer-dark .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #d7df23;
}
#footer.footer-dark a:not(.btn):not(.no-footer-css) {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer.footer-dark a:not(.btn):not(.no-footer-css):hover {
  color: #d7df23;
}
#footer.footer-dark ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer.footer-dark ul li {
  margin-bottom: 0.6rem;
}
#footer.footer-dark ul li a {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#footer.footer-dark ul li a .lucide {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
#footer.footer-dark ul li a:hover .lucide {
  opacity: 1;
}
#footer.footer-dark p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
#footer.footer-dark .social-icons {
  display: flex;
  gap: 0.75rem;
}
#footer.footer-dark .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#footer.footer-dark .social-icons a:hover {
  background: #d7df23;
  transform: translateY(-3px);
}
#footer.footer-dark .social-icons a:hover i,
#footer.footer-dark .social-icons a:hover .lucide {
  color: #00a4d9;
}
#footer.footer-dark .social-icons a i,
#footer.footer-dark .social-icons a .lucide {
  font-size: 18px;
  color: #ffffff;
}
#footer.footer-dark .footer-logo {
  max-height: 50px;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}
#footer.footer-dark .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
}

.footer-copyright {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.25rem 0;
}
.footer-copyright p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright a:hover {
  color: #d7df23;
}
.footer-copyright .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-copyright .footer-links {
    justify-content: flex-end;
  }
}
.footer-copyright .footer-links a {
  font-size: 13px;
  position: relative;
}
.footer-copyright .footer-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.6rem;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
  .footer-dark {
    padding: 3rem 0 0;
    text-align: center;
  }
  .footer-dark h5::after,
  .footer-dark .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-dark .social-icons {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .footer-links {
    justify-content: center;
    margin-top: 0.75rem;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/poppins-regular-webfont.eot");
  src: url("../fonts/Poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-regular-webfont.woff") format("woff"), url("../fonts/Poppins/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/poppins-medium-webfont.eot");
  src: url("../fonts/Poppins/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-medium-webfont.woff") format("woff"), url("../fonts/Poppins/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/poppins-semibold-webfont.eot");
  src: url("../fonts/Poppins/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-semibold-webfont.woff") format("woff"), url("../fonts/Poppins/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-semibold-webfont.ttf") format("truetype");
}
body h1, body h2, body h3 {
  font-family: "Poppins-SemiBold" !important;
}
body h4, body h5, body h6 {
  font-family: "Poppins-Medium" !important;
}
body p, body span, body a {
  font-family: "Poppins-Regular" !important;
}

.btn {
  font-family: "Poppins-Medium";
}

.btn-primary {
  border-radius: 4px;
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: rgb(0, 117.7474654378, 155.8) !important;
  border-color: rgb(0, 117.7474654378, 155.8) !important;
}
.btn-primary:focus {
  background-color: rgb(0, 117.7474654378, 155.8) !important;
  border-color: rgb(0, 117.7474654378, 155.8) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 217, 0.25);
}
.btn-primary:active, .btn-primary.active {
  background-color: rgb(0, 94.6211981567, 125.2) !important;
  border-color: rgb(0, 94.6211981567, 125.2) !important;
}

.btn-secondary {
  border-radius: 4px;
  background-color: #d7df23 !important;
  border-color: #d7df23 !important;
  color: #333 !important;
}
.btn-secondary:hover {
  background-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
  border-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
}
.btn-secondary:focus {
  background-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
  border-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
  box-shadow: 0 0 0 0.2rem rgba(215, 223, 35, 0.25);
}
.btn-secondary:active, .btn-secondary.active {
  background-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
  border-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
}

.btn-tertiary, .btn-quaternary {
  border-radius: 4px;
  background-color: #66829c !important;
  border-color: #66829c !important;
  color: #fff !important;
}
.btn-tertiary:hover, .btn-quaternary:hover {
  background-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  border-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
}
.btn-tertiary:focus, .btn-quaternary:focus {
  background-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  border-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  box-shadow: 0 0 0 0.2rem rgba(102, 130, 156, 0.25);
}
.btn-tertiary:active, .btn-quaternary:active, .btn-tertiary.active, .active.btn-quaternary {
  background-color: rgb(65.2928571429, 83.7595238095, 100.9071428571) !important;
  border-color: rgb(65.2928571429, 83.7595238095, 100.9071428571) !important;
}

.btn-info {
  border-radius: 4px;
  background-color: #019fe3 !important;
  border-color: #019fe3 !important;
  color: #fff !important;
}
.btn-info:hover {
  background-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
  border-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
}
.btn-info:focus {
  background-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
  border-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
  box-shadow: 0 0 0 0.2rem rgba(1, 159, 227, 0.25);
}
.btn-info:active, .btn-info.active {
  background-color: rgb(0.5973684211, 94.9815789474, 135.6026315789) !important;
  border-color: rgb(0.5973684211, 94.9815789474, 135.6026315789) !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #00a4d9 !important;
  color: #00a4d9 !important;
}
.btn-outline-primary:hover {
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
  color: #fff !important;
}
.btn-outline-primary:focus {
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 217, 0.25);
}
.btn-outline-primary:active, .btn-outline-primary.active {
  background-color: rgb(0, 125.4562211982, 166) !important;
  border-color: rgb(0, 125.4562211982, 166) !important;
  color: #fff !important;
}

.btn-outline-secondary {
  background-color: transparent !important;
  border-color: #d7df23 !important;
  color: rgb(131.2380952381, 136.1904761905, 19.8095238095) !important;
}
.btn-outline-secondary:hover {
  background-color: #d7df23 !important;
  border-color: #d7df23 !important;
  color: #333 !important;
}
.btn-outline-secondary:focus {
  background-color: #d7df23 !important;
  border-color: #d7df23 !important;
  color: #333 !important;
  box-shadow: 0 0 0 0.2rem rgba(215, 223, 35, 0.25);
}
.btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
  border-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
  color: #333 !important;
}

.btn-outline-tertiary {
  background-color: transparent !important;
  border-color: #66829c !important;
  color: #66829c !important;
}
.btn-outline-tertiary:hover {
  background-color: #66829c !important;
  border-color: #66829c !important;
  color: #fff !important;
}
.btn-outline-tertiary:focus {
  background-color: #66829c !important;
  border-color: #66829c !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(102, 130, 156, 0.25);
}
.btn-outline-tertiary:active, .btn-outline-tertiary.active {
  background-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  border-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  color: #fff !important;
}

.btn--pill {
  border-radius: 20px !important;
}

.btn--rounded {
  border-radius: 7px !important;
}

.minOpenBtn {
  border-radius: 4px;
  border: none;
  padding: 0.25rem 0.5rem;
  background: #66829c;
}
.minOpenBtn i {
  color: #fff;
}
.minOpenBtn:hover {
  background: rgb(81.3214285714, 104.3214285714, 125.6785714286);
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor: progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
}

.has-spinner.btn-mini.active .spinner {
  width: 10px;
}

.has-spinner.btn-small.active .spinner {
  width: 13px;
}

.has-spinner.btn.active .spinner {
  width: 16px;
}

.has-spinner.btn-large.active .spinner {
  width: 19px;
}

.btn i[data-lucide],
.btn svg.lucide {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.btn-xs i[data-lucide],
.btn-xs svg.lucide {
  width: 14px;
  height: 14px;
}

.btn-sm i[data-lucide],
.btn-sm svg.lucide {
  width: 16px;
  height: 16px;
}

.btn-lg i[data-lucide],
.btn-lg svg.lucide {
  width: 22px;
  height: 22px;
}

.btn-link i[data-lucide],
.btn-link svg.lucide {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.swiper-button-prev,
.swiper-button-next {
  color: #00a4d9;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ef8f25;
}

.swiper-pagination-bullet {
  background: #66829c;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #00a4d9;
  opacity: 1;
}

.swiper-home {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-slide {
  height: auto;
}

.hero-login {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-login .swiper-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-login .swiper-slide {
  overflow: hidden;
}
.hero-login .hero-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-login .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}
.hero-login .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 2rem;
}
.hero-login .swiper-pagination {
  bottom: 30px;
  z-index: 4;
}
.hero-login .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}
.hero-login .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.2);
}

.hero-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  line-height: 85px !important;
  margin: 0;
}
.hero-title-alt {
  color: #d7df23;
}

.hero-subtitle {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.6;
}
.hero-subtitle strong {
  font-weight: 600;
}
.hero-subtitle-alt {
  color: #d7df23;
  font-weight: 500;
}

.btn-hero {
  background: #d7df23;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn-hero:hover, .btn-hero:focus {
  background: rgb(174.1428571429, 180.7142857143, 26.2857142857);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.btn-hero:active {
  transform: translateY(0);
}
.btn-hero i {
  transition: transform 0.3s ease;
}
.btn-hero:hover i {
  transform: translateX(5px);
}

@media (max-width: 767.98px) {
  .hero-login {
    min-height: 500px;
    height: calc(100vh - 60px);
  }
  .hero-login .hero-content {
    padding: 1rem;
  }
  .hero-title {
    letter-spacing: 1px;
  }
  .btn-hero {
    font-size: 1rem;
    padding: 0.75rem 2rem !important;
  }
}
.timeline-vertical {
  position: relative;
  padding-left: 100px;
}
.timeline-vertical::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 68px;
  width: 3px;
  background: rgba(0, 164, 217, 0.2);
  z-index: 1;
}

.timeline-progress-vertical {
  position: absolute;
  top: 0;
  left: 68px;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #d7df23, rgb(223.0952380952, 229.4761904762, 79.5238095238));
  z-index: 2;
  transition: height 0.5s ease;
  box-shadow: 0 0 10px rgba(215, 223, 35, 0.5);
}

.timeline-item {
  position: relative;
  padding-bottom: 2rem;
  min-height: 100px;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -66px;
  top: 0;
  z-index: 3;
}
.timeline-marker .step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(0, 164, 217, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.timeline-marker .step-circle .lucide {
  color: #66829c;
  transition: all 0.4s ease;
}

.timeline-content-inline {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .timeline-content-inline .card-light {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }
}

.timeline-item:hover .step-circle {
  background: rgba(0, 164, 217, 0.05);
  border-color: #00a4d9;
}
.timeline-item:hover .step-circle .lucide {
  color: #00a4d9;
}
.timeline-item.active .step-circle {
  background: #00a4d9;
  border-color: #00a4d9;
  box-shadow: 0 0 25px rgba(0, 164, 217, 0.3);
}
.timeline-item.active .step-circle .lucide {
  color: #ffffff;
}
@media (min-width: 992px) {
  .timeline-item.active .timeline-content-inline .card-light {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    border-color: rgba(0, 164, 217, 0.3);
  }
}

@media (max-width: 991.98px) {
  .timeline-vertical {
    padding-left: 70px;
  }
  .timeline-vertical::before {
    left: 49px;
  }
  .timeline-progress-vertical {
    left: 49px;
  }
  .timeline-marker {
    left: -45px;
  }
  .timeline-marker .step-circle {
    width: 50px;
    height: 50px;
  }
  .timeline-content-inline .card-light {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
@media (max-width: 575.98px) {
  .timeline-vertical {
    padding-left: 50px;
  }
  .timeline-vertical::before {
    left: 34px;
  }
  .timeline-progress-vertical {
    left: 34px;
  }
  .timeline-marker {
    left: -35px;
  }
  .timeline-marker .step-circle {
    width: 40px;
    height: 40px;
  }
  .timeline-marker .step-circle .lucide {
    width: 18px;
    height: 18px;
  }
  .timeline-item {
    padding-bottom: 1.5rem;
  }
}
.card-light {
  background: #ffffff;
  border: 1px solid rgba(102, 130, 156, 0.15);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-light:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 164, 217, 0.3);
}
.card-light h5,
.card-light h6 {
  color: #00a4d9;
}
.card-light p {
  color: #3c3c3b;
}

.glass-card-dark {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.glass-card-dark:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-10px);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3) !important;
  border-color: rgba(215, 223, 35, 0.4);
}

.icon-circle-primary {
  width: 70px;
  height: 70px;
  background: rgba(0, 164, 217, 0.1);
  border: 2px solid rgba(0, 164, 217, 0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.card-light:hover .icon-circle-primary {
  transform: scale(1.1);
  background: rgba(0, 164, 217, 0.15);
  border-color: #00a4d9;
  box-shadow: 0 0 25px rgba(0, 164, 217, 0.2);
}

.icon-circle-glow {
  width: 70px;
  height: 70px;
  background: rgba(215, 223, 35, 0.15);
  border: 2px solid rgba(215, 223, 35, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.glass-card-dark:hover .icon-circle-glow {
  transform: scale(1.1);
  background: rgba(215, 223, 35, 0.25);
  border-color: #d7df23;
  box-shadow: 0 0 30px rgba(215, 223, 35, 0.3);
}

.avatar-circle-primary {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #00a4d9;
  padding: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.avatar-circle-primary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card-light:hover .avatar-circle-primary {
  transform: scale(1.05);
  border-color: rgb(0, 125.4562211982, 166);
  box-shadow: 0 8px 25px rgba(0, 164, 217, 0.25);
}

#headerTopUserDropdown.header-nav-features-dropdown {
  background: #ffffff;
  border: none !important;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 0;
  overflow: hidden;
  min-width: 320px;
  max-width: 380px;
  width: 100%;
}
@media (min-width: 992px) {
  #headerTopUserDropdown.header-nav-features-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
  }
}
#headerTopUserDropdown .signin-form {
  padding: 1.5rem 1.75rem;
}
#headerTopUserDropdown h5 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #3d596d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(0, 164, 217, 0.15);
}
#headerTopUserDropdown .form-label {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #3c3c3b;
  margin-bottom: 0.4rem;
}
#headerTopUserDropdown .form-control {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  border: 1px solid rgba(102, 130, 156, 0.5);
  border-radius: 8px;
  padding: 0.65rem 1rem;
  transition: all 0.2s ease;
  background: #f9f9f9;
}
#headerTopUserDropdown .form-control:focus {
  border-color: #00a4d9;
  box-shadow: 0 0 0 3px rgba(0, 164, 217, 0.1);
  background: #ffffff;
}
#headerTopUserDropdown .form-control::-moz-placeholder {
  color: #adb5bd;
  font-size: 13px;
}
#headerTopUserDropdown .form-control::placeholder {
  color: #adb5bd;
  font-size: 13px;
}
#headerTopUserDropdown .form-group {
  margin-bottom: 1rem;
}
#headerTopUserDropdown .custom-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#headerTopUserDropdown .custom-control .custom-control-input {
  width: 16px;
  height: 16px;
  accent-color: #00a4d9;
}
#headerTopUserDropdown .custom-control .custom-control-label {
  font-size: 13px;
  color: #3c3c3b;
  cursor: pointer;
}
#headerTopUserDropdown .btn-primary {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}
#headerTopUserDropdown .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 164, 217, 0.3);
}
#headerTopUserDropdown .forgot-password {
  font-size: 12px;
  color: #00a4d9;
  text-decoration: none;
  transition: color 0.2s ease;
}
#headerTopUserDropdown .forgot-password:hover {
  color: rgb(0, 125.4562211982, 166);
  text-decoration: underline;
}
#headerTopUserDropdown .divider {
  position: relative;
  text-align: center;
  margin: 1.25rem 0;
}
#headerTopUserDropdown .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(102, 130, 156, 0.3);
}
#headerTopUserDropdown .divider span {
  position: relative;
  background: #ffffff;
  padding: 0 1rem;
  font-size: 12px;
  color: #8b94a3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#headerTopUserDropdown .btn-outline-secondary {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.6rem 1.25rem;
  border-color: rgba(102, 130, 156, 0.5);
  color: #3c3c3b;
  transition: all 0.3s ease;
}
#headerTopUserDropdown .btn-outline-secondary:hover {
  background: #f4f4f4;
  border-color: #00a4d9;
  color: #00a4d9;
}

@media (max-width: 991.98px) {
  #headerTopUserDropdown.header-nav-features-dropdown {
    min-width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid rgba(102, 130, 156, 0.2) !important;
  }
  #headerTopUserDropdown .signin-form {
    padding: 1.25rem 1rem;
  }
}
#mobileMenuOffcanvas .signin-form {
  padding: 1rem 0;
  border-top: 1px solid #66829c;
  margin-top: 1rem;
}
#mobileMenuOffcanvas .signin-form h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#mobileMenuOffcanvas .signin-form .form-control {
  font-size: 16px;
}

#loginModal.show {
  backdrop-filter: blur(8px);
}
#loginModal .modal-content {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 1rem;
  overflow: hidden;
}
#loginModal .modal-header {
  border: 0;
  padding-bottom: 0;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
}
#loginModal .modal-header .btn-close {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
#loginModal .modal-header .btn-close:hover {
  opacity: 1;
}
#loginModal .modal-body {
  padding: 0 2rem 2rem;
}
#loginModal .signin-form .signin-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
#loginModal .signin-form .signin-header .signin-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
}
#loginModal .signin-form .signin-header .signin-icon i {
  font-size: 1.5rem;
  color: #fff;
}
#loginModal .signin-form .signin-header h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 0.25rem;
}
#loginModal .signin-form .signin-header p {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0;
}
#loginModal .signin-form .form-group {
  margin-bottom: 1rem;
}
#loginModal .signin-form .form-group .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
#loginModal .signin-form .form-group .form-control {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}
#loginModal .signin-form .form-group .form-control:focus {
  border-color: var(--bs-primary);
}
#loginModal .signin-form .form-group .form-control::-moz-placeholder {
  color: #adb5bd;
}
#loginModal .signin-form .form-group .form-control::placeholder {
  color: #adb5bd;
}
#loginModal .signin-form .form-group .input-group .input-group-text {
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
}
#loginModal .signin-form .form-group .input-group .input-group-text i {
  width: 18px;
  height: 18px;
  color: #6c757d;
}
#loginModal .signin-form .form-group .input-group .form-control {
  border-left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  padding-left: 0.5rem;
}
#loginModal .signin-form .form-group .input-group:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
  border-radius: 0.5rem;
}
#loginModal .signin-form .form-group .input-group:focus-within .input-group-text {
  border-color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
#loginModal .signin-form .form-group .input-group:focus-within .input-group-text i {
  color: var(--bs-primary);
}
#loginModal .signin-form .form-group .input-group:focus-within .form-control {
  border-color: var(--bs-primary);
}
#loginModal .signin-form .form-check .form-check-input {
  border-radius: 0.25rem;
}
#loginModal .signin-form .form-check .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
#loginModal .signin-form .form-check .form-check-label {
  font-size: 0.875rem;
  color: #495057;
}
#loginModal .signin-form .forgot-link {
  font-size: 0.875rem;
  color: var(--bs-primary);
  text-decoration: none;
}
#loginModal .signin-form .forgot-link:hover {
  text-decoration: underline;
}
#loginModal .signin-form .btn-login {
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  border: none;
  border-radius: 0.5rem;
  padding: 0.875rem;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
#loginModal .signin-form .btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--bs-primary-rgb), 0.35);
}
#loginModal .signin-form .btn-login:active {
  transform: translateY(0);
}
#loginModal .signin-form .divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
#loginModal .signin-form .divider::before, #loginModal .signin-form .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e9ecef;
}
#loginModal .signin-form .divider span {
  padding: 0 1rem;
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#loginModal .signin-form .btn-register {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #495057;
  background: transparent;
  transition: all 0.2s ease;
}
#loginModal .signin-form .btn-register:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.05);
}

@media (max-width: 575.98px) {
  #loginModal .modal-dialog {
    margin: 0.5rem;
  }
  #loginModal .modal-body {
    padding: 0 1.25rem 1.5rem;
  }
  #loginModal .signin-form .signin-header .signin-icon {
    width: 50px;
    height: 50px;
  }
  #loginModal .signin-form .signin-header .signin-icon i {
    font-size: 1.25rem;
  }
  #loginModal .signin-form .signin-header h5 {
    font-size: 1.125rem;
  }
  #loginModal .signin-form .form-control {
    font-size: 16px;
  }
}
