

body{
  margin:0;
  padding:0;
}



/* --- Testimonials carousel --- */
.testimonialshomeouter {
  padding: 6rem 1.5rem;
  float: left;
  width: 100%;
  text-align: center;
  background: #EDEDED;
}

.test-section-heading {
  font-size: 28px;
  font-weight: 600;
  color: var(--nuvo-main);
  margin: 0 0 2rem;
}

.testimonialshomeouter .insidewrapper {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonialsinglehome {
  padding: 0 8px;
  height: auto;
}

.testcard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0.5px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  text-align: left;
}

.test-stars {
  display: flex;
  gap: 2px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.test-stars svg {
  width: 28px;
  height: 28px;
  fill: var(--nuvo-accent);
  margin-left: -4px;
}

.testdesc,
.testdesc p {
  font-size: 14px;
  color: rgba(29,28,35,0.6);
  line-height: 1.6;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testauthor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.testauthor-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--nuvo-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 3px;
}

.testauthor-name {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nuvo-main);
}

/* Slick equal-height slides */
.testimonialshomeouter .slick-track {
  display: flex !important;
}

.testimonialshomeouter .slick-slide {
  height: auto;
}

.testimonialshomeouter .slick-slide > div {
  height: 100%;
}

.testimonialshomeouter .slick-slide > div > .testimonialsinglehome {
  height: 100%;
}

/* Arrow buttons */
.test-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

.test-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: var(--nuvo-accent);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
  padding: 0;
}

.test-arrow:hover {
  border-color: var(--nuvo-accent);
  background: var(--nuvo-accent);
  color: #fff;
}

/* Badge row */
.reviewlogos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.reviewlogos img {
  max-width: 120px;
  height: auto;
}


.announcement {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 8px
  }
  
  .announcementwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative;
  }
  
  
  
  .newsheadinghome {
    position: absolute;
    left: 0px;
    padding: 8px 23px 8px 16px;
    bottom: -48px;
    z-index: 2;
    background-color: var(--nuvo-lightblue);
    color: #fff;
    font-weight: 600;
    height: 48px;
  }
  
  .announcementdetail {
    grid-column: 2 / span 2;
  
  }
  
  
  .pauseplay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: var(--nuvo-lightblue);
    color: #fff;
    display: none;
  }
  
  
  .newsheadinghome:after {
    position: absolute;
    content: "";
    right: -10px;
    width: 20px;
    top: 0px;
    background-color: var(--nuvo-accent);
    color: #fff;
    font-weight: 600;
    height: 48px;
    transform: skew(25deg, 0deg);
  }
  
  .marqueetext {
   
    padding: 0px;
    color: #fff;
    height: 48px;
    overflow: hidden;
   
  }
  
  .marqueetext a {
   
    padding: 12px;
    color: #fff;
    float: left;
  
   
  }
  
  
  
  

