.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#E5E5E5;--e-global-color-text:#000000;--e-global-color-accent:#FFD939;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:20px;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:#FFD939;font-size:16px;font-weight:600;text-transform:lowercase;text-decoration:none;line-height:24px;letter-spacing:0px;color:#000000;border-style:none;border-radius:4px 4px 4px 4px;padding:15px 30px 15px 30px;}.elementor-kit-14 button:hover,.elementor-kit-14 button:focus,.elementor-kit-14 input[type="button"]:hover,.elementor-kit-14 input[type="button"]:focus,.elementor-kit-14 input[type="submit"]:hover,.elementor-kit-14 input[type="submit"]:focus,.elementor-kit-14 .elementor-button:hover,.elementor-kit-14 .elementor-button:focus{background-color:#DCB619;color:#000000;border-style:none;}.elementor-kit-14 e-page-transition{background-color:#FFD939;}.elementor-kit-14 a{color:#000000;text-decoration:none;}.elementor-kit-14 h1{font-family:"Montserrat", Sans-serif;font-weight:800;}.elementor-kit-14 h2{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-14 h3{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-14 h4{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-14 h5{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-14 h6{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-14 img{border-radius:4px 4px 4px 4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1138px;}.e-con{--container-max-width:1138px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:1800px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:250px;max-width:250px;}.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-kit-14 h1{font-size:67px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.custom-gallery-wrapper {
    max-width: 100%;
    text-align: center;
    position: relative;
}

.custom-gallery-main {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto 15px;
    overflow: hidden;
}

.custom-gallery-main img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 50%;
    pointer-events: none;
}

.custom-gallery-thumbs {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
    scroll-behavior: smooth;
}

.custom-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.custom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.gallery-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}/* End custom CSS */