
/* Hidden class to toggle visibility */
.hidden {
    display: none !important;
}


/* Start: Popup Form Styling */
/* This section styles the popup form to maintain the current design */

.pakdrop-form-popup {
    background-color: #add8e6;
    border-radius: 10px;
    padding: 30px;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4 18px rgba(0, 2.2, 0, 0.1);
}

.pakdrop-form-popup h2 {
    text-align: center;
    color: #333;
}

.pakdrop-form-popup .form-group {
    margin-bottom: 20px;
}

.pakdrop-form-popup label {
    display: block;
    font-weight: bold;
    color: #333;
}

.pakdrop-form-popup input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pakdrop-form-popup button {
    width: 100%;
    padding: 10px;
    background-color: #0073e6;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.pakdrop-form-popup button:hover {
    background-color: #005bb5;
}

/* End: Popup Form Styling */

/* Default reCAPTCHA styling */
.g-recaptcha {
    width: 100%;  /* Default full width for reCAPTCHA */
    display: inline-block; /* Ensures proper alignment */
}

/* For Mobile (Screen width 768px or less) */
@media (max-width: 768px) {
    .g-recaptcha iframe {
        width: 100% !important;  /* Full width */
        height: 60px !important; /* Reduced height */
        transform: scale(0.9);   /* Adjust size */
        transform-origin: 0 0;   /* Align from top-left */
    }
}




/* yeh left slide bar to dashboard k plugin main hay yehan kia kar raha hay*/

/* Start: Left Slide Bar Styling */
/*.pakdrop-slidebar {
    width: 250px; /* Slide bar ki width 
    background-color: #f4f4f4; /* Light background color 
    position: absolute; /* Fixed position 
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    padding: 20px;*/
/*    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

/*.pakdrop-slidebar h3 {*/
/*    text-align: center;*/
/*    color: #333;*/
/*}*/

/*.pakdrop-slidebar ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/

/*.pakdrop-slidebar ul li {*/
/*    margin: 15px 0;*/
/*}*/

/*.pakdrop-slidebar ul li a {*/
/*    color: #0073e6;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

/*.pakdrop-slidebar ul li a:hover {*/
/*    color: #005bb5;*/
/*}*/

/* End: Left Slide Bar Styling */
