.elementor-kit-2680{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c25815c:#13263A;--e-global-color-aa7891d:#051F00;--e-global-color-d83d068:#03002E;--e-global-typography-primary-font-family:"Verdana";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:46px;--e-global-typography-secondary-font-family:"Cabin";--e-global-typography-secondary-font-size:39px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:47px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:48px;--e-global-typography-4777d75-font-family:"Cabin";--e-global-typography-4777d75-font-size:39px;--e-global-typography-4777d75-font-weight:600;--e-global-typography-4777d75-line-height:46px;}.elementor-kit-2680 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.welcome-page {
    max-width: 1400px; /* Matches your forum width */
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.welcome-header {
    text-align: center;
    padding: 40px 0;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
}

.welcome-header img.welcome-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.welcome-header h1 {
    font-size: 36px;
    color: #333;
    margin: 0;
}

.welcome-content {
    padding: 40px 20px;
    text-align: center;
}

.welcome-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.welcome-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 20px;
}

.welcome-content img.community-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.welcome-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.welcome-button:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .welcome-page {
        padding: 10px;
    }

    .welcome-header h1 {
        font-size: 28px;
    }

    .welcome-content h2 {
        font-size: 24px;
    }

    .welcome-content p {
        font-size: 16px;
    }

    .welcome-header img.welcome-image {
        max-height: 200px;
    }
}/* End custom CSS */