/* =========================================
   Reset & Base Styles
   ========================================= */
/* Colors from the screenshot */ :root {
  --primary-teal: #0087a3; /* Primary header background */
  --accent-teal-dark: #005d81; /* Darker teal accents/buttons */
  --teal-dark-section: #0a5f78; /* Program Points ribbon bg */
  --light-blue: #e0f2ff; /* background */
  --white: #ffffff;
  --gray-bg: #f7f9fb;
  --text-dark: #333333;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: medium;
}

html {
  overflow-x: hidden;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 16px;
  line-height: 1.6;
  color: #000;
  overflow-x: hidden; /* Prevent horizontal scroll issues on reveal animations */
	background-color: #F7FEFF;
  margin: 0;
}
h1 {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}
h2 h3 h4 h5 {
  font-family: "Shippori Mincho B1", cursive;
}
h4 {
  color: #005d81;
}
h2 {
    margin-bottom: 30px;
	font-size: 24px;
    font-family: "Shippori Mincho B1";
	color: var(--accent-teal-dark);
	max-width: 21em;
	margin: 0 auto;
}


h5 {
	font-size: 20px; 
	font-family: "Shippori Mincho B1", cursive;
	color:var(--accent-teal-dark);
	padding-left: 30px;
	padding-bottom: 0.5em;}

p {
 text-align: left;
	max-width: 48em;
}


a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
	font-size: 16px;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}

hr {
    display:block;
	margin-top: 50px;
    border:0px;
    height:5px;
	background: url("../images/bar.svg") no-repeat top center;
	background-size:cover;

}

/* =========================================
   Utility Classes
   ========================================= */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-padding {
  padding: 60px 0 80px 0;
}
.text-center {
    text-align: center;
}
.mb-24 {
	margin-bottom: 6rem; /* 96px */
}

/* --- Back to Top Button --- */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-teal); /* Using your theme teal */
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2000; /* Stays above everything */
  /* Initial hidden state */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translateY(20px);
}
/* State when scrolled down */
#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#backToTop:hover {
  background-color: var(--accent-teal-dark);
  transform: scale(1.1);
}
/* =========================================
   Buttons
   ========================================= */
.btn-primary {
  display: inline-block; /* Allows margins and padding to work correctly */
  background-color: white;
  color: black;
  padding: 5px 40px;
  /* font-weight: bold;*/
  text-align: center;
  transition: transform 0.2s, background-color 0.2s;
  margin: 0 auto; /* Centers it if the parent is a flex column */
  /*		border: 3px solid;
		border-image: url("../images/btn-border.png") 10 round;*/
}
.btn-primary:hover {
  background-color: #004454;
  transform: scale(1.05);
}
.btn-outline {
  display: inline-block;
  /*    border: 1px solid var(--accent-blue);*/
  /*    color: var(--accent-blue);*/
  border: 10px solid;
font-family: "Klee One", serif;
	font-weight: bold;
  border-image: url("../images/btn-border.png") 10 round;
  margin-top: 20px;
  padding: 0px 30px;

  /*  font-weight: bold;*/
}
.btn-outline:hover {
  background-color: #005d81;
  color: var(--white);
}
.btn-link {
  display: inline-block;
  color: black;
  padding-bottom: 2px;
	text-decoration: underline;
	text-underline-offset: 8px;
  /*  font-weight: bold;*/
}

.btn-link:hover {
  border-bottom-color: transparent;
}
/* =========================================
   Placeholder Elements (for vector art)
   ========================================= */
.welcome-image-placeholder, .icon-placeholder, .point-image-placeholder {
  display: flex;
margin-top:0em;
  justify-content: center;
  align-items: center;
	border-radius: 10%;
  /*    color: #a0aec0;*/
  /*   text-transform: uppercase;
    font-weight: bold;*/
}
.point-image-placeholder img {
  max-height: 200px;
	margin: 0px;
}
.icon-placeholder img {
  /*  mix-blend-mode: multiply;*/
}


.placeholder-label {
  position: absolute;
  /*    bottom: 10px;*/
  left: 10px;
  font-size: 10px;
}
.quote-image-left {
  height: 2em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.quote-image-right {
  height: 2em;

  margin-bottom: -0.75em;
}
.hero-image-right {
  width: 4em;
  margin-bottom: -4em;
}
.hero-image-left {
  height: 3em;
  margin-bottom: -0.375em;
}
/* =========================================
   Header & Navigation
   ========================================= */
/* Header animation */
#headerdiv {
  background-image:url("../images/the-jopwell-collection-g44uP8SJ78g-unsplash.jpg");
	background-size:cover;
	background-blend-mode: multiply;
  background-position-x: left;
	  background-position-y:center;
  animation: headerdiv 120s infinite;
}

#headerdiv-services {
  background-image:url("../images/patrick-perkins-ETRPjvb0KM0-unsplash.jpg");
	background-size:cover;
	background-blend-mode: multiply;
  background-position-x: left;
	background-position-y: center;
}

#headerdiv-about {
  background-image:url("../images/jonas-jacobsson-2xaF4TbjXT0-unsplash.jpg");
	background-size:cover;
	background-blend-mode: multiply;
  background-position-x: left;
	background-position-y: center;
}

#headerdiv-programpoints {
  background-image:url("../images/lr_vitaly-gariev-Y7TJOcAtnpw-unsplash.jpg");
	background-size:cover;
	background-blend-mode: multiply;
  background-position-x: left;
	background-position-y: center;
}

#headerdiv-whatis {
  background-image:url("../images/john-price-FE7ATjzRRMs-unsplash.jpg");
	background-size:cover;
	background-blend-mode: multiply;
  background-position-x: left;
	background-position-y: center;
}

#headerdiv-faq {
  background-image:url("../images/the-jopwell-collection-g44uP8SJ78g-unsplash.jpg");
	background-size: cover;
	background-blend-mode: multiply;
  background-position-x: left;
  animation: headerdiv 20s infinite;
}

@keyframes headerdiv {
  30% {
    background-position-x: center;
  }
}
/* Navigation Base */
.main-header {
  background-color: #fff;
  /* position: sticky;
    top: 0;*/
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main-nav ul li a.active {
  background-image: url("../images/nav_hover.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
/* Dropdown Parent Container */
.dropdown {
  position: relative;
}
/* The actual list of links (Hidden by default) */
.dropdown-menu {
  position: absolute;
  top: 0%; /* Sits right below the nav item */
  /*  left: 0;*/
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
}
/* Show the menu when hovering over the parent 'li' */
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Individual Dropdown Links */
.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li a:hover {
  background-color: #f7f9fb;
  color: #0087a3; /* Teal from your logo */
}
/* Styles for Desktop (Hidden Hamburger) */
.hamburger {
  display: none;
  cursor: pointer;
}
.bar {
  display: block;
  width: 35px;
  height: 2px;
  margin: 5px auto;
  background-color: #005d81;
  transition: 0.3s;
}
/* Chevron Icon styling */
.chevron {
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.dropdown:hover .chevron {
  transform: rotate(180deg);
}
.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  padding-top: 5px;
}
.main-nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
.main-nav a:not(.contact-btn a) {
  font-size: 14px;
}
.main-nav a:hover {
  color: var(--accent-blue);
}
.contact-btn a {
  background-color: var(--primary-teal);
  color: var(--white);
  padding: 0px 18px;
  border-radius: 3px;
  border: 10px solid;
  border-image: url("../images/btn-border.png") 10 round;
  font-size: 14px;
  /*    font-weight: bold;*/
}
.contact-btn a:hover {
  background-color: var(--accent-teal-dark);
}
/* =========================================
   1. Hero Section (Teal)
   ========================================= */
/* --- Hero Section with Dynamic Height --- */
.hero-teal {
  background-color:var(--accent-teal-dark);
  color: var(--white);
  /* Dynamic Height Logic */
  height: 80vh; /* 80% of the screen height */
  min-height: 400px; /* Prevents it from getting too small on landscape phones */
  /* Centering the content inside the dynamic height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-subtext {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
}
.hero-title {
  text-align: center;
  max-width: 12em;
  font-size: 48px;
  /*    font-weight: bold;*/
  line-height: 1.3;
}
.whatis-hero {
  width: 100%;
  background-image: url("../images/header_icon_whatis.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100vh;
}
.whatis-hero h1 {
  text-align: center;
}
/* =========================================
   2. Welcome Section
   ========================================= */
.welcome-grid {
  display: grid;
  grid-template-columns: 1.5fr 2.25fr;
	margin-top: 50px;
  gap: 50px;
  align-items:flex-start;
}
.welcome-image-placeholder {
  position: relative;
  margin-bottom: 20px;
}
.welcome-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.welcome-text p {max-width: 38em;}

.japanese-title-small {
  font-size: 28px;
	  font-family: "Shippori Mincho B1", cursive;
  color: var(--accent-teal-dark);
  /* font-weight: bold;*/
  margin-bottom: 20px;
}
.welcome-text p:not(.japanese-title-small) {
  color: #000;
  margin-bottom: 30px;
}
/* =========================================
   3. Why Useful? Section
   ========================================= */
.section-title {
  margin-bottom: 25px;
	font-family: "Shippori Mincho B1";
  text-align: center;
	font-size: 40px;
}

.useful-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
	margin-top: -25px;
  margin-bottom: 35px;
	font-size:24px;
}
.useful-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}
.useful-icons-grid p {
font-size: 22px;
}

.icon-placeholder {
  width: 220px;
  height: 260px;
  /*    border-radius: 50%;
    background-color: var(--white);
    border: 3px solid #e1e8ed;*/
  margin-bottom: 0px;
  /*    box-shadow: 0 4px 6px rgba(0,0,0,0.05);*/
}
.useful-icon-item p {
  font-size: 16px;
  color: #000;
}
/* =========================================
   4. Program Points Section
   ========================================= */
.teal-ribbon {
  background-color: var(--teal-dark-section);
  width: 100%;
  color: var(--white);
  padding: 15px 30px;
  transform: translateY(-50%); /* Hangs over the gray bg */
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
}
.teal-ribbon h3 {
	font-family: "Shippori Mincho B1";
  font-size: 24px;
}
.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* No row definition needed here — subgrid derives rows from the cards */
}







.point-card {
  background-color: white;
  padding: 30px 40px;
  border-radius: 3px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
margin: 0 auto;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
}

.point-card .btn-link {
  margin-top: auto;
}

.point-image-placeholder {
  height: 180px;
  position: relative;
  margin-bottom: 25px;
}
.point-card h4 {
    font-family: "Shippori Mincho B1", cursive;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto 25px auto;
    color: #005d81;
}
.point-card p {
 align-self: start; /* sits at the top of its track */
 font-size: 14px;

  margin-bottom: 25px;
}
/* =========================================
   5. FAQ Section
   ========================================= */
.faq-container {
  width: 65%;
  margin: 40px auto;
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.faq-container h2 {
	text-align: center;
margin-bottom: 1em;}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background-color: var(--white);
  padding: 30px;
  border-radius: 3px;
	  margin-bottom: 50px;
  /*    border: 1px solid #e1e8ed;*/
}
.faq-question {
  color: var(--accent-teal-dark);
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 14px;
  color: #000;
  padding-left: 20px;
}

/* =========================================
   C-1. This is for you Section
   ========================================= */
/* Container for the specific sections */
.C-bullets-content-section {
  padding: 60px 0;
  max-width: 700px;
  /*    margin: 0 auto;*/
}
/* Bullet List Styling */
.C-bullets {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 30px auto;
}
.C-bullets li {
  position: relative;
  padding: 15px 0 15px 40px;
  border-bottom: 2px solid #333; /* Dark lines as seen in screenshot */
  font-size: 1.1rem;
  font-weight: 500;
}
/* The dark circle bullet */
.C-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  /*  background-color: #000;*/
  /*   border-radius: 50%;*/
}
/* Glass Card for Service List */
.glass-service-card {
  /*    background: rgba(255, 255, 255, 0.85);*/
  backdrop-filter: blur(10px);
  border-radius: 0px; /* Kept sharp as per your service detail screenshot */
  padding: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
.service-text-side {
  flex: 1;
}
.service-image-placeholder {
  width: 250px;
  height: 180px;
  background-color: #e5e7eb; /* Light gray box from screenshot */
  flex-shrink: 0;
}
.section-headline {
  text-align: center;
  font-size: 1.5rem;
  /* font-weight: bold;*/
  margin-bottom: 20px;
}
/* =========================================
   6. Footer CTA
   ========================================= */
.footer-cta- {
  background-color: #0d1e3a; /* Deep blue background */
  color: var(--white);
}
.footer-cta- h2 {
	font-family: "Klee One", serif;
	color: #fff;
	margin: 0 auto 15px auto;
  font-size: 32px;
}
.footer-cta- p {
    text-align: center;
    font-size: 18px;
    color: #a0aec0;
		margin: 0 auto;
    padding-bottom: 40px;
}
/* =========================================
   Footer
   ========================================= */
.main-footer {
  background-color: #122a4f;
  color: #718096;
  padding: 20px 0;
}
.main-footer p {
	font-size: 14px;
}
/* B-aboutus */
/* Members Grid */
.about-container {
/*  width: 90%;*/
  margin: 40px auto ;
  background: #fff;
/*  padding: 30px;*/
}
.members-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}
.profile-image-placeholder {
  width: 100%; /* Makes it fill the column width */
  margin: 0 auto;
  max-width: 220px; /* Keeps it from getting too huge on desktop */
  height: 280px;
  margin-bottom: 75px;
}

.profile-card2 {
	width:100%;
}
.birth-info {
/*  font-size: 13px;*/
  margin-bottom: 20px;
}
.bio p {
  margin-bottom: 15px;
  text-align: justify;
}

.bio-quote {
color: var(--accent-teal-dark);
	  font-family: "Klee One", cursive;
	font-size: 1.35em;
	letter-spacing: -0.1em;
	max-width: 18em;

	margin-top:3em;
}
/* Company Overview */
.company-overview {
  text-align: center;
  margin-bottom: 40px;
}
.company-overview h1 {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 2px;
}
.overview-table {
  width: 60%;
font-size: 24px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
}
.overview-table th {
  width: 30%;
  padding: 12px 0;
/*  font-size: 14px;*/
  /*  font-weight: bold;*/
  vertical-align: top;
}
.overview-table td {
  padding: 12px 0;
/*  font-size: 14px;*/
  vertical-align: top;
}
/* D-whatis */
/* TOP SECTION: Info and Descriptions */
.info-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;  /*    font-weight: bold;*/
}
.subtitle {
  font-size: 14px;
  margin-bottom: 50px;
  text-align: center;
}
.desc-grid {
  display: grid;
  grid-template-columns: 1fr; /* Default: 1 column for mobile */
	max-width: 48em;
  gap: 40px;
	margin: 40px auto 0px auto;
}
.desc-item {
  display: flex;
  flex-direction: column; /* Vertical stack for mobile */
  gap: 20px;
}
.side-head {
	font-family: "Klee One";
  color: var(--primary-teal); /* Blue heading */
  font-size: 24px;
text-align: left;
	margin-bottom: 0.5em;
}
.main-text p {
  margin-bottom: 15px;
}
.case-label {
  /*   font-weight: bold;*/
  color: #005d81;
}
/* BOTTOM SECTION: Examples */
.examples-section > h1 {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.example-list {
  display: grid;
  grid-template-columns: 1fr; /* Mobile-First: 1 column */
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.example-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 30px;
  display:block;
  flex-direction: column; /* Vertical stack for mobile */
  gap: 20px;
}
.example-text h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
/* Wireframe Lines */
.wireframe-lines div {
  height: 1px;
  background-color: #ddd;
  margin-bottom: 10px;
}
.example-icon-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Specific icon styles from wireframe */
.circle-x-icon, .talking-icon, .team-icon, .diversity-icon {
  min-height: 150px;
  color: #aaa;
}

.circle-x-icon img, .talking-icon img, .team-icon img, .diversity-icon img {
	width: auto;
	margin-bottom: 10px;
}


/* C-services */
.content-box {
  padding: 20px;
}
/* --- Wireframe Placeholder Lines --- */
.bullet-list-lines {
  list-style-type: disc; /* Force bullets to show */
  margin: 0 auto;
  padding-left: 20px; /* Ensures bullets are visible */
}
.bullet-list-lines li {
	font-size: 18px;}

/* --- Services Section --- */
.services-summary {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.services-text {
  flex: 1;
}
.image-placeholder {
  width: 250px;
  height: 180px;
  background: #eee;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.process-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  margin-bottom: 40px;
}
.process-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 40px;
}
.process-text h4 {
    color: #005d81;
    margin-bottom: 5px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.process-text p {
  margin-left: 2em;
}
/* --- Price Section --- */
.price-card {
  background: #eee;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-details {
  flex: 0.7;
}
.amount {
  font-size: 20px; /* font-weight: bold; */
}
/* FOOTER CTA */
.footer-cta {
  text-align: center;
}
.footer-cta p {
  font-size: 18px;
  margin-bottom: 30px;
}
.cta-button {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.3s;
}
.cta-button:hover {
  background-color: #333;
  color: #fff;
}


/* blog post */
#wp-blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;

  max-width: 1200px;
  margin: 0 auto 50px auto;
  width: 90%;
}
.wp-card {
  background: #fff; 
  padding: 1.25rem;
	  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.wp-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}
.wp-card-cat {
  font-size: 12px;
  color: #0087a3;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500;
}
.wp-card-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: #005d81;
}
.wp-card-title a {
  color: inherit;
  text-decoration: none;
}
.wp-card-title a:hover { text-decoration: underline; }
.wp-card-meta {
  font-size: 12px;
  color: #888;
}
.wp-card-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.wp-card-read {
  font-size: 13px;
  color: #0087a3;
  text-decoration: none;
  margin-top: auto;
}
.wp-card-read:hover { text-decoration: underline; }


@media (min-width: 768px) {
  /* TOP SECTION: Two-Column Flex */
  .desc-item {
    flex-direction: row; /* Horizontal for larger screens */
  }
  .side-head {
    flex: 1; /* Takes up left side */
    margin-right: 20px;
  }
  .main-text {
    flex: 2; /* Takes up right side */
  }
  /* BOTTOM SECTION: Two-Column Grid */
  .example-list {
    grid-template-columns: 1fr 1fr; /* 2 columns on tablet/desktop */
  }
  .example-card {
    flex-direction: row; /* Side-by-side card content */
    justify-content: space-between;
  }
  .about-container {
    width: 70%;
    padding: 50px;
	  
  }
  .members-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 100px;
  }
}
/* B-Programpoint */
/* --- Tab List Container --- */
.feature-tabs-container {
  width: 60%;
  margin: 40px auto -10px auto;
}
.feature-tabs {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
.feature-container {
  width: 65%;
  border-top: thick solid #4682b4;
  margin: -50px auto 40px auto;
  padding: 40px;
  background-color: white;
}
.feature-container h2 {
  text-align: center;
}
/* --- Individual Tab Item --- */
.tab-item {
  flex: 1; /* Makes all tabs equal width */
  background-color: var(--light-blue);
	font-family: "Klee One";
color:var(--accent-teal-dark);
  padding: 20px 5px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
	border-color: var(--accent-teal-dark);
	border-width: 3px 3px 0 3px;
	border-style: solid;
	border-radius: 10px 10px 0 0;
	
}
/* --- Hover & Active States --- */
.tab-item:hover {
  background-color: #f9f9f9;
  border-color: #0077b6;
}
.tab-item.active {
  border-bottom: 3px solid #0077b6; /* Highlight the selected tab */
}
/* --- The Little Triangle/Arrow below the tab --- */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e0e0e0; /* Match border color */
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-item.active .arrow-down {
  border-top-color: #0077b6; /* Color the arrow for the active tab */
}
.header-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  padding: 10px 25px;
  /*  font-weight: bold;*/
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
}
.blue-text {
  color: var(--accent-teal-dark);
}
/* --- Merit Items --- */
/* 1. THE PARENT (The Anchor) */
.merit-item {
  position: relative; /* CRITICAL: Without this, 'top' and 'left' won't work */
  display: flex;
  align-items: center;
  padding: 20px 0 10px 0; /* Give space for the big background number */
  z-index: 100; /* Create a stacking context */
}
.merit-1::before {
  content: "1";
  position: absolute;
  display: block;
  top: -20px;
  left: -10px;
  font-family: "Shippori Mincho B1", cursive;
  font-weight: bold;
  font-size: 160px;
  font-style: italic;
  color: #f0f4f7;
  z-index: -10;
}
.merit-2::before {
  content: "2";
  position: absolute;
  display: block;
  top: -20px;
  left: -10px;
  font-family: "Shippori Mincho B1", cursive;
  font-weight: bold;
  font-size: 160px;
  font-style: italic;
  color: #f0f4f7;
  z-index: -10;
}
.merit-3::before {
  content: "3";
  position: absolute;
  display: block;
  top: -20px;
  left: -10px;
  font-family: "Shippori Mincho B1", cursive;
  font-weight: bold;
  font-size: 160px;
  font-style: italic;
  color: #f0f4f7;
  z-index: -10;
}
.merit-icon {

  text-align: center;
}

.merit-icon img {
max-width: 250px;
	text-align: left;
	padding-right: 30px;
}
.merit-text h3 {
  font-size: 20px;
  margin-bottom: 8px;
	color: #004454;
	font-weight: 800;
}
/*.merit-text p {
  font-size: 14px;
}*/
/* --- Flex Layouts (Customization & Actors) --- */
.flex-container {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 20px;
}
.flex-text {
  flex: 2;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
.flex-image {
  flex: 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
/* --- Program Flow --- */
.program-flow {
  margin-top: 60px;
  padding: 40px 20px 40px 20px;
  border: 1px solid #005d81;
}
.program-flow h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}
.flow-steps {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 0px;
  margin-bottom: 40px;
}
.step {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;   /* row 1 = img, row 2 = span */
  justify-items: center;
  gap: 15px;
}

.step img {
  width: 85%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}


.arrow {
	color:#ccc;
  align-self: center;  /* vertically center arrows between the two rows */
  grid-row: 1;         /* sit in the image row */
}

.step p {
  align-self: start;
}

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


/* Jump Links */
.faq-nav ul {
  list-style: none;
  padding: 0;
}
.faq-nav li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.faq-nav li::before {
  content: "•";
  color: var(--accent-teal-dark);
  position: absolute;
  left: 15px;
}
.faq-nav a {
 	font-size: 16px;
 color: var(--accent-teal-dark);
  text-decoration: none;
}

.separator {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

.question {
  color: var(--accent-teal-dark);
  /*  font-weight: bold;*/
  display: flex;
  gap: 10px;
}
.answer {
  display: flex; /* Keeps 'A' and content side-by-side */
  gap: 10px;
  margin-top: 10px;
}
.answer-content {
  display: flex;
  flex-direction: column; /* Stacks the <p> and <ul> vertically */
  gap: 10px; /* Space between the text and the list */
}
.answer-content a {
  text-decoration: underline;
  color: #005d81;
}
.answer-content ul {
  list-style-type: disc; /* Force bullets to show */
  margin: 0;
  padding-left: 20px; /* Ensures bullets are visible */
}
.answer-content ul li {
  left: 10;
}
.question span, .answer span {
  /*  font-weight: bold;*/
  min-width: 10px;
}

/* ============================================================ */
/* FOR MOBILE */
/* ============================================================ */
@media screen and (max-width: 768px) {
  .hero-teal {
    height: 60vh; /* Slightly shorter on mobile to show more content below */
  }
  .hamburger {
    position: absolute;
    right: 4%;
    top: 30px;
    display: block; /* Show hamburger */
    margin-bottom: 20px;
  }
	
	#backToTop {
  width: 44px;
  height: 44px;
  bottom: 16px;
  right: 16px;
  font-size: 18px;
}
	
  .main-nav {
    position: absolute top: 100%; /* Starts right at the bottom edge of the header */
    display: none;
    flex-direction: column; /* The magic line */
    align-items: center; /* Centers items horizontally */
    /* If this is for your mobile menu, ensure it has a width */
    width: 80%;
    background: #eee;
    margin-bottom: 20px;
  }
	p {
		font-size: 16px;
	}
  /* When JS adds the 'active' class, slide it in */
  .main-nav.active {
    display: block;
  }
  .main-nav li {
    width: 100%;
    text-align: center;
  }
  .main-nav li a {
    display: block;
    padding: 5px;
  }
  .dropdown {
    opacity: 1;
    display: block;
  }
  .whatis-hero {
    background-size: 98% 90%;
  }
  .whatis-hero H1 {
    max-width: 7em;
    letter-spacing: -5px;
  }
  .hero-subtext {
    max-width: 18em;
  }
  .glass-service-card {
    flex-direction: column;
    padding: 30px;
  }
  .service-image-placeholder {
    width: 100%;
  }
  .container {
    width: 85%;
  }
  /* Base */
  /* Navigation - Basic vertical stack on mobile */
  .flex-header {
    flex-direction: column;
    gap: 15px;
  }
  .main-nav ul {
    flex-wrap: wrap;
    justify-content: left;
    gap: 5px;
  }
  .logo {
    font-size: 20px;
  }
  /* Hero */
  .hero-title {
    font-size: 28px;
  }
  .hero-teal {
    padding: 80px 0;
    background-size: cover;
  }
  /* Grids to single column */
  .welcome-grid, .useful-icons-grid, .points-grid {
    grid-template-columns: 100%;
    gap: 30px;
  }
  /* Welcome */
  .welcome-image-placeholder {
    text-align: center;
  }
  .welcome-image-placeholder img {
    height: auto;
  }
  /* Useful Icons */
  .useful-icon-item {
    text-align: center;
  }
.useful-icon-item p {
  font-size: 21px;
  color: #000;
}
	/* Blog posts fetch */
	  #wp-blog-cards {
    grid-template-columns: 1fr;
  }
	
  /* Program Points */
  .points-section {
    padding-top: 50px;
  }
  .teal-ribbon {
    transform: translateY(0);
    margin-bottom: 20px;
  }
  .points-grid {
    margin-bottom: 50px;
  }

	
	/* services */
	.section-title {
		font-size: 26px;
	margin-top:1em;}
	
	.example-text h2 {
	margin-left: 0;
	text-indent: 0em;
		min-width: 12em;
	}
	.point-card {padding: 20px 20px;}

	/* what is */
	.desc-grid {
		width: 85%;
	margin: 15px;}
	
  /* Footer CTA */
  .footer-cta- {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */

  }
  .footer-cta- h2 {
 text-align: center;
    width: 80%;
  }
  /* B-aboutus */
  .members-grid {
    display: flex;         /* Switch from grid to flex for easier centering */
    flex-direction: column;
    align-items: center;   /* Centers cards horizontally */
    gap: 40px;
  }
  .profile-card2 {
    width: 90%;
    margin: 0 auto 40px auto; /* Force horizontal centering and bottom spacing */

  }
		

  .faq-container {
    width: 86%;
    padding: 25px;
  }
	.about-container {
    width: 100%;
    padding: 15px;
	}
	.about-container h2 {
		max-width: 10em;
	}
	
  .overview-table {
    width: 90%;
	  padding-bottom: 40px;
  }
  .process-item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .process-icon {
    margin-left: 0px;
  }
  .process-text p {
    margin-left: 0;
	  padding: 0 10px;
  }
	.process-text h5 {
  text-indent: -1em;
}
	.feature-tabs-container {
  width: 85%;
}
  .feature-tabs {
    flex-direction: column; /* Stack vertically on small screens */
/*    gap: 20px;*/
  }
	
	.tab-item {
		width:100%;
		padding:12px;
		margin-bottom: -20px;
	}
	
  .feature-container {
    width: 100%;
padding: 30px 20px;
  }
  .arrow-down {
    display: none; /* Hide arrows on mobile to save space */
  }
  .merit-item::before {
    font-size: 80px; /* Scale down the background number on mobile */
    top: 0;
    left: 0;
  }
  .feature-tabs, .merit-item, .flex-container {
    flex-direction: column;
    text-align: center;
  }

	
  .flow-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
	vertical-align: middle;
    gap: 10px;
  }
  .flow-steps .step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
  }
  .flow-steps .step img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
  .flow-steps .step p {
    text-align: left;
    margin: 0;
  }
  .flow-steps .arrow {
    rotate: 90deg;
  }
  .content-box {
    padding: 40px 20px;
  }
  .side-head {
    text-align: center;
    margin-bottom: 20px;
  }
  .merit-number {
    margin-bottom: -10px;
  }
	/* FAQ */
	/* FAQ Details */
.faq-item {
	padding: 0;
}
	.faq-nav li {
  padding-left: 15px;
}
.faq-nav li::before {
  left: 0px;
}
}

/* ================== end of small screen ================= */


/* =========================================
   Pure CSS Reveal Effects
   ========================================= */
/*
   Note: Pure CSS reveals are always on by default when the class is present.
   To make them truly trigger on scroll without JS, we use a technique where
   the initial state is slightly delayed or relies on a subtle animation on load.
   For a robust implementation, a scroll-based JS library is required to add/remove
   these classes. Here, they are applied instantly.
*/
/* 1. Define Keyframes for the animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 2. Create the reveal class */
.reveal-up {
  animation-name: fadeInUp;
  animation-duration: 1s; /* Duration of the reveal */
  animation-timing-function: ease-out;
  animation-fill-mode: both; /* Prevents element from vanishing after animation */
}
/* 3. Add delays to subsequent sections for staggered effect on load */
.hero-teal {
  animation-delay: 0.1s;
}
.welcome-section {
  animation-delay: 0.3s;
}
.useful-section {
  animation-delay: 0.5s;
}
.points-section {
  animation-delay: 0.7s;
}
.faq-section {
  animation-delay: 0.9s;
}
.footer-cta {
  animation-delay: 1.1s;
}
/* --- Reveal Animation Core --- */
/* 1. The Hidden State (applied to elements in HTML) */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out; /* Smooth slide and fade */
  will-change: opacity, transform; /* Optimization for browsers */
}
/* 2. The Visible State (added by JavaScript on scroll) */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* 3. Optional: Staggered delays for items in a grid */
.reveal-delay-1 {
  transition-delay: 0.2s;
}
.reveal-delay-2 {
  transition-delay: 0.4s;
}
.reveal-delay-3 {
  transition-delay: 0.6s;
}
.reveal-left {
  opacity: 0;
  transform: translateX(-50px); /* Start 50px to the left */
  transition: all 0.8s ease-out; /* Smooth slide-in */
  visibility: hidden;
}
/* This class will be added by JavaScript */
.reveal-left.active {
  opacity: 1;
  transform: translateX(0); /* Slide to its natural spot */
  visibility: visible;
}
.reveal-right {
  opacity: 0;
  transform: translateX(50px); /* Start 50px to the left */
  transition: all 0.8s ease-out; /* Smooth slide-in */
  visibility: hidden;
}
/* This class will be added by JavaScript */
.reveal-right.active {
  opacity: 1;
  transform: translateX(0); /* Slide to its natural spot */
	visibility: visible;}
