@media (max-width: 992px) {
    .statement-section {
        padding: 90px 0;
    }

    .statement-section .statement-text {
        font-size: 50px;
        width: 70%;
    }

    .statement-section .red-slash {
        font-size: 70px;
    }

    .statement-section .statement-inner {
        gap: 20px;
    }

    .statement-section.optima .optima-logo {
        width: 90%;
    }

    .statement-section.optima .statement-text {
        font-size: 40px;
        width: 80%;
    } 
    .HerobannerWrapper {
        height: 400px;
        padding: 100px 0 60px;
        background: #000;
    }
    .HerobannerWrapper .heroTextWrapper {
        width: 90%;
    }

    .HerobannerWrapper .heroTextWrapper h2 {
        font-size: 60px;
        text-align: center;
    }

    .HerobannerWrapper .bannerVideoWrapper video.mobileVideo,
    .HerobannerWrapper .mobileScrollDownArrow,
    .HerobannerWrapper .mobileScrollDownArrow .arrows {
        display: block;
    }

    .HerobannerWrapper .mobileScrollDownArrow .arrows {
        width: 15px;
        height: 15px;
    }

    .cursor,
    .HerobannerWrapper .btnblocsec,
    .advantages-sec__pagination,
    .advantages-sec__skip {
        display: none;
    }

    .HerobannerWrapper .heroTextWrapper h2 span {
        display: block;
    }

    .container-large,
    .container-small {
        padding: 0 16px;
        max-width: 100%;
    }

    .vibrance {
        padding: 55px 0;
    }

    .vibrance .vibrance-header h2 {
        font-size: 46px;
        text-align: center;
    }

    .vibrance .vibrance-header h2 span {
        display: block;
    }

    .vibrance .vibrance-header p,
    .specs-table table th {
        font-size: 24px;
    }

    .table_responsive table th {
        font-size: 18px;
    }

    .vibrance .vibrance-header {
        padding-bottom: 53px;
        gap: 20px;
    }

    .vibrance .v-card {
        padding: 20px 30px;
        min-width: 389px;
    }

    .vibrance .v-card .v-card-wrapper {
        gap: 24px;
    }

    .vibrance .v-card .v-card-wrapper p,
    .specs-table table td,
    .table_responsive table td {
        font-size: 16px;
    }

    .vibrance .v-card .v-card-wrapper img {
        height: 96px;
    }

    .vibrance .vibrance-row {
        padding: 0 30px;
        gap: 24px;
    }

    .vibrance .vibrance-row+.vibrance-row {
        margin-top: 24px;
    }

    .vibrance .vibrance-row.row-2 {
        padding: 0 50px 0 77px;
    }

    .vibrance .vibrance-progress {
        width: 60%;
        margin: 88px auto 0;
    }

    .applications {
        padding: 54px 0;
    }

    .applications-header {
        flex-wrap: wrap;
        gap: 32px;
        padding-bottom: 32px;
    }

    .applications-header .left_header {
        width: 100%;
    }

    .applications-header h2 {
        font-size: 34px;
        font-weight: 900;
        margin-bottom: 9px;
    }

    .applications-header p {
        font-size: 20px;
    }

    .applications-header .right_header {
        justify-content: flex-start;
        width: 100%;
    }

    .skip-btn {
        font-size: 20px;
        padding: 28px 56px;
    }

    .app-content {
        padding: 25px;
        justify-content: flex-start;
        gap: 16px;
    }

    .app-content h3 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .app-content p {
        font-size: 22px;
        max-width: 100%;
        line-height: 1.3;
    }

    .app-card {
        top: 20px;
        height: 700px;
        margin-bottom: 20px;
    }

    .app-card img {
        object-fit: cover;
        object-position: right;
    }

    .view-specs {
        text-decoration: underline;
        border-radius: unset;
        border: none;
        width: unset;
        height: unset;
        text-align: left;
        font-size: 16px;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-title {
        font-size: 34px;
        margin-bottom: 16px;
        width: 80%;
    }

    .faq-item {
        padding: 24px 40px;
    }

    .faq-question, .faq-answer {
        font-size: 20px;
        gap: 20px;
    }

    .faq-question .icon {
        width: 26px;
    }

    .specs-container {
        flex-wrap: wrap;
    }

    .specs-tabs {
        width: 100%;
        border-right: 0;
        gap: 20px;
        overflow-x: scroll;
        flex-direction: row;
        padding-bottom: 16px;
        display: none;
    }

    .tab-content {
        padding: 0 0 5px 0;
        display: block !important;
    }

    .tab-content .tab-inner {
        grid-template-columns: 1fr;
        padding: 20px;
        display: none;
    }

    .tab-content.active .tab-inner {
        display: grid;
    }

    .specs-content {
        padding: 8px;
    }

    .mobile-accordion-toggle {
        font-family: inherit;
        display: block;
        width: 100%;
        background: none;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 35px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        text-align: left;
        background: #212121;
    }

    .mobile-accordion-toggle .arrow {
        width: 16px;
        height: 16px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .tab-content.active .arrow {
        transform: rotate(-135deg);
    }

    .tab-inner {
        display: none;
        padding: 0 20px 20px;
    }

    .specs-tabs .tab {
        font-size: 18px;
        white-space: nowrap;
    }

    .content-text .content-row {
        padding: 20px 0;
    }

    .content-text .label,
    .content-text .value {
        font-size: 16px;
    }

    .specs-tabs .tab::after {
        width: 100%;
    }

    .specs-tabs .tab.active::after,
    .vibrance .vibrance-header img.vibrance-black-logo {
        width: 100%;
    }

    .appliance-parallax .parallax-wrapper {
        width: 90%;
        height: 85vh;
    }

    .applications-sec__timeline,
    .applications-sec__tabs {
        display: none;
    }

    .applications-sec__item {
        display: block;
        border-bottom: 1px solid #333;
    }


    .applications-sec__tab {
        display: none;
        width: 100%;
        border: none;
        padding: 14px 16px;
        text-align: left;
        font-size: 14px;
    }

    .applications-sec__tab.active {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #EB1D25;
        color: #fff;
    }

    .applications-sec_tab-parent {
        position: relative;
        height: 60px;
    }


    .applications-sec__inner {
        display: none;
        padding: 0;
    }

    .applications-sec__item.active .applications-sec__inner {
        display: block;
    }

    .applications-sec__arrow {
        width: 14px;
        height: 14px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: 0.3s;
    }

    .applications-sec__item.active .applications-sec__arrow {
        transform: rotate(-135deg);
    }

    .applications-sec__spec-box {
        bottom: 40px;
        right: 50%;
        transform: translateX(-50%);
        left: 50%;
        font-size: 14px;
        padding: 28px 14px;
        width: 70%;
        clip-path: polygon(30px 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%,
                0 30px);
    }

    .applications-sec__spec-box p {
        padding: 16px 0;
    }

    .applications-sec__title {
        font-size: 34px;
        margin-bottom: 16px;
    }

    /* Show dropdown */
    .applications-sec__dropdown {
        display: block;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }

    /* Toggle button */
    .applications-sec__dropdown-toggle {
        width: 100%;
        background: #EB1D25;
        color: #fff;
        border: none;
        padding: 19px 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    /* Arrow */
    .applications-sec__dropdown-icon {
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: 0.3s ease;
    }

    .applications-sec__dropdown.open .applications-sec__dropdown-icon {
        transform: rotate(-135deg);
    }

    /* Menu panel */
    .applications-sec__dropdown-menu {
        display: none;
        position: absolute;
        width: 100%;
        background: #DBDBDB;
        padding: 0 14px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        z-index: 20;
    }

    .applications-sec__dropdown-menu button {
        width: 100%;
        padding: 14px 0;
        border: none;
        background: #DBDBDB;
        color: #717171;
        text-align: left;
        font-size: 14px;
        font-family: inherit;
        border-bottom: 1px solid #FFFFFF;
        font-weight: 500;
        cursor: pointer;
    }

    .applications-sec__dropdown-menu button:last-child {
        border-bottom: none;
    }

    .applications-sec__dropdown-menu button:hover {
        background: #e6e6e6;
    }

    .applications-sec__dropdown.open .applications-sec__dropdown-menu {
        display: block;
    }

    .applications-sec__contents {
        margin-top: 15px;
        height: 100%;
    }

    .optima-hero__features {
        padding: 8px 0;
    }

    .optima-hero__features .optima-hero__features-wrapper {
        width: 90%;
        flex-wrap: wrap;
        gap: 8px;
    }

    .optima-hero__feature {
        width: 100%;
        flex: auto;
        gap: 16px;
    }

    .optima-hero__feature span, .optima-hero__features.vibrance-icons span {
        font-size: 24px;
    }

    .optima-hero__top {
        padding: 100px 16px 70px 16px;
    }

    .optima-hero__top-bg {
        top: -20%;
    }

    .optima-hero__side-text,
    .optima-hero__top-bg,
    .advantages-sec__left,
    .advantages-sec__right {
        width: 100%;
    }
.optima-hero__side-text.white {
	right: 4%;
	width: 310px;
}
    .optima-hero__side-text h2 {
        font-size: 46px;
    }
.optima-hero__side-text.white h2 {
    font-size: 26px;
}
    .optima-hero__desc {
        font-size: 24px;
        max-width: 100%;
    }

    .advantages-sec__wrapper {
        flex-wrap: wrap;
        gap: 50px;
    }

    .advantages-sec__card {
        padding: 12px;
        top: 20px;
    }

    .advantages-sec__card .advantages-sec__card_wrapper {
        border-radius: 24px;
        padding: 15px;
        min-height: 85vh;
    }

    .advantages-sec__card .advantages-sec__card_wrapper .advantages-sec__card_top img {
        height: 90px;
    }

    .advantages-sec__left h2,
    .advantages-sec__left p {
        text-align: center;
    }

    .advantages-sec__card h3,
    .advantages-sec__left h2 {
        font-size: 34px;
    }

    .advantages-sec__card p,
    .advantages-sec__left p {
        font-size: 24px;
    }

    .spec-modal .modal-content h3 {
        font-size: 40px;
    }

    .spec-modal .modal-content {
        padding: 40px 10px;
    }

    .specs-table table,
    .specs-table table th,
    .specs-table table td,
    .table_responsive table,
    .table_responsive table th,
    .table_responsive table td {
        padding: 10px 20px;
    }

    .modal-content-wrapper {
        overflow-x: auto;
        height: auto;
        max-height: 78vh;
        overflow-y: scroll;
    }

    .spec-modal .close-modal {
        font-size: 12px;
        width: 60px;
        height: 60px;
        right: 10px;
        top: 10px;
    }

    .tab-content .content-image {
        max-width: 100%;
    }
}