::-webkit-scrollbar {
  width: 8px;
  background: linear-gradient(180deg, #613400, #070016);

}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#ff9100);
  border-radius: 5px;
}



/* Add spacing above profile-stats */
.profile-stats {
  margin-top: 8rem;
}
/* Center skills-list */
.skills-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 4em;
}

.skills-list img {
  filter: drop-shadow(0 0 0px #ff8c00)
    drop-shadow(0 0 px rgba(255, 170, 100, 0.95));
  transition: filter 0.6s ease, transform 0.4s ease;
}

.skills-list img:hover {
  filter: drop-shadow(0 0 8px #ff8c00)
    drop-shadow(0 0 12px rgba(255, 170, 100, 0.95));
  transform: scale(1.05);
}

/* Stats separator styling */
.stat-separator {
  display: inline-block;
  width: 0;
  height: 88px;
  border-left: 2px solid #fff;
  opacity: 0.5;
  vertical-align: middle;
  margin: 0 1.1em;
}
/* Stats block styling */
.stat-block {
  display: inline-block;
  text-align: center;
  margin: 0 1.5em;
}
.stat-number {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.stat-label {
  font-size: 1rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 500;
  margin-top: 0.1em;
  display: block;
}
/* Stats list styling */
.stats-list {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 0.75em;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
/* Skill logos styling */
.skill-logo {
  width: 80px;
  height: 80px;
  margin: 0 16px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

/* Larger skill logos for Blender and After Effects */
.skill-logo-large {
  width: 104px;
  height: 104px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

/* Add spacing above the videos section */
.videos-section {
  margin-top: 2.5rem;
}
/* Country flag size for testimonials */
.country-flag {
  width: 1.25em;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0;
  border-radius: 2px;
}
.client-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0.3em;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #613400, #070016);
  background-attachment: fixed;
  font-family: "Segoe UI", "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
}

main {
  margin: 3.5rem auto 3.5rem auto;
  align-self: center;
  width: 100vh;
  max-width: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.availability-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6em;
  font-size: 0.9em;
  font-weight: 500;
  color: #19d86b;
  margin-bottom: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.01em;
  animation: fadeIn 1.2s;
}

.status-dot {
  width: 0.7em;
  height: 0.7em;
  background: #19d86b;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #19d86b80;
  animation: pulseStatus 1.2s infinite alternate;
}

@keyframes pulseStatus {
  from {
    box-shadow: 0 0 8px #19d86b80;
  }
  to {
    box-shadow: 0 0 16px #19d86b;
  }
}

.all-videos {
  margin-top: 100px;
}

.profile-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 2rem;
}

.profile-pic-container {
  flex-shrink: 0;
}

.profile-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  justify-content: flex-start;
}

.profile-pic {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1.1s cubic-bezier(0.23, 1, 0.32, 1) both;
  transition: filter 0.6s ease, transform 0.4s ease;
}

.profile-pic:hover {
  filter: drop-shadow(0 0 8px #ff8c00)
    drop-shadow(0 0 12px rgba(255, 170, 100, 0.95));
  transform: scale(0.98);
}

.main-title {
  font-size: 3.5em;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  margin: 0;
  text-align: left;
  animation: fadeInUp 1.3s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.main-desc {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: left;
  animation: fadeInUp 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.main-desc strong {
  font-weight: 700 !important;
  color: rgb(248, 103, 0) !important;
}

.main-video {
  width: 140px;
  height: 140px;
  aspect-ratio: 16/9;
  border-radius: 2rem;
  display: block;
  margin: 2rem auto;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.video-container {
  margin: 2rem 0;
}

.video-container iframe {
  width: 85vw;
  max-width: 854px;
  height: 48vw;
  max-height: 480px;
  border-radius: 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0 auto;
  transition: filter 0.6s ease, transform 0.4s ease;
}

.video-container iframe:hover {
  filter: drop-shadow(0 0 8px #ff8c00)
    drop-shadow(0 0 12px rgba(255, 170, 100, 0.95));
  transform: scale(0.98);
}

.contact-section h4 {
  margin-bottom: 0.1rem;
  color: #f1f1f1;
}

.links {
  display: flex;
  justify-content: center;
  /* gap: 1rem; */
  margin: auto;
}

.links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  /* background: #ffffff; */
  margin: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, background 0.2s, transform 0.3s;
  color: #f1f1f1;
  font-size: 0.8em;
  text-decoration: none;
}

.links a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* background: #f0f0f0; */
  transform: scale(1.18);
  filter: drop-shadow(0 0 8px #ff8c00)
    drop-shadow(0 0 8px rgba(255, 170, 100, 0.95));
}

.links img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  /* filter: invert(27%) sepia(6%) saturate(670%) hue-rotate(163deg) brightness(97%) contrast(88%); */
}

footer p {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  margin: 2rem auto 2rem auto;
  text-align: center;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 2.2em;
  padding: 2em 0;
  animation: fadeInUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.contact-section h2 {
  color: #ffffff;
  font-size: 1.5em;
}

/* Animation keyframes for fade-in and slide-up */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animate sections on scroll (basic fade-in) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section {
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 0.2s;
}
section.profile-section {
  animation-delay: 0.1s;
}
section.profile-stats {
  animation-delay: 0.4s;
}
section.videos-section {
  animation-delay: 0.7s;
}
section.testimonies-section {
  animation-delay: 1s;
}
section.contact-section {
  animation-delay: 1.3s;
}

.testimonies-section {
  margin: 4rem auto 2rem auto;
  max-width: 700px;
  text-align: center;
}

.testimonies-section h2 {
  color: #ffffff;
  font-size: 2.2em;
  margin-bottom: 2rem;
}

.testimony {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 1.2rem;
  padding: 2.5rem 2rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.15em;
  font-style: italic;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  /* margin-bottom: 1rem; */
  border: 2px solid #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.stars {
  color: #ffd700;
  font-size: 1.3em;
  margin-bottom: 0.7rem;
  letter-spacing: 0.1em;
  font-style: normal;
}

.testimony span {
  display: block;
  margin-top: 1rem;
  font-size: 1em;
  font-style: normal;
  color: #b0c4cc;
}

/* Back to top arrow button - modern design */
#back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00b4ff 0%, #032436 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), 0 0 0 6px rgba(0, 180, 255, 0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s, background 0.3s;
  border: 2px solid #fff;
}
#back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1.08);
}

#back-to-top:hover {
  background: linear-gradient(135deg, #ff8c00 0%, #032436 100%);
  box-shadow: 0 12px 40px rgba(255, 170, 100, 0.95),
    0 0 0 10px rgba(0, 180, 255, 0.22);
  transform: scale(1.18) rotate(-8deg);
}
#back-to-top:active {
  background: linear-gradient(135deg, #ff8c00 0%, #032436 100%);
  box-shadow: 0 4px 16px rgba(255, 170, 100, 0.95);
  transform: scale(0.98);
}

/* Request Quote Button */
.quote-btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 2.5rem;
  box-shadow: 0 8px 24px rgba(255, 140, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  border: none;
  font-family: "Inter", sans-serif;
  animation: fadeInUp 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.quote-btn:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ffb347 100%);
  box-shadow: 0 12px 40px rgba(255, 140, 0, 0.5);
  transform: translateY(-3px);
}

.quote-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.3);
}

/* --- Responsive Tweaks for Mobile-Friendly Layout --- */
@media (max-width: 900px) {
  .stats-list {
    font-size: 1.2rem;
  }
  main {
    width: 98vw;
    max-width: 98vw;
    margin: 2rem auto 2rem auto;
    padding: 0 0.5rem;
  }
  .main-title {
    font-size: 2.6em;
    text-align: center;
    width: 100%;
  }

  .skills-list img:hover {
    filter: none !important;
    transform: none !important;
  }

  .availability-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
    font-size: 0.8em;
    font-weight: 500;
    color: #19d86b;
    margin-bottom: 0.7em;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0.01em;
    animation: fadeIn 1.2s;
  }

  .status-dot {
    width: 0.7em;
    height: 0.7em;
    background: #19d86b;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #19d86b80;
    animation: pulseStatus 1.2s infinite alternate;
  }

  @keyframes pulseStatus {
    from {
      box-shadow: 0 0 8px #19d86b80;
    }
    to {
      box-shadow: 0 0 16px #19d86b;
    }
  }

  .main-desc {
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    font-weight: normal !important; /* make all text normal */
  }

  .main-desc strong {
    font-weight: bold !important; /* only strong words bold */
    color: chocolate !important;
  }
  .profile-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .profile-info {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .profile-pic {
    width: 7.5rem;
    height: 7.5rem;
  }

  .main-title {
    font-size: 2.6em;
    text-align: center;
  }

  .availability-status {
    justify-content: center;
  }

  .main-desc {
    font-size: 1.1em;
    text-align: center;
    font-weight: normal !important;
  }
  .quote-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.5em;
    margin-top: 1.2rem;
    border-radius: 2rem;
  }
}

@media (max-width: 600px) {
  .main-title {
    font-size: 1.6em;
  }

  .main-desc {
    font-size: 0.95em;
  }

  .profile-pic {
    width: 5.5rem;
    height: 5.5rem;
  }
  .quote-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.5em;
    margin-top: 1.2rem;
    border-radius: 2rem;
  }
    .skill-logo {
    width: 60px;
    height: 60px;
    margin: 0 6px;
  }
    .stats-list {
    font-size: 1.1em;
    flex-direction: column;
    gap: 0.8em;
  }
    .stat-separator {
    width: 80%;
    height: 0;
    border-left: none;
    border-top: 2px solid #fff;
    margin: 0.7em auto;
    display: block;
    opacity: 0.5;
  }
}
@media (max-width: 430px) {
  .stats-list {
    font-size: 1.1em;
    flex-direction: column;
    gap: 0.8em;
  }
  .stat-separator {
    width: 80%;
    height: 0;
    border-left: none;
    border-top: 2px solid #fff;
    margin: 0.7em auto;
    display: block;
    opacity: 0.5;
  }
  .quote-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.5em;
    margin-top: 1.2rem;
    border-radius: 2rem;
  }
  .skill-logo {
    width: 50px;
    height: 50px;
    margin: 0 6px;
  }
}
