/* Iframe and Modal Styles */
#frame1 {
    width: 100%;
    height: 100vh; /* Full height */
    background-color: #fff;
    border: none; /* Remove border */
}

.hide-scrollbar {
    overflow-y: auto;
}

#frame2 {
    width: 100%;
    height: 100vh; /* Full height */
    background-color: #fff;
    border: none; /* Remove border */
}

#frame3 {
    width: 100%;
    height: 100vh; /* Full height */
    background-color: #fff;
    border: none; /* Remove border */
}

#frame4 {
    width: 100%;
    height: 100vh; /* Full height */
    background-color: #fff;
    border: none; /* Remove border */
}