/********** Template CSS **********/
:root {
    --primary: #171642;
    --light: #f1f8ff;
    --dark: #202020;
    --background-color: #efefef;
    --text-color: #2a2a2a;
    --accent-color: #1a1941;
    --light-accent: rgba(25, 29, 65, 0.1);
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}


.header {
  background: url('../img/header.jpg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 200px 0 200px;
}

.header .container {
  /* background: rgba(17, 17, 17, 0.5); */
}

.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #1a1941;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.block-title {
  font-size: 42px;
  margin: 20px 0;
  text-align: center;
}

.details, .program, .special-offer, .reviews, .tickets, .contact, .newsletter, .artist {
  padding: 40px 0;
}
.artist  {
  background: #ffffff;
}
.artist p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  font-size: 18px;
  margin: 10px 0;
}

.ticket-form, .newsletter-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.ticket-form label, .newsletter-form label {
  margin: 10px 0 5px;
}

.ticket-form input, .ticket-form select, .newsletter-form input {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer {
  background-color: #333;
  color: white;
  /* text-align: center; */
  padding: 20px 0;
}

.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.social-links li {
  margin: 0 10px;
}

.social-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.btn-primary:hover {
  background-color: #1b2f43;
  color: #fff;
  transition: background-color 0.3s ease;
}
.detailsFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .detailsFlex{
    flex-direction: column;
  }
}
.detailsimg {
  width: 50%;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .detailsimg {
    width: 100%;
  }
}
.programFlex {
  display: flex;
  flex-direction: row;
  /* gap: 20px; */
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .programFlex {
    flex-direction: column;
  }
}
.detailsimg2 {
  width: 100%;
}
@media (max-width: 600px) {
  .detailsimg2 {
    width: 100%;
  }
}
.reviews {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .reviews {
    flex-direction: column;
  }
}
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  max-width: 400px;
  border: 1px solid #ffbeb2;
  padding: 40px;
  border-radius: 10px;
  background-color: #fffbfb;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffbeb2;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, 0.7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Footer ***/

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}
@media (max-width: 600px) {
  .contact-img {
    display: none;
  }
}

.cookie-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 40%;
    background: #fff;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(0, 0, 0);
    z-index: 999;
    @media (max-width: 600px) {
        width: 100%;
    }
}
.cookie-wrapper .show {
    right: 20px;
}

.hidden {
    display: none;
}
header i {
    color: #1a1941;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #1a1941;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #1a1941;
    text-decoration: none;
    text-align: center !important;
}
.data p a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
}
.buttons .cookie-button {
    border: 2px solid #1a1941;
    color: #fff;
    padding: 8px 0;
    background: #1a1941;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.5s ease;
    max-width: 150px;
    border-radius: 0;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #1a1941;
}
#declineBtn {
    background-color: #fff;
    color: #1a1941;
}
#declineBtn:hover {
    background-color: #1a1941;
    color: #fff;
}
/* Footer Style */
/* new styles  */

/* Загальні стилі */
:root {
  --primary: #171642;
  --light: #f1f8ff;
  --dark: #202020;
  --background-color: #efefef;
  --text-color: #2a2a2a;
  --accent-color: #1a1941;
  --light-accent: rgba(25, 29, 65, 0.1);
}

body {
  font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
  color: var(--text-color);
  background-color: var(--background-color);
}

/* Стилі для головного екрану */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-overlay {
  background: linear-gradient(to right, rgba(23, 22, 66, 0.65), rgba(23, 22, 66, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  position: relative;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.hero-description {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  max-width: 650px;
}

.hero-description em {
  font-style: normal;
  background-color: var(--light-accent);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.hero-btn {
  background-color: var(--light);
  color: var(--primary);
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
}

.hero-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
  z-index: -1;
}

.hero-btn:hover {
  color: var(--light);
}

.hero-btn:hover:before {
  width: 100%;
}

.hero-btn i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.hero-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .hero-title {
      font-size: 2.5rem;
  }
  
  .hero-subtitle {
      font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
      padding: 4rem 0;
  }
  
  .hero-title {
      font-size: 2rem;
  }
  
  .hero-subtitle {
      font-size: 1.125rem;
  }
  
  .hero-description {
      font-size: 1rem;
  }
}

/* Загальні стилі вже визначені вище */

/* Стилі для блоку Chi siamo */
.about-section {
  padding: 6rem 0;
  background-color: var(--light);
}

.about-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  position: relative;
}



.about-text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.about-text em {
  font-style: normal;
  background-color: var(--light-accent);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.about-paragraph {
  margin-bottom: 2.5rem;
}

/* Стилі для блоку Cosa offriamo */
.services-section {
  padding: 6rem 0;
  background-color: white;
}

.services-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  position: relative;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.75rem;
  padding: 1.5rem;
  border-radius: 8px;
  background-color: var(--light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 125px;
}

.services-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.services-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  color: var(--light);
  border-radius: 50%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.services-text {
  font-size: 1.125rem;
  line-height: 1.6;
}

.services-text em {
  font-style: normal;
  background-color: var(--light-accent);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* Стилі для блоку Come funziona la piattaforma */
.platform-section {
  padding: 6rem 0;
  background-color: var(--background-color);
}

.platform-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  position: relative;
}


.platform-text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.platform-text em {
  font-style: normal;
  background-color: var(--light-accent);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* Стилі для блоку Perché noi */
.why-us-section {
  padding: 6rem 0;
  background-color: white;
}

.why-us-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  position: relative;
}


.advantage-card {
  padding: 2rem;
  border-radius: 8px;
  background-color: var(--light);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--primary);
  color: var(--light);
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.advantage-text {
  font-size: 1.125rem;
  line-height: 1.6;
}

.advantage-text em {
  font-style: normal;
  background-color: var(--light-accent);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* Стилі для блоку Modulo di contatto */
.contact-section {
  padding: 6rem 0;
  background-color: var(--background-color);
}

.contact-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.contact-subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.contact-form {
  background-color: white;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-control {
  padding: 0.75rem 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: var(--light);
  margin-bottom: 1.5rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--dark);
}

.contact-btn {
  background-color: var(--primary);
  color: var(--light);
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
}

.contact-btn:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(23, 22, 66, 0.2);
}
/* Стилі для блоку I nostri vantaggi */
.advantages-section {
  padding: 6rem 0;
  background-color: var(--light);
}

.advantages-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  position: relative;
}


.advantage-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.advantage-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.advantage-content {
  padding: 2rem;
  min-height: 250px;
}

.advantage-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.advantage-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-color);
}

/* Стилі для блоку Recensioni degli utenti */
.reviews-section {
  padding: 6rem 0;
  background-color: var(--background-color);
}

.reviews-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
}

.review-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.review-header {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.review-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.review-card:hover .review-photo {
  transform: scale(1.05);
}

.review-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(23, 22, 66, 0.9), transparent);
}

.review-name {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.review-location {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

.review-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color);
  position: relative;
}



.review-rating {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  color: #FFD700;
}

/* Стилі для блоку Missione e visione */
.mission-section {
  padding: 6rem 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.mission-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
  height: 70%;
  background-color: var(--light-accent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
  opacity: 0.4;
}

.mission-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4rem;
  position: relative;
}

.mission-paragraph {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}

.mission-highlight {
  background: linear-gradient(to right, var(--primary), var(--accent-color));
  color: white;
  padding: 3rem;
  border-radius: 0 12px 12px 0;
  position: relative;
  margin: 5rem 0;
  box-shadow: 0 15px 30px rgba(23, 22, 66, 0.1);
}

.mission-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: var(--primary);
}

.mission-quote {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

/* Стилі для блоку Approccio agli investimenti */
.approach-section {
  padding: 7rem 0;
  background-color: var(--light);
  position: relative;
}

.approach-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
  text-align: center;
}

.approach-divider {
  width: 8rem;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--accent-color));
  margin: 0 auto 5rem;
}

.approach-container {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5rem;
}

.approach-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--accent-color);
}

.approach-number {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
}

.approach-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.approach-final {
  background-color: white;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
}

.approach-icon {
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
/* Стилі для блоку Quali servizi offriamo */
.services-full-section {
  padding: 7rem 0;
  background-color: white;
  position: relative;
}

.services-full-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.services-full-intro {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 85%;
}

.services-full-divider {
  width: 6rem;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--accent-color));
  margin-bottom: 4rem;
}

.service-box {
  display: flex;
  margin-bottom: 4rem;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-10px);
}

.service-img-container {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-box:hover .service-img {
  transform: scale(1.05);
}

.service-content {
  flex: 0 0 60%;
  padding: 2.5rem;
}

.service-number {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.service-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-color);
}

@media (max-width: 991.98px) {
  .service-box {
      flex-direction: column;
  }
  
  .service-img-container {
      flex: 0 0 250px;
  }
  
  .service-content {
      flex: 1;
  }
}

/* Стилі для блоку Il nostro blog */
.blog-section {
  padding: 7rem 0;
  background-color: var(--light);
  position: relative;
}

.blog-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-card {
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px 30px;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-card-img-container {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.1);
}

.blog-card-content {
  flex: 0 0 60%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.blog-card-number {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-card-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.3s ease;
}

.blog-card-link:hover {
  color: var(--accent-color);
}

.blog-card-link i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.blog-card-link:hover i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .blog-card {
      flex: 0 0 calc(100% - 30px);
  }
}

@media (max-width: 767.98px) {
  .blog-card {
      flex-direction: column;
  }
  
  .blog-card-img-container {
      flex: 0 0 200px;
  }
  
  .blog-card-content {
      flex: 1;
  }
}
/* Стилі для блоку Contattaci */
.contact-full-section {
  padding: 7rem 0;
  background-color: var(--primary);
  color: white;
  position: relative;
  overflow: hidden;
}

.contact-full-section::before {
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  width: 30%;
  height: 40%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.contact-full-section::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 25%;
  height: 30%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.contact-title {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
  position: relative;
}

.contact-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 5rem;
  height: 3px;
  background-color: white;
}

.contact-intro {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 600px;
}

.contact-card {
  background-color: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  color: var(--text-color);
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--light);
  color: var(--primary);
  border-radius: 50%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.contact-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-label {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.3rem;
}

.contact-value {
  color: var(--text-color);
}

.contact-note {
  font-style: italic;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.map-container {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-social {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  margin: 0 0.75rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background-color: white;
  color: var(--primary);
  transform: translateY(-5px);
}

@media (max-width: 991.98px) {
  .contact-title {
      font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .contact-title {
      font-size: 2rem;
  }
  
  .contact-card {
      padding: 2rem;
  }
}
/* Стилі для футера */
.footer-section {
  background-color: var(--primary);
  color: white;
  padding: 5rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary), var(--accent-color), var(--primary));
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer-logo h1 {
  font-size: 25px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.footer-links-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-links-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: var(--accent-color);
}

.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.75rem;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
  padding-left: 1.25rem;
}

.footer-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--accent-color);
  transition: background-color 0.3s ease;
}

.footer-link:hover {
  color: white;
  transform: translateX(5px);
}

.footer-link:hover::before {
  background-color: white;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact-icon {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .footer-column {
      margin-bottom: 2rem;
  }
}