.blank{
    width: 100%;
    margin-top: 85px;
    background-color: red;
}

.primary-button{
    background-color: #245EE2;
    font-weight: 500;
    color: white;
    padding: 10px 20px;
    margin-right: 16px;
}

.primary-button:hover{
    background-color: #194abb;
    color: white;
}

.secondary-button{
    background-color: white;
    color: #245EE2;
    border: 2px solid #245EE2;
    font-weight: 500;
    padding: 10px 20px;
}

.secondary-button:hover{
    background-color: #194abb;
    color: white;
}

.text-deco{
    color: #245EE2;
}

.primary-button-white{
    background-color: white;
    font-weight: 500;
    color: #245EE2;
    padding: 10px 20px;
    margin-right: 16px;
}

.primary-button-white:hover{
    background-color: #f1f1f1;
    color: #194abb;
}

.secondary-button-white{
    color: white;
    border: 2px solid white;
    font-weight: 500;
    padding: 10px 20px;
}

.secondary-button-white:hover{
    background-color: #f1f1f1;
    color: #194abb;
}



.hero-image{
    background-image: url('../assets/hero-images/dot-testing-hero-image.png');
    background-size: cover;
    background-position: center;
    height: 650px;
    overflow: hidden;
}

.hero-image img{
    width: 100%;
}

.hero-content{
    position: absolute;
    left: 6%;
    width: 40%;
    top: 25%;
}

.hero-content h1{
    margin-top: 16px;
    margin-bottom: 16px;
}

.hero-content p{
    margin-top: 16px;
    margin-bottom: 24px;
}

.training-learn{
    margin-top: 60px;
    margin-bottom: 60px
}

.training-learn-heading{
    margin-bottom: 24px;
}

.training-card{
    background-color: #F9FAFB;
    border: 1px solid #F1F1F1;
    border-radius: 16px;
    margin-top: 16px;
}

.training-card-blank{
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
}


.training-icon{
    margin-bottom: 24px;
}

.training-card-note{
    background-color: #F3F5FB;
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 16px;
}

.training-card-note-content{
    margin-left: 24px;
}





.tick-text {
    position: relative;
    padding-left: 24px; /* Space for the icon */
    line-height: 1.6;
}

.tick-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; /* Adjust this to align the icon vertically */
    width: 18px;
    height: 18px;
    background-image: url('../assets/icons/tick-text.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cross-red {
    position: relative;
    padding-left: 40px; /* Space for the icon */
    line-height: 1.6;
}

.cross-red::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; /* Adjust this to align the icon vertically */
    width: 28px;
    height: 28px;
    background-image: url('../assets/icons/cross-red.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dot-requirements{
    background-color: #F9FAFB;
    padding-top: 60px;
    padding-bottom: 60px;
}

.dot-requirements-content{
    margin-top: 40px;
}

.dot-requirements-card{
    background-color: white;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
}

.dot-requirements-icon{
    margin-bottom: 24px;
}

.dot-requirements-points{
    margin-top: 24px
}



.service-need{
    margin-top: 60px;
    margin-bottom: 60px;
}

.service-need-cards{
    margin-top: 40px;
}

.service-need-card{
    background-color: #F9FAFB;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
}

.service-need-icon{
    margin-bottom: 24px;
}



.welocity-benefits{
    background-color: #E9F0FF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.welocity-benefits-content{
    margin-top: 40px;
}

.welocity-benefits-points-content{
    margin-left: 24px;
}

.welocity-benefits-points .welocity-benefits-point:not(:last-child) {
  margin-bottom: 24px; /* Bottom margin to all except last */
}

.welocity-benefits-note{
    background-color: #D7E3FF;
    border-radius: 16px;
}

.welocity-benefits-image-container{
    /* background-color: #303030; */
    overflow: hidden;
    width: 680px;
    height: 790px;
    border-radius: 24px;
}





.join-section{
    background-image: linear-gradient(to right, #2562E9 , #1E41B0);
    padding-top: 120px;
    padding-bottom: 120px;
}

.join-section h2{
    color: white;
}

.join-section p{
    color: white;
}

.join-section p {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
}

.join-section-buttons{
    margin-top: 30px;
}


@media screen and (min-width: 1920px) {
    .hero-image {
        height: 750px; /* reduce height on large screens */
    }
}


@media (max-width: 767px) {

    .hero-image{
    background-image: url('../assets/hero-images/mobile/dot-testing-hero-image-mobile.png');
    background-size: cover;
    background-position: center;
    height: 800px;
    overflow: hidden;
  }

    .hero-content{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        left: 0%;
        top: 12%;
        text-align: center;
    }

    .welocity-benefits{
        padding-left: 10px;
        padding-right: 10px;
    }

    .welocity-benefits-image-container{
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden; /* Hides the top part of the image */
    position: relative;
    display: flex; /* Flexbox can help with proper alignment */
    justify-content: center; /* Centers the image horizontally */
    align-items: flex-end; /* Aligns the image to the bottom */
    }

    .welocity-benefits-image-container img{
        width: 100%; /* Ensures the image spans the full container width */
        height: auto; /* Maintains the aspect ratio */
        object-fit: cover; /* Makes sure the image covers the container area */
    }

    .join-section{
        padding-left: 20px;
        padding-right: 20px;
    }

}


 
