  /* Common / Base Theme CSS - white page background replacement */
:root {
  --cream: #fff8e8;
  --cream-2: #fffdf5;
  --green: #123f1c;
  --green-2: #0b2d14;
  --gold: #ffc400;
  --gold-2: #f4b400;
  --ink: #06180a;
  --muted: #566353;
  --rose: #c92f4f;
  --white: #ffffff;
  --shadow-soft: 0 20px 50px rgba(67, 45, 8, 0.1);
  --shadow-card: 0 14px 28px rgba(23, 52, 23, 0.1);
  --border-gold: rgba(255, 196, 0, 0.75);
  --container: 1180px;

  /* Register/page CSS compatibility aliases */
  --page-bg: #fff8e8;
  --card-bg: #fffdf7;
  --cream-50: var(--card-bg);
  --cream-100: #fff4d4;
  --green-800: var(--green);
  --green-900: var(--green-2);
  --gold-300: #ffe58a;
  --gold-500: var(--gold);
  --text-900: var(--ink);
  --muted-500: var(--muted);
  --soft-shadow: var(--shadow-soft);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  background: var(--page-bg);
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: "Nirmala UI", "Latha", "Noto Serif Tamil", Georgia, serif;
  line-height: 1.65;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #fffdf5 0%, #fff8e8 52%, #fff6df 100%);
}

img,
picture,
svg,
canvas {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header,
main,
.register-page,
.skm-register-page {
  overflow-x: clip;
}

main,
.register-page,
.skm-register-page {
  background: var(--page-bg);
}

.form-section,
.skm-register-form-section {
  background: var(--card-bg);
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section-pad {
  padding: 96px 0;
}

.section-kicker {
  margin: 0 0 22px;
  color: var(--green);
  font-weight: 900;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.pricing-copy h2,
.cta-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  font-weight: 950;
  line-height: 1.2;
}

.section-heading h2 span,
.about-copy h2 span,
.pricing-copy h2 span,
.cta-copy h2 span,
.hero-copy h1 span {
  color: var(--gold-2);
}

.section-heading p:last-child {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--muted);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.primary-action,
.ghost-action,
.small-action,
.pay-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  text-align: center;
}

.primary-action,
.pay-button {
  background: var(--gold);
  color: var(--green-2);
  box-shadow: 0 12px 22px rgba(255, 196, 0, 0.28);
}

.ghost-action,
.small-action {
  background: var(--cream-2);
  border: 1px solid var(--border-gold);
  color: var(--green);
}

@media (max-width: 1120px) {
  .container {
    width: min(100% - 32px, var(--container));
  }
}

@media (max-width: 900px) {
  .section-pad {
    padding: 76px 0;
  }

  .section-heading h2,
  .about-copy h2,
  .pricing-copy h2,
  .cta-copy h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .section-heading h2,
  .about-copy h2,
  .pricing-copy h2,
  .cta-copy h2 {
    font-size: 2rem;
  }

  .primary-action,
  .ghost-action,
  .small-action,
  .pay-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 440px) {
  .section-heading h2,
  .about-copy h2,
  .pricing-copy h2,
  .cta-copy h2 {
    font-size: 1.72rem;
  }
}


    /* Header Section CSS */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 243, 214, 0.96);
      backdrop-filter: blur(16px);
      box-shadow: 0 10px 26px rgba(18, 63, 28, 0.08);
    }

    .site-header .container {
      width: min(100% - 32px, 1920px);
      margin-inline: auto;
    }

    .top-strip {
      background: var(--green-2, #003516);
      color: var(--white, #ffffff);
      font-size: clamp(0.86rem, 0.9vw, 1.05rem);
      font-weight: 900;
    }

    .top-strip__inner {
      min-height: 52px;
      display: flex;
      align-items: center;
      gap: 16px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .top-strip__inner::-webkit-scrollbar {
      display: none;
    }

    .strip-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
      flex: 0 0 auto;
    }

    .strip-link svg {
      width: 19px;
      height: 19px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      color: var(--gold, #ffc400);
    }

    .strip-actions {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: clamp(16px, 2vw, 32px);
      flex: 0 0 auto;
    }

    .text-button {
      border: 0;
      background: transparent;
      color: var(--white, #ffffff);
      font-size: clamp(1rem, 1.1vw, 1.24rem);
      font-weight: 950;
      line-height: 1;
      padding: 0;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
    }

    .help-link:hover {
      color: var(--gold, #ffc400);
    }

    .language-switcher {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      min-height: 46px;
      padding: 3px;
      border: 1px solid rgba(255, 196, 0, 0.72);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.04);
      box-shadow: inset 0 0 0 1px rgba(255, 196, 0, 0.12);
    }

    .language-option {
      min-width: 74px;
      min-height: 36px;
      border: 0;
      border-radius: 999px;
      padding: 7px 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      color: var(--white, #ffffff);
      font-size: 0.82rem;
      font-weight: 950;
      line-height: 1;
      white-space: nowrap;
      transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    }

    .language-option:hover {
      transform: translateY(-1px);
    }

    .language-option.is-active {
      background: var(--gold, #ffc400);
      color: var(--green-2, #0b2d14);
      box-shadow: 0 8px 18px rgba(255, 196, 0, 0.26);
    }

    .google-translate-shell,
    .goog-te-banner-frame,
    .goog-te-balloon-frame,
    body > .skiptranslate {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    body {
      top: 0 !important;
    }

    .main-nav {
      background: rgba(255, 243, 214, 0.98);
      border-bottom: 1px solid rgba(18, 63, 28, 0.08);
    }

    .nav-inner {
      min-height: 82px;
      display: flex;
      align-items: center;
      gap: clamp(14px, 1.4vw, 26px);
      position: relative;
      flex-wrap: nowrap;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
    }

    .brand img {
      width: clamp(220px, 15vw, 265px);
      max-height: 72px;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .nav-links {
      margin-left: auto;
      min-width: 0;
      flex: 1 1 auto;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(12px, 1.15vw, 24px);
      font-size: clamp(0.78rem, 0.78vw, 0.96rem);
      font-weight: 900;
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .nav-links::-webkit-scrollbar {
      display: none;
    }

    .nav-links a {
      position: relative;
      flex: 0 0 auto;
      padding: 10px 0;
      color: var(--green, #123f1c);
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 0;
      height: 3px;
      border-radius: 999px;
      background: var(--gold, #ffc400);
      transition: width 220ms ease;
    }

    .nav-links a.active::after,
    .nav-links a:hover::after {
      width: 100%;
    }

    .login-pill {
      min-width: 104px;
      min-height: 38px;
      padding: 9px 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      border-radius: 999px;
      background: var(--gold, #ffc400);
      color: var(--green, #123f1c);
      font-size: 0.9rem;
      font-weight: 950;
      box-shadow: 0 12px 24px rgba(255, 196, 0, 0.24);
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .login-pill:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(255, 196, 0, 0.34);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(18, 63, 28, 0.2);
      border-radius: 12px;
      background: var(--cream-2, #fff3d6);
      color: var(--green, #123f1c);
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      flex: 0 0 auto;
    }

    .menu-toggle span {
      width: 20px;
      height: 2px;
      border-radius: 8px;
      background: currentColor;
      transition: transform 220ms ease, opacity 220ms ease;
    }

    .site-header.menu-open .menu-toggle span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .site-header.menu-open .menu-toggle span:nth-child(2) {
      opacity: 0;
    }

    .site-header.menu-open .menu-toggle span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    /* Header Responsive CSS */
    @media (max-width: 1120px) {
      .nav-links {
        gap: 14px;
        font-size: 0.84rem;
      }
    }

    @media (max-width: 900px) {
      .top-strip__inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
      }

      .strip-actions {
        width: 100%;
        justify-content: center;
        margin-left: 0;
      }

      .main-nav {
        min-height: 68px;
      }

      .nav-inner {
        min-height: 76px;
        position: relative;
        gap: 14px;
      }

      .brand img {
        width: 170px;
        max-height: 66px;
      }

      .menu-toggle {
        display: inline-flex;
        margin-left: auto;
      }

      .login-pill {
        display: none;
      }

      .nav-links {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        margin-left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 16px;
        border: 1px solid rgba(18, 63, 28, 0.12);
        border-radius: 18px;
        background: rgba(255, 248, 232, 0.98);
        box-shadow: var(--shadow-card);
        white-space: normal;
        overflow: visible;
      }

      .site-header.menu-open .nav-links {
        display: flex;
      }

      .nav-links a {
        padding: 12px 8px;
      }

      .nav-links a::after {
        display: none;
      }
    }

    @media (max-width: 640px) {
      .site-header .container {
        width: min(100% - 24px, 1920px);
      }

      .top-strip__inner {
        min-height: 48px;
        gap: 12px;
      }

      .top-strip__inner .strip-link:nth-of-type(2) {
        display: none;
      }

      .strip-actions {
        gap: 16px;
      }
    }

    @media (max-width: 440px) {
      .top-strip {
        font-size: 0.76rem;
      }

      .brand img {
        width: 145px;
      }
    }

  /* Footer Section CSS */
  .footer-curve {
    position: relative;
    margin-top: -88px;
    padding: 152px 0 26px;
    color: var(--white);
    background: var(--green-2);
    overflow: hidden;
  }

  .footer-curve *,
  .footer-curve *::before,
  .footer-curve *::after {
    box-sizing: border-box;
  }

  .footer-curve::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -88px;
    height: 180px;
    border-bottom: 14px solid var(--gold);
    border-radius: 0 0 50% 50%;
    background: var(--cream);
  }

  .footer-curve > .container {
    width: calc(100% - 28px);
    max-width: none;
    margin-inline: auto;
  }

  .footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.9fr 1.08fr 1.05fr;
    gap: 0;
    padding-bottom: 54px;
    border-bottom: 2px solid rgba(255, 196, 0, 0.74);
  }

  .footer-brand,
  .footer-col {
    min-width: 0;
    padding-inline: clamp(28px, 2.7vw, 52px);
  }

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

  .footer-col {
    border-left: 2px solid var(--gold);
  }

  .footer-brand img {
    width: 330px;
    max-width: 100%;
    display: block;
  }

  .footer-brand p {
    max-width: 395px;
    margin: 50px 0 34px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.04rem;
    font-weight: 950;
    line-height: 1.78;
  }

  .footer-grid h3 {
    margin: 0 0 28px;
    color: var(--gold);
    font-size: 1.25rem;
    font-weight: 950;
    line-height: 1.35;
    white-space: nowrap;
  }

  .footer-col > a {
    position: relative;
    display: block;
    width: max-content;
    margin-bottom: 19px;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.55;
    text-decoration: none;
    white-space: nowrap;
  }

  .footer-col > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--gold);
    transform: translateY(-50%);
  }

  .footer-register {
    width: max-content;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--green);
    font-size: 0.94rem;
    font-weight: 950;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }

  .register-img,
  .contact-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
  }

  .register-img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(39%) saturate(913%) hue-rotate(89deg) brightness(86%) contrast(95%);
  }

  .footer-contact {
    display: grid;
    gap: 21px;
  }

  .footer-contact a,
  .footer-contact p {
    display: grid;
    grid-template-columns: 30px max-content;
    gap: 14px;
    align-items: center;
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.45;
    text-decoration: none;
    white-space: nowrap;
  }

  .contact-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(72%) sepia(94%) saturate(1094%) hue-rotate(360deg) brightness(104%) contrast(101%);
  }

  .footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 26px;
  }

  .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.96rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .footer-follow {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
  }

  .footer-follow > span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    font-weight: 950;
  }

  .social-links {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .social-links a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    text-decoration: none;
  }

  .social-links img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(72%) sepia(94%) saturate(1094%) hue-rotate(360deg) brightness(104%) contrast(101%);
  }

  /* Footer Responsive CSS */
  @media (max-width: 1500px) {
    .footer-grid {
      grid-template-columns: 1fr 0.86fr 1fr 1fr;
    }

    .footer-brand,
    .footer-col {
      padding-inline: clamp(20px, 2vw, 34px);
    }

    .footer-brand img {
      width: 300px;
    }

    .footer-grid h3 {
      font-size: 1.12rem;
    }

    .footer-col > a,
    .footer-contact a,
    .footer-contact p {
      font-size: 0.93rem;
    }
  }

  @media (max-width: 1120px) {
    .footer-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 44px;
    }

    .footer-brand,
    .footer-col {
      padding-inline: 28px;
    }

    .footer-brand,
    .footer-col:nth-child(3) {
      padding-left: 0;
      border-left: 0;
    }
  }

  @media (max-width: 680px) {
    .footer-curve {
      margin-top: -54px;
      padding-top: 120px;
    }

    .footer-curve::before {
      top: -58px;
      height: 120px;
    }

    .footer-grid {
      grid-template-columns: 1fr;
      gap: 30px;
      padding-bottom: 36px;
    }

    .footer-brand,
    .footer-col {
      padding: 0 0 28px;
      border-left: 0;
      border-bottom: 1px solid rgba(255, 196, 0, 0.48);
    }

    .footer-col:last-child {
      border-bottom: 0;
    }

    .footer-brand img {
      width: 270px;
    }

    .footer-col > a,
    .footer-contact a,
    .footer-contact p,
    .footer-bottom p,
    .footer-follow {
      width: auto;
      white-space: normal;
    }

    .footer-contact a,
    .footer-contact p {
      grid-template-columns: 30px minmax(0, 1fr);
    }

    .footer-register {
      width: 100%;
      justify-content: space-between;
    }

    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
    }

    .footer-follow {
      width: 100%;
      justify-content: space-between;
    }
  }

  /* Footer layout replacement: brand + 5|5 menu + contact */
  .footer-grid {
    grid-template-columns: minmax(280px, 0.86fr) minmax(480px, 1.4fr) minmax(360px, 1fr);
    align-items: start;
    gap: 0;
  }

  .footer-brand,
  .footer-col {
    padding-inline: clamp(26px, 2.45vw, 48px);
  }

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

  .footer-links-col {
    padding-left: clamp(36px, 3.2vw, 64px);
    padding-right: clamp(36px, 3.2vw, 64px);
  }

  .footer-contact-col {
    padding-right: 0;
  }

  .footer-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    column-gap: clamp(42px, 5vw, 96px);
  }

  .footer-menu-column {
    display: grid;
    align-content: start;
    gap: 17px;
  }

  .footer-menu-column a {
    position: relative;
    display: block;
    width: max-content;
    max-width: 100%;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.04rem;
    font-weight: 950;
    line-height: 1.55;
    text-decoration: none;
    white-space: nowrap;
  }

  .footer-menu-column a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--gold);
    transform: translateY(-50%);
  }

  .footer-menu-column a:hover,
  .footer-contact a:hover {
    color: var(--gold);
  }

  .footer-follow-inline {
    margin-top: 34px;
    justify-content: flex-start;
    gap: 18px;
  }

  .footer-credit {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 12px 26px;
    border: 1px solid rgba(255, 196, 0, 0.72);
    border-radius: 999px;
    background: rgba(255, 196, 0, 0.08);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.2;
    white-space: nowrap;
  }

  .footer-credit > span {
    font-weight: 950;
  }

  .footer-credit strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0;
  }

  .footer-credit a {
    color: var(--gold);
    font-weight: 950;
    text-decoration: none;
  }

  .footer-credit a:hover {
    color: var(--white);
  }

  @media (max-width: 1320px) {
    .footer-grid {
      grid-template-columns: minmax(250px, 0.78fr) minmax(420px, 1.35fr) minmax(320px, 0.96fr);
    }

    .footer-menu-grid {
      column-gap: 34px;
    }

    .footer-menu-column a,
    .footer-contact a,
    .footer-contact p {
      font-size: 0.92rem;
    }
  }

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

    .footer-brand,
    .footer-col,
    .footer-links-col,
    .footer-contact-col {
      padding: 0 0 32px;
      border-left: 0;
      border-top: 1px solid rgba(255, 196, 0, 0.42);
    }

    .footer-brand {
      border-top: 0;
    }

    .footer-menu-grid {
      max-width: 720px;
      column-gap: 56px;
    }

    .footer-bottom {
      align-items: flex-start;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 680px) {
    .footer-grid {
      gap: 24px;
    }

    .footer-brand,
    .footer-col,
    .footer-links-col,
    .footer-contact-col {
      padding: 0 0 26px;
      border-left: 0;
      border-bottom: 0;
      border-top: 1px solid rgba(255, 196, 0, 0.42);
    }

    .footer-brand {
      border-top: 0;
    }

    .footer-menu-grid {
      grid-template-columns: 1fr;
      gap: 17px;
    }

    .footer-menu-column a {
      width: auto;
      white-space: normal;
    }

    .footer-follow-inline {
      width: 100%;
      align-items: flex-start;
      flex-direction: column;
      gap: 12px;
    }

    .footer-bottom {
      flex-direction: column;
      align-items: stretch;
    }

    .footer-credit {
      width: 100%;
      margin-left: 0;
      flex-wrap: wrap;
      text-align: center;
      white-space: normal;
    }

    .footer-credit strong {
      justify-content: center;
      flex-wrap: wrap;
    }
  }


  .payment-logo-badge {
    min-width: 58px;
    min-height: 34px;
    display: inline-grid;
    place-items: center;
    padding: 6px 12px;
    border-radius: 10px;
    background: #ffffff;
    color: var(--green, #123f1c);
    font-size: 0.78rem;
    font-weight: 950;
    box-shadow: 0 6px 14px rgba(18, 63, 28, 0.12);
  }

  .footer-register .register-img img {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
  }
