* {
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
  background: white;
  background-position: center;
  background-size: cover;
  height: auto;
}

.navbar {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  padding: 20px 40px;
}

.navbar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px; /* Increased navbar height */
}

.icon {
  display: flex;
  align-items: center;
}

.logo {
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  color: #0D4818;
  font-family: Arial;
  margin: 0; 
}

.logo a{
  text-decoration: none;
  color: #0D4818;
}

.menu {
  flex: 1;
}

ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  height: 100%; /* Fill navbar-row height */
}

ul li {
  margin: 0;
  font-size: 16px; /* Slightly bigger links */
}

ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.596);
  font-family: Arial;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  padding: 10px 0; /* More vertical clickable area */
}

ul li a:hover {
  color: rgb(13, 72, 24);
  font-size: 17px;
  }

ul li a.active{
  color: #0D4818;
  font-size: 17px;
}

.search {
  display: flex;
  align-items: center;
}

.search a{
  text-decoration: none;

}

.srch {
  width: 150px;
  height: 20px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid black;
  border-right: none;
  background: transparent;
  color: rgb(13, 72, 24);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.btn {
  height: 22px;
  background: black;
  border: 2px solid black;
  color: white;
  font-size: 12px;
  padding: 0 12px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.srch:focus {
  outline: none;
}

.content {
  width: 1200px;
  height: auto;
  margin: auto;
  color: black;
  position: relative;
}

.content .par {
  padding-left: 20px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.content h1 {
  font-family: 'Times New Roman';
  font-size: 50px;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}

.content span {
  color: rgb(13, 72, 24);
  font-size: 60px;
}

.form {
  width: 250px;
  height: 380px;
  background: linear-gradient(to top, rgb(40, 4, 55) 50%, rgb(40, 4, 55) 50%);
  position: absolute;
  top: -20px;
  left: 870px;
  border-radius: 10px;
  padding: 25px;
}

.form h2 {
  width: 220px;
  font-family: sans-serif;
  text-align: center;
  color: black;
  font-size: 22px;
  background-color: rgb(13, 72, 24);
  border-radius: 10px;
  margin: 2px;
  padding: 8px;
}

.form input {
  width: 240px;
  height: 35px;
  background: transparent;
  border-bottom: 1px solid rgb(13, 72, 24);
  border-top: none;
  border-right: none;
  border-left: none;
  color: rgb(13, 72, 24);
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: sans-serif;
}

.from input:focus {
  outline: none;
}

::placeholder {
  color: rgb(13, 72, 24) transparent;
  font-family: Arial;
}

.btnn {
  width: 240px;
  height: 40px;
  background: rgb(13, 72, 24);
  border: none;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  color: yellow;
  transition: 0.4s ease;
}

.btnn:hover {
  color: rgb(13, 72, 24);
  background: black;
}

.btnn a {
  text-decoration: none;
  color: green;
  font-weight: bold;
}

.form .link {
  font-family: Arial;
  font-size: 17px;
  padding-top: 20px;
  text-align: center;
}

.form .link a {
  text-decoration: none;
  color: rgb(13, 72, 24);
}

.liw {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.icons a {
  text-decoration: none;
  color: rgb(13, 72, 24);
}

.icons ion-icon {
  color: rgb(13, 72, 24);
  font-size: 30px;
  padding-left: 14px;
  padding-top: 5px;
  transition: .3s ease;
}

.icons ion-icon:hover {
  color: rgb(66, 11, 90);
}

.meeting-image {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.meeting-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.divider {
  height: 3px;
  background-color: #0D4818;
  margin: 0 auto;
  max-width: 1400px;
  margin-top: -15px;
}

.three-lines {
  height: 10px;
  background: #0d4818d7;
  box-shadow: 0 10px 0 #b0c090, 0 20px 0 #74845c;
}


.bottom-header{
  background-color: #0d4818d7;
  width: 1170px;
  color: rgba(255, 255, 255, 0.715);
  text-align: left;
  padding: 30px 150px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: relative;
  height: 60px;
}

.bottom-header p{
  margin: 0;
}

.staff-section{
  max-width: 800px;
  margin: 60px auto;
  padding: 0 40px;
  font-family: Arial, sans-serif;
}

.staff-member{
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0c090;
}

.staff-name{
  font-size: 22px;
  color: #0D4818;
  margin-bottom: 5px;
}

.staff-title{
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.staff-email{
  font-size: 14px;
  color: #555;
}

.staff-email a{
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.staff-email a:hover{
  text-decoration: underline;
  color: #74845c;
  transition: 0.1s ease-in-out;
}

.staff-photo{
  height: 125px;
  width: 125px;
  object-fit: cover;
  float: right;      /* float image to the right of text */
  margin-left: 20px; /* optional: spacing between text & image */
  margin-top: -109px; /* adjust this to align vertically if needed */
}


body{
  font-family: Arial, sans-serif;
  background: #f5f7fa;
}

.contact-page{
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  gap: 50px;
}

.contact-left{
  flex: 1;
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.contact-left h2{
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

form .form-row{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

form input, form textarea{
  width: 100%;
  padding: 15px;
  border: 1px solod #ccc;
  border-radius: 8px;
  font-size: 14px;
}

form textarea{
  height: 120px;
}

.checkbox{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  white-space: nowrap;
  color: #555;
}

.btn-submit{
  background: #0D4818;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.btn-submit:hover{
  background: #0d4818d7;
  transition: 0.2s ease-in-out;
}

.contact-right{
  flex: 1;
  padding: 40px 20px;
}

.contact-right h2{
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-right p{
  margin-bottom: 40px;
  color: #555;
}

.contact-info-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.info-box{
  display: flex;
  align-items: self-start;
  gap: 15px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.icon-circle{
  flex-shrink: 0;
  background:#0D4818;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.icon-circle ion-icon{
  font-size: 22px;
}

.info-text h3{
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #0D4818;
}

.info-text p{
  margin: 0;
  color: #333;
  font-size: 14px;
  word-break: break-word;
}

.info-text a{
text-decoration: none;
color: black;
}

.specializations{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
gap: 50px;
margin: 100px;
}

.specializations-box{
position: relative;
display: block;
height: 250px;
background-size: cover;
background-position: center;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
transition: transform 0.3s ease;
}

.specializations-box:hover{
transform: scale(1.02);
}

.specializations-box::before{
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.4);
}

.specializations-box .overlay{
position: relative;
z-index: 1;
color: white;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.specializations-box h3{
font-size: 1.8rem;
margin: 0;
}

.image-section {
display: flex;
align-items: flex-start;
justify-content: center;
gap: 20px; /* smaller gap to bring text closer */
padding: 50px;
flex-wrap: wrap;
}

.left-image {
flex: 1 1 600px;
text-align: left;
}

.left-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}

.description {
margin-top: 20px;
font-size: 1rem;
line-height: 1.6;
color: #333;
max-width: 1000px;
}

.right-content {
flex: 1 1 500px;
max-width: 1000px;
display: flex;
flex-direction: column;
gap: 20px; /* space between title and button */
align-items: center;
}

.right-content h1 {
font-size: 2.5rem;
margin: 0;
padding: 10px 100px;
}

.contact-button {
background: #0D4818;
color: white;
padding: 15px 200px;
border: none;
border-radius: 30px;
cursor: pointer;
text-decoration: none;
width: fit-content;
display: inline-block;
text-decoration: none;
}

.contact-button:hover {
background: #0d4818d7;
transition: 0.2s ease-in-out;
}

.website-btn {
background: #0D4818;
color: white;
padding: 7px 20px;
border: none;
border-radius: 30px;
cursor: pointer;
display: flex;
text-decoration: none;
align-items: center;
}

.website-btn:hover {
background: #0d4818d7;
transition: 0.2s ease-in-out;
}

.website-icon-circle {
flex-shrink: 0;
color: white;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
text-decoration: none;
}

.map-container{
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

.map-container iframe{
width: 100%;
height: 400px;
border: 0;
}

.map-text{
text-align: center;
}

.map-text h1{
font-size: 40px;
padding: 30px;
}

.separator{
display: flex;
align-items: center;
text-align: center;
margin: 40px 0;
}

.separator::before,
.separator::after{
content: "";
flex: 1;
border-bottom: 3px solid #0D4818;
}

.separator:not(:empty)::before {
margin-right: 20px;
}

.separator:not(:empty)::after {
margin-left: 20px;
}

.spearator span{
color: #0D4818;
font-weight: bold;
}

.response-msg{
font-size: 20px;
text-align: center;
color: black;
}

.menu ul li.dropdown-parent{
position: relative;
}

.menu ul li .dropdown{
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: white;
border: 1px solid #ccc;
min-width: 160px;
min-height: 118px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
z-index: 1000;
padding: 0;
margin: 0;
list-style: none;
}

.menu ul li.dropdown-parent:hover .dropdown,
.menu ul li.dropdown-parent .dropdown:hover {
display: block;
}

.menu ul li .dropdown li {
border-bottom: 1px solid #ddd;
}

.menu ul li .dropdown li:last-child {
border-bottom: none;
}

.menu ul li .dropdown li a{
display: block;
padding: 10px 15px;
color: #0D4818;
text-decoration: none;
font-weight: normal;
font-family: Arial, sans-serif;
transition: background-color 0.3s ease;
}

.menu ul li .dropdown li a:hover {
background-color: #f0f5eb;
}

.menu ul li.dropdown-parent > a::after {
content: "▼";
font-size: 0.6em;
margin-left: 5px;
color: rgba(0, 0, 0, 0.596);
display: inline-block;
font-size: 15px;
transition: transform 0.5s ease;
}

.menu ul li.dropdown-parent:hover > a {
color: #0D4818;
font-size: 17px;
background-color: #f0f5eb;
border: #f0f5eb;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.menu ul li.dropdown-parent:hover > a::after {
transform: rotate(180deg);
color: #0D4818;
}
.lang-switch {
  display: flex;
  gap: 20px;              /* controls spacing */
  align-items: center;
  padding-right: 30px;
}

.lang {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.lang:hover {
  color: #0D4818;
}

.lang.active {
  color: #0D4818;
  text-decoration: underline;
}