/*   
 * Template Name: Orbit - Responsive Resume/CV Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* styles.css */
/* ======= Base ======= */
body {
  font-family: 'Roboto', sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  color: #2d7788;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #1a454f;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}
.wrapper {
  background: #357a8a;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar-wrapper {
  background: #357a8a;
  position: absolute;
  right: 0;
  width: 240px;
  height: 100%;
  min-height: 580px;
  color: #fff;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.sidebar-wrapper .name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 5px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
  font-size: 14px;
}
.sidebar-wrapper .container-block {
  padding: 10px 30px;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
}
.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
}
.sidebar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}
.sidebar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-wrapper .languages-list {
  margin-bottom: 0;
}
.sidebar-wrapper .languages-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
  line-height: 0.6;
}
.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}
.main-wrapper {
  background: #fff;
  padding: 60px;
  padding-right: 300px;
}
.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #2d7788;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-wrapper .section-title .fa {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2d7788;
  text-align: center;
  padding-top: 8px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.main-wrapper .section {
  margin-bottom: 60px;
}
.main-wrapper .experiences-section .item {
  margin-bottom: 30px;
}
.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.main-wrapper .job-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
}
.main-wrapper .company {
  margin-bottom: 10px;
  color: #97AAC3;
}
.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.main-wrapper .projects-section .intro {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
    color: lightblue;
}
.main-wrapper .projects-section .item {
  margin-bottom: 8px;
}
.skills-group-label {
  margin-top: 0;
  margin-bottom: 6px;
  color: #3F4650;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
/* Two-column grid for skills */
.skills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-bottom: 10px;
}
.skills-col {
  min-width: 0;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.skill-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
.skill-tag--high {
  background: #2d7788;
  color: #fff;
}
.skill-tag--mid {
  background: #7bc2d3;
  color: #fff;
}
.skill-tag--low {
  background: #e0f0f4;
  color: #2d7788;
  border: 1px solid #b0d9e4;
}
.skills-legend {
  margin-top: 10px;
  font-size: 11px;
  color: #97AAC3;
}
.skills-legend .skill-tag {
  font-size: 11px;
  padding: 1px 7px;
}
/* keep these for any legacy usage */
.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}
.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: -8px;
}
.skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
}
.skillset .level-bar-inner {
  height: 12px;
  background: #7bc2d3;
}
.footer {
  padding: 30px;
  padding-top: 60px;
}
.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}
.footer .fa-heart {
  color: #fb866a;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .main-wrapper {
    padding: 30px;
  }
  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
    /**
  Grid side by side*/
  .container-block {
    width: 48%;
    display: inline-grid;
     margin-bottom: 20px;
   }
   .container-block:last-child {
        margin-bottom: 25px;
    }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  .skillset .level-bar {
    display: inline-block;
    width: 70%;
    float: left;
    position: relative;
    top: 1px;
  }

}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */



@page {
    size: A4 portrait;
    margin: 10mm 12mm 12mm 12mm;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    html, body {
        width: 210mm;
        height: auto;
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 14px !important;
        color: #333 !important;
    }

    /* ---- Two-column layout via flexbox ---- */
    .wrapper {
        display: flex !important;
        flex-direction: row-reverse !important;
        box-shadow: none !important;
        max-width: 100% !important;
        width: 100% !important;
        background: #fff !important;
    }

    /* ---- Sidebar ---- */
    .sidebar-wrapper {
        position: static !important;
        width: 185px !important;
        min-width: 185px !important;
        flex-shrink: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        background: #357a8a !important;
        color: #fff !important;
        padding: 0 !important;
    }

    .sidebar-wrapper .profile-container {
        padding: 16px 14px !important;
        text-align: center !important;
    }

    .sidebar-wrapper .profile {
        width: 90px !important;
        height: 90px !important;
        border-radius: 50% !important;
        margin-bottom: 10px !important;
    }

    .sidebar-wrapper .name {
        font-size: 17px !important;
        margin-bottom: 5px !important;
        line-height: 1.2 !important;
    }

    .sidebar-wrapper .tagline {
        font-size: 11px !important;
        line-height: 1.4 !important;
    }

    .sidebar-wrapper .container-block {
        padding: 10px 14px !important;
    }

    .sidebar-wrapper .container-block-title {
        font-size: 11px !important;
        margin-bottom: 8px !important;
        letter-spacing: 0.05em !important;
    }

    .sidebar-wrapper .contact-list li,
    .sidebar-wrapper .interests-list li,
    .sidebar-wrapper .languages-list li {
        font-size: 11px !important;
        margin-bottom: 5px !important;
        line-height: 1.4 !important;
        word-break: break-word !important;
    }

    .sidebar-wrapper .degree {
        font-size: 11px !important;
        margin-bottom: 3px !important;
    }

    .sidebar-wrapper .education-container .meta {
        font-size: 10px !important;
    }

    .sidebar-wrapper .education-container .time {
        font-size: 10px !important;
    }

    .sidebar-wrapper .education-container .item {
        margin-bottom: 12px !important;
    }

    .sidebar-wrapper a {
        color: #fff !important;
        text-decoration: none !important;
    }

    /* ---- Main content ---- */
    .main-wrapper {
        flex: 1 !important;
        padding: 16px 18px 12px 18px !important;
        background: #fff !important;
    }

    .main-wrapper .section-title {
        font-size: 13px !important;
        margin-bottom: 8px !important;
        padding-bottom: 4px !important;
        border-bottom: 1px solid #e0e0e0 !important;
        color: #2d7788 !important;
    }

    .main-wrapper .section-title .fa {
        width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
        padding-top: 5px !important;
        margin-right: 6px !important;
        background: #2d7788 !important;
    }

    .main-wrapper .section {
        margin-bottom: 14px !important;
    }

    .summary p {
        font-size: 12.5px !important;
        line-height: 1.55 !important;
        margin-bottom: 7px !important;
    }

    /* Experiences */
    .main-wrapper .experiences-section .item {
        margin-bottom: 11px !important;
    }

    .main-wrapper .job-title {
        font-size: 13.5px !important;
        font-weight: 700 !important;
    }

    .main-wrapper .time {
        font-size: 11.5px !important;
        color: #666 !important;
    }

    .main-wrapper .company {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        color: #666 !important;
    }

    .main-wrapper .details p,
    .main-wrapper .details li {
        font-size: 12px !important;
        line-height: 1.5 !important;
        margin-bottom: 4px !important;
    }

    .main-wrapper .details ul {
        padding-left: 15px !important;
        margin-bottom: 5px !important;
    }

    /* Training */
    .main-wrapper .projects-section .item {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    .main-wrapper .projects-section .intro {
        display: none !important;
    }

    /* Skills grid */
    .skills-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px 16px !important;
    }

    .skills-group-label {
        font-size: 10px !important;
        margin-bottom: 4px !important;
    }

    .skill-tag {
        font-size: 10px !important;
        padding: 1px 6px !important;
    }

    .skill-tag--high {
        background: #2d7788 !important;
        color: #fff !important;
    }

    .skill-tag--mid {
        background: #7bc2d3 !important;
        color: #fff !important;
    }

    .skill-tag--low {
        background: #e0f0f4 !important;
        color: #2d7788 !important;
        border: 1px solid #b0d9e4 !important;
    }

    .skills-legend {
        font-size: 10px !important;
        margin-top: 6px !important;
    }

    /* Links */
    a {
        color: inherit !important;
        text-decoration: none !important;
    }

    /* Hide footer */
    .footer {
        display: none !important;
    }
}