.elementor-28 .elementor-element.elementor-element-c7a2ad0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 100px 100px 100px;}.elementor-28 .elementor-element.elementor-element-c7a2ad0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-c7a2ad0{padding:20px 20px 20px 20px;}}/* Start custom CSS for html, class: .elementor-element-9534a34 */.landing-page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
        position: relative;
    }

    .logo {
        max-width: 400px !important;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
    }

    .logo.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .button-container {
        
            font-family: Silka; 
        position: fixed; /* Always visible at the bottom */
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: nowrap; /* Prevent buttons from stacking */ 
        padding: 10px 0;
        z-index: 10;
        
    }

    .button {
        background: none;
        color: #ffffff;
        border: none;
        padding: 15px 30px;
        margin: 0;
        font-size: 30px!important;
        font-weight: 400;
        cursor: pointer;
        border-radius: 5px;
        text-decoration: none;
        transition: font-weight 0.3s;
    }

    .button:hover,
    .button:active {
        font-weight: 600;
        color: #ffffff;
    }

    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(13, 26, 42, 0.9);
        z-index: 1;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 20px;
    }

    .popup-content {
        text-align:center!important;
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        color: white;
        border: 1px solid white;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .close-btn:hover {
        background-color: white;
        color: navy;
    }

    /* Popup content styles for 3-column layout */
    .columns-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Center the columns in Popup 2 */
        text-align: center;
        gap: 20px;
        margin: 20px auto;
    }

    .column {
        flex: 1;
        min-width: 250px;
        padding: 10px;
          text-align: center;
    }

    .column h3 {
            font-family: Silka;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight:600;
            text-align: center;
        }

        .column p {
            font-family: Silka;
            font-size: 20px;
            line-height: 1.2;
               font-weight:400;
                 text-align: center;
        }

    /* Responsive behavior */
    @media (max-width: 768px) {
        .button {
            font-size: 16px; /* Adjust font size for smaller screens */
            padding: 10px 20px;
        }
    }
    
    .site-footer {
   display:none;
}/* End custom CSS */