.google_reviews {
background: #F6F9FF;
& .container {
position: relative;
}
& .title_wrapper {
margin-bottom: 4rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between; 
& h2 {
font-size: 40px;
font-weight: 700;
color: var(--primary);
}
&  .reviews_icon {
display: flex;
align-items: center;
gap: 1rem; 
.rating_icon {
display: flex;
align-items: flex-end;
gap: 1rem;
flex-direction: column;
.reviews_number {
display: flex;
align-items: center;
.reviews_number_text {
font-size: 15px;
font-weight: bold;
color: #747474;
text-transform: uppercase;
text-decoration: underline;
margin-right: 1rem;
}
.reviews_number_rating {
font-size: 15px;
font-weight: bold;
color: #747474;
text-transform: uppercase;
}
}
}
}
}
& .ti-widget.ti-goog .ti-review-item>.ti-inner {
background: #fff!important;
}
& .standard_reviews {
padding-bottom: 60px!important;
}
& .google_reviews_inner {
padding-bottom: 32rem;
}
& .form_full_width {
& .form_inner {
display: grid;
grid-template-columns: 1fr!important;
}
& .form_left {
display: none!important;
}
}
& .google_reviews_bottom {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: var(--secondary); 
padding: 2rem 4rem;
border-radius: 10px;
max-height: 400px;
position: relative;
margin-top: 10rem;
position: absolute;
top: 523px;
& .google_reviews_bottom_left {
width: 20%;
& .subtitle_wrapper {
& h3 {
color: #fff;
font-size: 40px;
font-weight: 600;
}
}
}
& .image_wrapper {
margin-top: -171px;
}
& .content_wrapper {
& p {
color: #fff;
}
}
& .link_wrapper {
margin-top: 2rem;
display: flex;
& .button.button-secondary {
@media (max-width: 767px) {
min-width: 100%;
}
}
}
& .google_reviews_bottom_right {    
width: 30%;
display: flex;
flex-direction: column; 
& .review_item { 
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 2rem;
@media (max-width: 400px) {
flex-direction: column; 
}
& .review_icon {
margin-right: 2rem;  
}
& .review_label p {
color: #fff;   
@media (max-width: 400px) {
text-align: center;
}
}
}
}
}
& .hiring_content {
width: 30%!important;
}
& .standard_form {
padding-top:60px!important;
padding-bottom: 60px!important;
& .gform_confirmation_message {
font-size: 20px;
color: #4D4D4D!important;
line-height: 1.4;
}
form {
& input {
color: #4D4D4D!important;
}
& textarea {
color: #4D4D4D!important;
}
& select {
color: #4D4D4D!important;
}
}
}
.form_right_override {
background: #fff;
border-radius: 8px;
padding: 3rem;
width: 551px;
@media (max-width: 991px) {
width: 100%;
margin-bottom: 4rem;
}
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
& .form_title {
margin-bottom: 2rem!important;
}
& h3 {
font-size: 2.2rem!important;
color: #00007C!important;
margin-bottom: 1rem;
font-weight: 600;
}
& form {
display: flex;
flex-direction: column;
gap: 1.2rem;
& .gform-body {
& label { 
font-size: 12px;
color: #A4A4A4!important;
margin-bottom: 0.5rem; 
display: block!important;
}
&  label[for="input_3_6"], label[for="input_3_7"] {
display: block !important;
color: #A4A4A4!important;
}
& input[type="text"] {
background: #FFFFFF;
border: 1px solid #D1D1D1!important;
border-radius: 5px!important;
padding: 1rem 1rem!important;
height: 48px!important;
}
& input[type="tel"] {
background: #FFFFFF;
border: 1px solid #D1D1D1!important;
border-radius: 5px!important;
padding: 1rem 1rem!important;
height: 48px!important;
}
& input[type="email"] {
background: #FFFFFF;
border: 1px solid #D1D1D1!important;
border-radius: 5px!important;
padding: 1rem 1rem!important;
height: 48px!important;
}
& input[type="file"] {
background: #FFFFFF;
border: 1px solid #D1D1D1!important;
border-radius: 5px!important;
padding: 1rem 1rem!important;
height: 48px!important;
}
& textarea {
background: #FFFFFF;
border: 1px solid #D1D1D1!important;
border-radius: 5px!important;
padding: 1rem 1rem!important;
}
& select {
background: #FFFFFF;
border: 1px solid #D1D1D1!important;
border-radius: 5px!important;
padding: 1rem 1rem!important;
height: 48px!important;
}
& .gfield_required {
color: #A4A4A4;
font-size: 12px;
}
& input,
& select,
& textarea {
width: 100%;
border: 1px solid #E5E7EB;
border-radius: 4px;
font-size: 1.5rem;
color: #333;
background: #fff;
&::placeholder {
color: #4D4D4D;
}
}
& .gform_fields {
row-gap: 15px!important;
}
& select {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1.2rem center;
padding-right: 3rem;
color: #4D4D4D!important;
&::placeholder {
color: #4D4D4D;
}
}
& textarea {
min-height: 100px;
resize: vertical;
}
& input[type="checkbox"] {
width: auto;
margin-right: 1rem;
}
& .gform_save_link {
color: var(--primary);
text-decoration: underline;
font-size: 1.4rem;
margin-top: 1rem;
display: inline-block;
}
& .ginput_container_consent {
display: flex;
align-items: center;
& input[type="checkbox"] {
margin-right: 1rem;
}
& label {
display: inline-block !important;
font-size: 1.4rem;
color: #666;
}
}
}
& .gform_footer {
display: flex;
gap: 1rem;
justify-content: flex-end;
}
& .gform_button  {
background: var(--secondary)!important;
color: #fff!important;
border-radius: 5px!important;
font-weight: 600!important;
width: 200px!important;
padding: 1.5rem 3rem!important;
border: none!important;
cursor: pointer!important;
& svg {
width: 18px;
height: 18px;
margin-right: 0.8rem;
}
}
& .gform_save_submit_button {
background: #E5E7EB;
color: #333;
margin-top: 1rem;
}
}
}
& .section_gradient {
background: linear-gradient(180deg, rgba(16, 16, 46, 1) 0%, rgba(0, 0, 141, 1) 100%) !important;
}
& .form_section {
background: var(--primary);
padding-top: 35rem;
padding-bottom: 20rem;
& .form_left_overide {
display: flex;
flex-direction: column;
justify-content: flex-end;
& img.form_left_image {
position: relative;
bottom: -60px;
}
& h3 {  
color: #fff;
font-size: 40px;
font-weight: 600;
text-transform: uppercase;
}
& p {
color: #fff;
margin-bottom: 2rem;
}
}
& .form_inner {
display: grid; 
grid-template-columns: 1fr 1fr;
gap: 12rem;
& .form_content_override p {
color: #fff;
font-size: 16px;
margin-bottom: 2rem;
margin-top: 2rem;
}
& .form_left {
background: #00007C;
padding: 2rem;
border-radius: 5px;
height: 399px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
top: 20rem;
& .form_image {
display: flex;
justify-content: center;
position: relative;
top: -72px;
}
& .email_link { 
background: var(--white);
bottom: -35px;
right: -63px;
color: #fff;
text-decoration: underline; 
padding: 1rem 2rem;
border-radius: 5px;
font-weight: 600;
font-size: 1.6rem;
position: absolute;
height: 72px;
display: flex;
align-items: center;
& .email_icon {
margin-right: 1rem;
}
& .email_wrapper {
display: flex;  
flex-direction: column;
& .email_text {
font-size: 14px;
color: #929292;
margin-bottom: 0.5rem;
}
& .email_address {
font-size: 1.2rem;
font-weight: 600;
color: #414143;
text-transform: none;
font-size: 18px;
}
}
}
}
& .form_right {
& .form_title {
margin-bottom:4rem;
& h3 {
color: #fff;
font-size: 40px;
font-weight: 600;
display: block;
}
}
& ul {
margin-top: 2rem;
& li {
color: #fff;
font-size: 16px;
}
}
& .form_content {
& .gform_footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-top: 3rem;
& .gform_button {
background:var(--secondary);
color: #fff;
border-radius: 5px;
font-weight: 600;
width: 200px;
padding: 1.5rem 3rem;
border: none;
cursor: pointer;
}
}
& label {
display: none!important;
}
& input {
background: transparent;
padding: 1rem 0rem;
border-radius: 0px;
border-bottom: 1px solid #fff;
border-top: none;
border-left: none;
border-right: none; 
color: #fff;
cursor: pointer;
}
& .gfield_description {
color: #fff!important;
}
& .gfield_required_text {
margin-left: 0.5rem;
}
& select {
background: transparent;
border-radius: 0px;
padding: 0rem 0rem;
border-bottom: 1px solid #fff;
border-top: none;
border-left: none;
border-right: none; 
color: #fff;
& option {
color: #000;
}
}
& textarea {
background: transparent;
padding: 1rem 0rem;
border-radius: 0px;
border-bottom: 1px solid #fff;
border-top: none;
border-left: none;
border-right: none; 
color: #fff;
min-height: 100px;
--gf-local-height: 100px;
}
}
}
}
& .form_content_bottom {  
margin-top: 3rem;
display: flex;
justify-content: flex-end;
@media (max-width: 991px) {
justify-content: center;
}
& p {
color: var(--secondary);
font-size: 16px;
font-weight: 600;
}
}
}
}
.google_reviews  {
& .link_wrapper {
& .button.button-secondary:hover {
background: #a1260a !important;
}
} 
} 
.google_reviews  {
& .gform_button.button:hover {
background: #00007C !important;
}
}
.google_reviews  {
& .gform_confirmation_message {
font-size: 20px;
color: #fff;
line-height: 1.4;
}
}
.form_submitted {
& .form_left {
top: 10rem!important;
}
}
@media (max-width: 1024px) {
& .google_reviews {
& .title_wrapper {
flex-direction: column;
& h2 {
font-size: 34px!important;
text-align: center;
}
}
& .google_reviews_bottom {
flex-direction: column;
max-height: unset;
position: relative;
top: 0;
padding-bottom: 0;
}
& .google_reviews_bottom_left {
width: 100%!important;
order: 1;
}
& .google_reviews_bottom_right {
width: 100%!important;
order: 2;
margin-top: 3rem;
margin-bottom: 1rem;
}
& .image_wrapper {
margin-top: 0!important;
order: 3;
top: 3px;
position: relative;
}
& .google_reviews_inner {
padding-bottom: 0rem!important;
}
& .form_section {
padding-top: 4rem;
padding-bottom: 8rem;
}
& .form_inner {
display: flex!important;
flex-direction: column-reverse!important;
gap: 0!important;
}
& .form_left {
top: 0!important;
margin-top: 10rem!important;
}
& .form_left {
height: auto!important;
top: unset!important;
}
& .email_link {
right: 266px!important;
bottom: 19px!important;
}
}
& .form_right {
margin-top: 4rem!important;
}
}
@media (max-width: 1024px) {
& .google_reviews {
& .title_wrapper {
flex-direction: column;
& h2 {
font-size: 34px!important;
text-align: center;
}
}
& .google_reviews_bottom {
flex-direction: column;
max-height: unset;
position: relative;
top: 0;
padding-bottom: 0;
}
& .google_reviews_bottom_left {
width: 100%!important;
order: 1;
}
& .google_reviews_bottom_right {
width: 100%!important;
order: 2;
margin-top: 3rem;
margin-bottom: 1rem;
}
& .image_wrapper {
margin-top: 0!important;
order: 3;
top: 3px;
position: relative;
}
& .google_reviews_inner {
padding-bottom: 0rem!important;
}
& .form_section {
padding-top: 4rem;
padding-bottom: 8rem;
}
& .form_inner {
display: flex!important;
flex-direction: column-reverse!important;
gap: 0!important;
}
& .form_left {
top: 0!important;
margin-top: 10rem!important;
}
& .form_left {
height: auto!important;
top: unset!important;
}
& .email_link {
right: 266px!important;
bottom: 19px!important;
}
& .gform_footer {
justify-content: center!important;
}
}
}
@media (max-width: 500px) {
& .google_reviews {
& .email_link {
right: 26px!important;
}
}
& .form_title h3 {
line-height: 1.3!important;
}
}
@media (max-width: 400px) {
& .google_reviews {
& .email_link {
right: -6px !important;
}
}
& .review_item {
flex-direction: row!important;
& .review_label p {
text-align: left!important;
}
& .review_icon {
width: 50px;
& img {
width: 100%;
height: 100%;
object-fit: contain;
}
}
& .review_label p {
font-size: 16px;
max-width: 200px;
}
}
& .google_reviews_bottom {
padding-top: 2rem!important;
padding-bottom: 0rem!important;
padding-left: 2rem!important;
padding-right: 2rem!important;
}
}