.profile-pic {
  position: relative;
  max-width:130px;
  max-height:130px;
  width: auto;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  /* display: inline-block; */
  
  
  /* background-size: cover;  */
  margin: -31px; 
  margin-left:-7px;
  border: 6px solid rgba(0, 77, 64, 0.4); 
  border-radius: 50% !important;
}

.profile-pic img {
  width: 100%;
  height: auto;
}

.tracker {
  /* visibility: hidden; */
  position: fixed;
  /* margin-inline-end: auto;  */
  bottom: 0; 
  right: 0;
}

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
.social {
  margin: 0 auto;
  width: auto;
  text-align: inherit;
  /* padding: 10px; */
}

.icon-btn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  line-height: 70px;
  border-radius: 45px;
  display: inline-block;
  margin: 4px;
}

.github {
  color: black;
}

.linkedin {
  color: #0077b5;
}

.icon-btn:hover {
  transform: scale(1.10);
  color: #FFFFFF;
}

.linkedin:hover {
  background-color: #0077b5;
}

.angellist:hover {
  background-color: grey;
}

.github:hover {
  background-color: black;
}

/* Buttons - Read Me, Contact Us */

.readme {
  position: relative;
  padding: 11px 35px;
  background: #fff;
  color: #00796b;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contactme {
  position: relative;
  padding: 11px 35px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contactme:hover{
  color: #00796b;
  background-color: white;
}
/* main body */

/* body-color */

body {
  color: #333;
  font-size: 18px;
}

a {
  color: #004d40;
}

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

/* main nav */

nav {
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  height: 0;
  transition: all 0.3s ease;
}

/* Sticky navigation for mobile */
nav.hide-on-large.only.trigger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}

/* main */

main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 190px;
}

dl {
  margin-top: 0.5rem;
}

dd {
  display: inline-block;
  font-weight: 500;
  margin-left: 0;
}

dt {
  display: inline-block;
  margin-left: 0.5rem;
}

ul.side-nav {
  width: 190px;
}

ul.side-nav li {
  padding: 0;
}

ul.side-nav.fixed a {
  box-sizing: content-box;
  color: #008073;
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
}

ul.table-of-contents li.logo a.active, ul.table-of-contents li.logo a:hover {
  border: none;
  font-weight: 200;
}

ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
}

ul.side-nav.fixed li.logo a {
  font-weight: 200;
  line-height: 100%;
}

ul.table-of-contents li:not(.logo) a.active, ul.table-of-contents li:not(.logo) a:hover {
  background-color: #fafafa;
  border-left: 3px solid;
}

ul.side-nav.fixed.table-of-contents li:not(.logo) a span, ul#slide-out li:not(.logo) a span {
  color: #333 !important;
}

li.logo span {
  display: block;
  font-size: 14px;
}

.brand-logo h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
}

.container {
  width: 95%;
}

h3 {
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.section {
  padding-bottom: 20px;
  padding-top: 0;
  position: relative;
}

.full-height {
  height: 100vh;
}

#intro.section {
  background: #a7ffeb repeat;
  position: relative;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}

#intro.section .container *:not(span) {
  font-weight: 300;
  /* font-weight: 400; */
  line-height: 150%;
  /* padding: 0 0px; */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}

#intro.section .teal {
  padding: 0 10px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(33, 150, 243, 0.2);
}

.card {
  margin-bottom: 30px;
}

.card .role {
  font-size: 1.25rem;
  position: absolute;
  right: 38px;
  top: 35px;
}

.card li a {
  margin-right: 0;
  color: #333;
  border-bottom: 2px solid #ffab40;
}

.card li a:hover {
  color: #333;
  font-weight: 500;
}

.card .card-content {
  padding-bottom: 30px;
}

.card .card-content p {
  padding: 5px 0 0;
}

.card h5 {
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

.card h6 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
  text-transform: uppercase;
}

#experience .card-action {
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}

#experience .card .col.s12.m2 a {
  display: block;
}

#experience .card .col.s12.m2 a img {
  max-height: 60px;
}

.card-action span {
  font-size: 85%;
  color: #666;
}

.card ul {
  margin-bottom: 0;
}

.card ul li {
  line-height: 200%;
  list-style-type: disc;
  margin-left: 24px;
}

.card ul li li {
  color: #666;
  font-size: 13px;
}

.card .card-title {
  font-size: 24px;
}

.card .card-content .card-title {
  line-height: 2.5rem;
}

.card i.right {
  margin-left: 10px;
}

a.hoverline {
  border-bottom: 3px solid transparent !important;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}

/* main a.hoverline */

/* a.hoverline:hover {
  border-bottom: 3px solid #24305e !important;
} */

a.hoverline:hover {
  border-bottom: 3px solid #004d40 !important;
}

#skills .card.large {
  height: 360px;
}

#skills h4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#skills .col img.responsive-img {
  margin: 0 auto;
  max-width: 80px;
  max-height: 80px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.card.large .card-content p {
  color: inherit;
  margin: 0;
  padding: 30px 0;
}

#experience .card-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card.large .card-image {
  height: 230px;
}

.card.large .card-content {
  height: auto;
}

.card.medium .card-image {
  height: 240px;
}

.card-action a.btn-floating {
  margin-bottom: 0;
}

#contact a:not(.btn-floating) {
  bottom: 6px;
  left: 20px;
  position: relative;
}

#experience .col.s12.m2 {
  text-align: center;
}

.fa-external-link:before {
  left: 3px;
  position: relative;
  top: 2px;
}

small {
  display: none;
}

.grey-text {
  color: #666 !important;
}

/* main .teal-text */

.teal-text {
  color: #008073 !important;
}

/* .teal-text {
  color: #0b5e86 !important;
} */

/* .teal */

.teal {
  background-color: #008073 !important;
}

/* .teal {
  background-color: #00695c !important;
} */

@media (min-width: 1200px) {
  #experience .container {
    width: 860px;
  }
}

@media (max-width: 1360px) {
  .card ul li {
    font-size: 14px;
    line-height: 200%;
    margin-left: 20px;
  }
}

@media (max-width: 1160px) {
  .card ul li {
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  main {
    padding-left: 0px;
    padding-top: 64px;
  }
  ul.side-nav a {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }
  nav {
    background: #fff;
    height: 64px;
    position: absolute;
  }
  nav a.button-collapse, nav a.button-collapse i {
    color: #009688;
    height: 56px;
    line-height: 56px;
  }
  h3 {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .container {
    margin: 0 auto;
  }
  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .name-title {
    display: block;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
  .name-title>span, .name-title>a {
    position: relative;
    line-height: 20px;
  }
  .name-title a {
    font-size: 22px;
    display: block;
  }
  .name-title span {
    display: block;
    font-size: 14px;
  }
  h3, .container {
    position: relative;
    top: 64px;
  }
  section#intro {
    margin-bottom: -64px;
  }
  .card .role {
    position: relative;
    right: initial;
    top: initial;
  }
}

/* Certifications Section */
.certification-item {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 3px solid #008073;
  background-color: rgba(0, 128, 115, 0.05);
  border-radius: 0 5px 5px 0;
}

.certification-item h6 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.certification-item p {
  margin: 5px 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.certification-item .brown-text {
  font-weight: 500;
  font-size: 0.85rem;
}

@media (max-width: 600px) {
  h2 {
    font-size: 22px;
    line-height: 200%;
    margin: 30px 0 0;
  }
  #intro.section .container *:not(span) {
    padding: 0;
  }
  .card .card-content .card-title {
    font-size: 20px;
    line-height: 24px;
  }
  #experience span.card-title {
    text-align: center;
    display: block;
  }
  #experience span.card-title a {
    margin: 0;
  }
  i.mdi-navigation-close.right {
    position: relative;
    bottom: 15px;
  }
  #contact a:not(.btn-floating) {
    text-align: center;
    display: block;
    left: initial;
    bottom: initial;
  }
  #contact a.btn-floating.btn-large {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #intro.section {
    background-position-x: 30%;
  }
  
  .certification-item {
    margin-bottom: 15px;
    padding: 12px;
  }
}

/* Floating Action Button for Quick Navigation */
.fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.fab-main {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #008073;
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 128, 115, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.fab-main:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 128, 115, 0.4);
}

.fab-menu {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.fab-menu.show {
  display: flex;
}

.fab-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  color: #008073;
  border: 2px solid #008073;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.fab-item:hover {
  background: #008073;
  color: white;
  transform: scale(1.05);
}

/* Compact section layouts */
.compact-section {
  padding: 15px 0;
}

.compact-section h3 {
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.compact-section h3 i {
  font-size: 1.3rem;
  opacity: 0.9;
}

/* Improved card layouts */
.card-compact {
  margin-bottom: 20px;
}

.card-compact .card-content {
  padding: 20px;
}

.card-compact .card-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* Skills grid optimization */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.skill-item {
  text-align: center;
  padding: 15px 10px;
  background: rgba(0, 128, 115, 0.05);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.skill-item:hover {
  background: rgba(0, 128, 115, 0.1);
  transform: translateY(-2px);
}

.skill-item img {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 8px;
}

.skill-item span {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

/* Collapsible sections */
.collapsible-header {
  cursor: pointer;
  padding: 15px 20px;
  background: rgba(0, 128, 115, 0.05);
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collapsible-header:hover {
  background: rgba(0, 128, 115, 0.1);
}

.collapsible-header h4 {
  margin: 0;
  font-size: 1.2rem;
  color: #008073;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.collapsible-content.show {
  max-height: 1000px;
}

.collapsible-icon {
  transition: transform 0.3s ease;
}

.collapsible-icon.rotated {
  transform: rotate(180deg);
}

/* Quick stats section */
.quick-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(0, 128, 115, 0.1), rgba(0, 128, 115, 0.05));
  border-radius: 10px;
  border: 1px solid rgba(0, 128, 115, 0.2);
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: #008073;
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

/* Hero Section Redesign */
.hero-compact {
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.hero-stats .stat {
  text-align: center;
}

.hero-stats .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #004d40;
  line-height: 1;
}

.hero-stats .stat-label {
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.9;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: #fff;
  color: #004d40;
  border: 2px solid #fff;
}

.btn-primary:hover {
  background: transparent;
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #004d40;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* About Section Redesign */
.about-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.about-text .lead {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 400;
}

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

.expertise-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(0, 128, 115, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 128, 115, 0.1);
  transition: all 0.3s ease;
}

.expertise-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 128, 115, 0.1);
}

.expertise-item i {
  font-size: 2rem;
  color: #008073;
  margin-bottom: 1rem;
}

.expertise-item h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.expertise-item p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

/* Education Subsection */


.subsection-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #008073;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.subsection-title i {
  font-size: 1.3rem;
}

.education-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.education-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #008073;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.education-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.education-card.master {
  border-left-color: #008073;
}

.education-card.bachelor {
  border-left-color: #004d40;
}

.degree-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #008073, #004d40);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.degree-info {
  flex: 1;
}

.degree-info h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.degree-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.8rem;
}

.institution {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

.period {
  font-size: 0.85rem;
  color: #008073;
  font-weight: 600;
}

.specialization {
  font-size: 0.9rem;
  color: #555;
  font-style: italic;
  margin-bottom: 0.8rem;
}

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

.achievement-badge {
  background: rgba(0, 128, 115, 0.1);
  color: #008073;
  padding: 0.3rem 0.6rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Experience Sidebar Layout */
.experience-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 500px;
}

.experience-sidebar {
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
  padding: 0;
}

.sidebar-item {
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-item:hover {
  background: rgba(0, 128, 115, 0.05);
}

.sidebar-item.active {
  background: #fff;
  border-right: 3px solid #008073;
}

.sidebar-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #008073, #004d40);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.sidebar-item.active .sidebar-icon {
  background: linear-gradient(135deg, #ff9800, #f57c00);
}

.sidebar-content {
  flex: 1;
  min-width: 0;
}

.sidebar-company {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.sidebar-role {
  font-size: 0.85rem;
  color: #008073;
  font-weight: 500;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.sidebar-period {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
}

.sidebar-indicator {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: all 0.3s ease;
}

.sidebar-indicator.current {
  background: #ff9800;
}

.sidebar-item.active .sidebar-indicator {
  background: #008073;
}

.experience-content {
  padding: 2rem;
  overflow-y: auto;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.job-title-section {
  flex: 1;
}

.company-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.company-name a {
  color: inherit;
  text-decoration: none;
}

.job-title {
  font-size: 1.1rem;
  color: #008073;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.job-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.job-period {
  background: #008073;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.job-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}

.job-location i {
  color: #008073;
}

.job-status {
  background: #ff9800;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.job-description {
  margin-bottom: 2rem;
}

.job-description p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.job-achievements {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.achievement {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.achievement i {
  color: #008073;
  margin-top: 0.2rem;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.achievement span {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

/* Skills Section Redesign */
.skills-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.skill-category {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008073;
}

.category-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.category-title i {
  font-size: 1.1rem;
  color: #008073;
}

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

.skill-tag {
  background: #f5f5f5;
  color: #666;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.skill-tag.primary {
  background: #008073;
  color: #fff;
}

.skill-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}


/* Certifications & Awards Section */
.certifications-section, .awards-section {
  margin-bottom: 3rem;
}

.section-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #008073;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.section-subtitle i {
  font-size: 1.3rem;
}

.certifications-grid, .awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Beautiful Certification Cards */
.cert-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.cert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cert-header {
  padding: 1.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cert-card.premium .cert-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.cert-card.standard .cert-header {
  background: linear-gradient(135deg, #008073 0%, #004d40 100%);
}

.cert-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
}

.cert-badge {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cert-content {
  padding: 1.5rem;
}

.cert-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cert-issuer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.cert-issuer i {
  color: #008073;
}

.cert-year {
  background: #f0f0f0;
  color: #666;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.cert-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 1.5rem;
}

.cert-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #008073, #004d40);
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cert-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 128, 115, 0.3);
  color: #fff;
}

/* Beautiful Award Cards */
.award-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.award-header {
  padding: 1.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.award-card.gold .award-header {
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
}

.award-card.silver .award-header {
  background: linear-gradient(135deg, #c0c0c0 0%, #a8a8a8 100%);
}

.award-card.bronze .award-header {
  background: linear-gradient(135deg, #cd7f32 0%, #b8860b 100%);
}

.award-card.speaking .award-header {
  background: linear-gradient(135deg, #9c27b0 0%, #673ab7 100%);
}

.award-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
}

.award-rank {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.award-content {
  padding: 1.5rem;
}

.award-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.award-issuer {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.award-year {
  background: #f0f0f0;
  color: #666;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.award-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .hero-compact {
    height: 60vh;
    min-height: 400px;
  }
  
  .hero-text h1 {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.4rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-stats {
    gap: 1rem;
  }
  
  .hero-stats .stat-number {
    font-size: 2rem;
  }
  
  .about-content {
    gap: 2rem;
  }
  
  .expertise-areas {
    grid-template-columns: 1fr;
  }
  
  .education-cards {
    grid-template-columns: 1fr;
  }
  
  .certifications-grid, .awards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .certifications-grid, .awards-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .experience-card {
    width: 250px;
  }
  
  .timeline-track {
    gap: 0.5rem;
  }
  
  .experience-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  
  .experience-sidebar {
    display: flex;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding: 0;
  }
  
  .sidebar-item {
    min-width: 200px;
    flex-shrink: 0;
    border-bottom: none;
    border-right: 1px solid #e9ecef;
  }
  
  .sidebar-item:last-child {
    border-right: none;
  }
  
  .sidebar-item.active {
    border-right: 3px solid #008073;
    border-bottom: none;
  }
  
  .sidebar-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  
  .sidebar-company {
    font-size: 0.9rem;
  }
  
  .sidebar-role {
    font-size: 0.8rem;
  }
  
  .sidebar-period {
    font-size: 0.75rem;
  }
  
  .experience-content {
    padding: 1.5rem;
  }
  
  .job-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .job-meta {
    gap: 1rem;
  }
  
  .skills-overview {
    grid-template-columns: 1fr;
  }
  
  
  
  .fab-container {
    bottom: 20px;
    right: 20px;
  }
  
  .fab-main {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  
  .fab-item {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}