*{
    padding: 0px;
    margin: 0px;
}
#div {
    height: 270px;
    /* background-color: #3BF89D; */
    background: linear-gradient(to left,#b7f3c9, #809f8b);
    width: 100%;
}
#email{
    margin-left: 600px;
    font-size: 20px;
    color: rgb(4, 4, 150);
}
#Helpline{
    font-size: 20px;
    margin-left: 100px;
    color: rgb(4, 4, 150);
}
#Placement{
    margin-left: 600px;
    font-size: 20px;
    color: rgb(4, 4, 150);
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.rwclogo{
    width: 100px;
    height: 100px;
    padding-left: 10px;
    margin-right: 10px;
}
.rwc-text{
    color: rgb(29, 4, 99);
    font-family: 'shadow''Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}
/* Ranchi Women's College  */
.title { 
    color: rgb(10, 10, 100);
    font-weight: bold;
    font-family:Arial,'Arial Narrow','Franklin Gothic Medium' ;
    text-shadow: rgb(14, 55, 145) 1px 0 7px;
    font-size: 40px;
}
.sub-text{
    font-size: 14px;
    color: rgb(181, 30, 30);
    font-weight: bold;
    font-family: 'shadow''Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    padding-left: 50px; ;
}
.buttons-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.red-btn{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    background-color: rgb(187, 27, 27);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(175, 15, 15);
    /* float: right; */
    border-radius: 5px;
    color: white;
    padding:10px 15px;
    cursor: pointer;
    display: inline-block;
}
.blue-btn{
    text-decoration: none;
    font-size: 16px;
    font-family:'Courier New', Courier, monospace;
    background-color: rgb(58, 163, 243);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(3, 17, 140);
    /* float: right; */
    border-radius: 5px;
    color: rgb(10, 48, 174);
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
}
.blink-btn{
    animation: blink-animation 1s infinite;
}
@keyframes blink-animation{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
.naaclogo{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}



/* Navbar styling */
.navbar {
    height: 40px;
    background-color: #0b2cb1;
    /* overflow: hidden; */
    color: white;
    width: 100%;
    padding-top: 10px;
    display: flex;
}
/* Dropdown container */
.dropdown{
    position: relative;
    display: inline-block;
}
/* button for ALL */
.dropbtn{
    background-color: transparent;
    color: white;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
/* Dropdown menu */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0b2cb1;
    margin-right: 30px;
    margin-left: 10px;
    text-decoration: none;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    left: 0;
    top: 100%;
    text-align: left;
}
/* Dropdown items */
.dropdown-content a{
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ffffff;
}
/* Hover effect */
.dropdown-content a:hover{
    background-color: h#f1f1f1;
}
/* Show dropdown on hover */ 
.dropdown:hover .dropdown-content{
    display: block;
}
/* SUB-DROPDOWN */
.dropdown-submenu{
    position: relative;
}
.submenu-centent {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgb(22, 22, 163);
    min-width: 150px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.dropdown-submenu:hover .submenu-content{
    display: block;
}
.submenu-centent a{
    color: black;
    padding: 10px;
    display: block;
}
a{
    color:white;
    margin-right: 30px;
    text-decoration: none;
}



/* Upcoming National Conference on 13th and 14th February 2025 | Program of UG Semester 3 Offline Examination | 4th Provisional Admission Selection List for the Academic Year 2024-2025 PG */
.marquee-container {
    width: 100%;
    background-color: rgb(22, 169, 218);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 8px 0;
    position:relative;
    z-index:  10;
    margin-bottom: 5px;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    color: rgb(248, 248, 250);
    font-weight: bold;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    background-color: #f3f3f3;
}

.slider {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slide-track {
    display: flex;
    width: 100%;
    animation: slideAnimation 25s linear infinite;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 550px;
    border-radius: 10px;
}

@keyframes slideAnimation {
    0% { transform: translateX(0); }
    200% { transform: translateX(-20%); }
    400% { transform: translateX(-40%); }
    60% { transform: translateX(-60%); }
    80% { transform: translateX(-80%); }
    100% { transform: translateX(0); }
}
.pink-btn{
    /* text-decoration: none; */
    font-size: 20px;
    font-family:'Courier New', Courier, monospace;
    background-color: rgb(254, 1, 195);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 0, 230);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 10px 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.paragraph{
    text-align: left;
}



/* 
.container {
    background-color: white;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    height: auto;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
} */

/* .heading {
    background-color: #D6336C;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    border-radius: 5px;
} */

.content {
    font-size: 20px;
    line-height: 1.6;
    /* height: 100%; */
    color: #000000;
    margin-top: 30px;
}

.list {
    margin-top: 15px;
    padding-left: 20px;
    text-align: left;
}

/* .list li {
    font-size: 16px;
    margin-bottom: 8px;
} */



.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1000px;
}

.box {
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.box i {
    font-size: 40px;
    margin-bottom: 10px;
}

/* Different Colors for Boxes */
.blue { background-color: #3498db; }
.pink { background-color: #e91e63; }
.gray { background-color: #616161; }
.orange { background-color: #f39c12; }
.red { background-color: #e74c3c; }
.skyblue { background-color: #5dade2; }
.purple { background-color: #8e44ad; }
.darkblue { background-color: #2c3e50; }

/* Hover Effect */
.box:hover {
    transform: scale(1.50);
}

                                        /* PRINCIPAL MAAM */
.college-info {
    width: 100%;
    max-width: 1350px;
}

/* Principal Section */
.principal-section {
    display: flex;
    align-items: center;
    background: rgba(245, 245, 245, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.principal-section img {
    width: 150px;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
}

.principal-text {
    flex: 1;
}

.principal-text h3 {
    font-size: 20px;
    color: #333;
}

.principal-text p {
    font-size: 14px;
    color: #555;
}
pre{
    font-size: 17px;
    color: rgb(66, 66, 185);
    background-color: #f4f4f4;
    padding: 10px;
    white-space: pre-wrap;
}

/* Campus Gallery */
.campus-gallery {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 10px;
    align-items: center;
}

.faculty {
    text-align: center;
}

.faculty img {
    width: 100px;
    height: 100px;
    border-radius: 0%;
    /* object-fit: cover; */
}

.faculty p {
    font-size: 14px;
    margin-top: 5px;
}

.campus-images {
    display: flex;
    gap: 10px;
}

.campus-images img {
    width: 100%;
    max-width: 1350px;
    height: auto;
    border-radius: 2px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
                                /* NOTICE BOARD */
.notice-board {
    width: 100%;
    max-width: 1350px;
    background: linear-gradient(to bottom, #e90f30, #e51b1b);
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

/* .notice-board h2 {
    font-size: 20px;
} */

.notice-board ul {
    list-style: none;
    background: linear-gradient(to bottom, #b2ff59, #76ff03);
    padding: 20px;
    /* border-radius: 0 0 10px 10px; */
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* .notice-board li:last-child {
    border-bottom: none;
} */

.notice-board a {
    color: #333;
    font-weight: bold;
    transition: color 0.3s;
}

.notice-board a:hover {
    color: #d32f2f;
}

                                                    /* ONLINE TERM */
.online-term-box {
    width: 1350px; /* Box ki width */
    background-color: #023f70; 
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin: 20px auto; /* Center alignment */
}

.online-term-box a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.online-term-box:hover {
    background-color: #1976D2; /* Darker blue on hover */
}




                                    /* PLACEMENT PLACED STUDENT ID/DETAILS */
.profile-container {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.profile-card {
    background-color: white;
    width: 250px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.profile-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.profile-card h3 {
    margin: 10px 5px;
    font-size: 18px;
    color: #333;
}

.profile-card p {
    font-size: 14px;
    color: #777;
    margin: 2px;
}
                                                /* FOOTER */
footer {
    background: linear-gradient(to right, #003399, #0066cc);
    color: white;
    text-align: center;
    padding: 20px;
}

.footer-content p {
    margin: 5px 0;
    font-size: 16px;
}

.footer-content a {
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

.footer-bottom {
    margin-top: 10px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}