body {
    background-color: white;
    color: black;
    font-family: 'Inter', sans-serif;
    margin: 0;
}


/* Footer */
.footer {
    background: #ffffff;
    border-top: 2px solid #ffb3c7; 
    padding: 40px 20px;
    text-align: center;
}

/* Top section */
.footer-top {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ff7c9f;
    margin-bottom: 10px;
}

/* Social icon */
.socialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.socialmedia img {
    width: 35px;
    transition: 0.3s;
}

.socialmedia img:hover {
    transform: scale(1.1);
}

/* Navigation links */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.footer-nav a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}

.footer-nav a:hover {
    color: #ff7c9f;
}

/* Bottom text */
.bottomtext {
    font-size: 12px;
    color: #999;
}


/* Nav Bar Section */

.logo {
    margin-right: auto;
}

.logo img {
    height: 40px;   
    width: auto;    
  }

.wrap {
    display: flex;
    width: 100%;
}

.navlist {
    display: flex;
    justify-content: flex-end;
    width: 95%;
    padding: 20px;
}

.navlist ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navlist ul li {
    padding: 5px 25px;
}

.navlist a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}



/* Photo */


  
  /* 3-photo layout */
  .gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    flex-wrap: wrap; /* makes it mobile friendly */
  }
  
  /* each photo card */
  .card {
    width: 600px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
  }
  
  /* image styling */
  .card img {
    width: 100%;
    height: 900px;
    object-fit: contain;
  }
  
  /* caption */
  .card p {
    margin: 10px 0;
    font-weight: bold;
  }


/*Image slide at bottom */

.slideshow {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
  }
  
  .slideshow input {
    display: none;
  }
  
  .slide {
    display: none;
  }
  

  .slide img {
    width: 100%;
    height: 700px;
    object-fit: contain;
    border-radius: 12px;
  }
  
  /* show active slide */
  #s1:checked ~ .slides .s1,
  #s2:checked ~ .slides .s2,
  #s3:checked ~ .slides .s3 {
    display: block;
  }
  

/* Button */

.figma-btn {
    display: inline-block;
    padding: 12px 18px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 10px;
  }
  
  .figma-btn:hover {
    background: #333;
  }

  /* dots */
  .nav {
    margin-top: 15px;
  }
  
  .nav label {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .nav label:hover {
    background: #555;
  }


/* Headings style */
h1, h2, h3, h4, h5, h6 {
    color: #ffb6c1;      
    text-align: center; 


.pro {
    font-size: 4rem;
}

.case {
    font-size: 4rem;
}

h1 {
    font-size: 4rem;
}

  /* Paragraphs */
p {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  
.role {
    text-decoration: underline;
}


@media screen and (max-width: 800px) {

	/* Hamburger Menu for mobile */

	input[type=checkbox]:checked ~ .navlist {
		display: block;
	}

	.navlist ul {
		padding: 2px;
		background-color: black;
		display: block;
		width: 50%;
		border-radius: 5px;
		font-weight: bold;
	}

	.headnote {
		text-align: center;
		font-size: 20px;
		margin-left: 30%;
		
	
		
	}
	
	.headnote:hover {
		background-color: #fd6c9e;
		border-radius: 5px;
		border-width: 5px;
	
	}

	.navlist {
	
		width: 100%;
		display: none;
		
		
	}

	
	
	.hamburger {
		display: block;
		background-color: black;
		border-radius: 3px;

	}

	.hamburger {
		color: white;
	}


input[type=checkbox] {
	display: none;

}

.hamburger {
	display: none;
	font-size: 25px;
}

img {
	border-radius: 20%;
	margin: 0;
	width: 90%;

}




@media screen and (max-width: 768px) {

	
	input[type=checkbox]:checked ~ .navlist {
		display: block;
	}

	.navlist ul {
		padding: 15px;
		background-color: black;
		display: block;
		width: 50%;
		border-radius: 5px;
		font-weight: bold;
	}

	.headnote {
		text-align: center;
		font-size: 20px;
		margin-left: 30%;
		
	
		
	}
	
	.headnote:hover {
		background-color: #fd6c9e;
		border-radius: 5px;
		border-width: 5px;
	
	}

	.navlist {
	
		width: 100%;
		display: none;
		
		
	}

	
	
	.hamburger {
		display: block;
		background-color: black;
		border-radius: 3px;
		

	}

	.hamburger {
		color: white;
	}



	

	.position {
		width: 90%;
		grid-template-columns: 1fr;
	}

	img {
		border-radius: 50%;
		margin: 0;
		width: 90%;
	
	}

	footer {
		background-size: 100%;
	}

	p  {
		margin-right: 20px;
	}

	h1  {
		text-align: center;
	}

