/**
* Template Name: iPortfolio - v2.0.3
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}


a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

  /*PAGE LOADER CSS*/
    .no-js #loader { display: none;  }
    .js #loader { display: block; position: absolute; left: 100px; top: 0; }
    .se-pre-con {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 999999;
      background: url('../img/pre.gif') center no-repeat #fff;
    }


    /* LOAD MORE CSS */
    .projectcontent {
      display: none;
    }
    #loadMore {
      width: 200px;
      color: #fff;
      display: block;
      text-align: center;
      margin: 20px auto;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid transparent;
      background-color: #0275d8;
      transition: .3s;
    }
    #loadMore:hover {
      color: #0275d8;
      background-color: #fff;
      border: 1px solid #0275d8;
      text-decoration: none;
    }
    .noContent {
      color: #000 !important;
      background-color: transparent !important;
      pointer-events: none;
    }
    /* LOAD MORE CSS - OVER */


  /*--------------------------------------------*/
      /*TECH TOOLS CSS*/
                .list-customer-logos{
                  -webkit-box-align:center;
                  display:grid;
                  gap:20px 16px;
                  grid-template-columns:repeat(8, 1fr);
                  place-items:center
                }

                .list-customer-logos .mynew>img{
                  display:block;
                  max-width:80px;
                  width:78px;
                }

                /*.list-customer-logos>img{
                  display:block;
                  max-width:80px;
                  width:40px;
                }*/

                @media (max-width: 767px){
                  .list-customer-logos{
                    grid-template-columns:repeat(3, 1fr)
                  }
                }

                .mynew {
                  position: relative;
                /*  width: 45%;
                  height:auto;*/
                }

                .mynew:hover .toolimg {
                  opacity: 0.2;
                }

                .mynew .mymiddle {
                  transition: .5s ease;
                  opacity: 0;
                  position: absolute;
                  top: 60%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                  text-align: center;
                  font-weight: 700;
                }

                .mynew:hover .mymiddle{
                  opacity: 1;
                }
  /*--------------------------------------------*/



/*--------------------------------------------------------------
*/

.for-resume {
  font-size: 18px;
  /*display: inline-block;*/
  background: #212431;
  /*color: #fff;*/
  color:white;
  line-height: 1;
  /*padding: 8px 0;*/
  /*margin-right: 4px;*/
  border-radius: 50px;
  /*text-align: center;*/
  width: 150px;
  height: 45px;
  transition: 0.3s;
  text-align: center;
}


.for-resume:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 65px;
  background: dodgerblue;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #2eafec;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 125px;
  border: 8px solid #2c2f3f;
  object-fit: cover;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a, #header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 22px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }
  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding-top: 30px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i, .nav-menu .active > a i, .nav-menu li:hover > a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #149ddd;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*Profile image*/
  /*background: url("../img/my/120.jpg") top center;*/
  /*background-color: black;*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  /*background-position: center;*/
}


#hero:before {
  content: "";
  background-color: var(--main-bg);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: background-color 0.3s ease;
}

#hero2 {
  position: relative;
  background-position: center;
}


#hero2:before {
  content: "";
  /*position: absolute;*/
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*#typedtext
{
  font-family: 'Waiting for the Sunrise', cursive; 
  font-size:30px; 
  margin: 10px 50px; 
  letter-spacing: 6px; 
}*/


#hero .hero-container {
  position: relative;
  z-index: 10;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}


#hero p {
  /* color and margin reset for our new hero classes */
  margin-bottom: 0;
  font-size: inherit;
  /*font-family: "Poppins", sans-serif;*/
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

#hero2 h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}


#hero2 p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  /*font-family: "Poppins", sans-serif;*/
}

#hero2 p span {
  color: black;;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #149ddd;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #149ddd;
  float: left;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #122f57;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item h5 a:hover {
  font-weight: 700;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

.resume a
{
  color: grey;
}

.resume a:hover
{
  color:black;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #149ddd;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #37b3ed;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  /*background: #149ddd;*/
  background: #fff;
  /*border-radius: 50%;*/
  transition: 0.5s;
  /*border: 1px solid #149ddd;*/
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

/*.services .icon-box:hover .icon i {
  color: #149ddd;
}*/

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

/*.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #149ddd;
}*/

.services .description a {
  color: gray;
}

.services .description a:hover {
  color: black;
  font-weight: 600;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonials-carousel .testimonials-item .card-body a:hover
{
  font-weight: 700;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.card-img-top
{
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #149ddd !important;
}

.testimonials a {
  color: blue;
  /*#5D6D7E*/
  font-size: 105%;
}

.testimonials a:hover {
  color: #F70D1A;
  font-weight: 600;
  font-size: 107%;
  /*font-style: bold;*/
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  /*padding-bottom: 130px;*/
  padding-bottom: 70px;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #149ddd;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #37b3ed;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/*.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #149ddd !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9998;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}



/**/
.mycontainer {
  position: relative;
/*  width: 45%;
  height:auto;*/
}

.myimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.mymiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.mycontainer:hover .image {
  opacity: 0.3;
}

.mycontainer:hover .mymiddle {
  opacity: 1;
}

.mytext {
  background-color: transparent;
  color: black;
  font-size: 26px;
  /*padding: 16px 32px;*/
}

.mytext:hover
{
  color:black;
  font-weight: 700;
}


/* For Prabodhswamiji charnarvind start */


.pjd-container {
  position: relative;
  top: 5%;
  left: 7%;
  width: 50%;
}

.pjd-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.pjd-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 36%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pjd-container:hover .pjd-image {
  opacity: 0.3;
}

.pjd-container:hover .pjd-middle {
  opacity: 1;
}

.pjd-text {
  padding: 16px 32px;
}


.publication-container{
  display: grid;
  align-items: center; 
  grid-template-columns: 0.5fr 1fr;
  column-gap: 2px;
}

/* For Prabodhswamiji charnarvind End */

/* ================================================================
   IMPROVEMENTS — added to enhance portfolio UX & visual quality
   ================================================================ */

/* ── Reading Progress Bar ────────────────────────────────────── */
#reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #149ddd, #37b3ed);
  z-index: 99999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}

/* ── GitHub Activity Section ─────────────────────────────────── */
#github-activity {
  background: #f5f8fd;
  border-top: 1px solid #e8eef6;
  border-bottom: 1px solid #e8eef6;
}

#github-activity img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#github-activity img:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 20px rgba(20, 157, 221, 0.18);
}

/* ── Project Cards — hover elevation ────────────────────────── */
.testimonials .card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid #e8eef6;
  border-radius: 8px;
  overflow: hidden;
}

.testimonials .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.testimonials .card .card-body a.card-link {
  color: #149ddd;
  transition: color 0.2s ease;
}

.testimonials .card .card-body a.card-link:hover {
  color: #0d7ab5;
  font-weight: 600;
  font-size: 100%;
}

/* ── Profile Image — subtle glow on hover ───────────────────── */
#header .profile img {
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

#header .profile img:hover {
  box-shadow: 0 0 0 4px #149ddd55;
  transform: scale(1.04);
}

/* ── Nav menu — active item left-bar indicator ──────────────── */
.nav-menu .active > a {
  color: #fff;
  border-left: 3px solid #149ddd;
  padding-left: 12px;
}

/* ── Section titles — consistent spacing ───────────────────── */
.section-title h2 {
  letter-spacing: 0.5px;
}

/* ── Tech grid — tablet breakpoint (4 cols) ─────────────────── */
@media (min-width: 576px) and (max-width: 991px) {
  .list-customer-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ── Tech tool items — label always visible on mobile ───────── */
@media (max-width: 575px) {
  .list-customer-logos {
    grid-template-columns: repeat(3, 1fr);
  }
  .mynew .mymiddle {
    opacity: 1;
    position: static;
    transform: none;
    text-align: center;
  }
  .mynew .toolimg {
    margin: 0 auto;
    display: block;
  }
}

/* ── Certification icon-boxes — hover lift ──────────────────── */
.services .icon-box {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 8px;
  padding: 12px;
}

.services .icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  background: #f5f8fd;
}

/* ── Publication container — improved responsive layout ──────── */
.publication-container {
  display: grid;
  align-items: center;
  grid-template-columns: 160px 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.publication-container:hover {
  background: #f5f8fd;
}

@media (max-width: 600px) {
  .publication-container {
    grid-template-columns: 1fr;
  }
  .publication-container img {
    width: 100px !important;
  }
}

/* ── Coding profile containers — consistent height ───────────── */
.mycontainer {
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mycontainer:hover {
  background: #eef5fb;
  transform: translateY(-3px);
}

/* ── Back-to-top — pulse ring animation ─────────────────────── */
.back-to-top {
  box-shadow: 0 2px 12px rgba(30, 143, 255, 0.35);
}

.back-to-top:hover {
  box-shadow: 0 0 0 6px rgba(20, 157, 221, 0.2);
}

/* ── Smooth section entry fade (works with AOS fallback) ─────── */
section {
  opacity: 1;
}

/* ── Resume timeline dots — cleaner look ────────────────────── */
.resume .resume-item::before {
  background: #149ddd;
  border-color: #149ddd;
  width: 12px;
  height: 12px;
  left: -7px;
}

/* ── Accordion items — hover highlight ──────────────────────── */
.accordion-item {
  transition: background 0.2s ease;
}

.accordion-button:not(.collapsed) {
  color: #149ddd;
  background-color: #eef5fb;
  box-shadow: none;
}

/* ── Footer signature — centered properly on mobile ─────────── */
@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    text-align: center;
  }
}


/* ================================================================
   NEW RECRUITER FEATURES — Open to Work, Stats Bar, What I Bring
   ================================================================ */

/* ── Open to Opportunities Badge ────────────────────────────── */
.open-to-work-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.45);
  color: #4ade80;
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 5px 13px;
  border-radius: 50px;
  cursor: default;
  transition: background 0.3s ease;
}

.open-to-work-badge:hover {
  background: rgba(34, 197, 94, 0.2);
}

.otw-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70%  { box-shadow: 0 0 0 7px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}


/* ── Stats Counter Bar ───────────────────────────────────────── */
.stats-bar {
  background: var(--section-alt);
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
}

.stats-item {
  padding: 12px 20px;
  position: relative;
}

.stats-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.stats-number {
  font-family: 'Ruluko', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  display: inline-block;
}

.stats-suffix {
  font-family: 'Ruluko', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}

.stats-label {
  font-family: 'Ruluko', sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .stats-number { font-size: 36px; }
  .stats-suffix { font-size: 22px; }
  .stats-label  { font-size: 12px; }
  .stats-item:not(:last-child)::after { display: none; }
}


/* ── What I Bring Cards ──────────────────────────────────────── */
.what-i-bring {
  background: #f5f8fd;
}

.bring-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  border: 1px solid #e4edf9;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bring-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(20, 157, 221, 0.12);
  border-color: #149ddd;
}

.bring-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #149ddd22, #149ddd44);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.bring-card:hover .bring-icon {
  background: linear-gradient(135deg, #149ddd, #37b3ed);
  transform: scale(1.08);
}

.bring-icon i {
  font-size: 32px;
  color: #149ddd;
  transition: color 0.3s ease;
}

.bring-card:hover .bring-icon i {
  color: #fff;
}

.bring-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #173b6c;
  margin-bottom: 14px;
}

.bring-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   RESTRUCTURE STYLES — Work Tabs, Experience Accordion,
   Education Cards, Highlights, Extracurricular
   ═══════════════════════════════════════════════════════════════ */

/* ── Work Tabs ─────────────────────────────────────────────── */
.work-tabs {
  border-bottom: 2px solid #e0e9f5;
  gap: 4px;
}
.work-tabs .nav-link {
  color: #555;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  padding: 10px 22px;
  font-weight: 500;
  transition: all 0.25s ease;
}
.work-tabs .nav-link:hover {
  color: #149ddd;
  background: #f0f8ff;
  border-color: #d0e9f8;
}
.work-tabs .nav-link.active {
  color: #149ddd;
  background: #fff;
  border-color: #e0e9f5 #e0e9f5 #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
  font-weight: 700;
}

/* ── Experience Accordion ──────────────────────────────────── */
.exp-accordion {
  border: none;
}
.exp-acc-item {
  border: 1px solid #e4edf8;
  border-radius: 10px !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(20,157,221,0.06);
  transition: box-shadow 0.25s ease;
}
.exp-acc-item:hover {
  box-shadow: 0 4px 18px rgba(20,157,221,0.13);
}
.exp-acc-btn {
  background: #f7fbff !important;
  border: none !important;
  padding: 16px 20px !important;
  box-shadow: none !important;
}
.exp-acc-btn:not(.collapsed) {
  background: #e8f4fc !important;
  color: #149ddd !important;
  box-shadow: inset 0 -1px 0 rgba(20,157,221,0.15) !important;
}
.exp-acc-btn::after {
  color: #149ddd;
}
.exp-acc-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.exp-logo {
  width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
}
.exp-company {
  font-weight: 700;
  font-size: 18px;
  color: #173b6c;
}
.exp-roles-preview {
  font-size: 15px;
  color: #555;
}
.exp-dates {
  font-size: 14px;
  color: #888;
  margin-top: 2px;
}
.exp-acc-body {
  background: #fff;
  padding: 20px 28px;
}
.exp-role-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e4edf8;
}
.exp-role-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.exp-role-title {
  font-weight: 700;
  font-size: 17px;
  color: #149ddd;
  margin-bottom: 8px;
}
.exp-role-dates {
  font-weight: 400;
  font-size: 14px;
  color: #777;
}
.exp-bullets {
  margin-top: 6px;
  padding-left: 18px;
}
.exp-bullets li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* ── Education Cards ───────────────────────────────────────── */
.edu-card {
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 10px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(20,157,221,0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.edu-card:hover {
  box-shadow: 0 6px 22px rgba(20,157,221,0.14);
  transform: translateY(-4px);
}
.edu-logo {
  width: 110px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
}
.edu-sub {
  color: #555;
  margin-bottom: 4px;
}
.edu-date {
  color: #888;
  font-size: 15px;
  margin-bottom: 8px;
}

/* section-subtitle inside tab panes */
.section-subtitle {
  color: #173b6c;
  border-left: 4px solid #149ddd;
  padding-left: 12px;
}

/* ── Highlights Section ────────────────────────────────────── */
.highlight-card {
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(20,157,221,0.07);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.highlight-card:hover {
  box-shadow: 0 6px 24px rgba(20,157,221,0.14);
  transform: translateY(-4px);
}
.highlight-card-title {
  color: #149ddd;
  font-weight: 700;
  border-bottom: 1px solid #e4edf8;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.highlight-list {
  padding-left: 4px;
  list-style: none;
  margin: 0;
}
.highlight-list li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
}

/* Publications inside highlight card */
.pub-item {
  border-top: 1px solid #f0f5fa;
  padding-top: 12px;
}
.pub-item:first-child { border-top: none; padding-top: 0; }

/* Coding profiles list */
.coding-profile-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.coding-profile-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Ruluko', sans-serif;
  font-size: 17px;
  color: #333;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.coding-profile-link img {
  object-fit: contain;
  width: 44px;
}
.coding-profile-link:hover {
  background: #f0f8ff;
  color: #149ddd;
}

/* ── Extracurricular simple list ───────────────────────────── */
.ec-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ec-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #e4edf8;
  line-height: 1.7;
}
.ec-list li:last-child {
  border-bottom: none;
}

/* ── Responsive tweaks ─────────────────────────────────────── */
@media (max-width: 767px) {
  .exp-acc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .exp-logo {
    width: 60px;
  }
  .work-tabs .nav-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}

/* ── Bug-fix overrides (stronger specificity to beat Bootstrap) ── */
.exp-acc-item .accordion-button.exp-acc-btn {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
.exp-acc-item .accordion-button.exp-acc-btn .exp-acc-header {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
}
.exp-acc-item .accordion-button.exp-acc-btn .exp-logo {
  width: 75px !important;
  max-width: 75px !important;
  min-width: 55px !important;
  height: auto !important;
  flex-shrink: 0 !important;
  object-fit: contain !important;
}
/* Remove Bootstrap's default accordion-button flex that fights ours */
.exp-acc-btn::after {
  margin-left: auto !important;
  flex-shrink: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   FULL REDESIGN — Dark Mode + Timeline + Edu Cards + Skill Tags
   + Cert Grid + Dark Toggle Button
   ═══════════════════════════════════════════════════════════════ */

/* ── CSS Custom Properties ─────────────────────────────────── */
:root {
  --body-bg:        #f5f8fa;
  --main-bg:        #ffffff;
  --section-alt:    #f0f6fc;
  --card-bg:        #ffffff;
  --card-border:    #e4edf8;
  --card-shadow:    rgba(20,157,221,0.07);
  --text-primary:   #272829;
  --text-secondary: #4a5568;
  --text-muted:     #718096;
  --heading-color:  #173b6c;
  --accent:         #149ddd;
  --accent-light:   #e8f4fc;
  --tl-line:        #d0e4f5;
  --badge-bg:       #e8f4fc;
  --transition:     all 0.3s ease;
}

[data-theme="dark"] {
  --body-bg:        #0d1117;
  --main-bg:        #0d1117;
  --section-alt:    #161b22;
  --card-bg:        #161b22;
  --card-border:    #30363d;
  --card-shadow:    rgba(0,0,0,0.3);
  --text-primary:   #e6edf3;
  --text-secondary: #8b949e;
  --text-muted:     #6e7681;
  --heading-color:  #79c0ff;
  --accent:         #58a6ff;
  --accent-light:   #1c2d3f;
  --tl-line:        #30363d;
  --badge-bg:       #1c2d3f;
}

/* ── Apply variables globally ──────────────────────────────── */
[data-theme="dark"] body {
  background: var(--body-bg);
  color: var(--text-primary);
}
[data-theme="dark"] #main {
  background: var(--main-bg);
}
[data-theme="dark"] section {
  background: var(--main-bg) !important;
}
[data-theme="dark"] .section-bg,
[data-theme="dark"] .facts,
[data-theme="dark"] .testimonials,
[data-theme="dark"] .services,
[data-theme="dark"] .resume {
  background: var(--section-alt) !important;
}
[data-theme="dark"] .section-title h2 {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .section-title::after {
  background: var(--accent) !important;
}
[data-theme="dark"] h1, [data-theme="dark"] h2,
[data-theme="dark"] h3, [data-theme="dark"] h4,
[data-theme="dark"] h5, [data-theme="dark"] h6 {
  color: var(--text-primary);
}
[data-theme="dark"] p,
[data-theme="dark"] li,
[data-theme="dark"] .card-text,
[data-theme="dark"] .card-title {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .card {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
}
[data-theme="dark"] .list-group-item {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
  color: var(--text-secondary) !important;
}
[data-theme="dark"] a {
  color: var(--accent);
}
[data-theme="dark"] .bring-card {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
}
[data-theme="dark"] .bring-card h4,
[data-theme="dark"] .bring-card p {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .stats-bar {
  background: linear-gradient(135deg, #0d1117 0%, #161b22 100%) !important;
}
[data-theme="dark"] .highlight-card,
[data-theme="dark"] .highlight-card-title {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
  color: var(--text-primary) !important;
}
[data-theme="dark"] .highlight-list li {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .ec-list li {
  color: var(--text-primary) !important;
  border-color: var(--card-border) !important;
}
[data-theme="dark"] .info {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .info h4,
[data-theme="dark"] .info p {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .reading-progress-bar {
  background: var(--accent) !important;
}

/* ── Dark Mode Toggle Button ───────────────────────────────── */
.dark-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 7px 16px;
  color: #cdd3d8;
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: auto;
}
.dark-toggle-btn:hover {
  background: rgba(20,157,221,0.2);
  border-color: #149ddd;
  color: #fff;
}
.toggle-icon {
  font-size: 15px;
  line-height: 1;
}
.toggle-label {
  font-size: 13px;
}

/* ── Section heading with icon ─────────────────────────────── */
.ws-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--tl-line);
}
.ws-heading h2 {
  font-size: 26px !important;
  color: var(--heading-color) !important;
  margin: 0;
  font-weight: 700;
}
.ws-heading-icon {
  font-size: 26px;
  color: var(--accent);
}
[data-theme="dark"] .ws-heading {
  border-color: var(--card-border);
}
[data-theme="dark"] .ws-heading h2 {
  color: var(--text-primary) !important;
}

/* ── Experience Timeline ───────────────────────────────────── */
.exp-timeline {
  position: relative;
}
.exp-timeline-item {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
}
.exp-timeline-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
}
.exp-tl-logo-wrap {
  width: 68px;
  height: 68px;
  background: var(--card-bg);
  border: 2px solid var(--card-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px var(--card-shadow);
  flex-shrink: 0;
  padding: 6px;
}
.exp-tl-line {
  width: 2px;
  flex: 1;
  background: var(--tl-line);
  margin: 8px 0;
  min-height: 20px;
}
.exp-timeline-body {
  flex: 1;
  padding-left: 20px;
  padding-bottom: 8px;
}
.exp-tl-company {
  font-family: 'Ruluko', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 4px;
}
.exp-tl-location {
  font-family: 'Ruluko', sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.exp-role-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 12px;
  box-shadow: 0 1px 6px var(--card-shadow);
  transition: var(--transition);
}
.exp-role-card:hover {
  box-shadow: 0 4px 18px var(--card-shadow);
  border-color: var(--accent);
  transform: translateX(4px);
}
.exp-role-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.exp-role-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--accent);
}
.exp-role-badge {
  background: #d1fae5;
  color: #065f46;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
[data-theme="dark"] .exp-role-badge {
  background: #064e3b;
  color: #6ee7b7;
}
.exp-role-date {
  font-size: 13px;
  color: var(--text-muted);
  margin-left: auto;
  font-family: 'Ruluko', sans-serif;
}
.exp-cert-link {
  font-size: 12px;
  color: var(--accent) !important;
  text-decoration: none;
  border: 1px solid var(--accent);
  padding: 1px 7px;
  border-radius: 10px;
  transition: var(--transition);
}
.exp-cert-link:hover {
  background: var(--accent);
  color: #fff !important;
}
.exp-role-ul {
  font-family: 'Ruluko', sans-serif;
  font-size: 15px;
  color: var(--text-secondary);
  padding-left: 18px;
  margin: 0;
}
.exp-role-ul li {
  margin-bottom: 6px;
  line-height: 1.65;
  color: var(--text-secondary) !important;
}
.exp-role-ul li b {
  color: var(--text-primary);
}
[data-theme="dark"] .exp-tl-company {
  color: var(--text-primary);
}
[data-theme="dark"] .exp-role-card {
  background: var(--card-bg);
  border-color: var(--card-border);
}
[data-theme="dark"] .exp-tl-logo-wrap {
  background: var(--card-bg);
  border-color: var(--card-border);
}

/* ── Education Cards ───────────────────────────────────────── */
.edu-card-new {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px var(--card-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.edu-card-new:hover {
  box-shadow: 0 8px 28px var(--card-shadow);
  transform: translateY(-5px);
  border-color: var(--accent);
}
.edu-card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--card-border);
  background: var(--accent-light);
}
.edu-card-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
  flex-shrink: 0;
  border: 1px solid var(--card-border);
}
.edu-card-degree {
  font-weight: 700;
  font-size: 15px;
  color: var(--heading-color);
  line-height: 1.3;
}
.edu-card-uni {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 3px;
}
.edu-card-meta {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 3px;
}
.edu-card-body {
  padding: 14px 18px;
  flex: 1;
}
.edu-card-score {
  display: flex;
  align-items: center;
  gap: 8px;
}
.edu-score-label {
  font-family: 'Ruluko', sans-serif;
  font-size: 12px;
  background: var(--accent);
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 600;
  flex-shrink: 0;
}
.edu-score-val {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--accent);
}
.edu-card-courses {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 8px;
  line-height: 1.6;
}
.edu-card-link {
  display: block;
  text-align: center;
  padding: 10px;
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  color: var(--accent);
  background: var(--accent-light);
  border-top: 1px solid var(--card-border);
  text-decoration: none;
  transition: var(--transition);
}
.edu-card-link:hover {
  background: var(--accent);
  color: #fff;
}
[data-theme="dark"] .edu-card-new {
  background: var(--card-bg);
  border-color: var(--card-border);
}
[data-theme="dark"] .edu-card-top {
  background: var(--accent-light);
  border-color: var(--card-border);
}
[data-theme="dark"] .edu-card-degree {
  color: var(--text-primary);
}
[data-theme="dark"] .edu-card-uni,
[data-theme="dark"] .edu-card-meta,
[data-theme="dark"] .edu-card-courses {
  color: var(--text-muted);
}
[data-theme="dark"] .edu-card-link {
  background: var(--accent-light);
  border-color: var(--card-border);
}
[data-theme="dark"] .edu-card-logo {
  background: var(--card-bg);
  border-color: var(--card-border);
}

/* ── Skill Tags ────────────────────────────────────────────── */
.skill-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skill-category-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 16px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  transition: var(--transition);
}
.skill-category-row:hover {
  border-color: var(--accent);
  box-shadow: 0 2px 12px var(--card-shadow);
}
.skill-cat-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-secondary);
  white-space: nowrap;
  min-width: 170px;
  padding-top: 3px;
}
.skill-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.stag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  cursor: default;
}
.stag:hover { transform: translateY(-2px); box-shadow: 0 3px 10px rgba(0,0,0,0.15); }
/* primary — teal/brand */
.stag-primary { background: #dbeafe; color: #1e40af; }
[data-theme="dark"] .stag-primary { background: #1e3a5f; color: #93c5fd; }
/* blue — languages */
.stag-blue { background: #e0f2fe; color: #0369a1; }
[data-theme="dark"] .stag-blue { background: #0c2a3d; color: #7dd3fc; }
/* purple — ML/AI */
.stag-purple { background: #ede9fe; color: #6d28d9; }
[data-theme="dark"] .stag-purple { background: #2d1b4e; color: #c4b5fd; }
/* green — frameworks */
.stag-green { background: #d1fae5; color: #065f46; }
[data-theme="dark"] .stag-green { background: #064e3b; color: #6ee7b7; }
/* orange — devops */
.stag-orange { background: #fed7aa; color: #92400e; }
[data-theme="dark"] .stag-orange { background: #431407; color: #fdba74; }

[data-theme="dark"] .skill-category-row {
  background: var(--card-bg);
  border-color: var(--card-border);
}
[data-theme="dark"] .skill-cat-label {
  color: var(--text-secondary);
}

/* ── Certification Grid ────────────────────────────────────── */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px;
}
.cert-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  text-decoration: none !important;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 6px var(--card-shadow);
}
.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px var(--card-shadow);
  border-color: var(--accent);
}
.cert-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cert-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary) !important;
  line-height: 1.4;
}
.cert-issuer {
  font-size: 12px;
  color: var(--text-muted) !important;
}
[data-theme="dark"] .cert-card {
  background: var(--card-bg);
  border-color: var(--card-border);
}

/* ── Responsive overrides ──────────────────────────────────── */
@media (max-width: 767px) {
  .exp-timeline-item {
    flex-direction: column;
  }
  .exp-timeline-logo-col {
    flex-direction: row;
    width: 100%;
    gap: 12px;
    margin-bottom: 12px;
  }
  .exp-tl-logo-wrap {
    width: 52px;
    height: 52px;
  }
  .exp-tl-line {
    display: none;
  }
  .exp-timeline-body {
    padding-left: 0;
  }
  .skill-category-row {
    flex-direction: column;
    gap: 10px;
  }
  .skill-cat-label {
    min-width: unset;
    white-space: normal;
  }
  .cert-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .exp-role-date {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ═══════════════════════════════════════════════════════════════
   CLEANUP PASS — Sidebar toggle, Achievements grid, Publication cards
   + Dark mode: About / Hero / Contact
   ═══════════════════════════════════════════════════════════════ */

/* ── Dark Mode Sidebar Toggle Button ──────────────────────── */
.dm-sidebar-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  cursor: pointer;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.2s ease, border-color 0.2s ease;
  line-height: 1;
}
.dm-sidebar-toggle:hover {
  background: rgba(255,255,255,0.32);
  border-color: rgba(255,255,255,0.6);
}
.dm-sidebar-toggle .dm-icon {
  display: block;
  line-height: 1;
}
[data-theme="dark"] .dm-sidebar-toggle {
  background: rgba(88,166,255,0.18);
  border-color: rgba(88,166,255,0.4);
}

/* ── Dark mode: About / Hero section ─────────────────────── */
[data-theme="dark"] #home,
[data-theme="dark"] #hero,
[data-theme="dark"] .about {
  background: var(--main-bg) !important;
}
/* Override the inline color:black on name + typewriter */
[data-theme="dark"] #hero .hero-container p,
[data-theme="dark"] #hero2 p,
[data-theme="dark"] #typedtext {
  color: var(--text-primary) !important;
}
/* stats-bar dark: see above */
  border-color: #1a2942 !important;
}
[data-theme="dark"] #reading-progress-bar {
  background: var(--accent) !important;
}

/* ── Dark mode: Contact section ───────────────────────────── */
[data-theme="dark"] .contact {
  background: var(--main-bg) !important;
}
[data-theme="dark"] .contact .info {
  background: var(--card-bg) !important;
  color: var(--text-primary) !important;
}
[data-theme="dark"] .contact .info h4 {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .contact .info p,
[data-theme="dark"] .contact .info a p {
  color: var(--text-secondary) !important;
}
[data-theme="dark"] .contact .info i {
  color: var(--accent) !important;
}
[data-theme="dark"] .contact h5 {
  color: var(--text-primary) !important;
}

/* ── Dark mode: Projects carousel cards ───────────────────── */
[data-theme="dark"] .owl-carousel .card {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
}
[data-theme="dark"] .owl-carousel .card-body,
[data-theme="dark"] .owl-carousel .card-text {
  background: var(--card-bg) !important;
  color: var(--text-primary) !important;
}
[data-theme="dark"] .owl-carousel .card-title,
[data-theme="dark"] .owl-carousel .card-link {
  color: var(--accent) !important;
}
[data-theme="dark"] .owl-carousel .list-group-item {
  background: var(--card-bg) !important;
  color: var(--text-muted) !important;
  border-color: var(--card-border) !important;
}

/* ── Dark mode: GitHub Activity section ───────────────────── */
[data-theme="dark"] #github-activity {
  background: var(--section-alt) !important;
}
[data-theme="dark"] #github-activity p {
  color: var(--text-muted) !important;
}

/* ─────────────────────────────────────────────────────────────
   NEW HERO SECTION STYLES
   ───────────────────────────────────────────────────────────── */
.hero-content {
  text-align: center;
  padding: 40px 20px 30px;
  max-width: 800px;
  margin: 0 auto;
}

.hero-name {
  font-family: 'Playfair Display SC', serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: normal !important;
  color: var(--text-primary) !important; /* override #hero p {color:#fff} */
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.hero-role {
  font-family: 'Ruluko', sans-serif;
  font-size: 17px;
  color: var(--accent) !important;
  letter-spacing: 0.8px;
  margin: 0 0 14px;
}

.hero-location {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 18px;
}

.hero-loc-chip {
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  background: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
[data-theme="dark"] .hero-loc-chip {
  background: rgba(88,166,255,0.15);
  border-color: rgba(88,166,255,0.4);
  color: #93c5fd;
  font-weight: 500;
}

.hero-bio {
  font-family: 'Ruluko', sans-serif;
  font-size: 17px;
  color: var(--text-secondary) !important; /* override #hero p {color:#fff} */
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto 24px;
  text-align: center;
}
.hero-bio strong {
  color: var(--text-primary) !important;
  font-weight: 700;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.btn-hero-primary,
.btn-hero-secondary,
.btn-hero-ghost {
  font-family: 'Ruluko', sans-serif;
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-hero-primary {
  background: var(--accent);
  color: #fff !important;
}
.btn-hero-primary:hover {
  background: #0e89c5;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20,157,221,0.4);
}

.btn-hero-secondary {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent) !important;
}
.btn-hero-secondary:hover {
  background: var(--accent);
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-hero-ghost {
  background: var(--card-bg);
  border-color: var(--card-border);
  color: var(--text-secondary) !important;
}
.btn-hero-ghost:hover {
  border-color: var(--accent);
  color: var(--accent) !important;
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────────────────────────
   ACHIEVEMENTS GRID
   ───────────────────────────────────────────────────────────── */
.hl-section {
  background: var(--body-bg);
}

.hl-sub-label {
  font-family: 'Ruluko', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--card-border);
}
.hl-sub-label i {
  color: var(--accent);
  font-size: 22px;
}
.hl-scholar-link {
  font-size: 13px !important;
  color: var(--accent) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hl-scholar-link:hover { text-decoration: underline; }

.ach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}

.ach-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-top-width: 4px;
}
.ach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.ach-card-gold   { border-top-color: #f59e0b; }
.ach-card-blue   { border-top-color: #3b82f6; }
.ach-card-green  { border-top-color: #10b981; }
.ach-card-orange { border-top-color: #f97316; }
.ach-card-purple { border-top-color: #8b5cf6; }

.ach-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  margin: 16px 16px 0;
}
.ach-card-gold   .ach-card-icon { background: #fef3c7; color: #92400e; }
.ach-card-blue   .ach-card-icon { background: #dbeafe; color: #1e40af; }
.ach-card-green  .ach-card-icon { background: #d1fae5; color: #065f46; }
.ach-card-orange .ach-card-icon { background: #ffedd5; color: #9a3412; }
.ach-card-purple .ach-card-icon { background: #ede9fe; color: #6d28d9; }

[data-theme="dark"] .ach-card-gold   .ach-card-icon { background: #451a03; color: #fcd34d; }
[data-theme="dark"] .ach-card-blue   .ach-card-icon { background: #1e3a5f; color: #93c5fd; }
[data-theme="dark"] .ach-card-green  .ach-card-icon { background: #064e3b; color: #6ee7b7; }
[data-theme="dark"] .ach-card-orange .ach-card-icon { background: #431407; color: #fdba74; }
[data-theme="dark"] .ach-card-purple .ach-card-icon { background: #2d1b4e; color: #c4b5fd; }

.ach-card-body {
  padding: 12px 16px 18px;
}
.ach-card-title {
  font-family: 'Ruluko', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--text-primary);
  margin-bottom: 4px;
  line-height: 1.4;
}
.ach-card-org {
  font-family: 'Ruluko', sans-serif;
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.ach-card-desc {
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────────
   PUBLICATION GRID
   ───────────────────────────────────────────────────────────── */
.pub-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pub-paper {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: box-shadow 0.2s ease;
}
.pub-paper:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.pub-paper-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 80px;
}
.pub-venue-logo {
  height: 44px;
  width: 72px;
  object-fit: contain;
}
.pub-venue-pill {
  font-family: 'Ruluko', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  background: var(--accent-light);
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: center;
}
.pub-venue-ieee {
  background: #e3eeff;
  color: #1a3c8a;
}
[data-theme="dark"] .pub-venue-ieee {
  background: #1e2f50;
  color: #93b5ff;
}

.pub-paper-right {
  flex: 1;
}
.pub-paper-title {
  font-family: 'Ruluko', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 10px;
}
.pub-paper-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.pub-tag {
  font-family: 'Ruluko', sans-serif;
  font-size: 11px;
  background: var(--section-alt);
  color: var(--text-muted);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 2px 10px;
}
.pub-doi-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Ruluko', sans-serif;
  font-size: 13px;
  color: var(--accent) !important;
  border: 1px solid var(--accent);
  border-radius: 20px;
  padding: 4px 14px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.pub-doi-btn:hover {
  background: var(--accent);
  color: #fff !important;
}

/* Dark mode: highlights section */
[data-theme="dark"] .hl-section {
  background: var(--section-alt) !important;
}
[data-theme="dark"] .ach-card {
  background: var(--card-bg);
  border-color: var(--card-border);
}
[data-theme="dark"] .pub-paper {
  background: var(--card-bg);
  border-color: var(--card-border);
}

/* ── Desktop / Laptop hero font boost ───────────────────────── */
@media (min-width: 992px) {
  .hero-name { font-size: clamp(64px, 6.5vw, 90px); }
  .hero-role { font-size: 23px; }
  .hero-bio  { font-size: 22px; max-width: 700px; line-height: 1.8; }
  .hero-loc-chip { font-size: 15px; padding: 7px 20px; }
  .hero-content { padding: 50px 24px 40px; }
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 767px) {
  .ach-grid { grid-template-columns: 1fr 1fr; }
  .pub-paper { flex-direction: column; gap: 12px; }
  .pub-paper-left { flex-direction: row; width: auto; align-items: center; }
  /* Research label: keep text on one line, wrap scholar link below */
  .hl-sub-label { flex-wrap: wrap; }
  .hl-scholar-link { flex-basis: 100%; margin-left: 26px !important; margin-top: 4px; }
}
@media (max-width: 575px) {
  .ach-grid { grid-template-columns: 1fr; }
  .hero-name { font-size: 36px !important; }
  .hero-role { font-size: 15px !important; }
  .hero-bio { font-size: 16px !important; }
  .hero-loc-chip { font-size: 12px; padding: 4px 12px; }
  .hero-content { padding: 28px 16px 24px; }
}

/* ── Dark Mode FAB — sits below back-to-top ─────────────────── */
/* back-to-top: bottom:65px → FAB sits at bottom:15px (10px gap below) */
.dm-fab {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: dodgerblue;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 3px 12px rgba(30,144,255,0.45);
  transition: background 0.2s ease, transform 0.2s ease;
}
.dm-fab:hover {
  background: #2eafec;
  transform: scale(1.1);
}
[data-theme="dark"] .dm-fab {
  background: #22272e;
  box-shadow: 0 3px 12px rgba(0,0,0,0.5);
}
[data-theme="dark"] .dm-fab:hover {
  background: #2d333b;
}

