.menu_btn {
    margin-top: 30px;
    font-size: 14px;
    padding: 5px;
}

.menu_btn_box {
    text-align: end;

}



.faculty_card img {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.home_search {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-container input {
    border-radius: 30px;
    padding: 15px 20px;
}

.search-container {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease;
}

.search-container:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.search-container .form-control.search-input {
    border: none;
    background: transparent;
    padding-left: 20px;
    font-size: 1rem;
    height: 50px;
}

.search-container .form-control.search-input:focus {
    box-shadow: none;
    outline: none;
}



.btn-search:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.search-icon {
    color: #6c757d;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.seach_state select {
    border-radius: 30px;
    padding: 10px 20px;
    border: none;

}

.seach_state {
    background: #fff;
    border-radius: 30px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    border: 1px solid #ddd;

}

.list_item .card-title a {
    color: #1a0dab !important;
    font-size: 20px;

}

.list_item .card-title a:hover {
    text-decoration: underline !important;
}

.navbar {
    border-bottom: 1px solid #d1d1d1;
}

.dot_icon {
    font-size: 5px;
}

.seach_state .select2-selection__clear {
    display: none;
}

.select2-selection {
    border-radius: 30px !important;
    padding: 10px 20px !important;
    border: none !important;
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
    right: 9px !important;
}

.select_design {
    --bs-form-select-bg-img: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;
    overflow-y: auto;
}

.select2-container--open .select2-selection {
    border-radius: 30px 30px 0 0 !important;
}

.select2-dropdown {
    border: 1px solid #dee2e6 !important;
    border-top: none !important;
    margin-top: -18px;
}