body.single-events{
    overflow-x: visible !important;
}
.imts-booth-section {
    padding: 60px 0px;
}

.imts-booth-section p:empty {
    display: none;
}

.imts-booth-section__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
    gap: 50px;
    align-items: start;
}

.imts-booth-section__left {
    position: sticky;
    top:120px;
}

.imts-booth-section__title {
    margin: 0 0 24px;
    font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(24px + (40 - 24) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 500;
    color: #000;
    max-width: 880px;
    margin: 0 auto 50px;
    text-align: center;
}

.imts-booth-section__description {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(24px + (30 - 24) * ((100vw - 320px) / (1200 - 320)));
    color: #000;
    text-align: center;
}

.imts-booth-section__details {
    margin-bottom: 20px;
}

.imts-booth-section__details p {
    font-size: 17px;
    line-height: 27px;
    color: #222222;
}

.imts-booth-section__details strong {
    color: #1d2327;
}

.imts-booth-section__map img {
    display: block;
    width: 100%;
    max-width: 620px;
    border-radius: 12px;
}

.imts-booth-section__form-wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.imts-booth-section__form-title {
    font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(32px + (36 - 32) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 700;
    color: #1d2327;
    padding-bottom: 5px;
}

.imts-booth-section__form-text {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(24px + (30 - 24) * ((100vw - 320px) / (1200 - 320)));
    color: #000;
    padding-bottom: 15px !important;
}

.imts-contact-form {
    width: 100%;
    position: relative;
}
.imts-contact-form p{position: relative;}
.imts-contact-form .wpcf7-spinner{
    position: absolute;
    right: 30px;
    width: 25px;
    height: 25px;
    bottom: 16px;
}
.imts-contact-form__grid {
    display: grid;
    gap: 24px;
}

.imts-contact-form__field {
    margin-bottom: 20px;
}

.imts-contact-form__grid--2col {
    grid-template-columns: repeat(2, 1fr);
}

.imts-contact-form__checkbox-grid p {
    padding-bottom: 0;
}

.imts-contact-form__label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
}

.imts-contact-form__label span {
    color: #d63638;
}

.imts-contact-form__input,
.imts-contact-form__select {
    width: 100%;
    height: 45px;
    padding: 12px 16px !important;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.imts-contact-form__input:focus,
.imts-contact-form__select:focus {
    border-color: #005eb8;
}

.imts-contact-form__checkbox-group {
    margin-bottom: 20px;
    margin-top: 20px;
}
.imts-contact-form__other-field {
    padding-top: 7px;
}
.imts-contact-form br {
    display: none;
}
.imts-contact-form__field select.wpcf7-form-control.wpcf7-select{
    width: 100%;
    padding: 12px 50px 12px 20px; /* right side space */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23666' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center; 
    background-size: 12px;
}
.imts-contact-form__group-title {
    margin: 0 0 15px;
    font-size: calc(16px + (16 - 16) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 700;
    color: #1d2327;
    padding-bottom: 0;
}

.imts-contact-form__checkbox-grid .wpcf7-form-control.wpcf7-checkbox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 32px;
}
.imts-contact-form__checkbox-grid span.wpcf7-list-item,.imts-contact-form__marketing .wpcf7-list-item{margin-left:0;}
.imts-contact-form__checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: calc(11px + (12 - 11) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(16px + (18 - 16) * ((100vw - 320px) / (1200 - 320)));
    color: #4e4e4e;
    max-width: fit-content;
    cursor: pointer;
}

.imts-contact-form__checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.imts-contact-form__checkbox-group:nth-child(1) .imts-contact-form__other-field{justify-content: flex-start;}
.imts-contact-form__other-field .imts-contact-form__input {
    max-width: 100%;
    width: 100%;
}

.imts-contact-form__marketing {
    margin-bottom: 20px;
}

.imts-contact-form__submit {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 6px;
    background-color: #1f5289;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.imts-booth-section__title span{
color: #1f5289;
font-weight: 800;
display: inline-block;
width: 100%;
}
.wpcf7-response-output {
    margin-top: 12px;
}
/* Push it below submit — works if .wpcf7 form is the parent */
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
}
#wpcf7-f65722-o1 .screen-reader-response {
    display: none !important;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .imts-booth-section__content {
        grid-template-columns: 1fr;
    }

    .imts-booth-section__left {
        position: relative;
        top: auto;
    }

    .imts-booth-section__map img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .imts-booth-section {
        padding: 20px 0px;
    }

    .imts-booth-section__form-wrapper {
        padding: 20px;
    }

    .imts-contact-form__grid {
        gap: 0;
    }

    .imts-booth-section__title {
        margin: 0 auto 10px;
    }

    .imts-booth-section__content {
        gap: 25px;
    }

    .imts-booth-section__description {
        padding-top: 15px;
    }

    .imts-contact-form__grid--2col,
    .imts-contact-form__checkbox-grid {
        grid-template-columns: 1fr;
    }

    .imts-contact-form__other-field {
        flex-direction: column;
        align-items: flex-start;
    }

    .imts-contact-form__other-field .imts-contact-form__input {
        width: 100%;
        max-width: 100%;
    }

    .imts-contact-form__group-title {
        margin: 0 0 10px;
    }
    .imts-contact-form__checkbox-grid .wpcf7-form-control.wpcf7-checkbox{    gap: 5px 5px;}
    .imts-booth-section__details p{padding-bottom: 10px;}
}
@media (max-width: 480px) {
    .imts-contact-form__checkbox-grid .wpcf7-form-control.wpcf7-checkbox{grid-template-columns: repeat(1, 1fr);}
}