
.main-page-area{
    background-color: #fff;
        max-width: 1920px;
    margin: auto;
}
.main-page-banner{
    background: url('../images/main-page-banner.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 790px;
}
.main-page-banner .banner-content-overlay{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
}
.main-page-banner .banner-content-overlay .content-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding-left: 170px;
}
.main-page-banner .banner-content-overlay .content-area .spray-clipcart{
    position: absolute;
    left: -100px;
    top: -100px;
    width: 100%;
    height: auto;
    z-index: 1;
}
.main-page-banner .banner-content-overlay .content-area .banner-clipcart{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 280px;
    z-index: 1;
}
.main-page-banner .banner-content-overlay h1{
    text-align: left;
    line-height: 70px;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.main-page-banner .banner-content-overlay ul{
    padding: 0;
    margin-top: 24px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}
.main-page-banner .banner-content-overlay ul li{
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.main-page-banner .banner-content-overlay ul li img{
    height: 20px;
    margin-right: 8px;
    margin-top: 5px;
}

.main-page-banner .banner-content-overlay .get-started-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    border: 0;
    font-weight: 600;
    outline: none;
    margin-top: 20px;
    background-color: #F25022;
    color: #fff;
    border-radius: 8px;
}

.main-page-banner .banner-content-overlay .graphic-area img{
    height: 480px;
}
.overview-track-section{
    padding: 0 60px;
    margin-top: 90px;
}
.overview-track-section hr{
    margin: 50px 0;
    height: 1px;
    background-color: #A1A1A1;
}
.overview-track-section .section-row{
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: #000;
    background-color: #fff;
}
.overview-track-section .section-row .left-side{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 438px;
}
.overview-track-section .section-row span{
    color: #4E565C;
    margin-bottom: 8px;
    font-size: 20px;
}
.overview-track-section .section-row h2{
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    font-weight: bold;
}
.overview-track-section .section-row p{
    margin: 0;
    font-size: 24px;
    width: 750px;
    line-height: 30px;
    text-align: left;
}

.effortlessly-manage-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 680px;
    background-color: #D7F2FF;
    padding: 0 60px;
    margin-top: 90px;
}
.effortlessly-manage-section .content-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 530px;
}
.effortlessly-manage-section .content-area h2{
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    color: #121212;
}
.effortlessly-manage-section .content-area p{
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}

.effortlessly-manage-section .graphic-area img{
    height: 480px;
}

.how-revalbiz-works{
    margin-top: 90px;
}
.how-revalbiz-works .section-row{
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    color: #000;
    background-color: #fff;
}
.how-revalbiz-works .section-row .left-side{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 560px;
}
.how-revalbiz-works .section-row span{
    color: #4B4B4B;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
.how-revalbiz-works .section-row h2{
    text-align: left;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #12141D;
}

.link-to-features-page.text-decoration {
    text-decoration: none;
}

.how-revalbiz-works .section-row .get-started-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 150px;
    height: 50px;
    border: 0;
    font-weight: 600;
    outline: none;
    margin-top: 20px;
    background-color: #F25022;
    color: #fff;
    border-radius: 8px;
}


.how-works-slider{
    margin-top: 50px;
    padding-left: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
    gap: 30px;
    scrollbar-width: none;
}
.how-works-slider .how-works-card{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #12141D;
}

.how-works-slider .how-works-card img{
    height: 360px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.how-works-slider .how-works-card h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: left;
}

.how-works-slider .how-works-card p{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}


.powerful-features-section{
    background-color: #F3FFF6;
    padding: 60px;
    margin-top: 70px;
}
.powerful-features-section h2{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 70px;
    color: #000;
}
.powerful-features-section .features-cards-area{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 60px;
}

.powerful-features-section .features-cards-area .features-cards{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #12141D;
    /* width: 320px; */
}
.powerful-features-section .features-cards-area .features-cards img{
    height: 56px;
    margin-bottom: 20px;
}
.powerful-features-section .features-cards-area .features-cards h3{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 16px;
}
.powerful-features-section .features-cards-area .features-cards p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}
.powerful-features-section .get-started-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: fit-content;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    font-weight: 600;
    outline: none;
    margin-top: 40px;
    background-color: #F25022;
    color: #fff;
    border-radius: 8px;
}

.smart-automation-features {
    padding-top: 40px;
    width: 1060px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.smart-automation-features .section-label{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #1DA6D9;
    font-weight: 600;
}

.smart-automation-features .section-title{
    font-size: 48px;
    line-height: 54px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.smart-automation-features .section-description{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-align: center;
    width: 720px;
}
.smart-automation-features .automation-features-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: fit-content;
    gap: 38px;
    margin-top: 50px;
}
.smart-automation-features .automation-features-area .card-common-styles{
    border-radius: 24px;
    height: 465px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}
.smart-automation-features .automation-features-area .features-card-1{
    width: 620px;
    background: linear-gradient(45deg, #373C74 20%, #4F537E 50%, #373C74 100%);
}
.smart-automation-features .automation-features-area .features-card-2{
    width: 400px;
    background: linear-gradient(45deg, #1DA6D9 0%, rgba(0,80,109,0.8) 100%);
}
.smart-automation-features .automation-features-area .features-card-3{
    width: 400px;
    background: linear-gradient(45deg, #C7F2AB 0%, #537903 100%);
}
.smart-automation-features .automation-features-area .features-card-4{
    width: 620px;
    background: #D35B39;
    padding: 0;
}
.smart-automation-features .automation-features-area .features-card-1 .features-card-icon{
    width: 360px;
}
.smart-automation-features .automation-features-area .features-card-2 .features-card-icon{
    width: 335px;
}
.smart-automation-features .automation-features-area .features-card-3 .features-card-icon{
    width: 280px;
}
.smart-automation-features .automation-features-area .features-card-4 .features-card-icon{
    width: 100%;
}
.smart-automation-features .automation-features-area .features-card-4 .feature-card-content{
    padding: 40px 40px 0 40px;
}

.smart-automation-features .automation-features-area .feature-card-content{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    color: #fff;
}
.smart-automation-features .automation-features-area .feature-card-content h2{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.smart-automation-features .automation-features-area .feature-card-content p{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}


.core-feature-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px;
    background-color: #F3FFF6;
    margin-top: 70px
}

.core-feature-section h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.core-feature-section .core-feature-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}
.core-feature-section .core-feature-area .feature-card{
    display: flex;
    flex-direction: column;
    color: #000;
    width: 580px;
}
.core-feature-section .core-feature-area .feature-card img{
    width: 100%;
    margin-bottom: 35px;
}
.core-feature-section .core-feature-area .feature-card h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
}
.core-feature-section .core-feature-area .feature-card p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.reinvent-with-container{
    margin-top: 70px;
    padding: 0 60px;
}
.reinvent-with-container h2{
    width: 100%;
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.reinvent-with-container .reinvent-card-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}
.reinvent-with-container .reinvent-card-grid .card-common-styles{
    padding: 30px;
    border-radius: 8px;
    color: #000;
}
.reinvent-with-container .reinvent-card-grid .card-common-styles .top-line{
    width: 200px;
    height: 10px;
    margin-bottom: 18px;
}
.reinvent-with-container .reinvent-card-grid .first-card{
    grid-column: 1 / -1;
    background-color: #E3E8FF;
}

.reinvent-with-container .reinvent-card-grid .first-card .top-line{
    background-color: #4466FF;
}

.reinvent-with-container .reinvent-card-grid .first-card .bottom-area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.reinvent-with-container .reinvent-card-grid .first-card .bottom-area h3{
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.reinvent-with-container .reinvent-card-grid .first-card .bottom-area p{
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    margin-bottom: 0;
}
.reinvent-with-container .reinvent-card-grid .first-card .bottom-area h4{
    width: 515px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}


.reinvent-with-container .reinvent-card-grid .second-third-card{
    background-color: #D7F2FF;
}
.reinvent-with-container .reinvent-card-grid .second-third-card .top-line{
    background-color: #18B4FF;
}
.reinvent-with-container .reinvent-card-grid .second-third-card h3{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}
.reinvent-with-container .reinvent-card-grid .second-third-card p{
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
}
.reinvent-with-container .reinvent-card-grid .fifth-six-card{
    background-color: #FFDCD2;
}
.reinvent-with-container .reinvent-card-grid .fifth-six-card .top-line{
    background-color: #FF5B2D;
}
.reinvent-with-container .reinvent-card-grid .fifth-six-card h3{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}
.reinvent-with-container .reinvent-card-grid .fifth-six-card p{
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
}

.powering-future-section{
    padding: 60px;
    margin-top: 70px;
    background-color: #D7F2FF;
}
.powering-future-section h2{
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #121212;
}
.powering-future-section .content-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 40px;
}
.powering-future-section .content-grid .img-area{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.powering-future-section .content-grid .img-area img{
    height: 400px;
    border-radius: 12px;
}

.powering-future-section .content-grid .content-area-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.powering-future-section .content-grid .content-area{
    width: 440px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: fit-content;
}
.powering-future-section .content-grid .content-area .badge-patch{
    height: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    /* text-transform: uppercase; */
    font-size: 14px;
    margin-bottom: 16px;
    background-color: #FFF44F;
    font-weight: 600;
    border-radius: 30px;
}

.powering-future-section .content-grid .content-area h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    margin-bottom: 16px;
}

.powering-future-section .content-grid .content-area p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.powering-future-section .bottom-card-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
.powering-future-section .bottom-card-grid .below-card{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    width: 365px;
    height: 136px;
    transition: all .4s ease-in;
}
.powering-future-section .bottom-card-grid .below-card img{
    height: 88px;
    width: 88px;
    margin-right: 30px;
}
.powering-future-section .bottom-card-grid .below-card p{
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
}
.powering-future-section .bottom-card-grid .below-card:hover {
    background-color: #000;
}
.powering-future-section .bottom-card-grid .below-card:hover p{
    color: #fff;
}

.carousal-btn-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    height: fit-content;
    z-index: 1;
    width: 100%;
    padding: 0 30px;
}
.carousal-btn-area .carousal-btn{
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: fit-content;
    height: fit-content;
}
.carousal-btn-area .carousal-btn img{
    height: 46px;
    width: 46px;
}
.how-revalbiz-works .carousal-btn-area{
    bottom: 280px;
}
.slick-prev{
    background-image: url('../images/carousal-left-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: 0;
    background-color: transparent;
    color: transparent;
    height: 46px;
    width: 46px;
    border-radius: 100%;
}
.slick-next{
    background-image: url('../images/carousal-right-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: 0;
    background-color: transparent;
    color: transparent;
    height: 46px;
    width: 46px;
    border-radius: 100%;
}
.how-revalbiz-works .slick-prev{
    position: absolute;
    left: 40px;
    bottom: 260px;
    z-index: 1;
}
.how-revalbiz-works .slick-next{
    position: absolute;
    right: 40px;
    bottom: 260px;
    z-index: 1;
}
.how-revalbiz-works .slick-track{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100% !important;
    gap: 35px;
}

.call-to-action-area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 350px;
    background-color: #F3FFF6;
    padding: 20px;
    max-width: 1920px;
    margin: auto;
    margin-top: 0;
}
.call-to-action-area h2{
    font-size: 28px;
    line-height: 38px;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
}
.call-to-action-area p{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.call-to-action-area .call-to-action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    min-width: 150px;
    padding: 0 20px;
    height: 50px;
    border: 0;
    font-weight: 600;
    outline: none;
    margin-top: 0;
    background-color: #F25022;
    color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden; /* clip the shine */
}

.call-to-action-area .call-to-action-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shineMove 1.5s linear infinite;
    pointer-events: none;
}



@keyframes shineMove {
    from {
        left: -75%;
    }
    to {
        left: 125%;
    }
}

@media (max-width : 1400px){
    .main-page-banner{
        height: 660px;
    }
    .main-page-banner .banner-content-overlay .content-area .banner-clipcart{
        height: 210px;
    }
    .main-page-banner .banner-content-overlay .graphic-area img{
        height: 420px;
    }
    .main-page-banner .banner-content-overlay h1 {
        line-height: 50px;
        font-size: 48px;
    }
    .main-page-banner .banner-content-overlay .content-area{
        padding-left: 110px;
    }
    .effortlessly-manage-section .graphic-area img{
        height: 420px;
    }
    .how-works-slider .how-works-card img{
        height: 310px;
    }
}

@media (max-width : 1300px){
    .main-page-banner .banner-content-overlay h1{
        font-size: 40px;
        line-height: 42px;
    }
    .main-page-banner .banner-content-overlay .content-area{
        padding-left: 90px;
    }
    .main-page-banner .banner-content-overlay .content-area .banner-clipcart{
        height: 200px;
    }
    .effortlessly-manage-section .graphic-area img{
        height: 350px;
    }
    .core-feature-section .core-feature-area .feature-card{
        width: 400px;
    }
}

@media (max-width : 1200px){
    .main-page-banner .banner-content-overlay .graphic-area img{
        height: 320px;
    }
    .main-page-banner .banner-content-overlay .content-area .banner-clipcart{
        height: 190px;
    }
    .overview-track-section .section-row h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .overview-track-section .section-row p{
    font-size: 20px;
    line-height: 26px;
 }
 .effortlessly-manage-section .graphic-area img{
    height: 310px;
 }
 .reinvent-with-container .reinvent-card-grid .first-card .bottom-area h3{
    font-size: 24px;
 }
 .reinvent-with-container .reinvent-card-grid .first-card .bottom-area h4{
    font-size: 24px;
 }
 .reinvent-with-container .reinvent-card-grid .second-third-card h3{
    font-size: 20px;
 }
 .reinvent-with-container .reinvent-card-grid .second-third-card p{
    font-size: 18px;
 }
 .reinvent-with-container .reinvent-card-grid .fifth-six-card h3{
    font-size: 20px;
 }
 .reinvent-with-container .reinvent-card-grid .fifth-six-card p{
    font-size: 18px;
 }
 .powering-future-section .content-grid .img-area img{
    height: 310px;
 }
}

@media (max-width : 1100px){
    .main-page-banner .banner-content-overlay .content-area{
        padding-left: 140px;
    }
    .main-page-banner .banner-content-overlay{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .main-page-banner .banner-content-overlay .content-area{
        width: 100%;
    }
    .main-page-banner{
        height: max-content;
        padding-top: 125px;
    }
    .overview-track-section{
        padding: 0 20px;
    }
    .effortlessly-manage-section{
        padding: 20px;
        height: max-content;
        margin-top: 40px;
    }
    .how-revalbiz-works .section-row{
        padding: 20px;
    }
    .how-revalbiz-works{
        margin-top: 40px;
    }
    .how-works-slider{
        padding-left: 20px;
        margin-top: 40px;
    }
    .powerful-features-section{
        padding: 20px;
        margin-top: 40px;
    }
    .powerful-features-section h2{
        margin-bottom: 40px;
    }
    .powerful-features-section .features-cards-area{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .smart-automation-features{
        width: 700px;
        padding: 20px;
    }
    .smart-automation-features .section-title{
        font-size: 40px;
        line-height: 44px;
    }
    .smart-automation-features .automation-features-area{
        gap: 20px;
    }
    .smart-automation-features .automation-features-area .features-card-1{
        width: 100%;
    }
    .smart-automation-features .automation-features-area .features-card-2{
        width: 100%;
    }
    .smart-automation-features .automation-features-area .features-card-3{
        width: 100%;
    }
    .smart-automation-features .automation-features-area .features-card-4{
        width: 100%;
    }
    .smart-automation-features .automation-features-area .card-common-styles{
        height: max-content;
        padding: 20px;
    }
    .smart-automation-features .automation-features-area .features-card-4{
        padding: 0;
    }
    .smart-automation-features .automation-features-area .feature-card-content{
        margin-top: 16px;
    }
    .smart-automation-features .automation-features-area .features-card-2 .features-card-icon{
        width: 100%;
    }
    .reinvent-with-container .reinvent-card-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .powering-future-section{
        padding: 20px;
        margin-top: 40px;
    }
    .core-feature-section{
        padding: 20px;
    }
    .reinvent-with-container{
        padding: 0 20px;
    }
    .powering-future-section .content-grid .img-area{
        justify-content: center;
    }
    .powering-future-section .content-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .powering-future-section .content-grid .content-area{
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }
    .powering-future-section .content-grid .content-area h3{
        text-align: center;
    }
    .powering-future-section .content-grid .content-area p{
        text-align: center;
    }
    .powering-future-section h2{
        text-align: center;
        margin-bottom: 20px;
    }
    .powering-future-section .bottom-card-grid .below-card{
        height: 100px;
    }
    .powering-future-section .bottom-card-grid .below-card img{
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .powering-future-section .bottom-card-grid .below-card p{
        font-size: 16px;
        line-height: 24px;
    }
    .core-feature-section .core-feature-area .feature-card{
        width: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width : 800px){
    .hide-in-mobile{
        display: none;
    }
    .main-page-banner{
        padding-top: 100px;
    }
    .main-page-banner .banner-content-overlay .content-area{
        padding-left: 80px;
        padding-right: 20px;
    }
    .main-page-banner .banner-content-overlay h1{
        font-size: 24px;
        line-height: 30px;
    }
    .main-page-banner .banner-content-overlay ul{
        margin-top: 10px;
    }
    .main-page-banner .banner-content-overlay ul li span{
        font-size: 14px;
    }
    .main-page-banner .banner-content-overlay .get-started-btn{
        margin-top: 0;
        font-size: 16px;
    }
    .powerful-features-section .get-started-btn{
        margin-top: 0;
        font-size: 16px;
    }
    .main-page-banner .banner-content-overlay .content-area .banner-clipcart{
        width: 54px;
        height: 170px;
    }
    .main-page-banner .banner-content-overlay .graphic-area img{
        width: 100%;
        height: auto;
    }
    .overview-track-section .section-row .left-side{
        width: 100%;
    }
    .overview-track-section .section-row{
        flex-direction: column;
    }
    .overview-track-section .section-row p{
        width: 100%;
    }
    .overview-track-section hr{
        margin: 30px 0;
    }
    .overview-track-section .section-row h2{
        margin-bottom: 8px;
    }
    .effortlessly-manage-section{
        flex-direction: column;
    }
    .effortlessly-manage-section{
        padding: 40px 20px;
    }
.effortlessly-manage-section .content-area{
    width: 100%;
}
.effortlessly-manage-section .content-area h2{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 22px;
}
.effortlessly-manage-section .graphic-area img{
    width: 100%;
    margin-top: 24px;
    height: auto;
}
.how-revalbiz-works{
    margin-top: 20px;
}
.how-revalbiz-works .section-row h2{
    line-height: 42px;
    font-size: 32px;
    width: 100%;
}
.how-revalbiz-works .section-row .left-side{
    width: 100%;
}
.how-revalbiz-works .section-row{
    flex-direction: column;
}
.how-works-slider{
    margin-top: 0;
    align-items: flex-start;
    padding-right: 20px;
}
.how-works-slider .how-works-card{
    width: 100%;
    flex-shrink: 0;
}
.how-works-slider .how-works-card img{
    width: 100%;
    height: auto;
}
.powerful-features-section{
    margin-top: 20px;
    padding: 30px 0;
}
.powerful-features-section h2{
    font-size: 24px;
    padding: 0 30px;
}
.powerful-features-section .features-cards-area{
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
}
.powerful-features-section .features-cards-area .features-cards{
    width: 300px;
    flex-shrink: 0;
}
.powerful-features-section .features-cards-area .features-cards h3{
    font-size: 20px;
}
.powerful-features-section .features-cards-area .features-cards img{
    margin-bottom: 30px;
}
.smart-automation-features{
    width: 100%;
}
.smart-automation-features{
    padding: 40px 20px;
}
.smart-automation-features .automation-features-area .feature-card-content h2{
    font-size: 20px;
}
.smart-automation-features .automation-features-area .feature-card-content p{
    font-size: 16px;
    line-height: 24px;
}
.smart-automation-features .section-title{
    font-size: 24px;
    line-height: 30px;
}
.smart-automation-features .section-description{
    width: 100%;
    font-size: 16px;
}
.smart-automation-features .automation-features-area{
    padding: 0;
    margin-top: 30px;
}
.smart-automation-features .automation-features-area .features-card-1 .features-card-icon{
    width: 100%;
}
.smart-automation-features .automation-features-area .features-card-3 .features-card-icon{
    width: 100%;
}
.core-feature-section{
    padding: 40px 20px;
}
.core-feature-section h2{
    font-size: 24px;
    line-height: 30px;
}
.core-feature-section .core-feature-area{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.core-feature-section .core-feature-area .feature-card{
    width: 100%;
    margin-bottom: 0;
}
.core-feature-section .core-feature-area .feature-card p{
    margin-bottom: 0;
}
.core-feature-section .core-feature-area .feature-card img{
    margin-bottom: 24px;
}
.reinvent-with-container{
    margin-top: 40px;
}
.reinvent-with-container h2{
    font-size: 24px;
}
.reinvent-with-container .reinvent-card-grid .card-common-styles{
    padding: 24px;
}
.reinvent-with-container .reinvent-card-grid .first-card .bottom-area h4{
    width: 100%;
}
.reinvent-with-container .reinvent-card-grid .first-card .bottom-area{
    flex-direction: column;
}
.reinvent-with-container .reinvent-card-grid .first-card .bottom-area h3{
    font-size: 18px;
    text-align: left;
}
.reinvent-with-container .reinvent-card-grid .first-card .bottom-area h4{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.reinvent-with-container .reinvent-card-grid .second-third-card h3{
    font-size: 18px;
}
.reinvent-with-container .reinvent-card-grid .second-third-card p{
    font-size: 16px;
}
.reinvent-with-container .reinvent-card-grid .fifth-six-card h3{
    font-size: 18px;
}
.reinvent-with-container .reinvent-card-grid .fifth-six-card p{
    font-size: 16px;
}
.powering-future-section h2{
    font-size: 24px;
    line-height: 30px;
}
.powering-future-section .content-grid .img-area img{
    width: 100%;
    height: auto;
}
.powering-future-section .content-grid .content-area{
    align-items: flex-start;
}
.powering-future-section .content-grid .content-area h3{
    text-align: left;
}
.powering-future-section .content-grid .content-area p{
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.powering-future-section .bottom-card-grid{
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
}
.powering-future-section .bottom-card-grid .below-card{
    flex-shrink: 0;
    width: 100%;
    height: 136px;
}
.powering-future-section .bottom-card-grid .below-card img{
    width: 88px;
    height: 88px;
    margin-right: 24px;
}
.powering-future-section .bottom-card-grid .below-card p{
    font-size: 18px;
    line-height: 26px;
}

.how-revalbiz-works .slick-prev{
    left: 0;
}
.how-revalbiz-works .slick-next{
    right: 0;
}
.bottom-card-grid .slick-track{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100% !important;
}
.bottom-card-grid .slick-prev{
    left: 0;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}
.bottom-card-grid .slick-next{
    right: 0;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}
.call-to-action-area h2{
    font-size: 22px;
}
.call-to-action-area p{
    font-size: 18px;
}

.call-to-action-area .call-to-action-btn {
    font-size: 16px;
}
}