@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
.nomadloc-quote-form {
--beige: #F7F0DF;
--dark: #080E28;
--pink: #FF94F7;
--border: #e6e0cf;
display: block;
margin-inline: auto;
background: var(--beige);
color: var(--dark);
border-radius: 18px;
padding: clamp(20px, 3vw, 40px);
max-width: 820px;
margin: 40px auto;
box-shadow: 0 6px 20px rgba(0,0,0,.05);
border: 1px solid var(--border);
font-family: "Montserrat", sans-serif;
}
.nomadloc-quote-form h3 {
font-size: 1.3rem;
margin: 2rem 0 1rem;
font-weight: 700;
position: relative;
}
.nomadloc-quote-form h3::after {
content: "";
position: absolute;
bottom: -6px;
left: 0;
width: 60px;
height: 3px;
background: var(--pink);
border-radius: 4px;
}
.nomadloc-quote-form label {
font-size: 0.9rem;
color: #333;
display: block;
margin-bottom: .3rem;
}
.nomadloc-quote-form input,
.nomadloc-quote-form textarea {
width: 100%;
border: 1px solid var(--border);
border-radius: 10px;
padding: 10px 14px;
font-size: 15px;
background: #fff;
transition: 0.2s;
}
.nomadloc-quote-form input:focus,
.nomadloc-quote-form textarea:focus {
border-color: var(--pink);
box-shadow: 0 0 0 3px rgba(255,148,247,0.2);
outline: none;
}
.nl-fieldgrid {
display: grid;
column-gap: 2rem;
}
@media (min-width: 680px) {
.nl-fieldgrid {
grid-template-columns: repeat(12, 1fr);
column-gap: 2rem;
}
} .nl-12 { grid-column: span 12; }
.nl-6  { grid-column: span 6; }
.nl-4  { grid-column: span 4; }
.nl-3  { grid-column: span 3; }
.nomadloc-note {
background: #fff4fe;
border: 1px solid #ffd6fa;
color: #5c2552;
border-radius: 12px;
padding: .75rem 1rem;
font-size: .9rem;
}
.nl-cart {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
background: #fff;
border-radius: 14px;
overflow: hidden;
border: 1px solid var(--border);
}
.nl-cart th {
background: #f9f6ee;
text-align: left;
padding: .75rem;
font-size: .85rem;
text-transform: uppercase;
letter-spacing: .04em;
}
.nl-cart td {
padding: .75rem;
border-top: 1px solid var(--border);
vertical-align: middle;
}
.nl-item {
display: flex;
align-items: center;
gap: .75rem;
}
.nl-thumb {
width: 55px;
height: 55px;
border-radius: 10px;
overflow: hidden;
flex-shrink: 0;
background: #f5f2e6;
box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.nl-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.nl-item a {
color: var(--dark);
font-weight: 600;
text-decoration: none;
}
.nl-item a:hover { color: var(--pink); }
.nomadloc-quote-form .nl-actions {
display: flex;
justify-content: center; 
}
.nomadloc-quote-form .button.nl-primary {
background: var(--pink);
color: var(--dark);
border: none;
padding: 12px 22px;
border-radius: 12px;
font-weight: 700;
font-size: 1rem;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 6px 16px rgba(255,148,247,.25);
}
.nomadloc-quote-form .button.nl-primary:hover {
transform: translateY(-2px);
box-shadow: 0 10px 22px rgba(255,148,247,.33);
} .nl-error {
border-color: #ff94f7 !important;
box-shadow: 0 0 0 3px rgba(255,148,247,0.2) !important;
}
.nl-error-msg {
background: #ffeffc;
color: #6e004f;
border: 1px solid #ffb8f3;
padding: 10px 14px;
border-radius: 10px;
margin-bottom: 1rem;
font-size: 0.9rem;
box-shadow: 0 3px 10px rgba(0,0,0,.05);
} .nl-btn-click {
transform: scale(0.95);
box-shadow: 0 2px 10px rgba(255,148,247,.4) !important;
transition: transform 0.15s ease;
} .nl-rgpd {
margin-top: 1.5rem;
}
.nl-rgpd-label {
display: flex;
align-items: flex-start;
gap: .6rem;
font-size: .9rem;
line-height: 1.4;
color: #333;
cursor: pointer;
}
.nl-rgpd-label input[type="checkbox"] {
appearance: none;
width: 20px;
height: 20px;
border: 2px solid #ff94f7;
border-radius: 6px;
display: inline-block;
position: relative;
margin-top: 2px;
transition: all .2s ease;
}
.nl-rgpd-label input[type="checkbox"]:checked {
background: #ff94f7;
box-shadow: 0 0 0 2px rgba(255,148,247,.25);
}
.nl-rgpd-label input[type="checkbox"]:checked::after {
content: "";
position: absolute;
top: 3px; left: 6px;
width: 5px; height: 10px;
border: solid #080e28;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
} input.nl-error {
border-color: #ff94f7 !important;
box-shadow: 0 0 0 3px rgba(255,148,247,0.25) !important;
} .nl-thanks {
--beige:#F7F0DF;
--dark:#080E28;
--pink:#FF94F7;
--border:#e6e0cf;
min-height: 72vh;
padding: clamp(40px, 7vw, 90px) 18px;
background:
radial-gradient(circle at top left, rgba(255,148,247,.20), transparent 32%),
var(--beige);
font-family: 'Montserrat', sans-serif;
display: flex;
align-items: center;
justify-content: center;
}
.nl-thanks-card {
width: 100%;
max-width: 860px;
background: #fff;
border: 1px solid var(--border);
border-radius: 30px;
box-shadow: 0 22px 60px rgba(8,14,40,.10);
padding: clamp(28px, 5vw, 58px);
text-align: center;
color: var(--dark);
}
.nl-icon {
width: 74px;
height: 74px;
margin: 0 auto 22px;
border-radius: 50%;
background: var(--pink);
display: flex;
align-items: center;
justify-content: center;
font-size: 34px;
box-shadow: 0 14px 34px rgba(255,148,247,.35);
}
.nl-thanks h1 {
margin: 0 0 16px;
font-size: clamp(32px, 6vw, 56px);
line-height: 1.05;
font-weight: 800;
color: var(--dark);
}
.nl-thanks-card > p {
max-width: 620px;
margin: 0 auto 34px;
font-size: clamp(17px, 2.4vw, 21px);
line-height: 1.6;
color: rgba(8,14,40,.72);
}
.nl-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin: 34px 0 38px;
}
.nl-steps > div {
background: #FDF8EC;
border: 1px solid var(--border);
border-radius: 22px;
padding: 24px 18px;
min-height: 150px;
}
.nl-steps strong {
width: 46px;
height: 46px;
margin: 0 auto 16px;
border-radius: 50%;
background: var(--dark);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
letter-spacing: .04em;
}
.nl-steps p {
margin: 0;
font-size: 15px;
line-height: 1.45;
font-weight: 600;
color: var(--dark);
}
.nl-thanks .button.nl-primary {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 0 28px;
border-radius: 999px;
background: var(--pink);
color: var(--dark) !important;
text-decoration: none !important;
font-weight: 800;
border: none;
box-shadow: 0 12px 28px rgba(255,148,247,.32);
}
.nl-thanks .button.nl-primary:hover {
transform: translateY(-2px);
}
@media (max-width: 768px) {
.nl-thanks {
align-items: flex-start;
padding: 34px 16px 60px;
}
.nl-thanks-card {
border-radius: 24px;
padding: 30px 20px;
}
.nl-steps {
grid-template-columns: 1fr;
gap: 12px;
}
.nl-steps > div {
min-height: auto;
padding: 20px 16px;
}
} .nl-confettis {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
z-index: 2;
}
.nl-confettis span {
position: absolute;
top: -10px;
width: 8px;
height: 8px;
border-radius: 50%;
opacity: 0.9;
animation: nl-fall linear forwards;
} .nl-confettis span:nth-child(3n+1) { background: #FF94F7; }
.nl-confettis span:nth-child(3n+2) { background: #F7F0DF; }
.nl-confettis span:nth-child(3n+3) { background: #fff; }
@keyframes nl-fall {
0% {
transform: translateY(0) scale(1) rotate(0deg);
opacity: 1;
}
100% {
transform: translateY(120vh) scale(0.8) rotate(720deg);
opacity: 0;
}
} .nl-confettis span {
left: calc(var(--i, 0) * 4%);
animation-duration: calc(3s + (var(--i, 0) * .3s));
}
.nl-thanks {
font-family: 'Montserrat', sans-serif;
}
.nl-thanks h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
letter-spacing: 0;
} .nl-qty {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}
.nl-qty-input {
width: 90px !important;
text-align: center;
padding: 10px 12px !important;
}
.nl-remove {
width: 38px;
height: 38px;
border-radius: 10px;
border: 1px solid var(--border);
background: #fff;
cursor: pointer;
line-height: 1;
font-size: 18px;
color: var(--dark);
transition: .15s ease;
}
.nl-remove:hover {
border-color: var(--pink);
box-shadow: 0 0 0 3px rgba(255,148,247,0.2);
} #nl-floating-minicart {
position: fixed !important;
bottom: 30px !important;
right: 30px !important;
z-index: 999999 !important; font-family: inherit;
transition: transform 0.3s ease, opacity 0.3s ease;
display: block !important;
} #nl-floating-minicart.nl-minicart-hidden {
opacity: 0 !important;
pointer-events: none !important;
transform: translateY(20px) !important;
} .nl-minicart-trigger {
background: #080E28 !important;
color: #fff !important;
border: none !important;
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
cursor: pointer !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 24px !important;
outline: none !important;
padding: 0 !important;
-webkit-tap-highlight-color: transparent;
} .nl-minicart-count {
position: absolute !important;
top: -5px !important;
right: -5px !important;
background: #FF94F7 !important;
color: #080E28 !important;
font-size: 12px !important;
font-weight: bold !important;
min-width: 21px !important;
height: 21px !important;
border-radius: 11px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 5px !important;
box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
} @media (min-width: 769px) {
.nl-minicart-content {
position: absolute !important;
bottom: 75px !important;
right: 0 !important;
width: 300px !important;
background: #fff !important;
border-radius: 12px !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
padding: 20px !important;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
}
#nl-floating-minicart.nl-active .nl-minicart-content {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0) !important;
}
.nl-minicart-content h4 {
margin: 0 0 15px 0 !important;
color: #080E28 !important;
font-size: 16px !important;
border-bottom: 2px solid #f4f4f4 !important;
padding-bottom: 8px !important;
}
.nl-minicart-items ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
max-height: 200px !important;
overflow-y: auto !important;
}
.nl-minicart-items li {
padding: 8px 0 !important;
border-bottom: 1px solid #f9f9f9 !important;
font-size: 14px !important;
color: #555 !important;
text-align: left !important;
}
.nl-btn-go-quote {
display: block !important;
background: #FF94F7 !important;
color: #080E28 !important;
text-align: center !important;
padding: 10px !important;
border-radius: 6px !important;
text-decoration: none !important;
font-weight: bold !important;
margin-top: 15px !important;
}
} @media (max-width: 768px) {
#nl-floating-minicart {
bottom: 110px !important; right: 20px !important;
} .nl-minicart-content {
display: none !important;
}
} @keyframes nlBounce {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.2); }
}
.nl-bounce {
animation: nlBounce 0.5s ease;
} .nl-cart-update {
display: none;
margin-top: 14px;
}
.nl-cart-update__inner {
background: #fff;
border: 1px solid var(--border);
border-radius: 14px;
padding: 12px 14px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.nl-cart-update__text {
font-weight: 700;
color: var(--dark);
opacity: .9;
}
.nl-cart-update .button {
background: #fff;
border: 1px solid var(--border);
border-radius: 12px;
padding: 10px 14px;
cursor: pointer;
font-weight: 700;
}
.nl-cart-update .button:hover {
border-color: var(--pink);
}
}