```css
/* =========================
   RESET
   ========================= */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================
   HEADINGS
   ========================= */

h2,h3,h4{
    color: rgba(0, 96, 203, 1);
}


/* =========================
   SEARCH
   ========================= */

.search{
    background-color: rgb(207, 207, 255);
    display: flex;
    height: 29px;
}

.search form{
    display: flex;
    height: 29px;
}


/* =========================
   SOCIAL LOGO
   ========================= */

.logo{
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin-left: 75%;
}


/* =========================
   COLLEGE NAME
   ========================= */

.name{
    display: flex;
    justify-content: space-around;
}

.logoName{
    color: rgba(2, 8, 116, 1);
    display: flex;
    align-items: center;
}

.fullName{
    color: rgba(0, 96, 203, 1);
    display: flex;
    align-items: center;
}


/* =====================================================
   NAVIGATION BAR
   ===================================================== */

.main-navbar{
    margin-bottom: 0 !important;

    min-height: 40px !important;

    border-radius: 0 !important;

    border: none !important;

    border-bottom: 2px solid #F59E0B !important;

    background: linear-gradient(
        135deg,
        #0F172A,
        #1E3A8A
    ) !important;
}


/* Remove Bootstrap default navbar background */

.navbar-default{
    background: linear-gradient(
        135deg,
        #0F172A,
        #1E3A8A
    ) !important;

    border: none !important;
}


/* Menu list */

.main-navbar .navbar-nav{
    margin: 0;
}


/* Normal menu items */

.main-navbar .navbar-nav > li > a{

    color: #FFFFFF !important;

    font-size: 18px !important;

    font-weight: 500 !important;

    padding-top: 9px !important;

    padding-bottom: 9px !important;

    padding-left: 12px !important;

    padding-right: 12px !important;

    line-height: 20px !important;

    background: transparent !important;

    border: none !important;

    text-decoration: none !important;

    transition: all 0.2s ease;
}


/* Normal menu hover */

.main-navbar .navbar-nav > li > a:hover,
.main-navbar .navbar-nav > li > a:focus{

    color: #FFFFFF !important;

    background: rgba(255,255,255,0.12) !important;

    text-decoration: none !important;
}


/* =====================================================
   LOGIN BUTTON
   ===================================================== */

.main-navbar .navbar-nav > li.login-menu > a{

    color: #FFFFFF !important;

    background: #F59E0B !important;

    border: 2px solid #F59E0B !important;

    border-radius: 20px !important;

    padding: 5px 18px !important;

    margin-top: 4px !important;

    margin-bottom: 4px !important;

    margin-left: 8px !important;

    margin-right: 8px !important;

    font-size: 17px !important;

    font-weight: bold !important;

    line-height: 20px !important;

    text-decoration: none !important;

    display: block !important;

}


/* Login hover */

.main-navbar .navbar-nav > li.login-menu > a:hover,
.main-navbar .navbar-nav > li.login-menu > a:focus{

    color: #FFFFFF !important;

    background: #D97706 !important;

    border-color: #D97706 !important;

    text-decoration: none !important;

}


/* Login icon */

.main-navbar .login-menu .glyphicon{

    color: #FFFFFF !important;

}


/* =====================================================
   MOBILE MENU BUTTON
   ===================================================== */

.main-navbar .navbar-toggle{

    margin-top: 5px !important;

    margin-bottom: 5px !important;

    border-color: rgba(255,255,255,0.7) !important;

}


/* Mobile button hover */

.main-navbar .navbar-toggle:hover,
.main-navbar .navbar-toggle:focus{

    background-color: rgba(255,255,255,0.1) !important;

}


/* Mobile menu icon */

.main-navbar .navbar-toggle .icon-bar{

    background-color: #FFFFFF !important;

}


/* =====================================================
   NOTICE MARQUEE
   ===================================================== */

.marqueeNotice{
    padding: 6px 20px 0px 20px;

    display: flex;

    height: 28px;

    background: #ffdede;
}

.redBotton{
    border-radius: 20px;

    box-sizing: border-box;

    padding: 4px 20px;

    color: #fff;

    background: #ff1c1f;

    background: linear-gradient(
        to right,
        #ff1c1f 0%,
        #ad2023 100%
    );
}


/* =========================
   IMAGE SLIDER
   ========================= */

.imageSlider{
    margin: 0% 8% 0 8%;
}


/* =========================
   INFORMATION
   ========================= */

.information{
    display: flex;

    margin: 0% 9%;

    justify-content: space-between;

    align-items: flex-start;

    gap: 25px;
}

.information1{
    width: calc(70% - 12.5px);

    box-sizing: border-box;

    min-width: 0;
}

.information2{
    width: calc(30% - 12.5px);

    box-sizing: border-box;

    min-width: 0;
}

.more_botton{
    border-radius: 20px;

    box-sizing: border-box;

    padding: 4px 20px;

    color: #fff;

    background: linear-gradient(
        to right,
        #0010f5 0%,
        #646dec 100%
    );
}


/* =========================
   ACADEMIC PROGRAMS
   ========================= */

.AcadPrograms{
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    text-align: center;

    color: rgba(2, 8, 116, 1);

    margin-bottom: 30px;
}

.AcadPrograms > div{
    min-width: 0;

    overflow: hidden;

    border: 1px solid #ddd;
}

.AcadPrograms > div:hover{
    background-color: rgba(0, 96, 203, 1);

    color: #fff;

    transition: all 0.3s ease;
}

.AcadPrograms .image{
    width: 100%;

    height: 100px;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;
}

.AcadPrograms .image img{
    width: 150px;

    height: 90px;

    object-fit: cover;

    display: block;
}

.AcadPrograms .description{
    min-height: 45px;

    padding: 10px 5px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================
   CHAIRPERSON MESSAGE
   ========================= */

.chairmanMssg{
    width: 100%;

    box-sizing: border-box;

    border: 1px solid #ddd;

    border-radius: 10px;

    padding: 25px;

    background-color: #f8f9ff;

    margin-bottom: 25px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.chairmanMssg h3{
    margin-bottom: 15px;
}

.chairmanMssg p{
    font-size: 16px;

    line-height: 1.7;

    color: #444;

    margin-bottom: 20px;
}

.chairmanMssg .more_botton{
    display: inline-block;

    text-decoration: none;
}


/* =========================
   FACULTY
   ========================= */

.ourFaculty{
    background-color: #d8d6d6;

    margin-bottom: -9px;
}

.faculty{
    display: grid;

    grid-template-columns: repeat(3,1fr);

    background-color: #d8d6d6;
}

.faculty div{
    border-left: 3px solid #ff1c1f;

    margin: 5px;

    padding: 8px;

    font-size: 15px;

    background-color: #ffffff;
}


/* =========================
   NOTICE
   ========================= */

.subNotice{
    display: flex;
}

.subNotice img{
    margin: 0px 12px 0px 0px;
}


/* =========================
   FOOTER
   ========================= */

.footer{
    background: linear-gradient(
        to right,
        #0010f5 0%,
        #646dec 100%
    );

    padding-bottom: 3%;
}

.footerCon{
    background-color: #ffffff;

    margin: 0% 9% 0 9%;

    padding: 2%;
}

.fcontent{
    display: flex;

    justify-content: space-around;
}

.fcontent li{
    border-bottom: 1px solid rgb(206, 206, 195);

    padding: 5px;
}

.red{
    display: flex;

    justify-content: space-around;
}

.copyright{
    display: flex;

    justify-content: space-around;

    padding-top: 2%;
}


/* =========================
   PROGRAM PAGE
   ========================= */

.program{
    display: flex;

    margin: 3% 9% 3% 9%;

    justify-content: space-between;
}

.pFaculty{
    display: flex;
}

.program1{
    width: 70%;
}

.pFaculty .image{
    width: 30%;
}

.pFaculty .decription{
    width: 70%;
}

.program2 .pFaculty .image{
    width: 40%;
}

.program2 .pFaculty .decription{
    width: 60%;
}

.program1 .pFaculty img{
    height: 100px;

    margin-right: 20px;
}

.program2{
    width: 30%;
}

.program2 .pFaculty img{
    height: 50px;
}


/* =========================
   GALLERY PAGE
   ========================= */

.photoGallery{
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;

    margin: 40px 9%;
}

.gallery{
    background-color: #ffffff;

    border: 1px solid #e1e1e1;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 3px 12px rgba(0,0,0,0.08);

    transition: all 0.3s ease;

    padding: 0;
}

.gallery:hover{
    transform: translateY(-4px);

    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.singlePhoto{
    width: 100%;

    height: 300px;

    overflow: hidden;
}

.singlePhoto img{
    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.4s ease;
}

.gallery:hover .singlePhoto img{
    transform: scale(1.03);
}

.multiPhoto{
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 8px;

    padding: 10px;

    margin: 0;
}

.multiPhoto img{
    width: 100%;

    height: 75px;

    object-fit: cover;

    display: block;

    border-radius: 5px;
}

.photoDecription{
    background-color: #f4f6f9;

    padding: 18px;

    min-height: 120px;
}

.photoDecription a{
    text-decoration: none;

    color: #1E3A8A;
}

.photoDecription > font:first-child a{
    font-size: 18px;

    font-weight: 600;

    line-height: 1.5;
}

.photoDecription .viewGallery{
    display: flex;

    justify-content: flex-start;

    margin-top: 15px;
}

.photoDecription .viewGallery a{
    background: linear-gradient(
        135deg,
        #0F172A,
        #1E3A8A
    );

    color: #ffffff;

    padding: 8px 18px;

    border-radius: 20px;

    font-size: 14px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.photoDecription .viewGallery a:hover{
    background: #F59E0B;

    color: #ffffff;
}


/* =========================
   GALLERY RESPONSIVE
   ========================= */

@media (max-width: 768px){

    .photoGallery{
        grid-template-columns: 1fr;

        margin: 25px 5%;

        gap: 25px;
    }

    .singlePhoto{
        height: 250px;
    }

}


@media (max-width: 480px){

    .photoGallery{
        margin: 20px 3%;
    }

    .singlePhoto{
        height: 220px;
    }

    .multiPhoto{
        gap: 5px;
    }

    .multiPhoto img{
        height: 60px;
    }

    .photoDecription{
        padding: 15px;
    }

}
```
