.marquee1-container1 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 2px solid black; 
    border-radius: 5px; 
    background-color: #f8f8f8;
}
.content-box-notice {
    background: #192f59; 
    color: white; 
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.content-box-notice h4{     
    color: white; 
    padding-top: 6px;
    
}
.notice-board-main {
    background: white; 
    color: #192f59; 
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    overflow-y: auto;
}

.notice-heading{
    background: grey; 
    padding-right: 15px;
    margin:-10px -10px 0px -10px;
    
}

.notice-board-main ul li {
    background: transparent !important; 
    color: #192f59 !important;
    border: none;
}

 .carousel-inner img {
        border-radius: 0 !important;
        object-fit: cover;
        width: 100%;
        }
.carousel img {
    border-radius: 10px;
    height: 450px;
}
.row.equal-height {
    display: flex;
    align-items: stretch;
}
#image_res1{
    height: 700px;
}
#image_res2{
    height: 700px;
}
#image_res3{
    height: 700px;
}

.txt_clr{
    font-size:15px;
    color:white;
}


@media only screen and (max-width: 600px) {
    #image_res1{
        height: 320px;
    }
    #image_res2{
        height: 320px;
    }
    #image_res3{
        height: 320px;
    }
    .notice_board {
    top:00px;
    left: 0px;
    position: relative;
    --bs-gutter-x: -5rem;
    
    }
    .txt_clr{
        font-size:15px;
        color:black;
    }
    .hero-single .hero-content .hero-title {
        font-size: 30px;
    }
    .theme-btn {
        font-size: 8px;
       
        padding: 18px 10px;
    }
    .hero-single .hero-content p {
        
        line-height: 15px;
        font-size: 10px;
        
    }
    .hero-single .hero-content .hero-sub-title {
        font-size: 14px;
    }
} 

/*Online Admission*/

.admission-box {
    background: linear-gradient(135deg, #ffcc00, #ff6600);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    min-height: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.admission-box:hover {
    transform: scale(1.05);
}
.admission-box a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
    //background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: background 0.3s;
    background: rgba(255, 255, 255, 0.4);
}


/*Student Feedback*/

.feedback-container {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.student-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.feedback-text {
    font-size: 16px;
    font-style: italic;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 10px;
}
.feedback-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
}
.feedback-wrapper {
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .feedback-container {
        max-width: 100%;
        padding: 15px;
    }
    .feedback-item {
        flex-direction: column;
        text-align: center;
    }
    .feedback-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

/*Explore Campues*/
.card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    text-align: center;
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.card a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}
.card a:hover {
    color: #007bff;
}
/*Three Notice Board*/
.notice-container {
    padding: 40px 0;
    background: #f5f7fa;
    min-height: 100vh;
}

/* Board Common Styles */
.notice-board {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.heading {
    padding: 20px;
    color: white;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.marquee-container {
    height: 400px;
    overflow: hidden;
    padding: 15px;
}

marquee {
    height: 100%;
}

.notice-item {
    padding: 12px;
    margin: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.notice-item i {
    margin-right: 15px;
    font-size: 1.2rem;
    min-width: 30px;
    text-align: center;
}

/* Board 1 - Admission & Examination */
.board-1 .heading {
    background: linear-gradient(45deg, #2c3e50, #3498db);
}
.board-1 .notice-item {
    background: #e8f4fc;
    border-left: 4px solid #3498db;
}
.board-1 .notice-item i {
    color: #2980b9;
}

/* Board 2 - News & Events */
.board-2 .heading {
    background: linear-gradient(45deg, #27ae60, #2ecc71);
}
.board-2 .notice-item {
    background: #e8f5e9;
    border-left: 4px solid #2ecc71;
}
.board-2 .notice-item i {
    color: #219a52;
}

/* Board 3 - Student Support */
.board-3 .heading {
    background: linear-gradient(45deg, #8e44ad, #9b59b6);
}
.board-3 .notice-item {
    background: #f5eef8;
    border-left: 4px solid #9b59b6;
}
.board-3 .notice-item i {
    color: #8e44ad;
}

/* Hover Effects */
.notice-item:hover {
    transform: translateX(10px);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 992px) {
    .marquee-container {
        height: 300px;
    }
}

.text-primary-gradient {
    background: linear-gradient(45deg, #1a237e, #0d47a1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

.heading-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #1a237e 0%, #0d47a1 100%);
    margin-top: 1rem;
    border-radius: 2px;
}