.performance-marketing-section {
 background-color: black;
 color: white;
 font-family: Arial, sans-serif;
 padding: 40px 20px;
}

.pm-container {
 width: 70%;
 margin: 0 auto;
 display: flex;
 gap: 20px;
}

.pm-course-card {
 flex: 1;
 border: 2px solid white;
 border-radius: 20px;
 padding: 30px;
 border-color: green;
 
    background-image: radial-gradient(circle, #004c74, #fff0);
}

.new1{
  background-image:none;
}

.newtt{
   background-image: linear-gradient(135deg, #24746d, #00000080 80%);
   padding:10px;
   border-radius: 10px;
   
}

.newcard{
      box-shadow: 0 4px 8px 0 #24746d, 0 6px 20px 0 #24746d !important;
}

.newbbtn{
  margin-top:30px;
  width:50%;
}

.pm-badge {
 color: white;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 10px;
}

.jpurney{
    font-style: italic !important;
}


    .ccontent{
        display: none;
      }
      .curriculum-wrapper{
        margin-bottom: 80px;
      }
      .module-text{
        padding: 5px 8px !important;
      }
      @media (max-width: 500px){
        .curriculum-wrapper{
        margin-bottom: 0px;
      }
      }

   .height{
              height:92% !important;
            }

.neww{
    font-size: 20px;
  
}

.pm-title {
 color: white;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 5px;
}

.pm-level {
 color: white;
 font-style: italic;
 margin-bottom: 20px;
 font-size: 14px;
}

.pm-heading {
 color: white;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 20px;
}

.pm-text {
 color: white;
 margin-bottom: 22px;
 line-height: 1.4;
 font-size: 14px;
}

.pm-list {
 color: white;
 margin-bottom: 22px;
 padding-left: 20px;
}

.pm-list li {
 color: white;
 margin-bottom: 6px;
 line-height: 1.3;
 font-size: 18px;
}

.pm-tools, .pm-bonus {
 color: white;
 margin-top: 20px;
 font-size: 17px;
 line-height: 1.4;
}

.pm-bold {
 font-weight: bold;
}

@media (max-width: 768px) {
.performance-marketing-section{
    padding: 10px 10px;
}


 .pm-container {
   width: 95%;
   flex-direction: column;
  
 }
 
 .pm-course-card {
   margin-bottom: 20px;
 }
 
 .pm-title {
   font-size: 18px;
 }
 
 .pm-heading {
   font-size: 15px;
 }
 
 .pm-text, .pm-list li, .pm-tools, .pm-bonus {
   font-size: 13px;
 }
}


.ai-marketers {
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px 20px;
      text-align: center;
      
      
    }

    .pmc_section-large.ux_extra-space{
      padding-bottom: 0rem !important;
    }
    
    .section-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      font-weight: 500;
       color:white;
    }
    
    .modules-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    
    .module {
     background-image: linear-gradient(135deg, #000, #072b3899);
      color: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .module-title {
      font-size: 1em;
      color: #888;
      text-transform: uppercase;
      margin-bottom: 10px;
        
    }
    
    .module-heading {
      font-size: 1.3em;
      font-weight: 500;
      margin-bottom: 15px;
    
    }
    
    .module-description {
      font-size: 0.9em;
      line-height: 1.6;
      color: white;
    }
    .toptext{
      margin-bottom: 20px;
      margin-top: 0px !important;
    }
.genai{
  margin-bottom: 5px;
}

@media screen and (max-width: 768px){
    .modules-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }

    .newbbtn{

  width:100%;
}

    
}

.pmc_prg-highlight{
  margin-bottom: 40px;
}
  .module{
    border: 0.5px solid white;

  }
  .genai{
    margin-bottom: 40px !important;
  }

   .container-22{
    background-image: linear-gradient(135deg, #000, #072b3899) !important;
  }

     .newml{
      border-radius: 25%;
    }

     .kickstarter-section {
            width: 95%;
            max-width: 1200px;
            margin: 0 auto;
            background-image: linear-gradient(344deg, #093849, #04231200);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
           ;
            border: 2px solid #135b73;
        }

        @media (min-width: 768px) {
            .kickstarter-section {
                width: 70%;
                padding: 60px 50px;
            }
        }

        .intro-text {
            font-size: 18px;
   
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .intro-text strong {
            font-weight: 700;
        }

        .subtext {
            font-size: 16px;
            color: #777;
            margin-bottom: 30px;
            line-height: 1.5;
        }

        .main-title {
            font-size: 42px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            line-height: 1.1;
        }

        @media (max-width: 767px) {
            .main-title {
                font-size: 32px;
            }
        }

        .subtitle {
            font-size: 20px;
            color: #999;
            margin-bottom: 40px;
            font-weight: 500;
        }

        @media (max-width: 767px) {
            .subtitle {
                font-size: 18px;
            }
        }

        .stats-container {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-bottom: 50px;
            gap: 20px;
        }

        .stat-item {
            flex: 1;
            min-width: 150px;
        }

        .stat-number {
            font-size: 36px;
            font-weight: 700;
            color: #24746d;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 14px;
            color: white;
            font-weight: 500;
        }

        .perfect-for-title {
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 30px;
        }

        .perfect-for-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            text-align: left;
            max-width: 600px;
            margin: 0 auto;
        }

        @media (min-width: 768px) {
            .perfect-for-list {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
        }

        .list-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 16px;
            color: white;
            line-height: 1.4;
        }

        .bullet {
            width: 8px;
            height: 8px;
            background-color: #24746d;
            border-radius: 50%;
            margin-top: 6px;
            flex-shrink: 0;
        }