html,body {
	caret-color: transparent;
	border:0;
	font:inherit;
	-webkit-text-size-adjust: none;
	/* color: #B2D665; */
	font-size: 1em;
	/*
	font-family: "Helvetica Neue", Ubuntu, "WenQuanYi Micro Hei", Helvetica, "Hiragino Sans GB", "Microsoft JhengHei", "PMingLiU", Arial, sans-serif;
	
	*/
	-webkit-font-smoothing:antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	margin: 0px;
	
	padding: 0px;
	background-color: #eee;
	overflow-x: hidden;
	background: #eee;
	font-family: 'Rokkitt', helvetica, arial, sans-serif; font-size: 20px; color: #222;}

}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	
	font:inherit;
}

section {
	display: flow-root;
}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50%;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}
.container {

	width: 90%;
	width: fit-content;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}


#Frames, .Frame {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/* text-align: center; */
}
#Frames {
  margin: 5% 0;
	
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.Frame {
	  margin: 5% 0;

	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	
	/*
	padding: 60px;
	*/
	border-width: 40px;
	border-style: ridge;
	/*
	border-color: #2F2D2D #434040 #4F4C4C #434040;
	*/
	border-color: floralwhite;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E4DF), to(#CDCDC6));
	background-image: -webkit-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -moz-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -o-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: linear-gradient(#E5E4DF, #CDCDC6);
	box-shadow: inset 0 2px 5px rgba(0,0,0,.6),0 5px 2px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.8);
	position: relative;
	overflow: hidden;


}
.Frame::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: -175px;
	right: 20%;
	width: 400px;
	height: 400px;
	transform: rotateZ(-40deg);
	-webkit-transform: rotateZ(-40deg);
	-moz-transform: rotateZ(-40deg);
	-o-transform: rotateZ(-40deg);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,.4)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,0));
}
@media print {
    .Frame::before {
        display: none; /* Hides the pseudo-element when printing */
    }
}
.Frame #headshot img {
	
	border-width: 6px;
	border-style: solid;
	/*
	border-color: #BBBAB4 #C7C7BF #E5E4DF #C7C7BF;
	box-shadow:  0 -1px 1px rgba(0,0,0,.1), 0 1px 1px 1px rgba(255,255,255,.7);
	*/
	border-top-color: floralwhite;
    border-left-color: floralwhite;
    border-bottom-color: #B2BEB5;
    border-right-color: #B2BEB5;
}

@font-face {
	font-family: "Rokkitt";
    src: url("./fonts/Rokkitt.otf") format("opentype");
}

@font-face {
	font-family: "Sukhumvit";
    src: url("./fonts/SukhumvitSet-Text.ttf") format("truetype");
}

.thai-text {
	font-family: "Sukhumvit";
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}
.lj-center {
	text-align: center;
}

.lj-left {
	text-align: left;
}

.fade_rule {
    margin: 0 auto;
    height: 1.5px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, gray));
}

#mainArea {
	padding: 0 40px;
}

.mainDetails {
	padding: 25px 20px;
	line-height: 0;
	background: #transparent;
	display: flow-root;
}

@-webkit-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.instaFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 0.7s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
}

.quickFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1.0s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 1.0s;
    animation-timing-function: ease-in;
}
 
.delayOne {
	-webkit-animation-delay: 0, .5s;
	-moz-animation-delay: 0, .5s;
	animation-delay: 0, .5s;
}

.delayTwo {
	-webkit-animation-delay: 0, 1s;
	-moz-animation-delay: 0, 1s;
	animation-delay: 0, 1s;
}

.delayThree {
	-webkit-animation-delay: 0, 1.5s;
	-moz-animation-delay: 0, 1.5s;
	animation-delay: 0, 1.5s;
}

.delayFour {
	-webkit-animation-delay: 0, 2s;
	-moz-animation-delay: 0, 2s;
	animation-delay: 0, 2s;
}

.delayFive {
	-webkit-animation-delay: 0, 2.5s;
	-moz-animation-delay: 0, 2.5s;
	animation-delay: 0, 2.5s;
}

/* Custom styles */
.padding-bottom-small {
	padding-bottom: 10px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
	padding-left: 0;
}

.keySkills ul li {
	margin-bottom: 3px;
}

.sectionTitle {
	float: left;
	width: 25%;
	text-align: left
}

.sectionContent {
	float: right;
	width: 72.5%;
	text-align: left;
}

.sectionTitle h1 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	/* color: steelblue; */
	color: #4E5356;
}

.sectionContent h2 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

@media all and (max-width: 910px) {
	.Frame { 
		padding: 0;
		border-width: 20px;
	}
	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}
	
	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}
	#name {
		float: none;
		width: 100%;
		text-align: center;
	}
	#headshot {
		display: none;
	}
	.mainDetails {
		padding: 15px 15px;
	}
	
	section {
		padding: 15px 0 0;
	}
	
	#mainArea {
		padding: 0 25px;
	}

	
	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}
	
	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
	.name2 {
		display: none;
		font-size: 10px;
	}
	#name h3 {
		padding-top: 6px;
	}
	#name h4 {
		display: none;
		padding-top: 8px;
		font-size: 14px;
	}

	#name .thai-name {
		display: none;
	}
	
	#contactDetails {
		padding-top: 12px;
		width: 100%;
	}
	.table-contact-details {
		margin-left: auto;
		margin-right: auto;
	}
}

@media print {
    #cv {
        width: 100%;
    }
}

a {
	color: #4E5356;
}

:root {
  --electric-border-color: #dd8448;
  --electric-light-color: oklch(from var(--electric-border-color) l c h);
  --gradient-color: oklch(
    from var(--electric-border-color) 0.3 calc(c / 2) h / 0.4
  );
  --color-neutral-900: oklch(0.185 0 0);
}


/* Inner container */
.inner-container {
  /* position: relative; */
  position: absolute;
    z-index: 50;
    width: 100%;

}

/* ------------------- Electric border - Begins --------------------- */
/* Border layers */
.border-outer {
  border: 2px solid rgba(221, 132, 72, 0.5);
  border-radius: 24px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.main-card {
  width: 100%;
  height: 100vh;
  border-radius: 24px;
  border: 2px solid var(--electric-border-color);
  margin-top: -4px;
  margin-left: -4px;
  filter: url(#turbulent-displace);

      max-width: 900px;
    margin: 5% 0;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
}

/* Glow effects */
.glow-layer-1 {
  border: 2px solid rgba(221, 132, 72, 0.6);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(1px);
}

.glow-layer-2 {
  border: 2px solid var(--electric-light-color);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(4px);
}
/* ---------------- Electric border - Ends -------------- */

/* ----------------- Glass surfce - Begins --------------- */

.dark-glass {
  background: rgba(0,0,0,0.1);
  border-radius: 25px;
  backdrop-filter: blur(4px);
  border: 2px solid rgba(0,0,0,0.2);
}
.glass {
  background: rgba(255,255,255,0.1);
  border-radius: 25px;
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255,255,255,0.2);
  margin: 30px;
}

body {
	background-image: url("./images/bg/wall-6.avif");
}

/* ----------------- Glass serface - Ends ----------------- */

/* ------------------ Call button - Begins ----------------- */

.call-button {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove default border */
    color: white; /* White text */
    padding: 15px 32px; /* Some padding */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline from link */
    display: inline-block; /* Make it block-level for padding/margin */
    font-size: 16px; /* Increase font size */
    margin: 4px 2px; /* Add some margin */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 8px; /* Rounded corners */
    transition-duration: 0.4s; /* Smooth transition for hover effects */
}

.call-button:hover {
    background-color: #45a049; /* Darker green on hover */
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); /* Add a shadow on hover */
}

/* ------------------ Call button - Ends --------------------- */