
.hpd-product-hero,
.hpd-product-hero * {
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
  .hpd-product-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #EDEDED;
  }

  .hpd-product-hero .hpd-blue-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: #07346d;
    z-index: 0;
  }

  .hpd-product-hero .hpd-inner {
    position: relative;
    z-index: 2;
        width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 46px 20px;
    display: grid;
   grid-template-columns: 420px 680px;
  column-gap: 0;
  justify-content: space-between;
  align-items: start;
  }

  .hpd-product-hero .hpd-left {
    padding-top: 5px;
  }

  .hpd-product-hero .hpd-kicker {
    color: #ff7a00;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .hpd-product-hero .hpd-logo {
    width: 254px;
    max-width: 100%;
    display: block;
    margin-bottom: 23px;
  }

  .hpd-product-hero .hpd-title {
    color: #ffffff;
    margin: 0 0 23px;
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-size: var(--e-global-typography-b83f36a-font-size, 34px);
    line-height: var(--e-global-typography-b83f36a-line-height, 1.08);
    letter-spacing: var(--e-global-typography-b83f36a-letter-spacing, -0.5px);
    word-spacing: var(--e-global-typography-b83f36a-word-spacing, 0);
    font-weight: 700;
  }

  .hpd-product-hero .hpd-desc {
    color: #ffffff;
    margin: 0;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-size: var(--e-global-typography-995ee38-font-size, 13px);
    line-height: var(--e-global-typography-995ee38-line-height, 1.7);
    letter-spacing: var(--e-global-typography-995ee38-letter-spacing, 0);
    word-spacing: var(--e-global-typography-995ee38-word-spacing, 0);
    font-weight: 400;
  }

  .hpd-product-hero .hpd-info-grid {
    margin-top: 76px;
    width: 420px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 10px;
  }

  .hpd-product-hero .hpd-info-card {
    background: #C0C0C01A;
    border-radius: 6px;
    width:180px;
    min-height: 52px;
    padding: 9px 10px 7px;

  }

  .hpd-product-hero .hpd-info-title {
    color: #002559;
    font-family: var(--e-global-typography-4ba6ad6-font-family), Sans-serif;
    font-size: var(--e-global-typography-995ee38-font-size, 10px);
    line-height: var(--e-global-typography-995ee38-line-height, 1.2);
    letter-spacing: var(--e-global-typography-995ee38-letter-spacing, 0);
    word-spacing: var(--e-global-typography-995ee38-word-spacing, 0);
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-info-text {
    color: #6a6f78;
    font-family: var(--e-global-typography-f60b811-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ba6ad6-font-size, 9px);
    line-height: var(--e-global-typography-4ba6ad6-line-height, 1.25);
    letter-spacing: var(--e-global-typography-4ba6ad6-letter-spacing, 0);
    word-spacing: var(--e-global-typography-4ba6ad6-word-spacing, 0);
    font-weight: 400;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-buttons {
    margin-top: 27px;
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .hpd-product-hero .hpd-btn {
    min-height: 50px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--e-global-typography-0fefe1d-font-family), Sans-serif;
    font-size: var(--e-global-typography-0fefe1d-font-size);
    line-height: var(--e-global-typography-0fefe1d-line-height);
    letter-spacing: var(--e-global-typography-0fefe1d-letter-spacing);
    word-spacing: var(--e-global-typography-0fefe1d-word-spacing);
    transition: 0.2s ease;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-btn-main {
    color: #ffffff;
    background: linear-gradient(135deg, #ff7a00 0%, #ef1e24 100%);
    border: 1px solid transparent;
  }

  .hpd-product-hero .hpd-btn-outline {
    color: #07346d;
    background: #ffffff;
    border: 1.5px solid #ff7a00;
  }

  .hpd-product-hero .hpd-right {
    width: 100%;
    min-width: 0;
  }
  .hpd-right {
          display: flex;
    flex-direction: column;
    align-items: flex-end;
      
  }

  .hpd-product-hero .hpd-main-swiper {
    width:100%;
    height: 500px;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.28);
    background: #ddd;
  }

  .hpd-product-hero .hpd-main-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .hpd-product-hero .hpd-main-swiper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .hpd-product-hero .hpd-thumb-wrap {
    width: 640px;
    margin-top: 39px;
    padding: 0 8px;
  }

  .hpd-product-hero .hpd-thumb-swiper {
    width: 100%;
    overflow: hidden;
  }

  .hpd-product-hero .hpd-thumb-swiper .swiper-wrapper {
    align-items: center;
  }

  .hpd-product-hero .hpd-thumb-swiper .swiper-slide {
    width: 78px;
    height: 78px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.35;
    background: #ffffff;
    transition: 0.2s ease;
    flex-shrink: 0;
  }

  .hpd-product-hero .hpd-thumb-swiper .swiper-slide-thumb-active,
  .hpd-product-hero .hpd-thumb-swiper .swiper-slide.is-active {
    opacity: 1;
  }

  .hpd-product-hero .hpd-thumb-swiper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .hpd-product-hero .hpd-video-thumb {
    position: relative;
  }

  .hpd-product-hero .hpd-video-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }

  .hpd-product-hero .hpd-video-thumb span {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 2;
  }

  .hpd-product-hero .hpd-video-thumb span::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 9px;
    border-left: 11px solid #07346d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }

  .hpd-product-hero .hpd-review-row {
    position: relative;
    z-index: 2;
    margin-top: 46px;
    
  }

  .hpd-product-hero .hpd-review-inner {
    width:100%;
    max-width:1340px;
    margin: 0 auto;
    padding: 35px 0px;
    display: grid;
        grid-template-columns: 640px 230px 97px 170px;
    align-items: center;
    column-gap: 55px;
  }

  .hpd-product-hero .hpd-offer {
    color: #ef1e24;
    font-size: var(--e-global-typography-995ee38-font-size);
    line-height: var(--e-global-typography-995ee38-line-height);
    letter-spacing: var(--e-global-typography-995ee38-letter-spacing);
    word-spacing: var(--e-global-typography-995ee38-word-spacing);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-offer span {
    color: #ef1e24;
    font-size: var(--e-global-typography-995ee38-font-size);
    line-height: 1;
  }

  .hpd-product-hero .hpd-rating-wrap {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .hpd-product-hero .hpd-stars {
    color: #ff7a00;
    font-size: var(--e-global-typography-995ee38-font-size);
    line-height: 1;
    letter-spacing: 2px;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-score {
    color: #07346d;
    font-size: var(--e-global-typography-b83f36a-font-size);
    line-height: var(--e-global-typography-b83f36a-line-height);
    letter-spacing: var(--e-global-typography-b83f36a-letter-spacing);
    word-spacing: var(--e-global-typography-b83f36a-word-spacing);
    font-weight: 700;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-score strong {
    font-weight: 700;
  }

  .hpd-product-hero .hpd-review-meta {
    color: #07346d;
    font-size: var(--e-global-typography-995ee38-font-size);
    line-height: var(--e-global-typography-995ee38-line-height);
    letter-spacing: var(--e-global-typography-995ee38-letter-spacing);
    word-spacing: var(--e-global-typography-995ee38-word-spacing);
    font-weight: 500;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-review-meta strong {
    font-weight: 700;
  }

  .hpd-product-hero .hpd-order-bar {
    position: relative;
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.08);
  }

  .hpd-product-hero .hpd-order-inner {
    max-width: 1340px;
    width:100%;
    margin: 0 auto;
    height: 88px;
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    column-gap: 24px;
  }

  .hpd-product-hero .hpd-product-price {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .hpd-product-hero .hpd-product-price strong {
    color: #07346d;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-product-price span {
    color: #ff7a00;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-cutoff {
    color: #07346d;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
  }

  .hpd-product-hero .hpd-timer {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .hpd-product-hero .hpd-timer div {
    width: 31px;
    height: 39px;
    background: #07346d;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hpd-product-hero .hpd-timer strong {
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
  }

  .hpd-product-hero .hpd-timer span {
    font-size: 8px;
    line-height: 1.1;
    font-weight: 600;
  }

  .hpd-product-hero .hpd-order-btn {
    height: 43px;
    padding: 0 31px;
    border-radius: 999px;
    background: #ff7a00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
  }

.hpd-product-hero .hpd-gallery-nav-wrap {
  position: relative;
  width: 100%;
  gap: 20px;
  max-width: 100%;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hpd-product-hero .hpd-thumb-swiper {
  width: 100%;
  overflow: hidden;
}

.hpd-product-hero .hpd-thumb-swiper .swiper-wrapper {
  align-items: center;
}

.hpd-product-hero .hpd-thumb-swiper .swiper-slide {
  width: 72px !important;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  flex-shrink: 0;
  opacity: 1 !important;
  transition: 0.2s ease;
  position: relative;
}

  .hpd-product-hero .hpd-thumb-swiper .swiper-wrapper {
    align-items: center;
  }

  .hpd-product-hero .hpd-thumb-swiper .swiper-slide {
    width: 84px !important;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #ffffff;
    flex-shrink: 0;
  }

  .hpd-product-hero .hpd-thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .hpd-product-hero .hpd-gallery-arrow {
    width: 84px;
    height: 76px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    flex: 0 0 84px;
  }

  .hpd-product-hero .hpd-gallery-arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hpd-arrow-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.16;
    filter: grayscale(5%);
  }

  .hpd-product-hero .hpd-gallery-arrow::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(245, 245, 245, 0.48);
    z-index: 1;
  }
  .hpd-product-hero .hpd-gallery-arrow::before:hover,.hpd-product-hero .hpd-gallery-arrow::after:hover {
      filter: grayscale(0%);
      opacity: 1;
      
  }

  .hpd-product-hero .hpd-gallery-arrow span {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 14px;
    height: 14px;
    border-top: 3px solid rgba(255, 255, 255, 0.75);
    border-right: 3px solid rgba(255, 255, 255, 0.75);
  }

  .hpd-product-hero .hpd-gallery-prev span {
    left: 34px;
    transform: translateY(-50%) rotate(-135deg);
  }

  .hpd-product-hero .hpd-gallery-next span {
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
  }

  .hpd-product-hero .hpd-video-thumb {
    position: relative;
  }

  .hpd-product-hero .hpd-video-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .hpd-product-hero .hpd-video-thumb em {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
  }

  .hpd-product-hero .hpd-video-thumb em::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 9px;
    border-left: 11px solid #07346d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  @media (max-width:1300px) {
          .hpd-product-hero .hpd-review-inner {
        padding: 0px 20px;
    }
    .hpd-product-hero .hpd-order-inner {
       padding: 0px 20px; 
    }
    

  }

  @media (max-width:1024px){
       .hpd-product-hero .hpd-info-card {
    background: #fff;
    width: 100% !important;

  }
  .ai-fabric-grid {
      grid-template-columns: repeat(2, 1fr) !important;
  }
  .wrapper-setting {
      padding: 16px 20px;
  }
  .pd-layout {
      flex-direction: column;
  }
  .pd-sidebar {
      width: 100% !important;
  }
  .pd-content {
      width: 100% !important;
  }
  .pd-sidebar .tab-btn.active {
      width: 100% !important;
  }
  .intro-cards {
          grid-template-columns: repeat(1, 1fr) !important;
  }
  .kf-grid {
      grid-template-columns: repeat(2, 1fr) !important;
  }
  }

  @media (max-width: 1250px) {
    .hpd-product-hero .hpd-inner,
    .hpd-product-hero .hpd-review-inner,
    .hpd-product-hero .hpd-order-inner {
      max-width: 100%;
      padding-left: 35px;
      padding-right: 35px;
    }
    .hpd-product-hero .hpd-blue-bg {
        height: 380px;
    }
    .hpd-product-hero .hpd-inner {
              grid-template-columns: 600px 1fr;
      column-gap: 40px;
    }

    .hpd-product-hero .hpd-info-grid {
      width: 390px;
    }

    .hpd-product-hero .hpd-main-swiper,
    .hpd-product-hero .hpd-thumb-wrap {
      width: 100%;
    }

    .hpd-product-hero .hpd-main-swiper {
      height: 390px;
    }

    .hpd-product-hero .hpd-review-inner {
      grid-template-columns: 1fr 230px 160px 210px;
      column-gap: 25px;
    }
     .pd-sidebar .tab-btn.active {
        width: 100% !important;
    }
  }

  @media (max-width: 991px) {
    .hpd-product-hero .hpd-blue-bg {
      height: 610px;
    }

    .hpd-product-hero .hpd-inner {
      grid-template-columns: 1fr;
      gap: 35px;
      padding-top: 40px;
    }

    .hpd-product-hero .hpd-info-grid {
      margin-top: 40px;
      width: 100%;
    }

    .hpd-product-hero .hpd-right {
      width: 100%;
    }

    .hpd-product-hero .hpd-main-swiper {
      height: 400px;
    }

    .hpd-product-hero .hpd-thumb-wrap {
      margin-top: 22px;
    }

    .hpd-product-hero .hpd-review-inner {
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      padding-bottom: 30px;
    }

    .hpd-product-hero .hpd-order-inner {
      height: auto;
      padding-top: 22px;
      padding-bottom: 22px;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .hpd-product-hero .hpd-product-price {
      justify-content: flex-start;
    }
  }

  @media (max-width: 600px) {
    .hpd-product-hero .hpd-inner,
    .hpd-product-hero .hpd-review-inner,
    .hpd-product-hero .hpd-order-inner {
      padding-left: 18px;
      padding-right: 18px;
    }
      .hpd-product-hero .hpd-info-card {
    width:100%;
      }
      .af-col {
          padding: 20px !important;
      }

    .hpd-product-hero .hpd-blue-bg {
      height: 720px;
    }

    .hpd-product-hero .hpd-logo {
      width: 220px;
    }

    .hpd-product-hero .hpd-title {
      font-size: var(--e-global-typography-b83f36a-font-size, 30px);
    }

    .hpd-product-hero .hpd-desc br {
      display: none;
    }

    .hpd-product-hero .hpd-info-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .hpd-product-hero .hpd-buttons {
      flex-direction: column;
      align-items: stretch;
    }

    .hpd-product-hero .hpd-btn {
      width: 100%;
    }

    .hpd-product-hero .hpd-main-swiper {
      height: 270px;
    }

    .hpd-product-hero .hpd-thumb-swiper .swiper-slide {
      width: 66px;
      height: 66px;
    }

    .hpd-product-hero .hpd-review-inner {
      grid-template-columns: 1fr;
    }

    .hpd-product-hero .hpd-rating-wrap {
      flex-wrap: wrap;
    }

    .hpd-product-hero .hpd-score {
      font-size: 22px;
    }

    .hpd-product-hero .hpd-order-inner {
      grid-template-columns: 1fr;
    }

    .hpd-product-hero .hpd-product-price {
      justify-content: space-between;
      gap: 12px;
    }
  }
  @media (max-width: 600px) {
  .hpd-product-hero .hpd-order-inner {
    max-width: calc(100% - 24px);
    width: calc(100% - 24px);
    height: auto;
    padding: 26px 18px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    overflow: hidden;
  }

  .hpd-product-hero .hpd-product-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
    margin: 0;
    min-width: 0;
  }

  .hpd-product-hero .hpd-product-price strong {
    width: 100%;
    white-space: normal;
    font-size: 15px;
    line-height: 1.35;
  }

  .hpd-product-hero .hpd-product-price span {
    width: 100%;
    white-space: normal;
    font-size: 15px;
    line-height: 1.2;
  }

  .hpd-product-hero .hpd-cutoff {
    width: 100%;
    white-space: normal;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 4px;
  }

  .hpd-product-hero .hpd-timer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  }

  .hpd-product-hero .hpd-timer div {
    width: 42px;
    height: 52px;
    border-radius: 5px;
  }

  .hpd-product-hero .hpd-timer strong {
    font-size: 18px;
    line-height: 1;
  }

  .hpd-product-hero .hpd-timer span {
    font-size: 10px;
    line-height: 1;
  }

  .hpd-product-hero .hpd-order-btn {
    width: 100%;
    height: 58px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
    justify-content: center;
    text-align: center;
  }
}
/* tabs section */
  .product-details-section {
    padding: 60px 20px;
    max-width: 1340px;
    margin: 0 auto;
  }

  .product-details-section .section-heading {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-size: var(--e-global-typography-b83f36a-font-size);
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    line-height: var(--e-global-typography-b83f36a-line-height);
       background: linear-gradient(270.13deg, #002559 62.11%, #1C8DC4 99.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
  }

  .product-details-section .section-subheading {
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    color: #555;
    font-size: 15px;
    margin-bottom: 36px;
  }

  /* Layout */
  .pd-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }

  /* Sidebar */
  .pd-sidebar {
    width: 25%;
    gap: 6px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .pd-sidebar .tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    background: rgba(237, 237, 237, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    border-bottom: none;
    cursor: pointer;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    border-radius: 10px !important;
    text-align: left;
    transition: background 0.2s, color 0.2s;
    box-shadow: none !important;
  }

  .pd-sidebar .tab-btn:last-child {
    border-bottom: 1px solid #ddd;
  }

  .pd-sidebar .tab-btn .arrow {
    font-size: 16px;
    color: #999;
    transition: color 0.2s;
  }

  .pd-sidebar .tab-btn.active {
    background: rgba(0, 37, 89, 1);
    color: #fff;
    border-color: rgba(0, 37, 89, 1);
    width: 340px;
    font-weight: 400;
  }

  .pd-sidebar .tab-btn.active .arrow {
    color: #fff;
  }

  .pd-sidebar .tab-btn:not(.active):hover {
    background: #f5f5f5;
  }

  /* Content Area */
  .pd-content {
    width: 75%;
  }

  .pd-panel {
    display: none;
  }

  .pd-panel.active {
    display: block;
  }

  /* ── TAB 1: Product Intro ── */
  .intro-video-wrap {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16/9;
    margin-bottom: 28px;
  }

  .intro-video-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
  }

  .intro-video-wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .intro-video-wrap .play-btn::after {
    content: '';
    border-left: 18px solid rgba(0,37,89,1);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-left: 4px;
  }

  .intro-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .intro-card-content {
      z-index: 2;
      position: relative;
  }

  .intro-card {
    background: rgba(0, 37, 89, 1);
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    position: relative;
  }
 .intro-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0, 37, 89, 0.88) 55%);
  z-index: 1;
  border-radius: 8px;
}

  .intro-card h4 {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
  }

  .intro-card ul {
    list-style: disc;
    padding-left: 16px;
  }

  .intro-card ul li {
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 12px;
    line-height: 1.6;
    color: #cdd8f0;
    margin-bottom: 4px;
  }

  /* ── TAB 2: Key Features ── */
  .kf-heading {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 22px;
    color: rgba(0, 37, 89, 1);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 37, 89, 1);
  }

  .kf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .kf-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    align-items: center;
    border: solid 1px rgba(232, 232, 232, 1);
    border-radius: 12px;
  }

  .kf-card .kf-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
    color: rgba(0, 37, 89, 1);
  }

  .kf-card h4 {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 14px;
    color: rgba(0, 37, 89, 1);
    text-align: center;
  }

  .kf-card p {
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 13px;
    color: rgba(158, 158, 158, 1);
    line-height: 1.6;
    text-align: center;
  }

  /* ── TAB 3: Artwork & File Specs ── */
  .af-heading {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 22px;
    color: rgba(0, 37, 89, 1);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }

  .af-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
  }

  .af-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: rgba(217, 217, 217, 0.5);
    border-bottom: 1px solid #e0e0e0;
  }

  .af-box-header span {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 14px;
    color: rgba(0, 37, 89, 1);
  }

  .af-box-header .btn-download {
    background: transparent;
    border: 2px solid #e07b3a;
    color: #e07b3a;
    padding: 7px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }

  .af-box-header .btn-download:hover {
    background: #e07b3a;
    color: #fff;
  }

  .af-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f3f3f3 ;
  }

  .af-col {
    padding: 20px 30px;
  }

  .af-col:first-child {
    border-right: 1px solid #e0e0e0;
  }
.elementor-kit-5 button:hover,
.elementor-kit-5 button:active,
.elementor-kit-5 input[type="button"]:hover,
.elementor-kit-5 input[type="button"]:active,
.elementor-kit-5 input[type="submit"]:hover,
.elementor-kit-5 input[type="submit"]:active,
.elementor-kit-5 .elementor-button:hover,
.elementor-kit-5 .elementor-button:active {
    color: #000 !important;
}
.pd-sidebar .tab-btn.active:hover {
    color: #fff !important;
}
  .af-col-title {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 13px;
    color: rgba(0, 37, 89, 1);
    margin-bottom: 12px;
  }

  .af-item {
    background: rgba(217, 217, 217, 0.5);
    border-radius: 4px;
    padding: 9px 14px;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 12.5px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .af-item strong {
    font-weight: 600;
  }

  /* ── TAB 4: Application Instructions ── */
  .ai-heading {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 22px;
    color: rgba(0, 37, 89, 1);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }

  .ai-fabric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }

  .ai-fabric-card {
    cursor: pointer;
    border: 1px solid rgba(246, 139, 31, 1);
    border-radius: 10px;
    padding: 10px;
    text-align: left;
  }

  .ai-fabric-card img {
    width: 100%;
    max-width: 200px;
    height: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
    transition: border-color 0.2s;
  }

  .ai-fabric-card.active img,
  .ai-fabric-card:hover img {
    border-color: rgba(0, 37, 89, 1);
  }

  .ai-fabric-card span {
    display: block;
    margin-top: 6px;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 12px;
    color: #333;
  }

  .ai-fabric-card.active span {
    color: #e07b3a;
    font-weight: 600;
  }

  .ai-settings {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    overflow: hidden;
    margin-bottom: 14px;
  }
  .wrapper-setting {
      background-color: rgba(244, 244, 244, 1);
      padding: 16px 50px;
      border: solid 1px rgba(232, 232, 232, 1);
      border-radius: 6px;
  }

  .ai-setting-item {
    text-align: center;
  }

  .ai-setting-item:last-child {
    border-right: none;
  }

  .ai-setting-label {
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(0, 37, 89, 1);
    margin-bottom: 6px;
  }

  .ai-setting-value {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 15px;
    color: rgba(0, 37, 89, 1);
  }

  .ai-note {
    background: rgba(255, 245, 219, 1);
    border-left: 3px solid #f5c842;
    padding: 12px 16px;
    border-radius: 0 4px 4px 0;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 12.5px;
    color: #555;
    line-height: 1.6;
  }

  /* ── TAB 5: Color Chart ── */
  .cc-heading {
    font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
    font-weight: var(--e-global-typography-b83f36a-font-weight);
    font-size: 22px;
    color: rgba(0, 37, 89, 1);
    margin-bottom: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }

  .cc-subtext {
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }

  .cc-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
  }

  .cc-swatch {
    border-radius: 4px;
    padding: 10px 6px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.15s;
    display: grid;
    place-items: center;
    height: 70px;
  }
  .cc-swatch span {
  color: inherit !important;
}

  .cc-swatch:hover {
    transform: scale(1.06);
  }

  .cc-swatch span {
    display: block;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 9px;
    color: #fff;
    line-height: 1.3;
    mix-blend-mode: difference;
  }

  .cc-swatch.selected {
    outline: 3px solid rgba(0,37,89,1);
    outline-offset: 2px;
  }

  .cc-note {
    margin-top: 14px;
    font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
    font-weight: var(--e-global-typography-995ee38-font-weight);
    font-size: 11px;
    color: #888;
  }

  /* Fabric placeholder images using colored boxes */
  .fabric-placeholder {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    border: 2px solid transparent;
    background: #ddd;
    transition: border-color 0.2s;
  }
/* FAQS */
.faqs-inner {
  padding: 70px 20px;
  width: 100%;
  max-width: 1340px;
  margin: auto;

}
.faq-section {
      background: #f0f0f0;
}

.faq-section .faq-kicker {
  font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
  font-weight: var(--e-global-typography-995ee38-font-weight);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e07b3a;
  margin-bottom: 10px;
}

.faq-section .faq-heading {
  font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
  font-size: var(--e-global-typography-b83f36a-font-size);
  font-weight: var(--e-global-typography-b83f36a-font-weight);
  line-height: var(--e-global-typography-b83f36a-line-height);
  margin-bottom: 36px;
    background: linear-gradient(270.13deg, #002559 62.11%, #1C8DC4 99.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
}

.faq-section .faq-item {
  border-top: 1px solid #d0d0d0;
}

.faq-section .faq-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}

.faq-section .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 20px;
  box-shadow: none;
  outline: none;
}

.faq-section .faq-question:hover,
.faq-section .faq-question:focus {
  background: none;
  box-shadow: none;
  outline: none;
}

.faq-section .faq-question span {
  font-family: var(--e-global-typography-b83f36a-font-family), Sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: rgba(0, 37, 89, 1);
  line-height: 1.4;
}

.faq-section .faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-section .faq-icon::before,
.faq-section .faq-icon::after {
  content: '';
  position: absolute;
  background: rgba(0, 37, 89, 1);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-section .faq-icon::before {
  width: 14px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-section .faq-icon::after {
  width: 1.5px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-section .faq-item.open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-section .faq-answer-inner {
  padding-bottom: 20px;
  font-family: var(--e-global-typography-995ee38-font-family), Sans-serif;
  font-weight: var(--e-global-typography-995ee38-font-weight);
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.faq-section .faq-item.open .faq-answer {
  max-height: 500px;
}
/* gallerycss */
.vp-section,
.vp-section * {
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.vp-section {
  position: relative;
  width: 100%;
  background: #07346d;
}

.vp-section .vp-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 72px 20px;
}

.vp-section .vp-heading {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: var(--e-global-typography-b83f36a-font-size, 30px);
  font-weight: 700;
  line-height: var(--e-global-typography-b83f36a-line-height, 1.15);
  letter-spacing: var(--e-global-typography-b83f36a-letter-spacing, -0.3px);
}

.vp-section .vp-subheading {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.vp-section .vp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.vp-section .vp-filter {
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.vp-section .vp-filter:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.vp-section .vp-filter.is-active {
  border-color: #ffffff;
  background: #ffffff;
  color: #07346d !important;
  font-weight: 600;
}

.vp-section .vp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vp-section .vp-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  outline: none;
  background: #0a2a52;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.vp-section .vp-card.vp-hidden {
  display: none;
}

.vp-section .vp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.vp-section .vp-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85);
}

.vp-section .vp-thumb {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vp-section .vp-card:hover .vp-thumb {
  transform: scale(1.06);
}

.vp-section .vp-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.15) 45%,
    rgba(0, 0, 0, 0) 70%
  );
}

.vp-section .vp-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.vp-section .vp-card:hover .vp-play {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.08);
}

.vp-section .vp-play::after {
  display: block;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #07346d;
  content: "";
}

.vp-section .vp-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 18px 18px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.vp-section .vp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 12, 28, 0.9);
}

.vp-section .vp-lightbox.is-open {
  display: flex;
}

.vp-section .vp-lightbox-stage {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.vp-section .vp-lightbox-video {
  display: block;
  width: 100%;
  max-height: 82vh;
  border-radius: 10px;
  background: #000000;
}

.vp-section .vp-lightbox-close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.vp-section .vp-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .vp-section .vp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .vp-section .vp-inner {
    padding: 52px 18px;
  }

  .vp-section .vp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vp-section .vp-heading {
    font-size: var(--e-global-typography-b83f36a-font-size, 26px);
  }

  .vp-section .vp-card {
    aspect-ratio: 4 / 5;
  }
}
/* Table Section */
/* =========================================================
   HOT PRINTZ COMPARISON TABLE
   ========================================================= */

.hpd-comparison-section,
.hpd-comparison-section * {
  box-sizing: border-box;
}
table thead tr:first-child th {
    border-radius: 0px !important;
}
.hpd-comparison-section {
  width: 100%;
  padding: 36px 20px 38px;
  background: #ffffff;
  font-family: 'Poppins' !important;
}

.hpd-comparison-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hpd-comparison-inner > p {
  margin: 0;
}

.hpc-comparison {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
}

.hpc-heading {
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #002559 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.7px !important;
  text-transform: none !important;
}

.hpc-heading span {
  color: #1c8dc4 !important;
}

.hpc-table-scroll {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.hpc-table {
  width: 100% !important;
  min-width: 900px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed;
  background: #ffffff !important;
  box-shadow: none !important;
}

/* Exact column proportions */
.hpc-table tr > *:nth-child(1) {
  width: 16%;
}

.hpc-table tr > *:nth-child(2) {
  width: 28%;
}

.hpc-table tr > *:nth-child(3) {
  width: 22%;
}

.hpc-table tr > *:nth-child(4) {
  width: 18%;
}

.hpc-table tr > *:nth-child(5) {
  width: 16%;
}

/* Reset theme table styling */
.hpc-table th,
.hpc-table td {
  height: 44px;
  margin: 0 !important;
  padding: 10px 16px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  background: #ffffff;
  color: #002559;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.3 !important;
  text-align: left !important;
  vertical-align: middle !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* Header */
.hpc-table thead th {
  height: 46px;
  padding: 11px 16px !important;
  background: #002559 !important;
  color: #ffffff !important;
  border-bottom: 0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
}

.hpc-table thead th.hpc-highlight {
  background: #1c8dc4 !important;
}

/* Left feature column */
.hpc-table tbody th {
  background: #ffffff !important;
  color: #002559 !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

/* Body cells */
.hpc-table tbody td {
  background: #ffffff !important;
  color: #203f69 !important;
  font-weight: 400 !important;
}

.hpc-table tbody td strong {
  color: #002559 !important;
  font-weight: 700 !important;
}

/* Remove exterior duplicate borders */
.hpc-table tr > *:last-child {
  border-right: 0 !important;
}

.hpc-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

/* Rounded header corners */
.hpc-table thead th:first-child {
  border-top-left-radius: 11px;
}

.hpc-table thead th:last-child {
  border-top-right-radius: 11px;
}

/* Rounded bottom corners */
.hpc-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 11px;
}

.hpc-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 11px;
}

/* Status colors */
.hpc-check {
  color: #002559 !important;
  font-weight: 700 !important;
}

.hpc-cross {
  color: #ff2424 !important;
  font-weight: 700 !important;
}

.hpc-orange,
.hpc-table td.hpc-orange {
  color: #ff7900 !important;
}

.hpc-muted,
.hpc-table td.hpc-muted {
  color: #d5d5d5 !important;
}

/* Stop Elementor/theme hover styles changing the table */
.hpc-table tbody tr:hover th,
.hpc-table tbody tr:hover td {
  background: #ffffff !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .hpd-comparison-section {
    padding: 34px 20px 38px;
  }

  .hpc-heading {
    font-size: 28px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hpd-comparison-section {
    padding: 30px 18px 34px;
  }

  .hpc-heading {
    margin-bottom: 18px !important;
    font-size: 25px !important;
    letter-spacing: -0.4px !important;
  }

  .hpc-table {
    min-width: 850px;
  }

  .hpc-table th,
  .hpc-table td {
    height: 42px;
    padding: 9px 14px !important;
    font-size: 11px !important;
  }

  .hpc-table thead th {
    height: 44px;
    padding: 10px 14px !important;
    font-size: 10px !important;
  }
}