/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    background-color: var(--tanspot-base);
    padding: 100px 0 100px;
    overflow: hidden;
    z-index: 1;
}

.contact-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.contact-one__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: calc((100% - -755px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.contact-one__bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--tanspot-black-rgb), .30);
}

.contact-one__left {
    position: relative;
    display: block;
    min-height: 640px;
    z-index: 2;
}

.contact-one__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contact-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: var(--tanspot-white);
    background-color: var(--tanspot-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-one__video-icon:hover {
    background-color: var(--tanspot-white);
    color: var(--tanspot-base);
}

.contact-one__video-link .ripple,
.contact-one__video-icon .ripple:before,
.contact-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--tanspot-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--tanspot-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--tanspot-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--tanspot-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.contact-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.contact-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-left: 80px;
    z-index: 1;
}

.contact-one__content {
    position: relative;
    display: block;
    padding: 47px 60px 50px;
    background: var(--tanspot-black);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    border-radius: 20px;
}

.contact-one__tagline {
    font-size: 18px;
    color: var(--tanspot-base);
    font-weight: 500;
    line-height: 1em;
    font-family: var(--tanspot-font-two);
    text-transform: uppercase;
}

.contact-one__title {
    font-size: 35px;
    color: var(--tanspot-white);
    font-weight: 600;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 33px;
}

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

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

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

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    background-color: rgba(var(--tanspot-white-rgb), .01);
    border: 1px solid rgba(var(--tanspot-white-rgb), .03);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--tanspot-white-rgb), .60);
    border-radius: 10px;
    font-family: var(--tanspot-font);
}

.contact-one__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 6px;
}

.contact-one__progress-single {
    position: relative;
    display: block;
}

.contact-one__progress-title {
    font-size: 16px;
    line-height: 26px;
    color: var(--tanspot-white);
    margin-bottom: 6px;
    font-weight: 600;
}

.contact-one__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: rgba(var(--tanspot-white-rgb), .15);
    border-radius: 5px;
    border: 0;
}

.contact-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    top: 0;
    left: 0;
    background-color: var(--tanspot-base);
    border-radius: 5px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.contact-one__progress .count-text {
    position: absolute;
    right: -3px;
    bottom: -4px;
    opacity: 0;
    border-radius: 50%;
    background-color: var(--tanspot-base);
    border: 3px solid var(--tanspot-white);
    width: 18px;
    height: 18px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.contact-one__content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-one__content-bottom .thm-btn {
    border: none;
}


.contact-one__content-bottom .thm-btn::before,
.contact-one__content-bottom .thm-btn::after {
    background-color: var(--tanspot-white);
}

.contact-one__content-bottom .thm-btn:hover {
    color: var(--tanspot-base);
}

.contact-one__content-bottom .thm-btn:hover>span {
    background-color: var(--tanspot-base);
    color: var(--tanspot-white);
}

.contact-one__content-bottom-text-box {
    position: relative;
    display: block;
}

.contact-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-one__count {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-one__count h3 {
    font-size: 14px;
    color: var(--tanspot-white);
    font-weight: 600;
    line-height: 24px;
}

.contact-one__count span {
    font-size: 14px;
    color: var(--tanspot-white);
    font-weight: 600;
    line-height: 24px;
}

.contact-one__count-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--tanspot-white);
    margin-left: 4px;
}

.contact-one__ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.contact-one__ratting span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--tanspot-base);
}

.contact-one__ratting span+span {
    margin-left: 3px;
}

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

.contact-info__single {
    position: relative;
    display: block;
    border-radius: var(--tanspot-bdr-radius);
    background-color: var(--tanspot-primary);
    text-align: center;
    padding: 40px 40px 41px;
    margin-bottom: 30px;
}

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

.contact-info__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--tanspot-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-info__single:hover .contact-info__icon:before {
    transform: scaleX(1);
}

.contact-info__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--tanspot-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
    transform: scale(0.9);
    color: var(--tanspot-white);
}


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

.contact-info__single h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--tanspot-black);
    font-family: var(--tanspot-font);
}

.contact-info__single h5 a {
    color: var(--tanspot-black);
}

.contact-info__single h5 a:hover {
    color: var(--tanspot-base)
}


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

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

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

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

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

.contact-page__form-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--tanspot-white);
    margin-bottom: 26px;
}

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

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

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
    height: 60px;
    width: 100%;
    background-color: rgba(var(--tanspot-white-rgb), 0.03);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--tanspot-white-rgb), .70);
    display: block;
    border-radius: var(--tanspot-bdr-radius);
}

.contact-page__input-box textarea {
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--tanspot-white-rgb), .70);
    height: 175px;
    width: 100%;
    background-color: rgba(var(--tanspot-white-rgb), 0.03);
    border: none;
    padding: 15px 20px 30px;
    border-radius: var(--tanspot-bdr-radius);
    outline: none;
    position: relative;
    display: block;
}

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


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

.contact-page__btn-box .thm-btn {
    border: none;
}

.contact-page__btn-box .thm-btn:hover {
    color: var(--tanspot-base);
}

.contact-page__btn-box .thm-btn::before,
.contact-page__btn-box .thm-btn::after {
    background-color: var(--tanspot-white);
}

.contact-page__btn-box .thm-btn:hover>span {
    background-color: var(--tanspot-base);
    color: var(--tanspot-white);
}

/*--------------------------------------------------------------
# Contact Global - Spacious two-column cards
--------------------------------------------------------------*/
.contact-global {
    position: relative;
    display: block;
    padding: 48px 0 96px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 45%, #fff 100%);
}

/* Page header block (matches Gallery / Products rhythm under site header) */
.contact-global--with-header {
    padding-top: 32px;
}

@media (min-width: 992px) {
    .contact-global--with-header {
        padding-top: 28px;
    }
}

.contact-global__page-title {
    text-align: center;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 auto 56px;
    padding-top: 0;
    color: var(--tanspot-black);
}

.contact-global__page-title span {
    color: var(--tanspot-base);
}

@media (min-width: 992px) {
    .contact-global__page-title {
        margin-bottom: 64px;
    }
}

@media (max-width: 575px) {
    .contact-global__page-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

.contact-global__page-intro {
    max-width: 640px;
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--tanspot-gray);
}

.contact-global__inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

/* Single card: info + form */
.contact-global__surface--unified {
    position: relative;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 20px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 40px -12px rgba(15, 23, 42, 0.12);
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (min-width: 992px) {
    .contact-global__surface--unified {
        border-radius: 24px;
    }
}

.contact-global__surface--unified:hover {
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.06),
        0 20px 50px -16px rgba(15, 23, 42, 0.14);
}

.contact-global__col-inner {
    position: relative;
    height: 100%;
    padding: 28px 22px 32px;
}

@media (min-width: 992px) {
    .contact-global__col-inner {
        padding: 40px 36px 44px;
    }
}

.contact-global__col--info .contact-global__col-inner {
    padding-right: 22px;
}

@media (min-width: 992px) {
    .contact-global__col--info .contact-global__col-inner {
        padding-right: 40px;
        border-right: 1px solid #e8ecf1;
    }
}

.contact-global__col--form {
    background: linear-gradient(180deg, #fafbfc 0%, #fff 55%);
}

@media (min-width: 992px) {
    .contact-global__col--form .contact-global__col-inner {
        padding-left: 40px;
    }
}

/* Address row */
.contact-global__info-block {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.contact-global__info-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(var(--tanspot-base-rgb), 0.1);
    color: var(--tanspot-base);
    font-size: 18px;
}

.contact-global__info-body {
    flex: 1;
    min-width: 0;
}

.contact-global h3.contact-global__subtitle--first {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.35;
    margin: 4px 0 10px;
}

.contact-global__address {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
    margin: 0;
}

.contact-global__phone-pill {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.contact-global__phone-pill-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: var(--tanspot-base);
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.contact-global__phone-pill-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 2px;
}

.contact-global__phone-pill-value {
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-global__phone-pill-value:hover {
    color: var(--tanspot-base);
}

.contact-global__team-heading {
    margin: 32px 0 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.contact-global__persons {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-global__person {
    padding: 18px 18px 16px;
    background: #fafbfc;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-global__person:hover {
    background: #fff;
    border-color: rgba(var(--tanspot-base-rgb), 0.25);
}

.contact-global__person-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-global__person-dot {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 13px;
}

.contact-global__person-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.contact-global__person-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 48px;
}

.contact-global__meta-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-global__meta-link i {
    width: 18px;
    text-align: center;
    color: var(--tanspot-base);
    opacity: 0.85;
}

.contact-global__meta-link:hover {
    color: var(--tanspot-base);
}

.contact-global__footer-actions {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e8ecf1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
}

.contact-global__directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tanspot-base);
    text-decoration: none;
    border: 2px solid var(--tanspot-base);
    border-radius: 999px;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-global__directions:hover {
    background: var(--tanspot-base);
    color: #fff;
    transform: translateY(-1px);
}

/* Form column */
.contact-global__form-head {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8ecf1;
}

.contact-global__form-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(var(--tanspot-base-rgb), 0.12);
    color: var(--tanspot-base);
    font-size: 20px;
}

.contact-global__form-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .contact-global__form-title {
        font-size: 24px;
    }
}

.contact-global__form-lead {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    max-width: 420px;
}

.contact-global__form {
    position: relative;
}

.contact-global__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 8px;
}

.contact-global__input-box {
    margin-bottom: 22px;
}

.contact-global__input-box input[type="text"],
.contact-global__input-box input[type="email"],
.contact-global__input-box input[type="tel"] {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    font-size: 15px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-global__input-box input::placeholder {
    color: #94a3b8;
}

.contact-global__input-box input:focus {
    outline: none;
    border-color: var(--tanspot-base);
    box-shadow: 0 0 0 4px rgba(var(--tanspot-base-rgb), 0.15);
}

.contact-global__input-box--textarea textarea {
    width: 100%;
    min-height: 148px;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.55;
    color: #0f172a;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    resize: vertical;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-global__input-box--textarea textarea::placeholder {
    color: #94a3b8;
}

.contact-global__input-box--textarea textarea:focus {
    outline: none;
    border-color: var(--tanspot-base);
    box-shadow: 0 0 0 4px rgba(var(--tanspot-base-rgb), 0.15);
}

.contact-global__btn-box {
    margin-top: 8px;
}

.contact-global__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    min-height: 54px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--tanspot-base);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(var(--tanspot-base-rgb), 0.35);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-global__submit:hover {
    filter: brightness(1.05);
    box-shadow: 0 6px 20px rgba(var(--tanspot-base-rgb), 0.4);
    transform: translateY(-1px);
}

.contact-global__submit i {
    font-size: 14px;
    opacity: 0.95;
}

.contact-global-map {
    padding: 0 0 88px;
    background: #fff;
}

.contact-global-map .contact-page__left {
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px -12px rgba(15, 23, 42, 0.15);
    border: 1px solid #e8ecf1;
}

.contact-global-map .google-map__one {
    width: 100%;
    height: 420px;
    border: none;
}

@media (max-width: 991px) {
    .contact-global {
        padding-bottom: 72px;
    }

    .contact-global__col--form {
        border-top: 1px solid #e8ecf1;
    }

    .contact-global__col--form .contact-global__col-inner {
        padding-top: 36px;
    }

    .contact-global__person-links {
        padding-left: 0;
        margin-top: 4px;
    }

    .contact-global__footer-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-global__directions {
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Contact form success popup (Magnific Popup inline)
--------------------------------------------------------------*/
.contact-mfp-success-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 420px;
    padding: 8px;
}

.contact-mfp-success {
    text-align: center;
    padding: 36px 28px 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

.contact-mfp-success__icon {
    display: block;
    margin: 0 auto 16px;
    font-size: 56px;
    line-height: 1;
    color: #16a34a;
}

.contact-mfp-success__title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}

.contact-mfp-success__text {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.contact-mfp-success__btn {
    min-width: 140px;
    border: none;
    cursor: pointer;
}