/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-and-counter {
    position: relative;
    display: block;
    z-index: 1;
    padding: 30px 0 30px 0; 
    margin: 30px 0 0 0;
}

.contact-and-counter.amc-form {
    background: #232323 !important;
}

.contact-and-counter__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 0 60px;
}

.contact-one {
    position: relative;
    display: block;
    padding-bottom: 120px;
    z-index: 2;
    margin: 70px 0 0 0;
}
.amc-form .contact-one { 
    padding-bottom: 50px; 
}

.contact-one__left {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-left: 60px;
}

.contact-one__img {
    position: relative;
    display: block;
}

.contact-one__img img {
    width: 100%;
    border-radius: 20px;
    filter: grayscale(1);
    opacity: .6;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 60px;
}

.contact-one__form-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -1.44px;
    color: var(--erepair-white);
    text-transform: capitalize;
    margin-bottom: 29px;
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="tel"],
.contact-one__input-box input[type="number"],
.contact-one__input-box input[type="date"],
.contact-one__input-box input[type="time"],
.contact-one__input-box input[type="datetime-local"],
.contact-one__input-box input[type="month"],
.contact-one__input-box input[type="week"],
.contact-one__input-box input[type="url"],
.contact-one__input-box input[type="search"],
.contact-one__input-box input[type="color"],
.contact-one__input-box input[type="file"],
.contact-one__input-box input[type="range"],
.contact-one__input-box input[type="password"],
.contact-one__input-box input[type="datetime"],
.contact-one__input-box input[type="datetime-local"],
.contact-one__input-box input[type="datetime-local"],
.contact-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: #232323;
    border: 1px solid #6E777D;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--erepair-white);
    display: block;
    border-radius: 20px;
}

.contact-one__input-box .select-box {
    width: 100%;
}

.contact-one__phone-group .contact-one__phone-wrap {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.contact-one__phone-group .expert-phone-code {
    flex: 0 0 108px;
    width: 108px;
    min-width: 108px;
    height: 50px;
    background-color: #9dc33b;
    border: none !important;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
    color: var(--erepair-white);
    outline: none;
    cursor: pointer;
    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='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 32px;
}

.contact-one__phone-group .expert-phone-number {
    flex: 1;
    min-width: 0;
    width: auto;
}

.contact-one__input-box textarea {
    height: 120px;
    width: 100%;
    background-color: #232323;
    border: 1px solid #6E777D;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--erepair-white);
    display: block;
    border-radius: 20px;
}

.contact-one__input-box .nice-select {
    height: 50px;
    width: 100%;
    background-color: #232323;
    border: 1px solid #454545;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: #9dc33b;
    display: block;
    font-weight: 400;
    border-radius: 20px;
    float: none;
}

.contact-one__input-box .nice-select:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #919191;
    border-right: 2px solid #919191;
    margin-top: 0px;
    z-index: 10;
}

.contact-one__input-box .nice-select .option {
    color: var(--erepair-white);
}

.contact-one__input-box .nice-select .list {
    background-color: var(--erepair-base);
}

.contact-one__input-box .nice-select .option:hover,
.contact-one__input-box .nice-select .option.focus,
.contact-one__input-box .nice-select .option.selected.focus {
    color: var(--erepair-white);
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    padding: 80px 0 90px;
    z-index: 1;
}

.contact-two__single {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: #232323;
    text-align: center;
    padding: 40px 10px 30px;
    margin-bottom: 30px;
    min-height: 340px;
}

.contact-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--erepair-white);
    border: 1px solid var(--erepair-bdr-color);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.contact-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--erepair-black);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-two__single:hover .contact-two__icon:before {
    transform: scaleX(1);
}

.contact-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #232323;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-two__single:hover .contact-two__icon span {
    transform: scale(0.9);
    color: var(--erepair-white);
}

.social-media-links {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.social-media-links a {
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #4d4c4c;
    padding: 5px 10px;
    margin: 0px 2px 0 2px;
    border-radius: 4px;
}

.social-media-links a:hover {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.contact-two__single p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-two__single h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    font-family: sans-serif;
}

.contact-two__single h3 a {
    color: #fff;
}

.contact-two__single h3 a:hover {
    color: #fff;
}

.contact-two__single h3 a i {
    color: #9dc33b;
    border: 1px solid #4d4c4c;
    border-radius: 5px;
    margin: 5px 10px 0 0;
    padding: 7px;
}

/*--------------------------------------------------------------
# Contact Three
--------------------------------------------------------------*/
.contact-three {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.contact-three__inner {
    position: relative;
    display: block;
    background-color: var(--erepair-black);
    border-radius: 20px;
    padding: 60px 0 60px;
}

.contact-three__left {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 10px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 450px;
    width: 100%;
    border-radius: 20px;
}

.contact-three__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 40px;
}

.contact-three__form-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -1.44px;
    color: var(--erepair-white);
    margin-bottom: 26px;
}

.contact-three__form {
    position: relative;
    display: block;
}

.contact-three__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"],
.contact-three__input-box input[type="number"] {
    height: 57px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--erepair-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    display: block;
    border-radius: 20px;
}

.contact-three__input-box .select-box {
    width: 100%;
}

.contact-three__input-box .nice-select {
    height: 57px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--erepair-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--erepair-gray);
    display: block;
    font-weight: 400;
    border-radius: 20px;
    line-height: 57px;
    float: none;
}

.contact-three__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--erepair-gray);
    border-right: 2px solid var(--erepair-gray);
    margin-top: 0px;
    z-index: 10;
}

.contact-three__input-box .nice-select .option {
    color: var(--erepair-white);
}

.contact-three__input-box .nice-select .list {
    background-color: var(--erepair-base);
}

.contact-three__input-box .nice-select .option:hover,
.contact-three__input-box .nice-select .option.focus,
.contact-three__input-box .nice-select .option.selected.focus {
    color: var(--erepair-white);
}

.contact-three__input-box textarea {
    font-size: 16px;
    color: var(--erepair-gray);
    height: 175px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--erepair-white-rgb), .10);
    padding: 15px 20px 30px;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    position: relative;
    display: block;
}

.contact-three__input-box.text-message-box {
    height: 175px;
}


.contact-three__btn-box {
    position: relative;
    display: block;
}











/*--------------------------------------------------------------
# Form validation toast
--------------------------------------------------------------*/
.ym-form-toast-stack {
    position: fixed;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1065;
    width: min(440px, calc(100vw - 32px));
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.ym-form-toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: var(--erepair-black, #171717);
    color: var(--erepair-white, #fff);
    border-radius: 14px;
    border: 1px solid rgba(157, 195, 59, 0.28);
    border-left: 4px solid var(--erepair-base, #9dc33b);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    font-family: var(--erepair-font, 'Raleway', sans-serif);
    animation: ymToastIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ym-form-toast--hiding {
    animation: ymToastOut 0.3s ease forwards;
}

.ym-form-toast__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(157, 195, 59, 0.15);
    color: var(--erepair-base, #9dc33b);
    font-size: 18px;
}

.ym-form-toast--error .ym-form-toast__icon {
    background: rgba(220, 53, 69, 0.12);
    color: #f87171;
}

.ym-form-toast--error {
    border-left-color: #e85d6a;
    border-color: rgba(232, 93, 106, 0.25);
}

.ym-form-toast--success .ym-form-toast__icon {
    background: rgba(157, 195, 59, 0.2);
    color: var(--erepair-base, #9dc33b);
}

.ym-form-toast--info .ym-form-toast__icon {
    background: rgba(255, 255, 255, 0.08);
    color: var(--erepair-white, #fff);
}

.ym-form-toast__body {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.ym-form-toast__title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--erepair-white, #fff);
    text-transform: none;
}

.ym-form-toast__message {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.ym-form-toast__close {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: -4px -6px 0 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: color 0.2s ease, background 0.2s ease;
}

.ym-form-toast__close:hover {
    color: var(--erepair-white, #fff);
    background: rgba(255, 255, 255, 0.08);
}

@keyframes ymToastIn {
    from {
        opacity: 0;
        transform: translateY(-16px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ymToastOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
    }
}

@media (max-width: 575px) {
    .ym-form-toast-stack {
        top: 16px;
        width: calc(100vw - 24px);
    }

    .ym-form-toast {
        padding: 14px 14px;
        gap: 12px;
    }

    .ym-form-toast__icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/