:root {
    --lp-green: #2E7D32;
    --lp-green-200: #1b7e43;
    --lp-green-600: #1B5E20;
    --lp-ink: #14212b;
    --lp-text: #415260;
    --lp-muted: #7b8895;
    --lp-bg: #F5FAF5;
    --lp-deep: #0f2e1d;
    --border: #e6eee8;
    --light-gray: #f7f7f7;
    --slate-gray: #2b3743;
    --radius-lg: 20px;
    --shadow-1: 0 4px 16px rgba(0, 0, 0, .06);
    --shadow-2: 0 8px 22px rgba(0, 0, 0, .08);
    --shadow-3: 0 18px 48px rgba(0, 0, 0, .14);
    --m-text: #fff;
    --forest-green: #05291e;
    --black: #000000
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.home-page h1 {
    font-size: 2rem;
}

.spacing-top-5 {
    margin-top: 50px;
}

.spacing-top-6 {
    margin-top: 60px;
}

.spacing-top-3 {
    margin-top: 30px;
}

.text-dec-underline {
    text-decoration: underline;
}

/* Modern navbar look (works with Bootstrap 4) */
.nav-modern {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.nav-modern .navbar-brand img {
    height: 60px;
    width: auto;
}

.nav-modern .navbar-nav .nav-item {
    margin-right: 5px !important;
    margin-left: 10px;
}

.nav-modern .nav-link {
    font-weight: 500;
    color: #444 !important;
    position: relative;
    padding: .75rem 1rem;
    transition: color .2s ease;
}

.nav-modern .nav-link:hover {
    color: #1b7e43 !important;
}

.nav-modern .nav-link.active {
    border-bottom: 1px solid #1b7e43;
}

.dropdown-menu {
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

/* Mega menu layout */
.nav-modern .mega-dropdown .dropdown-menu.mega-menu {
    min-width: 600px;
    max-width: 90vw;
    border-radius: .75rem;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .06);
}

.nav-modern .mega-dropdown .dropdown-item {
    display: block;
    padding: .75rem 1rem;
    border-radius: .5rem;
}

.nav-modern .mega-dropdown .dropdown-item:hover,
.nav-modern .mega-dropdown .dropdown-item:focus {
    background: rgba(27, 126, 67, .08);
    color: #1b7e43;
}

/* Highlight active dropdown item */
.nav-modern .dropdown-item.active,
.nav-modern .dropdown-item:active {
    color: #1b7e43 !important;
    background-color: rgba(27, 126, 67, .08);
}

@media (min-width: 1960px) {
    .container {
        max-width: 1300px;
    }
}

.sticky-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1050;
}

.sticky-bottom-cta .btn {
    background-color: var(--lp-green);
    border: 0;
}

.btn-lp,
.btn-lp:hover {
    background: var(--lp-green);
    border: 0;
    color: #fff;
    transition: background .15s ease, border-color .15s ease
}

.btn-outline-lp {
    background: transparent;
    border: 2px solid var(--lp-green);
    color: var(--lp-green);
    transition: background .15s ease, border-color .15s ease, color .15s ease
}

.home-page .hero-home {
    position: relative;
    background: var(--forest-green);
    padding: 70px 50px;
    overflow: hidden;
}

.home-page .hero-home .mountain-layer {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-page .hero-home .mountain-layer.back path {
    fill: #071d10;
    opacity: 0.8;
    transform-origin: bottom center;
    animation: breathe 30s ease-in-out infinite alternate;
}

/* Animations */
@keyframes breathe {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(2.05);
    }

    /* now grows upward */
}

.home-page .hero-home .content {
    position: relative;
    z-index: 2;
}

.home-page .hero-home h1 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.2;
    color: #fff;
}

.home-page .hero-home .lead {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.home-page .hero-home .hero-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-page .hero-home .services-showcase {
  overflow: visible;
}

.home-page .hero-home .services-showcase .slider-track {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  animation: none;
  transform: none;
}

.home-page .hero-home .services-showcase .slide {
  flex: 0 0 calc(50% - 0.5rem); /* 2 columns */
}

.home-page .hero-home .services-showcase .slide img {
  width: 100%;
  display: block;
  border: none;
  border-radius: 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* Hide duplicate slides on desktop/tablet */
.home-page .hero-home .services-showcase .slider-track.dup { 
    display: none; 
}

.home-page .hero-home .hero-checks .check {
    margin: 0;
}

.home-page .hero-home .hero-checks .check,
.home-page .hero-home .badge-rating span,
.home-page .hero-home .trust-mini {
    color: #fff;
}

.home-page .btn-success {
    width: 40%;
}

.home-page .home-logo-carousel {
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  padding: 1rem 0;
}

.home-page .home-logo-carousel .logo-track {
  display: inline-block;
  animation: scroll-left 60s linear infinite; /* adjust 35s for speed */
}

.home-page .home-logo-carousel .logo-track img {
  height: 100px;
  margin: 0 3rem;
  vertical-align: middle;
  transition: opacity .2s ease;
}

.home-page .home-logo-carousel .logo-track img:hover {
  opacity: 1;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.home-page .lp-tagline {
    text-align: center;
    color: var(--lp-deep);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home-page .lp-tagline .tgl-1 {
    font-size: 3.5rem;
}

.home-page .lp-tagline #datacount {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0 !important;
}

.home-page .lp-tagline #datacount span {
    font-size: 105px;
    line-height: 105px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 8px 6px;
    width: 90px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    margin: 0 2px 0 3px;
    position: relative;
}

.home-page .lp-benifits .col-md-3 {
  max-width: 280px; /* gives a bit more width */
}

.home-page .lp-benifits .benifit-entry {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: transform .2s ease, box-shadow .2s ease;
  text-align: left;
}

.home-page .lp-benifits .benifit-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.home-page .lp-benifits .benifit-entry h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--lp-ink);
}

.home-page .lp-benifits .benifit-entry p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--lp-ink);
  opacity: 0.85;
  margin-bottom: 0;
}

/* green icon box */
.home-page .lp-benifits .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--lp-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.home-page .main-image {
    position: relative;
    z-index: -10;
}

.home-page .join-us {
    margin-top: -5px;
    background-color: var(--lp-deep);
}

.home-page .join-us h1 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
}

.home-page .join-us .row {
    margin-top: 50px;
}

.home-page .join-us .stat-chip {
    display: inline-block;
    padding: 8px 18px;
    font-weight: 800;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 5px !important;
}

.home-page .join-us .stat-chip i {
    font-size: 1.4rem;
}

.home-page .join-us p {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.home-page .join-us .btn {
    background-color: #fff !important;
    color: var(--lp-green-200);
}

.home-page .entry h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.home-page .entry p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-align: center;
}

.home-page .tab-content {
    margin-top: 40px;
}

.home-page .features-partial-tabs .nav-item {
    margin: 0 10px;
}

.home-page .features-partial-tabs .nav-link,
.home-page .features-partial-tabs .nav-link.active {
    border: 1px solid #e6eee8;
    padding: 8px 20px;
    display: block;
    color: var(--lp-ink);
    font-size: 1rem;
    font-weight: 500;
    background-color: var(--light-gray);
    box-shadow: 0 2px 16px rgba(2, 150, 10, 0.08);
    border-radius: 5px;
}

.home-page .features-partial-tabs .nav-link.active,
.home-page .features-partial-tabs .nav-link:hover {
    background: var(--lp-green-200) !important;
    color: #fff !important;
}

.home-page .tab-pane h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--lp-ink);
}

.home-page .tab-pane p {
    font-size: 1rem;
    margin: 0;
    color: var(--slate-gray);
}

.home-page .image-container:not(.no-gradient) {
    padding: 5px;
    background: linear-gradient(180deg, rgba(46, 125, 50, 1) 0%, rgba(39, 179, 107, 1) 100%);
    border-radius: 10px;
}

.home-page .image-container img {
    border-radius: 10px;
}

.home-page .image-container.no-gradient img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-page .features-list-showcase h1 {
    color: var(--slate-gray);
    text-align: center;
    font-weight: 600;
}

.home-page .feature-box-entry {
    margin-bottom: 30px;
}

.home-page .feature-box-entry .content {
    background: #fff;
    padding: 8px 15px;
}

.home-page .feature-box-entry .content .iconbox {
    margin-bottom: 15px;
    color: var(--lp-green);
    font-size: 35px;
}

.home-page .feature-box-entry .content h6 {
    color: var(--slate-gray);
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.home-page .feature-box-entry .content p {
    color: var(--slate-gray);
    font-size: 14px;
    margin-bottom: 10px;
}

.home-page .feature-box-entry .content a {
    color: var(--slate-gray);
    font-size: 0.8rem;
    font-weight: 700;
}

.home-page .feature-box-entry .content a:hover {
    text-decoration: none;
}

.home-page .feature-box-entry .content a:hover i {
    margin-left: 10px !important;
    transition: all 0.2s;
}

.home-page .features-partial-vertical .nav-link {
    border-bottom: 1px solid var(--slate-gray);
    border-radius: 0;
    padding: 15px 10px;
}

.home-page .features-partial-vertical .nav-link .image-container {
    margin-top: 10px;
}

.home-page .features-partial-vertical #tabContent {
  display: grid;
  grid-template-areas: "stack";
  height: 42rem;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}

.home-page .features-partial-vertical .tab-pane {
  grid-area: stack;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.home-page .features-partial-vertical .tab-pane.active.show {
  opacity: 1;
  pointer-events: auto;
}

.home-page .features-partial-vertical .nav-link h6 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--slate-gray);
    margin: 0;
}

.home-page .features-partial-vertical .nav-link.active {
    background: #fff;
    border-bottom: 1px solid var(--lp-green-200);
}

.home-page .features-partial-vertical .nav-item:last-child .nav-link {
    border: 0;
}

.home-page .features-partial-vertical .nav-link.active h6 {
    color: var(--lp-green-200);
}

.home-page .features-partial-vertical .nav-link.active .tab-desc {
    display: block !important;
    color: var(--slate-gray);
    font-weight: normal;
    font-size: 0.9rem;
    margin-top: 5px;
    margin-bottom: 0px;
    opacity: 0.9;
}

.home-page .features-partial-vertical .image-container {
    display: grid;
    place-items: center;
    padding: 5px !important;
    border-radius: 10px !important;
    align-items: center;
}

.home-page .features-partial-vertical .image-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
    display: block;
    transition: opacity .2s ease;
}

.lp-btn-block {
    background-color: var(--lp-green) !important;
    font-size: 1.2rem;
    color: #fff !important;
}

.lp-btn-block:hover,
.lp-btn-block:focus {
    outline: none !important;
    opacity: 0.9;
}

#testimonials {
    padding: 0;
}

/* Hide the long paragraphs; keep only the first <p> (the quote) visible */
#testimonials blockquote p {
    display: none;
}

#testimonials blockquote p:first-child {
    display: block;
}

/* Quote card */
#testimonials blockquote {
    background: #f6f8fa;
    /* soft gray like the screenshot */
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 28px;
    /* big, pill-like corners */
    padding: clamp(24px, 2.5vw + 12px, 56px);
    margin: 0 auto;
    max-width: 1100px;
    /* wide, like the screenshot */
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 3px 10px rgba(16, 24, 40, .04);
    text-align: center;
}

/* Big quote text */
#testimonials blockquote p:first-child {
    font-size: 1.1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #0b1b14;
    /* your "ink" tone works well here */
    margin: 0;
}

/* Author row */
#testimonials blockquote small {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    font-size: 15px;
    color: #475467;
    line-height: 1.4;
}

/* Optional avatar inside <small> (if you add an <img>) */
#testimonials blockquote small img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(16, 24, 40, .08);
}

/* Only show one blockquote at a time (JS will switch) */
#testimonials blockquote {
    display: none;
}

#testimonials blockquote.is-active {
    display: block;
}

/* Dots navigation */
#testimonials .t-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

#testimonials .t-dots button {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #cbd5e1;
    opacity: .8;
    transition: width .2s ease, opacity .2s ease;
}

#testimonials .t-dots button.is-active {
    width: 18px;
    /* pill shape for active */
    opacity: 1;
    background: #9aa5b1;
}

.contact-us-page .chip {
    display: inline-flex;
    align-items: center;
    padding: .35rem .7rem;
    background: var(--fg-150);
    color: var(--fg-700);
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
}

.contact-us-page .bg-hero-contact {
    background: linear-gradient(180deg, rgba(11, 46, 31, .85), rgba(11, 46, 31, .7)),
        url('/images/contact-us-hero.jpg') center/cover no-repeat;
    color: #fff;

}

.contact-us-page .lp-color-dark {
    color: var(--lp-ink) !important;
}


.contact-us-page .hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.contact-us-page .hero .lead {
    opacity: .95;
}

.contact-us-page .hero .card-cta {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1rem;
    backdrop-filter: saturate(140%) blur(4px);
}

.contact-us-page .map-container {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    min-height: 360px;
}

.contact-us-page .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-us-page section {
    padding: 3.25rem 0;
}

.contact-us-page .section-heading {
    margin-bottom: 1rem;
}

.contact-us-page .section-sub {
    color: var(--muted);
    margin-bottom: 2rem;
}

.contact-us-page .card-soft {
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 24, 20, .06);
}

.contact-us-page .office-media {
    border-radius: 1rem;
}

.contact-us-page .office-cta .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fg-150);
    color: var(--fg-700);
    margin-right: .75rem;
    flex: 0 0 40px;
}

.contact-us-page .office-cta a {
    font-weight: 600;
}


.contact-us-page .form-control {
    border-radius: .6rem;
    border-color: #dfe7e1;
}

.contact-us-page .form-control:focus {
    border-color: var(--fg-400);
    box-shadow: 0 0 0 .2rem rgba(47, 158, 95, .15);
}

.contact-us-page .required::after {
    content: " *";
    color: #d33;
}

.contact-us-page .empathy {
    background: #fff;
    border-top: 1px solid var(--border);
}

.contact-us-page .muted {
    color: var(--muted) !important;
}

/* Full-page loader overlay */
#lpPageLoader {
    position: fixed;
    inset: 0;
    z-index: 1055;
    /* above modals if needed */
    background: rgba(0, 0, 0, .35);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

#lpPageLoader .LP-loader {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    animation: lpSpin .8s linear infinite;
}

@keyframes lpSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Floating toast container */
#lpToastWrap {
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 1056;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-toast {
    min-width: 260px;
    max-width: 360px;
    padding: 12px 14px;
    border-radius: .5rem;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    opacity: 0.9;
}

.lp-toast .icon {
    margin-right: 10px;
    line-height: 1.1;
}

.lp-toast.success {
    background: var(--lp-green);
}

/* match your fg-500 */
.lp-toast.error {
    background: #c0392b;
}

.lp-toast .close {
    margin-left: auto;
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
}

.footer-v2 .social-icons i.fa-twitter {
    color: #00aced
}

.footer-v2 .social-icons i.fa-twitter:hover {
    color: #0074a1
}

.footer-v2 .social-icons i.fa-facebook {
    color: #3b5998
}

.footer-v2 .social-icons i.fa-facebook:hover {
    color: #263961
}

.footer-v2 .social-icons i.fa-youtube {
    color: #cb2027
}

.footer-v2 .social-icons i.fa-youtube:hover {
    color: #89161a
}

.footer-v2 .social-icons i.fa-instagram {
    color: #aa187c
}

.footer-v2 .social-icons i.fa-instagram:hover {
    color: #503848
}

#signup-button-scroll {
    position: fixed;
    bottom: -80px;
    left: 0;
    z-index: 1;
    background: #00000087;
    width: 100%;
    padding: 20px 0px 10px 0px;
    transition: all 0.2s;
}

#signup-button-scroll.signup-button--scroll {
    bottom: -2px;
}

iframe[name="helpcrunch-iframe"] {
    transition: bottom 0.2s;
}

.body--scroll iframe[name="helpcrunch-iframe"] {
    bottom: 75px !important;
}

#signup-button,
#signup-button-scroll a {
    transition: all 0.2s;
    opacity: 1;
}

#signup-button:hover,
#signup-button-scroll a:hover {
    opacity: 0.9;
}

#home-hero .cta {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: 0.6s;
    animation-delay: .6s;
    margin-top: 60px;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#home-hero .sub-text {
    width: 50%;
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

#home-hero .sub-text,
.fab {
    -webkit-font-smoothing: antialiased;
}

#cta h4,
#cta h3,
#hero .sub-text,
.button,
.button-outline,
body {
    font-weight: 400;
}

#home-hero #clients-line {
    padding: 45px 0;
    margin: 30px 0 0;
    background: #f5f5f5;
}

#home-hero .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

#home-hero .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#cta h4,
#cta h3,
.owl-carousel .owl-item {
    float: left;
}


.testimonials {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    padding: 30px 60px;
    box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
}

#cta .wrapper,
.testimonials,
​ .wrapper {
    background: #f7f8fb;
    margin: 0 auto;
}

#cta .wrapper,
.testimonials {
    -webkit-box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
    -moz-box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
}

#cta .wrapper {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
}

#cta h4,
#cta h3 {
    color: #5f6e7c;
}

#cta .button {
    float: right;
}

@media(max-width: 500px) {
    .signup-button--scroll .container {
        text-align: center;
    }

    .signup-button--scroll a {
        font-size: 14px;
        line-height: 1;
        padding: 10px 20px;
    }

    .body--scroll iframe[name="helpcrunch-iframe"] {
        bottom: 50px !important;
    }
}

.popup-img {
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Overlay background */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

/* Close button */
.popup-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

  .app-showcase .lp-tabs-track {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: .25rem;
  margin: 0 44px;
  /* room for arrows */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.app-showcase .lp-tabs-track::-webkit-scrollbar {
  display: none;
}

.app-showcase .nav-pills .nav-item {
    margin: 0 7px;
}

.app-showcase .nav-pills .nav-link {
  border: 1px solid #e6eee8;
  padding: 8px 20px;
  display: block;
  color: var(--lp-ink);
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--light-gray);
  box-shadow: 0 2px 16px rgba(2, 150, 10, 0.08);
  border-radius: 5px;
}

.app-showcase .nav-pills .nav-link.tab-success.active {
  background: #28a745;
  color: #fff;
}

.app-showcase .lp-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #6c757d;
  cursor: pointer;
}

.app-showcase .lp-tab-arrow.left {
  left: 0;
}

.app-showcase .lp-tab-arrow.right {
  right: 0;
}

.app-showcase .lp-tab-arrow:hover {
  color: #343a40;
  text-decoration: none;
}

/* Alternating stacks spacing */
.app-showcase .card-body {
  padding: 1rem 1.25rem;
}

.app-showcase .card {
  border-radius: .6rem;
}

/* Sticky CTA */
.app-showcase .lp-cta-bar {
  background: #fff;
  padding: .75rem;
  display: flex;
  justify-content: center;
}

.app-showcase .lp-cta-btn {
  min-width: 260px;
  border-radius: .5rem;
}

.app-showcase .tab-content {
    min-height: 42rem;
    border-radius: 10px;
}

.app-showcase .tab-content .tab-pan {
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.app-showcase .tab-content .tab-pane.active.show {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .home-page h1 {
        font-size: 1.8rem;
    }

    .home-page .hero-home {
        padding: 20px 12px;
    }
    
    .home-page .hero-home h1 {
        text-align: center;
        font-size: 2rem;
    }

    .home-page .slider-container {
        overflow: hidden;
        display: flex;
        max-width: 700px;
    }

    .home-page .slider-container > * {
        flex: 0 0 100%;
    }

    .home-page .slider-container .slide {
        width: 100%;
        display: flex;
        flex: unset !important;
        justify-content: center;
        align-items: center;
    }

    .home-page .slider-container .slider-track {
        display: flex !important;
        gap: 20px !important;
        padding-right: 20px;
    }

    .home-page .hero-home .services-showcase .slide img {
        width: 250px;
    }
    
    .home-page .slider-container .slider-track.dup { display: flex !important; }

    .home-page .slider-container .slider-track {
        will-change: transform;
        animation: scrolling 10s linear infinite !important;
        flex-wrap: nowrap !important;
    }
     
    @keyframes scrolling {
        0% {
        transform: translateX(0);
        }
        100% {
        transform: translateX(-100%);
        }
    }

    .home-page .lp-tagline .tgl-1 {
        font-size: 2.5rem;
    }

    .home-page .lp-tagline #datacount span {
        font-size: 45px;
        line-height: 45px;
        width: 60px;
    }

    .home-page .hero-home .lead {
        font-size: 1rem;
    }
    
    .home-page .btn-success {
        width: 100%;
    }

    .home-page .home-logo-carousel .logo-track img {
        height: 50px;
        margin: 0 1rem;
        vertical-align: middle;
        transition: opacity .2s ease;
    }

    .home-page .lp-benifits .col-md-3 {
        flex: 0 0 100% !important;
    }

    .home-page .features-partial-vertical .nav-link.active .image-container {
        display: block !important;
    }

    .home-page .features-partial {
        position: relative;
    }

    .home-page .features-partial-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .home-page .features-partial-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .home-page .features-partial-tabs .nav-item {
        flex: 0 0 auto;
    }

    /* Position navigation arrows */
    .home-page .tab-nav-arrow {
        position: absolute;
        top: 0;
        z-index: 10;
        font-size: 1.5rem;
        color: #333;
        cursor: pointer;
    }
    
    .home-page .tab-nav-arrow.left {
        left: 0.25rem;
    }
    
    .home-page .tab-nav-arrow.right {
        right: 0.25rem;
    }

    .home-page .features-partial ul.nav-tabs {
        justify-content: left !important;
        max-width: 90%;
        margin: auto;
    }

    .home-page .features-partial ul.nav-tabs .nav-item {
        margin: 0 5px 10px 0 !important;
    }

    .home-page .features-partial-vertical .tab-content,
    .home-page .features-partial .tab-content {
        padding: 10px 0 !important;
        margin-top: 20px;
    }

    .home-page .features-partial .tab-pane h1 {
        margin-bottom: 5px;
    }

    .home-page .features-partial-vertical #tabContent {
        height: 20rem;
    }

    .home-page .features-partial-vertical .nav-link {
        padding: 15px 5px;
    }

    .home-page .features-partial-vertical .image-container {
        height: auto !important;
        padding: 5px !important;
    }

    .home-page .features-partial-vertical .nav-link h6,
    .home-page .tab-pane h1 {
        font-size: 1.1rem;
    }

    .home-page .tab-pane p {
        font-size: 0.9rem;
    }

    .home-page .feature-box-entry {
        margin-bottom: 15px;
    }

    .home-page .feature-box-entry .content p {
        text-align: center !important;
    }

    .home-page .feature-box-entry .content .feature-cta-link {
        margin: auto !important;
    }
}

/* Responsive: stack on small screens */
@media (max-width: 991.98px) {
    .nav-modern .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
        border: 0;
    }

    .nav-modern .navbar-nav .nav-item {
        margin-left: 5px;
    }

    .nav-modern .navbar-nav .nav-item:not(.dropdown.mega-dropdown) {
        width: max-content;
    }

    #topNav {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    #topNav > .navbar-nav {
        margin-top: 15px;
    }

    #topNav .close-offcanvas {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    #topNav .navbar-nav.contact-nav {
        flex-direction: column-reverse;
        margin-top: auto;
        margin-bottom: 50px;
        width: 100%;
        border-top: 1px solid #343a40;
        padding-top: 15px;
    }

    #topNav .navbar-nav.contact-nav .btn.btn-lp {
        width: 100%;
        border-radius: 5px !important;
    }

    #topNav .navbar-nav.contact-nav .login-link {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border: 1px solid var(--lp-green);
        width: 100%;
        text-align: center;
        border-radius: 5px;
        margin-top: 10px;
    }

    #topNav .navbar-nav.contact-nav .phone-link {
        text-align: center;
        font-weight: 500;
        font-size: 1rem;
        margin-top: 10px;
    }
    
    .nav-modern .mega-dropdown .dropdown-menu.mega-menu {
        min-width: auto;
        max-width: 100%;
        box-shadow: none;
        padding: 0rem 0.5rem !important;
        border: 0;
    }

    .nav-modern .mega-dropdown .dropdown-item {
        font-size: 14px;
        padding: 0.2rem;
        text-align: left;
    }
  
    .nav-modern .navbar-collapse {
        position: fixed;
        top: 0; right: 0; bottom: 0;
        width: 300px;
        background: #fff;
        padding: 0.5rem 0.6rem;
        overflow-y: auto;
        box-shadow: -2px 0 20px rgba(0,0,0,.15);
        transform: translateX(100%);
        opacity: 0;
        transition: transform .25s ease, opacity .25s ease;
        z-index: 1045; /* above backdrop */
    }
    
    .nav-modern .navbar-collapse.show {
        transform: translateX(0);
        opacity: 1;
    }

    .nav-modern .nav-link {
        padding: .3rem .5rem;
    }

    /* Backdrop (Bootstrap-like) */
    .offcanvas-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.35);
        opacity: 0;
        transition: opacity .2s ease;
        pointer-events: none;
        z-index: 1010;
    }

    .home-page .lp-benifits .col-md-3 {
        max-width: unset;
        flex: 0 0 33%;
    }
    
    .offcanvas-backdrop.show {
        opacity: 1;
        pointer-events: auto;
    }

    .contact-us-page .hero .row,
    .contact-us-page .hero .col-lg-12 {
        padding: 0;
    }

    .contact-us-page .hero .display-4 {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .contact-us-page .hero .lead {
        font-size: 0.9rem;
    }

    .contact-us-page section {
        padding-top: 10px;
    }
}