/* Typography & Titles */
.title {
  font-family: 'Righteous', sans-serif;
  font-weight: bold;
  font-size: 60pt;
  color: #42ED47;
  letter-spacing: 5px;
  margin-top: 25%;
  text-align: left;
}

@media (max-width: 768px) {
  .title {
    font-size: 45pt;
    margin-top: 1rem;
  } 
}

.about-me-title {
  position: relative;
  font-family: 'Righteous', sans-serif;
  font-weight: bold;
  font-size: 60pt;
  color: #42ED47;
  letter-spacing: 5px;
  margin-top: 25%;
  text-align: left;
  display: inline-block;
}

.about-me-title::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -80px;
  width: 80px;
  height: 80px;
  background: url("img/hand.png") no-repeat center/contain;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-me-title {
    font-size: 45pt;
    margin-top: 2rem;
  }

  .about-me-title::before {
    width: 74px;
    height: 74px;
    top: -60px;
    left: 30px;
  }
}

.title1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 60pt;
  color: #42ED47;
  margin-top: 2%;
  margin-bottom: 16pt;
  display: grid;
  justify-content: center;
  align-items: center;
}

.title2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 60pt;
  color: #FFF6DF;
  margin-top: 2%;
  margin-bottom: 60px;
  display: grid;
  justify-content: center;
  align-items: center;
}

/* Footer Styling */
.transparent-footer {
  position: relative;
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  background-color: #1a1a1a;
  color: #888888;
  padding: 60px 0 50px 0;
  margin: 0 !important;
  z-index: 10;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}

.footer-left-content {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  text-align: left;
}

.footer-contact-info {
  color: #d0d0d0;
  font-size: 12pt;
  line-height: 1.6;
}

.footer-contact-info a {
  color: #FFF6DF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-info a:hover {
  color: #42ED47;
}

.footer-social-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.footer-social-link {
  color: #FFF6DF;
  transition: color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Righteous', sans-serif;
  font-size: 20pt;
  letter-spacing: 1px;
}

.footer-social-link:hover {
  color: #42ED47;
  transform: translateY(-2px);
}

.transparent-footer .acknowledgement-text {
  text-align: left;
  color: #b0b0b0;
  font-size: 14pt;
  line-height: 1.7;
  font-weight: 300;
  max-width: 700px;
  margin: 0;
}

.transparent-footer .copyright-text {
  text-align: left;
  margin: 0;
  font-size: 12pt;
  color: #666666;
  line-height: 1.5;
}

/* Banner Utilities */
.portfolio-title {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 37pt;
  color: #42ED47;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 5px;
}

.portfolio-banner1 {
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background: #7644ff;
  overflow: hidden;
  margin: 0;
}

.page-banner-title {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 37pt;
  color: #FFF6DF;
  letter-spacing: 3px;
  text-align: left;
  margin-top: 5px;
}

.page-banner-subtitle {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  color: #fdc40a;
  letter-spacing: 3px;
  text-align: left;
  margin-top: 5px;
}

.portfolio-banner1-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 15pt;
  color: #FFF6DF;
  letter-spacing: 2px;
  text-align: left;
  max-width: 37rem;
}

.portfolio-banner1-subtext {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20pt;
  color: #fdc40a;
  letter-spacing: 3px;
  text-align: left;
  margin-top: 5px;
}

.portfolio-banner1-image {
  width: 100%;
  max-height: 40vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.portfolio-banner1-image img {
  max-width: 500px;
  width: 100%;
  height: 600px;
  object-fit: contain;
  object-position: center;
  border: 0;
}

.quote-banner {
  min-height: 20vh;
  width: 45vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent; 
  overflow: hidden;
  margin: 0 0 10rem 0;
  padding: 0;
}

.quote-banner-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 23pt;
  color: #FFF7DF;
  letter-spacing: 3px;
  text-align: center;
  max-width: 45rem;
  max-height: 50vh;
  margin: 0 0 8rem 0;
}

.title-banner {
  min-height: 15vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #5310c8; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.title-banner-text {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30pt;
  color: #ffffff;
  letter-spacing: 3px;
  text-align: center;
  max-width: 70rem;
  margin: 0;
}

.text-banner {
  min-height: 20vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.text-banner-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
  color: #151515;
  letter-spacing: 2px;
  text-align: left;
  max-width: 40rem;
  margin: 5rem;
}

.text-banner-text b {
  font-size: 20px;
  font-weight: bold;
}

.text-banner-text u {
  text-decoration: underline;
  text-decoration-color: rgb(17, 0, 255);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.image-banner {
  min-height: 20vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.image-banner-alt {
  min-height: 20vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7567FF;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.about-tile3 {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-size: 30pt;
  text-decoration: wavy;
  text-decoration-color: #7567FF;
  color: #42ED47;
  letter-spacing: 5px;
  text-align: center;
}

.transparent-image-banner {
  min-height: 20vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .transparent-image-banner {
    width: 90vw;
    height: auto;
  }
}

.image-banner-2 {
  min-height: 20vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 5rem;
  gap: 1rem;
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}

.image-banner-2 .folio-image {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.image-banner-2 .folio-image:hover {
  transform: scale(1.03);
}

.enlarge-note {
  text-align: center;
  font-size: 1rem;
  color: #616161;
}

.page-banner {
  min-height: 45vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .page-banner {
    width: 90vw;
    height: auto;
  }
}

/* Page Body Layouts */
.body {
  background-color: #5C0001;
  display: flex;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.body1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.body2 {
  background-color: transparent;
  display: grid;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.body3 {
  background-image: url('img/bg2.jpg');
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  margin-right: 2%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.hero-banner {
  min-height: 45vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem 0 0 0;
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: 65vh;
  }
}

.divider-banner {
  height: 1vh;
  width: 100%;
  background: rgb(255, 219, 40);
  overflow: hidden;
}

.divider-banner-green {
  height: 4px;
  width: 100%;
  background: #4ef654;
  overflow: hidden;
}

.featured-banner {
  height: 4vh;
  width: 100%;
  overflow: hidden;
  background: #4ef654;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;   
}

.featured-banner-text {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-size: 15pt;
  color: #0c4f0e;
  letter-spacing: 5px;
  text-align: center;
  max-width: 40rem;
  margin: 0;  
}

.banner-link {
  text-decoration: none;
  color: inherit;
}

.featured-banner-text i {
  display: inline-block;
  animation: float-down 1.2s ease-in-out infinite;
}

@keyframes float-down {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(8px); }
  100% { transform: translateY(0); }
}

.end-banner {
  min-height: 20vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #131313; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.end-banner-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20pt;
  color: #42ED47;
  letter-spacing: 2px;
  text-align: center;
  max-width: 40rem;
  margin: 0;
}

.end-subtext {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  max-width: 40rem;
  margin: 0;
}

/* Page Nav */
.page-nav-banner {
  min-height: 5vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #220f50; 
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.page-nav {
  background: transparent;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  text-align: center;
}

.page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.page-nav a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: whitesmoke;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}

.page-nav a:hover {
  color: #fdc40a;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFF7DF !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
}

.navbar-dark .navbar-nav .nav-item:nth-child(1) .nav-link:hover { color: #ff7675 !important; }
.navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link:hover { color: #74b9ff !important; }
.navbar-dark .navbar-nav .nav-item:nth-child(3) .nav-link:hover { color: #55efc4 !important; }
.navbar-dark .navbar-nav .nav-item:nth-child(4) .nav-link:hover { color: #ffeaa7 !important; }
.navbar-dark .navbar-nav .nav-item:nth-child(5) .nav-link:hover { color: #a29bfe !important; }

.navbar-dark .navbar-nav .nav-link:hover {
  opacity: 0.95;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .page-nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}

.jumbotron-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30pt;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  max-width: 40rem;
  margin: 0;
}

.jumbotron-banner {
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background: #7644ff;
  overflow: hidden;
  margin: 0;
  padding: 1.5rem;
}

.portfolio-logo {
  max-height: 100px;
  height: auto;
  width: auto;
}

.jumbotron-banner2 {
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background: #fdc40a;
  overflow: hidden;
  margin: 0;
  padding: 1.5rem;
}

.jumbotron-banner3 {
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
  margin: 0;
  padding: 1.5rem;
}

.jumbotron-text {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  color: #fdc40a;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 6rem;
}

.jumbotron-subtext {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13pt;
  color: #FFF6DF;
  letter-spacing: 2px;
  text-align: left;
  max-width: 37rem;
  margin-top: 5px;
}

.jumbotron-text2 {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  color: #701704;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 6rem;
}

.jumbotron-subtext2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13pt;
  color: #151515;
  letter-spacing: 2px;
  text-align: right;
  max-width: 40rem;
  margin-top: 5px;
}

.jumbotron-text3 {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  color: #8832ff;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 6rem;
}

.jumbotron-subtext3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13pt;
  color: #151515;
  letter-spacing: 2px;
  text-align: left;
  max-width: 39rem;
  margin-top: 5px;
}

.banner-image, .banner-image2 {
  width: 100%;
  max-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.banner-image img, .banner-image2 img {
  max-width: 500px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border: 0;
}

@media (min-width: 768px) {
  .banner-image {
    width: 100%;
    justify-content: flex-end;
    padding-right: 50px;
    padding-left: 20px;
  }

  .banner-image2 {
    width: 100%;
    justify-content: flex-start;
    padding-right: 50px;
    padding-left: 20px;
  }
}

.jumbotron-banner .container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767.98px) {
  .jumbotron-banner {
    min-height: 50vh;
  }
  .jumbotron-banner .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .jumbotron-subtext2 {
    text-align: left;
  }
  .text1 {
    width: 95vw;
  }
}

.about-banner1 {
  width: 100%;
  min-height: 45vh;
  display: flex;
  align-items: center;
  background: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.about-banner-subhead {  
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14pt;
  color: #b121ff;
  letter-spacing: 2px;
  text-align: left;  
  max-width: 60vw;
}

.about-banner1 ul {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15pt;
  color: #FFF6DF;
  letter-spacing: 2px;
  text-align: left;  
  max-width: 60vw;
}

.about-banner1 li {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12pt;
  color: #FFF6DF;
  letter-spacing: 2px;
  text-align: left;
}

.about-banner1-title {
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30pt;
  color: #b121ff;
  letter-spacing: 3px;
  text-align: left;
  margin-top: 5px;
}

.about-banner1-image {
  width: 100%;
  max-height: 40vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5rem;
}

.about-banner1-image img {
  max-width: 300px;
  width: 100%;
  height: 600px;
  object-fit: contain;
  object-position: center;
  border: 0;
}

@media (max-width: 767.98px) {
  .about-banner1 {
    min-height: 50vh;
    min-width: 95vw;
  }
  .about-banner1 .container-fluid {
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .about-banner-subhead { 
    align-items: center; 
    text-align: left;  
    max-width: 85vw;
  }
  .about-banner1 ul {
    text-align: left;  
    max-width: 98vw;
  }
  .about-banner1-image {
    max-width: 200px;
    padding: 1rem;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
  }
  .about-banner1-image img {
    height: auto;
    width: 300px;
  }
  .about-banner1-title {
    font-family: 'Righteous', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30pt;
    color: #b121ff;
    letter-spacing: 3px;
    text-align: left;
    margin-top: 5px;
  }
}

/* Base Structural Layout */
.home-body, .portfolio-body, .page-body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.folio-page-content1 {
  justify-content: center;
  align-items: center;
  margin: 8% 2%;
  animation: fadeIn 1.2s ease-out;
}

.folio-page-content {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 5rem;
  text-align: center;
  animation: fadeIn 2s ease-out;
}

@media (max-width: 1000px) {
  .folio-page-content img {
    width: 100%;
    height: auto;
  }
}

.folio-title {
  font-family: 'Righteous', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 25pt;
  color: #42ED47;
  letter-spacing: 5px;
  text-align: left;
  justify-content: flex-start;
  padding-bottom: 25px;
}

.folio-text-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12pt;
  color: black;
  letter-spacing: 1px;
  line-height: 19pt;
  text-align: right;
}

.folio-text-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12pt;
  color: black;
  letter-spacing: 1px;
  line-height: 19pt;
}

.folio-image-left {
  display: flex;
  justify-content: flex-start;
  border-radius: 12px;
}

.folio-image-right {
  display: flex;
  justify-content: flex-end;
  border-radius: 12px;
}

.folio-image-center {
  max-height: auto;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 10px;
}

.folio-image-center-tall,
.folio-video-center-tall {
  max-height: 800px;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 10px;
}

.image-captions {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15pt;
  color: black;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8%;
}

.section1 {
  margin-top: 5rem;
  max-width: auto;
  animation: fadeIn 2s ease-out;
}

.section2 {
  margin-top: 7vh;
  max-width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 2s ease-out;
}

.section3 {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18pt;
  color: #FFF6DF;
  letter-spacing: 1px;
  line-height: 25pt;
  max-width: auto;
  animation: fadeIn 2s ease-out;
}

/* Services Grid */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
}

.service-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #1a1a1a; 
  padding: 20px;
  border: 3px solid #80ff10;
  border-radius: 25px;
  transition: transform 0.3s ease;
  width: 90%;
  max-width: 600px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
}

.service-item:hover {
  transform: scale(1.05);
}

.service-image {
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.service-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.service-text h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: #42ED47;
  margin-bottom: 10px;
}

.service-text p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12pt;
  color: #FFF6DF;
}

.service-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  color: #42ED47;
}

.service-text li {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #cef491;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-item {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .service-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Design Process Section */
.design-process {
  margin-top: 50px;
  padding: 40px 20px;
  background-color: transparent;
  overflow-x: auto;
}

.process-title {
  font-family: 'Righteous', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 28pt;
  color: #1a1a1a;
  text-decoration: underline;
  text-decoration-color: #42ED47;
  text-underline-offset: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.process-timeline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 3px solid #80ff10;
  background-color: #1a1a1a;
  border-radius: 25px;
  width: 18%;
  min-width: 300px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
}

.step-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.step-number {
  font-size: 50pt;
  color: #80ff10;
  font-family: 'Righteous', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  position: relative;
  top: -20px;
}

.process-step h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18pt;
  color: #80ff10;
  margin-bottom: 10px;
}

.process-step p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14pt;
  color: #FFF6DF;
}

@media (max-width: 1440px) {
  .process-timeline {
    flex-direction: column;
    align-items: center;
  }
  .process-step {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Education Cards */
.education-card {
  border-radius: 25px;
  padding: 60px;
  margin-bottom: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.education-card h4 {
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 20pt;
  color: #42ED47;
  margin-bottom: 25px;
}

.education-card ul {
  list-style-type: none;
  padding-left: 0;
}

.education-card li {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-size: 15pt;
  color: #FFF6DF;
  margin: 20px 0;
}

.col-sm-6 {
  width: 100%;
  margin-bottom: 20px;
}

.contact-me {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18pt;
  color: #1a1a1a;
  letter-spacing: 1px;
  line-height: 25pt;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 1000px;
  text-align: center;
}

.text1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15pt;
  color: #FFF6DF;
  letter-spacing: 1px;
  line-height: 25pt;
  max-width: 90vw;
  text-align: center;
  margin: 0 auto;
}

.text2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12pt;
  color: #FFF6DF;
  letter-spacing: 1px;
  line-height: 19pt;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 1000px;
  text-align: left;
}

.text3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-size: 12pt;
  color: #FFF6DF;
  letter-spacing: 1px;
  line-height: 19pt;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 50vw;
  text-align: left;
}

@media (max-width: 768px) {
  .text3 {
    min-width: 95vw;
  }
}

.navbar {
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
}

.navbar-dark .navbar-nav .nav-link,
.nav-link {
  display: flex;
  justify-content: flex-end;
  color: #FFF6DF !important;
  font-family: 'Righteous', sans-serif !important;
  font-weight: 300;
  font-size: 18pt !important;
  margin-left: 20px;
  letter-spacing: 2px;
  transition: color 0.3s ease, transform 0.2s ease;
}


.navbar-toggler {
  background-color: #131313; 
  border: 1px solid #4ef654;
}

.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15vh;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .center-container {
    margin-top: 3rem;
    height: 80vh;
    width: 85vw;
  }
}

.logo {
  height: auto;
  width: 100%;  
  max-width: 600px;
}

.logo-container {
  padding: 0; 
  text-align: center;
  width: fit-content;
  z-index: 3;
}

.about-blurb {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14pt;
  color: #FFF6DF;
  letter-spacing: 2px;
  text-align: center;
  max-width: 35rem;
  margin-top: 3px;
  padding-bottom: 30px;
  border-bottom: 2px solid #3ccf41;
  border-radius: 0px;    
}

.tagline {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16pt;
  color: #42ED47;
  letter-spacing: 2px;
  text-align: center;
  max-width: 35rem;
  margin-top: 3px;
  padding-bottom: 30px;
  border-bottom: 2px solid #3ccf41;
  border-radius: 0px;    
}

.button-container {
  display: block;
  text-align: center;
  width: 100%;
  z-index: 3;
}

@media (max-width: 768px) {
  .about-blurb {
    font-size: 12px;
  }
  .button-container {
    display: grid;
    grid-template-columns: repeat(2, 4fr);
    gap: 2px;
    justify-items: center;
  }
}

/* Button Components */
.pill-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 50px;
  background-color: transparent;
  color: #FFF7DF;
  text-decoration: none;
  border: 3px solid #42ED47;
  cursor: pointer;
  font-family: 'Righteous', sans-serif;
  font-size: 15pt;
  font-weight: 500;
  letter-spacing: 2px;
  transition: background-color 0.3s;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.pill-button2 {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0px;
  border-radius: 50px;
  background-color: rgb(255, 219, 40);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.183);
  color: black;
  text-decoration: none;
  border: 0px; 
  font-family: 'Ubuntu', sans-serif;
  font-size: 15pt;
  font-weight: 500;
  letter-spacing: 2px;
  transition: background-color 0.3s;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.pill-button3 {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 50px;
  background-color: #42ED47;
  color: #1a1a1a;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.183);
  text-decoration: none;
  cursor: pointer;
  font-family: 'Righteous', sans-serif;
  font-size: 20pt;
  font-weight: normal;
  letter-spacing: 2px;
  transition: background-color 0.3s;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.pill-button4 {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 50px;
  background-color: #42ED47;
  color: #0c480e;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.183);
  text-decoration: none;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15pt;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background-color 0.3s;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.pill-button:hover,
.pill-button:active {
  background-color: #42ED47;
  color: #0c480e;
}

.pill-button3:hover,
.pill-button3:active {
  background-color: #95ff00;
  box-shadow: 0 0 20px #eaed42, 0 0 40px #42ED47, 0 0 60px #42ED47;
}

.pill-button4:hover,
.pill-button4:active {
  background-color: #95ff00;
  box-shadow: 0 0 20px #eaed42, 0 0 40px #42ED47, 0 0 60px #42ED47;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 768px) {
  .pill-button, .pill-button2, .pill-button3 {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
  .pill-button2, .pill-button3 {
    min-width: fit-content;
    width: auto;
  }
}

.body-text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12pt;
  color: #FFF7DF;
}

.contact-img {
  max-width: 450px;
  height: auto;
}

@media (max-width: 1024px) {
  .contact-img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-img {
    max-width: 275px;
  }
}

@media (max-width: 767.98px) {
  .contact-img {
    max-width: 200px;
    justify-content: center;
  }
}

/* Icon Utilities */
.my-icon-button-con {
  font-size: 40pt;
  color: #FFF7DF;
  margin: 0 50px 0 0;
  padding: 0 10px 0 0;
  animation: fadeIn 1.5s ease-out forwards;
}

.my-icon-button-con:hover {
  font-size: 40pt;
  color: #42ED47;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.my-icon-button {
  font-size: 30pt;
  color: #FFF7DF;
  margin: 10px;
  padding: 10px;
  animation: fadeIn 1.5s ease-out forwards;
}

.my-icon-button:hover {
  font-size: 30pt;
  color: #42ED47;
  margin: 10px;
}

/* Portfolio Gallery Component */
.portfolio-item-caption {
  font-family: 'Righteous', sans-serif;
  font-size: 15pt;
  font-weight: 100;
  letter-spacing: 2px;
  color: #FFF7DF;
}

.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 35rem;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.9);
  border-radius: 0.5rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(27, 11, 66, 0.9);
  width: 100%;
  height: 100%;
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .col-md-6 {
    margin-bottom: 2rem;
  }
}

.content {
  background-color: white;
  padding: 10px;
}

.show {
  display: block;
}

.image-carousel {
  margin-top: 5%;
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
}

.carousel-inner {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}

/* Custom Cursor Elements */
@media (pointer: fine) {
  *, *::before, *::after {
    cursor: none !important;
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 3px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1), 
              height 0.25s cubic-bezier(0.25, 1, 0.5, 1), 
              background-color 0.2s ease, 
              border-color 0.2s ease,
              opacity 0.2s ease;
  box-shadow: 0 0 12px rgba(116, 247, 28, 0.54);
}

.custom-cursor.expand {
  width: 35px;
  height: 35px;
  background-color: rgba(254, 254, 254, 0.175);
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 18px rgba(116, 247, 28, 0.54);
}

@media (pointer: coarse) {
  .custom-cursor {
    display: none !important;
  }
}

@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}

.scroll-down-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 3rem;
  text-decoration: none;
  animation: bounceDown 2s infinite;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.scroll-down-arrow:hover {
  color: #ffffff;
}