.inline-me {
    display: inline-block;
}

.strokeme {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.notice-board {
    position: relative;
    overflow: hidden;
}

.notice-slider {
    position: absolute;
    width: 100%;
    transition: top 0.5s ease-in-out;
}

.notice-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.slider-img {
    width: 100%;
    height: 400px;
    /* Adjust this value to your desired height */
    overflow: hidden;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #00306e;
}

.news-form .input-area {
    margin-bottom: 15px;
}

.gallery-section-six {
    position: relative;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-image {
    position: relative;
}

.gallery-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.explore-btn {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.explore-btn:hover {
    background-color: #000;
    color: #fff;
}

.gallery-slider-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.gallery-slider-btn {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.gallery-slider-btn:hover {
    background-color: #000;
    color: #fff;
}

.gallery-section-six .btn-area {
    text-align: center;
    margin-top: 40px;
}

.gallery-section-six .browse-course-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: #00306e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.gallery-section-six .browse-course-btn:hover {
    background-color: #001f47;
}

.gallery-section-six .browse-course-btn i {
    margin-left: 10px;
}

.gallery-section-six .browse-course-btn a {
    color: #fff;
    text-decoration: none;
}

.academics-card-2 {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.academics-card-2:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.academics-card-2 .card-icon {
    margin-bottom: 20px;
}

.academics-card-2 .card-icon img {
    width: 80px;
    height: 80px;
}

.academics-card-2 .card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.academics-card-2 .card-title a {
    color: #00306e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.academics-card-2 .card-title a:hover {
    color: #001f47;
}

.academics-card-2 p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.about-feature-item .feature-icon img {
    width: 60px;
    /* Adjust this value as needed */
    height: 60px;
    /* Adjust this value as needed */
    object-fit: contain;
    /* This ensures the entire icon is visible */
}

.about-feature-item .feature-icon {
    margin-bottom: 15px;
    /* Adjust this value as needed */
}


.principal-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.principal-header {
    font-size: 28px;
    font-weight: 700;
    color: #00306e;
    margin-bottom: 20px;
}

.principal-content {
    text-align: center;
}

.principal-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.principal-name {
    font-size: 22px;
    margin-bottom: 15px;
    color: #222;
}

.principal-text {
    color: #666;
    line-height: 1.7;
}

.quick-links {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.quick-links-title {
    margin-bottom: 20px;
    color: #00306e;
    font-weight: 700;
}

.quick-link-btn {
    display: block;
    padding: 12px 15px;
    margin-bottom: 12px;
    background: #00306e;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.quick-link-btn:hover {
    background: #d20936;
    color: white;
}


.single-slide {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.slider-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.slider-content-box {
    padding: 25px;
    background: #ffffff;
    text-align: left;
}

.slider-content-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #00306e;
    margin-bottom: 12px;
}

.slider-content-box p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 16px;
}

.slider-btn-custom {
    display: inline-block;
    background: #00306e;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.slider-btn-custom:hover {
    background: #d20936;
    color: #fff;
}

.slider-content-box {
    min-height: 220px;
}
