@media (max-width: 1399.98px) {
  .testimonial-layout {
    grid-template-columns: 360px minmax(0, 1fr)
  }

  .certification-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cert-intro {
    grid-column: 1/-1
  }
}

@media (max-width: 1199.98px) {
  .section-space {
    padding: 84px 0
  }

  .hero-media {
    min-height: 420px
  }

  .hero-main-image.cover-img {
    height: 360px
  }

  .hero-quick-stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .why-card,
  .why-tall,
  .image-card,
  .why-wide {
    grid-column: span 6
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .process-grid::before {
    display: none
  }

  .numbers-shell {
    grid-template-columns: 1fr 1fr
  }

  .numbers-intro {
    grid-column: 1/-1
  }

  .testimonial-layout {
    grid-template-columns: 1fr
  }

  .certification-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 991.98px) {

  .topbar-wrap,
  .topbar-left,
  .topbar-right {
    flex-wrap: wrap;
    gap: 10px
  }

  .topbar {
    max-height: 120px
  }

  .nav-shell {
    padding: 12px 14px
  }

  .navbar-brand img {
    max-height: 50px
  }

  .main-navbar .btn-brand {
    display: none
  }

  .section-heading-row {
    flex-direction: column;
    align-items: flex-start
  }

  .hero-section {
    padding: 36px 0 62px
  }

  .hero-slide {
    padding: 18px 0 12px
  }

  .hero-media {
    min-height: 380px;
    padding: 22px
  }

  .hero-main-image.cover-img {
    height: 300px
  }

  .hero-copy {
    text-align: left
  }

  .about-image {
    height: 460px
  }

  .about-media {
    padding-right: 0
  }

  .about-float-card {
    left: 20px;
    right: 20px;
    max-width: none
  }

  .about-points-grid,
  .expertise-grid {
    grid-template-columns: 1fr
  }

  .expertise-content {
    padding: 38px 28px
  }

  .testimonial-intro p {
    max-width: none
  }

  .faq-pane,
  .contact-form-shell {
    padding: 34px 24px
  }

  .footer-cta-bar {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 767.98px) {

  h1,
  .hero-title {
    font-size: clamp(2.1rem, 9vw, 3.1rem)
  }

  h2 {
           font-size: clamp(1.45rem, 6vw, 2.55rem);
  }

  .section-space {
    padding: 72px 0
  }

  .topbar {
    display: none
  }

  .site-header .main-navbar {
    padding: 10px 0
  }

  .nav-shell {
    border-radius: 18px
  }

  .hero-actions .btn {
    width: 100%
  }

  .hero-media {
    min-height: 320px;
    border-radius: 24px
  }

  .hero-main-image {
    max-height: 240px
  }

  .hero-main-image.cover-img {
    height: 240px
  }

  .floating-note {
    position: static;
    margin-top: 14px;
    max-width: none
  }

  .hero-chip-inline {
    position: static;
    margin-top: 14px
  }

  .hero-quick-stats {
    grid-template-columns: 1fr;
    border-radius: 22px
  }

  .about-points-grid {
    grid-template-columns: 1fr
  }

  .why-card,
  .why-tall,
  .image-card,
  .why-wide {
    grid-column: 1/-1
  }

  .why-wide {
    flex-direction: column
  }

  .industries-grid,
  .certification-grid {
    grid-template-columns: 1fr
  }

  .project-card>img {
    height: 210px
  }

  .process-grid {
    grid-template-columns: 1fr 1fr
  }

  .numbers-shell {
    grid-template-columns: 1fr
  }

  .testimonial-content {
    padding: 24px
  }

  .testimonial-toolbar {
    flex-direction: column;
    align-items: flex-start
  }

  .client-logo-card {
    width: 180px;
    height: 106px
  }

  .faq-contact-wrap {
    border-radius: 28px
  }

  .footer-bottom-wrap {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: .97rem
  }

  .section-space {
    padding: 64px 0
  }

  .hero-section {
    padding-top: 24px
  }

  .hero-media {
    min-height: 280px;
    padding: 18px
  }

  .hero-main-image {
    max-height: 200px
  }

  .hero-main-image.cover-img {
    height: 210px
  }

  .hero-quick-stats article {
    padding: 18px 18px
  }

  .hero-quick-stats strong {
    font-size: 1.3rem
  }

  .about-image {
    height: 360px;
    border-radius: 24px
  }

  .about-float-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -24px
  }

  .why-bento,
  .industries-grid,
  .process-grid {
    gap: 16px
  }

  .product-thumb {
    height: 190px
  }

  .product-content {
    padding: 20px
  }

  .expertise-image {
    min-height: 280px
  }

  .expertise-content {
    padding: 30px 20px
  }

  .industry-card {
    height: 250px
  }

  .testimonial-intro,
  .testimonial-content,
  .cert-intro,
  .cert-card,
  .faq-pane,
  .contact-form-shell {
    padding: 24px
  }

  .testimonial-side-image {
    height: 250px
  }

  .contact-pane {
    padding: 16px
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 82px;
    padding: 12px 14px
  }

  .floating-whatsapp span {
    display: none
  }

  .back-to-top {
    right: 14px;
    bottom: 18px;
    width: 48px;
    height: 48px
  }
}


/* V4 responsive alignment fixes */
@media (max-width:1399.98px) {
  .navbar-brand img {
    height: 52px
  }

  .nav-link {
    padding-inline: 11px !important
  }

  .hero-media {
    min-height: 420px
  }

  .clients-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

@media (max-width:1199.98px) {
  .navbar-collapse {
    display: none !important
  }

  .navbar-toggler {
    display: flex !important
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.35rem, 4.8vw, 3.65rem)
  }

  .hero-media {
    min-height: 390px
  }

  .why-card,
  .why-tall,
  .image-card,
  .why-wide {
    grid-column: span 6
  }

  .why-wide .inline-link {
    margin-left: 0
  }

  .numbers-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .clients-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .testimonial-layout {
    grid-template-columns: 1fr
  }

  .testimonial-intro {
    display: grid;
    grid-template-columns: 1fr 340px;
    align-items: center;
    gap: 28px
  }

  .testimonial-side-image {
    margin: 0;
    height: 290px
  }
}

@media (max-width:991.98px) {
  .site-header {
    background: #fff
  }

  .main-navbar {
    padding: 10px 0
  }

  .nav-shell {
    max-width: calc(100% - 24px);
    margin-inline: 12px
  }

  .hero-section {
    padding-top: 24px
  }

  .hero-copy {
    max-width: none
  }

  .hero-media {
    min-height: 340px
  }

  .about-image {
    min-height: 430px
  }

  .about-float-card {
    position: relative;
    right: auto;
    margin: -54px 24px 0 24px;
    z-index: 2
  }

  .expertise-image-wrap,
  .expertise-image {
    min-height: 390px
  }

  .process-grid article:nth-child(even) {
    transform: none
  }

  .numbers-intro {
    align-items: flex-start;
    flex-direction: column
  }

  .clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .testimonial-intro {
    grid-template-columns: 1fr
  }

  .testimonial-side-image {
    height: 330px
  }

  .faq-contact-wrap>[class*="col-"] {
    display: block
  }
}

@media (max-width:767.98px) {

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.05rem, 9vw, 2.9rem)
  }

  .hero-media {
    min-height: 310px
  }

  .hero-quick-stats {
    grid-template-columns: 1fr 1fr
  }

  .hero-quick-stats article {
    min-height: 120px
  }

  .why-card,
  .why-tall,
  .image-card,
  .why-wide {
    grid-column: 1/-1
  }

  .product-thumb {
    height: 220px
  }

  .product-content h3,
  .product-content p {
    min-height: 0
  }

  .industries-grid {
    grid-template-columns: 1fr 1fr
  }

  .industry-card {
    height: 270px
  }

  .process-grid {
    grid-template-columns: 1fr 1fr
  }

  .numbers-cards {
    grid-template-columns: 1fr 1fr
  }

  .number-card {
    min-height: 150px;
    padding: 24px
  }

  .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .client-logo-card {
    height: 118px
  }

  .section-heading-row .clients-trust-badge {
    width: 100%
  }
}

@media (max-width:575.98px) {
  .nav-shell {
    max-width: calc(100% - 16px);
    margin-inline: 8px;
    padding: 10px 12px
  }

  .navbar-brand img {
    height: 44px;
    max-width: 210px
  }

  .hero-section {
    padding-bottom: 52px
  }

  .hero-actions {
    gap: 10px
  }

  .hero-media {
    min-height: 260px;
    padding: 14px
  }

  .hero-machine-card .hero-main-image {
    max-height: 190px
  }

  .hero-main-image.cover-img {
    height: 230px
  }

  .hero-quick-stats {
    grid-template-columns: 1fr
  }

  .about-image {
    min-height: 340px
  }

  .about-float-card {
    margin: -38px 14px 0
  }

  .industries-grid {
    grid-template-columns: 1fr
  }

  .industry-card {
    height: 250px
  }

  .process-grid {
    grid-template-columns: 1fr
  }

  .numbers-intro {
    padding: 28px 22px
  }

  .numbers-cards {
    grid-template-columns: 1fr
  }

  .number-card {
    min-height: auto;
    padding: 22px
  }

  .number-card strong {
    font-size: 1.75rem
  }

  .testimonial-side-image {
    height: 250px
  }

  .testimonial-content {
    padding: 20px
  }

  .testimonial-card {
    min-height: auto
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .client-logo-card {
    height: 96px;
    padding: 12px;
    border-radius: 16px
  }

  .client-logo-card img {
    max-height: 68px
  }

  .faq-pane {
    padding: 28px 20px
  }

  .contact-pane {
    padding: 12px
  }

  .contact-form-shell {
    padding: 24px 18px
  }

  .footer-cta-bar {
    padding: 22px 20px
  }
}


/* V5 responsive refinements */
@media (max-width:1199.98px) {
  .hero-swiper {
    padding-inline: 46px
  }

  .hero-slide>.row {
    min-height: auto
  }

  .hero-main-image.cover-img {
    height: 360px
  }

  .why-modern-layout {
    grid-template-columns: 1fr
  }

  .why-showcase {
    min-height: 440px
  }

  .why-machine-visual {
    width: 62%;
    max-width: 520px
  }

  .numbers-shell.numbers-classic {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .numbers-classic .numbers-intro {
    grid-column: 1/-1
  }

  .numbers-classic .number-card {
    min-height: 150px !important
  }

  .testimonial-layout {
    grid-template-columns: 1fr
  }

  .testimonial-intro-clean {
    min-height: auto
  }

  .testimonial-proof-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 26px
  }
}

@media (max-width:991.98px) {
  .hero-swiper {
    padding-inline: 40px
  }

  .hero-arrow {
    width: 46px;
    height: 46px
  }

  .hero-media {
    min-height: 350px
  }

  .hero-main-image.cover-img {
    height: 320px
  }

  .about-visual-v5 {
    padding-right: 18px
  }

  .about-image-v5 {
    height: 440px
  }

  .about-mini-metrics {
    left: 28px;
    right: 44px
  }

  .experience-seal {
    right: 2px
  }

  .why-benefit-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-trust-strip {
    grid-template-columns: 1fr
  }

  .why-trust-strip>div {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .why-trust-strip>div:last-child {
    border-bottom: 0
  }
}

@media (max-width:767.98px) {
  .hero-swiper {
    padding-inline: 0;
    padding-bottom: 54px
  }

  .hero-arrow {
    top: auto;
    bottom: 0;
    transform: none
  }

  .hero-prev {
    left: calc(50% - 58px)
  }

  .hero-next {
    right: calc(50% - 58px)
  }

  .hero-pagination {
    margin-top: 8px !important
  }

  .hero-media {
    min-height: 300px
  }

  .hero-main-image.cover-img {
    height: 280px
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.15rem, 8vw, 3rem) !important
  }

  .about-visual-v5 {
    padding: 12px 0 84px
  }

  .about-image-v5 {
    height: 390px
  }

  .experience-seal {
    width: 148px;
    height: 148px;
    right: 12px;
    bottom: 66px
  }

  .experience-seal strong {
    font-size: 2rem
  }

  .about-site-label {
    left: 20px;
    right: 20px;
    max-width: none
  }

  .about-mini-metrics {
    left: 12px;
    right: 12px;
    bottom: 0
  }

  .why-benefit-grid {
    grid-template-columns: 1fr
  }

  .why-showcase {
    padding: 30px;
    min-height: 430px
  }

  .why-machine-visual {
    width: 85%;
    margin-top: 12px
  }

  .why-trust-strip {
    margin-top: 18px
  }

  .numbers-shell.numbers-classic {
    grid-template-columns: 1fr 1fr !important
  }

  .numbers-classic .numbers-intro {
    grid-column: 1/-1
  }

  .numbers-classic .number-card {
    min-height: 140px !important;
    padding: 24px !important
  }

  .testimonial-proof-list {
    grid-template-columns: 1fr
  }

  .testimonial-content {
    padding: 22px
  }

  .clients-marquee .client-logo-card {
    width: 175px !important;
    flex-basis: 175px;
    height: 104px !important
  }
}

@media (max-width:575.98px) {
  .hero-media {
    min-height: 260px
  }

  .hero-main-image.cover-img {
    height: 230px
  }

  .hero-machine-card .hero-main-image {
    max-height: 210px
  }

  .hero-arrow {
    width: 44px;
    height: 44px
  }

  .hero-prev {
    left: calc(50% - 52px)
  }

  .hero-next {
    right: calc(50% - 52px)
  }

  .about-image-v5 {
    height: 330px
  }

  .about-site-label {
    position: static;
    margin: 10px 0 0;
    background: #0a1f4d
  }

  .experience-seal {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -62px 16px 0 auto;
    width: 138px;
    height: 138px
  }

  .about-mini-metrics {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 14px;
    grid-template-columns: 1fr
  }

  .about-mini-metrics>div {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .about-mini-metrics>div:last-child {
    border-bottom: 0
  }

  .why-showcase {
    padding: 26px;
    min-height: 400px
  }

  .why-showcase h3 {
    font-size: 1.4rem
  }

  .why-machine-visual {
    width: 100%
  }

  .why-benefit-card {
    min-height: auto;
    padding: 24px
  }

  .numbers-shell.numbers-classic {
    grid-template-columns: 1fr !important
  }

  .numbers-classic .numbers-intro {
    grid-column: auto
  }

  .numbers-classic .numbers-intro,
  .numbers-classic .number-card {
    min-height: auto !important;
    padding: 24px !important
  }

  .numbers-classic .number-card strong {
    font-size: 1.75rem !important
  }

  .testimonial-intro-clean {
    padding: 28px !important
  }

  .testimonial-quote-mark {
    font-size: 5.5rem
  }

  .clients-marquee .client-logo-card {
    width: 155px !important;
    flex-basis: 155px;
    height: 96px !important;
    padding: 13px !important
  }

  .note-bottom{
    display: none;
  }
}







  .cert-card {
    
    text-align: center; 
    
    
    
    display: flex;
    flex-direction: column;
    align-items: center;
  }
/* Container Centering */
.cert-intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the eyebrow div */
  margin-bottom: 40px; /* Spacing before the grid */
  padding: 0 20px;
}

/* Eyebrow Styling (Uppercase text with dot) */
.eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2563eb; /* Vibrant blue */
  margin-bottom: 12px;
}

/* Yellow Dot with soft halo */
.eyebrow-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fbbf24; /* Yellow */
  border-radius: 50%;
  margin-right: 12px;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.15); /* Soft halo effect */
}

/* Main Heading */
.cert-intro h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a; /* Dark navy */
  margin: 0 0 16px 0;
}

/* Paragraph Description */
.cert-intro p {
  font-size: 1.1rem;
  color: #64748b; /* Muted slate */
  margin: 0;
  max-width: 600px; /* Prevents text from stretching too wide */
  line-height: 1.6;
}
/* =========================================================
   V6 RESPONSIVE FINISHING
   ========================================================= */
@media (max-width:1199.98px){
  .section-space{padding:70px 0!important}
  .hero-section{margin-top:0!important;padding:34px 0 54px!important}
  .hero-copy{padding-left:18px}
  .hero-media{min-height:390px!important;padding:24px 36px!important}
  .hero-machine-card .hero-main-image{max-height:330px!important}
  .products-heading,.projects-heading,.clients-heading{max-width:820px!important}
  .project-card>img{height:235px!important}
  .project-body{min-height:220px}
}
@media (max-width:991.98px){
  .section-space{padding:64px 0!important}
  .hero-slide>.row{gap:8px!important}
  .hero-copy{padding:10px 18px 0;text-align:center!important;margin:0 auto}
  .hero-copy .eyebrow{justify-content:center}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-media{min-height:330px!important;padding:16px 54px!important;margin-top:6px}
  .hero-machine-card .hero-main-image{max-height:280px!important}
  .hero-prev{left:8px}.hero-next{right:8px}
  .products-heading .slider-nav,.projects-heading .slider-nav{margin-top:14px}
  .product-thumb{height:230px!important}
  .expertise-image-wrap,.expertise-image{min-height:360px!important}
  .projects-heading .slider-nav{display:flex}
}
@media (max-width:767.98px){
  body{font-size:.95rem}
  .section-space{padding:56px 0!important}
  .site-header{position:sticky!important;top:0}
  .nav-shell{border-radius:16px!important;padding:9px 12px!important}
  .navbar-brand img{max-height:44px!important;max-width:190px!important}
  .hero-section{padding:22px 0 46px!important}
  .hero-swiper{padding-bottom:12px!important}
  .hero-slide{padding:10px 0!important}
  .hero-copy{padding:8px 6px 0!important}
  .hero-copy h1,.hero-title{font-size:clamp(2rem,9vw,2.8rem)!important;line-height:1.08!important}
  .hero-copy p{font-size:.98rem!important;line-height:1.65}
  .hero-media{min-height:275px!important;padding:10px 24px!important;margin-top:8px}
  .hero-machine-card .hero-main-image{max-height:235px!important}
  .hero-arrow{top:auto!important;bottom:4px!important;transform:none!important;width:44px;height:44px}
  .hero-prev{left:calc(50% - 52px)!important}.hero-next{right:calc(50% - 52px)!important}
  .hero-quick-stats{grid-template-columns:1fr 1fr!important;margin-top:14px}
  .hero-quick-stats article{min-height:104px!important;padding:16px!important}
  .hero-quick-stats i{width:44px;height:44px;font-size:1.05rem}
  .hero-quick-stats strong{font-size:1.2rem!important}
  .hero-quick-stats span{font-size:.78rem}
  .products-heading,.projects-heading,.clients-heading{margin-bottom:28px!important;padding-inline:6px}
  .products-heading h2,.projects-heading h2,.clients-heading h2{font-size: clamp(1.45rem, 7.5vw, 1.35rem) !important;}
  .products-heading p{font-size:.94rem;line-height:1.6}
  .product-thumb{height:210px!important;padding:16px!important}
  .product-content{padding:20px!important}
  .project-card>img{height:220px!important}
  .project-body{min-height:auto;padding:20px!important}
  .expertise-image-wrap,.expertise-image{min-height:300px!important}
  .clients-marquee{border-radius:20px!important;padding:18px 0!important}
  .clients-track{gap:12px!important}
  .clients-marquee .client-logo-card{width:160px!important;flex-basis:160px!important;height:94px!important;padding:12px!important}
}
@media (max-width:575.98px){
  .section-space{padding:20px 0!important}
  .container-xxl{padding-left:16px!important;padding-right:16px!important}
  .hero-copy h1,.hero-title{font-size:clamp(1.9rem,9.5vw,2.5rem)!important}
  .hero-media{min-height:245px!important;padding:8px 16px!important}
  .hero-machine-card .hero-main-image{max-height:205px!important}
  .hero-quick-stats{grid-template-columns:1fr!important;border-radius:18px!important}
  .hero-quick-stats article{min-height:auto!important;padding:14px 16px!important}
  .products-heading .slider-nav,.projects-heading .slider-nav{gap:8px}
  .products-heading .swiper-arrow,.projects-heading .swiper-arrow{width:42px;height:42px}
  .product-thumb{height:195px!important}
  .project-card>img{height:200px!important}
  .expertise-image-wrap,.expertise-image{min-height:260px!important}
  .clients-marquee .client-logo-card{width:145px!important;flex-basis:145px!important;height:88px!important}
}


/* V7 responsive refinements */
@media (max-width:1199.98px){
  .product-feature-spotlight{grid-template-columns:1fr 1.05fr}
  .product-feature-copy{padding:40px 34px}
  .product-feature-visual{min-height:420px;padding:28px}
  .feature-product-stage{height:300px}
}
@media (max-width:991.98px){
  .why-section .why-heading{margin-bottom:34px!important;padding-inline:10px}
  .product-feature-spotlight{grid-template-columns:1fr}
  .product-feature-copy{padding:36px 30px 22px;text-align:center;align-items:center}
  .product-feature-points{grid-template-columns:1fr 1fr;text-align:left}
  .product-feature-visual{min-height:390px}
  .product-range-bar{align-items:center;margin-top:34px}
  .premium-product-card .product-thumb{height:225px!important}
}
@media (max-width:767.98px){
  .premium-products-section{padding-top:68px!important;padding-bottom:68px!important}
  .premium-products-section .products-heading{margin-bottom:28px!important}
  .product-feature-spotlight{border-radius:26px}
  .product-feature-copy{padding:30px 22px 18px}
  .product-feature-copy h3{font-size:2rem}
  .product-feature-copy p{font-size:.95rem}
  .product-feature-points{grid-template-columns:1fr;width:100%;max-width:420px}
  .product-feature-visual{min-height:330px;padding:20px}
  .feature-product-stage{width:90%;height:245px;padding:24px;transform:none}
  .feature-index{font-size:4rem;right:18px;top:14px}
  .feature-floating-card{padding:11px 12px;max-width:190px}
  .feature-card-one{left:14px;top:16px}.feature-card-two{right:14px;bottom:16px}
  .product-range-bar{flex-direction:column;align-items:center;text-align:center;margin:30px 0 18px}
  .product-slider-nav{justify-content:center}
  .premium-product-card .product-thumb{height:215px!important}
}
@media (max-width:575.98px){
  .why-section .why-heading h2{font-size: clamp(1.4rem, 6vw, 1.25rem
20px
);}
  .product-feature-copy{padding:26px 18px 16px}
  .product-feature-label{font-size:.68rem}
  .product-feature-copy h3{font-size:1.7rem}
  .product-feature-visual{min-height:285px}
  .feature-product-stage{height:205px;padding:18px;border-radius:20px}
  .feature-floating-card{display:none}
  .premium-product-card .product-thumb{height:200px!important}
  .premium-product-card .product-content{padding:20px!important}
  .premium-product-card .product-content h3{min-height:auto!important}
  .premium-product-card .product-content p{min-height:auto!important}
}


/* V8 responsive refinements */
@media (max-width:1199.98px){
  .products-v8 .product-thumb{height:235px!important}
  .product-carousel-shell{padding:18px 18px 6px}
}
@media (max-width:991.98px){
  .hero-section{background-position:58% center!important}
  .hero-section::before{background:linear-gradient(90deg,rgba(3,14,36,.93),rgba(5,22,52,.78) 58%,rgba(5,22,52,.44))}
  .products-v8 .products-heading{margin-bottom:10px!important}
  .products-v8 .product-thumb{height:225px!important}
}
@media (max-width:767.98px){
  .hero-section{background-position:62% center!important}
  .hero-section::before{background:linear-gradient(180deg,rgba(3,14,36,.82),rgba(5,22,52,.88))}
  .product-carousel-shell{padding:14px 12px 4px;border-radius:26px}
  .products-v8 .product-thumb{height:215px!important;padding:18px!important}
  .products-v8 .product-content{padding:20px!important}
  .products-v8 .product-content h3,.products-v8 .product-content p{min-height:auto!important}
  .product-heading-nav{margin-top:16px!important}
}
@media (max-width:575.98px){
  .hero-section{background-position:66% center!important}
  .products-v8 .product-thumb{height:200px!important;padding:16px!important}
  .products-v8 .product-card{border-radius:22px!important}
  .product-carousel-shell{margin-inline:2px}
}

/* =========================================================
   V9 MOBILE / TABLET FINAL OVERRIDES
========================================================= */
@media (max-width: 991.98px){
  /* Keep sticky site header clean while offcanvas is above it */
  .mobile-offcanvas{box-shadow:-20px 0 60px rgba(0,0,0,.34) !important}

  /* Why choose: center cards and icons on tablet/mobile */
  .why-benefit-grid{align-items:stretch !important}
  .why-benefit-card{
    text-align:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
  }
  .why-benefit-card>i{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .why-benefit-card p{max-width:360px;margin-left:auto !important;margin-right:auto !important}

  /* Testimonials: prevent any overflow and improve visual hierarchy */
  .testimonial-layout{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .testimonial-intro-clean,
  .testimonial-content{
    width:100% !important;
    min-width:0 !important;
  }
  .testimonial-content{overflow:hidden !important}
}

@media (max-width: 767.98px){
  /* Hero quick counter: compact 2-column centered layout */
  .hero-quick-stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:1px !important;
  }
  .hero-quick-stats article{
    min-width:0 !important;
    flex-direction:column !important;
    justify-content:center !important;
    text-align:center !important;
    gap:10px !important;
    padding:18px 12px !important;
  }
  .hero-quick-stats article>div{text-align:center !important}
  .hero-quick-stats i{margin:0 auto !important}
  .hero-quick-stats strong,
  .hero-quick-stats span{text-align:center !important}

  /* About: fix experience badge positioning and reduce excess spacing */
  .about-section{padding-bottom:10px !important}
  .about-visual-v5{
    padding-bottom:0 !important;
    margin-bottom:18px !important;
  }
  .about-image-frame{margin-bottom:0 !important}
  .experience-seal{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
   bottom: -57px !important;
    transform:none !important;
    margin:-46px auto 0 !important;
    width:126px !important;
    height:126px !important;
    z-index:4 !important;
    box-shadow:0 18px 38px rgba(8,20,45,.18) !important;
  }
  .experience-seal strong{font-size:1.8rem !important}
  .experience-seal small{font-size:.68rem !important;line-height:1.25 !important}
  .about-site-label{
    left:14px !important;
    right:14px !important;
    bottom:14px !important;
    max-width:none !important;
  }
  .about-points-grid{margin-top:18px !important}

  /* Why cards centered */
  .why-showcase{
    text-align:center !important;
    min-height:auto !important;
    padding:28px 22px !important;
  }
  .why-showcase-copy{align-items:center !important;text-align:center !important}
  .why-showcase-kicker{margin-inline:auto !important}
  .why-machine-visual{margin:22px auto 0 !important}
  .why-benefit-card{
    padding:26px 20px !important;
    min-height:0 !important;
  }
  .benefit-no{right:18px !important;top:15px !important}

  /* Metro by the Numbers: 2-column counter tiles on mobile */
  .numbers-shell.numbers-classic{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:1px !important;
    border-radius:24px !important;
  }
  .numbers-classic .numbers-intro{
    grid-column:1/-1 !important;
    text-align:center !important;
    padding:28px 20px !important;
  }
  .numbers-classic .numbers-intro .eyebrow{justify-content:center !important}
  .numbers-classic .number-card{
    min-width:0 !important;
    padding:24px 12px !important;
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .numbers-classic .number-card i{margin:0 auto !important}
  .numbers-classic .number-card strong{
    font-size:1.65rem !important;
    white-space:nowrap !important;
  }
  .numbers-classic .number-card>span{font-size:.82rem !important;line-height:1.35 !important}

  /* Testimonials: fully stacked + centered + no clipping */
  .testimonials-section{padding-top:58px !important;padding-bottom:58px !important}
  .testimonial-layout{display:block !important}
  .testimonial-intro-clean{
    padding:30px 22px !important;
    border-radius:26px !important;
    text-align:center !important;
    min-height:auto !important;
  }
  .testimonial-intro-clean .eyebrow{justify-content:center !important}
  .testimonial-intro-clean h2{
    font-size:clamp(1.9rem,8vw,2.45rem) !important;
    line-height:1.08 !important;
    max-width:100% !important;
    margin:14px auto 12px !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  .testimonial-intro-clean p{
    margin:0 auto !important;
    max-width:330px !important;
    font-size:.95rem !important;
    line-height:1.65 !important;
  }
  .testimonial-quote-mark{
    position:static !important;
    display:block !important;
    height:34px !important;
    font-size:3.4rem !important;
    line-height:.8 !important;
    margin:0 auto 10px !important;
  }
  .testimonial-content{
    margin-top:18px !important;
    padding:22px 18px 26px !important;
    border-radius:26px !important;
  }
  .testimonial-toolbar{
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:16px !important;
  }
  .testimonial-toolbar>span{width:100% !important;text-align:center !important}
  .testimonial-toolbar .slider-nav{margin:0 auto !important}
  .testimonial-swiper{width:100% !important;overflow:hidden !important}
  .testimonial-swiper .swiper-slide{width:100% !important;min-width:0 !important}
  .testimonial-card{
    min-height:0 !important;
    padding:24px 20px !important;
    text-align:left !important;
  }

  /* Products mobile: dark card body and reduced card height */
  .products-v8 .product-carousel-shell{padding:18px 12px 28px !important;border-radius:24px !important}
  .products-v8 .product-thumb{height:210px !important}
  .products-v8 .product-content{padding:20px !important}

  /* Move floating controls to opposite corners */
  .floating-whatsapp{
    left:14px !important;
    right:auto !important;
    bottom:16px !important;
    width:50px !important;
    height:50px !important;
    padding:0 !important;
    justify-content:center !important;
    border-radius:50% !important;
  }
  .floating-whatsapp span{display:none !important}
  .back-to-top{
    right:14px !important;
    left:auto !important;
    bottom:16px !important;
    width:50px !important;
    height:50px !important;
  }
}

@media (max-width: 420px){
  .hero-quick-stats article{padding:16px 8px !important}
  .hero-quick-stats i{width:44px !important;height:44px !important;font-size:1.05rem !important}
  .hero-quick-stats strong{font-size:1.15rem !important}
  .hero-quick-stats span{font-size:.76rem !important;line-height:1.25 !important}

  .numbers-classic .number-card{padding:22px 8px !important}
  .numbers-classic .number-card strong{font-size:1.48rem !important}
  .numbers-classic .number-card>span{font-size:.76rem !important}
}



@media (max-width: 767px) {

    article {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    article > i {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
    }

    article > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    article strong,
    article span {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    
    .hero-quick-stats{
        display:none;
    }
    
    .process-grid article {
    padding-top: 16px;
}


.process-grid i {
    width: 50px;
    height: 52px;
    border-radius: 50%;
    margin: 10px auto 5px;
    margin-top: -12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(47, 103, 231, .1), rgba(255, 210, 30, .18));
    color: var(--primary);
    font-size: 1.45rem;
    border: 1px solid rgba(47, 103, 231, .12);
}

.numbers-classic .numbers-intro h2 {
  font-size:1.4rem;
  color: #fff;
  margin: 10px 0 12px
}
    .numbers-classic .numbers-intro {
        grid-column: 1 / -1 !important;
        text-align: center !important;
        padding: 8px 8px !important;
    }
    
    
        .testimonial-quote-mark {
        position: static !important;
        display: block !important;
        height: 3px !important;
        font-size: 3.4rem !important;
        line-height: .8 !important;
        margin: 0 auto 10px !important;
    }
    
    .testimonial-intro::before {
        display:none;
    }
}






@media (max-width: 767px) {

    .testimonial-intro {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-quote-mark {
        margin-bottom: 2px !important;
    }

    .testimonial-intro .eyebrow {
        justify-content: center !important;
        margin-bottom: -14px !important;
    }

    .testimonial-intro h2 {
        text-align: center !important;
        margin: 0 0 10px !important;
    }

    .testimonial-intro p {
        text-align: center !important;
        max-width: 320px;
        margin: 0 auto !important;
        line-height: 1.7;
    }

}
.inner-page .contact-direct-card-v4 {
    position: relative;
    overflow: hidden;
    min-height: 150px !important;
    border-color: #d5e0f2;
    background: linear-gradient(145deg, #fff 0%, #f9fbff 100%);
}

@media (max-width: 767px) {
    .testimonial-intro {
        min-height: 360px;
        padding: 30px 20px;
    }
    
    
    
    .industry-overlay {
    position: absolute;
    inset: auto 10px 0px 0px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(5, 16, 40, .1), rgba(5, 16, 40, .78));
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
}

    .benefit-no {
        right: -113px !important;
        top: 15px !important;
    }
    
        .about-points-grid {
        grid-template-columns: 1fr 1fr;
    }
    
        article > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -11px;
    }
    
    .site-header.hide-topbar .main-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.experience-seal {
        position: relative !important;
        left: auto !important;
        right: -90px !important;
        top: auto !important;
        bottom: 79px !important;
        transform: none !important;
        margin: -46px auto 0 !important;
        width: 126px !important;
        height: 126px !important;
        z-index: 4 !important;
        box-shadow: 0 18px 38px rgba(8, 20, 45, .18) !important;
    }
    
    .about-site-label{
            margin-bottom: -118px;
    }
    
    .number-card strong {
    display: flex;
    justify-content: center;
    font-size: 2rem;
}

    .testimonial-intro-clean h2 {
        font-size: clamp(1.4rem, 7vw, 2.45rem) !important;
        line-height: 1.08 !important;
        max-width: 100% !important;
        margin: 14px auto 12px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
    
        .testimonial-intro p {
        margin-top: -30px !important;
       
    }
    
        .testimonial-card {
        min-height: 0 !important;
        padding: 24px 20px !important;
        text-align: left !important;
        max-height: 339px;
    }
    
    .powered-by{
        text-align: center;
    }
}

