/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/
main {
  margin-top: 0px !important;
}
/* Previeni overflow e imposta larghezza massima */
body {
  overflow-x: hidden;
}

/* Stili per il breadcrumb */
.breadcrumb-back {
  font-size: 16px;
  color: #efca5f;
  cursor: pointer;
}

.video-block-wrapper {
  margin-top: 0px;
}

.breadcrumb-back a {
  text-decoration: none;
}

.general_form_wrapper,
.specific_form_wrapper {
  padding: 0px;
  border-radius: 10px;
}

span a {
  text-decoration: none !important;
}

li[data-wpml="current-language-item"] {
  display: none !important;
}

.general_form_wrapper .gform_fields,
.specific_form_wrapper .gform_fields {
  row-gap: 10px !important;
}

/* Style the input fields */
.general_form_wrapper .input_form input,
.general_form_wrapper .input_form textarea {
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: 8px !important;
  padding: 24px 16px !important;
  color: white !important;
}
.specific_form_wrapper .input_form input,
.specific_form_wrapper .input_form textarea {
  background-color: white !important;
  border: 1px solid #013351 !important;
  border-radius: 8px !important;
  padding: 24px 16px !important;
  color: #013351 !important;
}

.general_form_wrapper label {
  color: white !important;
}
.specific_form_wrapper label {
  color: #013351 !important;
}

.general_form_wrapper input[type="checkbox"],
.specific_form_wrapper input[type="checkbox"] {
  border-radius: 50px !important;
  padding: 10px !important;
}

.general_form_wrapper .input_form input::placeholder,
.general_form_wrapper .input_form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.specific_form_wrapper .input_form input::placeholder,
.specific_form_wrapper .input_form textarea::placeholder {
  color: #579fc3;
}

.general_form_wrapper input[type="submit"],
.specific_form_wrapper input[type="submit"] {
  box-shadow: 6px 4px 0px 0px #014d79 !important;
  color: #013351 !important;
  width: 200px !important;
  text-align: left !important;
  border-radius: 8px !important;
  padding: 8px !important;
  background-color: #efca5f !important;
}

.otgs-development-site-front-end {
  display: none;
}

p {
  max-width: 1000px !important;
  line-height: 1.3 !important;
}

.core-image img,
figure img,
.image-section img {
  border-radius: 32px;
  max-width: 85%;
}

.wp-image-453 {
  border-radius: 0;
}

@media (max-width: 782px) {
  .mobile-hide {
    display: none;
  }

  .core-image {
    padding: 0 16px;
  }
  .core-image img,
  .image-section img,
  figure img {
    border-radius: 16px !important;
    max-width: 100%;
  }

  .image-section,
  figure {
    padding: 0 16px;
  }

  .mobile-padding {
    padding: 2px 16px !important;
  }
  .custom-logo {
    padding-left: 10px !important;
  }
  .hide-width {
    flex-basis: 25% !important;
  }
  .take-width {
    flex-basis: 60% !important;
  }
  .fixed-header {
    position: absolute !important;
  }
  .wp-block-columns,
  .wp-block-column {
    padding-left: 0 !important;
  }

  footer {
    padding-bottom: 70px;
  }
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

body {
  background-image: url("https://pettarini.ensoul.works/wp-content/uploads/2024/11/pettarini-background-test1-scaled.webp");
  background-size: 200%; /* Ensures the image covers the entire area */
  background-position: center; /* Centers the image */
}

/* Background for mobile devices */
@media only screen and (max-width: 768px) {
  body {
    background-image: url("https://pettarini.ensoul.works/wp-content/uploads/2024/12/mobile_homepage-scaled.webp");
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center; /* Centers the image */
  }
}

/* For WebKit/Blink browsers */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #013351;
}

::-webkit-scrollbar-thumb {
  background: #b8babb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #efca5f;
}

::selection {
  background-color: White; /* Blue */
  color: #013351; /* White */
}

::-moz-selection {
  background-color: white; /* Blue */
  color: #013351; /* White */
}

::-webkit-selection {
  background-color: white; /* Blue */
  color: #013351; /* White */
}
