/* ========================================
   RESUME SECTION STYLES
   ======================================== */

/* Info List - Personal Information */
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.info-list ul li {
  margin-bottom: 10px
}

.info-list .title {
  color: #04b4e0;
  margin-right: 5px;
  font-weight: 600
}

/* Block Title Styling */
.block-title {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  padding-bottom: 10px;
  margin-bottom: 15px
}

.block-title h3 {
  position: relative;
  font-size: 21px;
  z-index: 1
}

.block-title h3 span {
  color: #04b4e0
}

.block-title:after {
  position: absolute;
  opacity: .45;
  top: 10px;
  right: 0;
  content: '';
  height: 20px;
  width: 30px;
  background-image: -webkit-repeating-radial-gradient(center center, #04b4e0, #04b4e0 1px, transparent 0px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, #04b4e0, #04b4e0 1px, transparent 0px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, #04b4e0, #04b4e0 1px, transparent 0px, transparent 100%);
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
  z-index: 0
}

/* White Space Utilities */
.white-space-10 {
  padding-bottom: 10px
}

.white-space-20 {
  padding-bottom: 20px
}

.white-space-30 {
  padding-bottom: 30px
}

.white-space-40 {
  padding-bottom: 40px
}

.white-space-50 {
  padding-bottom: 50px
}

.white-space-60 {
  padding-bottom: 60px
}

.white-space-70 {
  padding-bottom: 70px
}

/* Timeline Styles - Education & Experience */
.timeline-second-style .timeline-item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 15px
}

.timeline-second-style .timeline-item:last-child {
  padding-bottom: 0
}

.timeline-second-style .left-part {
  width: 30%;
  display: table-cell;
  padding-right: 25px;
  min-height: 100%;
  text-align: right;
  vertical-align: top
}

.timeline-second-style .right-part {
  width: 70%;
  display: table-cell;
  padding-left: 25px;
  padding-right: 15px;
  vertical-align: top
}

.timeline-second-style .right-part p,
.timeline-second-style .right-part p>* {
  font-size: .92em
}

.timeline-second-style .divider {
  position: absolute;
  top: 0;
  left: 30%;
  bottom: 0;
  width: 1px;
  background-color: #eee
}

.timeline-second-style .divider:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 4px;
  width: 17px;
  height: 17px;
  margin-left: -8px;
  border-radius: 10px;
  background-color: #04b4e0;
  opacity: .25;
  z-index: 0
}

.timeline-second-style .divider:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: 8px;
  width: 9px;
  height: 9px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #04b4e0;
  z-index: 1
}

.timeline-second-style .item-title {
  font-size: 16px;
  margin-bottom: 3px
}

.timeline-second-style .item-period {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.4em
}

.timeline-second-style .item-company {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45em;
  color: #a5a6a7
}

.timeline-second-style .timeline-item:last-child .right-part {
  padding-bottom: 0
}

.timeline-second-style .item-logo {
  display: block;
  margin-bottom: 10px
}

.timeline-second-style .item-logo img {
  max-height: 40px
}

/* Skills Info - Design Skills (if needed) */
.skills-info.skills-second-style {
  margin-bottom: 30px
}

.skills-info.skills-second-style h4 {
  font-size: 13px;
  line-height: 1.1em;
  position: relative;
  float: left;
  margin: 0 0 4px
}

.skills-second-style .skill-container {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #04b4e0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  margin-bottom: 8px;
  width: 100%
}

.skills-second-style .skill-container:before {
  content: '';
  position: absolute;
  background-color: #04b4e0
}

.skills-second-style .skill-value {
  font-size: 11px;
  line-height: 1.1em;
  position: relative;
  float: right;
  margin: 0 0 4px;
  color: #aaa
}

.skills-second-style .skill-percentage {
  background-color: #04b4e0;
  border: 2px solid #fff;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  height: 8px;
  padding: 0
}

.skills-second-style .skill-container.skill-1 .skill-percentage {
  width: 95%
}

.skills-second-style .skill-container.skill-2 .skill-percentage {
  width: 65%
}

.skills-second-style .skill-container.skill-3 .skill-percentage {
  width: 80%
}

.skills-second-style .skill-container.skill-4 .skill-percentage {
  width: 90%
}

.skills-second-style .skill-container.skill-5 .skill-percentage {
  width: 95%
}

.skills-second-style .skill-container.skill-6 .skill-percentage {
  width: 85%
}

.skills-second-style .skill-container.skill-7 .skill-percentage {
  width: 100%
}

.skills-second-style .skill-container.skill-8 .skill-percentage {
  width: 75%
}

.skills-second-style .skill-container.skill-9 .skill-percentage {
  width: 90%
}

.pt-page .skills-second-style .skill-percentage,
.pt-page .skills-second-style .skill-value {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.js .subpages:not(.one-page-layout) .pt-page:not(.pt-page-current) .skills-second-style .skill-percentage {
  width: 0 !important
}

.js .subpages:not(.one-page-layout) .pt-page:not(.pt-page-current) .skills-second-style .skill-value {
  left: 26px !important
}

/* Coding Skills Section */
.coding-skills-wrapper {
  margin-top: 20px;
}

.skills-category {
  margin-bottom: 30px;
}

.skills-category-title {
  font-size: 16px;
  font-weight: 600;
  color: #04b4e0;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #04b4e0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.skills-category .knowledges {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.skills-category .knowledges li {
  display: inline-block;
  background-color: #04b4e0;
  border-radius: 3px;
  color: #fff;
  padding: 1px 10px;
  margin: 3px 2px 3px 0;
  font-size: 13px;
}

/* Knowledges - General Skills List */
.knowledges {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.knowledges li {
  display: inline-block;
  background-color: #04b4e0;
  border-radius: 3px;
  color: #fff;
  padding: 1px 10px;
  margin: 3px 2px 3px 0;
  font-size: 13px
}

/* Certificates Section - Full Width Image Cards */
.certificate-item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  background: #f5f5f5;
  aspect-ratio: 16 / 10;
}

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

.certi-logo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.certi-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.certificate-item:hover .certi-logo img {
  transform: scale(1.05);
}

.certi-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.certificate-item:hover .certi-content {
  transform: translateY(0);
}

.certi-title h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #fff;
  line-height: 1.3;
}

.certi-id {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 4px;
  line-height: 1.4;
}

.certi-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Dark Mode Support */
.dark-mode .block-title h3 {
  color: #e0e0e0;
}

.dark-mode .block-title h3 span {
  color: #5cb3cc;
}

.dark-mode .skills-category-title {
  color: #5cb3cc;
  border-bottom-color: #5cb3cc;
}

.dark-mode .skills-category .knowledges li {
  background-color: #5cb3cc;
  color: #1a1a1a;
}

.dark-mode .knowledges li {
  background-color: #5cb3cc;
  color: #1a1a1a;
}

.dark-mode .timeline-second-style .divider {
  background: #3a3a3a;
}

.dark-mode .timeline-second-style .divider::before {
  background: #5cb3cc;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 2px #5cb3cc;
}

.dark-mode .timeline-second-style .divider::after {
  background: #1a1a1a;
  border-color: #5cb3cc;
}

.dark-mode .timeline-second-style .item-title {
  color: #e0e0e0;
}

.dark-mode .timeline-second-style .item-period {
  color: #aaa;
}

.dark-mode .timeline-second-style .item-company {
  color: #888;
}

.dark-mode .timeline-second-style .right-part p,
.dark-mode .timeline-second-style .right-part li {
  color: #bbb;
}

.dark-mode .info-list .title {
  color: #5cb3cc;
}

.dark-mode .certificate-item {
  background-color: #2a2a2a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dark-mode .certificate-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.dark-mode .certi-logo {
  background: #1a1a1a;
}

.dark-mode .certi-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 70%, transparent 100%);
}

.dark-mode .certi-title h4 {
  color: #fff;
}

.dark-mode .certi-id {
  color: rgba(255, 255, 255, 0.85);
}

.dark-mode .certi-date {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media only screen and (max-width: 480px) {
  .timeline-second-style .timeline-item {
    position: relative;
    display: block
  }

  .timeline-second-style .left-part {
    width: 100%;
    display: block;
    padding-left: 25px;
    min-height: 100%;
    text-align: left
  }

  .timeline-second-style .divider {
    left: 0
  }

  .timeline-second-style .right-part {
    width: 100%;
    display: block;
    padding-left: 25px;
    padding-right: 0
  }
}

@media (max-width: 768px) {
  .timeline-second-style .left-part,
  .timeline-second-style .right-part {
    width: 100%;
    float: none;
    padding: 0;
    text-align: left;
  }

  .timeline-second-style .divider {
    display: none;
  }

  .timeline-second-style .left-part {
    margin-bottom: 10px;
  }
}

