.line-bg {
    width: 100%;
    bottom: -20px;
    position: absolute;
}

.round-bg-img {
    position: absolute;
    width: 674px;
    height: 450px;
    left: -122px;
    top: -70px;
    z-index: 1;
}

.header-img {
    max-width: 640px;
    min-width: 300px;
    max-height: 433px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 0px;
    margin-left: 0px;
    height: 100%;
    z-index: 3;
    position: relative;
}

.header-left {
    flex: 1;
    padding: 15px;
}

.header-right {
    min-width: 327px;
    flex: 1;
    padding: 15px;
}

.second-section .event-cards {
    max-width: 236px;
    min-height: 150px;
    width: 100%;
    height: 160px;
    border-radius: 16px;
    border: 1px solid #CDDEF4;
    box-shadow: 2px 4px 4px 0px #102E6A1C;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
.event-cards.active{
    border: 4px solid #2BAED8;
}

.event-cards img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.6);

}

.classroom-coverimg {
    width: 100%;
    object-fit: cover;
    height: 573px;
    filter: brightness(67%);

}

.profileBrand {
    color: transparent;
    background: linear-gradient(135deg, #E2E8F3 1.25%, #CAD4E8 97.81%);
    background-clip: text;
    margin-top: 40px;
}

.profile-steps span {
    color: #FFFFFF3D;
    line-height: 40px;
}

.profile-steps p {
    color: #E6E7EA;
    margin-bottom: 0;
}

.creator-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 18px;
    max-width: 370px;
    width: 100%;
    min-height: 180px;
    background: #F6F9FD;
    border: 1px solid #CDDEF4;
    border-radius: 8px;
    color: #006DFF;
}

.working-steps {
    background: #F1F6FA;
    border: 2px solid #0553F029;
    backdrop-filter: blur(40px);
    border-radius: 8px;
    max-width: 144px;
    width: 100%;
    padding: 24px 16px 24px 12px;
    /* max-height: 240px;*/
    height: auto;
    margin-bottom: 20px;
}

.working-steps h3 {
    color: transparent;
    background: linear-gradient(135deg, #6483C1 1.25%, #182237 97.81%);
    background-clip: text;
}

.connector {

    height: 2px;
    width: 25px;
    background-color: #CBDBF8;
}

.section-sixth {
    background: #E3ECFC;
    border: 1px solid #ACC5F7;
    border-radius: 12px;
    padding: 16px;
}

.booking-cards {
    padding: 16px;
}

.booking-cards img {
    max-width: 140px;
    width: 100%;
    height: 105px;
    object-fit: cover;

}

.vertical-line {
    width: 2px;
    background-color: #175EEC45;
    height: 120px;
}

.download-instructor {
    background: #E3ECFCB0;
    border-left: 2px solid #175FEE;
    border-radius: 16px;
    padding: 24px 54px;
    backdrop-filter: blur(36.900001525878906px)
}

.instructorCard .viewDetailBtn {
    background: rgb(236, 242, 254);
    color: #145FF4;
    font-size: var(--h5);
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 4px !important;
    border: none;
    height: 28px;
}

.instructorCard .Contact-btn {
    height: 28px;
    font-size: 12px;
    padding: 2px 12px;
    background: linear-gradient(88.31deg, #1964FA 0.28%, #0445C8 98.72%);
    border: 0.84px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;

}
.download-instructor .network-btn{
    background: linear-gradient(88.39deg, #F07C40 0.27%, #F05505 207.81%);
    border-radius: 8px;
    height: 56px;
    border: 1.69px solid #FFFFFF;
    color: #FFFFFF;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*******/
@media (max-width: 768px) {
    .connector {
        /*display: none;*/
        height: 25px;
        width: 2px;

    }

    .steps-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stepsContent {
        justify-content: center;
    }

    .working-steps {
        margin-bottom: 0;
    }

    .section-sixth {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;       
    }

    .section-sixth .vertical-line {
        height: 2px;
        width: 230px;
    }

}
@media (min-width: 768px) and (max-width:992px) {
    .booking-cards {
        max-width: 560px !important;
        width: 100% !important;
    }
    .section-sixth {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;       
    }

    .section-sixth .vertical-line {
        height: 2px;
        width: 230px;
    }

}
/***********************/
@media (min-width: 768px) and (max-width: 1200px)  {
    .connector {
        /*display: none;*/
        /* height: 25px;
        width: 2px; */

    }

    /* .steps-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    .stepsContent {
        justify-content: center;
    }

    .working-steps {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
      .section-content h3{
        font-size: 16px;
      }
      .profileBrand {
        margin-top: 4px !important;
      }

  }
