body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #fdfdfd;
  color: #222;
  text-align: center;
}

header {
  background-color: #fff;
  padding: 1rem 3rem;
  border-bottom: 1px solid #ddd;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background-color: #fff;
  border-bottom: none;
}

.logo {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #708090;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1;
}
.logo .accent {
  color: #e6c200;      
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0.5rem 0 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
}

.nav-links a:hover {
  color: #241850;
}

.hero {
  margin-top: 0;
  padding-top: 0;
}


.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
}

.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.nav-links a:hover {
  color: #708090;
}

.hero-full {
  padding: 0;
}

.hero-full-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.hero h2 {
  font-size: 2.5rem;
  color: #708090;
  text-align: center;
  margin: 2rem 0 1rem;
}

.hero p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1.1rem;
}

.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #87CEEB;
  color: #241850;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 1.5rem;   
  font-weight: 600; 
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #4682B4;
}

.inline-img {
  display: block;
  margin: 2rem auto;
  width: 80%;
  max-width: 1000px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.from-concern {
  text-align: center;
  margin: 3rem auto;
  max-width: 1000px;
}

.from-concern {
  text-align: center;
  margin: 3rem auto;
  max-width: 1000px;
}
.from-concern {
  text-align: center;
  margin: 3rem auto;
  max-width: 1100px;
}

.concern-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.concern-image img {
  width: 1000px;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.concern-table-wrapper {
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-table th {
  background-color: #c2185b; 
  color: #fff;
  padding: 1rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.learn-table td {
  border: 1px solid #ddd;
  padding: 1rem;
  vertical-align: top;
  line-height: 1.6;
}

.learn-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 900px) {
  .concern-layout {
    flex-direction: column;
    align-items: center;
  }

  .concern-image img,
  .concern-table-wrapper {
    width: 100%;
    height: auto;
  }
}








/* Services Page Styles */





.services-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
}

.service-block {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 6px;
  width: 48%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.service-block h2,
.service-block h3,
.service-block p,
.service-block ul,
.service-block li,
.service-cta {
  text-align: left;
  margin: 0;
  padding: 0;
}

.service-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-items ul {
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}

.service-items li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.service-cta {
  margin-top: 2rem;
  font-size: 0.95rem;
}

  .service-block {
    width: 100%;
  }





.hero-actions {
  margin-top: 1.5rem;
  text-align: center;
}
.btn-yellow {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  background-color: #FFD700;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.btn-yellow:hover {
  background-color: #e6c200;
}








/* Contact Page Styles */
.schedule-list {
  list-style: none;
  padding: 0;
  max-width: 400px;
  margin: 0 auto 2rem;
  text-align: left;
} 
.contact-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 3rem;
  background-color: #fff;
}

.contact-image img {
  width: 650px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.contact-info {
  max-width: 500px;
  line-height: 1.6;
}

.contact-info h2 {
  color: #87CEEB;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-info p {
  margin-bottom: 1rem;
}

.contact-info a {
  color: #87CEEB;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}


.page-section h2 {
  text-align: center;
  margin: 2rem 0 1rem;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}

.team-member {
  text-align: center;
  width: 220px;
  padding: 1rem;
  box-sizing: border-box;
}

.team-member img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.team-member h3 {
  margin: 0.4rem 0 0.3rem;
  font-size: 1rem;
}

.team-member .title {
  color: #708090;
  font-weight: bold;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

.team-member p {
  font-size: 0.85rem;
  margin: 0;
}




/* Workshop Page Styles */

.highlightheading {
  color: #cc0055;
}

.highlight-heading {
  color: #cc0055;
}

.main-head {
  color: #cc0055;
  font-size: 2.5rem;
}

.workshop-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.workshop-card {
  width: 280px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workshop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.workshop-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}

.workshop-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
  max-width: 900px;
  border: 3px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}

.workshop-table th,
.workshop-table td {
  border: 1.5px solid #fff;
  padding: 0.9rem;
  text-align: left;
}

.workshop-table th {
  background-color: #241850;
  color: #ccc;
}

.workshop-table tr:nth-child(even) {
  background-color: #ccc;
}

.schedule-list {
  list-style-type: none;
  padding: 0;
  margin: 1rem auto 2rem;
  max-width: 600px;
  line-height: 1.8;
}

.schedule-list li {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0;
}

.table-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #ccc;
  margin: 2rem auto;
  max-width: 900px;
}



/* About Page Styles */








.about-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 3rem auto;
  padding: 2rem;
  flex-wrap: wrap;
}

.about-left {
  flex: 1 1 45%;
  text-align: center;
}

.about-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}

.about-intro h1 {
  font-size: 2.5rem;
  color: #c2185b;
  margin-bottom: 1rem;
}

.about-intro p {
  line-height: 1.6;
  color: #222;
  font-size: 1rem;
}

.about-right {
  flex: 1 1 50%;
}

.about-section {
  margin-bottom: 2rem;
}

.about-section h2 {
  color: #c2185b;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.about-section p,
.about-list {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.about-list {
  list-style-type: disc;
  padding-left: 1.2rem;
}

@media (max-width: 900px) {
  .about-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-right {
    width: 100%;
  }

  .about-left {
    width: 100%;
  }
}



