.elementor-kit-18{--e-global-color-primary:#992420;--e-global-color-secondary:#272933;--e-global-color-text:#707C80;--e-global-color-accent:#272933;--e-global-color-fa5769f:#F4F4F4;--e-global-color-8dbcd1d:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;color:#707C80;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;line-height:24px;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 a{color:#0091FF;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;line-height:24px;}.elementor-kit-18 h1{color:#272933;font-family:"Montserrat", Sans-serif;font-size:52px;font-weight:700;}.elementor-kit-18 h2{color:#272933;font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:700;line-height:50px;}.elementor-kit-18 h3{font-family:"Montserrat", Sans-serif;font-size:35px;font-weight:600;line-height:45px;}.elementor-kit-18 h4{color:#272933;font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:600;line-height:40px;}.elementor-kit-18 h5{color:#272933;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;line-height:30px;}.elementor-kit-18 h6{color:#272933;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;}.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-kit-18{font-size:15px;}.elementor-kit-18 a{font-size:18px;line-height:18px;}.elementor-kit-18 h2{font-size:35px;line-height:45px;}.elementor-kit-18 h3{font-size:30px;line-height:40px;}.elementor-kit-18 h4{font-size:28px;line-height:35px;}.elementor-kit-18 h5{font-size:24px;line-height:32em;}.elementor-kit-18 h6{font-size:18px;line-height:24em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-18{font-size:14px;line-height:24px;}.elementor-kit-18 a{font-size:15px;line-height:14px;}.elementor-kit-18 h2{font-size:30px;line-height:30px;}.elementor-kit-18 h3{font-size:26px;line-height:30em;}.elementor-kit-18 h4{font-size:22px;line-height:40px;}.elementor-kit-18 h5{font-size:20px;line-height:25px;}.elementor-kit-18 h6{font-size:16px;line-height:22em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style gallery items */
.elementor-gallery-item {
    border-radius: 10px; /* Rounded corners for gallery items */
    overflow: hidden; /* Ensures the border radius clips the content */
    transition: transform 0.3s ease; /* Smooth scaling effect on hover */
}

.elementor-gallery-item:hover {
    transform: scale(1.1); /* Slightly enlarge gallery items on hover */
}

/* Lightbox overlay style */
.elementor-lightbox {
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
    backdrop-filter: blur(5px); /* Blurry background effect */
}

/* Customize the close button of the lightbox */
.elementor-lightbox .dialog-lightbox-close-button {
    color: white; /* White close button */
    font-size: 30px; /* Larger close button */
}/* End custom CSS */