/* PageSpeed accessibility and layout-shift fixes.
   Loaded from head.blade.php as a separate file. */

/* Image layout shift prevention */
.services-one__img img{aspect-ratio:4/3;width:100%;height:auto;object-fit:cover}
.brand-one__single img{aspect-ratio:3/1;width:100%;height:auto;object-fit:contain}
.about-one__review-img img{aspect-ratio:1/1;width:100%;height:auto;object-fit:cover}
.about-one__img img{aspect-ratio:4/5;width:100%;height:auto;object-fit:cover}
.expert_service img{aspect-ratio:4/3;width:100%;height:auto;object-fit:cover}
.process-one__icon img{width:60px;height:60px;object-fit:contain}
.services-one__icon img{width:50px;height:50px;object-fit:contain}
.img-wrap img{width:48px;height:48px;object-fit:contain}
.banner-one__img img{aspect-ratio:6/5;width:100%;height:auto;object-fit:contain}
.overlay-icon-box img{width:40px;height:40px;object-fit:contain}
img:not([width]){max-width:100%;height:auto}

/* Contrast fixes — lighten backgrounds or darken text where needed */
.section-title__tagline{color:#062f3a!important}
.banner-one__sub-title{color:#3d4759!important}
.services-one__text{color:#3d4759!important}
.skill-one__text{color:#3d4759!important}
.process-one__text{color:#3d4759!important}
.about-one__text{color:#3d4759!important}

/* Focus visibility for keyboard navigation */
a:focus-visible,button:focus-visible{outline:3px solid #062f3a;outline-offset:2px}

/* Screen-reader only utility */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}