@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 */
.contact-us-hero {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 1;
}
.contact-us-hero-background-image img{
	width:100%;
	height:auto;
}
.contact-us-hero-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	margin-left: 11.75rem;
	top: 9rem;
	max-width: 100%;
}


/* Contact Us Section */
.contact-us {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 7.19rem;
	margin-top: 5.63rem;
	margin-bottom: 6.62rem;
}
.have-questions-container {
	display: flex;
	flex-direction: column;
	width: 25.625rem;
	justify-content: flex-start;
	gap: 1.8rem;
}
.box {
	text-align: left;
}
.devider-line {
  justify-content: center;
  width: 100%;
  height: 0.0625rem;
  border: 0.07rem solid #000;
}
.p3 a {
	color: #1B8FC0;
}

/* Contact Form*/
.contact-form-container {
  background-color: #E8F6FD;
  padding: 4rem;
  border-radius: 1.5rem;
  max-width: 33.75rem;
  width: 100%;
}
.contact-form h5 {
  margin-bottom: 2rem;
}
.contact-form p {
  margin-bottom: 2rem;
}

label {
  display: block;
  margin-bottom: 0.3rem;
  margin-top: 1rem;
  color: #000;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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;
  box-sizing: border-box;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #666666;
}

select {
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-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; /* space for icon */
}

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

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

textarea {
  resize: vertical;
}

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

.submit-btn {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #6ED0F7;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 0.625rem 1.875rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
}

.submit-btn-reset {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border: 1px solid #000000;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 0.625rem 1.875rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
}


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

.contact-us-times-background-absolute {
  position: absolute;
  top: 30rem;         /* Adjust as needed */
  left: -12rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.contact-us-times-background-absolute img {
	width: 24.77363rem;
	max-width: 100%;
	height: auto;
}

.contact-us-B-background-absolute {
  position: absolute;
  bottom: 25rem;         /* Adjust as needed */
  right: -8rem;       /* You can also use left, bottom */
  z-index: -1; 
  flex-shrink: 1;
}
.contact-us-B-background-absolute img {
	transform: rotate(10.792deg);
	width: 24.77363rem;
	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;
}
.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;
}
.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;
  }

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

	.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;
  }
	
	
}





