/* 1. The purple banner with black top border */
.testimonial-wrapper {
  position: relative;           
  }

  
  
  /* 2. The container inside the banner */
  .testimonial-header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    padding: 0 1rem;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-top: 70px;
  }
  
  /* 3. Left column (white card for the photo) */
  .testimonial-left {
    border-radius: 22px;
    border: 2px solid #F2F2F2;
    height: min-content;
    position: sticky;
    top: 180px;
    width: 100%; /*NEW*/
  }
  
  .testimonial-photo-card {
    display: flex;
    width: 404px;
    height: 253px;
    flex-shrink: 0;
    border-radius: 22px 22px 0px 0px;
  }
  
  /* The actual image inside the card */
  .testimonial-photo-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px 22px 0 0;
    object-fit: cover;
    object-position: top; /*NEW*/
}
  
  /* Person's info (name, job title, etc.) */
  .testimonial-person-info {
    padding: 30px 18px;
  }
  
  .testimonial-name {
    color: #000;
    font-family: "Atlas Grotesk Regular";
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  
  .testimonial-job-title{
    align-self: stretch;
    color: #333;
    font-family: "Atlas Grotesk Regular";
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  
  
  /* The brochure button */
  .testimonial-brochure {
    display: flex;
    height: 44px;
    padding: 13px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: #006eb8;
    color: #fff;
    text-align: center;
    font-family: "Atlas Grotesk Medium";
    font-size: 15px;
    line-height: normal;
  }
  
  .btn-download-brochure {
    padding: 0.75rem 1rem;
    background: #006EB8; 
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
  }
  
  .btn-download-brochure:hover {
    background: #005b88;
  }
  
  /* 4. Right column (headings, quote) */
  .testimonial-right {
    display: flex;
    flex-direction: column; 
  }
  
  .testimonial-heading-mobile ,.testimonial-heading-desktop {
  flex-shrink: 0;
  color: #1D082A;
  text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.30);
  font-family: "Atlas Grotesk Medium";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 11px;
  }
  
  .testimonial-subheading-mobile , .testimonial-subheading-desktop {
    color: #FFF;
    font-family: "Lyon Display Light";
    font-size: 35px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
  }
  .testimonial-quote {
    margin-left: 0;
    margin-right: 0;
    border: none !important;
    padding: 0 !important;
    position: relative;
}
  
.testimonial-quote p {
  color: #000;
  font-family: "Atlas Grotesk Medium";
  font-size: 22px;
  line-height: 175%;
  letter-spacing: -0.44px;
  margin-top: 25px;
  border: none !important;
}
  
  /* 5. The main content area (below the banner) */
  .testimonial-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
  }
  
  .testimonial-content {
    align-self: stretch;
    color: #333;
    font-family: "Atlas Grotesk Regular";
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    
  }
  .testimonial-qualification{

    color: #000;
text-align: center;
font-family: "Atlas Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */

  }
  .job-title-row {
    display: flex;        
    align-items: center;  
    gap: 1rem;            
    margin-bottom: 1rem;  
  }
  .job-title-text {
    width: 231px;
  }
  .job-title-logo img {
    max-width: 100px;
    }
  .testimonial-separator {
    border-top: 1px;
     border-left: 0;
     border-right: 0;
 }
 
 #main .clearfix.width-100 {
  padding: 0 !important;
}
 .testimonial-colour-container {
  background: linear-gradient(90deg, #432B4A -20.73%, #9F66B0 47.67%);
  width: 100%;
  height: 160px;
  position: absolute;
}
.testimonial-quote i {
  position: absolute;
  top: -35px;
  left: -9px;
  color: rgba(73, 20, 106, 0.25);
  font-size: 40px;
  line-height: 150px;
}

.title-block-mobile{
  display: none;
}
.modal-content {
  background-color: #1D072B !important;
  }
  @media (max-width: 1200px) {
    /* Stack columns (left & right) vertically */
    .testimonial-header {
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      gap: 10px;
    }
  
    /* Remove fixed width/height for the left card on mobile */
    .testimonial-left {
      width: 100%;
      max-width: 100%;
      height: auto;
      margin-bottom: 1rem;
      border-radius: 22px;
      border: 2px solid #F2F2F2; 
      order: 1;
      position: static;
    }
  
    .testimonial-photo-card {
      width: 100%;
      height: auto;
      border-radius: 22px 22px 0 0;
    }
  
    /* Ensure the image scales to mobile width */
    .testimonial-photo-card img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 4px;
    }
  
    /* The person's info can be 100% wide on mobile */
    .testimonial-person-info {
      margin-top: 1rem;
      padding: 0 1rem; /* optional horizontal padding */
    }
  
    /* The right column now full width */
    .testimonial-right {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      order: 2; /* If you want the right column below the photo */
    }
  
    /* Tweak big headings for smaller screens */
    .testimonial-subheading {
      font-size: 24px; /* was 35px */
      text-transform: uppercase;
      color: #FFF;
      margin: 1rem 0 0 0; 
    }
  
    /* Remove fixed width on the quote text */
    .testimonial-quote p {
      width: 100%; /* let it shrink/expand with screen size */
      font-size: 18px; /* was 22px */
      margin-top: 1rem;
      margin-left: 0;
      margin-right: 0;
    }
  
    /* The main content area below */
    .testimonial-content-wrapper {
      width: 100%;
    }
    
    .testimonial-content {
      font-size: 16px; /* adjust as needed */
      line-height: 1.5;
    }
    .testimonial-quote i {
      left: 0;
       }

       .title-block-desktop{
        display: none;
       }   


.title-block-mobile {
  display: block;
}
  }
  
  