/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2025 | 06:46:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* ---------- Basic Styling for the Calculator ---------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}





    .finance-calculator-container {
		border-radius: 20px;
    background-color: #f2f5fb;
    padding: 50px 0px 70px 0px;
      margin: 0 auto;
    }
    .finance-calculator-title {
      width: 100%; text-align: center; font-size: 50px; line-height: 63px; font-weight: 900; margin: 0 auto 40px auto; padding: 0 15px;
    }
    .finance-calc-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
		width:840px;
      margin-bottom: 20px;margin: 0 auto;
    }
    .finance-calc-field {
      position: relative;
    }
    .finance-calc-field label {
      display: block;
      margin-bottom: 6px;
      font-weight: 700;
      font-size: 16px;
      color: #000;
    }
.label-asterisk{color:#f47637}
    .finance-calc-field input {
      border: none;
        outline: none;
        background: transparent;
        flex: 1;
        padding-left:14px;
        font-size: 1rem;
        color: #333;
    }
    .finance-calc-field .field-icon {
      left: 10px;
      top: 36px; 
      font-size: 1.1rem;
      color: #f47637;
    }

    .finance-calc-divider {
      width: 100%;
      height: 1px;
      background: #e7e9ee;
      margin: 50px 0;
    }

    .finance-calc-term-row {
      text-align: center;
      margin:50px 0px 20px;
    }
    .finance-calc-term-row .term-label {
       display: block;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 16px;
      color: #000;
    }
    .finance-calc-terms {
      display: inline-flex;
      gap: 10px;
      flex-wrap: wrap; width:840px;justify-content:space-between
    }
    .finance-calc-terms button {
      min-width: 60px;
      padding: 10px 35px;
      box-shadow:1px 1px 0 0 rgba(196, 196, 196, 0.24);border:1px solid #e7edf3;
      border-radius: 6px;
      background: #fff;
      cursor: pointer;
      font-size: 0.9rem;
      color: #333;
      transition: background 0.2s;
    }
	.finance-calc-terms button:hover{background: #f47637;
      color: #fff;
      border-color: #f47637;}
    .finance-calc-terms button.active {
      background: #f47637;
      color: #fff;
      border-color: #f47637;
    }
    .finance-calc-results {
      display: flex;
      justify-content: center;
      width:840px;margin: 0 auto;
    padding: 30px 15px;
    border-radius: 20px;
    border: solid 1px #f47637;
    background-color: #fff;margin-bottom: 50px;
    }
    .finance-calc-result-box {
    
      flex: 1 1 120px;text-align: center;padding: 15px;  /*
      background: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 6px;
      
      */
   }

.middle-box{border-left:1px solid #eaecf2; border-right:1px solid #eaecf2}

    .finance-calc-result-box h4 {
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: 600;
      color: #222732;
    }
    .finance-calc-result-box .calc-amount {
      font-size: 19px;
      font-weight: bold;
      color: #f47637;
    }

    .finance-calc-apply-btn {
      display: block;
      margin: 0 auto;
      padding: 12px 30px;
      background: #f47637;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-decoration: none;
      font-weight: 600;width:840px
    }
    .finance-calc-apply-btn:hover {
      background: #f47637;color:#fff
    }



.fc-inner{height: 53px;
    display: flex
;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;box-shadow:1px 1px 0 0 rgba(196, 196, 196, 0.24);border:1px solid #e7edf3}


.fc-inner-icon{display: flex
;
    align-items: center;
    justify-content: center;
    width: 53px;
    border-right: 1px solid #e7edf3;
    color: #999;
    font-size: 1.1rem;
    height: 100%;}


.cstm-calc .finance-calc-row{width:100%;}
	.cstm-calc .finance-calc-field{width:100%}
	.cstm-calc .term-label{text-align:start}
	.cstm-calc .finance-calc-terms{justify-content:start}
	.cstm-calc .finance-calc-term-row, .cstm-calc .finance-calc-apply-btn, .cstm-calc .finance-calc-terms{width:100%}
	.cstm-calc .finance-calculator-container{padding-left:20px;padding-right:20px}








 /* ===== [1] Overall Container & Font Settings ===== */
      /*.my-finance-calculator {
        max-width: 600px;
        margin: 20px auto;
        font-family: "Helvetica Neue", Arial, sans-serif;
        col*or: #333;
      }
      .my-finance-calculator * {
        box-sizing: border-box;
      }

      /* ===== [2] Top Section (Headline & 3 Stat Boxes) ===== */
     /* .fc-top-section {
        background-color: #f26522; 
        color: #fff;
        padding: 20px;
        border-radius: 8px 8px 0 0;
      }
      .fc-top-section h2 {
        margin: 0 0 15px;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
      }*/
      .fc-stats-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
      }
      .fc-stat-box {
        text-align: center;
        padding: 10px;
        min-width: 100px;
      }
      .fc-stat-box h3 {
        font-size: 19px;
    font-weight: 600;
    color: #222732;
    margin-bottom: 8px;
    margin-top: 30px;
    text-align: center;
      }
      .fc-stat-value {
        font-size: 19px;
    font-weight: 700;
    color: #f47637;
    margin-bottom: 36px;
    text-align: center;
      }

      /* ===== [3] Middle Section (Form Fields) ===== */
      .fc-form-section {
        border-top: none;
        border-radius: 0 0 8px 8px;
        display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    width: 840px;
    margin: 0 auto;
      }

      .fc-field-row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
      }
      .fc-field-group {
        flex: 1;
        min-width: 130px;
        position: relative; /* So we can position the icon absolutely */
      }
      .fc-field-group label {
            margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
      }

      /* === [3.1] Field Icon Container === */
      .fc-input-icon-wrap {
        position: relative;
      }
      .fc-input-icon-wrap .fc-field-icon {
        /*position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #777;
        font-size: 0.9rem;
        pointer-events: none;*/ /* Let clicks pass through to input */
      }
      /* Input with left icon offset */
      .fc-input-icon-wrap input {
        width: 100%;
        padding: 8px 8px 8px 32px;
        border: 1px solid #ccc;
        border-radius: 4px;
		  border: none;
    outline: none;
    background: transparent;
    flex: 1;
    padding-left: 14px;
    font-size: 1rem;
    color: #333;
      }

      /* ===== [4] Loan Term Buttons ===== */
      .fc-term-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 5px;
      }
      .fc-term-btn {
        background-color: #fafafa;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 8px 14px;
        cursor: pointer;
        font-size: 14px;
      }
      .fc-term-btn.active {
        background-color: #f26522;
        color: #fff;
        border-color: #f26522;
      }

      /* ===== [5] Calculate Button ===== */
      .fc-calc-btn {
        display: inline-block;
        background-color: #f26522;
        color: #fff;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
      }
      .fc-calc-btn:hover {
        background-color: #d9561d;
      }

      /* ===== [6] Disclaimer & Responsiveness ===== */
      .fc-disclaimer {
        font-size: 12px;
        margin-top: 10px;
        color: #666;
      }

.cstm-container{
      display: flex;
      justify-content: center;
      width:840px;margin: 0 auto;
    padding: 15px 45px;
    border-radius: 20px;
    border: solid 1px #f47637;
    background-color: #fff;margin-bottom: 50px;flex-direction:column
    }

.row-two{display:flex;justify-content:center;gap:50px;border-top:1px solid #e7e9ee}


.finance-calc-terms button {
      min-width: 60px;
      padding: 10px 30px;
      box-shadow:1px 1px 0 0 rgba(196, 196, 196, 0.24);border:1px solid #e7edf3;
      border-radius: 6px;
      background: #fff;
      cursor: pointer;
      font-size: 0.9rem;
      color: #333;
      transition: background 0.2s;
    }
	.finance-calc-terms button:hover{background: #f47637;
      color: #fff;
      border-color: #f47637;}
    .finance-calc-terms button.active {
      background: #f47637;
      color: #fff;
      border-color: #f47637;
    }

.fc-inner{height: 53px;
    display: flex
;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;box-shadow:1px 1px 0 0 rgba(196, 196, 196, 0.24);border:1px solid #e7edf3}

.fc-input-icon-wrap .fc-field-icon{height: 100%;
    display: flex
;
    align-items: center;
    border-right: 1px solid #e7e9ee;
    padding: 14px;width: 53px;
    justify-content: center;}
.fc-input-icon-wrap .fc-field-icon i{font-size:20px;color:#f47637}

.finance-calc-terms {
      display: inline-flex;
      gap: 10px;
      flex-wrap: wrap; width:840px;justify-content:space-between;
    }
.row-one{display:flex;gap:30px;margin:auto}





@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 1024px) {
	.finance-calc-row{width:620px;justify-content:space-between}
	.finance-calc-field{width:186px}
	.fc-inner-icon{min-width:43px}
	.finance-calc-term-row{width:620px;margin:50px auto 20px}
	.finance-calc-terms{width:100%}
	.finance-calc-terms button{padding: 10px 21px}
	.finance-calc-apply-btn{width:620px}
	.cstm-container{width:100%}
	.fc-form-section{width:100%}
	.finance-calculator-container{padding: 50px 20px;}
}

@media only screen and (max-width: 767px) {
	.finance-calc-row{width:100%;}
	.finance-calc-field{width:100%}
	.term-label{text-align:start}
	.finance-calc-terms{justify-content:start}
	.finance-calc-term-row, .finance-calc-apply-btn{width:100%}
	.finance-calculator-container{padding-left:20px;padding-right:20px}
	.finance-calc-results{width:100%}
	
	.cstm-container{width:100%;padding:20px}
	.row-one{flex-direction:column;gap:0px}
	.fc-stat-value, .fc-stat-box h3{margin:0}
	.fc-form-section{width:100%;padding:0px 20px;gap:0px}
	.finance-calc-terms{width: 100%;
    justify-content: start;}
	.finance-calc-terms button{min-width:160px}
	.fc-stats-row{padding:0px 20px}
	
}


      @media screen and (max-width: 480px) {
        .fc-stats-row {
          flex-direction: column;
        }
        .fc-field-row {
          flex-direction: column;
        }
        .fc-term-buttons {
          flex-direction: column;
        }
      }