.bathinda-hero {
    background-image: url(../img/bathinda.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dabwali-hero {
    background-image: url(../img/dabwali.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.cbtn {
    text-align: center;
    font-size: 22px;
    border: 2px solid #444;
    font-weight: 600;
    font-family: "Prata", serif;
    line-height: 70px;
    border-radius: 100px;
    margin-bottom: 25px;
    color: #111;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.cbtn:hover {
    background: #0e4b9b;
    color: #fff;
    border-color: #0e4b9b;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .cbtn {
        font-size: 12px;
        line-height: 35px;
        border-radius: 50px;
        margin-bottom: 15px;
    }
}



.img-w {
    max-width: 300px !important;
}

.theme-breadcrumb {
    padding-top: 0%;
}

.branch a {
    color: #fff;
}

.sticky-menu .branch a {
    color: #000;
}

.sticky-menu .mobile-nav-toggler {
    color: #1d6239;
}

.crotate {
    transform: rotate(-40deg);
}

.fix-top {
    margin-top: -6%;
}

.btn-custom {
    background-color: #000;
}

.text-justify {
    text-align: justify !important;
}

.text-logo {
    color: #1d6239 !important;
    padding: 0;
    margin: 0;
}

.bg-theme {
    background-color: #1d6239;
}

.side-fix-icon {
    position: fixed;
    top: 91%;
    left: 20px;
    z-index: 999;
    background: transparent;
}

.side-fix-icon img {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #f00;
    font-size: 20px;
}

/* marquee */

.marquee {
    position: relative;
    background-color: #ff0000;
    width: 100vw;
    font-size: 16 px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 800;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 70s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* marquee */

.title {
    font-size: 45px;
    font-weight: 600 !important;
    font-family: "Prata", serif;
    line-height: 50px;
    color: #111 !important;

}

.btitle {
    font-size: 45px;
    font-weight: 400 !important;
    font-family: "Prata", serif;
    line-height: 50px;
    color: #fff !important;

}


/* aboutus */


.about-section p.welcome {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.lead {
    font-size: 1rem;
    color: #111;
    margin-bottom: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

/* Notice Board */
.notice-board {
    background: #fff;
    border: 5px solid #b7b7b7;
    border-radius: 20px;
    padding: 35px 30px 35px;
    position: relative;
}

.notice-title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #10632e;
    color: #fff;
    padding: 6px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.notice-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.notice-item:last-child {
    border-bottom: none;
}

.notice-item h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #222;
}

.notice-item small {
    display: block;
    color: #383838;
    margin-bottom: 5px;
    font-size: 0.85rem;
}

.unread-badge {
    background: #b10701;
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    float: right;
}

.bookmark {
    float: right;
    font-size: 1.5rem;
    color: #e6a800;
    margin-left: 8px;
}

.info-box-bg {
    background: #1D6239;
    background: linear-gradient(90deg, rgba(29, 98, 57, 1) 0%, rgba(30, 133, 70, 1) 100%);
}

.info-icon {
    width: 100px;
    padding-bottom: 10px;
}

/* aboutus */
.info-box {
    padding: 40px;
}

.golden {
    color: #ffc224;
}

.bggolden {
    background: #ffc224;
}

.bgblue {
    background: #0e4b9b;
}

.admissions {
    background-color: #111;
    columns: #fff;
}

.admissions:hover {
    background-color: #fff;
    columns: #000 !important;
}

.divider {
    border-bottom: 5px solid #f00;
    width: 25%;
    padding-top: 20px;
    margin: 0 auto;

}

/* pop-up */

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup box */
.popup {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    max-width: 900px;
    max-height: 95vh;
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

/* Left content */
.popup-content {
    padding: 40px;
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

.popup-content::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}


/* Right image */
.popup-image {
    flex: 1;
    background: #f0f0f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.popup-image img {
    max-width: 100%;
    border-radius: 10px;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Demo button */
.open-btn {
    cursor: pointer;
}


/* pop-up */



@media (max-width:767px) {
    .theme-breadcrumb {
        padding-top: 18%;
    }

    .footer__widget-title {
        margin-bottom: 0;
        color: var(--tg-common-color-white);
        font-size: 17px;
        font-weight: 600;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .section__title .title {
        font-size: 25px;
        line-height: 44px;
    }

    .breadcrumb__bg {
        padding: 60px 0;
    }

    .btitle {
        font-size: 30px;
        font-weight: 400 !important;
        font-family: "Prata", serif;
        line-height: 45px;
        color: #fff !important;
    }

    .footer__link .list-wrap li {
        margin-bottom: 0px;
    }

    .footer__link .list-wrap li a {
        font-size: 13px;
        font-weight: 400;
        color: var(--tg-common-color-gray-5);
        position: relative;
    }

    .bathinda-hero {
        background-image: url(../img/bathinda.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        height: 50vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .img-w {
        max-width: 220px !important;
    }

    .marquee {
        position: relative;
        background-color: #ff0000;
        width: 100vw;
        font-size: 12px;
        max-width: 100%;
        height: 20px;
        line-height: 19px;
        overflow-x: hidden;
    }

    .title {
        font-size: 28px;
        font-weight: 700 !important;
        line-height: 35px;
        columns: #111 !important;
        letter-spacing: -0.04em;
    }

    .mobile-menu-visible .tgmobile__menu {
        width: 100%;
    }

    .tg-header__area .mobile-nav-toggler {
        color: #1d6239;
    }

    .button {
        text-transform: capitalize;
        background-color: #fff;
        border-radius: 0;
        margin-top: 20px;
        padding: 9px 22px !important;
        color: #000;
        font-size: 14px !important;
        border-radius: 3px !important;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
    }



}
