/*
Theme Name: ribog
Theme URI: https://ribog.com
Description: Your first child theme!
Author: John Doe
Author URI: https://ribog.com
Version: 1.0.0
Tags: ribog theme
Text Domain: ribog
*/

html, body{
    scroll-behavior: smooth;
}


/* -------------------------------- */
/* -------Services List Page------- */
/* -------------------------------- */


.section.service-magento.service-archive{
    background-color: #f7caca;
}
.section.service-magento.service-archive h1{    
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    margin: 0 0 25px 0;
    position: relative;
    background-repeat: no-repeat;
    background-image: url("../images/svg/icon7.svg");
    background-position: left bottom;
    text-shadow: 4px 4px #dbdbdc;
    display: inline-block;
    font-size: 90px;
    font-weight: 800;
    letter-spacing: 2;
    color: #b52e2b;
    padding-bottom: 40px;
}
.btn-arrow{
    display: inline-block;
    margin-top: 20px;
}
.btn-arrow a.button-main{
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-arrow a.button-main svg{
    padding-left: 5px;
}
.hero-logo{
    padding-top: 60px;
}
.hero-logo-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-top{
    width: 12.5%;
    padding: 10px;
}
.logo-top img{
    max-width: 100%;
}

/* Thrive section css Start */

.thrive-section{
    padding: 50px 0;
    border-bottom: 1px solid #C3C3C4;
}
.thrive-title{
    margin-bottom: 50px;
    text-align: center;
}
.thrive-title .section-heading{
    font-size: 45px;
    background-position: center bottom;
}
.thrive-title .section-heading::after{
    display: none;
}
.thrive-title .subheading-text{
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 0;
}
.thrive-box-list{
    overflow: hidden;
}
.thrive-box-list-inner{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.thrive-box{
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
    height: auto;
}
.thrive-box:nth-child(1),
.thrive-box:nth-child(2){
    margin-top: 0;
}
.thrive-box-inner{
    padding: 40px;
    border: 1px solid #C3C3C4;
    border-radius: 12px;
    background-color: #ffffff;
    height: 100%;
}
.thrive-box-img{
    margin-bottom: 64px;
}
.thrive-box-img img{
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.thrive-box-text h3{
    font-size: 32px;
    padding-bottom: 20px;
    text-transform: unset;
    margin: 0;
}
.thrive-box-text h3 a{
    color: #535353;
}
.thrive-box-text h3 a:hover, 
.thrive-box-text h3 a:focus{
    color: #b52e2b;
}
.thrive-readmore-btn{
    display: inline-block;
}
.thrive-readmore-btn a{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #b52e2b;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0 0 0 0 transparent;
    text-decoration: none;
}
.thrive-readmore-btn a:hover, 
.thrive-readmore-btn a:focus{
    box-shadow: inset 0 -2px 0 0 #b52e2b;
}
.thrive-readmore-btn a svg{
    margin-left: 6px;
}

/* Thrive section css End */

/* Services section css Start */

.services-section{
    background-color: #FAE8E8;
    border-bottom: 1px solid #C3C3C4;
}
.services-section-inner{
    display: flex;
}
.services-section-img{
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-section-right{
    width: 60%;
}
.services-section-right-inner{
    max-width: 730px;
    padding: 72px 24px 72px 96px;
}
.services-title{
    margin-bottom: 50px;
}
.services-title h2{
    font-size: 40px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    text-shadow: 4px 4px #dbdbdc;
}
.services-title p{
    margin-bottom: 0;
    padding-bottom: 15px;
}
.services-box{
    margin-bottom: 24px;
    display: flex;
    gap: 24px;
}
.services-box:last-child{
    margin-bottom: 0;
}
.services-box-icon{
    min-width: 48px;
}
.services-box-text h3{
    color: #535353;
    line-height: normal;
    margin: 0;
    padding-bottom: 20px;
}

/* Services section css End */

/* FAQ section css Start */

.faq{
    padding: 50px 0;
}
.faq-title{
    margin-bottom: 50px;
    text-align: center;
}
.faq-title .section-heading{
    font-size: 45px;
    background-position: center bottom;
}
.faq-title .section-heading::after{
    display: none;
}
.faq-title .subheading-text {
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 0;
}

/* FAQ section css End */

/* -------------------------------- */
/* -------Services List Page------- */
/* -------------------------------- */


/* -------------------------------- */
/* ------Services Single Page------ */
/* -------------------------------- */

/* Banner Section CSS Start */
.banner-service-single{
    justify-content: center !important;
    margin: 80px 0;
}
.service-single{
    text-align: center;
}
.service-single p{
    max-width: 800px;
    margin: 0 auto;
}
/* Banner Section CSS End */

/* Run Business Section CSS Start */

.run-business-title{
    margin-bottom: 50px;
    text-align: center;
}
.run-business-title .section-heading{
    font-size: 45px;
    background-position: center bottom;
}
.run-business-title .section-heading::after{
    display: none;
}
.run-business-title .subheading-text{
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 0;
}
.run-business-box{
    overflow: hidden;
    margin-bottom: 50px;
}
.run-business-box:last-child{
    margin-bottom: 0;
}
.run-business-box-inner{
    margin: 0 -32px;
    display: flex;
    align-items: center;
}
.run-business-img{
    padding: 0 32px;
    width: 52%;
}
.run-business-img img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.run-business-text{
    padding: 0 32px;
    width: 48%;
}
.run-business-box:nth-child(even) .run-business-box-inner{
    flex-direction: row-reverse;
}
.run-business-text h3{
    font-size: 28px;
    padding-bottom: 20px;
    margin: 0;
}
.run-business-text h3 a{
    color: #535353;
}
.run-business-text h3 a:hover,
.run-business-text h3 a:focus{
    color: #b52e2b;
}
.run-business-text ul{
    padding: 0;
    margin: 0 0 20px 0;
}
.run-business-text ul li{
    list-style: inside;
}

/* Run Business Section */

/* How It Works Section CSS Start */

.how-it-works{
    background-color: #F7D6D7;
}
.how-it-works-title{
    margin-bottom: 50px;
    text-align: center;
}
.how-it-works-title .section-heading{
    font-size: 45px;
    background-position: center bottom;
    color: #2a0004;
    text-shadow: 4px 4px #dbdbdc;
    max-width: 800px;
}
.how-it-works-title .section-heading::after{
    display: none;
}
.how-it-works-title .subheading-text{
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 0;
}
.how-works-list{
    overflow: hidden;
}
.how-works-list-inner{
    margin: 0 -15px;
    display: flex;
}
.how-works-box{
    padding: 0 15px;
    width: 33.33%;
}
.how-works-box:last-child .how-works-line{
    display: none;
}
.how-works-icon-line{
    display: flex;
    align-items: center;
    gap: 20px;
}
.how-works-icon{
    width: 72px;
}
.how-works-line{
    text-align: center;
    width: calc(100% - 72px);
}
.how-works-text{
    margin-top: 40px;
}
.how-works-text span{
    color: #b52e2b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.how-works-text h3{
    margin: 0;
    padding-bottom: 20px;
}
.how-works-text p{
    padding-bottom: 0;
}

/* How It Works Section CSS End */

/* Plans Section CSS Start */

.plans-title{
    margin-bottom: 50px;
    text-align: center;
}
.plans-title .section-heading{
    font-size: 45px;
    background-position: center bottom;
    color: #2a0004;
    text-shadow: 4px 4px #dbdbdc;
    max-width: 800px;
}
.plans-title .section-heading::after{
    display: none;
}
.plans-title .subheading-text{
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 0;
}

.review{
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto 50px;
}
.guaranteed-icon{
    width: 140px;
}
.trustpilot-review{
    padding: 0 36px;
    max-width: 600px;
}
.trustpilot-text p{
    font-weight: 600;
}
.trustpilot-content{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.trustpilot-logo{
    margin-right: 16px;
}
.trustpilot-person{
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.trustpilot-person-img{
    display: flex;
}
.trustpilot-person-img img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.trustpilot-person-name{
    padding-left: 16px;
}
.trustpilot-person-name span{
    font-size: 18px;
}
.review-space{
    width: 140px;
}


.tab-slider--nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.tab-slider--tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 6px;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 1px 3px 0 rgba(13,21,32,.15);
}
.tab-slider--trigger {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #b52e2b;
    text-align: center;
    border-radius: 36px;
    padding: 11px 20px;
    cursor: pointer;
}
.tab-slider--trigger.active {
    color: #ffffff;
    background-color: #b52e2b;
}
.plans-notes{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.plans-notes p{
    padding-bottom: 0;
}
.tab-slider--body {
    padding: 40px;
    padding-bottom: 0;
    margin-top: 40px;
}
.price-box-list{
    gap: 40px;
    display: flex;
    justify-content: center;
}
.price-box{
    width: 25%;
    border: 1px solid #d9d9d9;
    padding: 32px;
    border-radius: 8px;
    background-color: #ffffff;
}
.plan-name h3{
    margin: 0 0 16px 0;
    font-size: 26px;
    font-weight: 500;
    color: #b52e2b;
    text-align: center;
}
.plan-price{
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 16px;
}
.plan-price span{
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    color: #2a0004;
}
.plan-price .time{
    font-size: 18px;
    font-weight: 400;
}
.billed p{
    padding-bottom: 0;
    margin-top: -5PX;
    font-size: 16px;
    text-align: center;
}
.savings-info{
    margin-top: 16PX;
    margin-bottom: 16PX;
    text-align: center;
}
.savings-info span{
    font-weight: 600;
    background-color: #f9e88f;
    display: inline-block;
    color: #2a0004;
    font-size: 16px;
    border-radius: 20px;
    padding: 1px 8px;
}
.description p{
    font-size: 17px;
    padding-bottom: 0;
    text-align: center;
}
.buy-btn{
    margin-top: 24px;
    margin-bottom: 12px;
}
.buy-btn a{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #b52e2b;
    background-color: #ffffff;
    color: #2a0004;
    display: inline-block;
    padding: 12px 24px;
    transition: all 0.5s ease-in-out;
    text-align: center;
    width: 100%;
}
.buy-btn a:hover,
.buy-btn a:focus{
    background-color: #b52e2b;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
}
.point-list{
    display: inline-block;
}
.point-list ul{
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.point-list ul li{
    margin-bottom: 16px;
    padding-left: 34px;
    font-size: 16px;
    list-style: none;
    position: relative;
}
.point-list ul li::before{
    background-color: #eeeae7;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath fill='%232D2520' fill-rule='evenodd' d='m11.097.363-7.16 6.91-1.9-2.03c-.35-.33-.9-.35-1.3-.07-.39.29-.5.8-.26 1.21l2.25 3.66c.22.34.6.55 1.03.55.41 0 .8-.21 1.02-.55.36-.47 7.23-8.66 7.23-8.66.9-.92-.19-1.73-.91-1.03v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    background-size: 13px;
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.point-list ul li:last-child{
    margin-bottom: 0;
}

.price-box.box-active{
    border-color: #b52e2b;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.price-badge{
    background-color: #b52e2b;
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    bottom: 100%;
    left: -1px;
    right: -1px;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 700;
}
.price-box.box-active .buy-btn a{
    color: #ffffff;
    background-color: #b52e2b;
}
.plans-notes{
    display: none;
}
.plans-notes.active{
    display: block;
}

/* Plans Section CSS End */

/* -------------------------------- */
/* ------Services Single Page------ */
/* -------------------------------- */







/* Responsive CSS Start */

@media screen and (max-width:1600px) {
    /* Services List page */
    .service-title.page-title-wrap h1{
        font-size: 80px;
    }
    /* Services List page */
}

@media screen and (max-width:1440px) {
    /* Services List page */
    .section.service-magento.service-archive h1{
        font-size: 75px;
        line-height: 75px;
    }
    /* Services List page */


    /* Services Single page */
    .banner-service-single {
        margin: 50px 0;
    }
    .price-box-list {
        gap: 30px;
    }
    .price-box {
        padding: 30px;
    }
    /* Services Single page */
}

@media screen and (max-width:1366px) {
    /* Services List page */
    .section.service-magento.service-archive h1{
        font-size: 70px;
        line-height: 70px;
    }
    .logo-top{
        width: 20%;
    }
    /* Services List page */


    /* Services Single page */
    
    /* Services Single page */
}

@media screen and (max-width:1200px) {
    /* Services List page */
    .services-section-right-inner{
        padding: 42px 24px 42px 56px;
    }
    /* Services List page */


    /* Services Single page */
    .price-box-list{
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 50px;
    }
    .price-box{
        width: 48%;
    }
    /* Services Single page */
}

@media screen and (max-width:1024px) {
    /* Services List page */
    .thrive-box-inner{
        padding: 30px;
    }
    .thrive-box-img {
        margin-bottom: 40px;
    }
    .thrive-box-text h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .section.service-magento.service-archive h1{
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 3px;
    }
    /* Services List page */


    /* Services Single page */
    .run-business-box-inner{
        margin: 0 -15px;
    }
    .run-business-img,
    .run-business-text{
        padding: 0 15px;
    }
    .run-business-text h3 {
        font-size: 26px;
        line-height: 28px;
    }
    /* Services Single page */
}

@media screen and (max-width:991px) {
    /* Services List page */
    .logo-top{
        width: 25%;
    }
    .services-section-inner{
        flex-wrap: wrap;
    }
    .services-section-img{
        width: 100%;
        padding-bottom: 100%;
    }
    .services-section-right{
        width: 100%;
    }
    /* Services List page */


    /* Services Single page */
    .run-business-box-inner{
        flex-wrap: wrap;
    }
    .run-business-box:nth-child(even) .run-business-box-inner {
        flex-direction: row;
    }
    .run-business-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .run-business-text{
        width: 100%;
    }
    .how-works-list-inner{
        flex-wrap: wrap;
    }
    .how-works-box{
        width: 100%;
        margin-bottom: 50px;
    }
    .how-works-box:last-child{
        margin-bottom: 0;
    }
    .how-works-text {
        margin-top: 20px;
    }
    .how-works-text h3 {
        padding-bottom: 10px;
    }
    /* Services Single page */
}

@media screen and (max-width:860px) {
    /* Services Single page */
    .price-box{
        width: 100%;
    }
    .price-box-list{
        gap: 0;
        row-gap:40px
    }
    .tab-slider--body{
        padding: 0;
    }
    .price-badge {
        position: unset;
        margin: -30px -30px 20px -30px;
    }
    .price-box.box-active{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    /* Services Single page */
}

@media screen and (max-width:768px) {
    /* Services List page */
    .thrive-box{
        width: 100%;
    }
    .thrive-box:nth-child(2){
        margin-top: 30px;
    }
    /* Services List page */
}

@media screen and (max-width:767px) {
    .section-heading, .page-title-wrap h1 {
        line-height: 34px;
    }
    /* Services List page */
    .section.service-magento.service-archive h1{
        font-size: 32px;
        line-height: 32px;
        text-shadow: 2px 2px #ab9a99;
    }
    .service-archive .banner-content-wrap .col-md-6:first-child{
        margin-bottom: 50px;
    }
    .service-archive .banner-content-wrap .col-md-6:first-child p{
        font-size: 18px;
    }
    .hero-logo {
        padding-top: 40px;
    }
    .hero-logo-inner{
        flex-wrap: wrap;
    }
    .thrive-title .subheading-text{
        font-size: 18px;
    }
    .thrive-box-inner{
        padding: 20px;
    }
    .thrive-box-img{
        margin-bottom: 20px;
    }
    .thrive-box-text h3{
        font-size: 28px;
        line-height: 30px;
    }
    .thrive-box-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .services-section-right-inner{
        padding: 36px 24px 36px 36px;
    }
    .services-title h2{
        font-size: 32px;
        line-height: 34px;
    }
    .services-box-text h3{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .services-box-text p{
        font-size: 16px;
    }
    .services-box-icon {
        min-width: 40px;
    }
    .services-title{
        margin-bottom: 30px;
    }
    .services-title p{
        font-size: 18px;
    }
    /* Services List page */


    /* Services Single page */
    .section.run-business,
    .section.how-it-works,
    .section.plans{
        padding: 50px 0;
    }
    .banner-service-single {
        margin: 0;
    }
    .service-single p,
    .run-business-title .subheading-text,
    .run-business-text p,
    .run-business-text ul li,
    .how-it-works-title .subheading-text,
    .how-works-text p,
    .plans-title .subheading-text,
    .trustpilot-text p{
        font-size: 18px;
    }
    .run-business-text h3{
        font-size: 24px;
    }
    .how-works-text h3 {
        font-size: 22px;
    }
    .review{
        flex-direction: column;
        justify-content: center;
    }
    .guaranteed-icon{
        margin: 0 auto 20px;
    }
    .trustpilot-review {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    .trustpilot-content{
        justify-content: center;
    }
    .trustpilot-logo {
        margin-right: 10px;
    }
    .trustpilot-person {
        padding-left: 10px;
    }
    .trustpilot-person-name {
        padding-left: 10px;
    }
    /* Services Single page */
}

@media screen and (max-width:640px) {
    /* Services List page */
    .logo-top{
        width: 50%;
    }
    /* Services List page */
}

@media screen and (max-width:575px) {
    /* Services List page */
    .services-section-right-inner{
        padding: 30px 20px;
    }
    /* Services List page */


    /* Services Single page */
    .price-box {
        padding: 20px;
    }
    .plan-name h3 {
        font-size: 24px;
    }
    .plan-price span {
        font-size: 40px;
    }
    .tab-slider--trigger,
    .plans-notes p{
        font-size: 18px;
    }
    .price-badge {
        margin: -21px -21px 20px -21px;
    }
    /* Services Single page */
}

/* Responsive CSS End */