*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* overflow: hidden; */
    font-family: 'Times new roman';
}

:root {
    --primary-color: #0d6efd;
    --secondary-color: #712cf9;
    --accent-color: #fd7e14;
    --light-color: #dad7cd;
    --dark-color: #344e41;
}

.text-primary{
    color: #111d5e !important;
}
.bgnavy{
    background:#111d5e !important;
}
.topnav>.nav-item>.nav-link{
    color:white !important;
}
.header-contact {
    background-color: #f8f9fa;
    padding: 10px 0;
}
.header-contact i {
    margin-right: 5px;
}
.header-main {
    background-color: #ffffff;
    padding: 10px 0;
}
.header-main h1 {
    color: #111d5e;
}
.header-main p {
    margin: 0;
}
.header-main .sub-title {
    color: #1e88e5;
}
.header-buttons {
    background-color: #ff9800;
    padding: 10px 0;
}
.header-buttons button {
    margin: 0 5px;
}
.navbar-custom {
    background-color: #ff9800;
}
.navbar-custom .nav-link {
    color: #ffffff;
}
/* .navbar-custom .nav-link.active {
    background-color: #1e88e5;
    color: #ffffff;
    border-radius: 5px;
} */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./images/home/1.jpg');
    background-size: cover;
    /*background-position: center;*/
    color: white;
    padding: 120px 0;
    margin-bottom: 50px;
}

/* swiper section css */

/* Base styles (Desktop-first) */
swiper-container {
    width: 100%;
    height: 450px; /* Desktop height */
}

swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Or use 'contain' if you want to show full image */
    display: block;
}

/* Mobile styles */
@media (max-width: 768px) {
    swiper-container {
        height: 300px; /* Smaller height for tablets/phones */
    }
}

@media (max-width: 480px) {
    swiper-container {
        height: 150px; /* Even smaller on small phones */
    }
}



  .highlight-section {
    background-color: #ff0000;
    /*color: white;*/
    /* text-align: ; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.highlight-section .title {
    background-color: #000000;
    display: inline-block;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: bold;
}
.highlight-section .courses {
    display: inline-block;
    width: 100%;
    margin-left: 20px;
}
.card-container {
    /* background-color: ; */
    padding: 20px 0;
}
.card {
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    color: white;
}
.card img {
    margin-bottom: 10px;
    border-radius: 12px;
    }
.card-title {
    font-weight: bold;
}
.bg-cyan {
    background-color: #00bcd4;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.bg-purple {
    background-color: #9c27b0;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.bg-pink {
    background-color: #e91e63;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.bg-yellow {
    background-color: #ffeb3b;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    color: black;
}


.custom-button {
    background-color: #dc3545;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
}
.custom-button i {
    margin-right: 8px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.principal {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-bottom: 20px;*/
}
.principal img {
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.principal h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}
.principal p {
    color: #6b7280;
    text-align: center;
    margin: 10px 0;
}
.principal button {
    background-color: #ef4444;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.principal button i {
    margin-right: 10px;
}
.pride-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pride-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #b91c1c;
    margin-bottom: 20px;
}
.pride-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.pride-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
}
.pride-card img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.pride-card p {
    margin: 5px 0;
}

footer {
    background-color: #343a40;
    color: white;
    padding: 50px 0 20px;
}

footer h5 {
    color: var(--accent-color);
    margin-bottom: 20px;
    font-weight: 600;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: white;
    text-decoration: none;
}
.social-icons a {
    display: inline-block;
    text-decoration:none;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: var(--secondary-color);
}

 /* Custom Dropdown Animation Styles */
 .navbar {
    z-index: 1000;
    background: white;
}

.nav-item {
    position: relative;
}

/*.dropdown-menu {*/
/*    display: block;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transform: translateY(20px);*/
/*    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*    padding: 15px 0;*/
/*    margin-top: 10px;*/
/*}*/

.dropdown-menu {
    display: none; /* hide completely */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 15px 0;
    margin-top: 10px;
    position: absolute; /* crucial so dropdown does NOT take space */
    top: 100%;
    left: 0;
    width: max-content;
    z-index: 1000;
}

.dropdown-menu:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 16px;
    height: 16px;
    background-color: white;
    transform: rotate(45deg);
    border-radius: 3px;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    padding: 10px 25px;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
}

.dropdown-item:hover {
    background-color: rgba(13, 110, 253, 0.05);
    color: var(--primary-color);
    padding-left: 30px;
}

.dropdown-item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 8px;
    left: 25px;
    transition: width 0.3s;
}

.dropdown-item:hover:after {
    width: 20px;
}

.nav-link {
    position: relative;
    padding: 5px 15px;
    margin: 0 5px;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s;
}

.nav-link:hover:after {
    width: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4em;
    vertical-align: 0.2em;
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.75em;
    border: none;
    transition: transform 0.3s;
}

.nav-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Animation for Dropdown Items */
.dropdown-item {
    transform: translateX(-10px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transition-delay: calc(var(--i) * 0.05s);
}

.nav-item:hover .dropdown-item {
    transform: translateX(0);
    opacity: 1;
}


/**/
.nav-item:hover .dropdown-menu,
.nav-item.show .dropdown-menu, /* also for Bootstrap .show class */
.nav-item:focus-within .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/**/


.section-heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
}

.center-heading:after {
    left: 50%;
    transform: translateX(-50%);
}

/*  timeline Section */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}

.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-container.left {
    left: 0;
}

.timeline-container.right {
    left: 50%;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid var(--accent-color);
    top: 24px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-container.right::after {
    left: -13px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.timeline-year {
    position: absolute;
    top: 24px;
    right: -90px;
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
}

.timeline-container.right .timeline-year {
    left: -90px;
    right: auto;
}
  /* Responsive Timeline */
  @media screen and (max-width: 767px) {
    .timeline::after {
        left: 31px;
    }
    
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-container.right {
        left: 0%;
    }
    
    .timeline-container.left::after, 
    .timeline-container.right::after {
        left: 17px;
    }
    
    .timeline-container.left .timeline-year,
    .timeline-container.right .timeline-year {
        right: auto;
        left: -60px;
    }
}

.stat-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.stat-title {
    font-size: 1.2rem;
    color: var(--dark-bg);
    font-weight: 600;
}

.parallax {
    /* The background image */
    background-image: url("/api/placeholder/1200/800");
    
    /* Set a specific height */
    height: 500px;
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* Add flexbox for content centering */
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
}
.talwandi{
    background: rgba(233, 232, 232, 0.353);
    border-radius: 10px;
}

 
.table-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.admin-table {
    margin-bottom: 0;
}

.admin-table thead {
    background-color: var(--primary-color);
    color: white;
}

.admin-table th, .admin-table td {
    padding: 15px;
    vertical-align: middle;
}

.status-badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}
.admin-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.admin-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    overflow: hidden;
}

.admin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: linear-gradient(to right, var(--secondary-color), var(--accent-color));
    color: white;
    padding: 15px 20px;
    font-weight: 600;
    border: none;
}

.hero {
    background: url('images/home/1.jpg') no-repeat center center/cover;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white !important;
    font-size: 2rem;
    position: relative;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.hero::after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background:rgba(0,0,0,0.7);
}
.hero h2{
    z-index: 12;
}
.custom-container {
    background: url('https://source.unsplash.com/1600x900/?abstract,texture') no-repeat center center/cover;
    padding: 50px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
/*.custom-card {*/
/*    border: none;*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*    background: linear-gradient(135deg,rgb(169, 160, 179), #2575fc);*/
/*    color: white;*/
/*    text-align : start ; */
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
background: linear-gradient(135deg, #111d5e, #1e88e5);
 /* Navy to Blue */
    color: white;
    text-align: start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}


.custom-card:hover {
    transform: scale(1.01);
}
.card-body {
    padding: 10px;
}


.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-img-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.custom-card:hover .card-img-top {
    transform: scale(1.05);
}

 .card-category {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 126, 95, 0.4);
}

.card-body {
    background-color: white;
}

.card-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.card-date i {
    margin-right: 6px;
    color: #ff7e5f;
}

.card-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #343a40;
}

.card-text {
    color: #6c757d;
}


/* registration page css  */
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-title {
    color: #495057;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.form-label {
    font-weight: 600;
    color: #495057;
}

.category-title {
    font-weight: 600;
    color: #495057;
    margin-bottom: 15px;
    margin-top: 20px;
}

.required-asterisk {
    color: #dc3545;
}

.radio-item, .checkbox-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.radio-item input, .checkbox-item input {
    margin-right: 10px;
}

.bullet-point {
    display: inline-block;
    width: 10px;
    margin-right: 10px;
}

.submit-btn {
    background-color: #0d6efd;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 20px;
}


/* facilities section css  */

.section-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: var(--secondary-color);
}
.facility-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    /* height: 100%; */
}

.facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.facility-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.facility-content {
    padding: 25px;
}

.facility-content h3 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.facility-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.facility-list {
    padding-left: 20px;
}

.facility-list li {
    margin-bottom: 8px;
    position: relative;
}

.facility-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    left: -20px;
}

.btn-custom {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: var(--secondary-color);
    color: var(--dark-color);
}

/* scholarship section css */


/* .scholarship-body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

.scholarship-header {
    background-color: var(--accent-color);
    color: white;
    padding: 2rem 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.scholarship-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--secondary-color);
    transition: transform 0.3s ease;
}

.scholarship-card:hover {
    transform: translateY(-5px);
}

.scholarship-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.scholarship-icon {
    background-color: var(--accent-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.5rem;
}

.scholarship-title {
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.scholarship-check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

.scholarship-check-icon {
    color: var(--secondary-color);
    margin-right: 12px;
    margin-top: 2px;
}

.scholarship-note {
    background-color: #fdf2f2;
    color: #e02424;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 1rem;
    font-size: 0.95rem;
    border-left: 4px solid #e02424;
}

.scholarship-special-note {
    background-color: #fffbeb;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #d97706;
}

.scholarship-badge {
    background-color: var(--accent-color);
    color: white;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 8px;
    display: inline-block;
}

.scholarship-btn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 1rem;
    transition: all 0.3s ease;
    display: none;
}

.scholarship-btn:hover {
    background-color: var(--dark-color);
    color: var(--accent-color);
}

.scholarship-divider {
    height: 1px;
    background-color: #e5e7eb;
    margin: 1rem 0;
}

.scholarship-award-info {
    background-color: #f3f4f6;
    padding: 12px;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.scholarship-footer {
    background-color: var(--dark-color);
    color: white;
    padding: 1.5rem 0;
    margin-top: 2rem;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.scholarship-heading {
    font-weight: bold;
}

.scholarship-subheading {
    font-size: 1.2rem;
}

.scholarship-text {
    line-height: 1.6;
}

.scholarship-list-item {
    margin-bottom: 0.5rem;
}

.scholarship-icon-wrapper {
    margin-right: 8px;
}

/* CONTACT SECTION CSS  */
.contact-map {
    width: 100%;
    height: 400px;
    border: none;
}

.contact-info {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.contact-info-item {
    /*margin-bottom: 1.5rem;*/
    display: flex;
    align-items: flex-start;
}

.contact-icon {
    font-size: 1.5rem;
    color: #0d6efd;
    margin-right: 1rem;
    width: 40px;
    text-align: center;
}

/* IQAC section css  */
.iqac-header {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.iqac-title {
    color: #4a4a4a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.iqac-content {
    color: #555;
    text-align: justify;
}
.iqac-sidebar {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}
.iqac-sidebar-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.iqac-sidebar ul {
    padding-left: 20px;
}
.iqac-sidebar li {
    margin-bottom: 10px;
}
.iqac-sidebar a {
    text-decoration: none;
}
.iqac-sidebar a.cyan-link {
    color: #17a2b8;
}
.principal-card {
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .principal-img {
            max-width: 100%;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .principal-name {
            color: #444;
            font-weight: 600;
            margin-top: 15px;
            margin-bottom: 5px;
        }
        .principal-title {
            color: #777;
            font-style: italic;
            margin-bottom: 5px;
        }
        .principal-qualifications {
            color: #555;
            font-size: 0.9rem;
            margin-bottom: 5px;
        }
        .principal-rank {
            color: #555;
            font-size: 0.9rem;
        }
        .principal-message {
            color: #444;
            line-height: 1.8;
            text-align: justify;
        }
        .special-name {
            font-weight: bold;
        }


         .main-header {
            background: linear-gradient(135deg,rgb(169, 160, 179), #2575fc);
            color: white;
            padding: 15px 20px;
            font-size: 2.2rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 30px;
            letter-spacing: 1px;
            border-radius: 10px;
        }

          /* Teacher-specific CSS classes */
        .teacher-container {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            padding: 2rem 0;
        }
        
        .teacher-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            overflow: hidden;
            margin-bottom: 2rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .teacher-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .teacher-card-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 1.5rem;
            text-align: center;
            position: relative;
        }

        .teacher-avatar {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 2rem;
            color: white;
            border: 3px solid rgba(255, 255, 255, 0.3);
        }

        .teacher-name {
            color: white;
            font-size: 1.4rem;
            font-weight: 600;
            margin: 0;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .teacher-department {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 0.3rem 1rem;
            border-radius: 15px;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            display: inline-block;
        }

        .teacher-card-body {
            padding: 1rem;
        }

        .teacher-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            padding: 0.2rem;
            background: rgba(102, 126, 234, 0.05);
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .teacher-info-item:hover {
            background: rgba(102, 126, 234, 0.1);
            transform: translateX(5px);
        }

        .teacher-info-icon {
            width: 30px;
            height: 30px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            color: white;
            font-size: 1rem;
        }

        .teacher-info-content {
            flex: 1;
        }

        .teacher-info-label {
            font-size: 0.8rem;
            color: #666;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 0.2rem;
        }

        .teacher-info-value {
            font-size: 1rem;
            color: #333;
            font-weight: 500;
        }

        .teacher-search {
            margin-bottom: 2rem;
        }

        .teacher-search-input {
            border-radius: 25px;
            padding: 1rem 1.5rem;
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            font-size: 1rem;
        }

        .teacher-search-input:focus {
            box-shadow: 0 5px 25px rgba(102, 126, 234, 0.3);
            border: 2px solid #667eea;
        }

        @media (max-width: 768px) {
            .teacher-title {
                font-size: 2rem;
            }
            
            .teacher-card {
                margin-bottom: 1.5rem;
            }
            
            .teacher-card-body {
                padding: 1.5rem;
            }
        }

        .teacher-no-data {
            text-align: center;
            color: white;
            padding: 3rem;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            backdrop-filter: blur(10px);
        }

        .teacher-loading {
            text-align: center;
            color: white;
            font-size: 1.2rem;
        }
        
        .bgorange{
            background: var(--accent-color);
        }
        .bluecolor{
            color:#1e88e5;
        }
        

.footercontact i{
    background: var(--accent-color);
    padding:8px;
    border-radius:40px;
}

.navbar-toggler{
    background:var(--accent-color) !important;
}