* {
    font-family: 'Poppins', sans-serif;
}

html, body {
    overflow-x: hidden;
}

.desnav, .mobnav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.certifications {
    width: 280px;
}

[data-aos] {
    max-width: 100% !important;
    box-sizing: border-box;
}

.nav-link {
    @apply text-white text-base font-medium font-Poppins leading-normal px-4 py-2 rounded-full transition-all duration-300;
}

.nav-link:hover,
.nav-link:focus {
    @apply bg-white/10;
}

/* Active Case Studies */
.active-case-studies {
    @apply bg-white text-sky-900 font-bold shadow-md;
}

/* General nav-link styling */
.nav-link {
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cardpoint {
    border: 2px solid transparent; /* default no visible border */
    border-radius: 20px; /* rounded corners */
    padding: 30px;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cardpoint:hover {
    border-color: #007BFF; /* blue border */
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2); /* optional glow */
    cursor: pointer;
}

/* Active link styling */
.nav-link.active {
    background-color: white;
    color: black !important;
    border-radius: 16px;
    padding: 8px 16px;
}

/* Hide scrollbar for Webkit (Chrome, Safari) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#backToTop {
    background-color: rgba(8, 95, 143, 1) !important;
}

.join-us {
    width: 100% !important;
}


@media screen and (max-width: 480px) {
    .footer {
        text-align: center !important;
    }

    .certpartner {
        height: 280px !important;
    }

    .certifications-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}
