

body {
	margin: auto;
	width: 100%;
	padding: auto;
	color: #000;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.7em; 
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top	
}

 body {
      user-select: none; /* Disable text selection */
      -webkit-user-select: none; /* Safari */
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE/Edge */
    }
.container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
	display:flex;
}

 .video-container {
  width: 100%;         /* or set a specific width like 800px */
  max-width: 2080px;     /* optional limit */
  aspect-ratio: 25 / 9; /* keeps a 16:9 video ratio */
  overflow: hidden;
  border-radius: 10px;  /* optional: rounded corners */
  margin: auto;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.homepage { 
background-color: none;
}

.subpage { background-color: none}

a, a:link, a:visited { color: red; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 2%; width: 98%; padding: 0; font-size: 15px; color: black; }
img { border: none; }
em { color: #000; font-weight: bold; font-style: normal; }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 32px; margin: 0 0 20px 0; padding: 5px 0 }
h2 { font-size: 26px; margin: 0 0 20px 0; padding: 5px 0; }
h3 { font-size: 22px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 16px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { 
	clear: both; 
	display: block; 
	max-width: 15%;  
	line-height: 30px; 
	text-align: center; 
	color:white; 
	font-weight: bold;
	float: center;
	background: Green; 
	border-radius: 10px;
	margin-right: 50px;
}

a.more:hover { 
	text-decoration: none; 
	color: black; 
}

.float_l { float: left; width: auto; margin: 10px;  }
.float_r { float: right; width: auto; margin: 10px;  }

a.less { 
	clear: both; 
	display: block; 
	max-width: 14%; 
	line-height: 30px; 
	text-align: center; 
	color: #fff; 
	font-weight: bold; 
	background: rgb(187, 18, 6);
	border-radius: 10px;
	margin-right: 50px;
}


/* WRAPPER */
#sh_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

/* HEADER */
#sh_header {
  background: none;
  background-image: url(newp/shlogo.png);
  background-size: cover;
  border-radius: 20px;
  padding: .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* LOGO */
#logo h3 {
  color: rgb(46, 100, 15);
  font-size: 1.5rem;
  margin: 0;
  font-family: Anton;
}

/* NAVIGATION */
#sh_menu {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem;
}

/* MENU LIST */
.nav-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.nav-list li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #35530c;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}

.nav-list li a:hover
 {
  background-color: #ffffff;
  color: #d90429;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: rgb(233, 227, 140);
    padding: 1rem;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
  }

  .nav-list.active {
    display: flex;
  }

  .nav-list li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}


/* end of menu */

/* slider */

#sh_middle { 
	clear: both;
	width: 100%;
	height: 50vh;
	padding: 0px 0;
	margin-bottom: auto;
	background: url() left top no-repeat
	position: relative;
	overflow: hidden;
}


#intro { 
	float: left; 
	padding: 15px 0; 
	width: 520px; 
}

#intro h2 { 
	font-size: 30px; 
	color: #fff; 
	margin-bottom: 30px; 
}

#intro p { 
	font-size: 14px; 
	letter-spacing: 1px; 
	word-spacing: 5px; 
	line-height: 24px; 
	color: #fff; 
	margin-bottom: 30px; 
}

#intro a.learn_more { 
	display: block; 
	width: 170px; 
	height: 40px; 
	background: url(images/tooplate_learn_more.jpg) no-repeat; 
}

#sh_middle_subpage { 
	clear: both;
	width: 100%;
	height: 130px;
	padding: 25px 0;
	background-color: rgb(223, 172, 8);
	border-radius: 15px 15px 15px 15px;
	position: relative;
	overflow: hidden;
}

#sh_middle_subpage h2 { 
	color: #fff; 
}

#sh_middle_subpage p { 
	font-size: 16px; 
	color: #fff; 
	line-height: 30px; 
}

#sh_middle_subpage a {
	color: #eee;
}

#slider {
	float: right;
	width: 30%;
	height: 240px; 
	overflow: hidden;
}

/* end of slider */

#sh_main {
	clear: both;
	width: 100%;
	margin: auto;
	padding: auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	
}
#sh_main ul {
	float: right;
	width: 100%;
	margin: 10px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#sh_main ul li  {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 0 0;
	margin: 0;
	font-size: 14px;
	text-align: auto;
	text-decoration: none;
	color: rgb(27, 26, 29);	
	font-weight: auto;
	outline: none;
	border: none;
}
/* intro box */
.intro-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background-color: #fff;
}

/* Standard boxes (side-by-side on desktop, stacked on mobile) */
.box {
  flex: 1 1 45%;
  max-width: 45%;
  background: #f3ecd7;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(245, 224, 156, 0.1);
  transition: all 0.3s ease;
}

.box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px 15px 15px 15px;
}

.box p {
  padding: 1rem;
  text-align: center;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}

.box li {
  padding: 1rem;
  text-align: left;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}
.box h2 {
  padding: 1rem;
  text-align: left;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}

.box h3 {
  padding: 1rem;
  text-align: left;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}
/* Full-width featured box */
.box2 {
  flex: 1 1 100%;
  max-width: 100%;
  background: #f1efe7;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.box2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px 15px 15px 15px;
}

.box2 p {
  padding: 1rem;
  width: 90%;
  text-align: center;
  object-fit: cover;
}
/* box3 ... portrait picture */
.box3 {
  flex: 1 1 45%;
  max-width: 45%;
  background: rgb(241, 239, 239);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(245, 224, 156, 0.1);
  transition: all 0.3s ease;
}

.box3 img {
  width: 100%;
  height: 600px;
  object-fit: contain;
  border-radius: 15px 15px 15px 15px;
 
}

.box3 p {
  padding: 1rem;
  text-align: center;
  width: 90%;
  object-fit: cover;
}
.box3 h3 {
  padding: 1rem;
  text-align: left;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}
.box3 h2 {
  padding: 1rem;
  text-align: left;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}
.box3 li {
  padding: 1rem;
  text-align: left;
  margin: 0 auto;         /* Centers the paragraph block */
  width: 80%;
  line-height: 1.5;        /* Improves readability */
}

/* Responsive adjustments */
@media (max-width: 1280px) {
  .box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .box img {
    height: 180px;
	width: 100%;s
  }

  .box1 img {
    height: 250px;
  }
  .box3 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .box3 img {
    height: 500px;
	width: 100%;
  }

  .box2 img {
    height: 250px;
  }
}

.text-with-image-box {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 1.5rem;
  background-color: #fdfeff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.inner-image-box {
  width: 100%;
  height: 200px;
  margin: 0 auto 1rem;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.inner-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: none;
}
.inner-image-box1 {
  width: 150px;
  height: 150px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.inner-image-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  float: none;
}

.text-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align:left;
}
.text-content li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.split-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 2rem;
  gap: 1rem;
}

.text-box {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-box {
  flex: 1 1 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* -----------------------------
   📱 Responsive Media Queries
------------------------------ */

@media (max-width: 768px) {
 
  .text-box,
  .image-box {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .inner-image-box {
	max-width: 100%;
    object-fit: contain;

  }

  .text-content h3 {
    font-size: 1.3rem;
  }

  .text-content p,
  .text-content li {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .text-with-image-box {
    padding: 1rem;
  }

  .inner-image-box {
    max-width: 100%;
	flex: 1 1 100%;
  }

  .text-content h3 {
    font-size: 1.2rem;
  }

  .text-content p,
  .text-content li {
    font-size: 0.9rem;
  }
}

.col_w960 { width: 100%; padding: 1rem; justify-content: space-between; border-radius: 1%; float:none; }
.col_w960 img {width: 100%; padding: 1rem; border-radius: 1%; float: none;  }
.col_w960 p {width: 100%; padding: 10px; }
.col_w600 { width: 55%;  padding: 20px; text-align: center; border-radius: 8px; }
.col_w600 p {margin: 5px }
.col_w600 img { width: 100%; height: 50vh; padding: 0.5 rem; border: 1px solid #000; border-radius: 1cap; }
.col_w450 { width: 45%; padding: 1%; }
.col_w450 img {width: 100%; padding: 0.3rem; border: 1px solid #000; border-radius: 1cap;}
.col_w450 p { width: 100%; padding: 1%; float: none;}
.col_w300 { width: 35%;  padding: 20px; text-align: center; border-radius: 8px; }
.col_w300 p {padding: 1rem }
.col_w300 img { width: 100%; height:50vh; padding: 0.5rem; border: 1px solid #000; border-radius: 1cap; }
.col_allw300 { width: 30%; float: left; padding: 2px; }
.col_last { padding: 1rem; }
.col_w960_last { width: 100%; padding: 1%;  background: none; display: flex; justify-content: space-between; box-sizing: border-box; float: none; }
.col_w960_last p { padding: 5px; width: 98%; }
.col_last { padding: 5px; }
.col_left {width: 45%; padding: 10px; float: left;}
.col_right {width: 45%; padding: 10px; float: right;}
.col_left img {width: 100%; padding: 4px; border: 1px solid #000; margin: auto; float: left;}
.col_right img {width: 100%; padding: 4px; border: 1px solid #000; margin: auto; float: right;}

.wwd_box { width: 95%; padding: 0.5%; }
.wwd_box img { float: left; width: 13%; margin: 10px; }
.wwd_box h3 { font-size: 16px; margin-bottom: 0 }
.wwd_box h3 a { color: #0e4369; font-size: 16px; font-weight: normal }
.wwd_box p { margin-bottom: 30px; margin-right: 5px; }
.wwd_box a.more { width: 15%; margin: 10px; }

.lp_box {width: 32%; padding: 20px; text-align: center; border-radius: 8px; }
.lp_box a.more {width: 23.5% }
.lp_box h6 { font-weight: bold }
.lp_box_last { margin: 4px; }
.lp_box p {margin: auto; color: black; width: 100%;
	  }
.lp_box_last p {margin: 4px;}
.lp_box img { width: 100%; height: 40vh; padding:0.5rem; border: 1px solid #000; border-radius: 20px; overflow: hidden; object-fit: cover; }

#cp_contact_form { 
	padding: 10px; 
	width: 90%; 
}

#cp_contact_form form { 
	margin: 5pxpx; 
	padding: 10px; 
}

#cp_contact_form form .input_field { 
	width:80%;
	padding: 10px;
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form form label { 
	display: block; 
	width: 50%; 
	margin-right: 10px; 
	font-size: 14px; 
}

#cp_contact_form form textarea { 
	width: 80%; 
	height: 160px; 
	padding: 10px; 
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form form .submit_btn { 
	margin: 5px 0px;
	padding: 10px 20px; 
	text-decoration: none; 
	background: #fff; 
	border: 1px solid #ccc;
	font-size: 14px;   
}

#map img { 
	width: 100%; 
	height: 200px; 
	border: 1px solid #999; 
	padding: 4px; 
}

.news_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.news_box h2 { 
	font-size: 20px; 
	margin-bottom: 0; 
}

.news_box p.date { 
	color: #000; 
}

.news_box img { 
	float: left; 
	width: 65%; 
	height: 100px; 
	padding: 4px; 
	border: 1px solid #000; 
	margin-right: 30px; 
}

.news_box a.more { 
	float: right; 
}

.sb_lp_box { 
	padding: 2rem;
    Width: 90%;
	border-radius: 1%;
	overflow: hidden;
	float: none;
}


.sb_lp_box img { 
	padding: 9px; 
	border: 1px solid #000;
    width: 100%;
	margin-right: 10px;	
}
.sb_lp_box p {color: black; margin: auto;}
.sb_lp_box a.more { width: 25%; margin: 10px; }



.post_box {  
	padding: 2rem;
    Width: 100%;
	border-radius: 1%;
	overflow: hidden;	
}

.post_box h2 { 
	font-size: 20px; 
	margin-bottom: 10px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
	color: black;
}

.post_box p span.cat a { 
	color: #cb5c02; 
	font-weight: 400; 
}

.post_box img { 
	padding: 0.5rem; 
	border: 1px solid #000;
    width: 100%; 
	border-radius: 1cap;
	float: none;
}

.post_box a.more { 
	float: right;
	width: 15%;
}

.post_box a.more { 
	float: left;
}

.lbe_box { 
	clear: both; 
	margin-bottom: 20px; 
}

.lbe_box h3 { 
	font-size: 16px; 
	margin-bottom: 0; 
}
	
.lbe_box h3 a { 
	color: #0e4369; 
	font-size: 16px; 
	font-weight: normal; 
}

.lbe_box h3 a span { 
	font-size: 12px; 
	color: #333; 
}

.lbe_box p { 
	margin-bottom: 0; 
}

.lbe_box p.date { 
	font-size: 10px; 
	font-weight: 700; 
	color: #0e4369; 
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

#gallery .gallery_box { 
	display: block; 
	float: left; 
	width: 30%; 
	margin: 0 30px 30px 0; 
	padding: 8px; 
	border: 1px solid #ccc; 
}

#gallery .third { 
	margin: 0 0 30px 0; 
}

#gallery .gallery_box a img { 
	border: 1px solid #ccc; 
	margin-bottom: 5px; 
}

#tooplate_cr_wrapper {
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #fff;
	
}

#tooplate_cr {
	width: 50%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #666;
	background-color: #fff;
}

#tooplate_cr a { 
	color: #5fa008; 
	font-weight: normal; 


}