
*{box-sizing:border-box}
a.btn{display:inline-block;padding:10px 16px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;text-decoration:none;font-weight:700;box-shadow:0 8px 20px rgba(0,102,255,.35)}
a.btn:hover{filter:brightness(1.08) saturate(1.1);transform:translateY(-1px)}


/* Gallery images adapt height */
.gallery img{width:100%;height:auto;max-height:480px;object-fit:contain}

/* Stronger text readability on parallax section */
.parallax-cta .inner h2,.parallax-cta .inner p{
  text-shadow:0 2px 6px rgba(0,0,0,0.75), 0 0 4px rgba(0,0,0,0.65);
}



/* Gallery images adapt to their natural sizes (no crop) */
.gallery img{
  height:auto !important;
  object-fit:contain !important;
  max-height:520px; /* safety on very tall images */
}

