/* Base Styles */
:root {
  --light-bg: #f5f5f5;
  --dark-bg: #2c3034;
}

.wsp{
  width: 40px!important;
  height: 40px!important;

}

body {
  background-color: var(--light-bg);
}

[data-bs-theme="dark"] body {
  background-color: var(--dark-bg);
}

/* Carousel */
.carousel-item img {
  max-height: 500px;
  object-fit: cover;
}

/* Dark Mode */
[data-bs-theme="dark"] .navbar {
  background-color: #212529 !important;
}

[data-bs-theme="dark"] footer {
  background-color: #212529;
}

.modal-cv {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-cv {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 1rem;
  border: 1px solid #888;
  width: 80%;
  max-width: 900px;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal-content-cv iframe {
  flex: 1;
  width: 100%;
  height: 100%;
}

.close-cv {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}

.close-cv:hover {
  color: black;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 65px;
  right: 20px;
  display: none;
  z-index: 1000;
}

/* Project Cards */
.project-image {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.icons-skills{
padding-top: 5px;
}

/* Profile Image */
.img-fluid.rounded.shadow {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

/* Spotify Player */
.spotify-player {
  border-radius: 12px;
  width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .social-links {
    justify-content: center;
  }
}

/* Company and Institution Logos */
.card-body .rounded {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* WhatsApp Icon */
.navbar-nav img[alt="WhatsApp"] {
  width: 31px;
  height: 31px;
}
