.tracking-wider {
    letter-spacing: 1px;
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background-color: #f5f4fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* wave */
.css-wavy-corner-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 220px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.wave-layer {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100% 0 0 0; 
    background: radial-gradient(circle at bottom right, rgba(143, 0, 255, 0.05) 0%, rgba(143, 0, 255, 0.04) 85%, rgba(143, 0, 255, 0.12) 98%, transparent 100%);
    mix-blend-mode: multiply; 
    transform-origin: bottom right;
}

/* 1. Largest Layer (Spans furthest out, closest to your text) */
.wave-1 {
    width: 280px;
    height: 195px;
    bottom: -30px;
    right: -20px;
}

/* 2. Middle Layer (Intermediate scaling ring) */
.wave-2 {
    width: 195px;
    height: 140px;
    bottom: -15px;
    right: -15px;
}

/* 3. Smallest Layer (Tucked deep inside the absolute corner tip) */
.wave-3 {
    width: 110px;
    height: 80px;
    bottom: 0;
    right: 0;
}
 
/*wave finish*/



@media (min-width: 992px) {
    .contact-right-col {
        position: relative;
        border-left: none !important; 
    }

    .contact-right-col::after {
        content: "";
        position: absolute;
        top: -20px;      
        bottom: -60px;    
        left: 0;
        width: 1px;
        background-color: rgba(49, 41, 104, 0.12);
    }
}


.form-control{
	width: 100%;
	height: 100%;
	padding: 0.63rem 0.4rem;
    width: 100%;
	background-color: #f9f9f9;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-appearance: menulist;
}

.submit{
    /* font-family: 'Raleway'; */
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none
}
.submit, .name, .email, .tel, .location textarea {
    /* font-family: 'Raleway'; */
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none;
 }
select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
 .inner_contact_form{
    padding: 1rem 1rem 1rem 1rem;
}
.contact-form{
    height: 100%;
    border-radius: 16px;
 }
select.form-control {
    color: #6c757d;
    height:100%;
}

.image-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contactImage {
  margin-top: auto;
  height:430px;
  padding-left:2rem;
}
@media (max-width: 987.98px) {
.contactImage {
  padding-left:0;
  padding-right:0;
  height:100%;
}
}