.ti-rating-text {
    display: none !important;
}

.cost-cal .ccb-field.ccb-range-field .slider-wrapper.ccb-input-range-field input[type="number"] {
	    padding: 5px 8px !important;
    text-align: center !important;
}


.cost-cal  .ccb-subtotal-wrapper {
    height: 100% !important;
    background: #F5FFF5 !important;
}
.cost-cal  .ccb-totals-list {
    border: none !important;
}
.cost-cal  .ccb-modern-range-field .slider-handle {
	background-color: #32647e !important;
}

.cost-cal .ccb-vertical {
    max-width: 100% !important;
    
}

.cost-cal  .ccb-header-title {
    font-size: 22px !important;
}

.cost-cal   span.ccb-field__title--title-box {
    font-size: 17px !important;
}

/* Container styling — center + max-width */
/* .gform_wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff; 
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
} */

/* Field labels */
.gform_wrapper label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/* Inputs & textarea styling */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
/*   padding: 14px 16px; */
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Input focus style */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

/* Spacing between fields */
.gform_wrapper .gfield {
  margin-bottom: 20px;
}

/* Submit button styling */
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #2563eb;
  color: #fff;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
/* Decorative top accent */
/* .gform_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #00264D, #427EA8, #3BB2E2);
  border-radius: 22px 22px 0 0;
} */
/* --- FORM CARD --- */
/* .gform_wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-radius: 22px;
  box-shadow:
    0 20px 45px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.6);
  position: relative;
} */

.home-fm-ser .gchoice{
	overflow: hidden !important;
	position: relative !important;
}

.home-fm-ser .gchoice:before {
    content: "";
    width: 70px !important;
    background-image: url(https://frontline.financial/wp-content/uploads/2025/12/home.png);
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 5;
}
.home-fm-ser  .gchoice_6_7_2:before{
	background-image: url(https://frontline.financial/wp-content/uploads/2026/01/Car-finance.png) !important;
}
.home-fm-ser  .gchoice_6_7_1:before{
	background-image: url(https://frontline.financial/wp-content/uploads/2025/12/Private.png) !important;
}

.home-fm-ser .gfield-choice-input{
    position: absolute;
    width: 0px !important;
    height: 0px !important;
    opacity: 0;
}

.home-fm-ser .gchoice {
    border: 1px solid #0000001f !important;
    padding: 10px !important;
    border-radius: 8px !important;
}


.home-fm-ser  label{
	    z-index: 3;
}

.home-fm-ser  label:before {
    content: "";
/* background: red; */
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
	transform: scale(2) !important;
}
.home-fm-ser label.selected::before {
  background: #00000014;;
}
.home-fm-ser  .gfield-choice-input{
	opacity:0 !important;
}