		.jlpt-section {
    background: #f5f3ef;
    padding: 90px 0;
}

.jlpt-title h6 {
    color: #d90429;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
}

.jlpt-title h6:before,
.jlpt-title h6:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #d90429;
    position: absolute;
    top: 50%;
}

.jlpt-title h6:before {
    right: 100%;
    margin-right: 18px;
}

.jlpt-title h6:after {
    left: 100%;
    margin-left: 18px;
}

.jlpt-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}

.jlpt-title p {
    font-size: 20px;
    line-height: 1.5;
    color: #4b5563;
}

.jlpt-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 60px 0;
}

.jlpt-stat-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    min-height: 155px;
    text-align: center;
    padding: 28px 20px;
}

.jlpt-stat-box.active {
    border-color: #d90429;
}

.jlpt-stat-box i {
    font-size: 34px;
    color: #d90429;
    display: block;
    margin-bottom: 12px;
}

.jlpt-stat-box h3 {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.jlpt-stat-box p {
    margin: 4px 0 0;
    color: #4b5563;
}

.jlpt-course-row {
    row-gap: 30px;
}

.jlpt-course-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 60px 24px 30px;
    min-height: 410px;
    position: relative;
    overflow: hidden;
}

.jlpt-course-card:before {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jlpt-course-card.green:before {
    background: #12b76a;
}

.jlpt-course-card.blue:before {
    background: #1684e8;
}

.jlpt-course-card.red:before {
    background: #d90429;
}

.jlpt-course-card.purple:before {
    background: #a020f0;
}

.jlpt-course-card.popular {
    border: 2px solid #d90429;
}

.badge-popular {
    position: absolute;
    top: 16px;
    right: 18px;
    background: #d90429;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.jlpt-course-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.jlpt-course-head h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    color: #000;
    margin: 0;
}

.jlpt-course-head h4 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.jlpt-course-head span {
    color: #555;
    font-size: 13px;
}

.jlpt-course-card .time {
    color: #4b5563;
    margin-bottom: 38px;
}

.jlpt-course-card p {
    color: #374151;
    line-height: 1.6;
}

.jlpt-course-card ul {
    padding-left: 0;
    margin: 18px 0 0;
    list-style: none;
}

.jlpt-course-card ul li {
    margin-bottom: 10px;
    color: #000;
}

.jlpt-course-card ul li:before {
    content: "•";
    color: #d90429;
    font-size: 22px;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .jlpt-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .jlpt-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .jlpt-section {
        padding: 60px 0;
    }

    .jlpt-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jlpt-title h2 {
        font-size: 32px;
    }

    .jlpt-title p {
        font-size: 16px;
    }
}
.course-fee-box {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-fee-box span {
    color: #374151;
    font-size: 15px;
}

.course-fee-box strong {
    color: #000;
    font-size: 26px;
    font-weight: 800;
}

.enroll-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 10px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    color: #000;
    font-weight: 700;
    background: #fff;
}

.enroll-btn:hover {
    background: #d90429;
    color: #fff;
    border-color: #d90429;
}

.jlpt-course-card.popular .enroll-btn {
    background: #d90429;
    color: #fff;
    border-color: #d90429;
}











.study-japan-section {
    background: #f7f7f5;
    padding: 90px 0;
}

.study-title h6 {
    color: #d90429;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}

.study-title h6:before,
.study-title h6:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #d90429;
    position: absolute;
    top: 50%;
}

.study-title h6:before {
    right: 100%;
    margin-right: 18px;
}

.study-title h6:after {
    left: 100%;
    margin-left: 18px;
}

.study-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 700;
    color: #000;
}

.study-title p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.6;
}

.study-card-row {
    margin-top: 55px;
    row-gap: 24px;
}

.study-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 26px;
    min-height: 260px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: .3s;
}

.study-card.active,
.study-card:hover {
    border-color: #d90429;
}

.study-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #fde6ea;
    color: #d90429;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 28px;
}

.study-card.active .study-icon {
    background: #d90429;
    color: #fff;
}

.study-card h4 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}

.study-card span {
    color: #d90429;
    font-size: 13px;
    font-weight: 700;
}

.study-card p {
    margin-top: 38px;
    color: #374151;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 575px) {
    .study-japan-section {
        padding: 60px 0;
    }

    .study-title h2 {
        font-size: 34px;
    }

    .study-title p {
        font-size: 15px;
    }

    .study-card {
        min-height: auto;
    }
}


.japan-journey-box {
    margin-top: 60px;
    background: linear-gradient(135deg, #071b3a, #ad0119);
    border-radius: 22px;
    padding: 50px 45px;
    color: #fff;
}

.japan-journey-box h3 {
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #fff;
}

.journey-line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    position: relative;
}

.journey-line:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: rgba(255,255,255,0.35);
}

.journey-step {
    position: relative;
    z-index: 2;
}

.journey-step span {
    width: 64px;
    height: 64px;
    background: #fff;
    color: #ad0119;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}

.journey-step h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.journey-step p {
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin: 0;
}

.journey-btn {
    display: inline-block;
    margin-top: 45px;
    background: #fff;
    color: #ad0119;
    padding: 13px 34px;
    border-radius: 8px;
    font-weight: 800;
}

.journey-btn:hover {
    background: #071b3a;
    color: #fff;
}

@media (max-width: 991px) {
    .journey-line {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-line:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .japan-journey-box {
        padding: 35px 22px;
    }

    .journey-line {
        grid-template-columns: 1fr;
    }
}


.work-visa-section {
    background: #f7f7f5;
    padding: 90px 0;
}

.work-visa-title h6 {
    color: #d90429;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}

.work-visa-title h6:before,
.work-visa-title h6:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #d90429;
    position: absolute;
    top: 50%;
}

.work-visa-title h6:before {
    right: 100%;
    margin-right: 18px;
}

.work-visa-title h6:after {
    left: 100%;
    margin-left: 18px;
}

.work-visa-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 700;
    color: #000;
}

.work-visa-title p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.6;
}

.work-visa-row {
    margin-top: 60px;
    row-gap: 24px;
}

.work-visa-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 26px;
    min-height: 460px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.work-visa-card.active,
.work-visa-card:hover {
    border-color: #d90429;
}

.work-visa-icon {
    width: 56px;
    height: 56px;
    background: #d90429;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 30px;
}

.work-visa-card h4 {
    color: #000;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 8px;
}

.work-visa-card span {
    color: #d90429;
    font-size: 13px;
    font-weight: 700;
}

.work-visa-card p {
    margin-top: 30px;
    color: #374151;
    line-height: 1.5;
}

.work-visa-card h5 {
    color: #000;
    font-size: 16px;
    font-weight: 800;
}

.work-visa-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px;
}

.work-visa-card ul li {
    margin-bottom: 10px;
    color: #4b5563;
}

.work-visa-card ul li:before {
    content: "⊙";
    color: #d90429;
    margin-right: 8px;
}

.work-visa-card a {
    display: block;
    background: #d90429;
    color: #fff;
    padding: 12px 20px;
    border-radius: 7px;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 575px) {
    .work-visa-title h2 {
        font-size: 34px;
    }

    .work-visa-card {
        min-height: auto;
    }
}


.visa-service-box {
    margin-top: 65px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 50px 48px;
}

.visa-service-box h3 {
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 35px;
}

.visa-service-row {
    row-gap: 24px;
}

.visa-service-item {
    background: #f3f2ef;
    border-radius: 10px;
    text-align: center;
    padding: 28px 18px;
    min-height: 175px;
}

.visa-service-item i {
    font-size: 38px;
    color: #d90429;
    display: block;
    margin-bottom: 18px;
}

.visa-service-item h4 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}

.visa-service-item p {
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}

.visa-stats-box {
    margin-top: 65px;
    background: #180908;
    border-radius: 16px;
    padding: 45px 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.visa-stats-box h3 {
    color: #d90429;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 8px;
}

.visa-stats-box p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

@media (max-width: 767px) {
    .visa-service-box {
        padding: 35px 20px;
    }

    .visa-stats-box {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.njls-testimonial-section {
    background: linear-gradient(rgba(7,27,58,.82), rgba(7,27,58,.88)), url('assets/img/testimonial/bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 0 0 90px;
}

.njls-counter-box {
    background: linear-gradient(135deg, #ad0119, #d90429);
    border-radius: 0 0 18px 18px;
    padding: 55px 35px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.njls-counter-item {
    text-align: center;
    color: #fff;
}

.njls-counter-item i {
    font-size: 46px;
    display: block;
    margin-bottom: 20px;
}

.njls-counter-item h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 8px;
}

.njls-counter-item p {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.njls-review-title {
    padding-top: 75px;
}

.njls-review-title h6 {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 18px;
}

.njls-review-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
}

.njls-review-title p {
    color: rgba(255,255,255,.85);
    font-size: 17px;
    margin-top: 15px;
}

.njls-review-card {
    background: #fff;
    border-radius: 14px;
    padding: 35px 28px;
    text-align: center;
    min-height: 260px;
    box-shadow: 0 15px 35px rgba(0,0,0,.16);
}

.njls-review-card h3 {
    color: #071b3a;
    font-size: 24px;
    font-weight: 800;
}

.njls-review-card span {
    color: #ad0119;
    font-weight: 700;
}

.njls-review-card p {
    margin-top: 25px;
    color: #374151;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .njls-counter-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .njls-review-title h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .njls-counter-box {
        grid-template-columns: 1fr;
        border-radius: 0 0 14px 14px;
    }

    .njls-review-title h2 {
        font-size: 30px;
    }
}

.contact-touch-section {
    background: #f7f7f5;
    padding: 90px 0;
}

.contact-touch-title h6 {
    color: #d90429;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}

.contact-touch-title h6:before,
.contact-touch-title h6:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #d90429;
    position: absolute;
    top: 50%;
}

.contact-touch-title h6:before {
    right: 100%;
    margin-right: 18px;
}

.contact-touch-title h6:after {
    left: 100%;
    margin-left: 18px;
}

.contact-touch-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 700;
    color: #000;
}

.contact-touch-title p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto;
}

.contact-touch-row {
    margin-top: 60px;
    row-gap: 30px;
}

.contact-info-row {
    row-gap: 24px;
}

.contact-info-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px 24px;
    min-height: 210px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    background: #fde6ea;
    color: #d90429;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-info-card h4 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-info-card p {
    color: #4b5563;
    line-height: 1.5;
    margin: 0;
}

.contact-map-box {
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
    border: 1px solid #ddd;
}

.contact-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 45px 35px;
    min-height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.contact-form-box h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    color: #000;
    margin-bottom: 28px;
}

.contact-form-box label {
    color: #000;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    background: #f9fafb;
    border-radius: 6px;
    padding: 0 14px;
    margin-bottom: 22px;
    outline: none;
    color: #374151;
}

.contact-form-box textarea {
    height: 120px;
    padding-top: 14px;
    resize: none;
}

.contact-form-box select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    background: #f9fafb;
    border-radius: 6px;
    padding: 0 14px;
    margin-bottom: 22px;
    outline: none;
    color: #5b6b84;
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
    border-color: #d90429;
}

.contact-form-box .nice-select {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ddd;
    background: #f9fafb;
    border-radius: 6px;
    padding: 0 14px;
    margin-bottom: 22px;
    color: #5b6b84;
    font-size: 15px;
}

.contact-form-box .nice-select:after {
    right: 16px;
}

.contact-form-box .nice-select .list {
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
}

.contact-form-box .nice-select .option {
    font-size: 14px;
}

.contact-form-box .nice-select.open,
.contact-form-box .nice-select:focus {
    border-color: #d90429;
}

.contact-form-box button {
    width: 100%;
    border: 0;
    background: #d90429;
    color: #fff;
    padding: 14px 20px;
    border-radius: 7px;
    font-weight: 800;
}

.contact-form-box button:hover {
    background: #ad0119;
}

@media (max-width: 991px) {
    .contact-touch-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .contact-touch-section {
        padding: 60px 0;
    }

    .contact-touch-title h6 {
        letter-spacing: 2px;
    }

    .contact-touch-title h2 {
        font-size: 34px;
    }

    .contact-touch-title p {
        font-size: 15px;
    }

    .contact-form-box {
        padding: 30px 20px;
    }

    .contact-info-card {
        min-height: auto;
    }
}



.njls-about-section {
    background: #f7f7f5;
    padding: 90px 0;
}

.njls-about-title h6 {
    color: #d90429;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}

.njls-about-title h6:before,
.njls-about-title h6:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #d90429;
    position: absolute;
    top: 50%;
}

.njls-about-title h6:before {
    right: 100%;
    margin-right: 18px;
}

.njls-about-title h6:after {
    left: 100%;
    margin-left: 18px;
}

.njls-about-title h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 700;
    color: #000;
}

.njls-about-title p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.6;
}

.njls-meaning-title {
    margin-top: 55px;
    margin-bottom: 30px;
}

.njls-meaning-title h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.njls-meaning-row {
    row-gap: 24px;
}

.njls-meaning-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    padding: 45px 24px;
    min-height: 245px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    transition: .3s;
}

.njls-meaning-card:hover {
    border-color: #d90429;
    transform: translateY(-5px);
}

.njls-meaning-card h4 {
    font-family: Georgia, "Times New Roman", serif;
    color: #d90429;
    font-size: 58px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 18px;
}

.njls-meaning-card h5 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.njls-meaning-card p {
    color: #4b5563;
    line-height: 1.5;
    margin: 0;
}

.njls-about-quote {
    margin-top: 32px;
}

.njls-about-quote p {
    font-size: 18px;
    color: #374151;
    margin: 0;
}

.njls-about-quote span {
    color: #d90429;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", serif;
}

.njls-founder-box {
    background: #fff;
    border-radius: 18px;
    margin-top: 70px;
    padding: 35px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.njls-founder-img {
    border-radius: 14px;
    overflow: hidden;
    background: #f3f2ef;
}

.njls-founder-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.njls-founder-content h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.njls-founder-content h5 {
    color: #d90429;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.njls-founder-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 15px;
}

.njls-founder-info {
    margin-top: 25px;
    border-left: 4px solid #d90429;
    padding-left: 18px;
}

.njls-founder-info strong {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

.njls-founder-info span {
    color: #4b5563;
}

@media (max-width: 991px) {
    .njls-about-title h2 {
        font-size: 40px;
    }

    .njls-founder-content {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .njls-about-section {
        padding: 60px 0;
    }

    .njls-about-title h6 {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .njls-about-title h6:before,
    .njls-about-title h6:after {
        width: 28px;
    }

    .njls-about-title h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .njls-about-title p {
        font-size: 15px;
        padding: 0 10px;
    }

    .njls-meaning-title {
        margin-top: 38px;
    }

    .njls-meaning-title h3 {
        font-size: 26px;
    }

    .njls-meaning-card {
        min-height: auto;
        padding: 35px 20px;
    }

    .njls-founder-box {
        margin-top: 45px;
        padding: 24px 18px;
    }

    .njls-founder-img img {
        height: 260px;
    }

    .njls-founder-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .njls-about-title h2 {
        font-size: 30px;
    }

    .njls-meaning-card h4 {
        font-size: 50px;
    }
}


.njls-instructor-box {
    background: #f3f2ef;
    border-radius: 22px;
    margin-top: 70px;
    padding: 65px 55px;
}

.njls-instructor-card {
    height: 450px;
    background: linear-gradient(135deg, #f3caca, #cfc8c5);
    border-radius: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.njls-circle-one {
    width: 96px;
    height: 96px;
    border: 2px solid #f3a5b0;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -18px;
}

.njls-circle-two {
    width: 70px;
    height: 70px;
    background: #f7dadd;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    bottom: -18px;
}

.njls-japan-avatar {
    width: 128px;
    height: 128px;
    background: #d90429;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.njls-japan-avatar span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 54px;
    color: #fff;
}

.njls-instructor-card h4 {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
}

.njls-instructor-card p {
    color: #d90429;
    font-size: 15px;
    margin: 0;
}

.njls-instructor-content h3 {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 5px;
}

.njls-instructor-content h5 {
    color: #d90429;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.njls-instructor-content > span {
    display: block;
    color: #4b5563;
    margin-bottom: 28px;
}

.njls-instructor-content p {
    color: #374151;
    font-size: 17px;
    line-height: 1.7;
}

.njls-quote-box {
    background: #fff;
    border-left: 5px solid #d90429;
    border-radius: 12px;
    padding: 24px 26px;
    margin-top: 28px;
}

.njls-quote-box i {
    color: #d90429;
    font-size: 30px;
    margin-bottom: 12px;
}

.njls-quote-box p {
    color: #000;
    font-style: italic;
    margin: 0;
}

.njls-qualification {
    margin-top: 30px;
}

.njls-qualification h4 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

.njls-qualification span {
    display: inline-block;
    background: #f8dadd;
    color: #d90429;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 8px 10px 0;
}

@media (max-width: 991px) {
    .njls-instructor-content {
        margin-top: 35px;
    }

    .njls-instructor-box {
        padding: 45px 30px;
    }
}

@media (max-width: 575px) {
    .njls-instructor-box {
        margin-top: 45px;
        padding: 28px 18px;
        border-radius: 16px;
    }

    .njls-instructor-card {
        height: 320px;
    }

    .njls-japan-avatar {
        width: 105px;
        height: 105px;
    }

    .njls-japan-avatar span {
        font-size: 44px;
    }

    .njls-instructor-content h3 {
        font-size: 26px;
    }

    .njls-instructor-content p {
        font-size: 15px;
    }

    .njls-quote-box {
        padding: 20px 18px;
    }
}










@media (max-width: 1199px) {
    .jlpt-title h2,
    .study-title h2,
    .work-visa-title h2,
    .contact-touch-title h2,
    .njls-review-title h2 {
        font-size: 44px;
    }

    .jlpt-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .jlpt-course-card,
    .work-visa-card {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .jlpt-section,
    .study-japan-section,
    .work-visa-section,
    .contact-touch-section {
        padding: 70px 0;
    }

    .jlpt-title h2,
    .study-title h2,
    .work-visa-title h2,
    .contact-touch-title h2,
    .njls-review-title h2 {
        font-size: 38px;
        line-height: 1.25;
    }

    .jlpt-title p br,
    .study-title p br,
    .work-visa-title p br,
    .contact-touch-title p br,
    .njls-review-title p br {
        display: none;
    }

    .jlpt-course-row,
    .study-card-row,
    .work-visa-row,
    .contact-touch-row {
        row-gap: 24px;
    }

    .journey-line {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .journey-line:before {
        display: none;
    }

    .visa-stats-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .njls-counter-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .jlpt-section,
    .study-japan-section,
    .work-visa-section,
    .contact-touch-section {
        padding: 60px 0;
    }

    .jlpt-title h6,
    .study-title h6,
    .work-visa-title h6,
    .contact-touch-title h6 {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .jlpt-title h6:before,
    .jlpt-title h6:after,
    .study-title h6:before,
    .study-title h6:after,
    .work-visa-title h6:before,
    .work-visa-title h6:after,
    .contact-touch-title h6:before,
    .contact-touch-title h6:after {
        width: 28px;
    }

    .jlpt-title h6:before,
    .study-title h6:before,
    .work-visa-title h6:before,
    .contact-touch-title h6:before {
        margin-right: 10px;
    }

    .jlpt-title h6:after,
    .study-title h6:after,
    .work-visa-title h6:after,
    .contact-touch-title h6:after {
        margin-left: 10px;
    }

    .jlpt-title h2,
    .study-title h2,
    .work-visa-title h2,
    .contact-touch-title h2,
    .njls-review-title h2 {
        font-size: 34px;
    }

    .jlpt-title p,
    .study-title p,
    .work-visa-title p,
    .contact-touch-title p,
    .njls-review-title p {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 10px;
    }

    .jlpt-stats {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 35px 0;
    }

    .jlpt-stat-box {
        min-height: auto;
        padding: 24px 18px;
    }

    .jlpt-course-card {
        padding: 45px 22px 26px;
    }

    .jlpt-course-head h3 {
        font-size: 34px;
    }

    .course-fee-box strong {
        font-size: 22px;
    }

    .study-card,
    .work-visa-card,
    .contact-info-card {
        min-height: auto;
    }

    .japan-journey-box {
        padding: 35px 22px;
        margin-top: 40px;
    }

    .japan-journey-box h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .journey-line {
        grid-template-columns: 1fr;
    }

    .journey-step span {
        width: 56px;
        height: 56px;
        font-size: 18px;
    }

    .visa-service-box {
        padding: 35px 20px;
        margin-top: 45px;
    }

    .visa-service-box h3 {
        font-size: 26px;
    }

    .visa-stats-box {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 35px 20px;
        margin-top: 45px;
    }

    .visa-stats-box h3 {
        font-size: 38px;
    }

    .njls-testimonial-section {
        padding-bottom: 60px;
    }

    .njls-counter-box {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 38px 20px;
    }

    .njls-counter-item h2 {
        font-size: 38px;
    }

    .njls-review-title {
        padding-top: 50px;
    }

    .njls-review-card {
        min-height: auto;
        padding: 28px 20px;
    }

    .contact-touch-row {
        margin-top: 40px;
    }

    .contact-map-box {
        height: 240px;
        margin-top: 10px;
    }

    .contact-form-box {
        padding: 28px 20px;
    }

    .contact-form-box h3 {
        font-size: 26px;
    }

    .contact-form-box input,
    .contact-form-box select,
    .contact-form-box textarea,
    .contact-form-box .nice-select {
        height: 48px;
        font-size: 14px;
    }

    .contact-form-box textarea {
        height: 120px;
    }
}

@media (max-width: 575px) {
    .jlpt-title h2,
    .study-title h2,
    .work-visa-title h2,
    .contact-touch-title h2,
    .njls-review-title h2 {
        font-size: 30px;
    }

    .study-card,
    .work-visa-card,
    .contact-info-card {
        padding: 24px 18px;
    }

    .work-visa-card h4,
    .study-card h4 {
        font-size: 20px;
    }

    .contact-form-box {
        padding: 24px 16px;
    }

    .contact-touch-title h6:before,
    .contact-touch-title h6:after,
    .study-title h6:before,
    .study-title h6:after,
    .work-visa-title h6:before,
    .work-visa-title h6:after,
    .jlpt-title h6:before,
    .jlpt-title h6:after {
        width: 22px;
    }
}

@media (max-width: 420px) {
    .jlpt-title h2,
    .study-title h2,
    .work-visa-title h2,
    .contact-touch-title h2,
    .njls-review-title h2 {
        font-size: 27px;
    }

    .jlpt-course-head {
        gap: 10px;
    }

    .jlpt-course-head h3 {
        font-size: 30px;
    }

    .jlpt-course-head h4 {
        font-size: 17px;
    }

    .course-fee-box {
        align-items: flex-start;
        gap: 8px;
    }

    .course-fee-box strong {
        font-size: 20px;
    }

    .japan-journey-box h3 {
        font-size: 24px;
    }

    .visa-stats-box h3 {
        font-size: 34px;
    }
}

.contact-form-box select {
    width: 100%;
    max-width: 100%;
}

.contact-form-box .nice-select {
    width: 100% !important;
    max-width: 100% !important;
}

.contact-form-box .nice-select .list {
    width: 100% !important;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .popular-courses-section-33 {
        padding: 55px 0 !important;
        overflow: hidden !important;
    }

    .popular-courses-section-33 .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .popular-courses-section-33 .feature-section-3 {
        padding-top: 25px !important;
        margin-top: 0 !important;
        overflow: hidden !important;
    }

    .popular-courses-section-33 .feature-wrapper-3 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
    }

    .popular-courses-section-33 .feature-wrapper-3 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: block !important;
    }

    .popular-courses-section-33 .feature-wrapper-3 [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 22px !important;
    }

    .popular-courses-section-33 .feature-card-items {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 30px 18px !important;
        text-align: center !important;
        border-radius: 14px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.06) !important;
    }

    .popular-courses-section-33 .feature-card-items .icon {
        margin: 0 auto 18px !important;
        text-align: center !important;
    }

    .popular-courses-section-33 .feature-card-items .content h5 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
        word-break: normal !important;
    }

    .popular-courses-section-33 .feature-card-items .content p {
        font-size: 18px !important;
        line-height: 1.7 !important;
        margin: 0 auto !important;
        max-width: 320px !important;
    }
}