.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Palanquin Dark";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Life Savers";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Palanquin Dark", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Palanquin Dark", Sans-serif;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Palanquin Dark", Sans-serif;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"Palanquin Dark", Sans-serif;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-family:"Palanquin Dark", Sans-serif;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );font-family:"Palanquin Dark", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ==================================================
   TACT – LOCK MATCHING CONTENT INTO SHARED GRID ROWS
   ================================================== */

/* The outer container holding the two church entries */
.tact-project-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    column-gap: 50px;
    row-gap: 28px;
    align-items: start;

    width: 100%;
    max-width: 1500px;
    margin-inline: auto;
}

/*
Makes the contents of both church columns participate
directly in the parent grid.
*/
.tact-project-column {
    display: contents !important;
}

/* Left heading */
.tact-project-column:first-child
.elementor-widget-heading {
    grid-column: 1;
    grid-row: 1;
}

/* Right heading */
.tact-project-column:last-child
.elementor-widget-heading {
    grid-column: 2;
    grid-row: 1;
}

/* Left description */
.tact-project-column:first-child
.elementor-widget-text-editor {
    grid-column: 1;
    grid-row: 2;
}

/* Right description */
.tact-project-column:last-child
.elementor-widget-text-editor {
    grid-column: 2;
    grid-row: 2;
}

/* Left image */
.tact-project-column:first-child
.elementor-widget-image {
    grid-column: 1;
    grid-row: 3;
}

/* Right image */
.tact-project-column:last-child
.elementor-widget-image {
    grid-column: 2;
    grid-row: 3;
}

/* Remove widget margins that can disrupt alignment */
.tact-project-row .elementor-widget-heading,
.tact-project-row .elementor-widget-text-editor,
.tact-project-row .elementor-widget-image {
    margin-block: 0 !important;
}

/* Keep both images responsive */
.tact-project-row .elementor-widget-image,
.tact-project-row .elementor-widget-image img {
    width: 100%;
}

.tact-project-row .elementor-widget-image img {
    display: block;
    height: auto;
}

/* Stack normally on mobile */
@media (max-width: 767px) {

    .tact-project-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 50px;
    }

    .tact-project-column {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
        gap: 24px;
    }
}/* End custom CSS */