/* Custom injectable sections (SPKHomepageSection) */
.spk-custom-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.spk-custom-section .container {
  width: 100%;
  max-width: 1200px;
  padding: 3rem 1.5rem;
}

.reveal {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-fade {
  transform: translateY(20px);
}

.reveal-left {
  transform: translateX(-30px);
}

.reveal-right {
  transform: translateX(30px);
}

.animate-in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* Mobile Menu Animation */
#mobile-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#mobile-menu a {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.active a {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation for menu items */
#mobile-menu.active a:nth-child(1) {
  transition-delay: 0.1s;
}

#mobile-menu.active a:nth-child(2) {
  transition-delay: 0.15s;
}

#mobile-menu.active a:nth-child(3) {
  transition-delay: 0.2s;
}

#mobile-menu.active a:nth-child(4) {
  transition-delay: 0.25s;
}

#mobile-menu.active a:nth-child(5) {
  transition-delay: 0.3s;
}

.hamburger {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #004a99;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 2px;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 18px;
}

.hamburger.active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

/* Header visibility based on fullpage section */
header {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
}

header {
  transform: translateY(-100%);
  opacity: 0;
  animation-name: HeaderAnimation;
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes HeaderAnimation {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fp-viewing-1 header,
.fp-viewing-2 header,
.fp-viewing-3 header,
.fp-viewing-4 header,
.fp-viewing-5 header,
.fp-viewing-6 header,
.fp-viewing-7 header {
  transform: translateY(-100%) !important;
  opacity: 0;
  pointer-events: none;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.logo-wrapper img {
  width: 120px;
}

.footer-logo img {
  width: 100px;
}

.fp-watermark {
  display: none !important;
}

.section {
  padding-top: 64px; /* Space for fixed header */
  overflow: hidden !important;
}

.fp-auto-height {
  padding-top: 0 !important;
}

.footer-section {
  background-color: #fdb913;
  border-top: 1px solid #e2e8f0;
}
.footer-section .footer-inner {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .footer-section .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 3.5rem 1rem;
  }
}
.footer-section .footer-copy {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.footer-section .footer-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-section .footer-links {
  margin: 0;
}
.footer-section.fp-table {
  display: block;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #004a99;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logo-wrapper img {
  width: 120px;
  display: block;
}
@media (max-width: 767.98px) {
  .logo-wrapper img {
    width: 100px;
  }
}

.footer-logo img {
  width: 100px;
}

.main-wrapper .calculator-wrapper {
  position: relative;
  padding-right: 30px;
}
.main-wrapper .calculator-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: rgb(44, 57, 118);
  border-radius: 2px;
  z-index: 4;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.sec1-img {
  right: -9px;
  bottom: -10px;
  position: absolute !important;
  margin-top: 2rem;
}
.sec1-img .sec-img {
  width: 14rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .sec1-img .sec-img {
    width: 24rem;
  }
}
@media (min-width: 768px) {
  .sec1-img {
    margin-top: 0px;
    margin-left: 3rem;
  }
}

.sec3-img {
  right: -32px;
  bottom: -24px;
  position: absolute !important;
}

.sec2-img {
  left: -12px;
  bottom: -18px;
  position: absolute !important;
  width: 100%;
  height: 500px;
  display: flex;
  margin-bottom: 3rem;
}
.sec2-img img {
  width: 500px;
  height: 500px;
}
@media (min-width: 768px) {
  .sec2-img {
    margin-bottom: 0px;
  }
}

.tagline-wrapper {
  margin-left: 12%;
}

.tagline-wrapper {
  margin-left: 0;
  margin-top: -200px;
}

.fen-logo img {
  width: 125px;
}

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

.dropdown-toggle {
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: white;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 160px;
  list-style: none;
  padding: 5px 0;
  margin: 5px 0 0;
  border: 1px solid #ccc;
  background: white;
  display: none;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 8px 12px;
}

.dropdown-menu li:hover {
  background: #f5f5f5;
}

/* Show dropdown */
.dropdown.open .dropdown-menu {
  display: block;
}

.splash-header {
  padding: 25px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .splash-header {
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .splash-header {
    justify-content: center;
  }
}
.splash-header .dropdown .dropdown-toggle {
  color: #004a99;
  font-weight: 700;
  border: 0;
  border-radius: 32px;
  padding: 8px 20px;
  background: none;
}
@media (max-width: 575.98px) {
  .splash-header .dropdown .dropdown-toggle {
    font-size: 12px;
    margin-left: 10px;
  }
}
.splash-header .dropdown .dropdown-toggle:after {
  display: none;
}
.splash-header .dropdown .dropdown-toggle i {
  position: relative;
  left: 5px;
  transform: rotate(0);
  transition: all 0.2s ease;
}
.splash-header .dropdown.open i {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.splash-header .dropdown-menu {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.splash-header .dropdown-item:hover {
  background: #004a99;
  color: #fff;
}
.splash-header .current .dropdown-item {
  background: #004a99;
  color: #fff;
}

.splash-section {
  margin-top: -125px;
}

.ad-cat-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}

.ad-cat-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
  text-align: center;
}
.ad-cat-wrapper .btn-group ul li a {
  padding: 6px;
}
.ad-cat-wrapper .btn-group ul li.active a {
  padding: 6px 15px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-inline-item {
  display: inline-block;
}

.btn-group ul li a {
  border-radius: 40px;
  border: 2px solid transparent;
  background: none;
  box-shadow: none;
  padding: 10px 15px;
  display: inline-block;
  color: #1559ea;
  text-decoration: none;
  font-weight: 700;
}

.media-card {
  display: block;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.media-card .thumbBg {
  aspect-ratio: 10/5;
  overflow: hidden;
  position: relative;
}
.media-card .ads-body {
  padding: 15px;
}
.media-card .ads-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #293272;
}
.media-card .ads-body .ads-date {
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
}

.pagination-wrapper {
  margin-top: 40px;
}
.pagination-wrapper .pagination {
  justify-content: center;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination-wrapper .pagination .page-item {
  padding: 0 3px;
}
.pagination-wrapper .pagination .page-item .page-link {
  position: relative;
  border: 0;
  color: #333;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 4px;
  display: block;
  text-align: center;
  box-sizing: content-box;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background: #293272;
  color: #fff;
}

figure {
  margin: 0 0 1rem;
}

.single-post-content p {
  margin-bottom: 25px;
}

@media (max-width: 1023.98px) {
  .main-wrapper .calculator-wrapper {
    position: relative;
    padding-right: 30px;
  }
  .main-wrapper .calculator-wrapper:after {
    display: none;
  }
  .tagline-wrapper {
    margin-left: 0;
    margin-top: -100px;
  }
}
@media (max-width: 767.98px) {
  .sec2-img {
    left: -8px;
    bottom: -58px;
    position: absolute !important;
    width: 250px;
    height: 250px;
  }
  .sec2-img img {
    width: 250px;
    height: 250px;
  }
  .fp-viewing-8 header {
    transform: translateY(-100%) !important;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 599px) {
  body {
    font-size: 14px !important;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdb913;
}

/* Listing pages (knowledge sub-pages): fixed header with shadow */
.spk-listing-page .header-wrapper {
  position: fixed;
  background: #fdb913;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Push banner below the fixed header (~82px actual height) */
.spk-listing-page .spk-listing-banner {
  margin-top: 90px;
  padding-top: 0;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .spk-listing-page .spk-listing-banner {
    margin-top: 75px;
  }
}

/* Breadcrumb sits at the very top of the banner (on the background image) */
.spk-listing-banner .breadcrumb-section {
  background: transparent;
  padding: 50px 0 12px;
  text-align: left;
  opacity: 1 !important;
  transform: none !important;
  font-size: 14px;
}

.spk-listing-banner .breadcrumb-item a {
  color: #1a3a5c;
}

.spk-listing-banner .breadcrumb-item.active {
  color: #555;
}

.spk-listing-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #999;
}

@media (max-width: 767.98px) {
  .spk-listing-page .spk-listing-banner {
    padding-bottom: 35px;
  }
}

.spk-calculator-page .spk-listing-banner {
  background-image: none;
  padding-bottom: 10px;
}

.spk-calculator-page .spk-listing-banner .breadcrumb-section {
  padding-top: 70px;
}

.spk-listing-page .spk-listing-title {
  padding-top: 80px;
  padding-bottom: 40px;
}
.header-wrapper .logo-wrapper {
  gap: 0.5rem;
  align-items: center;
  display: flex;
}
.header-wrapper .logo-wrapper .tracking-tighter {
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .header-wrapper {
    padding: 12px 16px;
  }
}

.hamburger-btn {
  position: relative;
  z-index: 50;
  border: 0;
  background: none;
}

#mobile-menu {
  color: #004a99;
  font-weight: 700;
  background: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  z-index: 40;
  position: fixed;
  inset: 0px;
}
#mobile-menu a {
  margin-top: 25px;
  color: #004a99;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
}

#mobile-menu a:hover,
#mobile-menu a.active {
  color: #f89420;
}
@media (min-width: 768px) {
  #mobile-menu {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.sec1 {
  background: #fdb913;
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.sec1 .tagline-wrapper {
  align-items: center;
  flex-direction: column;
  height: 100%;
  display: flex;
  margin-top: 155px;
  margin-left: 12%;
}
.sec1 .tagline-wrapper .reveal {
  z-index: 10;
}
.sec1 .tagline-wrapper h1 {
  color: #004a99;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .sec1 .tagline-wrapper h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .sec1 .tagline-wrapper {
    flex-direction: row;
    margin-top: -60px;
    margin-left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .sec1 .tagline-wrapper {
    justify-content: flex-start;
    margin-top: -30px;
  }
}

.sec2 {
  background: #ffd200;
  padding: 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.sec2 .sec2-img {
  z-index: 10;
}
.sec2 .tagline-wrapper {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex-direction: column;
  max-width: 80rem;
  max-width: 80rem;
  height: 100%;
  display: flex;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .sec2 .tagline-wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    justify-content: center;
    margin-top: 0px;
  }
}
.sec2 .tagline-wrapper .tagline-content {
  text-align: center;
  max-width: 56rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sec2 .tagline-wrapper .tagline-content {
    margin-bottom: 4rem;
  }
}
.sec2 .tagline-wrapper .tagline-content .tagline-title {
  color: #004a99;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px) {
  .sec2 .tagline-wrapper .tagline-content .tagline-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec2 .tagline-wrapper .tagline-content .tagline-title {
    font-size: 3rem;
    line-height: 1;
  }
}
.sec2 .tagline-wrapper .tagline-stats {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .sec2 .tagline-wrapper .tagline-stats {
    flex-direction: row;
  }
}
.sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper {
  width: 18rem;
}
@media (min-width: 768px) {
  .sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper {
    width: 21rem;
  }
}
.sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .tagline-stats-content {
  padding: 2rem;
  background: #fff;
  border-radius: 1.5rem;
}
.sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .stats-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .stats-wrapper:nth-child(2), .sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .stats-wrapper:nth-child(4), .sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .stats-wrapper:nth-child(3) {
  margin-top: 15px;
}
.sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .stats-wrapper .stats {
  color: #004a99;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .sec2 .tagline-wrapper .tagline-stats .tagline-stats-content-wrapper .stats-wrapper .stats {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .sec2 {
    padding: 5rem 1.5rem;
  }
}

.sec3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #f39200;
  overflow: hidden;
}
.sec3 .tagline-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
@media (min-width: 768px) {
  .sec3 .tagline-wrapper {
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 0px;
    margin-left: 12%;
  }
}
.sec3 .tagline-wrapper .tagline-text {
  color: #004a99;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .sec3 .tagline-wrapper .tagline-text {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .sec3 .sec3-img {
    margin-left: 5rem;
  }
}
.sec3 .sec3-img .sec-img {
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  .sec3 .sec3-img .sec-img {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .sec3 .sec3-img .sec-img {
    width: 500px;
    height: 500px;
  }
}

.sec4 {
  background: #1d1d1b;
}
.sec4 .tagline-text {
  color: #fff;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .sec4 .tagline-text {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.sec5 {
  background: #fff;
}
.sec5 .tagline-text {
  color: #004a99;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .sec5 .tagline-text {
    font-size: 3rem;
    line-height: 1;
  }
}

.sec6 {
  background: #f9fafb;
}
.sec6 .tagline-text {
  color: #004a99;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .sec6 .tagline-text {
    font-size: 3rem;
    line-height: 1;
  }
}

.sec7 {
  background: #d9e5f4;
}
.sec7 .tagline-title {
  color: #004a99;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px) {
  .sec7 .tagline-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec7 .tagline-title {
    font-size: 3rem;
    line-height: 1;
  }
}
.sec7 .tagline-text {
  color: #004a99;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .sec7 .tagline-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .sec7 .tagline-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.sec7 .sec7-calculator {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5rem;
  border: 1px solid white;
  padding: 1.5rem;
  margin-bottom: 3rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .sec7 .sec7-calculator {
    padding: 2rem;
  }
}
.btn-calculator-cta {
  display: inline-block;
  background-color: #F39200;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.75rem 2.5rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.btn-calculator-cta:hover {
  background-color: #D68100;
  transform: scale(1.05);
  color: #fff;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

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

.text-left {
  text-align: left;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.justify-center {
  justify-content: center;
}

.border {
  border-width: 1px;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.border-white {
  border-color: #fff;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.font-bold {
  font-weight: 700;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.flex-col {
  flex-direction: column;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.italic {
  font-style: italic;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-700 {
  color: #374151;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.list-none {
  list-style-type: none;
}

.items-start {
  align-items: flex-start;
}

.mr-2 {
  margin-right: 0.5rem;
}

.text-\[\#004A99\] {
  color: #004a99;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 16px;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.shadow-lg {
  --tw-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bg-\[\#F39200\] {
  background: #f39200;
}

.rounded-full {
  border-radius: 9999px;
}

.hover\:bg-\[\#D68100\]:hover {
  background: #d68100;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-12 {
  gap: 3rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-3 {
  padding: 0.75rem !important;
}

.bg-gray-50 {
  background: #f9fafb;
}

.border-gray-100 {
  border-color: #f3f4f6;
}

.text-gray-600 {
  color: #4b5563;
}

.text-\[12px\] {
  font-size: 12px;
}

.flex-grow {
  flex-grow: 1;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.text-slate-500 {
  color: #64748b;
}

.text-\[12px\] {
  font-size: 12px;
  line-height: 16px;
}

.mt-12 {
  margin-top: 3rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.block {
  display: block;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.bg-\[\#f3cd89\] {
  background: #f3cd89;
}

.border-slate-200 {
  border-color: #e2e8f0;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.fp-auto-height {
  padding-top: 0 !important;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.justify-between {
  justify-content: space-between;
}

.max-w-5xl {
  max-width: 64rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.text-\[14px\] {
  font-size: 14px;
  line-height: 20px;
}

.text-white {
  color: #fff;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-slate-600 {
  color: #64748b;
}

.leading-relaxed {
  line-height: 1.625;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.underline {
  text-decoration: underline;
}

.bg-\[\#E8F0FE\] {
  background: #e8f0fe;
}

.border-blue-100 {
  border-color: #dbeafe;
}

.border-black {
  border-color: #000;
}

.border-solid {
  border-style: solid;
}

.w-64 {
  width: 16rem;
}

.h-64 {
  height: 16rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 16px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.max-w-xs {
  max-width: 20rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.w-3 {
  width: 0.75rem;
}

.h-3 {
  height: 0.75rem;
}

.bg-\[\#3DB71A\] {
  background: #3db71a;
}

.bg-\[\#FFE71A\] {
  background: #ffe71a;
}

.bg-\[\#3578FB\] {
  background: #3578fb;
}

.bg-\[\#F23E2D\] {
  background: #f23e2d;
}

.bg-\[\#F79828\] {
  background: #f79828;
}

.border-slate-300 {
  border-color: #cbd5e1;
}

hr {
  margin: 0.75rem 0;
}

.mt-14 {
  margin-top: 3.5rem;
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

.top-1\/2 {
  top: 50%;
}

.left-4 {
  left: 1rem;
}

.absolute {
  position: absolute;
}

.pl-12 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 1rem;
}

.left-3 {
  left: 0.75rem !important;
}

.border-slate-900 {
  border-color: #111827;
}

.border-2 {
  border-width: 2px;
}

.relative {
  position: relative;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}

.text-slate-700 {
  color: #374151;
}

.font-medium {
  font-weight: 500;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .text-md {
    font-size: 0.85rem;
    line-height: 1rem;
  }
}
@media (min-width: 640px) {
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:w-64 {
    width: 16rem;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===================== Knowledge Listing Page ===================== */

/* Banner hero area — background image + title */
.spk-listing-banner {
  background: #fff url(/images/Page-BG-C-Desktop.jpg) no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 60px 0 50px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .spk-listing-banner {
    background-image: url(/images/Page-BG-C-Mobile.jpg);
  }
}

.spk-listing-title h1 {
  color: #293272;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}

.spk-listing-title h1::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f89420;
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .spk-listing-title h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .spk-listing-title h1 {
    font-size: 2rem;
  }
}

/* Tab switcher — reuse .ad-cat-wrapper from main styles */
.spk-content-wrapper .ad-cat-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.spk-content-wrapper .ad-cat-wrapper .list-inline {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.spk-content-wrapper .ad-cat-wrapper .list-inline-item a {
  display: inline-block;
  padding: 10px 15px;
  color: #1559ea;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 40px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.spk-content-wrapper .ad-cat-wrapper .list-inline-item a:hover {
  color: #000000;
}

.spk-content-wrapper .ad-cat-wrapper .list-inline-item.active a {
  color: #fff;
  padding: 10px 25px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, #f89420 0%, #f33454 100%);
  box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, -4px -4px 4px 0px rgba(0, 0, 0, 0.15) inset;
  font-weight: 700;
}

/* Card grid inside knowledge listing */
.spk-content-wrapper .grid-wrapper .media-card {
  display: block;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px;
  color: inherit;
  transition: box-shadow 0.2s;
}

.spk-content-wrapper .grid-wrapper .media-card:hover {
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}

.spk-content-wrapper .grid-wrapper .thumbBg {
  aspect-ratio: 10/5;
  overflow: hidden;
  position: relative;
}

.spk-content-wrapper .grid-wrapper .thumbBg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spk-content-wrapper .grid-wrapper .ads-body {
  padding: 15px;
  background: #fff;
}

.spk-content-wrapper .grid-wrapper .ads-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #293272;
}

.spk-content-wrapper .grid-wrapper .ads-date {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.spk-content-wrapper .pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}

/* Optional intro text */
.spk-knowledge-intro {
  margin-bottom: 20px;
}

/* ===================== Section 8: Knowledge Library ===================== */
.sec8 {
  background-color: #ffffff;
  padding: 6rem 1.5rem;
}

.knowledge-section {
  max-width: 80rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.knowledge-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004A99;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .knowledge-title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .knowledge-grid {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .knowledge-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.knowledge-card {
  background-color: #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #cbd5e1;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease;
}

.knowledge-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}

@media (min-width: 768px) {
  .knowledge-card {
    border-radius: 1.5rem;
    padding: 2rem;
  }
}

.knowledge-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #004A99;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .knowledge-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.knowledge-card p {
  color: #4b5563;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  flex-grow: 1;
}

@media (min-width: 640px) {
  .knowledge-card p {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .knowledge-card p {
    margin-bottom: 2rem;
  }
}

.knowledge-card-link {
  color: #004A99;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.knowledge-card-link:hover {
  color: #1d4ed8;
}

/* ── Breadcrumb (SPK listing pages) ─────────────────────────────────────── */
.breadcrumb-section {
  background: #f4f6f8;
  padding: 10px 0;
}

.breadcrumb-wrapper {
  margin: 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 0.85rem;
}

.breadcrumb-item a {
  color: #004A99;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #666;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999;
}

/* ── Calculator Page ─────────────────────────────────────────────────────── */
.spk-calculator-wrapper {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

/* Intro */
.calc-intro-section {
  margin-bottom: 3rem;
  padding-top: 1.5rem;
}

.calc-intro-section h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .calc-intro-section h1 {
    font-size: 1.875rem;
  }
}

.calc-intro-section p {
  color: #475569;
  max-width: 56rem;
  line-height: 1.625;
}

/* How much section */
.calc-how-much-section {
  margin-bottom: 2rem;
}

.calc-how-much-section h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.calc-how-much-section p {
  color: #475569;
}

/* Two-column grid */
.main-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  background: #e8f0fe;
  border: 1px solid #dbeafe;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .main-wrapper {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Left column — inputs */
.calculator-wrapper {
  position: relative;
  padding-right: 0;
}

@media (min-width: 1024px) {
  .calculator-wrapper {
    padding-right: 2rem;
  }

  .calculator-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #2c3976;
    border-radius: 2px;
  }
}

/* Numbered sections */
.calc-section {
  margin-bottom: 1.75rem;
}

.calc-section h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

/* Input grid — single column on all screen sizes */
.calc-inputs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

/* Individual field */
.calc-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.calc-field label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  display: block;
  margin-bottom: 0.25rem;
}

.calc-field input[type="number"] {
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.875rem;
  color: #1e293b;
  background-color: #ffffff;
  outline: none;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.calc-field input[type="number"]:focus {
  background-color: #f1f5f9;
  box-shadow: 0 0 0 3px rgba(0, 74, 153, 0.15);
}

/* RM prefix field */
.calc-field--prefix {
  flex-direction: column;
}

.calc-field--prefix .input-prefix-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.calc-field--prefix .prefix {
  position: absolute;
  left: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  pointer-events: none;
  z-index: 1;
}

.calc-field--prefix input[type="number"] {
  padding-left: 3rem;
}

/* Slider */
.calc-slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slider-display {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004a99;
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #cbd5e1;
  border-radius: 3px;
  accent-color: #004a99;
  outline: none;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #004a99;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #64748b;
}

/* Right column — summary */
.calc-summary {
  align-self: stretch;
}

.calc-summary h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

/* Chart area */
.chart-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .chart-area {
    flex-direction: row;
    align-items: center;
  }
}

#chart-container {
  width: 14.4rem;
  height: 14.4rem;
  flex-shrink: 0;
}

@media (max-width: 639px) {
  #chart-container {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
  }
}

/* Legend */
.chart-legend {
  flex: 1;
  font-size: 0.75rem;
}

.legend-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.legend-row > span:last-child {
  font-weight: 700;
}

.legend-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
}

.legend-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
  display: inline-block;
  flex-shrink: 0;
}

.legend-row hr {
  border-color: #cbd5e1;
  margin: 0.5rem 0;
}

.legend-total {
  font-weight: 700;
  color: #1e293b;
}

/* Results */
.calc-results {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.result-item {
  padding: 0.75rem 0;
  border-top: 2px solid #cbd5e1;
}

.result-item:last-child {
  border-bottom: 2px solid #cbd5e1;
}

.result-label {
  font-size: 0.75rem;
  color: #475569;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}

.result-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #004a99;
  margin: 0;
}

/* Salary section */
.calc-salary-section {
  margin-top: 3.5rem;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 1.5rem;
}

.calc-salary-section h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.calc-salary-section > p {
  color: #475569;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.salary-input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.btn-calculate {
  background: #f39200;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  border-radius: 0.75rem;
  border-radius: 9999px;
  padding: 0.625rem 2rem;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.btn-calculate:hover {
  background: #d68100;
}

.salary-results {
  display: none;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.8;
}

.salary-results p {
  margin: 0;
}

/* Disclaimer */
.calc-disclaimer {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: #64748b;
  font-style: italic;
  line-height: 1.6;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.25rem;
}

/* Header fix for calculator page */
.spk-calculator-page .header-wrapper {
  position: fixed;
  background: #fdb913;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Back to Top Button */
#back-to-top {
  position: fixed !important;
  bottom: 2rem !important;
  right: 2rem !important;
  left: auto !important;
  top: auto !important;
  z-index: 99999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #f89420 0%, #f33454 100%);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.25s, box-shadow 0.25s;
}

#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

#back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(243, 52, 84, 0.4);
}

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