.creowizlogo {
    width: 191px;
    height: 75px;
    margin-left: 80px;
    margin-top: -17px;
}
.nav-link {
    color: rgb(138, 131, 131);
    text-decoration: none;
    position: relative;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 35px;
}
.nav-link:hover {
    color: #1A858B;
    transform: translateY(2px);
}

.nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s, background-color 0.3s;
}

.nav-link:hover::after {
    width: 100%;
    background-color: #1A858B;
}
.navbar-menu-button {
    /* padding-right: 30px;
    padding-left: 30px; */
    font-size: 18px;
    font-weight: 600;
    background-color: #1A858B;
    color: white;
    border: 2px solid #1A858B;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.navbar-menu-button:hover {
    background-color: transparent;
    color: #1A858B;
    border-color: #1A858B;
}
/* Add this CSS to your stylesheet or in a <style> tag in your HTML */
.nav-head-bg {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); 
}

.nav-link::after,
.active::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s, background-color 0.3s;
}

.nav-link:hover::after,
.active::after {
    width: 100%;
    background-color: #1A858B;
}
.creowizlogo {
    width: 191px;
    height: 75px;
    margin-left: 80px;
    margin-top: -11px;
}




.what-you-learn{
    padding: 10px;
}
.strick-out {
    position: absolute;
    height: 30px;
    width: 67px;
}

.cards-bg{
    background-color: #cbe1e2;
    border-radius: 5px;
}

    .required {
        color: red; /* Set the color of the asterisk to red */
    }
    
    .input-field {
        padding: 5px;
        font-size: 13px;
        width: 250px;
        font-family: sans-serif;
        font-weight: 600;
    }
    
    #messageBox {
        width: 100%;
        height: 100px;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        font-family: sans-serif;
    }
    .course-enquiry {
        font-size: 25px;
        padding-top: 20px;
        font-family: sans-serif;
        font-weight: bold;
        text-align: center;
    }
    .contact-para {
        font-size: 15px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        font-family: sans-serif;
    }
    .enquiry-button{
        font-size: 15px;
        font-weight: 600;
        font-family: sans-serif;
        color: white;
        background-color: #1A858B;
        border-radius: 5px;
    }

    .curriculum{
        width: 815px;
    height: auto;
    margin-bottom: 60px;
    }
    .card-bg-color{
        background-color: #F2F4F9;
        /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
        padding: 10px;
        border-radius: 5px;
    }
    .sidebar {
        position: sticky;
        top: 160px; 
        border-radius: 5px;
        /* padding-bottom: 80px; */
    }

    .search-box {
        margin-bottom: 10px;
        padding: 8px;
        width: 100%;
        box-sizing: border-box;
        border: 0px solid;
    }
    
    .department {
        font-size: 15px;
        width: 250px;
        border: 1px solid gray;
        box-sizing: border-box;
        position: relative;
        border-radius: 5px;
        padding: 5px;
        color: rgb(117, 114, 114);
        font-weight: 600;
        /* margin-left: -30px; */
        margin-top: 20px;
        background-color: white;
    
    }
    .fa-caret-down{
        margin-left: -21px;
        position: relative;
    }
    
    .department::after {
        content: "\f0d7"; /* Unicode for the Font Awesome caret-down icon */
        font-family: 'Font Awesome 5 Free'; /* Add the Font Awesome font family */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    
    .depart-dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-container {
        position: relative;
        cursor: pointer;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        max-height: 200px;
        overflow-y: auto;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding: 8px 0;
        width: 230px;
        border: 1px solid #ccc; /* Continue border style from .department */
        border-top: none; /* Remove top border to avoid double border appearance */
        margin-left: -19px;
    }
    
    .dropdown-content label {
        display: block;
        padding: 8px 12px;
        cursor: pointer;
    }
    
    .depart-dropdown {
        margin-left: 30px;
    }
    .input-field {
        padding: 5px;
        font-size: 13px;
        width: 250px;
        font-family: sans-serif;
        font-weight: 600;
        border-radius: 5px;
        border: 1px solid gray;
    }
    #messageBox {
        width: 100%;
        height: 100px;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        font-family: sans-serif;
        border-radius: 5px;
    }


    .footer-numbers {
        margin-left: -25px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: poppins, sans-serif;
    }
    .footer-numbers {
        cursor: pointer;
        user-select: none; /* CSS to prevent user text selection */
      }