.elementor-kit-5{--e-global-color-primary:#1796A6;--e-global-color-secondary:#F2A33C;--e-global-color-text:#0E4F5E;--e-global-color-accent:#F47B5B;--e-global-color-3787a85:#FBF5E9;--e-global-color-ffce304:#E3F2F3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fredoka";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Caveat";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#C72425;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:500;color:var( --e-global-color-ffce304 );box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.31);border-radius:21px 21px 21px 21px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-3787a85 );color:var( --e-global-color-ffce304 );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.tour-info-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.tour-info-list li {
    display: flex;
    align-items: flex-start; /* Aligns icon with the first line of text */
    gap: 12px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

/* Size for Dashicons */
.tour-info-list .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #2c527a; /* Adjust to your brand color */
    flex-shrink: 0;
}

/* Size for Custom Uploaded Images */
.tour-info-list img.tour-custom-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Force 3 items per row for all Loop Grids on desktop */
@media (min-width: 1025px) {
    .elementor-widget-loop-grid .elementor-loop-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}/* End custom CSS */