/* =========================
PUBLISHING PLANS PAGE
========================= */
.pp-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 40px;
    background-image: url('../images/storygraphic.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pp-breadcrumb {
    background: #f2f2f2;
    padding: 12px 18px;
    margin-bottom: 60px;
    border-radius: 4px;
    font-size: 14px;
}

.pp-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.pp-breadcrumb span {
    color: #888;
    margin: 0 5px;
}

.pp-hero-content {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.pp-hero-content h1 {
    font-family: "Vidaloka", serif;
    font-size: 5.5rem !important;
    color: #1c2238;
    margin-bottom: 15px;
    line-height: 1;
}

.pp-hero-content h2 {
    color: #576aa5 !important;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Open Sans",sans-serif;
}

.pp-hero-content p {
    font-size: 16px;
    color: #636363;
    max-width: 900px;
    margin: auto;
}

.pp-first-text {
    margin-top: 50px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 600;
    color: #1c2238 !important;
}

.pp-skip-link {
    display: inline-block;
    margin-top: 15px;
    color: #5f74b6;
    text-decoration: none;
    font-size: 1.15rem;
}

.pp-arrow {
    text-align: center;
    margin-top: 40px;
}

.pp-arrow i {
    font-size: 38px;
    color: #ff9d8f;
}

/* =========================
COMMON
========================= */

.pp-divider {
    height: 1px;
    background: #e4e4e4;
    margin: 0 auto 70px;
    max-width: 1100px;
}

/* =========================
TOOLKIT
========================= */

.pp-toolkit {
    padding: 40px 0;
    text-align: center;
}

.pp-toolkit h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1b2340;
    margin-bottom: 20px;
}

.pp-toolkit h2 em {
    font-style: italic;
}

.pp-toolkit p {
    font-size: 1.125rem;
    color: #636363;
    max-width: 900px;
    margin: auto;
}

.pp-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.pp-icon-box {
    font-size: 38px;
}

.pp-icon-box:nth-child(1) {
    color: #ff6d47;
}

.pp-icon-box:nth-child(3) {
    color: #34c79c;
}

.pp-icon-box:nth-child(5) {
    color: #5f74b6;
}

.pp-icon-box:nth-child(7) {
    color: #1b2340;
}

.pp-icon-box:nth-child(9) {
    color: #666;
}

.pp-toolkit h4 {
    max-width: 700px;
    margin: auto;
    font-size: 1.25rem;
    color: #1c2238 !important;
    font-style: italic;
    font-weight: 600;
}

/* =========================
ESSENTIALS
========================= */

.pp-essentials {
    padding: 40px 0;
    text-align: center;
}

.pp-essentials h2 {
    font-size: 2rem;
    color: #1c2238 !important;
    font-weight: 700;
}

.pp-essentials>.container>p {
    font-size: 1.125rem;
    color: #636363;
    margin-top: 15px;
}

.essential-card {
    background: #182041;
    color: #fff;
    border-radius: 8px;
    padding: 40px;
    min-height: 260px;
    transition: .3s;
}

.essential-card:hover {
    transform: translateY(-8px);
}

.essential-card h3 {
    color: #ff8f78;
    font-size: 24px;
    margin-bottom: 20px;
}

.essential-card p {
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
}

.pp-dots {
    margin: 40px 0;
}

.pp-dots span {
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}

.pp-essentials h4 {
    font-size: 30px;
    color: #1b2340;
    font-style: italic;
}
/* =========================
AUTHOR TYPE
========================= */

.pp-author-type{
    padding: 50px 0;
}

.pp-author-type h2{
    text-align:center;
    font-size: 2rem;
    color:#1b2340;
    margin-bottom:80px;
    font-weight:700;
}

.pp-author-type .row{
    align-items:flex-start !important;
}

.author-tabs{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.author-tab{
    background:#fff;
    border:1px solid #e8e8e8;
    min-height:155px;
    padding:28px;
    display:flex;
    align-items:center;
    font-size:22px;
    font-weight:700;
    line-height:1.5;
    cursor:pointer;
    transition:all .3s ease;
}

.author-tab:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(0,0,0,.08);
}

.author-tab.active{
    border-left:4px solid #555;
    box-shadow:0 10px 20px rgba(0,0,0,.06);
}

.author-tabs .author-tab:first-child{
    color:#ff6d47;
    font-size: 16px;
}

.author-tabs .author-tab:nth-child(2){
    color:#556aa7;
    font-size: 16px;
}

.author-tabs .author-tab:nth-child(3){
    color:#1b2340;
    font-size: 16px;
}

.author-content{
    padding-left:90px;
}

.author-content img{
    width:100%;
    max-width:720px;
    display:block;
    margin-bottom:40px;
}

.author-content h3{
    color:#556aa7;
    font-size: 1.25rem;
    font-weight:700;
    margin-bottom:25px;
}

.author-content p{
    color: #636363;
    font-size: 1.125rem;
    line-height: 25px;
    max-width:850px;
    white-space:pre-line;
}

.pp-author-bottom{
    text-align:center;
    margin-top:90px;
    font-size: 1.25rem;
    line-height:1.4;
    font-style:italic;
    font-weight: bold;
    color:#1b2340;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .pp-author-type{
        padding:80px 0;
    }

    .pp-author-type h2{
        font-size:40px;
        margin-bottom:50px;
    }

    .author-content{
        padding-left:0;
        margin-top:40px;
    }

    .author-content img{
        max-width:100%;
    }

    .author-content h3{
        font-size:34px;
    }

    .author-content p{
        font-size:18px;
    }

    .author-tab{
        min-height:auto;
        font-size:18px;
        padding:22px;
    }

    .pp-author-bottom{
        font-size:24px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

    .pp-author-type h2{
        font-size:30px;
        line-height:1.3;
    }

    .author-tab{
        padding:18px;
        font-size:16px;
        min-height:auto;
    }

    .author-content h3{
        font-size:28px;
    }

    .author-content p{
        font-size:16px;
        line-height:1.8;
    }

    .pp-author-bottom{
        font-size:20px;
    }

}

/* =========================
PLANS SECTION
========================= */

.pp-plans{
    padding:100px 0;
    text-align:center;
}

.pp-plans h2{
    font-size: 2rem;
    font-weight:700;
    color:#1b2340;
    margin-bottom:15px;
}

.pp-plan-intro{
    max-width:850px;
    margin:0 auto 60px;
    color:#6f6f6f;
    font-size: 1.125rem;
    line-height:1.8;
}

.plan-card{
    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:4px;
    padding:15px;
    height:100%;
    transition:.3s;
}

.plan-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.plan-header{
    text-align:left;
    padding-bottom:20px;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:20px;
}

.plan-orange{
    color:#ff7f63;
    font-family:"Vidaloka", serif;
    font-size: 2rem;
    margin-bottom:5px;
    font-weight: bold;
}

.plan-blue{
    color:#5d72b5;
    font-family:"Vidaloka", serif;
    font-size: 2rem;
    margin-bottom:5px;
    font-weight: bold;
}

.plan-dark{
    color:#1b2340;
    font-family:"Vidaloka", serif;
    font-size: 2rem;
    margin-bottom:5px;
    font-weight: bold;
}

.plan-price{
    font-size: 2rem;
    font-weight:700;
    color:#1b2340;
    line-height:1;
    margin-bottom:10px;
}

.plan-header span{
    display:block;
    color: #636363;
    font-size: 12px;
    line-height:1.5;
}

.plan-card ul{
    list-style:none;
    padding:0;
    margin:0;
    min-height:330px;
    text-align:left;
}

.plan-card ul li{
    padding: 5px 0;
    color: #636363;
    font-size: 16px;
    border-bottom:1px solid #f1f1f1;
    line-height: 30px;
}

.plan-card ul li:last-child{
    border-bottom:none;
}

.plan-btn{
    display:inline-block;
    background:#5a6179;
    color:#fff;
    text-decoration:none;
    padding:12px 35px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin:20px 0 15px;
    transition:.3s;
}

.plan-btn:hover{
    background:#1b2340;
    color:#fff;
}

.plan-save{
    text-align:left;
    font-size: 14px;
    font-weight:700;
    color: #636363;
    margin-bottom:15px;
}

.plan-save em{
    color:#9ba4d1;
    font-style:italic;
    font-weight:400;
}

.plan-card img{
    width:100%;
    border-radius:4px;
    display:block;
}

.compare-btn-wrap{
    margin-top:50px;
}

.compare-btn{
    display:inline-block;
    background:#5d72b5;
    color:#fff;
    text-decoration:none;
    padding:14px 40px;
    border-radius:30px;
    font-weight:700;
    transition:.3s;
}

.compare-btn:hover{
    background:#1b2340;
    color:#fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .pp-plans{
        padding:70px 0;
    }

    .pp-plans h2{
        font-size:40px;
    }

    .plan-card{
        margin-bottom:30px;
    }

    .plan-card ul{
        min-height:auto;
    }

    .plan-orange,
    .plan-blue,
    .plan-dark{
        font-size:40px;
    }

    .plan-price{
        font-size:42px;
    }
}

@media(max-width:767px){

    .pp-plans h2{
        font-size:30px;
    }

    .pp-plan-intro{
        font-size:16px;
    }

    .plan-orange,
    .plan-blue,
    .plan-dark{
        font-size:34px;
    }

    .plan-price{
        font-size:36px;
    }

    .plan-card ul li{
        font-size:16px;
    }
}

html{
    scroll-behavior:smooth;
}

.pp-arrow{
    display:block;
    text-align:center;
    margin-top:35px;
    text-decoration:none;
}

.pp-arrow:hover{
    color:#ff7d68;
    transform:translateY(5px);
}

.pp-arrow i{
    font-size:38px;
    color:#ff9d8f;
    transition:.3s;
}
.pp-arrow:hover i{
    color:#ff7d68;
    transform:translateY(5px);
}

/* =========================
ESSENTIALS CAROUSEL
========================= */

#essentialsCarousel{
    margin-top:50px;
}

#essentialsCarousel .carousel-item{
    padding:15px 0 25px;
}

.essential-card{
    background:#1b2340;
    border-radius:8px;
    padding:30px;
    min-height:230px;
    transition:.3s;
    text-align:left;
}

.essential-card:hover{
    transform:translateY(-6px);
}

.essential-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.essential-card p{
    color:#fff;
    font-size:20px;
    line-height:1.6;
    margin:0;
    font-weight:600;
}

/* Different heading colors */

.carousel-item .col-lg-4:nth-child(1) h3{
    color:#ff8f78;
}

.carousel-item .col-lg-4:nth-child(2) h3{
    color:#6d82c4;
}

.carousel-item .col-lg-4:nth-child(3) h3{
    color:#49cfa6;
}

/* Indicators */

.carousel-indicators{
    margin-top:35px !important;
    position:relative;
    bottom:auto;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50% !important;
    background:#cfcfcf !important;
    border:none !important;
    margin:0 5px !important;
    opacity:1 !important;
}

.carousel-indicators .active{
    background:#8d8d8d !important;
}

/* Bottom text */

.pp-essentials h4{
    margin-top:35px;
    font-size: 1.25rem;
    font-style:italic;
    color:#1b2340;
    line-height:1.4;
}

/* Mobile */

@media(max-width:991px){

    .essential-card{
        margin-bottom:20px;
        min-height:auto;
    }

    .essential-card h3{
        font-size:20px;
    }

    .essential-card p{
        font-size:16px;
    }

}

@media(max-width:767px){

    .pp-essentials h4{
        font-size:22px;
    }

}


/* =========================
FINAL CTA
========================= */

.pp-final-cta{
    padding:100px 0;
}

.pp-cta-content h2{
    color:#1c2238;
    font-size: 2rem;
    font-weight:700;
    line-height:1.1;
    margin-bottom:20px;
}

.pp-cta-content p{
    font-size: 1.125rem;
    color:#666;
    line-height:1.6;
    max-width:500px;
    margin-bottom:30px;
}

.pp-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    min-width:390px;
    background:#f79683;
    color:#fff;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    padding:18px 22px;
    border-radius:40px;
    transition:.3s;
}

.pp-cta-btn span{
    font-size:38px;
    line-height:1;
    color:#ff5f3d;
    margin-left:20px;
}

.pp-cta-btn:hover{
    background:#ef846f;
    color:#fff;
}

.pp-author-photo{
    width:100%;
    max-width:560px;
    display:block;
    margin-left:auto;
}

@media(max-width:991px){

    .pp-cta-content{
        text-align:center;
        margin-bottom:40px;
    }

    .pp-cta-content p{
        max-width:100%;
    }

    .pp-cta-btn{
        min-width:auto;
        width:100%;
        max-width:380px;
    }

    .pp-author-photo{
        margin:auto;
    }
}

@media(max-width:767px){

    .pp-final-cta{
        padding:70px 0;
    }

    .pp-cta-content h2{
        font-size:38px;
    }

    .pp-cta-content p{
        font-size:16px;
    }

    .pp-cta-btn{
        font-size:16px;
        padding:14px 20px;
    }

    .pp-cta-btn span{
        font-size:28px;
    }
}