/* ============================================= */
/* FLOATING BUTTONS                               */
/* ============================================= */
.floating-call{
    position:fixed;
    width:40px;
    height:40px;
    bottom:40px;
    right:20px;
    background-color: #03C988 !important;
    color:#FBF9F1 !important;
    border-radius:50px;
    text-align:center;
    font-size:20px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float-call-button{ margin-top:10px; }
.enquiry-button{ margin-top:10px; }
.floating{
    position:fixed;
    width:40px;
    height:40px;
    bottom:100px;
    right:20px;
    background-color:#25d366;
    color:#FBF9F1 !important;
    border-radius:50px;
    text-align:center;
    font-size:20px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float-button{ margin-top:10px; }

/* ============================================= */
/* POPUP TITLE - "Book Your Tour Package"         */
/* ============================================= */
.pum-container h1,
.pum-container h2,
.pum-container h3,
.pum-container .pum-title {
    font-size: 18px !important;
    padding-right: 60px !important;
    line-height: 1.3 !important;
    box-sizing: border-box !important;
}

/* ============================================= */
/* POPUP CONTAINER                                */
/* ============================================= */

/* DESKTOP - height auto, kuch bhi clip nahi hoga - ISKO MAT CHHEDNA */
@media (min-width: 783px) {
    .pum-container {
        width: 400px !important;
        height: auto !important;
        max-height: 640px !important;
        overflow: visible !important;
    }
}

/* MOBILE - center fixed, compact */
@media (max-width: 782px) {
    .pum-container {
        position: fixed !important;
        top: 54% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 88vw !important;
        max-width: 88vw !important;
        height: auto !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
        margin: 0 !important;
    }
}

div#popmake-9412 {
    background-color: white;
    padding: 10px !important;
    box-sizing: border-box !important;
}

/* ============================================= */
/* FORM FIELDS - COMPACT (BASE / DESKTOP)         */
/* ============================================= */
div#popmake-9412 .wpcf7 form p {
    margin: 0 0 5px 0 !important;
}

div#popmake-9412 input.wpcf7-form-control.wpcf7-text,
div#popmake-9412 input.wpcf7-form-control.wpcf7-email,
div#popmake-9412 input.wpcf7-form-control.wpcf7-tel {
    height: 28px !important;
    width: 100% !important;
    padding: 3px 8px !important;
    font-size: 12px !important;
    margin-bottom: 3px !important;
    box-sizing: border-box !important;
}

div#popmake-9412 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 28px !important;
    width: 100% !important;
    padding: 3px 8px !important;
    font-size: 12px !important;
    margin-bottom: 3px !important;
    box-sizing: border-box !important;
}

div#popmake-9412 label {
    font-size: 11px !important;
    margin-bottom: 1px !important;
    display: block;
}

div#popmake-9412 .quiz-answer-wrap,
div#popmake-9412 .wpcf7-form-control-wrap.quiz-answer {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
}

div#popmake-9412 img.wpcf7-captcha-1,
div#popmake-9412 img[src*="captcha"] {
    max-width: 60px !important;
    height: auto !important;
}

div#popmake-9412 .wpcf7-form-control.wpcf7-quiz {
    height: 26px !important;
    padding: 2px 6px !important;
    font-size: 12px !important;
    box-sizing: border-box !important;
}

div#popmake-9412 input.wpcf7-form-control.wpcf7-submit {
    height: 32px !important;
    width: 100% !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    margin: 4px 0 0 0 !important;
    box-sizing: border-box !important;
}

span.wpcf7-not-valid-tip {
    background-color: white;
    color: red;
    font-size: 10px !important;
}
.wpcf7 form.sent .wpcf7-response-output { color: #46b450; }
.wpcf7-response-output {
    background-color: white;
    color: black;
    font-size: 11px !important;
    padding: 4px !important;
}

/* ============================================= */
/* MOBILE ONLY - EXTRA TIGHT FIX                  */
/* (ye desktop ko touch nahi karta)                */
/* ============================================= */
@media (max-width: 782px) {

    .pum-container {
        max-height: 92vh !important;
    }

    .pum-container h1,
    .pum-container h2,
    .pum-container h3,
    .pum-container .pum-title {
        font-size: 14px !important;
        padding: 8px 55px 8px 10px !important;
        margin: 0 !important;
    }

    div#popmake-9412 {
        padding: 8px !important;
    }

    div#popmake-9412 .wpcf7 form p {
        margin: 0 0 3px 0 !important;
    }

    div#popmake-9412 input.wpcf7-form-control.wpcf7-text,
    div#popmake-9412 input.wpcf7-form-control.wpcf7-email,
    div#popmake-9412 input.wpcf7-form-control.wpcf7-tel {
        height: 24px !important;
        padding: 2px 6px !important;
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }

    div#popmake-9412 textarea.wpcf7-form-control.wpcf7-textarea {
        height: 22px !important;
        padding: 2px 6px !important;
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }

    div#popmake-9412 label {
        font-size: 10px !important;
        margin-bottom: 0 !important;
    }

    div#popmake-9412 .quiz-answer-wrap,
    div#popmake-9412 .wpcf7-form-control-wrap.quiz-answer {
        gap: 4px !important;
        margin-bottom: 2px !important;
    }

    div#popmake-9412 img.wpcf7-captcha-1,
    div#popmake-9412 img[src*="captcha"] {
        max-width: 45px !important;
    }

    div#popmake-9412 .wpcf7-form-control.wpcf7-quiz {
        height: 22px !important;
        padding: 1px 5px !important;
        font-size: 11px !important;
    }

    div#popmake-9412 input.wpcf7-form-control.wpcf7-submit {
        height: 26px !important;
        font-size: 11px !important;
        margin: 3px 0 0 0 !important;
    }
}
