.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px dashed #e83526;
    padding: 5px;
}
.floating-social-icons {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	transition: transform 0.3s;
}
.floating-social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floating-social-icons ul li {
	margin: 5px 0;
	position: relative;
}
.floating-social-icons ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40px;
	height: 40px;
	background: #3b5998;
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
	transition: 0.3s;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
}
.floating-social-icons ul li a i {
	margin-right: 10px;
}
.floating-social-icons ul li a:hover::after {
	content: attr(data-title);
	position: absolute;
	left: 50px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	white-space: nowrap;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.social-icon {
	display: none;
}
.hidden {
	display: none;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
.popup-content img{
	width:500px;
}
.close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	background: #000000;
	border-radius: 50%;
	padding: 5px;
	width: 30px;
}
.notice-board {
	background: linear-gradient(135deg, #413382, #27a4e3);
	padding: 25px;
	border-radius: 12px;
	text-align: center;
	width: 100%;
	max-width: 420px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	color: white;
}
.notice-container {
	overflow: hidden;
	position: relative;
}
.notice {
	display: flex !important;
	align-items: center;
	background: #fff;
	color: black;
	padding: 15px;
	border-radius: 10px;
	margin: 15px;
	box-shadow: 3px 3px 10px rgba(255, 255, 255, 0.1);
}
.notice-board h2 {
	font-size: 26px;
	margin-bottom: 5px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.subtitle {
	font-size: 14px;
	margin-bottom: 20px;
	color: #ffffff;
	border-bottom: 2px solid #ffcc00;
	display: inline-block;
	padding-bottom: 5px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.notice {
	display: flex;
	align-items: center;
	background: #fff;
	color: black;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 10px rgba(255, 255, 255, 0.1);
	transition: 0.3s;
	cursor: pointer;
}
.notice:hover {
	transform: translateY(-3px);
	box-shadow: 3px 3px 15px rgba(255, 255, 255, 0.2);
}
.date {
    background: #f1c40f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    width: 60px; /* Fixed width */
    min-width: 60px; /* Ensures minimum width */
    max-width: 60px; /* Prevents expanding */
    font-weight: bold;
    white-space: nowrap; /* Prevents breaking text */
    overflow: hidden; /* Hides extra content */
    text-overflow: ellipsis; /* Adds "..." if text is too long */
}
.month {
	font-size: 12px;
	display: block;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.day {
	font-size: 22px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.notice-text {
	flex-grow: 1;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.arrow-container {
	text-align: center;
	margin: 10px 0;
}
.arrow-container i {
	font-size: 28px;
	color: #ffcc00;
	margin: 5px;
	transition: 0.3s;
}
.arrow-container i:hover {
	transform: scale(1.2);
	color: #ffffff;
}
.view-all {
	display: inline-block;
	padding: 12px 18px;
	background: #ffcc00;
	color: black;
	border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.view-all:hover {
	background: #fff;
	color: black;
}
.slick-slide > div {
    display: contents !important;  /* ✅ Extra <div> ko ignore karega */
}
/* Close button style */
.menu-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none; /* Initially hidden */
	background: white !important; /* 🔲 White background */
    border-radius: 50%; /* 🔘 Circular shape */
    padding: 8px; /* Adjust padding */
}
.menu-close-btn i {
    color: black !important; /* ⚫ Black icon for contrast */
}
.marqueediv {
	display:none;
}
/* Tooltip container */
.otooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.otooltip .otooltiptext {
  visibility: hidden;
  width: 250px; /* मोबाइल के लिए छोटी width */
  max-width: 250px; /* स्क्रीन के अनुसार auto adjust */
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  font-family: "Roboto Condensed", serif;
  letter-spacing: 1px;
  left: 50%;
  bottom: 130%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show tooltip on hover (for desktops) */
.otooltip:hover .otooltiptext {
  visibility: visible;
  opacity: 1;
}
.application-form{
	padding-top: 80px;
}
.form-group label{
	font-size: 20px;
	margin-bottom: 15px;
	color: #443584;
}
.form-group span{
	color:#ff0000;
}
.regheading{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	color: #443584;
}
.regsubheading{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	color: #443584;
}
.dzForm hr{
	border-top: 1px solid #3a51de;
}
.dzForm p{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.dzForm ol{
	margin-left: 17px;
}
.dzForm ol li{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.job-application-form{
	padding-top: 80px;
	padding-bottom: 70px;
}
.job-application-form span{
	color:red;
}
.job-application-form h3{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	margin-top: 20px;
	color: #453687;
}
.job-application-form .form-container {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 700px;
}
.job-application-form .progress-bar {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	align-items: center;
	width: 100%;
	flex-direction: row;
}
.job-application-form .progress-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 4px;
	background: #220f6f;
	transform: translateY(-50%);
	transition: width 0.3s ease-in-out;
	z-index: 0;
}
.job-application-form .progress-bar::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	background: lightgray;
	transform: translateY(-50%);
	z-index: -1;
}
.job-application-form .step {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: lightgray;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.job-application-form .step.active {
	background: #220f6f;
	color: white;
}
.job-application-form .form-step {
	display: none;
}
.job-application-form .form-step.active {
	display: block;
}
.job-application-form .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.job-application-form a {
	padding: 15px;
    border: none;
    background: #231170;
    color: white !important;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Roboto Condensed", serif;
    text-align: center;
    letter-spacing: 1px;
    width: 100px;
    height: 50px;
}
.job-application-form input[type=submit] {
	padding: 10px;
	border: none;
    background: #231170;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
	width: 100px;
    height: 50px;
}
.job-application-form input[type=submit]:hover {
    background: #190d50; /* Darker Shade */
    transition: 0.3s ease-in-out;
}
.job-application-form input[type=submit]:focus {
    outline: none;
}
.checkbox-container {
    display: -webkit-inline-box;
    align-items: start;
}
.checkbox-container input {
	margin-top: 5px;
    opacity: 2;
    margin-right: 0px;
    position: relative;
}
.checkbox-container p {
   padding-left: 10px;
}
.job-application-form button:disabled {
	background: gray;
}
.job-application-form label {
	display: block;
	margin: 10px 0 15px;
	font-weight: bold;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.job-application-form input, select {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-transform: none !important;
}
@media screen and (max-width: 991px) {
    .menu-close-btn:after {
        background: rgb(0 0 0 / 37%) !important; /* ✅ Lighter black */
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: 5;
        transition: all .5s;
        transform-origin: top right;
        margin: 0 0 0 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
        box-shadow: none !important; /* ❌ Remove extra shadow */
    }
}
/* Search Form Container */
.search-form-container {
	max-width: 600px;
    margin: auto;
    background: rgb(34 15 111);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
/* Input & Select Box Styling */
.search-form-container .input-group {
	position: relative;
	width: 100%;
}
.search-form-container input, 
.search-form-container select {
	width: 100%;
	padding: 12px;
    border: none;
    background: rgb(34 15 111);
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    outline: none;
    transition: 0.3s;
    border: 1px solid #fff;
    font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
}
.search-form-container input::placeholder,
.search-form-container select {
	color: rgba(255, 255, 255, 0.6);
}
/* Floating Label Effect */
.search-form-container .input-group label {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
	pointer-events: none;
}
.search-form-container .input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label,
.input-group select:focus + label,
.input-group select:not(:placeholder-shown) + label {
	top: 5px;
	font-size: 12px;
	color: #fff;
}
/* Button Styling */
.search-form-container button {
	width: 100%;
	padding: 12px;
    background: linear-gradient(135deg, #6e44ff, #4a00e0);
    color: white;
    border: none;
    font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
    transition: 0.3s;
}	
.search-form-container button:hover {
	background: linear-gradient(135deg, #4a00e0, #6e44ff);
}
.admin-card {
	max-width: 900px;
	margin: auto;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 80px;
    margin-bottom: 80px;
}
.admin-card h3{
	font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
}
.admin-card .header {
	display: flex;
    align-items: center;
    /*border-bottom: 3px solid #271672;*/
    padding-bottom: 10px;
    margin-bottom: 20px;
	position: relative;
}
.admin-card .header img {
	width: 300px;
    margin-right: 15px;
}
.admin-card .header h2{
	font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
    font-size: 60px;
    color: #271672;
    margin-bottom: 35px;
}
.admin-card .header p{
	font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
	font-size: 15px;
}
.admin-card .exam-details {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}		
.admin-card .exam-details img {
	width: auto;
    height: auto;
    margin-right: 0px;
    border-radius: 5px;
}
.admin-card .exam-info {
	flex: 1;
	justify-content: space-between;
	flex-wrap: wrap;
}
.admin-card .exam-info p {
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.admin-card .exam-info div {
	font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
}
.admin-card table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	background: white;
	font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
}
.admin-card th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}
.admin-card th {
	background-color: #007bff;
	color: white;
}
.admin-card .important {
	background: #ffeb3b;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
/* Styling download button */
.admin-card .download-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #220f6f;
    border: none;
    color: #ffffff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1000;
    transition: color 0.3sease-in-out;
}
/* Hover effect */
.admin-card .download-btn:hover {
	background-color: #0056b3;
    color: #ffffff; /* Darker blue */
}
.acForm {
    position: relative; /* Ensure positioning context */
    z-index: 1; /* Make sure content stays on top */
    overflow: hidden; /* Prevent unwanted scrolling */
}
/*.acForm::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    background: url('../images/img/logo/fav.png') no-repeat center;
    background-size: contain;
    opacity: 0.1;
    transform: translate(-50%, -50%);
    z-index: 0; 
}*/
.acForm hr{
	border-top: 1px solid #000;
	color: #000;
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.result-card {
	max-width: 900px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    margin-bottom: 80px;
}
.result-card .download-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #220f6f;
    border: none;
    color: #ffffff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1000;
    transition: color 0.3sease -in-out;
}
.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 5px;
}	
.left-image img{
	width: 150px;
}
.center-content h2{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	font-size: 40px;
	line-height: 20px;
	color: #c41520;
}
.center-content p{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	font-size: 20px;
	col;
	color: #000000;
}
.right-image img{
	width: 150px;
}
.result-content h3{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	font-size: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
.result-content span{
	color: #c51520;
}
.student-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.student-photo img {
	width: auto;
}
.result-table, .overall-result, .signature-section table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.result-table th, .result-table td, .overall-result td, .signature-section td {
	border: 1px solid #000000;
	padding: 8px;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.result-table th {
	background: #ffffff;
	color: #000000;
	text-transform: uppercase;
}
.overall-result th{
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 8px;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.remarks p{
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	font-size: 25px;
	margin-bottom: 0;
	margin-top: 10px;
}
.inst p{
	font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 90px;
    text-align: center;
    color: #000;
}
.signature-section {
	margin-top: 20px;
	text-align: center;
	flex-direction: column;
	width: 100%;
	margin-bottom:0px;
}
.signature-section tbody {
	display: table-header-group;
}
.signature-section thead {
	display: table-footer-group;
}
.signature-section th{
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 8px;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.student-card {
	width: 100%;
}
.student-card table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.student-card th, td {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
}
.student-card th {
	background: #ffffff;
}
.student-card .photo-cell {
	text-align: center;
}
.student-card .student-photo img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #000;
}
.overall-middile{
	margin-bottom: 5px;
}
.overall-middile th, td {
	border: 1px solid #000;
	padding: 8px !important;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	text-align: center;
}
.overall-middile td span {
	display: block; /* ya inline-block */
	text-align: left;
}
.noticewrap {
	width: 100%;
}
.noticeinner, .noticedetailswrap {
	width: 100%;
	padding: 16px;
	border: 1px dashed #231170;
	background: #fff;
	color: #383838;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}
.noticeupdatedate, .noticeupdatetext {
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	font-size: 15px;
}
.noticeupdatedate, .noticeupdatetext a {
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	font-size: 15px;
	color: #231170;
}
.noticeupdatedate {
	float: none;
	display: block;
	text-align: right;
	margin-top: 5px;
}
.newshead {
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.noticeinner:hover {
	background: #c9bbb6;
	color: #000;
}
.noticewrap .readMorebtn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	border-radius: 20px;
	background-color: #231170;
	color: #fff;
	transition: all 0.3s ease-in-out;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	margin-top: 10px;
}	
.noticewrap .loadmore {
	display: block;
	text-align: center;
    margin: 0 auto;
    width: fit-content;
    padding-top: 30px;
}
.noticewrap .loadMoreBtn {
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	border-radius: 20px;
	background-color: #231170;
	color: #fff;
	transition: all 0.3s ease-in-out;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	margin-top: 10px;
}
.noticewrap .loadMoreBtn2 {
	display: inline-block;
    width: 200px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px;
    background-color: #48b1e7;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: "Roboto Condensed", serif;
    letter-spacing: 1px;
    margin-top: 10px;
    border: 2px solid #48b1e7;
}	
.noticewrap .readMorebtn:hover, .loadMoreBtn:hover {
	background: #fff;
	color: #231170;
	border: 1px solid #231170;
}
@media only screen and (max-width : 480px){
	.acme-news-ticker-label{
		width:100% !important;
		text-align:center;
	}
	.my-news-ticker{
		display:none;
	}
	.auto-container{
		padding-left:0px;
		padding-right:0px;
	}
	.acme-news-ticker-controls{
		display:none !important;
	}
	.acme-news-ticker-box{
		padding-right:10px !important;
	}
	.marqueediv{
		display:block;
	}
	.marqueediv a{
        padding-right:100px;
        color:#fff;
        font-weight:500;
		font-family: "Roboto Condensed", serif;
		letter-spacing: 1px;
    }
	.otooltip .otooltiptext {
		width: 300px;
        font-size: 15px;
        bottom: 150%;
        max-width: 300px;
	}
	.application-form{
		padding-top: 80px;
	}
	.search-form-container {
		margin-left: 20px;
        margin-right: 20px;
        margin-top: 80px;
		flex-direction: column;
	}
	.search-form-container input, .search-form-container select {
		width: 100%;
	}
	.admin-card {
		margin-left: 20px;
        margin-right: 20px;
	}
	.admin-card .header {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.acForm::before {
		width: 400px;
        height: 400px;
    }
	.admin-card .exam-details {
		display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
	.admin-card .download-btn {
        top: 10px;
        right: 10px;
        font-size: 18px;
    }
    .admin-card .exam-details .col-md-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .admin-card .exam-details img {
        width: 120px;
        height: auto;
        border-radius: 5px;
    }
    .admin-card .exam-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .admin-card .exam-info div {
        width: 100%;
        text-align: center;
    }
    .admin-card .exam-info p {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
		font-family: "Roboto Condensed", serif;
        letter-spacing: 1px;
    }
	.admin-card .header img {
		width: 150px;
        margin-right: 0;
	}
	.admin-card .header h2{
		font-size: 30px;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	.result-card {
		margin-left: 20px;
        margin-right: 20px;
	}
	.center-content h2{
		font-size: 30px;
	}
	.center-content p{
		margin-bottom: 0px;
	}
	.result-content h3{
		font-size: 30px;
	}
	.student-info {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
	.table-responsive{
		margin-bottom: 35px;
	}
	.remarks p{
		font-size: 18px;
        margin-bottom: 15px;
	}
	.logo-container {
		flex-direction: column;
		gap: 30px;
	}
	.noticeupdatedate {
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
	.noticeupdatetext {
		font-size: 14px;
		display: block;
		text-align: center;
	}
	.noticeinner {
		padding: 12px;
	}
	.newshead {
		font-size: 20px;
		text-align: center;
		padding-top: 30px;
	}
	.noticewrap .readMorebtn {
		font-size: 13px;
		padding: 8px;
	}
	.noticewrap .loadmore{
		padding-top: 10px;
		padding-bottom: 30px;
	}
}