.elementor-10 .elementor-element.elementor-element-6de14a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-18ff895{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-18ff895.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-18ff895{--width:99.145%;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-6de14a3{--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-d4b98b5 */.travel-plan-section {
            text-align: center;
        }

        .title-line {
            display: flex;
            align-items: center;
            justify-content: cente;
             gap: 20px;
        }

        .title-line::before,
        .title-line::after {
            content: '';
            flex: 1;
            height: 1px;
            background-color: #8B4513;
        }

        .title {
            font-size: 1rem;
            font-weight: bold;
            color: #41351d;
            text-transform: uppercase;
            letter-spacing: 1px;
           line-height: 1.2rem;
           font-family: "Nunito", sans-serif;
        }

        .subtitle {
        font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
        }

        @media (max-width: 480px) {
            .title-line {
                gap: 10px;
            }

            .title {
                font-size: 20px;
            }

            .subtitle {
                font-size: 14px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea8d1a0 */.form-container {}

        .form-row {
            display: flex;
            gap: 20px;
            
        }

        .form-group {
            flex: 1;
            position: relative;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #666;
            font-size: 14px;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
            box-sizing: border-box;
        }

        .form-group select[multiple] {
            height: 120px;
            
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            
        }

        .checkbox-group input[type="checkbox"] {
            width: auto;
            margin-top: 2px;
            
        }
        .checkbox-group input[type=checkbox] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid rgb(239, 148, 0);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

        .full-width {
            grid-column: 1 / -1;
        }

        .privacy-section {
            border-top: 1px solid #;
            padding-top: 20px;
            margin-top: 20px;
            font-size: 12px;
            color:;
        }

        .privacy-checkbox {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 20px;
             
        }

        .privacy-checkbox input[type="checkbox"] {
            margin-top: 2px;
        }
        .privacy-checkbox input[type=checkbox] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid rgb(239, 148, 0);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
        
        .submit-btn {
            background-color: #ef9400;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
            transition: background-color 0.3s;
        }

        .submit-btn:hover {
            background-color: #41351d;
        }

        .example-text {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }

        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
                gap: 10px;
            }
        }/* End custom CSS */