
.topHeroSection {
    width: 100%;
    padding: 60px 0;
    background: #eff2f9;
}
.topHeroContainer {
    width: 100%;
    display: flex;
}
.topHeroContent {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 0 0;
}
.topHeading {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    padding: 0 0 20px;
    margin: 0;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}
.subHeading {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin: 0;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}
.heroCtaInfo {
    display: flex;
    margin: 40px 0 20px;
    gap: 10px;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}
.topHeroImage {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.topGraphic {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 2px solid #eca20a;
    opacity: 0.5;
}
.topGraphic::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: #eca20a;
    opacity: 0.2;
}
.topGraphic::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 60px;
    border-top: 8px solid transparent;
    border-right: 16px solid #eca20a;
    border-bottom: 8px solid transparent;
    opacity: 0.25;
}
.bottomGraphic {
    content : '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 2px solid #eca20a;
    opacity: 0.5;
}
.bottomGraphic::after {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: #eca20a;
    opacity: 0.2;
}
.bottomGraphic::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 60px;
    border-top: 8px solid transparent;
    border-right: 16px solid #eca20a;
    border-bottom: 8px solid transparent;
    opacity: 0.25;
}
.cvHeroPerview {
    width: 80%;
}

.freeBtn {
    background-color: #eca20a;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    line-height: normal;
    border: 1px solid #eca20a;
}

.freeBtn:hover, .freeBtn:active {
    background-color: #dd9706 !important;
    color: #fff !important;
    text-decoration: none;
    border-color: #dd9706 !important;
    transform: translateY(-2px);
}

.btnOutline {
    background-color: #ffffff;
    border-radius: 4px;
    color: #eca20a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    line-height: normal;
    border: 1px solid #eca20a;
}

.btnOutline:hover, .btnOutline:active {
    background-color: #eca20a !important;
    color: #fff !important;
    text-decoration: none;
    border-color: #eca20a !important;
}
.noCard {
    font-size: 14px;
    color: #000;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}

.statsSection {
    padding: 60px 0;
    background: #0078d4;
    background: linear-gradient(125deg,rgba(115, 194, 255, 1) 0%, rgba(0, 120, 212, 1) 25%, rgba(0, 120, 212, 1) 100%);
}
.statsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.statInfo {
    width: calc(25% - 20px);
    text-align: center;
}
.statInfo h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}
.statInfo p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}

.cvFeatureSection {
    padding: 60px 0;
}
.cvFeatureHeading {
    text-align: center;
    margin: 0 0 50px;
}
.cvFeatureHeading h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 12px;
}
.cvFeatureHeading p {
    font-size: 18px;
    margin: 0;
}
.cvFeatureListInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.cvFeatureCard {
    width: calc(33.3% - 20px);
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
    
}
.cvFeatureCard:hover {
    transform: translateY(-5px);
    border-color: #0078d4;
    box-shadow: 0 4px 12px rgba(51, 51, 51, 0.2);
}
.cvFeatureCard .cvFeatureIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin: 0 0 15px;
    background: #0078d4;
    /*  background: radial-gradient(circle,rgba(82, 173, 242, 1) 20%, rgba(0, 120, 212, 1) 100%);
    background: linear-gradient(125deg,rgba(115, 194, 255, 1) 0%, rgba(0, 120, 212, 1) 25%, rgba(0, 120, 212, 1) 100%);*/
    background: linear-gradient(135deg, #0078d4, #1a8cff);
}
.cvFeatureCard h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}
.cvFeatureCard p {
    font-size: 16px;
    margin: 0;
}
.cvStepsSection {
    padding: 60px 0;
    /*background: #eff2f9;*/
    background: #dff1ff;
}
.cvStepsContainer {
    width: 100%;
    display: flex;
    gap: 30px;
}
.cvStepList {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stepNumberCircle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #0078d4;
    /*background: linear-gradient(135deg, #0078d4, #1a8cff);*/
    /* background: radial-gradient(circle,#37a8ff 20%, #0078d4 100%);*/
    /*background: radial-gradient(circle,#6dc0ff 20%, #0078d4 100%);*/
    background: radial-gradient(circle, #9ed5ff 20%, #4db2ff 100%);
    /* border: 1px solid #0078d4;*/
    border: 1px solid #26a1ff;
    margin: 0 0 30px;
    transition: all 0.3s ease;
}
.cvStepNumber {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    transition: all 0.3s ease;
}
.cvStepIcon {
    font-size: 30px;
    line-height: 1.2;
    transition: all 0.3s ease;
    display: none;
}
.cvStepList:hover .stepNumberCircle {
    border: 1px solid #0078d4;
    box-shadow: 0 0 20px #0078d4;
}
.cvStepList:hover .cvStepNumber {
    font-size: 48px;
    transform: translateY(-5px);
}
.stepNumberCircle:hover .cvStepIcon {
    font-size: 24px;
    transform: translateY(-5px);
}
.cvStepList h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px;
}
.cvStepList p {
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.aiTechSection {
    background: #fff;
    padding: 60px 0;
}
.aiTechContainer {
    width: 100%;
    display: flex;
    gap: 30px;
}
.aiTechList {
    width: calc(33.3% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e8f5ff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}
.aiTechList:hover {
    transform: translateY(-5px);
    border-color: #0078d4;
    box-shadow: 0 4px 12px rgba(0, 120, 212, 0.4);
}
.aiTechIcon {
    font-size: 44px;
    margin: 0 0 20px;
}
.aiTechList h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px;
}

.aiTechList p {
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.cvCtaSection {
    width: 100%;
    padding: 60px 0;
    background: #eff2f9;
    /*background: #0078d4;
    background: radial-gradient(circle,#6dc0ff 20%, #0078d4 100%);*/
}
.cvCtaContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cvCtaContainer h2 {
    font-size: 34px;
    font-weight: 600;
    color: #0d436c;
    text-align: center;
    margin: 0 0 15px;
}
.cvCtaContainer p {
    max-width: 600px;
    font-size: 18px;
    color: #0d436c;
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .topHeroContainer {
        flex-direction: column;
    }
    .topHeroContent {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .topHeading {
        font-size: 34px;
    }

    .subHeading {
        font-size: 22px;
    }

    .heroCtaInfo {
        justify-content: center;
        margin: 40px 0 20px;
        gap: 10px;
    }
    .topHeroImage {
        width: 100%;
        margin-top: 40px;
    }
    .statInfo h3 {
        font-size: 34px;
        margin: 0 0 10px;
    }
    .cvFeatureHeading h2 {
        font-size: 30px;
    }
    .cvCtaContainer h2 {
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .topHeroContainer {
        flex-direction: row;
    }

    .topHeroContent {
        text-align: left;
    }

    .heroCtaInfo {
        flex-direction: row;
        justify-content: flex-start;
    }

    .topHeroImage {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .topHeroSection {
        padding: 60px 10px;
    }
    .topHeroContainer {
        flex-direction: column;
    }
    .topHeroContent {
        width: 100%;
        text-align: center;
        padding: 0 5%;
    }
    .topHeading {
        font-size: 32px;
    }
    .subHeading {
        font-size: 18px;
    }
    .topHeroImage {
        width: 100%;
        margin-top: 40px;
    }
    .cvHeroPerview {
        width: 100%;
        padding: 0 5%;
    }
    .heroCtaInfo {
        flex-direction: column;
    }
    .statsSection {
        padding: 50px 10px;
    }
    .statsContainer {
        flex-direction: column;
    }
    .statInfo {
        width: 100%;
        margin: 10px 0;
    }
    .statInfo h3 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .statInfo p {
        font-size: 16px;
    }
    .cvFeatureSection {
        padding: 50px 10px;
    }
    .cvFeatureHeading h2 {
        font-size: 24px;
        padding: 0 5%;
    }
    .cvFeatureHeading p {
        font-size: 16px;
        padding: 0 5%;
    }
    .cvFeatureListInfo {
        flex-direction: column;
    }
    .cvFeatureCard {
        width: 100%;
        padding: 30px 20px;
        text-align: center;
    }
    .cvFeatureCard h3 {
        font-size: 18px;
    }
    .cvFeatureCard .cvFeatureIcon {
        font-size: 28px;
        margin: 0 auto 15px;
    }
    .cvStepsSection {
        padding: 50px 10px;
    }
    .cvStepsContainer {
        flex-direction: column;
    }
    .cvStepList {
        width: 100%;
        padding: 0 5%;
    }
    .cvStepList h3 {
        font-size: 18px;
    }
    .aiTechSection {
        padding: 50px 10px;
    }
    .aiTechContainer {
        flex-direction: column;
    }
    .aiTechList {
        width: 100%;
        padding: 30px 20px;
    }
    .aiTechIcon {
        font-size: 38px;
    }
    .aiTechList h3 {
        font-size: 18px;
    }
    .cvCtaSection {
        padding: 50px 10px;
    }
    .cvCtaContainer {
        padding: 0 5%;
    }
    .cvCtaContainer h2 {
        font-size: 24px;
    }
    .cvCtaContainer p {
        font-size: 16px;
    }
    .cvCtaContainer .btn {
        width: 100%;
    }
}
    /***  ***/
    /***  ***/
