@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html,
body {
    	height: 100%;
}
body,input,textarea,select {
	font-family: 'OpenSans', sans-serif !important;	
	font-weight: 300;
	font-size: 12pt;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif !important; /* Use the exact @font-face name */
    font-weight: 400; /* Ensure weight matches the font */
    text-align: justify;
}
/*********************************************************************************/
/* End Basic                                                                     */
/*********************************************************************************/
/******************** General Links Style ************************/
a:link{
	color: #992dff;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:hover {
	color: #b46bf7;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:visited {
	color: #8611f4;
	color: rgba(11, 155, 250, 1.0);
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:focus {outline:none;}
ul{list-style-type: none;}
/************************  Black Button ***********************/
.btn-outline_black {
  color: #000 !important;
  padding: 6px 0px 6px 0px;  
  background-color: transparent;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border: solid 0.1rem #000 !important;
  border-radius: 0px;
  padding: 14px 0px;
  width: 100%;
}
.btn-outline_black:hover,
.btn-outline_black:active,
.btn-outline_black:focus,
.btn-outline_black.active {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
/******************** General Links Style ************************/
.main_section_live{
    height: auto;
    overflow: hidden;
}
/* Neon Effect Styling */
.main_section_live header h1, 
.main_section_live header h2 {
    text-align: center;
    vertical-align: middle !important;
    margin: 20px 0px 20px 0px;
    padding: 10px 0;
    font-size: 3rem; /* Adjust size as needed */
    color: #992dff; /* Main neon color */
}
.main_section_live header p {
    text-align: left;
    margin: 20px 0px 20px 0px;
    padding: 10px 0;
    font-size: 1.5rem;
    color: #000; /* Main neon color */
}
.bg_one{
	background-color: #fbf9fc;
	color: #000;
	background-attachment: fixed;
}
.bg_one header{
	padding: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.bg_second{
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#bfb7f4,#a89df2);
	color: #fff;
	background-attachment: fixed;
}
.bg_second header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	color: #d58056;
	display: block;
}
.bg_second li{
	background-color: transparent;
	border: none;
}
.bg_second a:link{
	color: #fff;
	text-decoration: none;
}
.bg_second a:hover{
	color: #faf5f5;
	text-decoration: none;
}
.bg_second a:visited{
	color: #f9f6f6;
}
.bg_white{
	background-color: #fff;
	color: #bfd2d9;
	background-attachment: fixed;
}
.bg_white header{
	padding: 20px 0px 20px 0px;
	background-color: transparent;
	color: #d58056;
	display: block;
}
.bg_black{
	background-color: #000;
	color: #fff;
	background-attachment: fixed;
}
.bg_black_polygon {
	width: 100%;
	background-color: black;
	color: white;
	padding: 2rem;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.bg_blue{
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #9fe5ff, #a0dcff);
	color: #918c8c;
	background-attachment: fixed;
}
.bg_blue header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.bg_blue li{
	background-color: transparent;
	border: none;
}
.bg_blue a:link{
	color: #fff;
	text-decoration: none;
}
.bg_blue a:hover{
	color: #faf5f5;
	text-decoration: none;
}
.bg_blue a:visited{
	color: #f9f6f6;
}
.bg_gray{
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #e3dbee, #a799ba);
	color: #918c8c;
	background-attachment: fixed;
}
.bg_gray header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.bg_gray li{
	background-color: transparent;
	border: none;
}
.bg_gray a:link{
	color: #fff;
	text-decoration: none;
}
.bg_gray a:hover{
	color: #faf5f5;
	text-decoration: none;
}
.bg_gray a:visited{
	color: #f9f6f6;
}
.paragraph_white{
	text-align: justify;
	font-size: 1.1rem;
	margin: 0px 8px;
	color: #fff;
}
.paragraph_black{
	text-align: justify;
	font-size: 1.1rem;
	margin: 0px 8px;
	color: #000;
}
.paragraph_white_sm{
	text-align: justify;
	font-size: 0.8rem;
	margin: 0px 8px;
	color: #fff;
}
.paragraph_black_sm{
	text-align: justify;
	font-size: 0.8rem;
	margin: 0px 8px;
	color: #000;
}
.paragraph_community{
	text-align: start;
	font-size: 1rem;
	margin: 0px 8px;
	color: #464343;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
.footer{
	padding: 6rem 0;
}
.footer-links {
	padding: 0;
	margin: 0;
}
.footer-links li{
	display: inline-block;
	padding: 0.2rem;
}
.footer-links a{
	color: black; 
}
.footer-links a:hover {
	color: #cc9966;
}
.footer-links a:visited {
	color: #9ca4fc;
}
.social h3{
	font-weight: bold;
	font-size: 18px;
	color: black;
}
.social	ul li{
	display: inline-block;
}
.social	ul li a {
	display: inline-block;
	padding: 10px;
	font-size: 1.5rem;
}
.social .in a{
	color: #df588a;
}
.social .tw a{
	color: #15b8ff;
}
.social .fb a{
	color: #3742d0;
}
.social .yt a{
	color: #dd4d5a;
}
.social .sp a{
	color: #24c163;
}
.social .ap a{
	color: #e556ba;
}
.social .sc a{
	color: #f19341;
}
.social .tk a{
	color: #000000;
}
.social .wa a{
	color: #25D366;
}
.copyright{
	color: #666;
}
.copyright a:link{
	color: #d58056;
}
.copyright a:hover{
	color: #cc9966;
}
.copyright a:visited{
	color: #9ca4fc;
}
/*********************************************************************************/
/* Hovereffect                                                                   */
/*********************************************************************************/

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	position: absolute;
	overflow: hidden;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
}
.hovereffect a, .hovereffect p {
	color: #FFF;
	padding: 1em 0;
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*********************************************************************************/
/* Loader                                                                        */
/*********************************************************************************/
/* Full-screen loading overlay */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* change to match your theme */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* ensure it stays on top */
}

/* Spinner animation */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333; /* your brand color */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*********************************************************************************/
/* Login Page                                                                    */
/*********************************************************************************/
.image_container {
	position: relative;
	width: 100%;
	height: 100vh; /* Full viewport height */
	overflow: hidden;
}

.image_app {
	width: 100%;
	height: 100%; /* Fill container vertically */
	object-fit: cover; /* Ensures the image covers without stretching */
	display: block;
	border: none;
	clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
}
/*********************************************************************************/
/* POS System                                                                    */
/*********************************************************************************/
.custom-input {
    border: none;
    border-bottom: 2px solid #000; /* change color as needed */
    background-color: transparent;
    border-radius: 0; /* optional, removes rounded corners */
    height: 40px;
}
.custom-input:focus {
    border-bottom-color: #000; /* keeps the bottom border same on focus */
    outline: none;
    box-shadow: none;
}
