/* Tablet */

@media (max-width:991px) {

    .mcn-campus-section {
        padding: 0px 0;
    }

    .mcn-campus-wrapper {
        flex-direction: column;
    }

    .mcn-campus-large {
        width: 100%;
    }

    .mcn-campus-large .rs-campus-life-bg-thumb {
        height: 420px;
    }

    .mcn-campus-thumbs {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .mcn-thumb-btn img {
        height: 90px;
    }

}

/* Mobile */

@media (max-width:767px) {

    .mcn-campus-section {
        padding: 0px 0;
    }

    .mcn-campus-heading {
        margin-bottom: 30px;
    }

    .mcn-campus-heading h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .mcn-campus-large .rs-campus-life-bg-thumb {
        height: 280px;
    }

    .mcn-campus-thumbs {
        width: 100%;
        margin-top: 15px;
    }

    .mcn-thumb-btn img {
        height: 70px;
        border-radius: 10px;
    }

}

/* Small Mobile */

@media (max-width:575px) {

    .mcn-campus-section {
        padding: 0px 0;
    }

    .mcn-campus-heading h2 {
        font-size: 26px;
    }

    .mcn-campus-large .rs-campus-life-bg-thumb {
        height: 220px;
    }

    .mcn-thumb-btn img {
        height: 60px;
    }

    .mcn-campus-large .rs-campus-life-bg-thumb {
        height: 320px;
    }

}

@media (max-width:420px) {

    .mcn-campus-section {
        padding: 0px 0;
    }

    .mcn-campus-heading h2 {
        font-size: 26px;
    }

    .mcn-campus-large .rs-campus-life-bg-thumb {
        height: 220px;
    }

    .mcn-thumb-btn img {
        height: 60px;
    }

    .mcn-campus-large .rs-campus-life-bg-thumb {
        height: 250px;
    }

}

/*====================================
    Maria College Footer Contact
=====================================*/

.mcn-footer-contact-wrap {
    margin-top: 25px;
}

.mcn-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
    transition: all .4s ease;
}

.mcn-footer-contact-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #f4b400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.mcn-footer-contact-icon i {
    font-size: 16px;
    color: #fff;
}

.mcn-footer-contact-content {
    flex: 1;
    display: flex;
}

.mcn-footer-contact-content p {
    margin: 0;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.mcn-footer-contact-content a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    transition: all .3s ease;
}

.mcn-footer-contact-content a:hover {
    color: #f4b400;
    padding-left: 8px;
}

.mcn-footer-contact-item:hover {
    transform: translateX(8px);
}

.mcn-footer-contact-item:hover .mcn-footer-contact-icon {
    background: #fff;
    transform: rotate(360deg);
}

.mcn-footer-contact-item:hover .mcn-footer-contact-icon i {
    color: #08254d;
}

/* Common Button Style */

.mcahs-admission-btn {
    margin-bottom: 0px;
}

.mcahs-admission-btn a {
    display: block;
    padding: 8px 10px;
    border-radius: 12px;
    color: #fff !important;
    font-size: 13px !important;
    ;
    font-weight: 700 !important;
    ;
    text-decoration: none;
    transition: .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.mcahs-admission-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .18);
    transition: .45s;
}

.mcahs-admission-btn a:hover::before {
    left: 100%;
}

.mcahs-admission-btn a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
}

/* Individual Colors */

.btn-overview a {
    background: linear-gradient(135deg, #1565C0, #42A5F5);
}

.btn-eligibility a {
    background: linear-gradient(135deg, #00897B, #26A69A);
}

.btn-process a {
    background: linear-gradient(135deg, #EF6C00, #FFA726);
}

.btn-fee a {
    background: linear-gradient(135deg, #6A1B9A, #AB47BC);
}

.btn-scholarship a {
    background: linear-gradient(135deg, #2E7D32, #66BB6A);
}

/* Hover */

.btn-overview a:hover {
    background: linear-gradient(135deg, #0D47A1, #1E88E5);
}

.btn-eligibility a:hover {
    background: linear-gradient(135deg, #00695C, #00897B);
}

.btn-process a:hover {
    background: linear-gradient(135deg, #E65100, #FB8C00);
}

.btn-fee a:hover {
    background: linear-gradient(135deg, #4A148C, #8E24AA);
}

.btn-scholarship a:hover {
    background: linear-gradient(135deg, #1B5E20, #43A047);
}

/*====================================
 Sticky Apply Button
=====================================*/

.mcahs-sticky-apply {
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

/* Button */

.mcahs-sticky-apply .rs-btn {
    background: linear-gradient(135deg, #00228F, #0048d8);
    color: #fff;
    border-radius: 50px;
    padding: 16px 28px;
    box-shadow: 0 12px 35px rgba(0, 34, 143, .35);
    border: 3px solid #FFC107;
    transition: .35s;
}

/* Hover */

.mcahs-sticky-apply .rs-btn:hover {
    background: #FFC107;
    color: #00228F;
    transform: scale(1.06);
    box-shadow: 0 18px 40px rgba(255, 193, 7, .45);
}

/* Icon Rotate */

.mcahs-sticky-apply .icon-box {
    animation: mcahsRotate 3s linear infinite;
}

.mcahs-sticky-apply .icon-box svg {
    fill: #fff;
}

.mcahs-sticky-apply .rs-btn:hover .icon-box svg {
    fill: #00228F;
}

/* Floating Animation */

@keyframes mcahsFloat {

    0% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-58%);
    }

    100% {
        transform: translateY(-50%);
    }

}

/* Rotate Animation */

@keyframes mcahsRotate {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/* Mobile */

@media(max-width:768px) {

    .mcahs-sticky-apply {
        right: 15px;
        bottom: 20px;
        top: auto;
        transform: none;
    }

    .mcahs-sticky-apply .rs-btn {
        padding: 14px 22px;
        font-size: 14px;
    }

}

/* Sticky Button */
.mcahs-sticky-btn {
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

/* Up & Down Animation */
.mcahs-sticky-btn .rs-btn {
    animation: mcahsMoveTopBottom 2s ease-in-out infinite;
    box-shadow: 0 10px 25px rgba(0, 34, 143, .30);
}

@keyframes mcahsMoveTopBottom {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }

}

/* .float {
    position: fixed;
    top: calc(40%);
    right: 45px;
    z-index: 20000;
    white-space: nowrap;
    height: 20px;
    font-weight: 700;
    font-size: 18px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
} */

.rs-course-info {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.rs-course-info li {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.rs-course-info li strong {
    color: #051435;
    font-weight: 600;
}

/* Facilities Gallery */
.gallery-white-card {
    margin-bottom: 30px;
}

.gallery-white-card .rs-gallery-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e9eef5;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    transition: all .4s ease;
}

.gallery-white-card .rs-gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.gallery-white-card .rs-gallery-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-white-card .rs-gallery-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .5s ease;
}

.gallery-white-card:hover .rs-gallery-thumb img {
    transform: scale(1.08);
}

.gallery-white-card .rs-gallery-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    transition: .35s;
}

.gallery-white-card:hover .rs-gallery-btn {
    opacity: 1;
}

.gallery-white-card .rs-btn-circle {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00272e;
    border-radius: 50%;
    font-size: 22px;
    transition: .3s;
}

.gallery-white-card .rs-btn-circle:hover {
    background: #0b5ed7;
    color: #fff;
    transition: .3s;
}

.amcn-course-section {
    background: #f8fbff;
}

.amcn-section-title span {
    display: inline-block;
    color: #0d6efd;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
}

.amcn-section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 15px;
}

.amcn-section-title p {
    max-width: 900px;
    margin: auto;
    color: #666;
}

.amcn-course-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.amcn-course-image img {
    width: 100%;
    display: block;
    transition: .5s;
    height: 870px;
    object-fit: cover;
}

.amcn-course-image:hover img {
    transform: scale(1.05);
}

.amcn-course-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

.amcn-course-badge {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.amcn-course-card h3 {
    font-size: 36px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 20px;
}

.amcn-course-duration {
    display: inline-block;
    background: #edf5ff;
    color: #0d6efd;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-weight: 600;
}

.amcn-course-duration i {
    margin-right: 8px;
}

.amcn-course-card h5 {
    color: #08254d;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 700;
}

.amcn-course-card p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
}

.amcn-course-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-course-list li {
    padding: 10px 0;
    color: #555;
    font-weight: 500;
}

.amcn-course-list li:last-child {
    padding-bottom: 0;
}

.amcn-course-list li i {
    color: #0d6efd;
    margin-right: 10px;
}

@media(max-width:991px) {

    .amcn-course-card {
        margin-top: 30px;
        padding: 30px;
    }

    .amcn-section-title h2 {
        font-size: 32px;
    }

    .amcn-course-card h3 {
        font-size: 30px;
    }

}

.amcn-eligibility-section {
    background: #ffffff;
}

.amcn-eligibility-image {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-eligibility-image img {
    width: 100%;
    display: block;
    transition: .5s;
    height: 530px;
    object-fit: cover;
}

.amcn-eligibility-image:hover img {
    transform: scale(1.05);
}

.amcn-eligibility-card {
    background: #f8fbff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.amcn-eligibility-card h3 {
    color: #08254d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.amcn-eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-eligibility-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amcn-eligibility-list li {
    position: relative;
    padding: 12px 15px 12px 40px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    background: #f8fbff;
    border: 1px solid #e6eef7;
    border-radius: 8px;
}

.amcn-eligibility-list li i {
    position: absolute;
    left: 15px;
    top: 16px;
    color: #0d6efd;
    font-size: 18px;
}


.amcn-career-section {
    background: #f8fbff;
}

.amcn-career-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-career-card h3 {
    color: #08254d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.amcn-career-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-career-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-career-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #555;
    font-weight: 500;
    text-transform: capitalize;
}

.amcn-career-list li i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #eaf3ff;
    color: #0d6efd;
    margin-right: 12px;
    font-size: 15px;
}

.amcn-career-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 35px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-career-highlight i {
    color: #0d6efd;
    font-size: 34px;
    margin-top: 5px;
}

.amcn-career-highlight p {
    margin: 0;
}

.amcn-career-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.amcn-career-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-career-image:hover img {
    transform: scale(1.05);
}

@media(max-width:991px) {

    .amcn-career-card {
        padding: 30px;
    }

    .amcn-career-card h3 {
        font-size: 28px;
    }

}

@media (max-width:991px) {

    .amcn-eligibility-card {
        margin-top: 30px;
        padding: 30px;
    }

    .amcn-eligibility-card h3 {
        font-size: 28px;
    }

}

.amcn-higher-education {
    background: #ffffff;
}

.amcn-he-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-he-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-he-image:hover img {
    transform: scale(1.05);
}

.amcn-he-card {
    background: #f8fbff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-he-card h3 {
    color: #08254d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.amcn-he-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-he-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-he-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
    color: #555;
}

.amcn-he-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0d6efd;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
}

.amcn-he-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-he-highlight i {
    font-size: 36px;
    color: #0d6efd;
    flex-shrink: 0;
}

.amcn-he-highlight p {
    margin: 0;
}

@media (max-width:991px) {

    .amcn-he-card {
        padding: 30px;
        margin-top: 30px;
    }

    .amcn-he-card h3 {
        font-size: 28px;
    }

}

.amcn-documents-section {
    background: #ffffff;
}

.amcn-documents-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-documents-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-documents-image:hover img {
    transform: scale(1.05);
}

.amcn-documents-card {
    background: #f8fbff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-documents-card h3 {
    font-size: 32px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 20px;
}

.amcn-documents-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-documents-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #555;
    font-weight: 500;
}

.amcn-documents-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0d6efd;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
}

.amcn-documents-note {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-documents-note i {
    font-size: 34px;
    color: #0d6efd;
    flex-shrink: 0;
}

.amcn-documents-note p {
    margin: 0;
}

@media (max-width:991px) {

    .amcn-documents-card {
        padding: 30px;
        margin-top: 30px;
    }

    .amcn-documents-card h3 {
        font-size: 28px;
    }

}

.amcn-fee-section {
    background: #f8fbff;
}

.amcn-fee-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-fee-card h3 {
    font-size: 32px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 20px;
}

.amcn-fee-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-fee-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-fee-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #555;
    font-weight: 500;
}

.amcn-fee-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0d6efd;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
}

.amcn-fee-note {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-fee-note i {
    font-size: 34px;
    color: #0d6efd;
    flex-shrink: 0;
}

.amcn-fee-note p {
    margin: 0;
}

.amcn-fee-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-fee-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-fee-image:hover img {
    transform: scale(1.05);
}

@media (max-width:991px) {

    .amcn-fee-card {
        padding: 30px;
    }

    .amcn-fee-card h3 {
        font-size: 28px;
    }

}

.amcn-approval-section {
    background: #f8fbff;
}

.amcn-approval-card {
    border-radius: 18px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .35s ease;
}

.col-lg-6:nth-child(1) .amcn-approval-card {
    background: #EDF7FF;
    border: 4px solid #0D6EFD;
    /* Blue */
}

.col-lg-6:nth-child(2) .amcn-approval-card {
    background: #F1FAEE;
    border: 4px solid #28A745;
    /* Green */
}

.col-lg-6:nth-child(3) .amcn-approval-card {
    background: #FFF7E6;
    border: 4px solid #F59E0B;
    /* Orange */
}

.col-lg-6:nth-child(4) .amcn-approval-card {
    background: #FFF0F5;
    border: 4px solid #E91E63;
    /* Pink */
}

.col-lg-6:nth-child(5) .amcn-approval-card {
    background: #F4F0FF;
    border: 4px solid #7C3AED;
    /* Purple */
}

.col-lg-6:nth-child(6) .amcn-approval-card {
    background: #EEF8F6;
    border: 4px solid #14B8A6;
    /* Teal */
}

.amcn-approval-card:hover {
    transform: translateY(-8px);
    border-color: #0d6efd;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.amcn-approval-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0d6efd;
    font-size: 34px;
    margin-bottom: 20px;
}

.amcn-approval-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 15px;
}

.amcn-approval-card p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 0;
}

@media (max-width:991px) {

    .amcn-approval-card {
        padding: 30px;
    }

    .amcn-approval-card h4 {
        font-size: 22px;
    }

}

.amcn-clinical-section {
    background: #ffffff;
}

.amcn-clinical-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-clinical-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-clinical-image:hover img {
    transform: scale(1.05);
}

.amcn-clinical-card {
    background: #f8fbff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-subtitle {
    display: inline-block;
    color: #0d6efd;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.amcn-clinical-card h2 {
    font-size: 38px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 20px;
}

.amcn-clinical-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-clinical-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-clinical-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #555;
    font-weight: 500;
}

.amcn-clinical-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0d6efd;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
}

.amcn-clinical-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-clinical-highlight i {
    font-size: 36px;
    color: #0d6efd;
    flex-shrink: 0;
}

.amcn-clinical-highlight p {
    margin: 0;
}

@media (max-width:991px) {

    .amcn-clinical-card {
        margin-top: 30px;
        padding: 30px;
    }

    .amcn-clinical-card h2 {
        font-size: 30px;
    }

}

.amcn-internship-section {
    background: #f8fbff;
}

.amcn-internship-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-internship-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-internship-image:hover img {
    transform: scale(1.05);
}

.amcn-internship-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-internship-card h2 {
    font-size: 38px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 20px;
}

.amcn-internship-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-internship-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-internship-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #555;
    font-weight: 500;
}

.amcn-internship-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0d6efd;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
}

.amcn-internship-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-internship-highlight i {
    font-size: 36px;
    color: #0d6efd;
    flex-shrink: 0;
}

.amcn-internship-highlight p {
    margin: 0;
}

@media(max-width:991px) {

    .amcn-internship-card {
        padding: 30px;
    }

    .amcn-internship-card h2 {
        font-size: 30px;
    }

}

.amcn-curriculum-section {
    background: #ffffff;
}

.amcn-curriculum-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.amcn-curriculum-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

.amcn-curriculum-image:hover img {
    transform: scale(1.05);
}

.amcn-curriculum-card {
    background: #f8fbff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.amcn-curriculum-card h2 {
    font-size: 38px;
    font-weight: 700;
    color: #08254d;
    margin-bottom: 20px;
}

.amcn-curriculum-card p {
    color: #666;
    line-height: 1.9;
}

.amcn-curriculum-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amcn-curriculum-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #555;
    font-weight: 500;
}

.amcn-curriculum-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0d6efd;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
}

.amcn-curriculum-highlight {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 25px;
    background: #edf5ff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

.amcn-curriculum-highlight i {
    font-size: 36px;
    color: #0d6efd;
    flex-shrink: 0;
}

.amcn-curriculum-highlight p {
    margin: 0;
}

@media(max-width:991px) {

    .amcn-curriculum-card {
        margin-top: 30px;
        padding: 30px;
    }

    .amcn-curriculum-card h2 {
        font-size: 30px;
    }

}

.amcn-about-section {
    background: #f7fbff;
    position: relative;
    overflow: hidden;
}

.amcn-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
}

.amcn-about-image img {
    width: 100%;
    display: block;
    transition: .6s;
}

.amcn-about-image:hover img {
    transform: scale(1.08);
}

.amcn-about-experience {
    position: absolute;
    left: 35px;
    bottom: 35px;
    background: #00272e;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(13, 110, 253, .35);
}

.amcn-about-experience h3 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
}

.amcn-about-experience span {
    font-size: 16px;
}

.amcn-subtitle {
    display: inline-block;
    color: #fdc72f;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.amcn-about-content h2 {
    font-size: 36px;
    color: #08254d;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.amcn-about-content p {
    color: #666;
    line-height: 2;
    margin-bottom: 18px;
}

.amcn-about-feature {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    background: #fff;
    border-radius: 15px;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.amcn-about-feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.amcn-about-feature i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #edf5ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.amcn-about-feature h5 {
    color: #08254d;
    margin-bottom: 8px;
    font-weight: 700;
}

.amcn-about-feature p {
    margin: 0;
    line-height: 1.7;
}

.amcn-history-section {
    background: #ffffff;
}

.amcn-history-card {
    max-width: 1300px;
    margin: auto;
    background-color: var(--rs-theme-cyan);
    background-image: url(../images/bg/bg1.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    text-align: center;
}

.amcn-history-card h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
}

.amcn-history-card p {
    color: #ffffff;
    line-height: 2;
    margin-bottom: 18px;
}

@media(max-width:991px) {

    .amcn-about-content {
        margin-top: 50px;
    }

    .amcn-about-content h2 {
        font-size: 34px;
    }

    .amcn-history-card {
        padding: 35px;
    }

    .amcn-history-card h2 {
        font-size: 30px;
    }

    .amcn-about-experience {
        width: 120px;
        height: 120px;
    }

    .amcn-about-experience h3 {
        font-size: 36px;
    }

}

/*=========================================
    Luxury Maria Group Section
=========================================*/

.maria-group-section {
    position: relative;

    background:
        radial-gradient(circle at top right, #eef6ff 0%, transparent 35%),
        radial-gradient(circle at bottom left, #f8fbff 0%, transparent 35%),
        #f7f9fc;
    overflow: hidden;
}

.maria-group-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(13, 110, 253, .05);
    border-radius: 50%;
    top: -180px;
    right: -120px;
}

.maria-group-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 193, 7, .08);
    border-radius: 50%;
    bottom: -120px;
    left: -80px;
}

.maria-group-image {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    box-shadow:
        0 35px 90px rgba(0, 0, 0, .18),
        0 8px 30px rgba(13, 110, 253, .08);
}

.maria-group-image img {
    width: 100%;
    display: block;
    transition: 1s;
}

.maria-group-image:hover img {
    transform: scale(1.08);
}

.maria-group-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(8, 37, 77, .45),
            transparent 45%);
}

/* Floating Badge */

.maria-floating-item {

    width: 165px;
    height: 165px;
    position: absolute;
    left: 35px;
    bottom: 35px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .18);

    backdrop-filter: blur(14px);

    border: 2px solid rgba(255, 255, 255, .35);

    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .25);

}

.maria-floating-item h2 {

    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;

}

.maria-floating-item span {

    font-size: 15px;
    letter-spacing: 1px;

}

/* Subtitle */

.maria-subtitle {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #0d6efd;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 18px;

}

.maria-subtitle::before {

    content: "";

    width: 45px;
    height: 3px;
    border-radius: 10px;
    background: #0d6efd;

}

/* Heading */

.maria-group-content h2 {

    font-size: 52px;
    line-height: 1.25;

    color: #08254d;

    font-weight: 800;

    margin-bottom: 25px;

}

.maria-group-content p {

    color: #666;
    line-height: 2;
    font-size: 16px;
}

/* Luxury Info Box */

.maria-highlight-box {

    margin-top: 40px;

    display: flex;

    gap: 20px;

    padding: 30px;

    border-radius: 24px;

    background: rgba(255, 255, 255, .82);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .55);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .08);

}

.maria-highlight-box:hover {

    transform: translateY(-6px);

    transition: .35s;

}

.maria-highlight-box i {

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background: linear-gradient(135deg, #0d6efd, #2d8cff);

    color: #fff;

    font-size: 34px;

    flex-shrink: 0;

}

.maria-highlight-box h5 {

    color: #08254d;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 10px;

}

.maria-highlight-box p {

    margin: 0;

}

/* Luxury Counter Cards */

.maria-counter {

    position: relative;

    margin-top: 35px;

    padding: 35px;

    border-radius: 24px;

    background-color: var(--rs-theme-cyan);
    background-image: url(../images/bg/bg1.png);
    background-size: cover;

    text-align: center;

    overflow: hidden;

    box-shadow:
        0 20px 55px rgba(0, 0, 0, .08);

    transition: .4s;

}

.maria-counter::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg, #0d6efd, #ffc107);

}

.maria-counter:hover {

    transform: translateY(-10px);

    box-shadow:
        0 35px 70px rgba(0, 0, 0, .14);

}

.maria-counter i {

    width: 75px;
    height: 75px;

    margin: auto;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf5ff;

    color: #0d6efd;

    font-size: 34px;

    margin-bottom: 18px;

}

.maria-counter h3 {

    color: #fdc72f;

    font-size: 46px;

    font-weight: 800;

    margin-bottom: 8px;

}

.maria-counter span {

    color: #ffffff;

    font-size: 15px;

}

/*=====================================
    Maria Trust Premium Design
======================================*/

.metrust-section {

    background:
        radial-gradient(circle at top right, #eef5ff 0%, transparent 35%),
        radial-gradient(circle at bottom left, #fff9ea 0%, transparent 35%),
        #f7f9fc;

    position: relative;
    overflow: hidden;

}

.metrust-section::before {

    content: "";

    position: absolute;

    width: 550px;
    height: 550px;

    border-radius: 50%;

    background: rgba(13, 110, 253, .04);

    top: -260px;
    right: -180px;

}

.metrust-wrapper {

    background: rgba(255, 255, 255, .78);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .45);

    border-radius: 35px;

    padding: 40px 50px;

    box-shadow:
        0 40px 100px rgba(0, 0, 0, .10);

}

.metrust-image {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

}

.metrust-image img {

    width: 100%;
    display: block;

    transition: 1s;

}

.metrust-image:hover img {

    transform: scale(1.08);

}

.metrust-image::after {

    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(8, 37, 77, .35),
            transparent 50%);

}

/* Floating Badge */

.metrust-badge {

    position: absolute;

    left: 25px;

    bottom: 25px;

    background: #ffffff;

    border-radius: 50px;

    padding: 14px 24px;

    display: flex;

    align-items: center;

    gap: 12px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

}

.metrust-badge i {

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0d6efd;

    color: #fff;

    border-radius: 50%;

    font-size: 22px;

}

.metrust-badge span {

    font-weight: 700;

    color: #08254d;

}

/* Content */

.metrust-subtitle {

    display: inline-block;

    color: #0d6efd;

    letter-spacing: 2px;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.metrust-content h2 {

    font-size: 50px;

    color: #08254d;

    line-height: 1.25;

    margin-bottom: 25px;

    font-weight: 800;

}

.metrust-content p {

    color: #666;

    line-height: 2;

    margin-bottom: 18px;

}

/* Quote */

.metrust-quote {

    position: relative;

    margin-top: 40px;

    padding: 35px;

    border-radius: 20px;

    background: linear-gradient(135deg, #08254d, #00272e);

    color: #fff;

    overflow: hidden;

}

.metrust-quote::before {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .08);

    right: -60px;
    top: -60px;

}

.metrust-quote i {

    font-size: 48px;

    opacity: .25;

}

.metrust-quote p {

    color: #fff;

    margin-top: 15px;

    margin-bottom: 0;

    font-size: 18px;

    line-height: 1.8;

}

/* Responsive */

@media(max-width:991px) {

    .metrust-wrapper {

        padding: 30px;

    }

    .metrust-content {

        margin-top: 40px;

    }

    .metrust-content h2 {

        font-size: 34px;

    }

}

/* Responsive */

@media(max-width:991px) {

    .maria-group-content {

        margin-top: 50px;

    }

    .maria-group-content h2 {

        font-size: 36px;

    }

    .maria-floating-item {

        width: 120px;
        height: 120px;

    }

    .maria-floating-item h2 {

        font-size: 34px;

    }

}

/*=========================================
      Principal Message
=========================================*/

.amcn-principal-section {

    background:
        radial-gradient(circle at top right, #eef6ff 0%, transparent 35%),
        radial-gradient(circle at bottom left, #fff8e8 0%, transparent 30%),
        #f8fbff;

    overflow: hidden;

}

.amcn-principal-wrapper {

    background: rgba(255, 255, 255, .82);

    backdrop-filter: blur(18px);

    border-radius: 35px;

    padding: 40px;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, .10);

}

/* Image */

.amcn-principal-image {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

.amcn-principal-image img {

    width: 100%;

    display: block;

    transition: .8s;

}

.amcn-principal-image:hover img {

    transform: scale(1.08);

}

/* Floating Name */

.amcn-principal-info {

    position: relative;

    background: rgba(255, 255, 255, .95);

    padding: 25px;

    text-align: center;

}

.amcn-principal-info h4 {

    color: #08254d;

    font-size: 24px;

    margin-bottom: 5px;

    font-weight: 700;

}

.amcn-principal-info span {

    display: block;

    color: #0d6efd;

    font-weight: 600;

}

.amcn-principal-info small {

    color: #001b25;
    font-weight: 600;

}

/* Content */

.amcn-principal-content h2 {

    font-size: 36px;

    color: #08254d;

    font-weight: 800;

    margin-bottom: 25px;

}

.amcn-principal-content p {

    color: #666;

    line-height: 2;

}

/* Quote */

.amcn-principal-quote {

    position: relative;

    margin-bottom: 35px;

    padding: 35px;

    border-left: 5px solid #0d6efd;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    display: flex;

}

.amcn-principal-quote i {

    font-size: 48px;

    color: #0d6efd;

    opacity: .25;

}

.amcn-principal-quote p {

    font-size: 18px;

    margin-top: 15px;

    margin-bottom: 0;

    color: #08254d;

    font-weight: 500;

}

/* Signature */

.amcn-signature {

    margin-top: 40px;

    padding-top: 30px;

    border-top: 2px dashed #dbe7ff;

}

.amcn-signature h5 {

    color: #08254d;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 8px;

}

.amcn-signature span {

    color: #0d6efd;

    line-height: 1.8;

}

@media(max-width:991px) {

    .amcn-principal-wrapper {

        padding: 35px;

    }

    .amcn-principal-content {

        margin-top: 45px;

    }

    .amcn-principal-content h2 {

        font-size: 34px;

    }

}

.amcn-vmc-section {

    background: #f8fbff;

}

.amcn-section-title {

    font-size: 46px;

    color: #08254d;

    font-weight: 700;

    margin-bottom: 15px;

}

.amcn-section-text {

    max-width: 750px;

    margin: auto;

    color: #666;

    line-height: 1.9;

}

.amcn-vmc-card {

    background: #fff;

    border-radius: 25px;

    padding: 40px;

    height: 100%;

    box-shadow: 0 20px 55px rgba(0, 0, 0, .08);

    transition: .4s;

    position: relative;

    overflow: hidden;

}


.amcn-vmc-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 30px 70px rgba(0, 0, 0, .14);

}

.amcn-vmc-icon {

    width: 80px;

    height: 80px;

    background: #edf5ff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #0d6efd;

    font-size: 36px;

    margin-bottom: 25px;

}

.amcn-vmc-card h3 {

    color: #08254d;

    font-size: 30px;

    margin-bottom: 20px;

    font-weight: 700;

}

.amcn-vmc-card p {

    color: #666;

    line-height: 2;

}

.amcn-vmc-list,
.amcn-core-values {

    list-style: none;

    padding: 0;

    margin: 0;

}

.amcn-vmc-list li {

    display: flex;

    align-items: flex-start;

    margin-bottom: 15px;

    line-height: 1.8;

    color: #555;

}

.amcn-vmc-list li i {

    color: #0d6efd;

    margin-right: 10px;

    font-size: 20px;

    margin-top: 3px;

}

.amcn-core-values li {

    padding: 14px 18px;

    margin-bottom: 12px;

    border-radius: 12px;

    background: #f5f9ff;

    color: #08254d;

    font-weight: 600;

    transition: .3s;

}

.amcn-core-values li:hover {

    background: #0d6efd;

    color: #fff;

    transform: translateX(8px);

}

@media(max-width:991px) {

    .amcn-section-title {

        font-size: 34px;

    }

    .amcn-vmc-card {

        padding: 30px;

    }

}

/*==============================
Vision
==============================*/

.amcn-vision-card {
    background: linear-gradient(135deg, #eef7ff 0%, #d9ecff 100%);
    border: 5px solid #0d6efd;
}

.amcn-vision-card .amcn-vmc-icon {
    background: #0d6efd;
    color: #fff;
}


/*==============================
Mission
==============================*/

.amcn-mission-card {
    background: linear-gradient(135deg, #eefcf6 0%, #d7f6e5 100%);
    border: 5px solid #16a34a;
}

.amcn-mission-card .amcn-vmc-icon {
    background: #16a34a;
    color: #fff;
}


/*==============================
Core Values
==============================*/

.amcn-values-card {
    background: linear-gradient(135deg, #fff8e8 0%, #ffe8bd 100%);
    border: 5px solid #f59e0b;
}

.amcn-values-card .amcn-vmc-icon {
    background: #f59e0b;
    color: #fff;
}


/*==============================
Common Hover
==============================*/

.amcn-vmc-card {
    transition: .4s;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

.amcn-vmc-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

/*=================================
    Anti Ragging
=================================*/

.amcn-ragging-section {

    background: #f8fbff;

}

.amcn-ragging-image {

    overflow: hidden;

    border-radius: 25px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);

}

.amcn-ragging-image img {

    width: 100%;

    transition: .7s;

}

.amcn-ragging-image:hover img {

    transform: scale(1.08);

}

.amcn-ragging-card {

    background: #fff;

    padding: 45px;

    border-radius: 25px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

    position: relative;

}

.amcn-ragging-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 6px;

    height: 100%;

    background: #dc3545;

    border-radius: 10px;

}

.amcn-ragging-card h2 {

    font-size: 42px;

    color: #08254d;

    margin-bottom: 25px;

}

.amcn-ragging-alert {

    display: flex;

    gap: 20px;

    align-items: flex-start;

    padding: 25px;

    margin-bottom: 30px;

    background: #fff5f5;

    border: 1px solid #ffd3d3;

    border-radius: 18px;

}

.amcn-ragging-alert i {

    width: 70px;
    min-width: 70px;

    height: 70px;

    background: #dc3545;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 32px;

}

.amcn-ragging-alert h5 {

    color: #dc3545;

    margin-bottom: 8px;

    font-size: 22px;

}

.amcn-ragging-card p {

    color: #666;

    line-height: 2;

}

.amcn-ragging-list {

    list-style: none;

    padding: 0;

    margin-top: 30px;

}

.amcn-ragging-list li {

    display: flex;

    align-items: flex-start;

    margin-bottom: 18px;

    color: #555;

    line-height: 1.8;

}

.amcn-ragging-list li i {

    color: #16a34a;

    font-size: 22px;

    margin-right: 12px;

    margin-top: 2px;

}

@media(max-width:991px) {

    .amcn-ragging-card {

        padding: 30px;
        margin-top: 35px;

    }

    .amcn-ragging-card h2 {

        font-size: 32px;

    }

}

/*=========================
Royal Scholarship
==========================*/

.amcn-scholarship-section {

    background:
        linear-gradient(135deg, #f8fbff, #eef6ff);

}

.amcn-scholarship-image {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    box-shadow: 0 30px 70px rgba(0, 0, 0, .15);

}

.amcn-scholarship-image img {

    width: 100%;

    transition: .8s;

}

.amcn-scholarship-image:hover img {

    transform: scale(1.08);

}

.amcn-scholarship-badge {

    position: absolute;

    left: 25px;

    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 15px;

    background: rgba(255, 255, 255, .95);

    padding: 18px 28px;

    border-radius: 60px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

}

.amcn-scholarship-badge i {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg, #d4af37, #f7d774);

    color: #fff;

    border-radius: 50%;

    font-size: 26px;

}

.amcn-scholarship-badge span {

    color: #08254d;

    font-weight: 700;

}

.amcn-scholarship-card {

    background: rgba(255, 255, 255, .88);

    backdrop-filter: blur(15px);

    border-radius: 30px;

    padding: 45px;

    box-shadow: 0 25px 70px rgba(0, 0, 0, .08);

}

.amcn-scholarship-card h2 {

    font-size: 44px;

    font-weight: 700;

    color: #08254d;

    margin-bottom: 20px;

}

.amcn-scholarship-card p {

    color: #666;

    line-height: 2;

}

.amcn-scholarship-item {

    display: flex;

    align-items: center;

    gap: 18px;

    background: #fff;

    padding: 20px;

    border-radius: 18px;

    margin-bottom: 20px;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.amcn-scholarship-item:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);

}

.amcn-scholarship-item i {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg, #0d6efd, #0b4db3);

    color: #fff;

    border-radius: 18px;

    font-size: 28px;

}

.amcn-scholarship-item h5 {

    color: #08254d;

    margin: 0;

    font-size: 18px;

}

.amcn-scholarship-note {

    margin-top: 30px;

    display: flex;

    gap: 18px;

    padding: 30px;

    border-radius: 20px;

    background: linear-gradient(135deg, #08254d, #124A80);

    color: #fff;

}

.amcn-scholarship-note i {

    font-size: 34px;

    color: #ffd54f;

}

.amcn-scholarship-note p {

    color: #fff;

    margin: 0;

}

.amcn-scholarship-support-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 22px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #edf2f9;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
}

.amcn-scholarship-support-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0B4DB3, #0d6efd, #FFC107);
}

.amcn-scholarship-support-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.amcn-scholarship-support-card i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0B4DB3, #0d6efd);
    color: #fff;
    font-size: 34px;
}

.amcn-scholarship-support-card h4 {
    color: #08254d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.amcn-scholarship-support-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/*=============================
Royal Rules Section
==============================*/

.amcn-rules-section {

    background: #fff;

}

.amcn-rules-image {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .15);

}

.amcn-rules-image img {

    width: 100%;

    display: block;

    transition: .8s;

}

.amcn-rules-image:hover img {

    transform: scale(1.08);

}

.amcn-rules-badge {

    position: absolute;

    left: 25px;

    bottom: 25px;

    background: rgba(255, 255, 255, .95);

    padding: 16px 24px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    gap: 12px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

}

.amcn-rules-badge i {

    width: 50px;

    height: 50px;

    background: linear-gradient(135deg, #0d6efd, #124A80);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 24px;

}

.amcn-rules-badge span {

    font-weight: 700;

    color: #08254d;

}

.amcn-rules-content {

    background: #fff;

    padding: 45px;

    border-radius: 25px;

    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);

}

.amcn-rules-content h2 {

    font-size: 42px;

    color: #08254d;

    font-weight: 700;

    margin-bottom: 20px;

}

.amcn-rules-content p {

    color: #666;

    line-height: 2;

}

.amcn-rule-item {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 18px;

    border-radius: 16px;

    background: #f7faff;

    transition: .35s;

}

.amcn-rule-item:hover {

    background: #0d6efd;

    transform: translateY(-5px);

}

.amcn-rule-item:hover span {

    color: #fff;

}

.amcn-rule-item:hover i {

    color: #fff;

}

.amcn-rule-item i {

    color: #0d6efd;

    font-size: 22px;

}

.amcn-rule-item span {

    font-weight: 600;

    color: #555;

}

.amcn-rules-note {

    margin-top: 35px;

    display: flex;

    gap: 20px;

    padding: 28px;

    border-radius: 20px;

    background: linear-gradient(135deg, #08254d, #124A80);

    color: #fff;

}

.amcn-rules-note i {

    font-size: 34px;

    color: #ffd54f;

}

.amcn-rules-note h5 {

    color: #fff;

    margin-bottom: 8px;

}

.amcn-rules-note p {

    color: #fff;

    margin: 0;

}

/* Mobile Responsive */

@media(max-width:991px) {
    .gallery-white-card .rs-gallery-thumb img {
        height: 220px;
    }
}

@media(max-width:767px) {
    .gallery-white-card .rs-gallery-thumb img {
        height: 200px;
    }

    .rs-program-four {
        padding: 80px 0;
    }
}

@media (max-width: 1399.98px) {
    .mcahs-admission-btn a {
        padding: 7px 8px;
        font-size: 12px !important;
    }
}

@media (max-width: 1299.98px) {
    .mcahs-admission-btn a {
        padding: 6px 6px;
        font-size: 11px !important;
    }

    .rs-header-top.rs-header-top-one .header-top-content .header-top-title {
        font-size: 13px;
    }
}

/*====================================================
  RECOGNIZED & AFFILIATED
====================================================*/

.amcn-recognized-wrap {
    position: relative;
    padding: 60px 0;
    background: #f7f9fc;
    overflow: hidden;
}

.amcn-recognized-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 60px;
    background: #00272e;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    transition: all .45s ease;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
}

/* Animated Top Border */
.amcn-recognized-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 4px;
    background: #f5b400;
    transition: .5s ease;
    transform: translateX(-50%);
}

.amcn-recognized-card:hover::before {
    width: 100%;
}

/* Background Glow */
.amcn-recognized-card::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    transition: .5s;
}

.amcn-recognized-card:hover::after {
    transform: scale(1.2);
}

.amcn-recognized-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .28);
}

/*==========================
        ICON
==========================*/

.amcn-recognized-icon {
    position: relative;
    width: 95px;
    height: 95px;
    min-width: 95px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
}

.amcn-recognized-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(245, 180, 0, .45);
    transition: .5s;
}

.amcn-recognized-icon i {
    font-size: 38px;
    color: #f5b400;
    transition: .5s;
}

.amcn-recognized-card:hover .amcn-recognized-icon {
    background: #f5b400;
    transform: rotate(360deg);
}

.amcn-recognized-card:hover .amcn-recognized-icon::before {
    transform: rotate(-360deg);
}

.amcn-recognized-card:hover .amcn-recognized-icon i {
    color: #00272e;
}

/*==========================
        CONTENT
==========================*/

.amcn-recognized-content {
    flex: 1;
}

.amcn-recognized-content h3 {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    transition: .4s;
}

.amcn-recognized-card:hover .amcn-recognized-content h3 {
    color: #f5b400;
}

.amcn-recognized-content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .85);
}

.amcn-recognized-content strong {
    color: #f5b400;
    font-weight: 600;
    transition: .4s;
}

.amcn-recognized-card:hover .amcn-recognized-content strong {
    color: #ffffff;
}

/*==========================
    RESPONSIVE
==========================*/

@media (max-width:991px) {

    .amcn-recognized-card {
        padding: 35px;
        gap: 25px;
    }

    .amcn-recognized-content h3 {
        font-size: 28px;
    }

}

@media (max-width:767px) {

    .amcn-recognized-wrap {
        padding: 70px 0;
    }

    .amcn-recognized-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }

    .amcn-recognized-icon {
        margin-bottom: 10px;
    }

    .amcn-recognized-content h3 {
        font-size: 26px;
    }

    .amcn-recognized-content p {
        font-size: 16px;
    }

}

.amcn-recognized-wrap {
    padding: 60px 0;
    background: #f7f9fc;
}

.amcn-section-title {
    text-align: center;
    max-width: 1150px;
    margin: 0 auto 60px;
}

.amcn-section-title span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #0d6efd15;
    color: #0b5ed7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.amcn-section-title p {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.8;
}

.amcn-recognized-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.amcn-rec-card {
    background: #08254d;
    padding: 45px 35px;
    border-radius: 22px;
    text-align: center;
    transition: .4s;
    border: 1px solid #edf0f5;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
}

.amcn-rec-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #0d6efd;
}

.amcn-rec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(13, 110, 253, .15);
}

.amcn-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
    margin-bottom: 25px;
}

.amcn-rec-card h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 18px;
}

.amcn-rec-card p {
    color: #f2f2f2;
    ;
    font-size: 16px;
    line-height: 1.9;
}

.amcn-rec-card strong {
    color: #fdc72f;
}

@media(max-width:991px) {

    .amcn-recognized-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .amcn-section-title h2 {
        font-size: 30px;
    }

    .amcn-recognized-grid {
        grid-template-columns: 1fr;
    }

    .amcn-rec-card {
        padding: 35px 25px;
    }

}

.amcn-department-section {
    padding: 60px 0;
    background: #f5f9ff;
}

.amcn-title-area {
    text-align: center;
    margin-bottom: 60px;
}

.amcn-title-area span {
    display: inline-block;
    padding: 8px 20px;
    background: #0b4da2;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

.amcn-title-area h2 {
    margin: 20px 0;
    font-size: 42px;
    color: #002b5c;
    font-weight: 700;
}

.amcn-title-area p {
    max-width: 900px;
    margin: auto;
    color: #666;
    line-height: 30px;
}

.amcn-dept-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .5s;
    animation: amcnFade 1s;
}

.amcn-dept-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 63, 136, .18);
}

.amcn-img {
    overflow: hidden;
}

.amcn-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .6s;
}

.amcn-dept-card:hover img {
    transform: scale(1.12) rotate(2deg);
}

.amcn-content {
    padding: 28px;
}

.amcn-content h3 {
    font-size: 22px;
    color: #003b80;
    margin-bottom: 15px;
    transition: .4s;
}

.amcn-dept-card:hover h3 {
    color: #0d6efd;
}

.amcn-content p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}

@keyframes amcnFade {

    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

@media(max-width:768px) {

    .amcn-title-area h2 {
        font-size: 30px;
    }

    .amcn-img img {
        height: 220px;
    }

}

.blink-btn a {
    display: inline-block;
    background: #e30613;
    /* Red */
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    animation: colorBlink 1.5s infinite;
}

.blink-btn a:hover {
    background: #0056d6;
    /* Blue */
    color: #ffeb00;
    /* Yellow */
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 86, 214, 0.4);
}

@keyframes colorBlink {
    0% {
        background: #e30613;
        /* Red */
        color: #fff;
    }

    33% {
        background: #0056d6;
        /* Blue */
        color: #fff;
    }

    66% {
        background: #ffeb00;
        /* Yellow */
        color: #000;
    }

    100% {
        background: #e30613;
        /* Red */
        color: #fff;
    }
}

/* Individual Colors */

.btn-overview a {
    background: linear-gradient(135deg, #1565C0, #42A5F5);
}

.btn-eligibility a {
    background: linear-gradient(135deg, #00897B, #26A69A);
}

.btn-process a {
    background: linear-gradient(135deg, #EF6C00, #FFA726);
}

.btn-fee a {
    background: linear-gradient(135deg, #6A1B9A, #AB47BC);
}

.btn-scholarship a {
    background: linear-gradient(135deg, #2E7D32, #66BB6A);
}

/* Hover */

.btn-overview a:hover {
    background: linear-gradient(135deg, #0D47A1, #1E88E5);
}

.btn-eligibility a:hover {
    background: linear-gradient(135deg, #00695C, #00897B);
}

.btn-process a:hover {
    background: linear-gradient(135deg, #E65100, #FB8C00);
}

.btn-fee a:hover {
    background: linear-gradient(135deg, #4A148C, #8E24AA);
}

.btn-scholarship a:hover {
    background: linear-gradient(135deg, #1B5E20, #43A047);
}

.affiliation-section {
    padding: 80px 0;
    background: #f5f9ff;
}

.affiliation-card {
    display: flex;
    align-items: center;
    gap: 35px;
    background: #08254d;
    padding: 45px;
    border-radius: 18px;
    border-left: 6px solid #0b4db3;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
    transition: .4s ease;
}

.affiliation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(11, 77, 179, .18);
}

.affiliation-icon {
    min-width: 95px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b4db3, #1f7ae0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliation-icon i {
    font-size: 42px;
    color: #fff;
}

.affiliation-tag {
    display: inline-block;
    padding: 6px 18px;
    background: #ffcc00;
    color: #222;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.affiliation-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.affiliation-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    margin: 0;
}

@media (max-width:768px) {

    .affiliation-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }

    .affiliation-content h3 {
        font-size: 26px;
    }



}
@media (max-width:575.98px) {
    .affiliation-section {
        padding: 20px 0;
    }
}
@media (max-width:420.98px) {
    .affiliation-section {
        padding: 0px 0;
    }
}