ul.navbar-nav {
    margin-top: 8px;
}

.navbar .container {
    position: relative;
    align-items: center;
}

.navbar-top-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-menu .nav-link:hover,
.navbar-menu .nav-link:focus {
    color: #7d65fd;
}

.navbar-menu .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.25rem;
    left: 0.85rem;
    right: 0.85rem;
    height: 2px;
    background-color: #7d65fd;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.navbar-menu .nav-link:hover::after,
.navbar-menu .nav-link:focus::after,
.navbar-menu .nav-link.active::after {
    transform: scaleX(1);
}

.navbar-collapse-custom {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-menu-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.navbar-popup-panel {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.navbar-menu .nav-link {
    font-weight: 500;
    padding: 0.75rem 0.85rem;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s ease;
}

.navbar-login-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.navbar-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background-color: #f2a173;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin-top: 8px;
}

.navbar-login-btn:hover,
.navbar-login-btn:focus {
    background-color: #e19365;
    color: #ffffff;
    transform: translateY(-1px);
}

.navbar-login-btn i {
    font-size: 0.9rem;
}

.navbar-brand {
    margin-top: 2px;
}

section[id] {
    scroll-margin-top: 96px;
}

@media (min-width: 1200px) {
    .navbar-brand {
        margin-right: 0;
    }

    .navbar-top-row {
        display: contents;
    }

    .navbar-collapse-custom {
        display: flex !important;
    }

    .navbar-popup-panel {
        align-items: center;
    }

    .navbar-menu-wrapper {
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-toggler {
        display: block !important;
    }

    .navbar-collapse-custom {
        display: none !important;
    }

    .navbar-collapse-custom.show {
        display: block !important;
    }
}

@media (max-width: 1199.98px) {
    .navbar {
        padding: 0;
    }

    .navbar .container {
        flex-wrap: wrap;
        row-gap: 0;
        padding: 0;
        max-width: 100%;
    }

    .navbar-top-row {
        background-color: #ffffff;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-toggler {
        margin-left: auto;
        padding: 0.25rem;
        margin-right: -0.25rem;
    }

    .navbar-collapse-custom {
        width: 100%;
        flex-basis: 100%;
        order: 3;
        display: block;
        padding: 0;
        margin-top: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .navbar-popup-panel {
        display: block;
        width: 100%;
        padding: 1rem 1rem 0.5rem;
        border-top: 1px solid rgba(17, 24, 39, 0.08);
        background-color: #ffffff;
        box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18), 0 4px 8px rgba(17, 24, 39, 0.12);
    }

    .navbar-menu-wrapper {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .navbar-menu {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin: 0;
        width: 100%;
    }

    .navbar-menu .nav-item,
    .navbar-menu .nav-link {
        width: 100%;
        text-align: center;
    }

    .navbar-menu .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(17, 24, 39, 0.06);
        display: block;
    }

    .navbar-menu .nav-link:hover,
    .navbar-menu .nav-link:focus {
        background-color: rgba(125, 101, 253, 0.08);
        color: #7d65fd;
    }

    .navbar-menu .nav-link::after {
        display: none;
    }

    .navbar-login-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 0.75rem;
        margin-left: 0;
        padding: 0 0 0.5rem;
    }
}

h2 {
    font-family: "Nunito Sans", system-ui, -apple-system, sans-serif!important;
    line-height: 1.0!important;
    font-size: 44px!important;
}

h3 {
    font-size: 22px!important;
}

p {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.3!important;
    font-size: 20px!important;
}

button {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.0!important;
    font-size: 18px!important;
    white-space: nowrap;
    border-radius: 20px!important;
    border-width: 2px!important;
}

.badge {
    border-radius: 14px!important;
    border-width: 2px!important;
    margin-bottom: 40px;
}

.img-square-crop {
    width: 100%;

    /* Ensures it fills the column width */
    aspect-ratio: 1 / 1;

    /* FORCES the container to be square */
    object-fit: cover;

    /* CROPS the overflowing sides to prevent distortion */
    object-position: center;

    /* Keeps the middle of the image visible */
    display: block;

    /* Removes default baseline space below image */
    margin-bottom: 1rem;

    /* Adjust this to match your desired spacing to the <h4> */
}

.feature-box {
    border-radius: 16px;
    padding: 20px;
    border: 2px solid #DDD;
}

.howloyalty {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #8f94fb;
    transform: rotate(6deg);
    margin-top: 26px;
    margin-left: -72px;
}

/* ==========================================================
   Footer
   ========================================================== */

.tapspot-footer {
  background: #2a1f2d;
  color: #fff;
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  padding: 48px 0 28px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 36px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.footer-logo {
  width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-social {
  margin-top: auto;
}

.footer-social-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0 0 12px;
}

.footer-social-icons {
  display: flex;
  gap: 16px;
}

.footer-social-icons a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.footer-social-icons a:hover {
  opacity: 0.7;
}

.footer-col h4.footer-heading,
.footer-right h4.footer-heading {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
}

.footer-col ul,
.footer-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li,
.footer-right ul li {
  margin-bottom: 12px;
}

.footer-col ul li a,
.footer-right ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.15s ease;
}

.footer-col ul li a:hover,
.footer-right ul li a:hover {
  opacity: 0.7;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-left {
    min-height: auto;
  }

  .footer-social {
    margin-top: 24px;
  }
}