/* ================================
   Farm Villa – Safari Form Styling
   ================================ */


/* Make sure animated sections are visible */
#cappa-main .animate-box {
    opacity: 1 !important;
}

/* ------------------------------
   Left side: Safari enquiry form
   ------------------------------ */

.safari-form-panel .safari-big-input {
    background: #f5f8ec;
    border-radius: 10px;
    border: 1px solid #d9e4c3;
    padding: 12px 14px;
    font-size: 14px;
    width: 100%;
    transition: 0.2s ease;
}

.safari-form-panel .safari-big-input::placeholder {
    color: #9aa38a;
}

.safari-form-panel .safari-big-input:focus {
    background: #ffffff;
    border-color: #9bb86b;
    box-shadow: 0 0 0 2px rgba(155, 184, 107, 0.2);
    outline: none;
}

.safari-form-panel textarea.safari-big-input {
    min-height: 110px;
    resize: vertical;
}

/* Radio group (Do you have a booking with us?) */
.safari-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
    margin-top: 4px;
}

.safari-radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.safari-radio-group input[type="radio"] {
    margin: 0;
}

.safari-footnote {
    font-size: 12px;
    margin-top: 10px;
    color: #6b7a55;
}


/* ------------------------------
   Guest steppers (Booking.com style)
   ------------------------------ */

.safari-guests-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.safari-guest-box {
    background: #f5f8ec;
    border-radius: 10px;
    border: 1px solid #d9e4c3;
    padding: 10px 14px;
    flex: 1 1 200px;
}

.safari-guest-title {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

.safari-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.safari-stepper-input {
    width: 50px;
    text-align: center;
    border: 1px solid #cbd7b4;
    border-radius: 6px;
    padding: 4px 0;
    background: #ffffff;
}

/* +/- buttons for guests */
.guest-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #c0cf9e;
    background: #e3ebcf;
    line-height: 1;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease;
}

.guest-btn:hover {
    background: #d5e0b9;
}

.guest-btn:active {
    transform: scale(0.95);
}

.safari-child-note {
    font-size: 12px;
    color: #6b7a55;
}

/* Child age dropdowns */
.child-age-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.child-age-wrapper span {
    width: 65px;
    font-size: 13px;
}

.child-age-wrapper select {
    flex: 1;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #cbd7b4;
    padding: 4px 8px;
    background: #ffffff;
    font-size: 13px;
}


/* ------------------------------
   Right side: Safari Cost Estimator
   ------------------------------ */

/* Base panel */
.safari-estimator {
    background: #f5f8ec !important;   /* soft cream, matches left side */
    color: #2a2a2a !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ensure template doesn’t override colors */
#cappa-main .safari-estimator * {
    color: inherit !important;
}

/* Small label: SAFARI COST ESTIMATOR */
.safari-estimator .info h6 {
    color: #6c7a55 !important;
    letter-spacing: 0.18em;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 1;
}

/* Main heading: Estimated Total (LKR) */
.safari-estimator h4 {
    color: #2a2a2a !important;
    font-size: 26px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 18px;
}

/* Price card */
.safari-total-box {
    background: #ffffff !important;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    padding: 20px 24px !important;
    margin-bottom: 22px !important;
}

.safari-total-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f3825 !important;
    margin: 0 0 8px;
}

.safari-total-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4f5b3d !important;
}

/* Submit button */
.safari-submit-btn {
    margin-top: 5px;
    margin-bottom: 12px;
}

.safari-submit-btn button {
    background: #4f6f44;      /* deep green */
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: none;
    transition: 0.25s ease;
}

.safari-submit-btn button:hover {
    background: #3d5735;
}

/* Note under button */
.safari-estimator-note {
    color: #6c7a55 !important;
    font-size: 12px;
    opacity: 1;
    margin-top: 10px;
}
