.form-wrapper {
    background: #fff;
    margin-top: 60px;
    height: 100%;
    padding: 0px 0px 0px;
}
section.hero-banner-wrap-holiday-light.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    height: 690px;
}

section.hero-banner-wrap-holiday-light .elementor-container.elementor-column-gap-default {
    height: 100%;
}
section.elementor-section.header-78 {
    height: 100%;
}
section.elementor-section.header-78 .right-offer-banner {
    padding: 20px 0px 20px 20px;
}
.form-group.lf-paddding {
    padding: 0px 15px;
}
.holiday-lighting-form-container {
    width: 100%;
    max-width: 640px;
    height: 735px;
    margin: 0px;
    padding: 0px;
    border: 8px solid #202c5c;
    background: #202c5c;
    position: absolute;
    top: 15px;
    z-index: 999999;
    border-radius: 30px;
    overflow: hidden;
}
 .form-header {
    background: #202c5c;
    padding: 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
}
/* Form Header */
.form-header {
    background: #202c5c;
    padding: 20px;
    text-align: center;
}
.form-header h1 {
    font-size: 36px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Kanit", Sans-serif;
    margin: 0;
    color: white;
    letter-spacing: 0.8px;
}
.flog-icon {
    width: 100%;
    max-width: 320px;
    margin: 35px auto 0px;
    /*padding-left: 15px;*/
}


/* Form Body */
.form-body {
    padding: 20px 30px 0px;
}
.instruction-text {
    font-size: 32px;
    font-family: "Kanit", Sans-serif;
    color: #202c5c;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 20px !important;
    text-align: center;
}
/* Form Steps */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Form Groups */
.form-group {
    margin-bottom: 9px;
}

.form-label-blue {
    display: block;
    font-family: "Kanit", Sans-serif;
    font-weight: 500;
    color: #03569f;
    letter-spacing: 0px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #0056b3;
}

.step-progress-bar.relative-position {
    position: relative;
    margin-top: 64px;
}
/* Checkbox Grid */
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.checkbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background: #fff;
    position: relative;
}
.checkbox-item>img { max-width:100%; }

.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 8px;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #636466;
    border-radius: 0px;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background: #1e3a8a;
    border-color: #636466;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.two-cols-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0px 0;
}
.two-cols-label input[type="number"] {
    border: 2px #636466 solid;
    max-width: 236px;
    background: #fff;
    color: #636466;
    font-family: "Kanit", Sans-serif;
}
.two-cols-label >label {
    text-align: left;
}
/* House Icons - 3D Perspective */
.house-icon {
    position: relative;
    width: 80px;
    height: 60px;
    margin-bottom: 8px;
    perspective: 200px;
}

.house-base {
    width: 60px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotateX(15deg) rotateY(-10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.house-roof {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 25px solid #f3f4f6;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%) rotateX(15deg) rotateY(-10deg);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Side Indicators - Thick Blue Lines */
.side-indicator {
    position: absolute;
    background: #2563eb;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.3);
}

.front-indicator {
    width: 45px;
    height: 8px;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) rotateX(15deg) rotateY(-10deg);
}

.left-indicator {
    width: 8px;
    height: 35px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotateX(15deg) rotateY(-10deg);
}

.right-indicator {
    width: 8px;
    height: 35px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotateX(15deg) rotateY(-10deg);
}

.back-indicator {
    width: 45px;
    height: 8px;
    top: 6px;
    left: 50%;
    transform: translateX(-50%) rotateX(15deg) rotateY(-10deg);
}

.img-wraP45.elementor-widget.elementor-widget-image img {
    max-width: 95%;
    float: right !important;
    text-align: right;
}

.form-step.estimate-block .form-group {
    margin-bottom: 30px;
}
.form-step.estimate-block .form-group input.form-input {
    background: #f2f2f2;
    border: 0px;
    padding: 13px 15px;
    color: #02559f;
    font-family: "Kanit", Sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.form-step.estimate-block .form-group input.form-input::placeholder {
  color: #02559f;
  opacity: 1; /* Firefox */
  font-family: "Kanit", Sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.form-step.estimate-block .form-group input.form-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #02559f;
  font-family: "Kanit", Sans-serif;
  font-weight: 600;
  font-size: 20px;
}

button.btn-primary.get-estimate-btn {
    max-width: 100% !important;
    min-width: 255px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Kanit", Sans-serif;
}
/* Selected state for house icons */
.checkbox-label input[type="checkbox"]:checked ~ .checkbox-content .house-icon .side-indicator {
    background: #0056b3;
    box-shadow: 0 2px 6px rgba(0, 86, 179, 0.4);
    transform: scale(1.1);
}

/* Hover effect for house icons */
.checkbox-label:hover .house-icon .side-indicator {
    background: #003d82;
    transform: scale(1.05);
}

.checkbox-text {
    font-weight: 600;
    color: #212529;
    font-size: 14px;
    margin: 8px 0;
    text-align: center;
}

/* OR Text */
.or-text {
    text-align: left;
    color: #e12429;
    font-family: 'Kanit';
    font-weight: 600;
    margin: 0px 0px 8px !important;
    font-size: 24px;
}

/* Radio Styles */
.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: kanit;
    font-weight: 600;
    color: #03569f;
    letter-spacing: 0px;
    margin-bottom: 8px;
    font-size: 24px;
}

.radio-custom {
    width: 24px;
    height: 24px;
    margin-top: 5px;
    border: 2px solid #636466;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + .radio-custom {
    border-color: #1e3a8a;
    background: #1e3a8a;
}

input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

/* Buttons */
.btn-primary {
    background: #e12429;
    color: white;
    border: none;
    font-family: "Kanit", Sans-serif;
    padding: 9px 10px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    min-width: 143px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.btn-primary:hover {
    background: #b91c1c;
    color:#fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

/* Secondary Button (Skip) */
.btn-secondary {
    background: #f5f5f5;
    color: #636466;
    border: 2px solid #e9ecef;
    font-family: "Kanit", Sans-serif;
    padding: 9px 10px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    min-width: 143px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.btn-secondary:hover {
    background: #e9ecef;
    color: #202c5c;
    border-color: #d1d5db;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Schedule Buttons Container */
.schedule-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.schedule-buttons .btn-primary,
.schedule-buttons .btn-secondary {
    margin: 0;
    flex: 0 0 auto;
}

/* Frog Image */
.frog-image {
    text-align: center;
    margin: 20px 0;
}

/* Estimate Display */
.estimate-display {
    text-align: center;
    margin: 20px 0;
}

.estimate-text {
    font-size: 40px;
    font-family: "Kanit", Sans-serif;
    color: #202c5c;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 22px !important;
    text-align: center;
}
.confirmation-message p {
    font-size: 24px;
    font-family: "Kanit", Sans-serif;
    color: #202c5c;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 55px !important;
    text-align: center;
}
.estimate-display.tp-0 {
    padding: 0px !important;
    margin: 0px;
}
.estimate-amount_2 {
    background: #f1f2f2;
    padding: 6px 30px;
    max-width: 390px;
    margin: 14px auto;
}
.estimate-amount {
    font-size: 45px;
    max-width: 390px;
    font-weight: 500;
    font-family: "Kanit", Sans-serif;
    color: #e32228;
    background: #f1f2f2;
    padding: 15px 30px;
    margin: 26px auto;
}
 
.estimate-amount_2 h2 {
    font-weight: 500;
    color: #e32228;
    margin: 0px;
    font-family: "Kanit", Sans-serif;
    font-size: 40px;
}
.confirmation-message.gutter-mgs {
    margin: 20px 0px;
}

.confirmation-message.gutter-mgs p {
    font-size: 24px;
    line-height: 30px;
    margin-top:30px;
}
.step-progress-bar.relative-position.top-og {
    margin-top: 30px;
    bottom: 0px;
}
.estimate-amount_2 p.ez-small-heading {
    display: block;
    font-family: "Kanit", Sans-serif;
    font-weight: 500;
    color: #03569f;
    letter-spacing: 0px;
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
}
/* Confirmation Message */
.confirmation-message {
    text-align: center;
    margin: 65px 0;
}
 

/* Progress Bar */
.step-progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    margin: 0px auto;
    text-align: center;
    background: transparent;
    padding: 5px 0;
}

.progress-dot {
    width: 145px;
    height: 14px;
    border-radius:10px;
    background: #d1d5db;
    transition: all 0.3s ease;
}

.progress-dot.active {
    background: #1e3a8a !important;
    transform: scale(1.1);
}

.progress-dot.completed {
    background: #1e3a8a !important;
}

/* Backup CSS using data attributes */
.progress-dot[data-status="active"] {
    background: #1e3a8a !important;
    transform: scale(1.1);
}

.progress-dot[data-status="completed"] {
    background: #1e3a8a !important;
}

.form-step.estimate-block .form-body {
    padding: 40px 30px;
}
/* Disclaimer */
.disclaimer {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 18px;
    margin-top: -5px;
}

.disclaimer-gutter {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 18px;
    margin-top: 2px;
}

.disclaimer-lines {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.disclaimer-lines .line {
    width: 20px;
    height: 2px;
    background-color: #1e3a8a;
}

/* Form Footer */
.form-footer {
    margin-top: 0px;
    padding-top: 0px;
}

/* Schedule step specific footer styling */
.form-step[data-step="3"] .form-footer {
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
}

.form-footer-frog {
    margin-top: 0px;
    padding-top: 15px;
}

/* Validation Error Styling */
.form-input.error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1) !important;
}

.checkbox-grid.error {
    border: 1px solid #dc2626;
    border-radius: 8px;
    /*padding: 10px;*/
    background-color: rgba(220, 38, 38, 0.05);
    margin-bottom: 2px;
}

.radio-group.error {
    border: 2px solid #dc2626;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(220, 38, 38, 0.05);
}

/* Thank You Message */
.thank-you-message {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    margin: 78px 0;
    height: 370px;
    vertical-align: middle;
}
.inner-thaks-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.thank-you-message p {
    font-size: 42px;
    font-family: "Kanit", Sans-serif;
    color: #202c5c;
    font-weight: 500;
    max-width: 420px;
    margin: 0px auto;
    line-height: 42px;
    margin-bottom: 24px !important;
    text-align: center;
}

.thank-you-message-gutter {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    margin: 75px 0;
    height: 370px;
    vertical-align: middle;
}

.thank-you-message-gutter p {
    font-size: 39px;
    font-family: "Kanit", Sans-serif;
    color: #202c5c;
    font-weight: 500;
    max-width: 408px;
    margin: 0px auto;
    line-height: 46px;
    margin-bottom: 24px !important;
    text-align: center;
}

.title-asterik
{
font-size: 18px;
}
section.elementor-section.header-78 .right-offer-banner .elementor-widget-container {
    margin-bottom: 50px;
}


@media only screen and (max-width: 1699px) {
    .form-header h1 { font-size:30px; }
    .form-label-blue {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px;
    }
    .radio-label { font-size:20px; }

    .thank-you-message p {
        font-size: 28px;
        line-height: 38px;
    }
    .instruction-text {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .form-header h1 { font-size:30px; }
    .two-cols-label input[type="number"] {
        max-width: 200px;
    }
    .progress-dot {
        width: 111px;
        height: 12px;
    }
    .holiday-lighting-form-container {
        height: 680px;
    }
        section.hero-banner-wrap-holiday-light.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        height: 655px;
    }
}
@media only screen and (max-width: 1366px) { 
    .form-header h1 { font-size:26px; }
    .instruction-text {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 20px !important;
    }
    .form-label-blue {
        font-size: 18px;
        line-height: 23px;
    }
    .radio-label {
        font-size: 18px;
    }
    .holiday-lighting-form-container {
        height: 660px;
    }
    section.hero-banner-wrap-holiday-light.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        height: 640px;
    }
}
@media only screen and (max-width: 1200px) { 
    .two-cols-label input[type="number"] {
        max-width: 186px;
    }
    .instruction-text {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px !important;
    }
    .multi-step-form.text78 .btn-primary {
        padding: 7px 10px;
        font-size: 16px;
    }
    .form-label-blue {
        font-size: 15px;
        line-height: 19px;
    }
    .or-text {
        font-size: 22px;
    }
    .radio-label {
        font-size: 16px;
    }
    .radio-custom {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    .holiday-lighting-form-container {
        height: 620px;
    }
    section.hero-banner-wrap-holiday-light.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        height: 600px;
    }

}

@media only screen and (max-width: 1110px) { 
    .form-body {
        padding: 20px 15px 0px;
    }
    
    .step-progress-bar {
        left: 15px;
        right: 15px;
    }
    .estimate-display {
        margin: 15px 0;
    }
    .disclaimer {
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
    }
    .instruction-text {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px !important;
    }
    .form-label-blue {
        font-size: 15px;
        line-height: 21px;
    }
    .radio-label {
        font-size: 15px;
    }
    .btn-primary {
        padding: 3px 10px;
        font-size: 16px;
    }
    .progress-dot {
        width: 80px;
        height: 10px;
    }
    .two-cols-label input[type="number"] {
        max-width: 150px;
        padding: 5px 8px;
        font-size: 14px;
    }
    .form-header h1 {
        font-size: 20px;
        line-height: 14px;
    }
    section.satisfaction-block {
        padding-top: 36px !important;
    }
    .holiday-lighting-form-container {
        height: 625px;
    }
    section.hero-banner-wrap-holiday-light.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        height: 560px;
    }
    .disclaimer br {
        display: none;
    }
    .elementor-element.powerd-heading > .elementor-widget-container {
        padding: 12px 10px !important;
    }
}
@media only screen and (max-width: 991px) {
    section.elementor-section-full_width.header-78 .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50 {
        width: 50%;
    }
    .two-cols-label input[type="number"] {
        max-width: 55%;
    }
}
 
/* Responsive Design */
@media (max-width: 768px) {
    .disclaimer-gutter br { display:none; }
    .thank-you-message-gutter {
        text-align: center;
        padding: 15px 20px;
        margin: 30px 0;
        height: auto;
    }
    .thank-you-message-gutter p {
        font-size: 24px;
        margin: 0px auto;
        line-height: 29px;
        margin-bottom: 15px !important;
        text-align: center;
    }
    .thank-you-message p {
    font-size: 30px;
    line-height: 38px;
}
    .confirmation-message.gutter-mgs br {
    display: none;
}
.confirmation-message.gutter-mgs p {
    font-size: 18px;
    line-height: 22px;
}
.confirmation-message.gutter-mgs p br {
    display: none;
}
.estimate-display.tp-0 p.estimate-text br {
    display: none;
}
.estimate-amount_2 h2 {
    font-size: 32px;
}
.estimate-amount_2 p.ez-small-heading {
    font-size: 20px;
    line-height: 28px;
}
.confirmation-message.gutter-mgs p {
    font-size: 18px;
    line-height: 23px;
}
.step-progress-bar.relative-position.top-og {
    margin-top: 15px;
    bottom: 0px;
}
    .elementor-element.img-wraP45.elementor-widget.elementor-widget-image .elementor-widget-container {
        margin-top: 0px!important;
    }
    .form-group.lf-paddding {
        padding: 0px;
    }
    .elementor-column.bg-blee-800 h2.elementor-heading-title.elementor-size-default {
        font-size: 35px;
        line-height: 36px;
    }
    .elementor-column.bg-blee-800 h3.elementor-heading-title.elementor-size-default {
        font-size: 20px;
        line-height: 26px;
    }
    .form-header {
        padding: 12px;
    }
    .form-header h1 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 14px;
    }
    .form-wrapper {
        margin-top: 42px;
    }
    .two-cols-label input[type="number"] {
        max-width: 50%;
        padding: 5px 8px;
        font-size: 16px;
    }
    .form-label-blue {
        font-size: 15px;
        line-height: 18px;
    }
    .two-cols-label {
        gap: 7px;
    }
    .checkbox-item {
        padding: 0px;
    }
    .or-text {
        font-size: 16px;
    }
    .instruction-text {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 13px !important;
    }
    .step-progress-bar {
        gap: 10px;
        position: relative;
        bottom: 0px;
        padding: 15px 0 5px;
    }
    .btn-primary {
        padding: 6px 9px;
        font-size: 16px;
        min-width: 101px;
    }
    .form-footer {
        margin-top: 0px;
        padding-top: 3px;
    }
    .form-step.estimate-block .form-group input.form-input {
        padding: 7px 11px;
        font-size: 16px;
    }
    .form-step.estimate-block .form-group input.form-input::placeholder {
      font-size: 16px;
    }

    .form-step.estimate-block .form-group input.form-input::-ms-input-placeholder { /* Edge 12 -18 */
      font-size: 20px;
    }
    .form-step.estimate-block .form-group {
        margin-bottom: 15px;
    }
    .form-step.estimate-block .form-body {
        padding: 20px 15px;
    }
    button.btn-primary.get-estimate-btn {
        min-width: 216px;
        font-size: 16px;
    }
    .flog-icon {
        max-width: 241px;
        margin: 23px auto 5px;
    }
    .frog-image {
        margin: 12px 0 0px;
    }
    .thank-you-message p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px !important;
    }
    .thank-you-message {
        padding: 10px 15px;
        margin: 30px 0;
        height: 300px;
    }
    .progress-dot {
        width: 60px;
        height: 9px;
    }
    
.estimate-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px !important;
}
.estimate-amount_2 p.ez-small-heading {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 17px;
}
    .confirmation-message p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px !important;
    }
    .step-progress-bar.relative-position {
        margin-top: 25px;
    }
    .disclaimer {
        font-size: 12px;
        line-height: 16px;
        margin-top: 6px;
    }
    .estimate-amount {
        font-size: 36px;
        max-width: 265px;
        padding: 15px 25px;
        margin: 20px auto;
    }


    section.elementor-section-full_width.header-78 .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50 {
        width: 100%;
    }
    section.hero-banner-wrap-holiday-light.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        height: auto;
        background-position: center top;
        background-size: 100%;
    }
    .holiday-lighting-form-container {
        padding: 10px;
        position: relative;
    }
    .elementor-column.elementor-col-50.get-instaant-Form {
        order: 2;
    }
    .holiday-lighting-form-container {
        padding: 0px;
        left: 0px;
        height: auto !important;
        position: relative;
        margin: 0px !important;
        top: 0px;
        width: 100% !important;
        max-width: 100%;
    }
    .form-step {
        padding: 0px;
    }
    .form-body {
        padding: 10px 10px;
    }
    
    .step-progress-bar {
        left: 10px;
        right: 10px;
    }
    
    .step-header h2 {
        font-size: 24px;
    }
    
    
    .checkbox-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .checkbox-label {
        padding: 8px;
    }
    
    .house-icon {
        width: 60px;
        height: 45px;
    }
    
    .house-base {
        width: 45px;
        height: 30px;
        transform: translateX(-50%) rotateX(10deg) rotateY(-5deg);
    }
    
    .house-roof {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 18px solid #e5e7eb;
        transform: translateX(-50%) rotateX(10deg) rotateY(-5deg);
    }
    
    .side-indicator {
        border-radius: 2px;
    }
    
    .front-indicator, .back-indicator {
        width: 35px;
        height: 4px;
        transform: translateX(-50%) rotateX(10deg) rotateY(-5deg);
    }
    
    .left-indicator, .right-indicator {
        width: 4px;
        height: 25px;
        transform: translateY(-50%) rotateX(10deg) rotateY(-5deg);
    }
}

@media (max-width: 480px) {
   /* .checkbox-grid {
        grid-template-columns: 1fr;
    }*/
    
    .estimate-amount {
        font-size: 28px;
    }
}

.ez-step-down {
  display: block; /* visible by default */
}

.ez-hydroclean {
  display: none; /* hidden by default */
}

/* Calendar-Style Schedule Grid Styles */
.schedule-instruction {
    font-size: 18px;
    font-family: "Kanit", Sans-serif;
    color: #202c5c;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px !important;
    text-align: center;
}

.schedule-grid-container {
    margin: 15px 0;
    overflow-x: auto;
}

.schedule-grid-container.error {
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(220, 38, 38, 0.05);
}

/* Calendar Week Navigation */
.calendar-week-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 5px;
}

.calendar-nav-btn {
    background: #202c5c;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-family: "Kanit", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.calendar-nav-btn:hover {
    background: #1e3a8a;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(30, 58, 138, 0.3);
}

.calendar-nav-btn:active {
    transform: translateY(0);
}

.calendar-nav-btn span {
    font-size: 14px;
    font-weight: 600;
}

.calendar-week-display {
    font-family: "Kanit", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #202c5c;
    text-align: center;
    flex: 1;
    padding: 0 10px;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    margin: 15px 0;
}

/* First row: Monday, Tuesday, Wednesday (3 columns) */
.calendar-day-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.calendar-day-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.calendar-day-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

/* Second row: Thursday, Friday (2 columns, centered) */
.calendar-day-card:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

.calendar-day-card:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}

/* Calendar Day Card */
.calendar-day-card {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 8px;
    min-width: 0;
    flex: 1;
    max-width: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.calendar-day-card:hover {
    border-color: #03569f;
    box-shadow: 0 4px 8px rgba(3, 86, 159, 0.1);
}

.calendar-day-card.selected {
    border-color: #1e3a8a;
    background: #f0f4ff;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}

/* Calendar Day Header */
.calendar-day-header {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

.calendar-day-name {
    font-family: "Kanit", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #202c5c;
    margin-bottom: 3px;
    line-height: 1.2;
}

.calendar-day-date {
    font-family: "Kanit", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #636466;
    line-height: 1.2;
}

/* Calendar Time Slots Container */
.calendar-time-slots {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Calendar Time Slot Button */
.calendar-time-slot {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 6px 8px;
    font-family: "Kanit", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #636466;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    line-height: 1.3;
}

.calendar-time-slot.available {
    background: #fff;
    color: #03569f;
}

.calendar-time-slot.available:hover {
    background: #e3f2fd;
    border-color: #03569f;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(3, 86, 159, 0.15);
}

.calendar-time-slot.selected {
    background: #1e3a8a;
    color: white;
    border-color: #1e3a8a;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.3);
}

.calendar-time-slot.disabled {
    background: #f5f5f5;
    color: #9e9e9e;
    border-color: #d1d5db;
    cursor: not-allowed;
    opacity: 0.6;
}

.calendar-time-slot:focus {
    outline: none;
}

/* Responsive Calendar Grid */
@media (max-width: 768px) {
    .schedule-grid-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .schedule-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    /* Keep same grid layout on mobile */
    .calendar-day-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .calendar-day-card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .calendar-day-card:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }
    
    .calendar-day-card:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .calendar-day-card:nth-child(5) {
        grid-column: 2;
        grid-row: 2;
    }
    
    .calendar-day-card {
        min-width: 110px;
        padding: 10px 8px;
    }
    
    .calendar-day-name {
        font-size: 15px;
    }
    
    .calendar-day-date {
        font-size: 13px;
    }
    
    .calendar-time-slot {
        font-size: 13px;
        padding: 8px 10px;
        gap: 6px;
    }
    
    .calendar-week-navigation {
        padding: 0;
        margin-bottom: 12px;
    }
    
    .calendar-nav-btn {
        padding: 6px 10px;
        font-size: 11px;
    }
    
    .calendar-week-display {
        font-size: 12px;
        padding: 0 5px;
    }
    
    .schedule-instruction {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px !important;
    }
    
    .schedule-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .schedule-buttons .btn-primary,
    .schedule-buttons .btn-secondary {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .schedule-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    
    /* Keep same grid layout on small mobile */
    .calendar-day-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .calendar-day-card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .calendar-day-card:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }
    
    .calendar-day-card:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .calendar-day-card:nth-child(5) {
        grid-column: 2;
        grid-row: 2;
    }
    
    .calendar-day-card {
        min-width: 100px;
        padding: 8px 6px;
    }
    
    .calendar-day-name {
        font-size: 14px;
    }
    
    .calendar-day-date {
        font-size: 12px;
    }
    
    .calendar-time-slot {
        font-size: 12px;
        padding: 7px 8px;
    }
    
    .calendar-week-display {
        font-size: 11px;
    }
    
    .calendar-nav-btn {
        padding: 5px 8px;
        font-size: 10px;
    }
    
    .schedule-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .schedule-buttons .btn-primary,
    .schedule-buttons .btn-secondary {
        width: 100%;
        min-width: auto;
        font-size: 16px;
        padding: 8px 12px;
    }
}