	.goldmine-banner {
		text-align: center;
		margin-top: 20px;
	}

	.goldmine-banner img {
		width: 100%;
		height: auto;
	}

	.discount-box {
		padding: 15px;
		text-align: center;
		background: #f5c2cb;
		color: #000;
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		font-family: Muli, Arial, sans-serif;
		padding-left: 25px;
	}

	div#discountBox strong {
		font-size: 30px;
		line-height: 36px;
		color: #262b65;
		font-family: Domine, serif;
		text-shadow: 1px 1px #fff;
	}

	.input-group {
		display: flex;
		align-items: center;
		gap: 15px;
		/* Increased space between inputs */
	}

	.pay-link {
		text-align: right;
		margin-top: 10px;
	}

	.discount-container {
		box-shadow: -2px 0 5px #f5c2cb, 2px 0 0 #ffffff, 0 -2px 5px #f5c2cb, 0 2px 5px #f5c2cb;
		/* Shadow on left, top, and bottom only */
		padding: 15px;
		border-radius: 1px;
		background: #fff;
		margin-top: 20px;
	}

	.tp-text {
		font-size: 16px;
	}

	.installment-text {
		font-size: 14px;
		color: gray;
	}

	.amount {
		font-size: 18px;
	}

	.strike-pay {
		text-decoration: line-through;
	}

	.square {
		width: 15px;
		height: 15px;
		display: inline-block;
		margin-right: 8px;
		border-radius: 3px;
	}

	.square1 {
		background-color: #ff9999;
	}

	.square3 {
		background-color: #001e38;
	}

	.square2 {
		background-color: #28a745;
	}

	.redemption-box {
		margin-top: 5px;
		box-shadow: 2px 0 15px rgba(0, 0, 0, .1);
		padding: 5px 0px;
		padding-left: 17px;
	}

	.final-amount {
		font-size: 22px;
		color: #28a745;
	}

	div#jewelleryValue {
		font-size: 30px;
		line-height: 36px;
		color: #e34f30;
	}

	.tp-text {
		font-size: 16px;
		line-height: 22px;
		color: #001e38;
		white-space: nowrap;
	}

	.final-amount {
		color: #f15d47;
		font-size: 13px;
		line-height: 19px;
	}

	.info-icon {
		position: absolute;
		width: 30px;
		top: 5px;
		height: 90%;
		right: 14.5px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		background: url(https://kinnpimg2.bluestone.com/resources/themes/bluestone/images/new/information.svg) no-repeat center;
	}

	/* Tooltip Box */
	.bgboxbt {
		position: relative;
		transition: transform 0.3s ease-in-out;
	}

	.bgboxbt:hover {
		transform: translateY(-10px);
	}

	.hover-box {
		position: absolute;
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		background-color: rgba(0, 0, 0, 0.8);
		color: white;
		padding: 8px;
		border-radius: 5px;
		font-size: 12px;
		white-space: nowrap;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out;
	}

	.bgboxbt:hover .hover-box {
		opacity: 1;
		visibility: visible;
	}

	span#sixMonthTotal {
		color: black;
	}

	span#eightMonthTotal {
		color: black;
	}

	.tooltip-box {
		position: absolute;
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		padding: 15px;
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
		border-radius: 8px;
		width: 320px;
		text-align: left;
		z-index: 1000;
		font-size: 16px;
		border: 1px solid #ccc;
		line-height: 1.6;
	}

	.tooltip-box::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-width: 12px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.redemption-box:hover .tooltip-box {
		display: block;
	}

	.tooltip-box strong {
		display: block;
		font-size: 12px;
		margin-bottom: 8px;
		color: #262b65;
	}

	.tooltip-box .tooltip-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 5px 0;
	}

	.tooltip-box .tooltip-label {
		color: #4A4A4A;
		font-size: 12px;
		font-weight: normal;
	}

	span#sixMonthWorth {
		color: red;
	}

	span#eightMonthWorth {
		color: red;
	}

	.tooltip-box .amount {
		font-size: 12px;
		text-align: right;
	}

	.tooltip-box hr {
		border: none;
		height: 1px;
		background: #ccc;
		margin: 10px 0;
	}

	.range-container {
		width: 75%;
		margin-left: 0;
	}

	input[type="range"] {
		width: 100%;
	}

	.input-container {
		display: flex;
		align-items: center;
		width: 75%;
		margin-left: 0;
	}

	.input-container input {
		flex: 1;
	}

	.check-span {
		background: #f15d47;
		color: white;
		padding: 8px 12px;
		font-weight: bold;
	}

	input#sliderAmount {
		border-radius: 0px;
	}

	.container.mt-5 h3.mt-5 {
		text-align: center;
		padding-bottom: 3rem;
	}

	.container.mt-5 .col-md-6 p.mt-2 {
		font-size: 16px;
		line-height: 22px;
		color: #002c5c;
		font-weight: 600;
		white-space: nowrap;
	}

	h3 {
		font-size: 1.2rem;
		font-weight: bold;
	}

	.divider {
		border-bottom: 2px solid #ccc;
		margin-bottom: 15px;
	}

	.form-group {
		position: relative;
	}

	.form-group i {
		position: absolute;
		left: 16px;
		top: 35%;
		transform: translateY(-50%);
		color: grey;
	}

	div#content1 .form-control {
		padding-left: 35px;
		border: 1px solid grey;
		border-radius: 0;
		height: 45px;
	}

	div#content1 .form-control:focus {
		border-color: blue;
		box-shadow: none;
	}

	button.btn.btn-next.float-end {
		background-color: #990056;
		color: white;
		padding: 10px 25px;
		border: none;
		border-radius: 5px;
		font-size: 14px;
	}

	.subscription-box h3 {
		font-size: 1rem;
	}

	.row-divider {
		border-right: 2px solid #ccc;
	}

	p.text-muted {
		padding-bottom: 1rem;
	}

	/* Stepper Styles */
	.stepper {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0;
		position: relative;
	}

	.step {
		text-align: center;
		position: relative;
		flex: 1;
		z-index: 1;
	}

	.step .circle {
		width: 25px;
		height: 25px;
		background-color: white;
		border: 3px solid #28a745;
		border-radius: 50%;
		display: inline-block;
		line-height: 25px;
		text-align: center;
		font-weight: bold;
		color: #28a745;
	}

	.step.active .circle {
		background-color: #28a745;
		color: white;
	}

	.step:not(:last-child)::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 4px;
		background: #ddd;
		top: 12px;
		left: 50%;
		z-index: -1;
	}

	/* .step.active:not(:last-child)::after {
        background: #28a745;
    } */

	/* Content Sections */
	.step-content {
		display: none;
	}

	.step-content.active {
		display: block;
	}

	.payment-container {
		display: flex;
		align-items: flex-start;
	}

	.payment-options {
		width: 25%;
		padding: 0;
		background: #fff;
		border-right: 1px solid #ddd;
	}

	.payment-options .list-group-item {
		cursor: pointer;
		padding: 5px;
		border: none;
		font-weight: 500;
		color: #333;
		transition: background 0.3s, border-left 0.3s;
		border-left: 3px solid transparent;
		/* Default border (hidden) */
	}

	.payment-options .list-group-item.active {
		background: #fff;
		/* Keep background white */
		color: #ed3318;
		border-left: 3px solid #ed3318;
		/* Add red border to active option */
	}


	.payment-info {
		width: 70%;
		padding: 15px;
		background: #fff;
	}

	.payment-title {
		font-size: 14px;
		/* Made smaller */
		font-weight: 500;
		padding-bottom: 8px;
		/* Added spacing */
	}

	.bottom-border {
		border-bottom: 2px solid #ddd;
		/* Added bottom border */
		margin-bottom: 12px;
		/* Space between border and description */
	}

	.payment-description {
		font-size: 12px;
		/* Made the description smaller */
		color: #777;
		margin-bottom: 15px;
		/* Added padding before the button */
	}

	.btn-danger {
		background-color: #ed3318 !important;
		border: none !important;
		padding: 12px;
		font-size: 16px;
		font-weight: bold;
		border-radius: 0px;
	}


	.subscription-box {
		background: #fff;
		padding: 20px;
	}

	.subscription-box .table td {
		border: none;
		font-size: 16px;
	}

	.subscription-box .table td:last-child {
		text-align: right;
	}

	li.list-group-item {
		border-left: 3px solid #ed3318 !important;
	}

	p.mt-3.text-muted {
		border-top: 1px solid #e4e4e4;
		padding-top: 15px;
		margin-top: 50px;
		font-size: 14px;
	}

	button#startNowBtn {
		background-color: #03332e !important;
		color: #fff;
		border: none;
		padding: 7px 18px;
		font-size: 18px;
		display: block;
		text-align: center;
		text-decoration: none;
		margin-top: 25px;
	}

	.calculate_box_inner input {
		height: 3.3rem;
	}
        p#error-message {
               margin-bottom: 0px ! IMPORTANT;
       }
input#monthlyAmount {
    border: 1px solid #03332e;
}
.golbo_box1 .elementor-element-dd2cc65 .elementor-shortcode p.custom-message-gb{
   
      margin: 50px 0px;
      padding-top: 3%;
}


.golbo_box1 .elementor-element-dd2cc65 .elementor-shortcode a.custom-login-link-gb {
    display: block;
    text-align: center;
    
    margin-bottom:5% !important;
    
    margin: auto;
    padding: 15px; 
    text-decoration: none;
    
}
 
.custom-message-gb{    text-align: center;
    font-size: 22px;}
.custom-login-link-gb.theme_btn {    display: inline-block !important;
    background-color: #FFFFFF05;
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    fill:#03332e;
    color: #03332e;
	    padding: 10px 30px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:#03332e;
    border-radius: 0px 0px 0px 0px;
}
.custom-login-link-gb.theme_btn:hover{    background-color: #03332e;
    color: #FFFFFF;
    border-color:#03332e;}
	.btnabovediv{width: 100%;
    text-align: center;}

