.nav-logo img {
    max-height: 40px;
    width: auto;
}
.navbar {
    padding: 10px 0; /* Adjust padding as needed */
    font-family: 'Funnel Sans', sans-serif; /* Set fallback font */
}
.nav-logo {
    display: flex;
    align-items: center;
}
/* Style for the navigation links */
.nav-link-style {
    font-family: 'Funnel Sans', sans-serif; /* Specify the font family */
    font-size: 18px; /* Set the font size */
    color: #1c1c1c; /* Example text color */
    font-weight: 500; /* Adjust font weight as needed */
}
/* Media query for responsiveness */
@media (max-width: 576px) {
    .nav-logo img {
        max-height: 30px; /* Smaller logo for mobile */
    }

    .nav-link-style {
        font-size: 16px; /* Slightly smaller font for mobile for better fit */
    }
}
.navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5vw, 50px) clamp(0px, 0vw, 0px) !important;
}
.meet {
	color: #1c1c1c;
}

.riki {
	color: #f5797f;
}

.meet-riki-from-kidpilotai {
	margin: 0;
}

.your-childs-first-ai-buddy {
	margin: 0;
	color: #1c1c1c;
}

.meet-riki-from-container {
	position: relative;
}

.safe-smart-guided {
	position: relative;
	font-size: clamp(24px, 5vw, 40px);
	font-family: 'Funnel Sans';
	color: #1c1c1c;
}

.meet-riki-from-kidpilotai-your-parent {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(16px, 3vw, 24px);
}

.group-child {
	position: relative;
	width: 100%;
	max-width: 1568px;
	aspect-ratio: 16/9;
	margin: 0 auto;
}

.rectangle-4 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: clamp(24px, 4vw, 56px);
}

.frame-child {
	width: clamp(24px, 5vw, 40px);
	border-radius: 100px;
	height: clamp(24px, 5vw, 40px);
}

.get-early-access-parent {
	position: absolute;
	top: -63px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 90px;
	background-color: #1c1c1c;
	border: clamp(10px, 2vw, 20px) solid #fbfaf3;
	box-sizing: border-box;
	width: clamp(200px, 40vw, 310px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: clamp(8px, 2vw, 16px) clamp(16px, 3vw, 32px);
	gap: clamp(8px, 2vw, 16px);
}

.rectangle-parent {
	align-self: stretch;
	position: relative;
	height: auto;
	min-height: 50vh;
	font-size: clamp(16px, 3vw, 20px);
	color: #fff;
	font-family: 'Funnel Sans';
}

.frame-parent {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: clamp(40px, 10vw, 120px) clamp(20px, 5vw, 80px) clamp(40px, 10vw, 112px);
	box-sizing: border-box;
	gap: clamp(40px, 8vw, 84px);
	text-align: center;
	font-size: clamp(32px, 7vw, 64px);
	color: #f5797f;
	font-family: 'Funnel Display';
	background-color: #fbfaf3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.frame-parent {
		padding: clamp(20px, 5vw, 60px) clamp(10px, 3vw, 40px);
		gap: clamp(20px, 5vw, 40px);
	}

	.safe-smart-guided {
		font-size: clamp(18px, 4vw, 24px);
	}

	.get-early-access-parent {
		width: clamp(150px, 50vw, 250px);
		top: -15px;
		border: clamp(8px, 2vw, 15px) solid #fbfaf3;
	}

	.rectangle-4 {
		/* border-radius: clamp(16px, 3vw, 32px); */
		width: 100%;
		position: relative;
		border-radius: 30px;
		height: 396px;
	}
}

@media (max-width: 480px) {
	.frame-parent {
		font-size: clamp(24px, 6vw, 36px);
	}

	.safe-smart-guided {
		font-size: clamp(16px, 3.5vw, 20px);
	}

	.get-early-access-parent {
		width: clamp(120px, 60vw, 200px);
		padding: clamp(6px, 1.5vw, 12px) clamp(12px, 2.5vw, 24px);
	}
}

.highlight-kidpilot {
	color: #f5797f;
}

.how-it-works-heading {
	position: relative;
	font-family: 'Funnel Display';
	font-size: clamp(32px, 6vw, 64px);
	text-align: center;
	color: #1c1c1c;
}

.how-it-works-subheading {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	font-size: clamp(18px, 3vw, 32px);
	font-family: 'Funnel Sans';
	text-align: center;
	color: #1c1c1c;
}

.how-it-works-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(16px, 3vw, 24px);
	margin-top: clamp(40px, 8vw, 80px);
}

.how-it-works-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: clamp(24px, 5vw, 40px);
	margin-top: clamp(40px, 6vw, 60px);
	text-align: center;
	font-family: 'Funnel Sans';
	padding: clamp(40px, 10vw, 120px) clamp(20px, 5vw, 80px) clamp(40px, 10vw, 112px);
}

.how-it-works-card {
	flex: 1 1 30%;
	max-width: 509px;
	background-color: #fbfaf3;
	border-radius: 40px;
	padding: 16px 16px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.how-it-works-image {
	width: 100%;
	height: 340px;
	border-radius: 32px;
	object-fit: cover;
}

.how-it-works-title {
	font-size: 24px;
	font-weight: bold;
	color: #1c1c1c;
}

.how-it-works-text {
	font-size: 20px;
	color: #1c1c1c;
}

@media (max-width: 992px) {
	.how-it-works-cards {
		flex-direction: column;
		align-items: center;
	}

	.how-it-works-card {
		width: 100%;
	}

	.how-it-works-heading {
		font-size: 48px;
	}

	.how-it-works-subheading {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.how-it-works-heading {
		font-size: 40px;
	}

	.how-it-works-subheading {
		font-size: 22px;
	}

	.how-it-works-title {
		font-size: 22px;
	}

	.how-it-works-text {
		font-size: 18px;
	}
}

.features-heading {
	position: relative;
}

.features-subheading {
	position: relative;
	font-size: 32px;
	font-family: 'Funnel Sans';
	text-align: center;
}

.features-heading-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.features-icon,
.features-icon-img {
	width: 88px;
	height: 88px;
	border-radius: 90px;
	object-fit: cover;
}

.features-card-title {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #1c1c1c;
}

.features-card-desc {
	font-size: 20px;
	color: #252525;
	text-align: center;
}

.features-desc-line {
	margin: 0;
}

.features-card-text-group {
	width: 311px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.features-card {
	flex: 1 1 300px; /* allow responsive resizing */
	max-width: 509px;
	min-width: 280px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
	border-radius: 32px;
	gap: 24px;
}


.features-card-1 {
	background-color: #ebebf0;
	width: 100%;
	position: relative;
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 32px;
	box-sizing: border-box;
	gap: 24px;
	text-align: center;
	font-size: 24px;
	color: #1c1c1c;
	font-family: 'Funnel Sans';
}

.features-card-2 {
	background-color: #dcecee;
	width: 100%;
	position: relative;
	border-radius: 32px;
	background-color: #ebebf0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 32px;
	box-sizing: border-box;
	gap: 24px;
	text-align: center;
	font-size: 24px;
	color: #1c1c1c;
	font-family: 'Funnel Sans';
}

.features-card-3 {
	background-color: #def3e3;
	width: 100%;
	position: relative;
	border-radius: 32px;
	background-color: #ebebf0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 32px;
	box-sizing: border-box;
	gap: 24px;
	text-align: center;
	font-size: 24px;
	color: #1c1c1c;
	font-family: 'Funnel Sans';
}

.features-card-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* center cards if not full-width */
	gap: 24px;
	text-align: center;
	font-family: 'Funnel Sans';
	width: 100%;
}

.features-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.features-footer-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	margin-top: 40px;
}

.features-footer-icon {
	width: 46px;
	height: 46px;
	border-radius: 90px;
	object-fit: contain;
}

.features-section {
	width: 100%;
	position: relative;
	padding: 112px 80px;
	box-sizing: border-box;
	gap: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 56px;
	color: #1c1c1c;
	font-family: 'Funnel Display';
}

/* Responsive */
@media (max-width: 992px) {
	.features-section {
		padding: 80px 40px;
	}

	.features-subheading {
		font-size: 28px;
	}

	.features-card-group {
		flex-direction: column;
		align-items: center;
	}

	.features-card {
		width: 100%;
		max-width: 509px;
	}

	.features-heading {
		font-size: 48px;
	}
}

@media (max-width: 576px) {
	.features-section {
		padding: 60px 20px;
	}

	.features-heading {
		font-size: 40px;
		text-align: center;
	}

	.features-subheading {
		font-size: 22px;
	}

	.features-card-title {
		font-size: 22px;
	}

	.features-card-desc {
		font-size: 18px;
	}
}

/* Container Styling */
.custom-section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 80px 112px;
  box-sizing: border-box;
  gap: 24px;
  font-family: 'Funnel Display', sans-serif;
  color: #1c1c1c;
}

.custom-content-wrapper {
  width: 100%;
  max-width: 1091px;
  background-color: #ffebb4;
  border-radius: 80px;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
}

.custom-heading-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 913px;
}

.custom-heading {
  font-size: 56px;
  text-transform: capitalize;
}

.custom-feature-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: 'Funnel Sans', sans-serif;
}

.custom-feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.custom-feature-title-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-feature-title {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.custom-feature-description {
  font-size: 20px;
  color: #252525;
}

/* Arrow Icon */
.custom-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 90px;
  background-color: #f16d75;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.custom-section-image-wrapper {
  border-radius: 80px;
  overflow: hidden;
  width: 605px;
  height: auto;
  flex-shrink: 0;
}

.custom-section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Responsive layout */
@media (max-width: 1024px) {
  .custom-section-wrapper {
    flex-direction: column;
    padding: 40px 20px;
    align-items: center;
  }

  .custom-section-image {
    flex-direction: column;
    align-items: center;
	border-radius: 32px;
  }

  .custom-heading {
    font-size: 42px;
  }

  .custom-feature-title {
    font-size: 24px;
  }

  .custom-feature-description {
    font-size: 18px;
  }

    .custom-section-image-wrapper {
    border-radius: 32px;
    width: 100%;
    max-width: 456px;
  }
}

@media (max-width: 600px) {
  .custom-content-wrapper {
    padding: 40px 24px;
	border-radius: 32px;
  }
  .custom-section-image{
	border-radius: 32px;
  }

  .custom-heading {
    font-size: 32px;
  }

  .custom-feature-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .custom-feature-title {
    font-size: 20px;
  }

  .custom-feature-description {
    font-size: 16px;
  }
    .custom-section-image-wrapper {
    border-radius: 24px;
	display: none;
  }
}

/* .copilot-section-wrapper {
  width: 100%;
  padding: 0 80px 112px;
  box-sizing: border-box;
  font-family: 'Funnel Display', sans-serif;
  color: #1c1c1c;
  display: flex;
  flex-direction: column;
}

.copilot-section-content {
  background-color: #ebebf0;
  border-radius: 80px;
  padding: 160px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.copilot-text-buttons-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.copilot-heading-subheading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.copilot-heading {
  font-size: 48px;
  max-width: 100%;
  display: inline-block;
}

.copilot-subheading {
  font-size: 32px;
  font-family: 'Funnel Sans', sans-serif;
}

.copilot-button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.copilot-store-icon {
  width: 220px;
  height: auto;
}

.copilot-overlapping-images {
  position: absolute;
  top: 106px;
  right: 160px;
  width: 548px;
  height: 495px;
}

.copilot-image-child,
.copilot-image-parent {
  position: absolute;
  width: 280px;
  object-fit: cover;
  border-radius: 32px 32px 0 0;
}

.copilot-image-child {
  top: 13px;
  left: 268px;
}

.copilot-image-parent {
  top: 97px;
  left: 0;
}

.copilot-bg-graphic {
  position: absolute;
  width: 39.53%;
  height: 27.91%;
  top: 65.16%;
  right: 23.18%;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}


@media (max-width: 1024px) {
  .copilot-section-wrapper {
    padding: 40px 20px;
  }
  .copilot-section-content {
    padding: 80px 40px;
    border-radius: 48px;
  }
  .copilot-heading {
    font-size: 40px;
  }
  .copilot-subheading {
    font-size: 24px;
  }
  .copilot-store-icon {
    width: 180px;
  }
  .copilot-overlapping-images {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    top: 0;
    right: 0;
  }
  .copilot-image-child,
  .copilot-image-parent {
    position: static;
    width: 45%;
    height: auto;
  }
  .copilot-bg-graphic {
    display: none;
  }
}

@media (max-width: 768px) {
  .copilot-section-content {
    padding: 60px 20px;
  }
  .copilot-heading {
    font-size: 36px;
  }
  .copilot-subheading {
    font-size: 20px;
  }
  .copilot-store-icon {
    width: 160px;
  }
  .copilot-overlapping-images {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .copilot-image-child,
  .copilot-image-parent {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .copilot-section-wrapper {
    padding: 20px 10px;
  }
  .copilot-section-content {
    padding: 40px 16px;
    border-radius: 24px;
  }
  .copilot-heading {
    font-size: 28px;
  }
  .copilot-subheading {
    font-size: 16px;
  }
  .copilot-store-icon {
    width: 120px;
  }
  .copilot-overlapping-images {
    gap: 12px;
  }
  .copilot-image-child,
  .copilot-image-parent {
    width: 80%;
  }
} */

.copilot-section-wrapper {
  width: 100%;
  padding: 0 80px 112px;
  box-sizing: border-box;
  font-family: 'Funnel Display', sans-serif;
  color: #1c1c1c;
  display: flex;
  flex-direction: column;
}

.copilot-section-content {
  background-color: #ebebf0;
  border-radius: 80px;
  padding: 160px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.copilot-text-buttons-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.copilot-heading-subheading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.copilot-heading {
  font-size: 48px;
  max-width: 100%;
  display: inline-block;
}

.copilot-subheading {
  font-size: 32px;
  font-family: 'Funnel Sans', sans-serif;
}

.copilot-button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.copilot-store-icon {
  width: 220px;
  height: auto;
}

.copilot-overlapping-images {
  position: absolute;
  top: 106px;
  right: 160px;
  width: 548px;
  height: 495px;
}

.copilot-image-child,
.copilot-image-parent {
  position: absolute;
  width: 280px;
  object-fit: cover;
  border-radius: 32px 32px 0 0;
}

.copilot-image-child {
  top: 13px;
  left: 268px;
}

.copilot-image-parent {
  top: 97px;
  left: 0;
}

.copilot-bg-graphic {
  position: absolute;
  width: 39.53%;
  height: 20.91%;
  top: 65.16%;
  right: 23.18%;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.kidpilot-bg-graphic {
    position: absolute;
    width: 18.53%;
    height: 17.91%;
    top: 35.16%;
    right: 0%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}

/* Hide mobile images by default */
.mobile-images {
  display: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .copilot-section-wrapper {
    padding: 40px 20px;
  }
  .copilot-section-content {
    padding: 80px 40px;
    border-radius: 48px;
  }
  .copilot-heading {
    font-size: 40px;
  }
  .copilot-subheading {
    font-size: 24px;
  }
  .copilot-store-icon {
    width: 180px;
  }
  .copilot-overlapping-images {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    /* margin-top: 40px; */
    top: 51px;
    right: 0;
  }
  .copilot-image-child,
  .copilot-image-parent {
    position: static;
    width: 45%;
    height: auto;
  }
  .copilot-bg-graphic {
    display: none;
  }
  /* Show mobile images and hide desktop images */
  .desktop-images {
    display: none;
  }
  .mobile-images {
    display: flex;
  }
}

@media (max-width: 768px) {
  .copilot-section-content {
    padding: 60px 20px;
  }
  .copilot-heading {
    font-size: 36px;
  }
  .copilot-subheading {
    font-size: 20px;
  }
  .copilot-store-icon {
    width: 160px;
  }
  .copilot-overlapping-images {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .copilot-image-child,
  .copilot-image-parent {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .copilot-section-wrapper {
    padding: 20px 10px;
  }
  .copilot-section-content {
    padding: 40px 16px;
    border-radius: 24px;
  }
  .copilot-heading {
    font-size: 28px;
  }
  .copilot-subheading {
    font-size: 16px;
  }
  .copilot-store-icon {
    width: 120px;
  }
  .copilot-overlapping-images {
    gap: 12px;
  }
  .copilot-image-child,
  .copilot-image-parent {
    width: 80%;
  }
}

/* /////////////////////////// */
/* Footer Styles */
.footer-container {
    background-color: #ffffff;
    border-radius: 40px 40px 0 0;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden; /* Ensures the large text doesn't break layout */
    margin-top: 50px; /* Example margin */
}

.footer-content {
    position: relative;
    z-index: 2;
}

.brand-identity {
    margin-bottom: 15px;
}

.brand-logo {
    width: 55px;
    height: auto;
    margin-bottom: 10px;
}

.brand-title {
    font-size: 24px;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0;
}

.footer-tagline {
    font-size: 16px;
    color: #333;
    margin: 0 auto 15px auto;
    max-width: 300px;
    line-height: 1.5;
}

.contact-info {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.contact-link {
    color: #0076e5;
    text-decoration: none;
    font-weight: bold;
}

.contact-link:hover {
    text-decoration: underline;
}

/* Background Text Styles */
.footer-background-text-wrapper {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.footer-background-text {
    font-family: 'HighriseDemo', Helvetica, Arial, sans-serif; /* A font that allows for a bold, condensed look  HighriseDemo*/ 
    font-weight: 900; /* Very bold */
    font-size: 4.5vw; /* Responsive font size based on viewport width */
    color: #eeeeee;
    margin: 0;
    white-space: nowrap; /* Keeps the text on one line */
    letter-spacing: 2px;
}

/* Tablet Styles */
@media (min-width: 768px) {
    .footer-container {
        border-radius: 60px 60px 0 0;
        padding: 50px 40px;
    }

    .footer-tagline {
        font-size: 18px;
        max-width: none;
    }

    .contact-info {
        font-size: 18px;
    }

    .footer-background-text {
        font-size: 10vw; /* Larger text for tablets */
        letter-spacing: 5px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .footer-container {
        border-radius: 80px 80px 0 0;
        padding: 60px 50px;
    }

    .brand-title {
        font-size: 28px;
    }

    .footer-tagline, .contact-info {
        font-size: 20px;
    }

    .footer-background-text {
        font-size: 130px; /* Fixed large size for desktops */
    }
}

/* Larger Desktop Styles */
@media (min-width: 1440px) {
    .footer-background-text {
        font-size: 70px; /* Even larger for high-res screens */
    }
}


