/*
CTC Separate Stylesheet
Updated: 2025-05-13 14:19:48
*/

.yellow_menu_btn a {
    background: #EFFB7E;
    border-radius: 50px;
    padding: 0 30px !important;
    font-family: 'Inter';
    font-weight: 700 !important;
    color: #000000 !important;
	height:40px;
}
.yellow_menu_btn {
    align-items: center;
    justify-content: center;
}
.blur_effect{
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.header_blur_effect.elementor-sticky--active {
    background-color: #0F110D39 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 30px !important;
}
.red_text{
	color:#FF0000;
}

.more-link {
	display: block;
}

.contact_form_section label {
    width: 100%;
    height: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
    padding-bottom: 15px;
}
.last_field_row .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
}
.last_field_row .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: left;
    margin: 0;
}
.contact_form_section .wpcf7-checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 15px;
}
.last_field_row span[data-name="checkbox-843"] span
 {
    display: flex;
    margin: 0;
    flex-direction: row-reverse;
    width: 100%;
	justify-content:left;
}
.input_field {
    width: 49%;
}
.contact_submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 31px;
    width: 100% !important;
    height: 62px;
    background: #EFFB7E !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
    border-radius: 50px !important;
    font-weight: 600;
	color:#000;
	font-size:14px;
}
.field_row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.last_field_row {
    margin-bottom: -15px;
}
.contact_form_section input, .contact_form_section textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    isolation: isolate;
    width: 100%;
    height: 48px;
    min-height: 48px;
    background: #F3F3F7;
    border-radius: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    border: none;
}
.contact_form_section .input_field p {
    margin-bottom: 10px;
}
.contact_form_section textarea {
    height: auto;
}
.contact_form_section textarea {
    height: 170px !important;
}

@media only screen and (max-width: 600px) {
    .field_row{ display: block; margin-bottom: 30px; }
    .input_field {
    	width: 100%;
		margin-bottom: 30px;
	}
	.copyright_nd_nav .yellow_menu_btn {
		justify-content: left;
		margin-bottom: 0px !important;
	}
	.input_field p {
		margin-bottom: 25px;
	}
	.yellow_menu_btn a {
		width: 140px !important;
		justify-content: center;
	}
	.yellow_menu_btn {
		width: auto !important;
    	margin-top: 10px !important;
		align-items: center;
		justify-content: center;
		display: flex !important;
		margin-bottom: 20px !important;
	}
}
