.pmc_prg-card-wrap {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  .pmc_prg-card-wrap {
    grid-template-columns: 1fr 1fr;
  }
 
}

.session-schedule {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  background:black;
}

.schedule-header {
  text-align: center;
  margin-bottom: 50px;

}

.schedule-header h1 {
  font-size: 48px;
  font-weight: bold;
  color:white;
  margin-bottom: 20px;
  line-height: 1.2;
}

.schedule-header p {
  font-size: 20px;
  color:white;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}


.schedule-cardn {
  background-image:  linear-gradient(135deg, #9512b58c, #fff0 50%);;
  border-radius: 12px;
  padding: 40px 30px;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid white
}

.schedule-card:hover {
  transform: translateY(-5px);
}

.dayhead{
    font-size:28px;
    margin-bottom:10px;
}

.newpm{
    font-weight:600 !important;
}

.outco{
     font-weight:600 !important;
}

.tools{
  font-weight:600 !important;
}

.outcomes{
    padding:20px;
    padding-top:0px;
}

.day-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.calendar-icon {
  font-size: 24px;
}

.day-header span {
  font-size: 18px ;
  font-weight: 600;
  color: white;
}

.schedule-card h2 {
  font-size: 20px ;  
  font-weight: bold;
  color: white;
  margin-bottom: 25px;
  line-height: 1.3;
}

.time-slot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.time-icon {
  font-size: 20px;
}

.time-slot span {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  color: white;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.features li:before {
  content: "•";
  color: white;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 18px;
}

.features li:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .session-schedule {
    padding: 40px 15px;
  }
  
  .schedule-header h1 {
    font-size: 36px;
  }
  
  .schedule-header p {
    font-size: 18px;
  }
  
  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .schedule-card {
    padding: 30px 20px;
  }
  
  .schedule-card h2 {
    font-size: 24px;
  }
  
  .time-slot span {
    font-size: 16px;
  }
  
  .features li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .schedule-header h1 {
    font-size: 28px;
  }
  
  .schedule-header p {
    font-size: 16px;
  }
  
  .schedule-card h2 {
    font-size: 20px;
  }
  
  .day-header span {
    font-size: 16px;
  }
}
.sessioninfo{
    padding:10px;
}

.text-block-553{
    padding-top:20px;
}
.section-69{
    display:none;
}

 /* Desktop comparison section - hidden on mobile */
        .comparison-section {
            background-color: #000000;
            color: #ffffff;
            padding: 60px 0;
        }

        .comparison-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-header {
            text-align: center;
            border: none;
        }

        .section-titlen {
            font-size: 32px;
            font-weight: bold;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            overflow: hidden;
        }

        .table-header th {
            padding: 20px 15px;
            text-align: center;
            font-weight: bold;
            border: 1px solid gray;
        }

        .table-header th:first-child {
            font-size: 18px;
        }

        .table-header th:nth-child(2) {
            background-image:  linear-gradient(135deg, #9512b58c, #fff0 50%);
            font-size: 16px;
        }

        .table-header th:nth-child(3) {
            font-size: 16px;
        }

        .table-row {
            border-bottom: 1px solid gray;
        }

        .table-row td {
            padding: 20px 15px;
            border: 1px solid gray;
            vertical-align: top;
        }

        .feature-cell {
            font-weight: bold;
            text-align: center;
            font-size: 16px;
        }

        .growthschool-cell {
            position: relative;
        }

        .check-icon {
            color: #4CAF50;
            font-size: 16px;
            margin-right: 8px;
        }

        .cross-icon {
            color: #f44336;
            font-size: 16px;
            margin-right: 8px;
        }

        .warning-icon {
            color: #ff9800;
            font-size: 16px;
            margin-right: 8px;
        }

        .cta-cell {
            text-align: center;
            padding: 30px 15px;
            border: 1px solid gray;
        }

        /* Mobile 2-column section - hidden on desktop */
        .mobile-comparison-section {
            background-color: #000000;
            color: #ffffff;
            padding: 40px 0;
            font-family: Arial, sans-serif;
            display: none;
        }

        .mobile-comparison-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0 16px;
        }

        .mobile-section-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .mobile-section-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .mobile-columns {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .mobile-column {
            border: 1px solid gray;
            border-radius: 8px;
            padding: 20px;
            background-color: #1a1a1a;
        }

        .mobile-column-title {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            padding: 12px;
            border-radius: 6px;
        }

        .growthschool-column .mobile-column-title {
            background-image: linear-gradient(135deg, #9512b58c, #fff0 50%);
            color: white;
        }

        .other-programs-column .mobile-column-title {
            background-color: #2a2a2a;
            color: white;
        }

        .mobile-feature-list {
            list-style: none;
            padding: 0;
        }

        .mobile-feature-item {
            margin-bottom: 16px;
            font-size: 14px;
            line-height: 1.4;
        }

        .mobile-feature-title {
            font-weight: bold;
            margin-bottom: 4px;
        }

        .mobile-check-icon {
            color: #4CAF50;
            font-size: 14px;
            margin-right: 6px;
        }

        .mobile-cross-icon {
            color: #f44336;
            font-size: 14px;
            margin-right: 6px;
        }

        .mobile-warning-icon {
            color: #ff9800;
            font-size: 14px;
            margin-right: 6px;
        }

        .mobile-cta {
            text-align: center;
            margin-top: 30px;
            padding: 20px;
            border: 1px solid gray;
            border-radius: 8px;
            background-color: #1a1a1a;
        }

        .mobile-cta-button {
            background-color: #4CAF50;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s ease;
        }

        .mobile-cta-button:hover {
            background-color: #45a049;
        }

        /* Hide desktop on mobile, show mobile */
        @media (max-width: 768px) {
            .comparison-section {
                display: none;
            }
            
            .mobile-comparison-section {
                display: block;
            }

             .mainp{
        font-size:18px !important;
       }

       .strikep{
        font-size:16px !important;
        text-decoration:line-through;
       }
        }

        /* Hide mobile on desktop */
        @media (max-width: 769px) {
            .mobile-comparison-section {
                display: none;
            }

            .buttons{
              flex-direction:column;
            }
          


        }

        .combine-section_pricing3{
            display: none;
        }

       .pmc_slider-wrap{
        margin-top:50px;
       }

       .otheroff{
        margin-top:120px;
       }

       .mainp{
        font-size:24px;
       }

       .strikep{
        font-size:20px;
        text-decoration:line-through;
       }
         .sessioninfo{
              padding-top:20px !important;
            }


 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.main-heading {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
}

.expandable-card {


  border-radius: 12px;
  border: 2px solid transparent;
 background:linear-gradient(135deg, #9512b58c, #fff0 50%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

.card-header {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  background:linear-gradient(135deg, #9512b58c, #fff0 50%);
 border: 1px solid white;
   border-radius: 12px;
}



.week-badge {
  background: linear-gradient(#000, #541095 0%, #bd4ce0);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  flex-shrink: 0;
}

.card-title {
  flex: 1;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: white;
  line-height: 1.3;
 
}

.toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.toggle-btn:hover {
  background-color: #f0f0f0;
}

.chevron {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.expandable-card.expanded .chevron {
  transform: rotate(180deg);
}

.card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
   border: 1px solid white;
   border-radius: 12px;
   margin-top:10px;

}

.expandable-card.expanded .card-content {
  max-height: 2000px;
}

.session {
  padding: 0 28px 28px;
  border-bottom: 1px solid #e5e7eb;
}

.session:last-child {
  border-bottom: none;
  padding-bottom: 28px;
  padding-top:20px;
}

.session h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin: 0 0 20px 0;
  line-height: 1.4;
   margin-top:20px;
}

.section {
  margin-bottom: 20px;
}

.section h4 {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin: 0 0 12px 0;
}

.section ul {
  margin: 0;
  padding-left: 24px;
  list-style-type: none;
}

.section li {
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: white;
}

.section li::before {
  content: "✅";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .container {
    padding: 20px 15px;
  }
  
  .main-heading {
    font-size: 28px;
    margin: 0 0 25px 0;
  }
  
  .expandable-card {
    border-radius: 10px;
    margin: 15px 0;
  }
  
  .card-header {
    padding: 16px 18px;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .week-badge {
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 0;
    order: -1;
    align-self: flex-start;
  }
  
  .card-title {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    margin-top: 8px;
  }
  
  .toggle-btn {
    padding: 8px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .chevron {
    width: 20px;
    height: 20px;
  }
  
  .session {
    padding: 0 18px 20px;
  }
  
  .session h3 {
    font-size: 16px;
    margin: 0 0 16px 0;
    line-height: 1.4;
  }
  
  .section {
    margin-bottom: 16px;
  }
  
  .section h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  
  .section ul {
    padding-left: 20px;
  }
  
  .section li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .section li::before {
    left: -20px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 15px 10px;
  }
  
  .main-heading {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  
  .card-header {
    padding: 14px 16px;
    position: relative;
  }
  
  .card-title {
    font-size: 15px;
    padding-right: 40px;
  }
  
  .week-badge {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  .session {
    padding: 0 16px 18px;
  }
  
  .section li {
    font-size: 13px;
  }
}

.newlogo{
    height:auto;
    
}

.section-evergreen-curriculum{
  margin-top:40px;
}
.container{
   margin-top:40px;
}

.link22{
  max-width:12rem !important;
}