.elementor-kit-6{--e-global-color-primary:#33507E;--e-global-color-secondary:#3C6FAC;--e-global-color-text:#000000;--e-global-color-accent:#5AB0AE;--e-global-color-f0c328f:#FFFDF6;--e-global-typography-primary-font-family:"Archivo Narrow";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Archivo Narrow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo Narrow";--e-global-typography-accent-font-weight:500;color:#000000;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Archivo Narrow", Sans-serif;font-size:3em;font-weight:800;}.elementor-kit-6 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-6 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-6 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-6 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-6 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.image-lightbox-icon {
  position: relative;
  display: inline-block;
  cursor: zoom-in;
}

.image-lightbox-icon::after {
  content: "\f002"; /* Font Awesome magnifying glass icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}

.image-lightbox-icon {
  position: relative;
  display: inline-block;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 20px;
}

.image-lightbox-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.image-lightbox-icon:hover img {
  transform: scale(1.05);
}/* End custom CSS */