html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #868e96;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}
#product {
  scroll-margin-top: 150px;
}
.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

.text-primary {
  color: #c54b60;
}

textarea.form-control {
  height: inherit;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

a {
  color:#c54b60; 
}
a:hover {
  color:#c78792; 
}
.btn.btn-primary {
  color: #fff;
  border-width: 2px;
  background: #c54b60;
  border-color: #c54b60;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  border-color: #c78792;
  background: #c78792;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: #c54b60;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
  background: #fff;
  color: #000;
  border-width: 2px;
}

.btn:hover {
  text-decoration: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0;
}

@media (min-width: 768px) {
  header {
    padding: 30px 0;
  }
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 15px;
}

header .navbar-brand.absolute {
  position: absolute;
}

@media (max-width: 991px) {
  header .navbar-brand.absolute {
    position: relative;
  }
}

header .navbar-brand span {
  color: #c54b60;
}

@media (min-width: 768px) {
  header .navbar-brand span {
    color: #ced4da;
  }
}

header .navbar {
  background: black !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    position: relative;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  outline: none !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white !important;
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: 0.5rem 0rem;
  }
}

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

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
}

@media (max-width: 991px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #c54b60;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #c54b60;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar .cta-btn a {
  background: #c54b60;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 20px !important;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

header .navbar .cta-btn a:hover {
  background: #fff;
  color: #c54b60 !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}

.half .text,
.half .image {
  width: 50%;
}

@media (max-width: 991px) {
  .half .text,
  .half .image {
    width: 100%;
  }
}

.half .text {
  padding: 7%;
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .half .image {
    height: 350px;
  }
}

.section-heading h2 {
  font-size: 50px;
}

.section-heading .small-sub-heading {
  font-size: 14px;
  color: #c54b60;
}

.fotto-cubi .media h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.fotto-cubi .media .post-meta {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fotto-cubi .media > a {
  width: 40%;
}

@media (max-width: 767px) {
  .fotto-cubi .media > a {
    width: 100%;
    margin-bottom: 30px;
  }
}

.item-goods {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-wrapper {
  position: relative;
}

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

.image-wrapper .goods-price {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c54b60;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.details-wrapper {
  padding: 20px;
  background-color: #fff;
}

.details-wrapper .goods-heading {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.details-wrapper .goods-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.btn-to-cart {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #c54b60;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-to-cart:hover {
  background-color: #c78792;
  transform: translateY(-2px);
  color: #fff;
}

.item-goods:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}



.details-wrapper {
  padding: 15px 10px;
}

.details-wrapper .goods-heading {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.details-wrapper .goods-description {
  font-size: 14px;
  color: #555;
}



.heading-wrap {
  position: relative;
}

.heading-wrap h2 {
  font-size: 50px;
  position: relative;
  padding-top: 30px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
}

.heading-wrap h2:before {
  width: 80px;
  height: 2px;
  background: #c54b60;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-wrap .back-text,
.heading-wrap .back-text-dark {
  z-index: 0;
  line-height: 1;
  top: 0.9em;
  left: 50%;
  margin-top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 150px;
  position: absolute;
  width: 100%;
  color: #f7f7f7;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .heading-wrap .back-text,
  .heading-wrap .back-text-dark {
    font-size: 100px;
    top: 1.6em;
  }
}
@media (max-width: 700px) {
  .heading-wrap h2 {
    font-size: 30px;
  }
  .heading-wrap .back-text,
  .heading-wrap .back-text-dark {
    font-size: 30px;
    top: 3.8em;
  }
}
@media (max-width: 350px) {
  .heading-wrap h2 {
    font-size: 30px;
  }
  .heading-wrap .back-text,
  .heading-wrap .back-text-dark {
    display: none;
  }
}
.heading-wrap .back-text-dark {
  color: #e3e3e3 !important;
}

.lead {
  font-size: 16px;
}

.testimonial p {
  font-size: 20px;
  color: #000;
}

.testimonial .author .author-info {
  margin-top: 20px;
}

.testimonial .author h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.sched,
.fotto-cubi {
  display: block;
  background-color: #fff;
}

.sched .text,
.sched .bg-image,
.fotto-cubi .text,
.fotto-cubi .bg-image {
  width: 100%;
}

@media (min-width: 992px) {
  .sched .text,
  .sched .bg-image,
  .fotto-cubi .text,
  .fotto-cubi .bg-image {
    width: 50%;
  }
}

.sched h3,
.fotto-cubi h3 {
  font-size: 20px;
}

.sched .text,
.fotto-cubi .text {
  padding: 10px;
}

.sched .sched-time,
.fotto-cubi .sched-time {
  font-size: 13px;
  color: #999999;
}

.sched .bg-image,
.fotto-cubi .bg-image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .sched .bg-image,
  .fotto-cubi .bg-image {
    height: 200px;
  }
}

.custom-icon {
  font-size: 70px;
  color: #c54b60;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: none;
  background: #fff;
  opacity: 0.5;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.centernonloop .owl-dots {
  margin-top: 50px;
}

.centernonloop .owl-dots.disabled {
  display: block !important;
}

.centernonloop .owl-dots .owl-dot {
  background: #ccc;
}

.centernonloop .owl-dots .owl-dot.active {
  background: #c54b60;
}

.centernonloop .owl-dots .owl-dot:active,
.centernonloop .owl-dots .owl-dot:focus {
  outline: none;
}

.fotto-cubi_home-bg .home-item,
.home-bg-small .home-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);

  position: relative;
}

.fotto-cubi_home-bg .home-item:before,
.home-bg-small .home-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
}

.fotto-cubi_home-bg .home-item .home-text,
.home-bg-small .home-item .home-text {
  color: #fff;
  height: calc(100vh);
}

.fotto-cubi_home-bg .home-item .home-text h1,
.home-bg-small .home-item .home-text h1 {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .fotto-cubi_home-bg .home-item .home-text h1,
  .home-bg-small .home-item .home-text h1 {
    font-size: 25px;
  }
}

.fotto-cubi_home-bg .home-item .home-text p,
.home-bg-small .home-item .home-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.fotto-cubi_home-bg.fotto-cubi-inner-page .home-item,
.home-bg-small.fotto-cubi-inner-page .home-item {
  height: calc(50vh - 117px);
  min-height: 550px;
}

.fotto-cubi_home-bg.fotto-cubi-inner-page .home-item .home-text,
.home-bg-small.fotto-cubi-inner-page .home-item .home-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 550px;
}

.fotto-cubi_home-bg .owl-dots,
.home-bg-small .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.fotto-cubi_home-bg .owl-dots .owl-dot,
.home-bg-small .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.section {
  padding: 2em 0;
}

.section-subscribe {
  padding: 2em 0;
}

.quote-content {
  max-width: 350px;
  font-size: 16px;
  color: #000;
  font-style: italic;
  position: relative;
  display: table;
}

@media (max-width: 991px) {
  .quote-content {
    max-width: 100%;
  }
}

.quote-content .text,
.quote-content .quote {
  display: table-cell;
  vertical-align: top;
}

.quote-content .quote {
  font-size: 100px;
  line-height: 0.5;
  z-index: 0;
}

.quote-content .text {
  padding-left: 40px;
  line-height: 2;
}

.quote-content.float-right {
  position: relative;
  margin-left: 2em;
  margin-right: -10em;
}

@media (max-width: 991px) {
  .quote-content.float-right {
    margin-left: 0em;
    margin-right: 0em;
    float: none !important;
  }
}

.quote-content.float-left {
  position: relative;
  margin-right: 2em;
  margin-left: -10em;
}

@media (max-width: 991px) {
  .quote-content.float-left {
    margin-right: 0em;
    margin-left: 0em;
    float: none !important;
  }
}

.form-wrap {
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
}

.form-wrap h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.form-wrap.overlap {
  z-index: 99;
  position: relative;
  margin-top: -10em;
}

.form-wrap.primary {
  background: #c54b60;
}

.form-wrap.warning {
  background: #ffc107;
}

.form-wrap.primary h2,
.form-wrap.warning h2 {
  color: #fff;
}

.form-wrap.primary .form-control,
.form-wrap.warning .form-control {
  border: 2px solid transparent;
}

.form-wrap.primary input[type='submit'],
.form-wrap.warning input[type='submit'] {
  -webkit-box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5) !important;
}

.select-wrap {
  position: relative;
}

.select-wrap .select-arrow-icon {
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px !important;
}

.contact-form-contact-info p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.contact-form-contact-info p .icon {
  top: -4px;
  position: relative;
  width: 0px;
  font-size: 30px;
  color: #c54b60;
}

.load-more {
  display: block;
  padding: 40px;
  text-align: center;
  background: #e9ecef;
  color: #000;
  font-size: 20px;
}

.load-more:hover {
  background: #c54b60;
  color: #fff;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c54b60;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 30px;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: #c54b60;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover,
.media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #c54b60;
}

.media-custom {
  background: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #868e96;
}

.media-custom img {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.media-custom:focus img,
.media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5ac8d8;
  left: 0;
  font-family: 'Ionicons';
  content: '\f122';
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
  padding: 40px;
}

@media (max-width: 991px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

.site-footer {
  padding: 1em 0;
  background: #262626;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  color: #c54b60;
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.footer-social a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.link-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 991px) {
  .link-thumbnail {
    margin-bottom: 30px;
  }
}

.link-thumbnail img {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.link-thumbnail .date {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.link-thumbnail .icon {
  position: absolute;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 4;
  top: 50%;
  font-size: 30px;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

.link-thumbnail h3 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 10;
  left: 50%;
  display: block;
  width: 77%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.link-thumbnail:before {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.link-thumbnail:hover h3 {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.link-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-thumbnail:hover .icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.link-thumbnail:hover:before {
  opacity: 1;
  visibility: visible;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.copyright {
  font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.fotto-cubi_cookie-alert {
  text-align: center;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #ccc;
  z-index: 100000;
}

.fotto-cubi_cookie-alert h2 {
  font-size: 18px;
  font-weight: bold;
}

.fotto-cubi_cookie-alert button {
  border: none;
  background: #c54b60;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 20px !important;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fotto-cubi_cookie-alert button:hover {
  background: #fff;
  color: #c54b60 !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}
#formResponse {
  text-align: center;
  font-size: 40px;
}


#fotto-cubi-cookie-alert .modal-content {
  border-radius: 10px;
  padding: 20px;
}

#fotto-cubi-cookie-alert .modal-header {
  border-bottom: none;
  text-align: center;
}

#fotto-cubi-cookie-alert .modal-title {
  font-size: 1.5rem;
  color: #c54b60;
  font-weight: bold;
}

#fotto-cubi-cookie-alert .modal-body {
  text-align: center;
}

#fotto-cubi-cookie-alert .modal-footer {
  border-top: none;
  padding-top: 15px;
}

#fotto-cubi-cookie-alert .btn {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 30px;
}


#fotto-cubi-cookie-alert .cookie-agree {
  background-color: #c78792;
  color: #fff;
  border-color: #c78792;
}

#fotto-cubi-cookie-alert .cookie-agree:hover {
  background-color: #c54b60;
  border-color: #c54b60;
}

#fotto-cubi-cookie-alert .cookie-decline {
  color: #c78792;
  border-color: #c78792;
}

#fotto-cubi-cookie-alert .cookie-decline:hover {
  background-color: #e9ecef;
  color: #c54b60;
  border-color: #c54b60;
}


body.modal-open {
  overflow: hidden;
}

.offer-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #f8f9fa;
  border-radius: 50%;
  margin: 0 auto;
}

.offer-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.offer-text {
  font-size: 1rem;
  color: #555;
}
.review-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.review-card .customer-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

.review-card .order-details {
  font-size: 1rem;
  color: #777;
  margin-bottom: 10px;
}

.review-card .review-text {
  font-size: 1rem;
  color: #555;
}

.heading-wrap h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #c54b60;
}
#thank-you-block {
  background-color: #f7f7f7;
  height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-you-container {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.thank-you-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c54b60;
}

.thank-you-text {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}

.thank-you-icon i {
  font-size: 70px;
  color: #c54b60;
}

.btn-primary {
  background-color: #c54b60;
  border-color: #c54b60;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
  background-color: #c78792;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .thank-you-container {
    padding: 30px 20px;
  }

  .thank-you-title {
    font-size: 2rem;
  }

  .thank-you-text {
    font-size: 1rem;
  }
}
#advantages {
  background-color: #f7f7f7;
}

.advantage-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  font-size: 2.5rem;
  color: #c54b60;
  background-color: rgba(197, 75, 96, 0.1);
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.advantage-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.advantage-description {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .advantage-card {
    margin-bottom: 20px;
  }
}
.owl-nav {
  display: none;
}


.info-box {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.info-box h2 {
  font-size: 1.8rem;
  color: #333;
}

.info-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}



.review-card {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.review-header {
  font-size: 1rem;
  color: #34495e;
}

.review-icon {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
}

.review-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.rotate img {
  transform: rotate(180deg);
}