@font-face {
    font-family: 'Aston Script';
    src: url('/fonts/AstonScript.ttf') format('truetype');
    font-weight: 700;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Libre Baskerville', serif;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
}

.left-section, .right-section {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 45%;
    gap: 20px;
}

.left-section h1 {
    font-family: 'Aston Script', cursive;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 80px;
    color: #333;
    width: 548px;
    height: 104px;
    position: absolute;
    top: 130px;
    left: 252px;
    word-spacing: -0.2em;
    text-align: center;
}

.portrait {
     width: 547.91px;
     height: 696px;
     position: absolute;
     top: 201px;
     left: 252px;
     border: 4px solid black;
     background-color: #D3D3D3;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 2vw; color: #666;
     text-align: center;
     overflow: hidden;
     gap: 0px;
     opacity: 1;
}

.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top;
}

.right-section {
    text-align: center;
    justify-content: center;
    height: 100%;
}


.right-section h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 3vw;
    font-weight: 400;
    margin: 0;
    color: #333;
    width: 763px;
    height: 128px;
    position: absolute;
    top: 209px;
    left: 983px;
}

.right-section p {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5vw;
    font-weight: 400;
    margin: 0;
    color: #555;
    width: 763px;
    height: 32px;
    position: absolute;
    top: 397px;
    left: 983px;
}

.button-container {
    width: 617.68px;
    height: 384px;
    position: absolute;
    top: 489px;
    left: 1053px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.button {
    font-family: 'Baskerville', serif;
    background-color: #333;
    color: white;
    width: 298px;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 5px;
    border-radius: 0;
    position: relative;
}

.qr-container {
    font-family: 'Baskerville', serif;
    color: white;
    width: 298px;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
    margin: 10px;
    border-radius: 0;
    position: relative;
}

a {
    text-decoration: none;
}

.button-caption {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 1.5vw;
    font-weight: 600;
    color: #333333;
    text-align: center;
    width: 296.84px;
    height: 65.68px;
    position: absolute;
    gap: 0px;
    opacity: 1;
}

.qr-caption {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 1.5vw;
    font-weight: 600;
    color: #333;
    text-align: center;
    width: 296.84px;
    height: 65.68px;
    position: absolute;
    top: 310px;
    left: -7px;
    gap: 0px;
    opacity: 1;
}

#adi-qr-code {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.logo {
    width: 100%;
    max-width: 138.57px;
    position: absolute;
    top: 2vh;
    right: 2vw;
}

#lock-screen {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007bff;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

#lock-screen img {
    width: 24px;
    height: 24px;
    margin: 0;
}

#guestBookModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9E9E9;
    font-family: 'Libre Baskerville', serif;
    position: relative;
}

#guestBookModal .modal-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9E9E9;
    font-family: 'Libre Baskerville', serif;
    position: relative;
}

#guestBookModal .typeform-container {
    width: 80%;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin-top: -50px;
    display: block;
}

#title-container h1 {
    font-family: 'Aston Script', cursive;
    font-size: 6vw;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}

.typeform-container .navigation {
    display: flex;
    justify-content: space-between;
}

#typeform-container .navigation #next-button {
    margin-left: auto;
}

.modal-backdrop {
    z-index: 1000;
}

#keyboard-container {
    position: relative;
    margin-top: 20px;
    background: #f9f9f9;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
}

#lockScreen .modal-content {
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 20px;
}

#lockScreen .modal-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#lockScreen .modal-title {
    font-size: 1.25rem;
    color: #333;
    font-weight: 500;
}

#lockScreen .close {
    font-size: 1.5rem;
    color: #666;
    opacity: 1;
}

#lockScreen .close:hover {
    color: #333;
    opacity: 0.8;
}

#lockScreen .modal-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

#lockScreen #password {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

#lockScreen #password:focus {
    border-color: #007bff;
    outline: none;
}

#lockScreen #passwordSubmit {
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #007bff;
    color: white;
    border: none;
    transition: background-color 0.3s ease;
}

#lockScreen #passwordSubmit:hover {
    background-color: #0056b3;
}

#lockScreen .modal-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#lockScreen .btn-light-primary {
    border-radius: 25px;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: bold;
}

#guestBookModalMobile {
    font-family: 'Libre Baskerville', serif;
    background-color: #E9E9E9;
}

#guestBookModalMobile .modal-dialog,
#guestBookModalMobile .modal-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #E9E9E9;
}

#guestBookModalMobile .typeform-container {
    width: 90%;
    max-width: 100%;
    text-align: center;
    margin-top: -50px;
}

#title-container-mobile h1 {
    font-family: 'Aston Script', cursive;
    position: absolute;
    font-size: 20vw;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: center;
    top: 10%;
    left: 5%;
    z-index: 1;
}

.step-three-portrait {
    text-align: center;
    margin: 20px 0;
}

.step-three-portrait-image {
    width: 100%;
    max-width: 250px;
    object-fit: cover;
}


.step-three-heading {
    font-family: 'Aston Script', cursive;
    font-size: 6vw;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    position: relative;
    left: 0px;
    top: -20px;
}

.nav-buttons-mobile {
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    display: flex;
    justify-content: space-around;
}

.nav-buttons-mobile button {
    width: 100%;
    /*padding: 8px;*/
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: black;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    text-transform: none;
}

.modal-content {
    padding-bottom: 60px;
}

.form-wrapper-mobile {
    margin-top: 50px;
    padding: 0 15px;
}

.vertical-container input.form-control {
    width: 100%;
    max-width: 700px;
    margin-bottom: 25px;
    padding: 16px;
    font-size: 20px;
}

.state-zip-container {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.state-zip-container input.form-control {
    width: calc(50% - 15px);
}

.error-message {
    color: red;
    font-size: 16px;
    margin-top: -5px;
}

.summary-container-mobile {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.summary-text-mobile {
    font-size: 30px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.modal-lg {
    max-width: none;
    width: 100%;
    border: none;
    box-shadow: none;
    background: none;
}

#finish-button-mobile {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    background-color: #333333;
    color: white;
    border: none;
    padding: 20px 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: none;
    width: 100%;
    height: 67.91px;
    line-height: 39.09px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.step-three-button .step-three-donation-link {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    background-color: #333333;
    color: white;
    border: none;
    padding: 20px 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: none;
    width: 100%;
    height: 67.91px;
    line-height: 39.09px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.privacy-text {
    font-size: 10px;
    color: #555;
    margin-top: 20px;
}

.pac-container {
    font-size: 30px !important;
    z-index: 100 !important;
    position: absolute !important;
    top: 0;
    transform: translateY(-130%);
    width: 100% !important;
    max-width: 1500px !important;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.pac-item {
    padding: 15px !important;
}

@media (max-width: 1280px) {
    #guestBookModal .modal-content {
        padding: 10px;
    }

    #guestBookModal .typeform-container {
        padding: 10px;
    }

    #title-container h1 {
        font-size: 8vw;
    }

    .typeform-container .navigation {
        flex-direction: column;
    }
}

@media (max-width: 1600px) {
    .container {
        padding: 10px;
        gap: 15px;
    }

    .left-section, .right-section {
        max-width: 50%;
        padding: 10px;
    }

    .right-section h1 {
        font-size: 5vw;
        line-height: 1.1em;
        top: 180px;
        left: 700px;
        text-align: center;
    }

    .right-section h2{
        font-size: 2.5vw;
        line-height: 1.4;
        margin: 10px 0;
        left: 700px;
        top: 290px;
    }

    .right-section p{
        font-size: 2.5vw;
        line-height: 1.4;
        margin: 10px 0;
        left: 700px;
        top: 400px;
    }

    .portrait {
        width: 450px;
        height: 600px;
        top: 200px;
        left: 280px;
    }

    .button-container {
        flex-direction: row;
        justify-content: space-evenly;
        gap: 15px;
        margin: 20px auto;
        left: 750px;
        top: 400px;
    }

    .button{
        width: 298px;
        height: 298px;
        font-size: 1.8vw;
    }

    .qr-container {
        width: 250px;
        height: 250px;
        font-size: 1.8vw;
    }

    .button-caption, .qr-caption {
        font-size: 1.2vw;
        line-height: 1.4;
    }
}


@media (max-width: 1200px) {
    .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .button-container {
        flex-direction: row;
        justify-content: center;
    }

    .button, .qr-container {
        width: 280px;
        height: 280px;
        margin: 10px;
        font-size: 2.5vw;
    }

    .button-caption, .qr-caption {
        font-size: 3vw;
    }

    .right-section h1 {
        font-size: 7vw;
        text-align: center;
    }

    .right-section h2 {
        font-size: 5vw;
    }

    .right-section p {
        font-size: 4vw;
    }

    .portrait {
        width: 450px;
        height: 580px;
        top: 150px;
        left: 150px;
    }
}

@media (max-height: 900px) {
    .container {
        padding: 15px;
    }

    .right-section h1 {
        font-size: 4vw;
        top: 150px;
        line-height: 1.2;
    }

    .right-section h2, .right-section p {
        font-size: 2vw;
        margin: 5px 0;
    }

    .portrait {
        width: 400px;
        height: 550px;
    }

    .button-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .button, .qr-container {
        width: 200px;
        height: 200px;
        font-size: 1.5vw;
    }

    .button-caption, .qr-caption {
        font-size: 1vw;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }

    .left-section, .right-section {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }

    .left-section h1 {
        font-size: 8vw;
        line-height: 1.2em;
        top: 180px;
        left: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .portrait {
        max-width: 100%;
        width: 80%;
        height: auto;
        position: relative;
        top: 180px;
        left: 0;
        margin: 10px auto;
    }

    .right-section h2 {
        font-size: 7vw;
        line-height: 1.4;
        margin: 20px 0;
        position: relative;
        top: 140px;
        left: 0;
        width: auto;
    }

    .right-section p {
        font-size: 4vw;
        margin: 10px 0;
        position: relative;
        top: 120px;
        left: 0;
        width: auto;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
        position: relative;
        top: -10px;
        left: -10px;
        width: 100%;
    }

     .button {
        font-family: 'Hanken Grotesk', sans-serif;
        width: 100%;
        height: 100px;
        font-size: 6vw;
        font-weight: 400;
        line-height: 39.09px;
        letter-spacing: 0.05em;
        background-color: #333;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        font-weight: 100;
    }

    .button-caption {
        font-size: 4vw;
        text-align: center;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        display: flex;
        position: relative;
        left: 0;
        width: 100%;
    }

    .qr-container {
        display: none;
    }

    .logo {
        display: none;
    }

    #guestBookModal .modal-dialog,
    #guestBookModal .modal-content {
        padding: 10px;
    }

    #lock-screen {
        display: none;
    }

    #lock-screen img {
        display: none;
    }

    .form-wrapper-mobile {
        max-width: none;
        width: 100%;
        padding: 20px;
        border: none;
        background-color: transparent;
    }

    #title-container-mobile {
        margin-top: -30px;
        text-align: center;
        width: 100%;
        position: relative;
    }

    #title-container-mobile h1 {
        font-family: 'Aston Script', cursive;
        font-size: 12vw;
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 1.2;
        position: relative;
        left: -90px;
        top: -150px;
    }

    .nav-buttons-mobile {
        padding: 10px;
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        display: flex;
        justify-content: space-around;
    }

    .nav-buttons-mobile button {
        font-family: 'Hanken Grotesk', sans-serif;
        width: 100%;
        padding: 20px;
        font-size: 20px;
        background-color: transparent;
        border: none;
        color: black;
        box-shadow: none;
        outline: none;
        text-transform: uppercase;
    }

    .modal-content {
        padding-bottom: 90px;
    }

    .form-wrapper-mobile {
        padding: 0 30px;
    }

    .step-three-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        gap: 20px;
    }

    .step-three-left-section,
    .step-three-right-section {
        max-width: 100%;
        text-align: center;
    }

    .step-three-heading {
        font-size: 9vw;
        line-height: 1.2;
        margin: 10px 0;
    }

    .step-three-portrait {
        margin: 10px auto;
        width: 80%;
    }

    .step-three-portrait-image {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .step-three-subheading {
        font-size: 6vw;
        margin: 20px 0;
        line-height: 1.4;
    }

    .step-three-paragraph {
        font-size: 4vw;
        margin: 10px 0;
        line-height: 1.6;
    }

    .step-three-button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .step-three-button {
        width: 80%;
    }

    .step-three-donation-link {
        display: block;
        width: 100%;
        padding: 15px;
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        color: white;
        background-color: #333;
        text-decoration: none;
        border-radius: 5px;
    }

    .step-three-button-caption {
        font-size: 4vw;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px;

        display: flex;
        justify-content: center;
    }

    .left-section, .right-section {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }

    .left-section h1 {
        font-size: 9vw;
        line-height: 1.2em;
        top: 250px;
        left: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .portrait {
        max-width: 100%;
        width: 300px;
        height: 381px;
        position: relative;
        top: 180px;
        left: 0;
        margin: 10px auto;
    }

    .right-section h2 {
        font-size: 9vw;
        line-height: 1.4;
        margin: 20px 0;
        position: relative;
        top: 140px;
        left: 0;
        width: auto;
    }

    .right-section p {
        font-size: 14px;
        margin: 10px 0;
        position: relative;
        top: 70px;
        left: 0;
        width: auto;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
        position: relative;
        top: -90px;
        left: -10px;
        width: 100%;
    }

    .button {
        font-family: 'Hanken Grotesk', sans-serif;
        width: 300px;
        height: 67.91px;
        font-size: 8vw;
        background-color: #333;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        left: 10px;
    }

    .button-caption {
        font-size: 4vw;
        text-align: center;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        display: flex;
        left: 20px;
    }

    .qr-container {
        display: none;
    }

    .logo {
        display: none;
    }

    #lock-screen {
        display: none;
    }

    #lock-screen img {
        display: none;
    }

    #title-container-mobile h1 {
        font-family: 'Aston Script', cursive;
        font-size: 12vw;
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 0.5;
        position: relative;
        left: -30px;
        top: 20px;
        z-index: 1;
    }

    .guest {
        display: block;
        text-align: left;
    }

    .book {
        display: inline-block;
        position: relative;
        left: 20px;
        transform: scaleY(0.9);
        transform-origin: top;
    }

    .form-wrapper-mobile {
        margin-top: 90px;
        padding: 0 15px;
    }

    .vertical-container input.form-control {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
        padding: 10px;
        font-size: 16px;
        text-align: left;
    }

    .state-zip-container {
        display: flex;
        gap: 10px;
        margin-bottom: 5px;
    }

    .state-zip-container input.form-control {
        width: calc(50% - 5px);
    }

    .step-three-portrait {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .step-three-portrait-image {
        width: 300px;
        height: 381px;
        max-width: 300px;
        max-height: 500px;
    }

    .step-three-heading {
        font-family: 'Aston Script', cursive;
        font-size: 8vw;
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 1.2;
        position: relative;
        left: 0px;
        top: -20px;
    }

    .step-three-button {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        top: 40px;
    }

    .step-three-right-section {
        position: relative;
        top: 60px;
    }

    .input-error {
        border: 2px solid red;
        background-color: #ffe6e6;
        color: red;
        font-weight: bold;
    }



    .error-message {
        color: red;
        font-size: 0.9rem;
        margin-top: 5px;
        font-weight: bold;
        font-family: Arial, sans-serif;
    }

    .nav-buttons-mobile {
        display: flex;
        justify-content: space-between;
        gap: 45px;
        position: absolute;
        top: 720px;
        left: 0;
        right: 0;
    }

    .nav-buttons-mobile button {
        /*width: 50%;*/
        padding: 12px;
        font-size: 18px;
    }

}

@media (max-width: 380px) {

    .qr-container {
        display: none;
    }

    .logo {
        display: none;
    }

    #guestBookModal .modal-dialog,
    #guestBookModal .modal-content {
        padding: 10px;
    }

    #lock-screen {
        display: none;
    }

    #lock-screen img {
        display: none;
    }

    #title-container-mobile {
        margin-top: -40px;
        text-align: center;
        width: 100%;
        position: relative;
    }

    #title-container-mobile {
        text-align: center;
        z-index: 1;
    }

    #title-container-mobile h1 {
        font-family: 'Aston Script', cursive;
        font-size: 12vw;
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 0.5;
        position: relative;
        left: -30px;
        top: 80px;
        z-index: 1;
    }

    .guest {
        display: block;
        text-align: left;
    }

    .book {
        display: inline-block;
        position: relative;
        left: 20px;
    }

    .step-three-portrait {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .step-three-portrait-image {
        width: 300px;
        height: 381px;
        max-width: 300px;
        max-height: 500px;
    }

    .step-three-heading {
        font-family: 'Aston Script', cursive;
        font-size: 8vw;
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 1.2;
        position: relative;
        left: 0px;
        top: -20px;
    }

    .nav-buttons-mobile {
        display: flex;
        justify-content: space-between;
        gap: 45px;
        position: absolute;
        top: 700px;
        left: 0;
        right: 0;
    }

    .nav-buttons-mobile button {
        font-family: 'Hanken Grotesk', sans-serif;
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .modal-content {
        padding-bottom: 60px;
    }

    .form-wrapper-mobile {
        margin-top: 140px;
        padding: 0 15px;
    }

    .vertical-container input.form-control {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
        padding: 10px;
        font-size: 16px;
        text-align: left;
        border-radius: 0;
    }

    .state-zip-container {
        display: flex;
        gap: 10px;
        margin-bottom: 5px;
    }

    .state-zip-container input.form-control {
        width: calc(50% - 5px);
    }

    .error-message {
        color: red;
        font-size: 12px;
        margin-top: -10px;
    }

    .summary-container-mobile {
        width: 100%;
        padding: 15px;
        margin-top: 0 auto;
    }

    .summary-text-mobile {
        font-size: 30px;
        line-height: 1.5;
        color: #333;
        text-align: center;
    }

    .summary-text strong {
        font-family: 'Libre Baskerville', serif;
        font-weight: bold;
        color: #000;
        display: inline-block;
    }

    #summary-first-name,
    #summary-last-name,
    #summary-address,
    #summary-phone,
    #summary-email {
        font-size: 4px;
        display: block;
        margin-bottom: 5px;
    }

    .step-three-button {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        top: 40px;
    }

    .step-three-right-section {
        position: relative;
        top: 60px;
    }
}
