        .contact-soft-bg {
            background-color: #edeaf342;
        }

        .contact-form-wrap {
            background-color: #edeaf342;
            border-radius: 1rem;
            padding: 1.75rem;
            height: 100%;
        }

        .contact-form-wrap .touch-block h2 {
            font-weight: 500;
            margin-bottom: .25rem;
        }

        .contact-form-wrap .touch-block p {
            color: #525c6b;
            margin: 0;
        }

        .contact-form-wrap .form-label {
            font-weight: 500;
            color: #3a3f4b;
        }

        .contact-details {
            background-color: #edeaf342;
            border-radius: 1rem;
            padding: 1.75rem;
            height: 100%;
        }

        .contact-details .contact-details-lead {
            color: #525c6b;
            line-height: 1.7;
            margin-bottom: 1.25rem;
        }

        .contact-details-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .contact-details-list li {
            display: flex;
            align-items: center;
            gap: .9rem;
            padding: .9rem 0;
            border-top: 1px solid #efe2ee;
        }

        .contact-details-list li:first-child {
            border-top: 0;
            padding-top: 0;
        }

        .contact-details-list li:last-child {
            padding-bottom: 0;
        }

        .contact-details-icon {
            flex: 0 0 auto;
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #edeaf3;
            color: #7e59c2;
            font-size: 1.1rem;
        }

        .contact-details-body {
            color: #3a3f4b;
            line-height: 1.55;
            font-style: normal;
        }

        .contact-details-body a {
            color: inherit;
            text-decoration: none;
        }

        .contact-details-body a:hover {
            color: #7e59c2;
        }

        .contact-details-body .muted {
            color: #6c7483;
            font-size: .92rem;
        }

        .contact-social {
            margin-top: 1.25rem;
            padding-top: 1.25rem;
            border-top: 1px solid #efe2ee;
        }

        .contact-social-title {
            color: #3a3f4b;
            font-weight: 500;
            font-size: .95rem;
            margin: 0 0 .75rem;
        }

        .contact-social-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
        }

        .contact-social-list a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #edeaf3;
            color: #7e59c2;
            text-decoration: none;
            font-size: 1rem;
            transition: background-color .15s ease, color .15s ease;
        }

        .contact-social-list a:hover,
        .contact-social-list a:focus {
            background-color: #7e59c2;
            color: #fff;
        }

        .contact-send-btn {
            background-color: #7e59c2;
            border-color: #7e59c2;
        }

        .contact-send-btn:hover,
        .contact-send-btn:focus {
            background-color: #6a47ad;
            border-color: #6a47ad;
        }

        .contact-form-wrap .form-control {
            border-radius: 12px;
            min-height: 48px;
            border-color: #e5eaf3;
        }

        .contact-form-wrap textarea.form-control {
            min-height: 120px;
        }
