body {
    margin: 0;
    background: #93C4A6;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

body, h1, h4, p, a {
     font-family: 'Open Sans', sans-serif;
}


.header {
    width: 85%;
    margin: 0 auto;
}

header {
  background: #93C4A6;
  width: 100%;
}

header::after {
    content: '';
    display: table;
    clear: both;
}

.logo {
  float: left;
  width: 83px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.headingLeft {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  position: absolute;
  left: 170px;
}

.headingRight {
  float: right;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
}

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

nav li {
  display: inline-block;
  margin-left: 60px;
  padding-top: 25px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

a:hover {
    color: #ffffff;
}

.active {
    color: #EBCAE8;
    padding: 5px;
    border-radius: 10px;
    text-decoration-line: underline;
}

.apply:hover {
    text-shadow: none;
    box-shadow: 5px 5px 5px #81ad7b;
}

.section-button {
    display: inline-block;
    background-color: white;
    color: black;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;     
    width: fit-content; 
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-button:hover {
    transform: scale(1.05);
    box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.25);
}
  
.section-button.outline {
    background-color: #F8E16F;
    color: black;
    border: 2px solid white;
}  

.container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;

    background-image: url('assets/ProjectsBackground.png');
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.container2 h1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  color: white; 

  margin: 0 0 10px 0; 
}

.container2 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  font-weight: 400;
  color: white;
  font-size: 1.5rem;
  width: 85vw;
  border-radius: 30px;
}

.container2 .accent {
  color: #EBCAE8;
  font-weight: 700;
}

.project-row{
  position: relative;
  padding: 84px 0;
  background: #93C4A6;
  overflow: hidden;
}

.row-title{
  position: relative;
  z-index: 3;
  margin: 0 0 18px 30px;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: .02em;
}

.row-band{
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 300px;
  background: #fff;
  margin-left: 0;
}

.row-figure{
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.row--tcamp .row-band { 
  z-index: 1;
}
.row--tcamp .figure-tcamp {
  z-index: 1;
  width: 600px;
  top: -8px;
  right: 0px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: none;
}

.row--tcamp .figure-tcamp-outline {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 600px;
  pointer-events: none;
}

.row--rubis .row-band { 
  z-index: 1;
}
.row--rubis .figure-rubis {
  z-index: 1;
  width: 560px;
  top: -8px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: none;
}

.row--rubis .figure-rubis-outline {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 560px;
  pointer-events: none;
}

.row--rubis {
  overflow: visible;
  padding-bottom: 180px;
  position: relative;
}

.row--rubis .row-title {
  position: absolute;
  top: 20px;
  left: 800px;
}

.row--reuse {
  padding-top: 400px;
  padding-bottom: 400px;
  position: relative;
  overflow: visible;
  padding-bottom: 180px;
}

.row--reuse .row-title {
  padding-top: 300px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.row--reuse .figure-reuse-left {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 500px;
}

.row--reuse .figure-reuse-left-outline {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 500px;
  pointer-events: none;
}

.row--reuse .figure-reuse-right {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 500px;
}

.row--reuse .figure-reuse-right-outline {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 500px;
  pointer-events: none;
}

.interested-section {
  padding-top: 400px;
  position: relative;
  background-image: url('assets/InterestedFrame.png');
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: white;
  text-align: center;
}

.interested-overlay {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.interested-overlay h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.interested-overlay h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.interested-description {
  background: white;
  color: black;
  border-radius: 20px;
  padding: 25px 35px;
  margin: 0 auto 40px auto;
  max-width: 900px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.interested-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.interested-card {
  background: white;
  color: black;
  border-radius: 20px;
  padding: 25px;
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.interested-card h3 {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.interested-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.interested-btn {
  display: inline-block;
  background-color: #EBCAE8;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.interested-btn:hover {
  transform: scale(1.05);
  box-shadow: 4px 6px 10px rgba(0,0,0,0.3);
}

.interested-btn.outline {
  background-color: white;
  color: #93C4A6;
  border: 2px solid #EBCAE8;
}


.section-button {
  display: inline-block;
  transform-origin: center;
  background-color: #EBCAE8;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 12px 35px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;     
  width: fit-content; 
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-button:hover {
  transform: scale(1.05);
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.25);
}

.section-button.outline {
  background-color: #EBCAE8;
  color: black;
  border: 2px solid white;
}  

footer {
  background: #F4F7EC;
  text-align: center;
  padding: 125px 80px 80px 80px;

  background-image: url('assets/circles.png');
  background-repeat: no-repeat; 
  background-size: 100% auto;
  background-position: center;
}

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.footer-icons img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.footer-icons img:hover {
  transform: scale(1.1);
}

.footer-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: black;
  margin: 10px 0 0 0;
}
