body {
    font-family: 'Montserrat';
    font-style: normal
}

.header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(180%) blur(8px);
    background: rgb(255 255 255 / .75);
    z-index: 9999
}

.primary-btn {
    roud: color;
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-animation: shiny-btn 2s infinite linear;
    animation: shiny-btn 2s infinite linear;
    background: linear-gradient(130deg, #BC002D 0%, #BC002D 45%, #FF547D 50%, #BC002D 55%, #BC002D 100%);
    background-color: #BC002D;
    background-repeat: no-repeat;
    -webkit-background-position: 0;
    background-position: 0;
    background-size: 300%
}

@keyframes shiny-btn {
    0% {
        background-position: -600px center
    }

    100% {
        background-position: 0 center
    }
}

.header .logo img {
    width: 200px
}

.header .phone-button {
    display: inline-flex;
    align-items: center;
    background: #FFEAF0;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(233 30 99 / .15);
    border: none;
    cursor: pointer;
    animation: fadeInScale 0.6s ease;
    animation-fill-mode: both
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.header .phone-icon-container {
    width: 45px;
    height: 45px;
    background: #BC002D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    animation: pulse 1.5s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(233 30 99 / .4)
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.header .phone-icon {
    color: #fff;
    font-size: 14px
}

.header .phone-number {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 0 25px 0 15px;
    white-space: nowrap
}

.title h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 45px;
    color: #504B49;
    margin-bottom: 0
}

.title span {
    background: linear-gradient(89.99deg, #BC002D .01%, #A20027 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.description {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #575757;
    margin-bottom: 0
}

.hero {
    background: url(img/landing-background.webp) no-repeat center bottom;
    background-color: #fff3f7;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden
}

.hero h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 45px;
    color: #504B49;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    animation: fadeIn 1s ease forwards
}

.hero h1 span {
    background: linear-gradient(89.99deg, #BC002D .01%, #A20027 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.hero-img {
    width: 100%;
    margin-top: -25px;
    display: block;
    animation: fadeIn 1.2s ease forwards
}

.hero .info-box {
    background: #EFB7C6;
    border-radius: 20px;
    transform: rotate(2.34deg)
}

.hero .info-box.hero-txt {
    margin-bottom: 150px;
    margin-left: 120px
}

.hero .info-box.hero-txt2 {
    margin-bottom: 80px;
    margin-left: -130px
}

.hero .info-box p {
    background: #FFEAF0;
    border-radius: 20px;
    padding: 20px;
    max-width: 270px;
    transform: rotate(2.34deg);
    animation: fadeInRight 1s ease forwards;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    color: #A20027;
    margin-bottom: 0;
    transform: rotate(-2.34deg)
}

.hero .info-box.hero-txt p {
    min-width: 270px
}

.hero .hero-txt2 p {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #575757
}

.hero .horizontal-line {
    height: 12px;
    background: linear-gradient(180deg, #EFB7C6 0%, #FFEAF0 100%);
    margin-top: -8px
}

.hero-btn .apply-now button {
    padding: 10px 50px;
    border: 1px solid #fff0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFF
}

.hero-btn .apply-now button:hover {
    background: #fff;
    color: #BC002D;
    border: 1px solid #BC002D
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.upskill-section {
    margin: 70px 0
}

.upskill-section .form-box h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    background: linear-gradient(89.99deg, #BC002D .01%, #A20027 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    text-align: left
}

.upskill-section .form-control,
.upskill-section .form-select {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: .95rem;
    transition: all 0.3s ease;
    background: #fff
}

.upskill-section .form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    outline: none;
    border-color: #dc3545
}

.upskill-section .form-control::placeholder {
    color: #6c757d;
    opacity: .8
}

.upskill-section .input-group-text {
    border: 2px solid #e0e0e0;
    border-right: none;
    border-radius: 12px 0 0 12px;
    background: #fff;
    color: #333;
    font-weight: 600;
    padding: 8px 16px
}

.upskill-section .input-group .form-control {
    border-left: none;
    border-radius: 0 12px 12px 0;
    margin-bottom: 0
}

.upskill-section .input-group:focus-within .input-group-text {
    border-color: #dc3545
}

.upskill-section .input-group:focus-within .form-control {
    border-color: #e91e63
}

.upskill-section .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e91e63' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 31px
}

.upskill-section .form-select option:disabled {
    color: #6c757d
}

.upskill-section .form-check {
    margin: 1.5rem 0
}

.upskill-section .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .1em;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 4px
}

.upskill-section .form-check-input:checked {
    background-color: #e91e63;
    border-color: #e91e63
}

.upskill-section .form-check-input:focus {
    box-shadow: 0 0 0 3px rgb(233 30 99 / .1);
    border-color: #e91e63
}

.upskill-section .form-check-label {
    font-size: .9rem;
    color: #333;
    line-height: 1.5;
    margin-left: .5rem
}

.upskill-section .btn-submit {
    border: 1px solid #fff0;
    background: linear-gradient(90deg, #BC002D 7.19%, #FF547D 100%);
    border-radius: 12px;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 1rem
}

.upskill-section .btn-submit:hover {
    border: 1px solid #fff0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #BC002D, #EFB7C6) border-box;
    color: #BC002D
}

@media (max-width:768px) {

    .upskill-section .form-control,
    .upskill-section .form-select {
        padding: 8px 12px
    }

    .upskill-section .input-group-text {
        padding: 8px 12px
    }

    .upskill-section .btn-submit {
        padding: 10px;
        font-size: 1rem
    }
}

.upskill-section .form-box {
    background: #FFEAF0;
    border-radius: 15px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #575757;
    animation: fadeInLeft 1s ease forwards
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.upskill-section .upskill-title h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 45px;
    color: #504B49;
    margin-bottom: 0;
    animation: fadeSlideUp 1s ease forwards
}

.upskill-sec {
    padding-left: 15px
}

.upskill-section .upskill-title h2 span {
    background: linear-gradient(89.99deg, #BC002D .01%, #A20027 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.upskill-section .upskill-title p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #575757;
    margin-top: 24px;
    margin-bottom: 40px;
    animation: fadeSlideUp 1s ease forwards;
    width: 70%
}

.upskill-section .stat-card {
    padding: 30px 20px;
    background: #FFF4F7;
    border-radius: 15px;
    animation: fadeSlideUp 1s ease forwards
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.upskill-section .stat-card h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    background: linear-gradient(89.99deg, #BC002D .01%, #FF547D 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    margin-bottom: 10px
}

.upskill-section .stat-card p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #575757;
    margin-bottom: 0
}

.why-choose {
    margin: 100px 0
}

.why-choose .title p {
    margin: 30px 0
}

.why-choose .program {
    background: #FFF4F7;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.why-choose .program .slide-icon {
    min-width: 60px;
    min-height: 60px;
    background: #FFD9E4;
    border: 5px solid #FFF;
    border-radius: 100px;
    margin-left: -43px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.why-choose .program .slide-icon img {
    width: 30px;
    height: 25px;
    object-fit: contain
}

.why-choose .program .slide-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    background: linear-gradient(89.99deg, #BC002D .01%, #FF547D 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    margin-bottom: 2px
}

.why-choose .program .slide-description {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #575757;
    margin: 0
}

.why-choose .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    align-items: end;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.why-choose .slick-dots li {
    width: 10px;
    height: 25px;
    background: #EFB7C6;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease
}

.why-choose .slick-dots li.slick-active {
    background: #EA7792;
    width: 10px;
    height: 50px
}

.why-choose .slick-dots li button {
    display: none
}

.why-choose .custom-arrows {
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    gap: 15px
}

.why-choose .custom-arrows #custom-prev-1,
.why-choose .custom-arrows #custom-next-1 {
    padding: 14px;
    color: #fff;
    font-size: 12px;
    background: #BC002D;
    border: 1px solid #BC002D;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-choose .custom-arrows #custom-prev-1.disabled,
.why-choose .custom-arrows #custom-next-1.disabled {
    background: #FFEAF0;
    border: 1px solid #FFEAF0
}

.why-choose .custom-arrows #custom-prev-1.disabled i,
.why-choose .custom-arrows #custom-next-1.disabled i {
    color: #BC002D
}

.why-choose .slick-vertical .slick-slide {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 25px;
    padding: 0
}

.curriculum {
    margin: 100px 0
}

.curriculum .title {
    margin-bottom: 30px
}

.curriculum .slider-container {
    position: relative;
    padding-left: 20px
}

.curriculum .slide {
    padding: 30px;
    margin: 10px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / .09);
    border-radius: 12px
}

.curriculum .slide.red {
    background: #FFF4F7
}

.curriculum .slide.blue {
    background: #E1F5FF
}

.curriculum .slide.green {
    background: #E6FFF2
}

.curriculum .slick-slide.slick-active {
    opacity: 1;
    transform: translateY(0)
}

.curriculum .slide-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    margin-bottom: 0
}

.curriculum .slide-title h3 {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px
}

.curriculum .slide-title h3.red {
    background: linear-gradient(89.99deg, #BC002D .01%, #FF547D 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.curriculum .slide-title h3.blue {
    background: linear-gradient(89.99deg, #2196D4 .01%, #256C91 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.curriculum .slide-title h3.green {
    background: linear-gradient(89.99deg, #00813F .01%, #00AF55 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.curriculum .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.curriculum .feature-item:last-child {
    margin-bottom: 0
}

.curriculum .feature-icon {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0
}

.curriculum .feature-icon i {
    font-size: 15px
}

.curriculum .red .feature-icon {
    background: #FFD9E4
}

.curriculum .red .feature-icon i {
    color: #BC002D
}

.curriculum .blue .feature-icon {
    background: #BBE8FF
}

.curriculum .blue .feature-icon i {
    color: #256C91
}

.curriculum .green .feature-icon {
    background: #C2F8DC
}

.curriculum .green .feature-icon i {
    color: #00813F
}

.curriculum .feature-content h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #575757;
    margin-bottom: 0
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.curriculum .slick-prev,
.curriculum .slick-next {
    position: relative;
    width: 70px;
    height: 40px;
    background: linear-gradient(90deg, #BC002D 4.78%, #FF547D 100%);
    border-radius: 25px;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transform: none !important;
    transform: none !important
}

.curriculum .slick-prev {
    left: 0
}

.curriculum .slick-next {
    right: 0
}

.curriculum .slick-prev.disabled,
.curriculum .slick-next.disabled {
    background: #FFEAF0;
    border-radius: 25px;
    pointer-events: none;
    width: 60px;
    height: 40px
}

.curriculum .slick-prev .disable,
.curriculum .slick-next .disable {
    display: none
}

.curriculum .slick-prev.disabled .active,
.curriculum .slick-next.disabled .active {
    display: none
}

.curriculum .slick-prev.disabled .disable,
.curriculum .slick-next.disabled .disable {
    display: block
}

.curriculum .slick-prev.disabled .disable {
    margin-top: 3px;
    width: 40px
}

.curriculum .slick-next.disabled .disable {
    margin-top: 3px;
    width: 40px
}

.curriculum .slick-prev:before,
.curriculum .slick-next:before {
    display: none
}

.curriculum .custom-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 30px
}

.curriculum #sliderWrapper {
    position: relative
}

.admission-section {
    margin: 100px 0
}

.admission-section .title {
    text-align: center
}

.admission-section .title h2 {
    margin-bottom: 5px
}

.admission-section .process-container {
    position: relative;
    margin-top: 50px
}

.admission-section .step-item {
    position: relative;
    text-align: center;
    z-index: 2
}

.admission-section .step-icon-container {
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease
}

.admission-section .step-item:hover .step-title {
    color: #BC002D
}

.admission-section .step-icon {
    background: #FFE1E9;
    border-radius: 33px;
    transform: rotate(-45deg);
    height: 60px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.admission-section .step-icon img {
    width: auto;
    height: 45px;
    object-fit: contain;
    transform: rotate(45deg)
}

.admission-section .step-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #575757;
    max-width: 200px;
    margin: 0 auto
}

.cta-section {
    margin-top: 20px;
    text-align: center
}

.admission-section .cta-section .cta-button {
    background: #FFD9E4;
    border-radius: 50px;
    color: #A20027
}

.admission-section .cta-section .cta-button:hover {
    background: #A20027;
    color: #fff
}

.admission-section .description {
    margin-top: 25px
}

.admission-section .japan-images {
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.admission-section .japan-images img {
    width: 100px
}

.happy-students {
    margin: 100px 0
}

.happy-students .title {
    text-align: center;
    margin-bottom: 50px
}

.happy-students .title .description {
    margin-top: 10px
}

.happy-students .testimonial-slider .slick-slide {
    margin: 0 12px
}

.happy-students .testimonial-card {
    border-radius: 20px;
    padding: 40px 30px;
    background: #FFF4F7;
    position: relative;
    height: 100%
}

.happy-students .profile-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-left: 130px;
    padding-top: 10px;
    min-height: 90px
}

.happy-students .profile-image {
    position: absolute;
    width: 114px;
    height: 130px;
    left: 0;
    top: 0;
    border-radius: 10px 0 25px 0;
    object-fit: cover;
    border: 8px solid #fff;
    border-top: 0;
    border-left: 0
}

.happy-students .profile-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #A20027;
    margin-bottom: 0
}

.happy-students .testimonial-text {
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    color: #575757;
    margin-bottom: 0;
    margin-top: 20px
}

.happy-students .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 14px;
    color: #fff;
    font-size: 12px;
    background: #BC002D;
    border: 1px solid #BC002D;
    border-radius: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease
}

.happy-students .custom-arrow.disabled {
    background: #FFEAF0;
    color: #BC002D;
    border: 1px solid #FFEAF0
}

.happy-students #custom-prev {
    left: -50px
}

.happy-students #custom-next {
    right: -50px
}

.students-graph {
    margin: 100px 0
}

.students-graph .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.students-graph .title {
    text-align: center
}

.students-graph .title .description {
    margin-top: 10px;
    margin-bottom: 50px
}

.students-graph .graph {
    background: #FFF4F7;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 850px;
    box-sizing: border-box
}

canvas {
    width: 100% !important;
    height: 100% !important
}

.excellence .title {
    text-align: center;
    background: #FFF1F4;
    border-radius: 50px;
    padding: 50px 50px 100px
}

.excellence .title .description {
    margin-top: 15px
}

.excellence .title .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    background: linear-gradient(89.99deg, #BC002D .01%, #A20027 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    margin-bottom: 5px
}

.excellence .features-grid {
    width: 1174px;
    background: #FFF;
    box-shadow: 0 0 4px 6px rgb(0 0 0 / .05);
    border-radius: 30px;
    padding: 50px;
    margin-top: -50px
}

.excellence .feature-item {
    animation: fadeInUp 0.6s ease;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.excellence .feature-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease
}

.excellence .feature-icon {
    width: 40px;
    height: 40px;
    background: #FFEAF0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0
}

.excellence .feature-icon i {
    color: #BC002D
}

.feature-content,
.feature-icon {
    transition: all 0.3s ease
}

.excellence .feature-item:hover .feature-icon {
    background: #BC002D;
    transform: scale(1.1);
    transition: transform 0.6s ease
}

.excellence .feature-item:hover .feature-content {
    transform: scale(1.05);
    transform-origin: left center;
    transition: transform 0.6s ease
}

.excellence .feature-item:hover .feature-icon i {
    color: #fff
}

.excellence .feature-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #575757
}

.excellence .feature-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #575757
}

.cta-button {
    padding: 10px 50px;
    border: 1px solid #fff0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    text-decoration: none
}

.cta-button i {
    margin-left: 10px
}

.cta-button:hover {
    border: 1px solid #fff0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #BC002D, #EFB7C6) border-box;
    color: #BC002D
}

.faq-section {
    margin: 100px 0
}

.faq-section .title {
    text-align: center;
    margin-bottom: 50px
}

.faq-section .accordion-item {
    background: #FFF;
    box-shadow: 0 0 4px 6px rgb(0 0 0 / .05);
    border-radius: 10px;
    padding: 18px 22px;
    border: 0;
    margin-bottom: 15px
}

.faq-section .accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #575757;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #BC002D;
    background: #fff0
}

.faq-section .accordion-button .icon {
    transition: transform 0.3s ease
}

.faq-section .accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
    color: #BC002D
}

.faq-section .accordion-body {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #575757;
    padding: 0;
    margin-top: 15px
}

.faq-section .accordion-button::after {
    display: none
}

.faq-section .accordion-button:focus {
    border: 0;
    box-shadow: none
}

.partners {
    margin: 100px 0 50px
}

.partners .description {
    margin-top: 10px
}

.partners .our-partner h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #BC002D;
    margin-bottom: 40px
}

.partners .our-partner img {
    width: auto;
    height: 250px;
    cursor: pointer
}

.partners .our-partner .img-title {
    margin-top: 20px;
    text-align: center
}

.slick-dots li button:before {
    display: none
}

.slick-dots li {
    width: auto;
    height: auto
}

.partner-slider .slick-dots li button {
    width: 20px;
    height: 12px;
    border: none;
    background: #EFB7C6;
    border-radius: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.partner-slider .slick-dots li.slick-active button {
    width: 40px;
    background: #A20027
}

.partners .slick-list {
    width: 550px;
    background: #FFF;
    border-radius: 10px
}

.partners .slick-dotted.slick-slider {
    display: flex;
    align-items: center;
    justify-content: center
}

.partners .partner-slider .partner-item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-prev:before,
.slick-next:before {
    display: none
}

.partners .image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .9)
}

.partners .image-modal .modal-content {
    display: block;
    margin: auto;
    max-width: 50%;
    max-height: 60%
}

.partners .image-modal .close-modal {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer
}

.partners #image-modal .modal-content {
    height: 100%;
    top: 80px
}

.footer-section {
    background: #504B49;
    padding: 50px 0 25px
}

.footer-section img {
    width: 200px
}

.footer-section .social-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    font-variant: all-small-caps;
    color: #FFF;
    text-align: end
}

.footer-section .social-links {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center
}

.footer-section .social-link {
    width: 45px;
    height: 45px;
    background: #fff0;
    border: 1px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px)
}

.footer-section .social-link:hover {
    background: #BC002D;
    border: 1px solid #BC002D
}

.footer-section .footer-bottom {
    animation: fadeIn 1s ease;
    animation-delay: 0.4s;
    animation-fill-mode: both;
    text-align: center;
    margin-top: 90px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.footer-section .copyright-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #FFF;
    margin-bottom: 20px
}

.footer-section .address-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
    max-width: 785px;
    text-align: center
}

.footer-section .address-text:last-child {
    margin-top: 10px
}

.footer-section .address-text span {
    font-size: 12px
}

.sticky-bar {
    background: #fff;
    padding: 10px 0;
    text-align: center;
    position: sticky;
    bottom: 0;
    z-index: 999
}

.sticky-bar .apply-now .primary-btn {
    padding: 10px 50px;
    border: 1px solid #fff0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFF
}

#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none
}

#backToTopBtn div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#backToTopBtn button {
    padding: 12px 20px;
    border: 1px solid #fff0;
    background-color: #BC002D;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFF
}

#backToTopBtn button:hover {
    background: #fff;
    color: #BC002D;
    border: 1px solid #BC002D;
}

#backToTopBtn p {
    margin-bottom: 0;
}

#backToTopBtn.scrolled-90 p {
    color: #FFF;
}

@media (min-width:1600px) {
    .hero {
        padding: 50px 0 50px;
    }

    .hero .horizontal-line {
        margin-top: -10px !important
    }
}

@media (min-width:1400px) {
    .happy-students .testimonial-card {
        height: 385px;
    }
}

@media (min-width:1200px) {
    .hero .info-box.hero-txt {
        margin-bottom: 120px;
        margin-left: 50px;
    }

    .hero .info-box.hero-txt2 {
        margin-bottom: 50px;
        margin-left: -100px;
    }

    .h-60vh {
        height: 55vh
    }
}

@media (max-width:1199px) {
    .h-60vh {
        height: 45vh
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .why-choose .slide {
        padding: 15px
    }

    .happy-students .testimonial-card {
        height: 385px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero .info-box p {
        font-size: 14px;
        line-height: 24px
    }

    .hero .info-box.hero-txt {
        margin-bottom: 90px;
        margin-left: -40px
    }

    .hero .info-box.hero-txt2 {
        margin-bottom: 0;
        margin-left: -70px
    }

    .hero .hero-btn .apply-now button,
    .upskill-section .btn-submit {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 22px
    }

    .upskill-section .stat-card p {
        font-size: 15px
    }

    .curriculum .slide {
        padding: 12px
    }

    .why-choose .program {
        width: 430px
    }

    .why-choose .slick-vertical .slick-slide {
        margin-right: 0
    }

    .happy-students .testimonial-card {
        height: 457px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero .hero-txt2 p {
        font-size: 13px;
        line-height: 20px
    }

    .admission-section .process-container {
        margin-top: 50px
    }

    .title h2,
    .hero h1 {
        font-size: 30px;
        line-height: 36px
    }

    .description {
        font-size: 15px
    }

    .upskill-sec {
        padding-left: 0
    }

    .upskill-section .upskill-title h2 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 36px
    }

    .hero-btn .apply-now button {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 22px
    }

    .why-choose .program {
        width: 330px
    }

    .why-choose .slick-vertical .slick-slide {
        margin-right: 0
    }

    .why-choose .program .slide-title {
        font-size: 15px;
        line-height: 26px
    }

    .why-choose .program .slide-description {
        font-size: 13px;
        line-height: 22px
    }

    .accordion-button {
        font-size: 18px;
        line-height: 24px
    }

    .students-graph .graph {
        padding: 30px
    }

    .hero .info-box.hero-txt {
        margin-bottom: 150px;
        margin-left: 0
    }

    .hero .info-box.hero-txt2 {
        margin-bottom: 50px;
        margin-left: -10px
    }

    .hero .info-box p {
        font-size: 14px;
        line-height: 22px
    }

    .hero .info-box.hero-txt p {
        min-width: auto
    }

    .hero .horizontal-line {
        margin-top: -7px
    }

    .hero-img {
        margin-top: -20px;
        height: 45vh
    }

    .happy-students .testimonial-card {
        height: 553px
    }
}

@media (min-width:768px) {

    .desktop-d-none{
        display:none !important
    }

    .hero .col-12.col-md-3.d-flex.mobile {
        display: none !important
    }

    .upskill-section .upskill-title h2.mobile {
        display: none
    }

    .upskill-description {
        max-width: 85%
    }

    .upskill-section .mobile {
        display: none
    }

    .sticky-bar {
        display: none
    }

    .hero.mobile {
        display: none
    }
}

@media (max-width:767px) {

    .mobile-d-none{
        display:none !important
    }

    .mobile#backToTopBtn {
        display: none !important
    }

    .hero.desktop {
        display: none
    }

    .hero .horizontal-line {
        margin-top: -5px
    }

    .hero .info-box p {
        max-width: 100%
    }

    .partners .image-modal .modal-content {
        max-width: 100%;
        object-fit: contain
    }

    .partners .our-partner img {
        height: 100%;
        width: 100%;
    }

    .h-60vh {
        height: 250px
    }

    .admission-section .japan-images {
        margin-top: 25px
    }

    .students-graph .graph {
        padding: 20px
    }

    .header {
        padding: 15px 0
    }

    .header .logo img {
        width: 130px
    }

    .header .phone-icon-container {
        width: 35px;
        height: 35px
    }

    .header .phone-number {
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px 0 10px
    }

    .title h2 {
        font-size: 23px;
        line-height: 30px
    }

    .description {
        font-size: 13px;
        line-height: 22px
    }

    .hero {
        padding: 30px 0 15px
    }

    .hero.mobile {
        padding: 15px 0;
        background: none
    }

    .hero h1 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 9px;
        margin-top: 0
    }

    .why-choose .hero-btn {
        text-align: center
    }

    .why-choose .apply-now button {
        display: none
    }

    .why-choose .vertical-slider-container {
        margin-top: 30px
    }

    .hero-btn .apply-now button {
        padding: 10px 30px;
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 50px 0
    }

    .hero .info-box.hero-txt {
        margin-bottom: 0;
        margin-left: 0
    }

    .hero .info-box.hero-txt2 {
        margin-bottom: 0;
        margin-left: 0
    }

    .hero .info-box.hero-txt p {
        min-width: auto
    }

    .hero .col-12.col-md-3.d-flex {
        align-items: center;
        justify-content: center
    }

    .hero .col-12.col-md-3.d-flex.desktop {
        display: none !important
    }

    .upskill-sec {
        padding-left: 0
    }

    .upskill-section {
        margin: 35px 0
    }

    .upskill-section .upskill-title h2.desktop {
        display: none
    }

    .upskill-section .desktop {
        display: none
    }

    .upskill-section .upskill-title h2 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center
    }

    .upskill-section #registrationForm .pe-1 {
        padding-right: calc(var(--bs-gutter-x) * .5) !important
    }

    .upskill-section #registrationForm .ps-1 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }

    .upskill-section .upskill-title p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: justify;
        width: 100%
    }

    .upskill-section .stat-card {
        padding: 15px
    }

    .upskill-section .stat-card h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px
    }

    .upskill-section .stat-card p {
        font-size: 15px;
        line-height: 22px
    }

    .why-choose {
        margin: 50px 0
    }

    .why-choose::before {
        background-position: right 230px
    }

    .curriculum .slider-container {
        padding-left: 0;
        margin-top: 40px
    }

    .curriculum .slide {
        margin: 10px 5px;
        padding: 20px !important
    }

    .curriculum .slick-prev,
    .curriculum .slick-next,
    .curriculum .slick-prev.disabled,
    .curriculum .slick-next.disabled {
        font-size: 14px
    }

    .excellence .title {
        padding: 25px 25px 70px
    }

    .excellence .title .label {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .excellence .features-grid {
        width: 100%;
        padding: 20px
    }

    .excellence .feature-item {
        padding: 10px 0
    }

    .excellence .feature-content h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0
    }

    .excellence .feature-content p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0
    }

    .excellence .features-grid .text-center {
        margin-bottom: 20px
    }

    .cta-button {
        padding: 15px 30px;
        font-size: 14px;
        line-height: 22px
    }

    .cta-button i {
        margin-left: 5px
    }

    .admission-section .process-container {
        margin-top: 30px
    }

    .admission-section .step-title {
        font-size: 13px;
        line-height: 22px
    }

    .partners {
        margin: 50px 0 30px
    }

    .partners .our-partner {
        margin-top: 15px
    }

    .partners .our-partner h5 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px
    }

    .footer-section {
        padding: 30px 0 25px
    }

    .footer-section .logo-icon {
        text-align: center
    }

    .footer-section .social-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-top: 35px
    }

    .footer-section .social-links {
        justify-content: center
    }

    .footer-section .footer-bottom {
        margin-top: 40px
    }

    .footer-section .copyright-text {
        margin-bottom: 10px
    }

    .footer-section img {
        position: relative;
        left: -14px
    }

    .why-choose .title::after {
        display: none
    }

    .why-choose .custom-arrows {
        justify-content: center
    }

    .curriculum .slick-prev,
    .curriculum .slick-next {
        width: 70px;
        height: 40px
    }

    .curriculum .slick-next.disabled .disable {
        margin-top: 5px
    }

    .curriculum .slick-prev.disabled,
    .curriculum .slick-next.disabled {
        width: 60px;
        height: 40px
    }

    .why-choose .program {
        width: 360px
    }

    .why-choose .slick-vertical .slick-slide {
        margin-right: 0
    }

    .why-choose .program .slide-title {
        font-size: 16px;
        line-height: 16px;
    }

    .why-choose .program .slide-description {
        font-size: 13px;
        line-height: 22px
    }

    .why-choose .title p {
        margin: 15px 0
    }

    .curriculum,
    .admission-section,
    .happy-students,
    .students-graph,
    .faq-section {
        margin: 50px 0
    }

    .curriculum .title h2 {
        margin-bottom: 20px
    }

    .happy-students .col-12.col-md-6:last-child .testimonial-card {
        margin-top: 30px
    }

    .happy-students .testimonial-card {
        height: 480px
    }

    .happy-students .profile-name {
        font-size: 22px;
        line-height: 30px
    }

    .happy-students .col-12.col-md-6:last-child {
        margin-bottom: 30px
    }

    .happy-students .profile-section {
        margin-left: 110px;
        min-height: 80px
    }

    .happy-students .testimonial-text {
        font-size: 13px;
        margin-top: 10px
    }

    .happy-students .title,
    .students-graph .title .description,
    .faq-section .title {
        margin-bottom: 25px
    }

    .happy-students .custom-arrow {
        display: flex;
        padding: 12px 14px
    }

    .happy-students #custom-prev {
        left: 10px
    }

    .happy-students #custom-next {
        right: 10px
    }

    .faq-section .accordion-item {
        padding: 18px
    }

    .faq-section .accordion-button {
        font-size: 16px;
        line-height: 24px
    }

    .faq-section .accordion-body {
        font-size: 12px;
        margin-top: 10px
    }

    #backToTopBtn {
        display: none
    }

    #backToTopBtn.show {
        display: block
    }
}

@media (max-width:540px) {
    .why-choose .program {
        width: 350px;
        height: 150px
    }

    .why-choose .program .slide-title {
        font-size: 14px
    }

    .why-choose .program .slide-icon {
        margin-right: 15px
    }
}

@media (max-width:480px) {
    .why-choose .program {
        width: 300px
    }
}

@media (max-width:420px) {
    .why-choose .program {
        width: 270px;
        height: 130px
    }

    .why-choose .program .slide-title {
        font-size: 12px
    }

    .why-choose .program .slide-description {
        font-size: 11px;
        line-height: 20px
    }
}

@media (max-width:380px) {
    .why-choose .program {
        width: 220px;
        height: 120px
    }

    .why-choose .program .slide-title {
        font-size: 11px
    }

    .why-choose .program .slide-description {
        font-size: 10px;
        line-height: 16px
    }
}