/* ISOLATED V2 HOME PAGE STYLES */
.prh-home-v2-wrapper {
  font-family: inherit;
  width: 100%;
}

.prh-home-v2-hero-bg {
  background-image: url("/assets/images/flyinglady.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  min-height: 1000px;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: visible;
  width: 100%;
}

/* TOP ROW */
.prh-home-v2-top-row {
  display: grid;
  grid-template-columns: 260px 480px 460px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.prh-home-v2-top-row>* {
  margin: 0;
}

/* PARTNER CARD */
.prh-home-v2-partner-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 250px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prh-home-v2-partner-title {
  font-weight: bold;
  color: #343a40;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.prh-home-v2-partner-img img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

/* CENTER CAREER PATH */
.prh-home-v2-center-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 480px;
  margin-top: 21% !important;
  margin-left: 20%;
}

.prh-home-v2-logo-overlap {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 180px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -45px;
  z-index: 10;
}

.prh-home-v2-logo-overlap img {
  max-height: 75px;
  object-fit: contain;
}

.prh-home-v2-platform-box {
  width: 100%;
  min-height: 210px;
  background: linear-gradient(135deg, #18B6CE 0%, #1098b8 45%, #073B86 100%);
  border-radius: 14px;
  box-shadow: 0 18px 35px rgba(7, 59, 134, 0.35);
  color: #ffffff;
  text-align: center;
  padding: 60px 20px 20px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prh-home-v2-platform-box h2 {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.prh-home-v2-platform-box h4 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/* RIGHT STACK (CONTACT + MEETING) */
.prh-home-v2-right-stack {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.prh-home-v2-contact-card,
.prh-home-v2-meeting-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 3px;
  width: 220px;
  height: 255px;
}

.prh-home-v2-contact-card h4,
.prh-home-v2-meeting-card h4,
.prh-home-v2-contact-card .title,
.prh-home-v2-meeting-card .title,
.prh-home-v2-contact-card .prh-home-v2-title,
.prh-home-v2-meeting-card .prh-home-v2-title {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.35;
  color: #1f2d3d;
}

.prh-home-v2-contact-card p,
.prh-home-v2-meeting-card p,
.prh-home-v2-contact-card span,
.prh-home-v2-meeting-card span,
.prh-home-v2-contact-card div,
.prh-home-v2-meeting-card div,
.prh-home-v2-contact-card .prh-home-v2-subtext,
.prh-home-v2-meeting-card .prh-home-v2-subtext {
  font-size: 16px !important;
  line-height: 1.45;
}

.prh-home-v2-contact-card .btn,
.prh-home-v2-meeting-card .btn,
.prh-home-v2-contact-card button,
.prh-home-v2-meeting-card button,
.prh-home-v2-contact-btn,
.prh-home-v2-meeting-btn {
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.prh-home-v2-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prh-home-v2-icon img {
  width: 40px;
  margin-bottom: 10px;
}

.prh-home-v2-avatar img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 10px;
}

.prh-home-v2-title {
  font-weight: bold;
  color: #343a40;
  font-size: 14px;
  margin-bottom: 5px;
}

.prh-home-v2-subtext {
  color: #6c757d;
  font-size: 12px;
  margin: 0;
}

.prh-home-v2-action {
  margin-top: 15px;
}

.prh-home-v2-action button {
  background-color: #0b154a;
  color: #ffffff;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.prh-home-v2-action button:hover {
  background-color: #080f35;
}

/* SERVICE ROW */
.prh-home-v2-service-row {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  gap: 22px;
  justify-content: center;
  max-width: 980px;
  position: relative;
  z-index: 2;
  margin: 63px auto 35px auto !important;
  padding-left: 80px;
  box-sizing: content-box;
}

.prh-home-v2-service-card {
  flex: 1;
  min-width: 250px;
  border-radius: 12px;
  position: relative;
}

.prh-home-v2-service-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.prh-home-v2-service-card a:hover {
  transform: translateY(-5px);
}

.prh-home-v2-service-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #18B6CE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -22px auto 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.prh-home-v2-service-icon i {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.prh-home-v2-icon-symbol {
  font-size: 26px;
  line-height: 1;
  filter: grayscale(1) brightness(0) invert(1);
}

.prh-home-v2-service-top {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 40px 20px 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prh-home-v2-service-bottom {
  background-color: #ffffff;
  color: #28326a;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* TESTIMONIALS */
.prh-home-v2-testimonial-row {
  margin: 35px auto 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.prh-home-v2-testimonial-card {
  width: 100%;
  max-width: 1290px;
  min-height: 155px;
  padding: 0 40px 25px;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  border: 2px solid #18B6CE;
  border-top: 22px solid #18B6CE;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: center;
}

.prh-home-v2-testimonial-heading {
  position: relative;
  display: inline-block;
  top: -43px;
  background: linear-gradient(135deg, #18B6CE, #1098b8);
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 60px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  margin-bottom: -20px;
}

.prh-home-v2-testimonial-heading::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #ffffff;
  margin: 6px auto 0;
  border-radius: 2px;
}

.prh-home-v2-testimonial-carousel {
  position: relative;
  margin-top: -10px;
}

.prh-home-v2-testimonial-carousel::before {
  content: "“";
  position: absolute;
  left: 20px;
  top: -20px;
  font-size: 70px;
  color: rgba(24, 182, 206, 0.25);
  font-family: Georgia, serif;
  line-height: 1;
}

.prh-home-v2-testimonial-carousel::after {
  content: "”";
  position: absolute;
  right: 20px;
  bottom: -30px;
  font-size: 70px;
  color: rgba(24, 182, 206, 0.25);
  font-family: Georgia, serif;
  line-height: 1;
}

.prh-home-v2-testimonial-slide {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 20px 0;
}

.prh-home-v2-testimonial-text {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  font-style: italic;
  max-width: 1020px;
  margin: 0 auto 14px;
}

.prh-home-v2-author-divider {
  width: 70px;
  height: 2px;
  background: #18B6CE;
  margin: 0 auto 12px;
  border-radius: 2px;
}

.prh-home-v2-author-name {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

.prh-home-v2-author-role {
  font-size: 18px;
  color: #6c757d;
  margin-top: 4px;
  line-height: 1.4;
}

/* DARK BANNER */
.prh-home-v2-dark-banner {
  background-color: #0b154a;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  margin: 0;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1400px) {
  .prh-home-v2-hero-bg {
    background-size: 100% auto;
    background-position: left top;
    min-height: 960px;
  }

  .prh-home-v2-top-row {
    grid-template-columns: 230px 430px 420px;
    gap: 25px;
  }

  .prh-home-v2-service-row {
    max-width: 900px;
    padding-left: 260px;
    margin-top: 145px !important;
  }
}

@media (max-width: 1199px) {
  .prh-home-v2-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }

  .prh-home-v2-hero-bg {
    background-size: auto 100%;
    background-position: left top;
    min-height: 980px;
  }

  .prh-home-v2-service-row {
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 90px !important;
  }

  .prh-home-v2-center-card {
    margin-top: 8% !important;
  }

  .prh-home-v2-testimonial-card {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .prh-home-v2-hero-bg {
    background-position: center top;
    background-size: cover;
    min-height: auto;
    padding-top: 120px;
  }

  .prh-home-v2-top-row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .prh-home-v2-right-stack {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .prh-home-v2-partner-card,
  .prh-home-v2-center-card,
  .prh-home-v2-contact-card,
  .prh-home-v2-meeting-card {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0 auto 20px auto !important;
  }

  .prh-home-v2-service-row {
    padding-left: 0;
    margin-top: 60px !important;
  }

  .prh-home-v2-center-card {
    margin-top: 0 !important;
  }

  .prh-home-v2-testimonial-card {
    max-width: 95%;
    padding: 0 20px 25px;
  }

  .prh-home-v2-testimonial-heading {
    padding: 9px 35px;
    font-size: 18px;
  }

  .prh-home-v2-author-name {
    font-size: 20px;
  }

  .prh-home-v2-author-role {
    font-size: 16px;
  }

  .prh-home-v2-contact-card h4,
  .prh-home-v2-meeting-card h4,
  .prh-home-v2-contact-card .title,
  .prh-home-v2-meeting-card .title,
  .prh-home-v2-contact-card .prh-home-v2-title,
  .prh-home-v2-meeting-card .prh-home-v2-title {
    font-size: 16px !important;
  }

  .prh-home-v2-contact-card p,
  .prh-home-v2-meeting-card p,
  .prh-home-v2-contact-card span,
  .prh-home-v2-meeting-card span,
  .prh-home-v2-contact-card div,
  .prh-home-v2-meeting-card div,
  .prh-home-v2-contact-card .prh-home-v2-subtext,
  .prh-home-v2-meeting-card .prh-home-v2-subtext {
    font-size: 14px !important;
  }

  .prh-home-v2-service-icon {
    width: 40px;
    height: 40px;
  }

  .prh-home-v2-service-icon i {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .prh-home-v2-hero-bg {
    padding-top: 100px;
  }

  .prh-home-v2-service-card {
    min-width: 100%;
  }
}

.homeslider-v2-center-card {
  margin-top: 11%;
  background: #dae3f3;
  padding: 14px;
  border-radius: 7px;
}

.prh-home-v2-svg-icon {
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: block;
}