/* NMIMS CDOE University */

.nmims-testimonials {
    padding: 60px 20px 0;
    background: #ffffff;
    text-align: center;
}

.nmims-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #021735;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    /* margin-top: -70px; */
    z-index: 1;
    position: relative;
}

.nmims-stats-service-section {
    background: #f8f6f4;
    padding: 25px 0;
}
.nmims-stats-service {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    color: #fff;
}
.nmims-icon-stat img {
    width: 70px;
}
.nmims-icon-stat {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #1b2d49; */
}
.nmims-stat {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

.nmims-stat-content h3 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}

.nmims-stat-content p {
    font-size: 13px;
    color: #1d1d1d;
    margin: 0;
    line-height: 20px;
}

@media (max-width: 992px) {
    .nmims-stats-service {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .nmims-stats-service {
        grid-template-columns: 2fr;
    }

    .nmims-stat {
        flex-direction: column;
        gap: 10px;
    }
}

.section-space {
    padding: 70px 0;
}

.main-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #0e1830;
}

.sub-heading {
    font-size: 18px;
    color: #5f6675;
    margin-top: 12px;
}

.section-title {
    text-align: center;
    margin-bottom: 45px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
}

.section-title p {
    color: #6b7280;
    margin-top: 10px;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: 0.3s;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.feature-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 18px;
}

.tp-event-inner-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 20px;
}

.icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff7b00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 145px;
    left: 15px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tp-event-inner-content {
    padding: 40px 20px 20px;
}

.feature-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 15px;
    color: #667085;
    line-height: 1.7;
}
.career-advancement-section {
    background: #f8f8f6;
    padding: 70px 0;
}

/* Heading */
.heading-section span {
    color: #777;
    margin-bottom: 30px;
}

.heading-section h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #0b2a4a;
}

/* Career Cards */
.career-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    min-height: 250px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.career-card:hover {
    transform: translateY(-5px);
}

.career-card-img {
    width: 42%;
    flex-shrink: 0;
}

.career-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-card-content {
    width: 58%;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career-card-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #f97316;
    margin-bottom: 14px;
}

.career-card-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 18px;
}

.career-meta {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Blue Panel */
.nmims-blue-panel {
    background: linear-gradient(135deg, #041d56 0%, #00163d 100%);
    border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.nmims-blue-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/brand/brand-logos/nmims-logo.png") center center
        no-repeat;
    background-size: 65%;
    opacity: 0.9;
    pointer-events: none;
}

.nmims-blue-panel h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.nmims-blue-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
    position: relative;
    z-index: 2;
}

.nmims-blue-panel li {
    counter-increment: item;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nmims-blue-panel li:last-child {
    border-bottom: none;
}

.nmims-blue-panel li::before {
    content: counter(item);
    width: 28px;
    height: 28px;
    background: #ff8c1a;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .career-card {
        min-height: auto;
    }

    .career-card-img {
        width: 40%;
    }

    .career-card-content {
        width: 60%;
    }

    .nmims-blue-panel {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .career-heading h2 {
        font-size: 26px;
    }

    .career-card {
        flex-direction: column;
    }

    .career-card-img {
        width: 100%;
        height: 220px;
    }

    .career-card-content {
        width: 100%;
    }

    .nmims-blue-panel h3 {
        font-size: 24px;
    }
}

.nmims-feature-strip {
    padding: 20px 0;
    background: transparent;
}

.nmims-feature-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    flex: 1 1 18%;
    min-width: 200px;
    justify-content: center;
    text-align: left;
}

.feature-item .icons {
    flex-shrink: 0;
}

.feature-item .icons img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.nmims-feature-strip .text strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-family: var(--tp-ff-heading);
    margin-bottom: 3px;
}

.nmims-feature-strip .text span {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    display: block;
}

/* APPROVED SECTION */
.nmims-approved-service {
    padding: 50px 0;
    margin: 0;
}

.nmims-approved-service h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b2a4a;
}

.nmims-approved-trusted {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.nmims-stat-approved,
.nmims-stat-approved-two {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    flex: 1 1 220px;
    justify-content: center;
    text-align: left;
}

.nmims-approved-content {
    margin-top: 5px;
    padding-right: 14px;
    border-right: 2px solid #0000002b;
}

.nmims-approved-content-two {
    margin-top: 5px;
}

.nmims-approved img {
    width: 40px;
    max-width: 100%;
}

.nmims-approved-content h3,
.nmims-approved-content-two h3 {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.nmims-approved-content h3 {
    color: #0b2a4a;
}

.nmims-approved-content-two h3 {
    color: #196629;
}

.nmims-approved-content p,
.nmims-approved-content-two p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* LARGE TABLETS */
@media (max-width: 1199px) {
    .feature-item {
        flex: 1 1 30%;
        min-width: 220px;
    }
}

/* TABLETS */
@media (max-width: 991px) {
    .nmims-feature-grid {
        gap: 15px;
    }

    .feature-item {
        flex: 1 1 45%;
        min-width: 240px;
        padding: 15px;
    }

    .nmims-approved-service h2 {
        font-size: 28px;
    }

    .nmims-approved-content {
        border-right: none;
        padding-right: 0;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .nmims-feature-strip {
        padding: 15px 0;
    }

    .feature-item {
        flex: 1 1 100%;
        min-width: 100%;
        justify-content: flex-start;
        padding: 12px 15px;
    }

    .feature-item .icons img {
        width: 42px;
        height: 42px;
    }

    .nmims-feature-strip .text strong {
        font-size: 18px;
    }

    .nmims-feature-strip .text span {
        font-size: 13px;
    }

    .nmims-approved-service {
        padding: 35px 0;
    }

    .nmims-approved-service h2 {
        font-size: 24px;
    }

    .nmims-stat-approved,
    .nmims-stat-approved-two {
        flex: 1 1 100%;
        justify-content: flex-start;
        padding: 15px;
    }

    .nmims-approved img {
        width: 35px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .feature-item {
        gap: 10px;
        padding: 10px 12px;
    }

    .feature-item .icons img {
        width: 36px;
        height: 36px;
    }

    .nmims-feature-strip .text strong {
        font-size: 16px;
    }

    .nmims-feature-strip .text span {
        font-size: 12px;
    }

    .nmims-approved-service h2 {
        font-size: 20px;
    }

    .nmims-approved-content h3,
    .nmims-approved-content-two h3 {
        font-size: 13px;
    }

    .nmims-approved-content p,
    .nmims-approved-content-two p {
        font-size: 12px;
    }
}

.nmims-help-section {
    padding: 60px 0 0;
    background: #ffffff;
}

.nmims-help-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: linear-gradient(135deg, #fafafa, #f4f7fb);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /* overflow: hidden; */
}

/* Left Image */
.nmims-help-image {
    flex: 0 0 34%;
}

.nmims-help-image img {
    width: 100%;
    max-width: 370px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

/* Content */
.nmims-help-content {
    flex: 1;
    max-width: 380px;
}

.nmims-help-content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
    line-height: 1.2;
}

.nmims-help-content p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 22px;
}

.nmims-help-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nmims-help-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #334155;
    margin-bottom: 14px;
    font-weight: 500;
}

.nmims-help-points li i {
    color: #84cc16;
    font-size: 15px;
}

/* Form */
.nmims-help-form {
    flex: 0 0 340px;
}

.hero-form {
    background: #fff;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.nmims-help-form .input-group {
    position: relative;
    margin-bottom: 14px;
}

.input-group i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    z-index: 2;
}

.input-group input,
.input-group select {
    width: 100%;
    height: 48px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 14px 0 42px;
    font-size: 14px;
    background: #fff;
    outline: none;
}

.input-group input:focus,
.input-group select:focus {
    border-color: #f97316;
}

.btn-book {
    width: 100%;
    height: 50px;
    background: #f97316;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-book:hover {
    background: #ea580c;
}

.hero-form small {
    display: block;
    text-align: center;
    margin-top: 14px;
    color: #64748b;
    font-size: 12px;
}

.hero-form small i {
    margin-right: 6px;
    color: #475569;
}

/* Responsive */
@media (max-width: 991px) {
    .nmims-help-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .nmims-help-content {
        max-width: 100%;
    }

    .nmims-help-points li {
        justify-content: center;
    }

    .nmims-help-form {
        width: 100%;
        max-width: 420px;
    }
}

.nmims-icon-row {
    display: flex;
    /* gap: 15px; */
    margin-top: 20px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 14px;
    border-radius: 8px;
    backdrop-filter: blur(6px);
    transition: 0.3s;
    width: fit-content;
}

.nmims-icon-box {
    display: flex;
    align-items: center;
}

/* Text */
.nmims-icon-box .text strong {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
}

.nmims-icon-box .text span {
    font-size: 12px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
    .nmims-icon-row {
        justify-content: center;
        width: 100%;
        text-align: left;
    }
}
.nmims-review-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0px;
}

.nmims-icon {
    width: 36px;
    height: 36px;
    background: #eb933a21;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.nmims-icon img {
    width: 22px;
}

.nmims-hero {
    background: linear-gradient(120deg, #0a2540, #123b6b);
    color: #fff;
    padding: 60px 0;
}

.nmims-hero {
    position: relative;
    background: url("../img/hero/nmims-hero.jpg") no-repeat center/cover;
    padding: 80px 0;
    color: #fff;
    z-index: 1;
}

.nmims-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 22%,
        rgba(0, 0, 0, 0) 60%
    ) !important;
}

.nmims-hero .container {
    position: relative;
    z-index: 2;
}

.nmims-hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: center;
}

.nmims-hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
}

.nmims-hero-content h2 {
    color: #eb933a;
    margin-bottom: 10px;
}

.nmims-hero-content p {
    margin: 15px 0;
    max-width: 500px;
    color: #fff;
}

.nmims-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.nmims-section-subtitle {
    color: #777;
    /* margin-bottom: 30px; */
}

.nmims-section-title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #0b2a4a;
}

/* Container and Grid Setup */
.nmims-hero {
    padding: 60px 0;
    background-color: #f8f9fa; /* Example light background */
}

.nmims-hero-grid {
    display: grid;
    grid-template-columns: 1fr; /* Stacked by default on mobile */
    gap: 40px;
    align-items: center;
}

/* Typography & Content */
.nmims-hero-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.nmims-hero-content h2 {
    font-size: 2rem;
    color: #eb933a; /* NMIMS Red */
    margin-bottom: 20px;
}

/* Icon Row - Responsive Flex */
.nmims-icon-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.nmims-icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 170px; /* Allows boxes to wrap on small screens */
}

.nmims-icon img {
    width: 26px;
    height: auto;
}

/* Avatars */
.avatars {
    display: flex;
    margin-bottom: 10px;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.avatars img:first-child {
    margin-left: 0;
}

/* Form Styling */
.hero-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-form input,
.hero-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
}

.btn-primary.full {
    width: 100%;
    padding: 15px;
    background-color: #eb933a;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-primary.full:hover {
    background-color: #eb933a;
}

/* --- Responsive Breakpoints --- */

/* Desktop (Screens wider than 992px) */
@media (min-width: 992px) {
    .nmims-hero-grid {
        grid-template-columns: 1.2fr 0.8fr; /* Side by side on desktop */
    }

    .nmims-hero-content h1 {
        font-size: 3.5rem;
    }
}

/* Tablet (Screens between 768px and 991px) */
@media (max-width: 991px) {
    .nmims-hero {
        padding: 40px 20px;
    }

    .nmims-hero-content {
        text-align: center;
    }

    .nmims-icon-row {
        justify-content: center;
    }

    .review-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.apply-now-btn {
    display: flex;
    background-color: #b0cb1f;
    height: 45px;
    width: 100%;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.nmims-hero-banner-area {
    max-width: 300px;
}

.nmims-hero-button {
    background-color: #b0cb1f;
    padding: 15px 20px;
    border-radius: 7px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}

.nmims-hero-button:hover {
    background-color: #b1cb1fda;
}

.about-area a.btn-primary.offering-btn:hover {
    color: white;
}
.about-area a.btn-primary.offering-btn:focus {
    color: white;
}

.nmims-help-wrapper h2 {
    font-size: 30px;
    color: #000;
}
.nmims-help-wrapper h5 {
    /* font-size: 30px; */
    color: #000;
}

/* New  */
.nmims-overview-section {
    background: #f8f9fc;
}

.nmims-subtitle {
    color: #eb933a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nmims-main-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

.nmims-main-title span {
    color: #eb933a;
}

.nmims-section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.nmims-content-box {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.nmims-content-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.nmims-content-box p {
    line-height: 1.9;
    color: #555;
}

.nmims-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.nmims-feature-card:hover {
    transform: translateY(-8px);
}

.nmims-feature-card h5 {
    color: #eb933a;
    margin-bottom: 15px;
}

.nmims-table thead {
    background: #eb933a;
    color: #fff;
    font-size: 16px;
}

.nmims-table tbody {
    font-size: 16px;
}

.nmims-table tbody > tr > td {
    padding: 16px;
    font-size: 16px;
}

.nmims-table th {
    padding: 16px;
    color: #fff;
    font-size: 16px;
}

.nmims-list {
    padding-left: 18px;
}

.nmims-list li {
    margin-bottom: 12px;
    font-size: 16px;
}

.nmims-steps li {
    margin-bottom: 12px;
    font-size: 16px;
}

.nmims-highlight-box {
    background: #eb933a;
    color: #fff;
    border-radius: 15px;
    padding: 45px;
}

.nmims-highlight-box h3 {
    margin-bottom: 20px;
}

.nmims-highlight-box p {
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .nmims-main-title {
        font-size: 32px;
    }

    .nmims-section-title {
        font-size: 26px;
    }

    .nmims-content-box {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .nmims-main-title {
        font-size: 26px;
    }

    .nmims-section-title {
        font-size: 22px;
    }
}

.nmims-highlight-box h3 {
    color: white;
}

/*=============================
 NMIMS FAQ SECTION
==============================*/

.nmims-faq-section {
    background: #f8f9fc;
}

.nmims-faq-section .accordion {
    border: 0;
}

.nmims-faq-subtitle {
    color: #eb933a;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nmims-faq-title {
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
}

.nmims-faq-title span {
    color: #eb933a;
}

.nmims-faq-desc {
    color: #6c757d;
    max-width: 700px;
    margin: auto;
}

.nmims-custom-accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.nmims-custom-accordion .accordion-button {
    background: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    box-shadow: none;
}

.nmims-custom-accordion .accordion-button:not(.collapsed) {
    background: #eb933a;
    color: #fff;
}

.nmims-custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.nmims-custom-accordion .accordion-body {
    padding: 25px;
    line-height: 1.9;
    color: #555;
    background: #fff;
    font-size: 16px;
}

.accordion-button::after {
    filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .nmims-faq-title {
        font-size: 32px;
    }

    .nmims-custom-accordion .accordion-button {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .nmims-faq-title {
        font-size: 26px;
    }

    .nmims-custom-accordion .accordion-button {
        font-size: 16px;
        padding: 18px;
    }

    .nmims-custom-accordion .accordion-body {
        padding: 20px;
    }
}
