body {
overflow-x: hidden;
overflow-y: auto;
}
::-webkit-scrollbar {
width: 5px;
height: 0px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #555;
}
.navlogofont {
font-family: 'Teko', sans-serif;
font-weight: 600;
font-size: 1.8rem;
letter-spacing: 0.5px;
color: #1a4331;
}
.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
#imageModal {
backdrop-filter: blur(5px);
}
#modalImage {
max-width: 90vw;
max-height: 90vh;
width: auto;
height: auto;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}