.page-id-3104 .container{
    width: 96%;
    max-width: 1560px !important;
}

@media only screen and (min-width: 991px){
    .page-id-3104 .main-header:not(.sticky-header) .navbar .navbar-nav > .menu-item > a,
    .page-id-3104 .main-header:not(.sticky-header) .navbar .navbar-nav .dropdown::after{
        color: #fff !important;
    }
}

.rent-swift-banner{
    padding-top: 200px;
    background: url(../../../../uploads/2024/10/banner-bg.webp) no-repeat;
    background-size: 52%;
    background-position: bottom 10px right;
}

.rent-swift-banner .logo{
    margin-bottom: 100px;
}

.rent-swift-banner h1{
    color: var(--primary-color);
    font-weight: 500;
    font-size: 68px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.rent-swift-banner h1 .blue{
    color: #005ce7;
}

.shadow-1{
    box-shadow: 0 14px 64px rgba(0,0,0,0.19);
}

.button-box{
    display: inline-block;
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.button-box:hover{
    background: #1f1f1f;
    color: #fff;
}

.rent-swift-banner .button-box{
    width: 100%;
    max-width: 250px;
    padding: 18px 30px;
}

.rent-swift-banner .tech-icons{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 40px;
    margin: 50px auto;
}

.rent-swift-banner .tech-icons .icon{
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease-in-out;
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rent-swift-banner .tech-icons .icon:hover{
    background: #fff;
    box-shadow: 0 30px 30px rgba(1,49, 77, 0.05);
}

.rent-swift-banner .tech-icons .icon img{
    object-fit: contain;
    /* height: 100%; */
}

.rent-swift-banner .banner-mockup{
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.rent-swift-banner .banner-mockup img{
    width: 100%;   
}

.rent-swift-introduction{
    margin-top: -15px;
    position: relative;
    z-index: 0;
}

.rent-swift-introduction .image-box{
    width: calc(100% - 50px);
}
.rent-swift-introduction .row img{
    width: 100%;
}

.rent-swift-introduction .content{
    padding: 0 45px;
}

.rent-swift-main .primary-heading{
    font-size: 46px;
    color: #005ce7;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.rent-swift-main p{
    font-size: 22px;
    color: #282828;
    line-height: 1.4;
    font-weight: 400;
}

.rent-swift-statistics{
    padding: 50px 0;
    overflow: hidden;
}

.statistics-card{
    width: 100%;
    max-width: 465px;
    border: 2px solid #dbdbdb;
    border-radius: 16px;
    padding: 30px;
    background: #fff;
    box-shadow: 18px 0 35px rgba(0,0,0,0.08);
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: 7%;
}

.statistics-card p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 25px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-size: 18px;
}

.statistics-card p span{
    background: #eff9ff;
    color: #01aaf6;
    font-weight: 500;
}

.statistics-card .head {
    font-size: 24px;
}

.statistics-card .icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.statistics-card p.foot{
    column-gap: 15px;
}

.statistics-card .percentage{
    border-radius: 20px;
    padding: 6px 20px;
}

.statistics-card .value{
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    margin: 25px auto 20px;
}

.statistics-mockup{
    transform: translateX(100px);
}

.statistics-mockup img{
    border-right: 1px solid #dfdfdf;
    border-radius: 15px;
}

.rent-swift-process .image-box{
    border-radius: 16px;
    box-shadow: 19px 0 61px rgba(0,0,0,0.09);
}

.rent-swift-process .content{
    width: 100%;
    padding-left: 50px;
}

.rent-swift-process .items{
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.rent-swift-process .items .button-box{
    width: 100%;
    max-width: calc(100%/3 - 40px/3);
    padding: 15px;
}

.rent-swift-process .items .button-box.fw{
    max-width: 100%;
}

.registration-process{
    padding-top: 100px;
}

.registration-process .content{
    width: 100%;
    max-width: 700px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.registration-process ul {
    margin: 30px auto 0;
}
.registration-process ul li{
    font-size: 22px;
    color: #282828;
    line-height: 1.4;
    font-weight: 400;
    margin-left: 30px;
}

.registration-process ul li::marker{
    color: #005ce7;
}

.registration-process ul li:not(:last-child){
    margin-bottom: 7px;
}

.registration-process .absolute-box{
    position: relative;
}

.registration-process .mac{
    position: absolute;
    top: -50px;
    left: 0;
}

.registration-process .mockups{
    background: #1c76ff;
    padding: 100px 0;
}

.registration-process .mockups img{
    width: 100%;
    transform: scale(1.15);
}

.profession .content{
    width: 100%;
    max-width: 700px;
    padding-right: 50px;
    padding-top: 50px;
}

.profession .your-profession{
    margin-top: -130px;
    position: relative;
    z-index: 1;
    box-shadow: 37px 0 49px rgba(0,0,0,0.1);
    border-radius: 42px;
    overflow: hidden;
}

.profession .your-profession img{
    width: 100%;
}

.why-rent-swift .why-choose-us-carousel{
    padding: 70px 0 50px;
}

.why-rent-swift .feature{
    width: 100%;
    border-radius: 30px;
    padding: 20px 15px 30px;
    text-align: center;
    background: #fafafa;
    border: none;
}

.why-rent-swift strong{
    font-size: 22px;
    color: #272727 !important;
    line-height: 1.3;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}

.why-rent-swift .icon{
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.why-rent-swift .icon img{
    width: auto;
    transform: scale(0.9);
}

.why-rent-swift .feature:hover {
    background: #fff;
}

.why-rent-swift .feature:hover .icon img{
    /* filter: brightness(0) invert(1); */
}

.profession .mega-mockup img{
    width: 100%;
}

.book-a-demo-cta {
    padding-top: 100px;
}

.book-a-demo-cta .cta-wrapper{
    background: #1c76ff;
    border-radius: 75px 200px 75px 75px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.book-a-demo-cta .cta-wrapper .content{
    width: 100%;
    max-width: 50%;
    padding: 7% 50px 7% 70px;
}

.book-a-demo-cta .cta-wrapper .mockup{
    width: 100%;
    max-width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.book-a-demo-cta .cta-wrapper .mockup img{
    width: 100%;
}

.book-a-demo-cta .cta-wrapper strong{
    font-weight: 400;
    font-size: 34px;
    line-height: 1.5;
    display: block;
    margin-bottom: 60px;
}

.book-a-demo-cta .cta-wrapper a{
    display: inline-block;
    background: #fff;
    color: #1c76ff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 16px;
    padding: 23px 30px;
}

.more-case-studies{
    background: #080d10;
    color: #fff;
    padding-top: 275px;
    margin-top: -200px;
}

.case-studies-carousel .owl-dots{
    margin-top: 20px !important;
}

@media only screen and (max-width: 1650px){
    .rent-swift-banner {
        background-position: top right;
        padding-top: 175px;
    }
    .rent-swift-banner .logo{
        margin-bottom: 65px;
        max-width: 350px;
    }
    .rent-swift-banner h1 {
        font-size: 60px;
        margin-bottom: 40px;
    }
    .rent-swift-banner .tech-icons .icon{
        width: 100px;
        height: 100px;
    }
    .book-a-demo-cta .cta-wrapper .content {
        padding: 6% 50px 6% 70px;
    }
}

@media only screen and (max-width: 1400px){
    .rent-swift-main .primary-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .rent-swift-main p,
    .registration-process ul li {
        font-size: 18px;
        line-height: 1.6;
    }
    .rent-swift-banner .logo {
        margin-bottom: 50px;
        max-width: 300px;
    }
    .rent-swift-banner h1 {
        font-size: 50px;
        margin-bottom: 40px;
    }
    .rent-swift-banner .button-box {
        max-width: 220px;
        padding: 15px 20px;
    }
    .rent-swift-introduction .image-box{
        width: 100%;
    }
    .rent-swift-introduction .content{
        padding: 30px 20px 0 ;
    }
    .statistics-card {
        margin-right: 2%;
    }
    .statistics-mockup {
        transform: translateX(50px);
    }
    .book-a-demo-cta .cta-wrapper strong{
        font-size: 28px;
    }
    .book-a-demo-cta .cta-wrapper a {
        font-size: 18px;
        border-radius: 12px;
        padding: 18px 24px;
    }
    .more-case-studies {
        padding-top: 220px;
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1300px){
    .rent-swift-banner .tech-icons .icon {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .registration-process .mockups {
        padding: 65px 0;
    }
    .case-studies-wrapper .case-study-box{
        font-size: 32px;
    }
    .case-studies-wrapper .case-study-box span{
        top: 30px;
        left: 30px;
    }
    
}

@media only screen and (max-width: 1200px){
    .rent-swift-banner .logo {
        max-width: 250px;
        padding-left: 12px;
    }
    .rent-swift-banner h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .rent-swift-banner .button-box {
        max-width: 170px;
        padding: 13px 20px;
        font-size: 20px;
    }
    .rent-swift-process .items .button-box{
        font-size: 20px;
        padding: 13px 10px;
    }
    .rent-swift-banner .tech-icons{
        margin: 30px auto 50px;
        column-gap: 25px;
    }
    .statistics-mockup {
        transform: unset;
    }
    .registration-process .mac {
        top: 50px;
    }
    .book-a-demo-cta .cta-wrapper .content {
        padding: 4% 50px 4% 70px;
    }
}

@media only screen and (max-width: 991px){
    .rent-swift-banner{
        padding-top: 110px;
    }
    .rent-swift-introduction{
        margin-top: 0;
        padding-top: 50px;
    }
    .rent-swift-introduction .content{
        padding: 0 0 20px;
    }
    .rent-swift-main p,
    .registration-process ul li {
        font-size: 15px;
    }
    .statistics-card {
        padding: 20px;
        margin: 0 auto 30px;
    }
    .rent-swift-process .content{
        margin-bottom: 40px;
        padding-left: 0;
    }
    .registration-process .mockups img{
        transform: unset;
    }
    .profession .your-profession {
        margin-top: 0;
        border-radius: 20px;
        top: -100px;
    }
    .why-rent-swift .why-choose-us-carousel{
        padding: 30px 0;
    }
    .book-a-demo-cta .cta-wrapper {
        border-radius: 50px 200px 50px 50px;
    }
    .book-a-demo-cta .cta-wrapper .content {
        padding: 35px 20px 35px 40px;
        max-width: 70%;
    }
    .more-case-studies {
        padding-top: 135px;
        margin-top: -100px;
    }
    .case-studies-wrapper {
        column-gap: 20px;
        margin-top: 40px;
    }
    .case-studies-wrapper .case-study-box{
        width: calc(50% - 10px);
        font-size: 25px;
    }
    .case-studies-wrapper .case-study-box span br{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .rent-swift-banner{
        background: #fff;
    }
    .registration-process{
        padding-top: 50px;
    }
    .registration-process .mac{
        position: unset;
        top: unset;
        left: unset;
    }
    .registration-process .mockups{
        margin-top: -40%;
        padding-top: 50%;
    }
    .registration-process .content {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .profession .your-profession{
        top: unset;
        margin-top: 20px;
    }
    .book-a-demo-cta{
        padding-top: 50px;
    }
    .book-a-demo-cta .cta-wrapper{
        flex-wrap: wrap;
        border-radius: 50px;
        overflow: hidden;
    }
    .book-a-demo-cta .cta-wrapper .content{
        text-align: center;
        padding: 40px 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    .book-a-demo-cta .cta-wrapper .mockup{
        max-width: 100%;
        position: unset;
        bottom: unset;
        right: unset;
    }
    .book-a-demo-cta .cta-wrapper strong{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .case-studies-wrapper .case-study-box span {
        top: 18px;
        left: 18px;
    }
}

@media only screen and (max-width: 575px){
    .rent-swift-main .primary-heading {
        font-size: 30px;
    }
    .rent-swift-banner .logo {
        max-width: 228px;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .rent-swift-banner h1{
        font-size: 36px;
    }
    .rent-swift-banner .tech-icons{
        column-gap: 12px;
    }
    .rent-swift-banner .tech-icons .icon img{
        height: 100%;
    }
    .rent-swift-banner .tech-icons .icon{
        width: 70px;
        height: 70px;
    }
    .rent-swift-process .items{
        gap: 7px;
    }
    .rent-swift-process .items .button-box{
        font-size: 14px;
        border-radius: 10px;
        max-width: calc(100% / 3 - 14px / 3);
    }
    .profession .content{
        padding-right: 0;
    }
    .case-studies-wrapper {
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .case-studies-wrapper .case-study-box{
        width: 100%;
    }
    .case-studies-wrapper .case-study-box span br{
        display: block;
    }
}

@media only screen and (max-width: 425px){

}

@media only screen and (max-width: 370px){}