/* Safari-only override */
@supports (-webkit-touch-callout: none) {
    
  @media (min-width: 768px) and (max-width: 1024px){
 
/*home page*/

   .testimonial-row {
     margin-bottom: 0px; 
    position: relative;
    z-index: 5;
}
.hero {
    position: relative;
    height: 40vh;
    overflow: hidden;

}
.text_change {
    height: 40vh !important;
    position: relative;
}

.home-tab{
    text-align: center !important;
}





/*about-page*/
       /* ---------- GLOBAL STABILITY ---------- */
  * {
    -webkit-tap-highlight-color: transparent;
  }

  body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  /* ---------- HERO SECTION FIX ---------- */
  .hero picture,
  .hero video,
  .text_change h1 {
    position: absolute !important;
  }

  .hero {
    overflow: hidden;
  }



  /* ---------- MISSION / VISION TEXT BLUR FIX ---------- */
  .card-custom {
    transform: none !important;
    -webkit-transform: none !important;
  }

  .card-content {
    -webkit-font-smoothing: antialiased;
  }

  .circle-img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  /* ---------- PROJECT / TEAM CARD HOVER FIX ---------- */
  .team-card:hover {
    transform: none;
  }

  .team-card img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  /* ---------- OWL CAROUSEL JUMP / SHAKE FIX ---------- */
  .owl-item {
    transform: none !important;
    -webkit-transform: none !important;
  }

  .timeline-year-bg {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  /* ---------- TEXT OVERFLOW / SPACING SAFETY ---------- */
  h1, h2, h3, h4, p {
    text-rendering: optimizeLegibility;
  }
  



}
}