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

a {
  color: #149ddd;
  cursor: pointer;
}

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

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

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

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

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

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

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #2c2f3f;
}

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

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

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

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

#main {
  margin-left: 300px;
  overflow: visible !important;
}

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

  #main {
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/img.jpg") top center;
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

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

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

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

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

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

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

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

section.testimonials-modern {
  overflow: visible !important;
}

#testimonial-placeholder {
  overflow: visible !important;
}

.section-bg {
  background: #f5f8fd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

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

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

.skills .progress-bar-wrap {
  background: #dce8f8;
  border-radius: 5px;
}

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

.skill-list {
  padding-left: 20px;
}

.skill-list li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
}

.skill-list li::before {
  content: "•";
  position: absolute;
  left: -20px;
  font-size: 24px;
  color: #000;
  transition: color 0.3s ease;
}

.skill-list li i {
  margin-right: 15px;
  font-size: 32px;
  transition: color 0.3s ease;
}

.skill-list li:hover {
  color: #007bff;
}

.skill-list li:hover::before {
  color: #007bff;
}

.html-icon {
  color: #e34c26;
}

.js-icon {
  color: #f7df1e;
}

.ts-icon {
  color: #007acc;
}

.angular-icon {
  color: #dd0031;
}

.stack-icon {
  color: #6366f1;
}

.node-icon {
  color: #68a063;
}

.mysql-icon {
  color: #00758f;
}

.mongo-icon {
  color: #47a248;
}

.chartsjs-icon {
  color: #ff6384;
}

.d3js-icon {
  color: #f9a03c;
}

.python-icon {
  color: #306998;
}

.serverless-icon {
  color: #ff9900;
}

.scrappers-icon {
  color: #4a4a4a;
}

.fastapi-icon {
  color: #009688;
}

.aws-icon {
  color: #ff9900;
}

.jenkins-icon {
  color: #d24939;
}

.jira-icon {
  color: #0052cc;
}

.bitbucket-icon {
  color: #0052cc;
}

.git-icon {
  color: #f34f29;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Testimonials — Modern Glassmorphism Cards
--------------------------------------------------------------*/
.testimonials-modern {
  position: relative;
  background: linear-gradient(135deg, #0a0f1a 0%, #0d1b2a 40%, #1b2838 100%);
  padding: 80px 0 100px;
  overflow: visible !important;
  min-height: 1000px;
  z-index: 10;
}

.testimonials-modern::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(20, 157, 221, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: testimonial-ambient-1 12s ease-in-out infinite;
}

.testimonials-modern::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: testimonial-ambient-2 15s ease-in-out infinite;
}

@keyframes testimonial-ambient-1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(60px, 40px) scale(1.1);
  }
}

@keyframes testimonial-ambient-2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-40px, -30px) scale(1.15);
  }
}

.testimonials-modern .section-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.testimonials-modern .section-title h2::after {
  background: linear-gradient(90deg, #149ddd, #6366f1);
  height: 3px;
  width: 60px;
}

.testimonials-modern .section-title p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  max-width: 500px;
}

/* Grid Layout */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* Card */
.testimonial-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 32px 28px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.45s ease;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(20, 157, 221, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(20, 157, 221, 0.08);
}

/* Card Glow Effect */
.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #149ddd, #6366f1, transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.testimonial-card:hover .card-glow {
  opacity: 1;
  animation: glow-slide 2s linear infinite;
}

@keyframes glow-slide {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Quote Icon */
.quote-icon {
  color: rgba(20, 157, 221, 0.35);
  margin-bottom: 12px;
  transition: color 0.4s ease, transform 0.4s ease;
}

.testimonial-card:hover .quote-icon {
  color: rgba(20, 157, 221, 0.7);
  transform: scale(1.1);
}

/* Card Content */
.card-content {
  flex: 1;
  margin-bottom: 24px;
}

.testimonial-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.75;
  font-style: italic;
  margin: 0;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Author Section */
.card-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.author-avatar {
  position: relative;
  flex-shrink: 0;
}

.author-avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(20, 157, 221, 0.4);
  transition: border-color 0.4s ease, transform 0.4s ease;
}

.testimonial-card:hover .author-avatar img {
  border-color: #149ddd;
  transform: scale(1.05);
}

.avatar-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: conic-gradient(from 0deg, #149ddd, #6366f1, #149ddd) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: ring-rotate 3s linear infinite;
}

.testimonial-card:hover .avatar-ring {
  opacity: 1;
}

@keyframes ring-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.author-info h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}

.author-role {
  color: rgba(20, 157, 221, 0.8);
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.author-stars {
  display: flex;
  gap: 2px;
}

.author-stars i {
  color: #fbbf24;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover .author-stars i {
  animation: star-pop 0.4s ease forwards;
}

.testimonial-card:hover .author-stars i:nth-child(1) {
  animation-delay: 0.05s;
}

.testimonial-card:hover .author-stars i:nth-child(2) {
  animation-delay: 0.1s;
}

.testimonial-card:hover .author-stars i:nth-child(3) {
  animation-delay: 0.15s;
}

.testimonial-card:hover .author-stars i:nth-child(4) {
  animation-delay: 0.2s;
}

.testimonial-card:hover .author-stars i:nth-child(5) {
  animation-delay: 0.25s;
}

@keyframes star-pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1.1);
  }
}

/* Floating Particles */
.testimonials-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(20, 157, 221, 0.15);
}

.particle-1 {
  width: 6px;
  height: 6px;
  top: 15%;
  left: 10%;
  animation: float-particle 8s ease-in-out infinite;
}

.particle-2 {
  width: 4px;
  height: 4px;
  top: 60%;
  left: 85%;
  background: rgba(99, 102, 241, 0.2);
  animation: float-particle 10s ease-in-out infinite 1s;
}

.particle-3 {
  width: 8px;
  height: 8px;
  top: 80%;
  left: 20%;
  animation: float-particle 12s ease-in-out infinite 2s;
}

.particle-4 {
  width: 3px;
  height: 3px;
  top: 25%;
  left: 75%;
  background: rgba(99, 102, 241, 0.15);
  animation: float-particle 9s ease-in-out infinite 0.5s;
}

.particle-5 {
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  animation: float-particle 11s ease-in-out infinite 3s;
}

@keyframes float-particle {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }

  25% {
    transform: translate(30px, -20px) scale(1.2);
    opacity: 0.8;
  }

  50% {
    transform: translate(-15px, -40px) scale(0.8);
    opacity: 0.5;
  }

  75% {
    transform: translate(20px, -10px) scale(1.1);
    opacity: 0.9;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonials-modern {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 28px 24px 24px;
    border-radius: 16px;
  }

  .testimonials-modern .section-title h2 {
    font-size: 28px;
  }

  .testimonial-text {
    font-size: 13.5px;
    -webkit-line-clamp: 4;
  }
}

/*--------------------------------------------------------------
# Testimonials — Simple Clean Grid
--------------------------------------------------------------*/
.section-testimonials {
  background: linear-gradient(135deg, #0a0f1a 0%, #0d1b2a 50%, #1b2838 100%);
  padding: 80px 0 100px;
}

.section-testimonials .section-title h2 {
  color: #fff;
}

.section-testimonials .section-title p {
  color: rgba(255, 255, 255, 0.6);
}

.tcard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.tcard {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(20, 157, 221, 0.1);
  border-color: rgba(20, 157, 221, 0.3);
}

.tcard-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  font-style: italic;
}

.tcard-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tcard-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #149ddd;
  flex-shrink: 0;
}

.tcard-author strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.tcard-author span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-top: 2px;
}

.tcard-stars {
  color: #fbbf24;
  font-size: 14px;
  margin-top: 4px;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .tcard-grid {
    grid-template-columns: 1fr;
  }

  .tcard {
    padding: 24px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  padding-bottom: 130px;
  min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}


.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contact-buttons a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  text-align: center;
  width: 70%;
}

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

.btn-linkedin:hover {
  background-color: #0d577e;
  transform: translateY(-5px);
  color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-facebook:hover {
  background-color: #2a4274;
  transform: translateY(-5px);
  color: #fff;
}

.btn-whatsapp {
  background-color: #25d366;
}

.btn-whatsapp:hover {
  background-color: #1ebe57;
  transform: translateY(-5px);
  color: #fff;
}

.btn-email {
  background-color: #d14836;
}

.btn-email:hover {
  background-color: #a63a2b;
  transform: translateY(-5px);
  color: #fff;
}

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

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

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

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

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

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

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

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

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

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

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

/* Recent work */

.flip {
  position: relative;
}

.flip>.front,
.flip>.back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}

.flip>.front {
  transform: rotateY(0deg);
}

.flip>.back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}

.flip:hover>.front {
  transform: rotateY(180deg);
}

.flip:hover>.back {
  opacity: 1;
  transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
  transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
  transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width: 400px;
}

.flip>.front,
.flip>.back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  padding: 1em 2em;
  background: #313131;
  border-radius: 10px;
}

.flip>.front p,
.flip>.back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}

.flip {
  perspective: 1000px;
  position: relative;
  width: 100%;
  height: 230px;
  text-align: center;
  /* margin-bottom: 20px; */
}

.flip .front,
.flip .back {
  backface-visibility: hidden;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip .front {
  background-size: cover;
  background-position: center;
  color: #fff;
}

.flip .back {
  background: #fff;
  color: #333;
  transform: rotateY(180deg);
}

.flip:hover .front {
  transform: rotateY(-180deg);
}

.flip:hover .back {
  transform: rotateY(0);
}

.back h5 {
  font-size: 17px;
  width: 28%;
  margin-right: 4px;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.98);
}

@media (max-width: 1200px) {
  .nav-menu {
    display: none;
  }

  .nav-menu.d-none {
    display: block !important;
  }
}

/*--------------------------------------------------------------
# Portfolio — Modern Dark Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio — Modern Dark Section
--------------------------------------------------------------*/
.portfolio-modern {
  background: linear-gradient(135deg, #050b14 0%, #0a1128 50%, #1c2541 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Ambient Glow */
.portfolio-ambient-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(20, 157, 221, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

/* Background Particles */
.portfolio-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.p-drop {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(20, 157, 221, 0.3);
  border-radius: 50%;
  animation: float-particle 10s infinite linear;
}

.p-drop-1 {
  top: 20%;
  left: 15%;
  width: 4px;
  height: 4px;
}

.p-drop-2 {
  top: 60%;
  left: 85%;
  width: 3px;
  height: 3px;
  animation-delay: -2s;
}

.p-drop-3 {
  top: 80%;
  left: 40%;
  width: 5px;
  height: 5px;
  animation-delay: -5s;
}

@keyframes float-particle {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    transform: translateY(-100px) translateX(20px);
    opacity: 0;
  }
}

.portfolio-modern .section-title h2 {
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-modern .section-title h2::after {
  background: linear-gradient(90deg, #149ddd, #6366f1);
  width: 80px;
  height: 4px;
  border-radius: 2px;
}

.portfolio-modern .section-title p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  max-width: 700px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 35px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.portfolio-card {
  position: relative;
  border-radius: 24px;
  height: 480px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.portfolio-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: rgba(20, 157, 221, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(20, 157, 221, 0.1);
}

.card-glass-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.portfolio-card:hover .card-glass-glow {
  opacity: 1;
}

.portfolio-img-wrapper {
  height: 100%;
  width: 100%;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.1) rotate(1deg);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(5, 11, 20, 0.98) 0%,
      rgba(5, 11, 20, 0.7) 40%,
      rgba(5, 11, 20, 0.2) 70%,
      transparent 100%);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.portfolio-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.portfolio-info p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.portfolio-tag {
  font-size: 11px;
  font-weight: 800;
  padding: 6px 15px;
  background: rgba(20, 157, 221, 0.4);
  color: #00d4ff;
  border: 1px solid rgba(20, 157, 221, 0.8);
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(5px);
}

.portfolio-links {
  display: flex;
  gap: 15px;
}

.portfolio-link {
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.gallery-btn {
  background: #149ddd;
  color: #fff;
}

.gallery-btn:hover {
  background: #0e86c2;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(20, 157, 221, 0.3);
}

a.portfolio-link {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

a.portfolio-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #149ddd;
  color: #fff;
}

/*--------------------------------------------------------------
# Gallery Modal — Advanced Lightbox
--------------------------------------------------------------*/
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-modal.active {
  display: flex;
  opacity: 1;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 20, 0.95);
  backdrop-filter: blur(15px);
}

.gallery-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 90vh;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
  /* Ensure it stays above everything */
  padding: 0;
  line-height: 1;
}

.gallery-close:hover {
  background: #ff4d4d;
  border-color: #ff4d4d;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 0 20px rgba(255, 77, 77, 0.4);
}

.gallery-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.gallery-viewer {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.gallery-content-item {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  animation: gallery-fade-in 0.5s ease;
}

iframe.gallery-content-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

@keyframes gallery-fade-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.nav-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}

.nav-arrow:hover {
  background: #149ddd;
  border-color: #149ddd;
  transform: scale(1.1);
}

.gallery-thumbnails {
  display: flex;
  justify-content: center;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: none;
}

.gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.thumb-item {
  width: 100px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  flex-shrink: 0;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-item.active {
  border-color: #149ddd;
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(20, 157, 221, 0.3);
}

.video-thumb-icon {
  font-size: 30px;
  color: #149ddd;
}

.hidden-gallery-data {
  display: none;
}

@media (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-container {
    height: 80vh;
  }
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card {
    height: 420px;
  }

  .gallery-modal {
    padding: 15px;
  }

  .gallery-close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .nav-arrow {
    display: none;
  }

  .thumb-item {
    width: 70px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
# Services — Modern Dark Section
--------------------------------------------------------------*/
.services-modern {
  background: linear-gradient(135deg, #050b14 0%, #0a1128 50%, #1c2541 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.services-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 30% 80%, rgba(20, 157, 221, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.services-particles .s-drop {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(20, 157, 221, 0.2);
  border-radius: 50%;
  animation: s-float 15s infinite linear;
}

.s-drop-1 { top: 10%; left: 80%; }
.s-drop-2 { top: 70%; left: 10%; animation-delay: -5s; }

@keyframes s-float {
  0% { transform: translate(0, 0); opacity: 0; }
  20% { opacity: 0.4; }
  80% { opacity: 0.4; }
  100% { transform: translate(-50px, -150px); opacity: 0; }
}

.services-modern .section-title h2 {
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-modern .section-title h2::after {
  background: linear-gradient(90deg, #6366f1, #149ddd);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  position: relative;
  padding: 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(20, 157, 221, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: rgba(20, 157, 221, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.service-icon i {
  font-size: 32px;
  color: #149ddd;
}

.service-card:hover .service-icon {
  background: #149ddd;
  transform: rotateY(180deg);
}

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

.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.service-description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.service-glass {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255,255,255,0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.service-card:hover .service-glass {
  opacity: 1;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Resume — Modern Dark Section
--------------------------------------------------------------*/
.resume-modern {
  background: linear-gradient(135deg, #050b14 0%, #0a1128 50%, #1c2541 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.resume-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(20, 157, 221, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 90% 90%, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.resume-modern .section-title h2 {
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resume-section-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.resume-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #149ddd;
  border-radius: 2px;
}

.resume-card, .resume-card-exp {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  overflow: hidden;
}

.resume-card:hover, .resume-card-exp:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(20, 157, 221, 0.3);
}

.name-title {
  font-size: 24px;
  font-weight: 700;
  color: #149ddd;
  margin-bottom: 15px;
}

.summary-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-info li i {
  color: #149ddd;
  font-size: 18px;
}

.contact-info li a {
  color: inherit;
  text-decoration: none;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.skill-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  background: rgba(20, 157, 221, 0.1);
  color: #00d4ff;
  border: 1px solid rgba(20, 157, 221, 0.2);
  border-radius: 100px;
}

.date-badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #149ddd;
  margin-bottom: 10px;
}

.company-name {
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.resume-list {
  padding-left: 20px;
  list-style: none;
}

.resume-list li {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.resume-list li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #149ddd;
}

.resume-card-exp.active {
  border-color: rgba(20, 157, 221, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card-glass {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.resume-card:hover .card-glass, .resume-card-exp:hover .card-glass {
  opacity: 1;
}

/* Timeline Specific Styles */
.resume-timeline {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}

.resume-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, #149ddd, rgba(20, 157, 221, 0.2));
  border-radius: 10px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

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

.timeline-marker {
  position: absolute;
  left: -40px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #050b14;
  border: 3px solid #149ddd;
  z-index: 5;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 4px rgba(20, 157, 221, 0.1);
}

.timeline-item:hover .timeline-marker {
  background: #149ddd;
  box-shadow: 0 0 15px rgba(20, 157, 221, 0.6);
  transform: scale(1.2);
}

.timeline-item.active .timeline-marker {
  background: #149ddd;
  box-shadow: 0 0 20px rgba(20, 157, 221, 0.8);
}

.timeline-item.active::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 18px;
  width: 33px;
  height: 1px;
  background: rgba(20, 157, 221, 0.3);
  z-index: 1;
}

@media (max-width: 992px) {
  .resume-modern .row > div {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .resume-timeline {
    padding-left: 30px;
  }
  .resume-timeline::before {
    left: 4px;
  }
  .timeline-marker {
    left: -33px;
    width: 14px;
    height: 14px;
  }
  .timeline-item.active::before {
    left: -26px;
    width: 26px;
  }
}

/*--------------------------------------------------------------
# About — Modern Dark Section
--------------------------------------------------------------*/
.about-modern {
  background: linear-gradient(135deg, #050b14 0%, #0a1128 50%, #1c2541 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(20, 157, 221, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.about-modern .section-title h2 {
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-card {
  position: relative;
  padding: 15px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.profile-img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.profile-img-wrapper img {
  transition: transform 0.8s ease;
}

.profile-card:hover {
  transform: translateY(-10px) rotate(1deg);
  border-color: rgba(20, 157, 221, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.profile-card:hover img {
  transform: scale(1.05);
}

.about-headline {
  font-size: 28px;
  font-weight: 700;
  color: #149ddd;
  margin-bottom: 20px;
}

.about-description {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

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

.about-info-list li {
  font-size: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-info-list li i {
  color: #149ddd;
  font-size: 20px;
}

.about-info-list li strong {
  color: #fff;
  min-width: 100px;
}

.about-info-list li a {
  color: #00d4ff;
  text-decoration: none;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
}

.feature-tag i {
  color: #149ddd;
  font-size: 18px;
}

.feature-tag:hover {
  background: rgba(20, 157, 221, 0.1);
  border-color: #149ddd;
  transform: translateY(-3px);
}

.about-footer-text {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  border-left: 3px solid #149ddd;
  padding-left: 20px;
}

.profile-card-glass {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.profile-card:hover .profile-card-glass {
  opacity: 1;
}

/*--------------------------------------------------------------
# Skills — Modern Dark Section
--------------------------------------------------------------*/
.skills-modern {
  background: linear-gradient(135deg, #050b14 0%, #0a1128 50%, #1c2541 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.skills-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(20, 157, 221, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.skills-modern .section-title h2 {
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skills-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.skill-category {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 35px;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.skill-category:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(20, 157, 221, 0.3);
  transform: translateY(-5px);
}

.category-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-title i {
  color: #149ddd;
  font-size: 26px;
}

.skill-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skill-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.skill-box span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
}

.skill-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #149ddd, #00d4ff);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(20, 157, 221, 0.5);
}

@media (max-width: 992px) {
  .skills-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Contact — Modern Dark Section
--------------------------------------------------------------*/
.contact-modern {
  background: linear-gradient(135deg, #050b14 0%, #0a1128 50%, #1c2541 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 90%, rgba(20, 157, 221, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 90% 10%, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.contact-modern .section-title h2 {
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-info-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

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

.info-item .icon-box {
  width: 50px;
  height: 50px;
  background: rgba(20, 157, 221, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-item .icon-box i {
  font-size: 24px;
  color: #149ddd;
}

.info-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.info-text p, .info-text p a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s;
}

.info-text p a:hover {
  color: #00d4ff;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
}

.action-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.action-btn i {
  font-size: 32px;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.action-btn span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
}

.action-btn p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Platform specific colors */
.action-btn.linkedin i { color: #0077b5; }
.action-btn.whatsapp i { color: #25d366; }
.action-btn.email i { color: #ff4b2b; }
.action-btn.facebook i { color: #1877f2; }

.action-btn:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.06);
}

.action-btn.linkedin:hover { border-color: #0077b5; box-shadow: 0 10px 20px rgba(0, 119, 181, 0.2); }
.action-btn.whatsapp:hover { border-color: #25d366; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2); }
.action-btn.email:hover { border-color: #ff4b2b; box-shadow: 0 10px 20px rgba(255, 75, 43, 0.2); }
.action-btn.facebook:hover { border-color: #1877f2; box-shadow: 0 10px 20px rgba(24, 119, 242, 0.2); }

.action-btn:hover i {
  transform: scale(1.2) rotate(-5deg);
}

@media (max-width: 768px) {
  .contact-actions {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Hero — Modern Dark Section
--------------------------------------------------------------*/
.hero-modern {
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle at 50% 50%, #0a1128 0%, #050b14 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(20, 157, 221, 0.15) 0%, transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(99, 102, 241, 0.1) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 10;
}

.hero-greeting {
  font-size: 18px;
  font-weight: 600;
  color: #00d4ff; /* Brighter cyan for better visibility */
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 20px;
  opacity: 1; /* Full opacity */
  text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.hero-name {
  font-size: 84px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
}

.hero-typing-box p {
  font-size: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}

.hero-typing-box .typed {
  color: #149ddd;
  font-weight: 700;
  border-bottom: 3px solid rgba(20, 157, 221, 0.3);
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 15;
}

.btn-main {
  padding: 16px 35px;
  background: #149ddd;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(20, 157, 221, 0.3);
}

.btn-main:hover {
  transform: translateY(-3px);
  background: #00d4ff;
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 212, 255, 0.4);
}

.btn-secondary {
  padding: 16px 35px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.hero-social {
  display: flex;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 20;
}

.hero-social a {
  font-size: 28px; /* Slightly larger */
  color: rgba(255, 255, 255, 0.85); /* High visibility */
  transition: all 0.3s;
  display: inline-block;
}

.hero-social a:hover {
  color: #00d4ff;
  transform: translateY(-5px) scale(1.2);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8); /* High visibility */
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 20;
}

.mouse {
  width: 26px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.5); /* Stronger border */
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wheel {
  width: 4px;
  height: 8px;
  background: #00d4ff; /* Brighter color */
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.8);
  animation: scroll-wheel 1.5s infinite;
}

@keyframes scroll-wheel {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0; }
}

@media (max-width: 768px) {
  .hero-name {
    font-size: 48px;
  }
  .hero-typing-box p {
    font-size: 20px;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
}