body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh;
    }
    .form-container {
    width: 1140px;
    height: 640px;
    padding: 20px;
    border-radius: 8px;
    /* background-image:url('https://nimbus.mogulinteractive.com/wp-content/uploads/2024/10/caption.jpg'); */
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    }
    .form-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  linear-gradient(90deg, #fb2a6b, #8f2ac4);
    opacity: 0.7;
    border-radius: inherit;
    }
    .form-step {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    }
    .form-step.active {
    display: block;
    opacity: 1;
    padding: 40px
    }
    h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    }
    label {
    display: block;
    margin: 10px 0 5px;
    color: #fff;
    }
    input[type="text"],
    input[type="number"],
    select {
    width: 50%;
    padding: 10px 0;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    font-size: 1em;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    select {
    width: 50%;
    padding: 10px 0;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-size: 1em;
    color: #fff;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="number"]:focus,
    select:focus {
    outline: none;
    border-bottom: 2px solid #fff;
    background-color: rgba(143, 42, 196, 0.1);
    color: #fff;
    }
    label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 20px;
    }
    input::placeholder {
        color: #fff; /* Placeholder font color */
        opacity: 0.8; /* Optional: adjust the opacity for better visibility */
    }

    input#phone {
        width: 100%;
    }
    button {
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    font-size: 1em;
    margin-top: 20px;
    margin-left: 10px;
    }
    button:hover {
    background: linear-gradient(135deg, #fb2a6b, #8f2ac4);
    transform: scale(1.05);
    }
    button.next-btn,button.prev-btn,button.submit-btn {
        background: linear-gradient(135deg, #fb2a6b, #8f2ac4);
        color: #fff;
        border: none;
        margin-top: 50px;
    }
    select option {
    background-color: #fff;
    color: #000;
    }
    #summary {
    width: 90%;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    }
    h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Arial', sans-serif;
  
    letter-spacing: 1px;
    }
    p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    }
    #summary-details {
    background: #e8f5e9;
    border: 2px dashed #4caf50;
    border-radius: 8px;
    padding: 20px;
    font-size: 1em;
    color: #333;
    overflow-wrap: break-word;
    }
    #summary .thank-you-message {
    color: #fff;
    font-size: 36px;
    }
    #summary .description{
    color: #fff;
    font-size: 25px;
    margin: 0;
    }
    #summary ul {
    list-style-type: none;
    margin-top: 40px;
    }
    #summary li,.total {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    }
    .license-options {
    display: inline-block;
    gap: 10px;
    }
    .license-options input[type="radio"] {
    display: none;
    }
    .license-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    }
    .license-button:hover,.gm-resident-buttons label:hover,.timeline-button:hover {
    background: linear-gradient(135deg, #fb2a6b, #8f2ac4);
    color: #fff;
    }
    .license-options input[type="radio"]:checked + .license-button {
    background-color: #fff;
    color: #000;
    }
    #office-type-buttons {
    display: inline-block;
    gap: 10px;
    }
    .office-type-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    }
    .office-type-btn.active,.gm-resident-buttons .active{
    background-color: #fb2a6b;
    color: #fff;
    border-color: #fb2a6b;
    }
    .gm-resident-buttons {
    display: flex;
    gap: 15px;
    }
    .gm-resident-buttons label {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    }
    .gm-resident-buttons input[type="radio"] {
    display: none;
    }
    .gm-resident-buttons input[type="radio"]:checked + label {
    background-color: #8f2ac4;
    border-color: #8f2ac4;
    }
    .button-group {
    display: flex;
    gap: 10px;
    }
    .option-button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    }
    .option-button.disabled {
    pointer-events: none;
    opacity: 0.5;
    }
    .expansion-timeline-buttons {
    display: inline-block;
    justify-content: space-between;
    margin: 20px 0;
    }
    .timeline-button {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    }

    .option-button {
        padding: 10px 20px;
        font-size: 16px;
        color: white;
        border: 1px solid white;
        border-radius: 5px;
        background: transparent;
        cursor: pointer;
        transition: background 0.3s, color 0.3s;
    }
    
     .option-button.active {
        background: #fff;
        color: #000;
    }

    .option-button:hover {
        background: linear-gradient(135deg, #fb2a6b, #8f2ac4);
        color: white;
    }
    
    .option-btn {
        display: inline-block;
        padding: 10px 20px;
        margin: 5px;
        background-color: #8f2ac4; /* Example color */
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px; /* Adjust size as needed */
        transition: background-color 0.3s;
    }
    
    .option-btn:hover {
        background-color: #fb2a6b; /* Change on hover */
    }
        
		.calc-outer{
   max-width: 100%;
   }
  
   #country option{
   background-color: transparent;
   }
   div#step-1,div#steps-1 {
   position: relative;
   }
   .form-step-default {
   padding:10px 40px 10px;
   }
   #calculatorModal.modal {
   display: none; /* Hidden by default */
   position: fixed;
   z-index: 999; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   max-width: 100%;
   background-color: rgba(0, 0, 0, 0.6); /* Black background with opacity */
   }
   #calculatorModal .modal-content {
   background-color: #fff;
   border-radius: 10px;
   width: 1140px;
   max-width: 100%;
   max-height: 100%;
   overflow-y: hidden; /* Make the modal scrollable if content is too large */
   margin: auto;
   overflow-x:hidden;
   position:relative;
   }
   
   .form-container{
	          height: 900px;
			      width: 100%;
				      padding: 0;
   }
   .form-step-default .form-step h2{
	       margin: 0;
   }
   .form-step#step1 h2{
	    margin-top: 10px;
   }
   .calculator-btn {
   background-color: #007bff;
   color: white;
   border: none;
   padding: 10px 20px;
   border-radius: 5px;
   cursor: pointer;
   font-size: 16px;
   }
   .calculator-btn:hover {
   background-color: #0056b3;
   }
   #calculatorModal .close {
   position: absolute;
   top: 10px;
   right: 20px;
   font-size: 24px;
   font-weight: bold;
   color: #333;
   cursor: pointer;
   z-index:99;
   }
   .form-step-default .form-step {
    display: block;
    opacity: 1;
    padding: 10px 10px;
    position: relative;
}
    .hidden {
            display: none;
        }
		
		.form-step{
			padding:10px 40px;
			   
			   
			   
		}
	/*.form-step .row{	
		justify-content: center;
  align-items: center;
	}
  .form-step .row .col-md-6{
	      width: 25% !important;
  }*/
  
  #step-1, #step-3{
	    width: 100%;
    max-width: 75%;
    margin: 0px 23%;
    padding-inline: 0px
  }
   #step-2{
	    width: 100%;
    max-width: 75%;
    margin: 0px 30%;
    padding-inline: 0px
  }
  
  #step-4, #step-5, #step-6, #step-7{
	    width: 100%;
    max-width: 75%;
    margin: 0px 31%;
    padding-inline: 0px
  }

#steps-1, #steps-3{
	    width: 100%;
    max-width: 75%;
    margin: 0px 23%;
    padding-inline: 0px
  }
   #steps-2{
	    width: 100%;
    max-width: 75%;
    margin: 0px 30%;
    padding-inline: 0px
  }
  
  #steps-4, #steps-6, #steps-7{
	    width: 100%;
    max-width: 75%;
    margin: 0px 31%;
    padding-inline: 0px
  }
   #steps-5{
	    width: 100%;
    max-width: 75%;
    margin: 0px 23%;
    padding-inline: 0px
  }
  .form-step h2{
	text-align: left;  
  }
  