/*----------------------------------------*/
/*  05. THEME CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Kanit", sans-serif;
}

html {

}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  position: relative;
  z-index: 1;
}



button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: var(--black-3);
  position: relative;
  z-index: 1;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.f-left{
	
	float:left !important;
	
}

.r-right{ float: right !important;   }
.r-right h6 { font-size:10px; color:#ccc; margin:10px 0px; text-align:right; }

.clear-all{ clear:both; }
.logo-s{
	
	width:200px;
	height:auto;
	
	
}

.navigation{ }

.views-count{
	

	margin-bottom:20px;

	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
	float:right;
	
}
img.qr{float:right !important;}
.views-count span{
	
	background:#ef4e23; 
	color:#fff;
	letter-spacing:1px;
	padding:5px 10px;
	
	
}

/* Color For Connect With Us */

.owner{ color: #ef4e23; font-size:18px; font-weight:bolder; }

.big{font-size:21px; font-weight:bold; letter-spacing:1px;}

.red{color:#ef4e23;}

.yellow{color:#fff;}

.blck{color:#ef4e23;}

.orange{color:#000; line-height: 40px;}

.ctc-red{
	
	background: #000;
}

.gst{padding:20px;}

.ctc-stats{
    
    background:#fff;
    
}

.ctc-orange{}

.ctc-any{}


/* white or black */

.white{color:white !important;}

.views-count{
	


	
}
	
	
	
.frame-work02{padding:0px;}


/*  Box Code */

.box{
	
	border:1px solid #eee;
	padding:20px;
	margin: 20px;
	position: relative;
	z-index: -1;
	
}

.box li{
    
    list-style-type: square !important;
    margin-left:20px;
    margin-top:10px;
    
}

.dark{
	
	font-weight:bold;
	color:#ef4e23;
	letter-spacing:1px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

.sml{ color:#ccc; font-size:14px; letter-spacing:1px; }

img.qr{
	
	border: 5px solid #fff;
    box-shadow: 0px 5px 10px 2px #ccc;
	
}

#header{margin:20px;}
.Compay-title{margin:20px; font-size:24px !important;}
.carousel-slider{margin:20px;}

/* Footer .
social-colors */
.social-green{background:#000;  index:9999; bottom:0; position:fixed; width:100% !important;}
.social-green li{margin:5px;}
.links-social{margin:0 auto; text-align:center; padding:5px !important;}

/* Footer */

#footer{ z-index:9999; position:relative; }

#footer h3{  padding:5px; text-align:center; letter-spacing:2px; font-size:18px;}
#footer h4{  padding:5px; text-align:center; letter-spacing:2px; font-size:12px;}

/* Phone Icons */

.la-angle-double-left:before {
    content: "\f100";
	color: #fff;
	font-size:24px;
	font-weight:bold;
}


.la-phone:before {
    content: "\f095";
	color: #ef4e23;
	font-size:32px;
}

.la-whatsapp:before {
    content: "\f232";
	color: #ef4e23;
	font-size:32px;
}

.la-envelope:before {
    content: "\f0e0";
	color: #ef4e23;
	font-size:32px;
}

.la-map-marked-alt:before {
    content: "\f5a0";
	color: #ef4e23;
	font-size:32px;
}

.fa-robot:before {
    content: "\f544";
	color: #ef4e23;
	font-size:32px;
}

/* Social Icons */

.la-facebook-f:before {
    content: "\f39e";
    color: #000;
	font-size:32px;
}

.la-twitter:before {
    content: "\f099";
	color: #000;
	font-size:32px;
}

.la-google-plus:before {
    content: "\f2b3";
	color: #000;
	font-size:32px;
}

.la-youtube:before {
    content: "\f167";
		color: #000;
	font-size:32px;
}


.st0{fill:#56b08c;}


.user-links-social{
	
	padding-top:20px;
}


li.fbs{
	
	
	width:50px;
	height:50px;
	background:#fff;
	border-radius: 50%;
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
	
}




/* Open / Close */


#container {


}
#drawer {
    position: fixed;
	 z-index:1;
    right: 0;
    bottom:0;
    height: 100%;
    overflow-x: hidden; /* Needed for initial hidden state */
	display: flex;
    overflow-x: hidden;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	
	
}
#drawer > div {
    height: 38%;
   
    float: left;
    position: relative;
    z-index: 1;
}
#drawer-handle {
    width: 28px;
    	background: #ef4e23;
	writing-mode: vertical-rl; 
	text-align:center;
		border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#drawer-content {
    width:         50px;
    margin-right: -50px; /* -width */
    background-color: #fff;
}
#drawer-content > p {
    padding: 10px;
}

.height-only{
	
	width:100%;
	height:100px !important;
	

	
}

.yellowbox{
    
    background:#ef4e23 !important;
    color:#fff !important; 
    font-weight:bolder;
    
}
#addToHomeScreen {
            display: none;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #006c6d;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        
        
 .share-btn {
            padding: 10px;
            font-size: 22px;
            float:right !important;
            color: #fff !important;
            	background:#000;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            margin-top: 10px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }
        .share-btn:disabled {
            background-color: #cccccc;
            cursor: not-allowed;
        }
        .share-btn svg {
            width: 22px;
            height: 22px;
        }        
        
        
        
 .darkone {
      padding: 10px;
      border-radius: 0px;
      max-width:100%;
      text-align: left;
      animation: colorChange 5s infinite;
       background-color: #006c6d;
  color: white;
      transition: all 0.5s;
    }

    .darkone .owner {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      display: block;
    }

    .darkone i {
      margin-right: 8px;
    }

    .darkone a {
      text-decoration: none;
    }

    .darkone a:hover {
      text-decoration: underline;
    }

    @keyframes colorChange {
      0% {
        
        background:#000;
        color: white;
      }
      
      50% {
          
        
        color: #000;
        BACKGROUND: WHITE;
      }
      
      100% {
        background:#000;
        color: white;
      }
      
    }        
    
    
    /* Chat Bot */
    
   .chat-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}


        .chat-box {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            height: 300px;
            overflow-y: auto;
        }

        .chat-box div {
            margin-bottom: 10px;
            max-width: 80%;
          
            padding: 10px;
            border-radius: 10px;
            position: relative;
        }

        .chat-box div.bot-message {
            text-align: left;
            background-color: #000;
			color:#fff !important;
            margin-left: 0;
			float:left;
        }

        .chat-box div.user-message {
            text-align: right;
            background-color: #f1f0f0;
            margin-right: 0;
			float:right;
        }

        .chat-box div .time {
            font-size: 12px;
            color: #888;
            position: absolute;
            bottom: 12px;
        }

        .chat-box div.user-message .time {
            left: 10px;
        }

        .chat-box div.bot-message .time {
            right: 10px;
        }

        input[type="text"] {
            width: 90%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            display: block;
        }

        .chart-icon {
            font-size: 24px;
            color: #25D366;
			margin:10px;
            cursor: pointer;
            background-color: #fff;
            border-radius: 50%;
            padding: 10px;
            border: 1px solid #ccc;
        }

        .chart-icon:hover {
            background-color: #000;
            color: white;
        }

        #whatsapp-btn {
            margin-top: 20px;
            background-color: #000;
            color: white;
            padding: 10px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
        }

        .chat-box div.bot-message,
        .chat-box div.user-message {
            max-width: 70%;
            word-wrap: break-word;
        }

        #whatsapp-btn {
            display: none;
        }

        /* Add some styling for ticks */
        .tick {
            font-size: 14px;
            color: #25D366;
            margin-left: 10px;
        }

        .single-tick::after {
            content: '✓'; /* One tick */
        }

        .double-tick::after {
            content: '✓✓'; /* Two ticks */
        }