html{
    scroll-behavior: smooth !important;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: "Poppins", sans-serif;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 0 !important;
}

.fs-28 {
  font-size: 28px;
}

.pt-9 {
  padding-top: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.w-65 {
  width: 65%;
}

.light-grey-bg {
  background-color: #F7F7F7;
}

.red-bg {
  background-color: #ED1C24;
}

.blue-bg {
  background-color: #006ECC;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.section-title {
  position: relative;
  font-weight: 300 !important;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 2.4rem;
}
.section-title::after {
  content: "";
  position: absolute;
  height: 1.2px;
  background-color: #ED1C24;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.section-title span {
  color: #006ECC;
  font-weight: 600;
}

.dotted-bg {
  position: relative;
  z-index: 0;
}
.dotted-bg::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/09/jnj-dots-pattern.png");
  height: 100%;
  width: 100%;
  left: 0;
  top: 180px;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 2;
}

.btn-blue {
  background-color: #006ECC !important;
  color: #FFF !important;
  padding: 16px 40px !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  letter-spacing: 5px !important;
  font-weight: 300 !important;
}
.btn-blue span {
  font-weight: 600;
}

.site-header {
  position: absolute;
  display: none;
}

.landing-page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-page-banner .banner-social-icons {
  gap: 30px;
}
.landing-page-banner img:nth-child(2) {
  margin-top: 45px;
}
.landing-page-banner img:nth-child(3) {
  margin: 50px auto !important;
}
.landing-page-banner p {
  letter-spacing: 1.5px;
}

.landing-page-section-2 p {
  font-size: 20px;
  margin-bottom: 30px;
}

.landing-page-section-2 p:last-child {
  margin-bottom: 0;
}

.landing-page-section-3::before {
  top: 195px !important;
}
.landing-page-section-3::after {
  content: "";
  position: absolute;
  background-color: #FBE7E8;
  width: calc(100vw - 43%);
  height: 71%;
  top: 260px;
  right: 220px;
  bottom: 0;
  left: auto;
  z-index: -1;
}
.landing-page-section-3 .container {
  position: relative;
  z-index: 2;
}
.landing-page-section-3 .s3-grid {
  gap: 30px;
}
.landing-page-section-3 .rgt ul {
  padding: 30px 80px;
  margin: 0;
}
.landing-page-section-3 .rgt ul li {
  margin-bottom: 35px;
  gap: 40px;
}
.landing-page-section-3 .rgt ul li div {
  margin: 0 !important;
  padding: 0 !important;
}
.landing-page-section-3 .rgt ul li div h4 {
  margin-bottom: 15px;
}
.landing-page-section-3 .rgt ul li div p {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 300;
}
.landing-page-section-3 .rgt ul li:last-child {
  margin-bottom: 0px;
}
.landing-page-section-3 > div > p {
  text-align: center;
  margin-top: 94px;
}
.landing-page-section-3 > div > p a {
  background-color: #006ECC !important;
  color: #FFF !important;
  padding: 16px 40px !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  letter-spacing: 5px !important;
  font-weight: 300 !important;
  font-size: 1.5rem !important;
  transition: 0.4s !important;
}
.landing-page-section-3 > div > p a:hover {
  text-decoration: none;
  background-color: #ED1C24 !important;
  transition: 0.4s !important;
}

.landing-page-section-4.dotted-bg .section-title {
  display: inline-block;
}
.landing-page-section-4.dotted-bg .section-title::after {
  width: 63%;
}
.landing-page-section-4.dotted-bg::before {
  top: -5px;
  z-index: -1;
  height: 95%;
}

.landing-page-section-4 {
  padding-bottom: 140px;
  position: relative;
}
.landing-page-section-4::after {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% - 170px);
  width: 60%;
  background-color: #FBE7E8;
  bottom: 30px;
  top: 80px;
  z-index: -2;
}
.landing-page-section-4 ul {
  gap: 40px 0px;
}
.landing-page-section-4 ul img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-page-section-5 {
  margin-bottom: 80px;
}
.landing-page-section-5::before {
  z-index: -1;
  right: -30px;
  width: 90%;
  height: 93%;
  top: 220px;
}
.landing-page-section-5::after {
  content: "";
  position: absolute;
  left: auto;
  height: 80%;
  width: 90%;
  background-color: #FBE7E8;
  bottom: 30px;
  top: 280px;
  z-index: -2;
  right: 0;
}
.landing-page-section-5 h2.section-title::after {
  width: calc(100% + 60px);
  height: 1px;
}
.landing-page-section-5 .agenda-grid {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.landing-page-section-5 .agenda-grid p.read-more-btn {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 5px;
}
.landing-page-section-5 .agenda-grid p.read-more-btn:hover {
  cursor: pointer;
}
.landing-page-section-5 h4, .landing-page-section-5 p {
  color: #FFF;
  text-align: center;
}
.landing-page-section-5 h4 {
  font-size: 26px;
}
.landing-page-section-5 p {
  margin-bottom: 0;
  font-weight: 300;
}
.landing-page-section-5 .name {
  font-size: 28px;
  font-weight: 100;
  margin-top: 30px;
}
.landing-page-section-5 .a-col {
  padding: 30px 33px !important;
}
.landing-page-section-5 .a-col > img {
  border-radius: 100%;
  margin-top: 30px;
}
.landing-page-section-5 .a-col .icon-grid {
  align-items: center;
  justify-content: space-between;
  margin: 30px auto !important;
  max-width: 85%;
}
.landing-page-section-5 .a-col .icon-grid img {
  max-width: 60px;
  margin: 0 auto !important;
}

.location {
  margin-top: 120px !important;
}

.dotted-bg.location::before {
  height: 230px;
  width: 47%;
  top: 210px;
  right: 30px;
  z-index: 2;
  left: auto;
}
.dotted-bg.location h2.section-title::after {
  width: calc(100% + 60px);
}
.dotted-bg.location .location-image-holder {
  position: relative;
  margin-bottom: 30px;
}
.dotted-bg.location .location-image-holder::after {
  content: "";
  position: absolute;
  right: 0;
  height: calc(100% + 140px);
  width: 60%;
  background-color: #FBE7E8;
  bottom: 0;
  top: -70px;
  z-index: -2;
}

.registration {
  background-image: url("/wp-content/uploads/2025/09/JNJ-landingpage-registration-image.jpg");
  background-size: cover;
  padding: 70px 0 40px;
  background-position: center;
}
.registration h2, .registration p {
  color: #FFF;
}
.registration h2::after, .registration p::after {
  background-color: #FFF;
}

.site-footer {
  background-color: #006ECC;
  text-align: center;
  padding: 8px 0;
}
.site-footer p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.landing-page-banner .banner-social-icons a img:hover {
    opacity: 0.7;
}
.wobble-img {
  position: relative;
  animation: wobble 2s ease-in-out infinite;
}

@keyframes wobble {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
}

@media all and (max-width: 1200px) {
  .landing-page-section-2 p br {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .landing-page-section-5 .agenda-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .landing-page-section-5 .agenda-grid > div {
    max-width: 46%;
  }
  .landing-page-section-3 .s3-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 3fr !important;
    grid-gap: 20px;
  }
  .landing-page-section-3 .s3-grid > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .landing-page-section-3 .s3-grid .section-title {
    width: 100% !important;
  }
  .landing-page-section-3 .rgt ul {
    padding: 30px 40px;
  }
  .landing-page-section-3 .rgt ul li {
    display: grid !important;
    grid-template-columns: 18% 77% !important;
    grid-gap: 5%;
  }
  .landing-page-section-3 .rgt ul li > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .landing-page-section-3 .rgt ul li div p {
    font-size: 1.125rem;
  }
  .dotted-bg.location .location-image-holder::after {
        right: -20px;
        width: 70%;
    }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 30px !important;
  }
  .registration p br {
    display: none;
  }
  .landing-page-section-5 .a-col .icon-grid img {
    max-width: 50px;
  }
}
/*LATER ADD TO SCSS */
@media all and (max-width:600px){
    .landing-page-section-5 {
        margin-bottom: 0px;
    }
}
@media all and (max-width: 650px) {
  .landing-page-section-3 .s3-grid {
    grid-template-columns: 1fr !important;
  }
  .landing-page-section-3 .s3-grid img {
    width: 100%;
  }
  .landing-page-section-4 ul img {
    max-height: 80px;
  }
  .landing-page-section-4 ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 40px;
  }
  .landing-page-section-4 ul li {
    max-width: 100% !important;
  }
  .agenda-grid > div {
    max-width: 100% !important;
  }
  .landing-page-section-5 .a-col .icon-grid {
    justify-content: center;
    gap: 40px;
  }
  .location {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 561px) {
  .landing-page-section-4 ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 25px;
  }
  .landing-page-section-4::after {
        width: 50%;
    }
  .landing-page-section-4 ul img {
    max-height: 60px;
  }
}
@media all and (max-width: 531px) {
  .landing-page-section-3 > div > p a {
    font-size: 1.25rem !important;
  }
}
@media all and (max-width: 484px) {
  .landing-page-section-3 > div > p a {
    font-size: 1.125rem !important;
    letter-spacing: 3px !important;
    display: block;
  }
}
@media all and (max-width: 360px) {
  .what-will-i-learn h4 {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */