/* Reset & base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #0f0f0f;
    color: #f5f5f5;
    line-height: 1.6;
    /* top offset so content doesn't sit beneath a fixed navbar; adjust as needed */
    padding-top: 2rem;
}
.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding: 1rem 0;
}

/* Header */
header {
    top: 1%;
    /* remove or set a valid value instead of the stray backtick */
    left: 0;
    margin: 0;
    padding: 0rem 0;
}

header h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    color: #ff4c4c;
}


h2 {
  
    font-size: 2.4rem;
    font-weight: 700;
    color: #ff4c4c;
}

header .subtitle {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #aaa;
}

/* Sections */
section {
    padding: 4rem 0;
}

section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ff4c4c;
    text-align: center;
}

/* About */         
.about p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: #ddd;
    font-size: 1.1rem;
}

/* Use an image background for the about section box */
.about .work-box {
    
    background: url('images/bg.jpg') center/cover no-repeat;
    /* semi-transparent overlay for readability */
    background-color: rgba(0, 0, 0, 0.6);
}


/* Work */
.work-box {
    background-color: #1a1a1a;
    border-left: 5px solid #ff4c4c;
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.work-box h3 {
    font-size: 1.8rem;
    color: #ff4c4c;
    margin-bottom: 1rem;
}

.work-box p {
    color: #ccc;
    margin-bottom: 1.5rem;
}


/* Use an image background for the about section box */
.work .work-box {
   
    background: url('images/bg2.jpg') center/cover no-repeat;
    /* semi-transparent overlay for readability */
    background-color: rgba(0, 0, 0, 0.4);
}



.btn {
    display: inline-block;
    text-decoration: none;
    background-color: #ff4c4c;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn:hover {
    background-color: #e03e3e;
}

/* Contact */
.contact p {
    text-align: center;
    color: #ccc;
}

.contact a {
    color: #ff4c4c;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    text-align: center;
    padding: 2rem 0;
  
    color: #888;
    font-size: 0.9rem;
}

/* make header content align with the page's centered content boxes */
header .container {
    max-width: 800px; /* match .work-box width so left edges align */
    margin: 0 auto;
}

header h1 {
    text-align: left;
    margin: 0;
    font-size: 4rem;
    font-weight: 700;
    color: #ff4c4c;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.8rem 3rem;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    z-index: 1000;
}


/* Footer styling */
.site-footer {
 
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

/* Social icons container */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, color 0.3s;
}

/* Hover effects for icons */
.social-icons a:hover {
  color: #1da1f2; /* example: Twitter blue on hover */
  transform: scale(1.2);
}


.post-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}


/* Work 1*/
.work-box1 {
    background-color: #1a1a1a;
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-box1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.work-box1 h3 {
    font-size: 1.8rem;
    color: #ff4c4c;
    margin-bottom: 1rem;
}

.work-box1 p {
    color: #ccc;
    margin-bottom: 1.5rem;
}


.btn1 {
    display: inline-block;
    text-decoration: none;
   background-color: whitesmoke;
    color: #1a1a1a;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}


/* Work 2*/
.work-box2 {
  
   
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Work 2*/
.work-box2 {
   
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
  
}

.work-box2 h3 {
    font-size: 1.8rem;
    color: whitesmoke;
    margin-bottom: 1rem;
}

.work-box2 p {
    color: #ccc;
    margin-bottom: 1.5rem;
}


.navbar {
  background-color: white;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;              /* make navbar a flex container */
  justify-content: center;    /* center the ul horizontally */
}

.nav-items {
  list-style: none;
  display: flex;              /* horizontal items */
  gap: 40px;                  /* space between links */
  margin: 0;
  padding: 0;
}

.nav-items li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-items li a:hover {
  color: #007BFF;
}



/* Work 2*/
.work-box2 {
    background-color: #1a1a1a;
    border-top: 5px solid #ff4c4c;
     border-right: 5px solid #ff4c4c;
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-box2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.work-box h3 {
    font-size: 1.8rem;
    color: #ff4c4c;
    margin-bottom: 1rem;
}

.work-box2 p {
    color: #ccc;
    margin-bottom: 1.5rem;
}


/* Use an image background for the about section box */
.work .work-box2 {
   
    background: url('images/bg2.jpg') center/cover no-repeat;
    /* semi-transparent overlay for readability */
    background-color: rgba(0, 0, 0, 0.4);
}




/* Work 3*/
.work-box3 {
    background-color: #1a1a1a;
    border-top: 5px solid #ff4c4c;
     border-right: 5px solid #ff4c4c;
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-box3:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.work-box3 h3 {
    font-size: 1.8rem;
    color: #ff4c4c;
    margin-bottom: 1rem;
}

.work-box4 {
    background-color: #1a1a1a;
    border-bottom: 5px solid #ff4c4c;
     border-left: 5px solid #ff4c4c;
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-box4:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.work-box4 h3 {
    font-size: 1.8rem;
    color: #ff4c4c;
    margin-bottom: 1rem;
}

.work-box4 p {
    color: #ccc;
    margin-bottom: 1.5rem;
}


/* Work 5*/
.work-box5 {
   
    padding: 1rem;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
   
}

.responsive-img {
  width: 100%;       /* scales to container width */
  max-width: 500px;  /* optional: prevent it from being too large */
  height: auto;      /* maintains aspect ratio */
}




/* Use an image background for the about section box */
.work-box4 {
   
    background: url('images/c.jpg') center/cover no-repeat;
    /* semi-transparent overlay for readability */
    background-color: rgba(0, 0, 0, 0.4);
}

