p {
    font-size: 18px;
    line-height: 1.5;
}
h2 {
    font-size: 46px !important;
}
.inner-banner-bg {
    background: linear-gradient(to bottom, #F0F0FC, #FFFFFF);
}

.gradient-bg-one {
    background: linear-gradient(
        135deg,
        #f4f8ff 0%,
        #eef3ff 50%,
        #ffffff 100%
    );
}
.desktop-nav-menu .header-sub-heading {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 15px;
}
.desktop-nav-menu ul {
    margin-top: 15px;
}
.desktop-nav-menu ul li {
    padding: 8px 0px;
}
.header-sub-heading {
    font-size: 18px;
    font-weight: 600;
}
ul.header-sub-lists li a {
    color: #1c1c1c;
    font-weight: 500;
}
.brand-slider img {
    width: auto;
    height: 95px;
    object-fit: cover;
    filter: grayscale(100%) contrast(120%);
    transition: filter 0.3s ease;
}
.brand-slider img:hover {
    filter: none;
}
.point-of-sale span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.bg-grey-color {
    background-color: #808080;
}
.founder-message h3 {
    font-size: 20px;
}
.working-roadmap img {
    width: 40px;
}
.positioned-image {
    z-index: 0;
}
.about-banner img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.about-banner img:hover {
    filter: grayscale(0%);
}
.value-icons img {
    width: 100px;
    height: 100px;
}
.value-icons:hover img {
    filter: brightness(0) invert(1);
}
.brand-three-slider img {
    width: 110px;
}
.footer-sell-content p {
    font-size: 16px;
}
.ecommerce-platform img {
    width: 63px;
}
.progress-wrap {
    position: fixed;
    inset-inline-end: 36px;
    inset-block-end: 36px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0 0 34px #626262;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    /* background-color: var(--black); */
    mix-blend-mode: hard-light;
}
.banner-btn-blue.btn-orange-outline {
    border: 1px solid #256BFE;
    color: #256BFE;
}
.retail-experience h2 {
    font-size: 24px !important;
}
.pos-faqs.accordion.arrow-bg-orange .accordion-button[aria-expanded=true]::before {
    background-color: #256BFE !important;
    border-color: #256BFE !important;
}
.contact-us .logo-sldier {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    /* width: 100px; */
}
.contact-us .logo-sldier img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pricing-box a {
    margin-top: auto;
}
.pricing-box-bg {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.hero-row {
    align-items: stretch;
}



.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;       /* horizontal center */
    text-align: center;        /* text center */
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

/* TOP BADGE */
.badge-center {
    background: #eef2ff;
    color: #4f46e5;
    font-size: 16px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-description {
    font-size: 16px;
    color: #6b7280;
    max-width: 900px;   /* VERY IMPORTANT */
    line-height: 1.6;
    margin: 16px auto 0;
}





/* .banner.section-bg-three {
    background: rgb(240 250 207);
}
a.main-btn-style.btn-main {
    background: rgb(155 186 108) !important;
}
.main-btn-style.hover-style-one .button__flair::before {
    background: rgb(40 52 35);
}
.bg-color {
    background: rgb(244 250 221);
}
.bg-rating {
    background-color: rgb(155 186 108);
}
.green-bg-color {
    background: linear-gradient(to right, rgb(240, 251, 204), rgb(220, 240, 180), rgb(200, 230, 150));
}
.banner-bg {
    background: linear-gradient(135deg, #e6f9e0, #c6efc4);
}
.box-bg-color {
    background: linear-gradient(135deg, #a8e063, #56ab2f);
}
.bg-light-green {
    background: rgb(242 253 198);
}
.circle-one {
    background: linear-gradient(135deg, #a8e063, #56ab2f);
}
.bg-dark-green {
    background: linear-gradient(135deg, #9be15d, #00e3ae);
}
.bg-light-green {
    background: linear-gradient(135deg, #a8e063, #56ab2f);
}
.bg-circle-color {
    background: linear-gradient(135deg, #b2f7b2, #6bd675);
}
.accordion-border-left .border-accordion.accordion-item:has(.accordion-collapse.show), .accordion-border-left .accordion-item:has(.accordion-button[aria-expanded=true]) {
    border-left: 4px solid #388e3c !important;
}
.footer-bg {
    background: linear-gradient(to right, #2ECC71, #1B5E20);
}
.progress-circle {
  background: none;
  display: inline-block;
  position: relative;
}

.progress-circle path {
  fill: none; 
  stroke: #ffffff;
  stroke-width: 4;
}
.progress-circle {
  width: 46px; 
  height: 46px;
} */



@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 36px !important;
    }
    .header ul {
        gap: 30px;
    }
    .header > div {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
        .progress-wrap::after {
            height: 46px;
            width: 46px;
            line-height: 46px;
        }
        
}

@media (max-width: 1200px) {
  .working-roadmap-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .working-roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .working-roadmap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .offset-top,
  .offset-bottom {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .drag-rotate-element-section .myContainer img {
    height: 200px;
  }
}

@media (max-width: 991px) {
    #roadmap-section .working-roadmap {
        justify-content: center;
    }

    #roadmap-section .roadmap-ball {
        width: 200px;
        height: 200px;
    }
}


@media (max-width: 1200px) {
  .feature-section .tab-image-wrapper img {
    max-width: 420px;
  }
}

@media (max-width: 1200px) {
  .feature-section .tab-btns {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .feature-section .tab-btns {
    width: 150px;
    height: 42px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .feature-section .feature-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 8px;
  }

  .feature-section .tab-btns {
    flex: 0 0 auto;
    width: 140px;
  }
}


@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px !important;
    }
    .distraction-icon.seven {
        inset-block-start: 55%;
    }
    .distraction-icon.five {
        inset-block-end: 37%;
    }
    .distraction-icon.one {
        inset-block-start: 42%;
    }
    .distraction-icon.six {
        inset-block-end: 136px;
        inset-inline-start: 2%;
    }
    .distraction-icon.four {
        inset-block-end: 20%;
    }
    .distraction-icon.three {
        inset-block-start: 54%;
    }
    .distraction-icon.two {
        inset-block-start: 46%;
    }
    .distraction__inner {
        padding-block: 180px;
    }
    .distraction-icon img {
        width: 45px;
    }
    .logo-section {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .footer ul li a span {
        font-size: 14px;
    }
    .contact-us .logo-sldier {
        width: calc((100%/2) - 16px);
    }
    .site-footer {
        justify-content: center !important;
    }

}

.hero-description {
  max-width: 780px;
  margin: 16px auto 0;
  color: #6b7280;
  text-align: center;
} 

.feature-section {
  text-align: center;
}

/* Buttons row */
.feature-section .feature-tabs {
  display: flex;
  justify-content: center;
  gap: 12px; /* space between buttons */
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* Button style */
.feature-section .tab-btns {
  width: 180px;        /* fixed width */
  height: 64px;        /* fixed height */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 18px;
  border-radius: 8px;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.3s ease;  
}

/* Active button */
.feature-section .tab-btns.active {
  background: #2f6bff;
  color: #fff;
  border-color: #2f6bff;
}

.feature-section .tab-btns:hover {
  background: #e0e7ff;
} 

.feature-section .tab-image-wrapper {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid #020202;
}
/* Image container */
.feature-section .tab-image-wrapper img {
  width: 100%;
  max-width: 1140px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
/* Mobile Solutions Dropdown */
/* Mobile submenu styling */
.nav-menu--mobile .nav-submenu{
display:none;
padding-left:15px;
}

.nav-menu--mobile .nav-submenu li{
padding:6px 0;
}

.nav-menu--mobile .nav-submenu a{
font-size:14px;
color:#333;
display:block;
}