/*________________________________________________________________________________________________________________________________________________________________
ADULT SPORT HEADER SUBTITLE DESCRIPTION STYLE 
 ________________________________________________________________________________________________________________________________________________________________
 */

.pdop-program-section-wrap {
  padding: 0 0 2.5vw !important;
}
.pdop-program-section-wrap h3.pdop-program-section-title {
  color: #000 !important;
  font-size: var(--h3-2-size) !important;
  font-style: normal !important;
  font-weight: var(--fw-extrabold) !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}
.pdop-program-section-wrap h5.pdop-program-section-subtitle {
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 24px !important;
  margin-bottom: 10px !important;
}
.pdop-program-section-wrap p.pdop-program-section-description {
  color: #333 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  margin-top: 4px;
}

.line-space {
  margin-bottom: 6px !important;
}

@media (max-width: 980px) {
  .pdop-program-section-wrap {
    padding: 0 0 10vw !important;
  }
  /* .pdop-program-section-wrap h3.pdop-program-section-title,
  .pdop-program-section-wrap h5.pdop-program-section-subtitle,
  .pdop-program-section-wrap p.pdop-program-section-description {
    text-align: center;
  } */
}
@media (max-width: 540px) {
  .pdop-program-section-wrap {
    padding: 0 0 15vw !important;
  }
}
.page-id-2422961 .pdop_membership_col_sub.pdop_membership_col_monthly_sub,
.page-id-2518776 .pdop_membership_col_sub.pdop_membership_col_monthly_sub,
.page-id-2519473 .pdop_membership_col_sub.pdop_membership_col_monthly_sub {
  display: none !important;
}
/*________________________________________________________________________________________________________________________________________________________________
 NOT SURE SECTION STYLE 
 ________________________________________________________________________________________________________________________________________________________________
 */

.pdop_container.pdop_program_container_top:has(+ .not_sure_section_wrapper) {
  padding-bottom: 0;
}
.not_sure_section + .not_sure_section {
  padding-top: 0;
}
.pdop_not_sure_carousel_wrapper {
  overflow: hidden;
  padding: 0.5vw 0 2vw;
}
.pdop_not_sure_swiper {
  overflow: visible !important;
  padding-inline: 10px;
}
.pdop_carousel_img_box {
  position: relative;
  border-radius: 20px;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-offset) var(--shadow-offset) 0 0
    var(--color-secondary);
  transition:
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08));
}
.pdop_carousel_img_box img {
  width: 100%;
  aspect-ratio: 4.5/3;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.pdop_swiper_next,
.pdop_swiper_prev {
  padding: 0;
  transition: 0.3s all;
  outline: 0;
  background: 0 0;
  border: none;
}
.pdop_swiper_next svg,
.pdop_swiper_next svg *,
.pdop_swiper_prev svg,
.pdop_swiper_prev svg * {
  transition: 0.3s all;
}
.pdop_swiper_next:hover svg,
.pdop_swiper_prev:hover svg {
  fill: #2b3c73;
}
.pdop_swiper_next:hover svg path,
.pdop_swiper_prev:hover svg path {
  stroke: var(--color-primary);
}
.pdop_swiper_next:hover svg path:nth-child(3),
.pdop_swiper_prev:hover svg path:nth-child(3) {
  stroke: #ffffff;
}
.pdop_swiper_next:focus-visible,
.pdop_swiper_prev:focus-visible {
  box-shadow: 0 0 0 3px rgba(43, 60, 115, 0.4);
}
.pdop_program_detail_data_section {
  width: 100%;
}

/*________________________________________________________________________________________________________________________________________________________________
 PROGRAM OFFERING SECTION STYLE
 ________________________________________________________________________________________________________________________________________________________________
 */

.program-offering .pdop_offerings_section_description {
  margin: 0 0 22px;
  max-width: 780px;
  font-size: clamp(14px, 1.2vw, 22px);
  line-height: 1.45;
  font-weight: 600;
  color: #111;
}
.program-offering .pdop_offerings_grid {
  --grid-gap: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 46px;
  gap: var(--grid-gap);
  grid-auto-flow: dense;
  align-items: stretch;
}
.program-offering .pdop_offering_card {
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  overflow: hidden;
  padding: clamp(1rem, 1vw, 1.75rem);
  min-height: 0;
}
.program-offering .pdop_offering_card_icon {
  width: clamp(28px, 2.8vw, 40px);
  height: clamp(28px, 2.8vw, 40px);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-offering .pdop_offering_card_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.program-offering .pdop_offering_card_title {
  font-size: clamp(14px, 1.2vw, 22px);
  line-height: 1.2;
  font-weight: 600;
  color: #2d2d2d;
}
.program-offering .pdop_span_small {
  grid-row-end: span 2;
}
.program-offering .pdop_span_medium {
  grid-row-end: span 3;
}
.program-offering .pdop_span_large {
  grid-row-end: span 4;
}
@media (min-width: 1200px) {
  .program-offering .pdop_card_1 {
    grid-column: 1;
  }
  .program-offering .pdop_card_2 {
    grid-column: 2;
  }
  .program-offering .pdop_card_3 {
    grid-column: 3;
  }
  .program-offering .pdop_card_4 {
    grid-column: 4;
  }
  .program-offering .pdop_card_5 {
    grid-column: 1;
  }
  .program-offering .pdop_card_6 {
    grid-column: 2;
  }
  .program-offering .pdop_card_7 {
    grid-column: 3;
  }
  .program-offering .pdop_card_8 {
    grid-column: 4;
  }
  .program-offering .pdop_card_9 {
    grid-column: 1;
  }
  .program-offering .pdop_card_10 {
    grid-column: 2;
  }
  .program-offering .pdop_card_11 {
    grid-column: 3;
  }
  .program-offering .pdop_card_12 {
    grid-column: 4;
  }
  .program-offering .pdop_card_13 {
    grid-column: 1;
  }
  .program-offering .pdop_card_14 {
    grid-column: 2;
  }
  .program-offering .pdop_card_15 {
    grid-column: 3;
  }
  .program-offering .pdop_card_16 {
    grid-column: 4;
  }
}
@media (max-width: 1199px) {
  /* .program-offering .pdop_offerings_section{padding:20px;border-radius:24px} */
  .program-offering .pdop_offerings_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    grid-auto-rows: 44px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .program-offering .pdop_offering_card {
    border-radius: 22px;
    padding: 20px 16px;
    gap: 12px;
  }
  .program-offering .pdop_offering_card_icon {
    width: 50px;
    height: 50px;
  }
  .program-offering .pdop_offering_card_title {
    font-size: 15px;
  }
}
@media (max-width: 980px) {
  .program-offering .pdop_offerings_section_description {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* .program-offering .pdop_offerings_section{padding:16px;border-radius:20px} */
  .program-offering .pdop_offerings_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    grid-auto-rows: 30px;
  }
  .program-offering .pdop_offering_card {
    border-radius: 18px;
    padding: 16px 10px;
    gap: 10px;
  }
  .program-offering .pdop_offering_card_icon {
    width: 26px;
    height: 26px;
  }
  .program-offering .pdop_offering_card_title {
    font-size: 13px;
    line-height: 1.25;
  }
  .program-offering .pdop_offerings_section_title {
    font-size: 24px;
  }
  .program-offering .pdop_offerings_section_description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .program-offering .pdop_offerings_grid {
    gap: 10px;
    grid-auto-rows: 36px;
  }
  .program-offering .pdop_offering_card {
    padding: 14px 8px;
    border-radius: 16px;
  }
  .program-offering .pdop_offering_card_title {
    font-size: 12px;
  }
  .program-offering .pdop_offering_card_icon {
    width: 22px;
    height: 22px;
  }
  .program-offering .pdop_span_small {
    grid-row-end: span 2;
  }
  .program-offering .pdop_span_medium {
    grid-row-end: span 3;
  }
  .program-offering .pdop_span_large {
    grid-row-end: span 4;
  }
}
@media (max-width: 360px) {
  /* .program-offering .pdop_offerings_section{padding:12px} */
  .program-offering .pdop_offerings_grid {
    gap: 8px;
    grid-auto-rows: 32px;
  }
  .program-offering .pdop_offering_card {
    padding: 12px 6px;
    border-radius: 14px;
    gap: 8px;
  }
  .program-offering .pdop_offering_card_title {
    font-size: 11px;
    line-height: 1.2;
  }
  .program-offering .pdop_offering_card_icon {
    width: 20px;
    height: 20px;
  }
}

/*________________________________________________________________________________________________________________________________________________________________
 interactive info CARD SECTION STYLE  
 ________________________________________________________________________________________________________________________________________________________________
 */
.pdop_interactive_cards_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.pdop_interactive_cards_grid:has(> .pdop_interactive_card_item:only-child) {
  grid-template-columns: 1fr;
}

h3.pdop_interactive_section_title.pdop-program-section-title {
  margin-bottom: 20px !important;
}
/* .pdop_program_detail_data_section:not(:first-child){padding-block:40px 0} */
.pdop_interactive_cards_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.pdop_interactive_card_item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  background-color: var(--color-white, #fff);
  border: 1.5px solid var(--color-accent-green, #d0dd28);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 6px 6px 0 var(--color-accent-green, #d0dd28);
  transition:
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pdop_interactive_card_image_wrapper {
  flex-shrink: 0;
  width: 180px;
  height: 100%;
  border-radius: 20px;
  flex-basis: 50%;
  overflow: hidden;
}
.pdop_interactive_card_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.5s ease;
}
.pdop_interactive_card_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-block: 5px 15px;
}
.pdop_interactive_card_title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.pdop_interactive_card_description {
  font-size: var(--body-base, 15px);
  line-height: 24px;
  margin-bottom: 20px;
}
.pdop_interactive_card_description p {
  color: #000;
  line-height: 1.5;
}
.pdop_interactive_card_button_wrapper {
  margin-top: auto;
}
.pdop_interactive_cards_grid:has(> .pdop_interactive_card_item:only-child)
  .pdop_interactive_card_button {
  width: 100%;
}
.pdop_feature_card_button.pdop_btn.pdop_btn_secondary,
.pdop_interactive_card_button.pdop_btn.pdop_btn_secondary {
  background-color: var(--color-accent-sky, #009ad0);
  color: var(--color-white, #fff);
  width: auto;
  font-size: 14px;
  font-weight: 600;
}

.pdop_feature_card_button.pdop_btn.pdop_btn_accent::before,
.pdop_feature_card_button.pdop_btn.pdop_btn_secondary::before,
.pdop_interactive_card_button.pdop_btn.pdop_btn_accent::before,
.pdop_interactive_card_button.pdop_btn.pdop_btn_secondary::before {
  background-color: var(--color-accent-green);
}
.pdop_feature_card_button.pdop_btn.pdop_btn_accent::after,
.pdop_feature_card_button.pdop_btn.pdop_btn_secondary::after,
.pdop_interactive_card_button.pdop_btn.pdop_btn_accent::after,
.pdop_interactive_card_button.pdop_btn.pdop_btn_secondary::after {
  background-color: var(--color-accent-green);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%232B3C73" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%232B3C73" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}

@media (max-width: 980px) {
  .pdop_interactive_cards_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .pdop_interactive_card_item {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
  }
  .pdop_interactive_card_image_wrapper {
    width: 50%;
    height: 220px;
  }
  /* .pdop_interactive_card_description{font-size:13px;line-height:21px;color:var(--program-body-text,#000);margin-bottom:20px;} */
}
@media (max-width: 540px) {
  .pdop_interactive_card_item {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
  }
  .pdop_interactive_card_image_wrapper {
    width: 100%;
    min-height: 220px;
  }
  .pdop_interactive_card_title {
    text-align: center !important;
  }
  .pdop_interactive_card_description p {
    font-size: 13px !important;
    line-height: 21px !important;
    margin-bottom: 0px !important;
    text-align: center !important;
  }
  .pdop_interactive_card_button.pdop_btn.pdop_btn_secondary.interactive-btn {
    width: 100% !important;
  }
  .pdop_interactive_card_button.pdop_btn.pdop_btn_secondary.interactive-btn::after {
    margin-right: 5px;
  }
  .pdop_interactive_card_button.pdop_btn.pdop_btn_secondary.interactive-btn
    span {
    text-align: center !important;
    width: 100% !important;
  }
}

/*________________________________________________________________________________________________________________________________________________________________
SPECIAL INTEREST SECTION STYLE  
 ________________________________________________________________________________________________________________________________________________________________
 */

h3.special-interests__title.pdop-program-section-title {
  margin-bottom: 27px !important;
}
.program-interest .special-interest-card {
  background: #fff;
  border-radius: 22px;
  min-height: 210px;
  padding: 20px 10px 22px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid #f9ac1b;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #f9ac1b;
}
.program-interest
  .special-interest-card:hover
  .special-interest-card__subtitle {
  text-decoration: underline;
}
.program-interest .special-interest-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-interest .special-interest-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.program-interest .special-interest-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #8c8c8c;
}
.program-interest .special-interest-card__divider {
  width: 90%;
  height: 1px;
  background: #dcdcdc;
  margin: 14px auto;
}
.program-interest .special-interest-card__subtitle {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #111;
  animation: all ease 0.25s;
}
.program-interest .special-interests__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.program-interest .special-interests__grid--autofit {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}
@media (max-width: 1600px) {
  /* .program-interest .special-interests__grid,.program-interest .special-interests__grid--autofit{grid-template-columns:repeat(5,1fr)} */
  .program-interest .special-interests__grid,
  .program-interest .special-interests__grid--autofit {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
  .pdop_feature_cards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
  }
}
/* @media (max-width:1366px){
.program-interest .special-interests__grid,.program-interest .special-interests__grid--autofit{grid-template-columns:repeat(4,1fr)}
} */
@media (max-width: 1199px) {
  .program-interest .special-interests__grid,
  .program-interest .special-interests__grid--autofit {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  /* .program-interest .special-interests__wrapper{padding:28px 20px 34px;border-radius:22px} */
  .program-interest .special-interests__title {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .program-interest .special-interests__grid,
  .program-interest .special-interests__grid--autofit {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .program-interest .special-interests__grid,
  .program-interest .special-interests__grid--autofit {
    grid-template-columns: 1fr;
  }
}

/*________________________________________________________________________________________________________________________________________________________________
SKATE PROGRESSION SECTION STYLE
 ________________________________________________________________________________________________________________________________________________________________
 */

.skate-progression .sp-main-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
.skate-progression .sp-grid-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.skate-progression .sp-grid {
  display: grid;
  gap: 40px 12px;
  position: relative;
}
.skate-progression .sp-grid--autofit {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.skate-progression .sp-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 980px) {
  .skate-progression .sp-grid::before {
    content: none;
  }
  .skate-progression .sp-grid:has(.sp-card:nth-child(2))::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 15%;
    right: 15%;
    border-top: 1.5px dashed #ccc;
    z-index: 0;
  }
}
.skate-progression .sp-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease-in-out;
}
.skate-progression .sp-card:hover .sp-card-title {
  text-decoration: underline;
}
.skate-progression .sp-circle-badge {
  position: relative;
  width: 135px;
  height: 135px;
  background: #2b3c73;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(23, 45, 86, 0.2);
  margin-bottom: 10px;
}
.skate-progression .sp-number {
  font-size: 70px;
  font-weight: 900;
  color: #ffffff00;
  -webkit-text-stroke: 2px #b2c0ed;
  line-height: 1;
  margin-top: -10px;
}
.skate-progression .sp-ages {
  position: absolute;
  bottom: -8px;
  background-color: #d0dd28;
  color: #2b3c73;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.skate-progression .sp-card-content {
  margin-top: 15px;
  padding: 0 10px;
}
.skate-progression .sp-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-bottom: 7px;
}
.skate-progression .sp-card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #4e4e4e;
}
@media (max-width: 1366px) {
  .skate-progression .sp-card-title {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .skate-progression .sp-grid--5,
  .skate-progression .sp-grid--autofit {
    grid-template-columns: repeat(2, 1fr);
  }
  /* .skate-progression .sp-grid:has(.sp-card:nth-child(2))::before{content:"";position:absolute;top:70px;left:10%;right:10%;border-top:1.5px dashed #ccc;z-index:0} */
}
@media (max-width: 550px) {
  .skate-progression .sp-grid--5,
  .skate-progression .sp-grid--autofit {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
  .skate-progression .sp-grid::before {
    display: none !important;
  }
  .skate-progression .sp-main-title {
    font-size: 26px;
  }
  .skate-progression .sp-grid-wrapper {
    padding: 0px;
  }
}
@media (max-width: 320px) {
  /* .skate-progression .sp-container{padding:0 10px} */
  .skate-progression .sp-circle-badge {
    width: 120px;
    height: 120px;
  }
  .skate-progression .sp-number {
    font-size: 46px;
  }
  .skate-progression .sp-card-title {
    font-size: 16px;
  }
}

/*________________________________________________________________________________________________________________________________________________________________
INTRO TO SUMMER CAMP VIDEO SECTION STYLE  
 ________________________________________________________________________________________________________________________________________________________________
 */

.camp-videos .camp-videos-grid {
  --grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--grid-gap);
  grid-auto-rows: 170px;
}
.camp-videos .camp-col-span-1 {
  grid-column: span 1;
}
.camp-videos .camp-col-span-2 {
  grid-column: span 2;
}
.camp-videos .camp-card {
  position: relative;
  border-radius: 22px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  height: 100%;
  min-height: 170px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 2px 10px rgba(0, 0, 0, 0.04);
}
.camp-videos .camp-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.camp-videos .play-icon-wrapper {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.camp-videos .youtube-play-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.camp-videos .camp-videos-grid {
  --grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--grid-gap);
  grid-auto-rows: 170px;
}
.camp-videos .desktop-span-2 {
  grid-column: span 2;
}
.camp-videos .desktop-span-1 {
  grid-column: span 1;
}
.camp-videos .camp-card-title {
  margin: 0;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  word-break: break-word;
}
.camp-videos .camp-card-desc {
  margin: 8px 0 0;
  font-size: clamp(13px, 0.85vw, 15px);
  line-height: 1.5;
  font-weight: 400;
  color: #4e4e4e;
}
@media (max-width: 1199px) {
  .camp-videos .camp-videos-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: 16px;
  }
  .camp-videos .camp-card {
    padding: 20px;
    min-height: 160px;
  }
  .camp-videos .camp-card-title {
    font-size: 16px;
  }
  .camp-videos .camp-card-desc {
    font-size: 13px;
  }
}

@media (max-width: 981px) {
  .camp-videos .camp-videos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 14px;
  }
  .camp-videos .camp-card {
    min-height: 150px;
    padding: 18px;
    border-radius: 18px;
  }
  .camp-videos .tablet-span-2 {
    grid-column: span 2 !important;
  }
  .camp-videos .tablet-span-1 {
    grid-column: span 1 !important;
  }
  .camp-videos .desktop-span-1,
  .camp-videos .desktop-span-2 {
    grid-column: unset;
  }
  .camp-videos .camp-card-title {
    font-size: 15px;
    line-height: 1.3;
  }
  .camp-videos .camp-card-desc {
    font-size: 13px;
    line-height: 1.4;
  }
  .camp-videos .play-icon-wrapper {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .camp-videos .camp-card:last-child:nth-child(3n + 1) {
    grid-column: 1/-1 !important;
  }
}
@media (max-width: 479px) {
  .camp-videos .camp-videos-grid {
    gap: 10px;
    grid-auto-rows: 120px;
  }
  .camp-videos .camp-card {
    min-height: 120px;
    padding: 12px 10px;
    border-radius: 12px;
  }
  .camp-videos .camp-main-title {
    font-size: 26px;
  }
  .camp-videos .camp-main-subtitle {
    font-size: 18px;
  }
  .camp-videos .camp-main-desc {
    font-size: 14px;
  }
  .camp-videos .camp-card-title {
    font-size: 13px;
  }
  .camp-videos .camp-card-desc {
    font-size: 11px;
  }
  .camp-videos .play-icon-wrapper {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }
}
@media (max-width: 380px) {
  .camp-videos .camp-videos-grid {
    gap: 8px;
    grid-auto-rows: 110px;
  }
  .camp-videos .camp-card {
    min-height: 110px;
    padding: 10px 8px;
  }
  .camp-videos .camp-card-title {
    font-size: 12px;
  }
  .camp-videos .camp-card-desc {
    display: none;
  }
}

/*________________________________________________________________________________________________________________________________________________________________
 EXPLORE ADULT SECTION STYLE 
 ________________________________________________________________________________________________________________________________________________________________
 */

.pdop_feature_card_description {
  color: #333;
  margin-bottom: 8px !important;
}
/* .pdop_feature_cards_grid:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
} */
section.skate-progression.pdop-program-section-wrap {
  margin-top: 20px;
}
.feature-grid-wrap.pdop-program-section-wrap {
  padding-bottom: 3vw !important;
}
.pdop_feature_cards_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* .pdop_feature_card_item.pdop_feature_card_no_cta {
  padding-bottom: 0px;
} */

.pdop_feature_card_item.pdop_feature_card_no_cta
  .pdop_feature_card_description {
  margin-bottom: 0 !important;
}

.pdop_feature_card_item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  background-color: var(--color-white, #fff);
  border: 1.5px solid var(--color-accent-green, #d0dd28);
  border-radius: 20px;
  padding: 16px 16px 20px 16px;
  box-shadow: 6px 6px 0 var(--color-accent-green, #d0dd28);
  transition:
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.pdop_feature_card_image_wrapper {
  width: 100%;
  aspect-ratio: 6/3;
  border-radius: 20px;
  overflow: hidden;
}
.pdop_feature_card_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.pdop_feature_card_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 0 10px;
  gap: 16px;
  text-align: center;
}
.pdop_feature_card_title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0 !important;
  
}
.pdop_feature_card_button_wrapper {
  width: 100% !important;
  margin-top: auto !important;
}
.pdop_feature_card_button.pdop_btn.pdop_btn_secondary.feature-btn {
  width: 100% !important;
}
.pdop_btn.pdop_btn_secondary.feature-btn::after {
  /* margin-right: 5px; */
}
.pdop_btn_secondary span {
  text-align: center !important;
  width: 100% !important;
  /* min-height: 24px; */
  line-height: normal;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.pdop_feature_card_button.pdop_btn.pdop_btn_secondary.feature-btn:hover
  .feature-btn-text,
.pdop_interactive_card_button.pdop_btn.pdop_btn_secondary.interactive-btn:hover
  .interactive-btn-text {
  color: #2b3c73 !important;
}
@media (max-width: 980px) {
  .pdop_feature_cards_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .pdop_feature_cards_grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}
/* .pdop_program_content_card > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
} */
