/*
Theme Name: Bootscore Child
Theme URI: https://example.com
Description: Child theme di Bootscore
Author: Bytesystem srl
Template: bootscore
Version: 1.0
*/
/* =========================
   GLOBAL STYLE
========================= */

.navbar-brand img {
    max-height: 100px;
    width: auto;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-section {
  min-height: 100vh;
  background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
              url('/wp-content/uploads/hero-legal.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.hero-inner {
  max-width: 750px;
}

.hero-eyebrow {
  letter-spacing: 3px;
  font-size: .9rem;
  text-transform: uppercase;
  color: #b49a6c;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 400;
  margin: 20px 0;
}

.hero-subtitle {
  font-size: 1.2rem;
  opacity: .9;
}

.hero-bg {
  position: relative;
  min-height: 100vh;
  background: url('/wp-content/uploads/2026/02/bg2_cirillo.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

/* Overlay elegante scuro */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.55) 50%,
    rgba(0,0,0,0.4) 100%
  );
}

/* Contenuto sopra overlay */
.hero-bg .container {
  position: relative;
  z-index: 2;
}

.btn-gold {
	
  background: #b49a6c;
  color: #fff;
  padding: 12px 30px;
  border: none;
  transition: all .3s ease;
}

.btn-gold:hover {
  background: #9c855c;
  color: #fff;
}

.front-page {
  font-family: 'Georgia', serif;
}

.section-padding {
  padding: 100px 0;
}

.section-title {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

/* =========================
   BOX ELEGANTE
========================= */

.elegant-box {
  height: 350px;
  background: #c5bba5;
  position: relative;
}

.elegant-box::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  _border: 1px solid #c5bba5;
  background: url('/wp-content/uploads/2026/02/cirillo_img_home.jpg') center/cover no-repeat;
}

/* =========================
   AREE ATTIVITÀ
========================= */

.practice-card {
  padding: 30px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  background: #fff;
}

.practice-card:hover {
  transform: translateY(-5px);
  border-color: #c5bba5;
}

.icon-box i {
  font-size: 2rem;
  color: #b49a6c;
}

/* =========================
   NEWS
========================= */

.news-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  height: 100%;
}

.news-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.read-more {
  text-decoration: none;
  font-weight: 500;
  color: #b49a6c;
}

/* =========================
   CONSULTATION
========================= */

.consultation-section {
  background: #1e1e1e;
}

/* =========================
   AREE ATTIVITÀ - UPGRADE
========================= */

.practice-card {
  padding: 40px 30px;
  border: 1px solid #ececec;
  transition: all 0.35s ease;
  background: #fff;
  height: 100%;
}

.practice-card:hover {
  transform: translateY(-6px);
  border-color: #b49a6c;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f7f4;
  border: 1px solid #eee;
  transition: all .3s ease;
}

.icon-box i {
  font-size: 1.8rem;
  color: #b49a6c;
}

.practice-card:hover .icon-box {
  background: #b49a6c;
}

.practice-card:hover .icon-box i {
  color: #fff;
}

/* =========================
   HERO PICCOLA
========================= */

.page-hero-small {
    position: relative;
    min-height: 220px;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.55)
    ),
    url('/wp-content/uploads/hero-legal.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
}

.page-hero-title {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 2px;
}


/* =========================
   FEATURED IMAGE LAYOUT
========================= */

.page-featured-image img {
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}