/* ========== VARIABLES ==========
   Define color palette and fonts
================================ */
:root {
  --branding-color: #6c63ff;
  --branding-color-dark: #4f48d7;
  --secondary-color: #f9f7fe;
  --heading-font-family: "Playfair Display", serif;
  --default-font-family: "Poppins", sans-serif;
}

/* ========== GLOBAL ========== */
body {
  font-family: var(--default-font-family);
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-family);
  font-weight: bold;
  color: black;
  margin-bottom: 1rem;
}index ad 

h1 {
  font-size: 96px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 30px;
  text-align: center;
  font-family: var(--default-font-family);
}

p {
  font-size: 16px;
  margin-bottom: 1rem;
}

.content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

/* ========== HERO SECTION ========== */
.hero {
  background-color: var(--secondary-color);
  text-align: center;
  min-height: 300px; /* shorter banner height */
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero p {
  font-size: 36px;
  margin: 0;
  color: #272142;
}

.hero h2 {
  font-size: 24px;
  font-weight: normal;
}

/* ========== NAVBAR ========== */
.navbar-brand {
  font-weight: 600;
  font-size: 20px;
  color: var(--branding-color);
  text-decoration: none;
}

.navbar-brand:hover {
  color: var(--branding-color-dark);
}

nav {
  padding: 20px 0;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  display: inline;
  margin-left: 15px;
  list-style: none;
  line-height: 90px;
}

nav a {
  color: #272142;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

nav a:hover,
nav li.active a {
  color: var(--branding-color);
}

/* ========== LINKS ========== */
a {
  color: var(--branding-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--branding-color-dark);
  text-decoration: underline;
}

/* ========== BUTTONS ========== */
.btn-branding,
.btn-outline-primary {
  background-color: var(--branding-color);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-outline-primary {
  background-color: transparent;
  color: var(--branding-color);
  border: 1px solid var(--branding-color);
}

.btn-branding:hover,
.btn-outline-primary:hover {
  background-color: var(--branding-color-dark);
  color: white;
}

.small-button {
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
}

/* ========== PROJECTS ========== */
.preview-heading {
  font-size: 40px;
  font-weight: 400;
  color: #333;
  margin-top: 40px;
}

.project,
.project-description {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px; 
}

.project:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.project h3,
.project-description h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--default-font-family);
}

.project p,
.project-description p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.project a.btn {
  margin-top: 10px;
}

.project-description {
  border-left: 4px solid var(--branding-color);
}

.project-description a.btn {
  margin-top: 10px;
}

/* ========== IMAGE UTILS ========== */
.logo {
  max-height: 80px;
}

.about-photo {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.icon {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  vertical-align: middle;
}

/* ========== SOCIAL & CONTACT ========== */
.social-links a {
  margin: 0 10px;
  font-size: 20px;
  color: var(--branding-color);
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--branding-color-dark);
}

.email-link {
  font-size: 14px;
  color: var(--branding-color);
  text-decoration: none;
}

.email-link i {
  margin-right: 5px;
}

/* ========== FOOTER ========== */
footer {
  margin: 60px 0;
}

footer .contact-box {
  background-color: var(--secondary-color);
  padding: 30px 120px;
  border-radius: 10px;
}

footer .contact-box p {
  margin: 0;
}

footer .social-links a {
  margin: 0 20px;
  background: var(--secondary-color);
  padding: 10px 14px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 100ms ease-in-out;
}

footer .social-links a:hover {
  color: white;
  background: var(--branding-color);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 26px;
  }

  .content {
    text-align: center;
    padding: 0;
  }

.content h1 {
    font-size: 32px;
  }

  .project-description {
    padding: 0;
    text-align: center;
  }

  .project-image {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  }
  
  @media (max-width: 576px) {
  .project-image {
    height: 180px;
  }
  }
} 