.internship-section {
  background-color: rgba(214, 242, 255, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 6px 12px rgba(168, 166, 166, 0.3);
  margin-bottom: 40px;
  border-radius: 10px;
}
.internship-title {
  font-size: 3rem;
  font-weight: 700;
  color: #111;
}

 .internship-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center; 
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.divider-line {
  flex: 1;
  height: 1px !important;
  max-width: 220px;
  background: linear-gradient(
    -90deg,
    #ef6248,
    #828620 20%,
    #22b633 30%,
    #24a7b8 50%,
    #2b19b9 60%,
    #d90dba 80%,
    red
  );
}

.divider-star {
  margin: 0 15px;
  font-size: 40px;
  color: #ffd700;
}
/* Section sempai Dung */
.profile-card-v2 {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  position: relative;
}
.profile-details-col-v2,
.profile-details-col-v2 * {
}

.profile-image-v2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 0 0 28px;
  filter: brightness(0.95);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.profile-details-col-v2 {
  background: #fdfbf8;
  padding: 80px 60px !important;
  border-radius: 0 28px 28px 0;
  position: relative;
}

.profile-header {
  position: absolute;
  top: 0px;
  background: rgba(216, 165, 255, 0.42);
  margin-left: 100px;
  padding: 0px 35px;
  border-radius: 0px 0px 18px 18px;
  border-bottom: 3px solid #044063;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.name-title {
  font-size: 1.5rem !important;
  font-weight: 800;
  margin: 0;
  margin-top: 10px;
  color: #044063;
}

.grade-info {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  color: #0b76af;
  margin-top: 10px;
  text-align: center;
}

.text-content .content-heading {
  background: #ffe3ee;
  padding: 8px 20px;
  border-radius: 16px;
  font-weight: 700;
  color: #111;
  display: inline-block;
  margin-top: 25px;
  font-size: 1.2rem;
}
.content-paragraph-v2 {
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.7;
}
.skills-tags-v2 .tag {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  background: #d6f2ff;
  color: #111;
  margin-right: 10px;
}

.skills-tags-v2 .tag:nth-of-type(2) {
  background: #e8d5ff;
  color: #111;
  margin-left: 150px;
}

.right-info-column {
  padding-top: 55px !important;
}

.personal-introduction-section .container {
  max-width: 1350px;
}
.skill-list,
.achievement-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}

.skill-list li,
.achievement-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.skill-list li::before,
.achievement-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #2ecc71;
}

/* Section Sempai Lanh */
.intro-card {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  position: relative;
}
.intro-details-col,
.intro-details-col * {
}
.intro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 0 0 28px;
  filter: brightness(0.95);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.intro-details-col {
  background: #fdfbf8;
  padding: 80px 60px !important;
  border-radius: 0 28px 28px 0;
  position: relative;
}

.intro-header {
  position: absolute;
  top: 0px;
  background: rgba(139, 255, 127, 0.25);
  margin-left: 100px;
  padding: 0px 35px;
  border-radius: 0px 0px 18px 18px;
  border-bottom: 3px solid #044063;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.intro-name {
  font-size: 1.5rem !important;
  font-weight: 800;
  margin: 0;
  margin-top: 10px;
  color: #044063;
}

.intro-grade {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  color: #0b76af;
  margin-top: 10px;
  text-align: center;
}
.intro-text-content .intro-heading {
  background: #ffe3ee;
  padding: 8px 20px;
  border-radius: 16px;
  font-weight: 700;
  color: #111;
  display: inline-block;
  margin-top: 25px;
  font-size: 1.2rem;
}

.intro-paragraph {
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.7;
}

.intro-tags .intro-tag {
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  background: #d6f2ff;
  color: #111;
  margin-right: 10px;
}

.intro-tags .intro-tag:nth-of-type(2) {
  background: #e8d5ff;
  color: #111;
  margin-left: 210px;
}

.intro-right-content {
  padding-top: 55px !important;
}

.intro-section .container {
  max-width: 1350px;
}

.intro-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}

.intro-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.intro-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #2ecc71;
}

.intro-tags + .row {
  margin-top: 12px;
}
