.header-frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 27px;
    position: relative;
}

.header-frame .info-text-wrapper {
    position: relative;
    align-self: stretch;
    height: 25px;
    margin-top: -1.00px;
    font-family: "Gilroy-Bold", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}


.static-paragraph {
    position: relative;
    align-self: center;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding-left: 400px;
    padding-right: 50px;
    min-height: 402px;
    padding-top: 50px;
    padding-bottom: 50px;
}


.bg-stroke {
    background: url("../../img/services/stroke.png") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    z-index: 1;  /* Ensure it is behind other elements */
}
.bg-stroke-rev {
    background: url("../../img/services/stroke-rev.png") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    z-index: 1;  /* Ensure it is behind other elements */
}

.text11-section {
   
    background: url("../../img/services/colclusion-bg.png") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 190px;
    z-index: -1;
   
}

.cardframe2 {
    position: sticky;
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-color: #005EBA;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

    overflow: hidden;
  }

  .cardframe2 .frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .cardframe2 .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    opacity: 0.8;
    font-family: "Gilroy-Semibold", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    padding-top: 10px;
  }
  
  
  .cardframe2 .p {
    position: relative;
    align-self: stretch;
    opacity: 0.6;
    font-family: "Gilroy-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    overflow: hidden;
    padding-top: 20px;
  }

  .card {
    background-color: #0033A2; 
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 0%;
    margin-left: 0;
    margin-right: 0;
}

.card2 {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 0%;
    margin-left: 0;
    margin-right: 0;
}

.card .title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px;
}

/* Content styling */
.card .content {
    margin-top: 10px;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 20px;
}

.card2 .title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px;
}

/* Content styling */
.card2 .content {
    margin-top: 10px;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 20px;
}

.static-paragraph .number-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: white;
    color: #0033A2;
    border-radius: 50%;
    font-weight: bold;
}

@media (max-width: 768px) {
    .header-frame {
        gap: 15px;
       
    }

    .header-frame .info-text-wrapper {
        font-size: 1.5rem;
    }

    .static-paragraph {
        flex-direction: column;
        padding: 0px;
    }

}

@media (max-width: 480px) {
    .header-frame {
        gap: 15px;
        
    }


    .header-frame .info-text-wrapper {
        font-size: 1.2rem;
    }

    .static-paragraph img {
        width: 60px;
    }

    .scroll-btn {
        font-size: 1rem;
    }

    .text11-section {
   
        
        height: 320px;
      
       
    }
}
