<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    background-color: #e8b410;
}

.hero-submission {
    position: relative;
    background: url("./assets/images/banners/parul-nursing-banner.webp") no-repeat center center/cover;
    /* height: 100vh; */
    width: 100%;
    padding: 50px 0px 100px;
}


nav .nav-links ul {
    list-style: none;
    /* Remove bullets */
    display: flex;
    gap: 20px;
    /* Spacing between links */
    margin: 0;
    padding: 0;


}


nav .nav-links ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: bold;
}


nav .nav-links ul li a:hover {
    color: #ce000d;
}

.awards-header-text {
    text-align: center;
    margin: auto;
}

.awards-header-text h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-top: 80px;
    letter-spacing: 1px;
    font-family: "Libre Franklin", sans-serif;
}



/* award 1 */
#best-nurse-award {
    background: linear-gradient(135deg, #f3f9ff, #e3f2fd);
    padding: 60px 0;
    text-align: center;
    background: #f8f9fa;
}

.best-nurse-container {
    width: 85%;
    max-width: 1000px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.best-nurse-container:hover {
    transform: translateY(-5px);
}

.best-nurse-container h1 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;

    position: relative;
    font-family: "Libre Franklin", sans-serif;
}

.best-nurse-container h1::after {
    content: "";
    width: 100px;
    height: 3px;
    background: #e8b410;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

.sponsor p {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    background: #e9374a;
    color: white;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.award-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
    font-weight: 400;
}

.eligibility,
.award-recognition {
    text-align: left;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    background: #f7f9fc;
    box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.05);
}

.eligibility h2,
.award-recognition h2 {
    font-size: 25px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-family: "Libre Franklin", sans-serif;
}

.eligibility ul,
.award-recognition ul {
    list-style: none;
    padding: 0;
}

.eligibility li,
.award-recognition li {
    font-size: 18px;
    color: #444;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    position: relative;
    transition: transform 0.3s ease-in-out;
    font-family: "Inter";
}

.eligibility li:hover,
.award-recognition li:hover {
    transform: translateX(5px);
    color: #ff5733;
}

.eligibility li::before,
.award-recognition li::before {
    content: "âœ”";
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
    background: #e3fcec;
    padding: 6px 10px;
    border-radius: 50%;
}

.award-recognition li strong {
    color: #d9534f;
}


/* Awards Section Styling */
/* Awards Section Styling */
#awards-section {
    padding: 60px 20px;
    background-color: #fff;
    /* Light Gray Background */
    text-align: center;
}

#awards-section .container {
    max-width: 900px;
    margin: 0 auto;
}

/* Section Heading */
#awards-section h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Libre Franklin", sans-serif;
}

/* Sponsor Info */
.sponsor-info {
    font-size: 18px;
    color: #fff;
    /* Highlight Color */
    font-weight: bold;
    margin-bottom: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #d9534f;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
}

/* Professor Info */
.professor-info {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Awards List Container */
.awards-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Individual Award Items */
.award-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 350px;
    flex: 1;
    min-width: 280px;
    transition: transform 0.3s ease-in-out;
}

.award-item:hover {
    transform: scale(1.05);
}

.award-item h3 {
    font-size: 22px;
    color: #d9534f;
    /* Red Theme */
    margin-bottom: 10px;
}

.award-item p {
    font-size: 18px;
    color: #555;
}

/* Award Note */
.award-note {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    line-height: 1.5;
}


/* Thesis Award Section Styling */
#thesis-award-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

#thesis-award-section .container {
    max-width: 900px;
    margin: 0 auto;
}

/* Section Heading */
#thesis-award-section h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Sponsor Info */
.sponsor-info {
    font-size: 18px;
    color: #d9534f;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Award Criteria */
#thesis-award-section {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, #f4f4f9);
    text-align: center;
    background: #f8f9fa;
}

#thesis-award-section .container {
    max-width: 1100px;
    margin: 0 auto;
}




#thesis-award-section h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #e8b410;
    margin: 10px auto;
    border-radius: 2px;
}

/* Sponsor Information */
.sponsor-info {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #e9374a;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* Award Criteria */
.award-criteria {
    text-align: left;
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    transition: transform 0.3s ease-in-out;
}



.award-criteria:hover {}

.award-criteria h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Libre Franklin';
}

.award-criteria ul {
    list-style: none;
    padding: 0;

}

.award-criteria ul li {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
    line-height: 1.4;

}

.award-criteria ul li:hover {
    transform: translateX(8px);
    color: #d32f2f;
}

.award-criteria ul li::before {
    content: "âœ”";
    position: absolute;
    left: 0;
    top: 4px;
    /* Adjust alignment */
    width: 24px;
    /* Set a fixed width */
    height: 24px;
    /* Set a fixed height */
    background-color: #e3fcec;
    /* Red background */
    color: #28a745;
    /* White tick */
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    /* Makes it a circle */
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Nested List */
.sub-list {
    margin-top: 10px;
    padding-left: 30px;
    background: #ecf6fe;
    padding-block: 10px;

}

.sub-list li {
    font-size: 16px;
    color: #666;

}

/* Email Styling */
.award-criteria a {
    color: #d32f2f;
    font-weight: bold;
    text-decoration: none;
}

.award-criteria a:hover {
    text-decoration: underline;
}

/* Prize Section */
.prize-section h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 700;
}

.prize-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.prize-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
    text-align: center;
    max-width: 350px;
    flex: 1;
    min-width: 280px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.prize-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.2);
}

.prize-item h4 {
    font-size: 22px;
    color: #d32f2f;
    margin-bottom: 12px;
    font-weight: 600;
}

.prize-item p {
    font-size: 20px;
    color: #555;
    font-weight: 500;
}

/* Hamburger Icon (Mobile Only) */
.hamburger {
    display: none;
    /* Hidden on desktop */
    cursor: pointer;
    font-size: 24px;
    z-index: 1010;
}

.sub-list {
    margin-top: 10px;
    padding-left: 30px;
    background: #ecf6fe;
    padding-block: 10px;
    border-radius: 10px;

}


@media (max-width : 1220px) {

    /* Hamburger Icon (Mobile Only) */
    .hamburger {
        display: block;
        /* Visible on mobile */
        cursor: pointer;
        font-size: 24px;
        z-index: 1010;
    }

    /* Fullscreen Nav Links (Mobile) */
    .nav-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: -100%;
        /* Start off-screen to the left */
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Background overlay */
        z-index: 1000;
        gap: 30px;
        transition: all 0.3s ease-in-out;
        /* Smooth transition */
    }

    /* Nav links visible */
    .nav-links.show {
        left: 0;
        /* Slide into view */
    }

    /* Adjusting Font Size for Mobile */
    .nav-links ul {
        flex-direction: column;
        /* Stack links vertically */
    }

    .nav-links ul li {
        margin: 15px 0;
    }

    .nav-links ul li a {
        font-size: 20px !important;
        /* Correct font size */
        color: white;
    }

    nav .nav-links ul {
        list-style: none;
        display: flex;
        gap: 20px;
        margin: 0;
        padding: 0;
    }

     
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        /* Moves to the right */
        background: white;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
        list-style: none;
        padding: 10px 0;
        min-width: 150px;
        z-index: 1000;
    }

    .dropdown-menu li a {
        color: black;
        text-decoration: none;
        display: block;
        font-size: 14px;
        transition: color 0.3s ease;
        background: transparent !important;
        padding: 10px 15px;
    }

    .nav-links {
        flex-direction: column;
        /* Stack links vertically */
        align-items: center;
        padding-left: 20px;
    }

    .dropdown {
        display: flex;
        flex-direction: column;
        margin: 0;
        gap: 15px;
        width: 100%;

    }

    .dropdown-menu {
        position: relative;
        left: 0;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        background: none;
        box-shadow: none;
        width: auto;
        justify-content: flex-start;
        align-items: flex-start;
        display: block;
        height: 50px;

    }

    .dropdown-menu li {
        padding: 0 0;
        margin: 0 0;
        padding-top: 15px;


    }

    .dropdown-menu li a {
        font-size: 16px;
        color: white;
        padding: 0;


    }




    .dropdown-menu li a:hover {
        color: #ce000d;
    }

    .container {
        max-width: 1200px;
        padding: 0 20px;
    }

}



@media (max-width : 991px) {

    /* Hamburger Icon (Mobile Only) */
    .hamburger {
        display: block;
        /* Visible on mobile */
        cursor: pointer;
        font-size: 24px;
        z-index: 1010;
    }

    /* Fullscreen Nav Links (Mobile) */
    .nav-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: -100%;
        /* Start off-screen to the left */
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Background overlay */
        z-index: 1000;
        gap: 30px;
        transition: all 0.3s ease-in-out;
        /* Smooth transition */
    }

    /* Nav links visible */
    .nav-links.show {
        left: 0;
        /* Slide into view */
    }

    /* Adjusting Font Size for Mobile */
    .nav-links ul {
        flex-direction: column;
        /* Stack links vertically */
    }

    .nav-links ul li {
        margin: 15px 0;
    }

    .nav-links ul li a {
        font-size: 20px !important;
        /* Correct font size */
        color: white;
    }

    nav .logo img {
        height: 60px;
    }


    .best-nurse-container {
        width: 95%;
    }

    #thesis-award-section .container {
        max-width: 100%;
        margin: 0 auto;
    }

    #thesis-award-section {
        padding: 70px 0;

    }

    .competition-details p:nth-child(3) {

        width: 90%;

    }

    .awards-competition-container {
        padding: 0;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    nav .logo img {
        height: 50px;
    }

    .awards-list {
        flex-direction: column;
        align-items: center;
    }

    .award-item {
        max-width: 100%;
    }

    .sponsor-info,
    .professor-info {
        font-size: 16px;
    }

    .award-note {
        font-size: 14px;
    }

    .award-criteria ul {
        font-size: 14px;
    }

    .prize-container {
        flex-direction: column;
        align-items: center;
    }

    .prize-item {
        max-width: 100%;
    }

    .best-nurse-container {
        padding: 40px 25px;
    }
}

@media (max-width : 450px) {

    /* Hamburger Icon (Mobile Only) */
    .hamburger {
        display: block;
        /* Visible on mobile */
        cursor: pointer;
        font-size: 24px;
        z-index: 1010;
    }

    /* Fullscreen Nav Links (Mobile) */
    .nav-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: -100%;
        /* Start off-screen to the left */
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Background overlay */
        z-index: 1000;
        gap: 30px;
        transition: all 0.3s ease-in-out;
        /* Smooth transition */
    }

    /* Nav links visible */
    .nav-links.show {
        left: 0;
        /* Slide into view */
    }

    /* Adjusting Font Size for Mobile */
    .nav-links ul {
        flex-direction: column;
        /* Stack links vertically */
    }

    .nav-links ul li {
        margin: 15px 0;
    }

    .nav-links ul li a {
        font-size: 20px !important;
        /* Correct font size */
        color: white;
    }

    nav .logo img {
        height: 40px;
    }

    .best-nurse-container {
        padding: 40px 10px;
    }

    .best-nurse-container h1 {
        font-size: 27px;
    }

    .sponsor p {
        font-size: 15px;
        padding: 10px;
    }

    .eligibility,
    .award-recognition {
        padding: 20px 15px;
    }

    .eligibility li,
    .award-recognition li {
        font-size: 17px;
    }

    .sponsor-info,
    .professor-info {
        font-size: 16px;
        width: 100%;
    }

    #awards-section {
        padding: 60px 12px;
    }

    .award-criteria {
        padding: 23px;
    }
}</pre></body></html>