/*
============================================================
    STILE CSS - DAISY PATTITTI
    Sviluppato da Dennys Stauffer - ottobre 2025
    Contatto: info@dennys-stauffer.ch

    Tema base: Sentra Template
    URL originale: https://templatemo.com/tm-518-sentra
============================================================
*/

/* Reset e base */
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
}

.fancybox__container {
  padding-right: 0 !important;
}

/* Tipografia */
p {
  font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  margin: 0 0 20px 0;
}

.intro-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
  color: inherit;
}

/* Layout principale */
.page-content {
  width: 77.5%;
  float: right;
  position: relative;
  z-index: 50;
}

.content-section {
  padding-top: 60px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

/* Sezione heading */
.section-heading {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin: 0 0 20px 0;
  font-size: 32px;
  color: #232323;
  display: block;
  font-weight: 600;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}

.section-heading p {
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  margin: 0 auto;
  max-width: 600px;
  display: block;
}

/* Bottoni */
.white-button a,
.white-button a:hover,
.accent-button a,
.accent-button a:hover {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  outline: none;
}

.white-button a {
  color: #45489a;
  background-color: #fff;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  color: #fff;
  background-color: #45489a;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

/* Header e navigazione responsive */
header {
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
}

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(12, 12, 12, 0.95);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  width: 24px;
  height: 18px;
  z-index: 1000;
  cursor: pointer;
}

.navbar-toggle span {
  background-color: #232323;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 22px;
  height: 2px;
  display: block;
  margin: 4px 0;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}

.navbar-toggle.active .icon-bar:nth-child(2) {
  transform: rotate(45deg) translate(4px, 4px);
}

.navbar-toggle.active .icon-bar:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

.navbar-toggle.active .icon-bar:nth-child(4) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(12, 12, 12, 0.95);
  margin-top: 59px;
  width: 100%;
}

#main-nav ul li {
  margin: 15px 0px;
}

#main-nav ul li:hover {
  background-color: transparent;
}

#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
  text-decoration: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
  text-decoration: none;
}

#main-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#main-nav.open {
  max-height: 500px;
}

/* Sidebar navigation */
.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgb(12, 12, 12, 0.9);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  line-height: 100px;
  background-color: transparent;
  padding: 20px;
  text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 100px;
  width: 100%;
  display: inline-block;
  border: 2px solid rgba(250, 250, 250, 0.8);
  border-radius: 8px;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sidebar-navigation .logo a .logo-img {
  width: 41px;
  height: 41px;
  opacity: 1;
  vertical-align: middle;
}

.sidebar-navigation .logo a:hover {
  border-color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.sidebar-navigation .logo .logo-text {
  display: inline;
}

.sidebar-navigation .logo .logo-text .first-line:after {
  content: " ";
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}

.sidebar-navigation li {
  padding: 10px 0;
}

.sidebar-navigation span {
  display: inline-block;
  position: relative;
}

.sidebar-navigation nav a {
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none !important;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.circle {
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}

.rect {
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
  color: #fff;
}

.sidebar-navigation nav a:hover,
nav .active-section {
  color: #fff;
}

.sidebar-navigation nav a:hover span,
nav .active-section span {
  background-color: #fff;
}

.sidebar-navigation nav a:hover .rect,
.sidebar-navigation nav a:hover .circle {
  background-color: #fff;
}

.sidebar-navigation nav a:hover .rect {
  width: 25px;
}

.sidebar-navigation nav ul li a.active-section {
  color: #fff !important;
}

.sidebar-navigation nav ul li a.active-section .circle {
  background-color: #fff !important;
}

.sidebar-navigation nav ul li a.active-section .rect {
  width: 25px !important;
  background-color: #fff !important;
}

.sidebar-navigation nav ul li a.clicked-section {
  color: #fff !important;
}

.sidebar-navigation nav ul li a.clicked-section .circle {
  background-color: #fff !important;
}

.sidebar-navigation nav ul li a.clicked-section .rect {
  width: 25px !important;
  background-color: #fff !important;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 30px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}

/* Slider */
.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}

.slider p a {
  color: #FFF;
}

.slider p a:hover {
  color: #FF0;
  text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow {
  outline: none;
  display: none;
  position: absolute;
  top: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 32px/50px FontAwesome;
  color: #FFF;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: '\f105';
}

.Modern-Slider .PrevArrow {
  outline: none;
  position: absolute;
  top: 60px;
  right: 120px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 32px/50px FontAwesome;
  color: #FFF;
  z-index: 5;
}

.Modern-Slider .PrevArrow:before {
  content: '\f104';
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
}

.Modern-Slider .item .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/gallery_7.jpg);
  background-image: image-set(url(../img/gallery_7.webp) type("image/webp"),
      url(../img/gallery_7.jpg) type("image/jpeg"));
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/gallery_15.jpg);
  background-image: image-set(url(../img/gallery_15.webp) type("image/webp"),
      url(../img/gallery_15.jpg) type("image/jpeg"));
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/gallery_30.jpg);
  background-image: image-set(url(../img/gallery_30.webp) type("image/webp"),
      url(../img/gallery_30.jpg) type("image/jpeg"));
}

.Modern-Slider .item .image {
  animation: zoomin 14s ease-in-out infinite alternate;
  -webkit-animation: zoomin 14s ease-in-out infinite alternate;
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.Modern-Slider {
  background: #f2f2f2;
}

/* Sezione gallery */
#gallery {
  padding: 80px 60px 80px 60px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 30px;
  box-sizing: border-box;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

/* Sezione about */
#about {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#about .text-content {
  text-align: left;
}

/* Sezione contact */
#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 80px 60px 60px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: black;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: black;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 300px;
  max-height: 375px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact input:focus,
#contact textarea:focus {
  border: 2px solid #45489a;
  box-shadow: 0 0 5px rgba(69, 72, 154, 0.3);
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}

/* Footer */
.footer {
  background-color: rgba(12, 12, 12, 0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 100;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.footer p a:hover {
  color: #45489a;
  text-decoration: underline;
}

/* Logo mobile */
.mobile-logo {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.mobile-logo a {
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}

.mobile-logo a:hover,
.mobile-logo a:focus,
.mobile-logo a:active {
  color: #fff !important;
  text-decoration: none !important;
}

.mobile-logo i {
  margin-right: 8px;
  font-size: 20px;
}

.mobile-logo .mobile-logo-img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

/* Stili per thank-you page */
.success-icon {
  text-align: center;
  margin-bottom: 30px;
}

.success-icon i {
  font-size: 80px;
  color: #45489a;
}

.thank-you-content {
  max-width: 800px;
  margin: 0 auto;
}

.thank-you-main-message {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.thank-you-message {
  text-align: center;
}

.thank-you-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.thank-you-actions .accent-button {
  margin: 10px;
}

.contact-info {
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  background: rgba(69, 72, 154, 0.05);
  border-radius: 8px;
  border-left: 4px solid #45489a;
}

.contact-info a {
  color: #45489a;
  font-weight: 600;
  text-decoration: none;
}

.contact-info a:hover {
  color: #232323;
  text-decoration: underline;
}

.thank-you-loading {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.thank-you-loaded {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Cookie banner */
.custom-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #45489a;
  color: white;
  padding: 12px 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}

.cookie-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.cookie-text {
  flex: 1;
  margin-right: 10px;
  line-height: 1.4;
}

.cookie-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.cookie-btn {
  background: white;
  color: #45489a;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.cookie-btn-reject {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.cookie-btn-reject:hover {
  background: rgba(255, 255, 255, 0.15);
}

.cookie-link {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}

/* Privacy policy */
.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

.privacy-intro {
  margin-bottom: 40px;
  padding: 25px;
  background: rgba(69, 72, 154, 0.03);
  border-radius: 8px;
  border-left: 4px solid #45489a;
}

.privacy-intro .intro-text {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-align: left !important;
}

.privacy-sections {
  margin-bottom: 50px;
}

.privacy-section {
  margin-bottom: 35px;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: box-shadow 0.3s ease;
}

.privacy-section:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.privacy-section h3 {
  font-size: 22px;
  font-weight: 600;
  color: #45489a;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  text-align: left !important;
}

.privacy-section h3 i {
  margin-right: 12px;
  color: #45489a;
  font-size: 24px;
}

.privacy-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  text-align: left !important;
  line-height: 1.7;
}

.privacy-section ul {
  padding-left: 25px;
  margin: 0;
  text-align: left !important;
}

.privacy-section ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.privacy-section ul li:before {
  content: "✓";
  color: #45489a;
  font-weight: bold;
  margin-right: 8px;
}

.privacy-contact-info {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(69, 72, 154, 0.05) 0%, rgba(69, 72, 154, 0.08) 100%);
  border-radius: 12px;
  border: 2px solid rgba(69, 72, 154, 0.1);
  text-align: left;
}

.privacy-contact-info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #45489a;
  margin-bottom: 20px;
  text-align: left !important;
}

.privacy-contact-info h3 i {
  margin-right: 12px;
}

.privacy-contact-info p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  text-align: left !important;
  line-height: 1.7;
}

.privacy-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  text-align: center;
}

.privacy-footer .intro-text {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  text-align: center !important;
}

.privacy-footer .intro-text:first-child {
  font-style: italic;
  color: #666;
}

.privacy-footer a {
  color: #45489a;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.privacy-footer a:hover {
  border-bottom-color: #45489a;
}

/* Media queries */
@media (max-width: 1600px) {
  .sidebar-navigation .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 15px;
  }

  .sidebar-navigation .logo a .logo-img {
    margin-right: 10px;
  }

  .sidebar-navigation .logo .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .sidebar-navigation .logo .logo-text .first-line {
    font-size: clamp(14px, 3.5vw, 24px);
    font-weight: 700;
  }

  .sidebar-navigation .logo .logo-text .second-line {
    font-size: clamp(14px, 3.5vw, 24px);
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .sidebar-navigation .logo a {
    font-size: 16px;
    padding: 15px;
  }

  .sidebar-navigation .logo a .logo-img {
    margin-right: 2px;
    width: 30px;
    height: 30px;
  }

  .sidebar-navigation .logo .logo-text .first-line,
  .sidebar-navigation .logo .logo-text .second-line {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .responsive-nav {
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(12, 12, 12, 0.95);
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .footer {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin-bottom: 0 !important;
    height: auto !important;
    min-height: 60px;
    padding: 15px 10px;
    line-height: normal !important;
  }

  .footer p {
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center !important;
  }

  .page-content {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  body {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .page-content {
    min-height: calc(100vh - 60px);
    padding-bottom: 0;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .Modern-Slider .info h1 {
    font-size: 28px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.6);
  }

  .Modern-Slider .info p {
    font-size: 14px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), 1px 1px 3px rgba(0, 0, 0, 0.6);
  }

  .Modern-Slider .NextArrow {
    position: absolute;
    top: 20%;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
  }

  .Modern-Slider .NextArrow:before {
    content: '\f105';
  }

  .Modern-Slider .PrevArrow {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
  }

  .Modern-Slider .item .image::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px;
    margin: 0;
  }

  .gallery-grid img {
    width: 100%;
    height: auto;
  }

  #contact textarea {
    height: 200px;
    max-height: 250px;
  }

  .responsive-nav {
    display: block;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
    padding: 12px;
  }

  .sidebar-navigation .logo a i {
    margin-right: 8px;
    font-size: clamp(16px, 2.5vw, 20px);
  }

  .sidebar-navigation .logo .logo-text .first-line,
  .sidebar-navigation .logo .logo-text .second-line {
    font-size: clamp(12px, 2.2vw, 16px);
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

  .cookie-banner-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .cookie-text {
    margin-right: 0;
  }

  .cookie-buttons {
    justify-content: center;
    width: 100%;
  }

  .custom-cookie-banner {
    padding: 15px 20px;
  }

  .privacy-content {
    padding: 15px;
  }

  .privacy-intro {
    padding: 20px;
    margin-bottom: 30px;
  }

  .privacy-section {
    padding: 20px;
    margin-bottom: 25px;
  }

  .privacy-section h3 {
    font-size: 20px;
  }

  .privacy-contact-info {
    padding: 25px 20px;
    margin: 30px 0;
  }

  .section-heading p {
    position: relative;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {

  #about,
  #gallery {
    padding-left: 30px !important;
    padding-right: 30px !important;
    left: 0;
    transform: none;
  }

  .cookie-banner-content {
    gap: 10px;
  }

  .cookie-text {
    font-size: 13px;
  }

  .cookie-btn,
  .cookie-btn-reject {
    padding: 9px 16px;
    font-size: 13px;
  }

  #about,
  #gallery {
    padding-left: 10px !important;
    padding-right: 10px !important;
    left: 0;
    transform: none;
  }

  .privacy-section {
    padding: 15px;
  }

  .privacy-section h3 {
    font-size: 18px;
  }

  .privacy-contact-info {
    padding: 20px 15px;
  }
}