
.kasta{
    width: 100%;
    height: 500px;
    display: flex;
    background-color: #1616aa;
    flex-direction: row;
}

.merga{
  width: 48%;
}

.kaste{
    width: 100%;
    height: auto;
   
}

.houit{
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    padding-top: 0px;
    text-shadow: 0 1px 3px rgba(173, 216, 230, 0.4);
    margin-left: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    margin-left: 140px;
    margin-top: 50px;
    border-radius: 30px;
    background-color: rgb(49, 86, 173);
    padding: 15px;
}

.houil{
    color: white;
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 580px;
    padding-left: 137px;
    padding-top: 40px;
}

.houiy{
    width: 450px;
    height: 400px;
    background-color: rgb(49, 86, 173);
    border-radius: 50px;
    margin-left: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin-top: 20px;
}

.kasto{
    width: 450px;
    height: 400px;
    background-color: rgb(251, 252, 255);
    border-radius: 50px;
    margin-left: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin-top: -380px;
}

.houip{
    width: 450px;
    height: 400px;
    background-color: white;
    border-radius: 50px;
    margin-left: 300px;
}



.sba-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #000080;
    text-align: center; /* Center everything within the section */
  }

  .sba-section .header-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }

  .sba-section .header-paragraph {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 75%;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
  }

  .sba-section .info-box {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.15), 0 3px 7px -2px rgba(0, 0, 0, 0.07);
    margin-bottom: 2rem;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: auto;
    margin-right: auto;
  }

  .sba-section .info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sba-section .info-box-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
  }

  .sba-section .info-box-paragraph {
    color: #ffffff;
    line-height: 1.75;
    opacity: 0.9;
  }

  .sba-section .checklist-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
  }

  .sba-section .checklist-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .sba-section .checklist-icon svg {
    width: 24px;
    height: 24px;
    fill: #48bb78;
    stroke: none;
  }

  .sba-section .checklist-text {
    color: #ffffff;
    line-height: 1.75;
    font-weight: 500;
  }

  .sba-section .apply-button {
    background-color: rgb(33, 165, 44);
    color: #fff;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    transition-property: all;
    transition-duration: 200ms;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin-left: auto;
    margin-right: auto;
  }

  .sba-section .apply-button:hover {
    background-color: rgb(33, 165, 44);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  }

  .sba-section .apply-button svg {
        width: 24px;
        height: 24px;
        background-color: rgb(33, 165, 44);
    }

    .do{
        color:white;
    }

    .apply-button{
        background-color: rgb(33, 165, 44);
    }
    .tub{
      text-decoration: none;
    }
    .tub:hover{
      opacity: 0.8;
      transition: 0.5s all;
    }

  @media (max-width: 768px) {
    .sba-section .header-paragraph {
      max-width: 100%;
    }

    .sba-section .header-title {
      font-size: 2.25rem;
    }
  }

  .grid, .container{
    font-family: "Ubuntu", sans-serif;
  }


@media screen and (max-width: 768px){
    .kasta{
        flex-direction: column;
        height: auto;
        padding-bottom: 30px;
    }
    .houiy, .kasto{
        display: none;
    }
    .merga{
        margin-left: -44px;
        width: 100%;
    }
    .houit, .houil{
      text-align: center;
    }

    .houil{
      margin-left: -50px;
    }
    .houit{
      margin-left: 105px;
      margin-top: 30px;
      background-color: rgba(0, 0, 0, 0.3);   
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 0px;
      padding: 10px;
      border-radius: 30px;
    }

}



