.phpExtHeaderSect {
  background-color: #015CC5;
}
.phpExtHeaderSect .headerSideImg {
  background-image: url(/assets/media/img/php-extended/top-banner.svg);
  height: 26rem;
  margin-top: -26rem;
  width: 51%;
  top: 11px;
  background-size: 85%;
}
.phpExtHeaderSect .headerSideTxt {
  padding-bottom: 2rem;
  width: 50%;
}
.prod3ColSection {
  padding-bottom: 1rem;
}
.prod3ColSection > .content {
  padding-top: 1rem;
}
.prod3ColSection .grSmBox {
  padding: 1rem 2rem 1.2rem 2rem;
}
.prod3ColSection .featImg {
  width: 100%;
  padding: 0rem 0rem 0.2rem;
  height: auto;
}
.prod3ColSection .featImgAutoWidth {
  width: auto;
  height: 180px;
}
.prod3ColSection .phpExtSuppTriColBlock .featImg {
  padding: 0.9rem 0rem 1rem;
}
.prod3ColSection h3 {
  font-size: 2.1rem;
  margin-bottom: 1.4rem;
}
.prod3ColSection h3.phpExtSuppTriColBlock {
  margin-top: 2.6rem;
}
.prod3ColSection h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.featHead {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}
.phpExtSuppTriColBlock .featHead {
  font-size: 1.3rem;
}
.phpExtSuppTriColBlock .col-lg-4 .featHead {
  width: 70%;
  margin: auto;
}
.phpExtSuppTriColBlock .col-lg-4:first-child .featHead {
  width: 100%;
}
.prod3ColSection .col-lg-12 .grSmBox {
  padding: 1.2rem 2rem 0rem 2rem;
}
.fullBann-hero {
  background-color: var(--Turquoise-02);
  padding: 42px 24px;
  overflow: hidden;
}
.fullBann-hero-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 48px;
}
.fullBann-hero-image img {
  display: block;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}
.fullBann-hero-content {
  color: var(--Purple-01);
}
.fullBann-hero-content h1 {
  margin: 0 0 8px;
  font-size: 2.625rem; /* 42px */
  line-height: 1.1;
  font-weight: 800;
}
.fullBann-hero-price {
  font-size: 4.125rem; /* 66px */
  line-height: 1;
  font-weight: 600;
  margin-bottom: 18px;
}
.fullBann-hero-price span {
  font-size: 0.45em;
  font-weight: 700;
}
.fullBann-hero-intro {
  margin: 0 0 30px;
  max-width: 760px;
  font-size: 1.25rem; /* 20px */
  line-height: 1.35;
  font-weight: 700;
}
.fullBann-hero-content h2 {
  margin: 0 0 14px;
  font-size: 2.1875rem; /* 35px */
  line-height: 1.1;
  font-weight: 700;
  color: var(--Purple-01);
}
.fullBann-hero-content h2.fullBanSubHead {
  font-weight: 400;
}
.php-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 650px;
}
.php-benefit {
  border: 2px solid var(--Purple-01);
  border-radius: 8px;
  min-height: 170px;
  padding: 22px 16px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.php-benefit img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 18px;
}
.php-benefit p {
  margin: 0;
  color: var(--Grey-02);
  font-size: 1.125rem;
  line-height: 1.3;
}
.php-support-table {
  width: 100%;
  font-family: Inter, sans-serif;
}
.php-header,
.php-row {
  display: grid;
  grid-template-columns: 210px repeat(5, 1fr);
  gap: 0;
  margin-bottom: 0rem;
}
.php-header div {
  background: var(--Blue-03);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.8rem;
  font-size: 0.95rem;
  border: 1px solid var(--Blue-06);
  border-left: none;
}
.php-header div:nth-child(2) {
  border-radius: 1rem 0 0 0;
  margin-left: 10px;
  border-left: 1px solid var(--Blue-06);
}
.php-header div:last-child {
  border-radius: 0 1rem 0 0;
}
.php-header div.php-version {
  border-radius: 1rem 1rem 0 0;
}
.php-version {
  background: #efefef;
  color: var(--Grey-03);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  min-height: 3rem;
  padding: 0.75rem;
  border: 1px solid var(--Blue-06);
  border-top: none;
}
.php-support-table .php-row:last-child .php-version {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.timelineSpans {
  grid-column: span 5;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e8e8;
  margin: 8px 0px 8px 10px;
}
.official,
.extended {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  padding: 0 1rem;
  white-space: nowrap;
}
.official {
  background: var(--Blue-07);
  color: #fff;
}
.extended {
  background: var(--Turquoise-03);
  color: #000;
}
.full {
  width: 100%;
}
.w20 {
  width: 20%;
}
.w40 {
  width: 40%;
}
.w60 {
  width: 60%;
}
.w80 {
  width: 80%;
}
.php-legend {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--Grey-03);
}
.legend-dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
.official-dot {
  background: var(--Blue-07);
}
.extended-dot {
  background: var(--Turquoise-03);
}
.suppSubTxt {
  font-size: 1rem;
  margin: 20px 0;
}
.giantBttnDiv {
  margin-top:10px;
  margin: 40px 0;
}
.giantBttn {
  border-radius: 1.25rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.phpBenSection {
  padding-bottom: 40px;
}
.phpBenSection .featImg {
  margin: 1rem 0 2rem;
  height: 9rem;
}
.phpBenSection .featDesc {
  margin: 0.2rem 0 1rem;
}
.phpBenSection .row {
  display: flex;
  flex-wrap: wrap;
}
.phpBenSection .col-lg-6 {
  display: flex;
}
.phpBenSection .grBox {
  width: 100%;
  height: 100%;
}
.phpBenSection .col85 {
  width: 85%;
  margin: auto;
}
.php-ctaContainer {
  background-color: #FF7E76;
  padding: 35px 20px;
}
.php-ctaSection h2.whiteTxt {
  font-size: 2.5rem;
  font-weight: 700;
}
.php-cta-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
.php-cta-text {
  text-align: center;
  color: #fff;
}
.php-cta-text h2 {
  margin: 0 0 15px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 800;
}
.php-cta-text p {
  margin: 0 0 38px;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 300;
}
.php-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 390px;
  min-height: 70px;
  padding: 12px 35px;
  background: #dceeff;
  border: 1px solid var(--Blue-03);
  border-radius: 18px;
  color: var(--Blue-03);
  font-size: 1.875rem;
  font-weight: 800;
  text-decoration: none;
}
.php-cta-image img {
  width: 360px;
  max-width: 100%;
  display: block;
}
.php-compare-section {
  padding: 20px 15px;
}
.php-compare-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.compareSplide {
  font-family: Inter, sans-serif;
  border: 1px solid var(--Blue-06);
  border-radius: 14px;
  overflow: hidden;
}
.compareHeader,
.compareRow {
  display: grid;
  grid-template-columns: 20.1% 40% 40%;
}
.compareHeader > div {
  background: var(--Blue-03);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid var(--Blue-06);
  width: 100%;
}
.compareHeader > div:last-child {
  border-right: 0;
}
.compareCell {
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid var(--Blue-06);
  border-bottom: 1px solid var(--Blue-06);
  color: var(--Grey-04);
}
.compareCell:last-child {
  border-right: 0;
}
.compareRows .compareRow:last-child .compareCell {
  border-bottom: 0;
}
.compareCell.feature {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.compareCell h6 {
  margin: 0 0 6px;
  color: var(--Blue-04);
  font-size: 1rem;
  font-weight: 800;
}
.compareCell p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
}
.compareCell.purple {
  color: var(--Purple-01);
}
.compareCell.green {
  color: var(--Green-01);
}
.compareCell.orange {
  color: var(--Orange-01);
}
.compareCell.mint {
  color: var(--Turquoise-01);
}
.compareCell.coral {
  color: var(--Rose-01);
}
.compareCell.blue {
  color: var(--Blue-06);
}
.mobileCompareHead {
  display: none;
}
.php-info-section {
  padding: 35px 15px;
  font-family: Inter, sans-serif;
}
.php-info-card {
  margin: 0 auto 32px;
  padding: 38px 32px;
  border: 2px solid var(--Purple-02);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 55px;
  background: #fff;
}
.php-info-card:last-child {
  margin-bottom: 0;
}
.php-info-text {
  flex: 1;
  color: var(--Grey-03);
}
.php-info-text h3 {
  margin: 0 0 22px;
  color: var(--Blue-03);
  font-size: 1.35rem;
  font-weight: 800;
}
.php-info-text p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.55;
}
.php-info-text ul {
  margin: 0 0 16px;
  padding-left: 22px;
}
.php-info-text li {
  font-size: 0.95rem;
  line-height: 1.5;
}
.php-info-image {
  flex: 0 0 auto;
  text-align: center;
}
.php-info-card:nth-child(1) .php-info-image {
  flex: 0 0 40%;
}
.php-info-card:nth-child(2) .php-info-image {
  flex: 0 0 30%;
}
.php-info-card:nth-child(3) .php-info-image {
  flex: 0 0 35%;
}
.php-info-card:nth-child(4) .php-info-image {
  flex: 0 0 30%;
}
.php-info-card:nth-child(5) .php-info-image {
  flex: 0 0 30%;
}
.php-info-card:nth-child(6) .php-info-image {
  flex: 0 0 25%;
}
.php-info-image img {
  max-width: 100%;
  display: block;
}
.php-info-card.reverse .php-info-image {
  flex-basis: 430px;
}
.php-info-card,
.php-info-card * {
  box-sizing: border-box;
}
.php-sa-banner .content {
  padding: 0.6rem 0;
}
.php-sa-banner {
  background-color: var(--color-blue-70);
  padding: 28px 20px;
  font-family: Inter, sans-serif;
  color: #fff;
}
.php-sa-banner-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10%;
}
.php-sa-banner-image {
  flex: 0 0 30%;
}
.php-sa-banner-image img {
  display: block;
  max-width: 100%;
}
.php-sa-banner-text {
  flex: 1;
}
.php-sa-banner-text h2 {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 500;
}
.php-sa-banner-text p {
  margin: 0 0 9px;
  font-size: 0.95rem;
  line-height: 1.35;
}
.php-sa-banner-text ul {
  margin: 0;
  padding-left: 22px;
}
.php-sa-banner-text li {
  font-size: 0.95rem;
  line-height: 1.65;
}
#phpCompare .contentSplideControls {
  margin: 2rem 0 0;
}
#phpExtSupp-list {
  align-items: stretch;
}
#phpExtSupp-list .splide__slide {
  display: flex;
  height: auto;
}
#phpExtSupp-list .grSmBox.featBlock {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}