@font-face {
  font-family: "Gilroy-Bold";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroyBold.woff") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroyBold.woff") format("woff"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroyBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroySemiBold.woff") format("woff"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroySemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroyMedium.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroyMedium.woff") format("woff"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-GilroyMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/SVN-Gilroy.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-Gilroy.woff") format("woff"), url("/wp-content/themes/twentytwentyone-child/fonts/SVN-Gilroy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
header {
  background: #fff;
}

.navbar-wrap {
  padding: 24px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(233, 210, 186, 0.2);
}
@media (max-width: 768px) {
  .navbar-wrap {
    padding: 16px 20px;
    gap: 16px;
    text-align: center;
  }
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brand img {
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  .brand img {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .brand img {
    height: 30px;
  }
}

.nav-cta {
  background: #f7941d;
  color: #fff;
  border: none;
  border-radius: 11px !important;
  padding: 8px 15px;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(247, 148, 29, 0.15);
}
@media (max-width: 768px) {
  .nav-cta {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .nav-cta {
    padding: 9px;
    font-size: 12px;
    gap: 0;
    border-radius: 50% !important;
  }
}
.nav-cta:hover {
  background: #e07318;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(247, 148, 29, 0.25);
}
.nav-cta .ph-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .nav-cta .ph-wrap {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 768px) {
  .nav-cta .ph-wrap {
    height: 12px;
    width: 12px;
  }
}
.nav-cta .ph-wrap img {
  max-width: 100%;
}
.nav-cta .ph-wrap i {
  color: #f7941d;
  font-size: 13px;
}
@media (max-width: 576px) {
  .nav-cta span {
    display: none;
  }
}
.nav-cta span.num {
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
}

body {
  background-color: #fdead2;
  color: #1c1c1c;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  color: #1c1c1c;
}

.btn-orange-cta {
  background: #f7941d;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(247, 148, 29, 0.2);
}
@media (max-width: 576px) {
  .btn-orange-cta {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.btn-orange-cta:hover {
  background: #e07318;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(247, 148, 29, 0.3);
}
.btn-orange-cta .arrow-circle {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: transform 0.3s ease;
}
.btn-orange-cta:hover .arrow-circle {
  transform: translateX(2px);
}

.hero-headline-sec {
  background-color: #fdead2;
  padding: 48px 60px 24px 60px;
}
@media (max-width: 768px) {
  .hero-headline-sec {
    padding: 32px 20px 16px 20px;
  }
}
.hero-headline-sec h1.main-title {
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
}
@media (max-width: 768px) {
  .hero-headline-sec h1.main-title {
    font-size: 19px;
  }
}
.hero-headline-sec h1.main-title .highlight-orange {
  color: #f7941d;
}

.category-tabs-sec {
  background-color: #fdead2;
  padding: 0 60px 2px 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(126, 117, 117, 0.5019607843);
}
@media (max-width: 768px) {
  .category-tabs-sec {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.category-tabs-sec .tabs-container {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 32px;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .category-tabs-sec .tabs-container {
    gap: 10px;
  }
}
.category-tabs-sec .tabs-container::-webkit-scrollbar {
  display: none;
}
.category-tabs-sec .tabs-container .tab-btn {
  background: none;
  border: none;
  padding: 14px 4px;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 25px;
  color: #8e8e8e;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .category-tabs-sec .tabs-container .tab-btn {
    font-size: 12px;
  }
}
.category-tabs-sec .tabs-container .tab-btn:hover {
  color: #1c1c1c;
}
.category-tabs-sec .tabs-container .tab-btn.active {
  color: #1c1c1c;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
}
.category-tabs-sec .tabs-container .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f7941d;
  border-radius: 4px 4px 0 0;
}

.hero-banner-sec {
  position: relative;
  overflow: hidden;
  background-color: #331a05;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .hero-banner-sec {
    height: auto;
    padding: 60px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .hero-banner-sec {
    padding: 0;
  }
}
.hero-banner-sec .banner-bg-img {
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/twentytwentyone-child/images/eftpos/hero_bg.png");
  background-size: cover;
  background-position: center 30%;
  opacity: 0.85;
  z-index: 1;
}
.hero-banner-sec .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(39, 23, 7, 0.45) 0%, rgba(39, 23, 7, 0.25) 50%, rgba(39, 23, 7, 0.05) 100%);
  z-index: 2;
}
.hero-banner-sec .container-fluid {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .hero-banner-sec .container-fluid {
    padding: 0 20px;
  }
}
.hero-banner-sec .hero-card {
  background: #fdead2;
  padding: 34px 34px 38px 34px;
  width: 100%;
  max-width: 486px;
  margin-top: 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .hero-banner-sec .hero-card {
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  .hero-banner-sec .hero-card {
    text-align: left;
  }
}
.hero-banner-sec .hero-card h2.card-title {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .hero-banner-sec .hero-card h2.card-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .hero-banner-sec .hero-card h2.card-title {
    font-size: 18px;
  }
}
.hero-banner-sec .hero-card h2.card-title .highlight {
  color: #f7941d;
}
.hero-banner-sec .hero-card p.card-desc {
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 19.5px;
  color: rgba(126, 117, 117, 0.8117647059);
  margin-top: 35px;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .hero-banner-sec .hero-card p.card-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

.comparison-sec {
  margin-top: 80px;
  background-color: rgba(247, 148, 29, 0.2);
  padding: 60px;
}
@media (max-width: 768px) {
  .comparison-sec {
    padding: 48px 20px;
  }
}
.comparison-sec h2.sec-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 48px;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .comparison-sec h2.sec-title {
    font-size: 22px;
  }
}
.comparison-sec .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .comparison-sec .compare-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.comparison-sec .compare-card {
  border: 1px solid rgba(233, 210, 186, 0.6);
  padding: 25px;
  box-shadow: 0 4px 15px rgba(247, 148, 29, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  position: relative;
  border: 1px solid #ff8d04;
}
.comparison-sec .compare-card:after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/twentytwentyone-child/images/eftpos/bg-com-sec-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.comparison-sec .compare-card .content {
  position: relative;
  z-index: 2;
}
.comparison-sec .compare-card#benefit-card-1 {
  width: 616px;
}
@media (max-width: 768px) {
  .comparison-sec .compare-card#benefit-card-1 {
    width: 100%;
    text-align: center;
  }
}
.comparison-sec .compare-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(247, 148, 29, 0.06);
}
.comparison-sec .compare-card h3.card-title {
  font-size: 24px;
  margin-bottom: 18px;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 35px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .comparison-sec .compare-card h3.card-title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .comparison-sec .compare-card h3.card-title {
    font-size: 16px;
  }
}
.comparison-sec .compare-card h3.card-title .highlight {
  color: #f7941d;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
}
.comparison-sec .compare-card p.card-desc {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(126, 117, 117, 0.8117647059);
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  .comparison-sec .compare-card p.card-desc {
    font-size: 15px;
  }
}
.comparison-sec .compare-card .partner-row {
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .comparison-sec .compare-card .partner-row {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .comparison-sec .compare-card .partner-row br {
    display: none;
  }
}
.comparison-sec .compare-card .partner-row img.partner-logo {
  height: 45px;
  max-width: 100%;
}
.comparison-sec .compare-card .btn-outline-compare {
  border: 1.5px solid #f7941d;
  background: rgba(247, 148, 29, 0.06);
  color: #f7941d;
  border-radius: 50px;
  padding: 10px 24px;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-self: flex-start;
  transition: all 0.25s ease;
}
.comparison-sec .compare-card .btn-outline-compare:hover {
  background: #f7941d;
  color: #ffffff;
}
.comparison-sec .compare-card#benefit-card-2 {
  width: 310px;
}
@media (max-width: 768px) {
  .comparison-sec .compare-card#benefit-card-2 {
    width: 100%;
    text-align: center;
  }
}
.comparison-sec .compare-card#benefit-card-2 h3.card-title {
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .comparison-sec .compare-card#benefit-card-2 h3.card-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .comparison-sec .compare-card#benefit-card-2 h3.card-title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

.steps-sec {
  background-color: #fdead2;
  padding: 90px 60px 100px 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .steps-sec {
    padding: 60px 20px;
  }
}
.steps-sec h3.steps-title {
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  color: #f7941d;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 768px) {
  .steps-sec h3.steps-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .steps-sec h3.steps-title {
    font-size: 22px;
  }
}
.steps-sec p.steps-subtitle {
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  color: rgba(126, 117, 117, 0.8117647059);
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .steps-sec p.steps-subtitle {
    line-height: normal;
    font-size: 16px;
  }
}
.steps-sec .steps-row {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.steps-sec .steps-row::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 10%;
  right: 10%;
  height: 3px;
  background-color: #f7941d;
  z-index: 1;
}
@media (max-width: 768px) {
  .steps-sec .steps-row::before {
    display: none;
  }
}
.steps-sec .step-column {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .steps-sec .step-column {
    margin-bottom: 48px;
  }
  .steps-sec .step-column:last-child {
    margin-bottom: 0;
  }
}
.steps-sec .step-column .step-number-circle {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #ffb462 0%, #f7941d 100%);
  color: #ffffff;
  border-radius: 50%;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(247, 148, 29, 0.3);
  margin-bottom: 28px;
}
@media (max-width: 576px) {
  .steps-sec .step-column .step-number-circle {
    display: none;
  }
}
.steps-sec .step-column .step-icon-box {
  width: 60px;
  height: 60px;
  background: #f7941d;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 16px rgba(247, 148, 29, 0.15);
}
.steps-sec .step-column .step-icon-box img {
  height: 28px;
}
.steps-sec .step-column h4.step-title {
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  color: #1c1c1c;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 768px) {
  .steps-sec .step-column h4.step-title {
    font-size: 17px;
    max-width: 275px;
  }
}
.steps-sec .step-column p.step-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(126, 117, 117, 0.8117647059);
  margin: 0;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: rgba(126, 117, 117, 0.8117647059);
  text-align: center;
}
@media (max-width: 1600px) {
  .steps-sec .step-column p.step-desc {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .steps-sec .step-column p.step-desc {
    font-size: 16px;
    max-width: 275px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .steps-sec .step-column p.step-desc br {
    display: none;
  }
}

.banner-cta-sec {
  background: #f7941d;
  padding: 68px 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-cta-sec {
    padding: 48px 20px;
  }
}
.banner-cta-sec h2.cta-title {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-cta-sec h2.cta-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .banner-cta-sec h2.cta-title {
    font-size: 16px;
  }
}
.banner-cta-sec p.cta-desc {
  line-height: 1.65;
  color: white;
  max-width: 900px;
  margin: 40px auto 36px auto;
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  font-size: 25px;
}
@media (max-width: 576px) {
  .banner-cta-sec p.cta-desc {
    font-size: 15px;
    line-height: normal;
  }
}
.banner-cta-sec .btn-white-cta {
  background: #ffffff;
  color: #f7941d !important;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 18.18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 576px) {
  .banner-cta-sec .btn-white-cta {
    padding: 8px 12px;
    font-size: 13px;
  }
}
.banner-cta-sec .btn-white-cta:hover {
  background: #ffffff;
  color: #e07318 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.banner-cta-sec .btn-white-cta .arrow-circle {
  width: 24px;
  height: 24px;
  background: #f7941d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: transform 0.3s ease;
}
.banner-cta-sec .btn-white-cta .arrow-circle i {
  color: #ffffff;
}
.banner-cta-sec .btn-white-cta:hover .arrow-circle {
  transform: translateX(2px);
}

.footer-wrapper {
  background-color: #313131;
  color: #b5b5b5;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.legal-disclaimer-sec {
  background-color: ##313131;
  padding: 44px 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .legal-disclaimer-sec {
    padding: 32px 30px;
  }
}
.legal-disclaimer-sec p.disclaimer-text {
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  text-align: left;
  margin-bottom: 22px;
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
}
@media (max-width: 768px) {
  .legal-disclaimer-sec p.disclaimer-text {
    font-size: 12px;
    text-align: center !important;
    line-height: 22px;
    margin-bottom: 12px;
  }
}

.footer-nav-sec {
  /* padding: 24px 60px; */
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer-nav-sec {
    padding: 0 0px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-nav-sec .foot-link {
  font-family: "Gilroy-Medium", "Outfit", sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.footer-nav-sec .foot-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-info-sec {
  padding: 20px 60px 24px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-info-sec {
    padding: 32px 20px 16px 20px;
    font-size: 12px;
  }
}
.footer-info-sec .footer-logo {
  margin-bottom: 18px;
}
.footer-info-sec .footer-logo img {
  height: 50px;
  width: auto;
}
.footer-info-sec .footer-address {
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #888888;
  margin-bottom: 10px;
  max-width: 320px;
}
.footer-info-sec .social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer-info-sec .social-links .soc-btn {
  width: 40px;
  height: 40px;
  border: 1.5px solid #444444;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #fff;
}
.footer-info-sec .social-links .soc-btn:hover {
  border-color: #f7941d;
  color: #f7941d;
  background-color: rgba(247, 148, 29, 0.05);
  transform: translateY(-2px);
}

.footer-copyright-sec {
  padding: 20px 60px 32px 60px;
  text-align: center;
}
.footer-copyright-sec p.copy-text {
  font-size: 14px;
  color: #aaa;
  margin: 0;
  margin: -25px 0 0 3px;
}

.custom-popup-modal .modal-dialog {
  max-width: 95% !important;
  width: 100%;
}
@media (max-width: 1200px) {
  .custom-popup-modal .modal-dialog {
    max-width: 100% !important;
    margin: 0;
    width: 100%;
    padding: 0 5%;
  }
}
	.hover-effect-cls{
    width:37px;
    height:37px;
    border-radius:15%;
    background:#fff;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
}
@media (max-width: 576px) {
  .custom-popup-modal .modal-dialog {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .custom-popup-modal .modal-dialog {
    max-width: 1700px !important;
    width: 100%;
  }
}
.custom-popup-modal .modal-content {
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  max-height: 90vh; /* Adjusts popup height to window height */
  overflow: hidden; /* Prevents overflow outside the modal */
  display: flex;
  flex-direction: column;
}
.custom-popup-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
.custom-popup-modal .btn-close:hover {
  opacity: 1;
}
.custom-popup-modal .popup-left-col .popup-bg-img {
  background: url("/wp-content/themes/twentytwentyone-child/images/eftpos/hero-bg-terminal.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-popup-modal .popup-left-col .popup-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.custom-popup-modal .popup-left-col h2 {
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 45.27px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 1600px) {
  .custom-popup-modal .popup-left-col h2 {
    font-size: 32px;
  }
}
.custom-popup-modal .popup-left-col ul li {
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 22.63px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 1600px) {
  .custom-popup-modal .popup-left-col ul li {
    font-size: 15px;
  }
}
.custom-popup-modal .popup-left-col ul li i {
  font-size: 1.1rem;
  color: var(--primary-orange, #f7941d);
}
.custom-popup-modal .popup-left-col .moda-cont {
  padding: 3rem 5rem !important;
}
.custom-popup-modal .popup-right-col {
  background: linear-gradient(180deg, #f7941d 48.08%, #ffe1be 100%);
  overflow-y: auto; /* Only right side fields can be scrollable */
  max-height: 90vh; /* Keeps height bounded */
  justify-content: flex-start !important; /* Overrides HTML justify-content-center to prevent hiding top content */
}
@media (max-width: 576px) {
  .custom-popup-modal .popup-right-col {
    padding: 3rem !important;
  }
}
@media (min-width: 1800px) {
  .custom-popup-modal .popup-right-col form {
    padding: 15px 20px;
  }
}
.custom-popup-modal .popup-right-col h3 {
  font-family: "Gilroy-Bold", "Outfit", sans-serif;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 576px) {
  .custom-popup-modal .popup-right-col h3 {
    font-size: 18px;
  }
}
.custom-popup-modal .popup-right-col label {
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 576px) {
  .custom-popup-modal .popup-right-col label {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .custom-popup-modal .popup-right-col label {
    font-size: 18px;
    font-family: "Gilroy-Regular", "Outfit", sans-serif;
  }
}
.custom-popup-modal .popup-right-col label.terms-form {
  font-family: "Gilroy-Regular", "Outfit", sans-serif;
  font-size: 12px;
  color: #fff;
}
.custom-popup-modal .popup-right-col .custom-input {
  padding: 12px 15px;
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
  width: 100%;
  height: 46.5734901428;
  opacity: 1;
  border-radius: 5.03px;
  background: #fdead2;
}
@media (max-width: 576px) {
  .custom-popup-modal .popup-right-col .custom-input {
    padding: 7px 15px !important;
  }
}
.custom-popup-modal .popup-right-col .custom-input::placeholder {
  color: #aaa;
}
.custom-popup-modal .popup-right-col .form-check-label {
  font-size: 0.65rem;
  opacity: 0.85;
  line-height: 1.35;
}
.custom-popup-modal .popup-right-col .popup-submit-btn {
  background-color: #f7941d;
  transition: background-color 0.2s;
  border-radius: 50px;
  padding: 16px;
  background-color: #f8a53a;
  color: #fff;
  border: 1px solid #ffad4b;
  transition: background-color 0.2s;
  width: 100%;
  max-width: 400px;
  font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
  font-size: 22px;
  letter-spacing: 0%;
}
@media (max-width: 1600px) {
  .custom-popup-modal .popup-right-col .popup-submit-btn {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .custom-popup-modal .popup-right-col .popup-submit-btn {
    font-family: "Gilroy-SemiBold", "Outfit", sans-serif;
    font-size: 26px;
    line-height: 100%;
    box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.2509803922);
    background: #f7941d;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
  }
}
.custom-popup-modal .popup-right-col .popup-submit-btn:hover {
  background-color: #e5932d;
}

/*# sourceMappingURL=styles.css.map */
