.plan-trip-btn {
position: fixed;
top: 70%;
left: -40px;
transform: rotate(-90deg);
background: #8b5e34;
color: #fff;
padding: 12px 18px;
font-weight: 600;
cursor: pointer;
border-radius: 0 0 6px 6px;
z-index: 10000;
box-shadow: 0 2px 10px rgba(0,0,0,0.3); } .plan-trip-modal {
display: none;
position: fixed;
z-index: 9999;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.6);
justify-content: center;
align-items: center;
} .plan-trip-modal-content {
background: #fff;
padding: 0px;
border-radius: 12px;
width: 95%;
max-width: 800px;
position: relative;
max-height: 90vh;
overflow-y: auto;
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
} .plan-trip-modal-content h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
color: #fff
} .plan-trip-form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
padding :30px;
} .plan-trip-form .full-width {
grid-column: 1 / 3;
} .plan-trip-form input,
.plan-trip-form select { padding: 12px 15px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 14px;
} .plan-trip-form label {
display: block;
font-weight: 500;
margin-bottom: 6px;
color: #333;
font-size: 14px;
} .plan-trip-options {
display: flex;
gap: 15px;
flex-wrap: wrap;
font-size: 14px;
} .plan-trip-form button {
grid-column: 1 / 3;
background: #8b5e34;
color: #fff;
border: none;
padding: 14px;
font-size: 16px;
border-radius: 6px;
cursor: pointer;
transition: 0.3s;
}
.plan-trip-form button:hover {
background: #6b4f28;
}
.plan-trip-options label {
display: flex;
width: 30%;
align-items: center; gap: 10px; cursor: pointer;
font-size: 14px;
color: #333;
}
.plan-trip-options input[type="checkbox"],
.plan-trip-options input[type="radio"] {
margin: 0; accent-color: #8b5e34; transform: scale(1.1); }
label.tab-label {
padding: 10px 0 10px 0px;
} .plan-trip-close {
position: absolute;
top: 12px;
right: 18px;
font-size: 22px;
font-weight: bold;
color: #666;
cursor: pointer;
transition: 0.3s;
}
.plan-trip-close:hover {
color: #000;
}
h2.modal-title {
background: #6b4f28;
padding: 30px 0;
margin: 0px 0px 30px 0px;
}  .blur-active {
filter: blur(5px);
pointer-events: none;
} #formLoader {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.5);
z-index: 99999;
display: flex;
justify-content: center;
align-items: center;
}
.loader {
width: 60px;
height: 60px;
border: 6px solid #fff;
border-top-color: transparent;
border-radius: 50%;
animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } } .thank-you-popup {
display: none;
position: fixed;
z-index: 999999;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.6);
justify-content: center;
align-items: center;
}
.thank-you-box {
background: #fff;
padding: 30px;
border-radius: 12px;
text-align: center;
width: 90%;
max-width: 400px;
}
#thankYouClose {
margin-top: 15px;
padding: 10px 20px;
background: #8b5e34;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
}
#thankYouClose:hover {
background: #6b4f28;
}  @media (max-width: 768px) { .plan-trip-btn {
padding: 10px 15px;
font-size: 14px;
left: -35px;
} .plan-trip-modal-content {
width: 90%;
max-height: 85vh;
} .plan-trip-modal-content h2 {
font-size: 20px;
padding: 20px 0;
} .plan-trip-form {
grid-template-columns: 1fr;
gap: 15px;
padding: 20px;
} .plan-trip-form .full-width {
grid-column: 1;
} .plan-trip-options label {
width: 45%;
} .plan-trip-form button {
grid-column: 1;
padding: 12px;
font-size: 15px;
}
} @media (max-width: 480px) { .plan-trip-btn {
padding: 8px 12px;
font-size: 12px;
left: -30px;
top: 60%;
} .plan-trip-modal-content {
width: 95%;
max-height: 90vh;
border-radius: 8px;
} .plan-trip-modal-content h2 {
font-size: 18px;
padding: 15px 0;
margin-bottom: 15px;
} .plan-trip-form {
padding: 15px;
gap: 12px;
} .plan-trip-form label {
font-size: 13px;
margin-bottom: 4px;
} .plan-trip-form input,
.plan-trip-form select {
padding: 10px 12px;
font-size: 13px;
} .plan-trip-options {
flex-direction: column;
gap: 10px;
}
.plan-trip-options label {
width: 100%;
font-size: 13px;
}
label.tab-label {
padding: 8px 0;
font-size: 13px;
} .plan-trip-form button {
padding: 12px;
font-size: 14px;
} .plan-trip-close {
top: 8px;
right: 12px;
font-size: 20px;
} .thank-you-box {
padding: 20px;
width: 85%;
}
.thank-you-box h3 {
font-size: 20px;
}
.thank-you-box p {
font-size: 14px;
}
#thankYouClose {
padding: 8px 16px;
font-size: 14px;
}
} @media (max-width: 360px) {
.plan-trip-btn {
font-size: 14px;
padding: 8px 10px;
}
.plan-trip-modal-content h2 {
font-size: 16px;
}
.plan-trip-form {
padding: 12px;
}
.plan-trip-form input,
.plan-trip-form select {
padding: 8px 10px;
font-size: 12px;
}
} .date-group .date-input-wrapper {
position: relative;
display: flex;
align-items: center;
} .date-group .date-icon {
position: absolute;
right: 12px; top: 50%;
transform: translateY(-50%);
color: #d4a853;
pointer-events: none;
z-index: 2;
line-height: 0;
} .date-group input[type="date"] {
width: 100%;
box-sizing: border-box;
padding-right: 38px; } .date-group input[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
top: 0; left: 0;
cursor: pointer;
z-index: 3;
}