body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10%;
    background-color: green;

}
.contact-sec{
    display: flex;
    align-items: center;
    color:yellow
}
.contact-sec span{
    margin-right: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
}
.social-sec{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-sec a{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.social-sec a i{
    font-size: 16px;
}
.social-sec a:hover{
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    filter: brightness(1.1);
}
.social-sec a.whatsapp{ background: #25D366; }
.social-sec a.youtube{ background: #FF0000; }
.social-sec a.facebook{ background: #1877F2; }
.header-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10%;
/*     background-color: #ffff0082; */
/* 	background:#00bcd44f; */
	background:#B1C4D3;
}
.brand{
    display: flex;
    align-items: center;
    gap: 14px;
}
.logo img{
    height: 64px;
    width: auto;
    display: block;
}
.brand-info{
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}
.brand-title{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.brand-sub{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
/* .admission-btn{
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 6px;
    background: #202225;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
} */


.admission-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 6px;
    background: #2f2583;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.15s 
ease, box-shadow 0.15s 
ease, filter 0.15s 
ease;
    text-transform: uppercase;
}

.admission-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    filter: brightness(1.05);
	color: #fff;
}
.header-low{
    background-color: blue;
    position: relative;
}
.header-low .nav a{
    color: white;
}

/* Mobile toggle button */
.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 10%;
    top: 8px;
    width: 42px;
    height: 36px;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.12);
    cursor: pointer;
}
.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.65));
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 999;
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Desktop menu */
.headertop_Right {
    position: relative;
	background:#0e8448;
}
.headertop_Right > ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 10px 10%;
}
.headertop_Right > ul > li { position: relative; }
.headertop_Right > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 8px;
    display: inline-block;
}
/* Desktop dropdown */
.headertop_Right > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.15);
    display: none;
    z-index: 1000;
}
.headertop_Right > ul > li > ul::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    filter: drop-shadow(0 -1px 0 rgba(0,0,0,0.06));
}
.headertop_Right > ul > li:hover > ul { display: block; }
.headertop_Right > ul > li > ul > li > a {
    display: block;
    color: #111;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.headertop_Right > ul > li > ul > li > a:hover {
    background: #f5f7fa;
}

/* Subtle caret for submenu parents */
.headertop_Right > ul > li > a[href="javascript:"]::after {
    content: '\25BE'; /* small down arrow */
    margin-left: 6px;
    font-size: 12px;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    /* Global reset for responsive layout */
    * { box-sizing: border-box; }

    /* Improved header-top mobile layout */
    .header-top {
        flex-direction: column;
        padding: 12px 5%;
        gap: 8px;
    }
    
    .contact-sec {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    
    .contact-sec span {
        font-size: 14px;
        margin-right: 0;
    }
    
    .social-sec a {
        width: 40px;
        height: 40px;
    }
    
    .social-sec a i {
        font-size: 18px;
    }

    /* Enhanced header-bottom mobile layout */
    .header-bottom {
        flex-direction: column;
        padding: 16px 5%;
        gap: 12px;
        text-align: center;
    }
    
    .brand {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    
    .logo img {
        height: 56px;
    }
    
    .brand-info {
        text-align: center;
    }
    
    .brand-title {
        font-size: 20px;
        line-height: 1.2;
    }
    
    .brand-sub {
        font-size: 13px;
        margin-top: 2px;
    }
    
    .admission-btn {
        padding: 12px 20px;
        font-size: 14px;
        min-height: 44px;
        border-radius: 8px;
    }

    /* Header-low mobile adjustments */
    .header-low {
        padding: 8px 5%;
        min-height: 52px; /* ensure space for toggle */
    }

    .mobile-menu-toggle { 
        display: block; 
        right: 5%; 
        top: 50%; 
        transform: translateY(-50%);
        z-index: 1001;
        padding: 8px;
        min-width: 44px;
        min-height: 44px;
        border: 1px solid rgba(255,255,255,0.5);
        background: rgba(0,0,0,0.15);
    }

    .headertop_Right {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85vw;
        max-width: 320px;
        height: 100vh;
        background: linear-gradient(180deg, #23262b 0%, #191c21 100%);
        border-left: 1px solid rgba(255,255,255,0.08);
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        box-shadow: -10px 0 30px rgba(0,0,0,0.35);
        transition: right 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 1000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 74px;
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
    }
    .headertop_Right.mobile-menu-open { right: 0; }

    .headertop_Right > ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 8px 0;
        margin: 0;
    }
    .headertop_Right > ul > li { border-bottom: 1px solid rgba(255,255,255,0.12); }
    .headertop_Right > ul > li > a { 
        display: block; 
        padding: 16px 20px; 
        font-size: 16px; 
        min-height: 48px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .headertop_Right > ul > li.submenu-open > a { background: rgba(255,255,255,0.10); }
    .headertop_Right > ul > li > a:active { background: rgba(255,255,255,0.12); }
    .headertop_Right > ul > li > a:focus-visible { outline: 2px solid rgba(255,255,255,0.6); outline-offset: 2px; border-radius: 8px; }

    /* Caret indicator on mobile */
    .headertop_Right > ul > li > a[href="javascript:"]::after {
        content: '\25B8';
        font-size: 14px;
        color: rgba(255,255,255,0.85);
        margin-left: auto;
        align-self: center;
        transition: transform 0.2s ease, color 0.2s ease;
    }
    .headertop_Right > ul > li.submenu-open > a[href="javascript:"]::after { transform: rotate(90deg); }

    /* Mobile submenu: animated expand */
    .headertop_Right > ul > li > ul {
        position: static;
        display: block;
        background: rgba(255,255,255,0.06);
        box-shadow: none;
        padding: 0;
        margin: 0 0 8px 0;
        border-radius: 6px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.25s ease;
    }
    .headertop_Right > ul > li.submenu-open > ul { max-height: 500px; }
    .headertop_Right > ul > li > ul > li { border-bottom: 1px solid rgba(255,255,255,0.08); }
    .headertop_Right > ul > li > ul > li:last-child { border-bottom: none; }
    .headertop_Right > ul > li > ul > li > a { 
        padding: 12px 20px; 
        font-weight: 500; 
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    /* Hide desktop hover dropdown on touch */
    .headertop_Right > ul > li:hover > ul { display: none; }

    /* Toggle transforms to X when active */
    .mobile-menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    /* Reposition toggle to slider top when menu is open */
    .mobile-menu-toggle.active {
        position: fixed;
        top: 12px;
        right: 12px;
        transform: none;
        z-index: 1002; /* above panel */
    }
}

/* Footer clone styles */
.site-footer {
  background: #4f7336; /* rich green */
  color: #fff;
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 38px 10%;
}
.site-footer .footer-col h4 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.site-footer .footer-col .underline {
  display: inline-block;
  width: 70px;
  height: 3px;
  background: rgba(255,255,255,0.9);
  margin: 6px 0 16px 0;
}
.site-footer .footer-col p,
.site-footer .footer-col li,
.site-footer .footer-col a {
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}
.site-footer .footer-col ul { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-col ul li { margin: 6px 0; }
.site-footer .footer-col ul li a:hover { color: #fff; }

/* Contact list icons */
.site-footer .contact-list i { margin-right: 10px; width: 18px; text-align: center; }

/* Social icons row (square with white border) */
.footer-social { display: flex; gap: 10px; margin-top: 16px; justify-content: flex-start; }
.footer-social .social {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 6px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.footer-social .social:hover { transform: translateY(-2px); filter: brightness(1.08); }
.footer-social .s-facebook { background: #1877F2; }
.footer-social .s-youtube { background: #FF0000; }
.footer-social .s-instagram { background: #C13584; }
.footer-social .s-whatsapp { background: #25D366; }
.footer-social .s-map { background: #2E7D32; }

/* Footer bottom bar */
.footer-bottom { background: #456c32; padding: 12px 10%; text-align: center; }
.footer-bottom p { margin: 0; font-size: 13.5px; color: rgba(255,255,255,0.92); }
.footer-bottom .brand { font-weight: 700; }

/* Floating buttons (WhatsApp & Call) */
.float-btn {
  position: fixed; left: 18px;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #2E7D32; color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  z-index: 1003; text-decoration: none;
}
.fb-whatsapp { bottom: 112px; background: #25D366; }
.fb-call { bottom: 40px; background: #2E7D32; }
.float-btn i { font-size: 22px; }

/* Help chat bubble */
.help-bubble {
  position: fixed; right: 22px; bottom: 30px;
  background: #ffffff; color: #222; border-radius: 999px;
  padding: 10px 14px; display: flex; align-items: center; gap: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
  z-index: 1003;
}
.help-bubble .text { font-weight: 600; font-size: 14px; }
.help-bubble .avatar { width: 40px; height: 40px; border-radius: 50%; background: #FF6D6D; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.help-bubble .avatar i { font-size: 18px; }

/* Responsive footer */
@media screen and (max-width: 992px) {
  .site-footer .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-main { grid-template-columns: 1fr; }
  .footer-social { justify-content: flex-start; }
}

.contact-sec a{
    color:yellow;
    text-decoration: none;
}


/* Notice Board Container */
.notice-board {
  width: 100%;
  max-width: 400px;
  background-color: #fff8b0; /* Light yellow background */
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

/* Header Bar */
.notice-board-title {
  background-color: #dcdcdc; /* Gray header bar */
  color: #009900; /* Green text */
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
}

/* Notice List */
.notice-list {
  list-style-type: none;
  padding: 10px 20px;
  margin: 0;
}

/* Individual Notice */
.notice-item {
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

.notice-item:last-child {
  border-bottom: none;
}

/* Notice Links */
.notice-item a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.notice-item a:hover {
  color: #0073aa;
  text-decoration: underline;
}

/* Date Style */
.notice-date {
  color: #666;
  font-size: 0.85em;
  margin-left: 5px;
}

.announcement-bar {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 3px solid #008001;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Left label section */
.announcement-label {
  background-color: #0b1b4c;
  color: #fff;
  padding: 15px 45px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
}

/* Right text section */
.announcement-text {
  flex: 1;
  overflow: hidden;
  position: relative;
  /* remove white-space: nowrap to allow proper scrolling */
  /* Also, set a fixed height matching font-size + padding */
  height: 50px;
}

/* The actual scrolling text */
.announcement-text a {
  position: absolute;
  white-space: nowrap;
  color: red;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 50px; /* vertically center */
  animation: scrollText 15s linear infinite;
  will-change: transform; /* performance */
}

/* Scroll animation */
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Hover effect */
.announcement-text a:hover {
  text-decoration: underline;
  color: #ff0000;
}


@media screen and (max-width: 768px) {
    .brand {
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .logo img {
        height: 90px;
    }
}

@media screen and (max-width: 768px) {
    .header-bottom {
        padding: 16px 1% !important;
    }
}

@media screen and (max-width: 768px) {
    .brand-info {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .admission-btn {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .brand-title {
        font-size: 19px !important;
    }
}


/* @media screen and (max-width: 768px) {
    .headertop_Right {
        position: fixed;
        top: 0;
        right: 0;
        width: 85vw !important;
        max-width: 320px;
        height: 100vh !important;
        background: linear-gradient(180deg, #23262b 0%, #191c21 100%);
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.35);
        transition: right 0.28s 
cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 1000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 74px !important;
        padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
    }
} */
@media screen and (max-width: 768px) {
    .headertop_Right.mobile-menu-open {
        right: 0;
        /* right: 100%; */
        width: 100%;
        height: 100vh;
        clip-path: border-box;
        padding-top: 75px;
    }
}

@media screen and (max-width: 768px) {
    .headertop_Right > ul > li > ul {
        position: relative !important;
    }
	.headertop_Right > ul > li > ul > li > a{
		color:#fff;
	}
	.headertop_right:hover{
		background:#000 !important;
	}
}
.logo img{
	height: 80px;
}