
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
	margin: 0;
	padding: 0;
	background: #FAF5FF; 
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #4B5563; 
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #CA8A04; 
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4B5563;
}

a:hover {
}

#wrapper {
	overflow: hidden;
	background: #FAF5FF; 
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 150px;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	padding: 5px 0px 20px 0px;
	letter-spacing: -6px;
	text-transform: capitalize;
	font-size: 80px;
	color: #CA8A04;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	font-size: 20px;
	font-weight: 300;
	color: #4B5563;
}

#logo p a {
	color: #4B5563;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #4B5563;
}


/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 52px;
	margin-bottom: 2em;
	background: #673794; 
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 30px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: white; 
}

#menu a:hover, #menu .current_page_item a {
	background: #9333EA; 
	color: white; 
}

#menu .current_page_item a {
}

/* Page */

#page {
	overflow: hidden;
	padding: 0px 20px 40px 20px;
}

/* Content */

#content {
	float: left;
	width: 752px;
	padding: 0px 0px 0px 0px;
}


/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	background-color: #673794; 
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: white; 
}

#footer a {
	text-decoration: underline;
	color: white; 
}

#footer a:hover {
	text-decoration: none;
	color: #E9D5FF;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}


/* Three Column Content */

#three-column {
	overflow: hidden;
	padding: 10px 0px 50px 0px;
}

#three-column .tbox1 {
	float: left;
	width: 384px;
	margin-right: 20px;
}

#three-column .tbox2 {
	float: left;
	width: 384px;
}

#three-column .tbox3 {
	float: right;
	width: 384px;
}

.box-style {
	background: #FFFFFF; 
	text-align: center;
	border: 2px solid #E9D5FF;
	border-radius: 10px;
}

.box-style h2 {
	padding: 10px 0px;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: bold;
	color: #CA8A04;
}

.box-style .content {
	overflow: hidden;
	width: 324px;
	padding: 30px;
}

.button
{
	display: inline-block;
	margin: 1em 0em;
	background:#673794; 
	padding: 1em 2em;
	color: white; 
	border-radius: 10px;
	font-weight: bold;
	transition: background 0.3s ease;
}

.button:hover {
	background: #9333EA;
	color: white;
}

/* ===== Contact Page ===== */
.page-title {
  text-align: center;
  margin: 40px 0 10px;
}
.page-title h1 {
  font-size: 40px;
  font-weight: 700;           
  letter-spacing: 2px;
  color: #CA8A04;             
  text-transform: uppercase;
  margin: 0 0 8px;
}
.page-title .subtitle {
  margin: 0;
  color: #4B5563;            
  opacity: 0.9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;   
  gap: 24px;
  padding: 20px;
}

.contact-card {
  background: #FFFFFF;                
  border: 2px solid #E9D5FF;           
  border-radius: 12px;
  padding: 20px;
}
.contact-card h2, .contact-card h3 {
  color: #CA8A04;                       
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.contact-form .field {
  margin-bottom: 14px;
}
.contact-form label {
  display: block;
  margin-bottom: 6px;
  color: #4B5563;
  font-weight: 600;
}
.contact-form .req { color: #4B5563; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  background: #FAF5FF;
  border: 2px solid #E9D5FF;           
  border-radius: 8px;
  color: #4B5563;                    
  outline: none;
  font-family: 'Oxygen', sans-serif;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #673794;                
  box-shadow: 0 0 0 3px rgba(168,85,247,0.25);
}

.form-tip {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.85;
  color: #4B5563;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.contact-list li {
  margin: 6px 0;
}
.contact-list a {
  color: #4B5563;                      
  text-decoration: underline;
}

.map-placeholder {
  margin-top: 14px;
  height: 180px;
  border: 2px dashed #E9D5FF;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #FAF5FF;
  opacity: 0.9;
}
.map-placeholder p {
  margin: 0;
  color: #4B5563;
}
.entry p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
}
