/*
 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
*/
/*@font-face {*/
/*    font-family: 'AllianzNeo', sans-serif !important;';*/
/*    src: url('assets/fonts/AllianzNeoW04-Bold.woff2') format('woff2'),*/
/*         url('assets/fonts/AllianzNeoW04-Bold.woff') format('woff');*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*h1, h2, h3, h4, h5, h6, span, li, body {*/
/*    font-family: 'AllianzNeo', sans-serif !important;' !important;*/
/*}*/


/* Overflow-hide code start */

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

/* Overflow-hide code end */


/*Scrollbar code Start*/

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

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

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

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

/*Scrollbar code end*/



