/* #1fbbc7 */
h2.main-heading {
  text-transform: uppercase;
}



p.section-text {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

.icon-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 15px 10px 0;
}

.icon-box img {
  max-width: 120px;
  padding-bottom: 8px;
}

.icon-box img.large {
  max-width: 120px;
  padding-bottom: 8px;
}

.icon-box>h3 {
  color: #1fbbc7;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 0px;
  max-width: 60%;
}

.icon-box p {
  text-align: center;
  color: #2b457b;
  font-size: 18px;
  max-width: 60%;
  line-height: 28px;
}

.max-width-200 {
  max-width: 200px !important;
}

/* Ensure icon boxes are equally spaced and aligned */
.icon-row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  align-items: center;
  justify-content: center;
  /* Evenly distributes space around items */
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .icon-box {
    padding: 10px;
    margin-bottom: 15px;
    /* Adjust spacing for smaller screens */
  }
}
@media (min-width: 768px) {
  .icon-box>h3 {
    min-height: 3.5rem;
  }
}

.infographic-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.infographic-box {
  text-align: center;
  padding: 20px;
}

.infographic-box img {
  max-width: 100%;
  height: auto;
}

.infographic-box p {
  text-align: center;
  color: #2b457b;
  font-size: 18px;
  max-width: 60%;
  line-height: 28px;
}

.educator-end-cta-block {
  padding-top: 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* .educator-end-cta-block a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 15px;
    background-color: #2b457b;
    letter-spacing: 0.1em;
  }

  .educator-end-cta-block a:hover, .educator-end-cta-block a:focus {
    text-decoration: none;
    color: white;
  } */

  /* =========================================================
   LINC EDUCATOR'S EXPERIENCE SURVEY
   ========================================================= */

.linc-experience-survey {
  position: relative;
  /* padding: 75px 0 85px; */
  background: #f7f7f7;
  overflow: hidden;
}

/* -----------------------------------------
   Section Heading
   ----------------------------------------- */

.linc-survey-heading {
  text-align: center;
  margin-bottom: 45px;
}

.linc-survey-heading .main-heading {
  margin: 0;
}


/* -----------------------------------------
   Top Statistics
   ----------------------------------------- */

.linc-survey-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.linc-survey-stat-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 20px 30px;
  text-align: center;

  background: linear-gradient(
    135deg,
    #2b457b 0%,
    #187f9b 55%,
    #19b8bd 100%
  );

  position: relative;
  overflow: hidden;
}

/* Subtle decorative effect */
.linc-survey-stat-card::after {
  content: "";
  position: absolute;

  width: 260px;
  height: 260px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;

  right: -150px;
  bottom: -150px;
}


/* -----------------------------------------
   Top Statistics Heading
   ----------------------------------------- */

.linc-survey-stat-card h3 {
  position: relative;
  z-index: 2;

  margin: 0;

  color: #ffffff;

  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;

  letter-spacing: 0.3px;
}


/* -----------------------------------------
   Top Statistics SVG Icons
   The SVG already contains the complete
   speech bubble artwork.
   ----------------------------------------- */

.linc-survey-icon {
  position: relative;
  z-index: 2;

  width: 130px;
  height: 130px;

  margin-top: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.linc-survey-icon img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* -----------------------------------------
   Top Statistics Numbers
   ----------------------------------------- */

.linc-survey-stat-number {
  position: relative;
  z-index: 2;

  margin-top: 48px;

  color: #ffffff;

  font-size: 54px;
  line-height: 1;
  font-weight: 800;

  letter-spacing: -2px;
}


/* -----------------------------------------
   Respondent Bar
   ----------------------------------------- */

.linc-survey-respondents {
  max-width: 1000px;

  margin: 0 auto;

  padding: 20px 30px;

  background: #cceced;

  color: #2b457b;

  text-align: center;

  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
}

.linc-survey-respondents strong {
  font-weight: 800;
}


/* -----------------------------------------
   Findings
   ----------------------------------------- */

.linc-survey-findings {
  max-width: 1000px;

  margin: 0 auto;
}

.linc-survey-findings-title {
  margin: 62px 0 55px;

  color: #2b457b;

  text-align: center;

  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}


/* -----------------------------------------
   Finding Grid
   ----------------------------------------- */

.linc-survey-finding-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* -----------------------------------------
   Individual Finding
   ----------------------------------------- */

.linc-survey-finding {
  position: relative;

  height: auto;

  padding: 0 35px;

  text-align: center;
}


/* Vertical dividers */
.linc-survey-finding:not(:first-child)::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  height: 100%;
  width: 2px;

  background: #27b5bb;
}


/* -----------------------------------------
   Finding Icons
   ----------------------------------------- */

.linc-survey-finding-icon {
  /* height: 145px; */

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 25px;
}

.linc-survey-finding-icon img {
  display: block;

  max-width: 120px;
  /* height: 145px; */

  object-fit: contain;
}


/* -----------------------------------------
   Finding Numbers
   ----------------------------------------- */

.linc-survey-finding-number {
  margin-bottom: 18px;

  color: #2b457b;

  font-size: 27px;
  line-height: 1;
  font-weight: 800;
}


/* -----------------------------------------
   Finding Text
   ----------------------------------------- */

.linc-survey-finding p {
  margin: 0;

  color: #2b457b;

  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .linc-experience-survey {
    padding: 0 0 25px;
  }


  /* Top statistic cards */

  .linc-survey-stat-card {
    min-height: 460px;
  }

  .linc-survey-stat-card h3 {
    font-size: 29px;
  }


  /* Top statistic SVG */

  .linc-survey-icon {
    width: 165px;
    height: 165px;
  }


  /* Numbers */

  .linc-survey-stat-number {
    font-size: 54px;

    margin-top: 42px;
  }


  /* Respondent bar */

  .linc-survey-respondents {
    font-size: 28px;
  }


  /* Findings heading */

  .linc-survey-findings-title {
    font-size: 32px;
  }


  /* Findings */

  .linc-survey-finding {
    padding: 0 20px;
  }

  .linc-survey-finding p {
    font-size: 19px;
  }

  .linc-survey-finding-number {
    font-size: 42px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .linc-experience-survey {
    padding: 0 0 25px;
  }


  /* -----------------------------------------
     Section Heading
     ----------------------------------------- */

  .linc-survey-heading {
    margin-bottom: 30px;

    padding: 0 15px;
  }

  .linc-survey-heading .main-heading {
    font-size: 28px;
    line-height: 1.25;
  }


  /* -----------------------------------------
     Top Statistics
     ----------------------------------------- */

  .linc-survey-stats {
    grid-template-columns: 1fr;

    gap: 15px;

    padding: 0 15px;
  }


  .linc-survey-stat-card {
    min-height: 390px;

    padding: 42px 20px 35px;
  }


  .linc-survey-stat-card h3 {
    font-size: 26px;
    line-height: 1.4;
  }


  /* -----------------------------------------
     Top Statistic SVG
     ----------------------------------------- */

  .linc-survey-icon {
    width: 145px;
    height: 145px;

    margin-top: 25px;
  }


  /* -----------------------------------------
     Numbers
     ----------------------------------------- */

  .linc-survey-stat-number {
    margin-top: 35px;

    font-size: 48px;
  }


  /* -----------------------------------------
     Respondent Bar
     ----------------------------------------- */

  .linc-survey-respondents {
    margin-top: 15px;

    padding: 17px 15px;

    font-size: 22px;
  }


  /* -----------------------------------------
     Findings
     ----------------------------------------- */

  .linc-survey-findings {
    padding: 0 15px;
  }


  .linc-survey-findings-title {
    margin: 45px 0 35px;

    font-size: 27px;
    line-height: 1.3;
  }


  /* Stack findings vertically */

  .linc-survey-finding-grid {
    grid-template-columns: 1fr;
  }


  .linc-survey-finding {
    min-height: auto;

    padding: 30px 20px 35px;
  }


  /* Horizontal dividers on mobile */

  .linc-survey-finding:not(:first-child)::before {
    left: 10%;
    top: 0;

    width: 80%;
    height: 2px;
  }


  /* -----------------------------------------
     Finding Icons
     ----------------------------------------- */

  .linc-survey-finding-icon {
    height: 125px;

    margin-bottom: 20px;
  }

  .linc-survey-finding-icon img {
    width: 120px;
    height: 120px;
  }


  /* -----------------------------------------
     Finding Numbers
     ----------------------------------------- */

  .linc-survey-finding-number {
    font-size: 42px;

    margin-bottom: 14px;
  }


  /* -----------------------------------------
     Finding Text
     ----------------------------------------- */

  .linc-survey-finding p {
    font-size: 18px;
    line-height: 1.45;
  }


  /* Remove manual desktop line breaks */

  .desktop-break {
    display: none;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

  /* Section heading */

  .linc-survey-heading .main-heading {
    font-size: 25px;
  }


  /* Statistic card */

  .linc-survey-stat-card {
    min-height: 350px;
  }

  .linc-survey-stat-card h3 {
    font-size: 23px;
  }


  /* Statistic SVG */

  .linc-survey-icon {
    width: 125px;
    height: 125px;
  }


  /* Statistic number */

  .linc-survey-stat-number {
    font-size: 48px;
  }


  /* Respondent bar */

  .linc-survey-respondents {
    font-size: 19px;
  }


  /* Findings heading */

  .linc-survey-findings-title {
    font-size: 24px;
  }

}