
/* --- <=1380px: floating side arrows would overlap the container --- */

@media only screen and (min-width: 1099px){
  body li.menu-item-has-children::after  {
  
    background-image: url("/wp-content/themes/hello-elementor-child/modules/global-module/images/Symbol.svg");
  
}

}
@media (max-width: 1380px) {
  .testimonials__nav {
    display: none;
  }

  .testimonials__meta .nav-btn--meta {
    display: grid;
  }
}

@media (min-width: 1381px) {
  .testimonials__meta .nav-btn--meta {
    display: none;
  }
}
@media only screen and (min-width: 1099px){
  body ul.header-menu li:hover>ul.sub-menu , body ul.header-menu li ul.sub-menu li:hover>ul.sub-menu {

    background: #000;
}
}
@media only screen and (max-width: 1099px){
body .mobile-menu li.menu-item-has-children::after{
  
    background-image: url("/wp-content/themes/hello-elementor-child/modules/global-module/images/Symbol.svg");
  
}

}

/* --- <=1024px: tablets --- */
@media (max-width: 1024px) {
  body .mobile-menu {

    top: 59px;
  
}

  .ind-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .ind-top .ck-section-title {
    max-width: none;
  }

  .ind-top .ind-card {
    flex: none;
    width: 100%;
  }

  .case-card {
    height: 640px;
  }

  .ck-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .slider-ctrl {
    align-items: flex-start;
  }
.partners__intro {
    padding: 15px 40px 10px 0;
}
}

/* --- <=767px: mobile --- */
@media (max-width: 767px) {
  .ind-row {
    grid-template-columns: 1fr;
  }

  /* switch from the collapsed-border cluster to clean standalone cards */
  .industries .ind-card {
    border-radius: 20px;
    margin: 0 0 16px;
    min-height: 0;
    padding: 18px;
    gap: 16px;
  }
  
  #case-studies .ck-section-title {
    font-size: clamp(2rem, 4.5vw, 4rem);
    line-height: 1.2;
    
}
#testimonials .testimonials__meta {
  
    flex-wrap: wrap;
   
}
#testimonials .nav-btn {
  
    order: 1;
}
body .mobile-menu {
  
    top: 59px;

}
  .ind-top {
    gap: 32px;
  }
#testimonials .slider-counter {
   
    order: 1;
}
#testimonials .slider-dots {
   
    order: 3;
}
#testimonials .nav-btn {

    order: 2;
}

.ind-top .ind-card {
    margin-bottom: 16px;
}

  .case-card {
    height: auto;
  }

  .case-card__media {
    flex: none;
    height: 240px;
  }

  .case-card__body {
    padding: 24px;
    gap: 18px;
  }

  .case-card__stats {
    gap: 20px;
  }

  .t-card {
    min-height: 0;
  }

  .partners__intro {
    grid-column: 1 / -1;
    padding: 0 0 32px;
  }

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

  .partners .p-tile {
    border-radius: 0;
  }

  .partners__grid .p-tile:nth-of-type(1)      { border-top-left-radius: 20px; }
  .partners__grid .p-tile:nth-of-type(2)      { border-top-right-radius: 20px; }
  .partners__grid .p-tile:nth-last-of-type(2) { border-bottom-left-radius: 20px; }
  .partners__grid .p-tile:nth-last-of-type(1) { border-bottom-right-radius: 20px; }

  .hero {
    min-height: 0;
  }

  .hero__badge {
    width: 140px;
    height: 46px;
  }

  .trust__item {
    margin-right: 48px;
  }

  .trust__marquee::before,
  .trust__marquee::after {
    width: 60px;
  }

  .ck-section-head {
    margin-bottom: 40px;
  }

  .testimonials .ck-section-title {
    margin-bottom: 40px;
  }
}

/* --- <=480px: small phones --- */
@media (max-width: 480px) {
  :root {
    --gutter: 18px;
  }

  .hero__actions {
    width: 100%;
  }

.hero__actions .ck-btn {
    flex: 1;
    min-width: 100%;
}
.ck-container {

    padding-inline: 0;
   
}
.ck-btn {

    height: auto;
    padding: 11px 18px;
  
    font-size: 15px;
   
}
  .stat__value {
    font-size: 1.5rem;
  }

  .cta__subtext {
    margin-top: -12px;
  }
  body .hero__title {
    font-size: 35px;
    line-height: 1.2;

}
}


/* ==========================================================================
   17. ACCESSIBILITY / MOTION PREFERENCES
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .trust__track {
    animation: none;
  }

  .slider__track,
  [data-reveal],
  .ck-btn,
  .ck-btn__icon,
  .p-tile img {
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
