.headerInfo {
    position: relative;
    padding-top: 64px;
}

.headerRow {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    height: 64px;
    padding: 0;
    margin: 0;
    background: rgb(255 255 255);
    box-shadow: 0 0 2px 0 rgb(121 121 121 / 50%);
}

.stepBox {
    margin: 0 0 20px;
}

.resumeImage {
    margin-top: 20px;
}

.navBar {
    padding-top: 13px;
}

    .navBar li {
        float: left;
        list-style-type: none;
    }

.logo {
    cursor: pointer;
    display: inline-block;
    padding: 2px 0 2px;
    overflow: hidden;
}

.logo svg {
    height: 60px;
}

.topHeading {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 0 20px;
    margin: 0;
}

.resumeText {
    color: #ECA20A;
}

.subHeading {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

.freeSign {
    color: #eca20a;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 0 20px;
    line-height: normal;
}

.buildInfo {
    margin: 20px 0 0 0;
    padding: 0;
}

.numberInfo {
    padding: 54px 0 60px;
    background: #FFF;
}

.numHead {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
}

.numText {
    color: #222;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.resumeInfo {
    background: #0078d4; /* fallback for old browsers */
    background: -moz-linear-gradient(to right, #0078d4, #0078d4, #69a5e2); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, #0078d4, #0078d4, #69a5e2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0078d4, #0078d4, #69a5e2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 60px 0;
}

.resumeHead {
    color: #fff;
    font-family: 'Lato';
    font-size: 42px;
    line-height: 1.3;
    padding: 5px 0 7px;
    position: relative;
}

.resumeList {
    margin: 0;
    padding: 40px 0 10px;
}

    .resumeList li {
        color: #eff2f9;
        font-size: 18px;
        line-height: 20px;
        list-style-type: none;
        padding-bottom: 30px;
    }

.resumeListHead {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}


.resumeImage img {
    width: 100%;
}

.reviewInfo {
    background: #fff;
    color: #fff;
    padding: 60px 0 55px;
}

.reviewData {
    border-bottom: 2px solid #5a7ec5;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

.dreamJobInfo {
    background: #fff;
    border-bottom: 2px solid #ccc;    
    border-top: 2px solid #ccc;
}

.dreamHeading {    
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 20px;
}

.jobContainer {
    display: flex;
    flex-direction: row;   
    overflow:hidden;
    overscroll-behavior-x:auto;
    width: 100%;
    padding: 10px 0;
    justify-content:center;
}

.jobUserInfo {    
    width: 90px;
    margin: 0 5px 5px;
}

.jobUserInfo img {
   width: 90%;   
}

.footerDisclaimer {
    font-size: 12px;
    padding-left: 5px;
    background: #eff2f9;
}

.testimonialDataInfo {
    float: left;
    min-height: 218px;
    padding: 50px 0 0 40px;
    position: relative;
    text-align: left;
    width: 100%;
}

.testimonialName {
    text-align: right;
    margin-top: 5px;
}

.tipsListHead {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
}

.tipsListText {
    color: #fff;
    font-size: 18px;
}

.tipsLine {
    margin-bottom: 25px;
    min-height: 145px;
    padding-bottom: 25px;
    position: relative;
}

    .tipsLine::after {
        background: #fff;
        bottom: 0;
        content: '';
        height: 1px;
        left: 15%;
        position: absolute;
        width: 70%;
    }

.tipsBottomLine {
    margin-bottom: 0;
    min-height: 145px;
    padding-bottom: 0;
    position: relative;
}

    .tipsBottomLine::after {
        background: #fff;
        bottom: 0;
        content: '';
        height: 0;
        left: 15%;
        position: absolute;
        width: 70%;
    }

.quoteInfo {
    left: 10px;
    position: absolute;
    top: 30px;
}

.reviewText {
    color: #222;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 10px;
}

.stepHead {
    color: #222;
    font-family: 'Lato';
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 50px;
    position: relative;
}

.stepBox {
    border-radius: 4px;
    padding: 15px 20px;
    border: 1px solid #0078d4;
}

.stepListHead {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.stepListText {
    color: #222;
    font-size: 16px;
}

.faq-section {
    padding: 50px 0;
    text-align: center;
    background: #fdfcff;
}
.faqContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.featureHeading {
    font-family: lato;
    font-size: 42px;
    color: #222;
    line-height: 1.3;
    margin-bottom: 40px;
}

.faqAccordion {
    width: 100%;
}
.faqAccordion .card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px !important;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.faqAccordion .card-header {
    padding: 0 6px 0 15px;
    background: #fff;
    border-radius: 6px;
}

.faqHead {
    width: 100%;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-align: left;
    white-space: normal;
    padding: 14px 24px 14px 0;
    position: relative;
}
.faqHead:hover {
    color: #222;
    text-decoration: none;
}
.faqHead:focus, .faqHead:active:focus {
    color: #222;
    outline: none;
    text-decoration: none;
}
.faqHead::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    padding: 4px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(225deg) translate(10px, -3px);
}
.faqHead.collapsed::after {
    transform: rotate(45deg) translate(-12px, 0);
}

.faqAccordion .card-body {
    width: 100%;
    font-size: 14px;
    color: #222;
    line-height: 1.6;
    padding: 10px 20px 20px;
    text-align: left;
}


.dreamInfo {
    background: #eff2f9;
    padding: 50px 0;
}

.dreamText {
    color: #222;
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 15% 40px;
}

.login {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 30px;
    padding: 10px 10px;
}

    .login:hover {
        background: #eca20a;
        border: 1px solid #eca20a;
        border-radius: 4px;
        color: #fff;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 1.5rem;
        transition: background .2s ease-in;
    }

.signBtn {
    background: #eca20a;
    border: 1px solid #eca20a;
    border-radius: 4px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 2rem;
    transition: background .2s ease-in;
}

    .signBtn:hover {
        background: #eca20a;
        border: 1px solid #eca20a;
        color: #fff;
    }

.buildBtn {
    background: #eca20a;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    line-height: normal;
}

    .buildBtn:hover {
        background: #dd9706;
        color: #fff;
        text-decoration: none;
    }

.seeBtn {
    background: #eca20a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 12px 30px;
}

    .seeBtn:hover {
        background: #dd9706;
        text-decoration: none;
    }

.powerFullResumeInfo {
    padding: 50px 0;
    background: #eff2f9;
}

.dreamJobSectionInfo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.dreamJobFasterInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-right: 40px;
}

.dreamJobImageInfo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageBackInfo {
    border: 6px solid #fff;
    float: left;    
    width: 100%;
    margin: 10px 0 40px;
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

    .imageBackInfo:before {
        content: "";
        height: 100%;
        width: 100%;
        background: #eff4de;
        border: 6px solid #fff;
        position: absolute;
        z-index: -1;
        top: 4px;
        left: -10px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        transform: rotate(-10deg);
    }

    .imageBackInfo:after {
        content: "";
        height: 101%;
        width: 101%;
        background: #768590;
        border: 6px solid #fff;
        position: absolute;
        z-index: -1;
        top: -2px;
        left: -8px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        transform: rotate(-5deg);
    }

.dreamImageInfo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imageBackInfo img {
    width: 100%;
}
.dreamImage {
    height: 720px;
}
.trustImage {
    height: 80px;
}
.buildImage {
    height: 700px;
}

.d-none {
    display: none;
}
.powerFeatureSection {
    background: #f9fdff;
    padding: 52px 0;
}
.powerFeatureTitle {
    font-size: 34px;
    color: #222;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}
.powerFeatureDetails {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding: 0 10%;
}
.powerFeatureData {
    display: flex;
    padding: 60px 0 0px;
    justify-content: center;
}
.featureItemData {
    display: flex;
    gap: 42px 42px;
}
.featureItem {
    margin-bottom: 35px;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(51, 51, 51, 0.2)
}
.stepMinHeight {
   min-height: 225px;
}
.powerFeatureHeadingRow {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.powerFeatureIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #0078d4;
    border-radius: 50px;
    margin-right: 12px;
}
.powerFeatureIcon svg {
    display: flex;
    width: 28px;
    height: 28px;
}

.powerFeatureHeading {
    display: flex;
    flex: 1;
    justify-content:center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.aiToolItem .featureItemText {
    text-align: left;
    min-height: 76px;
}
.aiToolHeading {
    justify-content: flex-start;
    text-align: left;
}
.featureItemText {
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    text-align: center;
}
.powerFeatureButton {
    display: flex;
    justify-content: center;
    width:100%;
    margin: 35px 0 0;
}
.startNowBtn {
    background: #eca20a;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    line-height: normal;
}

.startNowBtn:hover {
    background: #dd9706;
    color: #fff;
    text-decoration: none;
}

.card .card-header button {
    text-decoration: none;
}

@keyframes loadingAnimation {
    0% {
        left: -45%;
    }

    100% {
        left: 100%;
    }
}
@keyframes gradient {
    form {
        left: 0;
    }
    to {
        left:100%;
    }
}

    @media (max-device-width: 480px) {
        .headerRow.row {
            padding: 0 6px;
        }
        .headerRow.row .col-lg-6 {
            flex: 1;
        }
        .headerRow.row .col-xs-5 {
            display: inline-flex;
            align-items: center;
            justify-content: flex-end;
        }
        .headerRow.row .navBar {
            padding-top: 6px;
        }
        .resumeImage {
            margin-top: 20px;
            padding: 20px;
        }

        .tipsBottomLine {
            margin-bottom: 25px;
            min-height: 145px;
            padding-bottom: 25px;
            position: relative;
        }

            .tipsBottomLine::after {
                background: #fff;
                bottom: 0;
                content: '';
                height: 1px;
                left: 15%;
                position: absolute;
                width: 70%;
            }

        .reviewInfo {
            padding: 60px 0 25px;
        }

        .reviewData {
            margin-bottom: 30px;
        }

        .footerCopyInfo {
            text-align: center;
        }

            .footerCopyInfo .text-end {
                padding-top: 10px;
                text-align: center !important;
            }
    }

    @media (min-width: 768px) {
        .logo {
            max-width: 100%;
        }

        .resumeImage {
            padding-left: 0;
        }

        .stepArrow {
            display: none;
        }

        .reviewInfo {
            padding: 60px 0 25px;
        }

        .reviewData {
            margin-bottom: 30px;
        }

        .dreamText {
            font-size: 32px;
            padding: 0 5% 30px;
        }

        .powerFullResumeInfo {
            padding: 20px 0 50px 0;
        }

        .dreamJobSectionInfo {
            flex-direction: column;
        }

        .dreamJobFasterInfo {
            width: 100%;
            padding-right: 0;
            text-align: center
        }

        .dreamJobImageInfo {
            width: 100%;
            padding-top: 20px;
        }
        .dreamImage {
            height: 900px;
        }

        .trustImage {
            height: 80px;
        }

        .buildImage {
            height: 930px;
        }
        .featureItemData {
            gap: 32px;
        }
       
    }

    @media (min-width: 992px) {
        
        .resumeImage {
            margin-top: 20px;
        }

        .stepBox {
            margin: 0 0 40px;
        }

        .stepArrow {
            display: none;
        }

        .reviewInfo {
            padding: 60px 0 25px;
        }

        .reviewData {
            margin-bottom: 30px;
        }

        .numText {
            margin-bottom: 0;
        }

        .dreamText {
            font-size: 32px;
            padding: 0 15% 30px;
        }

        .powerFullResumeInfo {
            padding: 40px 0 40px;
        }

        .dreamJobSectionInfo {
            flex-direction: row;
        }

        .dreamJobFasterInfo {
            width: 50%;
            padding-right: 40px;
            text-align: left;
        }

        .dreamJobImageInfo {
            width: 50%;
        }

        .featureHeading {
            font-size: 40px;
        }

        .faqHead {
            font-size: 18px;
        }
        
    }


    @media (min-width:768px) and (max-width: 1024px) {
        .stepMinHeight {
            min-height: auto;
        }

        .aiToolItem .featureItemText {
            min-height: auto;
        }
     }
    @media (max-width: 767px) {

        .headerInfo {
            background-position: top center;
        }

        .dreamJobInfo {
            padding: 15px 0;
        }

        .dreamHeading {
            font-size: 22px;
            font-weight: 600;
        }

        .jobUserInfo {
            margin: 0;
        }

        .dreamInfo {
            padding: 40px 0;
        }

        .dreamText {
            font-size: 28px;
            padding: 0 5% 30px;
        }

        .jobContainer {
            justify-content: flex-start;
            overflow: scroll;
        }

        .topHeading {
            font-size: 36px;
            margin: 0;
        }

        .subHeading {
            font-size: 20px;
            margin: 0;
        }

        .powerFullResumeInfo {
            padding: 20px 0;
        }

        .dreamJobSectionInfo {
            flex-direction: column;
        }

        .dreamJobFasterInfo {
            width: 100%;
            padding-right: 0;
            text-align: center
        }

        .dreamJobImageInfo {
            width: 100%;
            padding-top: 20px;
        }

        .imageBackInfo {
            height: 346px;
            width: 270px;
            margin: 20px 30px 40px;
        }

            .imageBackInfo:after {
                height: 102%;
                width: 102%;
            }

        .stepHead {
            font-size: 36px;
        }

        .stepBox {
            margin: 0 15px 24px;
        }

        .resumeHead {
            font-size: 36px;
        }

        .faq-section {
            padding: 40px 0;
        }

        .featureHeading {
            font-size: 36px;
            margin-bottom: 40px;
        }

        .faqAccordion {
            width: 100%;
        }

        .faqHead {
            font-size: 18px;
        }

        .faqAccordion .card-body {
            font-size: 14px;
            padding: 0 15px 15px;
        }

        .dreamImage {
            height: 330px;
        }

        .trustImage {
            height: 80px;
        }

        .buildImage {
            height: 390px;
        }

        .powerFeatureSection {
            padding: 42px 0;
        }

        .powerFeatureTitle {
            font-size: 28px;
            margin-bottom: 18px;
        }

        .powerFeatureDetails {
            font-size: 16px;
            padding: 0 10px;
        }

        .powerFeatureData {
            padding: 42px 0 0;
        }

        .featureItemData {
            flex-direction: column;
            gap: 42px;
            padding: 0 10px;
        }

        .featureItem {
            width: 100%;
        }

        .powerFeatureHeadingRow {
            margin-bottom: 12px;
        }

        .powerFeatureIcon {
            width: 42px;
            height: 42px;
            margin-right: 12px;
        }

            .powerFeatureIcon svg {
                width: 26px;
                height: 26px;
            }



        .powerFeatureHeading {
            font-size: 18px;
        }

        .featureItemText {
            font-size: 18px;
        }

        .powerFeatureButton {
            margin: 35px 0 0;
        }

        .startNowBtn {
            font-size: 16px;
            padding: 12px 45px;
        }
        .stepMinHeight {
            min-height: auto;
        }
        .aiToolItem .featureItemText {
            min-height: auto;
        }
    }
