.doubt_sec {
    display: flex;
    align-items: center;

}

.d-doubtsec {
    display: flex;
    background-color: aliceblue;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 3rem;
    row-gap: 0.4rem;
}

.d-fl-notify {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.latest_news-btn {
    display: flex;
    width: 140px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 8px;
    background-color: #0076bf;
    color: #fff;
}

.dfl-card-main {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;

}

.button-enroll {
    align-items: center;
    margin: auto;
    text-align: center;
    display: flex;
    color:#ffffff;
    padding: 0.5rem 0.2rem;
    flex-direction: row;
    justify-content: center;
    width: 10rem;
    border-radius: 22px;
    background-color: #0076bf;
    border: 1px solid #0076bf;
}

.w-stu_cor {
    width: 94px;
}

.dstud_main {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-block: 2rem;
    background-color: #ffffff;
    padding-block: 2rem;
}

.w-22rem {
    width: 22rem;
}

.corner_sp {
    padding: 1rem;
    box-shadow: 2px 6px 14px #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exam-bl {
    border-radius: 4px;
    background-color: #ffffff;
    /* padding-block: 0.5rem;
    padding-inline: 2rem; */
    font-size: 18px;
    font-weight: 600;
    width: 14rem;
}

.exambl-sec .exam-bl .card-link p {
    padding-block: 0.5rem;
    /* padding-inline: 2rem; */
}

p{
    color: #3c4858;
}

.button-enroll {
    gap:0.4rem;
}

.exambl-sec {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;

}

.heading-area {
    display: flex;
    gap: 1rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.exammain {
    margin-block: 2rem;
    background-color: #a81012;
}

.calendar-btn {
    border-radius: 22px;
    color: #0171bc;
    font-weight: 600;
    width: 10rem;
}

.learn-feature {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.learn-feature div {
    width: 12rem;
    background-color: #ffffff;
}

.doubt_sec h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 20px;
    margin-bottom: 0;
}

.doubt_ic {
    width: 34px;
}

.w-90 {
    width: 80px;
}

@media screen and (min-width: 991px) {
    h1.disp_desk_blk, .disp_desk_blk h1, h1 {
font-size: 2rem !important;
    }
}


@media screen and (max-width: 768px) {
    .d_none_mob {
        display: none !important;
    }

    .d_block_mob {
        display: block !important;

    }
}

@media only screen and (max-width: 600px) {
    .doubt_sec h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .doubt_ic {
        width: 34px;
    }

    .w-90 {
        width: 60px;
    }
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Button hover effect */
.button-enroll {
    transition: all 0.3s ease;
}

.button-enroll:hover {
    transform: scale(1.05);
    color: #ffffff;
}

/* Student corner hover effect */
.corner_sp {
    transition: all 0.3s ease;
}

.corner_sp .wic-94 {
    width: 94px;
}

.corner_sp:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.corner_sp img {
    transition: transform 0.3s ease;
}

.corner_sp:hover img {
    transform: scale(1.1);
}

/* Exam blocks hover effect */
.exam-bl {
    transition: all 0.3s ease;
    cursor: pointer;
}

.exam-bl:hover {
    background-color: #f8f9fa;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Calendar button hover effect */
.calendar-btn {
    transition: all 0.3s ease;
}

.calendar-btn:hover {
    background-color: #0171bc;
    color: #ffffff;
    transform: scale(1.05);
}

/* Latest news button hover effect */
.latest_news-btn {
    transition: all 0.3s ease;
    width: 10rem;
}

.latest_news-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Learn feature hover effect */
.learn-feature .corner_sp {
    transition: all 0.3s ease;
}

.learn-feature .corner_sp:hover {
    transform: translateY(-5px);
    background-color: #f8f9fa;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Doubt section hover effect */
.doubt_sec {
    transition: all 0.3s ease;
    gap: 0.5rem;
}

.doubt_sec:hover {
    transform: scale(1.02);
}

.doubt_sec img {
    transition: transform 0.3s ease;
}

.doubt_sec:hover img {
    transform: scale(1.1);
}

/* Marquee text hover effect */
marquee a {
    transition: color 0.3s ease;
}

marquee a:hover {
    color: #a81012 !important;
}


.dstud_main a,
.exam-bl a,
.doubt_sec a {
    text-decoration: none;
}

/* calendar st */
.ssc-calendar {
    display: flex;
    flex-direction: column;
    padding: 34px 34px;
    height: 510px;
    overflow: hidden;
    border: 1px solid rgba(241, 241, 241, .6);
    border-radius: 16px;
    box-shadow: 0 1px 3px #33333329;
    background-color: #ffffff;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #9f9df3;
    align-items: center;
    padding-bottom: 10px;
}

.calendar-body {
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    height: 100%;
    outline: none;
    letter-spacing: -.6px;
    display: flex;
    justify-content: center;
}

.calendar-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: auto;
    height: 264px;
    border-radius: 18px 0 0 18px;
    width: 100%;
}

.calendar-event {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.calendar-event .datecolumn {
    padding-top: 25px;
    padding: 20px 8px;
    color: #1e1e1e;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 62px;
    background: #9f9df3;
    align-items: center;
    padding: 20px 15px;
    height: auto;
    overflow: hidden;
    border-radius: 0;
}

.calendar-event .inner-event {
    padding-top: 25px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 10px;
    padding: 20px 0;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    width: calc(100% - 80px);
    overflow-wrap: anywhere;
    color: #1e1e1e;
    font-size: 14px;
}

.calendar-header span {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.calendar-header button {
    opacity: .8;
    border: none;
    background: transparent;
    cursor: pointer;
    text-transform: none;
}

.calendar-event .datecolumn span {
    color: #fff;
}

.calendar-head button {
    padding: 8px 28px;
    width: 14rem;
    font-size: 24px;
    border-radius: 34px;
    border: 2px solid silver;
}

/* calendar en */
.name_text p a,
.copyright_sty_cont a {
    text-decoration: none;
}

.name_text p a:hover {
    text-decoration: underline;
}

.dfl-card-main a:hover {
    text-decoration: none;
}

.d_block_mob {
    margin-top: 0 !important;
}

.disp_mob_blk {
    display: none;
}

/* Add smooth transition for link */
.dfl-course {
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

/* .dfl-course:hover {
    transform: scale(1.05);
    background-color: #f8f9fa;
} */

/* mobile design UI */

@media screen and (max-width: 660px) {
    .doubt_ic {
        width: 24px;
    }

    .doubt_sec h4 {
        font-size: 12px !important;
    }

    .doubt_sec h4 {
        gap: 0.3rem;
    }

    .w-90 {
        width: 42px;
    }

    .doubt_ic.d-none-mob {
        display: none;
    }

    .latest_news-btn {
        font-size: 12px !important;
    }

    .d-fl-notify marquee a {
        font-size: 12px !important;
    }

    .disp_desk_blk {
        display: none;
    }

    .disp_desk_blk {
        display: none;
    }

    .disp_mob_blk {
        display: block;
    }

    .scroll-container {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .mob-main-cont {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        gap: 10px;
        padding: 10px;
    }

    .disp_mob_blk::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari and Opera */
    }

    .scroll-item {
        flex: 0 0 auto;
        width: 86px;
        background-color: #f0f8ff;
        padding: 0.6rem;
        font-size: 12px;
        border-radius: 4px;
        box-shadow: 0 1px 3px #33333329;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        color: rgb(0, 0, 0);
        border: none;
        /* padding: 10px 15px; */
        cursor: pointer;
        z-index: 1;
    }

    .prev-btn {
        left: 0;
    }

    .next-btn {
        right: 0;
    }

    .scroll-item div img {
        width: 48px;
    }

    .scroll-item div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .scroll-item a p {
       line-height: 14px;
       font-weight: bold;
    }

    .learn-feature div {
        width: 8rem;
    }

    .learn-feature {
        display: flex;
        align-items: stretch;
    }

    .corner_sp .wic-94 {
        width: 54px;
    }

    .corner_sp p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .corner_sp {
        padding: 0.4rem;
    }

    .calendar-event .datecolumn {
        padding: 6px 15px;
    }

    .calendar-event .datecolumn span {
        font-size: 14px;
    }

    .calendar-event .inner-event {
        font-size: 12px;
        padding: 8px 0;
    }

    .heading-area h1,
    .container h1 {
        font-size: 20px;
    }

    .container .py-4 {
        /* padding-top: 0.2rem !important; */
        padding-bottom: 0.2rem !important;
    }

    .container p {
        font-size: 14px;
    }
    .ssc-calendar {
        height: auto;
        /* overflow: scroll; */
        padding: 16px;
        margin: 1rem;
    }
    .w-50mob {
        width: 70px;
        padding: 0.8rem; 
        border-radius: 4px;
    }
    .dfl-course {
        display: flex;
        gap: 0.5rem;
        align-items: center;
        font-weight: bold;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        /* background-color: #fff;
        padding: 0.3rem 0.8rem;
        box-shadow: 0 1px 3px #33333329; */
    }
    .dfl-course p {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }
    .course-main-mob {
        display: flex;
        align-items: center;
        justify-content: space-around;
        align-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        flex-direction: row;
        background-color: #0076bf;
        box-shadow: 0 2px 10px #0000007d;
        padding: 1rem;
    }
    /* courses st */

    .course-main-mob .ic_wht {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 4px 6px #135a87;
    }
    
    .dfl-card-main {
        padding: 0 15px;
    }
    
    .card.w-22rem {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .card-body {
        padding: 15px;
    }
    
    .card-title {
        font-size: 18px;
    }
    
    .card-text {
        font-size: 14px;
    }
    
    .button-enroll {
        
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    .card.w-22rem .card-body {
     padding: 0.5rem 1rem;
    }
    /* courses en */
}
.scroll-item a {
text-decoration: none;
}

.dfl-appbtn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.dfl-main {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    column-gap: 2rem;
}
.twocol {
    background-color: #fff;
    padding-inline: 2rem;
    padding-block: 2rem;
    border-radius: 30px;
    border: 1px solid #e2e2e2;
    /* box-shadow: 8px 10px 33px #e2e2e2; */
}
.w-210 {
    width: 196px;
}
.w-230 {
    width: 230px;
}
.w-480 {
    width: 580px;
}

.fs-34 {
    font-size: 34px;
}

.fs-38 {
    font-size: 32px;
    color: #00317a;
}

@media screen and (max-width: 1283px) {

  .w-210 {
    width: 110px;
}
.w-230 {
    width: 130px;
}
.fs-34 {
    font-size: 24px;
}
.fs-38 {
    font-size: 28px;
}
.w-210 {
 width: 110px;
}
.w-230 {
 width: 130px;
}


@media screen and (max-width: 1085px) {
    .w-480 {
     width: 460px;
    }
}

@media screen and (max-width: 482px) {
    .w-480 {
width: auto;
}
}
@media screen and (max-width: 375px) {
  .fs-34 {
    font-size: 14px;
}
.fs-38 {
    font-size: 16px;
}
.twocol {
    padding-inline: 1rem;
    padding-block: 1rem;
    border-radius: 6px;
}
.dfl-main {
    column-gap: 0;
}
.w-480 {
width: auto;
 }
}

.twocol {
 padding-inline: 2rem;
 border-radius: 10px;
}
/* .w-480 {
  width: auto;
} */
.dfl-main {
 column-gap: 1rem;
}
}