.-ycw-section.-ycwt-form2,
.-ycwt-form2 .-ycw-row {
    position: relative;
}

.-ycwt-form2 .-ycw-row {
    padding: 0 0 50px 0 !important;
}

.-ycwt-form2 .cw-contact-section {
    position: relative;
    padding-inline: 20px;
    overflow: hidden;
    color: #fff;
}

.-ycwt-form2 .cw-contact-bg,
.-ycwt-form2 .cw-contact-bg::after {
    position: absolute;
    inset: 0;
}

.-ycwt-form2 .cw-contact-bg {
    z-index: 0;
}

.-ycwt-form2 .cw-contact-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.34;
}

.-ycwt-form2 .cw-contact-bg::after {
    content: "";
    background: rgba(6, 17, 72, 0.82);
}

.-ycwt-form2 .cw-contact-section > .container {
    position: relative;
    z-index: 2;
}

.-ycwt-form2 .cw-contact-heading-wrap {
    display: flex;
    margin: 0 auto 12px;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.-ycwt-form2 .cw-contact-eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    padding-bottom: 10px;
    color: #ff0713;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.-ycwt-form2 .cw-contact-eyebrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #ff0713;
    transform: translateX(-50%);
}

.-ycwt-form2 .cw-contact-title {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.-ycwt-form2 .cw-highlight {
    color: #ff0713;
}

.-ycwt-form2 .cw-contact-layout {
    gap: 30px;
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    margin: auto 20px;
}

.-ycwt-form2 .cw-contact-info-panel,
.-ycwt-form2 .cw-contact-form-panel {
    min-width: 0;
    border-radius: 8px;
    background: #1C2029;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.08);
}

.-ycwt-form2 .cw-contact-info-panel {
    padding: 20px 15px;
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    flex: 1;
    justify-content: flex-end;
}

.cw-contact-info-panel a i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1C2029;
    color: var(--uicolor);
    font-size: 20px;
    font-weight: 100;
    transition: 0.2s all ease;
}

.-ycwt-form2 .cw-contact-info-list {
    display: grid;
    gap: 25px;
}

.-ycwt-form2 .cw-contact-info-card {
    min-height: 120px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 30px;
    border-left: 2px solid #ffffff4d;
    border-radius: 8px;
    background: rgba(58, 70, 131, 0.52);
}

.-ycwt-form2 .cw-contact-info-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(93, 102, 158, 0.62);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    transition: 0.2s all ease;
}

.cw-contact-info-card:hover .cw-contact-info-icon {
    background-color: var(--uicolor);
}

.-ycwt-form2 .cw-contact-info-icon i,
.-ycwt-form2 .cw-contact-info-icon svg {
    display: block;
    max-width: 26px;
    max-height: 26px;
    color: inherit;
    fill: currentColor;
}

.-ycwt-form2 .cw-contact-info-content {
    min-width: 0;
}

.-ycwt-form2 .cw-contact-info-label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

.-ycwt-form2 .cw-contact-info-value {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.-ycwt-form2 .cw-contact-form-panel {
    padding: 65px 60px;
    flex: 1;
}

.cw-contact-form-panel .tit-wdt {
    color: white;
}

.-ycwt-form2 .cw-contact-form {
    margin: 0;
}

.-ycwt-form2 .cw-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px 30px;
}

.-ycwt-form2 .cw-contact-form-group,
.-ycwt-form2 .cw-contact-submit-group {
    min-width: 0;
}

.-ycwt-form2 .cw-contact-grid-message,
.-ycwt-form2 .cw-contact-submit-group {
    grid-column: 1 / -1;
}

.-ycwt-form2 .cw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.-ycwt-form2 .cw-contact-input,
.-ycwt-form2 .cw-contact-textarea,
.-ycwt-form2 .cw-contact-select {
    width: 100%;
    border-radius: 8px;
    background: rgba(75, 88, 148, 0.58);
    color: #fff;
    font-family: inherit;
    border: none;
    border-left: 2px solid #ffffff4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.-ycwt-form2 .cw-contact-input,
.-ycwt-form2 .cw-contact-select {
    min-height: 65px;
    padding: 0 25px;
}

.-ycwt-form2 .cw-contact-textarea {
    min-height: 130px;
    padding: 22px 25px;
    resize: vertical;
}

.-ycwt-form2 .cw-contact-input::placeholder,
.-ycwt-form2 .cw-contact-textarea::placeholder {
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
}

.-ycwt-form2 .cw-contact-select {
    appearance: auto;
    cursor: pointer;
}

.-ycwt-form2 .cw-contact-select option {
    color: #0f172a;
    font-size: 14px;
}

.-ycwt-form2 .cw-contact-wp-select {
    position: relative;
    width: 100%;
    min-width: 0;
}

.-ycwt-form2 .cw-contact-wp-select .-yourcolor-select-native {
    position: absolute !important;
    right: 50% !important;
    bottom: 0 !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none;
}

.-ycwt-form2 .cw-contact-wp-select .-selectbox {
    width: 100%;
}

.-ycwt-form2 .cw-contact-wp-select-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
    appearance: none;
    text-align: right;
    direction: rtl;
    cursor: pointer;
}

.-ycwt-form2 .cw-contact-wp-select-button > p,
.-ycwt-form2 .cw-contact-wp-select-button > p > strong {
    min-width: 0;
    margin: 0;
    color: inherit;
    font: inherit;
}

.-ycwt-form2 .cw-contact-wp-select-button > svg {
    flex: 0 0 auto;
    font-size: 19px;
    transition: transform 0.2s ease;
}

.-ycwt-form2 .cw-contact-wp-select .-selectbox.-open .cw-contact-wp-select-button > svg {
    transform: rotate(180deg);
}

.-ycwt-form2 .cw-contact-wp-select-button:focus-visible,
.-ycwt-form2 .cw-contact-wp-select .-selectbox.-invalid .cw-contact-wp-select-button {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 3px rgba(255, 7, 19, 0.18);
}

.cw-contact-select-dropdown {
    position: absolute;
    z-index: 100000;
    display: none;
    box-sizing: border-box;
    max-width: calc(100vw - 20px);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    direction: rtl;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
}

.cw-contact-select-dropdown.first-display,
.cw-contact-select-dropdown.-open {
    display: flex;
    flex-direction: column;
}

.cw-contact-select-dropdown .-selectbox-searcbox {
    padding: 10px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.cw-contact-select-dropdown .-selectbox-searcbox input {
    width: 100%;
    min-height: 42px;
    box-sizing: border-box;
    padding: 0 13px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    font: inherit;
    outline: none;
}

.cw-contact-select-dropdown .-selectbox-searcbox input:focus {
    border-color: #ff0713;
    box-shadow: 0 0 0 3px rgba(255, 7, 19, 0.1);
}

.cw-contact-select-dropdown .-dropdown-box {
    max-height: 300px;
    padding: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.cw-contact-select-dropdown .-selectbox-item {
    display: flex;
    align-items: center;
    min-height: 42px;
    box-sizing: border-box;
    padding: 9px 12px;
    border-radius: 8px;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    outline: none;
}

.cw-contact-select-dropdown .-selectbox-item:hover,
.cw-contact-select-dropdown .-selectbox-item:focus-visible {
    background: #f1f5f9;
}

.cw-contact-select-dropdown .-selectbox-item.selected {
    background: rgba(255, 7, 19, 0.1);
    color: #d90410;
    font-weight: 700;
}

.cw-contact-select-dropdown .-selectbox-title {
    padding: 9px 12px 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.cw-contact-select-dropdown .-selectbox-hr {
    height: 1px;
    margin: 6px 4px;
    background: rgba(15, 23, 42, 0.08);
}

.cw-contact-select-dropdown LoadMore--InpuArea {
    display: block;
}

.-ycwt-form2 .cw-contact-form-group .iti,
.-ycwt-form2 .cw-contact-form-group .iti input {
    width: 100%;
}

.-ycwt-form2 .iti {
    width: 100%;
}

.-ycwt-form2 .iti__country-list {
    z-index: 99999;
    text-align: left;
}

.-ycwt-form2 .cw-phone-input {
    text-align: right;
}

.-ycwt-form2 .cw-phone-input::placeholder {
    text-align: left;
}

.-ycwt-form2 .cw-contact-submit-group {
    padding-top: 12px;
}

.-ycwt-form2 .cw-contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s all ease;
    background: none;
    cursor: pointer;
}

.-ycwt-form2 .cw-contact-submit-label {
    background-color: var(--uicolor);
    border-radius: var(--xlargeradius);
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .2s linear;
    transition-delay: .1s;
}

span.cw-contact-submit-label::before {
    transition-duration: .8s;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%);
    border-radius: 50%;
    z-index: -1;
}

.cw-contact-submit-btn:hover .cw-contact-submit-label::before {
    top: -40%;
}

.-ycwt-form2 .cw-contact-submit-icon {
    background-color: var(--uicolor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--xlargeradius);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .2s linear;
    transition-delay: .1s;
}

span.cw-contact-submit-icon i::after {
    transition-duration: .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%) translateY(-100%);
    border-radius: 50%;
    z-index: -1;
}

.cw-contact-submit-btn:hover .cw-contact-submit-icon i::after {
    transform: translate(-50%) translateY(0);
}

.-ycwt-form2 .cw-contact-submit-icon i,
.-ycwt-form2 .cw-contact-submit-icon svg {
    display: block;
    max-width: 20px;
    max-height: 20px;
    color: inherit;
    fill: currentColor;
}

.-ycwt-form2 .cw-contact-submit-btn:hover .cw-contact-submit-label,
.-ycwt-form2 .cw-contact-submit-btn:hover .cw-contact-submit-icon {color: var(--uicolor);}

.-ycwt-form2 .cw-contact-submit-btn:focus-visible .cw-contact-submit-label,
.-ycwt-form2 .cw-contact-submit-btn:focus-visible .cw-contact-submit-icon {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 7, 19, 0.2);
}

.-ycwt-form2 .cw-contact-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.-ycwt-form2 .cw-form-status {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.-ycwt-form2 .cw-form-status[hidden] {
    display: none;
}

.-ycwt-form2 .cw-form-status.is-success {
    border-color: rgba(34, 197, 94, 0.36);
    background: rgba(34, 197, 94, 0.12);
}

.-ycwt-form2 .cw-form-status.is-error {
    border-color: rgba(248, 113, 113, 0.44);
    background: rgba(248, 113, 113, 0.12);
}

.-ycwt-form2 .cw-form-status__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: #fff;
    color: #07134c;
    font-size: 18px;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
}

.-ycwt-form2 .cw-form-status__body {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.-ycwt-form2 .cw-form-status__title {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.-ycwt-form2 .cw-form-status__message {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.7;
}

.-ycwt-form2 .cw-form-status__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ff0713;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.-ycwt-form2 .cw-form-status__action:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199px) {

    .-ycwt-form2 .cw-contact-info-panel,
    .-ycwt-form2 .cw-contact-form-panel {
        padding: 36px 28px;
        width: 100%;
    }

    .-ycwt-form2 .cw-contact-info-card {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .-ycwt-form2 .cw-contact-layout {
    flex-direction: column;
    }

    .-ycwt-form2 .cw-contact-info-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .-ycwt-form2 .cw-contact-info-card {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .-ycwt-form2 .cw-contact-section {
        min-height: auto;
    }

    .-ycwt-form2 .cw-contact-eyebrow {
        font-size: 13px;
    }

    .-ycwt-form2 .cw-contact-title {
        font-size: 30px;
    }

    .-ycwt-form2 .cw-contact-info-list,
    .-ycwt-form2 .cw-contact-grid {
        grid-template-columns: 1fr;
    }

    .-ycwt-form2 .cw-contact-info-panel,
    .-ycwt-form2 .cw-contact-form-panel {
        padding: 22px 16px;
        width: 100%;
    }

    .-ycwt-form2 .cw-contact-info-card {
        min-height: 100px;
        flex-direction: row;
        gap: 15px;
        padding: 18px;
        text-align: right;
    }

    .-ycwt-form2 .cw-contact-info-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .-ycwt-form2 .cw-contact-info-label {
        font-size: 13px;
    }

    .-ycwt-form2 .cw-contact-info-value {
        font-size: 14px;
    }

    .-ycwt-form2 .cw-contact-input,
    .-ycwt-form2 .cw-contact-select {
        min-height: 54px;
        padding: 0 18px;
        font-size: 15px;
    }

    .-ycwt-form2 .cw-contact-textarea {
        min-height: 118px;
        padding: 18px;
        font-size: 15px;
    }

    .-ycwt-form2 .cw-contact-submit-label {
        padding: 10px 24px;
        font-size: 15px;
    }

    .-ycwt-form2 .cw-contact-submit-icon {
        width: 40px;
        height: 40px;
    }

.-ycwt-form2 .cw-contact-submit-icon i {
    font-size: 12px;
}

    .-ycwt-form2 .cw-form-status,
    .-ycwt-form2 .cw-form-status__body {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cw-contact-layout .company__mail, .cw-contact-layout .phonenumber, .cw-contact-layout .company__adress, .cw-contact-layout .whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-left: 2px solid #ffffff4d;
    border-radius: var(--xlargeradius);
    background: #FFFFFF6B;
    backdrop-filter: blur(10px);
}

.cw-contact-layout .company__mail span, .cw-contact-layout .phonenumber span, .cw-contact-layout .company__adress span, .cw-contact-layout .whatsapp span {
    font-size: 15px;
    color: white;
}

.cw-contact-layout .company__adress i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1C2029;
    color: var(--uicolor);
    font-size: 20px;
    font-weight: 100;
    transition: 0.2s all ease;
}

.cw-contact-layout .company__mail a, .cw-contact-layout .phonenumber a, .cw-contact-layout .whatsapp a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.cw-contact-section .about-repair-main-card {
    background-image: var(--bk);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--uicolor2);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (max-width: 500px) {
    .cw-contact-info-panel a i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

    .cw-contact-layout span {
    font-size: 14px !important;
}

    .cw-contact-layout .company__mail, .cw-contact-layout .phonenumber, .cw-contact-layout .company__adress, .cw-contact-layout .whatsapp {
    padding: 16px;
}

    .cw-contact-layout .company__adress i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
}
/* =========================================================
   Responsive hardening for Form 2
   Targets the actual markup emitted by form2.php.
   ========================================================= */

@media (max-width: 991px) {
    .-ycwt-form2 .cw-contact-section {
        padding-inline: 16px;
    }

    .-ycwt-form2 .cw-contact-section > .container,
    .-ycwt-form2 .cw-contact-layout,
    .-ycwt-form2 .cw-contact-info-panel,
    .-ycwt-form2 .cw-contact-form-panel {
        max-width: 100%;
        min-width: 0;
    }

    .-ycwt-form2 .cw-contact-layout {
        flex-direction: column;
        gap: 22px;
    }

    .-ycwt-form2 .cw-contact-info-panel {
        position: static;
        top: auto;
        justify-content: flex-start;
        gap: 12px;
    }

    .-ycwt-form2 .cw-contact-heading-wrap .title,
    .-ycwt-form2 .cw-contact-heading-wrap .before-title {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .-ycwt-form2 .cw-contact-form-panel {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .-ycwt-form2 .-ycw-row {
        padding-bottom: 32px !important;
    }

    .-ycwt-form2 .cw-contact-heading-wrap {
        width: 100%;
        margin-bottom: 22px;
        padding-inline: 4px;
    }

    .-ycwt-form2 .cw-contact-heading-wrap .before-title {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    .-ycwt-form2 .cw-contact-heading-wrap .title {
        margin: 0;
        font-size: clamp(27px, 8vw, 34px);
        line-height: 1.25;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .-ycwt-form2 .cw-contact-layout {
        gap: 16px;
    }

    .-ycwt-form2 .cw-contact-info-panel,
    .-ycwt-form2 .cw-contact-form-panel {
        padding: 18px 14px;
        border-radius: 10px;
    }

    .-ycwt-form2 .cw-contact-info-panel {
        gap: 10px;
    }

    .-ycwt-form2 .cw-contact-info-panel .company__mail,
    .-ycwt-form2 .cw-contact-info-panel .phonenumber,
    .-ycwt-form2 .cw-contact-info-panel .company__adress,
    .-ycwt-form2 .cw-contact-info-panel .whatsapp {
        width: 100%;
        min-width: 0;
        gap: 12px;
        padding: 13px 14px;
        border-radius: 10px;
    }

    .-ycwt-form2 .cw-contact-info-panel .company__mail a,
    .-ycwt-form2 .cw-contact-info-panel .phonenumber a,
    .-ycwt-form2 .cw-contact-info-panel .company__adress a,
    .-ycwt-form2 .cw-contact-info-panel .whatsapp a {
        width: 100%;
        min-width: 0;
        gap: 12px;
    }

    .-ycwt-form2 .cw-contact-info-panel .company__mail span,
    .-ycwt-form2 .cw-contact-info-panel .phonenumber span,
    .-ycwt-form2 .cw-contact-info-panel .company__adress span,
    .-ycwt-form2 .cw-contact-info-panel .whatsapp span {
        min-width: 0;
        font-size: 14px !important;
        line-height: 1.65;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .-ycwt-form2 .cw-contact-info-panel a i,
    .-ycwt-form2 .cw-contact-info-panel .company__adress i {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        font-size: 17px;
    }

    .-ycwt-form2 .cw-contact-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .-ycwt-form2 .cw-contact-form-group,
    .-ycwt-form2 .cw-contact-submit-group,
    .-ycwt-form2 .cw-contact-wp-select,
    .-ycwt-form2 .iti {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .-ycwt-form2 .cw-contact-input,
    .-ycwt-form2 .cw-contact-select,
    .-ycwt-form2 .cw-contact-wp-select-button {
        min-height: 52px;
        padding-inline: 15px;
        font-size: 14px;
    }

    .-ycwt-form2 .cw-contact-textarea {
        min-height: 112px;
        padding: 15px;
        font-size: 14px;
    }

    .cw-contact-select-dropdown {
        max-width: calc(100vw - 24px);
    }

    .-ycwt-form2 .iti__country-list {
        max-width: calc(100vw - 24px);
    }

    .-ycwt-form2 .cw-contact-submit-group {
        padding-top: 6px;
    }

    .-ycwt-form2 .cw-form-status {
        gap: 10px;
        padding: 14px;
        border-radius: 10px;
    }

    .-ycwt-form2 .cw-form-status__body {
        width: 100%;
        gap: 10px;
    }

    .-ycwt-form2 .cw-form-status__action {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 500px) {

    .-ycwt-form2 .cw-contact-heading-wrap {
        margin-bottom: 18px;
    }

    .-ycwt-form2 .cw-contact-heading-wrap .title {
        font-size: clamp(25px, 8.5vw, 30px);
    }

    .-ycwt-form2 .cw-contact-info-panel,
    .-ycwt-form2 .cw-contact-form-panel {
        padding: 14px 12px;
    }

    .-ycwt-form2 .cw-contact-info-panel .company__mail,
    .-ycwt-form2 .cw-contact-info-panel .phonenumber,
    .-ycwt-form2 .cw-contact-info-panel .company__adress,
    .-ycwt-form2 .cw-contact-info-panel .whatsapp {
        padding: 11px 12px;
    }

    .-ycwt-form2 .cw-contact-info-panel a i,
    .-ycwt-form2 .cw-contact-info-panel .company__adress i {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 16px;
    }

    .-ycwt-form2 .cw-contact-grid {
        gap: 12px;
    }

    .-ycwt-form2 .cw-contact-input,
    .-ycwt-form2 .cw-contact-select,
    .-ycwt-form2 .cw-contact-wp-select-button {
        min-height: 50px;
        padding-inline: 13px;
    }

    .-ycwt-form2 .cw-contact-textarea {
        min-height: 104px;
        padding: 13px;
    }

    .-ycwt-form2 .cw-contact-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .-ycwt-form2 .cw-contact-submit-label {
        flex: 1 1 auto;
        min-width: 0;
        padding: 12px 16px;
        font-size: 14px;
        text-align: center;
    }

    .-ycwt-form2 .cw-contact-submit-icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }

    .-ycwt-form2 .cw-form-status__action {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .-ycwt-form2 .cw-contact-section {
        padding-inline: 8px;
    }

    .-ycwt-form2 .cw-contact-heading-wrap .before-title {
        font-size: 12px;
    }

    .-ycwt-form2 .cw-contact-heading-wrap .title {
        font-size: 24px;
    }

    .-ycwt-form2 .cw-contact-info-panel,
    .-ycwt-form2 .cw-contact-form-panel {
        padding: 12px 10px;
    }

    .-ycwt-form2 .cw-contact-info-panel .company__mail,
    .-ycwt-form2 .cw-contact-info-panel .phonenumber,
    .-ycwt-form2 .cw-contact-info-panel .company__adress,
    .-ycwt-form2 .cw-contact-info-panel .whatsapp {
        gap: 9px;
        padding: 10px;
    }

    .-ycwt-form2 .cw-contact-info-panel .company__mail span,
    .-ycwt-form2 .cw-contact-info-panel .phonenumber span,
    .-ycwt-form2 .cw-contact-info-panel .company__adress span,
    .-ycwt-form2 .cw-contact-info-panel .whatsapp span {
        font-size: 13px !important;
    }

    .-ycwt-form2 .cw-contact-info-panel a i,
    .-ycwt-form2 .cw-contact-info-panel .company__adress i {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 14px;
    }

    .-ycwt-form2 .cw-contact-input,
    .-ycwt-form2 .cw-contact-select,
    .-ycwt-form2 .cw-contact-wp-select-button,
    .-ycwt-form2 .cw-contact-textarea {
        font-size: 13px;
    }

    .-ycwt-form2 .cw-contact-submit-label {
        padding-inline: 12px;
        font-size: 13px;
    }

    .-ycwt-form2 .cw-contact-submit-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
}