/*
 * 99Pay brand theme
 * Palette sampled from the site logo: lime, emerald, cyan, royal blue, navy, and gold.
 */
:root {
  --brand-lime: #8fd83e;
  --brand-green: #07964a;
  --brand-cyan: #09a9f2;
  --brand-blue: #0346a6;
  --brand-navy: #003587;
  --brand-gold: #ffd22e;
  --brand-ink: #082044;
  --brand-muted: #63728a;
  --brand-surface: #ffffff;
  --brand-soft: #f3f8ff;
  --brand-border: #d8e7f7;
  --brand-gradient: linear-gradient(135deg, #8fd83e 0%, #09a9f2 42%, #0346a6 74%, #003587 100%);
  --brand-action-gradient: linear-gradient(135deg, #09a9f2 0%, #0346a6 58%, #003587 100%);
  --brand-success-gradient: linear-gradient(135deg, #8fd83e 0%, #07964a 100%);
  --brand-gold-gradient: linear-gradient(135deg, #ffd22e 0%, #ffb703 100%);
  --paper: #f6f9fd;
  --accent: var(--brand-blue);
  --accent2: var(--brand-green);
  --green: var(--brand-green);
  --card: #ffffff;
  --muted: var(--brand-muted);
  --shadow: 0 8px 40px rgba(3, 70, 166, 0.14);
  --primary-color: var(--brand-blue);
  --secondary-color: var(--brand-navy);
  --accent-color: var(--brand-green);
  --dark-text: var(--brand-ink);
  --light-text: var(--brand-muted);
  --light-bg: var(--brand-soft);
  --bs-primary: var(--brand-blue);
  --bs-primary-rgb: 3, 70, 166;
  --tg-primary-color: var(--brand-blue);
  --tg-secondary-color: var(--brand-green);
  --tg-heading-font-color: var(--brand-ink);
  --tg-body-font-color: var(--brand-muted);
}

html,
body {
  color: var(--brand-ink);
  background:
    radial-gradient(circle at top left, rgba(143, 216, 62, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(9, 169, 242, 0.12), transparent 30%),
    #f6f9fd !important;
}

a,
.text-primary,
a.text-primary:hover,
a.text-primary:focus,
.primary-color,
.icon-primary,
.section-title .sub-title,
.banner-content .sub-title strong,
.services-content .title a:hover,
.mobile-menu .navigation li > a:hover {
  color: var(--brand-blue) !important;
}

.text-success {
  color: var(--brand-green) !important;
}

.text-warning {
  color: #b88600 !important;
}

.bg-primary,
.badge-primary,
.table-primary,
.table-primary > th,
.table-primary > td,
.pagination.pg-primary > li.active > a,
.pagination.pg-primary > li.active > span {
  background: var(--brand-action-gradient) !important;
  border-color: var(--brand-blue) !important;
  color: #ffffff !important;
}

.border-primary,
.btn-outline-primary,
.nav-pills > li > a,
.nav-pills.nav-primary > li > a {
  border-color: var(--brand-blue) !important;
}

.btn,
.btn-primary,
.button,
form button[type="submit"],
.card > button,
button[type="submit"].btn-primary,
.header-action .header-btn .btn,
.pricing-btn .btn,
.comment-form .btn,
.newsletter-form .btn,
.contact-form-wrap .btn,
.inner-contact-form-wrap .btn,
.inner-project-item-wrap .more-btn .btn,
.blog-area-three .read-more-btn .btn,
.scroll-top {
  background: var(--brand-action-gradient) !important;
  border-color: var(--brand-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(3, 70, 166, 0.2);
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
form button[type="submit"]:hover,
form button[type="submit"]:focus,
.card > button:hover,
.card > button:focus,
.header-action .header-btn .btn:hover,
.pricing-btn .btn:hover,
.scroll-top:hover {
  background: linear-gradient(135deg, #07964a 0%, #09a9f2 45%, #0346a6 100%) !important;
  border-color: var(--brand-green) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(7, 150, 74, 0.24);
}

.btn span,
.header-action .header-btn .btn span,
.pricing-btn .btn span,
.comment-form .btn span,
.newsletter-form .btn span,
.contact-form-wrap .btn span,
.inner-contact-form-wrap .btn span,
.inner-project-item-wrap .more-btn .btn span,
.blog-area-three .read-more-btn .btn span {
  background: var(--brand-gold-gradient) !important;
}

.btn-outline-primary {
  background: #ffffff !important;
  color: var(--brand-blue) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--brand-action-gradient) !important;
  color: #ffffff !important;
}

.form-control:focus,
.form-select:focus,
.otp-input:focus,
.border:focus-within {
  border-color: var(--brand-cyan) !important;
  box-shadow: 0 0 0 0.25rem rgba(9, 169, 242, 0.18) !important;
}

.card,
.tile,
.auth-card,
.login-container,
.services-item,
.services-item-two,
.services-item-three,
.services-item-four,
.pricing-item,
.box-2 {
  border: 1px solid rgba(9, 169, 242, 0.14) !important;
  box-shadow: 0 18px 40px rgba(8, 32, 68, 0.08) !important;
}

.login-head,
.auth-heading,
.register-heading,
.tile .tile-title,
.page-title,
h4.page-title,
.section-title .title,
.banner-content .title,
.banner-content-two .title,
.services-content .title,
.services-content-two .title,
.services-content-three .title,
.services-content-four .title {
  color: var(--brand-ink) !important;
}

.login-head,
.auth-heading,
.register-heading {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.logo img,
.menu-nav .logo img {
  filter: saturate(1.08) contrast(1.04);
}

.role-btn {
  border-color: var(--brand-blue) !important;
  color: var(--brand-blue) !important;
}

.role-btn:hover {
  background: rgba(9, 169, 242, 0.1) !important;
  box-shadow: 0 8px 18px rgba(9, 169, 242, 0.18) !important;
}

.role-btn.active {
  background: var(--brand-action-gradient) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(3, 70, 166, 0.28) !important;
}

#resendOtpBtn {
  color: var(--brand-blue) !important;
}

#resendOtpBtn.disabled {
  color: var(--brand-muted) !important;
}

.simple-spinner span {
  border-right-color: var(--brand-gold) !important;
}

#loading_ajax {
  background: rgba(0, 53, 135, 0.48) !important;
}

/* Landing pages */
.banner-bg,
.banner-area-two,
.services-area,
.services-area-two,
.services-area-three,
.about-inner,
.project-area-two,
.pricing-area,
.blog-area,
.contact-area {
  background:
    radial-gradient(circle at 12% 18%, rgba(143, 216, 62, 0.18), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(255, 210, 46, 0.18), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%) !important;
}

.sticky-menu.menu-area,
.mobile-menu .menu-box,
.menu-area:not(.transparent-header) {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(9, 169, 242, 0.14);
  box-shadow: 0 12px 28px rgba(8, 32, 68, 0.08);
}

.navbar-wrap ul li a:hover,
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.main-menu .navigation li .sub-menu li:hover > a,
.mobile-menu .navigation li.dropdown .dropdown-btn.open,
.header-contact-wrap .lats-chat a:hover {
  color: var(--brand-green) !important;
}

.main-menu .navigation li .sub-menu,
.mobile-menu .navigation,
.header-contact-wrap {
  border-color: rgba(9, 169, 242, 0.16) !important;
  box-shadow: 0 18px 38px rgba(8, 32, 68, 0.12) !important;
}

.banner-content .title span,
.section-title .title span,
.banner-content-two .title span {
  background-image: var(--brand-gradient) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.services-icon::before,
.services-icon-two,
.services-icon-three,
.services-icon-four,
.services-icon-five,
.about-content .list-wrap li .icon,
.contact-info-list .list-wrap li .icon {
  background: linear-gradient(135deg, rgba(143, 216, 62, 0.2), rgba(9, 169, 242, 0.18)) !important;
}

.services-item:hover,
.services-item-two:hover,
.services-item-three:hover,
.services-item-four:hover,
.pricing-item.active {
  border-color: rgba(7, 150, 74, 0.3) !important;
  box-shadow: 0 22px 48px rgba(7, 150, 74, 0.14) !important;
}

/* Merchant dashboard */
body.app {
  background: #f4f7fb !important;
}

body.app .app-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #dbe6f3;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  color: #102033 !important;
  min-height: 56px;
}

body.app .app-header__logo {
  align-items: center;
  background: #ffffff !important;
  border-right: 1px solid #dbe6f3;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.04);
  display: flex;
  height: 56px;
  justify-content: center;
  line-height: 1;
  margin-top: 0 !important;
  padding: 8px 24px;
}

body.app .app-header__logo img {
  filter: drop-shadow(0 4px 8px rgba(15, 23, 42, 0.08));
  max-height: 38px !important;
  max-width: 155px !important;
  object-fit: contain;
}

body.app .app-sidebar__toggle {
  color: #102033 !important;
  line-height: 56px;
  min-height: 56px;
}

body.app .app-sidebar__toggle:hover,
body.app .app-sidebar__toggle:focus,
body.app .app-nav__item:hover,
body.app .app-nav__item:focus {
  background: #edf6ff !important;
  color: var(--brand-blue) !important;
  text-decoration: none;
}

body.app .app-nav__item {
  color: #36506c !important;
}

body.app .app-search .badge {
  background: #eef7ff !important;
  border: 1px solid #cfe2f7;
  color: #17456f !important;
}

body.app .app-sidebar {
  background:
    radial-gradient(circle at 30% 0%, rgba(9, 169, 242, 0.18), transparent 32%),
    linear-gradient(180deg, #101828 0%, #172033 48%, #0b1220 100%) !important;
  box-shadow: 12px 0 32px rgba(15, 23, 42, 0.14);
  padding-top: 76px;
}

body.app .app-sidebar__user {
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  color: #f8fafc !important;
  margin: 0 14px 14px;
  padding: 12px 0 18px;
}

body.app .app-sidebar__user-avatar {
  border: 2px solid rgba(143, 216, 62, 0.55);
  box-shadow: 0 0 0 4px rgba(9, 169, 242, 0.12);
}

body.app .app-sidebar__user-name {
  color: #ffffff !important;
  font-weight: 700;
}

body.app .app-sidebar__user-designation {
  color: #9fb0c7 !important;
}

body.app .app-menu__item,
body.app .treeview-item {
  border-left-color: transparent !important;
  color: #c9d5e7 !important;
  margin: 2px 10px;
  border-radius: 8px;
}

body.app .app-menu__icon,
body.app .app-menu__item svg,
body.app .treeview-item .icon {
  color: #8fc5ff !important;
}

body.app .app-menu__item.active,
body.app .app-menu__item:hover,
body.app .app-menu__item:focus,
body.app .treeview.is-expanded [data-toggle="treeview"],
body.app .treeview-item.active,
body.app .treeview-item:hover,
body.app .treeview-item:focus {
  background: linear-gradient(90deg, rgba(143, 216, 62, 0.18), rgba(9, 169, 242, 0.2)) !important;
  border-left-color: var(--brand-gold) !important;
  color: #ffffff !important;
}

body.app .app-menu__item.active .app-menu__icon,
body.app .app-menu__item:hover .app-menu__icon,
body.app .app-menu__item:focus .app-menu__icon,
body.app .app-menu__item.active svg,
body.app .app-menu__item:hover svg,
body.app .app-menu__item:focus svg {
  color: var(--brand-gold) !important;
}

body.app .treeview-menu,
body.app .sidebar-mini.sidenav-toggled .app-menu__label,
body.app .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
  background: #0b1220 !important;
}

body.app .app-content {
  background:
    radial-gradient(circle at 10% 0%, rgba(9, 169, 242, 0.08), transparent 26%),
    #f4f7fb !important;
  margin-top: 56px;
  min-height: calc(100vh - 56px);
}

body.app .app-title {
  background: #ffffff !important;
  border-bottom: 1px solid #dbe6f3;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
  color: #102033;
}

body.app .app-title h1,
body.app .app-title i {
  color: #102033 !important;
}

body.app .app-title p {
  color: #36506c !important;
}

body.app .tile {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07) !important;
}

body.app .tile .tile-footer,
body.app .table thead th {
  background: #eef7ff !important;
  color: var(--brand-ink) !important;
}

.widget-small.primary,
.widget-small.primary.coloured-icon .icon,
.alert-primary {
  background: var(--brand-action-gradient) !important;
  color: #ffffff !important;
}

.widget-small.success,
.badge-success,
.btn-success,
.alert-success {
  background: var(--brand-success-gradient) !important;
  border-color: var(--brand-green) !important;
  color: #ffffff !important;
}

.widget-small.info,
.badge-info,
.btn-info,
.alert-info {
  background: linear-gradient(135deg, #09a9f2 0%, #0346a6 100%) !important;
  border-color: var(--brand-cyan) !important;
  color: #ffffff !important;
}

.widget-small.warning,
.badge-warning,
.btn-warning,
.alert-warning {
  background: var(--brand-gold-gradient) !important;
  border-color: var(--brand-gold) !important;
  color: var(--brand-ink) !important;
}

.icon-circle,
#emoji-widget,
.modal-buttons .confirm-button,
.slider:before,
input:checked + .slider {
  background: var(--brand-action-gradient) !important;
}

#emoji-widget:hover {
  background: var(--brand-success-gradient) !important;
}

/* Homepage polish */
.home-landing {
  overflow: hidden;
}

.home-landing .banner-bg {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%) !important;
}

.home-landing .banner-content .title {
  letter-spacing: 0;
}

.home-landing .services-area {
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
  padding: 76px 0 96px !important;
}

.home-landing .services-area .row {
  align-items: stretch;
  row-gap: 24px;
}

.home-landing .services-area .row [class*="col-"]:nth-child(even) .services-item {
  margin-top: 0 !important;
}

.home-landing .services-item {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%) !important;
  border: 1px solid rgba(var(--home-accent-rgb), 0.18) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(8, 32, 68, 0.08) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0 !important;
  min-height: 304px;
  overflow: hidden;
  padding: 34px 28px 32px !important;
  position: relative;
}

.home-landing .services-item::before {
  background: var(--brand-gradient);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-landing .services-item:hover {
  border-color: rgba(var(--home-primary-rgb), 0.28) !important;
  box-shadow: 0 22px 48px rgba(3, 70, 166, 0.14) !important;
  transform: translateY(-6px);
}

.home-landing .services-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(var(--home-highlight-rgb), 0.2), rgba(var(--home-accent-rgb), 0.16)) !important;
  border-radius: 18px;
  display: flex;
  height: 76px;
  justify-content: center;
  margin: 0 auto 24px !important;
  width: 76px;
}

.home-landing .services-icon::before {
  background: #ffffff !important;
  border-radius: 15px !important;
  box-shadow: inset 0 0 0 1px rgba(var(--home-accent-rgb), 0.16);
  height: auto !important;
  inset: 8px !important;
  width: auto !important;
}

.home-landing .services-icon img,
.home-landing .services-area .row [class*="col-"]:nth-child(2) .services-icon img,
.home-landing .services-area .row [class*="col-"]:nth-child(3) .services-icon img,
.home-landing .services-area .row [class*="col-"]:nth-child(4) .services-icon img {
  filter: drop-shadow(0 8px 14px rgba(8, 32, 68, 0.14));
  max-height: 48px;
  max-width: 48px;
  object-fit: contain;
  transform: none !important;
}

.home-landing .services-content {
  max-width: 250px;
}

.home-landing .services-content .title {
  font-size: 22px !important;
  line-height: 1.22;
  margin-bottom: 12px !important;
}

.home-landing .services-content .title a {
  color: var(--brand-ink) !important;
}

.home-landing .services-content p {
  color: var(--brand-muted) !important;
  font-size: 16px;
  line-height: 1.7;
  opacity: 1 !important;
}

.home-landing .about-area {
  background: #ffffff !important;
  padding: 96px 0;
}

.home-landing .about-inner {
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%) !important;
  border: 1px solid rgba(var(--home-accent-rgb), 0.16);
  border-radius: 8px !important;
  box-shadow: 0 22px 54px rgba(8, 32, 68, 0.08);
  padding: 78px 70px !important;
}

.home-landing .about-content > p {
  color: var(--brand-muted) !important;
  line-height: 1.75;
  opacity: 1 !important;
}

.home-landing .about-content .list-wrap li {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--home-accent-rgb), 0.14);
  border-radius: 8px;
  margin-bottom: 16px !important;
  padding: 18px;
  width: 100% !important;
}

.home-landing .about-content .list-wrap li .icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(var(--home-highlight-rgb), 0.18), rgba(var(--home-accent-rgb), 0.14)) !important;
  border-radius: 8px;
  display: flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  margin-right: 18px;
  width: 56px;
}

.home-landing .about-content .list-wrap li .icon img {
  max-height: 38px;
  max-width: 38px;
}

.home-landing .about-content .list-wrap li .content p {
  color: var(--brand-muted);
  line-height: 1.55;
}

.home-landing .project-area,
.home-landing .tools-area {
  background: linear-gradient(135deg, #082044 0%, #0346a6 62%, #07964a 100%) !important;
  border-radius: 0 !important;
}

.home-landing .project-area {
  padding: 108px 0 !important;
}

.home-landing .project-content p,
.home-landing .tools-content p {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.7;
  opacity: 1 !important;
  text-transform: none !important;
}

.home-landing .project-item img {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
}

.home-landing .project-nav .swiper-button-prev,
.home-landing .project-nav .swiper-button-next {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 8px;
  color: #ffffff !important;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.home-landing .project-nav .swiper-button-prev::before,
.home-landing .project-nav .swiper-button-next::before {
  font-size: 28px !important;
}

.home-landing .tools-area {
  padding: 96px 0 86px !important;
}

.home-landing .tools-item-wrap .row {
  row-gap: 20px;
}

.home-landing .tools-item {
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12) !important;
  height: 100%;
  margin-bottom: 0 !important;
  min-height: 260px;
  padding: 30px 28px !important;
}

.home-landing .tools-item:hover {
  background: rgba(255, 255, 255, 0.13) !important;
  transform: translateY(-5px);
}

.home-landing .tools-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 24px !important;
  width: 64px;
}

.home-landing .tools-icon img {
  max-height: 42px;
  max-width: 42px;
}

.home-landing .tools-item:hover .tools-icon {
  transform: none !important;
}

.home-landing .tools-content .title {
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.25;
}

.home-landing .testimonial-area {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
  border-radius: 0 !important;
}

.home-landing .testimonial-item {
  background: #ffffff !important;
  border: 1px solid rgba(var(--home-accent-rgb), 0.14) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 40px rgba(8, 32, 68, 0.08) !important;
}

.home-landing .testimonial-content > p {
  color: var(--brand-muted) !important;
  line-height: 1.7;
  opacity: 1 !important;
  text-transform: none !important;
}

.home-landing .testimonial-item-wrap .row [class*="col-"]:nth-child(even) .testimonial-item {
  margin-top: 0 !important;
}

.home-landing .consultation-area {
  background: #ffffff !important;
}

.home-landing .consultation-content p {
  color: var(--brand-muted);
  line-height: 1.75;
  opacity: 1;
  text-transform: none;
}

.home-landing .consultation-form-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid rgba(var(--home-accent-rgb), 0.18) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 48px rgba(8, 32, 68, 0.1) !important;
  padding: 44px 40px !important;
}

.home-landing .consultation-form-wrap .form-grp input,
.home-landing .consultation-form-wrap .form-grp .form-select {
  background-color: #ffffff !important;
  border-color: rgba(var(--home-accent-rgb), 0.24) !important;
  border-radius: 8px !important;
  height: 58px;
  padding: 15px 18px;
}

@media (max-width: 991px) {
  .home-landing .services-area {
    padding: 64px 0 76px !important;
  }

  .home-landing .about-area {
    padding: 76px 0;
  }

  .home-landing .about-inner {
    padding: 52px 34px !important;
  }

  .home-landing .project-area .row {
    flex-wrap: wrap;
  }

  .home-landing .project-area .col-xl-8 {
    flex: 0 0 100%;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .home-landing .services-item {
    min-height: auto;
    padding: 30px 24px !important;
  }

  .home-landing .services-content {
    max-width: 100%;
  }

  .home-landing .about-inner,
  .home-landing .consultation-form-wrap {
    padding: 34px 22px !important;
  }

  .home-landing .about-content .list-wrap li {
    flex-direction: column;
  }

  .home-landing .about-content .list-wrap li .icon {
    margin-bottom: 14px;
    margin-right: 0;
  }
}

/* Front page footer */
.front-footer {
  background:
    linear-gradient(135deg, rgba(143, 216, 62, 0.16) 0%, rgba(143, 216, 62, 0) 34%),
    linear-gradient(225deg, rgba(255, 210, 46, 0.14) 0%, rgba(255, 210, 46, 0) 32%),
    linear-gradient(180deg, #082044 0%, #03142d 100%);
  color: rgba(255, 255, 255, 0.76);
  overflow: hidden;
  padding: 74px 0 28px;
  position: relative;
}

.front-footer::before {
  background: linear-gradient(90deg, var(--brand-lime), var(--brand-cyan), var(--brand-blue), var(--brand-gold));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.front-footer a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.front-footer a:hover {
  color: #ffffff !important;
}

.front-footer-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 52px;
  padding: 30px 34px;
}

.front-footer-cta__eyebrow {
  color: var(--brand-gold);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.front-footer-cta h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.front-footer-cta p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.front-footer-cta__btn {
  background: #ffffff;
  border-radius: 6px;
  color: var(--brand-blue) !important;
  flex: 0 0 auto;
  font-weight: 800;
  padding: 13px 20px;
}

.front-footer-cta__btn:hover {
  background: var(--brand-gold);
  color: var(--brand-ink) !important;
}

.front-footer-main {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 0.72fr)) minmax(220px, 1fr);
}

.front-footer-logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.front-footer-logo img {
  background: #ffffff;
  border-radius: 8px;
  max-height: 56px;
  max-width: 188px;
  object-fit: contain;
  padding: 8px 10px;
}

.front-footer-brand p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
  margin-bottom: 22px;
}

.front-footer-support {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: block;
  margin-bottom: 22px;
  padding: 15px 16px;
}

.front-footer-support span,
.front-footer-contact__item span {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.front-footer-support strong,
.front-footer-contact__item strong {
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.front-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.front-footer-social a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 10px;
}

.front-footer-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.front-footer-links h4,
.front-footer-contact h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 18px;
}

.front-footer-links ul {
  margin: 0;
  padding: 0;
}

.front-footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.front-footer-links li:last-child {
  margin-bottom: 0;
}

.front-footer-links a {
  display: inline-flex;
  font-size: 15px;
  line-height: 1.45;
}

.front-footer-contact {
  display: flex;
  flex-direction: column;
}

.front-footer-contact__item {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 13px 14px;
}

.front-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 46px;
  padding-top: 24px;
}

.front-footer-bottom img {
  max-height: 28px;
  object-fit: contain;
}

.front-footer-bottom p {
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  text-align: right;
}

@media (max-width: 1199px) {
  .front-footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .front-footer-brand,
  .front-footer-contact {
    grid-column: span 3;
  }
}

@media (max-width: 767px) {
  .front-footer {
    padding-top: 58px;
  }

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

  .front-footer-cta {
    padding: 24px 22px;
  }

  .front-footer-cta h2 {
    font-size: 25px;
  }

  .front-footer-main {
    grid-template-columns: 1fr;
  }

  .front-footer-brand,
  .front-footer-contact {
    grid-column: auto;
  }

  .front-footer-bottom p {
    text-align: left;
  }
}

.slider {
  border-color: var(--brand-cyan) !important;
}

svg [fill="#25a6a1"],
svg [fill="#25A6A1"] {
  fill: var(--brand-blue) !important;
}

/* Checkout and payment surfaces */
.container .header,
.hdr,
.payment-header,
.checkout-header {
  background: var(--brand-action-gradient) !important;
  color: #ffffff !important;
}

.price-summary,
.qr-section,
.payment-options,
.recommended,
.transaction-details,
.upi-badge {
  background: #eef7ff !important;
  color: var(--brand-ink) !important;
}

.qr-frame {
  border-color: var(--brand-cyan) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(9, 169, 242, 0.12);
}

.amount,
.amt-big,
.amt-sym,
.payment-amount,
.price {
  color: var(--brand-blue) !important;
}

.amt-row,
.qr-box {
  border-color: var(--brand-cyan) !important;
  background: #f4faff !important;
}

.status-box {
  background: rgba(255, 210, 46, 0.22) !important;
  color: #946300 !important;
}

.spinner {
  border-color: var(--brand-gold) !important;
  border-top-color: transparent !important;
}

.status-success,
.success {
  background: rgba(143, 216, 62, 0.22) !important;
  color: var(--brand-green) !important;
}

.box-2 .box-inner-2 .btn.btn-primary,
.pay-button,
.btn-pay {
  background: var(--brand-action-gradient) !important;
  color: #ffffff !important;
}

.box-2 .box-inner-2 .btn.btn-primary:hover,
.pay-button:hover,
.btn-pay:hover {
  background: var(--brand-success-gradient) !important;
}

.inputWithcheck span {
  background: var(--brand-green) !important;
}

.fas,
.fab {
  color: var(--brand-blue);
}

.btn .fas,
.btn .fab,
.btn-primary .fas,
.btn-primary .fab,
.app-header .fa,
.app-header .bi,
.app-menu__icon,
.treeview-item .icon {
  color: inherit;
}

::selection {
  background: rgba(255, 210, 46, 0.55);
  color: var(--brand-ink);
}

@keyframes bgColorChange {
  0% {
    background-color: #0346a6;
  }
  25% {
    background-color: #09a9f2;
  }
  50% {
    background-color: #07964a;
  }
  75% {
    background-color: #8fd83e;
  }
  100% {
    background-color: #003587;
  }
}

@keyframes borderPulse {
  0% {
    border-color: #0346a6;
  }
  50% {
    border-color: #ffd22e;
  }
  100% {
    border-color: #0346a6;
  }
}
