/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
/* Google Fonts are loaded via <link> in head.html */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
body {
  line-height: 1.7;
  font-family: "Avenir Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4B5563; }

p, .paragraph {
  font-weight: 400;
  color: #4B5563;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Avenir Light", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #1C3B12;
  font-family: "Cinzel", serif;
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 45px; } }
h2, .h2 {
  font-size: 40px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 30px; } }
h3, .h3 {
  font-size: 25px; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px; } }
h4, .h4 {
  font-size: 20px; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 18px; } }
h5, .h5 {
  font-size: 18px; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 16px; } }
h6, .h6 {
  font-size: 16px; }
  @media (max-width: 575px) {
    h6, .h6 {
      font-size: 14px; } }
/* Button style */
.btn {
  font-size: 16px;
  font-family: "Avenir Light", sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
  white-space: nowrap; }
  .btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform .2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0); }
  .btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
    outline: 0;
    box-shadow: none !important; }
    .btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
      transform: scaleY(1);
      transform-origin: bottom; }

.btn-sm {
  font-size: 14px;
  padding: 10px 35px; }

.btn-xs {
  font-size: 12px;
  padding: 5px 15px; }

.btn-primary {
  color: #fff;
  background-color: #5DA83B; }
  .btn-primary::before {
    background-color: #fff; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
    color: #5DA83B !important;
    background-color: #48822e !important;
    border-color: #48822e !important; }

.btn-outline-primary {
  color: #5DA83B;
  background-color: transparent;
  border: 1px solid #5DA83B; }
  .btn-outline-primary::before {
    background-color: #fff; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
    color: #5DA83B !important;
    background-color: #5DA83B !important;
    border-color: #5DA83B !important; }

.btn-light {
  color: #5DA83B;
  background-color: #fff;
  border: 1px solid #fff; }
  .btn-light::before {
    background-color: #5DA83B; }
  .btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important; }

body {
  background-color: #fff;
  overflow-x: hidden; }

::selection {
  background: #76c353;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F8EB;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

ol,
ul {
  list-style-type: none;
  margin: 0px; }

img {
  vertical-align: middle;
  border: 0; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a {
  color: inherit; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a:hover {
  color: #5DA83B; }

a.text-primary:hover {
  color: #5DA83B !important; }

a.text-light:hover {
  color: #5DA83B !important; }

h4 {
  transition: .2s ease; }

a h4:hover {
  color: #5DA83B; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .section-sm {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 30px; }

.bg-cover {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat; }

.border-primary {
  border-color: #D6E8C7 !important; }

/* overlay */
.overlay {
  position: relative; }
  .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #2E5B1F;
    opacity: .25; }

.outline-0 {
  outline: 0 !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #5DA83B !important; }

.bg-secondary {
  background: #2E5B1F !important; }

.bg-gray {
  background: #ECF5E3; }

.text-primary {
  color: #5DA83B !important; }

.text-color {
  color: #4B5563; }

.text-light {
  color: #7A8E75 !important; }

.text-lighten {
  color: #d6d6e0 !important; }

.text-muted {
  color: #b5b5b7 !important; }

.text-dark {
  color: #1C3B12 !important; }

.font-secondary {
  font-family: "Cinzel", serif; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pl-150 {
  padding-left: 150px; }

.zindex-1 {
  z-index: 1; }

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden; } }

.vertical-align-middle {
  vertical-align: middle; }

.icon-md {
  font-size: 36px; }

/* page title */
.page-title-section {
  padding: 400px 0 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 991px) {
    .page-title-section {
      padding: 250px 0 60px; } }
  @media (max-width: 767px) {
    .page-title-section {
      padding: 180px 0 50px; } }
  @media (max-width: 575px) {
    .page-title-section {
      padding: 160px 0 40px; } }
  .page-title-section.page-title-no-image {
    padding: 160px 0 50px;
    background-image: none !important;
    background: linear-gradient(135deg, #2E5B1F 0%, #172d0f 100%); }
    @media (max-width: 575px) {
      .page-title-section.page-title-no-image {
        padding: 130px 0 30px; } }
.hero-caption {
  margin-top: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95); }

/* Event banner cards */
.event-banner-card {
  display: block;
  text-decoration: none;
  color: inherit; }

.event-banner-card .banner-inner {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 20px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .15s ease, box-shadow .15s ease; }

.event-banner-card .banner-inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); }

.pdf-icon {
  background: #5DA83B;
  color: #fff;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 12px; }

/* PDF thumbnail fallback (uses embedded PDF first page when no image thumbnail available) */
.pdf-thumb {
  width: 100%;
  height: 680px;
  border: 0;
  display: block;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 12px;
  object-fit: cover;
  display: flex; }

/* PDF modal */
.pdf-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999; }

.pdf-modal[aria-hidden="false"] {
  display: block; }

.pdf-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); }

.pdf-modal-dialog {
  position: relative;
  width: 90%;
  max-width: 1100px;
  height: 80%;
  margin: 4% auto;
  background: transparent;
  display: flex;
  flex-direction: column; }

.pdf-modal-close {
  position: absolute;
  right: 8px;
  top: -8px;
  z-index: 100000;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px; }

.pdf-modal-body {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  overflow: hidden; }

.pdf-modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px; }
  .custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%); }

@media (max-width: 575px) {
  .custom-breadcrumb .h2 {
    font-size: 1.1rem; }
  .custom-breadcrumb .h3 {
    font-size: 1rem; }
  .custom-breadcrumb .h5 {
    font-size: 0.85rem; } }

/* Responsive Google Maps iframe wrapper */
.gmap-wrapper iframe {
  width: 100%;
  max-width: 100%; }
  @media (max-width: 575px) {
    .gmap-wrapper iframe {
      height: 220px !important; } }
  @media (max-width: 767px) {
    .gmap-wrapper iframe {
      height: 280px !important; } }
/* /page title */
.list-styled {
  padding-left: 25px; }
  .list-styled li {
    position: relative;
    margin-bottom: 15px; }
    .list-styled li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #5DA83B;
      left: -25px;
      top: 5px; }

textarea.form-control {
  height: 200px;
  padding: 20px; }

#map_canvas {
  height: 500px; }

.post-thumb-sm {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  object-position: top left; }

/* responsive video embed helper */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-embed iframe,
.video-embed img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* pagination */
.pagination {
  justify-content: center; }
  .pagination .page-item {
    margin: 0 10px; }
    .pagination .page-item.active .page-link {
      background: #5DA83B;
      color: #fff;
      border-color: #5DA83B; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item .page-link {
      color: #4B5563; }

.content * {
  margin-bottom: 20px; }

.content a {
  text-decoration: underline; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px; }

.content ol {
  padding-left: 20px; }

.content ul {
  padding-left: 0; }
  .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none; }
    .content ul li::before {
      position: absolute;
      content: "\e65d";
      font-family: "themify";
      font-size: 14px;
      left: 0;
      top: 8px;
      color: #5DA83B;
      transition: .3s ease; }

.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6; }
  .content table th,
  .content table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6; }
  .content table thead {
    background: #edf5e3; }
  .content table tbody {
    background: #F2F8EB; }
    .content table tbody td {
      text-align: left !important; }

.content blockquote p {
  margin-bottom: 0;
  color: #4B5563;
  font-style: italic !important; }

.content pre {
  padding: 10px 20px;
  background: #F2F8EB; }

.teacher-thumb-sm {
  height: 85px;
  width: 85px;
  object-fit: cover;
  object-position: top left; }

.top-header {
  font-size: 12px;
  transition: transform .2s ease;
  transform-origin: top;
  font-weight: 600; }
  .top-header.hide {
    transform: scaleY(0);
    transform-origin: top; }

.navigation {
  background: #2E5B1F;
  transition: background .2s ease; }
  .navigation .navbar-brand {
    padding: 12px 0; }

@media (max-width: 991px) {
  .navbar-collapse {
    background: #2E5B1F; } }

.navbar-nav {
  padding-left: 0;
  background: #2E5B1F; }

.nav-bg {
  background-color: #2E5B1F; }

.nav-item {
  margin: 0 15px;
  position: relative; }
  .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600; }
  .nav-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    content: "";
    background: #5DA83B;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease; }
  .nav-item:hover::before, .nav-item.active::before {
    transform: scaleY(1);
    transform-origin: bottom; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 22px 0; }
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 16px; } }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d; }

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #5DA83B;
  padding: 15px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff; }
  @media (max-width: 991px) {
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transform-origin: unset; } }
  .navbar .dropdown-menu.show {
    visibility: hidden; }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.show {
        visibility: visible;
        display: block; } }
.navbar .dropdown-item {
  position: relative;
  color: #1C3B12;
  transition: .2s ease;
  text-transform: capitalize;
  font-family: "Avenir Light", sans-serif; }
  @media (max-width: 991px) {
    .navbar .dropdown-item {
      text-align: center; } }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px; }
  .navbar .dropdown-item:hover {
    color: #5DA83B;
    background: transparent; }

.hero-slider-item {
  min-height: 580px;
  height: 55vw;
  max-height: 750px;
  display: flex !important;
  align-items: center; }

.hero-slider {
  position: relative; }
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    font-size: 22px;
    transition: all linear .2s;
    background: rgba(0, 0, 0, 0.2); }
    .hero-slider .prevArrow:focus,
    .hero-slider .nextArrow:focus {
      outline: 0; }
    .hero-slider .prevArrow:hover,
    .hero-slider .nextArrow:hover {
      color: #fff;
      background: #5DA83B;
      border-color: #5DA83B; }
  .hero-slider .prevArrow {
    left: 20px; }
  .hero-slider .nextArrow {
    right: 20px; }
  .hero-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    text-align: center;
    padding-left: 0;
    z-index: 9; }
    .hero-slider .slick-dots li {
      display: inline-block;
      margin: 0 6px; }
      .hero-slider .slick-dots li.slick-active button {
        background: #5DA83B;
        transform: scale(1.3); }
      .hero-slider .slick-dots li button {
        color: transparent;
        padding: 0;
        overflow: hidden;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.6);
        border: 0;
        outline: 0;
        transition: all .2s; }

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #5DA83B;
  display: inline-block; }

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%; }
  @media (max-width: 1400px) {
    .feature-blocks {
      padding-right: 10%; } }
  @media (max-width: 1200px) {
    .feature-blocks {
      padding-right: 50px;
      padding-left: 50px;
      padding-top: 30px; }
      .feature-blocks h3 {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .feature-blocks {
      margin-top: 0;
      padding: 50px; }
      .feature-blocks h3 {
        font-size: 25px; } }
/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px; }

.flex-basis-33 {
  flex-basis: 33.3333%; }

.hover-shadow {
  transition: .3s ease; }
  .hover-shadow:hover {
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); }

/* /course */
/* success story */
.success-video {
  min-height: 300px; }
  .success-video .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .success-video .play-btn {
        left: 50%;
        transform: translate(-50%, -50%); } }
.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #5DA83B;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  .play-btn i {
    line-height: 80px; }
  .play-btn::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -2;
    transition: .3s ease;
    transition-delay: .2s; }
  .play-btn::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 80%;
    transform: translate(-50%, -50%);
    background: #5DA83B;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .3s ease; }
  .play-btn:hover::before {
    height: 80%;
    width: 80%;
    transition-delay: 0s; }
  .play-btn:hover::after {
    height: 0;
    width: 0;
    transition: 0s ease; }

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #5DA83B;
  font-family: "Cinzel", serif;
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase; }
  .card-date span {
    font-size: 40px; }

/* /events */
/* event-card styles used on homepage and scuola page */
.event-card {
  overflow: hidden; }

.event-card .event-image {
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 0px; }

.event-card .event-image img {
  width: 100%;
  height: auto;
  display: block; }

.event-body {
  background: #f6eae4;
  display: flex;
  flex-direction: column; }

.event-body h4 {
  color: #6b4f3a; }

.event-body .btn-dark {
  background: #222;
  color: #fff;
  padding: 0.45rem 0.9rem;
  border-radius: 4px; }

.event-body .btn-dark:hover {
  background: #111; }

/* image caption overlay (matches .hero-caption style) */
.event-image {
  position: relative;
  overflow: hidden; }

.image-caption {
  position: absolute;
  left: 6px;
  top: 6px;
  transform: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 0.35rem 0.75rem;
  border-radius: 0.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  font-size: 0.95rem; }

/* scuola page specific styles previously inline */
.scuola-quote {
  border-left: 4px solid #c8a96e;
  padding: 1.5rem 2rem;
  background: #fdfaf5;
  border-radius: 0.25rem; }

.scuola-activities li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f0ece5; }

.scuola-activities li:last-child {
  border-bottom: none; }

.activity-icon {
  margin-right: 0.5rem;
  font-size: 1.1em; }

.teacher-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top left;
  border: 3px solid #c8a96e; }

/* gallery thumbnail styling used across gallery pages */
.gallery-thumb {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.04); }

.gallery-thumb:hover {
  transform: translateY(-2px); }

.venobox {
  display: block; }

.gallery-caption {
  text-align: center;
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.2; }

/* lab cards and placeholder styles */
.img-placeholder {
  height: 220px;
  background: linear-gradient(180deg, #f3f3f3, #e9e9e9);
  border: 1px dashed rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
  overflow: hidden;
  color: #666;
  font-weight: 600;
  border-radius: 0.5rem; }

.img-placeholder picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block; }

.hero-caption {
  position: absolute;
  left: 6px;
  top: 6px;
  transform: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 0.35rem 0.75rem;
  border-radius: 0.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  font-size: 1.05rem; }

.lab-card {
  margin: 0; }

.lab-card figcaption {
  margin-top: 0.6rem;
  color: #444; }

/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0; }

/* camp estivo section styling */
.camp-section {
  background: #fdfaf5;
  border-left: 5px solid #c8a96e;
  padding: 1.25rem;
  border-radius: 0.6rem; }
  .camp-section .camp-list {
    list-style: disc;
    margin-left: 1.25rem;
    color: #4B5563; }
    .camp-section .camp-list li {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
    .camp-section .camp-list li:last-child {
      border-bottom: none; }
  .camp-section .teacher-list {
    margin-top: 0.75rem; }
    .camp-section .teacher-list .teacher {
      padding: 0.5rem 0;
      border-top: 1px dashed rgba(0, 0, 0, 0.04); }
  .camp-section h3 {
    color: #6b4f3a;
    margin-bottom: 0.5rem; }
  .camp-section h4 {
    color: #8a6b4f;
    margin-top: 0.75rem; }

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #5DA83B 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1; }
  .newsletter-block {
    padding-left: 50px; }
    @media (max-width: 575px) {
      .newsletter-block {
        padding-left: 15px; } }
.input-wrapper {
  position: relative; }
  .input-wrapper button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 575px) {
      .input-wrapper button {
        position: static;
        transform: translateY(-10px);
        width: 100%;
        outline: 5px solid #fff;
        outline-offset: -5px; } }
.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px; }
  .form-control:focus {
    border-color: #5DA83B;
    box-shadow: none; }

.newsletter-block .form-control {
  height: 80px;
  padding-right: 160px; }
  @media (max-width: 575px) {
    .newsletter-block .form-control {
      padding-right: 25px;
      height: 54px; } }
.bg-footer {
  background-color: #182b45; }

.logo-footer {
  margin-top: -20px;
  display: inline-block; }

.footer {
  border-color: rgba(255, 255, 255, 0.08) !important;
  padding-top: 60px;
  color: #8996a7; }
  .footer a {
    color: #8996a7;
    text-transform: capitalize; }
    .footer a:hover {
      text-decoration: underline;
      color: #fff; }

.copyright p {
  color: #8996a7;
  text-transform: capitalize; }

.footer-contact li {
  font-size: 13px;
  line-height: 1.6; }

/* obiettivi */
.objectives-section {
  background-color: #F2F8EB; }
  .objectives-section .section-title {
    font-size: 2rem;
    color: #2E5B1F;
    letter-spacing: .05em; }
  .objectives-section .lead {
    font-size: 1.1rem;
    line-height: 2;
    font-style: italic;
    color: #4B5563; }

/* /obiettivi */
/* split info section (homepage alternating panels) */
.split-sections .split-row {
  margin: 0; }

.split-sections .split-img-col {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 0; }
  .split-sections .split-img-col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    display: block; }

.split-sections .split-text-col {
  background: #fdfaf3;
  border-left: 5px solid #c8a96e;
  padding: 0; }

.split-sections .split-text-col--alt {
  background: #fff8f2;
  border-left: none;
  border-right: 5px solid #c8a96e; }

.split-sections .split-text {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.split-sections .split-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a96e;
  border: 1.5px solid #c8a96e;
  border-radius: 2rem;
  padding: 0.2rem 0.85rem;
  margin-bottom: 1rem;
  align-self: flex-start; }

.split-sections .split-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2b1f0e;
  line-height: 1.2;
  margin-bottom: 0.75rem; }

.split-sections .split-lead {
  font-size: 1.05rem;
  color: #7a6050;
  font-style: italic;
  margin-bottom: 1rem; }

.split-sections p {
  color: #4a3c2e;
  line-height: 1.85;
  font-size: 0.97rem;
  margin-bottom: 0.75rem; }

.split-sections .split-btn {
  display: inline-block;
  align-self: flex-start;
  border: 2px solid #c8a96e;
  color: #7a5c2e;
  background: transparent;
  border-radius: 2rem;
  padding: 0.5rem 1.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease; }
  .split-sections .split-btn:hover {
    background: #c8a96e;
    color: #fff;
    text-decoration: none; }

@media (max-width: 575px) {
  .split-sections .split-img-col {
    min-height: 260px; }
  .split-sections .split-text {
    padding: 2rem 1.25rem; }
  .split-sections .split-heading {
    font-size: 1.45rem; }
  .split-sections .split-text-col--alt {
    border-right: none;
    border-left: 5px solid #c8a96e; } }

/* newsletter signup */
.newsletter-signup {
  background: #fdfaf3;
  border-top: 3px solid #c8a96e;
  border-bottom: 3px solid #c8a96e; }
  .newsletter-signup .newsletter-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c8a96e;
    margin-bottom: 0.4rem; }
  .newsletter-signup .newsletter-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #2b1f0e;
    margin-bottom: 0.5rem; }
  .newsletter-signup .newsletter-sub {
    color: #7a6050;
    font-size: 1rem;
    margin-bottom: 1.75rem; }
  .newsletter-signup .newsletter-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1rem; }
  .newsletter-signup .newsletter-input {
    flex: 1 1 180px;
    max-width: 260px;
    height: 46px;
    border: 1.5px solid #d9cfc4;
    border-radius: 0.35rem;
    padding: 0 1rem;
    font-size: 0.95rem;
    color: #3a2b18;
    background: #fff;
    transition: border-color 0.2s; }
    .newsletter-signup .newsletter-input:focus {
      outline: none;
      border-color: #c8a96e; }
    .newsletter-signup .newsletter-input::placeholder {
      color: #bbb; }
  .newsletter-signup .newsletter-btn {
    display: inline-block;
    background: #c8a96e;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 0.6rem 2.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0.25rem; }
    .newsletter-signup .newsletter-btn:hover {
      background: #a8843e; }
  .newsletter-signup .newsletter-badge {
    margin-top: 1.25rem; }
    .newsletter-signup .newsletter-badge img {
      opacity: 0.7; }
  @media (max-width: 575px) {
    .newsletter-signup .newsletter-title {
      font-size: 1.4rem; }
    .newsletter-signup .newsletter-fields {
      flex-direction: column;
      align-items: center; }
    .newsletter-signup .newsletter-input {
      max-width: 100%;
      width: 100%; } }
/* /newsletter signup */
/* /footer */
/* core highlighted section */
.core-section {
  font-family: 'Playfair Display', Georgia, serif;
  background: #fdfaf3;
  border-top: 3px solid #c8a96e;
  border-bottom: 3px solid #c8a96e;
  padding: 4rem 0; }
  .core-section .core-eyebrow {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c8a96e;
    margin-bottom: 0.5rem;
    font-weight: 600; }
  .core-section .core-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #2b1f0e;
    line-height: 1.25;
    margin-bottom: 0.75rem; }
  .core-section .core-divider {
    width: 60px;
    height: 3px;
    background: #c8a96e;
    margin: 0 auto;
    border-radius: 2px; }
  .core-section .core-card {
    background: #fff;
    border-top: 4px solid #e8ddc8;
    padding: 2rem 1.5rem;
    height: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, border-top-color 0.2s ease; }
    .core-section .core-card:hover {
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
      border-top-color: #c8a96e; }
    .core-section .core-card.core-card--mid {
      border-top-color: #c8a96e;
      background: #fffdf7; }
  .core-section .core-numeral {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    color: #c8a96e;
    line-height: 1;
    margin-bottom: 0.75rem;
    opacity: 0.75; }
  .core-section .core-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #3a2b18;
    margin-bottom: 0.85rem;
    line-height: 1.35; }
  .core-section p {
    font-family: inherit;
    color: #5a4a38;
    line-height: 1.85;
    font-size: 0.97rem;
    margin-bottom: 0; }
  @media (max-width: 575px) {
    .core-section {
      padding: 2.5rem 0 1.5rem; }
      .core-section .core-title {
        font-size: 1.5rem; }
      .core-section .core-numeral {
        font-size: 2.2rem; } }
.filter-controls li {
  cursor: pointer;
  transition: .1s ease; }
  .filter-controls li.active {
    font-weight: 600;
    color: #5DA83B; }
  .filter-controls li:hover {
    color: #5DA83B; }

.tag-list a {
  display: block;
  padding: 5px 10px;
  background: #F2F8EB;
  color: #4B5563; }
  .tag-list a:hover {
    background-color: #5DA83B;
    color: #fff; }

.media a:hover h5 {
  color: #5DA83B;
  transition: 0.3s; }

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #ECF5E3; }
  .gallery-item .gallery-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top left;
    display: block;
    transition: transform .35s ease; }
  .gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(46, 91, 31, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease; }
  .gallery-item .gallery-icon {
    font-size: 26px;
    color: #fff; }
  .gallery-item:hover .gallery-thumb {
    transform: scale(1.06); }
  .gallery-item:hover .gallery-overlay {
    opacity: 1; }

.giardino-label {
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5DA83B; }

.giardino-hero-img {
  box-shadow: 0 12px 40px rgba(46, 91, 31, 0.25); }

.giardino-pedagogia {
  background: #fff; }

.giardino-quotes .giardino-quote-card {
  background: #fff;
  border-left: 4px solid #5DA83B;
  border-radius: 4px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); }

.giardino-quotes .giardino-quote-icon {
  font-size: 28px;
  color: #5DA83B;
  display: block;
  margin-bottom: 16px; }

.giardino-quotes .giardino-quote-text {
  font-family: "Avenir Light", sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.75;
  color: #1C3B12;
  margin: 0; }

.giardino-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #4B5563; }
  .giardino-feature i {
    font-size: 20px;
    min-width: 24px; }

.giardino-teacher .giardino-teacher-photo {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: top left;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 8px 30px rgba(46, 91, 31, 0.2); }

.giardino-cta {
  background: linear-gradient(135deg, #2E5B1F 0%, #1f3d15 100%); }
  .giardino-cta h3, .giardino-cta p {
    color: #fff; }
  .giardino-cta .btn-primary {
    background: #5DA83B;
    border-color: #5DA83B; }
    .giardino-cta .btn-primary:hover {
      background: #70c04c;
      border-color: #70c04c; }
  .giardino-cta .btn-outline-primary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6); }
    .giardino-cta .btn-outline-primary:hover {
      background: rgba(255, 255, 255, 0.15);
      border-color: #fff;
      color: #fff; }
