@charset "utf-8";
/* CSS Document */

#map {
	width: 100%;
	height: calc((100vh - 101px) / 1.3);
	z-index: 1;
  }
.leaflet-control-attribution.leaflet-control {
	font-size: 12px !important; 
	color: #8abdcc !important;
}
.leaflet-control-attribution.leaflet-control a {
	font-size: 12px !important; 
	color: #8abdcc !important;
	text-decoration: none !important;
}
.leaflet-popup-content-wrapper {
  max-width: calc(100vw - 40px) !important; /* จอเล็ก → เว้นซ้ายขวา 20px */
}

.leaflet-popup-content {
  word-wrap: break-word;
  white-space: normal;
}
.contact-us-map { 
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 61px 60px 0;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}
.contact-us-text {
	width: 100%;
	max-width: 1340px;
	margin: 50px auto 100px;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}
.contact-us-fill { order: 1; }
.contact-us-logo {
	margin: 20px 0;
	position: relative;
	order: 2;
}

.contact-us-address {
	margin: 0 auto;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.contact-us-address img { 
	width: 70%;
	margin: 0 auto;
	display: block;
}
.contact-us-address hr { 
	width: 75%;
	height: 1px!important;
	background-color: rgba(114,151,98,.3);
}
.contact-us-address h1 {
	margin: -10px 0 -20px;
	font-size: clamp(28px, 15vw, 84px);
	font-weight: 900; 
	text-align: center; 
	color: var(--green00-color);
}
.contact-us-address h2 {
	font-size: clamp(20px, 14vw, 30px);
	color: var(--green02-color);
	text-align: center; 
}
.contact-us-address p {
	font-size: 15px;
	color: var(--green02-color);
	text-align: center; 
}
.contact-us-address .break { display: none; }
.map-name { 
    font-weight: 700!important; 
    color: var(--purple00-color); 
    font-size: 18px;
  }
  .map-detial { 
    font-weight: 100!important; 
    color: var(--purple03-color); 
    font-size: 14px!important;
  }
.caption-contact-us { margin-bottom: 40px;}
.caption-contact-us h1 {
	color: var(--purple04-color);
	text-align: right;
	font-size: clamp(28px, 14vw, 74px);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 0 2px var(--purple04-color) ;
	letter-spacing: 3px;
	display: inline-block;
}
.caption-contact-us p { color: var(--purple04-color); }

.contact-us-form {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.contact-us-form li {
	width: 100%;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
.contact-us-form li.message { margin-bottom: 11px; }
.contact-us-form li.security-photo {
	width: 30%;
	height: 46px;
	background-color: #edf2f3;
}
.contact-us-form li.security-photo .code-center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.contact-us-form li.security-box {
	width: 70%;
}
.contact-us-form li:last-child { padding-top: 30px; }
.contact-us-form input[type=submit] { margin: 0 auto; display: block;}
.contact-us-form li .box {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}


/* ------------------ FORM SEND ------------------ */
.form-send { 
	height: 100vh;
	background-color: #fff;
	/*background-image: url("../img/contact/contact-us-orchid-aroid-cover.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	background-size: ;*/
}
.form-send .range-1280px { height: 100%;}
.form-send .form-send-text h1 {
	color: var(--purple04-color);
	text-align: right;
	font-size: clamp(28px, 14vw, 74px);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 0 2px var(--purple04-color) ;
	letter-spacing: 3px;
	display: inline-block;
}
.form-send .form-send-text h2 {
	font-size: clamp(28px, 14vw, 40px);
	font-weight: 600; 
	color: var(--purple03-color);
}
.form-send .form-send-text h3 {
	margin-top: -7px;
	font-size: clamp(22px, 14vw, 26px);
	font-weight: 400; 
	color: var(--purple02-color);
}
.form-send .form-send-text p {
	margin: 0;
	padding: 0;
	font-size: clamp(14px, 14vw, 17px);
	font-weight: 200; 
}
.scrolling.form-send-scrolling { top: -60px; margin-top: -50px;}

