.course-one-hero-container{
    background-color: var(--secondary-color);
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
}
.course-one-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    height: 100%;
    flex-grow: stretch;
}
.course-one-hero-left{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: calc(100% - 5rem - 40%);
}
.course-one-hero-left h1{
    font-size: 3rem;
    font-weight: 600;
    text-transform: capitalize;
}
.course-one-hero-left figure iframe{
    border: none;;
    height: 300px;
}

.course-one-cards{
    display: flex;
     gap: 2rem;
     flex-wrap: wrap;
}
.course-one-cards .one i{
    color: orange;
    /* border: orangered; */
} 
.card-hero{
    display: flex;
    gap: 1rem;
    width: fit-content;
    background-color: var(--white-color);
    padding: .6rem;
    border-radius: 20px;
}
.right-side-nav .btn-contact a{
  text-decoration: none;
  color: var(--white-color);
}

/* HERO-FORM-SEC */
.course-one-hero-right{
    /* background-color: var(--white-color); */
    width: 40%;
    padding: 2rem;
    border-radius: 20px;
}
.course-one-hero-right form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin: auto;
  }
  
  .course-one-hero-right form label {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
    display: block;
  }
  
  .course-one-hero-right form input {
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
  }
.imp-amount{
    background-color: var(--white-color);
    /* color: ; */
}
  .course-one-hero-right form input:focus {
    border-color: var(--primary-color, #007bff);
    outline: none;
  }
  
  .course-one-hero-right form button {
    color: var(--white-color, #fff);
    background-color: var(--primary-color);
    border: none;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .course-one-hero-right form button:hover {
    background-color: #0056b3;
  }
  


  .course-one-hero-right form select {
  border-radius: 6px;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
  background-color: white;
  appearance: none; /* Removes default arrow styling (can be customized) */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.course-one-hero-right form select:focus {
  border-color: var(--primary-color, #007bff);
  outline: none;
}

  .course-one-hero-right  .option, .upload {
  margin-bottom: 1rem;
  /* border: 2px solid red; */
}
.course-one-hero-right .checkbox{
    display: flex;
    gap: .5rem;
    align-items: center;
    /* justify-content: center; */
    
}
 .checkbox .checkbox-input{
    height: 1rem;
    width: 1rem;
 }

.course-one-hero-right figure img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}
#file{
    background-color: var(--white-color);
    margin-bottom: 1rem;
}


/* WHAT YOU'LL LEARN */
.what-you-learn{
    padding: 5rem;

}
.what-you-learn h2  {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.what-you-learn li{
    font-size: 1.2rem;
    line-height: 2cap;
}

/* THIS COURSE INCLUDES */
.courses-includes-content-one{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}


.courses-includes {
    padding: 5rem;
}
/* .courses-includes-content-one{
    padding: 5rem;
} */
.courses-includes h2{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.content-left,
.content-right
 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* REQUIREMENTS */
.requirements{
    padding: 5rem;

}
.requirements h2{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.requirements li{
    font-size: 1.2rem;
    line-height: 2cap;
}

/* DESCRIPTION */
.description{
    padding: 5rem;
}
.description h2{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.description p{
    font-size: 1.2rem;
}

/* <!-- Who this course is for: --> */
.course-for{
    padding: 5rem;
}
.course-for h2{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.course-for li{
    font-size: 1.2rem;
    line-height: 2cap;
}
.final-hours{
    padding: 5rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    
    gap: 2rem;
   }
   .final-hour-heading {
    display: flex;
    gap: 1rem;
    /* justify-content: center; */
    align-items: center;
   }
.final-hour-heading  h4{
    text-transform: uppercase;
}
.final-hour-heading  span{
    background-color: #d9d9d9;
    width: fit-content;
    padding: .5rem;
    border-radius: 8px;
}
.final-hour-benefits {
    display: flex;
    gap:1rem;
    
}
.final-hours h2{
    font-size: 2rem;
    font-weight: 600;
}
.heading-icon{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}
.heading-icon i{
    color: var(--primary-color);
    /* font-weight: 500; */
}

.final-hours-blue{
    display: flex;
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 2rem;
    align-items: center;
}
.final-hours-blue .final-hour-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: calc((100% - 2rem) / 2);
    height: fit-content;
}
.final-hours-blue figure{

    width: calc((100% - 2rem) / 2);
    height: auto;
}
.final-hours-blue figure img{
    width: 100%;
}
.final-hour-content h3{
color: var(--white-color);
font-size: 2rem;
font-weight: 600;
}
.final-hour-content p{
    color: var(--white-color);
    /* font-size: 1.2rem; */
}
.final-hour-content a{
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    color: var(--white-color);
}
.anchor{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* border: 1px solid red; */
}

/*ALSO-BOUGHT */
.also-bought{
    padding: 5rem;
}

.also-bought h2{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.also-bought-courses{
    display: flex;
    /* width: 100%; */
    flex-wrap: wrap;
    gap: 2rem;

    
    
}
.also-bought-courses .also-bought-one{
    width: calc((100% - 2rem) / 2);
    display: flex;
    gap: 2rem;
    height: fit-content;
    border: 1px solid #ddd;
    /* height: 50vh; */
    background-color: var(--white-color);
    padding: 2rem; 
    /* border: 2px solid #d9d9d9; */
    border-radius: 8px;
    /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.also-bought-courses .also-bought-one:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.also-bought-content{
    display: flex;
    flex-direction: column;
    width:calc(100% - 2rem - 40%);
    gap: 2rem;
}
.also-bought-content h3{
    font-weight: 600;
}
.also-bought-one figure{
   height: auto;
    width: 40%;
}
.also-bought-one figure img{
    width: 100%;
    height: auto;
}
.also-bought-content .duration{
    background-color: #d9d9d9;
    width: fit-content;
    padding: .5rem;
    border-radius: 8px;
}
.also-bought-content a{
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    color: var(--black-color);
}
.also-bought-content a span{
    color: var(--primary-color);
   font-weight: bolder;
   
}

/* COURSES-CONTENT */
.course-content-container{
    padding: 5rem;
    /* background-color: red; */
}
.course-content-container h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
  }

  .course-section-list {
    border: 1px solid #aaa;
    max-width: 1000px;
    margin: 0 auto;
    
  }

  .section-content-list {
    border-bottom: 1px solid #ddd;
    /* padding: 15px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
    padding: 1.5rem;
  }

  .section-content-list:hover {
    background: #f9f9f9;
  }

  .section-list-title {
    font-weight: bold;
  }

  .lecture-count {
    font-size: 12px;
    color: #666;
  }

  .content {
    display: none;
    padding: 10px 15px;
    background: #f0f8ff;
    font-size: 14px;
  }

  .dropdown-icon {
    transition: transform 0.3s;
  }

  .active .dropdown-icon {
    transform: rotate(180deg);
  }

  .more-button {
    margin: 20px auto;
    display: block;
    padding: 10px 20px;
    border: 2px solid #3b82f6;
    background: transparent;
    color: #3b82f6;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }

  .more-button:hover {
    background: #3b82f6;
    color: white;
  }


  /* COURSES-CARDS */
  .courses-python{
    padding: 3rem 5rem;
  }
  .courses-python .python-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* border: 2px solid red; */
    gap: 5rem;
    padding: 2rem;
    box-shadow: 1px 1px 5px rgb(147, 146, 146) , -1px -1px 5px rgb(147, 146, 146);
    border-radius: 20px;

}
.python-main figure{
    width: 30%;
    height: auto;
}
.python-main figure img{
    width: 100%;
    height: auto;
}
.python-main .python-text{
   width: calc(100% - 5rem - 30% );
   display: flex;
   flex-direction: column;
   gap: .7rem;

}
.python-text h1{
    font-size: 2rem;
    font-weight: 600;

}
.python-text h3{
    font-size: 1.3rem;
    font-weight: 500;
}
.python-text li{
    list-style: none;
}
.python-text p{
    color: var(--content-color);
}
.python-head{
    display: flex;
     gap: 2rem;
     flex-wrap: wrap;
}
.card-python{
    display: flex;
    gap: 1rem;
    width: fit-content;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: .6rem;
    border-radius: 20px;
}  
.card-python-btn{
    text-transform: uppercase;
    color: var(--white-color);
    margin-top: .5rem;

}
.card-python-btn a{
    text-decoration: none;
    color: var(--white-color);
}
@media only screen and (max-width : 1000px){
    .python-main figure img{
    display: none;
}
.python-main .python-text{
   width: 100%;
 
}
  .courses-python .python-main{
   
    gap: 2rem;
    padding: 2rem;
    

}
 .courses-python{
    padding: 1.5rem 2.5rem;
  }
   }
   @media only screen and (max-width : 535px){
 .courses-python{
    padding: 1rem 2rem;
  }
  .python-head{
   
     gap: 1rem;
     
}
   }


  @media only screen and (max-width : 1000px){
    .course-one-hero-left{
        width: calc(100%);
    }
    .course-one-hero-right{
        width: 100%;

    }
    .course-one-hero-container , 
    .what-you-learn , 
    .courses-includes ,
     .course-content-container , 
     .requirements, 
     .description , 
     .course-for , 
     .also-bought{
        padding: 4.5rem;
    }
  }

  @media only screen and (max-width : 900px){
    .course-one-hero-container , 
    .what-you-learn , 
    .courses-includes ,
    .course-content-container , 
    .description , 
    .course-for , 
    .also-bought{
        padding: 4rem;
    }
  }

  @media only screen and (max-width : 800px){
    .course-one-hero-container , 
    .what-you-learn , 
    .courses-includes ,
    .course-content-container  , 
    .requirements , 
    .description , 
    .course-for , 
    .also-bought{
        padding: 3.5rem;
    }
    .also-bought-courses .also-bought-one{
        width: 100%;
       
    }
  }

  
  @media only screen and (max-width : 700px){
    .course-one-hero-container , 
    .courses-includes ,
    .course-content-container ,
    .what-you-learn  , 
    .requirements , 
    .description , 
    .course-for , 
    .also-bought{
        padding: 3rem;
    }
    .what-you-learn li , 
    .requirements li ,
    .description p , 
    .course-for li{
        font-size: 1.1rem;
        line-height: 2cap;
    }
  }

  
  @media only screen and (max-width : 600px){
    .course-one-hero-container , 
    .what-you-learn , 
    .courses-includes ,
    .course-content-container  , 
    .requirements , 
    .description , 
    .course-for , 
    .also-bought{
        padding: 2.5rem;
    }
    .what-you-learn li , 
    .requirements li ,
    .description p , 
    .course-for li {
        font-size: 1rem;
        line-height: 2cap;
    }
  }

  
  @media only screen and (max-width : 500px){
    .course-one-hero-container , 
    .what-you-learn , 
    .courses-includes ,
    .course-content-container  , 
    .requirements , 
    .description , 
    .course-for , 
    .also-bought{
        padding: 2rem;
    }
    .course-one-hero-left h1{
        font-size: 2.5rem;
        font-weight: 600;
        text-transform: capitalize;
    }
    .what-you-learn li , 
    .requirements li , 
    
    .description p , 
    .course-for li {
        font-size: .95rem;
        line-height: 2cap;
    }
  }

  
  @media only screen and (max-width : 400px){
    .course-one-hero-container , 
    .what-you-learn , 
    .courses-includes ,
    .course-content-container  , 
    .requirements , 
    .description , 
    .course-for , 
    .also-bought{
        padding: 1.5rem;
    }
    .course-one-hero-left h1{
        font-size: 2rem;
        font-weight: 600;
        text-transform: capitalize;
    }
    .what-you-learn li , 
    .requirements li 
    , 
    
    .description p ,
    .course-for li{
        font-size: .9rem;
        line-height: 2cap;
    }
  }

   .python-card-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;

   }
   .python-card{
    padding: 5rem;
      border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.python-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    /* padding: ; */
}
hr {
  border: none;
  height: 2px;
  background-color: var(--primary-color); /* or any color like #007bff */
  margin: 2rem 0;
  width: 100%;
}

   
   .python-card h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5rem;
   }



/* INTERNSHIP-CARD-CSS */
    body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f4f6f9;
      padding: 20px;
    }

   .internship-section h1 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 32px;
      color: #2c3e50;
    }

    .internship-container {
      display: flex;
      flex-direction: column;
      gap: 40px;
      max-width: 1200px;
      margin: auto;
    }

    .internship-section {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .program-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .cards-column {
      flex: 1;
      min-width: 300px;
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      display: flex;
      flex-direction: column;
    }

    .cards-column {
      gap: 15px;
    }

   .cards-column .card {
      padding: 15px;
      background: linear-gradient(135deg, #ffffff, #f9f9f9);
      border-radius: 10px;
      text-align: center;
      cursor: pointer;
      border: 1px solid #ddd;
      transition: all 0.3s ease;
      font-weight: 600;
      color: #34495e;
    }

    .card:hover {
      background-color: #eaf6ff;
      border-color: #3498db;
    }

    .card.active {
      border: 2px solid #3498db;
      background-color: #d6ecff;
      color: #2c3e50;
    }

    .content-column h2 {
      color: #2980b9;
      margin-bottom: 10px;
    }

    .content-column ul {
      padding-left: 20px;
      color: #2f3640;
      line-height: 1.6;
    }

    .content-column p {
      color: #7f8c8d;
      font-style: italic;
    }
    .content-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  background-color: #f9f9f9;
  padding: 20px;
  flex: 2;
  border-radius: 10px;
  min-height: 100%;
  flex-wrap: wrap;
}

.content-text {
  flex: 1;
  color: #333;
}

.content-image {
  max-width: 150px;
  height: auto;
  flex-shrink: 0;
}


    @media (max-width: 768px) {
      .program-wrapper {
        flex-direction: column;
      }
    }