@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}


.redirect-arrow {
  position: absolute;
  right: 15px;
  top: 18px;
  max-width: 48px;
  width: 100%;
  height: 48px;
  border: 2px solid #FFFFFF;
  background-color: #F1F1F1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirect-arrow img {
  width: 24px !important;
  height: 24px !important;
}

.custom-sub-title {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans";
}

@media (max-width: 991px) {
  .custom-sub-title br {
    display: none;
  }
}

.custom-card-subtitle {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans";
  text-align: center;
  margin-bottom: 0px;
  text-align: start;
  letter-spacing: -0.18px;
}

@media (max-width: 991px) {
  .custom-card-subtitle {
    font-size: 16px;
  }
}

.card-title {
  color: #1E1E1E !important;
  font-size: 24px;
  font-weight: 600;
  font-family: "Manrope";
  margin-bottom: 5px !important;
}

@media (max-width: 991px) {
  .card-title {
    font-size: 20px;
  }
}

.card-subtitle {
  color: #444444 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans";
}

.custom-padding {
  padding: 64px 0px;
}

@media (max-width: 991px) {
  .custom-padding {
    padding: 40px 0px;
  }
}

header .navbar-menu .nav-link {
  color: #131927;
  font-weight: 500;
  font-family: "DM Sans";
  font-size: 16px;
}

header .navbar-menu .nav-item {
  position: relative;
}

header .navbar-menu .nav-item .dropdown-menu-wrap {
  list-style: none;
  padding: 0px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #AEB2BB;
  font-family: "DM Sans";
  position: absolute;
  min-width: 290px !important;
  background-color: #F1F1F1;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 99;
}

header .navbar-menu .nav-item .dropdown-menu-wrap li {
  margin-bottom: 10px;
}

header .navbar-menu .nav-item .dropdown-menu-wrap a {
  color: #131927;
  font-size: 18px;
  font-weight: 600;
  text-decoration: unset !important;
}

header .navbar-menu .nav-item .dropdown-menu-wrap p {
  font-size: 12px;
  font-weight: 500;
  color: #444444;
}

header .navbar-menu .nav-item .property-type-option {
  min-width: 590px !important;
}

header .navbar-menu .nav-item .property-type-option h3 {
  margin-bottom: 15px;
}

header .navbar-menu .nav-item .property-type-option .property-menu:first-child {
  border-right: 1px solid #AEB2BB;
  padding-right: 20px;
  margin-right: 20px;
}

header .navbar-menu .nav-item:hover .dropdown-menu-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

header .nav-accordion {
  display: none;
}

@media (max-width: 991px) {
  header .nav-accordion {
    display: block;
  }
}

@media (max-width: 991px) {
  header .navbar-menu {
    display: none;
  }
}

header .accordion-header .accordion-button {
  padding: 16px 20px;
}

header .accordion-header .accordion-button:focus {
  box-shadow: unset;
}

header .accordion-body {
  background-color: #F1F1F1;
}

header .accordion-body ul {
  padding: 0px;
  list-style: none;
}

header .accordion-body ul li a {
  color: #131927;
  font-size: 18px;
  font-weight: 600;
}

header .accordion-body ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}

header .property-menu h3 {
  color: #131927;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

header .navbar-toggler {
  padding: 0px;
  border: unset;
  box-shadow: unset !important;
}


.cta-btn {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 991px) {
  .cta-btn {
    display: none;
  }
}


/* Footer Css  */

footer {
  background-color: #FAFAFA;
  padding: 50px 0px;
}

footer .footer-logo p {
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 400;
  font-family: "DM Sans";
  margin-top: 10px;
}

footer .footer-logo span {
  font-weight: 600;
  font-style: italic;
  color: #444444;
}

@media (max-width: 991px) {
  footer .footer-menu {
    margin-bottom: 20px;
  }
}

footer .footer-menu ul {
  padding: 0px;
  list-style: none;
}

footer .footer-menu ul h3 {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: 'Manrope';
}

footer .footer-menu ul li a {
  text-decoration: unset;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  font-family: "DM Sans";
}

.contact-us-btn {
  color: #131927;
  font-weight: 500;
  font-size: 16px;
  font-family: "DM Sans";
  padding: 8px 16px;
  font-weight: 500;
  background-color: transparent;
  border: unset;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.contact-us-btn:hover {
  background-color: #F1F1F1;
  color: #1E1E1E;
}

.demo-btn {
  background-color: #353536;
  box-shadow: 0px 2px 10px 0px rgba(153, 155, 156, 0.5019607843);
  padding: 8px 16px;
  font-weight: 500;
  font-family: "DM Sans";
  color: #fff;
  border-radius: 10px;
  border: unset;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.demo-btn:hover {
  background-color: #444444;
  color: #fff;
}

/* Cta Section Css Start */

.cta-section {
  padding: 100px 0px;

  h2 {
    color: #131927;
    font-weight: 600;
    font-size: 64px;
    font-family: "Manrope";

    @media (max-width:1024px) {
      font-size: 45px;
    }

    @media (max-width:991px) {
      font-size: 35px;
    }
  }

  p {
    color: #909599;
    font-size: 20px;
    font-weight: 500;
    font-family: "DM Sans";
    text-align: center;
    margin-bottom: 36px;

    @media (max-width:991px) {
      font-size: 16px;
    }

    br {
      @media (max-width:991px) {
        display: none;
      }
    }
  }
}

/* Cta Section Css end */


/* Banner Css  */

.smart-hospitality {
  position: relative;
}

.smart-hospitality::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-image: url(../Images/left-ellipse.svg);
  z-index: -1;
}

.smart-hospitality::after {
  content: "";
  width: 500px;
  height: 490px;
  position: absolute;
  left: auto;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../Images/right-ellipse.svg);
  z-index: -1;
}

.breadcrumb-button {
  background-color: #F1F1F1;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  box-shadow: 0px 3px 12px 0px rgba(158, 162, 174, 0.2392156863);
  padding: 12px 24px;
  color: #131927;
  font-weight: 500;
  font-family: "DM Sans";
  font-size: 16px;
  margin-bottom: 26px;
  line-height: 140%;
}

.smart-hospitality-title {
  position: relative;
  bottom: -100px;
  /* z-index: -1; */
}



@media (max-width:767px) {
  .smart-hospitality-title {
    position: relative;
    bottom: -50px;
  }

  .banner-title h1 br {
    display: none;
  }
}

.banner-title p {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Sans";
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .banner-title p {
    font-size: 16px;
  }
}

.platform-title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .platform-title {
    margin-bottom: 30px;
  }
}

.platform-title h2 {
  color: #131927;
  font-weight: 600;
  font-size: 48px;
  font-family: "Manrope";
}

@media (max-width: 991px) {
  .platform-title h2 {
    font-size: 30px;
  }
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../Images/banner-ellipse.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
  left: 0px;
  bottom: -30%;
  z-index: -1;
}

.banner-section .banner-img {
  height: 700px;
  position: relative;
  z-index: -1;
}

.banner-section .banner-img img {
  position: absolute;
  top: auto;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  right: 0px;
}

.banner-section .banner-img .first-device-img {
  position: absolute;
  right: 190px;
  bottom: auto;
  top: 290px;
  max-width: 181px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-section .banner-img .first-device-img {
    display: none;
  }

  .banner-section .banner-img img {
    bottom: -80px;
    width: 90%;
  }
}

@media (max-width:767px) {
  .banner-section .banner-img img {
    bottom: 0px;
  }
}

@media (max-width:575px) {
  .banner-section .banner-img {
    height: 400px;
  }
}

.banner-section .banner-img .second-device-img {
  position: absolute;
  top: 30%;
  left: 45%;
  max-width: 185px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-section .banner-img .second-device-img {
    display: none;
  }
}

.banner-section .banner-img .third-device-img {
  position: absolute;
  left: 18%;
  top: 40%;
  max-width: 327px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-section .banner-img .third-device-img {
    display: none;
  }
}

.banner-section .banner-img .four-device-img {
  position: absolute;
  left: 15%;
  bottom: 30%;
  max-width: 185px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-section .banner-img .four-device-img {
    display: none;
  }
}

/* Testimonial Css  */

.testimonial-section .testimonial-title {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-title {
    margin-top: 50px;
  }
}

.testimonial-section .testimonial-title h2 {
  color: #444444;
  font-weight: 700;
  font-family: "DM Sans";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 2px;
}

.testimonial-section .testimonial-card {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.testimonial-section .testimonial-card-wrap {
  border: 1px solid #E8E8ED;
  border-radius: 8px;
  height: 110px;
  display: flex;
  align-items: center;
}

.testimonial-section .property-logo {
  width: 20%;
}

@media (max-width: 991px) {
  .testimonial-section .property-logo {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .testimonial-section .property-logo {
    width: 100%;
  }
}

.original-logo {
  opacity: 0;
  visibility: visible;
  display: none;
}

.testimonial-logo {
  max-width: fit-content;
  margin: 0 auto;
  /* cursor: pointer; */
  margin-bottom: 10px;
}

.content-switcher {
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  .content-switcher {
    flex-direction: column;
  }
}

.tabs-container {
  width: 50%;
}

@media (max-width: 991px) {
  .tabs-container {
    width: 100%;
  }
}

.tab-button {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 10px;
  background-color: #eee;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
  text-align: start;
  position: relative;
}

.tab-button p {
  display: none;
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  font-family: 'DM Sans';
}

@media (max-width: 991px) {
  .tab-button p {
    font-size: 16px;
  }
}

.tab-button h3 {
  color: #131927;
  font-size: 32px;
  font-weight: 600;
  font-family: "Manrope";
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .tab-button h3 {
    font-size: 22px;
  }
}

.tab-button img {
  display: block;
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

.tab-button:hover:not(.active) {
  background-color: #ddd;
}

.tab-button.active {
  background-color: #F1F1F1;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
}

@media (max-width:991px) {
  .tab-button.active {
    padding: 25px;
  }
}

.tab-button.active p {
  display: block;
}

.tab-content {
  display: none;
  background-color: #F3F3F6;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid #E8E8ED;
}

#entertainment-content,
#access-content {
  padding: 25px 0px 0px 25px;
}

#energy-content {
  padding: 25px 25px 0px 25px;
}

#energy-content img {
  /* object-fit: fill; */
}

.tab-content img {
  width: 100%;
  height: 100%;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-content h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #007bff;
}

.text-content p {
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

.hardware-card {
  border-radius: 10px;
  box-shadow: 0 53px 32px 0 rgba(3, 3, 18, 0.01), 0 24px 24px 0 rgba(3, 3, 18, 0.02), 0 6px 13px 0 rgba(3, 3, 18, 0.02);
  border: 1px solid #E8E8ED;
  margin-bottom: 30px;
  background-color: #F3F3F6;
}

.hardware-card img {
  width: 100%;
  height: 100%;
}

.hardware-card .hardware-img {
  padding: 32px 0px 0px 32px;
}


.deployment-img img {
  height: 370px;
}

@media (max-width:1024px) {
  .deployment-img img {
    height: auto;
  }

  .deployment-img {
    margin-bottom: 0px;
  }
}

@media (max-width:991px) {
  .hardware-card .hardware-img {
    padding: 20px 0px 0px 20px;
  }
}

.hardware-card .predictive-ai-img {
  padding: 32px 32px 0px 32px;
  height: 400px;
}

.hardware-title a {
  text-decoration: unset;
}

@media (max-width:991px) {
  .hardware-card .predictive-ai-img {
    padding: 20px 0px 0px 20px;
  }
}

.hardware-card .hardware-title {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #F3F3F6;

}

@media (max-width: 991px) {
  .hardware-card .hardware-title {
    padding: 20px;
  }
}

.hardware-card .hardware-title h3 {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 600;
  font-family: "Manrope";
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .hardware-card .hardware-title h3 {
    font-size: 18px;
  }
}

.property-card {
  margin-bottom: 20px;
  position: relative;
}

.property-card-img img {
  width: 100%;
  height: 100%;
}

.property-card-content {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #E8E8ED;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 24px 24px 0px rgba(3, 3, 18, 0.0196078431);
}

.property-card-content .property-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;

}

.property-card-content .property-tag button {
  color: #1E1E1E;
  padding: 4px 8px;
  background-color: #F1F1F1;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
  border: unset;
  font-family: 'DM Sans';
}

.property-card-content .author-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property-card-content .author-details span {
  color: #6D6D6D;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0px;
}

.author-details button {
  background-color: #E9F0FF;
  color: #1E1E1E;
  font-weight: 500;
  font-size: 10px;
  font-family: 'DM Sans';
  border-radius: 50px;
  padding: 4px 8px;
  height: auto;
  border: 1px solid #719EFF;
  cursor: inherit;
}

.property-card-content .author-details h6 {
  color: #444444;
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0px;
  margin-top: 2px;
  margin-bottom: 0px;
}

.variable-width .slick-slide {
  margin: 0 10px;
}

.variable-width .slick-list {
  margin: 0 -10px;
}

.variable-width .event-img {
  height: 360px;
  position: relative;
}

@media (max-width:575px) {
  .variable-width .event-img {
    height: 230px;
  }
}

.variable-width .event-content {
  position: absolute;
  top: 0px;
  background-color: #00000070;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.variable-width .event-content p {
  font-size: 20px;
  color: #fff;
  width: 80%;
  transform: scale(0);
  text-align: center;
  font-family: 'Manrope';
}

.variable-width .event-img:hover .event-content {
  opacity: 1;
}


.variable-width .event-img:hover .event-content p {
  transform: scale(1.1);
}

.variable-width img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.variable-width .slick-dots {
  bottom: -40px;
}

.variable-width .slick-dots li button:before {
  font-size: 12px;
  color: #131927;
}

.variable-width .slick-dots li.slick-active button:before {
  color: #131927;
}

.variable-width .slick-prev,
.variable-width .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.variable-width .slick-prev:before,
.variable-width .slick-next:before {
  font-size: 40px;
  color: #131927;
}

.variable-width .slick-prev {
  left: -50px;
}

@media (max-width: 1024px) {
  .variable-width .slick-prev {
    left: 0px;
  }
}

.variable-width .slick-next {
  right: -50px;
}

@media (max-width: 1024px) {
  .variable-width .slick-next {
    right: 0px;
  }
}

/*# sourceMappingURL=style.css.map */

.smartaccess-once.active {
  padding: 43px 25px !important;
}

.smartenergy-once.active {
  padding: 43px 25px !important;
  ;
}

.testimonial-detail-card {
  background-color: #F3F3F6;
  /* box-shadow: 0px 2px 20px 10px #999B9C1A; */
  max-width: 520px;
  width: 190%;
  padding: 15px;
  text-align: start;
  position: absolute;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  bottom: calc(100% + 16px);
  top: auto;
  transform: translateY(12px);
  box-shadow: 0 93px 26px 0 rgba(0, 0, 0, 0.00), 0 59px 24px 0 rgba(0, 0, 0, 0.01), 0 33px 20px 0 rgba(0, 0, 0, 0.03), 0 15px 15px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  right: 0px;
  z-index: 99;
}

.testimonial-detail-card.is-below {
  bottom: auto;
  top: calc(100% + 16px);
  transform: translateY(-12px);
}

.testimonial-detail-card p {
  color: #1E1E1E;
  margin-top: 10px;
  font-size: 16px;
  font-family: 'DM Sans';
}

.owner-message-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.owner-message-detail {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
  text-align: start;
  display: flex;
  align-items: center;
  gap: 8px;
}

.owner-message-detail p {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Manrope';
}

.owner-message-detail span {
  color: #444444;
  margin-top: 4px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-family: 'DM Sans';
}


.mccoy-testimonial-card {
  right: 50px;
}


@media (max-width:767px) {

  .mccoy-testimonial-card {
    right: -150px;
  }

  .testimonial-detail-card {
    width: 150%;
    display: none;
  }
}

/* .colour-logo:hover  ~ .testimonial-detail-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(25px) !important;
} */

/* .testimonial-card:has(.colour-logo:hover) .testimonial-detail-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
} */

.testimonial-logo a {
  cursor: pointer;
}

.testimonial-logo:hover .testimonial-detail-card,
.testimonial-logo:focus-within .testimonial-detail-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.testimonial-logo:hover .colour-logo {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.testimonial-logo:hover .original-logo {
  opacity: 1;
  visibility: visible;
  display: block;
}

.privacy-img {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  height: 100%;
}

.scrolled {
  position: fixed;
  width: 100%;
  background-color: #ffff;
  z-index: 9999;
  box-shadow: 0 53px 32px 0 rgba(3, 3, 18, 0.01), 0 24px 24px 0 rgba(3, 3, 18, 0.02), 0 6px 13px 0 rgba(3, 3, 18, 0.02);
}



.original-logo {
  opacity: 0;
  visibility: visible;
  display: none;
}

.logo-item:hover .colour-logo {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.logo-item:hover .original-logo {
  opacity: 1;
  visibility: visible;
  display: block;
}

.footer-menu-wrap {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.footer-menu-wrap .footer-menu {
  width: 14%;
  /* padding: 0 10px; */
}


@media (max-width:1024px) {
  .predictive-ai-card .custom-card-subtitle {
    height: 100px;
  }
}

@media (max-width:767px) {
  .predictive-ai-card .custom-card-subtitle {
    height: 100px;
  }
}

.success-story {
  /* position: relative; */
}

.success-story::before {
  content: 'Success Story';
  background-color: #E9F0FF;
  border: 0.1px solid #2268FF;
  border-radius: 50px;
  color: #1E1E1E;
  font-size: 8px;
  font-weight: 500;
  font-family: 'DM Sans';
  padding: 2px 6px;
  margin-left: 100px;
  position: absolute;
  bottom: 10px;
  left: 50px;
}

@media (max-width:1024px) {
  .success-story::before {
    display: block;
    margin-left: 0px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hardware-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonial-detail-card {
    display: none;
  }
}

.hotel-pommier-testimonial-card {
  right: auto !important;
}
