@charset "UTF-8";

/* Global Reset */
html {
  font-size: clamp(8px, 1.2vw, 16px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: auto;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

/* Wrap everything you want to scale in .wrapper */
.wrapper {
  transform-origin: top left;
  width: 100%;
}

/* Header */
.header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 5.875rem;
  padding: 1.4375rem 11.5rem;
  background: #A2E1F9;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  gap: 3.4rem;
  flex-shrink: 0;
}
.logo img {
  max-height: 3rem;
}
.nav-items {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 3.3rem;
  padding: 0rem 3.5rem 0rem 3.5rem;
}
.nav-items a {
  flex-shrink: 0;
  text-decoration: none;
  color: black;
  position:relative;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid transparent;
}
.nav-items a.active,
.nav-items a:hover {
  border-bottom: 1px solid black;
}

/* Buttons */
.button, .button2, .button4 {
  text-decoration: none;
  color: #000;
  display: flex;
  width: 14.1875rem;
  height: 2.6875rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border: 1px solid #000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button2 {
  background-color:#A2E1F9;
  border: 1px solid transparent;
}
.button:hover,
.button2:hover, .button4:hover {
  background-color: #1B8FC0;
  color: white;
  border-color: #1B8FC0;
}
.button:hover .arrow-icon,
.button2:hover .arrow-icon {
  filter: brightness(0) invert(1);
}
.button3{
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  width: 14.1875rem;
  height: 2.6875rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border: 0.95px solid #FFFFFF;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-weight: 300;
}
.button3:hover{
  background-color: #0E5978;
  border-color: #0E5978;
}

/* Hero Section */
.programs-hero {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 1;
  margin-bottom: 4.06rem;
}
.programs-hero-background-image img{
	width:100%;
	height:auto;
}
.programs-hero-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	margin-left: 11.75rem;
	top: 7.38rem;
	gap: 1.5rem;
	width: 26.125rem;
	max-width: 100%;
}


/* Kumon Reading & Math Section */
.programs-kumon-reading-math {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 5.63rem;
	width: 100%;
	flex-shrink: 1;
	margin-bottom: 10.25rem;
}
.programs-kumon-math-container {
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	background: #A2E1F9;
	width: 24.9375rem;
	border-radius: 1.3125rem;
	text-align: center;
	padding: 0 0rem 2.5rem 0rem;
	overflow: hidden;
}
.programs-kumon-reading-container {
	color: #FFFFFF;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	background: #1B8FC0;
	width: 24.9375rem;
	border-radius: 1.3125rem;
	text-align: center;
	padding: 0 0rem 2.5rem 0rem;
	overflow: hidden;
}
.programs-kumon-math-image img {
    width: 26rem;
	height: auto;
}
.programs-kumon-math-line {
  justify-content: center;
  width: 19.8125rem;
  height: 0.0625rem;
  border: 0.07rem solid #000;
}
.programs-kumon-reading-line {
  justify-content: center;
  width: 19.8125rem;
  height: 0.0625rem;
  border: 0.063rem solid #FFFFFF;
}
.programs-concepts-covered-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap: 0.5rem;
}
.programs-concepts-covered-math-bold {
	font-size: 1.0625rem;
	font-weight: 700;
}
.programs-concepts-covered-reading-bold {
	font-size: 1.0625rem;
	font-weight: 550;
}
.programs-concepts-covered-math-list {
	text-align: left;
	line-height: 120%;
}
.programs-concepts-covered-reading-list li {
	text-align: left;
	line-height: 138%!important;
	font-size: 1rem!important;
}
.programs-kumon-math-sample-worksheet-button {
	margin-top: 1.6rem;
}
.programs-kumon-reading-sample-worksheet-button {
	margin-top: 3.1rem;
}
.kumon-math-text{
	margin-top: -0.5rem;
	margin-bottom: -0.7rem;
}
.kumon-reading-text {
	font-weight: 600;
	margin-top: -0.5rem;
	margin-bottom: -0.7rem;
}
.buildstrongmathskills{
	font-size: 1.0625rem;
	width: 19.75rem;
}
.growincomprehension {
	font-size: 1.0625rem;
	width: 19.75rem;
}

.programs-reading-background-absolute{
  position: absolute;
  top: -3rem;         /* Adjust as needed */
  left: -9rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.programs-reading-background-absolute img {
	width: 24.89788rem;
	transform: rotate(-9.772deg);
	max-width: 100%;
	height: auto;
}



/* Your Weekly Kumon Schedule Section */
.your-weekly-kumon-schedule {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 4rem;
	width: 100%;
	flex-shrink: 1;
	margin-bottom: 11.88rem;
}
.your-weekly-kumon-schedule-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 5.98rem;
	width: 100%;
}
.your-weekly-kumon-schedule-container-content img {
	height: 9.49125rem;
	max-height: 100%;
}
.your-weekly-kumon-schedule-container-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1.51rem;
}
.your-weekly-kumon-schedule-text-1 {
	font-weight: 400;
	width: 18rem;
}
.your-weekly-kumon-schedule-text-2 {
	font-weight: 400;
	width: 20rem;
}
.programs-math-background-absolute {
  position: absolute;
  top: -13rem;         /* Adjust as needed */
  right: -5rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.programs-math-background-absolute img {
	width: 24.89788rem;
	transform: rotate(-12.645deg);
	max-width: 100%;
	height: auto;
}
.programs-weekly-background-absolute-times {
  position: absolute;
  top: 10rem;         /* Adjust as needed */
  left: -9rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.programs-weekly-background-absolute-times img {
	width: 24.89788rem;
	max-width: 100%;
	height: auto;
}

/* Programs Ages Section */
.programs-ages {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	flex-shrink: 1;
	padding: 0rem 11.63rem 0rem 11.63rem;
	margin-bottom: 9.5rem;
}
.programs-ages-title-1 {
	display: flex;
	height: 3.0625rem;
	padding: 0.625rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 3.125rem;
	background: #6EA8BF;
	color: #FFFFFF;
	margin-top: 2.94rem;
	margin-bottom: 1rem;
}
.programs-ages-title-2 {
	display: flex;
	height: 3.0625rem;
	padding: 0.625rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 3.125rem;
	background: #1B8FC0;
	color: #FFFFFF;
	margin-top: 4.5rem;
	margin-bottom: 1rem;
}
.card-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.card {
  width: 21.5625rem;
  max-width: 100%;
  flex-shrink: 0;
  background-color: #EEF5F7;
  border-radius: 1.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 2.12rem;
  padding: 1.75rem 0rem 1.8rem 0rem; /*top right bottom left*/
  overflow: hidden;
}
.card-2{
  width: 21.5625rem;
  max-width: 100%;
  flex-shrink: 0;
  background-color: #E8F6FD;
  border-radius: 1.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 2.12rem;
  padding: 1.75rem 0rem 1.8rem 0rem; /*top right bottom left*/
  overflow: hidden;
}
.card-content-width {
  display: flex;
  flex-direction: column;
  gap: 1.37rem;
  padding: 0 2.19rem 0 2.13rem;

}
.learning-method-1-image img {
	height: 13.1rem;
	max-height: 100%;
	width: auto;
}
.programs-ages-absolute-background-devide {
  position: absolute;
  top: 23rem;         /* Adjust as needed */
  right: -12rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.programs-ages-absolute-background-devide img {
	width: 24.89788rem;
	transform: rotate(-9.772deg);
	max-width: 100%;
	height: auto;
}


/* Kumon Virtual Class Section*/
.kumon-virtual-class {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4.25rem;
  padding: 0rem 0rem 0rem 2rem; /*Top Right Bottom Left */
  width: 100%;
  margin-bottom: 4.88rem;
}
.kumon-virtual-class-text {
  top: 13.69rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  width: 30.0625rem;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  margin-bottom: 0.8rem;
}
.kumon-virtual-class-button-margin {
	margin-top: 0.5rem;
}
.kumon-virtual-class-image img {
  width: 100%;
  max-width: 34.5625rem;
  min-width: 30rem;
  height: auto;
  display: block;
}
.kumon-virtual-class-plus-background-absolute {
  position: absolute;
  top: -10rem;         /* Adjust as needed */
  left: -10rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.kumon-virtual-class-plus-background-absolute img {
	width: 24.5625rem;
	max-width: 100%;
	height: auto;
}
.kumon-virtual-class-B-background-absolute {
  position: absolute;
  top: 30rem;         /* Adjust as needed */
  right: -10rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.kumon-virtual-class-B-background-absolute img {
	width: 24.5625rem;
	transform: rotate(-14.278deg);
	max-width: 100%;
	height: auto;
}

/* Choosing Means Section */
.choosing-means {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	margin-bottom: 10.37rem;
}

.choosing-means-center {
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: flex-start;
	width: 25rem;
	gap: 3.31rem;
}

.choosing-means-text {
  display: flex;
  flex-direction: column;
  gap: 1.63rem;
}

.choosing-means-text-p {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
	font-size: 1.5rem;
	gap: 1.31rem;
}

.choosing-means-image img {
  width: 100%;
  max-width: 36.375rem;
  min-width: 25rem;
  height: auto;
  display: block;
}
.virtual-C-background-absolute {
  position: absolute;
  top: 25rem;         /* Adjust as needed */
  left: -8rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.virtual-C-background-absolute img {
	width: 24.5435rem;
	transform: rotate(-13.549deg);
	max-width: 100%;
	height: auto;
}


/* Seamless Progress Section*/
.seamless-progress {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3.375rem;
}
.seamless-progress img {
	max-width: 66.8125rem;
	width: 100%;
	height: auto;
	display: block;
}

/* Enrol In Kumon Today Section*/
.home-enrol-in-kumon-today {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10.1875rem;
  margin-top: 3.34rem;
  width: 100%
}
.home-enrol-in-kumon-today-text {
  top: 13.69rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  width: 29.875rem;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  margin-bottom: 0.8rem;
}
.home-enrol-in-kumon-today-button-margin {
	margin-top: 0.5rem;
}
.home-enrol-in-kumon-today-image img {
  width: 100%;
  max-width: 26.6875rem;
  height: auto;
  display: block;
  z-index: -1;
}
.programs-enrol-background-absolute {
  position: absolute;
  top: -5rem;         /* Adjust as needed */
  right: -8rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.programs-enrol-background-absolute img {
	width: 24.89788rem;
	transform: rotate(8.897deg);
	max-width: 100%;
	height: auto;
}
.home-enrolinkumontoday-C-background-absolute {
  position: absolute;
  top: 18rem;         /* Adjust as needed */
  left: 27.56rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.home-enrolinkumontoday-C-background-absolute img {
	width: 24.5625rem;
	max-width: 100%;
	height: auto;
}




/* Footer */
.footer{
	width: 100%;
	height: 27.9375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #6ED0F7;
	flex-shrink: 0;
	padding: 3.75rem 0 3.75rem 0;
	gap: 2rem;
	z-index: 5
}
.footer-logo {
	width: 15.12375rem;
	height: auto;
}
.footer-social-media-container{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.home-connect-with-us{
	font-weight: 700;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 1rem;
}
.footer-social-media{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	gap: 0.96rem;
}
.footer-content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2.81rem;
}
.programs-footer-nav {
	display: flex;
	flex-direction: row;
	gap: 2.81rem;
	align-items: center;
}
.programs-footer-nav a {
  flex-shrink: 0;
  text-decoration: none;
  color: black;
  position: relative;
  padding-top: 0.25rem;
  border-bottom: 0.5px solid transparent;
}
.programs-footer-nav a.active,
.programs-footer-nav a:hover {
  border-bottom: 1px solid black;
}
.footer-bottom{
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}





/* Font Design System */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
}
h1 { font-size: 3.75rem; }
h2 { font-size: 3.125rem; }
h3 { font-size: 2.5625rem; }
h4 { font-size: 2.1875rem; }
h5 { font-size: 1.8125rem; }
h6 { font-size: 1.5rem; }
p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
}
.p1 {
  font-size: 1.0625rem;
}
.p2 {
  font-size: 0.875rem;
}
li {  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 120%;
}

/* Hamburger Icon - Hidden on Desktop */
.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
}
.nav-book-free-assessment {
  display: none;
  background: none;
  border: none;
}

/* Responsive Header */
@media (max-width: 580px) {
  .header {
	justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 4rem;
    height: auto;
  }

  .hamburger {
    display: block;
  }
  
.nav-book-free-assessment {
	  display: block;
	}


  .nav-items {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #A2E1F9;
    gap: 1rem;
    padding: 1rem 0;
  }

  .nav-items.show {
    display: flex;
  }

  .button {
    display: none; /* Optional: hide CTA button or move inside nav-items for mobile */
  }

  html {
    font-size: 10px;
  }

  header {
    position: static;
    height: 5.875rem;
    z-index: 10;
  }
	
	footer * {
		font-size: clamp(18px, 2.5vw, 20px);
	}
	
  .wrapper {
    transform: scale(0.5);
    transform-origin: top left;
    width: 200vw;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    margin: 0;
   height: 100vh; /* Prevent vertical overflow due to scaled-down content */
  }
}


