@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;
}
a {
	text-decoration: none;
}

/* 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;
}
.active-button {
  text-decoration: none;
  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;
  background-color: #1B8FC0;
  color: white;
  border-color: #1B8FC0;
}
.active-arrow-icon {
	 filter: brightness(0) invert(1);
}

/* 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 */
.book-free-assessment-hero {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 1;
  margin-bottom: 6.44rem;
}
.book-free-assessment-hero img{
	width:100%;
	height:auto;
}
.book-free-assessment-hero-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	margin-left: 11.75rem;
	top: 7.38rem;
	gap: 1.5rem;
	width: 36.4375rem;
	max-width: 100%;
}

/* What To Expect Section */
.programs-ages {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	flex-shrink: 1;
	gap: 2.94rem;
	padding: 0rem 11.63rem 0rem 11.63rem;
	margin-bottom: 9.5rem;
}
.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: 1.5rem;
  padding: 2.13rem 0rem 2rem 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: 1.5rem;
  padding: 2.13rem 0rem 2rem 0rem; /*top right bottom left*/
  overflow: hidden;
}
.card-content-width {
  display: flex;
  flex-direction: column;
  gap: 1.37rem;
  padding: 0 2rem 0 2rem;

}
.learning-method-1-image img {
	width: 100%
}
.programs-ages-absolute-background-devide {
  position: absolute;
  top: -5rem;         
  left: -6rem;        
  z-index: -1; 
  flex-shrink: 1;
}
.programs-ages-absolute-background-devide img {
	width: 24.89788rem;
	transform: rotate(-9.772deg);
	max-width: 100%;
	height: auto;
}
.programs-ages-absolute-background-times {
  position: absolute;
  top: 22rem;         
  right: -6rem;        
  z-index: -1; 
  flex-shrink: 1;
}
.programs-ages-absolute-background-times img {
	width: 24.89788rem;
	max-width: 100%;
	height: auto;
}

/* Search Most Convenient Section */
.search-most-convenient-title {
	justify-content: center;
	text-align: center;
	margin-bottom: 2.94rem;
}
   /* Search Bar */
     .search-container {
      display: flex;
	  justify-content: center;
	  align-items: center;
      gap: 10px;
      border-radius: 8px;
    }

    input[type="text"] {
      padding: 10px;
      font-size: 16px;
      width: 300px;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    button {
      display: flex;
      background: #0066c0;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
	  padding: 0.8rem 1.1rem;
	  height: 100%;
	  margin-top: -0.5rem;
    }

    button:hover {
      background: #00467f;
    }

/* Trigger Button */
    .contact-button {
      margin: 3rem auto;
      display: block;
      padding: 12px 24px;
      font-size: 1rem;
      background-color: #6ED0F7;
      color: black;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-align: center;
      width: fit-content;
	  font-weight: 500;
      transition: 0.3s;
    }

    .contact-button:hover {
      background-color: #1B8FC0;
      color: white;
    }

    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .modal:target {
      display: block;
    }

    .modal-content {
      background-color: #E8F6FD;
      margin: 5% auto;
      padding: 3rem;
      border-radius: 1.5rem;
      max-width: 600px;
      width: 90%;
      position: relative;
    }

    .close-button {
      position: absolute;
      top: 1rem;
      right: 1.5rem;
      font-size: 2rem;
      color: #888;
      cursor: pointer;
    }

    .close-button:hover {
      color: #000;
    }

    /* Form Styles */
    .contact-form h5 {
      margin-bottom: 1rem;
    }

    .contact-form p {
      margin-bottom: 2rem;
      font-size: 0.95rem;
      color: #333;
    }

    label {
      display: block;
      margin-bottom: 0.3rem;
      margin-top: 1rem;
      font-size: 0.875rem;
      font-weight: 400;
      color: #000;
    }

    input, select, textarea {
      width: 100%;
      padding: 0.75rem 1rem;
      border: 1px solid #ccc;
      border-radius: 0.5rem;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
      font-family: Poppins, sans-serif;
      color: #666666;
      box-sizing: border-box;
    }

    select {
      appearance: none;
      background-image: url("Images/drop-down-menu-arrow.svg");
      background-repeat: no-repeat;
      background-position: right 1rem center;
      background-size: 0.5rem;
      padding-right: 2.5rem;
    }

    .two-columns {
      display: flex;
      gap: 1rem;
    }

    .two-columns > div {
      flex: 1;
    }

    textarea {
      resize: vertical;
    }

    .form-buttons {
      display: flex;
      gap: 1rem;
      margin-top: 1.5rem;
    }

    .submit-btn,
    .submit-btn-reset {
      padding: 0.625rem 1.875rem;
      font-size: 1.0625rem;
      font-weight: 500;
      border-radius: 0.375rem;
      cursor: pointer;
      transition: 0.3s;
    }

    .submit-btn {
      background-color: #6ED0F7;
      border: 1px solid transparent;
	  color: #000000;
    }

    .submit-btn:hover {
      background-color: #1B8FC0;
      color: white;
    }

    .submit-btn-reset {
      background-color: transparent;
      border: 1px solid black;
	  color: #000000;
    }

    .submit-btn-reset:hover {
      background-color: #6A6A6A;
      color: white;
      border-color: transparent;
    }

    .error-message {
      color: red;
      font-size: 0.9rem;
      display: none;
    }

.girl-point-up-image {
	display: flex;
	width: 100%;
	justify-content: center;
}
.girl-point-up-image img {
	max-width: 40rem;
	padding-left: 10rem;
}
.absolute-background-plus {
  position: absolute;
  top: 100rem;         
  right: -3rem;        
  z-index: -1; 
  flex-shrink: 1;
}
.absolute-background-plus img {
	width: 24.89788rem;
	max-width: 100%;
	height: auto;
}
.absolute-background-equals {
  position: absolute;
  top: 83rem;         
  left: -3rem;        
  z-index: -1; 
  flex-shrink: 1;
}
.absolute-background-equals img {
	width: 24.89788rem;
	max-width: 100%;
	transform: rotate(-8.854deg);
	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;
}
.p3 {
  font-size: 0.9375rem;
  line-height: 150% !important;
}
.p3-bold {
	font-size: 0.9375rem;
    line-height: 150% !important;
	font-weight: 700;
}
.h7-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  font-size: 1.5rem;
}
.h8-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 131%;
  font-size: 1.25rem;
}

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;
}
.active-nav-book-free-assessment {
  display: none;
  background: none;
  border: none;
}


/* Responsive Header */
@media (max-width: 768px) {
  .header {
	justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 4rem;
    height: auto;
  } 
	
  .active-nav-book-free-assessment {
  display: block;
  border-bottom: 1px solid black!important;
}

  .hamburger {
    display: block;
  }

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

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

  .active-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 */
  }

	.contact-us {
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  font-size: clamp(18px, 2.5vw, 20px);
}
	
	  /* add this if needed to scale inner text */
  .contact-us * {
    font-size: inherit;
  }

	.have-questions-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.8rem;
	width: 70% !important;
  }
	
	
	.contact-form-container {
		max-width: none;
	width: 70% !important;
    margin-bottom: 3rem;
  }
	
	
}

@media (max-width: 500px) {
	.card-slider {
		flex-direction: column;
	}
	
	.card, .card-2 {
		min-width: 30rem;
	}
	
}