/* styles.css */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 24px;
  color: #333;
}

header {
  background-color: #333;
  color: white;
  padding: 1em 0;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 10px;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

main {
}

section {
  /*border-bottom: 1px solid #ccc;*/
  padding: 1em 0;
}

section h2 {
  margin-top: 0;
  color: #333;
  font-size: 38px;
  line-height: 44px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1em 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}

#section1{
  padding: 0;

}

#section1 img{
  width: 100%;
  height: 100%
}

#section2, #section2_1, #section4, #section4_1, #main-section5_01, #main-section10_01, #section5_1, #section6, #main-section7, #section12, #section10_1, #section10_2, #section14, #section16, #main-section17_0, #section18_1, #section19 {
  display: flex;
  max-width: 1000px;
  justify-content: left;
  /* align-items: center; */
  padding: 2em 1em;
  margin: 0 auto;
  flex-direction: column;
}

#section2 h2, #section2_1 h2, #section4 h2, #section4_1 h2, #main-section5_01 h2, #main-section10_01 h2, #section5_1 h2, #section6 h2, #main-section7 h2, #section12 h2, #section10_1 h2, #section10_2 h2, #section14 h2, #section16 h2, #main-section17_0 h2, #section18_1 h2, #section19 h2{
  margin-bottom: 4px;
  font-weight: 400;
}

#section2 p{
  font-size: 28px;
  line-height: 40px;
}

#section3 img{
  width: 100%;
}

#section4 .two-column, #section4_1 .two-column{
  display: flex;
  justify-content: space-evenly;
}

#section4 .offer, #section4_1 .offer{
  color: grey;
  font-weight: 600;
}

#section4 .right-column{
  margin-left: 40px;
}

#section4 img{
  height: 300px;
  width: auto;
}

#section4_1 .right-column{
  text-align: center;
  color: #D4722D;
}

#section4_1 .right-column p{
  margin: 0px;
}

#section4_1 .right-column img{
  height: 600px;
}

#main-section5_01, #main-section10_01{
  padding-bottom: 80px;
}

#main-section5_01 p, #main-section10_01 p{
  padding-top: 50px;
  font-weight: 600;
}

#section5, #section8, #section10, #section11, #section15, #section17{
    background-color: #f5f7fa;
    border-top: 1px solid #e4ebf3;
    border-bottom: 1px solid #e4ebf3;
    text-align: center;
    padding: 10px 30px 80px;
}

#section5_01, #section10_01{
  text-align: center;
  color: white;
  background-color: #D4722D; /* Linear gradient*/
}

#section5_01 h2, #section10_01 h2{
  color: white;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.grid-item {
  background-color: #fff;
  /*border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  padding: 30px;
  text-align: left;
}

.grid-item h2{
  color: #D4722D;
}

.grid-item p {
  color: #666;
}

#section6 h2{
  font-weight: 600;
}

#section7{
  background-color:#D4722D;
}

#section7 .horizontal-item{
  display: flex;
  align-items: center;
  border-radius: 20px;
}

#section7 .horizontal-item h2{
  font-weight: 600;
}

#section7 .horizontal-item .result{
  color: #D4722D;
}

#section7 .horizontal-item .content{
  text-align: left;
  /*padding-left: 20px;*/
}

#section7 .key{
  margin-bottom: 30px;
  color: white;
}

#section9{
  text-align: center;
}

#section9 img{
  width: 900px;
  height: 500px;
}

#section10_2{
  padding: 8em 0;
}

#section14_2{
  padding: 8em 0;
  background-color: #D4722D;
}

#section14_2 h2{
  color: white;
  text-align: center;
  font-weight: 400;
}

.horizontal-container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.horizontal-item {
  background-color: #fff;
  /*border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  padding: 30px;
  text-align: center;
  flex: 1;
}

.user-flows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.user-flow-card {
  display: flex;
  background-color: #fff;
  /*border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  padding: 30px;
}

.user-flow-card .left {
  flex: 1;
  padding-right: 20px;
  text-align: right;
}

.user-flow-card .right {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user-flow-card img {
  margin-top: 10px;
  max-width: 100%;
  border-radius: 8px;
}

#section11 h2{
  font-weight: 100;
}

#section14 h2{
  text-align: center;
 }

.wireframes-section {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  width: 100%;

}

.wireframes-section .separator {
  width: 3px;
  background-color: #D4722D;
  margin: 30px 0px;
}

.wireframes-section .classify img {
  max-width: 100%;
  height: auto;
}

.wireframes-section .classify h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.wireframes-section .classify {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.heading{
  width: 100%;
  margin-top: 95px;
}

.app_name{
  color: #D4722D;
  font-weight: 600;
}

.mockup-section {
  display: flex;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 30px;
  /* border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.mockup-section .left-column h3{
  text-align: left;
}

.mockup-section .left-column, .mockup-section .right-column {
  flex: 1;
  padding: 20px;
}

.mockup-section .right-column p {
  margin-bottom: 20px;
}

.mockup-section .right-column img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#section17_0{
  border: 3px solid #D4722D;
  margin: 10px;
}

#section18{
  background-color:#D4722D;
}

.learning-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.learning-card {
  display: flex;
  /*background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  padding: 30px;

}

.learning-card .right-column {
  flex: 2;
  padding-left: 20px;
  color: white;
  /*display: flex;
  flex-direction: column;
  justify-content: center;*/
}

.learning-card .right-column h3 {
  margin: 0 0 10px 0;
}

.learning-card .right-column p {
  margin: 0;
}

.learning-card .left-column {
  flex: 1;
  padding-right: 20px;
  text-align: right;
}

.learning-card .left-column h2 {
  margin: 0;
  color: white;
}

.bottom_navigation {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 6em 0;
}

#section19{
  background-color: #f5f7fa;
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
}

.b_nav-item {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 10px;
}

.b_nav-item span {
  margin-right: 5px;
}

.b_nav-item:hover {
  color: #D4722D;
}

.next-project:hover .next-project-card {
  display: block;
}

.next-project-card {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
}

.next-project-card img {
  max-width: 100%;
  border-radius: 4px;
}

.next-project-card p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #333;
}

.footer{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: black;
}

.contact-section a {
  padding-right: 10px;
}

.contact-section a img{
  width: 30px;
  height: 30px;
}

.contact-section {
  text-align: center;
  margin-top: 50px;
}

.contact-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 16px;
  margin: 30px;
}

.last{
  margin-bottom: 0px !important;
  color: #bababa;
}

.second-part{
  color: #bababa;
}

.first-part{
  color: #f9f6e0;
  font-size: 22px;
  font-weight: 500;
}

.role-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

.role-item {
  /*
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  */
  display: flex;
  align-items: center;
  margin: 10px;
  padding: 20px;
  width: 45%;
  box-sizing: border-box;
}

.icon {
  font-size: 2em;
  color: #D4722D;
  margin-right: 20px;
}

.details {
  display: flex;
  flex-direction: column;
  height: 60px;
  border-left: 3px solid #D4722D;
  padding-left: 20px;
}

.details p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.details h3 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  color: #333;
}

.container_5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.container_5 .header {
  text-align: left;
  margin-bottom: 20px;
}

.container_5 .header img {
  width: 50px;
  height: 50px;
}

.container_5 .header h1 {
  font-size: 24px;
  color: #333;
  margin: 10px 0 0;
}

/* Process steps */
.process{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  padding: 20px;
  max-width: 500px;
  text-align: left;
}

.step img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.step h3 {
  color: #333;
  margin-bottom: 5px;
  border-bottom: 3px solid #D4722D;
}

.step p {
  font-size: 14px;
  color: #666;
}

/* Responsive design 
@media (min-width: 768px) {
  .steps {
      flex-direction: row;
      gap: 40px;
  }
} */

.design-concepts-container {
  max-width: 1200px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.design-concepts-container .header h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.design-concepts-container .header p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.concepts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.concept {
  flex: 1; /* To ensure all cards hte same size */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}

.letter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D4722D;
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-top: -45px;
}

.concept h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.concept ul {
  text-align: left;
  font-size: 14px;
  color: #666;
  padding: 0;
}

.concept ul li {
  margin-bottom: 5px;
}

/* Responsive design 
@media (min-width: 768px) {
  .concepts {
      flex-direction: row;
      justify-content: space-between;
  }

  .concept {
      max-width: 180px;
  }
} */

.final-thoughts-section {
  margin: 20px;
  font-family: Arial, sans-serif;
}

.final-thoughts-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.final-thoughts-section p {
  font-size: 16px;
  line-height: 1.5;
}

.quote-box {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  margin: 20px 0 10px 0;
}

.quote-box .quote {
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.founder-name {
  font-size: 16px;
  color: #D4722D;
  margin-top: 5px;
}

.goals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.goal-card {
  padding: 20px;
  background-color: #fff;
  text-align: left;
}
.goal-card h3 {
  margin-top: 0;
  text-align: left;
}
.goal-card hr {
  border: none;
  border-top: 3px solid #D4722D;
  margin: 10px 0;
}

#section16{
  max-width: 1200px;
}

#section16 h2{
  font-size: 32px;
  line-height: 36px;
}

@mixin white-gradient {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

/*
.slider {
	background: #D4722D;
	height: 320px;
	overflow:hidden;
	position: relative;
	width: auto;
	
	&::before,
	&::after {
		@include white-gradient;
		content: "";
		height: 320px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}
	
	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
	
} */

/* Main slider styles */
.slider {
	background: #D4722D;
	height: 320px;
	overflow: hidden;
	position: relative;
	width: auto; /* Infinite autoplay carousel - so the slider takes up the width of the screen */
}

/* ::before pseudo-element styles */
.slider::before {
	content: "";
	height: 320px;
	position: absolute;
	width: 200px;
	z-index: 2;
	left: 0;
	top: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* white-gradient mixin equivalent */
}

/* ::after pseudo-element styles */
.slider::after {
	content: "";
	height: 320px;
	position: absolute;
	width: 200px;
	z-index: 2;
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* white-gradient mixin equivalent */
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(420px * 14);
}

.slider .slide {
  height: 300px;
  width: 400px;
  padding: 0 10px; /* Space between images */
  /*box-sizing: border-box;*/
}

.slider .slide img {
  width: 100%;
  height: 100%;
 /* object-fit: cover;  Ensure the images cover the slide area */
}

.prototype {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  min-width: fit-content;
  flex-wrap: wrap;
}

.prototype-text {
  flex: 1;
  padding: 20px;
}

.prototype-text .small_heading{
  color: #D4722D;
  font-size: 16px;
}

.prototype-text p {
  margin-bottom: 0;
}

.prototype-text h2 {
  margin-top: 0;
}

.prototype-video {
  flex: 1;
  padding: 20px;
}

.prototype-video video {
  width: 100%;
  height: auto;
  border-radius: 5px;
}