.form-container {
    background: #D7E2F0;
    background: linear-gradient(169deg, rgba(215, 226, 240, 1) 0%, rgba(237, 244, 250, 1) 74%, rgba(255, 255, 255, 1) 100%);
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Inter', sans-serif;
}

.header {
    background-color: #396EB2;
    border-radius: 15px 15px 0 0;
    padding: 26px 20px;
}

.form-container h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    border-left: 4px solid #ff6b00;
    padding-left: 10px;
}

.form-container .body {
    padding: 28px;
}

.form-container .body p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #333;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
    border-bottom: none !important;
    border-radius: 5px !important;
    border: 1px solid #666 !important;
    padding: 10px !important;
    outline: none !important;
    color: #333 !important;
    font-size: 16px !important;
    font-family: 'Inter' !important;
    width:100% !important;
}

#units{
    text-align: left !important;
}

input::placeholder {
    color: #666;
    font-weight: normal;
    opacity: 1;
    text-transform: none;
    font-size: 14px;
}

input:focus {
    border-bottom: 1px dashed #002a58;
}

.resident-service {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.wifi-text {
    display: flex;
    align-items: center;
}

.wifi-text span {
    margin-left: 4em;
}

.wifi-text i {
    margin-right: 6px;
}

#average-em{
    margin-top:0px;
    margin-bottom: 26px;
}

button {
    background-color: #ff6b00;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    margin: 20px 0;
}

button:hover {
    background-color: #e55a00;
}

.form-container .body p.consent-text {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.form-container .body p.consent-text a {
    color: #ff6b00;
}

.result-container .body p {
    margin: 10px 0;
    font-size: 16px;
    color: #243746;
}

.result-container .body em {
    color: #243746;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.result-container #result-company-name,
.result-container #result-units,
.result-container #total-revenue-over-term,
.result-container #low-range,
.result-container #high-range,
.result-container #current-noi {
    color: #000;
}

.result-container p.result-company-name, .result-container p.units, .result-container .noi-section > p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

p.units {
    margin-top: 5px !important;
}

.noi-section > p {
    padding-bottom: 5px !important;
}

.result-container #total-revenue-over-term{
    /*margin-right: -50px;*/
    margin-left:auto;
    color: #7bc043;
    font-weight: 700;
}

#total-revenue-over-term-container{
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top:20px;
}

.result-container .highlight {
    color: #7bc043; /* Verde para los valores destacados */
    font-weight: bold;
}

.result-container ul {
    color: #243746;
    font-size: 12px;
    margin-top: 15px;
    padding-left: 20px;
}

.noi-section {
    text-align: center;
    margin: 20px 0;
}

.noi-section .range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* Necesario para posicionar los marcadores */
    margin-bottom: 20px;
    margin-top: 6px;
    font-size: 16px;
}

.noi-section .range-line {
    position: relative;
    height: 4px;
    background-image: linear-gradient(to right, #263746, #396EB2);
    margin: 10px 0;
}

.noi-section .indicator {
    position: absolute;
    top: 4px;
    left: 5%;
    transform: translateX(0%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #7bc043;
    animation: slide 1.6s forwards;
}

.noi-section .marker {
    position: absolute;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #7bc043;
}

.noi-section .marker#marker-left {
    left: 5%;
}

.noi-section .marker#marker-right {
    left: 95%;
}

.noi-section .current-noi {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    position: relative; /* Para ajustar su posición */
    left: 25%; /* Desplazar a la derecha */
    color: #000;
}

p.current-avg-noi-txt {
    text-align: center;
    display: block;
    position: relative;
    left: 57%;
    bottom: 4px;
    margin-top: 0px !important;
    color: #6f6f6f !important;
    font-size: .9em !important;
    font-style: italic;
    width: 150px;
}

#high-range, #low-range {
    color: #000;
    font-weight: bold;
}

.review-text {
    font-size: 16px;
    color: #396EB2;
    text-align: center;
    margin: 20px 0;
}

span.avg-resident-savings {
    margin-left: auto;
    color: #db5050;
}

ul.fineprint {
    padding-left: 0px !important;
}

.fineprint li {
    list-style-type: none;
}

.actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-primary {
    background-color: #ff6b00;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 48%;
}

.btn-primary:hover {
    background-color: #e55a00;
}

.btn-secondary {
    background: none;
    color: #ff6b00;
    border: none;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 48%;
    text-align: left;
}

.btn-secondary:hover {
    text-decoration: underline;
    background: #fff;
    color: #ff6b00;
}

li {
    line-height: 1.4em;
    margin-bottom: 10px;
}

.thank-you-container {
    border-radius: 15px;
    box-shadow: none;
    display: none;
    text-align: center;
    padding: 40px 20px;
    max-width: 460px;
    margin: 0 auto;
    background-color: #fff;
    border-radius:10px;
}

.thank-you-container h2 {
    color: #002a58;
    font-size: 18px;
    margin-bottom: 20px;
    border-left: none;
    padding-left: 0;
    padding-bottom: 0;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

input:focus {
    border-bottom: 1px dashed #002a58;
}

.highlight {
    color: #7bc043;
    font-weight: bold;
}

.actions button {
    width: 48%;
}

.btn-outline {
    background-color: #fff;
    color: #ff6b00;
    border: 2px solid #ff6b00;
}

.btn-outline:hover {
    background-color: #ffe5d1;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.checkbox-container input {
    margin-right: 10px;
}

.result-container p {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-container em {
    color: #243746;
    font-size: 0.9em;
}

/* .result-container em:nth-of-type(2) {
    margin-top: -28px;
}*/

.result-container .checkbox-container label {
    color: #002a58;
    font-weight: bold;
}

.result-container .checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.result-container .checkbox-container a {
    color: #002a58;
    font-weight: bold;
    text-decoration: none;
}

.result-container .checkbox-container a:hover {
    text-decoration: underline;
}

.dot-placeholder {
    display: inline-block;
    width: 30px;
    text-align: left;
}

.contact-form-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    display: none;
}

.contact-form-container h2 {
    color: #002a58;
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 4px solid #ff6b00;
    padding-left: 10px;
}

.contact-form-container p {
    margin-bottom: 20px;
    font-weight: bold;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-grid-full {
    grid-column: span 2;
}

.thank-you-container {
    display: none;
    text-align: center;
    padding: 40px 20px;
    background: #D7E2F0;
    background: linear-gradient(169deg, rgba(215, 226, 240, 1) 0%, rgba(237, 244, 250, 1) 74%, rgba(255, 255, 255, 1) 100%);
}

.border-container {
    border-left: 4px solid #ff6b00;
    border-right: 4px solid #ff6b00;
    padding: 15px 30px;
}

.thank-you-container h1 {
    font-size: 48px;
    color: #000;
    margin-bottom: 10px;
}

.thank-you-container p {
    margin: 10px 0;
    font-size: 18px;
}

.thank-you-container h2 {
    font-size: 22px;
    color: #4a73b3;
    margin: 10px 0;
}

.thank-you-logo {
    margin-top: 20px;
}

.thank-you-logo img {
    max-width: 200px;
}

#total-revenue-text {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.resident-service{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px 0px 0px !important;
}

.calc-card {
  background: #f5f7fb;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  max-width: 420px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #1f2a37;
  margin-bottom: 40px !important;
}

.placeholder-dash {
  letter-spacing: 0px;
  color: #999;
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
}

.chip{
  margin: 20px 0px 10px 0px;
    position: relative;
    width: 100%;
    background-color: #ddd;
    left: -20px;
    border-radius: 0px 999px 999px 0px;
    padding: 10px 18px 10px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    white-space: nowrap;
    z-index: 1;
}

.receive-now{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 36px 0px 10px 0px;
}

.result-row,
.resident-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
}

#company-name,
#first-name,
#last-name,
#contact-email,
#company-name-contact,
#job-title,
#your-message {
    text-transform: none !important;
}

#result-units {
    font-weight: bold;
}

.wifi-text i {
    margin-left: 0;
}

.bi-arrow-up, .bi-arrow-down {
    color: #7bc043; /* Verde para las flechas */
    margin-left: 5px;
    font-weight: bold !important;
}

.bi-arrow-down {
    color: #db5050;
}

.form-container div.body ul.noi-check-list {
    list-style-type: none;
    padding-left:0px;
    margin-top: 6px;
}

.form-container div.body ul.noi-check-list .bi-check-lg {
    color: #7bc043;
}

.form-container div.body ul.noi-check-list  .bi-check-lg::before {
    content: "\f633";
    font-weight: 700 !important;
    font-size: 1.2em;
}

@media (min-width:981px) {
    .thank-you-container {
        margin-top:160px;
    }
}

@media (max-width:500px) {
    .chip {
        width: 110%;
        font-size: 12px;
        text-wrap: auto;
    }
}

@keyframes slide {
    to {
        left: 74%;
        transform: translateX(10%);
    }
}