

    @media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .container {
        padding: 0 0px;
    }
    .about-content {
        padding: 0px 0px;
        min-height: 60vh;
    }
    .about {
        min-height: auto;
    }



    .header .nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header .logo {

        text-align: center;
        margin-bottom: 10px;
    }

    .nav-buttons {

        justify-content: center;
    }

    .about-text h2 {
        font-size: 48px;
        line-height: 54px;
    }

    .about-text .cta-button {
        font-size: 20px;
        padding: 10px 15px;
    }

    .discount-text {
        font-size: 18px;
        bottom: 20px;
    }

    .workshops h2 {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }

    .workshops-subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .workshop-cards {
        grid-template-columns: 1fr;
    }

    .workshop-card img {
        height: 300px;
    }

    .workshop-card h3 {
        font-size: 20px;
    }

    .workshop-card .description,
    .workshop-card .duration,
    .price-item,
    .price {
        font-size: 14px;
    }

    .book-button {
        font-size: 14px;
        padding: 8px 0;
    }

    .modal-content {
        width: 90%;
        margin: 10% auto;
        padding: 20px;
    }

    .modal h3 {
        font-size: 20px;
    }
    
    .form-fields-container {
        width: 100%;
        padding: 20px;
        gap: 20px;
    }

    .form-group {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .form-group label {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .input-wrapper {
        width: 100%;
    }

    .form-group input,
    .form-group select {
        width: 100%;
        -webkit-appearance: none;
        max-width: 100%;
        font-size: 16px;
        height: 40px;
    }

    .continue-btn {
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    #potteryWheelModalStep2 .modal-content {
        padding: 20px;
    }
    #potteryWheelModalStep2 .back-btn {
        font-size: 12px;
    }
    #potteryWheelModalStep2 .modal-title {
        font-size: 22px;
    }

    #potteryWheelModalStep2 .step2-info-block {
        width: 100%;
        padding: 20px;
    }

    #potteryWheelModalStep2 .step2-date-row,
    #potteryWheelModalStep2 .step2-date-label,
    #potteryWheelModalStep2 .step2-date-value {
        font-size: 16px;
    }

    #potteryWheelModalStep2 .step2-participant-row label {
        font-size: 14px;
    }

    #potteryWheelModalStep2 .step2-participant-row input[type="text"],
    #potteryWheelModalStep2 .step2-participant-row input[type="tel"] {
        width: 100%;
        font-size: 14px;
    }

    #potteryWheelModalStep2 .step2-description {
        font-size: 14px;
    }

    #potteryWheelModalStep2 .step2-submit {
        width: 100%;
        font-size: 18px;
    }

    .gallery h2,
    .reviews h2,
    .faq-title {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }
    .gallery-window {
        width: 70%;
        max-height: 70%;
        padding:6%;
    }
    .gallery-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit);
        gap: 10px;
        margin-bottom: 10px;
    }
    .gallery-more {
        margin-top: 0px;
    }
    .more-link {
        font-size: 14px;
    }

    .review-card {
        width: 95%;
        padding: 15px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .review-text {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-question {
        font-size: 20px;
        padding: 15px;
    }

    .faq-answer {
        font-size: 16px;

    }

    .rent-modal-content {
        padding: 15px;
    }

    .rent-modal-title {
        font-size: 24px;
    }

    .rent-modal-form {
        width: 90%;
        padding: 15px;
        height: auto;
    }
    .rent-modal-group #rentName, .rent-modal-group #rentPhone {
        width: auto;
    }

    .rent-modal-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .rent-modal-group label {
        font-size: 16px;
    }

    .rent-modal-group input,
    .rent-modal-group select,
    .rent-modal-form #rentDescription {
        width: 100%;
        font-size: 16px;
    }
    .rent-modal-form #rentDescription {
        line-height: 20px;
        height: 60px;
    }

    .submit-rent {
        width: 100%;
        font-size: 18px;
    }

}

@media (max-width: 480px) {
    .about-text h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .about-text .cta-button {
        font-size: 18px;
        padding: 8px 12px;
    }

    .discount-text {
        font-size: 16px;
    }

    .workshops h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .workshop-card img {
        height: 250px;
    }

    .gallery h2,
    .reviews h2,
    .faq-title {
        font-size: 30px;
        line-height: 36px;
    }
.reviews h2 {
    margin-top: 15px;
}
    .review-card {
        padding: 10px;
    }

    .reviewer-name {
        font-size: 14px;
    }

    .review-text {
        font-size: 12px;
        line-height: 18px;
    }

    .faq-question {
        font-size: 18px;
        padding: 10px;
    }

    .faq-answer {
        font-size: 16px;
    }

}
