@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Card container styles */
.card {
  height: 800px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

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

/* Card image styles */
.card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

/* Card content styles */
.card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 220px;
}

.card-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #333;
}

.card-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* Button styles */
.btn-aruto {
  background-color: #4caf50;
  border-color: none;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: 500;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-aruto:hover {
  background-color: #2d8930;
  color: white;
  text-decoration: none;
  border-color: none;
}

/* Column spacing */
.col-md-3.mb-4 {
  padding: 0 10px;
}


body {
  font-family: "Poppins", sans-serif, Arial, Helvetica;
  text-align: center;
}



/* Ensure product cards take full width of grid cells */


/* Product Cards */
.product {
  border: 1px solid #ddd;
  height: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 28px;
  background: white;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.product:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

/* Product Image */
.product img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  border-radius: 8px;
}

/* Product Name */
.product h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", serif;
}

/* Product Description */
.product p {
  color: #555;
  font-family: "Poppins", serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", serif;
  color: #202124;
}

/* Colors: 
Blue-Accent: #e4f2ff (round-background-blue) */
html{
    scroll-behavior: smooth;
  }
  
  .full-width-section {
    background-color: #4caf50; /* Green background */
    color: white;
    margin-left: -4%; /* Counteracts the body's left padding */
    margin-right: -4%; /* Counteracts the body's right padding */
    padding: 20px 4%; /* Add padding to maintain alignment with other sections */
  }
  
  a, a:focus, a:active {
    text-decoration: none;
    color: black;
  }
  
  a:hover {
    text-decoration: none;
    color: #b07e00;
  }
  
  .h1 {
    font-family: "Poppins", serif;
    color: #202124;
  }
  
  .h2{
    font-family: "Poppins", serif;
  
  }
  
  
  .h3 {
    font-family: "Poppins", serif;
    text-decoration: none;
  }
  .new-container{
    position: relative;
      top: 0;
      left: 0;
      width: 100vw;
      background-color: lightcoral;
      padding: 20px;
  
  
  }
  
  
  .b-light {
    font-weight: 500;
    color: #65b4ff;
    background-color: #65b5ff1b;
    padding: 2px 12px;
    border-radius: 35px;
  }
  
  .o-light {
    font-weight: 500;
    color: #ea902a;
    background-color: #ea902a1a;
    padding: 2px 12px;
    border-radius: 35px;
  }
  .r-light {
    font-weight: 500;
    color: #e63440;
    background-color: #e6344016;
    padding: 2px 12px;
    border-radius: 35px;
  }
  .g-light {
    font-weight: 500;
    color: #39bc4b;
    background-color: #39bc4a17;
    padding: 2px 12px;
    border-radius: 35px;
  }
  
  .profile-img {
    max-height: 500px;
    margin-bottom: 28px;
  }
  
  .project-img {
    max-height: 400px;
  }
  
  .large-font {
    font-size: 3.50rem;
    color: #202124;
  }
  
  .small-title {
    color: #202124;
    font-size: 1.2rem;
    font-weight: 400;
    
  }
  
  .medium-title {
    font-size: 1.50rem;
  }
  
  .large-title {
    /* font-size: 3.2rem; */
    font-family: "Poppins", serif;
    font-weight: 800;
    color: #202124;
    letter-spacing: -0.07rem;
    font-size: clamp(24px, 6vw, 3.75rem);
    max-width: 100%;
    text-wrap: balance;
  }
  
  .xl-title {
    font-size: 4em;
  }
  
  .medium-text {
    font-size: 16px;
    line-height: 28px;
    font-family: "Manrope", sans-serif;
    font-weight: 350;
    color: #202124;
  }
  
  .sub-text {
    font-family: "Manrope", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
  
  .margin-top {
    margin-top: 100px;
  }
  
  .margin-bottom {
    margin-top: 15px;
  }
  
  .container-marginab {
    padding-left: 4%;
    padding-right: 4%;
  }
  
  
  .padding {
    padding-top: 40px;
  }
  
  .box {
    margin-top: 50px;
    margin-bottom: 70px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .email {
    text-decoration: none!important;
    color: #202124;
    font-family: "Manrope", sans-serif;
    font-weight: 850;
    font-size: 16px;
    letter-spacing: 2.5px;
    font-size: clamp(16px, 1vw, 3.75rem);
    max-width: 100%;
    text-wrap: balance;
  }
  
  .email:hover{
    color: #39bc4b;
  }
  
  .nav-items{
  
    display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .cv-button {
    float: left;
  }
  
  .margin{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .margin-xl{
    margin-top: 5rem;
  }
  
  .bottom-progress-bar{
    
    bottom: 0px;
    justify-content: center;
    position: fixed;
    align-items: center;
  
  }
  /* Color Definitions */ 
  
  .round-background-blue{
    background-color: #e4f2ff;
    padding: 30px;
    border-radius: 35px;
    margin-bottom: 15px;
  }
  
  
  
  .panel {
    height: 100vh;
    top: 0;
    will-change: transform;
  }
  
  
  .btnicon {
  
    background-image: url("/Icons/Social Media/home-after.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px, 35px;
    fill: #0055a5;
    padding: 20px;
    margin-right: 5px;
  
  }
  
  
  .btn2{
    background-color: #202124;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-radius: 35px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 25px;
    border: none;
  }
  
  .btn2:hover{
  
  background-color: #39bc4b;
    color: white;
    border: none;
  }
  
  .btn2:active{
    fill: #39bc4b;
    transform: translateY(4px);
    border: none;
  }
  
  .background-bg{
  
    background-color: #f0d180;
  }
  
  .items_block_right{
  
    float: right;
    /* justify-content: right;
    justify-self: end;
    justify-self: right;
    justify-items: end;
    justify-items: right; */
  }
  
  .center-text{
  
    text-align: center;
  }
  
  
  
  
  /* Home button */
  
  .home_button{
  
    width: 55px;
    height: 55px;
    text-decoration: none;
    background-image: url("/Icons/Social Media/home.svg");
    background-color: white;
    border: none;
  }
  .home_button:hover {
    
    background-image: url("/Icons/Social Media/home-after.svg");
    color: white;
    border: none;
  }
  .home_button:active {
    fill: #f0d180;
    transform: translateY(4px);
    border: none;
  }
  
  .glass{
  background: rgba(255, 255, 255, 0.23);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.6px);
  -webkit-backdrop-filter: blur(14.6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  }
  
  /* Center-align the container */
  .center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height of the viewport */
    text-align: center;
  }
  
  .center-container-flex {
    display: flex;
              flex-direction: column; /* Stack items vertically */
              justify-content: center; /* Centers vertically */
              align-items: center; /* Centers horizontally */
              gap: 20px; /* Space between cards */
              width: 100%; /* Ensures container takes full width */
  }
/*   
   */
  
  /* Social Media */
  
  
  .linkedin_button{
  
    width: 42px;
    height: 42px;
    text-decoration: none;
    background-image: url("/Icons/Social Media/linkedin.svg");
    background-color: white;
    border: none;
    margin-left: 10px;
  }
  .linkedin_button:hover {
    
    background-image: url("/Icons/Social Media/linkedin-after.svg");
    color: white;
  }
  .linkedin_button:active {
    fill: #f0d180;
    transform: translateY(4px);
  }
  
  .behance_button{
  
    width: 42px;
    height: 42px;
    text-decoration: none;
    background-image: url("/Icons/Social Media/behance.svg");
    background-color: white;
    border: none;
    margin-left: 10px;
  }
  .behance_button:hover {
    
    background-image: url("/Icons/Social Media/behance-after.svg");
    color: white;
  }
  .behance_button:active {
    fill: #f0d180;
    transform: translateY(4px);
  }
  
  .dribbble_button{
  
    width: 42px;
    height: 42px;
    text-decoration: none;
    background-image: url("/Icons/Social Media/dribbble.svg");
    background-color: white;
    border: none;
    margin-left: 10px;
  }
  .dribbble_button:hover {
    
    background-image: url("/Icons/Social Media/dribbble-after.svg");
    color: white;
  }
  .dribbble_button:active {
    fill: #f0d180;
    transform: translateY(4px);
  }
  
  
  /* Chrome button */
  
  
  .classic-button {
    border-radius: 40px;
    background-color: #202124;
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .classic-button:hover {
    background-color: #39bc4b;
    color: white;
  }
  .classic-button:active {
    background-color: #F0D180;
    transform: translateY(4px);
  }
  /* Blue button */
  .classic-button-blue {
    border-radius: 40px;
    background-color: #202124;
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .classic-button-blue:hover {
    background-color: #65b4ff;
    color: white;
  }
  .classic-button-blue:active {
    background-color: #e4f2ff;
    transform: translateY(4px);
  }
  
  
  abbr {
    font-style: italic;
    position: relative;
    text-decoration:double
  }
  
  abbr:hover::after {
    background: #39bc4a17;
    border-radius: 10px;
    bottom: 10%;
    content: attr(title);
    display: block;
    left: 10%;
    padding: 1em;
    position: relative;    
    width: 220px;
    text-decoration: none;
    z-index: 1;
  }
  
  
  
  
  /* Timeline CSS */
  
  .job-container {
    
    font-family: "Manrope", sans-serif;
    padding: 30px;
    margin: 10px;
    width: 100%;
    height: fit-content;
    border-radius: 15px!important;
    border: none!important;
    transform: translateY(50px);
    text-align: left;
  }
  
  .job-container h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #202124;
  }
  
  .job-container h4 {
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    color: #202124;
  }
  
  .job-container p {
    font-family: "Manrope", sans-serif;
    text-align: left;
    color: #202124;
  }
  
  #card-year{
  
    color: #202124;
    font-weight: 800;
  }
  
  #job-description{
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  
  
  
  /* Custom button css */
  
  /* Container for the animated border */
  .announcement-outer {
    box-shadow: rgba(245, 48, 107, 0.1) 0px 0px 20px 0px;
    padding: 1px;
    background: conic-gradient(#eca5a7, #452324);
    border-radius: 43px;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  /* Inner button styling */
  .announcement-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: #452324;
    border-radius: 43px;
    position: relative;
    z-index: 1;
  }
  
  /* Subtext styling */
  .announcement-button span {
    margin-left: 10px;
    font-size: 14px;
    color: #eca5a7;
    display: flex;
    align-items: center;
  }
  
  /* SVG icon styling */
  .announcement-button svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    stroke: currentColor;
  }




  /* CATEGORY CSS */


  .category-container {
    padding: 40px 20px;
    background-color: #f8f9fa;
}
.category-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #343a40;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.category-item {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s;
}
.category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.category-item a {
    text-decoration: none;
    color: #007bff;
    font-size: 1.1rem;
    font-weight: 500;
}
.category-item a:hover {
    color: #0056b3;
}
