body {
  background: #dfebf2;
  font-family: "MyriadPro-Regular", "MyriadPro", 'MyriadPro-Regular', "Myriad Pro", Tahoma, Geneva, sans-serif;
}

#gkMainbodyTop {
  background: #dfebf2;
}

section#gkPageTop {
  background-size: cover;
}

.custom-lm_contact {
  display: none;
}

.gkPage {
  max-width: 100%;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  color: #0159a9;
}

ul {
  list-style-type: disc;
}

.header-box {
  width: 90%;
  max-width: 900px;
  margin: auto;
  font-family: "PT Sans", sans-serif;
}

#pcs-home-header h1 {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 2.75rem);
  padding: 0 1rem;
}

/* Hero heading */
#pcs-home-header h1 {
  font-size: clamp(2.25rem, 5vw, 3.125rem);
  line-height: 1.1;
  margin: 0 0 0.5em;
  color: #fff;
  padding: 0 1rem;
}

#pcs-home-header p {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.125rem);
  font-weight: bold;
  margin-bottom: 40px;
}

#pcs-home-section-two {
  text-align: center;
}

#pcs-home-section-two h2 {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  padding: 25px 1rem 0;
  color:#0159a9;
  text-transform:capitalize;
}

#pcs-home-section-two .small {
  line-height:.8;
  text-transform:none;
  margin-top: -40px;
}

#pcs-home-section-two .small small {
    font-size: clamp(1.2rem, 2.8vw, 1.75rem);
    padding: 0 1rem;
}

.pcs-home-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}

.pcs-home-box {
    margin: 10px;
    flex: 1 1 0;
    padding: 30px 20px;
  color: #0159a9;
  font-size: 20px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
}

.pcs-home-box img {
  margin-bottom: 30px;
}

.btn-primary {
  /*background: #0159a9;
  color: #ffffff;*/
  padding: 15px 30px;
  border-radius: 15px;
  margin-top:80px;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  background-color: #0159a9;
  background-image: linear-gradient(to top right, #0159a9, #29b6f6);
  color: #ffffff;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  gap: 0.75rem;
  box-shadow:
    0 4px 6px -1px rgba(255, 255, 2550, 0.2),
    0 2px 4px -1px rgba(255, 255, 255, 0.06);
  border: none;
  transition: all 0.6s ease;
  }
  
  .btn-primary:hover {
    color:#fff;
  box-shadow:
    0 4px 30px rgba(4, 175, 255, 0.2),
    0 2px 30px rgba(11, 158, 255, 0.06);
  }

#pcs-home-section-two {
  background: #dfebf2;
  padding-top:25px;
}

#home-section-three {
  color: #0159a9;
  font-family: "PT Sans Caption", sans-serif;
  font-size: clamp(1.125rem, 3.25vw, 1.875rem);
  font-weight: 900;
  text-align: center;
  padding: 40px 20px;

  background: linear-gradient(
    90deg,
    rgba(243, 110, 38, 1) 0%,
    rgba(252, 200, 90, 1) 35%,
    rgba(255, 226, 145, 1) 50%,
    rgba(252, 200, 90, 1) 65%,
    rgba(243, 110, 38, 1) 100%
  );
  background-size: 220% 100%;
  animation: home-section-gradient-shift 8s ease-in-out infinite;
}

@keyframes home-section-gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #home-section-three {
    animation: none;
  }
}

#home-section-four {
  background: #dfebf2;
  padding: 30px 0;
  font-family: "PT Sans", sans-serif;
}

.section-blue {
  background: #0159a9;
  color: #ffffff;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.imgblue {
  height: 250px;
  background: url("/images/Graphics/telephone-operators.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1 1 0;
  max-width: 500px;
  border: 15px solid #0159a9;
}

.section-blue .flex-wrapper {
  flex: 1 1 0;
  margin: auto;
  padding: 1rem;
}

.section-blue .tb1 {
  display: block;
  font-size: clamp(1.125rem, 1.85vw, 1.4rem);
  letter-spacing: clamp(0.07em, 0.26vw, 0.17em);
  font-weight: 700;
  line-height: 1.35;
  font-weight:bold;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 900px) {
  .section-blue .tb1 {
    white-space: normal;
    font-size: clamp(1.125rem, 4vw, 1.5rem);
    letter-spacing: 0.04em;
  }
  
  .section-blue p {
  font-size: 16px;
  }
  .pcs-home-box {
    background: rgba(255,255,255,0.3);
  }
}

.section-blue p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.5rem;
  margin: auto;
}

#home-section-five {
  background: #dfebf2;
  display: flex;
  flex-wrap: wrap;
  padding-left:1rem;
  padding-right:1rem;
}

#home-section-five h2 {
  color: #0159a9;
  font-family: "PT Sans", sans-serif;
    font-weight: bold;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2.125rem);
}

#home-section-five ul {
  margin: 30px auto;
  padding: 0 10px;
  max-width:760px;
}

#lpMoreInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#toggle-to-1, #toggle-to-2 {
  height: 50px;
  width: 200px;
  margin-top: 15px;
  color: #0159a9;
  background: #e5e6e8;
  font-size: 20px;
  border-radius: 10px;
  letter-spacing: .2rem;
}

#home-section-five .lp1 {
    background:#fff;
}

#div-1 img {
  margin-bottom: 0;
  margin-top: 10px;
}

#div2 ul li {
  line-height: 1.5;
}

.lpbg {
  background: url("/images/Graphics/low-cost-lab-testing.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gkBottom2 {
  display: none;
}

#gkBottom3 {
  background: #0074c1;
}

.customfooter_top p {
  color: #fff;
}

@media (max-width: 1200px) {
  .lpbg {
    display: none
  }
  .pcs-home-box.lp1, .pcs-home-box.lp2 {
    max-width: 800px;
    margin: auto;
    width: 80%;
  }
  .pcs-home-box.lp1 {
    padding-bottom:1rem;
    margin-bottom:1rem;
  }
  
  #div2 ul {
    padding:1rem;
  }
}

@media (min-width: 1020px) {
  .imgblue img {
    display: none;
  }
}

@media (max-width: 1020px) {
  .section-blue {
    flex-direction: column;;
  }
  .imgblue {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 900px) {
  .pcs-home-box {
    flex: 100%;
  }
}


@media (max-width: 740px) {
  #pcs-home-header h1 {
    font-size: 40px;
  }
  #div-1, #div2 {
    height: auto;
  }
}

@media (max-width: 600px) {
  #pcs-home-header {
  height: 580px;
  }  
  #pcs-home-header h1 {
  font-size: 36px;
  }
  #pcs-home-header p {
  font-size: 20px;
  }
}


#pcs-home-header {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 420px;
  background: #efefef;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  font-family: "PT Sans", sans-serif;
}

/* Video background */
#pcs-home-header .pcs-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Optional light overlay so the blue text stays readable */
#pcs-home-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 80, 0.7);
  z-index: 1;
  pointer-events: none;
}

/* Existing content box */
#pcs-home-header .header-box {
  position: relative;
  z-index: 2;
  padding: 2rem;
}


.section-blue {
  background: #1081bf;
  width: 85%;
  max-width:1200px;
  margin:auto;
  color: #ffffff;
  font-size: clamp(18px, 2.5vw, 20px);
  font-family: "PT Sans Caption", sans-serif;
  border: 2px solid #fff;
  border-radius: 4px;
}

.section-blue__inner {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
  background-image: url("https://lowcostlabtest.org/images/Graphics/telephone-operators.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding:30px 1rem;
}

.section-blue__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 89, 169, 1);
  z-index: 1;
}

.section-blue__inner > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
    .section-blue__inner {
        width:auto;
    }
}

.section-blue__row {
  width: 100%;
}

.section-blue ul {
  list-style-type: none;
}

.section-blue__row--full {
  text-align: center;
  margin-bottom: 40px;
}

.section-blue__row--full h2 {
  margin: 0 0 16px;
  font-size: clamp(1.125rem, 3.25vw, 1.875rem);
  line-height: 1.1;
  color:#fff;
  text-transform:capitalize;
}

.section-blue__row--full  {
  margin: 0 auto;
  line-height: 1.6;
}

.section-blue__row--columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.section-blue__col {
  padding: 1rem;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.section-blue__col img {
    max-width:100%;
}

/* Standard tablet stack */
@media (max-width: 980px) {
  .section-blue__row--columns {
    grid-template-columns: 1fr;
  }
}

.hp-lp-heading {
  text-transform: capitalize;
  text-align: center;
  font-size: clamp(1.125rem, 3.25vw, 1.875rem);
  padding:0 1rem;
}

#home-section-five ul li {
  margin-bottom: 16px;
  font-size: clamp(16px, 2.5vw, 18px);
}

#home-section-five li {
    line-height:1.3;
}

.pcs-home-box.lp2 {
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #212529;
  background-image: url("/images/webinar-bg.gif");
  background-color: #fdc876;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 0px 30px 15px;  
}

.hp-news-heading {
  font-family: "PT Sans Caption", sans-serif;
  color: #0159a9;
  font-weight: bold;
  font-size:32px;
  margin-bottom:0;
  margin-top: 0;
}

.bg-white {
  background: #fff;
  padding: 1rem;
}

.pcs-home-box.lp1 {
  width: auto;
  max-width: 1200px;
  margin: auto;
}

#div-1 {
  display: flex;
  flex-direction: column;
}

#div-1 .btn-primary {
    max-width:180px;
    margin:auto;
}

.hp-list1 li {
    list-style:none;
}

.hp-list1 li {
    line-height:1.5;
}

.hp-list1 small {
    font-size:.8rem;
}

#div-1 .btn-primary {
  margin-top:0;
}
