@media (max-width: 1024px) {
  h1.wow {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  h1.wow {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 425px) {
  h1.wow {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 1024px) {
  p.wow {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  p.wow {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 425px) {
  p.wow {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  ul.banner-btns {
    gap: 12px;
  }

  ul.banner-btns li a {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  ul.banner-btns {
    flex-direction: column;
    gap: 10px;
  }

  ul.banner-btns li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media (max-width: 425px) {
  ul.banner-btns li a {
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .col-lg-6.pl-0 {
    min-height: 350px;
  }

  .mainBanner-img img {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .col-lg-6.pl-0 {
    min-height: 300px;
    margin-top: 20px;
  }

  .mainBanner-img img {
    max-width: 100%;
  }

  .mainBanner-img img[alt="Arrow Icon"] {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 425px) {
  .col-lg-6.pl-0 {
    min-height: 250px;
  }

  .mainBanner-img img[alt="Arrow Icon"] {
    width: 24px;
    height: 24px;
    top: 5px;
    left: 5px;
  }
}

/* Subtitle */
.hiw-subtitle {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  color: #162956;
}

/* Title */
.hiw-title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 56px;
  color: #101828;
}

.hiw-italic {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
}

/* Description */
.hiw-desc {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  line-height: 26px;
  max-width: 620px;
  color: rgba(16, 24, 40, 0.7);
}

/* Card */
.hiw-card {
  background-color: #F9FAFB;
  border-radius: 12px;
  transition: all 0.35s ease;
}

.hiw-card:hover {
  background-color: #162956;
  color: #ffffff;
}

/* Card Icon Wrapper */
.hiw-icon {
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0 auto;
}

/* icon-wrapper to normalize all icons */
.icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-wrapper img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: opacity 0.3s ease;
}

/* Icon swap on hover */
.icon-hover {
  opacity: 0;
}

.hiw-card:hover .icon-default {
  opacity: 0;
}

.hiw-card:hover .icon-hover {
  opacity: 1;
}

/* Card Text */
.hiw-step {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
}

.hiw-card-title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  /* semi-bold */
  font-size: 26px;
  line-height: 32px;
  color: #101828;
  transition: color 0.3s ease;
}

.hiw-card-desc {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  /* medium */
  font-size: 16px;
  line-height: 26px;
  color: rgba(16, 24, 40, 0.7);
  transition: color 0.3s ease, opacity 0.3s ease;
}

/* Hover text color */
.hiw-card:hover .hiw-step,
.hiw-card:hover .hiw-card-title,
.hiw-card:hover .hiw-card-desc {
  color: #ffffff !important;
  opacity: 1;
}

/* CTA */
.hiw-cta-text {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 20px;
  color: rgba(16, 24, 40, 0.7);
}

.hiw-btn {
  background-color: #162956;
  color: #ffffff;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

.hiw-btn:hover {
  background-color: #0f1d40;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .hiw-title {
    font-size: 40px;
    line-height: 44px;
  }
}

/* section {
  border-radius: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 992px) {
  section {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  section {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 16px;
  }
} */

.nbnm {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0px !important;
}

/* Works on Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  /* background: #6d28d9; purple */
  background: #0688E8;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #068ae88a;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #0688E8 #ffffff;
}

/* Webkit browsers */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0688E8, #0469b1);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #0688E8, #0469b1);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Firefox support */
* {
  scrollbar-width: thin;
  scrollbar-color: #0688E8 #ffffff;
}

/* The default state is already handled by your HTML src */

/* Change the image when the button is hovered */
/* .faq-btn-cta:hover .cta-icon {
    content: url("assets/images/farw.png");
} */