.elementor-2616 .elementor-element.elementor-element-3052af1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2616 .elementor-element.elementor-element-6145904{--display:flex;--gap:40px 0px;--row-gap:40px;--column-gap:0px;--padding-top:40px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2616 .elementor-element.elementor-element-f2f7aad{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-2616 .elementor-element.elementor-element-f2f7aad .elementor-heading-title{font-family:"Satoshi", Sans-serif;font-size:48px;font-weight:500;line-height:110%;}@media(max-width:1024px){.elementor-2616 .elementor-element.elementor-element-f2f7aad .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-2616 .elementor-element.elementor-element-6145904{--padding-top:24px;--padding-bottom:024px;--padding-left:016px;--padding-right:016px;}.elementor-2616 .elementor-element.elementor-element-f2f7aad{width:100%;max-width:100%;}.elementor-2616 .elementor-element.elementor-element-f2f7aad .elementor-heading-title{font-size:30px;}}/* Start custom CSS for container, class: .elementor-element-3052af1 */.elementor-2616 .elementor-element.elementor-element-3052af1 {
  background-image: linear-gradient(180deg, #FFF 0%, #FFF6F6 100%);
}/* End custom CSS */
/* Start custom CSS *//* FILTERS */
.resource-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

/* COUNTER */
.resource-gallery-counter {
    font-size: 14px;
    opacity: 0.7;
}

/* BUTTONS */
.filter-btn{
    border: none;
    padding: 16px 24px;
    border-radius: 0px;
    cursor: pointer;
    background: none;
    color: #000;
}

.filter-btn.active {
    background: none;
    color: #000;
    border-bottom: 2px solid #832420;
}
.filter-btn:hover{
    border-bottom: 2px solid #832420;
    padding: 16px 24px;
    border-radius: 0px;
    cursor: pointer;
    background: none;
    color: #000;
}

/* MASONRY */
.resource-gallery-grid {
    column-count: 3;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    .resource-gallery-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .resource-gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .resource-gallery-grid {
        column-count: 1;
    }
}

/* ITEM */
.resource-gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 16px;
}

/* IMAGE */
.resource-gallery-item img {
    width: 100%;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.resource-gallery-item:hover img {
    transform: scale(1.03);
}

/* LOAD MORE */
.resource-gallery-loadmore-wrap {
    text-align: center;
    margin-top: 40px;
}

.resource-gallery-loadmore {
    background: #832420;
    color: #fff;
    padding: 12px 24px;
    font-family: var(--Font-Family-Body, Satoshi);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: 0.024px;
    border-radius: 8px;
    border: none;
}

.resource-gallery-loadmore:hover{
    background:#832420 ;
}
.resource-gallery-loadmore:active{
    background:#832420 ;
}

/* LOADING */
#resource-gallery-results.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* COUNTER WRAP */
.resource-gallery-counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* COUNTER TEXT */
.resource-gallery-counter {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}

/* PROGRESS TRACK */
.resource-gallery-progress {
    width: 120px;
    height: 8px;
    background: #D1D1D1;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 40px;
}

/* PROGRESS BAR */
.resource-gallery-progress-bar {
    height: 100%;
    width: 0;
    background: #6DEB91;
    border-radius: 999px;
    transition: width 0.35s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-display: auto;
	src: url('https://camtronics-connect.com/wp-content/uploads/2026/04/Satoshi-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */