.container {
 background-color: #00000;
 display: flex;
 flex-direction:column;
 justify-content:;
 align-items: center;
 align-content: flex-start;
 border:;
 margin:


  
 
}

.item{
 height: 200px;
 width: 200px;
 background-color: #43659c;
 margin: 2px;
 display: flex;
 justify-content: center;
 align-items: center;
 
  
}

.header {
 width: 900px;
 height: 100px;
 font-size: 65px;
 color: #39496d;
 font-family: Maitree;
 background-color: transparent;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 10px;
 

}


.navbar{
  width: 1080px;
  max-height: 50px;
  background-color: transparent;
  border-top: 2px solid #375689;
  border-bottom: 2px solid #375689;
  display: flex;
  justify-content: center;
  align-items:center;
  gap: 30px;
  font-family: Maitree;
  font-size: 18px;
  
 
 
}

.navbar a {
    color: #375689;     /* your custom color */
    text-decoration: none; /* removes underline */
    font-family: Maitree;
}

.navbar a:hover {
    color: #375689; /* optional hover 
   effect */
    text-decoration: underline;
    font-weight: bold;
}

.headline {
  font-family: Poppins;
  color: #03045E;
  font-size: 50px;
  line-height: 100%;
  
}
.body-text{
line-height: px;  
}


.btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  width:fit-content;
}

.btn {
  display: inline-flex;
  align-items: center;
  margin-top: 2%;
  margin-right: 1%;
  gap: 10px;                /* space between icon and text */
  padding: 12px 18px;
  border: 2px solid #375689;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  color: #23324a;
  font-family: Maitree;
  transition: all 0.3s ease;
  width: fit-content;
  
}

.btn:hover {
  background-color: #375689;
  color: #fff;
  font-weight: bold;
  width: fit-content;
}

.intro{
 font-family: Poppins;
 font-size: 20px;
 color: #03045E;
 margin-top: 2px;
}

.title{
  font-family: Poppins;
  font-size: 50px;
  line-height: 100%;
  color: #03045E;
  margin-top: 1px;
  
}
.location{
  font-family: Poppins;
  font-size: 18px;
  color: #03045E;
  margin-top: 2px;
}

.contact-buttons {
  display: flex;
  flex-direction: column; /* stack vertically */
  gap: 15px;              /* space between buttons */
  margin-top: 20px;
  max-width: 300px;       /* optional: keeps buttons aligned nicely */
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  flex-direction:row;
}

.text-container {
  flex: 1;
  font-family: Poppins;
  color: #03045E;
  margin-right: 5%
  
 
}

.image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  margin: 25px;
  margin-bottom: 1%;
  transform: rotate(-5deg);
  
 
 
  
}

.image-container img {
  width: 330px;
  height: auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  
 
  
  
}
.h1{
  font-size: 45px;
  color: #03045E;
  
}

.navbar a.active {
  text-decoration: underline;
  font-weight: bold;
}
/* Container for About + Skills */
.about-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1100px;
  margin: 2rem auto;
  font-family: "Poppins", sans-serif;
}

/* Left column */
.about-info {
  flex: 1;
}

.about-info h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #0a0a5f; /* navy */
  margin-bottom: 1rem;
}

.about-photo {
  width: 50px;
  margin: 1rem 0;
  transform: rotate(-5deg);
  border: 3px solid #ccc;
  display: block;
}

.about-info p {
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

/* Right column - Skills */
.skills-box {
  flex: 1;
  border: 1px solid #ccc;
  padding: 1.5rem;
  margin-top: 4%
}

.skills-box {
  font-size: 2rem;
  font-weight: 900;
  color: #0a0a5f;
  margin-bottom: 1.5rem;
}

.skills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.skill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0a0a5f;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.skill img {
  width: 50px;
  height: 50px;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem; /* <-- THIS controls spacing */
  
  .h2{
   font-size: 30px;
   line-height: 0;
   
  }

/* Flex container */
.works {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  
}

/* Work items */
.work-item {
  text-align: center;
  border: 1px solid #2a3560;
  border-radius: 6px;
  overflow: hidden;
  max-width: 250px;
}

/* Image container */
.work-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

/* Default image */
.work-img img.default {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

/* Hover image */
.work-img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effect */
.work-item:hover .default {
  opacity: 0;
}

.work-item:hover .hover {
  opacity: 1;
}

.h1{
font-family: Poppins;
color: #39496d;
}


.h1 {
  text-align: left;
  width: 100%;     /* make sure it spans the container */
  display: block;  /* reset if it was flex */
 margin-left: 50%;










@media only screen and (min-width: 150px) and (max-width: 650px) {

 