.form-select:disabled{
    background-color: #000319 !important;
    color: #f0721e !important;
}


.course_main_btn{
    cursor: pointer !important;
}

.fa-eye{
    cursor: pointer !important;
}

.visualizer-wrapper {
    cursor: grab !important;
}

.module_btn{
    --bs-btn-padding-y: unset;
    --bs-btn-color: unset;
    --bs-btn-border-color: unset;
}

.module-item:hover{
    background-color: #4b3378;
}

.module_btn .active_module{
    background-color: #34176a;
}

.get_course_modules{
    cursor: pointer;
}

.chat-box .message h1{
    font-size: 1.7rem;
}

.chat-box .message h2{
    font-size: 1.5rem;
}

.chat-box .message h3{
    font-size: 1.4rem;
}

.chat-box .message h4{
    font-size: 1.3rem;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.blinking {
    animation: blink 1.5s infinite ease-in-out;
}

body {
    background: radial-gradient(circle at top left, #140E5C00 0%, transparent 40%),
        radial-gradient(circle at top right, rgba(76, 137, 255, 0.24) 0%, transparent 40%),
        radial-gradient(circle at bottom left, #140E5C00 0%, transparent 40%),
        radial-gradient(circle at bottom right, #140E5C00 0%, transparent 40%),
        linear-gradient(228deg, #140E5C00 0%, #140E5C00 100%),
        #000319;
    background-blend-mode: screen, screen, screen, screen, normal, normal;

    color: #fff;
    font-family: 'Space Grotesk';
    background-attachment: fixed;
}
.logout :hover{
    background-color: red !important;
    color: #fff !important;
    border: 1px solid red !important;
}
.logout{
    color: red;
}
.left_secetion{
    background-color: #070C22 !important;
    padding: 0px 30px !important;
}
.custom-input-group:focus-within {
    border: 1px solid #86b7fe;
    border-radius: 0.375rem;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.custom-input-group input:focus{
    box-shadow: none;
}
.change_btn{
    border: 1px solid #29293D;
    border-radius: 10px;
    padding: 13px 24px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}
.additional_box1{
    background: #070C22;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #3D4053;
}

.header {
    height: 86px;
    padding: 24px 46px !important;
    border-bottom: 1px solid #3D4053;
    margin-bottom: 17px;
    font-family: 'Space Grotesk';

}

.dashboard_login_btn {
    background-color: #617DFF;
    color: #FFFFFF;
    padding: 8px 24px;
    font-family: 'Space Grotesk';
}


.chat_sidebar h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Space Grotesk';
}

.search-bar input {
    font-family: 'Space Grotesk';
    width: 100%;
    padding: 8px 12px;
    background-color: #04070D;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
}

.search-bar input::placeholder {
    color: #a0a0a0;
}

.conversation-section h6 {
    font-size: 14px;
    font-weight: 600;
    color: #a0a0a0;
    margin: 15px 0 10px;
    font-family: 'Space Grotesk';
}

.conversation-card {
    padding: 20px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
    color: #80868B;
    font-family: 'Space Grotesk';
}

.conversation-card:hover {
    background-color: #04070D;
    border: 1px solid #8CAAFF;
    border-radius: 8px;
}



.fundamental-sidebar-toggle {
    color: #FFFFFF;
    border: none;
    background: none;
}

.fundamental-sidebar-toggle:hover {
    color: #FFFFFF;
    background-color: #04070D;
    border: 1px solid #8CAAFF;
    border-radius: 8px;
}

.col-lg-3.col-md-6.col-sm-12.px-3 {
    transition: transform 0.3s ease-in-out;
}

.filter-wrapper {
    display: flex;
    gap: 0.4rem;
}

.filter-item {
    flex: 1 1 calc(50% - 1rem);
}


.container-fluid {
    overflow-x: hidden;
}

.video_section {
    background-color: #000319;
}

.learn-section {
    background: linear-gradient(135deg, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB);
}

.course_btn:hover {
    background-color: #222534;
    border: 1px solid #14141B;
}

.sort_btn {
    background-color: #000319;
    border: 1px solid #303242;
    color: #FFFFFF;
    padding: 10px 30px;
}

.subject_dropdown {
    background-color: #000319;
    border: 1px solid #303242;
    color: #FFFFFF;
    padding: 7px 28px;
    font-size: 14px;
    font-family: 'Space Grotesk';
}

.subject_tex {
    color: #FFFFFF;
    font-size: 14px;
}

.physics-card {
    background-color: #070C22;
    border: 1px solid #373942;
    font-family: 'Space Grotesk';
}

.physics-card .course_img {
    height: 200px !important;
}

.fundamental-card {
    background-color: #070C22;
    border: 1px solid #373942;
    border-radius: 8px;
    font-family: 'Space Grotesk';
}

.fundamental-card .course_img {
    width: 127px;
    height: 71px;
}

.english_btn {
    background: linear-gradient(to bottom, #0C0A06 90%, #DFE1E700 100%);
    color: #FFFFFF;
    border: 1px solid #232430;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
}

.back_home {
    background-color: #080B19;
    border: 1px solid #343648;
    color: #FFFFFF;
    padding: 10px 30px;
    font-family: 'Space Grotesk';
}

.pointer {
    cursor: pointer;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus {
    background-color: #2a2a3e;
    border-color: #4a4a5e;
    color: #fff;
}

label {
    color: #ccc;
    margin-bottom: 5px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    background-color: #2a2a3e;
    border: 1px solid #3a3a4e;
    color: #fff;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    background-color: #3a3a4e;
    color: #fff;
}

.save_change:hover {
    background-color: #0056b3;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 7px 20px;
    border-radius: 5px;
    font-family: 'Space Grotesk';
}

.btn-secondary:hover {
    background-color: #3a3a4e;
    color: #fff;
}

.row {
    margin-bottom: 20px;
}

select option:hover,
select option:focus,
select option:checked {
    background-color: #000000 !important;
    color: #fff !important;
}
.modal-dialog {
    max-width: 600px;
}
.modal_sidebar {
    background: linear-gradient(to right, rgba(74, 74, 74, 0.6), rgba(74, 74, 74, 0.6));
    padding-top: 20px;
    border-radius: 8px;
    border: 1px solid #FFFFFF33;
    height: 100%;
    margin-top: 20px;
    font-family: 'Space Grotesk';
}

.modal-content {
    background-color: #0E1226;
    border: 1px solid #FFFFFF33;
    border-radius: 20px;
    padding: 25px;
    font-family: 'Space Grotesk';

}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #2a2a2a;
    color: #fff;
    font-family: 'Space Grotesk';
}

.otp-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.dash {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #fff;
}

.selectOPt option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectOPt {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


.input-group-text {
    background-color: #000319;
    border: 1px solid #303242;
    border-left: none;
    color: #fff;
    font-family: 'Space Grotesk';
}

.sidebar {
    background: linear-gradient(to bottom, #0E122600, #10132C);
    padding-top: 20px;
    border-radius: 8px;
    border: 1px solid #FFFFFF33;
    height: 330px !important;
    margin-top: 20px;
    overflow-y: hidden !important;
    font-family: 'Space Grotesk';
}

.sidebar a {
    display: block;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    transition: background 0.3s;
    font-family: 'Space Grotesk';
}

.sidebar a:hover,
.sidebar a.active {
    background-color: #000000;
    margin: 0px 8px;
    border-radius: 8px;
    border: 1px solid #14141B;
}

.main-content {
    background: #070C22;
    padding: 30px;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #3D4053;
    font-family: 'Space Grotesk';
}

.profile-pic {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

label {
    font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
    background-color: #000319;
    color: #fff;
    border: 1px solid #303242;
    border-radius: 6px;
}

.save_btn {
    background: linear-gradient(to right, #5271FF 100%, #FFFFFF 100%);
    color: #fff;
    border: 1px solid #3863C6;
}

.save_btn:hover {
    background: linear-gradient(to right, #3A80D2, #1885df);
    color: #f1dcdc;
    border: 1px solid #3863C6;
}

.form-check-input {
    background-color: #000000;
    box-shadow: 0px 2px 2px 0px #1B1C1D1F;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.account_section {
    background-color: #070C22;
    border: 1px solid #303242;
    color: #FFFFFF;
    font-family: 'Space Grotesk';
}



.carousel-item_content {
    padding: 0px 70px;
}

.custom-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk';
}

.custom-carousel-btn i {
    font-size: 20px;
    color: #FFFFFF;
}

.carousel-control-prev.custom-carousel-btn {
    left: 10px;
}

.carousel-control-next.custom-carousel-btn {
    right: 10px;
}

.row {
    --bs-gutter-x: 0px;
}

.container {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.form-section {
    padding: 40px;
}

.illustration-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.recommended-text {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 24px !important;
    padding-top: 20px;
    margin-left: 70px;
    font-family: 'Space Grotesk';
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.logo i {
    color: #007bff;
}

.step-indicator {
    background-color: transparent;
    border: 2px solid #ff6200;
    color: #ff6200;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Space Grotesk';
}

h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    color: #a0a6b0;
    margin-bottom: 30px;
}

.form-label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    background-color: #000319;
    border: 1px solid #303242;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background-color: #070C22;
    border: 1px solid #3D4053;
    outline: none;
}

.form-control::placeholder {
    color: #a0a6b0;
}

.btn-continue {
    background: linear-gradient(to bottom, #FFFFFF -131%, #5271FF 75%);
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    color: #FFFFFF;
}

.btn_dashboard {
    background: linear-gradient(to bottom, #FFFFFF -131%, #5271FF 75%);
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    color: #FFFFFF;
}

.success_div {
    background: linear-gradient(to top, #0E122600 0%, #0E1226 100%);
    border: 1px solid #FFFFFF33;
    border-radius: 20px;

}

.btn-continue:hover {
    background: linear-gradient(to bottom, #FFFFFF -131%, #2246d6 75%);
}

.login-link {
    color: #a0a6b0;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.login-link a {
    color: #5775FF;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-family: Space Grotesk;
}

.login-link a:hover {
    text-decoration: underline;
}

.illustration-section img {
    max-width: 80%;
    height: auto;
    transition: transform 0.3s ease;
}

.illustration-section img:hover {
    transform: scale(1.05);
}

.navbar {
    background-color: #1a2b5f;
    padding: 10px 20px;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-select {
    background-color: #0e1a35;
    border: 1px solid #3a4b8a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.chat_right_section {
    border: 1px solid #FFFFFF33;
    font-family: 'Space Grotesk';
}

.main_div {
    background: linear-gradient(to right, #0E122600, #10132C);
}

.communicate-ai-card {
    background-color: #070C22 !important;
    padding: 30px;
    text-align: center;
    height: 100%;
    border: 1px solid #FFFFFF33;
    font-family: 'Space Grotesk';
}

.communicate-ai-card h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.communicate-ai-card h2 span {
    color: #6a11cb;
}

.communicate-ai-card p {
    color: #a0a4c0;
    font-size: 0.9rem;
    margin-bottom: 20px;
    padding-top: 50px;
}

.communicate-btn {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    border: none;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    transition: transform 0.3s;
    margin-top: 100px !important;
}

.communicate-btn:hover {
    transform: scale(1.1);
}

.progress-section {
    margin-bottom: 20px;
}

.progress-section h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.progress-section p {
    color: #a0a4c0;
    font-size: 0.9rem;
    margin-bottom: 0px !important;
}

.progress-bar {
    background-color: #2575fc;
    height: 8px;
    border-radius: 5px;
}

.module-item {
    background: #000319;
    border: 1px solid #383B4D;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    font-family: 'Space Grotesk';
}

.module-item p {
    margin: 0;
    font-size: 1rem;
}

.module-item small {
    font-size: 0.8rem;
}

.recommended-courses {
    margin-top: 20px;
}

.recommended-courses h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

#recommendedCoursesCarousel .course-card{
    height: 315px;
}

.course-card {
    background: #070C22;
    border-radius: 8px;
    border: 1px solid #373942;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.course-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.course-card-body {
    padding: 15px;
}

.course-card {
    margin: 0px 8px;
}

.course-card-body p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.course-card-body small {
    font-size: 0.8rem;
}

.course-card-body .rating {
    color: #f1c40f;
    font-size: 0.8rem;
}

.gradient-text {
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF, #FB6BE3, #725CF6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.chat-container {
    max-width: 800px;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-family: 'Space Grotesk';
}

.dropdown-menu {
    background-color: #070C22;
}

.dropdown-item {
    color: #ffffff;
}

.dropdown-item:hover {
    background-color: #3A3F4D;
}

.chat-box {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.message {
    margin-bottom: 20px;
    max-width: 80%;
}

.message.user {
    margin-left: auto;
    text-align: right;
}

.message.assistant {
    margin-right: auto;
}

.message-bubble {
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    background-color: #141718;
}

.message.user .message-bubble {
    background-color: #141718;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    font-family: 'Space Grotesk';
}

.message.assistant .message-bubble {
    font-family: 'Space Grotesk';
    background-color: #181A2D;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.input-area {
    font-family: 'Space Grotesk';
    display: flex;
    align-items: center;
    background-color: #04070D;
    padding: 0px 20px;
    border: 1px solid #373942;
    margin: 0px 25px;
}

.genrate_input:focus {

    background-color: #04070D;
    outline: none;
    box-shadow: none;
    border: none;
}

.input-area input {
    flex: 1;
    padding: 16px;
    border: none;
    background-color: #04070D;
    color: #ffffff;
    margin-right: 10px;
    font-family: 'Space Grotesk';
}

.btn-mic {
    background: linear-gradient(to right, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB), rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 10px;
    padding: 12px 19px;
    margin-left: 10px;
}

.btn-generate {
    background: linear-gradient(to right, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB), rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
}

.generate-btn i {
    margin-left: 10px;
    font-size: 16px;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.chat_sidebar {
    background-color: #030923;
    color: #ffffff;
    padding: 20px;
    height: 982px;
    min-width: 300px;
    font-family: 'Arial', sans-serif;
    border: 1px solid #2E2E2E;
    font-family: 'Space Grotesk';
}

.sidebar h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Space Grotesk';
}

.search-bar input {
    width: 100%;
    padding: 8px 12px;
    background-color: #04070D;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Space Grotesk';
}

.search-bar input::placeholder {
    color: #a0a0a0;
    font-family: 'Space Grotesk';
}

.conversation-section h6 {
    font-size: 14px;
    font-weight: 600;
    color: #a0a0a0;
    margin: 15px 0 10px;
}

.conversation-card:hover {
    background-color: #04070D;
    border: 1px solid #8CAAFF;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}



.d-flex {
    display: flex;
}

.conversation-card p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'Space Grotesk';
}

.conversation-card span {
    font-size: 12px;
    color: #a0a0a0;
}

.time {
    font-size: 12px;
    color: #a0a0a0;
}
 .fundamental-card p{
    font-size: 13px !important;
}

@media (max-width: 576px) {
    .course_btn{
        font-size: 10px !important;
        width: 100% !important;
    }
    .fundamental-card h6{
        font-size: 0.8rem;
    }
    .left_secetion{
        padding-top: 10px !important;
        margin-top: 105px !important;
    }
    .message-bubble p{
        font-size: 11px !important;
    }
    .message-bubble li{
        font-size: 8px !important;
    }
    .logout{
       width: 100% !important;
       padding: 10px !important;
    }
    .medium-text{
        font-size: 10px !important;
    }
    .carousel-profile{
        width: 23px !important;
        height: 23px !important;
    }
    .medium{
        font-size: 0.9rem !important;
    }
    .carousel-control-prev.custom-carousel-btn {
        left: 5px;
    }
    .course-card {
        margin: 0px 1px;
        /* width: 21     */
    }
    .carousel-control-next.custom-carousel-btn{
        right: 5px;
    }
    .custom-carousel-btn{
        width: 35px;
        height: 35px;
    }
    .recommended-courses h5 {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .recommended-text{
        margin-left: 5px;
    }
    .otp-input {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .dash {
        margin: 0 5px;
    }

    .communicate-ai-card h2 {
        font-size: 1.5rem;
    }

    .message .user {
        display: flex !important;
    }

    .communicate-btn {
        width: 100px;
        height: 100px;
    }

    .course-card img {
        height: 120px;
    }

    .module-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .module-item p{
        font-size: 12px;
    }
    .module-item h5{
        font-size: 13px;
    }
    .module-item{
        font-size: 12px;
    }

    .module-item small {
        margin-top: 5px;
    }

    .gradient-text {
        font-size: 28px;
    }

    .communicate-btn {
        width: 80px;
        height: 35px;
    }
    .learn-section .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fundamental-card p {
        font-size: 12px;
    }

    .fundamental-card .badge {
        padding: 3px;
        font-size: 13px !important;
    }

    .fundamental-card .fundamental-profile {
        width: 27px !important;
        height: 27px !important;
    }

    .learn-section img {
        width: 100%;
        max-width: 280px;
    }

    .learn-section h1 {
        font-size: 1.3rem;
    }

    .learn-section p {
        font-size: 0.85rem;
    }

    .navbar-brand img {
        max-width: unset;
    }

    .fundamental-sidebar-toggle {
        right: 10px;
        padding: 5px 8px;
        font-size: 16px;
    }

    .col-lg-3.col-md-6.col-sm-12.px-3 {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .physics-card {
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .physics-card img {
        width: 100% !important;
        height: auto;
    }
    .physics-card .physics-card-profile {
        width: 40px !important;
        height: 40px !important;
    }
    .d-flex.pt-3,
    .d-flex.pt-4 {
        flex-direction: column;
        gap: 10px;
    }

    .subject {
        flex: 1 1 100%;
        margin-bottom: 12px;
    }

    .geo_tutor .d-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .geo_tutor .input-group,
    .geo_tutor .dropdown {
        width: 100%;
    }

    .geo_tutor .dropdown button {
        width: 100%;
        text-align: left;
    }

    .course_button .btn {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    .chat_sidebar {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .conversation-card {
        padding: 10px;
    }

    .conversation-card p {
        font-size: 13px;
    }

    .conversation-card span {
        font-size: 11px;
    }

    .time {
        font-size: 11px;
    }

    .sidebar {
        min-height: auto;
    }

    .main-content {
        margin-top: 10px;
    }
    .sidebar {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .conversation-card {
        padding: 10px;
    }

    .conversation-card p {
        font-size: 13px;
    }

    .conversation-card span {
        font-size: 11px;
    }

    .time {
        font-size: 11px;
    }
    .illustration-section {
        display: none;
    }

    .form-section {
        padding: 20px;
    }

    .message .user {
        display: flex !important;
    }

    .gradient-text {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .communicate-ai-card h2 {
        font-size: 1.3rem;
    }

    #visualizer {
        width: 270px;
        height: 270px;
    }

    .communicate-btn {
        width: 80px;
        height: 80px;
    }
    .communicate-btn img{
        width: 150px;
    }
  

    .course-card img {
        height: 130px;
    }

}

@media (max-width: 991px) {
    .fundamental-sidebar-toggle {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 1001;
    }

    .filter-wrapper {
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .col-lg-3.col-md-6.col-sm-12.px-3 {
        position: fixed;
        top: 0;
        right: 0;
        width: 260px;
        height: 100vh;
        background: #03082C;
        z-index: 1000;
        transform: translateX(100%);
        overflow-y: auto;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        padding: 15px;
    }

    .col-lg-3.col-md-6.col-sm-12.px-3.active {
        transform: translateX(0);
    }

    .col-lg-9.col-md-12.chat_right_section {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }

    .subject_dropdown {
        white-space: nowrap;
    }
}


.custom-card {
    border: 1px solid #303242;
    color: white;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.custom-card img.thumbnail {
    width: 100px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}
.custom-card .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}
.custom-card .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}
.custom-card .name {
    font-size: 0.9rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}


.signup-card{
    align-items: center;
    min-height: 90vh;
}