﻿.shekharnursingbnr {
    margin: 110px 0 0 0;
}
.shekharnursingbnr .container {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 210px;
}
.shekharnursingbnr .hero-header {
    max-width: 560px;
}
.shekharnursingbnr h1 {
    color: #2d2b2c;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 41px;
    line-height: 51px;
    font-weight: 700;
}
.shekharnursingbnr h1 span {
    color: #850f12;
}

.shekharnursingbnr .hero-header h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
}
.shekharnursingbnr .hero-header h3 span {
    color: #850f12;
}
.cta3-section-area.keyfeaturesbnr {
    padding: 40px 0;
}
.keyfeaturesbnr .imgagepara img {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(104%);
}
.icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #fff;
}
.imgagepara {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
}

.keyfeaturesbnr .heading1 p {
    margin: 0;
}
.keyfeaturesbnr h2.text-anime-style-3 {
    margin: 0 0 30px 0;
}

.contactnursing .text {
    width: 80%;
}
.contact1-section-area .contact-single-boxarea .single-box .text h4 {
    color: #ed3237;
}
.contact1-section-area .contact-single-boxarea .single-box .icons {
    background: #ed3237;
}
.contactnursing .space-margin60 {
    margin-bottom: 30px;
}
.contactnursing {
    padding: 50px 0 0;
}
.leftsideimg .col-lg-6.col-md-6 img {
    height: 200px;
}
.cta3-section-area::after {
    background: #000;
    opacity: 60%;
}
.leftsideimg .row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    border-radius: 50px;
    overflow: hidden;
}
.contact1-section-area .contact-single-boxarea {
    position: relative;
    padding-top: 300px;
    padding-bottom: 20px;
}
.contact-single-boxarea .row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin: 0;
}
.contact1-section-area .contact-single-boxarea .single-box {
    margin-top: 0;
    min-height: 126px;
}
.keyfeaturesbnr .heading1 p span {
    font-size: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    color: #f7f7f9;
}
    .contact-single-boxarea .row > div {
        width: 100%;
        padding: 0;
    }
    .leftsideimg .row > div {
        padding: 0;
        width: 100%;
    }
.nursing-courses-section .heading2 h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.nursing-courses-section {
    font-family: 'Figtree', sans-serif;
    background: #f7f7f9;
    padding: 50px 20px;
}
.nursing-courses-wrap {
    max-width: 1130px;
    margin: 0 auto;
}

.nursing-section-title {
    text-align: center;
    margin-bottom: 32px;
}

/* Table Card */
.nursing-table-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
    .nursing-table-card::before {
        content: "";
        background-image: url('../img/myimages/logo.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.07;
        max-width: 470px;
        height: 140px;
        width: 100%;
    }
/* Table */
.nursing-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    /* Header */
    .nursing-table thead {
        background: #4b5563;
    }
        .nursing-table thead th {
            color: #fff;
            padding: 15px 15px;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .3px;
            text-transform: uppercase;
        }

            .nursing-table thead th:first-child {
                width: 22%;
            }

            .nursing-table thead th:nth-child(2) {
                width: 14%;
            }

            .nursing-table thead th:nth-child(3) {
                width: 15%;
            }

            .nursing-table thead th:last-child {
                width: 49%;
            }

    /* Rows */
    .nursing-table tbody tr {
        border-bottom: 1px solid #ececf0;
        transition: .25s ease;
    }

        .nursing-table tbody tr:last-child {
            border-bottom: none;
        }

        .nursing-table tbody tr:hover {
            background: #fafafd;
        }
    .nursing-table td {
        padding: 15px 15px;
        vertical-align: top;
        color: #4b5563;
        font-size: 15px;
        line-height: 1.65;
    }

/* Course */
.course-box {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.course-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(237, 50, 55, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed3237;
    font-size: 18px;
    font-weight: 800;
}

.course-info strong {
    display: block;
    color: #4b5563;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 2px;
}

.course-info span {
    display: block;
    color: #4b5563;
    opacity: .72;
    font-size: 13px;
    font-style: italic;
}

/* Duration */
.duration-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f7f7f9;
    border: 1px solid #e8e8ec;
    border-radius: 30px;
    padding: 8px 13px;
    color: #4b5563;
    font-weight: 700;
    white-space: nowrap;
}

/* Seats */
.seats-badge {
    display: inline-block;
    background: rgba(237, 50, 55, 0.09);
    color: #ed3237;
    padding: 8px 14px;
    border-radius: 30px;
    font-weight: 700;
    white-space: nowrap;
}

/* Eligibility */
.eligibility-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .eligibility-list li {
        position: relative;
        padding-left: 23px;
        margin-bottom: 4px;
    }
.eligibility-list li:last-child {
    margin-bottom: 0;
}
.eligibility-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #ed3237;
    font-weight: 800;
}
.row {
    margin: 0;
}
img.responsivebnr {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .shekharnursingbnr .container {
        padding-top: 150px;
    }
    .about1-section-area .about-heading {
        padding: 0 0 0 30px;
    }
    .nursing-table-card::before {
        top: 50px;
    }
    .contact-single-boxarea .row {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 850px) {

    .nursing-courses-section {
        padding: 35px 15px;
    }

    .nursing-section-title h2 {
        font-size: 28px;
    }

    .nursing-table-card {
        background: transparent;
        box-shadow: none;
        border: none;
        overflow: visible;
    }

    .nursing-table,
    .nursing-table thead,
    .nursing-table tbody,
    .nursing-table tr,
    .nursing-table td {
        display: block;
        width: 100%;
    }

        .nursing-table thead {
            display: none;
        }

        .nursing-table tbody tr {
            background: #fff;
            border-radius: 16px;
            margin-bottom: 20px;
            padding: 5px 0;
            box-shadow: 0 8px 25px rgba(75, 85, 99, 0.08);
            border: 1px solid rgba(75, 85, 99, 0.07);
        }

        .nursing-table td {
            padding: 16px 20px;
            border-bottom: 1px solid #eeeeF2;
        }

            .nursing-table td:last-child {
                border-bottom: none;
            }

            .nursing-table td::before {
                display: block;
                color: #ed3237;
                font-size: 11px;
                font-weight: 800;
                letter-spacing: 1px;
                text-transform: uppercase;
                margin-bottom: 7px;
            }

            .nursing-table td:nth-child(1)::before {
                content: "Course Name";
            }

            .nursing-table td:nth-child(2)::before {
                content: "Duration";
            }

            .nursing-table td:nth-child(3)::before {
                content: "Approved Seats";
            }

            .nursing-table td:nth-child(4)::before {
                content: "Eligibility Criteria";
            }
}


@media only screen and (max-width: 768px) {
    .shekharnursingbnr h1 {
        font-size: 29px;
        line-height: 35px;
    }
    .shekharnursingbnr .hero-header {
        max-width: 420px;
    }
        .shekharnursingbnr .hero-header h3 {
            font-size: 20px;
            line-height: 27px;
            margin: 10px 0 10px;
        }
    .shekharnursingbnr .container {
        padding-top: 140px;
    }
    .about1-section-area .about-heading {
        padding: 0;
    }
    .leftsideimg.responsiveview {
        margin: 20px 0;
    }
    .about1-section-area .about-images-area .about-contact .text p {
        margin: 0;
    }
    .nursing-table-card::before {
       display: none;
    }
    .contactnursing {
        padding: 0;
        margin: 0 15px;
    }
}
    /* Mobile */
@media only screen and (max-width: 767px) {
    img.responsivebnr {
        display: block;
    }
    img.desktopbnr {
        display: none;
    }
    .shekharnursingbnr h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .shekharnursingbnr .hero-header h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 20px;
    }
    .shekharnursingbnr .container {
        padding-top: 163px;
    }
    .leftsideimg .col-lg-6.col-md-6 img {
        height: 140px;
    }
    .leftsideimg .row {
        grid-gap: 6px;
        border-radius: 25px;
    }
    .about1-section-area .about-images-area .about-contact span {
        height: 40px;
        width: 40px;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .leftsideimg .space14 {
        height: 7px;
    }
    .about1-section-area .about-images-area .about-contact {
        width: 260px;
        margin-top: -42px;
        left: 11%;
        z-index: 1;
    }
    .imgagepara p {
        width: 60%;
    }
    .keyfeaturesbnr .heading1 p span {
        font-size: 16px;
        color: #f7f7f9;
    }
    .contact-single-boxarea .row {
        grid-template-columns: repeat(1,1fr);
    }
    .contact1-section-area .contact-single-boxarea .single-box .text a {
        font-size: 12px;
        line-height: 23px;
    }
    .contact1-section-area .contact-single-boxarea .single-box {
        min-height: auto;
    }
    .contactnursing {
        background-position: center top !important;
    }
    .banershkr::before {
        content: "";
        position: absolute;
        background: #ffffff9e;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
}