.navbarSC {
  box-shadow: 2px 1px 8px 0px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.brandName {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
}

.brandLogo {
  width: 150px;
  width: clamp(4rem, 4vw, 5.9rem);
}

.nav-itemGrowing {
  font-size: clamp(1.3rem, 4vw, 1.5rem);
}

.cool-btn {
  position: relative;
  padding: clamp(0.875rem, 2.5vw, 1.25rem) clamp(2rem, 5vw, 3rem);
  font-size: clamp(0.9375rem, 1.8vw, 1.0rem);
  font-weight: 600;
  border: clamp(1px, 0.15vw, 2px) solid transparent;
  border-radius: clamp(0.625rem, 1.2vw, 0.875rem);
  background: linear-gradient(135deg, rgba(55,141,252,0.67) 0%, rgba(91,98,244,0.92) 100%);
  color: var(--bs-light);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 clamp(0.25rem, 0.5vw, 0.5rem) clamp(0.9375rem, 2vw, 1.25rem) rgba(55, 141, 252, 0.4), 0 clamp(0.125rem, 0.25vw, 0.25rem) clamp(0.5rem, 1vw, 0.75rem) rgba(91, 98, 244, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 1;
  letter-spacing: clamp(0.02em, 0.05vw, 0.03em);
}

.cool-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 98, 244, 0.3) 0%, rgba(55, 141, 252, 0.1) 100%);
  transform: translate(-50%, -50%);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.cool-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient( 90deg, transparent, rgba(240, 245, 250, 0.2), transparent );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  z-index: -1;
}

.cool-btn:hover {
  transform: translateY(clamp(-0.125rem, -0.3vw, -0.1875rem)) scale(1.05);
  box-shadow: 0 clamp(0.75rem, 1.5vw, 2.1875rem) clamp(2.1875rem, 4vw, 3rem) rgba(55,141,252,0.1), 0 clamp(0.375rem, 0.75vw, 1.25rem) clamp(1.25rem, 2.5vw, 1.875rem) rgba(91, 98, 244, 0.4), 0 0 clamp(1.875rem, 3vw, 2.5rem) rgba(55, 141, 252, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #4a9aff 0%, #6d75ff 100%);
  border-color: rgba(240, 245, 250, 0.3);
  color: #ffffff;
  text-shadow: 0 0 clamp(0.5rem, 1vw, 0.625rem) rgba(0, 0, 0, 0.3);
}

.cool-btn:hover::before {
  width: clamp(18.75rem, 50vw, 25rem);
  height: clamp(18.75rem, 50vw, 25rem);
}

.cool-btn:hover::after {
  left: 100%;
}

.cool-btn:active {
  transform: translateY(clamp(-0.0625rem, -0.1vw, -0.0625rem)) scale(1.02);
  box-shadow: 0 clamp(0.375rem, 0.75vw, 1.25rem) clamp(1.25rem, 2.5vw, 1.875rem) rgba(55, 141, 252, 0.5), 0 clamp(0.1875rem, 0.375vw, 0.625rem) clamp(0.625rem, 1.25vw, 0.9375rem) rgba(91, 98, 244, 0.3), inset 0 clamp(0.125rem, 0.25vw, 0.25rem) clamp(0.5rem, 1vw, 0.75rem) rgba(33, 37, 41, 0.3);
  background: linear-gradient(135deg, #2e75d9 0%, #4850d0 100%);
  color: #f0f5fa;
  text-shadow: 0 clamp(0.0625rem, 0.1vw, 0.125rem) clamp(0.1875rem, 0.3vw, 0.25rem) rgba(0, 0, 0, 0.4);
}

.cool-btn:active::before {
  width: clamp(21.875rem, 60vw, 31.25rem);
  height: clamp(21.875rem, 60vw, 31.25rem);
  background: radial-gradient(circle, rgba(33, 37, 41, 0.2) 0%, transparent 70%);
  transition: width 0.15s ease, height 0.15s ease;
}

.cool-btn:focus {
  outline: none;
  box-shadow: 0 0 0 clamp(0.125rem, 0.3vw, 0.1875rem) rgba(55, 141, 252, 0.3), 0 clamp(0.75rem, 1.5vw, 2.1875rem) clamp(2.1875rem, 4vw, 3rem) rgba(55, 141, 252, 0.6);
}

/* Pulse animation on load */

.cool-btn:hover {
  animation: none;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  width: max(80%, 90px);
  gap: 1rem;
}

.skill-tag {
  padding: 0.7rem 1.5rem;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-info);
  border-radius: 25px;
  color: var(--bs-primary);
  font-weight: 500;
  transition: all 0.3s;
}

.fas.fa-sync {
  animation: rotatingIcon 3s infinite;
}

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

.fas.fa-layer-group {
  display: inline-block;
  transform-origin: bottom;
  animation: squash-bounce 0.8s infinite;
}

@keyframes squash-bounce {
  0%, 100% {
    transform: translateY(0) scaleY(1);
  }
  40% {
    transform: translateY(-30px) scaleY(1.1);
  }
  90% {
    transform: translateY(0) scaleY(0.8);
  }
}

.breathingHeadingPro {
  animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

#projects {
  scroll-margin-top: 100px;
}

.imageProjectsH {
  height: 200px;
}

/* This creates a light 'shimmer' that runs across your logo every 3 seconds */

.logo-container {
  position: relative;
  overflow: hidden;
}

.logo-container::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: var(--bs-primary);
  transform: rotate(30deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -60%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media (min-width: 992px) {
  .theme-switcher-md {
    display: none;
  }
}

@media (max-width: 991px) {
  .theme-switcher-lg {
    display: none;
  }
}

p {
  font-family: 'Nunito';
}

:root {
  --primary-hex: #378dfc;
  --primary-glow: rgba(55, 141, 252, 0.4);
}

/* Base Reset & Physics */

.magnetic-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.magnetic-content {
  display: block;
  pointer-events: none;
  transition: transform 0.2s ease-out;
}

/* Interaction States */

/* =========================
   SHOCK CTA BUTTON
========================= */

.cta-shock {
  --glow: rgba(var(--bs-primary-rgb), 0.55);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .85rem 1.4rem;
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .02em;
  color: var(--bs-body-bg);
  background: linear-gradient( 135deg, var(--bs-primary), color-mix(in srgb, var(--bs-primary) 70%, black 30%) );
  border: none;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15), inset 0 0 0 1px rgba(255,255,255,.15);
  transition: transform .25s cubic-bezier(.2,.9,.3,1), box-shadow .25s ease, background .55s ease;
  isolation: isolate;
}

/* Arrow */

.cta-shock .cta-arrow {
  display: inline-block;
  transform: translateX(0);
  transition: transform .25s cubic-bezier(.2,.9,.3,1);
  font-size: 1.05rem;
}

/* Glow ring */

.cta-shock::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: radial-gradient(circle, var(--glow), transparent 60%);
  opacity: 0;
  z-index: -1;
  transition: opacity .3s ease;
}

/* Hover (pointer devices only) */

@media (hover: hover) and (pointer: fine) {
  .cta-shock:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 20px 45px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta-shock:hover::after {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta-shock:hover .cta-arrow {
    transform: translateX(4px);
  }
}

/* Active */

.cta-shock:active {
  transform: translateY(0) scale(.98);
  color: var(--bs-info-text-emphasis);
}

/* Focus (keyboard) */

.cta-shock:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), .35), 0 18px 40px rgba(0,0,0,.25);
}

/* Mobile tuning */

@media (max-width: 575px) {
  .cta-shock {
    padding: .75rem 1.2rem;
    font-size: .9rem;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .cta-shock, .cta-shock::after, .cta-arrow {
    transition: none;
  }
}

