  @import url('satoshi.css');
  @import url('styles.css');
  /* === Style For Desktop=== */

   /* General Styles for the skilldyn courses Section One*/
   .courses-skilldyn-section-one {
    background-color: var(--black_solid);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 56px 120.5px 140px 120.5px;
    gap: 40px;
    text-align: center;
  }

  .courses-skilldyn-heading { width: 100%; height: auto; }
  .courses-skilldyn-heading p{
    height: auto;
    font-size: var(--text-54);
    color: var(--white_700);
    font-family: 'Satoshi-Regular';
    line-height: 81px;        
  }
  .courses-skilldyn-heading span { color: var(--yellow_500); }

 /* ========== Desktop view (>1024px) ========== */
.courses-skilldyn-container-one {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.courses-skilldyn-buttons-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.courses-skilldyn-btn {
    width: auto;
    height: 60px;
    padding: 12px 32px;
    border-radius: 100px;
    font-size: 24px;
    font-family: 'Satoshi-Medium';
    line-height: 36px;
    cursor: pointer;
    border: 1px solid var(--gray_200);
    background-color: transparent;
    color: var(--white_700);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.courses-skilldyn-btn:hover {
    background-color: var(--yellow_500);
    border: none;
    color:#2b2b2b;
}
.courses-skilldyn-btn-active {
    background-color: var(--yellow_500);
    border: none;
    color:#2b2b2b;
}

  /* General Styles for the skilldyn courses Section */
.skilldyn-courses-section {
    width: 100%;
    background-color: var(--white_100);
    padding: 64px 72px 0px 72px;
    display: flex;
  }

  .skilldyn-cards-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 60px;
    height: auto;
  }
  .skilldyn-courses-card {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--gray_900);
    background-color: var(--white_700);
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;  
  }

  .skilldyn-courses-card:hover { transform: translateY(-5px); }
  .skilldyn-courses-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .skilldyn-courses-card-body {
    padding: 0px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-info-one{
    width: 100%;
    margin-bottom: 14px;
  }
  .card-info-one-title {
    padding: 8px 16px;
    background-color: var(--gray_1000);
    border-radius: 8px;
    display: inline-block;
    color: var(--black_300);
    font-size: var(--text-16);
    font-family: 'Satoshi-Medium';
    line-height: 24px;
  }

  .card-info-one-price {
    float: right;
    color: var(--yellow_600);
    font-size: var(--text-24);
    font-family: 'Satoshi-Bold';
    line-height: 36px;
  }

  .skilldyn-courses-card-title {
    width: 100%;
    color: var(--black_300);
    font-size: var(--text-24);
    font-family: 'Satoshi-Bold';
    line-height: 36px;
    
  }
  .card-info-two {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    color: var(--gray_1100);
    font-size: var(--text-14);
    font-family: 'Satoshi-Regular';
    line-height: 21px;
  }
  .info-icon {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 8px;
 }    
  .skilldyn-courses-btn {
    margin-top: 20px;
    padding: 10px 10px;
    border: 1px solid var(--gray_900);
    background-color: var(--white_700);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: var(--text-18);
    font-family: 'Satoshi-Regular';
    line-height: 27px;
    color: var(--black_1000);
  }
  .skilldyn-courses-btn:hover { background-color: var(--yellow_500); border: none; }

     /* === Responsive Styles for Tablet Screen (744px to 1024px) === */
     @media (min-width: 744px) and (max-width: 1024px) {
     
      /* Styles for the skilldyn courses Section One */
      .courses-skilldyn-section-one { width: 100%; padding: 56px 20px 140px 20px; }
      .courses-skilldyn-heading p{
        height: auto;
        font-size: var(--text-54);
        line-height: 54px;        
      }
      .courses-skilldyn-buttons-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 16px 24px;
      }
      .courses-skilldyn-btn {
        width: auto; 
        height: 60px;
        padding: 12px 32px;
        text-align: center;
        white-space: nowrap;
        background-color: transparent;
      }
      .courses-skilldyn-btn-active { background-color: var(--yellow_500); border: none; }

    /* Tablet Styles for the skilldyn courses Section */
    .skilldyn-courses-section { padding: 64px 56px 32px 56px; }
    .skilldyn-cards-container {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      row-gap: 32px;
      height: auto;
  }
}
    
    /* === Responsive Styles for Tablet Screen (320px to 744px) === */
    @media (min-width: 320px) and (max-width: 744px) {
      /* Tablet Styles for the skilldyn courses Section One */
      .courses-skilldyn-section-one { width: 100%; padding: 56px 20px 140px 20px; }
      .courses-skilldyn-heading p{
        height: auto;
        font-size: var(--text-48);
        line-height: 48px;        
      }
      .courses-skilldyn-container-one {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }
      .courses-skilldyn-buttons-wrapper {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 150px); /* 2 buttons in a row */
        justify-content: center;
        align-items: center;
        gap: 8px;
      }
      .courses-skilldyn-btn {
        width: 100%;
        height: 45px;
        font-size: var(--text-14);
        line-height: 21px; 
        padding: 12px 16px;
        background-color: transparent;
      }
      .courses-skilldyn-btn-active { background-color: var(--yellow_500); border: none; }

    /* Tablet Styles for the skilldyn courses Section */
    .skilldyn-courses-section { padding: 64px 16px 0px 16px;  }
    .skilldyn-cards-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    height: auto;
  }
  .skilldyn-courses-card { padding: 0; padding: 16px 20px 16px 20px; }
  .card-info-one-price  { font-size: var(--text-18); line-height: 27px; }
}