- {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Arial, sans-serif;
background-color: #0D1B2A;
color: white;
line-height: 1.6;
height: 100vh;
overflow: auto;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* Header Styles */
header {
background-color: #415A77;
padding: 15px 0;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
}

.navbar {
display: flex;
justify-content: space-between;
align-items: center;
}

.nav-links {
display: flex;
gap: 40px;
align-items: flex-start;
}

.nav-links a {
color: white;
text-decoration: none;
font-size: 18px;
font-weight: 400;
transition: opacity 0.3s ease;
}

.nav-links a:hover {
opacity: 0.8;
color: #0d1b2a;
}

.nav-right{
align-items: flex-end;
}

.linkedin-btn {
background-color: #0d1b2a;
color: white;
padding: 10px 24px;
text-decoration: none;
border-radius: 6px;
font-size: 16px;
font-weight: 500;
transition: background-color 0.3s ease, transform 0.2s ease;
}

.linkedin-btn:hover {
background-color: #778da9;
transform: translateY(-1px);
}

.center-button{
background-color: #778da9; /* Blue background */
    color: #e0e1dd; /* White text */
    border: none;
    padding: 4px 7px;
    font-family: Cambria, sans-serif;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}
/* Hero Section */
.hero {
font-family: Cambria, Cochin, Georgia, Times, ‘Times New Roman’, serif;
height: 100vh;
display: flex;
align-items: center;
padding-top: 4rem;
padding-left: 2rem;
padding-right: 2rem;
text-align: justify;
}

.hero-text h1 {
font-size: 55px;
font-weight: 700;
letter-spacing: -1px;
margin-top: 8rem;
margin-bottom: 0rem;
opacity: 0.8;
}

.description {
font-size: 18.5px;
    line-height: 1.6; /* You can slightly reduce this too */
    opacity: 0.8;
    margin-top: 0.5rem; /* Less space above the paragraph */
    max-width: 100%;
    ;
    
}

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;              /* Full screen height */
    padding: 0 5px;             /* Horizontal spacing */
    overflow: hidden;           /* Prevent scroll */
    gap: 20px;
}

/* Ensure page doesn't scroll */



h1 {
  font-size: 40px; /* or any size you want */
}

.education-section h2 {
  font-size: 23px;
  text-align: left;
  margin-bottom: 20px;
  color: #e0e1dd;
}

  .download-link {
  background-color: #415a77; /* Bright blue */
  color: #e0e1dd;
  border: none;
  border-radius: 5px;
  padding: 5px 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.education-section {
  padding: 30px 5%;
  color: #e0e1dd;
  font-family: 'Cambria', Tahoma, sans-serif;
}

.education-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.education-card {
  background-color: #2a3f54;
  padding: 20px;
  border: 1px solid #2a3f54;
  border-radius: 10px;
  flex: 1 1 45%;
  min-width: 300px;
  max-width: 48%;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.download-box {
  display: inline-block;
  padding: 6px 12px;
  background-color: #4a6fa5;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}

.skills-section h1 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.skillbox {
  border: 1px solid #9caac2;
  padding: 12px;
  margin-bottom: 24px;
  font-size: 0.95rem;
  background: transparent;
}


@media (max-width: 1199px) {
.hero-content {
grid-template-columns: 1fr;
gap: 3rem;
text-align: left;
}


.hero-text h1 {
    font-size: 45px;
    padding-top: 10rem;
}

.hero-text h2 {
    font-size: 30px;
}


.hero {
    padding-top: 100px;
}

}

@media (max-width: 768px) {
.navbar {
flex-direction: column;
gap: 10px;
}

.nav-right{
    align-items:center;
}

.nav-links {
    align-items:stretch;
    gap: 30px;
}

.hero {
  padding-top: 3rem; /* reduce from 4rem */
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-content {
  gap: 0;
  padding-top: 0;
  margin-top: 0;
  text-align: justify;
}

.hero-text {
  padding-top: 0;
  margin-top: 0;
}

.hero-text h1 {
  font-size: 28px;
  margin-top: 5rem;
  padding-top: 0;
  
}

.description {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.center-button{
background-color: #778da9;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: white;
padding: 5px 8px;
border-radius: 6px;
font-size: 16px;
}

}

@media (max-width: 480px) {

.nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.nav-links a {
    font-size: 16px;
}

.hero-text h1 {
    font-size: 28px;
    padding-top: 12rem;
}

.hero-text h2 {
    font-size: 20px;
    padding-bottom: 0rem;
}

.description {
    font-size: 14px;
}

.profile-container {
    width: 250px;
    height: 320px;
}


}