/* Improved CSS for better mobile responsiveness and interaction highlighting */

body {
    background-color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    margin: 8px;
    min-width: 98%;
    max-width: 98%;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and other WebKit-based browsers */
}

#knack-body, #kn-builder .kn-view, .kn-content--embedded-with-fonts {
    font-family: 'Merriweather Sans', sans-serif;
    color: hsl(0, 0%, 29%);
    font-weight: 400;
    line-height: 1.4285714286;
    font-size: 14px;
    background-color: white;
    min-width: 300px;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

#knack-body::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and other WebKit-based browsers */
}

.knHeader {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #28A7B8;
    box-shadow: 0 -6px 8px 5px;
    border-bottom: 1px solid #E7E7E7;
}

.knHeader .knHeader__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.knHeader__title-logo-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 5px;
}

.knHeader__logo--custom {
    width: 155.84px;
}

.knHeader__logo-image {
    display: block;
    max-width: 100%;
}

.knHeader__menu-wrapper {
    display: flex;
    align-items: center;
}

.knHeader__menu {
    display: none;
    background-color: #28A7B8;
    justify-content: flex-end;
}


.burger-icon {
    display: block;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 30px;
}

.knHeader__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    float: right;
}

.knHeader__menu-list-item {
    padding: 10px 15px;
    text-align: right;
    float: right;
}

.knHeader__menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #28A7B8;
    border-radius: 5px;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
}

.knHeader__menu-link:hover {
    background-color: #FCAA67;
}

.knHeader .knHeader__menu-link--tab {
    color: #FFFFFF;
    background-color: #28A7B8;
}

.kn-content img {
    max-width: 100%;
    height: auto;
}

.kn-scenes {
    padding-top: 5px;
}

.kn-scene {
    min-width: 98%;
    max-width: 98%;
    margin-left: 5px;
}


.group-layout-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.viewt-groupt {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.viewt-columnt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0.5em;
}




#view_236 {
  width: 95%;
}

#view_236 h1 {
    font-weight: 300;
    font-size: medium;
}

#view_236 h1 > span {
    color: #28A7B8;
    font-size: large;
    font-weight: 800;
}

#view_236 h2 {
    margin: 2px 0;
    font-size: large;
    font-weight: 500;
}

#view_236 h3 {
    font-weight: 300;
}

#view_236 p {
    font-size: 15px;
}

#view_236 a {
    color: #e81f76;
    text-decoration: underline;
}

#view_236 a:hover {
    color: #e81f76;
    text-decoration: none;
}

#view_236 .homescreen {
    color: #e81f76;
    text-decoration: underline;
    cursor: pointer;
}

#view_236 > div > p:nth-child(7) > a {
    background-color: #e81f76;
    color: #fff;
    border-radius: 10px;
    margin: 0 5px;
    padding: 10px;
    text-decoration: none;
}

#view_236 > div > p:nth-child(7) > a:hover {
    background-color: #d01768;
}

#view_236 > div > ul > li > h2 > strong > span {
  color: #e81f76;
}

#add-to-home-screen {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #e81f76;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    z-index: 1000;
    display: none;
}

#add-to-home-screen .instruction {
    max-width: 300px;
    margin: 0 auto;
}

#close-instruction {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

/* Footer Styling */
.site-footer {
    padding: 35px 16px 20px;
    background-color: #28A7B8;
    color: white;
    font-family: 'Nunito', sans-serif;
}

.siteFooterBar {
    display: flex;
    flex-wrap: nowrap; /* Prevent columns from wrapping */
    justify-content: space-between;
    align-items: flex-start;
}

.footer-column {
    display: flex;
    flex-direction: column;
    width: 48%; /* Adjusted width to fit within 100% */
    box-sizing: border-box; /* Include padding and border in width */
}

.footer-column.left {
    align-items: flex-start;
}

.footer-column.right {
    align-items: flex-end;
}

.footer-link {
    margin: 5px 0;
}

div.footer-column.right > div {
  float: right;
  text-align: right;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-link a:hover {
    text-decoration: underline;
}

.foot {
    margin-top: 5px;
    font-size: 14px;
    text-align: right;
}

#view_247 {
  width: 95%;
}

#view_247 img {
    width: 100%;
    max-width: 500px; /* Adjust as necessary */
    height: auto;
}

.viewt-columnt-groupt-1t {
    min-height: 400px; /* Adjust based on expected content height */
}





@media screen and (min-width: 769px) {
    .knHeader__menu {
        display: flex;
        align-items: flex-end;
        background-color: transparent;
    }

    .burger-icon {
        display: none;
    }

    .knHeader__menu-list {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

        
    .knHeader__menu-link {
    font-size: 20px;
    background-color: #fc8523;
    
}

.knHeader .knHeader__menu-link--tab {
    color: #FFFFFF;
    background-color: #FCAA67;
}

    .group-layout-wrapper,
    .view-group,
    .view-column {
        flex-direction: row;
    }

    #view_236 p {
        font-size: 20px;
    }
}