.elementor-1093 .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-1093 .elementor-element.elementor-element-7fe6893.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1093 .elementor-element.elementor-element-a353b48{text-align:center;}.elementor-1093 .elementor-element.elementor-element-a353b48 .elementor-heading-title{color:#36057A;text-shadow:5px 0px 5px rgba(0,0,0,0.3);}.elementor-1093 .elementor-element.elementor-element-91a9cb8{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-1093 .elementor-element.elementor-element-34b6b72 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-1093 .elementor-element.elementor-element-34b6b72 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1093 .elementor-element.elementor-element-34b6b72.elementor-element{--align-self:center;}.elementor-1093 .elementor-element.elementor-element-34b6b72{z-index:0;}.elementor-1093 .elementor-element.elementor-element-467ea51{--display:flex;--background-transition:0.3s;}.elementor-1093 .elementor-element.elementor-element-f12f1e0{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-1093 .elementor-element.elementor-element-2f7b043 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5 5 5 5;}.elementor-1093 .elementor-element.elementor-element-2f7b043.elementor-element{--align-self:center;}.elementor-1093 .elementor-element.elementor-element-e89742e.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-1093 .elementor-element.elementor-element-7fe6893{--grid-auto-flow:row;}.elementor-1093 .elementor-element.elementor-element-91a9cb8{--grid-auto-flow:row;}.elementor-1093 .elementor-element.elementor-element-f12f1e0{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-1093 .elementor-element.elementor-element-7fe6893{--width:70%;}}@media(max-width:767px){.elementor-1093 .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;}.elementor-1093 .elementor-element.elementor-element-91a9cb8{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-1093 .elementor-element.elementor-element-f12f1e0{--e-con-grid-template-columns:repeat(1, 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 */