body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Montserrat", sans-serif;
}

/* site-color-chnage */

:root {
    --main-color: #0d6efd;
}

.gps-navbar {
    background-color: var(--main-color) !important;
}

.nav-link {
    color: #fff !important;
}

.gps-gallery-btn {
    background: var(--main-color);
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
}

.color-box {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    /* margin-left: 5px; */
    border-radius: 0px;
}


/* top-header */

.top-header {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    padding: 0px 0;
}

.logo-img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.college-title {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1;
}

.college-subtitle {
    color: blue;
    font-size: 14px;
    margin-top: 12px;
}

.right-top {
    text-align: right;
    font-size: 15px;
    color: #444;
}

.font-btn {
    background: #333;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    font-weight: bold;
    margin-left: 2px;
}

/* .color-box {
    width: 35px;
    height: 28px;
    display: inline-block;
    margin-left: -4px;
} */

.nav-links {
    /* margin-top: 40px; */
    font-size: 20px;
}

.nav-links a {
    font-size: 13px;
    text-decoration: none;
    color: #1d4d89;
    font-weight: 500;
    margin: 0 8px;
}

.tree-img {
    width: 50px;
    margin-left: 15px;
}

/* nav */
.gps-navbar {
    background: #2f5d98;
    padding: 0;
    width: 100%;
}

.gps-navbar .navbar-nav {
    gap: 12px;
}

.gps-navbar .nav-link {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    padding: 18px 10px !important;
    transition: 0.3s;
    white-space: nowrap;
}

.gps-navbar .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
}

.gps-navbar .dropdown-toggle::after {
    font-size: 12px;
    vertical-align: middle;
}

.gps-navbar .navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.gps-navbar .navbar-toggler-icon {
    /* SVG is natively white via navbar-dark class */
}

.gps-dropdown-menu {
    border-radius: 0;
    border: none;
}

.gps-dropdown-item {
    padding: 10px 15px;
}



/* LEFT SLIDER */
.gps-hero-section .col-lg-8 {
    display: flex;
    flex-direction: column;
}

.gps-slider-area {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
}

.gps-slider-area .carousel-inner,
.gps-slider-area .carousel-item {
    height: 100%;
}

.gps-slider-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gps-slider-caption {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 18px 45px;
    width: auto;
    max-width: 80%;
    border-radius: 100px;
    /* Pill shape */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 5;
    animation: gpsPill 0.8s cubic-bezier(0.2, 1, 0.3, 1) both;
}

.gps-slider-caption h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@keyframes gpsPill {
    from {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes gpsSplash {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* NEWS BOX */
.gps-news-header {
    background: var(--main-color);
    padding: 16px 25px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gps-news-box {
    background: #f3f3f3;
    height: 440px;
    /* Matches 550px total height with header */
    border-left: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.gps-news-item {
    padding: 14px 22px;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}

.gps-news-item:hover {
    background: #ececec;
}

.gps-news-date {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.gps-tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px;
}

.gps-news {
    background: #1f78d1;
}

.gps-notice {
    background: #f0a63a;
}

.gps-tender {
    background: #4fb9d6;
}

.gps-news-text {
    font-size: 13px;
    line-height: 1;
    color: var(--main-color);
}


/* NEWS BOX */
.gps-news-box {
    background: rgba(243, 243, 243, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 440px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

/* AUTO SLIDE */
.gps-news-scroll {
    position: absolute;
    width: 100%;
    z-index: 2;
    animation: gpsNewsScroll 25s linear infinite;
}

.gps-news-box:hover .gps-news-scroll {
    animation-play-state: paused;
}

/* ANIMATION */
@keyframes gpsNewsScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* CAROUSEL BUTTONS */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.gps-slider-area:hover .carousel-control-prev,
.gps-slider-area:hover .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 25px;
    height: 25px;
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.carousel-indicators .active {
    background-color: #fff;
    transform: scale(1.2);
    border-color: var(--main-color);
}

/* top-notic-bar */








/* <!-- ABOUT SECTION --> */

.gps-about-section {
    padding: 80px 0;
    background: #f4f4f4;
    overflow: hidden;
}

/* CARD */
.gps-profile-card {
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
}



/* IMAGE BOX */
.gps-profile-img-wrap {
    overflow: hidden;
    position: relative;
}

.gps-profile-img {
    width: 100%;
    height: 225px;
    object-fit: contain;
    transition: 0.6s ease;
}





/* CONTENT */
.gps-profile-content {
    padding: 18px 15px 22px;
    text-align: center;
}

.gps-profile-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.gps-profile-designation {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

/* RIGHT TEXT */
.gps-about-content {
    padding-left: 40px;
}

.gps-about-title {
    font-size: 37px;
    font-weight: 600;
    color: #333;
    margin-bottom: 18px;
}

.gps-about-line {
    width: 100%;
    height: 4px;
    background: #2f5d98;
    margin-bottom: 23px;
    border-radius: 20px;
}

.gps-about-text {
    font-size: 15px;
    line-height: 2;
    color: #555;
    text-align: justify;
}

.gps-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 30px;

    text-decoration: none;
    color: #2f5d98;

    font-size: 18px;
    font-weight: 500;

    transition: 0.3s;
}

.gps-read-btn:hover {
    gap: 15px;
    color: #0d3f7c;
}

/* <!-- image-card --> */

/* SECTION */
.gps-resource-section {
    background: var(--main-color) !important;
    padding: 70px 0;
}

/* CARD */
.gps-resource-card {
    border-top: 4px solid var(--main-color);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.gps-resource-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* IMAGE */
.gps-resource-img-wrap {
    overflow: hidden;
    position: relative;
}

.gps-resource-img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: fill;
    transition: 0.6s ease;
}

/* IMAGE ZOOM */
.gps-resource-card:hover .gps-resource-img {
    transform: scale(1.08);
}

/* OVERLAY */
.gps-resource-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.3),
            transparent);

    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.gps-resource-card:hover .gps-resource-img-wrap::before {
    opacity: 1;
}

/* BOTTOM */
.gps-resource-bottom {
    background: var(--main-color);
    color: #fff;
    padding: 1px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gps-resource-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.gps-resource-arrow {
    color: #fff;
    font-size: 22px;

    transition: 0.3s;
}

.gps-resource-card:hover .gps-resource-arrow {
    transform: translateX(5px);
}

/* < !-- toggle --> */

/* SECTION */
.gps-notice-section {
    padding: 70px 0;
    background: #f5f5f5;
}

/* Gallery Filter Bar and Masonry Grid are defined in the Gallery section below */
/* MAIN BOX */
.gps-notice-box {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 625px;
    /* Fixed height as requested */
    display: flex;
    flex-direction: column;
}

/* TABS */
.gps-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    border-bottom: 4px solid #1693cf;
}

.gps-tab-btn {
    border: none;
    padding: 14px 24px;

    color: #fff;
    font-size: 15px;
    font-weight: 500;

    transition: 0.3s;
}

.gps-tab-btn:hover {
    opacity: 0.9;
}

/* ACTIVE TAB */
.gps-tab-btn.active-tab {
    box-shadow: inset 0 -4px 0 #fff;
}

.gps-tab-notice {
    background: #0f92c9;
}

.gps-tab-tender {
    background: #ec9318;
}

.gps-tab-placement {
    background: #6b6b6b;
}

.gps-tab-award {
    background: #86b02c;
}

/* CONTENT */
.gps-notice-content {
    padding: 20px 20px 10px;
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE/Edge */
}

.gps-notice-content::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

/* TAB SWITCH */
.gps-tab-content {
    display: none;
    animation: gpsFade 0.4s ease;
}

.gps-tab-content.active-content {
    display: block;
}

/* ITEMS */
.gps-notice-item {
    padding: 7px 3px;
    border-bottom: 2px dotted #bbb;
}

.gps-notice-link {
    text-decoration: none;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
}

.gps-notice-link:hover {
    color: #0f92c9;
    padding-left: 5px;
}

.gps-notice-date {
    margin-top: 8px;
    color: #1e2b43;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* BUTTON */
.gps-view-btn {
    margin-top: 18px;

    background: #e9e9e9;
    border: 1px solid #ccc;

    padding: 10px 18px;
    border-radius: 6px;

    color: #555;
    font-size: 18px;

    transition: 0.3s;
}

.gps-view-btn:hover {
    background: #0f92c9;
    color: #fff;
}

/* IMPORTANT LINKS */
.gps-important-box {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 625px;
    /* Fixed height as requested */
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.gps-important-header {
    padding: 14px 18px;

    border-top: 6px solid #2f5d98;
    border-bottom: 1px solid #ddd;

    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* CONTENT */
/* CONTENT */
.gps-important-links {
    padding: 14px 14px 10px;
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE/Edge */
}

.gps-important-links::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

.gps-important-item {
    padding: 14px 0;
    border-bottom: 1px dotted #bbb;
}

.gps-important-link {
    text-decoration: none;

    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;

    transition: 0.3s;
}

.gps-important-link:hover {
    color: #0f92c9;
    padding-left: 5px;
}

/* ANIMATION */
@keyframes gpsFade {

    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* <!-- latest-image --> */
.gps-gallery-section {
    background: var(--main-color) !important;
    padding: 70px 0;
    overflow: hidden;
}

/* HEADER */
.gps-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 35px;
}

.gps-gallery-title {
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
}

.gps-gallery-title i {
    font-size: 42px;
}

/* BUTTON */
.gps-gallery-btn {
    background: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.gps-gallery-btn:hover {
    background: #ececec;
    color: #000;
}

/* IMAGE CARD */
.gps-gallery-card {
    position: relative;
    overflow: hidden;

    border-radius: 8px;

    transition: 0.4s ease;
}

.gps-gallery-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.gps-gallery-img {
    width: 100%;
    height: 240px;

    object-fit: cover;

    transition: 0.6s ease;
    border-radius: 8px;
}

/* ZOOM EFFECT */
.gps-gallery-card:hover .gps-gallery-img {
    transform: scale(1.08);
}

/* OVERLAY */
.gps-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gps-gallery-card:hover .gps-gallery-overlay {
    opacity: 1;
}

/* ICON */
.gps-gallery-icon {
    width: 65px;
    height: 65px;

    background: rgba(255, 255, 255, 0.95);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    color: #2f5d98;

    transform: scale(0.7);
    transition: 0.4s ease;
}

.gps-gallery-card:hover .gps-gallery-icon {
    transform: scale(1);
}

/* <!-- socel-media -->  */

/* Custom Styling to match your dark theme */
.main-social-container {
    background: var(--main-color) !important;
    /* Matching the dark blue in your image */
    padding: 40px 20px;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section-heading-custom {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.social-card-custom {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    color: #fff;
    background: transparent;
    margin-bottom: 20px;
}

.social-card-custom a {
    color: #fff !important;
}

/* The Facebook Container - Styled for "Phone" feel */
.fb-portal-wrapper {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    /* Limits width on desktop */
    margin: 0 auto;
}

.fb-header-info {
    padding: 10px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

/* Makes the iframe responsive */
.fb-responsive-iframe {
    width: 100%;
    height: 500px;
    /* Adjustable height */
    border: none;
    overflow: hidden;
}

/* Top Punch-Hole Camera */
.s24-ultra-body::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #111;
    border-radius: 50%;
    z-index: 10;
    border: 1px solid #333;
    box-shadow: inset 0 0 3px #fff;
}

/* Screen with Glass Reflection Effect */

.fb-iframe-style {
    width: 100%;
    height: 100%;
    border: none;
}

/* Volume/Power Buttons on the Side */
.s24-btn {
    position: absolute;
    right: -6px;
    width: 3px;
    background: #555;
    border-radius: 0 2px 2px 0;
}

.pwr-btn {
    top: 120px;
    height: 40px;
}

.vol-btn {
    top: 180px;
    height: 80px;
}


/* Premium Realistic iPhone Mockup (Inspired by iPhone 15 Pro) */


.iphone-body {
    background: #111;
    border: 5px solid #fff;
    border-radius: 40px;
    padding: 12px;
    width: 300px;
    height: 550px;
    border-radius: 44px;
    position: relative;
    box-shadow:
        0 0 0 1px #888,
        15px 15px 40px rgba(0, 0, 0, 0.5),
        inset 0 0 20px rgba(255, 255, 255, 0.05);

}

/* Screen with Glass Finish and Apple Style Corners */
.iphone-glass-screen {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: #fff;
    border-radius: 32px;
    /* Curves matching the phone body */
    overflow: hidden;
    border: 1px solid #000;
}

/* Clean Apple Style Glass Reflection Overlay */
.iphone-glass-screen::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 40%);
    pointer-events: none;
    z-index: 5;
}

.fb-iframe-style {
    width: 100%;
    height: 100%;
    border: none;
}

/* Side Buttons in Titanium */
.iphone-btn {
    position: absolute;
    background: #4a4a4a;
    border-radius: 2px;
}

/* Left Side: Volume Buttons & Silent Switch (Action Button) */
.iphone-btn.left {
    left: -6px;
    width: 3px;
}

.vol-up {
    top: 110px;
    height: 50px;
}

.vol-down {
    top: 170px;
    height: 50px;
}

.silent-switch {
    top: 60px;
    height: 20px;
    width: 4px;
    left: -7px;
}

/* Action Button style */

/* Right Side: Power Button */
.iphone-btn.right {
    right: -6px;
    width: 3px;
    top: 180px;
    height: 90px;
}

/* Footer Main Styles */
.main-footer {
    background-color: var(--main-color);
    padding: 60px 0 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
}

/* Vertical Dividers */
.footer-col {
    border-right: 1px solid #ddd;
    padding: 0 30px;
    min-height: 180px;
}

.footer-col:last-child {
    border-right: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 16px;
    font-weight: 500;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #000;
    padding-left: 5px;
}

/* Contact & Social Section */
.contact-info p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.location-title {
    font-weight: 600;
    color: inherit;
    margin-bottom: 15px;
}

.social-icons a {
    font-size: 1.2rem;
    margin-right: 15px;
    color: var(--main-color);
    text-decoration: none;
}

/* Bottom Copyright Bar */
.bottom-bar {
    background-color: var(--main-color);
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 500;
}

.visitor-count {
    font-weight: bold;
    letter-spacing: 1px;
}

.developer-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/* RESPONSIVE TOP HEADER */
@media (max-width: 991px) {
    .logo-img {
        width: 65px;
        height: 65px;
    }

    .college-title {
        font-size: 17px !important;
    }

    .college-subtitle {
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    .logo-img {
        width: 65px;
        height: 65px;
    }

    .college-title {
        font-size: 18px !important;
        letter-spacing: 0.5px;
        padding-top: 13px;
        font-weight: 700;
        text-align: center;
        line-height: 24.1px;
    }

    .college-subtitle {
        font-size: 8px !important;
    }
}

@media (max-width: 991px) {
    .gps-slider-area {
        height: 450px;
        margin-bottom: 20px;
    }

    .gps-slider-caption {
        width: 90%;
        left: 20px;
        bottom: 20px;
    }

    .gps-slider-caption h3 {
        font-size: 24px;
    }

    .gps-news-box {
        height: 380px;
        /* Slightly taller for better readability */
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.1);
        overflow: hidden;
        /* Back to hidden for auto-scroll */
        background: rgba(255, 255, 255, 0.05);
        /* Lighter glass for mobile */
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    .gps-news-scroll {
        position: absolute;
        width: 100%;
        animation: gpsNewsScrollMobile 30s linear infinite;
        padding: 10px 0;
    }

    /* Specialized mobile scroll that starts at 0 */
    @keyframes gpsNewsScrollMobile {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-100%);
        }
    }
}


@media (max-width: 575px) {
    .gps-slider-area {
        height: 300px;
    }

    .gps-slider-caption {
        width: 95%;
        left: 15px;
        bottom: 15px;
    }

    .gps-slider-caption h3 {
        font-size: 18px;
    }

    .gps-slider-btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    .gps-news-box {
        height: 375px;
        overflow: hidden;
    }
}

/* BRANCH SECTION */
.gps-branch-section {
    padding: 60px 0;
    background: #fff;
}

.gps-branch-card {
    background: #fff;
    border-radius: 8px;
    transition: 0.3s;
}

.gps-branch-img-wrap {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
}

.gps-branch-img-wrap img {
    width: 100%;
    height: 256px;
    object-fit: contain;
    transition: 0.5s;
}

.gps-branch-card:hover .gps-branch-img-wrap img {
    transform: scale(1.05);
}

.gps-branch-hod {
    color: var(--main-color);
    /* Matching the icon color from image */
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gps-branch-hod i {
    margin-right: 5px;
}

.gps-branch-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.gps-branch-meta i {
    color: #888;
}

.gps-branch-title {
    color: var(--main-color);
    /* Matching the branch title color from image */
    font-size: 14px;
    font-weight: 600;
    min-height: 44px;
}

.gps-branch-btn {
    display: inline-block;
    background: var(--main-color);
    /* Signature orange button */
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s;
}

.gps-branch-btn:hover {
    background: var(--main-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}

/* PLACEMENT PARTNERS SECTION */
.gps-placement-section {
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--main-color), #fff 15%) 0%,
            var(--main-color) 50%,
            color-mix(in srgb, var(--main-color), #000 15%) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 80px 0;
    color: #fff;
}

.gps-placement-header {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.gps-placement-subheader {
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 400;
    opacity: 0.9;
}

.gps-placement-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.gps-placement-card {
    text-align: center;
}

.gps-placement-logo-wrap {
    background: #fff;
    border: 2px solid #222;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.gps-placement-card:hover .gps-placement-logo-wrap {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.gps-placement-logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gps-placement-company {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 5px;
}

/* Responsive Placement Grid */
@media (max-width: 1199px) {
    .gps-placement-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .gps-placement-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .gps-placement-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* PREMIUM SCROLL REVEAL */
.reveal,
.reveal-left,
.reveal-right {
    opacity: 0;
    filter: blur(4px);
    transition:
        opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.1),
        transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.1),
        filter 1s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    will-change: transform, opacity, filter;
}

.reveal {
    transform: translateY(30px) scale(0.99);
}

.reveal-left {
    transform: translateX(-50px);
}

.reveal-right {
    transform: translateX(50px);
}

.reveal.active,
.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translate(0) scale(1);
    filter: blur(0);
}

.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.delay-5 {
    transition-delay: 0.5s;
}

/* TEST */

/* PREMIUM PHOTO GALLERY - ULTRA HIGH-TECH */
:root {
    --gallery-card-bg: rgba(255, 255, 255, 0.03);
}

.gps-gallery-page-header {
    background: #0a0a0a;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(13, 110, 253, 0.1) 0%, transparent 50%);
    padding: 120px 0 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gps-gallery-page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--main-color), transparent);
}

.gps-gallery-title-main {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
}

.gps-gallery-filter-bar {
    margin: 0 auto 50px;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    width: fit-content;
    max-width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gps-gallery-filter-bar::-webkit-scrollbar {
    display: none;
}

.gps-gallery-filter-btn {
    padding: 10px 22px;
    border-radius: 100px;
    border: none;
    background: transparent;
    color: #555;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gps-gallery-filter-btn:hover {
    color: var(--main-color);
    background: rgba(13, 110, 253, 0.07);
    transform: translateY(-1px);
    text-decoration: none;
}

.gps-gallery-filter-btn.active {
    color: #fff;
    background: linear-gradient(135deg, var(--main-color), color-mix(in srgb, var(--main-color), #6366f1 30%));
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
    transform: translateY(-1px);
}

.gps-masonry-grid {
    column-count: 4;
    column-gap: 25px;
    padding: 10px;
}

@media (max-width: 1200px) {
    .gps-masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .gps-masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .gps-masonry-grid {
        column-count: 1;
    }
}

.gps-masonry-item {
    break-inside: avoid;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
}

.gps-masonry-item:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.gps-masonry-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gps-masonry-item:hover .gps-masonry-img {
    transform: scale(1.15) rotate(1deg);
}

.gps-masonry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: all 0.5s;
}

.gps-masonry-item:hover .gps-masonry-overlay {
    opacity: 1;
}

.gps-masonry-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    transform: translateY(20px);
    transition: transform 0.5s 0.1s;
}

.gps-masonry-cat {
    font-size: 10px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(13, 110, 253, 0.15);
    padding: 4px 12px;
    border-radius: 100px;
    width: fit-content;
    transform: translateY(20px);
    transition: transform 0.5s;
    backdrop-filter: blur(5px);
}

.gps-masonry-item:hover .gps-masonry-title,
.gps-masonry-item:hover .gps-masonry-cat {
    transform: translateY(0);
}

.gps-masonry-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 60px;
    height: 60px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 30px rgba(13, 110, 253, 0.5);
}

.gps-masonry-item:hover .gps-masonry-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* CONTACT PAGE STYLES */
.gps-contact-section {
    background: #f8fafc;
    padding: 80px 0;
}

.gps-contact-info-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.gps-contact-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.gps-contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(var(--main-color-rgb), 0.1);
    color: var(--main-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.gps-contact-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1e293b;
}

.gps-contact-text p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.gps-contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.gps-form-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #0f172a;
}

.gps-form-subtitle {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 30px;
}

.gps-contact-input-group {
    margin-bottom: 20px;
}

.gps-contact-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.gps-contact-input {
    width: 100%;
    padding: 12px 16px;
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s;
}

.gps-contact-input:focus {
    outline: none;
    border-color: var(--main-color);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(var(--main-color-rgb), 0.1);
}

.gps-contact-submit {
    width: 100%;
    padding: 14px;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.gps-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(var(--main-color-rgb), 0.3);
}

.gps-social-btns {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.gps-social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
}

.gps-social-btn:hover {
    background: var(--main-color);
    color: #fff;
    transform: translateY(-3px);
}

.gps-map-container {
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* HIGH-TECH CONTENT SECTION (HISTORY, VISION, ETC) */
.gps-dynamic-content-header {
    background: #222;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 4px solid #f0f0f0;
}

.gps-dynamic-content-header::before,
.gps-dynamic-content-header::after {
    content: '';
    position: absolute;
    top: -50%;
    width: 60px;
    height: 200%;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.1) 10px,
            rgba(255, 255, 255, 0.1) 20px);
}

.gps-dynamic-content-header::before {
    left: 20px;
}

.gps-dynamic-content-header::after {
    right: 20px;
}

.gps-dynamic-content-header h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -2px;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.gps-dynamic-content-body {
    background: #fdfdfd;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 4px;
    color: #444;
    line-height: 1.8;
    font-size: 15px;
    max-height: 500px;
    overflow-y: auto;
    text-align: justify;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.02);
}

.gps-dynamic-content-body::-webkit-scrollbar {
    width: 8px;
}

.gps-dynamic-content-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.gps-dynamic-content-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.gps-dynamic-content-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* YELLOW IMPACT HEADER FOR AFFILIATION LIST */
.gps-doc-header-impact {
    background: #ffc107;
    /* Vibrant Yellow */
    padding: 12px 25px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.filter-btn-impact {
    padding: 4px 15px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.filter-btn-impact.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

.filter-btn-impact:hover:not(.active) {
    background: rgba(0, 0, 0, 0.05);
}

/* ANNUAL REPORT STYLES */
.gps-report-page-header {
    background: #eeeeee;
    padding: 15px 25px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
}

.gps-report-page-header h2 {
    font-size: 24px;
    color: #555;
    margin: 0;
}

.gps-report-heading-bar {
    background: #ffcccc;
    /* Light Pink */
    padding: 10px 20px;
    font-weight: 700;
    color: #444;
    border-radius: 4px 4px 0 0;
    margin-top: 20px;
}

.gps-report-table {
    width: 100%;
    border-collapse: collapse;
}

.gps-report-table tr:nth-child(even) {
    background: #ffffcc;
    /* Light Yellow */
}

.gps-report-table td {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.gps-report-title {
    font-weight: 700;
    color: #555;
    font-size: 15px;
}

.gps-report-link {
    color: #0000ff;
    font-weight: 800;
    text-decoration: none;
}

.gps-report-link:hover {
    text-decoration: underline;
}

/* PREMIUM ANNUAL REPORT ENHANCEMENTS */
.gps-report-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.gps-report-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.gps-report-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--main-color);
    opacity: 0;
    transition: 0.3s;
}

.gps-report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--main-color);
}

.gps-report-card:hover::before {
    opacity: 1;
}

.gps-report-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gps-report-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.gps-report-title-main {
    font-weight: 700;
    color: #2c3e50;
    font-size: 16px;
    margin-bottom: 2px;
}

.gps-report-meta {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    gap: 10px;
}

.gps-report-action .btn-view {
    background: #f8fafc;
    color: var(--main-color);
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gps-report-action .btn-view:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

/* Staggered Animations */
.reveal-item {
    opacity: 0;
    transform: translateY(20px);
}

.reveal-item.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-out;
}

/* ALLOTMENT & SURRENDER REPORT STYLES */
.gps-surrender-page-header {
    background: #f0f0f0;
    padding: 15px 25px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.gps-surrender-page-header h2 {
    font-size: 22px;
    color: #555;
    margin: 0;
    font-weight: 400;
}

.gps-surrender-heading-bar {
    background: #ffcccc;
    /* Light Pink */
    padding: 10px 20px;
    font-weight: 700;
    color: #444;
    margin-bottom: 0;
}

.gps-surrender-table {
    width: 100%;
    border-collapse: collapse;
}

.gps-surrender-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.gps-surrender-title {
    font-weight: 700;
    color: #555;
    font-size: 15px;
}

.gps-download-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #6ea8fe;
    /* Soft Blue */
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gps-download-icon-btn:hover {
    background-color: #0d6efd;
    color: white;
}

.gps-view-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    /* Light Grey */
    color: #444;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.gps-view-icon-btn:hover {
    background-color: #e2e6ea;
    color: #000;
}

/* PREMIUM DOCUMENT LIST REFINEMENTS */
.gps-doc-header-impact {
    background: #ffc107;
    padding: 15px 30px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.gps-doc-header-impact h4 {
    font-size: 20px !important;
    letter-spacing: 0.5px;
}

.filter-btn-impact {
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: transparent;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.filter-btn-impact.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

.filter-btn-impact:hover:not(.active) {
    background: rgba(0, 0, 0, 0.05);
}

.custom-doc-table td {
    padding: 25px 30px !important;
    border-bottom: 1px solid #f0f0f0;
}

.doc-title-main {
    font-size: 18px;
    font-weight: 800 !important;
    color: #4a5568 !important;
    margin-bottom: 4px;
}

.doc-date-sub {
    font-size: 13px !important;
    color: #a0aec0 !important;
    margin-bottom: 8px;
}

.gps-badge-outline {
    background: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.view-attach-link {
    color: #0000ff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s;
}

.view-attach-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}

#docSearch {
    border: none;
    padding: 8px 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* PREMIUM DOCUMENT GRID LAYOUT */
.gps-doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gps-doc-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gps-doc-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    opacity: 0;
    transition: 0.3s;
}

.gps-doc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.gps-doc-card:hover::after {
    opacity: 1;
}

.gps-doc-card-icon {
    font-size: 30px;
    color: #ffc107;
    margin-bottom: 15px;
}

.gps-doc-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.3;
}

.gps-doc-card-desc {
    font-size: 13px;
    color: #718096;
    margin-bottom: 15px;
    flex-grow: 1;
}

.gps-doc-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.gps-doc-card-date {
    font-size: 12px;
    color: #a0aec0;
    font-weight: 600;
}

.gps-doc-card-btn {
    background: #ebf4ff;
    color: #0d6efd;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.gps-doc-card-btn:hover {
    background: #0d6efd;
    color: #fff;
}

/* JS Animation Classes */
.gps-doc-card.hidden {
    display: none !important;
}

.gps-doc-card.animate-in {
    animation: scaleIn 0.4s ease forwards;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* SIMPLE BUT ELEGANT LIST LAYOUT */
.gps-simple-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background: #fdfdfd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gps-simple-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 18px 25px;
    transition: all 0.2s ease-in-out;
}

.gps-simple-item:hover {
    border-color: #bbd6fe;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.08);
    background: #fcfcfc;
}

.gps-simple-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gps-simple-icon {
    font-size: 24px;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.gps-simple-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.gps-simple-meta {
    font-size: 12px;
    color: #888;
}

.gps-simple-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gps-simple-btn {
    background: #fff;
    color: #0d6efd;
    border: 1px solid #0d6efd;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.gps-simple-btn:hover {
    background: #0d6efd;
    color: #fff;
}

/* FIX HIDDEN CLASS FOR FILTERS */
.filter-item.hidden {
    display: none !important;
}

/* GLOBAL SITE SMOOTHNESS & ANIMATIONS */

/* 1. Smooth Scrolling across the entire site */
html {
    scroll-behavior: smooth;
}

/* 2. Professional Page Load Fade-In */
body {
    animation: globalPageFadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes globalPageFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 3. Global Smooth Transitions for Interactive Elements */
a,
button,
.btn,
.card,
input,
select,
textarea {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* 4. Elegant Text Selection */
::selection {
    background-color: rgba(13, 110, 253, 0.2);
    /* Soft Blue */
    color: #000;
}

::-moz-selection {
    background-color: rgba(13, 110, 253, 0.2);
    color: #000;
}

/* 5. Smooth Scrollbar (Webkit) */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.gps-filter-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gps-filter-pill {
    padding: 8px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s;
}

.gps-filter-pill:hover {
    background: #edf2f7;
    color: var(--main-color);
}

.gps-filter-pill.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.2);
}

.gps-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.gps-search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.gps-search-input {
    width: 100%;
    padding: 10px 15px 10px 40px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.3s;
}

.gps-search-input:focus {
    outline: none;
    background: #fff;
    border-color: var(--main-color);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.05);
}

/* Tablet & Mobile (Max 991px) */
@media (max-width: 991px) {

    /* Adjust Hero Section padding */
    .gps-hero-section {
        padding-top: 15px;
    }

    /* Adjust Document List Header */
    .gps-doc-header-impact {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .gps-doc-filters {
        flex-wrap: wrap;
    }

    .gps-doc-search {
        width: 100%;
    }

    #docSearch {
        width: 100% !important;
    }
}

/* Mobile Devices (Max 768px) */
@media (max-width: 768px) {

    /* Top Header & Logo */
    .top-header {
        text-align: center;
        padding: 15px 0;
    }

    .top-header .row {
        flex-direction: column;
        align-items: center;
    }

    .right-top {
        text-align: center;
        margin-top: 15px;
    }

    .logo-img {
        width: 80px;
        height: 80px;
    }

    .college-title {
        font-size: 22px;
        margin-top: 10px;
    }

    .college-subtitle {
        font-size: 12px;
    }

    /* Premium Ticker */
    .gps-premium-ticker {
        height: auto;
        flex-direction: column;
        padding: 5px 0;
    }

    .gps-ticker-label {
        clip-path: none;
        width: 100%;
        justify-content: center;
        padding: 5px 15px;
    }

    .gps-ticker-scroll-area {
        padding: 5px 10px;
        width: 100%;
    }

    /* Document Tables */
    .table-responsive .table td {
        padding: 12px 15px !important;
    }

    .gps-simple-title,
    .doc-title-main {
        font-size: 15px !important;
    }

    /* Slider & News Box */
    .gps-slider-area {
        margin-bottom: 20px;
    }

    .gps-news-box {
        height: 300px;
    }
}

/* Small Mobile (Max 480px) */
@media (max-width: 480px) {
    .college-title {
        font-size: 18px;
    }

    /* Stack document table rows for better readability on tiny screens */
    .table-responsive .table td {
        display: block;
        width: 100%;
        text-align: left !important;
        border-bottom: none !important;
    }

    .table-responsive .table tr {
        display: block;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .table-responsive .text-end {
        text-align: left !important;
        padding-top: 0 !important;
    }
}

/* RESPONSIVE CONTACT PAGE */
@media (max-width: 992px) {

    /* Stack the info and form columns */
    .gps-contact-section .row {
        flex-direction: column;
    }

    .gps-contact-section .col-lg-5,
    .gps-contact-section .col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gps-contact-info-card,
    .gps-contact-form-card {
        margin-bottom: 30px;
    }

    .gps-map-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .gps-contact-section {
        padding: 40px 0;
    }

    .gps-contact-info-card,
    .gps-contact-form-card {
        padding: 25px;
    }

    .gps-contact-input {
        font-size: 13px;
        padding: 10px 12px;
    }

    .gps-contact-submit {
        font-size: 14px;
        padding: 12px;
    }

    .gps-social-btn {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

/* GLOBAL RESPONSIVE ADJUSTMENTS */

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {

    /* Header */
    .top-header {
        text-align: center;
        padding: 15px 0;
    }

    .logo-img {
        width: 90px;
        height: 90px;
    }

    .college-title {
        font-size: 24px;
    }

    .college-subtitle {
        font-size: 13px;
    }

    /* Navbar */
    .gps-navbar .navbar-nav {
        flex-direction: column;
        gap: 8px;
    }

    .gps-navbar .nav-link {
        padding: 12px 15px !important;
    }

    /* Hero Slider */
    .gps-hero-section .carousel-caption h3 {
        font-size: 18px;
    }

    .gps-hero-section .carousel-caption {
        bottom: 30px;
    }

    /* News Box */
    .gps-news-box {
        max-height: 350px;
        overflow-y: auto;
    }

    /* Document/Table sections */
    .gps-doc-header-impact,
    .gps-doc-search {
        flex-direction: column;
        align-items: stretch;
    }

    .gps-doc-filters {
        justify-content: center;
        margin-bottom: 10px;
    }

    #docSearch {
        width: 100% !important;
        margin-top: 10px;
    }

    /* Report pages */
    .gps-report-header,
    .gps-report-container {
        flex-direction: column;
    }

    /* Footer */
    .gps-footer .row {
        flex-direction: column;
        text-align: center;
    }

    .gps-footer .col {
        margin-bottom: 20px;
    }
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

    /* Header */
    .logo-img {
        width: 70px;
        height: 70px;
    }

    .college-title {
        font-size: 20px;
    }

    .college-subtitle {
        font-size: 12px;
    }

    /* Hero Slider */
    .gps-hero-section .carousel-caption h3 {
        font-size: 16px;
    }

    .gps-hero-section .carousel-caption p {
        font-size: 12px;
    }

    /* Reduce paddings */
    .gps-section {
        padding: 30px 0;
    }

    .container {
        padding: 0 15px;
    }

    /* Simplify nav */
    .gps-navbar .navbar-toggler {
        display: block;
    }

    /* Contact page already has specific rules */

    /* Reduce font sizes globally */
    h1 {
        font-size: 28px;
    }
}