/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/*Scrollbar code Start*/

/* Scrollbar ki width */
::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar ka background (track) */
::-webkit-scrollbar-track {
    background: #192009;
    border-radius: 10px;
}

/* Scrollbar ka moving part (thumb) */
::-webkit-scrollbar-thumb {   
		background: #9DE600; 
      /* normal color */
    border-radius: 10px;     /* golai */
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;      /* hover color */
}

/*Scrollbar code end*/


/* Overflow-hide code start */

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Overflow-hide code end */


/* =========================
   reCAPTCHA custom dark style
   ========================= */
/* reCAPTCHA alignment Start */

/* Home page form recaptcha center only Start */

/* Fix spacing above reCAPTCHA */
.elementor-field-type-recaptcha{
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    display:flex;
    justify-content:left;
}

/* remove extra margin from textarea field */
.elementor-form textarea{
    margin-bottom:0px !important;
}
/* Home page form recaptcha center only End */

/* Popup form recaptcha center only Start */

.popup-form .elementor-field-type-recaptcha{
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    display:flex;
    justify-content:center;
}

/* remove extra margin from textarea field */
.popup-form .elementor-form textarea{
    margin-bottom:0px !important;
}

/* Popup form recaptcha center only End */

/* =========================
   reCAPTCHA custom dark style
   ========================= */
/* reCAPTCHA alignment End */








