/* .partnerHero {
    padding: 200px 0 180px;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/cw-partner-hero-bg-n.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.partnerHero:before {
    content: "";
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/cw-partner-illustration.svg) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: right center;
    opacity: 0.4;
}


.partnerHero h1 {
    margin: 0 0 10px;
}

.partnerHero p {
    color: #253858;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 0;
} */

.partnerHero {
    /* padding: 200px 0 240px; */
    padding: 200px 0 180px;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/cw-partner-hero-bg-n.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

/* .partnerHero:before {
    content: "";
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/cw-partner-illustration.svg) no-repeat;
    position: absolute;
    left: 0;
    right: -90px;
    top: 100px;
    bottom: 0;
    background-position: right center;
    opacity: 0.4;
    z-index: -1;
} */

.partnerHero:before {
    content: "";
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/cw-partner-illustration.svg) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: right center;
    opacity: 0.4;
}


.partnerHero h1 {
    margin: 0 0 10px;
    margin: auto;
    max-width: 870px;
    letter-spacing: -1.1px;
    font-size: 56px;
}

.partnerHero p {
    color: #253858;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    max-width: 720px;
    margin: auto;
    margin-top: 24px;
}

/* Tab Navigation Styles */
.tabsNavWrap {
    padding: 0;
    margin-bottom: 88px;
    overflow: hidden;
}

.tabsNavWrap .nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    /* align-items: flex-end; */
}

.tabsNavWrap .nav li {
    flex: 0 0 50%;
    margin: 0;
    position: relative;
}

.tabsNavWrap .nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    text-decoration: none;
    line-height: 120%;
    letter-spacing: -0.72px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0;
    height: auto;
    z-index: 1;
}

.tabsNavWrap .nav li a img {
    margin-right: 10px;
}

.tabsNavWrap .nav li.active a {
    background: transparent;
}

.tabsNavWrap .nav li a:hover {
    color: #2f39bf;
    background: transparent;
    text-decoration: none;
}

.tabsNavWrap .nav li a:before {
    content: "";
    z-index: -1;
    background: rgb(248 249 254 / 71%);
    border: 1px solid #DFE1E6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
}

.tabsNavWrap .nav li.active a:before {
    height: 100%;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    border-color: #2F39BF;
}

.tabsNavWrap .nav li a div {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.72px;
    color: #253858;
    font-weight: 500;
    transition: all 0.3s ease;
    transform: translateY(7px);
}

.tabsNavWrap .nav li.active a div {
    color: #2f39bf;
    transform: none;
}

@media (max-width: 768px) {
    .tabsNavWrap .nav li a:before {
        height: 100%;
    }
    
    .tabsNavWrap .nav li a div {
        transform: none;
        font-size: 20px;
    }
    
    .tabsNavWrap .nav li.active a:before {
        border-radius: 0;
    }
    
    .partnerHero:before {
        display: none;
    }
    
    .partnerHero {
        padding-top: 180px;
        padding-bottom: 130px;
    }
    .partnerHero h1{
        letter-spacing: -1.2px;
        font-size: 32px;
    }
    .partnerHero p{
        font-size: 18px;
    }


}

/* Add-ons Section Styles */
.addons-section {
    padding: 0 0 0;
    margin: -90px 0 0;
    position: relative;
    z-index: 1;
}

.addons-header {
    text-align: center;
    margin-bottom: 60px;
}
.addon-card-header h3{
    font-size: 20px;
}

.addons-header h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 20px;
    letter-spacing: -1.2px;
}

.addons-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5e6c84;
    margin: 0 auto;
    max-width: 796px;
    letter-spacing: -0.16px;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 0 0 80px;
}

.addon-card {
    background: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 10px;
    padding: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.addon-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.addon-icon {
    width: 44px;
    height: 44px;
    /* border-radius: 8px;
    border: 1px solid #DFE1E6; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0px 0px;
    /* padding: 10px; */
}

.addons_uplift .addon-icon{
    border-radius: 8px;
    border: 1px solid #DFE1E6;
    padding: 10px;
}

.addon-icon img {
    /* width: 24px; */
    /* height: 24px; */
    width: 100%;
}

.addon-card-header h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091e42;
    letter-spacing: -0.72px;
    margin: 0;
}

.addon-card-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFE1E6;
    padding: 0 0 24px;
    margin: 0 0 24px;
}
.addon-description{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.addon-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    margin: 0 0 24px;
    letter-spacing: -0.16px;
    margin-bottom: 40px;
}

.addon-description p:last-child {
    margin-bottom: 0;
}

.addon-description p strong {
    font-weight: 600;
    font-size: 16px;
    color: #253858;
}

.addon-pricing {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #dfe1e6;
}

.pricing-label {
    font-weight: 400;
    font-size: 16px;
    color: #5e6c84;
    margin-right: 4px;
}

.pricing-amount {
    font-weight: 500;
    font-size: 16px;
    color: #2f39bf;
}

.addon-badge {
    position: relative;
    background: #f5f5fc;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 12px;
    color: #2f39bf;
    letter-spacing: -0.36px;
    margin: 0 0 0 16px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .addons-grid {
        gap: 24px;
    }
    
    .addon-card {
        padding: 24px;
        height: auto;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .tabsNavWrap .nav {
        flex-direction: column;
    }
    
    .tabsNavWrap .nav li {
        flex: none;
    }
    
    .tabsNavWrap .nav li a {
        padding: 16px 20px;
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    
    .tabsNavWrap .nav li.active {
        border-radius: 0;
        box-shadow: none;
        /* border-bottom: 2px solid #2f39bf; */
    }
    
    .tabsNavWrap .nav li:first-child.active {
        border-radius: 8px 8px 0 0;
    }
    
    .tabsNavWrap .nav li:last-child.active {
        border-radius: 0 0 8px 8px;
    }
}

@media (max-width: 768px) {
    .addons-section {
        /* padding: 60px 0; */
        margin: -67px 0 0;
    }
    
    .addons-header h2 {
        font-size: 32px;
        letter-spacing: -0.96px;
    }
    
    .addons-header p {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    
    .addons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .addon-card {
        padding: 20px;
        height: auto;
        min-height: 300px;
    }
    
    .addon-content h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
    
    .addon-description {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    
    .addon-badge {
        position: static;
        display: inline-block;
        margin-top: 16px;
        align-self: flex-start;
    }
    .headerText h2, .wooCommerce_uplifting .addonSec .headerText h2{
        font-size: 32px;
    }
    .plugin-actions .btn-primary{
        background-color: #2f39bf;
        color: #fff;
    }
    .plugin-actions .btn-secondary{
        border: 1px solid #2f39bf;
    }
}

@media (max-width: 480px) {
    /* .addons-header h2 {
        font-size: 28px;
        letter-spacing: -0.84px;
    } */
    
    .addon-card {
        padding: 16px;
        min-height: 280px;
    }
    
    .addon-icon {
        width: 48px;
        height: 48px;
    }
    
    /* .addon-icon img {
        width: 20px;
        height: 20px;
    } */
}

/* WordPress Plugin Section Styles */
.plugins-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 0 0 80px;
}

.plugin-card {
    background: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 10px;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.plugin-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.partner-card {
    /* height: 500px; */
    height: 363px;
    overflow: hidden;
    padding: 0;
}

.plugin-header {
    display: flex;
    border-bottom: 1px solid #DFE1E6;
    padding: 0 0 24px;
    margin: 0 0 16px;
    align-items: center;
}

.plugin-header-content {
    padding: 0 0 0 16px;
}

.plugin-header-content h3 {
    font-weight: 600;
    /* font-size: 24px; */
    font-size: 20px;
    line-height: 1.2;
    color: #091e42;
    letter-spacing: -0.72px;
    margin: 0;
}

.plugin-icon {
    max-width: 54px;
}

.plugin-icon img {
    width: 100%;
    border-radius: 8px;
}

.partner-card .icon-bg img {
    width: 34px;
    height: 34px;
}

.plugin-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.plugin-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 8px;
    letter-spacing: -0.72px;
}

.plugin-category {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #253858;
    margin-bottom: 0;
}

.plugin-badge {
    background: #f5f5fc;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 12px;
    color: #2f39bf;
    letter-spacing: -0.36px;
    display: inline-block;
    margin-bottom: 16px;
    width: fit-content;
}

.plugin-description p {
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
    flex-grow: 1;
    margin-bottom: 0;
}

.key-features {
    margin: 24px 0 0;
}

.key-features h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #091e42;
    margin: 0 0 16px;
    letter-spacing: -0.2px;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    background: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 50px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #253858;
    white-space: nowrap;
}

.plugin-actions {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 32px;
}

.btn-primary {
    background: #ffffff;
    border: 1px solid #2f39bf;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #2f39bf;
    text-decoration: none;
    letter-spacing: -0.16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
}

.btn-primary:hover {
    background: #2f39bf;
    color: #ffffff;
}

.btn-secondary {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #2f39bf;
    text-decoration: none;
    letter-spacing: -0.16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
}

.btn-secondary:hover {
    /* background: #f5f5fc; */
    color: #2f39bf;
}

.btn-secondary span {
    color: #2f39bf;
    position: relative;
    display: inline-block;
    top: 1px;
    transition: all 0.3s ease;
}

.btn-secondary:hover span {
    transform: translateX(4px);
}

.coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) 0%, rgba(235, 232, 247, 0.83) 146.98%);
    backdrop-filter: blur(12.5px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.coming-soon-content {
    text-align: center;
    padding: 20px;
    max-width: 444px;
}

.coming-soon-content h3, .coming-soon-content h4 {
    font-weight: 600;
    /* font-size: 32px; */
    font-size: 24px;
    line-height: 1.2;
    color: #253858;
    margin: 0;
    letter-spacing: -0.96px;
}

.coming-soon-content h4 {
    margin-bottom: 16px;
}

.gradient-text {
    background: linear-gradient(129deg, #705AFE -9.82%, #CA7CFB 107.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.coming-soon-content p {
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 1.5;
    color: #253858;
    margin: 0 0 20px;
    letter-spacing: -0.16px;
}

.partner-interest {
    font-weight: 600;
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 1.5;
    color: #253858;
    margin: 0 0 16px !important;
    letter-spacing: -0.16px;
}

.btn-outline {
    border: 1px solid #2f39bf;
    border-radius: 3px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #2f39bf;
    letter-spacing: -0.16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none !important;
}

.btn-outline:hover {
    background: #2f39bf;
    color: #ffffff;
}

.btn-outline span {
    color: #2f39bf;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline:hover span {
    transform: translateX(4px);
    color: #fff;
}

/* Responsive Design for Plugin Section */
@media (max-width: 1200px) {
    .plugins-grid {
        gap: 24px;
    }
    
    .plugin-card {
        padding: 24px;
    }
    
    .omnisend-card {
        height: auto;
        min-height: 350px;
    }
    
    .partner-card {
        height: auto;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .plugins-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .plugin-card {
        padding: 20px;
    }
    
    .omnisend-card,
    .partner-card {
        height: auto;
        min-height: 300px;
    }
    
    .plugin-content h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
    
    .plugin-description {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    
    .key-features h4 {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    
    .feature-tags {
        gap: 6px;
    }
    
    .feature-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .plugin-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .btn-primary,
    .btn-secondary {
        text-align: center;
        width: 100%;
    }
    
    .coming-soon-content h3 {
        font-size: 24px;
        letter-spacing: -0.72px;
    }
    
    .coming-soon-content p {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
}

@media (max-width: 480px) {
    .plugin-card {
        padding: 16px;
    }
    
    .icon-bg {
        width: 48px;
        height: 48px;
    }
    
    .icon-bg img {
        width: 24px;
        height: 24px;
    }
    
    .partner-card .icon-bg img {
        width: 28px;
        height: 28px;
    }
    
    .plugin-content h3 {
        font-size: 18px;
        letter-spacing: -0.54px;
    }
    
    .key-features h4 {
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    
    .coming-soon-content h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
}

/* Learn More Button Styles */
.learn-more-btn {
    border: 1px solid #2f39bf;
    border-radius: 4px;
    color: #2f39bf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.learn-more-btn:hover {
    background: #2f39bf;
    color: #fff;
}

.learn-more-btn span {
    color: #2f39bf;
    display: inline-flex;
    line-height: initial;
    position: relative;
    top: 1px;
    margin: 0 0px 0 4px;
    transition: all 0.3s ease;
}

.learn-more-btn:hover span {
    transform: translateX(4px);
    color: #fff;
}

.addon-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
}

/* Single Partner Page Styles */
.single-partner-page {
    background: #ffffff;
    min-height: 100vh;
}

.partner-back-nav {}

.back-link {
    color: #253858;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #2f39bf;
    text-decoration: none;
}

.partner-header {
    padding: 40px 0 0;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/single-cw-partner-banner.svg) no-repeat;
    height: 136px;
    background-size: cover;
    background-position: center;
    margin: 147px 0 0;
}

.partner-header-content {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin: 0 0 80px;
}

.partner-icon .icon-bg img {
    /* width: 72px; */
    /* height: 72px; */
}

.partner-info {
    flex: 1;
}

.partner-info h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 6px;
    letter-spacing: -1.2px;
}

.partner-category {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    margin: 0;
    letter-spacing: -0.16px;
}

.partner-actions {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.partner-actions .text{
    color: #2F39BF;
    font-weight: 700;
}
.partner-actions .discount_text{
    color:  #253858;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 18.2px */
letter-spacing: -0.14px;
}
.partner-actions .textWrap p{
    margin-bottom: 0;
}
.partner-actions .textWrap{
    text-align: right;
}
.activate-btn {
    background: #2f39bf;
    border: 1px solid #2f39bf;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.16px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 184px;
    height: 48px;
}
.activate-btn:focus{
    background: #1e2a8a;
    border-color: #1e2a8a;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.activate-btn:hover {
    background: #1e2a8a;
    border-color: #1e2a8a;
    color: #ffffff;
    text-decoration: none;
}

.partner-content {
    padding: 0 0 80px;
    margin: -35px 0 0;
}

.content-layout {
    display: grid;
    grid-template-columns: 1fr 392px;
    gap: 80px;
    max-width: 1296px;
    margin: 0 auto;
}

.main-content {
    min-width: 0;
}

.partner-description h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 8px;
    letter-spacing: -0.96px;
}

.partner-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
}

.partner-description p:last-child {
    margin-bottom: 0;
}

.partner-image {
    margin: 24px 0 32px;
    border-radius: 8px;
    overflow: hidden;
}

.partner-image img {
    width: 100%;
    height: auto;
    display: block;
}

.partner-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-description li {
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    margin: 0 0 20px;
    padding-left: 24px;
    position: relative;
    letter-spacing: -0.16px;
}

.features-list li:last-child {
    margin-bottom: 0;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2f39bf;
    font-weight: bold;
}
.features-list.rank_math li::before {
    content: "➜";
    position: absolute;
    left: 0;
    color: #253858;
    font-weight: bold;
}
.partner-description .features-list.rank_math {
    margin-top: 50px;
}
.partner-description li strong {
    font-weight: 600;
    color: #253858;
    font-size: 16px;
}

.sidebar {
    background: #fcfcfc;
    border-radius: 8px;
    padding: 32px;
    height: fit-content;
    border: 1px solid #C1C7D0;
}

.partner-details h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 8px;
    letter-spacing: -0.72px;
}

.about-content {
    margin: 0 0 40px;
}

.about-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    margin: 0;
    letter-spacing: -0.16px;
}

.about-content a {
    color: #2f39bf;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
}

.about-content a:hover {
    color: #1e2a8a;
}

.partner-stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5e6c84;
}

.stat-value {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-value {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
}

.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #dfe1e6;
    font-size: 16px;
    line-height: 1;
}

.star.filled {
    color: #feb155;
}

.star.half {
    background: linear-gradient(90deg, #feb155 50%, #dfe1e6 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive Design for Single Partner Page */
@media (max-width: 1200px) {
    .content-layout {
        gap: 40px;
    }
    
    .sidebar {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .partner-header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .partner-icon .icon-bg {
        width: 120px;
        height: 120px;
    }
    
    .partner-icon .icon-bg img {
        width: 60px;
        height: 60px;
    }
    
    .partner-info h1 {
        font-size: 32px;
        letter-spacing: -0.96px;
    }
    
    .content-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .sidebar {
        width: 100%;
        order: -1;
    }
    
    .activate-btn {
        width: 100%;
        min-width: auto;
    }
    .partner-actions {
        flex-direction: column-reverse;
        width: 100%;
    }
    .partner-actions .textWrap{
        display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    }
}

@media (max-width: 480px) {
    .partner-header {
        padding: 20px 0;
    }
    
    .partner-content {
        padding: 20px 0 40px;
    }
    
    .partner-icon .icon-bg {
        width: 100px;
        height: 100px;
    }
    
    .partner-icon .icon-bg img {
        width: 50px;
        height: 50px;
    }
    
    .partner-info h1 {
        font-size: 28px;
        letter-spacing: -0.84px;
    }
    
    .partner-description h2 {
        font-size: 24px;
        letter-spacing: -0.72px;
    }
    
    .sidebar {
        padding: 20px;
    }
}

/* Comparison Section Styles */
.comparison-section {
    padding: 80px 0;
}

.comparison-header {
    text-align: center;
    margin-bottom: 60px;
}

.comparison-header h2 {
    font-weight: 600;
    /* font-size: 48px; */
    font-size: 40px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 16px;
    letter-spacing: -1.44px;
}

.comparison-header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #5e6c84;
    margin: 0;
    max-width: 724px;
    margin: 0 auto;
}

.comparison-table {
    max-width: 1075px;
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead {
    /* background: #f8f9fa; */
}

.comparison-table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #091e42;
    letter-spacing: -0.16px;
    text-align: left;
}

.comparison-table th:last-child {
    border-right: none;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table td {
    padding: 24px 32px;
    border: 1px solid #dfe1e6;
    vertical-align: middle;
}

.comparison-table td:not(:first-child), .comparison-table th:not(:first-child) {
    text-align: center;
}

.feature-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
}

.comparison-table th div {display: flex;align-items: center;justify-content: center;}

.comparison-table th.traditional-column div {
    border-radius: 10px 0 0 0;
    background: #F4F5F7;
    height: 60px;
    position: relative;
    bottom: -5px;
}

.comparison-table th.partner-column div {
    border-radius: 10px 10px 0 0;
    background: #2F39BF;
    color: #fff;
    height: 69px;
}

/* Responsive Design for Comparison Table */
@media (max-width: 1200px) {
    .comparison-table {
        margin: 0 20px;
    }
    
    .header-cell,
    .table-cell {
        padding: 20px 24px;
    }
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 60px 0;
        margin-top: 60px;
    }
    
    .comparison-header h2 {
        font-size: 32px;
        letter-spacing: -0.96px;
    }
    
    .comparison-header p {
        font-size: 16px;
    }
    
    .comparison-table {
        margin: 0 16px;
        border-radius: 8px;
    }
    
    /* .comparison-table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table th,
    .comparison-table td,
    .comparison-table tr {
        display: block;
    } */
    
    /* .comparison-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .comparison-table tr {
        border: 1px solid #dfe1e6;
        margin-bottom: 10px;
        border-radius: 8px;
        background: #ffffff;
    } */
    
    /* .comparison-table td {
        border: none;
        border-bottom: 1px solid #dfe1e6;
        position: relative;
        padding: 16px 20px;
        padding-left: 50%;
    }
    
    .comparison-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        color: #091e42;
    }
    
    .comparison-table td:last-child {
        border-bottom: none;
    }
    
    .feature-cell {
        background: #f8f9fa;
        font-weight: 600;
    }
    
    .traditional-cell,
    .partner-cell {
        background: #ffffff;
    } */
    
    .traditional-value {
        color: #d32f2f;
        font-weight: 500;
    }
    
    .partner-value {
        color: #2f39bf;
        font-weight: 600;
    }
    .comparison-table{
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.agency_os.php_uplifting .affliatec_cta_fold ul {
    margin: 40px 0;
    display: flex;
    list-style-type: none;
    gap: 0 30px;
    justify-content: center;
}

.agency_os.php_uplifting .affliatec_cta_fold ul li {
    color: #fff;
}

.agency_os.php_uplifting .affliatec_cta_fold ul li:before {
    content: "\2714";
    margin-right: 12px;
}

/* Three Steps Section Styles */
.three-steps-section {
    padding: 80px 0;
    background: #ffffff;
}

.steps-header {
    text-align: center;
    margin: 0 auto 80px;
    max-width: 700px;
}

.steps-header h2 {
    font-weight: 600;
    /* font-size: 48px; */
    font-size: 40px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 16px;
    letter-spacing: -1.44px;
}

.steps-header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #5e6c84;
}

.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
    position: relative;
    padding-right: 0 !important;
    max-width: initial !important;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 320px;
    position: relative;
}

.step-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091e42;
    margin: 0 0 16px;
    letter-spacing: -0.72px;
}

.step-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5e6c84;
    margin: 0;
    max-width: 320px;
}

.step-connector {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.step-connector svg {
    max-width: 100%;
    height: auto;
}

.step-number {
    margin: 0 0 32px;
}

.steps-container:before {
    content: "";
    position: absolute;
    left: -470px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/Vector3.svg) no-repeat;
    width: 368px;
    height: 39px;
    margin: 0 auto;
}

.steps-container:after {
    content: "";
    position: absolute;
    left: 0;
    right: -470px;
    top: 40px;
    bottom: 0;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/10/Vector4.svg) no-repeat;
    width: 365px;
    height: 38px;
    margin: 0 auto;
}

/* Responsive Design for Three Steps */
@media (max-width: 1200px) {
    .steps-container {
        gap: 20px;
    }
    
    .step-item {
        flex: 0 0 280px;
    }
    
    .step-connector {
        flex: 0 0 30px;
    }
}

@media (max-width: 768px) {
    .three-steps-section {
        padding: 60px 0;
    }
    
    .steps-header h2 {
    font-size: 32px;
        letter-spacing: -0.96px;
    }
    
    .steps-header p {
        font-size: 16px;
    }
    
    .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .steps-container:after,
    .steps-container:before{
        content: unset;
    }
    
    .step-item {
        flex: none;
        width: 100%;
        max-width: 400px;
    }
    
    .step-connector {
        display: none;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        margin-bottom: 24px;
    }
    
    .step-number .number {
        font-size: 20px;
    }
    
    .step-content h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
    
    .step-content p {
        font-size: 14px;
    }
    .agency_os.php_uplifting .affliatec_cta_fold ul{
        gap: 10px 0px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}



/* addons uplift  */
.addons_uplift .partnerHero{
    padding: 240px 0 120px;
}

.addons_uplift .addons-section {
    padding: 100px 0;
    margin: 0;
}

.addons-section .addon-content,
.addons_uplift .addon-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.addons_uplift .addon-actions{
    flex-direction: column;
    margin-top: 40px;
}
.addons_uplift .addon-actions p{
    margin-bottom: 0;
}

.addons_uplift .addon-actions a{
    width: fit-content;
    margin-top: 24px;
}
.addons_uplift .agency_os.php_uplifting .affliatec_cta_fold ul li:before{
    content: unset;
}
.addons_uplift .agency_os.php_uplifting .affliatec_cta_fold ul li svg{
    margin-right: 12px;
    margin-bottom: -2px;
}

.addons_uplift .addons-grid{
    padding-bottom: 0;
}

.cw_cmpg_body .addons_uplift .agency_os.php_uplifting .affliatec_cta_fold{
    background: url(https://www.cloudways.com/wp-content/uploads/2025/11/Add-ons-Background-Splash.png) no-repeat #000;
    background-size: 100% 100%;
}

@media (max-width: 600px) {
    .cw_cmpg_body .addons_uplift .agency_os.php_uplifting .affliatec_cta_fold{
        background: url(https://www.cloudways.com/wp-content/uploads/2025/11/Add-ons-Background-Splash_Responsive.png) no-repeat #000;
        background-size: 100% 100%;
    }
}

