* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins';
}

p {
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin: 0;
}

h1 {
    font-size: 40px;
    color: #3f4a75;
    margin: 0;
}

h2 {
    color: #293e5d;
    font-size: 35px;
    margin: 0;
}

h3 {
    font-size: 30px;
    color: #3f4a75;
    margin: 0;
}

h4{
    font-size: 26px;
    font-weight: 400;
    margin: 0;
}

a {
    text-decoration: none;
    line-height: 1.1;
    margin: 0;
}

li{
    font-size: 19px;
}

.custom-container {
    width: 85%;
    margin: auto;
    padding: 3rem 0;
}

.pad{
    padding:1rem 10px !important;
}

/* header section */

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 11;
}

.header-section {
    width: 100%;
    background-color: white;
    position: relative;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-logo .header1-logo{
    width:100%;
}

.header-container-flex {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*padding: 1rem 0;*/
}

.hamburger-menuitems {
    position: relative;
    z-index: 4;
    overflow-y: auto;
}

#hamburger {
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#hamburger .line1 {
    width: 40px;
    height: 4px;
    background-color: #104b88;
    transition: all .5s ease;
    border-radius: 5px;
}

#hamburger .line2 {
    width: 40px;
    height: 4px;
    background-color: #104b88;
    transition: all .5s ease;
    border-radius: 5px;
}

#hamburger .line3 {
    width: 40px;
    height: 4px;
    background-color: #104b88;
    transition: all .5s ease;
    border-radius: 5px;
}

#hamburger.active .line1 {
    transform: rotate(45deg) translate(13px, 5px);
    color: white;
    background-color: #104b88;
}

#hamburger.active .line2 {
    transform: translateX(-10px);
    background-color: transparent;
}

#hamburger.active .line3 {
    transform: rotate(-45deg) translate(13px, -6px);
    color: white;
    background-color: #104b88;
}

.hamburger-menu {
    position: fixed;
    transition: all 1s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 22;
    padding: 3rem 0;
    overflow-y: auto;
    background-color: #104b88;
    width: 25%;
    height: calc(100vh - 143px);
    position: fixed;
    bottom: 0;
   left: 100%;
}

.hamburger-menu::-webkit-scrollbar-thumb{
	background-color: #fff;
    border-radius: 8px;
}

.hamburger-menu::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000;
}

.hamburger-menu::-webkit-scrollbar{
	width: 8px;
	background-color: #fff;
}

.hamburger-menu div{
    border-top:1px solid #888888;
    padding-top:15px;
}

.hamburger-menu div a{
    width:100%;
}


.hamburger-menu a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s;
    padding: 1rem 2rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.hamburger-menu a:nth-child(11){
    border-top: 1px solid white;
}

.hamburger-menu a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.5s ease;
    background-color: #02123D;
    z-index:-1;
}

.hamburger-menu a:hover::after{
    width:100%;
}

.hamburger-menu.active {
    left: 75%;
}

#empty-div {
    background-color: #00000099;
    width: 100%;
    height: calc(100vh - 143px);
    position: fixed;
    bottom: 0;
    left: 100%;
    transition: all 1s;
    z-index: 5;
}

#empty-div.active {
    left: 0;
}

/*home marquee section*/

.marquee-section{
    width: 100%;
    background-color: #782d38;
}

.marquee-section .custom-container{
    padding: 0;
}

.marquee-section marquee div{
    display:flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
    gap: 3rem;
}

.marquee-section marquee p{
    color: white;
}


/* home banner section */

.swiper-pagination-bullet{
     width:15px;
    height:15px;
    background-color:white;
}

.home-banner-section {
    position: relative;
    width: 100%;
}

.home-banner-section img {
    filter: brightness(0.8);
}

.home-banner-section .carousel-caption h1 {
    font-size: 3vw;
    color: white;
    margin: 0;
    padding: 0;
}

.carousel-caption {
    left: 7.5%;
    right: unset;
    bottom: 4rem;
}

.carousel-caption h1{
    font-size:52px;
    color:white;
}

.carousel-indicators [data-bs-target] {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.banner-section {
    width: 100%;
}

.banner-section img {
    width: 100%;
}

/*our pride section*/

.our-motto-section{
    width: 100%;
    background-color: #782d38;
}

.our-pride{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.our-pride h2 {
    color: white;
    font-size: 44px;
}

.our-pride p{
    color: white;
}

.our-pride h3{
    color: white;
    font-size: 30px;
}

.our-pride h4{
    color: white;
}

/* home history section */

.history-container-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
    padding: 3rem 0;
}

.history-col1 {
    width: 35%;
    border-right: 1px solid rgb(170, 167, 167);
}

.history-col1 img {
    width: 65%;
}

.history-col2 {
    width: 65%;
    gap: 3rem
}

.history-col2 img {
    width: 70%;
}

.history-col2 h2 {
    color: #104b88;
}


/* amangalam section */

.amangalam-img {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}

.amangalam-section h2 {
    color: #104b88;
}

.amangalam-section img {
    width: 40%;
}


/* preface who section */

#management-tab-section {
    padding: 3rem 0;
}

.management-tab-section{
    padding: 3rem 0;
}

.management-tab-content span {
    font-size: 24px;
    font-weight: 500;
}

.management-tab-section b {
    font-size: 26px;
    font-weight: 800;
}


/* home who we section */


.home-who-section {
    background-color: #1d1d1d;
    padding: 3rem 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.who-image {
    width: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.who-image img {
    object-fit: cover;
    position: relative;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.who-card-content img {
    width: 20%;
}

.who-card-content {
    width: 65%;
    height: unset;
    min-height: 30vw;
    padding: 2rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    transform: translateX(-15%);
    justify-content: space-between;
}

.who-card-genesis{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.who-card-content h2{
    margin: 0;
}

.who-card-content span {
    font-weight: 600;
    font-size: 20px;
}

.who-card-content div{
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.who-card-content p {
    font-size: 1rem;
    line-height: 1.3;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev:after {
    display: none;
}

.mySwiper .swiper-button-next {
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
    width: 50px;
    position: relative;
}

.mySwiper .swiper-button-prev {
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
    width: 50px;
    transform: rotate(180deg);
    position: relative;
}

.mySwiper .swiper-button-next img{
    width: 50px;
}

.mySwiper .swiper-button-prev img{
    width: 50px;
}

.who-card-content .swiper-nav-btn{
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top:2rem;
}

.who-vision-section{
    background-color: #f5f5f5;
}

.who-vision-section .custom-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.who-vision-section h3 {
    color: #104b88;
}

.who-vision-section p {
    color: black;
}

/* <navs tabs section */

.management-tab-section .custom-container {
    padding: 0;
}

.tab-trustee {
    border: 1px solid black;
    margin: 3rem 0 0;
}

.align-items-start {
    align-items: stretch;
}

.tab-content {
    width: 75%;
}

.me-3 {
    width: 25%;
    background-color: #293e5d;
    margin: unset;
    margin-right: 0!important;
}

.me-3 button {
    padding: 2rem;
    font-size: 20px;
    color: white;
}

.managing-trustee {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
}

#rules-tab {
    width: 100%;   
}

#rules-tab div{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

#rules-tab p {
    margin: 0;
}

#rules-tab img{
    width: 1.5%;
    position: relative;
    transform: translateY(0%);
}

.management-tab-content #text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: none;
}

#text>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

#text>div img {
    width: 1.5%;
}

#text p {
    padding-top: 1.2rem;
}

#toggle {
    cursor: pointer;
    color: #104b88;
    font-size: 18px;
    border-bottom:1px solid black;
    width:fit-content;
}

#toggle:hover{
    border-bottom:none;
}

.management-tab-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 60%;
}

.trustee-photo {
    width: 40%;
    background-color: #f6f6f6;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trustee-photo div{
    padding-bottom:1rem;
}

/*.trustee-photo div{*/
/*    padding-bottom: 1rem;*/
/*}*/

.management-tab-section h1 {
    color: #3f4a75;
}

.managing-trustee h2 {
    color: #3f4a75;
}

.managing-trustee h3 {
    color: #3f4a75;
    font-size: 30px;
    font-weight: 400;
}

.managing-trustee img {
    width: 100%;
}

.trustee-photo h3 {
    color: #3f4a75;
    font-size: 26px;
    font-weight: 500;
    padding-bottom:1rem;
}

.managing-trustee p {
    color: black;
}

.nav-pills .nav-link.active {
    background-color: #104b88;
}

.nav-link:hover{
    color: #fff;
}

.nav-link {
    color: white;
    text-align: left;
}

/*.tab-pane {*/
/*    padding: 3rem;*/
/*}*/

/* home  vision section */

.home-vision-section {
    width: 100%;
    background-color: #782d38;
}

.vision-mision-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
    padding: 3rem 0;
}

.vision-mision-part {
    width: calc(33% - 1.34rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vision-content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

#news-event-section img{
    margin-bottom: 0.5rem;
}

.vision-mision-part img {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}

#vision-mision-part img {
    width: 100%;
}

.vision-mision-part h3 {
    color: white ;
}

.vision-mision-part h4 {
    color: white;
}

.vision-mision-part p {
    color: white;
}

#vision-content p {
    color: black;
}

#news-image {
    width: 100%;
}

#news-event-section {
    background-color: white;
}

#news-event-section p {
    color: black;
}

/* management section */

.managing-section {
    width: 100%;
    background-color: #243864;
    /*padding: 2rem 0;*/
}

.managing-section .custom-container {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 0;
}

.managing-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: calc(70% - 2rem);
}

.managing-partner {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    transform: translateY(-70px);
}

.managing-section h3 {
    color: white;
    font-weight: 400;
}

.managing-section h2 {
    font-size: 35px;
    color: white;
    font-weight: 600;
}

.managing-section p {
    color: white;
    margin: 0;
}

.managing-partner div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.managing-partner img {
    width: 100%;
}

.managing-partner h3 {
    padding-bottom: 8px;
    width: fit-content;
    color: white;
}

.more {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

#admission-course-detail{
    width:100%;
}

/* re-event page */

.event-section .custom-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.event-section .multi-event-videos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    gap: 2rem;
}

.event-section h2 {
    color: #104b88;
}

.event-content p{
    font-size: 24px;
    font-weight: 500;
}

.event-video-card {
    width: calc(25% - 1.5rem);
    display: flex;
    flex-direction: column;
}

.event-video-card img {
    width: 100%;
}

/*.event-video-card img:hover {*/
/*    filter: brightness(0.6);*/
/*}*/

.card-content a {
    text-decoration: none;
    color: white;
    font-size: 21px;
}

.card-content {
    background-color: #782d38;
    padding: 1rem;
}

.event-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.event-content ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.enrichment-pdf {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
}

.broucher {
    padding: 15px 30px;
    background-color: #104b88;
    color: white;
    font-size: 20px;
    width: fit-content;
}

.broucher:hover {
    background-color: #782d38;
    color: white;
}

.enrichment-section .custom-container{
    padding-top:0;
}

/* image gallery section */

#lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: block;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content:flex-start;
}

.gallery-section {
    padding: 3rem 0;
}

.gallery-section h2 {
    padding-bottom: 2rem;
}

.gallery img {
    width: calc(25% - 1.5rem);
}

.gallery img:hover {
    filter: brightness(0.8);
    cursor: pointer;
}

.close-btn {
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    cursor: pointer;
}

.prev-btn,
.next-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev-btn {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next-btn {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery-tab {
    background-color: #104b88;
    width: 20%;
    text-align: center;
    padding: 1rem;
    font-size: 22px;
}

.gallery-section-container h1{
    padding-bottom: 3rem;
}

.gallery-section-container .tab-content {
    width: 100%;
}

.gallery-section-container .tab-pane {
    padding: 0;
}

.gallery-section-container .nav-tabs .nav-link {
    background-color: #104b88;
}

.gallery-section-container .nav-tabs .nav-link.active {
    background-color: #782d38;
    color: #fff;
}

/* Admission section */

.management-tab-section p {
    color: black ;
    /*transform:translateY(-15px);*/
}

.admission-course-flex{
    display:flex;
    flex-direction:row;
    align-items:center;
}

.admission-course-flex p{
    padding-left:1rem;
}

/* career section */

/*.career h2{*/
/*    margin-bottom: 1.5rem;    */
/*}*/

.career-section {
    width: 100%;
}

.career-section .custom-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
}

.career-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    width: 100%;
    margin: auto;
}

.career{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.career-part {
    width: 45%;
}

.career-section p {
    color: black;
}

.career-section h3 {
    color: #104b88;
    font-size: 30px;
}

.career-form form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
}

input[type=text] {
    padding-top: 1rem;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    width: 100%;
    background-color: unset;
}

.career-part{
    display:flex;
    flex-direction:column;
    gap:2rem;
}

#contactForm{
    display:flex;
    flex-direction:column;
     gap:2rem;
     padding-top: 2rem;
}

textarea{
    padding-top:1rem;
}

#message{
    border:none;
    outline:unset;
    border-bottom: 1px solid black;
}

#submit-btn {
    width: fit-content;
    padding: 10px 60px;
    background-color: #243864;
    border: none;
    color: white;
    font-size: 22px
}

#submit-btn:hover {
    background-color: #782d38;
}

#contact-submit-btn{
     width: fit-content;
    padding: 10px 60px;
    background-color: #243864;
    border: none;
    color: white;
    font-size: 22px
}

#contact-submit-btn:hover {
    background-color: #782d38;
}

form>div {
    display: flex;
    flex-direction: column;

}

.file-upload {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* contact section */

.contact-section {
    padding: 2rem 0;
    width: 100%;
}

.contact-section .custom-container{
    padding: 0;
}

.contact-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.contact-section h1 {
    color: #104b88;
}

.contact-flex p {
    color: #3d3d3d;
    font-weight: 500;
    margin: unset;
}

.contact-flex a{
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
}

.contact-flex h3 {
    color: #104b88;
}

.contact-adress {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0;
}

.contact-adress-sub{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    width: max-content;
}

.contact-adress1 {
    background-color: #f8f8f8;
}

.contact-adress2 {
    background-color: #f2f2f2;
}

.contact-adress3 {
    background-color: #eeeeee;
}

.mail-add{
    display:flex;
    flex-direction:column;
    gap:0.5rem
}

/* campus life */

.introduction-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* academic-section */

#academic-section {
    padding: 3rem 0;
}

.campus-section p {
    color: black;
}

.campus-section .custom-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
}

#academic-section1{
    padding-bottom: 3rem;
}

#academic-section1 .custom-container div{
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
}

#academic-section1 img{
    width: 1%;
}

.campus-section h2 {
    color: #104b88;
    padding: 1rem 0;

}

.campus-section ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.campus-section ul li {
    font-weight: 400;
}

.campus-section .school-rules {
    display: flex;
    flex-direction: column;

}

.management-tab-content b {
    font-size: 22px;
    font-weight: 500;
}

.management-tab-content button {
    background-color: #104b88;
    padding: 0.5rem 2rem;
    width: fit-content;
    color: white;
    font-size: 18px;
    border: none;
}

.management-tab-content button:hover {
    background-color: #782d38;
}

.management-tab-content ul li {
    font-size: 18px;
}

.trustee-photo div .designation{
   padding-bottom:0;
}

/* rules sectio */

.rules-section {
    width: 100%;
}

.rules-section .custom-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rules-section h1 {
    color: #104b88;
    padding-bottom: 1rem;
}

.rules-section h2 {
    padding-bottom: 1rem;
    color: #104b88;
}

#club-activities{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.club-activity{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.club-activity div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.safety-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.safety-content img{
    width: 38%;
}

.security{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 60%;
}

.club-activity div img {
    width: 5%;
}

.courses-detail{
    margin-top: 1rem;
}

/* fooetr section */

.footer-section {
    width: 100%;
    background-color: #fbf9f6;
}

#footer-section{
    background-color:#fbf9f6;
}

.footer-section .custom-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.footer-col1 {
    width: calc(20% - 1.33rem);
}

.footer-col1 img {
    width: 170px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section h3 {
    padding: 0 0 2rem 2rem;
    margin: 0;
}

.footer-col2,
.footer-col3 {
    width: calc(40% - 1.34rem);
}

.footer-menus {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    gap: 4rem;
    padding-left: 2rem; 
    border-left: 1px solid #c4c4c5;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-menu a {
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.adress {
    padding-left: 2rem;
    border-left: 1px solid #c4c4c5;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.adress a{
    color:black;
}

.adress div{
    display:flex;
    flex-direction:column;
    gap:0.5rem
}

/*.adress .social-link {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 2rem;*/
/*    align-items: center;*/
/*}*/

/* Copyright section */

.copy-rights-section {
    width: 100%;
}

.copy-rights-section .custom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 0;
}

.copy-rights-section p {
    color: black;
    font-weight: normal;
    margin: 0;
}

.signatures-logo {
    position: relative;
    padding: 0 8px;
    overflow: hidden;
}

.signatures-logo p {
    position: relative;
    right: 100%;
    filter: opacity(0);
    transition: all 0.3s ease;
    color: black;
}

.signatures-logo:hover p {
    right: 0;
    filter: opacity(1);
}

.logo-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
    text-align: center;
    filter: opacity(1);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.signatures-logo:hover>.logo-reveal {
    left: 100%;
    filter: opacity(0);
}

.logo-reveal img {
    width: 30px;
}

.unorder-list-icon{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    list-style-type: none;
    margin:0;
}

.unorder-list-icon li{
    padding-left: 2rem;
    position: relative;
}

.unorder-list-icon li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 1rem;
    height: 1rem;
    background-image: url('../assets/images/bulleticon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.club-img{
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.club-img img{
    width:75%;
    margin: 0 auto;
}

.admission-para{
    margin-top:1rem;
}

#response_message2{
    color:green;
    margin-top:1rem;
}