.elementor-571 .elementor-element.elementor-element-3bce0d9 > .elementor-widget-container{margin:62px 0px -100px 0px;}.elementor-571 .elementor-element.elementor-element-6bbc31b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-571 .elementor-element.elementor-element-6bbc31b{grid-column:span 1;grid-row:span 1;}.elementor-571 .elementor-element.elementor-element-96ccbe0{margin-top:82px;margin-bottom:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-571 .elementor-element.elementor-element-9684625 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-ff1729e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-7e27571 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-15c8f9a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-7242adb .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-4c176f4 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-047c8ab .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-2e46853 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-72aaa5a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-fce8146 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-4c22811 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}.elementor-571 .elementor-element.elementor-element-b71df70 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:400;color:#1E1E1E;}/* Start custom CSS for html, class: .elementor-element-c802c1e */.eapps-social-icons-location-floating.eapps-social-icons-position-center {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.eapps-social-icons-location-floating {
    position: fixed !important;
    z-index: 1000000 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bce0d9 */.gallery-section {
  text-align: center;
  margin-top: 20px;     /* Reduce top space */
  margin-bottom: 10px;  /* Reduce bottom space above image */
}

.photo-gallery-heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;   /* Bring heading closer to tabs */
}
.event-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  text-decoration: none;
  font-weight: normal;
  color: black !important;
}/* End custom CSS */
/* Start custom CSS for bdevs-portfolio, class: .elementor-element-6bbc31b */.karla-gallery-toolbar {
  display: none;
  flex-wrap: wrap; /* Optional: wraps to next line on small screens */
  justify-content: center; /* Optional: centers the list */
  gap: 15px; /* Optional: space between items */
  list-style: none;
  padding: 0;
}

.karla-gallery-toolbar li {
  display: inline-block;
}
@media (max-width: 479px) {
    .karla-gallery-items[data-columns] .karla-gallery-item {
        width: 100%;
    }
}
.karla-gallery-item {
    float: left;
    padding: 5px;
    position: relative;
}

.event-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  background-color: #f3f3f3;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  color: #0073aa;
  transition: background-color 0.3s, color 0.3s;
}

.tab:hover,
.tab.active {
  background-color: #0073aa;
  color: #fff;
}/* End custom CSS */