/* Layout & Backgrounds */
.experience_bg {
    padding: 50px 0;
    background: #F6F6F6;
}

.experience_bg_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.experience_bg_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.experience_bg_box-center {
    align-items: center;
}

/* Technique Card Styles */
.choose_technique_box {
    display: flex !important;
    max-width: 273px;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    min-height:345px;
}

.choose_technique_box_trip {
    border-radius: 12px;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #00000012;
    height: 425px;
}

.choose_technique_img {
    height: 160px;
    object-fit: cover;
}

.choose_technique_title {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.choose_technique_price {
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.choose_technique_price > span {
    color: #EF2924;
}

/* Button Styles */
.choose_technique_btn {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #EF2924;
    color: #EF2924;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
}

.choose_technique_btn:hover {
    border: 1px solid #EF2924;
    color: #fff;
    background-color: #EF2924;
    text-decoration: none;
}

/* Info Containers */
.choose_technique_info_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.choose_technique_info_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    justify-items: center;
}

.choose_technique_info_box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.choose_technique_info_box > span {
    color: #42464F;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.choose_technique_info_price,
.choose_technique_info_name {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.28px;
}

.choose_technique_info_price {
    font-weight: 700;
}

.choose_technique_info_name {
    font-weight: 400;
}

/* Slider & Headers */
.choose_techniqu-slider .slick-slide {
    margin: 0 10px;
}

.experience_slider_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.experience_slider_head > .experience_page_title {
    margin: 0;
}

.slider_head_back {
    color: #EF2924;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.28px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.slider_head_back:hover {
    opacity: 60%;
}

/* Banner Section */
.yamaha_banner_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0 65px;
}

.yamaha_banner_img {
    width: 100%;
}

.slick-next,
.slick-prev {
    z-index: 20;
}

.yamaha_banner_title {
    color: #231F20;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.experience-arrow-next {
    right: -50px;
}
.experience_page_title {
    color: #231F20;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.yamaha_banner_text {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
.experience-arrow-prev {
    left: -50px;
}
@media (max-width: 480px) {
    .experience-arrow-next {
        right: -15px;
    }

    .experience-arrow-prev {
        left: -15px;
    }


}
@media (max-width: 768px) {
    .experience_bg_wrapper {
        grid-template-columns: 1fr;
    }
    .choose_technique_info_box>span {
        white-space: nowrap;
        max-width: 155px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .experience-arrow-next {
        right: -15px;
    }

    .experience-arrow-prev {
        left: -15px;
    }

    .yamaha_banner_title {
        font-size: 24px;
    }
}
/* Responsive */
@media (max-width: 1200px) {
    .yamaha_banner_wrapper {
        grid-template-columns: 1fr;
        margin: 30px 0 80px;
    }
}

.amount-text, .amount{
    display: inline-block;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.amount-text{
    padding: 0 4px 0 4px;
}

