﻿
/* each message is absolutely centred */
.rotate-item {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  transition: opacity .6s ease-in-out;
  opacity: 0;            /* hidden by default */
  pointer-events: none;  /* avoid accidental clicks on hidden items */
  font-size: 13px;       /* match your existing top-bar text */
}

/* the one thatâ€™s showing */
.rotate-item.active {
  opacity: 1;
  pointer-events: auto;
}





.top-bar {
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  margin-left: 0px;
  margin-right: 0px;
}

.top-bar-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
  margin: 0;
  z-index: 1111;
}




  /* Adjustments for viewports up to 119 (mobile/smaller screens) */
@media (max-width: 991px) {
  .top-bar {
    height: 40px;

  }
  body {
    padding-top: 40px;
	
  }
  .navbar-fixed-top {
    top: 40px;
	
  }
.widget-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustpilot-widget iframe {
max-width: 100%;
  width: auto;
  height: auto; 
  transform: scale(0.80);
  transform-origin: center top;
  min-width: 430px !important; 
  margin-top:13px;
  padding-right:0px;
  margin-left:-33px!important;
}

   .trustpilot-widget  {

  }
  
  
  
}






  /* Adjustments for viewports up to 119 (mobile/smaller screens) */
@media (max-width: 768px) {
  .top-bar {
    height: 40px;

  }
  body {
    padding-top: 40px;
	
  }
  .navbar-fixed-top {
    top: 40px;
	
  }
.widget-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustpilot-widget iframe {
max-width: 100%;
  width: auto;
  height: auto; 
  transform: scale(0.80);
  transform-origin: center top;
  min-width: 430px !important; 
  margin-top:13px;
  padding-right:0px;
  margin-left:-33px!important;
}

   .trustpilot-widget  {

  }
  
  
  
}

