.-ycw-section.-ycwt-form,
.-ycwt-form .-ycw-row {
    position: relative;
}

.-ycwt-form .-ycw-row {
    padding: 0 !important;
}

.-ycwt-form .cw-contact-section {
    position: relative;
    padding: 52px 12px 54px;
    overflow: hidden;
    background: #07134c;
    color: #fff;
}

.-ycwt-form .cw-contact-bg,
.-ycwt-form .cw-contact-bg::after {
    position: absolute;
    inset: 0;
}

.visittrimly-map-card,
.visittrimly-info-card{
    min-width: 0;
}

.visittrimly-map-card{
    display: flex;
    border-radius: 34px;
    overflow: hidden;
    flex: 1;
}

.-ycwt-form .cw-contact-bg {
    z-index: 0;
}

.-ycwt-form .cw-contact-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.34;
}

.-ycwt-form .cw-contact-bg::after {
    content: "";
    background: rgba(6, 17, 72, 0.82);
}

.-ycwt-form .cw-contact-section > .container {
    position: relative;
    z-index: 2;
}

.-ycwt-form .cw-contact-heading-wrap {
    display: flex;
    margin: 0 auto 52px;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.-ycwt-form .before-title {
    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-form .before-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #ff0713;
    transform: translateX(-50%);
}

.-ycwt-form .title {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
}

.-ycwt-form .cw-highlight {
    color: #ff0713;
}

.-ycwt-form .cw-contact-form-panel {
    width: 100%;
    max-width: 590px;
    border-radius: 8px;
    flex: 1;
}

.-ycwt-form .cw-contact-form {
    margin: 0;
}

.-ycwt-form .cw-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px 30px;
}

.-ycwt-form .cw-contact-form-group,
.-ycwt-form .cw-contact-submit-group {
    min-width: 0;
}

.-ycwt-form .cw-contact-grid-message,
.-ycwt-form .cw-contact-submit-group {
    grid-column: 1 / -1;
}

.-ycwt-form .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-form .cw-contact-input,
.-ycwt-form .cw-contact-textarea,
.-ycwt-form .cw-contact-select {
    width: 100%;
    border: 0;
    border-left: 2px solid #ffffff4d;
    border-radius: 8px;
    background: rgba(75, 88, 148, 0.58);
    color: #fff;
    font-family: inherit;
    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-form .cw-contact-input,
.-ycwt-form .cw-contact-select {
    min-height: 65px;
    padding: 0 25px;
}

.-ycwt-form .cw-contact-textarea {
    min-height: 130px;
    padding: 22px 25px;
    resize: vertical;
}

.-ycwt-form .cw-contact-input::placeholder,
.-ycwt-form .cw-contact-textarea::placeholder {
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
}

.-ycwt-form .cw-contact-select {
    appearance: auto;
    cursor: pointer;
}

.-ycwt-form .cw-contact-select option {
    color: #0f172a;
    font-size: 14px;
}

.-ycwt-form .cw-contact-wp-select {
    position: relative;
    width: 100%;
    min-width: 0;
}

.-ycwt-form .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-form .cw-contact-wp-select .-selectbox {
    width: 100%;
}

.-ycwt-form .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-form .cw-contact-wp-select-button > p,
.-ycwt-form .cw-contact-wp-select-button > p > strong {
    min-width: 0;
    margin: 0;
    color: inherit;
    font: inherit;
}

.-ycwt-form .cw-contact-wp-select-button > svg {
    flex: 0 0 auto;
    font-size: 19px;
    transition: transform 0.2s ease;
}

.-ycwt-form .cw-contact-wp-select .-selectbox.-open .cw-contact-wp-select-button > svg {
    transform: rotate(180deg);
}

.-ycwt-form .cw-contact-wp-select-button:focus-visible,
.-ycwt-form .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-form .cw-contact-form-group .iti,
.-ycwt-form .cw-contact-form-group .iti input {
    width: 100%;
}

.-ycwt-form .iti {
    width: 100%;
    direction: ltr;
}

.-ycwt-form .iti__country-list {
    z-index: 99999;
    text-align: left;
    direction: ltr;
}

.-ycwt-form .cw-phone-input {
    direction: ltr;
    text-align: left;
}

.-ycwt-form .cw-phone-input::placeholder {
    text-align: left;
}

.-ycwt-form .cw-contact-submit-group {
    padding-top: 12px;
}

.-ycwt-form .cw-contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.-ycwt-form .cw-contact-submit-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    overflow: hidden;
    border-radius: var(--xlargeradius);
    background-color: var(--uicolor);
    transition: all 0.2s linear 0.1s;
}

.-ycwt-form .cw-contact-submit-label::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 110%;
    left: 50%;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    transition-duration: 0.8s;
}

.-ycwt-form .cw-contact-submit-btn:hover .cw-contact-submit-label::before {
    top: -40%;
}

.-ycwt-form .cw-contact-submit-icon {
    position: relative;
    z-index: 1;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--xlargeradius);
    background-color: var(--uicolor);
    transition: all 0.2s linear 0.1s;
}

.-ycwt-form .cw-contact-submit-icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -100%);
    transition-duration: 0.5s;
}

.-ycwt-form .cw-contact-submit-btn:hover .cw-contact-submit-icon::before {
    transform: translate(-50%, 0);
}

.-ycwt-form .cw-contact-submit-icon i,
.-ycwt-form .cw-contact-submit-icon svg {
    display: block;
    max-width: 20px;
    max-height: 20px;
    color: inherit;
    fill: currentColor;
}

.-ycwt-form .cw-contact-submit-btn:hover .cw-contact-submit-label,
.-ycwt-form .cw-contact-submit-btn:hover .cw-contact-submit-icon {
    color: var(--uicolor);
}

.-ycwt-form .cw-contact-submit-btn:focus-visible {
    outline: 0;
}

.-ycwt-form .cw-contact-submit-btn:focus-visible .cw-contact-submit-label,
.-ycwt-form .cw-contact-submit-btn:focus-visible .cw-contact-submit-icon {
    box-shadow: 0 0 0 4px rgba(255, 7, 19, 0.2);
}

.-ycwt-form .cw-contact-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.-ycwt-form .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-form .cw-form-status[hidden] {
    display: none;
}

.-ycwt-form .cw-form-status.is-success {
    border-color: rgba(34, 197, 94, 0.36);
    background: rgba(34, 197, 94, 0.12);
}

.-ycwt-form .cw-form-status.is-error {
    border-color: rgba(248, 113, 113, 0.44);
    background: rgba(248, 113, 113, 0.12);
}

.-ycwt-form .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-form .cw-form-status__body {
    display: flex;
    flex: 1;
    min-width: 0;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.-ycwt-form .cw-form-status__title {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.-ycwt-form .cw-form-status__message {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.7;
}

.-ycwt-form .cw-form-status__action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ff0713;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.-ycwt-form .cw-form-status__action:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .-ycwt-form .cw-contact-section {
        padding: 48px 0 82px;
    }

    .-ycwt-form .cw-contact-form-panel {
        padding: 36px 28px;
    }
}

@media (max-width: 900px) {
    .main-form {
    flex-direction: column !important;
}

.-ycwt-form .cw-contact-form-panel {
    max-width: 100%;
}
}

@media (max-width: 767px) {
    .-ycwt-form .cw-contact-section {
        min-height: auto;
        padding: 42px 0 58px;
    }

    .-ycwt-form .cw-contact-heading-wrap {
        margin-bottom: 34px;
    }

    .-ycwt-form .before-title {
        font-size: 13px;
    }

    .-ycwt-form .title {
        font-size: 30px;
    }

    .-ycwt-form .cw-contact-grid {
        grid-template-columns: 1fr;
    }

    .-ycwt-form .cw-contact-form-panel {
        padding: 22px 16px;
    }

    .cw-contact-form-panel .tit-wdt {
    font-size: 16px;
}

    .-ycwt-form .cw-contact-input,
    .-ycwt-form .cw-contact-select {
        min-height: 54px;
        padding: 0 18px;
        font-size: 15px;
    }

    .cw-contact-form-panel input {
    min-height: 42px !important;
    max-height: 30px !important;
}

.cw-contact-form-panel input::placeholder {
    font-size: 13px;
}

    .-ycwt-form .cw-contact-textarea {
        min-height: 118px;
        padding: 18px;
        font-size: 15px;
    }

    .-ycwt-form .cw-contact-submit-label {
        min-width: 160px;
        min-height: 54px;
        padding: 0 24px;
        font-size: 15px;
    }

    .-ycwt-form .cw-contact-submit-icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .-ycwt-form .cw-form-status,
    .-ycwt-form .cw-form-status__body {
        flex-direction: column;
        align-items: flex-start;
    }
}

.main-form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

h2.tit-wdt {
    margin-bottom: 20px;
}

form {
    width: 100%;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cw-contact-form-panel input {
    width: 100%;
    border: 1px solid #e2e4e8;
    background: #fff;
    border-radius: 14px;
    min-height: 52px;
    padding: 12px 16px;
    color: var(--primary-text);
    font-size: 15px;
    box-shadow: none;
    outline: none;
}

.-YC-FM-inputs-area {
    flex: 1;
    min-width: 230px;
}

.cont-submit {
    margin-top: 25px;
}

.YC-con-start [data-disable-until-complete] button[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.cw-contact-form-panel button {
    border: 0;
    border-radius: 14px;
    background: var(--uicolor);
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    position: relative;
}

.iti__selected-flag {
    color: black;
}

.-yourcolor-form-alerts.alert-success.incenter {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #31a24c14;
    color: var(--positive);
    padding: 13px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 15px;
    will-change: transform;
    font-weight: 500;
    margin-bottom: 20px;
}

.-yourcolor-form-alerts.alert-success.incenter i {
    font-size: 40px;
}