/* ===== TTV Header (Sccholwebsite style) ===== */
.ttv-header-wrap {
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .ttv-header-wrap {
        overflow-x: hidden;
    }
    .header-utility-bar .container-fluid,
    .header-nav-bar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.header-utility-bar {
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
    font-size: 12px;
    padding: 6px 0;
    color: #4b5563;
}
.header-utility-contact a,
.header-utility-links a {
    color: inherit;
    text-decoration: none;
}
.header-utility-contact a:hover,
.header-utility-links a:hover {
    color: #002147;
}
.header-utility-sep {
    color: #d1d5db;
    margin: 0 2px;
}
.header-logo-section {
    background: #fff;
    padding: 16px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.header-logo-block {
    color: inherit;
}
.header-logo-circle {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: #002147;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #e0f2fe;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}
.header-logo-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.header-school-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #002147;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
}
@media (min-width: 768px) {
    .header-school-name { font-size: 1.75rem; }
}
.header-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5563;
    letter-spacing: 0.2em;
    margin: 4px 0 0 0;
}
.header-affiliation {
    font-size: 0.75rem;
    color: #0284c7;
    margin: 4px 0 0 0;
}
@media (max-width: 767px) {
    .header-logo-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        overflow-x: hidden;
    }
    .header-logo-block {
        flex-wrap: nowrap;
        min-width: 0;
    }
    .header-logo-circle {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }
    .header-logo-img {
        width: 45px;
        height: 45px;
    }
    .header-logo-text {
        min-width: 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        margin-left: 10px !important;
    }
    .header-school-name { font-size: .7rem; }
    .header-subtitle { font-size: 0.5rem; letter-spacing: 0.1em; }
    .header-affiliation { font-size: 0.6rem; }
}
.btn-admission-2026 {
    position: relative;
    background: #d32f2f !important;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: background 0.2s;
}
.btn-admission-2026:hover {
    background: #b71c1c !important;
    color: #fff !important;
}
.badge-new {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #facc15;
    color: #92400e;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid #eab308;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}
.btn-pay-fees {
    background: #002147 !important;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: background 0.2s;
}
.btn-pay-fees:hover {
    background: #003366 !important;
    color: #fff !important;
}
.header-nav-bar {
    background: #002147;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-top: 1px solid #0c3a6b;
}
.header-nav-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}
@media (max-width: 1199.98px) {
    .header-nav-bar .it-header-menu {
        display: none;
    }
    .header-nav-search {
        display: none !important;
    }
}
.header-nav-list > li {
    position: relative;
}
.header-nav-list > li > a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase !important;
    line-height: 1.25;
    color: #fff !important;
    text-decoration: none;
    transition: background 0.2s;
}
.header-nav-list > li > a {
    position: relative;
}
.header-nav-list > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: #fbbf24;
    transition: width 0.3s;
}
.header-nav-list > li > a:hover::after {
    width: 100%;
}
.header-nav-list > li > a:hover {
    background: #003366;
    color: #fff;
}
.header-nav-list .nav-erp {
    color: #facc15 !important;
}
.header-nav-list .it-submenu {
    background: #fff;
    color: #002147;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    border-top: 4px solid #d32f2f;
    min-width: 256px;
}
.header-nav-list .it-submenu a {
    color: #002147;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.header-nav-list .it-submenu a:hover {
    color: #d32f2f;
    background: #f9fafb;
}
.header-nav-search {
    padding: 8px 16px;
    background: #003366;
}
.header-nav-search i {
    color: #fff;
}
.header-mobile-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #002147;
    padding: 8px;
    cursor: pointer;
}
.it-header-bar span {
    margin-left: -18px;
}

/* it-about-area, testimonial, contact, footer mobile - reduce padding */
@media (max-width: 767px) {
    .it-about-area.pt-130,
    .it-testimonial-area.pt-130,
    .it-contact-area.pt-130,
    .it-footer-area.pt-130 {
        padding-top: 50px !important;
    }
    .it-about-area.pb-130,
    .it-testimonial-area.pb-130,
    .it-contact-area.pb-130 {
        padding-bottom: 50px !important;
    }
    .it-footer-area.pb-80 {
        padding-bottom: 40px !important;
    }
}

/* Mobile menu (it-menu-mobile) - menu color override */
.it-menu-mobile .header-nav-list > li > a,
.it-menu-mobile ul li > a {
    color: #002147 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.it-menu-mobile .header-nav-list > li > a:hover,
.it-menu-mobile ul li > a:hover {
    color: #d32f2f !important;
}
.it-menu-mobile .header-nav-list .nav-erp,
.it-menu-mobile ul li > a.nav-erp {
    color: #facc15 !important;
}
.it-menu-mobile .header-nav-list .nav-erp:hover,
.it-menu-mobile ul li > a.nav-erp:hover {
    color: #d32f2f !important;
}
.it-menu-mobile .header-nav-list .it-submenu a,
.it-menu-mobile ul li ul li a {
    color: #002147 !important;
}
.it-menu-mobile .header-nav-list .it-submenu a:hover,
.it-menu-mobile ul li ul li a:hover {
    color: #d32f2f !important;
}
.it-menu-mobile .dropdown-toggle-btn,
.it-menu-mobile .dropdown-toggle-btn i {
    color: #002147 !important;
}
.it-menu-mobile .dropdown-toggle-btn:hover,
.it-menu-mobile .dropdown-toggle-btn:hover i {
    color: #d32f2f !important;
}
.it-menu-mobile .fa-chevron-down,
.it-menu-mobile .fas.fa-chevron-down {
    display: none !important;
}

/* Important Announcement Modal Popup */
.announcement-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.announcement-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}
.announcement-modal-content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 512px;
    width: 100%;
    overflow: hidden;
    animation: announcementFadeIn 0.5s ease-out;
}
@keyframes announcementFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
.announcement-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border: none;
    color: #6b7280;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
}
.announcement-modal-close:hover {
    color: #d32f2f;
}
.announcement-modal-inner {
    padding: 24px;
}
.announcement-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d32f2f;
    text-transform: uppercase;
    border-bottom: 2px solid #fee2e2;
    padding-bottom: 8px;
    display: inline-block;
    margin: 0;
}
.announcement-item {
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    border-left: 4px solid;
}
.announcement-item:last-of-type {
    margin-bottom: 0;
}
.announcement-item-blue {
    background: #eff6ff;
    border-left-color: #2563eb;
}
.announcement-item-yellow {
    background: #fefce8;
    border-left-color: #eab308;
}
.announcement-item h3 {
    color: #002147;
    font-size: 1rem;
    margin-bottom: 4px;
}
.announcement-item p {
    font-size: 0.875rem;
    color: #374151;
}
.announcement-modal-btn {
    background: #002147 !important;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}
.announcement-modal-btn:hover {
    background: #003366 !important;
    color: #fff !important;
}

/* 360° View & GPS Location section */
.home-sec-map {
    background: #f8f9fa;
}
.home-sec-map .map-section-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    height: 100%;
}
.home-sec-map .section-title {
    color: #002147;
    font-size: 1.5rem;
    font-weight: 700;
}
.home-sec-map .map-embed-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #e9ecef;
}
.home-sec-map .map-embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.home-sec-map .map-embed-360 {
    padding-bottom: 75%;
}
.home-sec-map .map-overlay-link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #002147;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    z-index: 2;
    white-space: nowrap;
}
.home-sec-map .map-overlay-link:hover {
    background: #003366;
    color: #fff !important;
}
@media (max-width: 991px) {
    .home-sec-map .map-section-box { margin-bottom: 24px; }
}

.mainbanner {
    background: #2c1e42;
    padding: 15px;
}
.mainbanner {
    position: relative;
}
.bvideo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 10px;
}
.bvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .mainbanner .bvideo {
        max-height: 75vh;
        overflow: hidden;
    }
    .mainbanner .bvideo video {
        max-height: 75vh;
        object-fit: cover;
    }
}

.bimgg {
    padding: 0px 10px 0px 10px;
}

/* Testimonial 3 cards slide - compact layout */
.it-testimonial-wrapper .it-testimonial-active .swiper-slide {
    height: auto;
}
.it-testimonial-wrapper .it-testimonial-item {
    padding: 18px 12px 20px;
}
.it-testimonial-wrapper .it-testimonial-item .row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}
.it-testimonial-wrapper .it-testimonial-item .col-lg-5,
.it-testimonial-wrapper .it-testimonial-item .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
}
.it-testimonial-wrapper .it-testimonial-item .it-testimonial-thumb {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}
.it-testimonial-wrapper .it-testimonial-item .it-testimonial-thumb img {
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.it-testimonial-wrapper .it-testimonial-item .it-testimonial-content {
    margin-right: 0;
    transform: none;
}
.it-testimonial-wrapper .it-testimonial-item .it-testimonial-text h5 {
    font-size: 14px;
    line-height: 1.5;
}
.it-testimonial-wrapper .it-testimonial-item .it-testimonial-avatar-name {
    font-size: 16px;
}

/*floating*/
/* Floating Icon Section Styles - Same layout & animation as Sccholwebsite.html */
.fixedicnsec {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fixedicnsec-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: width 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 6px 0 0 6px;
}

.fixedicnsec-item:hover {
    width: 56px;
}

.fixedicnsec-item i {
    font-size: 1.25rem;
}

.fixedicnsec-whatsapp { background: #22c55e; }
.fixedicnsec-whatsapp:hover { background: #16a34a; }

.fixedicnsec-facebook { background: #2563eb; }
.fixedicnsec-facebook:hover { background: #1d4ed8; }

.fixedicnsec-youtube { background: #dc2626; }
.fixedicnsec-youtube:hover { background: #b91c1c; }

.fixedicnsec-linkedin { background: #0077b5; }
.fixedicnsec-linkedin:hover { background: #005885; }

.fixedicnsec-twitter { background: #000; }
.fixedicnsec-twitter:hover { background: #333; }

/* Register Button Styles */
.registerself a {
    background: #13214c;
    padding: 18px 15px 14px;
    color: #fff;
    width: auto;
    height: auto;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.registerself a img {
    margin-right: 15px
}

/* Form Popup Styles */
.registerfrm {
    position: absolute;
    padding: 20px;
    background: #fff;
    top: 0px;
    width: 320px;
    right: -250px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    display: none
}

.registerfrm.active {
    right: 0;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    display: block
}

.registerfrm .inputfill {
    margin-bottom: 10px
}

/* Close Button inside Form */
.registerfrm .closeicn {
    position: absolute;
    padding: 0;
    display: none;
    top: 0;
    color: #001526;
    background-color: #ffbe00;
    width: 30px;
    height: 30px;
    left: -30px
}

.registerfrm .closeicn a {
    display: block;
    padding: 0;
    background: none
}

.registerfrm .closeicn i {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    color: #001526
}

.registerfrm.active .closeicn {
    display: block
}

/* Form Input Styles */
.registerfrm .form-control {
    font-size: 14px;
    border: 1px solid #e2e2e2
}

.registerfrm .form-control:focus {
    outline: inherit
}

.registerfrm textarea.form-control {
    height: 90px
}

/* Submit Button */
.registerfrm input[type="submit"] {
    border-radius: 30px;
    padding: 7px 20px;
    color: #fff;
    background-color: #e2180e;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}

.registerfrm input[type="submit"]:hover {
    background-color: #ffbe00;
    color: #001526
}

/* WPCF7 Specific Styles (Form validation & spinner) */
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
    border-color: #dc3232;
    background-color: #fef2f2;
    color: #dc3232;
}

.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #46b450;
    background-color: #f0f9f0;
    color: #46b450;
}

.wpcf7-not-valid {
    border-color: #dc3232 !important;
    background-color: #fef2f2 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

#ticker {
    width: 100%;
    margin: auto;
}

#ticker {
    background-color: #f8c62f8a;
    overflow: auto;
    height: 35px;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px !important;
    margin-top: 1px !important;
}

#ticker .title {
    background-color: var(--it-common-black);
    color: #fff;
    position: absolute;
    left: 0;
    font-weight: 500;
    border-right: 2px solid #fff;
    top: 0;
    display: block;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#ticker ul {
    width: 100%;
}

#ticker ul {
    display: block;
    padding: 0px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0px;
    list-style: none;
    white-space: nowrap;
    animation: scroll 50s linear 0s infinite;
    position: absolute;
}

#ticker ul li {
    white-space: inherit;
    margin-top: 11px;
}

#ticker ul li {
    display: inline-block;
    white-space: nowrap;
    margin-left: 20px;
    color: var(--it-common-black);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

@keyframes scroll {
    from {
        transform: translate(100%,0)
    }

    to {
        transform: translate(-150%,0)
    }
}

#ticker {
    width: 100%;
    margin: auto
}

#ticker ul {
    width: 100%
}


/*home-secA*/
.home-secA {
    padding: 50px;

}

.home-secA-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;    
    margin: 0 auto;
}

.home-secA-inner .card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    min-height: 550px;
}

/* Top Colored Borders */
.home-secA-inner .card.blue { border-top: 4px solid #0056b3; }
.home-secA-inner .card.green { border-top: 4px solid #28a745; }
.home-secA-inner .card.red { border-top: 4px solid #d93025; }

.home-secA-inner .card-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.home-secA-inner .card-header h2 {
    font-size: 1.1rem;
    color: #002147;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.home-secA-inner .card-content { padding: 25px; text-align: center; flex: 1; }

/* Principal Section */
.home-secA-inner .profile-pic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    background: #eee;
}
.home-secA-inner .profile-pic img { width: 100%; height: 100%; object-fit: cover; }

.home-secA-inner .name { color: #002147; font-weight: 700; margin-bottom: 5px; }
.home-secA-inner .designation { color: #666; font-size: 0.9rem; margin-bottom: 15px; }
.home-secA-inner .hindi-quote { color: #d93025; font-weight: bold; font-size: 1.1rem; margin-bottom: 20px; }
.home-secA-inner .intro-text { font-size: 0.9rem; color: #555; line-height: 1.6; text-align: left; }

/* SMC Slider Section */
.home-secA-inner .swiper { width: 100%; height: 100%; padding-bottom: 40px; }
.home-secA-inner .smc-inner-box {
    background-color: #f9f9fb;
    border-radius: 15px;
    padding: 40px 20px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-secA-inner .smc-avatar {
    width: 150px;
    height: 150px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.home-secA-inner .smc-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-secA-inner .smc-avatar svg { width: 60px; fill: #999; }

/* Notices Section */
.home-secA-inner .notice-list { text-align: left; }
.home-secA-inner .notice-item {
    padding: 12px 15px;
    background: #fdfdfd;
    margin-bottom: 12px;
    border-radius: 4px;
    border-left: 4px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}
.home-secA-inner .notice-item.blue { border-left-color: #0056b3; }
.home-secA-inner .notice-item.red { border-left-color: #d93025; }
.home-secA-inner .notice-item.green { border-left-color: #28a745; }
.home-secA-inner .notice-date { font-size: 0.75rem; color: #888; font-weight: bold; display: block; margin-bottom: 4px; }
.home-secA-inner .notice-text { font-size: 0.9rem; color: #333; line-height: 1.4; }


@media (max-width: 991px) {
    .home-secA {
        padding: 25px;
    }
}

/* Notice animation on hover */
.notice-scroll {
    height: 300px;
    overflow-y: hidden;
    position: relative;
}

.notice-card-content {
    overflow: hidden;
    margin-top: 30px;
}
.notice-content {
    animation: scrollUp 15s linear infinite;
}
.notice-content:hover {
    animation-play-state: paused;
}
@keyframes scrollUp {
    0% { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
}
/* Marquee Animation */
.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
    padding-left: 100%; /* Start from right */
}
.marquee-text:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/* Custom scrollbar for webkit */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 3px;
}

/* Buttons */
.home-secA-inner .btn-footer { padding: 20px; text-align: center; }
.home-secA-inner .btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    transition: 0.3s;
}
.home-secA-inner .btn-blue { background: #2c1e42; color: white; }
.home-secA-inner .btn-red { background: #d93025; color: white; }
.home-secA-inner .btn:hover { opacity: 0.9; transform: translateY(-2px); }

/* Swiper Pagination Style */
.home-secA-inner .swiper-pagination-bullet-active { background: #002147 !important; }

/* Specific Text Area Styles */
.adm-txt {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    background: #014c88;
    color: #fff;
    border-radius: 1rem;
    padding: 11px;
    text-align: center
}

.adm-txt p {
    margin: 0;
    text-align: center !important;
    font-size: 14px
}

/* Desktop Media Query Adjustments */
@media only screen and (min-width: 768px) {
    .registerself a.formbtn {
        top: 125%;
        transform: rotate(-90deg);
        position: absolute;
        right: -119%;
        width: 170px;
        height: 50px
    }

    .fixedicnsec {
        top: 50%
    }

    .registerfrm {
        top: 10%
    }
}

.home-secE {
    padding: 60px 0;
    font-family: Arial, sans-serif;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.home-secE .section-title {
    font-size: 32px;
    color: #002147;
    margin-bottom: 40px;
    font-weight: bold;
}

.home-secE .swiper-main-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px; /* Arrows ke liye side space */
}

.home-secE .swiper {
    width: 100%;
}

.home-secE .gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 260px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.home-secE .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-secE .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    text-align: left;
}

.home-secE .overlay p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

/* Arrow Customization */
.home-secE .swiper-button-next, 
.home-secE .swiper-button-prev {
    color: #002147;
    width: 30px;
    height: 30px;
}

.home-secE .swiper-button-next::after, 
.home-secE .swiper-button-prev::after {
    font-size: 20px; /* Arrow size */
    font-weight: bold;
}

/* Video Gallery */
.video-gallery-sec .video-gallery-item {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 260px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.video-gallery-sec .video-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-gallery-sec .video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: background 0.3s;
}
.video-gallery-sec .video-gallery-item:hover .video-overlay {
    background: rgba(0, 33, 71, 0.75);
}
.video-gallery-sec .play-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #002147;
    font-size: 24px;
    transition: transform 0.3s;
}
.video-gallery-sec .video-gallery-item:hover .play-icon {
    transform: scale(1.1);
}
.video-gallery-sec .video-overlay p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.video-gallery-sec .swiper-button-next,
.video-gallery-sec .swiper-button-prev {
    color: #002147;
}

/* Calendar & Infrastructure Section */
.calendar-infra-sec {
    background: #fff;
}
.calendar-infra-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    border-top: 4px solid #002147;
    height: 100%;
}
.infra-card {
    border-top-color: #0ea5e9;
}
.calendar-infra-header {
    background: #f8f9fa;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-infra-header h3 {
    font-size: 14px;
    font-weight: 700;
    color: #002147;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.calendar-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}
.calendar-nav .btn {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    border: none;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.calendar-nav .btn:hover {
    background: #e5e7eb;
    color: #002147;
}
.calendar-month {
    font-size: 12px;
    font-weight: 700;
    color: #002147;
    min-width: 100px;
    text-align: center;
}
.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    margin-bottom: 4px;
    flex-shrink: 0;
}
.calendar-days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
    flex-shrink: 0;
}
.calendar-day {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    cursor: default;
}
.calendar-day-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #374151;
}
.calendar-day:hover .calendar-day-content {
    background: #f3f4f6;
}
.calendar-today .calendar-day-content {
    background: #002147;
    color: #fff;
    font-weight: 700;
}
.calendar-day-other .calendar-day-content {
    color: #d1d5db;
}

/* Same height for calendar and infra - 360px total */
.calendar-infra-card {
    height: 360px;
    display: flex;
    flex-direction: column;
}
.calendar-infra-header {
    flex-shrink: 0;
}
.calendar-infra-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
}
.calendar-infra-body::-webkit-scrollbar {
    width: 6px;
}
.calendar-infra-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.calendar-infra-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
.calendar-infra-body::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}
.infra-slider-wrap {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    position: relative;
}
.infra-imgcarousel {
    height: 100%;
}
.infra-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.infra-imgcarousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infra-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.infra-swiper-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 10;
    pointer-events: none;
}
.infra-swiper-prev,
.infra-swiper-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: 1px solid #e5e7eb;
    color: #002147;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s, color 0.2s;
}
.infra-swiper-prev:hover,
.infra-swiper-next:hover {
    background: #002147;
    color: #fff;
}

/* Footer Visitor Counter - WPS style layout */
.footer-visitor-counter-wrap {
    text-align: left;
    color: #ffffff;
}
.footer-visitor-counter-wrap .wps_visitor_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #2c1e42;
}
.footer-visitor-counter-wrap #wpsvccount {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 10px;
}
.footer-visitor-counter-wrap #wpsvccount img {
    height: 24px;
    width: auto;
    display: block;
}
.footer-visitor-counter-wrap #wpsvctable {
    font-size: 13px;
    color: #2c1e42;
}
.footer-visitor-counter-wrap #wpsvcvisit {
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-visitor-counter-wrap #wpsvcvisit img {
    height: 18px;
    width: auto;
}

.home-secE .view-all-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 35px;
    border: 2px solid #002147;
    color: #002147;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.home-secE .view-all-btn:hover {
    background: #002147;
    color: #fff;
}

/* ===============================
   HOME SECTION F
================================ */
.home-secF {
    width: 100%;
    background: var(--it-theme-1);
    padding: 80px 0;
}



/* ===============================
   CONTAINER
================================ */
.home-secF .container {
    position: relative;
}

/* ===============================
   SECTION HEADING
================================ */
.home-secF .sub-heading {
    position: relative;
    text-align: center;
}

.home-secF .sub-heading h2 {
    position: relative;
    z-index: 2;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    margin: 0 auto 35px;
}

/* Background Text */
.home-secF .sub-heading span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    font-size: 100px;
    font-family: "Queens";
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.16);
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

/* ===============================
   SHINING STARS CONTAINER
================================ */
.home-secF .shining-stars-container {
    padding-top: 60px;
}

/* Slider Navigation */
.home-secF .stars-nav {
    position: absolute;
    top: 6%;
    right: 0;
    display: flex;
    gap: 15px;
    z-index: 2;
}

.home-secF .stars-nav button {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

/* ===============================
   SLIDER ITEM
================================ */
.home-secF .shining-slider .item {
    background: #fff;
    padding: 40px 15px 0;
    border-radius: 10px;
}

.home-secF .shining-slider .item .flex {
    display: flex;
    justify-content: space-between;
}

.home-secF .shining-slider figcaption h4 {
    font-size: 18px;
}

.home-secF .shining-slider figcaption .rank {
    padding: 25px 0 0 8px;
}

.home-secF .shining-slider figcaption h2 {
    font-family: "Averta Regular";
    font-weight: 600;
    color: #667adf;
    padding-left: 8px;
}

.home-secF .shining-slider figcaption h2 span {
    font-size: 15px;
}

/* ===============================
   IMAGE MASK
================================ */
.home-secF .shining-slider figure {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    position: relative;
}

.home-secF .shining-slider figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    background: #c4ebf9;

    clip-path: circle(75px at center);
    -webkit-clip-path: circle(75px at center);
}

/* ===============================
   RESPONSIVE BREAKPOINTS
================================ */

/* ≤ 1366px */
@media (max-width: 1366px) {
    .home-secF .sub-heading h2 { font-size: 55px; }
    .home-secF .sub-heading span { font-size: 90px; }
}

/* ≤ 1024px */
@media (max-width: 1024px) {
    .home-secF .sub-heading h2 { font-size: 50px; }
    .home-secF .sub-heading span { font-size: 80px; }
    .home-secF .shining-stars-container { padding-top: 15px; }
}

/* ≤ 768px */
@media (max-width: 768px) {
    .home-secF .sub-heading h2 { font-size: 40px; }
    .home-secF .sub-heading span { font-size: 60px; }

    .home-secF .shining-slider .item .flex {
        flex-wrap: nowrap;
    }

    .home-secF .stars-nav,
    .home-secF .swiper-nav.stars-nav {
        display: none !important;
    }
    .home-secF .shining-slider figcaption h4 {
        font-size: 18px;
    }

    .home-secF .shining-slider figure {
        width: 120px;
        height: 120px;
    }
}

/* ≤ 675px */
@media (max-width: 675px) {
    .home-secF .sub-heading h2 { font-size: 36px; }
}

/* ≤ 540px */
@media (max-width: 540px) {
    .home-secF .sub-heading h2 { font-size: 30px; }
    .home-secF .sub-heading span { font-size: 50px; }
}

@media (max-width: 540px) {
    .home-secF {
        padding: 50px 0;
    }
}

/* ≤ 420px */
@media (max-width: 420px) {
    .home-secF .sub-heading h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .home-secF .sub-heading span {
        font-size: 38px;
    }
}


span.new-gif img {
    width: 45px;
}



