/*----------------------------------------*/
/*  05. THEME CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  
}

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;
	
	
}

.container{padding:0px !important;}

.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:#cf0005; 
	color:#fff;
	letter-spacing:1px;
	padding:5px 10px;
	
	
}

/* Color For Connect With Us */

.owner{ color: #d0060d; font-size:18px; font-weight:bolder; }

.big{font-size:21px; font-weight:bold; letter-spacing:1px;}

.red{color:#f23d50;}

.yellow{color:#fff;}

.blck{color:#000;}

.orange{color:#00509d; line-height: 40px;}

.ctc-red{
	
	background: #8c4900;
}

.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:#cf0004;
	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:0px;}
.Compay-title{margin:20px; font-size:24px !important;}
.carousel-slider{margin:20px;}

/* Footer .
social-colors */
.social-green{background:#8c4900;  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;}



/* Nest Body */


	.container {
  max-width: 100%;
  margin: auto;
}

/* ---------- HERO VIDEO ---------- */
.hero {
    
 position: relative;
  width: 100% !important;
  min-height: 100vh;   /* mobile safe viewport */
  background: #000;
}

.hero video {
  width: 100% !important;
  height: auto;
  display: block;

}


.hero-click {
  position: absolute;
  inset: 0;
  z-index: 5;
  cursor: pointer;
}



/* ---------- SECTION ---------- */
section {
  padding: 20px 10px;
}
#explore {
  margin-top: 16px;
}




/* ---------- PAGE 2 BANNER ---------- */
.page2-banner {
  background: url("Images/banner.jpg") center/cover no-repeat;
  border-radius: 22px;
  padding: 26px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page2-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.2)
  );
}

.page2-banner-content {
  position: relative;
  z-index: 2;
}

.page2-banner h2 {
  font-size: 20px;
  font-weight: 500;
}

.page2-banner h1 {
font-size: 36px;
font-weight: 700;
margin: 6px 0;
letter-spacing: 1px;
}



.page2-banner p {
  font-size: 16px;
}

/* ---------- CATEGORY ICONS ---------- */
.category-row {
  display: flex;
  justify-content: center;   /* center the group */
  gap: 8px;                 /* equal spacing */
  margin: 18px 0;
  flex-wrap: nowrap;
}


.category-item {
  width: 62px;              /* 👈 fixed width */
  text-align: center;
  font-size: 12px;
}

.category-item span {
  display: block;
  margin-top: 4px;
  line-height: 1.2;
}



.category-item .icon {
  width: 62px;
  height: 62px;
  background: #9c5a13;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.category-item img {
  width: 62px;
}

/* ---------- RECOMMENDATION ---------- */
.recommend-title {
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0;
}

.recommend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.recommend-card {
  border: 6px solid #9c5a13;
  border-radius: 22px;
  overflow: hidden;
}

.recommend-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.recommend-card p {
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
}





/* ---------- CATEGORIES ---------- */
.categories {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.cat {
  text-align: center;
  font-size: 12px;
}

.cat img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #b87333;
  padding: 6px;
}

/* ---------- CARDS ---------- */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.card {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #b87333;
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card p {
  padding: 8px;
  font-size: 13px;
  text-align: center;
}

/* ---------- SHOWCASE ---------- */
.showcase {
  text-align: center;
}

.showcase h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Card wrapper */
.showcase-card {
  width: 75%;
  margin: 0 auto 24px;
  border: 10px solid #9c5a13;   /* brown frame */
  border-radius: 24px;
  overflow: hidden;
}

/* Image inside card */
.showcase-card img {
  width: 100%;
  height: auto;
  display: block;
}


/* ---------- BUSINESS INFO ---------- */
.business {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.business img{
width:100%;
height:auto;
 border-radius: 20px;
}

.business h2{ 
font-weight: 500;
    font-size: 24px;
    margin-top: 10px;
}

.abt{

background:#fff;
padding:10px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}


.abt h3{
font-weight:400;
}

.cts h3{

font-weight:400;
font-size:14px;
color: #8c4900 !important; 
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.badge {
  background: #b87333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
}

/* ---------- CONTACT ---------- */
.contact p {
  font-size: 14px;
  margin: 6px 0;
}

.contact {
  margin-top: 10px;
}


.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.contact-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 2px;
}

.contact-item span {
  display: block;
}



/* ---------- GALLERY ---------- */
.gallery img {
  width: 100%;
  border-radius: 18px;
}
#heroVideo {
  cursor: pointer;
}




/* Phone Icons */

.la-angle-double-left:before {
    content: "\f100";
	color: #fff;
	font-size:24px;
	font-weight:bold;
}




.la-phone:before {
    content: "\f095";
	color: #5f2f14;
	font-size:32px;
}

.la-whatsapp:before {
    content: "\f232";
	color: #5f2f14;
	font-size:32px;
}

.la-envelope:before {
    content: "\f0e0";
	color: #5f2f14;
	font-size:32px;
}

.la-map-marked-alt:before {
    content: "\f5a0";
	color: #5f2f14;
	font-size:32px;
}

.fa-robot:before {
    content: "\f544";
	color: #5f2f14;
	font-size:32px;
}

/* Social Icons */

.la-instagram:before {
    color: #8c4900;
    font-size: 32px;
}

.la-twitter:before {
    content: "\f099";
	color: #8c4900;
	font-size:32px;
}

.la-google-plus:before {
    content: "\f2b3";
	color: #8c4900;
	font-size:32px;
}

.la-youtube:before {
    content: "\f167";
		color: #8c4900;
	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:99999;
    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: 28%;
   
    float: left;
    position: relative;
    z-index: 1;
}
#drawer-handle {
    width: 28px;
    	background: #5f2f14;
	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:#000 !important;
    color:#fff !important; 
    font-weight:bolder;
    margin-left:20px;
    
}
#addToHomeScreen {
            display: none;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #000;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        
        
 .share-btn {
            padding: 10px;
            font-size: 22px;
            float:right !important;
            color: #fff !important;
            	background:#00509d;
            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:#00296b;
        color: white;
      }
      
      50% {
          
        
        color: #00296b;
        BACKGROUND: WHITE;
      }
      
      100% {
        background:#00296b;
        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 */
        }