body{
    direction: ltr;
}
.home-hero-box {
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-hero-box::before {
    content: '';
    background: #f2f2f2e3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-blend-mode: color-burn;
    top: 0;
    z-index: -1;
}

.home-hero-title {
    font-size: 38px;
    font-weight: 900;
    color: #000;
}

.home-hero-title span {
    font-size: inherit;
}

.home-hero-title strong {
    font-size: inherit;
}

.home-hero-text {
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
}

.home-hero-btn-body {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.home-hero-btn {
    background: #191347;
    border: 1px solid #191347;
    color: #fff;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.home-hero-btn:hover {
    background: #fff;
    color: #191347;
}

.home-wrapper {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
}

.home-wrapper-title {
    font-size: 24px;
    font-weight: 800;
    color: #000;
}

.home-wrapper-text {
    font-size: 18px;
    margin-top: 15px;
    color: #000;
}

.home-catalog-item {
    display: block;
}

.home-catalog-item:hover .home-catalog-img {
    transform: scale(1.1);
}

.home-catalog-img-body {
    height: 110px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.home-catalog-img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.home-catalog-btn {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 10px;
    margin-top: 10px;
    height: 42px;
    font-size: 17px;
    font-weight: 500;
    color: #191347;
    transition: 0.3s;
}

.home-catalog-btn:hover {
    background: #191347;
    color: #fff;
}

.home-catalog-btn:hover img {
    filter: invert(1);
}

.home-form-box {
    background: #191347;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
    color: #fff;
}

.home-form-title {
    font-size: 22px;
    font-weight: 500;
}

.home-form-group {
    margin-top: 30px;
}

.home-form-group label {
    display: block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.home-form-group input {
    height: 48px;
    width: 100%;
    background: #F2F2F2;
    border: 0;
    padding: 15px;
    border-radius: 10px;
}

#browse-btn {
    position: absolute;
    left: 0;
    background: transparent;
    border: 0;
    width: 100%;
    text-align: right;
    outline: none;
}
.home-form-group input::placeholder {
    text-align: left !important;
}

.home-form-group select {
    height: 48px;
    width: 100%;
    background: #F2F2F2;
    border: 0;
    padding: 15px;
    border-radius: 10px;
}

.home-form-group textarea {
    width: 100%;
    background: #F2F2F2;
    border: 0;
    padding: 15px;
    border-radius: 10px;
}

.home-form-join {
    display: flex;
    align-items: center;
}

.home-form-join input {
    border-radius: 0 15px 15px 0;
    direction: ltr;
}

.home-form-join input::placeholder {
    text-align: left;
}

.home-form-join select {
    width: auto;
    border-radius: 10px 0 0 10px;
}

.home-form-btn-body {
    display: flex;
    height: 100%;
    align-items: end;
    padding-bottom: 9px;
    gap: 10px;
}

.home-form-submit {
    width: 100%;
    background: #F06A01;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
}

.home-form-remove {
    height: 48px;
    background: #F2F2F2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    transition: 0.3s;
}

.home-form-submit:hover {
    opacity: 0.8;
}

.home-form-remove:hover {
    opacity: 0.8;
}


/* faq */
.faq-body {
    margin-top: 20px;
}

.faq-item {
    background: #F1F1F1;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: left;
}

.faq-question::after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");

    color: #004C46;
    transition: transform 0.1s ease;
    min-width: 26px;
    height: 26px;
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    background: #f9f9f9;
    padding: 0 20px;
}

.faq-answer-content {
    padding: 15px 0;
    text-align: left;
}

/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
    background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
    display: none !important;
}

.plyr__controls [data-plyr="settings"] {
    display: none !important;
}

.plyr__controls [data-plyr="volume"] {
    display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    border-radius: 5px;
}

.plyr__poster {
    background-size: cover !important;
}

.plyr__video-wrapper {
    border-radius: 16px;
}

.plyr--video {
    border-radius: 16px !important;
}

.plyr {
    height: 100%;
}

video {
    width: 100%;
}

.plyr {
    max-height: 368px;
    height: 368px;
}

#load-video {
    margin-top: 20px;
}

.home-item-box {
    display: flex;
    align-items: center;
    text-align: left;
}

.home-item-icon {
    width: 70px;
    height: 70px;
}

.home-item-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.home-item-info {
    padding-left: 15px;
}

.home-item-info-text {
    margin-top: 6px;
}

.home-items {
    margin-bottom: 50px;
}

@media (max-width:767px) {
    .plyr {
        max-height: 220px;
        height: 220px;
    }

    .home-hero-box {
        height: auto;
        padding: 20px;
    }

    .home-hero-title {
        font-size: 22px;
        text-align: center;
    }

    .home-hero-text {
        font-size: 22px;
        text-align: center;
    }

    .home-hero-btn-body {
        width: 100%;
    }

    .home-hero-btn {
        height: 46px;
        font-size: 14px;
        padding: 5px;
        width: 100%;
    }

    .home-wrapper {
        margin-top: 30px;
    }

    .home-wrapper-title {
        font-size: 20px;
    }

    .home-wrapper-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .home-catalog-btn {
        font-size: 16px;
    }

    .home-form-title {
        font-size: 20px;
    }

    .home-form-group label {
        font-size: 14px;
    }

    .home-form-submit {
        height: 46px;
        font-size: 16px
    }

    .home-form-remove {
        height: 46px;
        font-size: 16px
    }

}