@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

* {
  font-family: "Google Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  color: #fefefe;
}

.cursor {
  display: inline-flex;
  background-color: #fefefe;
  width: .4em;
  height: 1em;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

/* SECTION 2 */

.list-section {
  margin: 1.5rem 0;
}

.list-item {
  background: #fefefe;
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(1, 1, 1, 0.08);
  transition: box-shadow 0.3s ease;
  position: relative;
  color: #0e0e0e !important;
}

.list-item:hover {
  box-shadow: 0 4px 12px rgba(1, 1, 1, 01);
}

.list-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.item-info {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  flex: 1;
  min-width: 250px;
}

.item-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f7fafc !important;
  padding: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.item-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-details h3 {
  margin: 0;
  color: #0e0e0e !important;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.item-details h4 {
  margin: 0.15rem 0 0.4rem 0;
  color: #475569 !important;
  font-size: 1rem;
  font-weight: 600;
}

.item-description {
  color: #0e0e0e !important;
  line-height: 1.5;
}

.item-description>p {
  font-size: 0.95rem;
  margin: 0 0 1rem 0;
  color: #334155 !important;
  font-weight: 500;
}

.item-description h5 {
  color: #0f172a !important;
  margin: 1rem 0 0.6rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

.item-description ul {
  margin: 0.5rem 0 1rem 0;
  padding-left: 1.25rem;
  list-style-position: outside;
}

.item-description li {
  color: #475569 !important;
  margin: 0.4rem 0;
  line-height: 1.5;
  font-size: 0.9rem;
}

.item-description li strong {
  color: #475569 !important;
}

.location {
  color: #64748b !important;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.date-range {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  padding-top: 0.25rem;
}

/* TAGS */

.tag-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.experience-tag {
  background: #e2e8f0 !important;
  color: #334155 !important;
  padding: 0.35rem 0.7rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  border: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.experience-tag:hover {
  transform: translateY(-3px);
}

.badge {
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
  color: #0e0e0e !important;
}

.badge .date {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 200px;
}

.badge .graduate {
  background-color: #f29525;
}

.badge .part-time {
  background-color: #c8b6ff;
}

.badge .internship {
  background-color: #c5df9f;
}

.badge .full-time {
  background-color: #b6c8ff;
}

.badge .archived {
  background-color: #e2e8f0;
}

.badge .finished {
  background-color: #91d0f8;
}

.skills-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.skills-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.skills-badge {
  color: white;
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: inline-block;
  margin-bottom: 1rem;
}

.skills-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.skills-title .highlight {
  position: relative;
}

.skills-description {
  font-size: 0.95rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 400;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0e0e0e !important;
  text-align: left;
  margin: 2rem 0 1rem 0;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  opacity: 0.9;
}

/* Technical Skills 3-Column Layout */
.technical-skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.skills-column:hover {
  transform: translateY(-4px);
  scale: calc(1.0125);
}

.skills-column {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;

}

.skills-column:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.column-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  opacity: 0.9;
}

.skill-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: #f8fafc;
  border: 1px solid transparent;
  text-align: center;
  min-height: 75px;
}

.skill-item:hover {
  transform: translateY(-3px);
}

.skill-item .skill-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.skill-item:hover .skill-icon {
  transform: scale(1.1);
}

.skill-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.domain-expertise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.domain-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.domain-number {
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.domain-title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.domain-skills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.domain-skills li {
  padding: 0.4rem 0;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.2s ease;
}

.domain-skills li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.frameworks-tools {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.tools-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  position: relative;
}


.tools-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  opacity: 0.9;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  text-align: center;
}

.tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 0.5rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  background: #f8fafc;
}

.tool-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tool-item:hover .tool-name {
  color: white;
}

.tool-item:hover .tool-icon {
  filter: brightness(0) invert(1);
}

.skill-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.2s ease;
}

.language-tag:hover .skill-icon {
  transform: scale(1.1);
}

.tool-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: all 0.2s ease;
}

.tool-item:hover .tool-icon {
  transform: scale(1.1);
}

.tool-item .tool-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  transition: color 0.3s ease;
}

.domain-card:hover {
  box-shadow: 0 8px 25px rgba(19, 41, 75, 0.12);
  transform: translateY(-4px);
  border-color: rgba(19, 41, 75, 0.2);
  transform: translateY(-4px);
  scale: calc(1.0125);
}

.domain-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.domain-number {
  background: linear-gradient(135deg, #13294B 0%, #1a365d 100%);
  color: #fefefe;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(19, 41, 75, 0.2);
}

.domain-title {
  color: #0e0e0e;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.domain-skills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  color: #0e0e0e;
}

.domain-skills li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.2s ease;
}

.domain-skills li:hover {
  color: #3c83ee;
}

.domain-skills li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #13294B;
  border-radius: 50%;
  flex-shrink: 0;
}

.frameworks-tools {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.tools-card {
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.tools-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #13294B 0%, #1a365d 100%);
}

.tools-card:hover {
  box-shadow: 0 8px 25px rgba(19, 41, 75, 0.12);
  transform: translateY(-4px);
  border-color: rgba(19, 41, 75, 0.2);
}

.tools-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.01em;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}

.tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.75rem 0.5rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.skill-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.language-tag:hover .skill-icon {
  transform: scale(1.1);
}

.tool-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.tool-item:hover .tool-icon {
  transform: scale(1.1);
}

.tool-item .tool-name {
  font-size: 0.8rem;
  font-weight: 500;
}

.certifications-section {
  margin-bottom: 2rem;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
}

.course-card {
  border-radius: 14px;
  padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: 0 6px 18px rgba(19, 41, 75, 0.10);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #fefefe;
  box-shadow: 0 6px 16px rgba(19, 41, 75, 0.12);
}

.course-card:hover {
  box-shadow: 0 14px 28px rgba(19, 41, 75, 0.18);
  transform: translateY(-3px);
  border-color: rgba(19, 41, 75, 0.25) !important;
}

.course-icon {
  display: none;
}

.course-icon i {
  font-size: 1.5rem;
  color: #13294B !important;
}

.course-banner {
  width: 100%;
  order: 1;
}

.course-banner img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #efefef;
  border: 1px solid rgba(19, 41, 75, 0.12);
}

.course-content {
  width: 100%;
  order: 2;
  color: #0e0e0e;

}

.course-content h4 {
  margin: 0 0 0.5rem 0;
  color: #13294B !important;
  font-size: 1.15rem;
  font-weight: 700;
}

.course-provider {
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  font-size: 0.9rem;
  color: #0e0e0e;

}

.course-date {
  font-size: 0.85rem;
  margin: 0 0 0.75rem 0;
  color: #0e0e0e;

}

.course-description {
  line-height: 1.5;
  margin: 0.25rem 0 0.9rem 0;
  font-size: 0.9rem;
  color: #0e0e0e;
}

.course-status {
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(19, 41, 75, 0.15) !important;
}

.course-status.completed {
  background: linear-gradient(135deg, #13294B 0%, #1a365d 100%) !important;
  color: #fff;
}

.course-link {
  display: inline-block;
  color: #13294B !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 0.75rem;

  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.course-link:hover {
  color: #1a365d !important;
  text-decoration: underline;
}

.course-link i {
  margin-right: 0.25rem;
}