/* Service Card Images */
.service-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0,52,206,0.10);
  background: #fff;
  display: block;
  margin: 0;
}
/* Hero Section Image */
.hero-image {
  width: 520px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0,52,206,0.10), 0 2px 8px rgba(0,0,0,0.06);
  border: 3px solid #fc790d;
  object-fit: cover;
  display: inline-block;
}
/* About Section Image */
.about-img {
  width: 520px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0,52,206,0.10), 0 2px 8px rgba(0,0,0,0.06);
  object-fit: cover;
  display: inline-block;
}
/* SRS-Pay Custom Styles */
:root {
  /* Hero Shapes Parallax */
  .hero-shape-1,
  .hero-shape-2 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s cubic-bezier(0.4, 2, 0.6, 1);
  }
  .hero-shape-1 {
    left: 40px; /* aligns with .container and logo */
    top: 32px; /* aligns with logo vertical position */
    width: 120px;
  }
  .hero-shape-2 {
    right: 40px; /* aligns with .container */
    bottom: 32px;
    width: 100px;
  }
  .hero-section {
    position: relative;
    overflow: hidden;
  }
  --srs-primary: #0034ce;
  --srs-primary-dark: #002499;
  --srs-primary-light: #e6ecff;
  --srs-text-dark: #0f172a;
  --srs-text-muted: #64748b;
  --srs-bg-light: #f8fafc;
}

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

body {
  font-family: "Inter", sans-serif;
  color: var(--srs-text-dark);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", sans-serif;
}

.navbar {
  padding: 14px 0;
  transition:
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  background: #fff;
}
.navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.navbar-brand {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--srs-primary) !important;
}
.navbar-brand i {
  margin-right: 6px;
}
.nav-link {
  font-weight: 700;
  color: var(--srs-text-dark) !important;
  margin: 0 4px;
  transition: color 0.2s;
}
.nav-link:hover,
.nav-link.active {
  color: var(--srs-primary) !important;
}
.btn-srs {
  background: var(--srs-primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.btn-srs:hover {
  background: var(--srs-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-srs-outline {
  background: transparent;
  color: var(--srs-primary);
  border: 2px solid var(--srs-primary);
  border-radius: 50px;
  padding: 8px 22px;
  font-weight: 600;
  transition: all 0.2s;
}
.btn-srs-outline:hover {
  background: var(--srs-primary);
  color: #fff;
}

.hero-section {
  background: linear-gradient(
    160deg,
    #f0f4ff 0%,
    #dbe4ff 25%,
    #ffffff 50%,
    #eef1ff 75%,
    #f8f9ff 100%
  );
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(0, 52, 206, 0.06) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}
.hero-section::after {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(0, 52, 206, 0.05) 0%,
    rgba(100, 80, 220, 0.03) 40%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}
.hero-badge {
  display: inline-block;
  background: var(--srs-primary-light);
  color: var(--srs-primary);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--srs-text-dark);
}
.hero-title span {
  color: var(--srs-primary);
}
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--srs-text-muted);
  margin-bottom: 30px;
  max-width: 520px;
}
.fees-intro-section {
  position: relative;
  padding: 28px 0 14px;
}

.fees-intro-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff 0%, #eef3ff 45%, #e6efff 100%);
  border: 1px solid #dbe5ff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 22px 48px rgba(0, 52, 206, 0.1);
  overflow: hidden;
}

.fees-intro-card::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 52, 206, 0.12) 0%, rgba(0, 52, 206, 0) 72%);
  pointer-events: none;
}

.fees-kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--srs-primary);
  margin-bottom: 10px;
}

.fees-intro-card h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.fees-intro-card p {
  color: var(--srs-text-muted);
  margin-bottom: 18px;
}

.fees-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fees-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #d9e4ff;
  color: #1e293b;
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(2px);
}

.fees-pill i {
  color: var(--srs-primary);
}

.fees-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: 100%;
}

.fees-stat-card {
  background: linear-gradient(145deg, #ffffff, #f8faff);
  border: 1px solid #e1e8fb;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fees-stat-value {
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--srs-primary);
  margin-bottom: 4px;
}

.fees-stat-label {
  color: var(--srs-text-muted);
  font-size: 0.9rem;
}

.fees-shell {
  background: #fff;
  border: 1px solid #dbe2f2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.fees-shell-head {
  padding: 20px 20px 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #e5ecfb;
}

.hero-buttons .btn {
  margin-right: 12px;
  margin-bottom: 10px;
}

.hero-image-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.plan-tag {
  display: inline-block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--srs-primary);
  background: #edf2ff;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.plan-card .btn {
  border-radius: 999px;
  font-weight: 600;
}

.hero-illustration {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 52, 206, 0.15));
}

.store-badges img {
  height: 44px;
  margin-right: 10px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .fees-intro-card {
    padding: 24px 22px;
  }

  .fees-intro-card h2 {
    font-size: 1.72rem;
  }
}

@media (max-width: 767.98px) {
  .fees-intro-card {
    padding: 22px 18px;
  }

  .fees-intro-card h2 {
    font-size: 1.48rem;
  }

  .fees-stat-grid {
    grid-template-columns: 1fr;
  }
}

.features-strip {
  padding: 60px 0;
  background: #fff;
}
.feature-card {
  text-align: center;
  padding: 36px 24px;
  border-radius: 16px;
  background: var(--srs-bg-light);
  border: 1px solid #e2e8f0;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 52, 206, 0.1);
}
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--srs-primary-light);
  color: var(--srs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.feature-icon-blue {
  background: #e6ecff;
  color: #0034ce;
}
.feature-icon-green {
  background: #e6fbe6;
  color: #16a34a;
}
.feature-icon-red {
  background: #ffeaea;
  color: #e11d48;
}

.feature-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-card p {
  color: var(--srs-text-muted);
  font-size: 0.95rem;
}

.section-label {
  display: inline-block;
  background: var(--srs-primary-light);
  color: var(--srs-primary);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--srs-text-muted);
  font-size: 1.05rem;
  max-width: 640px;
}

.about-section {
  padding: 80px 0;
  background: var(--srs-bg-light);
}
.about-check-list {
  list-style: none;
  padding: 0;
}
.about-check-list li {
  padding: 6px 0;
  font-size: 1rem;
  color: var(--srs-text-dark);
}
.about-check-list li i {
  color: var(--srs-primary);
  margin-right: 10px;
}

.services-section {
  padding: 80px 0;
}
.service-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 52, 206, 0.1);
}
.service-card-img {
  height: 200px;
  background: var(--srs-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: var(--srs-primary);
}
.service-card-body {
  padding: 24px;
}
.service-card-body h5 {
  font-weight: 700;
  margin-bottom: 8px;
}
.service-card-body p {
  color: var(--srs-text-muted);
  font-size: 0.92rem;
}

.partners-section {
  padding: 60px 0;
  background: var(--srs-bg-light);
}
.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
}

.partner-logo img {
  width: 100px;
  height: auto;
  margin-right: 30px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  filter: grayscale(40%);
}

.partner-logo img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--srs-primary) 0%,
    var(--srs-primary-dark) 100%
  );
  color: #fff;
}
.cta-section h2 {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 16px;
}
.cta-section p {
  opacity: 0.85;
  font-size: 1.05rem;
  margin-bottom: 28px;
}
.btn-cta-white {
  background: #fff;
  color: var(--srs-primary);
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 1rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.btn-cta-white:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.business-hero-section {
  padding: 110px 0 70px;
  background: linear-gradient(145deg, #f7faff 0%, #e9f0ff 45%, #ffffff 100%);
}

.business-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--srs-text-dark);
}

.business-hero-subtitle {
  font-size: 1.05rem;
  color: var(--srs-text-muted);
  max-width: 620px;
  margin-bottom: 26px;
}

.business-hero-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.business-metric-card {
  background: #fff;
  border: 1px solid #dbe5ff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 52, 206, 0.08);
}

.business-metric-card h3 {
  margin: 0 0 8px;
  color: var(--srs-primary);
  font-size: 1.5rem;
}

.business-metric-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--srs-text-muted);
}

.business-opportunities-section {
  padding: 80px 0;
  background: #fff;
}

.business-opportunity-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.business-opportunity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 52, 206, 0.1);
}

.business-opportunity-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--srs-primary-light);
  color: var(--srs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.business-opportunity-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.business-opportunity-card p {
  color: var(--srs-text-muted);
  margin-bottom: 12px;
}

.business-opportunity-card ul {
  margin: 0;
  padding-left: 18px;
}

.business-opportunity-card li {
  margin-bottom: 7px;
  color: var(--srs-text-dark);
}

.business-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #022270 0%, #0034ce 100%);
  color: #fff;
}

.business-cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.business-cta-section p {
  font-size: 1.02rem;
  opacity: 0.9;
  margin-bottom: 24px;
}

/* ===== About page alternating rows ===== */
.about-row-section {
  background: #fff;
  overflow: hidden;
}

.about-row-section-soft {
  background: var(--srs-bg-light);
}

.about-row-text {
  padding: 64px 60px;
}

.about-row-text .section-label {
  margin-bottom: 12px;
}

.about-row-text h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: var(--srs-text-dark);
}

.about-row-text p {
  color: var(--srs-text-muted);
  font-size: 1.02rem;
  margin-bottom: 14px;
  line-height: 1.7;
}

.about-row-text ul {
  padding-left: 18px;
  margin: 0;
}

.about-row-text li {
  margin-bottom: 8px;
  color: var(--srs-text-dark);
}

.about-row-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .about-row-text {
    padding: 48px 36px;
  }
  .about-row-img img {
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .about-row-text {
    padding: 36px 20px;
  }
  .about-row-img img {
    height: 260px;
  }
}

.inner-page-hero {
  padding: 65px 0 65px;
  background: linear-gradient(160deg, #f2f6ff 0%, #e7eeff 45%, #ffffff 100%);
  text-align: center;
}

.inner-page-hero h1 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 14px;
}

.inner-page-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--srs-text-muted);
  font-size: 1.05rem;
}

.inner-page-section {
  padding: 80px 0;
  background: #fff;
}

.inner-page-section-soft {
  background: var(--srs-bg-light);
}

.info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.info-card h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.info-card p {
  color: var(--srs-text-muted);
  margin-bottom: 12px;
}

.info-card ul {
  margin: 0;
  padding-left: 18px;
}

.info-card li {
  margin-bottom: 8px;
}

.mini-feature-card {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.mini-feature-card i {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--srs-primary-light);
  color: var(--srs-primary);
  margin-bottom: 10px;
}

.mini-feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.mini-feature-card p {
  margin: 0;
  color: var(--srs-text-muted);
}

.steps-list,
.terms-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.steps-list li,
.terms-list li {
  margin-bottom: 8px;
}

.fees-table {
  background: #fff;
  border: 1px solid #dbe2f2;
  border-radius: 14px;
  overflow: hidden;
}

.fees-table th {
  background: linear-gradient(180deg, #f7faff 0%, #eff4ff 100%);
  color: var(--srs-text-dark);
  font-weight: 700;
}

.fees-table td,
.fees-table th {
  padding: 13px 14px;
  vertical-align: middle;
}

.fees-table tbody tr:nth-child(odd) {
  background: #fcfdff;
}

.fees-table tbody tr:hover {
  background: #eef4ff;
}

.fees-table td:last-child,
.fees-table th:last-child {
  font-weight: 700;
  color: #0f2b8b;
}

.plan-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid #dde5f7;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.09);
}

.plan-card h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--srs-primary);
}

.plan-card-highlight {
  border: 2px solid #2a55da;
  background: linear-gradient(180deg, #f6f9ff 0%, #eef3ff 100%);
  box-shadow: 0 22px 40px rgba(0, 52, 206, 0.16);
}

.plan-card ul {
  padding-left: 18px;
  margin: 0;
}

.plan-card li {
  margin-bottom: 7px;
  color: #334155;
}

.fees-plans-section {
  position: relative;
}

.fees-plans-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 10%, rgba(0, 52, 206, 0.08), transparent 45%);
  pointer-events: none;
}

.plan-ribbon {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(120deg, #0034ce, #1a6dff);
}

.site-footer {
  background: var(--srs-text-dark);
  color: #cbd5e1;
  padding: 60px 0 0;
}
.site-footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1rem;
}
.footer-brand {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 12px;
  display: inline-block;
}
.footer-brand i {
  margin-right: 6px;
}
.footer-text {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-bottom: 18px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-contact p {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.footer-contact i {
  width: 20px;
  color: #fff;
  margin-right: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #cbd5e1;
  margin-right: 8px;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
}
.footer-social a:hover {
  background: var(--srs-primary);
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
  z-index: 1100;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.55);
  color: #fff;
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .cta-section h2 {
    font-size: 1.8rem;
  }
  .business-hero-title {
    font-size: 2.1rem;
  }
  .inner-page-hero h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 80px 0 40px;
    text-align: center;
  }
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-image-wrapper {
    margin-top: 40px;
  }
  .navbar .btn-srs,
  .navbar .btn-srs-outline {
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .business-hero-metric-grid {
    grid-template-columns: 1fr;
  }
  .inner-page-hero {
    padding: 90px 0 50px;
  }
  .inner-page-hero h1 {
    font-size: 1.9rem;
  }
  .inner-page-section {
    padding: 60px 0;
  }
}

html {
  scroll-behavior: smooth;
}

/* Hero Image Bounce Animation */
.hero-image {
  max-width: 100%;
  height: auto;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
