.elementor-1303 .elementor-element.elementor-element-9d6394e{--display:flex;--min-height:55vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--border-radius:25px 25px 25px 25px;}.elementor-1303 .elementor-element.elementor-element-9d6394e:not(.elementor-motion-effects-element-type-background), .elementor-1303 .elementor-element.elementor-element-9d6394e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(153deg, var( --e-global-color-accent ) 50%, #4DA727 50%);}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1303 .elementor-element.elementor-element-245ecaa{text-align:left;}.elementor-1303 .elementor-element.elementor-element-245ecaa img{width:18%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1303 .elementor-element.elementor-element-57cb53f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-1303 .elementor-element.elementor-element-6d28ff2{width:100%;max-width:100%;}#elementor-popup-modal-1303{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1303 .dialog-message{width:50vw;height:auto;}#elementor-popup-modal-1303 .dialog-close-button{display:flex;}#elementor-popup-modal-1303 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px) and (min-width:768px){.elementor-1303 .elementor-element.elementor-element-9d6394e{--content-width:100%;}}@media(max-width:1024px){.elementor-1303 .elementor-element.elementor-element-9d6394e{--min-height:50vh;}#elementor-popup-modal-1303 .dialog-message{width:75vw;}}@media(max-width:767px){.elementor-1303 .elementor-element.elementor-element-245ecaa img{width:27%;}.elementor-1303 .elementor-element.elementor-element-57cb53f .elementor-heading-title{font-size:22px;}#elementor-popup-modal-1303 .dialog-message{width:100vw;}}/* Start custom CSS for shortcode, class: .elementor-element-6d28ff2 */.arrival-date-picker-wrapper {
                text-align: center;
                padding: 20px;
                max-width: 400px;
                margin: 0 auto;
            }
            
            .arrival-calendar {
                background: white;
                border-radius: 8px;
                margin-bottom: 20px;
            }
            
            .calendar-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px;
                background: #f5f5f5;
                border-radius: 8px 8px 0 0;
            }
            
            .calendar-nav {
                background: none;
                border: none;
                font-size: 20px;
                cursor: pointer;
                padding: 5px 10px;
                color: #333;
            }
            
            .calendar-nav:hover {
                color: #0071a1;
            }
            
            .calendar-month-year {
                font-size: 18px;
                font-weight: bold;
                color: #333;
            }
            
            .calendar-weekdays {
                display: grid;
                grid-template-columns: repeat(7, 1fr);
                gap: 5px;
                padding: 10px;
                background: #fafafa;
            }
            
            .calendar-weekday {
                text-align: center;
                font-weight: bold;
                color: #666;
                font-size: 14px;
                padding: 5px;
            }
            
            .calendar-days {
                display: grid;
                grid-template-columns: repeat(7, 1fr);
                gap: 5px;
                padding: 10px;
            }
            
            .calendar-day {
                color:#333;
                aspect-ratio: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                cursor: pointer;
                font-size: 14px;
                transition: all 0.2s;
            }
            
            .calendar-day:hover {
                background: #4DA727;
            }
            
            .calendar-day.disabled {
                color: #ccc;
                cursor: not-allowed;
                pointer-events: none;
            }
            
            .calendar-day.other-month {
                color: #ccc;
            }
            
            .calendar-day.today {
                border: 2px solid #333;
            }
            
            .calendar-day.selected {
                background: #4DA727;
                color: #0071a1;
            }
            
            .calendar-day.selected:hover {
                background: #4DA727;
            }
            
            .selected-date-display {
                font-size: 16px;
                color: #333;
                margin: 15px 0;
                font-weight: bold;
            }
            
            .arrival-date-done-btn {
                background-color: #333 !important;
                color: black;
                padding: 12px 40px;
                font-size: 16px;
                border: none;
                border-radius: 25px;
                cursor: pointer;
                transition: background-color 0.3s;
                width: 100%;
            }
            
            .arrival-date-done-btn:hover {
                background-color: #333;
            }/* End custom CSS */