
.summer-camp{

    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("/assets/images/bannercamp.png") !important;
    
    
  }  
  .campprgm{
    margin-top: 20px;
    margin-bottom: 20px;   
  }  
.first_element1 h2{
  
      color: white;
      font-family: "Montserrat", Sans-serif;
      font-size: 39px;
      font-weight: 700;
      line-height: 55px;
  }
.first_element1 h2,
  .first_element p {
     width: 100%; 
     text-align: center; 
  }
  
.first_element p{
        font-family: "Montserrat", Sans-serif;
        font-size: px;
        font-weight: 400;
        line-height: 28px;
        color: white;
        padding-top: 20px;
        text-align: center;
  }  
.cls1{
    padding-top: 18px;
  }
  .clsp1{
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    padding-top:18px ;
  }
  .classcalander1{
    border:1px solid white;
    text-align: center;
      padding: 15px 10px 15px 10px;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color:#FBB715;
      border-radius: 10px 10px 10px 10px;
      color: white;
      
  
  }
  .classcalander1 p{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  
  .cls1 button{
    width: 100%;
    padding: 9px 10px 9px 10px;
    border:1px solid white;
    margin-top: 18px;
    color: white;
    border-radius: 9px;
    background-color: #FBB715;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    fill: #FFFFFF;
    color: #FFFFFF;
  
  
  }




    
  .boxprgm{

  height: 433px;
  width:350px;
  background-color: #FFFFFF; /* White background */
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
  border-radius: 10px;
  margin: 10px;
  overflow: hidden;
}

.prgmhd{
  background-color:#EA6C1B ;
  color: white;
  text-align: center;
  padding: 10px 10px;
}


.text-orange {
  color: #EA6C1B;
  font-size: 9px; /* Adjust the size */
  font-weight: 700;
  margin-right: 6px; /* Space between icon and text */
}

.features{
  font-family: "Montserrat", Sans-serif;
  font-size: 16px; /* Adjust the size */
  font-weight: 700;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px; 
}
.boxprgmh{
  padding: 0px;

} 

.campbanner2{
    text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.card1{
    width:345px;
    height:auto;
}
 .tabs {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
        }
        .tab {
            padding: 10px 30px;
            background-color: orange;
            color: white;
            border-radius: 20px;
            cursor: pointer;
            font-weight: bold;
        }
        .tab.active {
            background-color: #ff6600;
        }
        .content {
            display: none;
        }
        .content.active {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        .card {
            width: 320px;
            padding: 15px;
            border-radius: 10px;
            background: #f5f5f5;
            text-align: left;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        .card img {
            width: 100%;
            border-radius: 10px;
        }
        .card h3 {
            margin: 10px 0;
        }
        .price {
            font-size: 14px;
            color: gray;
            text-decoration: line-through;
        }
        .discount {
            font-size: 16px;
            color: red;
            font-weight: bold;
        }
        .enroll {
            display: block;
            width: 100%;
            text-align: center;
            padding: 8px;
            margin-top: 10px;
            background: orange;
            color: white;
            border-radius: 5px;
            border:none;
            text-decoration: none;
        }
        
        
    .days2{
  
      width: 340px;
      height: 290px;
      flex-direction: column;
      text-align: center;
      padding: 50px 20px 50px 20px;
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      background:#7FBC41;
      border-radius: 25px 25px 25px 25px;
  }
  
        
.daysh1 h3{
      color: #FFFFFF;
      font-family: "Montserrat", Sans-serif;
      font-size: 23px;
      font-weight: 700;
      line-height: 38px;
  
  }
  
  .daysh1 p{
    color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      text-align: center;
      padding-left: 20px;
      padding-left: 20px;
      padding-top: 10px;
  } 
        
        
        
        
        
        
        
        
        