.elementor-1125 .elementor-element.elementor-element-7fe6893{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-1125 .elementor-element.elementor-element-7fe6893.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1125 .elementor-element.elementor-element-536ac74b{--display:flex;--background-transition:0.3s;}.elementor-1125 .elementor-element.elementor-element-2680037 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-1125 .elementor-element.elementor-element-54f06e4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--flex-wrap:wrap;--background-transition:0.3s;}.elementor-1125 .elementor-element.elementor-element-cfd4833{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1125 .elementor-element.elementor-element-96350c2 img{max-width:100%;}.elementor-1125 .elementor-element.elementor-element-22815c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1125 .elementor-element.elementor-element-637ed7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1125 .elementor-element.elementor-element-73cda5b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}@media(max-width:1024px){.elementor-1125 .elementor-element.elementor-element-7fe6893{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-1125 .elementor-element.elementor-element-7fe6893{--width:70%;}.elementor-1125 .elementor-element.elementor-element-536ac74b{--content-width:1083px;}.elementor-1125 .elementor-element.elementor-element-cfd4833{--width:50%;}.elementor-1125 .elementor-element.elementor-element-22815c6{--width:50%;}.elementor-1125 .elementor-element.elementor-element-637ed7f{--width:50%;}.elementor-1125 .elementor-element.elementor-element-73cda5b{--width:50%;}}@media(max-width:767px){.elementor-1125 .elementor-element.elementor-element-7fe6893{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-1b69dd8 *//* General Styles for the Page */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Gallery Styles */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px; /* Adjust this value to half of the item margin */
}

.gallery-item {
    flex: 1 1 calc(33.333% - 15px);
    margin: 7.5px; /* Half of the gap you want between items */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item-caption {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    font-size: 14px;
}

/* Text Content Styles */
.text-content {
    margin-bottom: 40px;
}

.text-content h1,
.text-content h2,
.text-content h3 {
    margin-top: 0;
    color: #444;
}

.text-content p {
    margin: 1em 0;
}

.text-content a {
    color: #3498db;
    text-decoration: none;
}

.text-content a:hover {
    text-decoration: underline;
}

.text-content ul,
.text-content ol {
    margin: 1em 0;
    padding-left: 20px;
}

.text-content ul li,
.text-content ol li {
    margin-bottom: 0.5em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gallery-item {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex: 1 1 100%;
    }
}/* End custom CSS */