/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2f2f2f;
  text-decoration: underline;
}
a:hover {
  color: #2f2f2f;
  text-decoration: none;
}
a.more {
  font-weight: 600;
}

.custom-navbar {
  background: #ffffff !important;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Force override for navbar background */
.navbar.custom-navbar {
  background: #ffffff !important;
}

#mainNavbar {
  background: #ffffff !important;
}

/* Additional specificity to override Bootstrap */
.navbar.navbar-expand-md.custom-navbar {
  background: #ffffff !important;
}
.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
  color: #ff6000 !important;
}
.custom-navbar .navbar-brand > span {
  opacity: 0.4;
}
.custom-navbar .navbar-toggler {
  border-color: transparent;
  color: #333333;
}

.custom-navbar .navbar-toggler-icon {
  background-image: url("../assets/images/burgermenu.svg");
}
.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ff6000 !important;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: 0.15s all ease-out;
    -o-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
  }
}
.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}
.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}
.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

.hero {
  background: #ff6000;
  padding: calc(4rem - 30px) 0 0rem 0;
}

/* Dark variant for hero section */
.hero-dark {
  background: #000000 !important;
}
.hero-dark h1,
.hero-dark p,
.hero-dark .btn {
  color: #ffffff;
}
.hero-dark .btn.btn-secondary {
  background: #f9bf29;
  border-color: #f9bf29;
  color: #2f2f2f;
}
@media (min-width: 768px) {
  .hero {
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: calc(8rem - 30px) 0 8rem 0;
  }
}
.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 450px;
  }
}
.hero h1 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (min-width: 1400px) {
  .hero h1 {
    font-size: 54px;
  }
}
.hero p {
  color: rgba(255, 255, 255);
  font-size: 18px;
}
.hero .hero-img-wrap {
  position: relative;
}
.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  /* max-width: 780px; */
}
@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0px;
    left: -100px;
  }
}
@media (min-width: 992px) {
  .hero .hero-img-wrap img {
    left: 0px;
    position: absolute;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    left: 0px;
    right: -100px;
  }
}
/* .hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: -0px;
}
@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    top: -40px;
  }
} */

.btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  /* background: #2f2f2f; */
  border-color: #2f2f2f;
}
.btn:hover {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}
.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #ff6000;
  border-color: #ff6000;
}
.btn.btn-primary:hover {
  background: #314d43;
  border-color: #314d43;
}
.btn.btn-secondary {
  color: #2f2f2f;
  background: #f9bf29;
  border-color: #f9bf29;
}
.btn.btn-secondary:hover {
  background: #f8b810;
  border-color: #f8b810;
}
.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

.section-title {
  color: #2f2f2f;
  font-size: 36px;
  text-align: center;
}

h1 {
  text-align: left;
}

h2,
h3 {
  text-align: center;
}

.feature h3 {
  text-align: left;
}

.pos-page .feature-box h3 {
  text-align: left;
}

.counter-plus {
  font-size: 24px;
  font-weight: inherit;
  color: #ff6000;
}

.counter-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.counter-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hero image centering */
.hero-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-img-wrap img {
  max-width: 100%;
  height: auto;
}

.display-4 {
  text-align: center !important;
}

/* Contact Page Styles */
.contact-form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: center;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-info-card .service-icon {
  width: 70px;
  height: 70px;
  background: #ff6000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 28px;
}

.contact-info-card h3 {
  color: #2f2f2f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info-card p {
  color: #6a6a6a;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #ff6000;
  box-shadow: 0 0 0 0.2rem rgba(255, 96, 0, 0.25);
}

.form-group label {
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 10px;
  font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }

  .contact-info-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .contact-info-card .service-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .contact-info-card h3 {
    font-size: 20px;
  }

  .contact-info-card p {
    font-size: 16px;
  }

  .form-control {
    font-size: 16px;
    padding: 12px 15px;
  }

  .form-group label {
    font-size: 16px;
  }
}

/* POS Page Styles */
.pos-page p {
  font-size: 18px;
  line-height: 1.6;
}

.pos-page .lead {
  font-size: 20px;
  font-weight: 500;
}

.pos-page h3 {
  font-size: 22px;
  font-weight: 600;
}

.pos-page h4 {
  font-size: 20px;
  font-weight: 600;
}

.pos-page h5 {
  font-size: 18px;
  font-weight: 600;
}

.pos-page .pricing-price {
  font-size: 32px;
  font-weight: 700;
}

.pos-page .list-unstyled li {
  font-size: 16px;
  margin-bottom: 8px;
}

/* Responsive for POS page */
@media (max-width: 768px) {
  .pos-page p {
    font-size: 16px;
  }

  .pos-page .lead {
    font-size: 18px;
  }

  .pos-page h3 {
    font-size: 20px;
  }

  .pos-page h4 {
    font-size: 18px;
  }

  .pos-page h5 {
    font-size: 16px;
  }

  .pos-page .pricing-price {
    font-size: 28px;
  }
}

.product-section {
  padding: 7rem 0;
}
.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}
.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
}
.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
}
.product-section .product-item h3,
.product-section .product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}
.product-section .product-item .icon-cross {
  position: absolute;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #2f2f2f;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #dce5e4;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-section .product-item:hover .product-thumbnail {
  top: -25px;
}
.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product-section .product-item:hover:before {
  height: 70%;
}

.why-choose-section {
  padding: 3rem 0;
}
.why-choose-section .img-wrap {
  position: relative;
}
.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}
.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.feature {
  margin-bottom: 30px;
}
.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.feature .icon:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background: transparent;
  border-radius: 50%;
  left: -3px;
  bottom: 0;
}
.feature h3 {
  font-size: 18px;
  color: #2f2f2f;
}
.feature p {
  font-size: 16px;
  line-height: 22px;
  color: #6a6a6a;
}

.we-help-section {
  padding: 3rem 0;
}

/* Dark variant for showcase sections */
.section-dark {
  background-color: #000000;
  color: #ffffff;
}
.section-dark .section-title,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p,
.section-dark li {
  color: #ffffff;
}
.section-dark .pos-feature-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-dark .pos-feature-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-dark .pos-feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.section-dark .btn.btn-secondary {
  background: #f9bf29;
  border-color: #f9bf29;
  color: #2f2f2f;
}

/* Soft rounded corners helper */
.rounded-soft {
  border-radius: 12px;
}
.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(27, 1fr);
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}
.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}
.we-help-section .imgs-grid .grid {
  position: relative;
}
.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}
.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}
.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 8 / span 5;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .we-help-section .imgs-grid .grid.grid-2 {
    grid-row: 3 / span 5;
  }
}
.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}

.custom-list {
  width: 100%;
}
.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ff6000;
  position: absolute;
  left: 0;
  top: 8px;
}

.popular-product {
  padding: 0 0 7rem 0;
}
.popular-product .product-item-sm h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
}
.popular-product .product-item-sm a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popular-product .product-item-sm a:hover {
  color: rgba(47, 47, 47, 0.5);
}
.popular-product .product-item-sm p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 14px;
}
.popular-product .product-item-sm .thumbnail {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
}
.popular-product .product-item-sm .thumbnail:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: #dce5e4;
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}
.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}
.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}
@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}
.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}
.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}
.testimonial-slider-wrap #testimonial-nav > span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.1);
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.testimonial-slider-wrap #testimonial-nav > span:hover {
  background: #ff6000;
  color: #ffffff;
}
.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}
.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}
.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}
.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #d6d6d6;
}
.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #ff6000;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}

.blog-section {
  padding: 7rem 0 12rem 0;
}
.blog-section .post-entry a {
  text-decoration: none;
}
.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}
.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}
.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: 0.7;
}

.footer-section {
  padding: 80px 0;
  background: #ffffff;
}
.footer-section .relative {
  position: relative;
}
.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}
.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ff6000;
}
.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ff6000;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}
.footer-section .sofa-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}
.footer-section .sofa-img img {
  max-width: 200px;
  margin-top: 30px;
}
.footer-section .links-wrap {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}
.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #ff6000;
}
.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}
.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #ff6000;
  border-radius: 50%;
}
.footer-section .custom-social li a:hover {
  background: #ff6000;
  color: #ffffff;
}
.footer-section .border-top {
  border-color: #dce5e4;
}
.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.untree_co-section {
  padding: 7rem 0;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ff6000;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.form-control::-moz-placeholder {
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
}
.form-control:-moz-placeholder {
  font-size: 14px;
}

.service {
  line-height: 1.5;
}
.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ff6000;
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}
.site-blocks-table .product-thumbnail {
  width: 200px;
}
.site-blocks-table .btn {
  padding: 2px 10px;
}
.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #ff6000 !important;
}
.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}

.couponcode-wrap input {
  border-radius: 10px !important;
}

.text-primary {
  color: #ff6000 !important;
}

.thankyou-icon {
  position: relative;
  color: #ff6000;
}
.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.2);
}

/* Language Switcher Styles */
.language-switcher {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: white;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lang-switch {
  background: none;
  border: none;
  padding: 5px 10px;
  margin: 0 2px;
  cursor: pointer;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
}

.lang-switch:hover {
  color: #000;
}

.lang-switch.active {
  color: #000;
  font-weight: 700;
}

/* RTL Support */
[dir="rtl"] {
  text-align: right;
}

[dir="rtl"] .language-switcher {
  left: 20px;
  right: auto;
}

.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: #ff6000;
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 999;
  transition: background 0.2s;
}

.back-to-top:hover {
  background: #f9bf29;
}

/* 6 Lý Do Chọn POS Styles */
.pos-feature-card {
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pos-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pos-feature-card strong {
  color: #333;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.pos-feature-card p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.pos-feature-grid .col-md-6 {
  margin-bottom: 1.5rem;
}

.pos-feature-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  transition: all 0.3s ease;
}

.pos-feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  flex-shrink: 0;
  margin-right: 1rem;
  margin-top: 0.25rem;
}

.feature-icon i {
  font-size: 1.5rem;
  color: #28a745 !important;
}

.feature-content {
  flex: 1;
}

.feature-content strong {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.feature-content p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .pos-feature-item {
    padding: 1rem;
  }

  .feature-content strong {
    font-size: 16px;
  }

  .feature-content p {
    font-size: 14px;
  }

  .feature-icon i {
    font-size: 1.25rem;
  }
}

/* Payment Features Grid Styles */
.payment-feature-grid .col-md-6 {
  margin-bottom: 1.5rem;
}

.payment-feature-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  transition: all 0.3s ease;
}

.payment-feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Marketing Features Grid Styles */
.marketing-feature-grid .col-md-6 {
  margin-bottom: 1.5rem;
}

.marketing-feature-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  transition: all 0.3s ease;
}

.marketing-feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .payment-feature-item,
  .marketing-feature-item {
    padding: 1rem;
  }
}

/* Center images in sections */
.img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Center the POS images grid */
.imgs-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.imgs-grid .grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgs-grid .grid img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Navbar Scroll Effect Styles */
.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link {
  color: #333 !important;
}

.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar-scrolled .navbar-toggler-icon {
  background-image: url("../assets/images/burgermenu.svg") !important;
}

.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

.navbar-scrolled .dropdown-menu {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Override Bootstrap navbar with higher specificity */
.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled,
.navbar.navbar-expand-md.custom-navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand,
.navbar.navbar-expand-md.custom-navbar.navbar-scrolled .navbar-brand,
.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link,
.navbar.navbar-expand-md.custom-navbar.navbar-scrolled .nav-link {
  color: #333 !important;
}

.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand span,
.navbar.navbar-expand-md.custom-navbar.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link:hover,
.navbar.navbar-expand-md.custom-navbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Force override for scrolled state */
.custom-navbar.navbar-scrolled,
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Force text color changes for scrolled state */
.custom-navbar.navbar-scrolled .navbar-brand,
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand {
  color: #333 !important;
}

.custom-navbar.navbar-scrolled .navbar-brand span,
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.custom-navbar.navbar-scrolled .nav-link,
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link {
  color: #333 !important;
}

.custom-navbar.navbar-scrolled .nav-link:hover,
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Remove duplicate CSS and ensure proper override */
.custom-navbar {
  background: #ffffff !important;
  transition: all 0.3s ease !important;
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
  color: #ff6000 !important;
}

.custom-navbar .navbar-brand span {
  color: #ff6000 !important;
}

.custom-navbar .nav-link:hover {
  color: #ffffff !important;
}

.custom-navbar .navbar-toggler-icon {
  background-image: url("../assets/images/burgermenu.svg");
}

/* Override Bootstrap dark navbar completely */
.navbar-dark.bg-dark.custom-navbar {
  background: linear-gradient(135deg, #ff6000, #f9a825) !important;
}

.navbar-dark.bg-dark.custom-navbar .navbar-brand,
.navbar-dark.bg-dark.custom-navbar .nav-link {
  color: white !important;
}

.navbar-dark.bg-dark.custom-navbar .navbar-brand span {
  color: white !important;
}

.navbar-dark.bg-dark.custom-navbar .nav-link:hover {
  color: #f9bf29 !important;
}

/* Ensure scrolled state overrides everything */
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand,
.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link {
  color: #333 !important;
}

.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Fixed navbar positioning */
.custom-navbar.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.3s ease;
}

/* Body padding for fixed navbar */
body {
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 70px;
  }
}

/* Dropdown menu styles */
.dropdown-menu {
  display: none;
  margin-top: 0;
}

.dropdown-menu.show {
  display: block;
}

/* Services menu grid layout */
.dropdown-menu.services-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 600px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.services-menu .row {
  display: flex;
  flex-wrap: wrap;
}

.services-menu .col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 16px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 180px;
}

.services-menu img {
  width: 110px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 12px;
  display: block;
}

.services-menu p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ff6000;
  line-height: 1.2;
}

.services-menu a:hover {
  text-decoration: none;
}

.services-menu a:hover img {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

.services-menu a:hover p {
  color: #ff6000;
}

/* Hover effect for desktop dropdown */
@media (min-width: 768px) {
  .nav-item.dropdown:hover .dropdown-menu.services-menu {
    display: block;
  }
}

/* Hide services menu on mobile */
@media (max-width: 767.98px) {
  .services-menu {
    display: none !important;
  }
}

.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Additional override for Bootstrap classes */
.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand,
.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link {
  color: #ff6000 !important;
}

.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar.navbar-expand-md.navbar-dark.bg-dark.custom-navbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Final override to ensure scrolled state works */
#mainNavbar.navbar-scrolled,
#mainNavbar.custom-navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

#mainNavbar.navbar-scrolled .navbar-brand,
#mainNavbar.custom-navbar.navbar-scrolled .navbar-brand {
  color: #ff6000 !important;
}

#mainNavbar.navbar-scrolled .navbar-brand span,
#mainNavbar.custom-navbar.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

#mainNavbar.navbar-scrolled .nav-link,
#mainNavbar.custom-navbar.navbar-scrolled .nav-link {
  color: #ff6000 !important;
}

#mainNavbar.navbar-scrolled .nav-link:hover,
#mainNavbar.custom-navbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Test with inline styles approach */
.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link {
  color: #ff6000 !important;
}

.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Ensure all navbar elements can be styled */
.navbar-scrolled * {
  transition: all 0.3s ease !important;
}

/* Force background override */
.navbar-scrolled,
.custom-navbar.navbar-scrolled,
#mainNavbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Dropdown item styles for mobile menu */
.dropdown-item {
  color: #ff6000 !important;
}

.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #ff6000 !important;
}

/* Dropdown toggle styles */
.dropdown-toggle {
  color: #ff6000 !important;
}

.dropdown-toggle:hover {
  color: #ff6000 !important;
}

.dropdown-toggle::after {
  border-top-color: #ff6000 !important;
}

/* Test page to see if navbar scroll effect works */
.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.custom-navbar.navbar-scrolled .navbar-brand,
.custom-navbar.navbar-scrolled .nav-link,
#mainNavbar.navbar-scrolled .navbar-brand,
#mainNavbar.navbar-scrolled .nav-link {
  color: #333 !important;
}

.navbar-scrolled .navbar-brand span,
.custom-navbar.navbar-scrolled .navbar-brand span,
#mainNavbar.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

/* Final test - add !important to all properties */
.navbar-scrolled .nav-link:hover,
.custom-navbar.navbar-scrolled .nav-link:hover,
#mainNavbar.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Ensure navbar can be styled */
.navbar-scrolled,
.custom-navbar.navbar-scrolled,
#mainNavbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar-scrolled,
.custom-navbar.navbar-scrolled,
#mainNavbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Test with different approach - use attribute selector */
nav[class*="navbar-scrolled"] {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

nav[class*="navbar-scrolled"] .navbar-brand,
nav[class*="navbar-scrolled"] .nav-link {
  color: #333 !important;
}

nav[class*="navbar-scrolled"] .navbar-brand span {
  color: #ff6000 !important;
}

/* Test with JavaScript approach - add styles directly */
.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link {
  color: #333 !important;
}

.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* Final attempt - use JavaScript to add inline styles */
.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link {
  color: #333 !important;
}

.navbar-scrolled .navbar-brand span {
  color: #ff6000 !important;
}

.navbar-scrolled .nav-link:hover {
  color: #ff6000 !important;
}

/* ULTIMATE OVERRIDE - Force navbar to be white with orange text */
.custom-navbar,
#mainNavbar,
.navbar.custom-navbar,
.navbar.navbar-expand-md.custom-navbar {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link,
#mainNavbar .navbar-brand,
#mainNavbar .nav-link,
.navbar.custom-navbar .navbar-brand,
.navbar.custom-navbar .nav-link {
  color: #ff6000 !important;
}

.custom-navbar .navbar-brand span,
#mainNavbar .navbar-brand span,
.navbar.custom-navbar .navbar-brand span {
  color: #ff6000 !important;
}

/* Centered POS Images Layout */
.imgs-grid-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  position: relative;
}

.pos-image-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos-image {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.main-pos {
  position: absolute;
  z-index: 3;
  width: 80%;
  transform: translateY(-10px);
}

.secondary-pos {
  position: absolute;
  z-index: 2;
  width: 60%;
  transform: translateX(-30px) translateY(20px);
  opacity: 0.8;
}

.tertiary-pos {
  position: absolute;
  z-index: 1;
  width: 50%;
  transform: translateX(25px) translateY(40px);
  opacity: 0.6;
}

/* Hover effects */
.pos-image-container:hover .main-pos {
  transform: translateY(-15px) scale(1.02);
}

.pos-image-container:hover .secondary-pos {
  transform: translateX(-35px) translateY(25px) scale(1.02);
}

.pos-image-container:hover .tertiary-pos {
  transform: translateX(30px) translateY(45px) scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pos-image-container {
    height: 300px;
  }

  .main-pos {
    width: 85%;
  }

  .secondary-pos {
    width: 65%;
    transform: translateX(-25px) translateY(15px);
  }

  .tertiary-pos {
    width: 55%;
    transform: translateX(20px) translateY(30px);
  }
}

/* Mobile Layout - Image First, Content Second */
@media (max-width: 768px) {
  /* Hero Section - Mobile Layout */
  .hero .row {
    flex-direction: column;
  }

  .hero .col-lg-5 {
    order: 2;
    margin-top: 2rem;
    text-align: center;
  }

  .hero .col-lg-7 {
    order: 1;
  }

  .hero .hero-img-wrap {
    margin-bottom: 0;
  }

  .hero h1 {
    text-align: center !important;
    font-size: 2rem;
  }

  .hero p {
    text-align: center;
  }

  /* Why Choose Us Section - Mobile Layout */
  .why-choose-section .row {
    flex-direction: column;
  }

  .why-choose-section .col-lg-6 {
    order: 2;
    margin-top: 2rem;
  }

  .why-choose-section .col-lg-5 {
    order: 1;
  }

  .why-choose-section .img-wrap {
    margin-bottom: 0;
  }

  /* We Help Section - POS Features - Mobile Layout */
  .we-help-section.section-dark .row {
    flex-direction: column;
  }

  .we-help-section.section-dark .col-lg-5 {
    order: 1;
    margin-bottom: 2rem;
  }

  .we-help-section.section-dark .col-lg-6 {
    order: 2;
  }

  /* We Help Section - Payment Features - Mobile Layout */
  .we-help-section:not(.section-dark) .row {
    flex-direction: column;
  }

  .we-help-section:not(.section-dark) .col-lg-5 {
    order: 1;
    margin-bottom: 2rem;
  }

  .we-help-section:not(.section-dark) .col-lg-7 {
    order: 2;
  }

  /* Marketing Section - Mobile Layout */
  .we-help-section.marketing-section .row {
    flex-direction: column;
  }

  .we-help-section.marketing-section .col-lg-5 {
    order: 1;
    margin-bottom: 2rem;
  }

  .we-help-section.marketing-section .col-lg-7 {
    order: 2;
  }

  /* Center all images on mobile */
  .img-wrap,
  .hero-img-wrap,
  .imgs-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  /* Adjust section titles for mobile */
  .section-title {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  /* Adjust feature grids spacing */
  .pos-feature-grid,
  .payment-feature-grid,
  .marketing-feature-grid {
    margin-top: 1rem;
  }

  /* Center buttons on mobile */
  .we-help-section .btn,
  .why-choose-section .btn {
    display: block;
    margin: 1.5rem auto 0;
    width: fit-content;
  }

  /* Center specific button on mobile */
  .col-lg-12 {
    text-align: center;
  }

  .col-lg-12 .btn {
    display: inline-block;
    margin: 1.5rem auto 0 !important;
    width: fit-content;
    text-align: center;
  }

  /* Override Bootstrap margin classes on mobile */
  .btn.me-2,
  .btn.ms-2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Additional mobile spacing adjustments */
  .hero {
    padding: 2rem 0;
  }

  .why-choose-section,
  .we-help-section {
    padding: 2rem 0;
  }

  .hero .intro-excerpt {
    margin-bottom: 1.5rem;
  }

  .hero h1 {
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }

  /* Adjust feature items for mobile */
  .feature {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .feature .icon {
    justify-content: center;
  }

  .feature h3 {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .feature p {
    text-align: center;
    margin-bottom: 0;
  }

  /* Adjust POS feature items */
  .pos-feature-item,
  .payment-feature-item,
  .marketing-feature-item {
    flex-direction: row;
    text-align: left;
    padding: 1rem;
    align-items: flex-start;
  }

  .feature-icon {
    margin-right: 1rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .feature-content {
    flex: 1;
  }

  .feature-content strong {
    text-align: left;
    margin-bottom: 0.5rem;
    display: block;
  }

  .feature-content p {
    text-align: left;
    margin-top: 0.5rem;
  }

  /* Adjust testimonial section for mobile */
  .testimonial-section {
    padding: 2rem 0 4rem 0;
  }

  /* Adjust popular product section for mobile */
  .popular-product {
    padding: 0 0 4rem 0;
  }

  .popular-product .product-item-sm {
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
  }

  .popular-product .product-item-sm .thumbnail {
    margin-right: 0;
    margin-bottom: 1rem;
    flex: none;
  }

  .popular-product .product-item-sm .thumbnail img {
    max-width: 120px;
    width: auto;
    height: auto;
  }

  /* Center all section content on mobile */
  .container .row > div {
    text-align: center;
  }

  /* Override specific text alignment for certain elements */
  .hero .intro-excerpt p,
  .hero .intro-excerpt h1 {
    text-align: center !important;
  }

  /* Ensure proper image sizing on mobile */
  .img-wrap img,
  .hero-img-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }

  /* Adjust grid images for mobile */
  .imgs-grid {
    display: block;
    text-align: center;
  }

  .imgs-grid .grid {
    display: inline-block;
    margin: 0.5rem;
    vertical-align: top;
  }

  .imgs-grid .grid img {
    max-width: 150px;
    height: auto;
  }

  /* Fix thumbnail sizing for testimonials */
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
    max-width: 60px;
    height: auto;
  }
}
