
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	margin-bottom: 20px;
	color: #000000;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
    font-family: "Inter", sans-serif;
}



/* about us landing */

.about-landing {
	background: linear-gradient(135deg, #00000050, #00000050),
		url("/images/about/about-bg.jpg") center/cover no-repeat;
	color: white;
	text-align: center;
	padding-top: 10rem;
	position: relative;
	overflow: hidden;
}

.about-landing h1:hover {
	color: #f57c00;
	transition: 0.5s ease-in-out;
}

.about-landing h1 {
	font-size: 5rem;
	font-weight: 800;
	line-height: 1.2;
	color: white;
	position: relative;
	z-index: 2;
}

.about-landing-text {
	background: #fff;
	border-radius: 2rem;
	color: black;
	padding: 2rem;
	margin: 6rem auto;
	max-width: 1000px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
}

.about-landing-text p {
	padding: 2% 3%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	text-align: justify;
	color: #555;
	margin-bottom: 0;
}

.bottom-rectangle {
	width: 100%;
	height: 250px;
	background: white;
	position: absolute;
	bottom: -10%;
	left: 0;
	z-index: 1;
}









/* about - history */
.timeline-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	align-items: center;
}

h1 {
	font-size: 48px;
	line-height: 1.6;
	margin: 0 0 60px;
	padding-bottom: 10px;
	text-align: center;
}

.timeline-highlight {
	color: #f57c00;
}

.timeline {
        padding: 0px 5%;
        max-width: 1300px;
        margin: 0 auto;
      }
      .timeline > .timeline-item {
        display: flex;
        align-items: flex-start;
      }
      .timeline > .timeline-item > div {
        flex: 1;
        padding: 0px 40px;
      }
      .timeline > .timeline-item > div:last-child {
        text-align: left;
        padding-bottom: 40px !important;
      }
      .timeline > .timeline-item > div:first-child::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #f57c00;
        top: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
      }
      .timeline > .timeline-item:nth-child(odd) > div:first-child {
        text-align: right;
        position: relative;
      }
      .timeline > .timeline-item:nth-child(odd) > div:first-child::after {
        right: -17px;
      }
      .timeline > .timeline-item:nth-child(odd) > div:last-child {
        text-align: left;
        border-left: 2px solid #e0e0e0;
      }
      .timeline > .timeline-item:nth-child(odd) > .timeline-date > div {
        margin-right: 0px;
      }

      .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
        text-align: left !important;
      }

      .timeline > .timeline-item:nth-child(even) > div:first-child {
        order: 2;
        text-align: left;
        position: relative;
      }
      .timeline > .timeline-item:nth-child(even) > div:first-child::after {
        left: -1px;
      }
      .timeline > .timeline-item:nth-child(even) > div:last-child {
        order: 1;
        text-align: right;
        border-right: 2px solid #e0e0e0;
      }
      .timeline > .timeline-item:nth-child(even) > .timeline-date > div {
        margin-left: 0px;
      }
      .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
        text-align: right !important;
      }
      .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
        left: inherit;
        right: 15px;
      }
      .timeline > .timeline-item .timeline-date {
        position: relative;
		font-weight: 700;
      }
      .timeline > .timeline-item .timeline-date > div {
        background-image: linear-gradient(to right, #f57c00, #fcb415);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        border-radius: 50px;
        color: #ffffff;
        text-align: center;
        max-width: max-content;
        margin: auto;
        padding: 10px 30px;
      }
      .timeline > .timeline-item .timeline-content .fa-icon {
        font-size: 80px;
      }
      .timeline > .timeline-item .timeline-content > h2 {
        color: #f57c00;
        margin: 0px;
        font-size: 1.5em;
        font-weight: bold;
        margin: 7px 0px;
      }
      .timeline > .timeline-item .timeline-content > h2 span {
        color: #f57c00;
        font-weight: bold;
        font-size: 0.6em;
        letter-spacing: 2px;
        margin-left: 5px;
      }
      .timeline > .timeline-item .timeline-content > p {
        font-family: Inter;
        color: #777;
        font-size: 1em;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        position: relative;
        line-height: 25px;
        padding-bottom: 20px;
        min-height: 10px;
      }
      .timeline > .timeline-item .timeline-content > p > button:hover {
        background: rgba(0, 0, 0, 0.7);
        box-shadow: 0 5px 10px rgba(103, 58, 183, 0.1);
        color: #ffffff;
      }
      @media (max-width: 767px) {
        .timeline > .timeline-item {
          flex-direction: column;
          border-left: 2px solid #e0e0e0;
        }
        .timeline > .timeline-item > div {
          border-width: 0px !important;
          text-align: left !important;
          order: unset !important;
        }
        .timeline > .timeline-item > div::after {
          left: 0% !important;
        }
        .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
          text-align: left !important;
        }
        .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
          text-align: left !important;
        }
        .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
          left: 15px;
          right: inherit;
        }
      }








/*team*/
.find-passion-section {
	display: flex;
	align-items: center;
	padding: 12vh 12vw 12vh 12vw;
	background: #fff;
	gap: 40px;
	flex-wrap: wrap;
}

.text-side {
	flex: 1;
	min-width: 200px;
}

.text-side h1 {
	font-size: 45px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
	text-align: left;
}

.team-highlight {
	color: #f57c00;
}

.cards-side {
	display: flex;
	flex: 3;
	min-width: 300px;
	gap: 20px;
}

.card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #eee;
	transition: all 0.9s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 400px;
}

.card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 70%);
	z-index: 1;
	pointer-events: none;
}

.card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.main-card {
	flex: 3;
}

.small-card {
	flex: 0.5;
}

.card-content,
.small-card-label {
	position: relative;
	z-index: 2;
	padding: 20px;
	color: #fff;
}

.small-card-label {
	text-align: center;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
    font-family: Inter;
	font-size: 18px;
	padding: 10px 20px;
}




/* HOVER EFFECT */
.cards-side:hover .card {
	flex: 0.5;
}

.cards-side .card:hover {
	flex: 2;
}
.cards-side .card:hover .small-card-label {
	text-align: center;
	writing-mode: horizontal-tb;
	transform: rotate(0deg);
	font-size: 18px;
}

/* Popup Modal Styles */
.modal {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

.modal-content {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	max-width: 45vw;
	width: 90%;
	position: relative;
	animation: fadeIn 0.3s ease;
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: left;
}

.modal-content img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 5%;
	margin-bottom: 20px;
}

.modal-left {
	flex: 0 0 40%;
}

.modal-left img {
	width: 90%;
	height: auto;
	border-radius: 10px;
}

.modal-right {
	flex: 1;
}

.modal-right h2 {
	margin: 0 0 10px;
	font-size: 24px;
	color: #333;
}

.modal-right p {
	font-size: 16px;
	color: #666;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

/* Simple fade animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}









/* how we work */
.spacer {
	height: 10vh;
}

.spacer2 {
	height: 45vh;
}

.how-container {
    position: relative;
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
    height: 85vh;
}

.card1-wrapper {
	position: relative;
	top: 3vh; /* Add vertical space below heading */
  }

.how-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 5rem;
	font-weight: 700;
	color: #000;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.howcard {
	position: absolute; /* Important for positioning inside container */
	width: 100%;
	height: auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	transition: transform 0.2s ease-out;
	padding-bottom: calc(70vw * (3.5 / 7));
	overflow: hidden;
}

@media (max-width: 768px) {
	.howcard {
		padding-bottom: calc(70vw * (7 / 3.5));
	}
}

#howcard1 {
	position: absolute;
	top: 10vh;
	z-index: 1;
	background-image: url("../images/about/howcard1.png");
	background-size: cover;
}












/* why us */
.why-section {
	text-align: center;
	font-family: "Inter", sans-serif;
	padding: 5vh 0 7vh 0;
	background-color: #f0f0f0;
}

.why-section h1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 50px;
}


.why-container2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 20px;
}

.why-item {
	text-align: center;
	max-width: 150px;
}

.why-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffb000; /* Icon background */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}


.why-icon img {
	width: 100%;
	height: auto;
}

.why-icon img:hover {
	transform: scale(1.1);
}

.why-item p {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}










/* ecosystem */
.ecosystem {
	text-align: center;
	padding: 80px 30px 40px 30px;
}

.ecosystem h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}

.highlight {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 4px;
	text-decoration-color: #f57c00;
}

.dot {
	color: #f57c00;
}

.eco-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Fixed 3 columns */
	gap: 40px 40px;
	padding: 40px 1vw;
	max-width: 60vw;
	margin: auto;
}

.eco {
	display: flex;
	flex-direction: column;
	align-items: center; /* centers image */
	text-align: left;
}

.eco img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 20px;
}

.eco h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
	align-self: flex-start;
}

.eco p {
    font-family: Inter;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	max-width: 280px;
	align-self: flex-start;
}










/* r&d */
.rd-card-container {
	padding: 30px 0px;
	padding-top: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rd-card {
	width: 60vw;
	height: 55vh;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding: 20px;
	padding-left: 3%;
	padding-right: 30%;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
}

.rd-card-bg {
	position: absolute;
	inset: 0;
	background-image: url("../images/about/rd.png");
	background-size: cover;
	background-position: center;
	transition: transform 0.7s ease;
	z-index: 0;
	left: 0px;
	top: -25px;
}

.rd-card:hover .rd-card-bg {
	transform: scale(1.05);
}

.rd-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		#f57c00 0%,
		/* Deep orange at start */ rgba(255, 142, 0, 0.6) 70%,
		/* Mid orange */ rgba(255, 183, 0, 0) 100% /* Light orange fade */
	);
	z-index: 1;
}

.rd-card-text {
	position: static;
	color: #fff;
	z-index: 2;
	box-sizing: border-box;
}

.rd-card-text h2 {
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	margin-bottom: 10%;
	margin-top: 10%;
	color: white;
}

.rd-card-text p {
    font-family: Inter;
	font-size: clamp(1rem, 1.1vw, 1.8rem);
	line-height: 1.5;
	color: white;
}

@media (max-width: 768px) {
  .rd-card {
    flex-direction: column;
    padding: 20px;
  }

  .rd-card-text {
    width: 90%;
  }

  .rd-card-text p {
	font-size: clamp(1rem, 2.8vw, 2rem);
  }
}






