* {
  margin: 0;
  padding: 0;
  list-style: none;
}
:root {
  --brandg: #228800;
  --brandy: #595901;
}
.text-brand {
  color: var(--brandg);
}
.text-brandy {
  color: var(--brandy);
}
body {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #000;
}
p {
  margin: 0;
  color: #221f1f;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.rounded-custom {
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
}
.rounded-custom2 {
  border-radius: 10px;
}
.rounded-custom3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 10px;
}

.hidden {
  display: none;
}
.header-wrapper,
.form-section {
  margin: 0;
  overflow: hidden;
  background: black; /* Ensure no white space shows */
  position: relative;
}

.background-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 50% 50%,
    #2b5613,
    #357024,
    #658f03,
    #374301
  );
  background-size: 300% 300%; /* Larger size for smooth transition */
  animation: gradient-move 15s linear infinite;
  z-index: 0;
}

@keyframes gradient-move {
  0% {
    background-position: 50% 0%; /* Start at the top-center */
  }
  25% {
    background-position: 100% 50%; /* Move to right-center */
  }
  50% {
    background-position: 50% 100%; /* Move to bottom-center */
  }
  75% {
    background-position: 0% 50%; /* Move to left-center */
  }
  100% {
    background-position: 50% 0%; /* Back to top-center */
  }
}

.header-main,
.banner,
.form-wrapper {
  position: relative;
  z-index: 1;
}
.site-logo img {
  max-width: 120px;
}
.header {
  background: linear-gradient(
    to right,
    rgba(255, 250, 250, 0.2) 30%,
    rgba(250, 200, 202, 0.2) 100%
  );
}
.top-cta a {
  color: #fefff6;
}
.header-main.sticky .top-cta a {
  color: #020202;
}
.top-cta a:hover {
  color: #fff000;
}
.header-main {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}
.header-main .site-logo img.sticky-logo {
  display: none;
}
.header-main * {
  transition: all 0.3s ease-in-out;
}
.header-main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff; /* Optional: change background when sticky */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
}
.header-main.sticky * {
  font-size: 1rem !important;
}
.header-main.sticky .site-logo img {
  max-width: 105px;
}
.header-main.sticky .site-logo img {
  display: none;
}
.header-main.sticky .site-logo img.sticky-logo {
  display: block;
}
.header-main.sticky .py-3 {
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
}
.header-main.sticky .btn-outline-light {
  border-color: #000 !important;
  color: #000 !important;
}
.header-main.sticky .btn-outline-light:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.header-main.sticky .top-cta a:hover {
  color: #99bc08;
}

.pos-arrow img {
  transform: rotate(60deg);
  width: 80%;
}
.pos-arrow {
  position: absolute;
  left: -110px;
  bottom: -200px;
}
.po-image {
  position: relative;
}

.banner span {
  color: yellow;
}
.btn-warning {
  background: #ff0 !important;
  border: none !important;
}
.btn-warning:hover {
  background: #228800 !important;
  color: #fff;
}

.btn-brandy {
  background: var(--brandg);
}
.btn-brandy:hover {
  background: #b7fa26;
}

/* Checklist */
.bg-pos-sidebar {
  background-image: url(images/clover/clover-mini-total-screen.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-pos-sidebar2 {
  background-image: url(images/clover/mini-pos-solo-flex-3.webp);
}
.bg-pos-sidebar3 {
  background-image: url(images/clover/pos-clover-station-manage-orders.webp);
}
.bg-pos-sidebar4 {
  background-image: url(images/clover/clover-mini-customer-profile-screen.webp);
}
.bg-pos-sidebar5 {
  background-image: url(images/clover/flex-3-top-Employees-Screen.webp);
}
.checklist img {
  width: 75px;
}
.checklist li:nth-child(3) img {
  width: 70px;
}
.checklist-group .checklist img {
  width: 50px !important;
}

.section.hardware,
.reviews {
  background: #eaf0dd;
}
.hCard-image {
  background: radial-gradient( circle at 50% 50%, #e2f4e5, #4df236, #36ae0d, #9dc7a0 );
  height: 170px;
  padding: 30px;
  width: 170px;
  border-radius: 50%;
}
.hCard-image img {
  object-fit: contain;
}

.hardware-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hCard-text {
  text-align: center;
}
.hCard-text hr {
  margin: 7px auto 20px;
  border-color: var(--brandg) !important;
}

.profit-image,
.form-image {
  background: url('images/lavu/lavu-pos-restaurant.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 120px;
  border-top-left-radius: 0;
}
.form-image {
  background-image: url('images/lavu/restaurant-owner-1.png');
}
.icon-image {
  padding: 20px;
  border: 2px solid #2376a7;
  border-radius: 50%;
  margin: 30px 35px 20px 35px;
}
.icon-wrap,
.icon-wrap * {
  transition: all 0.3s ease-in-out;
}
.icon-wrap:hover .icon-image,
.icon-wrap:hover .icon-text {
  transform: scale(1.15);
}

.processing-bg {
  background-image: url('images/lavu/restaurant-owner-with-ipad-pos-2.webp');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

.cta {
  background-image: url('images/lavu/restaurant-lavu-pos.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(36, 45, 1, 0.8);
  background-blend-mode: multiply;
}

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}
.testimonial-card .avatar img {
  width: 100px;
}

.support {
  background-image: url('images/support.jpg');
  background-size: cover;
  background-color: rgba(38, 122, 34, 0.92);
  background-blend-mode: multiply;
  padding: 20px 0 90px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.support-card img {
  width: 90px;
}

#staticBackdrop .modal-dialog {
  max-width: 50%;
}
#staticBackdrop {
  background: rgba(155, 185, 10, 0.2);
}
.short-privacy p {
  font-size: 12px;
}

.footer-card a,
.footer-cta a {
  color: #5d8a4d;
}
.footer-card a:hover,
.footer-cta a:hover {
  color: #228800;
}
