
/*---------------Admission Information Css Start--------------*/


/*First Section*/
.dhaaaja-ami-new-p {
    /* font-size: 18px !important; */
    /* line-height: 33px !important; */
}

.dhaaa-ai-enw {
    padding: 65px 0 80px 0;
    background: #f8f9fa;
}

.dhvhava-ami-ewn {
    font-family: 'Arial Black', sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 1.5px #b3150f;
}
/*First Section*/
/*New Section*/
.call-to-action {
    position: relative;
    background-image: url(../images/adm-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.call-to-action .content-column {
    position: relative;
    padding: 50px 15px 41px;
}

.call-to-action .image-column {
    position: relative;
}

    .call-to-action .image-column .image {
        position: relative;
        top: -59px;
        margin-bottom: -130px;
    }

.call-to-action .content-column h3 {
    position: relative;
    color: #f4ca1e;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.4em;
    text-transform: uppercase;
}

    .call-to-action .content-column h3 span {
        color: #ffffff;
        font-size: 55px;
        font-weight: 500;
        text-transform: capitalize;
        font-family: 'Grand Hotel', cursive;
    }

.call-to-action .content-column .text {
    position: relative;
    color: #b6b6b6;
    font-size: 16px;
    line-height: 1.6em;
    margin: 20px 0px 30px;
}

.btn-style-one {
    position: relative;
    padding: 12px 40px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px 0px 6px 0px;
    background: #b3150f;
    border: 2px solid #f4ca1e;
    text-transform: uppercase;
}

    .btn-style-one:hover {
        color: #ffffff;
    }
/*New Section*/
/* Admission Process Section Styling */
.process {
    padding: 80px 0;
    background-color: #f8f9fa; /* Thoda sa off-white background */
}

    .process h2 {
        text-align: center;
        margin-bottom: 36px;
        font-size: 30px;
        color: #2c3e50;
        font-weight: 700;
        /* text-transform: uppercase; */
    }

.session-text {
    text-align: center;
    display: block;
    margin-bottom: 50px;
    color: #e67e22;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Grid for the cards */
.steps-grid {
    display: flex;
    gap: 18px;
    flex-wrap: nowrap; /* Force karega ki sab ek hi line mein rahein */
    justify-content: space-between;
    max-width: 1300px; /* Width thodi badhayi hai taaki 5 cards fit aa sakein */
    margin: 0 auto;
    padding: 0 20px;
}

/* Individual Card Styling */
.step-card {
    /* 5 cards ke liye width calculation: (100% - total gap) / 5 */
    flex: 0 0 calc((100% - (18px * 4)) / 5);
    background: #ffffff;
    padding: 25px 15px; /* Padding thodi kam ki hai taaki content congested na lage */
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #b3150f63;
    box-sizing: border-box; /* Padding ko width ke andar rakhne ke liye */
}

    .step-card:hover {
        transform: translateY(-10px); /* Card hover par upar move hoga */
        border-color: #e67e22;
    }

    /* --- IMAGE JAISA OUTLINE NUMBER (01, 02, 03) --- */
    .step-card span {
        display: inline-block;
        font-size: 39px;
        font-weight: 900;
        margin-bottom: 15px;
        color: transparent;
        -webkit-text-stroke: 1.5px #b3150f;
        font-family: 'Arial Black', sans-serif;
        line-height: 1;
    }

    .step-card h3 {
        margin-bottom: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #333;
        /* text-transform: uppercase; */
        /* letter-spacing: 1px; */
    }

    .step-card p {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        margin-top: 8px;
        margin-bottom: 0;
    }

/* Mobile Responsive */


@media (max-width: 1024px) {
    .steps-grid {
        flex-wrap: wrap;
    }

    .step-card {
        flex: 0 0 calc((100% - 18px) / 2); /* Tablets par ek line mein 2 */
    }
}

@media (max-width: 600px) {
    .step-card {
        flex: 0 0 100%; /* Mobile par ek line mein 1 */
    }
}
/*---------------Admission Information Css End--------------*/

/*---------------Fee Structure Css Start--------------*/
span.fw-light.d-block.htiughyi_tri {
    font-size: 20px;
    margin-top: 8px;
    color: #2e2e2e;
}
.inner-banner-content.inner-banner-content2 {
    margin-top: 0;
    border-radius: 0;
    background: #f8f9fa;
    padding: 50px 0 0px;
    background-size: 24%;
}

.inner-banner-content h6 {
    color: #b3150f;
    text-transform: uppercase;
    font-family: "Roboto Serif", serif;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

    .inner-banner-content h6:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -35px;
        transform: translate(0, -50%);
        width: 30px;
        height: 2px;
        background: rgba(183, 38, 27, .7490196078);
    }

    .inner-banner-content h6:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -35px;
        transform: translate(0, -50%);
        width: 30px;
        height: 2px;
        background: rgba(183, 38, 27, .7490196078);
    }

.inner-banner-content h1 {
    color: #121212;
    /* font-family: "Roboto Serif", serif; */
    font-size: 32px;
    /* text-transform: uppercase; */
    /* letter-spacing: .5px; */
    font-weight: 500;
    margin-bottom: 0;
    /* font-style: italic; */
}

.bg1 {
    background: #f8f9fa;
}

.school_rules_info {
    padding: 40px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.main-table table thead th {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 16px;
    background: #b3150f;
    color: #fff;
    vertical-align: middle;
    /* letter-spacing: .3px; */
}

.main-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.main-table table tbody tr {
    background: #fff;
}

p.inner-p {
    font-size: 15px;
    line-height: 31px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    letter-spacing: .3px;
    margin-bottom: 0;
}

.text-dangers {
    color: #b3150f;
}

p.inner-p b {
    font-weight: 600;
}

.school_rules_text ul li {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    letter-spacing: .3px;
    margin-bottom: 0;
}

    .school_rules_text ul li i {
        position: absolute;
        top: 5px;
        left: -18px;
        color: #b3150f;
        font-size: 11px;
    }

.school_rules_text ul {
    padding-inline-start: 25px;
}

.ahjajaa-ami-anew .table tr th, .table tr td {
    font-size: 13px;
    padding: 2px 16px;
}

.admission-block {
    position: relative;
    background: #ffffff;
    border-top: 28px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    outline: 3px solid #b3150f1a;
    transition: .6s ease-in-out;
    padding-bottom: 5px;
}

    .admission-block div {
        color: #0a0a0a;
        font-size: 17px;
        /* text-transform: uppercase; */
        /* font-family: "Roboto Serif", serif; */
        font-weight: 600;
        /* text-align: center; */
        height: 100%;
        margin-bottom: 0;
        padding: 10px 17px;
        line-height: 30px;
        /* letter-spacing: 1px; */
    }

a.admis-btn {
    background: #b7261b;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: "Roboto Serif", serif;
}

.admission-block i {
    position: absolute;
    top: -32%;
    left: 16%;
    transform: translate(-50%, -50%);
    color: #b3150f;
    background: #fff;
    font-size: 41px;
    border-radius: 50%;
    padding: 0;
    border-top: 4px solid #f0e1e2;
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.icon-img {
    width: 100%;
    height: 100%;    padding: 8px;
    object-fit: contain;
}

.admission-block div span {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
    color: #2a2a2a;
    /* height: 135px; */
    /* font-family: "Roboto Serif", serif; */
    font-weight: 400;
    /* font-style: italic; */
    /* line-height: 50px; */
    overflow-y: scroll;
    /* text-transform: capitalize;*/
}
    .admission-block div span::-webkit-scrollbar {
        width: 4px;
    }
    .admission-block div span::-webkit-scrollbar-thumb {
        background: #858585;
        border-radius: 10px;
    }
.fee-details-to-send {
    background: #f8f9fa;
}
/*---------------Fee Structure Css End--------------*/

/*---------------TC Procedure Css Strat--------------*/


.page-body {
    background-color: var(--bg-gray);
    color: var(--text-main);
    line-height: 1.6;
    margin: 0;
    padding: 40px 20px;
}



.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.main-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #b3150f;
    margin-bottom: 10px;
    margin-top: 0;
}

.sub-title {
    font-size: 18px;
    margin: 0;
}

.content-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 30px;
}

.section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 10px;
    color: var(--text-main);
}

.content-text {
    margin-bottom: 15px;
}

.alert-box {
    background-color: #fef2f2;
    border-left: 4px solid #dc2626;
    padding: 15px;
    margin: 20px 0;
    font-weight: 500;
    color: #991b1b;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-item {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: flex-start;
}

    .policy-item:last-child {
        border-bottom: none;
    }

.status-icon {
    background-color: #fee2e2;
    color: #dc2626;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: bold;
}
.footer-note {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--text-muted);
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f3f4f6;
}
.bold-text {
    font-weight: 600;
    color: var(--text-main);
}
@media (max-width: 600px) {
    .content-card {
        padding: 25px;
    }
    .main-title {
        font-size: 1.75rem;
    }
}
/*---------------TC Procedure Css End--------------*/

@media(max-width:768px) {
    .school_rules_info {
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
    .call-to-action .content-column {
    text-align: center;
}
        .call-to-action .content-column h3 {
            font-size: 26px;
        }
            .call-to-action .content-column h3 span {
                font-size: 30px;
                display: block;
            }
            .process {
    padding: 40px 0;
}
            .gsc-heading.style-1 .title {
    font-size: 28px;
}
            .sub-title {
    font-size: 14px;
}
            .dhvhava-ami-ewn {
    -webkit-text-stroke: 1px #b3150f;
}
}