
body {
    background-color: #ffffff;
    color: #212529;
    scroll-behavior: smooth;
}
.navbar {
    background-color: #f8f9fa;
}
.hero {
    padding: 120px 15px;
    background: linear-gradient(135deg, #d1cfcf,  #d1cfcf);
}
.hero h1 span {
    color: #20c997;
}
.card img {
    border-radius: 0.75rem;
    margin-bottom: 15px;
}
.card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
footer {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
    background: #f8f9fa;
}
.shadow {
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}


#activitiesCarousel {
  width: 800px;      
  height: 400px;    
  margin: 0 auto;   
  overflow: hidden;
}

#activitiesCarousel .carousel-inner,
#activitiesCarousel .carousel-item {
  width: 100%;
  height: 100%;
}

#activitiesCarousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;      
  object-position: center; 
}

.btn-cv {
    background: #20c997;
    color: white;
    border: none;
}
.btn-cv:focus { 
    outline: 3px solid rgba(32,201,151,0.25); 
}

.btn-outline-cv {
    background: transparent;
    color: #20c997;
    border: 2px solid #20c997;
}

.btn-outline-cv:focus { 
    outline: 3px solid rgba(32,201,151,0.15); 
}

.social-links { 
    display: inline-flex; gap: 0.6rem; align-items: center; 
}

.social-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 50%; text-decoration: none;
    background: transparent; border: 1px solid rgba(0,0,0,0.06); transition: transform .12s ease, background .12s ease;
    color: inherit;
}

.social-btn:hover, .social-btn:focus { 
    transform: translateY(-3px); background: rgba(32,201,151,0.06); 
}
.social-btn svg { 
    display: block; 
}

@media (max-width: 576px) {
.mt-4.d-flex { gap: .5rem; }
.social-links { margin-top: .5rem; }
}
