@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Merriweather");
html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Lato", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
  background-color: #FFFFFF;
  color: #343434;
  margin: 0;
}

.bg-white {
  background-color: #FFFFFF;
}

.form-control:focus {
  box-shadow: none;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

.no-outline:focus {
  outline: 0px solid transparent;
}

h1 {
  font-weight: 100;
  font-size: 2.2rem;
  color: #7B8758;
}

h2 {
  font-weight: 100;
  font-size: 2rem;
  color: #343434;
}

h3 {
  font-weight: 100;
  font-size: 1.7rem;
  color: #343434;
}

h4 {
  font-weight: 100;
  font-size: 1.4rem;
  color: #343434;
}

h5 {
  font-weight: 100;
  font-size: 1.2rem;
  color: #343434;
}

h6 {
  font-weight: 100;
  font-size: 1.1rem;
  color: #343434;
}

.small {
  font-weight: 100;
  font-size: 0.8rem;
  color: #343434;
}

.x-small {
  font-weight: 100;
  font-size: 0.7rem;
  color: #343434;
}

.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-25 {
  height: 25vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.icon-48, .icon-xsmall, .image-48, .image-xsmall {
  height: 48px;
}

.icon-96, .icon-small, .image-96, .image-small {
  height: 96px;
}

.icon-128, .icon-medium, .image-128, .image-medium {
  height: 128px;
}

.icon-256, .icon-large, .image-256, .image-large {
  height: 256px;
}

.text-justify {
  text-align: justify;
}

.req, .required {
  color: #860000;
}

a {
  color: #7B8758;
  text-decoration: none;
}
a:hover {
  color: #003366;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body .title {
  font-size: 1.2rem;
  color: #7B8758;
  margin-bottom: 5px;
}

.card-body .title {
  font-size: 1.2rem;
  color: #7B8758;
  margin-bottom: 5px;
}

.modal-body .controls {
  margin-top: 10px;
  text-align: right;
}

.card-body .controls {
  margin-top: 10px;
  text-align: right;
}

.clickable:hover {
  background-color: #F8F8Fc;
}

.portfolio-section {
  padding: 5rem 0;
  position: relative;
}

.portfolio-section--cream {
  background-color: #F5F2E8;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title h2 {
  font-size: 2.2rem;
  font-weight: 300;
  color: #3a4029;
  margin-bottom: 0.75rem;
}
.section-title p {
  color: #8D8D8D;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0.5rem auto 0;
}

.section-divider {
  width: 60px;
  height: 3px;
  background-color: #B08850;
  margin: 0 auto;
  border: none;
}

.hero {
  min-height: 46vh;
  display: flex;
  align-items: center;
  position: relative;
  width: min(1320px, 100% - 2rem);
  margin: 1rem auto 2rem;
  padding: 3.25rem 0;
  border-radius: 22px;
  border: 1px solid rgba(123, 135, 88, 0.18);
  box-shadow: 0 14px 35px rgba(52, 52, 52, 0.08);
  background: radial-gradient(circle at 88% 12%, rgba(176, 136, 80, 0.16) 0%, rgba(176, 136, 80, 0) 38%), radial-gradient(circle at 10% 88%, rgba(123, 135, 88, 0.12) 0%, rgba(123, 135, 88, 0) 42%), linear-gradient(165deg, #fcfcfd 0%, #f7f8f6 55%, #ffffff 100%);
  overflow: hidden;
}

.hero__content {
  position: relative;
  z-index: 2;
  color: #404040;
}

.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 135, 88, 0.2);
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}
.hero__kicker img {
  width: 20px;
  height: 20px;
}
.hero__kicker span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #3a4029;
  font-weight: 500;
}

.hero__greeting {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #8D8D8D;
  margin-bottom: 0.35rem;
}

.hero__name {
  font-size: 2.9rem;
  font-weight: 300;
  color: #404040;
  margin-bottom: 0.4rem;
  line-height: 1.1;
}
.hero__name strong {
  font-weight: 700;
  color: #3a4029;
}

.hero__title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #7B8758;
  margin-bottom: 0.65rem;
}

.hero__focus {
  font-size: 0.98rem;
  color: #404040;
  margin-bottom: 1.65rem;
  max-width: 780px;
  padding-left: 0.85rem;
  border-left: 3px solid rgba(176, 136, 80, 0.7);
}

.hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background-color: #7B8758;
  color: #FFFFFF;
  border: 2px solid #7B8758;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-hero-primary:hover {
  background-color: #3a4029;
  border-color: #3a4029;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(123, 135, 88, 0.28);
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #404040;
  border: 2px solid rgba(141, 141, 141, 0.35);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-hero-outline:hover {
  border-color: rgba(123, 135, 88, 0.55);
  color: #3a4029;
  background-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(52, 52, 52, 0.1);
}

.hero__social {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.75rem;
}
.hero__social a {
  color: #8D8D8D;
  font-size: 1.25rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
.hero__social a:hover {
  color: #7B8758;
  transform: translateY(-2px);
}

.hero__meta-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(204, 204, 204, 0.7);
  border-radius: 14px;
  padding: 1.15rem 1.1rem;
  box-shadow: 0 3px 10px rgba(52, 52, 52, 0.05);
}
.hero__meta-card h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #3a4029;
}
.hero__meta-card ul {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
}
.hero__meta-card ul li {
  margin-bottom: 0.35rem;
  color: #404040;
  font-size: 0.88rem;
}
.hero__meta-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  color: #7B8758;
  text-decoration: none;
}
.hero__meta-card a:hover {
  color: #3a4029;
}

.about__photo-wrapper {
  text-align: center;
}

.about__photo {
  width: 280px;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
  border: 4px solid #F5F2E8;
  box-shadow: 0 8px 30px rgba(52, 52, 52, 0.1);
}

.about__text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #404040;
  margin-bottom: 1rem;
}

.about__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.about__stat {
  text-align: center;
  padding: 1rem 1.25rem;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(52, 52, 52, 0.05);
  flex: 1;
  min-width: 120px;
}
.about__stat .stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #7B8758;
  line-height: 1;
}
.about__stat .stat-label {
  display: block;
  font-size: 0.8rem;
  color: #8D8D8D;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-resume {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  background-color: #7B8758;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
}
.btn-resume:hover {
  background-color: #3a4029;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(123, 135, 88, 0.3);
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .skills-grid {
    grid-template-columns: 1fr;
  }
}

.skill-category {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 2px 15px rgba(52, 52, 52, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.skill-category:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(52, 52, 52, 0.1);
}

.skill-category__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #EFEFEF;
}
.skill-category__header i {
  font-size: 1.4rem;
  color: #B08850;
  width: 24px;
  text-align: center;
}
.skill-category__header h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #3a4029;
  margin: 0;
}

.skill-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.skill-tag {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background-color: #F5F2E8;
  color: #3a4029;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  transition: background-color 0.2s ease;
}
.skill-tag:hover {
  background-color: rgb(237.2727272727, 231.9545454545, 214.2272727273);
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
}
.portfolio-filters li {
  padding: 0.4rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  cursor: default;
  color: #404040;
  background: #EFEFEF;
  border: none;
}

.portfolio-container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.portfolio-item {
  width: 50%;
  padding: 0 0.75rem 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .portfolio-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-item {
    width: 50%;
  }
}

.project-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(52, 52, 52, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(52, 52, 52, 0.12);
}
.project-card:hover .project-card__image img {
  transform: scale(1.05);
}

.project-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 8/6;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-card__image .project-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 64, 41, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-card__image .project-card__overlay a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a4029;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.project-card__image .project-card__overlay a:hover {
  background: #B08850;
  color: #FFFFFF;
}
.project-card__image:hover .project-card__overlay {
  opacity: 1;
}

.project-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.project-card__category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #B08850;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.project-card__title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3a4029;
  margin-bottom: 0.5rem;
  min-height: 2.8rem;
}

.project-card__description {
  font-size: 0.9rem;
  color: #8D8D8D;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
  min-height: 5.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
  min-height: 3.6rem;
  align-content: flex-start;
}

.project-tag {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: #F5F2E8;
  color: #3a4029;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 400;
}

.project-card__links {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
.project-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #7B8758;
  text-decoration: none;
  transition: color 0.3s ease;
}
.project-card__links a:hover {
  color: #B08850;
}

.experience-section .timeline-card {
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(52, 52, 52, 0.05);
}
.experience-section .timeline-card__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #3a4029;
  margin-bottom: 0.25rem;
}
.experience-section .timeline-card__company {
  font-size: 0.95rem;
  color: #B08850;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.experience-section .timeline-card__date {
  font-size: 0.8rem;
  color: #8D8D8D;
  margin-bottom: 0.75rem;
}
.experience-section .timeline-card__description {
  font-size: 0.9rem;
  color: #404040;
  line-height: 1.6;
  margin-bottom: 0;
}
.experience-section .timeline-card__description ul {
  padding-left: 1.25rem;
  margin: 0;
}
.experience-section .timeline-card__description li {
  margin-bottom: 0.35rem;
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .education-grid {
    grid-template-columns: 1fr;
  }
}

.education-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 15px rgba(52, 52, 52, 0.05);
  border-left: 4px solid #7B8758;
}
.education-card h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #3a4029;
  margin-bottom: 0.25rem;
}
.education-card .education-card__school {
  font-size: 0.95rem;
  color: #B08850;
  margin-bottom: 0.25rem;
}
.education-card .education-card__date {
  font-size: 0.8rem;
  color: #8D8D8D;
  margin-bottom: 0.75rem;
}
.education-card p {
  font-size: 0.9rem;
  color: #404040;
  line-height: 1.6;
}

.publication-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(52, 52, 52, 0.05);
  margin-bottom: 1rem;
}
.publication-card h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #3a4029;
  margin-bottom: 0.5rem;
}
.publication-card .publication-card__journal {
  font-size: 0.85rem;
  color: #B08850;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.publication-card .publication-card__abstract {
  font-size: 0.85rem;
  color: #8D8D8D;
  line-height: 1.6;
}

.contact-info-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.contact-info-item {
  text-align: center;
}
.contact-info-item i {
  display: block;
  font-size: 1.5rem;
  color: #B08850;
  margin-bottom: 0.5rem;
}
.contact-info-item .contact-info-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8D8D8D;
}
.contact-info-item .contact-info-value {
  font-size: 0.95rem;
  color: #404040;
}
.contact-info-item .contact-info-value a {
  color: #7B8758;
  text-decoration: none;
}
.contact-info-item .contact-info-value a:hover {
  color: #B08850;
}

.contact-form {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form .form-control {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form .form-control:focus {
  border-color: #7B8758;
  box-shadow: 0 0 0 3px rgba(123, 135, 88, 0.1);
}
.contact-form textarea.form-control {
  min-height: 140px;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background-color: #B08850;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-contact:hover {
  background-color: #806239;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(176, 136, 80, 0.3);
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #7B8758;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(123, 135, 88, 0.3);
}
.back-to-top:hover {
  background: #3a4029;
  color: #FFFFFF;
  transform: translateY(-3px);
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .hero {
    min-height: 44vh;
    padding: 2.75rem 0;
    border-radius: 18px;
  }
  .hero__name {
    font-size: 2.4rem;
  }
  .hero__title {
    font-size: 1.08rem;
  }
  .hero__focus {
    font-size: 0.92rem;
  }
  .hero__meta-card {
    margin-top: 0.5rem;
  }
  .portfolio-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 575px) {
  .hero {
    min-height: 40vh;
    width: calc(100% - 1rem);
    margin: 0.75rem auto 1.25rem;
    padding: 2rem 0;
    border-radius: 14px;
  }
  .hero__name {
    font-size: 1.95rem;
  }
  .hero__greeting {
    font-size: 0.82rem;
  }
  .hero__kicker {
    margin-bottom: 0.8rem;
  }
  .hero__kicker span {
    font-size: 0.72rem;
  }
  .hero__focus {
    font-size: 0.88rem;
    margin-bottom: 1.2rem;
  }
  .hero__cta {
    flex-direction: column;
  }
  .hero__cta a {
    text-align: center;
    justify-content: center;
  }
  .hero__meta-card {
    padding: 0.95rem;
  }
  .hero__meta-card h3 {
    font-size: 0.95rem;
  }
  .hero__meta-card ul li {
    font-size: 0.84rem;
  }
  .portfolio-section {
    padding: 2.5rem 0;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }
  .about__photo {
    width: 200px;
    height: 200px;
    margin-bottom: 1.5rem;
  }
  .about__stat {
    min-width: 100px;
  }
  .project-card {
    min-height: auto;
  }
  .project-card__title,
  .project-card__description,
  .project-card__tags {
    min-height: 0;
  }
}

/*# sourceMappingURL=portfolio.css.map */
