body {
    overflow: visible;
}

.custom_form_style input[type="text"],
.custom_form_style input[type="email"],
.custom_form_style input[type="tel"],
.custom_form_style input[type="number"],
.custom_form_style select,
.custom_form_style textarea {
    outline: none !important;
    background-color: transparent !important;
    height: auto;
    width: 100%;
    font-size: var(--tj-fs-body) !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    color: var(--tj-color-text-body-2) !important;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding-inline: 0 !important;
}

.custom_form_style .gform_heading {
    display: none !important;
}

.custom_form_style .nice-select {
    position: relative;
    padding: 7px 0 !important;
}

.custom_form_style .nice-select.large.gfield_select {
    margin: 0;
}

.custom_form_style .gform-theme--foundation .gform_fields {
    grid-row-gap: 27px;
}

.custom_form_style .gform_footer input[type="submit"] {
    padding: 1rem !important;
    background-color: var(--tj-color-theme-primary) !important;
    font-size: 16px !important;
    font-weight: var(--tj-fw-sbold) !important;
    padding: 18px 28px !important;
    text-align: center !important;
    border-radius: 50px !important;
    line-height: 1 !important;
}

.custom_form_style .default-form textarea,
.custom_form_style .default-form select,
.custom_form_style .default-form .nice-select,
.custom_form_style .default-form input[type="tel"],
.custom_form_style .default-form input[type="text"],
.custom_form_style .default-form input[type="email"] {
    background-color: transparent !important;
    color: var(--tj-color-text-body-3) !important;
    padding: 11px 0 !important;
    border: 0 !important;
    border-bottom: 1px dashed var(--tj-color-border-1) !important;
    height: auto !important;
    line-height: inherit;
}

.custom_form_style .default-form .nice-select span {
    line-height: 1.4;
}

.tj-latest-comments li.comment .children {
    margin-top: 20px;
}

.subscribe-form-style-1 form .gfield input[type="text"] {
    height: 64px !important;
    padding: 15px 60px 15px 25px !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none;
}

.widget-subscribe-2 form .gfield .gchoice,
.subscribe-form-style-1 form .gfield .gchoice {
    cursor: pointer;
}

.widget-subscribe-2 form .gfield .gchoice input[type="checkbox"],
.subscribe-form-style-1 form .gfield .gchoice input[type="checkbox"] {
    position: relative;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--tj-color-theme-dark);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-shadow: none;
}

.widget-subscribe-2 .gform_fields,
.subscribe-form-style-1 form .gform_fields {
    grid-row-gap: 20px !important;
}

.subscribe-form-style-1 form .gfield .gchoice input[type="checkbox"]::before {
    content: "\e911";
    font-size: 10px;
    line-height: 1;
    font-family: "bexon-icons" !important;
    color: var(--tj-color-common-white);
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 16px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subscribe-form-style-1 form .gfield .gchoice input[type="checkbox"]:checked::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.widget-subscribe-2 form .gform_footer .gform_button.button,
.subscribe-form-style-1 form .gform_footer .gform_button.button {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    border: none !important;
    color: #1e8a8a !important;
    position: absolute;
    opacity: 0 !important;
    right: 0;
}

.widget-subscribe-2 form,
.subscribe-form-style-1 form {
    display: flex !important;
    align-items: self-start;
}

.widget-subscribe-2  form .gform-body.gform_body,
.subscribe-form-style-1 form .gform-body.gform_body {
    flex: 1;
}

.widget-subscribe-2  form .gform_footer,
.subscribe-form-style-1 form .gform_footer {
    margin-top: 19px;
    position: absolute;
    overflow: hidden;
    right: 25px;
    transition: all 0.3s linear;
}

.widget-subscribe-2  form .gform_footer::after,
.subscribe-form-style-1 form .gform_footer::after {
    content: '';
    display: inline-block;
    background: url('/wp-content/uploads/2025/06/send.svg') no-repeat center / cover;
    width: 26px;
    height: 26px;
}

.widget-subscribe-2  form .gform_footer:hover,
.subscribe-form-style-1 form .gform_footer:hover {
    transform: scale(0.8);
}

.gform_required_legend {
    display: none !important;
}



.widget-subscribe-2 form .gfield input[type="text"] {
    background-color: transparent !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 10px !important;
    color: var(--tj-color-text-body-2) !important;
    height: 64px !important;
    padding: 15px 60px 15px 25px !important;
    border: 0 !important;
}








/* .custom_form_style .nice-select {
    -webkit-tap-highlight-color: transparent !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding-inline: 0 !important;
    color: var(--tj-color-text-body-2) !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 39px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
} */

/* .custom_form_style .nice-select::after {
    height: 8px;
    width: 8px;
}

.custom_form_style .nice-select .list {
    width: 100%;
    border-radius: 8px;
}

.custom_form_style .nice-select .list .option:hover,
.custom_form_style .nice-select .list .option.focus {
    background: var(--tj-color-theme-bg) !important;
    color: var(--tj-color-theme-dark) !important;
}
.nice-select .list .option {
    color: var(--tj-color-theme-dark); } */


.project-img img {
    max-height: 402px;
}

.object-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


















.subscribe-form-style-2 form input.large {
    color: var(--tj-color-text-body-2) !important;
    background-color: transparent !important;
    backdrop-filter: blur(10px);
    border-radius: 50px !important;
    padding: 13px 205px 13px 30px !important;
    border: none;
    height: auto;
}

.subscribe-form-style-2 form input.large:focus {
    box-shadow: none;
}

.susbcribe-form-style-2 form .gform_footer::before {
    content: "\e916";
    font-family: "bexon-icons";
    display: inline-block;
    background: url('/wp-content/uploads/2025/06/send.svg') no-repeat center / cover;
    width: 26px;
    height: 26px;
}

.subscribe-form-style-2 #gform_3 {
    position: relative !important;
}

.subscribe-form-style-2 form .gform_footer .gform_button {
    border-radius: 50px !important;
    background: #1e8a8a !important;
    padding: 18px 35px !important;
    position: absolute;
    top: 5px;
    right: 8px;
    transition: 200ms all ease-in-out !important;
}

.subscribe-form-style-2 form .gform_footer .gform_button:focus {
    outline: none;
    box-shadow: none;
}

.subscribe-form-style-2 form .gform_footer .gform_button:hover {
    opacity: 0.7;
}

.tj-banner-section-2 .banner-content-2 .sub-title {
	align-items: center !important;
}

.tj-page-title {
	line-height: 1.2;
}