.eshal-tech__image-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--e-accent);opacity:.3}.eshal-tech__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--e-white);border:1px solid rgba(201,169,97,.2);border-radius:50%;cursor:pointer;transition:var(--e-transition);z-index:10}.eshal-tech__nav:hover{background:linear-gradient(135deg,var(--e-primary),var(--e-accent));border-color:transparent}.eshal-tech__nav--prev{left:-22px}.eshal-tech__nav--next{right:-22px}.eshal-tech__nav.swiper-button-disabled{opacity:.3;cursor:not-allowed}.eshal-tech__pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.eshal-tech__pagination .swiper-pagination-bullet{width:10px;height:10px;background:rgba(201,169,97,.3);border-radius:50%;cursor:pointer;transition:var(--e-transition)}.eshal-tech__pagination .swiper-pagination-bullet-active{background:var(--e-accent);width:24px;border-radius:5px}@media (min-width:768px){.eshal-tech__nav--prev{left:-56px}.eshal-tech__nav--next{right:-56px}}@media (max-width:767px){.eshal-tech__nav{display:none}}