/*
  Theme Name: DevFolio
  Theme URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
  background-color: #f0f4f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 0rem 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: #1e1e1e;
  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: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  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: #0078ff;
  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 #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  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: #0078ff;
  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 #0078ff;
  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: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.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: #0078ff;
  opacity: 0.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: #0078ff;
  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;
}
.icons8-android-os {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNIDE2LjI4MTI1IDAuMDMxMjUgQyAxNi4xNTIzNDQgMC4wNTQ2ODc1IDE2LjAxOTUzMSAwLjA3ODEyNSAxNS45MDYyNSAwLjE1NjI1IEMgMTUuNDQ5MjE5IDAuNDY0ODQ0IDE1LjM0NzY1NiAxLjEwNTQ2OSAxNS42NTYyNSAxLjU2MjUgTCAxNy44MTI1IDQuNzgxMjUgQyAxNC40ODA0NjkgNi41NDY4NzUgMTEuOTk2MDk0IDkuNDgwNDY5IDExLjE4NzUgMTMgTCAzOC44MTI1IDEzIEMgMzguMDAzOTA2IDkuNDgwNDY5IDM1LjUxOTUzMSA2LjU0Njg3NSAzMi4xODc1IDQuNzgxMjUgTCAzNC4zNDM3NSAxLjU2MjUgQyAzNC42NTIzNDQgMS4xMDU0NjkgMzQuNTUwNzgxIDAuNDY0ODQ0IDM0LjA5Mzc1IDAuMTU2MjUgQyAzMy42MzI4MTMgLTAuMTUyMzQ0IDMyLjk5NjA5NCAtMC4wMTk1MzEzIDMyLjY4NzUgMC40Mzc1IEwgMzAuMzEyNSAzLjkzNzUgQyAyOC42NjQwNjMgMy4zMzU5MzggMjYuODc1IDMgMjUgMyBDIDIzLjEyNSAzIDIxLjMzNTkzOCAzLjMzNTkzOCAxOS42ODc1IDMuOTM3NSBMIDE3LjMxMjUgMC40Mzc1IEMgMTcuMDgyMDMxIDAuMDkzNzUgMTYuNjY0MDYzIC0wLjA0Mjk2ODggMTYuMjgxMjUgMC4wMzEyNSBaIE0gMTkuNSA4IEMgMjAuMzI4MTI1IDggMjEgOC42NzE4NzUgMjEgOS41IEMgMjEgMTAuMzMyMDMxIDIwLjMyODEyNSAxMSAxOS41IDExIEMgMTguNjY3OTY5IDExIDE4IDEwLjMzMjAzMSAxOCA5LjUgQyAxOCA4LjY3MTg3NSAxOC42Njc5NjkgOCAxOS41IDggWiBNIDMwLjUgOCBDIDMxLjMzMjAzMSA4IDMyIDguNjcxODc1IDMyIDkuNSBDIDMyIDEwLjMzMjAzMSAzMS4zMzIwMzEgMTEgMzAuNSAxMSBDIDI5LjY3MTg3NSAxMSAyOSAxMC4zMzIwMzEgMjkgOS41IEMgMjkgOC42NzE4NzUgMjkuNjcxODc1IDggMzAuNSA4IFogTSA4IDE1IEMgNi4zNDM3NSAxNSA1IDE2LjM0Mzc1IDUgMTggTCA1IDMyIEMgNSAzMy42NTYyNSA2LjM0Mzc1IDM1IDggMzUgQyA4LjM1MTU2MyAzNSA4LjY4NzUgMzQuOTI1NzgxIDkgMzQuODEyNSBMIDkgMTUuMTg3NSBDIDguNjg3NSAxNS4wNzQyMTkgOC4zNTE1NjMgMTUgOCAxNSBaIE0gMTEgMTUgTCAxMSAzNyBDIDExIDM4LjY1MjM0NCAxMi4zNDc2NTYgNDAgMTQgNDAgTCAzNiA0MCBDIDM3LjY1MjM0NCA0MCAzOSAzOC42NTIzNDQgMzkgMzcgTCAzOSAxNSBaIE0gNDIgMTUgQyA0MS42NDg0MzggMTUgNDEuMzEyNSAxNS4wNzQyMTkgNDEgMTUuMTg3NSBMIDQxIDM0LjgxMjUgQyA0MS4zMTI1IDM0LjkyMTg3NSA0MS42NDg0MzggMzUgNDIgMzUgQyA0My42NTYyNSAzNSA0NSAzMy42NTYyNSA0NSAzMiBMIDQ1IDE4IEMgNDUgMTYuMzQzNzUgNDMuNjU2MjUgMTUgNDIgMTUgWiBNIDE1IDQyIEwgMTUgNDYgQyAxNSA0OC4yMDcwMzEgMTYuNzkyOTY5IDUwIDE5IDUwIEMgMjEuMjA3MDMxIDUwIDIzIDQ4LjIwNzAzMSAyMyA0NiBMIDIzIDQyIFogTSAyNyA0MiBMIDI3IDQ2IEMgMjcgNDguMjA3MDMxIDI4Ljc5Mjk2OSA1MCAzMSA1MCBDIDMzLjIwNzAzMSA1MCAzNSA0OC4yMDcwMzEgMzUgNDYgTCAzNSA0MiBaIj48L3BhdGg+PC9zdmc+")
    50% 50% no-repeat;
  background-size: 100%;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
.icons8-apple-logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNIDQ0LjUyNzM0NCAzNC43NSBDIDQzLjQ0OTIxOSAzNy4xNDQ1MzEgNDIuOTI5Njg4IDM4LjIxNDg0NCA0MS41NDI5NjkgNDAuMzI4MTI1IEMgMzkuNjAxNTYzIDQzLjI4MTI1IDM2Ljg2MzI4MSA0Ni45Njg3NSAzMy40ODA0NjkgNDYuOTkyMTg4IEMgMzAuNDY4NzUgNDcuMDE5NTMxIDI5LjY5MTQwNiA0NS4wMjczNDQgMjUuNjAxNTYzIDQ1LjA2MjUgQyAyMS41MTU2MjUgNDUuMDgyMDMxIDIwLjY2NDA2MyA0Ny4wMzEyNSAxNy42NDg0MzggNDcgQyAxNC4yNjE3MTkgNDYuOTY4NzUgMTEuNjcxODc1IDQzLjY0ODQzOCA5LjczMDQ2OSA0MC42OTkyMTkgQyA0LjMwMDc4MSAzMi40Mjk2ODggMy43MjY1NjMgMjIuNzM0Mzc1IDcuMDgyMDMxIDE3LjU3ODEyNSBDIDkuNDU3MDMxIDEzLjkyMTg3NSAxMy4yMTA5MzggMTEuNzczNDM4IDE2LjczODI4MSAxMS43NzM0MzggQyAyMC4zMzIwMzEgMTEuNzczNDM4IDIyLjU4OTg0NCAxMy43NDYwOTQgMjUuNTU4NTk0IDEzLjc0NjA5NCBDIDI4LjQ0MTQwNiAxMy43NDYwOTQgMzAuMTk1MzEzIDExLjc2OTUzMSAzNC4zNTE1NjMgMTEuNzY5NTMxIEMgMzcuNDkyMTg4IDExLjc2OTUzMSA0MC44MTI1IDEzLjQ4MDQ2OSA0My4xODc1IDE2LjQzMzU5NCBDIDM1LjQyMTg3NSAyMC42OTE0MDYgMzYuNjgzNTk0IDMxLjc4MTI1IDQ0LjUyNzM0NCAzNC43NSBaIE0gMzEuMTk1MzEzIDguNDY4NzUgQyAzMi43MDcwMzEgNi41MjczNDQgMzMuODU1NDY5IDMuNzg5MDYzIDMzLjQzNzUgMSBDIDMwLjk3MjY1NiAxLjE2Nzk2OSAyOC4wODk4NDQgMi43NDIxODggMjYuNDA2MjUgNC43ODEyNSBDIDI0Ljg3ODkwNiA2LjY0MDYyNSAyMy42MTMyODEgOS4zOTg0MzggMjQuMTA1NDY5IDEyLjA2NjQwNiBDIDI2Ljc5Njg3NSAxMi4xNTIzNDQgMjkuNTgyMDMxIDEwLjU0Njg3NSAzMS4xOTUzMTMgOC40Njg3NSBaIj48L3BhdGg+PC9zdmc+")
    50% 50% no-repeat;
  background-size: 100%;
}

@-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: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1b1b1b;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #0078ff;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1b1b1b;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.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: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 0;
  height: 0.7rem;
}

.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: #0078ff;
}

/*======================================
//--//-->   SERVICES
======================================*/

/* Modern Services Section */
.modern-services-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.modern-services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.modern-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 25px 30px;
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(0, 120, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modern-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0078ff, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.modern-service-card:hover::before {
  transform: scaleX(1);
}

.modern-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 120, 255, 0.15);
  border-color: rgba(0, 120, 255, 0.2);
}

.service-card-header {
  margin-bottom: 30px;
  text-align: center;
}

.service-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.service-icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(0, 120, 255, 0.1),
    rgba(0, 212, 255, 0.1)
  );
  border-radius: 50%;
  transition: all 0.4s ease;
}

.modern-service-card:hover .service-icon-bg {
  background: linear-gradient(
    135deg,
    rgba(0, 120, 255, 0.2),
    rgba(0, 212, 255, 0.2)
  );
  transform: translate(-50%, -50%) scale(1.1);
}

.service-icon {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  color: #0078ff;
  transition: all 0.4s ease;
}

.modern-service-card:hover .service-icon {
  color: #0056b3;
  transform: scale(1.1);
}

.service-card-body {
  text-align: center;
  margin-bottom: 10px;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 15px;
  line-height: 1.3;
}

.service-description {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.feature-tag {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  color: #495057;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(0, 120, 255, 0.1);
  transition: all 0.3s ease;
}

.modern-service-card:hover .feature-tag {
  background: linear-gradient(
    135deg,
    rgba(0, 120, 255, 0.1),
    rgba(0, 212, 255, 0.1)
  );
  color: #0078ff;
  border-color: rgba(0, 120, 255, 0.2);
}

/* Services CTA */
.services-cta {
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  padding: 60px 40px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.services-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.cta-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.services-cta .btn {
  background: #fff;
  color: #0078ff;
  border: none;
  padding: 15px 40px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.services-cta .btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-services-section {
    padding: 60px 0;
  }

  .modern-service-card {
    padding: 30px 20px 20px 20px;
    margin-bottom: 30px;
  }

  .service-title {
    font-size: 1.3rem;
  }

  .services-cta {
    padding: 40px 20px;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .service-features {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .modern-service-card {
    padding: 25px 15px 15px 15px;
  }

  .service-icon {
    font-size: 2rem;
  }

  .service-icon-bg {
    width: 60px;
    height: 60px;
  }
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

/*--/ Portfolio Filter /--*/

.portfolio-filter-nav {
  text-align: center;
  margin-bottom: 2rem;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.filter-buttons {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  visibility: visible !important;
}

.filter-btn {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent;
  border: 2px solid #0078ff;
  color: #0078ff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none;
  box-sizing: border-box;
  user-select: none;
  min-height: 44px;
  min-width: 80px;
  will-change: transform, background-color, color, box-shadow;
}

.filter-btn:hover,
.filter-btn.active {
  background: #0078ff;
  color: white;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 120, 255, 0.4);
}

.filter-btn:active {
  transform: translateY(-1px) scale(1.01);
  transition-duration: 0.15s;
}

.filter-btn:focus {
  outline: 2px solid #0078ff;
  outline-offset: 2px;
}

/* Responsive design for filter buttons */
@media (max-width: 768px) {
  .filter-btn {
    padding: 8px 16px;
    font-size: 0.8rem;
    min-width: 70px;
  }
}

@media (max-width: 480px) {
  .filter-btn {
    padding: 6px 12px;
    font-size: 0.75rem;
    min-width: 60px;
  }
}



/*--/ Portfolio Animation Classes /--*/

/* Modern Work Box Base Styles */
.modern-work-box {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
  opacity: 1;
}

.modern-work-box:hover {
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 120, 255, 0.15);
}

/* Portfolio Container Items */
.col-md-4 {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Fade Out Animation */
.portfolio-fade-out {
  animation: portfolioFadeOut 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Fade In Animation */
.portfolio-fade-in {
  animation: portfolioFadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Smooth Portfolio Animations */
@keyframes portfolioFadeOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.98) translateY(-5px);
  }
  100% {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
}

@keyframes portfolioFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.98) translateY(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Webkit keyframes for better browser support */
@-webkit-keyframes portfolioFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.98) translateY(-5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-10px);
  }
}

@-webkit-keyframes portfolioFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(10px);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.98) translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}

/* Reduced motion support for animations */
@media (prefers-reduced-motion: reduce) {
  .modern-work-box,
  .col-md-4 {
    transition: none;
  }

  .portfolio-fade-out,
  .portfolio-fade-in {
    animation: none;
  }
  
  .modern-work-box:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 120, 255, 0.1);
  }
}

/* Ensure all portfolio items are visible by default (no-JS fallback) */
.col-md-4 {
  display: block;
}

  .portfolio-item-hidden {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .portfolio-item-visible {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }


/* Ensure grid alignment is maintained during animations */
.work-box.portfolio-item {
  will-change: opacity, transform;
  /* Improve performance on older browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Force hardware acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Ensure proper grid layout during filtering */
.portfolio-mf .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.portfolio-mf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* Ensure hidden projects don't affect layout */
.work-box.portfolio-item-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

/* Responsive grid adjustments */
@media (max-width: 767.98px) {
  .portfolio-mf .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-mf .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Accessibility and screen reader support */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Focus indicators for keyboard navigation */
.filter-btn:focus {
  outline: 2px solid #0078ff;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.2);
}

/* High contrast mode improvements */
@media (prefers-contrast: high) {
  .filter-btn {
    border-width: 3px;
    font-weight: bold;
  }

  .filter-btn.active {
    border-color: #000;
    background: #000;
    color: #fff;
  }

  .filter-btn:focus {
    outline: 3px solid #000;
    outline-offset: 3px;
  }
}

/* Ensure all projects are visible when JavaScript is disabled */
.no-js .work-box,
noscript ~ * .work-box {
  display: block !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* Skip link for keyboard navigation */
.sr-only-focusable:focus {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  background: #0078ff !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  z-index: 10000 !important;
  top: 6px !important;
  left: 6px !important;
}

/* Alert styles for fallback messages */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* Improved focus indicators for better accessibility */
.work-box a:focus {
  outline: 2px solid #0078ff;
  outline-offset: 2px;
}

.work-box a:focus .work-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Ensure sufficient color contrast */
@media (prefers-contrast: high) {
  .work-content .w-more {
    color: #000;
  }

  .work-content .w-ctegory {
    color: #0056b3;
    font-weight: bold;
  }
}

/* IE11 specific fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter-buttons {
    display: block;
    text-align: center;
  }

  .filter-btn {
    display: inline-block;
    margin: 5px;
  }

  .work-box.portfolio-item {
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* Windows High Contrast Mode */
@media screen and (-ms-high-contrast: active) {
  .filter-btn {
    border: 2px solid windowText;
    background: buttonFace;
    color: windowText;
  }

  .filter-btn.active {
    background: highlight;
    color: highlightText;
  }

  .filter-btn:focus {
    outline: 2px solid windowText;
  }
}

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: 0.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;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonial-box .author-test img {
  margin: 0 auto;
  display: block;
}

.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: #0078ff;
  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: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-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 #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  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: #0078ff;
}

.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 #0078ff;
  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: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  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: 0.3rem 0.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: 0.3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

@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;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  /*--/ Portfolio Filter Mobile /--*/
  .portfolio-filter-nav {
    margin-bottom: 2rem;
    padding: 0 15px;
  }

  .filter-buttons {
    gap: 8px;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: 0.8rem;
    min-width: 70px;
  }

  .filter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 10px rgba(0, 120, 255, 0.3);
  }

  .filter-btn.active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 120, 255, 0.4);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /*--/ Portfolio Filter Tablet /--*/
  .filter-btn {
    padding: 9px 18px;
    font-size: 0.85rem;
  }
}

@media (min-width: 1025px) {
  /*--/ Portfolio Filter Desktop /--*/
  .filter-btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  /*--/ Portfolio Filter Small Mobile /--*/
  .filter-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: -5px 0;
  }

  .filter-btn {
    width: 100%;
    max-width: 200px;
    padding: 12px 20px;
    /* Larger touch targets for mobile */
    min-height: 48px;
    font-size: 1rem;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .filter-btn {
    /* Larger touch targets */
    min-height: 48px;
    min-width: 48px;
    padding: 12px 24px;
  }

  .filter-btn:hover {
    /* Remove hover effects on touch devices */
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: 0 4px 15px rgba(0, 120, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 120, 255, 0.3);
  }
}

/* High DPI display optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .filter-btn {
    /* Sharper borders on high DPI displays */
    border-width: 1.5px;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .portfolio-filter-nav {
    margin-bottom: 2rem;
  }

  .filter-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-btn {
    width: auto;
    min-width: 80px;
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}

/*======================================
//--//-->   MODERN PROJECT CARDS
======================================*/

/* Modern Project Card Styles */
.modern-work-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 120, 255, 0.1);
  height: auto;
  display: flex;
  flex-direction: column;
}

.modern-work-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 120, 255, 0.15);
  border-color: rgba(0, 120, 255, 0.3);
}

.modern-work-img {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.modern-work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.modern-work-box:hover .modern-work-img img {
  transform: scale(1.1);
}

.modern-work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 120, 255, 0.8) 0%,
    rgba(102, 126, 234, 0.8) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-work-box:hover .modern-work-overlay {
  opacity: 1;
}

.modern-work-overlay i {
  color: white;
  font-size: 2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.modern-work-content {
  padding: 25px;
  position: relative;
}

.modern-work-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 8px;
  line-height: 1.3;
}

.modern-work-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
}

.modern-tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.tech-tag {
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modern-work-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.modern-work-date {
  color: #999;
  font-size: 0.85rem;
  font-weight: 500;
}

.modern-work-category {
  background: rgba(0, 120, 255, 0.1);
  color: #0078ff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* Project Detail Modal */
.project-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  box-sizing: border-box;
}

.project-modal.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 900px;
  width: 90%;
  max-height: none;
  overflow: visible;
  position: relative;
  animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: auto;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-header {
  position: relative;
  height: 300px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.modal-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 120, 255, 0.8) 0%,
    rgba(102, 126, 234, 0.8) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  padding: 30px 20px;
  overflow: hidden;
}

.modal-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.modal-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 20px;
}

.modal-tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.modal-tech-tag {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  color: white;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.modal-body {
  padding: 40px;
}

.modal-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
  text-align: justify;
}

.modal-section {
  margin-bottom: 30px;
}

.modal-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-section-title i {
  color: #0078ff;
  font-size: 1.1rem;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(0, 120, 255, 0.05);
  transform: translateX(5px);
}

.feature-item i {
  color: #0078ff;
  font-size: 0.9rem;
}

.feature-item span {
  font-size: 0.95rem;
  color: #555;
}

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.tech-stack-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 15px;
  border-radius: 12px;
  border-left: 4px solid #0078ff;
}

.tech-stack-label {
  font-weight: 700;
  color: #0078ff;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.tech-stack-value {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
}

.modal-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 20px 40px 40px;
  border-top: 1px solid #f0f0f0;
}

.modal-btn {
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

.modal-btn-primary {
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  color: white;
}

.modal-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 120, 255, 0.3);
  color: white;
  text-decoration: none;
}

.modal-btn-secondary {
  background: #f8f9fa;
  color: #555;
  border: 2px solid #e9ecef;
}

.modal-btn-secondary:hover {
  background: #e9ecef;
  color: #333;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .project-modal {
    padding: 10px;
  }

  .modal-content {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    border-radius: 15px;
  }

  .modal-header {
    height: 180px;
    border-radius: 15px 15px 0 0;
  }

  .modal-header-overlay {
    padding: 15px;
  }

  .modal-title {
    font-size: 1.6rem;
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .modal-subtitle {
    font-size: 0.95rem;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .modal-tech-stack {
    gap: 8px;
  }

  .modal-tech-tag {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .modal-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }

  .modal-body {
    padding: 25px 20px;
  }

  .modal-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .modal-section {
    margin-bottom: 25px;
  }

  .modal-section-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .modal-actions {
    padding: 15px 20px 25px;
    flex-direction: column;
    gap: 12px;
  }

  .modal-btn {
    padding: 14px 25px;
    font-size: 0.9rem;
    justify-content: center;
    width: 100%;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feature-item {
    padding: 12px;
    font-size: 0.9rem;
  }

  .tech-stack-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tech-stack-item {
    padding: 12px;
  }

  .tech-stack-label {
    font-size: 0.85rem;
  }

  .tech-stack-value {
    font-size: 0.85rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .project-modal {
    padding: 5px;
  }

  .modal-content {
    border-radius: 12px;
    margin: 5px auto;
  }

  .modal-header {
    height: 160px;
    border-radius: 12px 12px 0 0;
  }

  .modal-header-overlay {
    padding: 12px;
  }

  .modal-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .modal-subtitle {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .modal-tech-tag {
    padding: 5px 10px;
    font-size: 0.75rem;
  }

  .modal-body {
    padding: 20px 15px;
  }

  .modal-actions {
    padding: 15px;
  }

  .modal-btn {
    padding: 12px 20px;
    font-size: 0.85rem;
  }
}

/* Loading Animation */
.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Smooth Scrollbar for Modal */
.modal-content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #0078ff;
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}
/* Mo
dern Cards Responsive Design */
@media (max-width: 768px) {
  .modern-work-box {
    margin-bottom: 25px;
    border-radius: 15px;
  }

  .modern-work-img {
    height: 180px;
  }

  .modern-work-content {
    padding: 20px;
  }

  .modern-work-title {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .modern-work-subtitle {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .modern-tech-stack {
    gap: 6px;
    margin-bottom: 12px;
  }

  .tech-tag {
    padding: 3px 10px;
    font-size: 0.7rem;
  }

  .modern-work-meta {
    margin-top: 12px;
    padding-top: 12px;
  }

  .modern-work-date {
    font-size: 0.8rem;
  }

  .modern-work-category {
    padding: 3px 8px;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .modern-work-box {
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .modern-work-img {
    height: 160px;
  }

  .modern-work-content {
    padding: 15px;
  }

  .modern-work-title {
    font-size: 1.1rem;
  }

  .modern-work-subtitle {
    font-size: 0.8rem;
  }

  .tech-tag {
    padding: 2px 8px;
    font-size: 0.65rem;
  }
} /* V
ery small screens - ensure modal is always accessible */
@media (max-width: 360px) {
  .project-modal {
    padding: 2px;
  }

  .modal-content {
    margin: 2px auto;
    border-radius: 10px;
  }

  .modal-header {
    height: 140px;
  }

  .modal-header-overlay {
    padding: 10px;
  }

  .modal-title {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .modal-subtitle {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }

  .modal-tech-tag {
    padding: 4px 8px;
    font-size: 0.7rem;
  }

  .modal-body {
    padding: 15px 12px;
  }

  .modal-actions {
    padding: 12px;
  }
}

/* Landscape orientation fixes */
@media (max-height: 600px) and (orientation: landscape) {
  .modal-header {
    height: 120px;
  }

  .modal-header-overlay {
    padding: 10px;
  }

  .modal-title {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }

  .modal-subtitle {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }

  .modal-tech-stack {
    gap: 5px;
  }

  .modal-tech-tag {
    padding: 3px 8px;
    font-size: 0.7rem;
  }

  .modal-body {
    padding: 15px 20px;
  }

  .modal-section {
    margin-bottom: 20px;
  }
}

/*======================================
//--//-->   MODERN ABOUT SECTION
======================================*/

/* Section Header */
.modern-about-section {
  position: relative;
  overflow: hidden;
}

.technical-expertise-section {
  position: relative;
  overflow: hidden;
}

.modern-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1e1e1e;
  margin-bottom: 1rem;
  position: relative;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Profile Card */
.profile-card {
  background: #fff;
  border-radius: 25px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 120, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.profile-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #0078ff, #00a8ff);
}

.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 120, 255, 0.15);
}

.profile-image-container {
  text-align: center;
  margin-bottom: 2rem;
}

.profile-image-wrapper {
  position: relative;
  display: inline-block;
}

.profile-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.profile-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #f0f0f0;
}

.profile-status {
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #00c851;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 81, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 200, 81, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 81, 0);
  }
}

.status-text {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
}

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

.profile-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 0.5rem;
}

.profile-title {
  font-size: 1.1rem;
  color: #0078ff;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  color: #555;
}

.contact-icon {
  color: #0078ff;
  font-size: 1.1rem;
}

.profile-stats {
  display: flex;
  gap: 5px;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  height: 80px;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.stat-item:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0078ff;
  margin-bottom: 0.1rem;
}

.stat-label {
  font-size: 0.7rem;
  color: #666;
  font-weight: 500;
  line-height: 1.1;
}

/* About Content */
.about-content {
  padding-left: 2rem;
}

.content-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 1.5rem;
  position: relative;
}

.content-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  border-radius: 2px;
}

.content-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
  text-align: justify;
}

/* Highlights Section */
.highlights-section {
  margin-top: 3rem;
}

.highlights-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 2rem;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 120, 255, 0.1);
  transition: all 0.3s ease;
}

.highlight-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 120, 255, 0.1);
  border-color: rgba(0, 120, 255, 0.2);
}

.highlight-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.highlight-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 0.5rem;
}

.highlight-content p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Skills Section */
.skills-section {
  background: #fff;
  border-radius: 25px;
  padding: 3rem 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 120, 255, 0.1);
}

.skills-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e1e;
  position: relative;
}

.skills-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  border-radius: 2px;
}

.skills-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.skill-category {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.skill-category:hover {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 120, 255, 0.2);
}

.category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.category-icon {
  color: #0078ff;
  font-size: 1.3rem;
}

.category-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}

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

.skill-tag {
  background: #fff;
  color: #555;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.skill-tag.primary {
  background: linear-gradient(135deg, #0078ff, #00a8ff);
  color: white;
  border-color: transparent;
}

.skill-tag:hover {
  background: #0078ff;
  color: white;
  border-color: #0078ff;
  transform: translateY(-2px);
}

.skill-tag.primary:hover {
  transform: translateY(-2px) scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-content {
    padding-left: 0;
    margin-top: 2rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .content-title {
    font-size: 1.8rem;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .profile-card {
    padding: 1.5rem;
  }

  .profile-image {
    width: 150px;
    height: 150px;
  }

  .section-title {
    font-size: 2rem;
  }

  .content-title {
    font-size: 1.6rem;
  }

  .skills-categories {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .skills-section {
    padding: 2rem 1.5rem;
  }

  .profile-stats {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .stat-number {
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 576px) {
  .modern-about-section {
    padding: 2rem 0;
  }

  .profile-card {
    padding: 1rem;
  }

  .profile-image {
    width: 120px;
    height: 120px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .content-description {
    font-size: 1rem;
  }

  .highlight-item {
    padding: 1rem;
  }

  .highlight-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}
/* Modern About Section Styles */
.modern-about-section {
  padding: 80px 0;
}

.section-header {
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #7f8c8d;
  font-weight: 300;
}

/* Profile Card Styles */
.profile-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.profile-image-container {
  margin-bottom: 30px;
}

.profile-image-wrapper {
  position: relative;
  display: inline-block;
}

.profile-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.profile-image:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

.profile-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.profile-title {
  font-size: 1.1rem;
  color: #667eea;
  font-weight: 500;
  margin-bottom: 25px;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #5a6c7d;
}

.contact-icon {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #667eea;
  width: 20px;
}

/* About Content Styles */
.about-content {
  padding-left: 40px;
}

.content-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
}

.content-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5a6c7d;
  margin-bottom: 20px;
}

/* Skills Section Styles */
.skills-section {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.skills-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 40px;
}

.skills-categories {
  display: grid;
  gap: 30px;
}

.skill-category {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
}

.skill-category:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.category-icon {
  font-size: 1.5rem;
  color: #667eea;
  margin-right: 15px;
}

.category-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.skills-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skill-tag {
  background: #667eea;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.skill-tag:hover {
  background: #5a67d8;
  transform: translateY(-2px);
}

.skill-tag.primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .profile-image {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .modern-about-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .profile-card {
    padding: 30px;
  }

  .profile-image {
    width: 160px;
    height: 160px;
  }

  .content-title {
    font-size: 1.6rem;
  }

  .skills-section {
    padding: 30px;
  }

  .skills-title {
    font-size: 1.8rem;
  }

  .profile-stats {
    flex-direction: column;
    gap: 15px;
  }

  .contact-item {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .profile-image {
    width: 140px;
    height: 140px;
  }

  .profile-card {
    padding: 25px;
  }

  .skills-section {
    padding: 25px;
  }
}
/* Development Expertise Horizontal Grid */
.development-expertise {
  margin-top: 20px;
  padding-top: 0px;
  border-top: 1px solid #ecf0f1;
}

.expertise-section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: left;
}

.expertise-horizontal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.expertise-item-horizontal {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.expertise-item-horizontal:hover {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-left-color: #667eea;
}

.expertise-icon-horizontal {
  font-size: 1.4rem;
  color: #667eea;
  margin-right: 12px;
  min-width: 20px;
}

.expertise-title-horizontal {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e50;
  white-space: nowrap;
}

/* Color variations for different items */
.expertise-item-horizontal:nth-child(1) .expertise-icon-horizontal {
  color: #4caf50;
}
.expertise-item-horizontal:nth-child(2) .expertise-icon-horizontal {
  color: #2196f3;
}
.expertise-item-horizontal:nth-child(3) .expertise-icon-horizontal {
  color: #ff9800;
}
.expertise-item-horizontal:nth-child(4) .expertise-icon-horizontal {
  color: #9c27b0;
}
.expertise-item-horizontal:nth-child(5) .expertise-icon-horizontal {
  color: #f44336;
}
.expertise-item-horizontal:nth-child(6) .expertise-icon-horizontal {
  color: #607d8b;
}
.expertise-item-horizontal:nth-child(7) .expertise-icon-horizontal {
  color: #e91e63;
}
.expertise-item-horizontal:nth-child(8) .expertise-icon-horizontal {
  color: #00bcd4;
}
.expertise-item-horizontal:nth-child(9) .expertise-icon-horizontal {
  color: #795548;
}

.expertise-item-horizontal:nth-child(1):hover {
  border-left-color: #4caf50;
}
.expertise-item-horizontal:nth-child(2):hover {
  border-left-color: #2196f3;
}
.expertise-item-horizontal:nth-child(3):hover {
  border-left-color: #ff9800;
}
.expertise-item-horizontal:nth-child(4):hover {
  border-left-color: #9c27b0;
}
.expertise-item-horizontal:nth-child(5):hover {
  border-left-color: #f44336;
}
.expertise-item-horizontal:nth-child(6):hover {
  border-left-color: #607d8b;
}
.expertise-item-horizontal:nth-child(7):hover {
  border-left-color: #e91e63;
}
.expertise-item-horizontal:nth-child(8):hover {
  border-left-color: #00bcd4;
}
.expertise-item-horizontal:nth-child(9):hover {
  border-left-color: #795548;
}

/* Responsive Design for Horizontal Grid */
@media (max-width: 768px) {
  .expertise-horizontal-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 6px;
  }

  .expertise-item-horizontal {
    padding: 10px 14px;
  }

  .expertise-icon-horizontal {
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .expertise-title-horizontal {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .expertise-horizontal-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .expertise-item-horizontal {
    padding: 12px 16px;
  }
}
/*
======================================
//--//-->   TECHNICAL EXPERTISE SECTION
======================================*/

.technical-expertise-section {
  padding: 80px 0;
  position: relative;
}

.technical-expertise-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/><circle cx="50" cy="10" r="1" fill="%23000" opacity="0.02"/><circle cx="10" cy="60" r="1" fill="%23000" opacity="0.02"/><circle cx="90" cy="40" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 1rem;
  position: relative;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #0078ff, #00d4ff);
  margin: 0 auto 1rem;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
}

.expertise-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.expertise-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0078ff, #00d4ff);
}

.expertise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f8f9fa;
}

.header-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  box-shadow: 0 4px 15px rgba(0, 120, 255, 0.3);
}

.header-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}

.card-content {
  position: relative;
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 2rem;
  bottom: -2rem;
  width: 2px;
  background: #e9ecef;
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border: 3px solid #0078ff;
  border-radius: 50%;
  z-index: 2;
}

.timeline-item.current .timeline-marker {
  background: #0078ff;
  border-color: #0078ff;
  box-shadow: 0 0 0 4px rgba(0, 120, 255, 0.2);
}

.current-marker {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 120, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 120, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 120, 255, 0);
  }
}

.timeline-content {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #0078ff;
  transition: all 0.3s ease;
}

.timeline-item.current .timeline-content {
  background: linear-gradient(135deg, #e3f2fd, #f0f8ff);
  border-left-color: #0078ff;
}

.timeline-content:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.degree-title,
.position-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.timeline-year {
  background: #0078ff;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}

.current-badge {
  background: linear-gradient(135deg, #28a745, #20c997);
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
  }
  to {
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.8);
  }
}

.institution-info,
.company-info {
  margin-top: 0.5rem;
}

.institution-name,
.company-name {
  font-weight: 500;
  color: #495057;
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
}

.university-name {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0;
  font-style: italic;
}

.role-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.highlight-tag {
  background: rgba(0, 120, 255, 0.1);
  color: #0078ff;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(0, 120, 255, 0.2);
}

.experience-summary {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.experience-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #28a745, #20c997, #0078ff, #6f42c1);
}

.summary-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  align-items: center;
}

.stat-item {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.stat-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.stat-content {
  display: flex;
  flex-direction: column;
}

/* Responsive Design */
@media (max-width: 768px) {
  .technical-expertise-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .expertise-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .degree-title,
  .position-title {
    min-width: auto;
    margin-bottom: 0.5rem;
  }

  .summary-stats {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .stat-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem 0.5rem;
  }

  .stat-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .expertise-card {
    padding: 1rem;
  }

  .card-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .header-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .timeline-content {
    padding: 1rem;
  }

  .role-highlights {
    justify-content: center;
  }
} /*==
====================================
//--//-->   MODERN SERVICES SECTION
======================================*/

.modern-services-section {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.modern-services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
  z-index: 1;
}

.modern-services-section .container {
  position: relative;
  z-index: 2;
}

.modern-service-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(0, 120, 255, 0.1);
}

.modern-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0078ff, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.modern-service-card:hover::before {
  transform: scaleX(1);
}

.modern-service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 120, 255, 0.15);
  border-color: rgba(0, 120, 255, 0.2);
}

.service-card-header {
  padding: 2.5rem 2rem 1rem;
  text-align: center;
  position: relative;
}

.service-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 120, 255, 0.3);
}

.service-icon i {
  font-size: 2rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.service-icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(0, 120, 255, 0.1);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 1;
}

.modern-service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(0, 120, 255, 0.4);
}

.modern-service-card:hover .service-icon-bg {
  transform: translate(-50%, -50%) scale(1.2);
  background: rgba(0, 120, 255, 0.15);
}

.modern-service-card:hover .service-icon i {
  transform: scale(1.1);
}

.service-card-body {
  padding: 0 2rem 0.5rem;
  text-align: center;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.modern-service-card:hover .service-title {
  color: #0078ff;
}

.service-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.feature-tag {
  background: rgba(0, 120, 255, 0.1);
  color: #0078ff;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(0, 120, 255, 0.2);
  transition: all 0.3s ease;
}

.modern-service-card:hover .feature-tag {
  background: rgba(0, 120, 255, 0.15);
  border-color: rgba(0, 120, 255, 0.3);
  transform: translateY(-2px);
}

.service-card-footer {
  padding: 0 2rem 2rem;
  text-align: center;
}

.service-hover-effect {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.service-hover-effect i {
  font-size: 1.2rem;
  color: #6c757d;
  transition: all 0.3s ease;
}

.modern-service-card:hover .service-hover-effect {
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 120, 255, 0.3);
}

.modern-service-card:hover .service-hover-effect i {
  color: #ffffff;
  transform: translateX(3px);
}

/* Services Call to Action */
.services-cta {
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.services-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.cta-description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #0078ff;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  color: #0078ff;
  text-decoration: none;
}

.cta-button i {
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}

.cta-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.decoration-circle {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.decoration-dots {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .modern-services-section {
    padding: 80px 0;
  }

  .service-card-header {
    padding: 2rem 1.5rem 1rem;
  }

  .service-card-body {
    padding: 0 1.5rem 0.5rem;
  }

  .service-card-footer {
    padding: 0 1.5rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .modern-services-section {
    padding: 60px 0;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .service-icon i {
    font-size: 1.8rem;
  }

  .service-title {
    font-size: 1.3rem;
  }

  .services-cta {
    padding: 2rem 1.5rem;
  }

  .cta-title {
    font-size: 1.6rem;
  }

  .cta-description {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .service-card-header,
  .service-card-body,
  .service-card-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-tag {
    margin-bottom: 0.25rem;
  }

  .services-cta {
    padding: 1.5rem 1rem;
  }

  .cta-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Animation delays for staggered effect */
.modern-service-card:nth-child(1) {
  animation-delay: 0.1s;
}
.modern-service-card:nth-child(2) {
  animation-delay: 0.2s;
}
.modern-service-card:nth-child(3) {
  animation-delay: 0.3s;
}
.modern-service-card:nth-child(4) {
  animation-delay: 0.4s;
}
.modern-service-card:nth-child(5) {
  animation-delay: 0.5s;
}
.modern-service-card:nth-child(6) {
  animation-delay: 0.6s;
}

/* Accessibility improvements */
.modern-service-card:focus-within {
  outline: 2px solid #0078ff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .modern-service-card,
  .service-icon,
  .service-icon-bg,
  .feature-tag,
  .service-hover-effect,
  .cta-button {
    transition: none;
  }

  .decoration-circle,
  .decoration-dots {
    animation: none;
  }
}

/*
======================================
//--//-->   SKILLS SECTION STYLING
======================================*/

.skills-section {
  position: relative;
  z-index: 2;
}

.skills-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 2rem;
}

.skills-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.skill-category {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 120, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.skill-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0078ff, #00d4ff);
}

.skill-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 120, 255, 0.15);
  border-color: rgba(0, 120, 255, 0.2);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f8f9fa;
}

.category-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1.2rem;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 120, 255, 0.3);
}

.category-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}

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

.skill-tag {
  background: rgba(0, 120, 255, 0.1);
  color: #0078ff;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(0, 120, 255, 0.2);
  transition: all 0.3s ease;
  cursor: default;
}

.skill-tag.primary {
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(0, 120, 255, 0.3);
}

.skill-tag:hover {
  background: rgba(0, 120, 255, 0.15);
  border-color: rgba(0, 120, 255, 0.3);
  transform: translateY(-2px);
}

.skill-tag.primary:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 120, 255, 0.4);
}

/* Responsive Design for Skills */
@media (max-width: 768px) {
  .skills-categories {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .skill-category {
    padding: 1.25rem;
  }

  .skills-title {
    font-size: 1.75rem;
  }

  .category-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .skills-categories {
    gap: 1rem;
  }

  .skill-category {
    padding: 1rem;
  }

  .category-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1rem;
  }

  .category-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .skills-tags {
    justify-content: center;
  }
}
/*
 Contact Card Styles */
.contact-card {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Ensure equal height for both cards */
@media (min-width: 768px) {
  .contact-card {
    min-height: 600px;
  }
}

/* Mobile responsiveness for contact cards */
@media (max-width: 767px) {
  .contact-card {
    margin-bottom: 2rem;
  }
} /* Mai
n Section Card Styles */
.main-section-card {
  background: #fff;
  border-radius: 15px;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.main-section-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Adjust inner cards spacing within main card */
.main-section-card .expertise-card {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.main-section-card .expertise-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Mobile responsiveness for main section card */
@media (max-width: 768px) {
  .main-section-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .main-section-card {
    padding: 1.5rem 1rem;
  }
} /* 
Adjust service cards within main section card */
.main-section-card .modern-service-card {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.main-section-card .modern-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Ensure proper spacing for service grid within main card */
.main-section-card .row.g-4 {
  margin-top: 1rem;
} /* 
Contact Description Text */
.contact-description {
  font-size: 1.08rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Responsive font size for contact description */
@media (max-width: 768px) {
  .contact-description {
    font-size: 1rem;
  }
}
/*===
===================================
//--//-->   RESUME SECTION STYLES
======================================*/

.resume-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
}

.resume-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.1;
  pointer-events: none;
}

.resume-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.resume-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0078ff, #00d4ff);
}

.resume-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.resume-preview {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

.resume-icon-wrapper {
  position: relative;
  flex-shrink: 0;
}

.resume-icon-bg {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 120, 255, 0.3);
}

.resume-icon-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.resume-icon {
  font-size: 48px;
  color: #ffffff;
  position: relative;
  z-index: 3;
  display: block;
}

/* Fallback if icon doesn't load */
.resume-icon:before {
  content: "\f471"; /* ion-ios-paper-outline */
}

/* Ensure icon is visible */
.resume-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.resume-content {
  flex: 1;
}

.resume-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 15px;
  line-height: 1.2;
}

.resume-description {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 25px;
}

.resume-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

.highlight-icon {
  font-size: 18px;
  color: #0078ff;
  flex-shrink: 0;
}

.highlight-item span {
  font-size: 14px;
  color: #495057;
  font-weight: 500;
}

.resume-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.resume-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 180px;
  justify-content: center;
}

.resume-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.resume-btn:hover::before {
  left: 100%;
}

.resume-btn-primary {
  background: linear-gradient(135deg, #0078ff, #00d4ff);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 120, 255, 0.3);
}

.resume-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 120, 255, 0.4);
  color: #ffffff;
}

.resume-btn-secondary {
  background: #ffffff;
  color: #0078ff;
  border: 2px solid #0078ff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.resume-btn-secondary:hover {
  background: #0078ff;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 120, 255, 0.3);
}

.btn-icon {
  font-size: 20px;
}

.btn-text {
  font-weight: 600;
}

.resume-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 25px;
  border-top: 1px solid #e9ecef;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-icon {
  font-size: 16px;
  color: #6c757d;
}

.info-text {
  font-size: 14px;
  color: #6c757d;
}

/* Responsive Design */
@media (max-width: 768px) {
  .resume-section {
    padding: 60px 0;
  }

  .resume-card {
    padding: 30px 20px;
  }

  .resume-preview {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .resume-icon-bg {
    width: 80px;
    height: 80px;
  }

  .resume-icon-bg::before {
    width: 60px;
    height: 60px;
  }

  .resume-icon {
    font-size: 36px;
  }

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

  .resume-highlights {
    grid-template-columns: 1fr;
  }

  .resume-actions {
    flex-direction: column;
    align-items: center;
  }

  .resume-btn {
    width: 100%;
    max-width: 280px;
  }

  .resume-info {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .resume-card {
    padding: 25px 15px;
  }

  .resume-title {
    font-size: 20px;
  }

  .resume-description {
    font-size: 14px;
  }

  .resume-btn {
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* Animation for resume section */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.resume-card {
  animation: fadeInUp 0.6s ease-out;
}

/* Hover effects for better interactivity */
.resume-card:hover .resume-icon-bg {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.resume-card:hover .resume-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
} /*
======================================
//--//-->   QUOTE SECTION STYLES
======================================*/

.quote-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 40px 0;
}

.quote-section .testimonial-box {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* Remove any owl-carousel specific styles for this section */
.quote-section .testimonial-box .author-test {
  margin-bottom: 30px;
}

.quote-section .testimonial-box .content-test {
  margin-top: 20px;
}

/* Ensure responsive design */
@media (max-width: 768px) {
  .quote-section .testimonial-box .content-test .description {
    font-size: 32px !important;
  }

  .quote-section .testimonial-box .author-test img {
    height: 250px !important;
    width: 250px !important;
  }
}

@media (max-width: 480px) {
  .quote-section .testimonial-box .content-test .description {
    font-size: 24px !important;
  }

  .quote-section .testimonial-box .author-test img {
    height: 200px !important;
    width: 200px !important;
  }
}

/* Modern Quote Section */
.quote-section-modern {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.quote-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.quote-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.quote-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.modern-quote {
  margin: 0;
  padding: 0;
  border: none;
}

.quote-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.quote-author {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
  .quote-text {
    font-size: 1.8rem;
  }

  .quote-author {
    font-size: 1rem;
  }

  .quote-content {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .quote-text {
    font-size: 1.5rem;
  }

  .quote-section-modern {
    min-height: 300px;
  }
}
/* Responsive Design for Quote Section */
@media (max-width: 768px) {
  .quote-text {
    font-size: 1.4rem;
  }

  .quote-author {
    font-size: 0.9rem;
  }

  .quote-content {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .quote-text {
    font-size: 1.2rem;
  }

  .quote-author {
    font-size: 0.8rem;
  }

  .quote-section-modern {
    min-height: 400px;
  }
}



/*======================================
//--//-->   PORTFOLIO FILTER BUTTONS
======================================*/

.portfolio-filter-nav {
  text-align: center;
  margin-bottom: 2rem;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.filter-buttons {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  visibility: visible !important;
}

/* Contact Info Styling - Minimal spacing between icons and labels */
.contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contact-info .contact-icon {
  margin-right: 1px; /* Ultra minimal spacing */
  font-size: 1.1rem;
  color: #0078ff;
  flex-shrink: 0;
}

.contact-info .contact-item span {
  font-size: 0.95rem;
  color: #4e4e4e;
}/* Mode
rn Message Notification Styles */
.message-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 20px 30px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.message-notification.show {
  transform: translateX(0);
  opacity: 1;
}

.message-notification.success {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
}

.message-notification.error {
  background: linear-gradient(135deg, #f44336, #d32f2f);
  color: white;
}

.message-notification .icon {
  font-size: 20px;
  flex-shrink: 0;
}

.message-notification .close-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-notification .close-btn:hover {
  opacity: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .message-notification {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: auto;
    transform: translateY(-100px);
  }
  
  .message-notification.show {
    transform: translateY(0);
  }
}