/*!
 * Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

 body {
  font-family: Muli, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 54px;
  color: var(--text-dark);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(6, 182, 212, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #24292e;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 1.5rem;
}

.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background: linear-gradient(135deg, var(--text-dark) 0%, var(--darker-bg) 100%);
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-icons a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-icons a:hover::before {
  opacity: 1;
}

.social-icons a i {
  position: relative;
  z-index: 1;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #154275;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
    transition: all 0.3s ease;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
  }
  #sideNav:hover .navbar-brand .img-profile {
    border-color: rgba(14, 165, 233, 0.5);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
    transition: all 0.3s ease;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    padding-left: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  #sideNav {
    background: rgba(7, 19, 31, 0.95);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding: 0.75rem 1rem;
  }

  #sideNav .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
  }

  #sideNav .navbar-collapse {
    background: rgba(12, 30, 46, 0.95);
    border-radius: 16px;
    padding: 0.75rem 0.9rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }

  #sideNav .navbar-nav {
    gap: 0.35rem;
  }

  #sideNav .navbar-nav .nav-link {
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    font-weight: 600;
  }

  #sideNav .navbar-nav .nav-link.active,
  #sideNav .navbar-nav .nav-link:focus,
  #sideNav .navbar-nav .nav-link:active {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: #fff;
    box-shadow: 0 6px 18px rgba(14, 165, 233, 0.35);
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  /*max-width: 100rem;*/
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

:root {
  --primary-color: #0ea5e9;
  --primary-dark: #0284c7;
  --primary-light: #38bdf8;
  --secondary-color: #06b6d4;
  --accent-color: #8b5cf6;
  --success-color: #10b981;
  --dark-bg: #0f172a;
  --darker-bg: #020617;
  --text-dark: #1e293b;
  --text-light: #64748b;
  --text-lighter: #94a3b8;
}

.bg-primary {
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

a {
  color: var(--primary-color);
}

a:link {
  text-decoration: underline;
}

a:active,
a:focus,
a:hover {
  color: var(--primary-dark);
}

/* Hero Section Enhancements */
.hero-tagline {
  margin-top: 2rem;
}

.hero-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  text-transform: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

#pageLoader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.15), transparent 35%),
              radial-gradient(circle at 80% 30%, rgba(139, 92, 246, 0.12), transparent 35%),
              #030712;
  display: grid;
  place-items: center;
  z-index: 2000;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

#pageLoader.fade {
  opacity: 0;
  visibility: hidden;
}

#pageLoader .loader-inner {
  text-align: center;
  color: #e5f6ff;
}

.loader-dots {
  display: inline-flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.loader-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  display: inline-block;
  animation: loader-bounce 1.2s infinite ease-in-out;
}

.loader-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.loader-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.loader-text {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e5f6ff;
  opacity: 0.9;
}

@keyframes loader-bounce {
  0%, 80%, 100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  40% {
    transform: scale(1.15);
    opacity: 1;
  }
}

.typed-words {
  min-width: 16ch;
  display: inline-block;
  position: relative;
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  background-clip: text;
}

.typed-words::after {
  content: '|';
  position: absolute;
  right: -0.5rem;
  color: var(--primary-color);
  animation: cursor-blink 1s step-end infinite;
}

@keyframes cursor-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

.hero-pitch {
  font-size: 1.3rem;
  line-height: 1.8;
  color: var(--text-light);
  max-width: 800px;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary.cta-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border: none;
  font-size: 1.1rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: pulse-glow 3s infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.4);
  }
  50% {
    box-shadow: 0 4px 30px rgba(14, 165, 233, 0.7), 0 0 20px rgba(14, 165, 233, 0.3);
  }
}

.btn-primary.cta-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary.cta-primary:hover::after {
  opacity: 1;
}

.btn-primary.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.6);
}

.btn-primary.cta-primary span,
.btn-primary.cta-primary i {
  position: relative;
  z-index: 1;
}

.btn-outline-primary.cta-secondary {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-size: 1.1rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-outline-primary.cta-secondary:hover {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.4);
}

/* Stats Bar */
.stats-bar {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.05) 0%, rgba(6, 182, 212, 0.05) 100%);
  border-radius: 15px;
  border: 2px solid rgba(14, 165, 233, 0.2);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.1);
}

.stat-item {
  text-align: center;
  min-width: 150px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Saira Extra Condensed', sans-serif;
}

.stat-label {
  font-size: 0.95rem;
  color: var(--text-light);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* Testimonials */
.testimonial-card {
  background: #fff;
  border: 2px solid rgba(14, 165, 233, 0.2);
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
}

.testimonial-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.2);
  transform: translateY(-8px);
}

.testimonial-quote {
  margin-bottom: 1.5rem;
}

.testimonial-quote i {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.testimonial-quote p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-dark);
  font-style: italic;
}

.testimonial-author {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid rgba(14, 165, 233, 0.2);
}

/* Tech Stack */
.tech-stack-grid {
  margin-top: 2rem;
}

.tech-card {
  background: linear-gradient(135deg, #ffffff 0%, rgba(14, 165, 233, 0.02) 100%);
  border: 2px solid rgba(14, 165, 233, 0.2);
  border-radius: 15px;
  padding: 2rem 1rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
  position: relative;
  overflow: hidden;
}

.tech-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.tech-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.25);
  transform: translateY(-8px);
}

.tech-icon {
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.tech-card h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

/* Contact Section */
.contact-method {
  padding: 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-method:hover {
  background-color: #f8f9fa;
}

.contact-method i {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.badge-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1.8rem;
  }
  
  .hero-pitch {
    font-size: 1.1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-buttons .btn {
    width: 100%;
  }
  
  .stats-bar {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .stat-item {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
  }
  
  .stat-item:last-child {
    border-bottom: none;
  }
}

/* Certification Highlights */
.cert-highlight-card {
  background: linear-gradient(135deg, #ffffff 0%, rgba(14, 165, 233, 0.02) 100%);
  border: 2px solid rgba(14, 165, 233, 0.2);
  border-radius: 15px;
  padding: 2rem 1rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
}

.cert-highlight-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.25);
  transform: translateY(-8px);
}

.cert-highlight-icon {
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cert-highlight-card h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #24292e;
}

#all-certs {
  margin-top: 2rem;
}

/* Details/Summary styling */
details summary {
  outline: none;
  user-select: none;
  padding: 0.5rem 0;
}

details summary:hover {
  text-decoration: underline;
}

details[open] summary {
  margin-bottom: 0.5rem;
}

/* Skills Proficiency Section */
.skill-category {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
  border: 2px solid rgba(14, 165, 233, 0.1);
}

.skill-category h4 {
  color: var(--text-dark);
  font-size: 1.3rem;
}

.skill-item {
  margin-bottom: 1.5rem;
}

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

.skill-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--text-dark);
}

.skill-level {
  font-size: 0.85rem;
  color: var(--primary-color);
  font-weight: 700;
}

.skill-bar {
  height: 10px;
  background: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 10px;
  width: 0;
  transition: width 1.5s ease;
  position: relative;
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}

.skill-progress::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Featured Projects Section */
.project-card {
  background: white;
  border: 2px solid rgba(14, 165, 233, 0.2);
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.project-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 12px 40px rgba(14, 165, 233, 0.3);
  transform: translateY(-10px);
}

.featured-project {
  border-color: var(--primary-color);
  border-width: 3px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(14, 165, 233, 0.03) 100%);
}

.project-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
  color: white;
  padding: 5px 45px;
  font-size: 0.8rem;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.project-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3);
}

.project-icon i {
  font-size: 2rem;
  color: white;
}

.project-card h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.project-client {
  font-size: 0.95rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

.project-description {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tech-badge {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
  color: var(--primary-color);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid rgba(14, 165, 233, 0.3);
}

.project-results {
  padding: 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-radius: 8px;
  color: var(--success-color);
  font-weight: 600;
  font-size: 0.95rem;
  border-left: 4px solid var(--success-color);
}

.project-results i {
  margin-right: 0.5rem;
}

/* Floating CTA Button */
.floating-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 30px rgba(14, 165, 233, 0.5);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
  will-change: transform;
  animation: pulse 2.8s ease-in-out infinite;
}

.floating-cta:hover {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
  color: white;
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 40px rgba(14, 165, 233, 0.7);
}

.floating-cta i {
  animation: pulse 2s infinite;
}

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

/* Clients Grid */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  max-width: 1000px;
}

.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo-box {
  width: 100%;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #ffffff 0%, rgba(14, 165, 233, 0.02) 100%);
  border: 2px solid rgba(14, 165, 233, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
  min-height: 100px;
}

.client-logo-box:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.25);
  transform: translateY(-8px);
  background: linear-gradient(135deg, #ffffff 0%, rgba(14, 165, 233, 0.05) 100%);
}

.client-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #24292e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Reveal Animation */
.testimonial-card,
.tech-card,
.cert-highlight-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.testimonial-card.revealed,
.tech-card.revealed,
.cert-highlight-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Improved hover effects */
.btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

/* Badge enhancements */
.badge-primary {
  transition: all 0.3s ease;
}

.badge-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(21,66,117,0.3);
}

/* Value Propositions Section */
.value-card {
  text-align: center;
  padding: 2rem 1rem;
  background: white;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(21,66,117,0.15);
}

.value-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
  position: relative;
}

.value-icon-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.value-card:hover .value-icon-wrapper::after {
  opacity: 1;
}

.value-icon {
  font-size: 2rem;
  color: white;
}

.value-card h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #24292e;
}

.value-card p {
  font-size: 1rem;
  color: #586069;
  line-height: 1.6;
}

.bg-light {
  background-color: #f8f9fa !important;
}

/* Services Section */
.service-card {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.service-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 40px rgba(14, 165, 233, 0.25);
  transform: translateY(-10px);
}

.featured-service {
  border-color: var(--primary-color);
  border-width: 3px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(14, 165, 233, 0.03) 100%);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 5px 40px;
  font-size: 0.85rem;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4);
}

.service-header {
  text-align: center;
  margin-bottom: 2rem;
}

.service-icon {
  font-size: 3rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  display: block;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: var(--text-dark);
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.service-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #24292e;
  font-size: 1rem;
}

.service-features li:last-child {
  border-bottom: none;
}

.service-features i {
  color: #28a745;
  margin-right: 0.5rem;
}

.service-result {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem;
  border-radius: 8px;
  margin: 0;
  font-size: 0.95rem;
  color: #24292e;
}

/* PDF Download Link Enhancement */
.download-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #dee2e6;
  border-radius: 8px;
  color: #154275;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-pdf-link:hover {
  background: linear-gradient(135deg, #154275 0%, #1a5492 100%);
  border-color: #154275;
  color: white;
  transform: translateX(5px);
  text-decoration: none;
}

.download-pdf-link i {
  font-size: 1.2rem;
}

/* Smooth page transitions */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Performance optimization - GPU acceleration */
.testimonial-card,
.tech-card,
.cert-highlight-card,
.service-card,
.value-card,
.client-logo-box {
  will-change: transform;
  backface-visibility: hidden;
}

/* Mobile responsive improvements */
@media (max-width: 768px) {
  .floating-cta {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .client-logo-box {
    padding: 1.5rem 0.5rem;
    min-height: 80px;
  }
  
  .client-name {
    font-size: 0.95rem;
  }
}

/* Print styles */
@media print {
  .floating-cta,
  #sideNav,
  .cta-buttons,
  .btn {
    display: none !important;
  }
}

/* Scroll Progress Indicator */
.scroll-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(226, 232, 240, 0.5);
  z-index: 9999;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--accent-color) 100%);
  width: 0%;
  transition: width 0.1s ease;
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--text-dark) 0%, var(--darker-bg) 100%);
  color: white;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: translateY(-5px);
  box-shadow: 0 6px 30px rgba(14, 165, 233, 0.5);
}

.back-to-top:active {
  transform: translateY(-2px);
}

/* Heading Animations */
section h2,
section h3,
section h4 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

section h2.animated-heading,
section h3.animated-heading,
section h4.animated-heading {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in up animation */
.fade-in-up {
  animation: fadeInUp 0.8s ease forwards;
}

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

/* Enhanced card animations */
.project-card,
.value-card,
.service-card {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s ease;
}

.project-card.revealed,
.value-card.revealed,
.service-card.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Stagger animation delays for cards in a row */
.row > div:nth-child(1) .project-card,
.row > div:nth-child(1) .value-card,
.row > div:nth-child(1) .service-card {
  transition-delay: 0.1s;
}

.row > div:nth-child(2) .project-card,
.row > div:nth-child(2) .value-card,
.row > div:nth-child(2) .service-card {
  transition-delay: 0.2s;
}

.row > div:nth-child(3) .project-card,
.row > div:nth-child(3) .value-card,
.row > div:nth-child(3) .service-card {
  transition-delay: 0.3s;
}

.row > div:nth-child(4) .project-card,
.row > div:nth-child(4) .value-card,
.row > div:nth-child(4) .service-card {
  transition-delay: 0.4s;
}

/* Mobile menu improvements */
@media (max-width: 991px) {
  .navbar-collapse {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }
  
  .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
    background: rgba(14, 165, 233, 0.1);
    transform: translateX(5px);
  }
}

/* Mobile responsive updates for new buttons */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 80px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  
  .scroll-progress-container {
    height: 3px;
  }
}

/* Improved loading state */
.hero-tagline,
.stat-number,
.cta-buttons {
  opacity: 0;
}

body.loaded .hero-tagline,
body.loaded .stat-number,
body.loaded .cta-buttons {
  opacity: 1;
}

/* Experience section enhancements */
.resume-item {
  position: relative;
  padding-left: 2rem;
  border-left: 3px solid rgba(14, 165, 233, 0.2);
  margin-left: 1rem;
  transition: all 0.3s ease;
}

.resume-item:hover {
  border-left-color: var(--primary-color);
  padding-left: 2.5rem;
}

.resume-item::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);
  transition: all 0.3s ease;
}

.resume-item:hover::before {
  box-shadow: 0 0 0 6px rgba(14, 165, 233, 0.3);
  transform: scale(1.3);
}

/* Badge improvements */
.badge {
  transition: all 0.3s ease;
  cursor: default;
}

.badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

/* Link hover effects */
a:not(.btn):not(.nav-link):not(.navbar-brand) {
  position: relative;
  transition: all 0.3s ease;
}

a:not(.btn):not(.nav-link):not(.navbar-brand)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transition: width 0.3s ease;
}

a:not(.btn):not(.nav-link):not(.navbar-brand):hover::after {
  width: 100%;
}

/* Details summary improved styling */
details {
  margin-top: 1rem;
}

details summary {
  cursor: pointer;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.05) 0%, rgba(6, 182, 212, 0.05) 100%);
  border-radius: 8px;
  border: 1px solid rgba(14, 165, 233, 0.2);
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--primary-color);
  user-select: none;
}

details summary:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
  border-color: var(--primary-color);
  transform: translateX(5px);
}

details[open] summary {
  margin-bottom: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

details summary::marker {
  color: var(--primary-color);
}

/* Icon pulse animation for attention */
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.service-icon,
.value-icon,
.project-icon i {
  animation: icon-pulse 3s ease-in-out infinite;
}

.service-card:hover .service-icon,
.value-card:hover .value-icon,
.project-card:hover .project-icon i {
  animation: none;
}

/* Subtle text selection color */
::selection {
  background: rgba(14, 165, 233, 0.3);
  color: var(--text-dark);
}

::-moz-selection {
  background: rgba(14, 165, 233, 0.3);
  color: var(--text-dark);
}

/* Improved button ripple effect */
.btn {
  overflow: hidden;
  position: relative;
}

.btn:active {
  transform: scale(0.98);
}

/* Enhanced focus states for accessibility */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Smooth hover on navbar brand */
.navbar-brand {
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-brand img {
  transition: all 0.3s ease;
}

.navbar-brand:hover img {
  box-shadow: 0 0 20px rgba(14, 165, 233, 0.5);
}

/* Timeline Section */
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--accent-color) 100%);
}

.timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

.timeline-item.revealed {
  opacity: 1;
  transform: translateX(0);
}

.timeline-icon {
  position: absolute;
  left: 12px;
  top: 0;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(14, 165, 233, 0.2), 0 4px 20px rgba(14, 165, 233, 0.4);
  z-index: 2;
}

.timeline-icon i {
  color: white;
  font-size: 1rem;
}

.timeline-content {
  background: white;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
  border: 2px solid rgba(14, 165, 233, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-content:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.2);
  transform: translateY(-4px);
}

.timeline-date {
  font-size: 0.85rem;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.timeline-content h4 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}

.timeline-content p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

.timeline-badge {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--success-color) 0%, #14b8a6 100%);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.5);
  }
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  
  .timeline-icon {
    left: 2px;
    width: 36px;
    height: 36px;
  }
  
  .timeline-item {
    padding-left: 60px;
  }
  
  .timeline-content {
    padding: 1rem 1.5rem;
  }
}

/* Footer Styles */
.site-footer {
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 2rem 2rem;
  margin-top: 4rem;
}

.site-footer h5 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a::after {
  display: none;
}

.footer-links a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-social a {
  width: 45px;
  height: 45px;
  background: rgba(14, 165, 233, 0.1);
  border: 2px solid rgba(14, 165, 233, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-social a::after {
  display: none;
}

.footer-social a:hover {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-5px) rotate(5deg);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
}

.site-footer .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.site-footer .badge {
  background: rgba(14, 165, 233, 0.2);
  border: 1px solid rgba(14, 165, 233, 0.4);
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .site-footer {
    padding: 3rem 1.5rem 1.5rem;
  }
}




/* added to test grid */

.box > img {
  object-fit: cover;
  width: 70%;
  max-height: 100%;
}

.grid {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2%;
  
}
.box {
  color: white;
  font-size: 4vw;
  padding: 2%;
  margin-bottom: 2%;
  margin-top: 2%;
  text-align: center;
}
.box:nth-child(n) {
  grid-column: span 3;
  }


@media screen and (max-width: 768px) {
    .grid {
      display: block;
      }
    .box {
      margin: 10px 0;
      max-width: 100%;
      }
    .box > img {
        object-fit: cover;
        width: 50%;
        max-height: 100%;
      }
  }
