.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(-45deg, #000609, #002913);
  border-radius: 12px;
  padding: 40px 30px;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.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: 19px;
  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;
  }
}

        /* 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(#122719, #1227194d);
            color: white;
            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(#122719, #1227194d);
            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;
            }
        }

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

      .pricep{
        font-size:24px;
        font-weight:semibold;
      }
      .strike{
        font-size:18px;
      }

      .newmt{
        margin-top:20px;
      }

      .logoimg{
       filter: invert(1) !important;
      }

      .pmc_prg-card-img{
        padding:10px;
        background-color:#325732;
        border-radius:8px;
      }