.elementor-kit-5{--e-global-color-primary:#C72425;--e-global-color-secondary:#355C70;--e-global-color-text:#2A2A2A;--e-global-color-accent:#C72425;--e-global-color-3787a85:#A11A1B;--e-global-color-ffce304:#F4F7F8;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cinzel";--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;
}/* End custom CSS */