/*
Theme Name: Nucleo Analytics Child
Author: Nucleo Dev
Description: Nucleo Analytics Child theme.
Version: 1.0
Template: nucleo-analytics

This is the child theme for Nucleo Analytics theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* div#page {
    max-width: 1280px;
    margin: 0 auto;
} */
body {
    margin: 0 !important;
    padding: 0 !important;
}
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


.name-list {
    display: flex;
    width: 100%;
    gap: 20px;
}

.name-form {
    width: 48%;
}
.name-form input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 1;
}

.contact-form input {
    width: 100%;
    padding: 16px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 1;
    border-radius: 10px;
}

.email-field input {
    width: 100%;
    margin:7px 0 14px 0;
   padding: 16px 10px;
    color: #000;
    font-weight: 500;
	border-radius: 10px;
}
.phone-field input{
    width: 100%;
    
	 margin:14px 0 7px 0;
   padding: 16px 10px;
    color: #000;
    font-weight: 500;
	border-radius: 10px;
}
.message-field textarea {
	border-radius: 10px;
     padding: 16px 10px;
    font-size: 14px;
    font-weight: 500;
    height: 100px;
}
.submit input {
    padding: 16px 0;
    margin-top: 10px;
    width: 100%;
	background-image: linear-gradient(#D1B02A, #E7CD65);
    color: #2C3544;
	border-radius: 10px;
	cursor: pointer;
}
.offered_box .elementor-image-box-content h3.elementor-image-box-title {
    margin: 5px 0;
}
/********************Form Css 21-01-2025************************/


.option-loan-form  label {
    color: #091233 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.option-loan-form select {
    padding: 10px 4px;
    color: #000;
    background: #f2f9ff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 15px;
}
.option-loan-form select option {
    font-family: 'Poppins';
}
.loan-select {
    border: 2px solid #f4f4f4;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.form-info {
    border: 2px solid #f4f4f4;
    margin-bottom: 20px;
    border-radius: 5px;
}

.borrower-info-input {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    grid-template-rows: 50px;
    justify-items: end;
    align-items: center;
}
.borrower-info-input .div-two-inner-wrapper input {
    padding: 8px 15px;
    color: #000;
    margin-left: 20px;
    background: #f2f9ff!important;
}
.div-two-inner-wrapper input{
	 background-color: #f2f9ff !important;
	 padding: 8px 15px;
}
.pannel-inner {
    padding: 10px;
    background: #f2f9ff;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin:  10px 0px;
}

.pannel-inner-wrapper {
    display: flex;
}
.pannel-inner-wrapper .div-two-inner-wrapper {
    width: 50%;
}

.pannel-inner-wrapper .div-two-inner-wrapper:nth-child(1) {
    display: flex;
}
.div-two-inner-wrapper span.wpcf7-form-control.wpcf7-radio {
    display: grid;
}
.B-experience .div-two-inner-wrapper:nth-child(1) {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
	gap:20px;
}
.loan-term-input {
    padding: 30px 0;
    border-top: 2px dashed #f2f9ff;
    border-bottom: 2px dashed #f2f9ff;
}
.B-experience .pannel-inner-wrapper:nth-child(2) {
    width: 50%;
}
.total-assets .div-two-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}
.total-assets .div-two-inner-wrapper label {
    margin-right: 160px;
}
body .property_zip {
    justify-content: start !important;
	gap: 25px !important;
}
.annual-fees label {
    margin-right: 52px;
}
.estimated-as-is label {
    margin-right: 60px;
}
.entry_type label {
    margin-right: 30px;
}
.total-assets label {
    margin-right: 15%;
}
.yrs_at_job label {
    margin-right: 50px;
}
.loan-term-input label {
    margin-right: 85px;
}
.co_work {
    margin-top: 10px;
}
.total-loan {
    padding: 30px 15px;
    margin: 10px 0;
    background: #333;
}
.total-loan label {
    color: #fff !important;
    margin-right: 20px;
}
.loan-to-purchase {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.loan-to-purchase .ltp,.loan-to-purchase .ltv,.loan-to-purchase .ltc {
    padding: 20px;
    margin: 20px 0;
    width: 25%;
    border-radius: 10px;
    font-size: 18px;
    color: #091233!important;
    background-image: linear-gradient(#D1B02A, #E7CD65) !important;
	display: flex;
    gap: 10px;
}
.total-loan label span.tooltip-icon {
    position: relative;
    top: 8px;
    left: 8px;
}
.doller {
    background: #f2f9ff;
    padding: 10px;
}
.total-loan label span.tooltip-icon {
    position: relative;
    top: 7px;
    left: 7px;
}
.total-loan label span.tooltip-icon svg path {
    fill: #fff !important;
}
span.total-amt span.wpcf7-form-control-wrap input.wpcf7-validates-as-number {
    padding: 9px;
    border-radius: 0;
    height: 42px;
    border: 0;
    position: relative;
    top: 1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


div#subject-property button {
    margin: 10px;
    padding: 12px 30px;
    font-size: 16px !important;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
	  color: #091233!important;
    background-image: linear-gradient(#D1B02A, #E7CD65) !important;
	
    font-family: 'Poppins';
}
div#subject-property button.wpcf7-field-group-remove {
    background-color: red !important;
}
span.submit-btn input {
     background-color: #2C3544;
    padding: 12px 40px;
    color: #fff;
    font-size: 18px;
	cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
}
.property-location-row,.property-chracterstics,.property-analysis,.property-details {
    padding: 10px;
    background: #f2f9ff;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-location-input {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    margin: 20px 0;
}
.property-location-input .div-two-inner-wrapper {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.subject-property {
    padding: 20px 0;
}
.estimated-as-is {
    padding: 20px 0;
}
.annual-fees {
    padding: 20px 0px;
}
.subject-property .div-two-inner-wrapper {
    display: flex;
    margin: 20px 0;
    gap: 20px;
}
 .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
    }
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.accordion { 
    color: #2C3544;
    background-image: linear-gradient(#D1B02A, #E7CD65);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    font-weight: 500;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border-radius: 5px;
}
.custom-space
{
	margin-top:10px;
	margin-left: 10px;
}

.custom-space input.wpcf7-form-control.wpcf7-text {
    margin-left: 10px;
}


    .panel {
        padding: 20px 18px;
        background-color: white;
    }
@media only screen and (max-width: 768px){
	.borrower-info-input, .property-location-input {
    	grid-template-columns: 1fr;
	}
	.subject-property .div-two-inner-wrapper {
		justify-content: start;
	}
	.borrower-info-input .div-two-inner-wrapper {
		display: flex;
		flex-direction: column;
		width: 100%;
		row-gap: 10px;
	}
	.borrower-info-input .div-two-inner-wrapper input, .mob_property .div-two-inner-wrapper input {
		width: 100%;
	}
	.borrower-info-input .div-two-inner-wrapper input, .option-loan-form .entry_type select {
		margin-left: 0px;
	}
	.pannel-inner-wrapper .div-two-inner-wrapper:nth-child(1) {
		flex-direction: column;
		row-gap: 10px;
	}
	.loan-to-purchase, .mob_property .div-two-inner-wrapper {
		flex-direction: column;
		
	}
	.mob_property .div-two-inner-wrapper {
		margin: 0;
	}
	.loan-to-purchase .ltp, .loan-to-purchase .ltv, .loan-to-purchase .ltc {
		width: 100%;
		margin: 0;
	}
	.mob_property .div-two-inner-wrapper select {
		width: 100%;
		margin-left: 0;
	}
	.mob_property .div-two-inner-wrapper label br {
		display: none;
	}	 
	
}
@media only screen and (max-width:575px){
	.hidden-ct-options .div-two-inner-wrapper.custom-space.borrower-info-input {
		gap: 40px;
		margin: 41px 0px 0px;
	}
	.B-experience .div-two-inner-wrapper:nth-child(1), .hidden-ct-options .div-two-inner-wrapper.custom-space div:nth-child(1) {
		flex-direction: column;
	}
	
	.estimated-as-is, .annual-fees {
		flex-direction: column;
		width: 100%;
		margin: 0px !important;
		padding: 0px;
	}
	.estimated-as-is input, .annual-fees input, .B-experience .pannel-inner-wrapper:nth-child(2), .div-two-inner-wrapper input {
		width: 100%;
	}
	.option-loan-form select {
		margin: 5px 0px;
	}
	
}


@media only screen and (max-width:767px){

.footer_info .elementor-icon-box-icon {
    margin-top: 24px !important;
}
}
.hidden-ct-options div:nth-child(3), .hidden-bridge-options .borrower-info-input div {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.hidden-ct-options .div-two-inner-wrapper.custom-space span.wpcf7-list-item label input {
    width: max-content;
    display: inline-block;
}
.additional-notes {
    height: 100px;
}
.total-amt span.doller {
    outline: 1px solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	padding: 9.5px;
}
.ds-popup-content li:before {
    background-image: url(/wp-content/uploads/2025/04/Icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-table;
    position: absolute;
    left: -29px;
    top: 0px;
}
.ds-popup-content li {
    list-style: none;
    position: relative;
}
.ds-popup-wrapper {
    overflow: hidden;
}
.ds-popup-content{
	overflow-y: visible;
}
