.iframe-container {
    position: relative;
    height: 750px; /* Set to the height of your iframes */
    width: 100%; /* Adjust based on your layout */
}

.page-id-7649 .iframe-container {
    height: 840px;
}

#iframe1, .content-div,
#iframe2, .content-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0s ease 0.5s; /* Adjust timing as needed */
    opacity: 0;
    visibility: hidden;
}
#iframe1:not(.hidden), .content-div:not(.hidden),
#iframe2:not(.hidden), .content-div:not(.hidden) {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
}
.hidden {
    /* Removed display: none; to allow for opacity transition */
}
.iframe-toggle {
    display: inline-block;
    cursor: pointer;
}

.content-div {
    background: #d5e4ec;
    border-radius: 6px;
}

.right-side {
    border-radius: 6px;
    max-width: 480px;
    /* padding: 47px 60px 60px; */
    width: 100%;
    height: 800px;
    padding: 15px !important;
}

input.wpcf7-submit {
    background: #1d4154;
    border: 1px solid transparent;
    border-radius: 300px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Montserrat-Regular;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 21px;
    outline: none;
    padding: 0 20px;
    transition: opacity,.6s;
}

input.wpcf7-validates-as-tel {
    background: #fff;
    border: 1px solid rgba(45,45,45,.15);
    border-radius: 6px;
    box-sizing: border-box;
    color: #818181;
    font-family: Montserrat-Regular;
    padding: 10px 16px;
    width: 100%;
}

span.wpcf7-form-control-wrap {
    color: #1d4154;
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
}

span.wpcf7-list-item-label {
    text-transform: none;
}

h3 {
    color: #1d4154;
    font-family: Montserrat-Regular !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
}

.block-who-we-are__container .right-side {
    margin-left: auto;
    max-width: 480px;
    padding-top: 20px;
    width: 100%;
    padding: 47px 60px 60px;
}

.right-side span {
    color: #1d4154;
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
    text-transform: none;
}

form .input-wrap {
    margin-bottom: 0px;
}

.wpcf7-form-control-wrap textarea {
    background: #fff;
    border: 1px solid rgba(45,45,45,.15);
    border-radius: 6px;
    box-sizing: border-box;
    color: #818181;
    font-family: Montserrat-Regular;
    padding: 10px 16px;
    width: 100%;
    height: 164px;
    resize: none;
}

.input-wrap label {
    width: 100% !important;
}

form .submit-btn {
    margin-top: 20px;
    text-align: right;
}

#iframe2.content-div {
    padding: 15px 50px 10px 50px;
  }

.submit-btn .button-wrapper {
    display: inline-block;
}

.address .contacts {
    margin-bottom: 112px;
}

.contacts .wrap {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.contacts .wrap img {
    height: auto;
    margin-right: 12px;
    width: 24px;
}

.contacts .wrap a {
    color: #fff;
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: opacity, .6s;
}

.contacts .wrap a:hover {
    opacity: .6;
}

.address_url {
    display: block;
    font-family: Montserrat-Regular;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 40px;
    max-width: 300px;
    width: 100%;
}

.address_url a {
    font-weight: normal;
}