:root {
  --primary-color: #12686d;
  --secondary-color: #6b818c;
  --primary-color-light: #edece6;
  --primary-color-dark: #272727;

  --primary-font: "Cormorant Garamond", serif;
  --text-font: "Roboto", serif;
}




p > b {
  color: #000;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.icona-lavorazione-home {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  margin: 0 !important;
}
.blocco-lavorazioni {
  display: flex;
  gap: 20px;
}
.blocco-lavorazioni h2 {
  display: inline-block;
  width: auto;
}
.logo-img {
  padding: 10px 0;
  width: 115px;
  text-align: center;
}
.navbar {
  /*  background-color: #2727279c;*/
  background-color: #000000c9;
}
.nav-scroll .logo-img {
  width: 95px;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 0px;
  font-family: var(--text-font);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}

.navbar .navbar-nav .nav-link {
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}

.navbar .navbar-nav .active,
.navbar .navbar-nav .nav-link:hover {
  /*  color: var(--primary-color-light) !important;*/
  color: var(--primary-color);
  /*  font-weight: 500;*/
  /*  border-bottom: solid 1px var(--primary-color-light);*/
  border-bottom: 1px solid var(--primary-color);
  filter: brightness(1.3);
}
.nav-scroll {
  background-color: var(--primary-color-dark);
}

._navbar_top {
  height: 40px;
  background-color: #000000d9;
  border: none !important;
}

._navbar_top a {
  color: #fff;
  font-size: 14px;
}

._navbar_top svg {
  fill: #fff;
}

._navbar_top .social-icon a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

._navbar_top {
  display: none;
}
.box-height {
  height: 280px;
}

.header .caption h1 {
  font-family: var(--primary-font);
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 48px;
  line-height: 1;
}
.header .caption p {
  letter-spacing: 1px;
}
.container.auto-container {
  max-width: 80% !important;
}
.sec-img {
  display: block !important;
  position: relative;
}

.cov-img {
  background-size: cover;
  background-position: center;
}
.height-sm,
.height-sm img {
  height: 300px;
  object-fit: cover;
}

.height-ms,
.height-ms img {
  height: 400px;
  object-fit: cover;
}

.height-md,
.height-md img {
  height: 500px;
  object-fit: cover;
}

.height-ml,
.height-ml img {
  height: 700px;
  object-fit: cover;
}

.height-xl,
.height-xl img {
  height: 900px;
  object-fit: cover;
}
.bg-dark hr,
.bg-middle hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid var(--primary-color-light);
}
.bg-light hr,
.bg-white hr {
  border-top: 1px solid var(--primary-color-dark);
}
.bg-dark {
  background-color: var(--primary-color-dark) !important;
}
.bg-light {
  background-color: var(--primary-color-light) !important;
}
.bg-white {
  background-color: #fff;
}
.bg-middle {
  background-color: var(--secondary-color) !important;
}
.projects .item .con h6,
.projects .item .con h6 a {
  color: var(--primary-color);
  font-family: var(--text-font);
  font-weight: 700;
  letter-spacing: 1px;
}
.prodotto .con h5,
.projects .item .con h5,
.projects .item .con h5 a {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: 700;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
.projects .item .con h6 a,
.projects .item .con h6 span {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px;
}

.con {
  pointer-events: none;
  bottom: -80px;
}
.prodotti .con,
.projects .item .con{
	pointer-events: inherit;
	
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, 1) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, 1) 90%);
    background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 10%) 2%, rgb(0 0 0) 90%);
}

.projects .item .con a{
	color: #fff;
}

.item:hover .con,
.prodotto:hover .con{
  bottom: 0;
}

.con a.btn,
.con button.btn{
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  background-color: var(--primary-color);
  border: none !important;
  opacity: 0;
   transition: all 350ms ease; 
}
.item:hover .con a.btn,
.item:hover .con button.btn,
.prodotto:hover .con button.btn{
  opacity: 1;
}
	.con a.btn i,
  .con button.btn i{
    font-size: 80% !important;
    vertical-align: middle;
  }


@media (max-width: 767px) {
 .realizzazioni__page .projects .item .con,
 .prodotto .con{
    bottom: 0;
  } 

  .item .con button.btn,
  .prodotto .con button.btn{
    opacity: 1;
  }

}

.breadcrumb-item.active {
  color: var(--primary-color);
}

.projects .item .con i:hover {
  color: var(--primary-color);
}
/* .projects .item .con {
  background: linear-gradient(
    to bottom,
    transparent 0,
    #27272700 2%,
    #272727c4 90%
  );
} */

.prodotti__page .projects .item .con {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  position: static;
}

.prodotti__page .projects .item .con h6 {
  margin-top: -20px;
}

.prodotti__page .projects .item .con h5 a {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  height: 45px;
  display: block;
  text-transform: none;
  font-weight: 600;
}

.projects-catalogo img {
  height: 500px;
}
._img_container_vertical {
  /*aspect-ratio: 0.75;*/
  display: block;
  height: 400px;
}
._img_square_vertical {
  aspect-ratio: 1;
  display: block;
}
._img_horizontal_vertical {
  aspect-ratio: 1.3;
  display: block;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /*  height: 750px;*/
  height: 100%;
  object-fit: cover;
}
._img_container_vertical > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.section-title {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  text-transform: inherit;
}
.section-content p {
  font-size: 18px;
  font-family: var(--text-font);
  font-weight: 300;
  letter-spacing: 1px;
}
.section-content p b {
  font-weight: 600;
  color: var(--primary-color-dark);
}
.section-content p span {
  font-style: italic;
  font-weight: 600;
}
.slider-grid-bg .title {
  font-family: var(--text-font);
  letter-spacing: 1px;
}
.title-md,
.title-sm {
  font-family: var(--primary-font);
}
.main-footer .fothead h6 {
  color: var(--primary-color-dark);
}
.bg-grey.main-footer .sub-footer p,
.bg-grey.main-footer p {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-xl,
.bg-middle .section-content .title-xl {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-sm,
.bg-dark .section-content .title-lg,
.bg-middle .section-content .title-sm,
.bg-middle .section-content .title-lg {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-md,
.bg-middle .section-content .title-md {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content p,
.bg-middle .section-content p {
  color: var(--primary-color-light) !important;
}

.bg-light .section-content .title-xl,
.bg-light .section-content .title-lg,
.bg-white .section-content .title-xl,
.bg-white .section-content .title-lg {
  color: var(--primary-color-dark);
}

.bg-light .section-content .title-md,
.bg-light .section-content .title-sm,
.bg-light .section-content p,
.bg-white .section-content .title-md,
.bg-white .section-content .title-sm,
.bg-white .section-content p {
  color: var(--primary-color-dark);
}
.butn-dark a,
input[type="submit"] {
  background-color: var(--primary-color);
}
.butn-dark a:hover span {
  color: var(--primary-color);
}

.butn-light a {
  background-color: var(--primary-color-light);
  color: #000;
}
.butn-light a:hover span {
  color: #fff;
}

.butn-dark a,
.butn-light a,
input[type="submit"] {
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: inherit;
  font-family: var(--text-font);
  overflow: hidden;
}
.butn-dark a:hover:after,
.butn-light a:hover:after {
  border-radius: 50px;
}
.butn-light a:after {
  background-color: var(--primary-color);
}
.bg-middle .item p {
  color: var(--primary-color-light);
  font-family: var(--text-font);
}
.bg-middle .item h5 {
  color: var(--primary-color-light);
  font-family: var(--primary-font);
  font-size: 25px;
  letter-spacing: 1px;
}
.services .item:hover {
  background: var(--primary-color-dark);
}
.services .item:hover .numb {
  -webkit-text-stroke: 1px var(--secondary-color);
}
.services .item:hover .line:after {
  background-color: var(--secondary-color);
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.slick-prev {
  left: 15px;
  z-index: 11;
}
.slick-next {
  right: 15px;
}
.slick-prev,
.slick-next {
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  opacity: 0.7;
  border: none !important;
  transform: none !important;
  width: 35px;
  height: 60px;
}
.slick-prev:before {
  /* content: '←'; */
  content: "\e629";
  font-family: "themify";
}
.slick-next:before {
  content: "\e628";
  font-family: "themify";
}
.title-xl {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

.title-lg {
  font-size: 60px;
  font-weight: 600;
}

.title-md {
  font-size: 40px;
  line-height: 1;
  text-transform: inherit;
  margin-bottom: 0;
  text-align: left;
}
.title-md span {
  font-style: italic;
  color: inherit;
}
.title-sm {
  text-transform: none;
  font-size: 28px;
  letter-spacing: 0;
}
.title-xs {
  font-weight: 500;
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0;
}
.slider-grid-bg {
  padding-top: 300px;
}
.mt-custom-200 {
  margin-top: -200px;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="tel"],
textarea {
  color: var(--primary-color-dark);
  font-family: var(--text-font);
  border-bottom: 1px solid var(--primary-color-dark);
  font-weight: normal;
}
::placeholder {
  color: var(--primary-color-dark);
  font-weight: 300;
  letter-spacing: 1px;
  font-family: var(--text-font);
}
.fz-15 {
  font-size: 15px !important;
}
.list-custom li {
  height: 20px;
  position: relative;
  display: inline-block;
}
.list-custom li:before {
  content: "";
  position: absolute;
  padding: 3px;
  background: var(--primary-color);
  left: 0;
  top: 8px;
}
.partner [data-overlay-dark]:before {
  background: #edece6;
}
.text-dark {
  color: var(--primary-color-dark) !important;
}
.main-footer {
  padding: 0;
  border-top: transparent;
  position: initial;
}
.main-footer .sub-footer {
  margin-top: 0;
  padding-bottom: 30px;
}
.main-footer .abot .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  background-color: var(--primary-color);
  border: 1px solid #f4f4f4;
  color: var(--primary-color-light);
}
.main-footer .abot .social-icon a:hover {
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
}
.banner-header {
  height: 30vh;
  z-index: -2;
}
.banner-img:after {
  background: linear-gradient(
    to top,
    rgb(237 236 230) 0%,
    rgba(255, 255, 255, 0.8) 100%,
    rgba(255, 255, 255, 0.5) 100%
  );
  object-fit: cover;
}
[data-overlay-light]:before {
  background: #edece6;
}
.sidebar-title h4 {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-size: 30px;
}
.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  /*  padding: 45px 30px;*/
  padding: 0 30px;
  background: #e5e3db;
  border-radius: 10px;
}
.blog-sidebar .widget {
  background: transparent;
}
.blog-sidebar .widget {
  padding: 0;
  margin-bottom: 10px;
}
.sidebar .services ul li:before {
  background: var(--primary-color-dark);
  border-radius: 10px;
  overflow: hidden;
}
.sidebar .services .sottomenu-cat li:before {
  /*  background-color: var(--secondary-color);*/
  background-color: var(--primary-color);
  border-radius: 0;
}
.contact-section a:hover {
  color: var(--secondary-color);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: var(--primary-color-light);
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
}
.progress-wrap::after {
  color: var(--primary-color);
}
.bauen-pagination-wrap li a.active,
.bauen-pagination-wrap li a:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.bauen-pagination-wrap li a {
  border: 1px solid var(--secondary-color);
}

@media (min-width: 501px) {
  ._navbar_top {
    display: flex;
  }

  ._navbar_bottom {
    top: 40px;
  }
  .nav-scroll._navbar_bottom {
    top: -60px;
  }
}

@media (max-width: 500px) {
  .navbar button {
    margin-top: 7px;
  }

  ._navbar_bottom .form-control {
    width: 120px;
    height: 35px;
  }

  ._navbar_bottom .input-group .btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .title-lg {
    font-size: 50px;
  }
  /* .parallaxElement {
          background-attachment: scroll;
      } */
}
@media only screen and (max-width: 1400px) {
  .title-lg {
    font-size: 40px;
  }
  .icona-lavorazione-home {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    margin: 0 !important;
  }
  .box-height {
    height: 450px;
  }
}
@media only screen and (max-width: 1220px) {
  .height-xl,
  .height-xl img {
    height: 650px;
    object-fit: cover;
  }
  .title-lg {
    font-size: 30px;
  }
  .icona-lavorazione-home {
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    margin: 0 !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .menu-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-scroll .logo-wrapper {
    padding: 0 10px;
  }

  .logo-wrapper {
    float: left;
    padding: 2px 0 16px 15px;
  }
  .title-sm {
    font-size: 20px;
    letter-spacing: 0;
  }
  .container.auto-container {
    max-width: none !important;
  }

  .title-xl {
    font-size: 5rem;
  }

  .title-md {
    font-size: 45px;
  }

  .mt--90 {
    margin-top: -60px;
    z-index: -1;
  }

  .height-md,
  .height-md img {
    height: 300px;
  }

  .height-ml,
  .height-ml img {
    height: 400px;
  }

  .height-xl,
  .height-xl img {
    margin-top: 20px;
    height: 600px;
  }
  .title-sm {
    text-transform: none;
    font-size: 30px;
  }
  .banner-header {
    height: 30vh;
    z-index: -2;
  }
  .title-lg {
    font-size: 40px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
	
	.row{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
  .navbar .navbar-collapse {
    background: var(--primary-color-light);
  }
  .navbar .navbar-collapse .active,
  .navbar .navbar-collapse .navbar-collapse {
    color: var(--primary-color) !important;
    border-bottom: solid 1px var(--primary-color);
  }

  .navbar .navbar-nav .nav-link,
  .navbar .navbar-nav .active,
  .navbar .navbar-nav .nav-link:hover {
    color: #000000 !important;
  }

  .navbar .dropdown-menu {
    padding-left: 10px;
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .menuDropDown {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-header {
    margin-top: 90px;
    height: 100px;
  }

  .projects .item.mt-200 {
    margin-top: 0 !important;
  }

  .title-sm {
    text-transform: none;
    font-size: 25px;
  }
  .contact-section.pt-0 {
    padding-top: 50px !important;
  }

  .title-xl {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  .widget .menuDropDown {
    font-size: 12px;
	  width: 100%;
  }

  .breadcrumb {
    font-size: 11px;
  }

  .header .caption h1 {
    font-size: 26px;
  }

  .blocco-lavorazioni h2 {
    padding-top: 20px;
  }

  .blocco-lavorazioni.pl-40 {
    padding-left: 20px !important;
  }

  .banner-header {
    height: 10vh;
    z-index: -2;
  }

  .title-lg {
    font-size: 26px;
  }

  .title-md {
    font-size: 28px;
  }

  .bg-dark hr,
  .bg-middle hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-content p {
    font-size: 14px;
  }

  .pt-50 {
    padding-top: 20px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .section-padding {
    padding: 35px 0;
  }

  .title-xl {
    font-size: 2rem;
  }

  .title-sm {
    font-size: 18px;
  }

  .banner-header {
    height: 26vh;
    margin-top: 10px;
  }
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  width: calc(100% + 90px);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.owl-prev,
.owl-next {
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none;
  padding: 10px 25px; /* Adjust padding as needed */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Smooth hover effect */
  opacity: 0.7; /* Slightly transparent by default */
  border: none !important;
  transform: none !important;
  width: 35px;
  height: 60px;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1; /* Fully opaque on hover */
}

.owl-prev i,
.owl-next i {
  font-size: 17px; /* Adjust icon size */
  margin: 0; /* Remove default margins */
}

/* Optional: Hide arrows on smaller screens */
@media (max-width: 768px) {
  .owl-nav {
    left: 0;
    width: calc(100%);
  }
  .box-height {
    height: auto;
  }
}

/* Optional: Style the disabled state */
.owl-prev:disabled,
.owl-next:disabled {
  background-color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  opacity: 0.5 !important;
}

.owl-prev:disabled:hover,
.owl-next:disabled:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
  opacity: 0.5 !important;
}

.menu-categorie > li li {
  padding-left: 15px;
}

.sidebar .services ul li a:after {
  display: none;
}

.madre > a:after {
  display: block !important;
}
.menu-categorie > li.active > a:after {
  transform: rotateZ(90deg);
}

@media (max-width: 767px) {
  .sidebar .sidebar-widget .widget-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .blog-sidebar .widget {
    margin-bottom: 0;
  }

  .sidebar .services .menu-categorie {
    display: none;
  }
}

img.mfp-img {
  padding-bottom: 70px;
}

.mfp-figure:after {
  bottom: 70px;
}

.mfp-bottom-bar {
  margin-top: -60px;
}

.mfp-counter {
  font-size: 14px;
}

.mfp-title {
  font-size: 24px;
}

.form-control {
  border-radius: 0;
}

span.selection {
  display: inline;
}

.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field::placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Oswald", sans-serif !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  top: -28px;
}

.wa-link {
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #25d366;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  z-index: 99;
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: none;
  transition: all 0.5s ease;
}

.wa-link path {
  fill: #fff;
}

.section-content .social-icon a {
  font-size: 32px;
  display: inline-block;
  padding: 6px 12px;
  color: var(--primary-color);
}

.slider-fade .owl-theme .owl-nav [class*="owl-"],
.project-page .owl-theme .owl-nav [class*="owl-"] {
  line-height: 45px;
}

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #000 !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
}

@media (min-width: 992px) {
  ._negative_mb_lg {
    margin-bottom: -160px;
  }
}

h2 {
  color: var(--primary-color);
  font-family: "Cormorant Garamond";
}

.card_img img {
  aspect-ratio: 1.3;
  object-fit: cover;
}

.card_img img{
      max-width: 180px;
    margin: 0px auto;
}

.card-title .ti-user {
  position: absolute;
  left: 50%;
  transform: translateY(-41px) translateX(-50%);
  line-height: 1.8;
  background-color: #fff;
  font-size: 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #00000029;
}

.slick_single img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9; /* Example aspect ratio, adjust as needed */
}

@media (max-width: 767px) {
  .card-body {
    min-height: 55px;
    padding: 8px;
  }

  h5.card-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}

#faqAccordion .accordion-button {
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #d3f9cc;
}

._recensioni {
  background-color: transparent !important;
}

._recensioni .owl-theme .owl-nav {
  margin-top: -15px;
}

.review-avatar {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  object-fit: cover;
}
.star-rating {
  color: #fabb05;
}
.review-card {
  transition: transform 0.3s ease;
}
.review-card:hover {
  transform: translateY(-5px);
}

.review-card p {
  line-height: 1.3;
}


/* Styles for the share button container */
.mfp-share-button-container {
  position: absolute;
  top: 10px; /* Adjust vertical position */
  right: 60px; /* Adjust horizontal position to avoid close button */
  z-index: 1042; /* Ensure it's above other elements in the popup */
}

/* Styles for the share button itself */
.mfp-share-button {
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.2s ease;
}

.mfp-share-button:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
}

.mfp-share-button svg {
  width: 18px;
  height: 18px;
}

/* Adjust position for smaller screens if needed */
@media (max-width: 768px) {
  .mfp-share-button-container {
    right: 40px; /* Adjust for smaller screens */
    top: 5px;
  }
  .mfp-share-button {
    padding: 6px 10px;
    font-size: 12px;
  }
}