@media (max-width: 768px) {

    .top-header {
        display: none;
    }

    header {
        display: none;
    }

    /* sticky header */
    .mobile-header {
        position: sticky;
        top: 0;
        z-index: 9999;
        background: #fff;
        border-bottom: 1px solid #eee;
    }

    .mobile-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }

    .mobile-top img {
        height: 40px;
    }

    .menu-icon {
        font-size: 28px;
        cursor: pointer;
    }

    /* menu */
    .mobile-menu {
        display: none;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .mobile-menu.active {
        display: block;
        height: 100vh;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu ul li {
        padding: 12px 0;
        border-top: 1px solid #eee;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* submenu */
    .sub-menu {
        display: none;
        padding-left: 15px;
        margin-top: 8px;
    }

    .has-sub.active .sub-menu {
        display: block;
    }

    /* arrow rotate */
    .arrow {
        font-size: 12px;
        transition: 0.3s;
    }

    .has-sub.active .arrow {
        transform: rotate(180deg);
    }

    .register-btn {
        display: block;
        margin-top: 10px;
        background: #7C2E54;
        color: #fff !important;
        padding: 10px;
        text-align: center;
    }

    .banner_content h1 {
        font-size: 42px;
        line-height: 52px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 40px;
    }

    .banner_section {
        height: 500px;
        width: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .about_content {
        padding: 0px;
        text-align: center;
    }

    .about_content h2 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_content a {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        background-color: #7C2E54;
        padding: 15px 20px;
        border: 2px solid #7C2E54;
        border-radius: 10px;
    }

    .meet-the-council-heading h2 {
        font-size: 33px;
        line-height: 42px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }

    .key_initiatives_section .swiper-slide {
        position: relative;
        overflow: hidden;
        padding: 0px 10px;
    }

    .campus_title h2 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }

    .campus_image {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .campus_content h4 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

    .campus_content p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
    }

    .campus_image img {
        transition: 3s ease;
        transform: scale(1.1);
        height: 400px;
        object-fit: cover;
    }

    .gallery_title h2 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }

    .gallery-section .tab-btn {
        background-color: transparent;
        color: #000;
        font-size: 20px;
        line-height: 30px;
        border: none;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .galler_grid {
        margin-bottom: 30px;
    }

    .galler_button {
        margin-top: 50px;
        text-align: center;
    }

    .gallery_content h5 {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
    }

    .gallery_content a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
    }

    .galler_button a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        background-color: #7C2E54;
        padding: 15px 20px;
        /* border: 2px solid #7C2E54; */
        border-radius: 10px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        z-index: 1;
    }

    .event-section .event-tab-btn {
        background-color: transparent;
        color: #000;
        font-size: 20px;
        line-height: 30px;
        border: none;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .event_heading h4 {
        font-size: 18px;
        line-height: 28px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .date_card {
        background-color: #AC5D8B;
        width: 100px;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .event_grid img {
        border-radius: 10px 10px 0px 0px;
        height: 300px;
        object-fit: cover;
    }

    .event_content h5 {
        font-size: 20px;
        line-height: 30px;
        color: #000;
        font-weight: 600;
        margin-top: 5px;
    }

    .event_content a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }

    .event_grid {
        position: relative;
        margin-bottom: 40px;
    }

    .news_content h5 {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-weight: 600;
        margin-top: 5px;
    }

    .news_content span {
        font-size: 13px;
        line-height: 23px;
        font-weight: 600;
        color: #AC5D8B;
    }

    .event-section .col-4 {
        padding-left: 0px;
    }

    .event-section .col-8 {
        padding: 0px;
    }

    .news_content a {
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }

    .testimonial_heading h2 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 35px;
    }

    .testimonials_section iframe {
        border-radius: 10px;
        height: 200px;
        margin-bottom: 30px;
    }

    .stay_colum h5 {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .subscribe-box input {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #fff;
        flex: 1;
        border: none;
        outline: none;
        padding: 10px 25px 10px 0px;
        font-size: 16px;
        /* border-radius: 50px; */
        background-color: transparent;
        border-bottom: 1px solid #fff;
        margin-right: 30px;
    }

    .subscribe-box {
        align-items: center;
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
        margin-top: 25px;
    }

    .subscribe-box button {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .footer_menu ul {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    footer .col-md-2 {
        justify-content: start;
        display: flex;
    }

    .footer_menu img {
        margin-bottom: 35px;
    }

    footer .mt-5 {
        margin-top: 10px !important;
    }

    .copyright_colum ul {
        padding: 0px;
    }

    .copyright_colum {
        display: block;
    }

    .copyright_colum ul {
        display: flex;
        list-style: none;
        gap: 10px;
        flex-direction: column;
    }

    footer .col-md-3 {
        display: flex;
        justify-content: start;
    }

    .footer_icon ul {
        display: flex;
        list-style: none;
        gap: 10px;
        padding: 0px;
        margin-top: 20px;
    }
    .swiper-slide:hover .overlay {
    height: 85%;
}
.key_initiatives_section .overlay {
    position: absolute;
    bottom: 70px;
    left: 10px;
    width: 95%;
    height: 0%;
    background: #AC5D8B;
    /* apna color change kar sakte ho */
    transition: 0.4s ease;
    z-index: 1;
    border-radius: 20px;
}
.campus_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}
.register-btn{
    justify-content: center!important;
}
.campus_content a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 12px 20px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
}
/*.has-sub{
    padding-bottom: 0px!important;
}
.has-sub .sub-menu{
    padding-top: 10px!important;
}*/
}