/* General Styling */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4; /* Light gray background */
    color: #333; /* Dark gray text */
}

/*TABLE STYLES*/
.content-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  display: table;
}

.content-table th,
.content-table td {
  border: 1px solid #b7c4d1;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.content-table th {
  background-color: #eef3f8;
  font-weight: 700;
}

.content-table tbody tr:nth-child(even) {
  background-color: #f9fbfc;
}
#content table {
  width: 100%;
}

#content td p,
#content th p {
  margin: 0;
}

/* DATE STYLES */
.project-date {
  font-style: italic;
}
/* SECTION HEADERS */
.section-title {
  /*margin-top: 60px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  text-align: left;  LEFT-ALIGNED TITLES */
  font-weight: bold;
  
}
/* Header Wrapper */
.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* White background for header */
    border-bottom: 5px solid #a60247; /* Pink accent bar */
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 20px;
    background-color: #fff; /* White navigation background */
}
nav .logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
nav .logo a {
    color: #a60247; /* Pink for the logo text */
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
}
nav .logo .site-tagline {
    font-family: 'Georgia', serif; /* or 'Times New Roman' */
    font-style: italic;
    font-size: 0.95rem;
    color: #b01257;
    color: #463038;
    margin-top: 2px;
    line-height: 1.1;
}

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

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #a60247; /* Dark pink text */
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 5px;
    position: relative;
}

nav ul li a:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}


nav ul li a.active {
    border-bottom: 3px solid #a60247;
    background: transparent !important;
    outline: none !important;
    color: #a60247;
    box-shadow: none !important; /* Removes shadow on active page */
}

nav ul li a:hover {
    color: #3b031a; /* Pink text color on hover */
}

/* Gives the active page a cleaner looking */
nav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #a60247;
  transition: width 0.3s;
  margin: auto;
}

nav ul li a.active::after {
  width: 100%;
}

.email-link a {
    color: #a60247; /* Pink color for email link */
    text-decoration: none;
}

/* Space for Fixed Navigation the body padding at the top is adjusted to account for the height of the navigation bar*/
body {
    padding-top: 60px; /* Adjust based on the height of the navigation bar */
}
/* Hero Sections */
.hero-home {
    background: url('../images/hero-images/hero-home2.png') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 220px 40px 180px; /*180px 40px*/
    
}

.hero-project {
  background: linear-gradient(to right, #2b1035, #3b0d2f);
  color: white;
  padding: 180px 20px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-project::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/bg-wave.svg'); /* Example SVG path */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}
.hero-project h1, .hero-project p {
  position: relative;
  z-index: 1;
}

.hero-blog {
    background: url('../images/hero-images/hero-blog.png') no-repeat center center/contain;
    color: #fff;
    text-align: center;
    padding: 180px 20px 100px;
    background-color: #2d1639; /* fallback space color */
}

.blog-tagline {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  font-style: italic;
  color: #ccc; /* adjust to fit your site palette */
  font-size: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.blog-tagline::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #fff; /* soft contrast line - adjust to match your site */
  margin: 0.8rem auto 0;
  border-radius: 2px;
  opacity: 0.5;
}

.tagline-icon {
  margin-right: 0.3rem;
}
.blog-motto {
  text-align: center;
  margin: 2rem 0;
  font-style: italic;
  color: #999;
  font-size: 1rem;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
}

.hero p {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

/* Buttons */
.btn {
    background-color: #a60247;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

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

.btn-secondary {
    background-color: #333;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #555;
}

/* Sections */

.section-title {
    color: #a60247;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

/* Featured sections background colors dfc9c9, #dabfbf; - chose; ; -- TRY THIS DARKER#c2b2b6*/
.featured-projects {
    background-color: #dfc7cd; /* soft cool gray - f3f4f6*, soft mauve blush - #efe3e8;, pale lavendar blush - #ece4ee; second choice; #ead6de*/ 
    border-radius: 30px; /* rounded corners*/
    padding: 3rem 2rem 4rem; /*padding gives the section more shape. adds  */
    margin: 2rem auto;
}

.featured-blogs {
    background-color: #e2cfd2; /* blush tint, you can try #f3f4f6 or #edf0fa or c4aaaf #b3a0a3;*/
    border-radius: 30px;
    padding: 3rem 2rem 4rem;
    margin: 2rem auto; /*gives it breathing room around the section. so sections are seperated and not attached to each other*/
}
.cta {
    background-color: #756367; /*#726969, #967f7f;*/
    color: #fff;
    text-align: center;
    border-radius: 30px; /* rounded corners*/
    padding: 3rem 2rem 4rem; /*padding gives the section more shape. adds  */
    margin: 2rem auto;
}


/* Projects and HomePage Card Styling */
.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 20px;
    /*background-color: #f9f9f9;*/
}

.project-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.project-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.project-card h3 {
    color: #a60247; /* Pink color for titles */
    margin: 15px 0;
    font-size: 20px; /* Increase font size for the title */
    font-weight: bold;
}

.project-card p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 15px;
}

.project-card a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.project-card .btn-read-more {
    display: inline-block; /* Make the button behave like a button */
    margin-top: 15px;
    padding: 10px 20px; /* Padding inside the button */
    background-color: #a60247; /* Button background color */
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners for the button */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.project-card .btn-read-more:hover {
    background-color: #880036; /* Darker pink on hover */
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Blog Page Grid */
#blogs-section {
    background: linear-gradient(to bottom, #f8f3f7, #ffffff);
    padding: 30px 20px;
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #a60247;
}

.section-description {
    text-align: center;
    font-size: 18px;
    color: #444;
    max-width: 800px;
    margin: 0 auto 40px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
    gap: 30px;
    padding: 20px;
    
}

.blog-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    padding: 15px;
    
}

.blog-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-card h3 {
    color: #a60247; /* Pink color for titles */
    margin: 15px 0;
    font-size: 20px; /* Increase font size for the title */
    font-weight: bold;
}

.blog-card p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 15px;
}

.blog-card .btn-read-more {
    display: inline-block; /* Make the button behave like a button */
    margin-bottom: 15px;
    padding: 10px 20px; /* Padding inside the button */
    background-color: #a60247; /* Button background color */
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners for the button */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.blog-card .btn-read-more:hover {
    background-color: #880036; /* Darker pink on hover */
}

.blog-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*View More Button*/
.view-more-wrapper {
    text-align: center;
    margin-top: 20px;
}

.btn-view-more {
    display: inline-block;
    padding: 12px 24px;
    background-color: #a60247;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-view-more:hover {
    background-color: #880036; /* Darker pink on hover */
    text-decoration: none !important;  /* Prevent underline */
    color: #fff;
}

/* Blog Embed Page Styling */

/* Badge Coloring (override Bootstrap defaults if needed) */
.badge.ethics {
  background-color: #c2185b;
  color: #fff;
}
.badge.research {
  background-color: #2f9e44;
  color: #fff;
}

/* Inherit .btn-back and .btn-more from your main styles.css */

/* =======================
   Project Filter Styles
   ======================= */
/* Project Card Styling */
#projects-section {
    background: linear-gradient(to bottom, #f8f3f7, #ffffff);
    padding: 30px 10px;
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #a60247;
}

.section-description {
    text-align: center;
    font-size: 18px;
    color: #444;
    max-width: 800px;
    margin: 0 auto 40px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}

.project-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0; /* Remove margin to rely on grid's gap */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    /* Let the grid control the card width */
    min-height: 400px;
    
}

.project-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 15px;
}

.project-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.project-card p {
    font-size: 16px; /* Increase the font size for the GitHub link */
    margin-bottom: 15px;
    line-height: 1.6;
}

.project-card .tags {
    font-size: 14px;
    color: #888;
}

.project-card .btn-github {
    display: inline-block;
    color: #a60247;
    border-bottom: 2px solid #a60247;
    padding-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
}

/* Project Summary Section */
#project-summary {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

#project-summary h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

#project-summary img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}

#project-summary h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
}

#project-summary p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/*This selector targets all <a> tags inside #project-summary */
#project-summary a {
    color: rgb(236, 247, 247); /* Ensures the text color is white */
    /*text-decoration: underline; */
}

/*Affects inline links like the Github link */
#project-summary p a {
  text-decoration: underline;
  color: #a60247; /* or a dark neutral */
}

.project-card[data-animate] {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.project-card[data-animate].visible {
    opacity: 1;
    transform: translateY(0);
}

/*Catgeory/Tag Filter System*/
.filter-container {
  text-align: center;
  margin-bottom: 30px;
}
.filter-btn {
  margin: 0 10px;
  padding: 8px 16px;
  border: none;
  background-color: #a60247;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.filter-btn.active,
.filter-btn:hover {
  background-color: #880036;
}
/* Back Button Styles for Project and blog pages */
/* .btn-back class styles the back button */
/* .btn-back class styles the back button */
.btn-back,.btn-more {
    display: inline-block; /* Makes the button act like an inline element while allowing for width and height */
    margin-top: 30px; /* Adds space above the button, separating it from the content above */
    padding: 10px 20px; /* Adds space inside the button: 10px top/bottom and 20px left/right */
    background-color: #a60247; /* Sets the background color of the button to teal */
    color: white; /* text color. doesn't work because project-summary has color*/
    font-size: 16px; /* Sets the font size for better visibility */
    font-weight: bold; /* Makes the text bold for better readability */
    text-align: center; /* Centers the text inside the button */
    text-decoration: none; /* Removes the default underline for links */
    border-radius: 5px; /* Rounds the corners of the button for a smoother look */
    transition: background-color 0.3s ease; /* Adds a smooth transition effect for background color changes on hover */
}

/* .btn-back:hover adds a hover effect to the button */
.btn-back:hover, .btn-more:hover  {
    background-color: #880036; /* Changes the background color to a darker teal when the button is hovered over  - oldcolor #005f5f;*/
    text-decoration: underline !important;  /* Prevent underline */
    color: #fff;  /* text color */

}

/* Container that controsl btn-back and btn-more buttons*/
.btn-row {
  display: flex;
  justify-content: space-between; /* space between left and right buttons*/
  align-items: center;
  margin-top: 40px;
}
/* Center the container */
.view-all-container {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Horizontally center the content */
    margin: 20px 0; /* Add some vertical spacing */
}

/* Style the button */
.btn-view-all {
    display: inline-block; /* Makes the link behave like a button */
    padding: 10px 20px; /* Padding inside the button */
    background-color: #a60247; /* Background color */
    color: white; /* Text color */
    font-size: 18px; /* Font size */
    font-weight: bold; /* Make the text bold */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Round the corners */
    transition: background-color 0.3s ease; /* Smooth transition on hover */
}

/* Hover effect for the button */
.btn-view-all:hover {
    background-color: #880036; /* Darken the background on hover */
}

/* =======================
   Blog Writing individual Page Styles
   ======================= */

   /* Blog Post Styles */
main#blog-post {
    background-color: #fff; /* White background for the blog content */
    max-width: 900px; /* Limit the width of the content */
    margin: 40px auto; /* Center the content with space at the top and bottom */
    padding: 40px 20px; /* Padding inside the blog content */
    border-radius: 10px; /* Rounded corners for the blog content */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Blog Title */
main#blog-post h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #085e97; /* Matches the navigation bar for consistency */
}

/* Blog Meta Information */
main#blog-post p {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

/* Section Headings */
main#blog-post h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333; /* Darker heading for contrast */
}

/* Paragraph Text */
main#blog-post p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Back to Blog Button */
.btn-back {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 20px;
    background-color: #a60247;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-back:hover {
    background-color: #880036;
}


@media (max-width: 768px) {
  .blog-grid,
  .project-grid {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}


/* Media Queries for Responsiveness - Make sure spacing and layout adapt well on mobile */
@media (max-width: 768px) {
    main#blog-post {
        padding: 20px;
    }

    header nav ul {
        justify-content: center;
    }
}

/* =======================
   Badge tag stylings
   ======================= */

.badge {
  display: inline-block;
  margin: 8px 0;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  background-color: #eaeaea;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Optional category-specific styles */
.badge.nlp {
  background-color: #f0d5e8;
  color: #a60247;
}

.badge.visualization {
  background-color: #d5eaf0;
  color: #0264a6;
}

.badge.forecasting {
  background-color: #f0e6d5;
  color: #a66a02;
}

/*Back to Top styling button*/
/*Permanently shows the button*/
.back-to-top {
  opacity: 1 !important;
  visibility: visible !important;
  background: rgb(197, 55, 121) !important;
}
/*--Shows the button when dynamically only at the bottom. test to see.  remove above first*/
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a60247;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #880036;
  transform: scale(1.1);
}

/* --------------------------
   ABOUT PAGE SPECIFIC STYLING
--------------------------- */

/* HERO SECTION */
.about-hero {
  text-align: center;
  padding: 60px 20px 40px;
  background: #f0f4f8;
  border-bottom: 1px solid #e1e1e1;
}

.about-hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
}

.about-hero p {
  font-size: 1.2rem;
  color: #555;
  margin-top: 0.5rem;
}

/* PAGE LAYOUT */
.about-container {
  display: flex;
  max-width: 1200px;
  margin: 120px auto 40px;
  padding: 0 20px;
}

/* SIDEBAR */
.sidebar-nav {
  width: 200px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}

.sidebar-nav ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-nav ul li a {
  display: block;
  padding: 10px;
  margin-bottom: 8px;
  background-color: #e0f0ff;
  color: #0077cc;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
  background-color: #0077cc;
  color: #fff;
}

/* MAIN CONTENT AREA */
.main-content {
  flex-grow: 1;
  padding-left: 40px;
}

/* Unique color for INTRODUCTION section title */
#about .section-title {
  color: #8e44ad; /* Purple tone (change as needed) */
}
/* COLOR CUSTOMIZATIONS PER SECTION */
#education .section-title {
  color: #0077cc;
}

#experience .section-title {
  color: #2f9e44;
}

#research .section-title {
  color: #c2185b;
}

/* CARDS */
.card {
  margin: 20px 0;
  border-left: 5px solid #0077cc;
  padding: 20px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

/* CARD COLORS PER SECTION */
#about .card {border-color:#8e44ad;}

#experience .card {
  border-color: #2f9e44;
}

#research .card {
  border-color: #c2185b;
}
#consulting .card { border-color: #d46215; }
#timeline .card { border-color: #ff6f61; } 

/* PROFILE SECTION */
/* Optional: Background styling or container tweaks for Intro */
.profile-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); /* more prominent shadow */
  border: 4px solid #e5d3f3; /* border: 4px solid #fff;*/
}
.profile-text {
  flex: 1;
  max-width: 700px;
}

/* Shows priofile text to the right of the image */
.about-section .profile-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about-section {
  background: linear-gradient(to right, #f9f9fb, #eef2f7); /* Gradient base */
  background-color: white; /* Ensures card-like body on top of gradient */
  font-family: 'Roboto', sans-serif;
  color: #222;
  line-height: 1.6;
  padding: 10px;
  margin: 10px auto;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); /* Stronger shadow */
  max-width: 1200px;
}

.about-section .section-title {
  position: relative;
  margin-top: 0px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  text-align: left;
  font-weight: bold;
  color: #444; /* Neutral title color, change if needed */
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
  background-color: currentColor; /* fallback */
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
}

.section-title:hover::after {
  width: 60px;
}
/* Section-specific color overrides */
#about .section-title { color: #8e44ad; }
#education .section-title { color: #0077cc; }
#experience .section-title { color: #2f9e44; }
#research .section-title { color: #c2185b; }
#consulting .section-title { color: #d46215; }
#timeline .section-title { color: #ff6f61; } 

#about .section-title::after { background-color: #8e44ad; }
#education .section-title::after { background-color: #0077cc; }
#experience .section-title::after { background-color: #2f9e44; }
#research .section-title::after { background-color: #c2185b; }
#consulting .section-title { color: #d46215; } 
#timeline .section-title { color: #ff6f61; } 

.about-section {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* BADGES (OPTIONAL) */
.badges {
  margin-top: 10px;
}

.badges span {
  display: inline-block;
  background: #0077cc;
  color: white;
  padding: 4px 12px;
  margin: 4px 6px 0 0;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

.badges span:hover {
  background-color: #005fa3;
}

html {
  scroll-behavior: smooth;
}

/* TIMELINE SECTION */
#timeline .section-title {
  color: #ff6f61; /* Distinct color for this section */
}

.career-timeline-section {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-top: 60px;
}

.timeline-container {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #ff6f61;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #ff6f61;
  border-radius: 50%;
}

.timeline-year {
  font-weight: bold;
  color: #ff6f61;
  margin-bottom: 6px;
  display: inline-block;
}





/* General Styling for the Contact Section */
.contact-section {
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-section h1 {
    color: #a60247; /* Pink color for titles */
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-section p {
    color: #333; /* Dark gray text */
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin: 15px 0;
}

.contact-list a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.contact-list a i {
    margin-right: 10px;
    font-size: 24px;
    color: #a60247; /* Pink color for icons */
}

.contact-list a:hover {
    color: #a60247; /* Pink color on hover */
}

.contact-list a:hover i {
    color: #880036; /* Darker pink on hover */
}


/* =======================
   Footer Styles
   ======================= */
footer {
    background-color: #111;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    margin-top: 40px;
    font-family: 'Arial', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-nav, .footer-social {
    min-width: 180px;
}

footer h4 {
    color: #a60247;
    font-size: 18px;
    margin-bottom: 10px;
}

footer nav, footer .social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer nav a,
footer .social a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

footer nav a:hover,
footer .social a:hover {
    color: #a60247; /* Your theme pink */
}

footer nav {
    background: none;
}

.footer-note {
    font-size: 14px;
    color: #aaa;
    margin-top: 20px;
}

