body { font-family: 'Inter', sans-serif; scroll-behavior: smooth;}

/* Hide scrollbar for carousel sliders */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Testimonial */
.slick-dots { bottom: -50px; display: flex !important; justify-content: center; gap: 8px; list-style: none; padding: 0; margin-top: 50px;}
.slick-dots li { margin: 0; }
.slick-dots li button { width: 8px; height: 8px; background: #e2e8f0; border-radius: 99px; text-indent: -9999px; border: none; padding: 0; transition: all 0.3s; }
.slick-dots li.slick-active button { width: 32px; background: #1D3571; }
.slick-list { overflow: visible !important; } /* Allows cards to not be clipped during drag */

.eapps-widget-toolbar, .ecaxC, .es-main-content + script + a {display: none!important; position: relative;}
.es-main-content + script + a:after {content: ""; position: absolute; top: -15px; left: 0; right: -15px; bottom: 0; background-color: #fff;}

