/* Breadcrumb */
.pageBreadcrumb {
    padding: 20px 0 40px;
}
.pageBreadcrumb .BreadcrumbList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pageBreadcrumb .BreadcrumbList p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
}
.pageBreadcrumb .BreadcrumbList p a {
    color: #05ADA3;
    text-decoration: underline;
}
.pageBreadcrumb .BreadcrumbList p a:hover {
    color: #048f87;
}
.pageBreadcrumb .BreadcrumbList span {
    color: #94A3B8;
    font-size: 14px;
}

.pricingSec{
    padding: 25px 0;
}
.pricingTop h1,
.pricingTop h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #121212;
}
.pricingTop .pricing-head{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #121212;
}
.pricingTop p{
        font-size: 15px;
    line-height: 155.187%;
    text-align: center;
    color: #3F3F3F;
}
.pricingCardsOuter{
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: max-content;
    margin: 15px auto 0;
    padding: 2px 12px;
    background: #FFF4E8;
    border-radius: 3px;
}
.pricingCardsOuter p{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #121212;
}
.pricingCardsWrapper{
    display: flex;
    gap: 16px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.singlePricingCard{
    padding: 28px 12px 20px;
    max-width: 270px;
    width: 100%;
    border: 1.3px solid #D1F0F0;
    border-radius: 5px;
    transition: all ease .2s;
    position: relative;
}
.singlePricingCard:hover{
    border: 1.3px solid #046761;
    background: #F8FFFE;
    transform: scale(1.02);
}
.singlePricingCard.free:hover{
    border-color: transparent;
    background: #F8FFFE;
    transform: scale(1);
}
.cardTag{
    padding: 4px 10px;   
    background: #05ADA3;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    max-width: max-content;
}
.cardPrice{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #121212;
    margin: 20px 0 9px;
}
.cardPrice span{
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #667E9F;
    margin-left: -5px;
}
.cardPrice span.decorated{
    font-size: 18px;
    line-height: 100%;
    text-decoration: line-through;
    color: #121212;
    margin: 0;
}
.priceContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px;
}
.strikethroughPrice {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-decoration: line-through;
    color: #667E9F;
    margin: 20px 0 0;
    white-space: nowrap;
}
.cardfeature{
    font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #121212;
        white-space: nowrap;
        margin-top: 16px;
    
}
/* .cardfeature:last-child{
    margin-top: 14px;
} */
.cardfeature.grey{
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #667E9F;
    margin-top: -4px;
    margin-bottom: 7px;
}
.cardUsps{
    list-style: none;
    padding-top: 30px;
    margin-top: 24px;
    border-top: 1px solid #D1F0F0;
    min-height: 369px;
}
/* .cardUsps.lastCard{
    margin-top: 20px;
} */
.cardUsps li{
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #121212;
    padding-left: 24px;
    margin-top: 15px;
    line-height: 120%;
}
.cardUsps li:first-child{
    margin-top: 0;
}
.cardUsps li::before {
    position: absolute;
    content: '';
    background: url(../images/check-mark.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
}
.cardUsps li.cross::before {    
    background: url(../images/cross-red.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
}
.cardUsps li strong{
    font-weight: 600;   
}
.singlePricingCard .subscribeNowBtn{
    padding: 13px 20px;
    max-width: 100%;
    width: 100%;
    background: #05ADA3;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    justify-content: center;
    margin: 30px auto 10px;
    transition: background 0.2s ease, transform 0.15s ease;
}
.singlePricingCard .subscribeNowBtn:hover {
    background: #048f87;
    transform: translateY(-1px);
}
.singlePricingCard .subscribeNowBtn img{
    width: 33px;
    height: 33px;
}
.botDesc{
    font-size: 11.9px;
    line-height: 100%;
    text-align: center;
    color: #121212;
    display: flex;
    align-items: center;
    gap: 3px;
}
.mostPoularBadge {
    display: flex;
    align-items: center;
    max-width: max-content;
    height: 26px;
    background: #fdf3ed;
    font-weight: 450;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0 6px;
    color: #ff6000;
    text-transform: capitalize;
}
.mostPoularBadge img{
    margin-right: 2px;
}
.botDesc.orange{
    color: #ff6000;
}
.trustSecPrice{
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F2FAFA;
    justify-content: center;
}
.trustSecPrice p{
    font-size: 13px;
    line-height: 100%;
    color: #121212;
}
.trustSecPrice p strong{
    font-weight: 600;
}
.trustSecPrice span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #121212;
}
.trusteesSec{
    margin: 40px 0 80px;
}
.trusteesSec .logosSlide {
    display: inline-block;
    animation-name: slide;
    animation-duration: 75s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.trusteesSec .logos:hover .logosSlide {
    animation-play-state: paused;
}

.trusteesSec .logos {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 50px 0px 0px;
}
.trusteesSec .logos::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    height: 100%;
    width: 40px;
    z-index: 2;
}
.trusteesSec .logos::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    height: 100%;
    width: 40px;
    z-index: 2;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.trusteesSec .logosSlide img {
    margin: 0 12.5px;
}
.singlePricingCard .absolTag{
    position: absolute;
    left: 50%;
    top: -10px;
    padding: 4px 7px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #E23659;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    transform: translateX(-50%);
    color: #fff;
    min-width: max-content;
}
.singlePricingCard .absolTag.orange{
    background: #FDA325;
}
@media (max-width: 991px) {
    .pricingCardsWrapper{
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .trustSecPrice{
        flex-direction: column;
        align-items: center;
    }
    .trustSecPrice span{
        display: none;
    }
    .trustSecPrice p{
        position: relative;
        padding-left: 14px;
    }
    .trustSecPrice p::before{
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #121212;
        left: 0;
        top: 4px;
    }
    .pricingTop h1{
        font-size: 22px;
    }
    .pricingTop h2{
        font-size: 24px;
        line-height: 150%;
    }
    .pricingTop p{
        font-size: 12px;
    }
    .pricingSec.popup{
        padding: 0;
    }
}

/* ── Free-offer popup card ───────────────────────────── */
.writingplanSec {
    padding: 50px 0 0;
}
.writingplanSec h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #121212;
    text-align: center;
}
.toolText {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.freeofferContainer {
    padding: 1px;
    max-width: 556px;
    position: relative;
    background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 9px 20px 0 rgba(76,86,115,.1);
}
.freeOffer {
    padding: 30px 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
    border-radius: 15px;
    background: #fff;
}
.verticalLine {
    width: 1px;
    height: 168px;
    background-color: #c0fcf3;
}
.horizontalLine {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #c0fcf3;
}
.leftContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 120px;
}
.leftContent .free-label {
    font-size: 22px;
    font-weight: 700;
    color: #046761;
    line-height: 1.2;
}
.leftContent .free-words {
    font-size: 18px;
    font-weight: 600;
    color: #00433f;
    line-height: 1.4;
    margin-top: 6px;
}
.leftContent .free-nocard {
    font-size: 13px;
    font-weight: 400;
    color: #6b9895;
    line-height: 1.4;
    margin-top: 6px;
}
.includesPlan p {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #08080f;
    margin-bottom: 12px;
}
.freeofferContainer .badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
    padding: 4px 5px;
    background: #e23659;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 3px;
    min-width: 80px;
    justify-content: center;
}
.spancolorSecond {
    background: #05ada3;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
@media (max-width: 768px) {
    .freeOffer {
        flex-direction: column;
    }
    .verticalLine {
        display: none;
    }
    .horizontalLine {
        display: block;
    }
    .writingplanSec h2 {
        font-size: 23px;
        line-height: 34px;
    }
        .pricingModal.onlyOne .freeofferContainer .badge {
            left: 50%;
            transform: translateX(-50%);
        }
}

/* =====================================================
   LIGHT NAVBAR — pages with white background
   Scoped by body class added in shared/header.php
   ===================================================== */
.page-pricing .navbar,
.page-choose .navbar,
.page-content-humanizer .navbar,
.page-all-outputs .navbar {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 2px 12px rgba(15, 43, 38, 0.08) !important;
}

.page-pricing .navigations a,
.page-pricing .navigations .pricingBtn,
.page-choose .navigations a,
.page-choose .navigations .pricingBtn,
.page-content-humanizer .navigations a,
.page-content-humanizer .navigations .pricingBtn,
.page-all-outputs .navigations a,
.page-all-outputs .navigations .pricingBtn {
  color: #0F2B26 !important;
}

.page-pricing .navigations a:hover,
.page-choose .navigations a:hover,
.page-content-humanizer .navigations a:hover,
.page-all-outputs .navigations a:hover {
  border-bottom-color: #0F2B26 !important;
}

.page-pricing .navigations a.active,
.page-choose .navigations a.active,
.page-content-humanizer .navigations a.active,
.page-all-outputs .navigations a.active {
  border-bottom-color: #0F2B26 !important;
}

.page-pricing .navigations a.homeFreeBtn,
.page-choose .navigations a.homeFreeBtn,
.page-content-humanizer .navigations a.homeFreeBtn,
.page-all-outputs .navigations a.homeFreeBtn {
  border-color: rgba(15, 43, 38, 0.30) !important;
}

.page-pricing .navigations a.homeFreeBtn .btnText,
.page-choose .navigations a.homeFreeBtn .btnText,
.page-content-humanizer .navigations a.homeFreeBtn .btnText,
.page-all-outputs .navigations a.homeFreeBtn .btnText {
  color: #0F2B26 !important;
}

.page-pricing .navigations .sessionBtn img,
.page-choose .navigations .sessionBtn img,
.page-content-humanizer .navigations .sessionBtn img,
.page-all-outputs .navigations .sessionBtn img {
  filter: invert(1) brightness(0) !important;
}

.page-pricing .navbar line,
.page-choose .navbar line,
.page-content-humanizer .navbar line,
.page-all-outputs .navbar line {
  stroke: rgba(15, 43, 38, 0.20) !important;
}
