.testimonial-slider1 {
  position: relative;
  background: #0a3459;
  padding: 20px 0px 10px;
  overflow: hidden;
  text-align: center;
}

.heading_tag_testimonial1 {
  border-left: 2.5px solid #70BE7C;
  color: #47ab55;
  padding: 5px 20px 5px 8px !important;
  background-image: linear-gradient(to right, #D8EEDF 34%, rgba(255, 255, 255, 0.08) 125%);
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.testimonial-track1 {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  min-height: 260px;
}

.testimonial-slide1 {
  display: none;
  background: #fff;
  border-radius: 35px;
  border: 2px solid #fd9638;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.testimonial-slide1.is-active1 {
  display: block;
  opacity: 1;
}

/* If row.content includes its own name/role/quote markup,
   these generic selectors give it sensible default styling.
   Adjust the actual class/tag names once you confirm what
   the rendered row markup looks like. */
.testimonial-slide1 img {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  object-fit: content;
  margin: 0 auto 12px;
  display: block;
}

.testimonial-slide1 h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #1a1a1a;
}

.testimonial-slide1 p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin: 0;
}

/* Arrows */
.testimonial-slider__arrow1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
}

.testimonial-slider__arrow--prev1 {
  left: 20px;
}

.testimonial-slider__arrow--next1 {
  right: 20px;
}

/* Dots */
.testimonial-slider__dots1 {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-slider__dot1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.testimonial-slider__dot1.is-active1 {
  background: #fff;
}

.views-field-field-testimonial-image img {
  width: 100%;
  max-width: 1538px;
  height: 250px;
  object-fit: contain;
  display: block;
}

#sector-wrapper {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 8px;
}

/* Title */
#sector-wrapper h2 {
  display: block;
  /* width: 100%; */
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
}

/* Message */
#sector-wrapper .views-field-field-description-1 {
  display: block;
  /* width: 100%; */
  margin-bottom: 20px;
}

#sector-wrapper .views-field-field-description-1 .field-content {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

/* Name */
#sector-wrapper .views-field-field-weight-1 {
  display: block;
  /* width: 100%; */
  text-align: right;
}

#sector-wrapper .views-field-field-weight-1 .field-content {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* Main Container */
.helpdesk-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Page Title */
.helpdesk-wrapper h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #002b68;
  padding: 30px 20px;
  margin: 0;
  background: linear-gradient(135deg, #002b68, #0049b7);
  color: #fff;
}

/* Tabs */
.tabs-wrapper {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.tab-btn-help {

  flex: 1;
  padding: 22px;
  border: none;
  background: #f3f6fb;
  /* Light blue/grey */
  color: #666;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn-help:hover {

  background: #e7eefb;
  color: #002b68;

}

.tab-btn-help.active {

  background: #ffffff;
  color: #002b68;
  font-weight: 700;
  position: relative;

}

.tab-btn-help.active::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 4px;
  background: #f58220;
  border-radius: 10px;
}

/* Content Area */
.tab-content-help {
  display: none;
  padding: 40px;
  background: #fafbff;
  min-height: 400px;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.tab-content-help.active {
  display: block;
}

/* Content Card */
.tab-content-help .field__item,
.tab-content-help p,
.tab-content-help div {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-family: 'Roboto Condensed';
  font-size: 21px;

}

/* Lists */
.tab-content-help ul,
.tab-content-help ol {
  /* padding-left: 25px; */
  padding-left: 25px;
  text-align: left;
  line-height: 30px;
  font-family: 'Roboto Condensed';
  font-size: 20px;

}

.tab-content-help li {
  margin-bottom: 12px;
}

/* Contact Information Highlight */
.contact {
  background: #ffffff;
  border-left: 4px solid #f58220;
  padding: 20px;
  border-radius: 8px;
}


.testimonial-popup1 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.testimonial-popup1.is-open1 {
  display: block;
}

.testimonial-popup-overlay1 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.testimonial-popup-content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-popup-image1 {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 35px;
  border: 2px solid #fd9638;
}

.testimonial-popup-close1 {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 28px;
  cursor: pointer;
}