.product-page .hero-section > :first-child {
    background-image: url("https: //technical-soft.ir/wp-content/themes/techno/assets/تصویر بک گراند  بخش سربرگ محصول.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 50vh;
}
.product-page .hero-section .flex > * {
    width: 50%;
}
.product-page .hero-section .flex {
    padding-bottom: var(--spacing-3xl);
}
.product-page .hero-section .hero-content {
    padding-right: var(--spacing-sm);
}
.product-page .hero-section .hero-content > :first-child {
    margin-right: 24%;
}
.product-page .hero-section .hero-content > p:first-of-type {
    font-size: var(--font-2xl);
    font-weight: 600;
    color: var(--deep-black);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: var(--spacing-xl);
}
.product-page .hero-section .hero-content > p:first-of-type > span {
    color: var(--sunset-orange);
}
.product-page .hero-section .hero-content > h2 {
    background-color: var(--soft-purple);
    color: var(--white-main);
    width: max-content;
    padding: 0 var(--spacing-xs);
    border: 1px solid var(--sunset-orange);
    margin-bottom: var(--spacing-xs);
}
.product-page .hero-section .hero-content > p:last-of-type {
    font-size: var(--font-xl);
    color: var(--deep-black);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: var(--spacing-xl);
}
.product-page .hero-section .hero-content > button {
    width: 30%;
    margin-bottom: var(--spacing-xl);
}
.product-page .hero-section .hero-barcode {
    display: flex;
    flex-wrap: nowrap;
    min-width: calc(100vw - 15px);
    max-width: 1536px;
    position: relative;
    overflow-x: hidden;
    background-color: var(--very-light-gray);
    border-top: 2px solid var(--light-gray);
    border-bottom: 2px solid var(--light-gray);
    padding: var(--spacing-xs) 0;
}
.product-page .hero-section .hero-barcode::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
}
.product-page .hero-section .hero-barcode::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 100%;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
}
.product-page .gallery-section {
    background-image: url("https: //technical-soft.ir/wp-content/themes/techno/assets/تصویر بک گراند.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: var(--spacing-2xl);
    padding-bottom: var(--spacing-3xl);
    position: relative;
}

.product-page .gallery-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
    z-index: 1;
}
.product-page .gallery-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 100%;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
    z-index: 1;
}
.product-page .gallery-section > header {
    margin-bottom: var(--spacing-md);
}
.product-page .gallery-section h2 {
    color: var(--sunset-orange);
    font-size: 31px;
}
.product-page .gallery-section h2 .highlight {
    color: var(--deep-black);
}

.product-page .gallery-section .gallery {
    min-width: calc(100vw - 20px);
    max-width: 1536px;
    position: relative;
    overflow-x: hidden;
}

.product-page .gallery-section .gallery > div {
    transform: translateX(7%);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: var(--spacing-xl);
    padding: var(--spacing-xl) 0;
}
.product-page .gallery-section .gallery > div > * {
    width: max-content;
    background-color: var(--very-light-gray);
    padding: var(--spacing-lg);
    border-radius: 30px;
    opacity: 0.7;
    filter: grayscale(100%);
}
.product-page .gallery-section .gallery > div > *:nth-child(2) {
    transform: scale(1.1);
    opacity: 1;
    z-index: 1;
    filter: unset;
}
.product-page .gallery-section .gallery > div > * > img {
    border: 2px solid var(--white-main);
    border-radius: 20px;
    width: calc(35vw - 20px);
}
.product-page .software-purpose-section {
    padding: var(--spacing-xl) 0;
    position: relative;
}
.product-page .software-purpose-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 100%;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
    z-index: 1;
}
.product-page .software-purpose-section .software-purpose-img {
    width: 45%;
    position: relative;
    padding-right: var(--spacing-3xl);
}
.product-page
    .software-purpose-section
    .software-purpose-img
    > img:first-of-type {
    filter: grayscale(100%);
    width: 100%;
}

.product-page
    .software-purpose-section
    .software-purpose-img
    > img:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    width: 75%;
}
.product-page .software-purpose-section .software-purpose-content {
    flex: 1;
    align-self: start;
    padding-right: var(--spacing-xl);
}

.product-page .software-purpose-section .software-purpose-content h2 {
    font-size: var(--font-xl);
    position: relative;
    color: var(--deep-black);
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
    padding-right: var(--spacing-md);
    padding-left: 0;
}

.product-page .software-purpose-section .software-purpose-content h2::before {
    position: absolute;
    content: "";
    position: absolute;
    width: 5px;
    background-color: var(--sunset-orange);
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9999px;
}
.product-page .software-features-section {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgb(248, 248, 249) 100%
        ),
        url("../../../assets/بک گراند بنفش پشت ویدیو.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: relative;
    padding-top: var(--spacing-3xl);
}
.chevron-down {
    transform: rotate(180deg);
}
.product-page .software-features-section .software-features-header {
    color: var(--white-main);
    padding-top: 7px;
    margin-bottom: 2rem;
}
.product-page .software-features-section .software-features-image {
    border: 2px solid var(--white-main);
    width: max-content;
    margin: 0 auto;
}
.product-page .software-features-section .software-features-description {
    padding-top: var(--spacing-2xl);
    text-align: justify;
    background-image: url("https: //technical-soft.ir/wp-content/themes/techno/assets/بک گراند متن ویدیو.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: var(--spacing-3xl);
    min-height: 40vh;
    height: 400px;
}
.product-page .software-features-section .software-features-description > p {
    max-width: 60%;
}
.product-page .demo-request-section {
    background-image: url("https: //technical-soft.ir/wp-content/themes/techno/assets/بک گراند امتحان رایگان.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    top: -80px;
    padding: 5rem 0;
}

.product-page .demo-request-section .demo-button {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}
.product-page .demo-request-section .demo-button button {
    width: 45px;
    height: 45px;
    background-color: rgb(73, 73, 80);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-page .demo-request-section .demo-request-card {
    width: 65%;
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-header {
    width: 65%;
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-header
    h2 {
    font-size: var(--font-xl);
    position: relative;
    color: var(--deep-black);
    padding-right: var(--spacing-md);
    padding-left: 0;
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-header
    h2::before {
    position: absolute;
    content: "";
    position: absolute;
    width: 5px;
    background-color: var(--sunset-orange);
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9999px;
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form {
    margin-top: var(--spacing-xl);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields {
    gap: var(--spacing-md);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields:last-child {
    margin-top: var(--spacing-xl);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-field {
    flex: 1;
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-field
    input {
    width: 100%;
    padding: var(--spacing-xs) var(--spacing-xxs);
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-field
    .phone {
    padding: 0;
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-field
    .phone
    input {
    width: 100%;
    direction: ltr;
    padding: var(--spacing-xs) var(--spacing-md);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-field
    .phone
    span {
    background-color: white;
    height: 100%;
    width: max-content;
    padding: 1rem;
    border-bottom-right-radius: 30px;
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-field
    label {
    display: block;
    margin-bottom: var(--spacing-md);
    color: var(--deep-black);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method {
    border: 2px dashed var(--sunset-orange);
    padding: var(--spacing-md) 12px;
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    > div {
    width: 50%;
    gap: var(--spacing-md);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    > div
    > * {
    width: max-content;
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    label {
    cursor: pointer;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    input[type="radio"] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--light-gray);
    appearance: none;
    background-color: var(--white-main);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    input[type="radio"]:checked {
    background-color: var(--sunset-orange);
    border-color: var(--sunset-orange);
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    input[type="radio"]:checked
    + label {
    color: var(--sunset-orange);
}

.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-fields
    .demo-request-method
    input[type="radio"]:checked::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: white;
}
.product-page
    .demo-request-section
    .demo-request-card
    .demo-request-content
    .demo-request-form
    .demo-request-field:last-child {
    margin-top: auto;
}

.product-page .faq-section .faq-header h2 {
    font-size: var(--font-xl);
    color: var(--deep-black);
}
.product-page .faq-section .faq-header .faq-title {
    margin-bottom: var(--spacing-sm);
}
.product-page .faq-section .faq-header > p{
    margin-bottom: var(--spacing-lg);
    font-size: 14px;
}
.product-page .faq-section .faq-header img {
    filter: grayscale(100%);
}

.product-page .faq-section .faq-content {
    flex: 1;
    margin-right: 30px;
}
.product-page .faq-section .faq-content .faq-list > * + * {
    margin-top: var(--spacing-lg);
}
.product-page .faq-section .faq-content .faq-list .faq-item {
    background-color: var(--light-gray);
    padding: var(--spacing-md) var(--spacing-xl);
    border: 2px solid var(--light-gray);
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-page .faq-section .faq-content .faq-list .faq-item.active {
    background-color: var(--white-main);
    border: 2px solid var(--light-gray);
}
.product-page .faq-section .faq-content .faq-list .faq-item.active .faq-question{
    color: var(--sunset-orange);
}
.product-page
    .faq-section
    .faq-content
    .faq-list
    .faq-item
    .faq-question
    > div:first-child {
    gap: var(--spacing-xs);
}
.product-page .faq-section .faq-content .faq-list .faq-item .faq-answer {
    text-align: justify;
    padding: var(--spacing-md) 0;
    display: none;
}

/* Media query for screens with max-width 480px (small mobile) */

@media screen and (max-width: 480px) {
    .product-page .hero-section {
        padding: var(--spacing-sm);
    }

    .product-page .hero-section .flex {
        flex-direction: column;
        align-items: center;
        padding-bottom: var(--spacing-md);
    }

    .product-page .hero-section .flex > * {
        width: 100%;
    }

    .product-page .hero-section img {
        max-width: 100%;
        height: auto;
    }

    .product-page .hero-section .hero-content {
        text-align: center;
        padding: 0;
    }

    .product-page .hero-section .hero-content > :first-child {
        margin-right: 50%;
        margin-bottom: var(--spacing-sm);
        width: 30px;
    }

    .product-page .hero-section .hero-content > p:first-of-type {
        font-size: var(--font-large);
        margin-bottom: var(--spacing-md);
    }

    .product-page .hero-section .hero-content > h2 {
        font-size: var(--font-base);
        padding: var(--spacing-xs);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: var(--spacing-sm);
    }

    .product-page .hero-section .hero-content > p:last-of-type {
        font-size: var(--font-base);
        margin-bottom: var(--spacing-md);
    }

    .product-page .hero-section .hero-content > button {
        width: 80%;
        font-size: var(--font-md);
        padding: var(--spacing-xs);
        margin-bottom: var(--spacing-sm);
        border-radius: 10px;
    }
    .product-page .hero-section .hero-content > :last-child {
        margin: 0 auto;
        width: 40%;
    }

    .product-page .hero-section .hero-barcode {
        padding: var(--spacing-sm) 0;
    }

    .product-page .hero-section .hero-barcode img {
        width: 100%;
        height: auto;
    }
    .product-page .gallery-section {
        padding-top: var(--spacing-md);
        padding-bottom: var(--spacing-lg);
    }

    .product-page .gallery-section::before,
    .product-page .gallery-section::after {
        display: none;
    }

    .product-page .gallery-section > header {
        padding: 0 var(--spacing-sm);
    }

    .product-page .gallery-section h2 {
        font-size: var(--font-large);
        text-align: center;
    }

    .product-page .gallery-section .gallery {
        padding-top: var(--spacing-xs);
        padding-bottom: var(--spacing-lg);
    }

    .product-page .gallery-section .gallery > div {
        transform: translateX(0);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-xs);
    }

    .product-page .gallery-section .gallery > div > *:nth-child(2) {
        transform: scale(1.07);
    }

    .product-page .gallery-section .gallery > div > * {
        width: 90%;
        padding: var(--spacing-sm);
        border-radius: 15px;
        opacity: 1;
    }

    .product-page .gallery-section .gallery > div > * > img {
        width: 100%;
        border-radius: 10px;
    }
    .product-page .gallery-section > header.container > .flex > img,
    .product-page
        .software-purpose-section
        .software-purpose-content
        > .flex
        > img,
    .product-page .software-features-section .software-features-header img,
    .product-page .faq-section .faq-header .faq-title > img,
    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header
        > img {
        width: 30px;
    }
    .product-page .software-purpose-section {
        padding: var(--spacing-sm) var(--spacing-xl);
        padding-bottom: 0;
    }

    .product-page .software-purpose-section > .flex {
        flex-direction: column-reverse;
    }
    .product-page .software-purpose-section::before {
        display: none;
    }

    .product-page .software-purpose-section .software-purpose-img {
        width: 100%;
        padding-right: 0;
    }

    .product-page .software-purpose-section .software-purpose-img > img {
        width: 90%;
        margin-bottom: var(--spacing-sm);
    }
    .product-page
        .software-purpose-section
        .software-purpose-img
        > img:last-of-type {
        height: calc(100% + 10px);
        width: auto;
    }

    .product-page .software-purpose-section .software-purpose-content {
        padding-right: 0;
    }

    .product-page .software-purpose-section .software-purpose-content h2 {
        font-size: var(--font-large);
        padding-top: var(--spacing-md);
        padding-bottom: var(--spacing-sm);
        text-align: center;
    }

    .product-page .software-purpose-section .software-purpose-content ul {
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .product-page .software-purpose-section .software-purpose-content ul li {
        font-size: var(--font-sm);
        margin-bottom: var(--spacing-xs);
    }

    .product-page .software-features-section {
        padding-top: var(--spacing-md);
    }

    .product-page .software-features-section .software-features-header {
        padding-top: var(--spacing-md);
        margin-bottom: var(--spacing-2xl);
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .product-page .software-features-section .software-features-header h2 {
        font-size: var(--font-large);
    }

    .product-page .software-features-section .software-features-image {
        width: 100%;
        margin: 0;
        border: none;
    }

    .product-page .software-features-section .software-features-image video {
        width: 100%;
        height: auto;
    }

    .product-page .software-features-section .software-features-description {
        padding-top: var(--spacing-base);
        min-height: 30vh;
        height: auto;
        background-size: cover;
        padding: var(--spacing-sm);
        background-position: center;
    }

    .product-page
        .software-features-section
        .software-features-description
        > p {
        max-width: 100%;
        font-size: var(--font-small);
        text-align: right;
        text-align: justify;
    }

    .product-page .demo-request-section {
        padding: 2rem 0;
        top: -40px;
    }

    .product-page .demo-request-section .demo-button {
        top: 10px;
    }

    .product-page .demo-request-section .demo-button button {
        width: 35px;
        height: 35px;
    }

    .product-page .demo-request-section .demo-request-container {
        flex-direction: column;
        align-items: center;
    }

    .product-page .demo-request-section .demo-request-card {
        width: 90%;
        margin: 0 auto;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header
        h2 {
        font-size: var(--font-large);
        padding-right: var(--spacing-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields
        .demo-request-field {
        width: 100%;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-method {
        width: 100%;
        padding: var(--spacing-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-method
        > div {
        width: 100%;
        gap: var(--spacing-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-method
        label {
        font-size: var(--font-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-method
        input[type="radio"] {
        width: 18px;
        height: 18px;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-field
        label {
        font-size: var(--font-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-field
        input {
        padding: var(--spacing-xs);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        button {
        font-size: var(--font-sm);
        padding: var(--spacing-sm) var(--spacing-md);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields:last-child {
        margin-top: var(--spacing-lg);
    }

    .product-page .demo-request-section .demo-request-image img {
        width: 100%;
        height: auto;
    }

    /* FAQ Section Header */
    .product-page .faq-section {
        flex-direction: column;
    }
    .product-page .faq-section .faq-header {
        text-align: center;
        padding: var(--spacing-md);
    }

    .product-page .faq-section .faq-header h2 {
        font-size: var(--font-large);
    }

    .product-page .faq-section .faq-header img {
        width: 60%;
        filter: grayscale(100%);
        margin-top: var(--spacing-sm);
    }

    /* FAQ Content */
    .product-page .faq-section .faq-content {
        padding: var(--spacing-sm);
    }

    .product-page .faq-section .faq-content .faq-list {
        padding: 0;
    }

    .product-page .faq-section .faq-content .faq-list > * + * {
        margin-top: var(--spacing-md);
    }

    .product-page .faq-section .faq-content .faq-list .faq-item {
        padding: var(--spacing-sm) var(--spacing-md);
        font-size: var(--font-small);
    }

    .product-page .faq-section .faq-content .faq-list .faq-item .faq-question {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-item
        .faq-question
        > div:first-child {
        gap: var(--spacing-xs);
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-item
        .faq-question
        p {
        font-size: var(--font-small);
        margin: var(--spacing-xs) 0;
    }

    .product-page .faq-section .faq-content .faq-list .faq-item .faq-answer {
        text-align: justify;
        padding: var(--spacing-sm) 0;
        display: none;
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-item.active
        .faq-answer {
        display: block;
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-item
        .faq-question
        div {
        margin-top: var(--spacing-xs);
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-item
        .faq-question
        img {
        width: 25px;
        margin-left: var(--spacing-xs);
    }
}

/* Media query for screens between 481px and 768px (mobile to small tablet) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .product-page .hero-section > :first-child {
        min-height: 30vh;
        padding-top: var(--spacing-lg);
    }

    .product-page .hero-section .flex {
        padding-bottom: var(--spacing-md);
    }

    .product-page .hero-section .flex > div:first-of-type {
        width: max-content;
        max-width: 40%;
    }

    .product-page .hero-section .flex > div:last-of-type {
        flex: 1;
    }
    .product-page .hero-section .flex > div:last-of-type > img:last-of-type {
        width: 35%;
    }

    .product-page .hero-section .flex > div:last-of-type > button {
        width: 30%;
    }

    .product-page .hero-section .flex > div:first-of-type img,
    .product-page .hero-section .hero-barcode > * > img {
        width: 100%;
        height: auto;
    }
    .product-page .hero-section .hero-content > :first-child {
        width: 40px;
        height: auto;
        margin-right: 14%;
    }
    .product-page .hero-section .hero-content > p:first-of-type {
        font-size: var(--font-large);
    }

    .product-page .hero-section .hero-content > h2 {
        font-size: var(--font-large);
    }

    .product-page .hero-section .hero-content > p:last-of-type {
        font-size: var(--font-base);
    }

    .product-page .hero-section .hero-content > button {
        width: 50%;
        font-size: var(--font-xs);
        padding: var(--spacing-sm);
    }

    .product-page .hero-section .hero-barcode {
        max-width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }

    .product-page .gallery-section > header {
        margin-bottom: var(--spacing-xs);
    }

    .product-page .gallery-section .gallery > div {
        display: flex;
        gap: var(--spacing-xs);
        padding: var(--spacing-md) 0;
        max-width: 90%;
        overflow: hidden;
        margin: 0 auto;
        transform: unset;
        margin: 0 auto;
    }

    .product-page .gallery-section .gallery > div > * {
        padding: var(--spacing-xxs);
        border-radius: 10px;
    }

    .product-page .gallery-section .gallery > div > * > img {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }

    .product-page .gallery-section > header.container > .flex > img,
    .product-page
        .software-purpose-section
        .software-purpose-content
        > .flex
        > img,
    .product-page .software-features-section .software-features-header > img,
    .product-page .faq-section .faq-header .faq-title > img,
    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header {
        width: 50px;
    }

    .product-page .software-purpose-section > .flex > * {
        width: 50%;
    }

    .product-page .software-purpose-section .software-purpose-img > img {
        width: 100%;
        padding-right: 0;
        height: auto;
    }
    .product-page
        .software-purpose-section
        .software-purpose-img
        > img:last-of-type {
        width: 70%;
        height: auto;
    }

    .product-page .software-purpose-section .software-purpose-content {
        padding: var(--spacing-sm);
    }

    .product-page .software-purpose-section .software-purpose-content h2 {
        font-size: var(--font-large);
        padding: var(--spacing-md);
    }
    .product-page .software-features-section .software-features-image,
    .product-page
        .software-features-section
        .software-features-description
        > p {
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .product-page .software-features-section .software-features-header h2 {
        font-size: var(--font-large);
    }

    .product-page .software-features-section .software-features-image > img {
        width: 100%;
        height: auto;
    }

    .product-page .software-purpose-section .software-purpose-content ul {
        padding-left: var(--spacing-sm);
    }

    .product-page .software-purpose-section .software-purpose-content ul li {
        font-size: var(--font-sm);
    }

    .product-page .software-features-section .software-features-description {
        height: 30vh;
        min-height: 200px;
    }

    .product-page .demo-request-section {
        padding: var(--spacing-3xl) var(--spacing-xs);
    }

    .product-page .demo-request-section > .flex {
        flex-direction: column;
    }

    .product-page .demo-request-section .demo-request-card {
        width: 90%;
        padding: var(--spacing-2xl) var(--spacing-sm);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header {
        width: 100%;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header
        h2 {
        font-size: var(--font-large);
        text-align: center;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-header
        h2::before {
        height: 20px;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form {
        margin-top: var(--spacing-lg);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields {
        flex-direction: column;
        gap: var(--spacing-md);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields:last-child {
        margin-top: var(--spacing-lg);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields
        .demo-request-method
        > div {
        width: 100%;
    }
    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-fields
        .demo-request-field {
        width: 100%;
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-content
        .demo-request-form
        .demo-request-field
        input {
        padding: var(--spacing-xs) var(--spacing-md);
    }

    .product-page .faq-section .faq-header h2 {
        font-size: var(--font-md);
    }

    .product-page .faq-section .faq-header {
        width: 100%;
        text-align: center;
    }

    .product-page .faq-section .faq-content .faq-list .faq-item {
        padding: var(--spacing-sm);
    }

    .product-page .faq-section .faq-content .faq-list .faq-answer {
        font-size: var(--font-small);
    }

    .product-page .faq-section .faq-content {
        gap: var(--spacing-base);
    }
    .product-page .faq-section {
        flex-direction: column;
        padding: var(--spacing-md);
    }

    .product-page .faq-section .faq-header {
        text-align: center;
    }

    .product-page .faq-section .faq-header h2 {
        font-size: var(--font-large);
    }

    .product-page .faq-section .faq-header img {
        width: 50%;
        max-width: 300px;
    }

    .product-page .faq-section .faq-content {
        flex: 1;
        margin-top: var(--spacing-lg);
    }

    .product-page .faq-section .faq-content .faq-list .faq-item {
        padding: var(--spacing-sm) var(--spacing-md);
        font-size: var(--font-small);
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-item
        .faq-question
        > div:first-child {
        gap: var(--spacing-xxs);
    }

    .product-page .faq-section .faq-content .faq-list .faq-item .faq-answer {
        font-size: var(--font-sm);
        padding: var(--spacing-sm) 0;
    }
}

/* Media query for screens between 769px and 1024px (tablet to small desktop) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .product-page .hero-section > :first-child {
        min-height: 40vh;
    }

    .product-page .hero-section .flex {
        padding-bottom: var(--spacing-lg);
    }

    .product-page .hero-section .flex > * {
        width: 50%;
    }

    .product-page .hero-section .flex > div:first-of-type {
        width: 55%;
    }

    .product-page .hero-section .flex > div:last-of-type {
        width: 45%;
    }

    .product-page .hero-section .flex > div:first-of-type img,
    .product-page .hero-section .hero-barcode > * > img {
        width: 100%;
        height: auto;
    }

    .product-page .hero-section .hero-content > p:first-of-type {
        font-size: var(--font-2xl);
    }

    .product-page .hero-section .hero-content > h2 {
        font-size: var(--font-xl);
    }

    .product-page .hero-section .hero-content > p:last-of-type {
        font-size: var(--font-large);
    }

    .product-page .hero-section .hero-content > button {
        width: 35%;
        font-size: var(--font-xs);
        padding: var(--spacing-sm);
    }

    .product-page .hero-section .hero-barcode {
        min-width: 70vw;
    }

    .product-page .gallery-section {
        padding-top: var(--spacing-xl);
        padding-bottom: var(--spacing-2xl);
    }

    .product-page .gallery-section::before,
    .product-page .gallery-section::after {
        width: 15%;
    }

    .product-page .gallery-section > header {
        margin-bottom: var(--spacing-sm);
    }

    .product-page .gallery-section > header.container > .flex > img,
    .product-page
        .software-purpose-section
        .software-purpose-content
        > .flex
        > img,
    .product-page .software-features-section .software-features-header > img,
    .product-page .faq-section .faq-header .faq-title > img {
        width: 60px;
    }

    .product-page .gallery-section .gallery {
        min-width: auto;
    }

    .product-page .gallery-section .gallery > div {
        transform: translateX(0);
        gap: var(--spacing-xs);
        padding: var(--spacing-lg) 0;
        width: 100%;
    }

    .product-page .gallery-section .gallery > div > * {
        padding: var(--spacing-xs);
        border-radius: 15px;
    }

    .product-page .gallery-section .gallery > div > *:nth-child(2) {
        transform: scale(1.05);
    }

    .product-page .gallery-section .gallery > div > * > img {
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

    .product-page .software-purpose-section {
        padding: var(--spacing-lg) var(--spacing-sm);
    }

    .product-page .software-purpose-section::before {
        width: 15%;
    }

    .product-page .software-purpose-section .software-purpose-img {
        width: 50%;
        padding-right: var(--spacing-xl);
    }

    .product-page
        .software-purpose-section
        .software-purpose-img
        > img:first-of-type {
        filter: grayscale(100%);
    }

    .product-page
        .software-purpose-section
        .software-purpose-img
        > img:last-of-type {
        top: 55%;
        left: 50%;
    }

    .product-page .software-purpose-section .software-purpose-content {
        flex: 1;
        padding-right: var(--spacing-lg);
    }

    .product-page .software-purpose-section .software-purpose-content h2 {
        font-size: var(--font-large);
        padding: var(--spacing-lg) 0;
    }

    .product-page
        .software-purpose-section
        .software-purpose-content
        h2::before {
        width: 4px;
        height: 25px;
    }

    .product-page .software-purpose-section .software-purpose-content ul {
        padding-left: var(--spacing-md);
    }

    .product-page .software-purpose-section .software-purpose-content ul li {
        font-size: var(--font-base);
    }

    .product-page .software-features-section {
        padding-top: var(--spacing-xl);
    }

    .product-page .software-features-section .software-features-header {
        margin-bottom: var(--spacing-xl);
        padding-top: var(--spacing-lg);
        text-align: center;
    }

    .product-page .software-features-section .software-features-header h2 {
        font-size: var(--font-large);
    }

    .product-page .software-features-section .software-features-image {
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .product-page .software-features-section .software-features-image > img {
        width: 100%;
        height: auto;
    }

    .product-page .software-features-section .software-features-description {
        min-height: 30vh;
        padding-top: var(--spacing-xl);
        text-align: justify;
    }

    .product-page
        .software-features-section
        .software-features-description
        > p {
        max-width: 80%;
        margin: 0 auto;
        font-size: var(--font-base);
        line-height: 1.8;
    }

    .product-page .demo-request-section {
        padding: 3rem 1rem;
    }

    .product-page .demo-request-section .demo-request-container {
        gap: var(--spacing-xs);
        margin-top: var(--spacing-3xl);
    }

    .product-page .demo-request-section .demo-request-image {
        width: 40%;
    }

    .product-page .demo-request-section .demo-request-image img {
        max-width: 30%;
        height: auto;
    }

    .product-page .demo-request-section .demo-request-card {
        width: 90%;
        margin: 0 auto;
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .product-page
        .demo-request-section
        .demo-request-card
        .demo-request-header {
        width: 100%;
        text-align: center;
    }

    .product-page .demo-request-section .demo-request-form {
        gap: 1.5rem;
    }

    .product-page
        .demo-request-section
        .demo-request-form
        .demo-request-fields {
        flex-direction: column;
        gap: 1rem;
    }

    .product-page
        .demo-request-section
        .demo-request-fields
        .demo-request-field {
        flex: none;
        width: 100%;
    }

    .product-page .demo-request-section .demo-request-field.phone {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 0.5rem;
    }

    .product-page .demo-request-section .demo-request-method {
        gap: 1rem;
        padding: 1rem;
    }

    .product-page
        .demo-request-section
        .demo-request-form
        .demo-request-field:last-child {
        margin-top: 2rem;
    }

    .product-page .faq-section .faq-header h2 {
        font-size: var(--font-large);
    }

    .product-page .faq-section .faq-header img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .product-page .faq-section .faq-header {
        width: 30%;
    }

    .product-page .faq-section .faq-header .faq-title {
        margin-bottom: var(--spacing-md);
    }

    .product-page .faq-section .faq-content .faq-list .faq-item {
        padding: var(--spacing-sm) var(--spacing-md);
    }

    .product-page .faq-section .faq-content .faq-list > * + * {
        margin-top: var(--spacing-md);
    }

    .product-page .faq-section .faq-content .faq-list .faq-answer {
        font-size: var(--font-sm);
        line-height: 1.5;
    }

    .product-page
        .faq-section
        .faq-content
        .faq-list
        .faq-question
        > div:first-child {
        gap: var(--spacing-sm);
    }

    .product-page .faq-section {
        padding: var(--spacing-md);
    }

    .product-page .faq-section .faq-content {
        flex-direction: column;
        gap: var(--spacing-lg);
    }
}



@media screen and (max-width:768px) {
    .faq-question.flex.justify-between.align-center div:nth-child(2) {
    width: 10%;
    float: left;
}
.product-page .faq-section .faq-content .faq-list .faq-item .faq-question > div:first-child {
        max-width: 85%;
    }
    
    .product-page .faq-section .faq-content .faq-list .faq-item .faq-question {
        display: ruby;
    }
    .product-page .faq-section .faq-content {
    margin-right: 0 !important;
    }
    .hero-content a {
        margin: 30px auto;
    }
}
