main img{
    margin-top:0px;
}
 
 .our-program-section {
            display: flex;
            width: 100%;
            max-width: 1200px;
            margin-top:100px;
            
            
        }

        .program-ul {
            list-style: none;
            padding: 0;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 300px;
            margin-right: 20px;
            transition: transform 0.3s;
        }

    
      

        .program-ul h2 {
            text-align: center;
            padding: 15px;
            background-color:var(--primarycolor);
            color: white;
            border-radius: 10px 10px 0 0;
            margin: 0;
        }

        .program-ul li {
            padding: 15px;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #e0e0e0;
            transition: background-color 0.3s;
        }

        .program-ul li:hover {
            background-color: #e0f7fa;
        }
        .active-head{
        background-color: #e0f7fa;;
        }
        #cpc{
            padding: 10px 20px
        }

        .content-container {
            flex-grow: 1;
            padding:60px;
            border: 2px solid var(--primarycolor);
            border-radius: 10px;
            background-color: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: none; 
            margin-left: 20px;
            height:auto;
           background-color: #e0f7fa;
        }

        .active-content {
            display: block; 
        }

        .content-container h2 {
            margin-top: 0;
            color: #24a0de;
        }
        .training-section{
           margin-top:100px;
        }
        .text-box h2{
            color:var(--primarycolor);
            
        }
    .schedule {
    padding: 20px;
    margin: 100px auto;
}

.schedule-week{

    border: 3px solid var(--primarycolor);
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    max-width:800px;
} .training-programs {
    border: 3px solid var(--primarycolor);
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.training-programs{
    width:100%;
}

.schedule-week h4, .program-title {
    color: var(--primarycolor);
}


.program ul {
    list-style-type: none;
    padding: 0;
}

.btn-custom {
    background-color:var(--primarycolor);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: var(--primarycolor);
}
.flexcontent{
    display:flex;
    justify-content:center;
}
.last-content{
    text-align:center;
    font-size:23px;
    color:white;
    background-color: var(--primarycolor);
    padding:10px;
}
.lastnoneborder{
    border-right:0px solid white !important;
}
@media (max-width: 576px) {
    .program-title {
        text-align: center;
    }
}
.image-box img{

    max-width:300px;
    min-width:200px;
    width:"auto";

    max-height:"250px";
    height: auto;
}
@media only screen and (max-width: 1000px) {
  .our-program-section .row {
    display: block; 
  }
  
  .program-drop {
    width: 100%; 
  }

  .program-ul {
    margin-bottom: 20px;
    width: 100%; 
  }
  #cpc {
    min-height:600px; 
  }


  .content-container {
    display: none;
    width: 100%; 
    padding: 15px;
    margin-top: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box; 
  }

  .content-container.active-content {
    display: block;
    margin:0px;
 background-color:#e0f7fa
  }

  .list {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
   
  }

  .list:hover {
    background-color: #e0e0e0;
  }

  .program-ul h2 {
    margin-bottom: 20px;
    text-align: center;
    background-color: #38a1db;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
  }

  .col-9, .col-3 {
    width: 100%; 
    padding: 0; 
    margin-left:0px;
  }

}
@media (max-width: 400px) {
    #cpc{
        min-height:700px;
    }
    #ahima{
        min-height:402;
    }
    .training-section{
        margin-top:50px;
    }
    .our-program-section{
        margin-top:25px;
    }
    .schedule{
        margin:30px auto;
        padding:10px;
    }

}
@media (max-width: 768) {
    .program .col-10{
   
   border-right:2px solid red;
}
}
.duration-box:hover{
   background-color:#e0e0e0
}

