/*full width image start*/
.full-width-image .img-wrap {
    height: 300px;
    position: relative;
}

.full-width-image .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 20%;
}

.full-width-image .img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #3a3845d1 0%, #826f667a 100%);
}

/*form section start*/

.form-wrapper .border-end {
    border-color: #C69B7B1A !important;
}

.form-wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #C69B7B;
}

.form-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    color: #3A3845;
}

.form-wrapper .info-item {
    margin-bottom: 10px;
}

.form-wrapper .info-item .icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #C69B7B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrapper .info-item .info-text .head {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #3A3845;
    margin-bottom: 0;
    margin-top: 18px;
}

.form-wrapper .info-text .info-text .body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    color: #7A7A7A;
    margin-bottom: 0;
}

.form-wrapper .map {
    height: 100%;
}

.form-wrapper .map iframe {
    filter: grayscale(1);
}

