/*
  Theme Name: DevFolio
  Theme URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*======================================
//--//-->   STYLES GENERALES
======================================*/

/* Modern Design System Tokens */
:root {
  --primary: #48abec;
  --primary-glow: rgba(72, 171, 236, 0.4);
  --bg-dark: #0f172a;
  --bg-darker: #020617;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --surface: rgba(30, 41, 59, 0.5);
  --border: rgba(255, 255, 255, 0.1);
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Inter', sans-serif;
  --font-title: 'Outfit', sans-serif;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  background-color: var(--bg-darker);
  color: var(--text-main);
  font-family: var(--font-main);
  line-height: 1.6;
}

* {
  max-width: 100vw;
  box-sizing: border-box;
}

section {
  padding: 8rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  color: #fff;
  font-weight: 700;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: #fff;
  text-shadow: 0 0 8px var(--primary-glow);
}

/* Glassmorphism Utilities */
/* Full-Width Trending Layout Components */
.glass {
  background: transparent;
  backdrop-filter: none;
  border: none;
  box-shadow: none;
}

.box-shadow-full {
  background: transparent !important;
  backdrop-filter: none;
  border: none !important;
  box-shadow: none !important;
  padding: 2rem 0;
}

.about-info-top {
  border-bottom: 1px solid var(--border);
  padding-bottom: 2rem;
}

.about-info-top p {
  font-size: 1.25rem;
  color: var(--text-muted);
}

.about-info-top .title-s {
  color: #fff;
  font-weight: 700;
  font-family: var(--font-title);
}

.progress {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  height: 8px;
  overflow: visible;
}

.progress-bar {
  background-color: var(--primary);
  box-shadow: 0 0 15px var(--primary-glow);
  border-radius: 10px;
  position: relative;
  top: -4px;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: var(--text-muted);
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: var(--primary);
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #48abec;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #48abec;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #48abec;
  color: #fff;
  box-shadow: 0 0 0 3px #d7ebf8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #48abec;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #48abec;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #d7ebf8;
  border: 0px solid #d7ebf8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d7ebf8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #48abec;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #48abec;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #48abec;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: var(--transition);
  background-color: transparent;
  padding-top: 2rem;
  padding-bottom: 2rem;
  backdrop-filter: blur(0);
}

.navbar-b.navbar-reduce {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  /* padding-top: 0.8rem;
  padding-bottom: 0.8rem; */
}

.navbar-b .navbar-brand {
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.navbar-b .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  transition: var(--transition);
}

.navbar-b .nav-link:hover,
.navbar-b .nav-link.active {
  color: var(--primary);
}

.navbar-b .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
  transform: translateX(-50%);
}

.navbar-b .nav-link:hover:before,
.navbar-b .nav-link.active:before {
  width: 20px;
}

/*======================================
//--//-->   INTRO
======================================*/

/*--/ Mobile Hamburger Menu /--*/
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  outline: none !important;
  z-index: 1000;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: all 0.35s ease-in-out;
  border-radius: 2px;
  transform: none;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: var(--primary);
}

@media (max-width: 767px) {
  .navbar-b .navbar-brand {
    font-size: 1.2rem;
  }

  .navbar-collapse {
    background: var(--bg-darker);
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 10px;
    border: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-width: calc(100vw - 30px);
  }
}

.intro {
  height: 100vh;
  position: relative;
  background-attachment: fixed !important;
}

.intro .overlay-itro {
  background: radial-gradient(circle at center, rgba(2, 6, 23, 0.4) 0%, var(--bg-darker) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.75;
}

.intro .intro-title {
  color: #fff;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 4.5rem;
  text-transform: none;
  background: linear-gradient(to right, #fff, var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.intro .intro-subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  z-index: 1;
  position: relative;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #48abec;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #d7ebf8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #d7ebf8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #fff;
}

.about-mf .about-info p {
  margin-bottom: 0.8rem;
  color: var(--text-muted);
}

.about-mf .about-info .title-s {
  color: #fff;
  font-weight: 600;
  min-width: 90px;
  display: inline-block;
}

.skill-mf .progress {
  background-color: #d7ebf8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #48abec;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background: var(--surface);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  padding: 3rem 2rem;
  border-radius: 24px;
  margin-bottom: 3rem;
  transition: var(--transition);
  text-align: center;
}

.service-box:hover {
  transform: translateY(-10px);
  background: rgba(48, 62, 86, 0.6);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.service-box .ico-circle {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 0 25px var(--primary-glow);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.service-box .s-title {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.service-box .s-description {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/*======================================
//--//-->   COUNTER
======================================*/

.section-counter {
  padding: 6rem 0;
  background-attachment: fixed !important;
}

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: transparent;
  border: 2px solid var(--primary);
  box-shadow: 0 0 15px var(--primary-glow);
}

.counter-num .counter {
  font-family: var(--font-title);
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0;
}

.counter-num .counter-text {
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
}

.work-box:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.work-img {
  overflow: hidden;
  height: 250px;
}

.work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-box:hover .work-img img {
  transform: scale(1.1);
}

.work-content {
  padding: 2rem;
}

.work-content .w-title {
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.work-content .w-more {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.work-content .w-ctegory {
  color: var(--primary);
  font-weight: 600;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials {
  padding: 8rem 0;
  background-attachment: fixed !important;
}

.testimonial-box {
  text-align: center;
  color: #fff;
}

.testimonial-box .author-test {
  margin-bottom: 2rem;
}

.testimonial-box .author-test img {
  width: 100px;
  height: 100px;
  border: 3px solid var(--primary);
  box-shadow: 0 0 20px var(--primary-glow);
  margin: 0 auto;
}

.testimonial-box .author {
  display: block;
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

.testimonial-box .description {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--text-main);
  max-width: 800px;
  margin: 0 auto;
}

.work-content .w-more .w-ctegory {
  color: #48abec;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #48abec;
  float: right;
}

.work-content .w-like a {
  color: #48abec;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #48abec;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #48abec;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #48abec;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #48abec;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #48abec;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #48abec;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #48abec;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #48abec;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #48abec;
  border-color: #48abec;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #48abec;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
  padding: 4rem 0;
}

.modernized-input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px 15px !important;
  transition: all 0.3s ease;
}

.modernized-input:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 10px rgba(72, 171, 236, 0.1) !important;
  outline: none;
}

.modernized-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-mf .list-ico li {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
}

.contact-mf .list-ico span {
  color: var(--primary);
  margin-right: 15px;
  font-size: 1.4rem;
}

.socials .ico-circle {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 1.2rem;
  border-radius: 50%;
  border: 1px solid var(--primary);
  margin: 0 10px 0 0;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.socials .ico-circle:hover {
  background-color: var(--primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(72, 171, 236, 0.3);
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #48abec;
  border: 1px solid #48abec;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #1c81c4;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #48abec;
  color: #fff;
  border-color: #d7ebf8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* Professional Summary Highlights */
.summary-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.highlight-item {
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
  border-radius: 0.8rem;
  border-left: 3px solid var(--primary);
  transition: var(--transition);
}

.highlight-item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-5px);
}

.highlight-item i {
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.highlight-item span {
  font-weight: 700;
  display: block;
  font-size: 1.1rem;
  color: #fff;
}

.highlight-item p {
  font-size: 0.85rem;
  margin-bottom: 0;
  color: var(--text-muted);
}

/* Categorized Skills */
.skill-category {
  margin-bottom: 2rem;
}

.skill-category h5 {
  font-family: var(--font-title);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
}

.skill-category h5 i {
  color: var(--primary);
}

.skill-item {
  margin-bottom: 0.8rem;
}

.skill-item-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.skill-item-info span {
  font-weight: 500;
  font-size: 0.85rem;
}

.skill-item .progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.skill-item .progress-bar {
  background: linear-gradient(to right, var(--primary), #60a5fa);
  border-radius: 10px;
}

.experience-item {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Experience Achievement Bullets */
.experience-item ul {
  padding-left: 1.2rem;
  margin-top: 1rem;
}

.experience-item ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  line-height: 1.4;
  font-size: 0.95rem;
}

.experience-item ul li::before {
  content: '→';
  position: absolute;
  left: -1.2rem;
  color: var(--primary);
  font-weight: bold;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }

  .intro {
    background: url('../img/intro-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .navbar-b .nav-link:before {
    height: 0;
  }

  .navbar-b.navbar-reduce {}

  .intro {
    background: url('../img/intro-bg.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: top;
    /* top: -40px; */
  }

}

/* Final Visibility Tweaks */
.intro-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.intro-contact span {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9) !important;
}

.intro-contact i {
  color: var(--primary);
  font-size: 1.2rem;
}

/* .bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
} */

.overlay-mf {
  background-color: var(--bg-darker);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}