
/* ===== TYPOGRAPHY SCALE +20% ===== */
html{
  font-size: 120%;
}

.hero-title{
  font-size: clamp(40px, 5vw, 76px) !important;
}

.section h2{
  font-size: 28px !important;
}

.card h3{
  font-size: 18px !important;
}

.nav-left a, .nav-right a{
  font-size: 15px !important;
}



/* ===== FINAL SOLID PREMIUM HEADER ===== */
header{
  position: sticky;
  top: 0;
  z-index: 300;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.header-inner{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  padding: 18px 0;
}

.logo-only img{
  width:160px;
  height:auto;
}

.nav-left, .nav-right{
  display:flex;
  gap:30px;
  align-items:center;
}

.nav-left{ justify-content:flex-end; }
.nav-right{ justify-content:flex-start; }

.nav-left a, .nav-right a{
  font-size:14px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:600;
  color:#222;
  position:relative;
  padding-bottom:6px;
}

.nav-left a::after, .nav-right a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0%;
  height:1px;
  background:#A61F3B;
  transition:width .25s ease;
}

.nav-left a:hover, .nav-right a:hover{
  color:#A61F3B;
}

.nav-left a:hover::after, .nav-right a:hover::after{
  width:100%;
}

@media (max-width:900px){
  .header-inner{
    grid-template-columns:1fr;
    gap:12px;
  }
  .nav-left,.nav-right{
    justify-content:center;
    gap:18px;
  }
}




@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Manrope:wght@400;600;700&display=swap');

:root{
  --bg:#ffffff;
  --text:#111111;
  --muted:#5d5d5d;
  --line: rgba(17,17,17,.10);
  --brand:#A61F3B;
  --brandSoft: rgba(166,31,59,.10);
  --shadow: 0 18px 60px rgba(0,0,0,.12);
  --radius: 22px;
  --max: 1120px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(166,31,59,.10), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(166,31,59,.06), transparent 55%),
    linear-gradient(180deg, #fff, #fff);
  min-height:100vh;
}


h1, h2, h3{
  font-family: "Fraunces", ui-serif, Georgia, serif;
  letter-spacing: -0.02em;
}
.hero-title{
  font-family: "Fraunces", ui-serif, Georgia, serif;
}
.section h2{
  font-family: "Fraunces", ui-serif, Georgia, serif;
}
.card h3{
  font-family: "Fraunces", ui-serif, Georgia, serif;
}


img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
.container{ width:min(var(--max), calc(100% - 48px)); margin:0 auto; }

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{ left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#fff; border:1px solid var(--line); border-radius:12px; z-index:999; }


header{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  padding: 16px 0;
}

.nav-left, .nav-right{
  display:flex;
  gap:12px;
}

.nav-left{ justify-content:flex-end; }
.nav-right{ justify-content:flex-start; }

.logo-only img{
  width:180px;
  max-width:180px;
  height:auto;
}

.nav-left a, .nav-right a{
  padding: 8px 14px;
  border-radius: 999px;
  border:1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.78);
  font-weight:600;
  color:var(--muted);
}

.nav-left a:hover, .nav-right a:hover{
  background: rgba(166,31,59,.10);
  color: var(--brand);
}


main{ padding: 0 0 70px; }

/* Full-width slideshow */
.slideshow{
  width: 100%;
  height: min(72vh, 720px);
  min-height: 460px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #111;
}
.slide{
  position:absolute; inset:0;
  opacity:0;
  transition: opacity .8s ease;
}
.slide.is-active{ opacity:1; }
.slide img{
  width:100%; height:100%;
  object-fit: cover;
  transform: scale(1.02);
}
.slide:after{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.25) 45%, rgba(0,0,0,.55)),
    radial-gradient(800px 520px at 50% 35%, rgba(166,31,59,.35), transparent 60%);
}
.slide-content{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  text-align:center;
  padding: 24px;
  color:#fff;
}
.slide-content .inner{
  width:min(var(--max), calc(100% - 48px));
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size: 12px;
}
.hero-title{
  margin: 16px 0 10px;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.hero-sub{
  margin: 0 auto;
  max-width: 70ch;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.7;
}
.actions{
  display:flex; gap: 12px; flex-wrap:wrap;
  justify-content:center;
  margin-top: 22px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap: 10px;
  padding: 13px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 800;
  letter-spacing:.02em;
  background: rgba(255,255,255,.08);
  color:#fff;
}
.btn.primary{
  background: var(--brand);
  border-color: rgba(166,31,59,.55);
}
.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0); }

.dots{
  position:absolute; left:0; right:0; bottom: 16px;
  display:flex; gap:10px; justify-content:center;
  z-index:5;
}
.dot{
  width: 9px; height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.15);
  cursor:pointer;
}
.dot.is-active{ background:#fff; }

/* Sections */
.section{
  margin-top: 26px;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.section h2{
  margin:0 0 10px;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.section p{ margin:0; color: var(--muted); line-height: 1.75; font-size: 16px; }

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.card{
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.80);
}
.card h3{ margin:0 0 8px; font-size: 16px; letter-spacing:-0.01em; }
.card p{ margin:0; color: var(--muted); line-height: 1.65; }

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.photo{
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid var(--line);
  background:#fff;
}
.photo img{ width:100%; height:100%; object-fit: cover; }

.badge{
  display:inline-flex; align-items:center;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--brandSoft);
  border: 1px solid rgba(166,31,59,.16);
  color: var(--brand);
  font-weight: 800;
  margin-top: 14px;
  width: fit-content;
}

.gallery{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.gitem{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid var(--line);
  background:#fff;
  min-height: 160px;
}
.gitem img{ width:100%; height:100%; object-fit: cover; }
.g1{ grid-column: span 7; }
.g2{ grid-column: span 5; }
.g3{ grid-column: span 4; }
.g4{ grid-column: span 4; }
.g5{ grid-column: span 4; }

.note{ font-size: 13px; color: var(--muted); }

form .row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 12px;
}
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background:#fff;
  font: inherit;
}
textarea{ resize: vertical; }

@media (max-width: 980px){
  .grid3{ grid-template-columns: 1fr; }
  .split{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr; }
  .g1,.g2,.g3,.g4,.g5{ grid-column: span 1; }
  .logo-only img{ width: min(400px, 78vw); }
  .slideshow{ min-height: 420px; }
  form .row{ grid-template-columns: 1fr; }
}


/* Compact top slider on internal pages */
.slideshow.compact{
  height: 360px;
  min-height: 320px;
}
.hero-title.small{
  font-size: clamp(28px, 3.2vw, 44px);
  margin-top: 14px;
}

/* Footer */
.site-footer{
  margin-top: 34px;
  padding: 34px 0 18px;
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(166,31,59,.22), transparent 55%),
    linear-gradient(180deg, #141414, #0f0f0f);
  color: rgba(255,255,255,.86);
  border-top: 1px solid rgba(255,255,255,.10);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  align-items:start;
}
.footer-logo{
  width: 160px;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.25));
}
.footer-tagline{
  margin: 10px 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 18px;
  color: rgba(255,255,255,.92);
}
.footer-note{
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}
.footer-col h4{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
}
.footer-col p{
  margin: 0;
  line-height: 1.7;
  color: rgba(255,255,255,.76);
}
.footer-links a{
  color: rgba(255,255,255,.90);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.footer-links a:hover{
  color: #fff;
  border-bottom-color: rgba(255,255,255,.45);
}
.site-footer .btn{
  border-color: rgba(255,255,255,.18);
}
.footer-cta{ margin-top: 14px; }

.footer-bottom{
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.65);
  font-size: 13px;
}

@media (max-width: 980px){
  .slideshow.compact{ height: 320px; min-height: 280px; }
  .footer-grid{ grid-template-columns: 1fr; }
  .footer-logo{ width: 150px; }
}



/* Form enhancements */
select{ font: inherit; }
label.note{ display:block; margin-bottom: 6px; }


/* Coming Soon Banner */
.coming-soon-banner{
  width:100%;
  background:#A61F3B;
  color:#fff;
  text-align:center;
  padding:10px 0;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600;
}


/* ===== CHI SONO LAYOUT ===== */
.about-grid{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items:center;
}

.about-image img{
  width:100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.about-text h2{
  margin-bottom: 20px;
}

.about-text p{
  margin-bottom: 18px;
  line-height: 1.8;
}

.about-values{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 30px;
}

.about-values h4{
  margin-bottom:8px;
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#A61F3B;
}

.about-values p{
  font-size:14px;
  line-height:1.6;
}

@media (max-width: 900px){
  .about-grid{
    grid-template-columns:1fr;
  }
  .about-values{
    grid-template-columns:1fr;
  }
}


/* ===== CHI SONO: QUOTE + TIMELINE ===== */
.about-quote{
  margin: 26px 0 10px;
  padding: 18px 18px 16px;
  border-left: 3px solid rgba(166,31,59,.55);
  background: rgba(166,31,59,.06);
  border-radius: 14px;
  color: rgba(0,0,0,.78);
  font-family: "Fraunces", ui-serif, Georgia, serif;
  line-height: 1.7;
}
.about-quote span{
  display:block;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.about-timeline{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.about-timeline h3{
  margin: 0 0 14px;
  font-size: 18px;
}

.timeline{
  display:grid;
  gap: 12px;
}

.titem{
  display:flex;
  gap: 14px;
  align-items:flex-start;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.72);
}

.tstep{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  color: var(--brand);
  background: rgba(166,31,59,.10);
  border: 1px solid rgba(166,31,59,.16);
  flex: 0 0 34px;
}

.tcontent h4{
  margin: 0 0 6px;
  font-size: 15px;
}
.tcontent p{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 900px){
  .titem{ padding: 12px; }
}


/* Adjust spacing - Chi Sono */
.about-grid{
  margin-top: 10px !important;
}


/* ===== FIX CHI SONO SPACING ===== */

/* Reduce top space */
.section{
  padding-top: 40px !important;
}

/* Align image higher */
.about-grid{
  align-items: flex-start !important;
  margin-top: 0 !important;
}

/* Improve image position */
.about-image img{
  margin-top: 0 !important;
}

/* Reduce big rounded container feeling if present */
.container.section{
  border-radius: 20px;
  padding-top: 30px !important;
}

/* Make text slightly more balanced vertically */
.about-text{
  padding-top: 10px;
}



/* ===== SERVIZI HERO IMAGE ===== */
.servizi-hero{
  width:100%;
  height:380px;
  overflow:hidden;
}

.servizi-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}



/* Email style in contatti */
.card a[href^="mailto"]{
  color:#A61F3B;
  font-weight:600;
}
.card a[href^="mailto"]:hover{
  text-decoration:underline;
}


/* ===== MOBILE HAMBURGER MENU ===== */
.burger{
  display:none;
  justify-self:end;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap: 4px;
}

.burger span{
  display:block;
  width: 18px;
  height: 2px;
  background: rgba(0,0,0,.70);
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-menu{
  display:none;
  border-top: 1px solid rgba(0,0,0,.06);
  background: #ffffff;
}

.mobile-menu a{
  display:block;
  padding: 14px 24px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 650;
  color: rgba(0,0,0,.70);
}

.mobile-menu a:hover{
  background: rgba(166,31,59,.06);
  color: var(--brand);
}

.mobile-menu.open{ display:block; }

@media (max-width: 900px){
  .nav-left, .nav-right{ display:none !important; }
  .header-inner{
    grid-template-columns: 1fr auto 1fr;
  }
  .burger{ display:flex; }
}


/* ===== Improved Elegant Burger ===== */
.burger{
  background: transparent;
  border: none;
  width: 46px;
  height: 46px;
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  cursor:pointer;
}

.burger span{
  width:22px;
  height:2px;
  background: var(--brand);
  border-radius:999px;
  transition: all .3s ease;
}

/* Animated X state */
.burger.active span:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}

.burger.active span:nth-child(2){
  opacity:0;
}

.burger.active span:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px){
  .burger{ display:flex; }
}


/* ===== CONTATTI: HERO + GRID ===== */
.contact-hero{
  position: relative;
  width: 100%;
  height: 420px;
  overflow:hidden;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: #111;
}
.contact-hero-media{
  position:absolute;
  inset:0;
}
.contact-hero-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  filter: saturate(1.02);
}
.contact-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.18) 55%, rgba(0,0,0,.55)),
    radial-gradient(900px 520px at 30% 30%, rgba(166,31,59,.30), transparent 60%);
}
.contact-hero-inner{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:flex-end;
  padding-bottom: 22px;
}
.contact-hero-card{
  width: min(720px, 100%);
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
}
.contact-title{
  margin:0;
  font-size: clamp(36px, 4.2vw, 56px);
}
.contact-sub{
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
  line-height: 1.7;
}
.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 14px;
}
.contact-actions .btn{
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
}
.contact-actions .btn.primary{
  background: var(--brand);
  border-color: rgba(166,31,59,.55);
}
.contact-actions .btn:hover{ transform: translateY(-1px); }

.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
}

.contact-card .badge{
  margin-top: 14px;
}

.contact-mini{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
.mini{
  display:block;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.75);
}
.mini-k{
  display:block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  font-weight: 700;
}
.mini-v{
  display:block;
  margin-top: 6px;
  color: rgba(0,0,0,.78);
  font-weight: 700;
}
.mini:hover{
  border-color: rgba(166,31,59,.22);
  background: rgba(166,31,59,.06);
}

.map-wrap{
  margin-top: 16px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  background:#fff;
}
.map-wrap iframe{
  width: 100%;
  height: 260px;
  border: 0;
  display:block;
}

.contact-form select{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background:#fff;
  font: inherit;
}
.contact-form input,
.contact-form textarea{
  border-color: rgba(0,0,0,.10);
}
.privacy{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
}
.privacy input{
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

@media (max-width: 980px){
  .contact-hero{ height: 380px; }
  .contact-grid{ grid-template-columns: 1fr; }
  .contact-mini{ grid-template-columns: 1fr; }
}


/* ===== FIX HERO SMALL TEXT VISIBILITY ===== */
.contact-hero-card .note{
  color: rgba(255,255,255,.95) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
  font-weight: 500;
}



/* Smooth scroll */
html{
  scroll-behavior: smooth;
}



/* Fix anchor scroll position for contact form */
#contact-form{
  scroll-margin-top: 340px;
}



/* ===== LEGAL PAGES ===== */
.legal h3{
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 16px;
}
.legal ul{
  margin: 10px 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
}
.legal a{
  color: var(--brand);
  font-weight: 700;
}


/* ===== FOOTER LEGAL LINKS ===== */
.legal-footer-links{
  font-size: 13px;
  letter-spacing: .05em;
}

.legal-link{
  color: rgba(255,255,255,.9);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.legal-link:hover{
  color: #ffffff;
  border-color: rgba(255,255,255,.6);
}

.eu-funding{
  background:#f5f5f5;
  padding:70px 20px;
}

.eu-funding-inner{
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.eu-text{
  font-size:22px;
  line-height:1.6;
  margin-bottom:40px;
  color:#444;
}

.eu-logos{
  display:block;
  margin:0 auto;   /* centra l'immagine */
  max-width:850px;
  width:100%;
  height:auto;
}.eu-funding{
  background:#f5f5f5;
  padding:70px 20px;
}

.eu-funding-inner{
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.eu-text{
  font-size:22px;
  line-height:1.6;
  margin-bottom:40px;
  color:#444;
}

.eu-logos{
  display:block;
  margin:0 auto;   /* centra l'immagine */
  max-width:850px;
  width:100%;
  height:auto;
}

.coming-soon-banner {
  text-align: center;
  padding: 20px;
  background: #000; /* sfondo scuro per far risaltare il bianco */
  color: #fff;
}

.social-icons {
  margin-top: 12px;
}

.social-icons a {
  margin: 0 12px;
  font-size: 28px;
  color: #ffffff; /* icone bianche */
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  opacity: 0.8;
}